#wrap{width:100%;}
#header{width:100%;height:240px;background: url(/images/header_bg.gif);}
#header:after{content:"";clear:both;display:block;}
#headerBox{width:100%;height:240px;background: url(/images/nav_bg.gif) repeat-x; background-position: center bottom;}

.top {width:100%;height:30px;background-color:#171717;}
.top div{width:952px;margin:0 auto;}
.top .top_right{display: block; float:right;border-right: 1px solid #222222;box-sizing:border-box;}
.top .top_right li{display: block; float:left;height: 30px; line-height: 30px; border-left: 1px solid #222222; padding:0 20px;box-sizing:border-box;}
.top .top_right li a{font-size: 12px; color:#eee;}

.gnb{margin:0 auto;width:100%; z-index:10; height:163px;}
.gnb .logo{width:329px;height:70px;margin:0 auto;padding: 52px 0 41px 0;}

/*--네비--*/
.nav {
	position:relative;
	margin:0 auto;
	overflow:visible;
	height:47px;
	width:952px;
	list-style: none;
	font-size:14px;
}

/*--/메인 메뉴--*/

.naviSet{
	border-left: 1px solid #222222;
	height:47px;
	float: left;
	position: relative;
}

.naviSet2{
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	height:47px;
	float: left;
	position: relative;
}
.topnav{
	height:47px;
	text-align:center;
	width:189px;
	padding-top:18px;
	cursor:pointer;
	font-weight:bold;
	color:#ccc;
}

.topnav:hover{
	color:#fff;
}


/*--서브메뉴--*/

.subnav{ 
	
	z-index: 100;
	position: absolute;
	left: 0;
	top:47px;
	background:#0f0f0f;
	display: none;
}

.subnav li{
	border-bottom:1px solid #222;
	font-size:12px;
	height:32px;
	padding-top:18px;
	width:190px;
	text-align:center;
	/*--border-bottom:1px solid #fff;--*/
	
	cursor:pointer;
}
.subnav li a{display: block; color: #fff; width: 100%; height: 100%;}
.subnav li:last-child{border-bottom:1px solid #222;}
.subnav li:hover{background-color:#222;}


/*--서브메뉴//--*/



/*푸터*/
#footer{width:100%; height:100px; background:#000;}
#foot{width:952px; margin:0 auto; padding-top:30px;}
.copy{font-size:12px; color:#666; text-align:center; line-height:20px;}

