
.lnb {
	width:143px;
	height:348px;
	float:left;
	border:1px solid rgb(212,212,212);
	background:rgb(255,255,255);
}

.lnb .title {
	height:29px;
	background:rgb(0,140,208);
	text-align:center;
	font-family: 'NanumGothicBold';
	color:Rgb(255,255,255);
	font-size:14px;
	padding-top:11px;
}

.lnb ul {
	padding:20px 0 0 15px;
}

.lnb ul li {
	padding-left:10px;
	background:url(../../images/sub/bg_lnb.gif) left 6px no-repeat;
	margin-bottom:20px;
}

.lnb ul li a {

}

.container {
	width:690px;
	border:1px solid rgb(212,212,212); 
	background:rgb(255,255,255);
	float:right;
	padding:15px 30px 20px;
}

.title_style2	{
	font-weight:normal;
	font-family: 'NanumGothicBold';
	color:rgb(37,37,37);
	font-size:19px;
	padding-bottom:15px;
	border-bottom:4px solid rgb(183,183,183);
	margin-bottom:20px;
}

.notice_area {
	overflow:hidden; zoom:1;
}

.notice_area .xml {
	text-align:right;
	margin-bottom:10px;
}

.basic_list {
	width:100%;
	border-top:2px solid rgb(186,186,186);
	
}

.basic_list thead th {
	background:rgb(248,248,248);
	padding:8px 0 10px;
	border-bottom:1px solid rgb(222,222,222);
	font-weight:normal;
}

.basic_list thead th.color1 {color:rgb(70,108,138);}

.basic_list tbody th {
	padding:8px 0 10px;
	border-bottom:1px solid rgb(222,222,222);
	font-weight:normal;
	font-family: 'NanumGothicBold';
}

.basic_list tbody th.subject {
	text-align:left;
}

.basic_list tbody td {
	padding:8px 0 10px;
	border-bottom:1px solid rgb(222,222,222);
	text-align:center;
	font-family: 'NanumGothic';
}

.basic_list tbody td.subject {
	text-align:left;
}

.basic_list tbody td.subject a {
	color:rgb(70,108,138);
	text-align:left;
}

.notice_area .paging {
	border-top:1px solid rgb(92,134,173);
	padding-top:20px;
}

.paging {
	text-align:center;
}

.paging a {
	display:inline-block;
	margin-left:10px;
	font-family: 'NanumGothicBold';
}

.paging a:hover ,
.paging a.on {
	color:rgb(255,165,0);
}

.search_box {
	float:right;
	margin-top:15px;
}

.search_box select {
	border:1px solid rgb(212,212,212);
	height:22px;
}

.search_box input.text	 {
	border:1px solid rgb(212,212,212);
	width:83px;
	height:20px;
	padding-left:5px;
}

.search_box input.btn {
	margin-top:-4px;
}

.help_bk{
	background-color:#ffffe0;
	border:1px solid #ffa07a;
	font-size:10pt;
	color:#000000;
	line-height:18px;
	padding:8px;
	margin:6px 6px 6px 6px;
}