/* LIST */
#bo_list {
	font-family: 'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	margin:5px 0 auto;
	overflow:hidden;
}
#bo_list .board_top { clear:both; }

#bo_list .board_list { 
	clear:both;
	width:100%;
	table-layout:fixed;
	margin:0;
}
#bo_list .board_list a { 
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#555;
	text-decoration:none;
}
#bo_list .board_list a:hover { 
	font-family:'NanumGothicBold', sans-serif;
	color:#000;
	text-decoration:underline;
}
#bo_list .board_list th { 
	height:34px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	background:#333;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
} 
#bo_list .board_list th a { 
	height:34px;
	font-family: 'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
} 
#bo_list .board_list th a:hover { 
	font-family: 'NanumGothicBold', sans-serif;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#bo_list .board_list tr.bg0 { background-color:#fff; } 
#bo_list .board_list tr.bg1 { background-color:#f7f7f7; } 

#bo_list .board_list td { color:#555; padding:.5em; }
#bo_list .board_list td { border-bottom:1px solid #ddd; } 
#bo_list .board_list td.num { text-align:center; }
#bo_list .board_list td.checkbox { text-align:center; }
#bo_list .board_list td.subject { overflow:hidden; text-align:left; }
#bo_list .board_list td.name,
#bo_list .board_list td.name span { color:#555; text-align:center; }
#bo_list .board_list td.datetime { text-align:center; }
#bo_list .board_list td.hit { text-align:center; }

#bo_list .board_list .notice { font-weight:normal; }
#bo_list .board_list .current { font:bold 11px tahoma; color:#E15916; }
#bo_list .board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }

#bo_list .board_button { clear:both; margin:10px 0 0 0; }

#bo_list .board_page { clear:both; text-align:center; margin:3px 0 0 0; }
#bo_list .board_page a:link { color:#555; }

#bo_list .board_search { text-align:center; margin:10px 0 0 0; }
#bo_list .board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }

div.board_page {
	clear:both;
	margin:10px 0 0 0;
	text-align:center;
}
div.board_page a.first {
	width:20px;
	height:20px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	font-weight:bold;
	padding:0;
	margin:0 10px 0 0;
	line-height:20px;
	text-align:center;
	background:#fff;
	border:1px solid #ddd;
	text-decoration:none;
	display:inline-block;
}
div.board_page a {
	width:20px;
	height:20px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#555;
	font-weight:bold;
	padding:0;
	margin:0 1px 0 1px;
	line-height:20px;
	text-align:center;
	background:#fff;
	border:1px solid #ddd;
	text-decoration:none;
	display:inline-block;
}
div.board_page a:hover {
	color:#fff;
	background:#333;
	border:1px solid #333;
}
div.board_page span.active {
	width:20px;
	height:20px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0;
	margin:0 1px 0 1px;
	line-height:20px;
	text-align:center;
	background:#333;
	border:1px solid #333;
	text-decoration:none;
	display:inline-block;
}
div.board_page a.end {
	width:20px;
	height:20px;
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	font-weight:bold;
	padding:0;
	margin:0 0 0 10px;
	line-height:20px;
	text-align:center;
	background:#fff;
	border:1px solid #ddd;
	text-decoration:none;
	display:inline-block;
}

/* VIEW */
#bo_view {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	margin:5px 0 auto;
	overflow:hidden;
}
#tbl_view {
	width:100%;
	font-family:'NanumGothicBold', sans-serif;
	border-top:1px solid #333;
	border-spacing:0;
}
#tbl_view th {
	font-size:12px;
	color:#666;
	font-weight:normal;
	padding:10px;
	background:#f8f8f8;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	vertical-align:middle;
	text-align:center;
}
#tbl_view td {
	font-family:'NanumGothic', sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	padding:10px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#tbl_view th:last-child,
#tbl_view td:last-child {
	border-right:none;
}

#bo_view div.subject {
	font-family: 'NanumGothicBold', sans-serif;
	font-size:14px;
	color:#fff;
	background:#333;
	padding:10px 0 10px 10px;
	text-align:left;
}
#bo_view div.write-info {
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	background:#fff;
	padding:8px 10px 8px 10px;
	text-align:center;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#bo_view div.write-info span {
	font-family: 'tahoma', sans-serif;
	font-size:11px;
	color:#555;
}
#bo_view div.write-info span.member {
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
}
#bo_view div.board-link {
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #ddd;
	text-align:left;
}
#bo_view div.board-link a {
	color:#555;
	text-decoration:none;
}
#bo_view div.board-link a:hover {
	color:#ff0000;
}
#bo_view div.board-file {
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #ddd;
	text-align:left;
}
#bo_view div.contents {
	line-height:1.5em;
	padding:10px 10px 10px 10px;
	text-align:center;
	overflow:hidden;
}
#bo_view div.contents p {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#555;
	text-align:left;
}

/* WRITE */
#bo_write {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#fff;
	margin:0 auto;
}
#bo_write h2 {
	position:relative;
	font-family:'NanumGothicBold', sans-serif;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:0 auto;
	padding:20px 0 6px 0;
	background:none;
	text-align:left;
	display:block;
}
#bo_write em {
	font-size:12px;
	color:#777;
	font-style:normal;
	font-weight:normal;
	padding:0 0 10px 0;
	text-align:right;
	display:block;
}
#bo_write em i {
	color:#e70012;
}
#tbl_write {
	width:100%;
	font-family:'NanumGothicBold', sans-serif;
	border-top:1px solid #333;
	border-spacing:0;
}
#tbl_write th {
	font-size:12px;
	color:#666;
	font-weight:normal;
	padding:10px;
	background:#f8f8f8;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	vertical-align:middle;
	text-align:center;
}
#tbl_write th.required {
	position:relative;
}
#tbl_write th.required:before {
	position:absolute;
	left:10px;
	content:"*";
	color:#e70012;
}
#tbl_write td {
	font-family:'NanumGothic', sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	padding:10px;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#tbl_write td.cate {
	padding:12px 0;
}
#tbl_write td.cate input[type="radio"] {
	vertical-align:bottom;
}
#tbl_write th:last-child,
#tbl_write td:last-child {
	border-right:none;
}
#tbl_write .field-input {
	padding:5px;
	border:1px solid #ddd;
	background:#f7f7f7;
}
#tbl_write a.btn-add {
	clear:both;
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin:0 1px 0 1px;
	line-height:20px;
	text-align:center;
	border:none;
	background:#ac0000;
	text-decoration:none;
}
#tbl_write .field-textarea {
	width:100%;
	min-height:100px;
	padding:5px;
	border:1px solid #ddd;
	background:#f7f7f7;
	resize:none;
	display:table-cell;
}

#variableFiles {
	overflow:hidden;
}
#variableFiles td {
	line-height:2em;
	margin:1px 0;
	padding:0;
	border:0;
	display:block;
}

div.board_button {
	clear:both; 
	margin:10px 0 0 1px;
	overflow:hidden;
	text-align:right;
}