
/* 리스트 제목 */
.boardContent .board {min-height:400px;}
.boardContent .board_list .t,
.boardContent .board_list .title {
	margin:0;
	color: #069;
}
.boardContent .board_list a {color:#000;}
.board_list {border-top:1px solid #000;}
.board_list .article {border-bottom:1px solid #ddd; border-top:1px solid #ddd; margin-bottom:-1px; padding:20px 15px; }
.board_list .article a {display:block;}
.board_list .article:first-child {border-top:0;}
.boardContent .board_list .title {margin-bottom:10px;font-size:16px;}2024-11-11h


.boardContent .board_list .t a,
.boardContent .board_list .title a {
	box-sizing:border-box;
	width:100%;
	display:block;
	text-align:left;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#2e2e2e;
	text-decoration:none !important;
}





.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-top:0;
	color:#999;
	font-size:0.8rem;
}
.boardContent .board_list .info span {
	color:#888888;
}


.boardContent .board_view .title_area { 
	background:#fff;
	border-top:2px solid #000;
	border-bottom:1px solid #ddd;
	padding:23px 15px;
	font-size:16px;
}
.boardContent .board_view .title_area .title {	
	font-size:16px;
	margin-bottom:10px;
	display:block;
}
.boardContent .board_view .title_area .category {	
	color:#2e2e2e;
	font-weight:bold;
}


.boardContent .board_view .author_area {display:block; width:100%;}
.boardContent .board_view .author_area .info {
	font-size:12px;
	color:#767676;
	line-height:1;
	display:inline-block; vertical-align:top;  margin-right:20px;
}
.boardContent .board_view .author_area .info b {display:inline-block; margin-right:10px;}
.boardContent .board_view .author_area .info:last-child {margin-right:0;}
.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 .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;
}





