/* 리스트 제목 */
.boardContent .board {min-height:400px;}
.boardContent .board_list .t,
.boardContent .board_list .title {
	margin:0;
	color: #069;
}
.board_list {position: relative;  width: 100%;  background: #fff;  border-radius: 8px;  overflow: hidden;  padding: 10px 10px; }
/*.board_list .article {border-bottom:1px solid #e4e4e4; border-top:1px solid #e4e4e4; margin-bottom:-1px;}*/
.board_list .article:first-child {border-top:0;}
/*.board_list .article:nth-child(even) a {background:#fbfbfb;}*/
.board_list .article.webzine {width:100%; overflow:hidden; padding-bottom:10px;}
.board_list .article.webzine:nth-child(even) a {background:#fff;}
.board_list .article.webzine img {width:100%; max-height:150px; display:block; margin-bottom:10px;}
.board_list .article.webzine .info {overflow:hidden; padding:0 10px;}
.board_list .article.webzine .info .title {float:left; color:#000; font-size:15px; letter-spacing:-1px; line-height:24px;}
.board_list .article.webzine .info .date {float:right; color:#999; line-height:24px;}

.board_list .article {font-weight:bold; position:relative; display:block; width:100%; border-bottom:1px solid #eee;}
.board_list .article:last-child {border-bottom:0;}
.board_list .article .row {display:block; position:relative; width:100%; overflow:hidden; line-height:1;}
.board_list .article .row.title {line-height: 25px; font-size:1.0rem; color:#000; font-weight:bold; margin-bottom:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.board_list .article .row.info {font-size:0.9rem; color:#999;}
.board_list .article .row.info > div {display:inline-block; vertical-align:top; float:left; margin-right:10px;}
.board_list .article .row.info > div:last-child {float:right; text-align:right; margin-right:0;}
.board_list .article a {display:block; padding:20px 0;}
.board_list .article:first-child a {padding-top:0;}
.board_list .article:last-child a {padding-bottom:0;}
.board_list .article.read .row.title, .board_list .article.read .row.info  {color:#222; font-weight:normal;}


.boardContent .board_list .t a,
.boardContent .board_list .title a {
	box-sizing:border-box;
	width:100%;
	display:block;
	padding:10px 5px 10px 5px;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2e2e2e;
	text-decoration:none !important;
	font-size:1rem;
}


.boardContent .board_list .cate {
	font-weight:bold;
	color:#000000;

}
.boardContent .board_list .comment {
	color:#ff6600;
}
.boardContent .board_list .comment .bold {
	font-weight:bold;
}

.board-title {box-sizing:border-box; width:100%; height:55px;  line-height:55px; padding:0 15px;  font-size:1.1rem; color:#222; background:#fff; border-bottom:1px solid #e4e4e4; font-weight:bold;}


/* Notice */
.boardContent .board_list .strong .t a {background:#bce9fe; color:#0C4C90; font-weight:bold;}


/* 리스트 글내용 */
.boardContent .board_list .c{
	margin:0;
	padding:0px 20px 10px 20px;
	line-height:1.5;
	background:#FFFFFF;
	color: #222;
	font-size: small;
}


/* 리스트 [수정][삭제] 버튼 */
.boardContent .board_list .c .c_b {
	float:right; margin-top:-10px;
}
.boardContent .board_list .c .c_b a {
	color:red;
}

/* 리스트 작성자,작성일 */
.boardContent .board_list .info a {
	display:block;
	padding:10px 5px 10px;
	padding-top:0;
	color:#999;
	font-size:0.8rem;
}
.boardContent .board_list .info span {
	color:#888888;
}


.boardContent .board_view .title_area {
	background:#fff;
	border-bottom:1px solid #e4e4e4;
	padding:15px;
	font-size:.95rem;
}
.boardContent .board_view .title_area .title {
	color:#2e2e2e;
	font-size:1.1em;
}
.boardContent .board_view .title_area .category {
	color:#2e2e2e;
	font-weight:bold;
}


.boardContent .board_view .author_area {
	border-bottom:1px solid #e4e4e4;
	padding:0.4em 1em;
}
.boardContent .board_view .author_area .info {
	color:#888888;
	line-height:1.5;
}
.boardContent .board_view .author_area .info span {
	color:#888888;
}


.boardContent .board_view .attach_area {
	border-bottom:1px solid #e4e4e4;
	padding:0.4em 1em;
}
.boardContent .board_view .attach_area .attach {
	color:#888;
}

.boardContent .board_view .content {
	padding: 5px;
	word-break:break-all;
	margin:10px 10px;
	overflow:hidden;
	font-size:1em;
	line-height:140%;
	border-bottom:1px solid #e4e4e4;
}

.boardContent .board_view .btn_area {
	clear:both;
	margin-top:5px;
	text-align:center;
}


.boardContent .board_view.webzine .title_area {overflow:hidden; border-top:2px solid #000; padding:10px 20px; line-height:25px;}
.boardContent .board_view.webzine .title_area .title {letter-spacing:-1px; font-size:18px; float:left; font-weight:bold;}
.boardContent .board_view.webzine .title_area .date {font-size:13px; color:#999; float:right;}
.boardContent .board_view.webzine .content {margin:0; padding:15px;}
.boardContent .board_view.webzine .content img {margin:0;}


/* 코멘트 리스트 */
.boardContent .comment_area { float:left; width:100%;}
.boardContent .comment_area { border-top:1px solid #e0e0e0; }
.boardContent .comment_area span.secret { color:#ff6600; }

.boardContent .comment_list { }
.boardContent .comment_list .author_area { padding-top:8px; background:#fafafa;}
.boardContent .comment_list .author_area .fl { float:left;}
.boardContent .comment_list .author_area .fr { float:right; }


.boardContent .comment_list .author_area .fl .author { margin-right:10px;}
.boardContent .comment_list .author_area .fl .author span { color:#ADADAD; font:80% Helvetica;}
.boardContent .comment_list .author_area .fl .date { font:80% Helvetica; color:#ADADAD; line-height:240%;}

.boardContent .comment_list .content { float:left; width:97%; padding:10px 0; font-size:1em; color:#2e2e2e; line-height:140%; overflow:hidden;}
.boardContent .comment_list .content p {font-size:1em; color:#2e2e2e;}



.boardContent #comment_write {
	clear:both;
	border-top:1px solid #e0e0e0;
}

.boardContent .comment_write {
	padding:10px;
}

.boardContent .comment_write .text_area .comment_button {
	float:right;
	height:80px;
}

.board_cate {width:100%;margin-top: 0px; margin-left: 0px; border-radius:4px; border:1px solid #eee;  padding-left:20px; font-size:1.05rem;  font-weight:bold; height:46px; background: url("../../images/sub/icon_board_arrow.png") no-repeat right center #fdfdfd; background-size:46px; -webkit-appearance: none; -moz-appearance: none;appearance: none;}
.board_cate::-ms-expand { display: none;}
