
/* 리스트 제목 */
.boardContent .board {min-height:400px;}
.boardContent .board_list .t,
.boardContent .board_list .title {
	margin:0;
	color: #069;
}

.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;}



.boardContent .board_list .t a,
.boardContent .board_list .title a {
	box-sizing:border-box;
	width:100%;
	display:block;
	padding:12px 15px 5px 15px;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2e2e2e;
	text-decoration:none !important;
	font-size:1.4rem;
}


.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:1em;
	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 15px 12px;
	padding-top:0;
	color:#999;
	font-size:12px;
}
.boardContent .board_list .info span {
	color:#888888;
}

.boardContent .board_view {margin-bottom:40px;}

.boardContent .board_view .title_area { 
	background:#fff;
	letter-spacing:-0.5px;
	line-height:1;
	word-break:keep-all;
	margin-bottom:15px;
}
.boardContent .board_view .title_area .title {	
	color:#000;
	font-weight:bold;
	font-size:2.4rem;
	line-height:1.35;

}
.boardContent .board_view .title_area .category {	
	color:#999;
	font-weight:normal;
}


.boardContent .board_view .author_area {
	border-bottom:1px solid #e4e4e4;
	padding:0 0px 21px;
	overflow:hidden;
}
.boardContent .board_view .author_area p {display:block; font-size:1.4rem; }
.boardContent .board_view .author_area .author {float:left;}
.boardContent .board_view .author_area .date {color:#888; font-size:1.2rem; float:right;}

.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:30px 0px 30px; 
	word-break:break-all;
	overflow:hidden;
	font-size:17px;
	line-height:1.7;
	border-bottom:1px solid #e4e4e4;
	margin-bottom:30px;
}
.boardContent .board_view .content img {margin:0; width:auto; max-width:100%; height:auto;}

.boardContent .board_view .btn_area {
	clear:both;
	margin-top:5px;
	text-align:center;
}



/* 코멘트 리스트 */
.boardContent .comment_area { float:left; width:100%; font-size:12px; margin-bottom:10px;}
.boardContent .comment_area { }
.boardContent .comment_area span.secret { color:#ff6600; }
.boardContent .comment_area .reply {padding-left:20px;}


.boardContent .comment_list { }
.boardContent .comment_list .author_area {background:#fafafa; overflow:hidden; padding:10px 15px;}
.boardContent .comment_list .author_area .fl { float:left;}
.boardContent .comment_list .author_area .fr { float:right; }
.boardContent .reply .comment_list .author_area {background:#ddf8ff; color:#333;}
.boardContent .reply .comment_list .author_area .fl .author span  {color:#333;}

.boardContent .comment_list .author_area .fl .author { margin-right:10px;}
.boardContent .comment_list .author_area .fl .author span { color:#ADADAD; font-size:12px;}
.boardContent .comment_list .author_area .fl .date { font-size:12px; color:#ADADAD; line-height:240%;}

.boardContent .comment_list .content { float:left; width:100%; padding:15px; font-size:12px; 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;
}


.btn_url {display:block; width:140px; margin:auto; height:40px; line-height:36px; background:#333; color:#fff; border-radius:80px;}
.btn_url img, .btn_url span {display:inline-block; vertical-align:middle;}
.btn_url img {width:15px;}
.btn_url span {font-size:14px; font-weight:bold; margin-left:5px;}