@charset "utf-8";
/* CSS Document */


#header{width:100%;}

#header > .in_Layer{height:95px;}

.in_Layer{margin:0 auto;width:1100px;}

#header h1.logo{
	float:left;
	width:221px;
	padding:24px 0 0 0;
}

#header h1.logo a, #header h1.logo img{
	display:block;
	width:100%;
}

#header .gnb_Area{
	float:right;
	margin:4px -34px 0 0;
}

#header ul.gnb li{
	float:left;
}

#header ul.gnb > li > a{
	display:block;
	height:23px;
	padding:34px;
	font-size:18px;
	color:#222;
}

#header .depth_D{
	display:none;
	position:absolute;
	top:95px;
	left:0;
	z-index:700;
	width:100%;
	height:45px;
	background:#3c3c3c;
	opacity:0.8;
}

#header .depth_D .in_Layer{position:relative;}

#header .depth_D ul.depth{
	position:absolute;
	top:15px;
}

#header .depth_D ul.depth1{left:445px;}
#header .depth_D ul.depth2{left:495px;}
#header .depth_D ul.depth3{left:650px;}
#header .depth_D ul.depth4{left:890px;}

#header ul.gnb li{float:left;}


#header ul.gnb > li > a.on{color:#0e5fad; background:url("/resources/img/mackpung/ico/arrow.png") center bottom no-repeat;}

#header .depth_D ul.depth li a{
	display:block;
	padding:0 10px;
	font-size:14px;
	color:#fff;
}









