@charset "utf-8";

/* Board List */
.board-list {
	margin:20px auto 0;
	border-top:2px solid #386c8c;
    padding:0 20px;
}
.board-list li {
	border-bottom:1px solid #bbbbbb;
}
.board-list li.no-ct {
	padding:2em 0;
	font-weight:600;
	text-align:center;
}
.board-list a {
	display:block;
	padding:30px;
	background-color:#fff;
	overflow:hidden;
}
.board-list a:hover {
	background-color:#ececec;
}
.board-list .cts {
	float:left;
	width:79%;
	padding-right:20px;
	border-right:1px solid #bbb;
	box-sizing:border-box;
}
.board-list .date {
	float:right;
	width:21%;
	padding-left:20px;
	box-sizing:border-box;
	color:#6a6a6a;
	font-family: 'Open Sans', sans-serif;
	font-size:13px; line-height:1.65em;
}
.board-list a:hover .date {
	color:#6a6a6a;
}
.board-list .title {
	margin-bottom:10px;
	font-size:19px; line-height:1.5em;
	font-weight:600; color:#235992;
	font-family: '나눔 고딕', 'nanum gothic';
}
.board-list .desc {
	height:42px; overflow:hidden;
	font-size: 15px; line-height:1.65em;color: #585656;
}
.board-list .no-content {
	padding:40px 0;
}

/* Pager */
.list-pager {
	margin-top:35px;
}
.list-pager span {
	margin:0 2px;
}
.list-pager a {
	display:inline-block;
	min-width:20px;
	padding:4px 5px;
	color:#666;
	font-size:0.9em;
	margin:0 2px;
	border:1px solid #ddd;
	background-color:#fff;
}
.list-pager img {
	vertical-align:middle;
}
.list-pager span a.on {
	font-weight:800;
	color:#fff;
	background:#333333;
	border:1px solid #333333;
}
.list-pager a:hover {
	color:#000;
	background:#f8f8f8;
}

/* Board View */
.board-view {
	margin-top:20px;
	border-top:2px solid #ff5000;
}
.board-view-tit {
	padding:25px 30px;
	color:#333;
	font-weight:600;
	font-size:17px; line-height:1.5em;
	color:#2a2a2a; font-family: '나눔 고딕', 'nanum gothic';
	border-bottom:1px solid #bbbbbb;
	background-color:#fff;
}
.board-view-info {
	padding:15px 30px;
	text-align:right;
	font-size:0.94em;
	color:#888;
	background-color:#fff;
}
.board-view-info span {
	margin:0 6px;
	color:#ddd;
}
.board-view-ct {
	padding:0 30px 30px 30px;
	background-color:#fff;
	line-height:1.85em;
	/* border-bottom:1px solid #555; */
}
.board-view-ct img {
	max-width:100%;
}
.board-view-file {
}
.board-view-file li {
	font-size:0.94em;
	letter-spacing:0.01em;
	padding-left:20px;
	margin:5px 0;
	background:url("/image/board_img/icon_file.gif") no-repeat left center;
}
.board-view-file a {
	color:#666;
}
.board-view-file a:hover {
	border-bottom:1px dotted #666;
}
/* prev/next contents nav */
.board-view-nav {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background-color:#fff;
}
.board-view-nav li img {
	vertical-align:middle;
	margin-left:5px;
}
.board-view-nav li {
	padding:10px 30px 10px 90px;
	position:relative;
}
.board-view-nav li:first-child {
	border-bottom:1px dotted #ddd;
}
.board-view-nav .lb {
	position:absolute;
	left:30px; top:10px;
	color:#333;
	font-weight:600;
}
/* board view btns */
.board-view-btns {
	margin-top:30px;
	overflow:hidden;
	text-align:center;
}
