/* 상단메뉴 적용 */ /* 140312 추가 */
.navBox { 
	position:absolute; 
	z-index:25; 
	top:110px; 
	width:100%; 
	min-height:45px; 
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	
}
.navBox:after {display:block;visibility:hidden;clear:both;content:""} 
.nav { position:absolute; z-index:9999; top:0px; left:50%; margin-left:-518px; }
.nav ul.depth1 {z-index:10; clear:both; zoom:1;height:45px; }
.nav ul.depth1:after {display:block; visibility:hidden; clear:both; content:""; }
.nav ul.depth1 li.gnb1 { position:relative; float:left; width:165px; min-height:45px; text-align:center; display:inline; margin:0px; }
.nav_1da { position:relative; z-index:20; display:block; float:left; text-align:left;  width:165px; height:45px; padding:0px; font-size:1.25em !important; line-height:2.938em !important; color:#2d2d2d !important; text-decoration:none; }/*font-weight:bold;*/
.nav_1da:focus, .nav_1da:hover {
	position:relative;
	width:100px;
	height:27px;
	text-align:left;
	margin:10px 0px 10px -10px;
	padding:0px 15px 0px 20px;
	text-decoration:none; 
	font-size:1.25em !important; 
	line-height:1.688em !important; 
	color:#fff !important; 
	behavior: url(../pie/PIE.htc); 
} 
.subBox { position:absolute; z-index:20; top:46px; width:100%; height:230px; background-color:#fff; border-bottom:1px solid #cbcbcb; display:none; }
.subBox:after {display:block;visibility:hidden;clear:both;content:""}
.nav ul.depth1 ul.depth2 {position:absolute; z-index:20; top:55px; width:165px; display:none;  }
.nav ul.depth1 ul.depth2 li {display:block !important; height:15px; margin-bottom:7px; }
.nav_2da {display:block; float:left; width:165px; height:30px; padding:0px 10px 0px 10px; text-align:left; line-height:24px; text-decoration:none; color:#2d2d2d !important; }
.nav_2da:focus, .nav_2da:hover {
	position:relative;
	text-decoration:none; 
	color:#fff !important;
	width:90px;
	margin:0px 10px 0px -10px;
	padding:0px 20px 0px 20px;
	behavior: url(../pie/PIE.htc);
 } 
 
 
 /* 150204 수정 */
 
 /* nav */ 

.navBox {
	position:relative;
	top: 0px;
	border-top: 1px solid #e0e0e0;
}

.nav ul.depth1 li.gnb1 {
	width:165px;
	min-height:45px;
}

.nav ul.depth1 li.gnb1:hover {
	color:#0f84bb !important;
}

.nav ul.depth1 li.gnb1:hover a.nav_1da {
	width:165px;
	color:#0f84bb !important;
}

.nav_1da {
	width:165px;
	text-align:center;
}

.nav_1da:focus, .nav_1da:hover { 
	width: 165px;height:27px;
	margin:0px 0px 0px 0px;
	padding:9px 0px;
	text-align:center;
	color:#0f84bb !important;
	behavior: url(../pie/PIE.htc);
}


.nav ul.depth1 ul.depth2 {
	top:46px; 
	width:165px;
	padding-top:10px !important;
	font-size:13px;font-family:"Dotum";color:#666;letter-spacing:-0.7px
}


.nav ul.depth1 ul.depth2:hover {
	width:165px;
	height:100%;
	font-size:13px;font-family:"Dotum";color:#666;letter-spacing:-0.7px
}

.nav_2da:focus, .nav_2da:hover {
	width:165px;
	margin:0px !important;
	padding:0px 10px;
	color:#0188df !important;
	font-weight:bold;
	font-size:13px;font-family:"Dotum";letter-spacing:-0.7px
} 