/* 상단메뉴 적용 */ /* 140312 추가 */
.navBox { 
	position:absolute; 
	z-index:25; 
	top:110px; 
	width:100%; 
	min-height:65px; 
	border-top:2px solid #0072ff;
	border-bottom:1px solid #dedede;
    display:block;
	
}
@media screen and (max-width:1000px) {
.navBox {	display:none;
}
}
.navBox:after {display:block;visibility:hidden;clear:both;content:""} 
.nav { position:absolute; z-index:9999; top:0px; left:50%; margin-left:-485px; }
.nav ul.depth1 {z-index:10; clear:both; zoom:1; }
.nav ul.depth1:after {display:block; visibility:hidden; clear:both; content:""; }
.nav ul.depth1 li.gnb1 { position:relative; float:left; width:140px; min-height:65px; text-align:center; display:inline; margin:0px; }
.nav_1da { position:relative; z-index:20; display:block; float:left; 
text-align:center; 
font-weight:bold; 
width:140px; height:60px; 
padding:0 10px; 
font-size:1.6em !important; 
line-height:2.938em !important; 
color:#2d2d2d !important; 
text-decoration:none; }

.subBox { position:absolute; z-index:20; top:60px; width:100%; min-height:200px; background-color:#fff; border-top:1px solid #dedede; 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:67px; width:140px; display:none;  }
.nav ul.depth1 ul.depth2 li {display:block !important; height:22px; margin-bottom:7px; }
.nav_2da {display:block; float:left; width:140px; height:35px; padding:10px; text-align:left; line-height:35px; text-decoration:none; color:#2d2d2d !important;  font-size:1.2em !important; }
.nav_2da:focus, .nav_2da:hover {
	position:relative;
	text-decoration:none; 
	color:#fff !important;
	width:140px;
	margin:0px 10px 0px -10px;
	padding:0px 20px 0px 20px;
	background-color:#1e59c6;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	behavior: url(../pie/PIE.htc);
 } 
 
 
 /* 150204 수정 */
 
 /* nav */ 

.navBox {
	position:relative;
	top: 0px;
	border-top: 2px solid #74c3e8;
}

.nav ul.depth1 li.gnb1 {
	width:140px;
	min-height:67px;
}

.nav ul.depth1 li.gnb1:hover {
	background-color:#f9f9f9;
	color:#0f84bb !important;
}

.nav ul.depth1 li.gnb1:hover a.nav_1da {
	color:#0f84bb !important;
}

.nav_1da {
	width:140px;
	text-align:center;
}

.nav_1da:focus, .nav_1da:hover { position:relative; z-index:20; display:block; float:left; 
text-align:center; 
font-weight:bold; 
width:140px; height:67px; 
padding:0 10px; 
font-size:1.6em !important; 
line-height:2.938em !important; 
color:#2d2d2d !important; 
text-decoration:none; }


}


.nav ul.depth1 ul.depth2 {
	top:65px; 
	width:140px;
	padding-top:10px !important;
	background-color:transparent;
	
}


.nav ul.depth1 ul.depth2:hover {
	width:140px;
	height:100%;
	background-color:#f9f9f9;
	
}

.nav_2da:focus, .nav_2da:hover {
	width:140px;
	margin:0px !important;
	padding:10px;
	color:#0f84bb !important;
	font-weight:bold;
	background-color:transparent;
} 