

/* header */


/* sub menu */
.submenu_bg {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 340px;
	background: url(/images/main/submenu_img.png) no-repeat center bottom #8cac79;
}
.submenu_w {
	position: relative;
	width: 1175px;
	margin: auto;
	padding: 30px 0 20px 25px;
}
.submenu {
	display: block;
	float: left;
	width: 350px;
	height: auto;
	padding-left: 0;
	line-height: normal;
}
div.submenu div {
	margin-bottom: 5px;
	font-size: 18px;
	color: #fff;	
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;	
}
div.submenu a {
	line-height: 30px;
	margin-left: 0;
	font-size: 15px;
	color: #fff;	
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;
}
div.submenu_bg img {
	float: right;
	margin: 16px 10px 0;
	cursor: pointer;
}

#submenu2 {width: 140px; padding-left: 0;}
#submenu3 {width: 206px; padding-left: 0;}
#submenu4 {width: 230px; padding-left: 0;}
#submenu5 {width: 100px; padding-left: 0;}
#submenu6 {float: right; width: 90px; margin-right: 25px; padding-left: 0;}

div.submenu_bg img {
	float: right;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.submemu_close {		
	float: right;
	margin-top: 70px;
	cursor: pointer;
}
div.submemu_close span {
	font-size: 15px;
	color: #fff;	
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;	
}


/* 메인 기사판 영역 */
.bbs_tab {
	width: 195px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	color: #555;	
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;	
}
.bluetab {
	border: 1px solid #9db7d8;	
	background: #e4eef9;
}
.pinktab {
	border: 1px solid #e7bbbb;	
	background: #fceeee;	
}

.bbs_bd {
	width: 100%;
	height: 200px;
	padding: 10px 0;
}
.bbs_li {
	overflow-x: hidden;
	width: 95%;
	line-height: 40px;
	margin-bottom: 0;
	font-size: 16px;
	color: #555;
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;	
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.bbs_li img {
	margin: 0 5px -5px 0;
}


.noti_bt {
	width: 150px;
	height: 35px;
	padding-left: 0;
	line-height: 34px;
	border-radius: 25px;
	font-size: 15px;
	color: #555;
	text-align: center;
	font-family: "NanumBarunGothic","나눔바른고딕",sans-serif;	
	border: 1px solid #948884;
	background: url(/images/main/arrow_2.png?v=0.1) no-repeat 90% 50%;
	cursor: pointer;
}



/* 배너영역 */
.main_sitemap {
	width: 100%;
	height: auto;
	padding: 45px 0;
	margin-top: 50px;
	background: #948884;
}
div.banner_bx img {
	float: left;
	margin: 0 0 0 15px;
	cursor: pointer;
}