/* 게시판 제목 */
.boardContent .board_list,
.boardContent .board_view 
{border-top:2px solid #3873b6;}


/* 리스트 제목 */
.boardContent .board_list .t,
.boardContent .board_list .title {
	margin:0;
	border-top:1px solid #ddd;
	color: #069;
}
.boardContent .board_list .t a,
.boardContent .board_list .title a {
	display:block;
	padding:1em 0em 0.3em 0em;
	text-align:left;
	font-weight:bold;
	background:#fff;
	color:#2e2e2e;
	text-decoration:none !important;
	font-size:14px;
	-webkit-tap-highlight: rgba(0,0,0,0);
}


.boardContent .board_list .t a:hover,
.boardContent .board_list .t a:active,
.boardContent .board_list .t a:focus{
	background:#bce9fe; color:#0C4C90; -webkit-tap-highlight: rgba(0,0,0,0);
}


.boardContent .board_list .cate {
	font-weight:bold;
	color:#000000;
	font:16px Helvetica;
}
.boardContent .board_list .comment {
	color:#ff6600;
	font:13px Helvetica;
}
.boardContent .board_list .comment .bold {
	font-weight:bold;
}



/* Notice */
.boardContent .board_list .strong .t a {background:#bce9fe; color:#0C4C90; font-weight:bold;}


/* 리스트 글내용 */
.boardContent .board_list .c{
	font-size:14px;
	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;
	font-size:11px;
	padding:0.3em 0em 1em 0em;
	background:#fff;
	color:#888888;
}
.boardContent .board_list .info span {
	color:#888888;
}


.boardContent .board_view .title_area { 
	background:#fff;
	border-bottom:1px solid #eceaea;
	padding:1.3em 0em;
	font-size:1.2em;
	letter-spacing:-1px;
	text-align:center;
}
.boardContent .board_view .title_area .title {	
	color:#2e2e2e;
}
.boardContent .board_view .title_area .category {	
	color:#2e2e2e;
	font-weight:bold;
}


.boardContent .board_view .author_area {
	border-bottom:1px solid #eceaea;
	padding:0.6em 0;
}
.boardContent .board_view .author_area .info {
	font-size:0.8em;
	line-height:1.5;
	color:#888888;
}
.boardContent .board_view .author_area .info span {
	color:#888888;
}


.boardContent .board_view .attach_area { 
	border-bottom:1px solid #eceaea;
	padding:0.4em 1.8em;
}
.boardContent .board_view .attach_area .attach {
	font:80% Helvetica;
	color:#888888;
}

.boardContent .board_view .content { 
	padding: 5px; 
	line-height:1.5;
	word-break:break-all;
	margin:10px 10px;
	overflow:hidden;
	font-size:12px/20px;
}

.boardContent .board_view .btn_area {
	clear:both;
	margin-top:5px;
	text-align:center;
}



/* 코멘트 리스트 */
.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:100%; }
.boardContent .comment_list .content { overflow:hidden; }
.boardContent .comment_list .content { padding:10px 0; }
.boardContent .comment_list .content { font:12px/20px;}



.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;
}





