/* 상단메뉴 적용 */ /* 140312 추가 */
.navBox { 
	position:absolute; 
	z-index:25; 
	top:110px; 
	width:100%; 
	min-height:50px; 
	border-top:2px solid #0072ff;
	border-bottom:0px solid #dedede;
}
.navBox:after {display:block;visibility:hidden;clear:both;content:""} 
.nav { position:absolute; z-index:9999; top:0px; left:50%; margin-left:-300px; }
.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:130px; min-height:47px; text-align:center; display:inline; margin:0px; }
.nav_1da { position:relative !important; z-index:20; display:block; float:left; text-align:left; font-weight:bold; width:130px; height:47px; padding:0 10px; font-size:1.25em !important; line-height:3.2em !important; /* 대메뉴 글자 기본 위치 */ color:#333333 !important; /*대메뉴명 글자색상 */ text-decoration:none; }
.nav_1da:focus, .nav_1da:hover {
	position:relative;
	width:100px !important;
	height:31px !important; /* 대메뉴 롤오버시 선택 서브메뉴 (노란색) 박스 위치 조절 */
	text-align:left;
	margin:10px 0px 10px -10px;
	padding:0px 15px 0px 20px;
	text-decoration:none; 
	font-size:1.25em !important; 
	line-height:2.0em !important; /* 대메뉴 롤오버시 메뉴명 글자 위치 */
	
	color:#fff !important; 
	background-color:#1e59c6;
} 
.subBox { position:absolute; z-index:20; top:50px !important;/* 서브대박스 위치 조정 */ width:100%; height:200px; background-color:rgba(45,74,115,0.95); /* 대메뉴 롤오버시 활성화되는 서브메뉴 박스 전체 바탕색 */ border-top:0px solid #dedede; border-bottom:0px 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:130px; display:none;  }
.nav ul.depth1 ul.depth2 li {display:block !important; height:18px;/* 서브 메뉴 간격 */  margin-bottom:7px; }
.nav_2da {display:block; float:left; width:100px; height:30px; padding:0px 10px 0px 10px; text-align:left; line-height:31px; text-decoration:none; color:#afb9d1 !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;
	background-color:#1e59c6;
	
	 } 
 
 
 /* 150204 수정 */
 
 /* nav */ 

.navBox {
	position:relative;
	top: 0px;
	border-top: /*기본 2px */ 0px solid #74c3e8; /* 대메뉴 상단 라인 */
}

.nav ul.depth1 li.gnb1 {
	width:120px;
	min-height:47px;
}

.nav ul.depth1 li.gnb1:hover {
	margin-top:-0.5px !important;
	padding-bottom:3px;
	background-color:#1b2d48;
	color:#2b406d !important;
}

.nav ul.depth1 li.gnb1:hover a.nav_1da {
	background-color:#f5f5f5; /* 대메뉴 롤오버시 바탕색 */
	color:#2b406d !important; /* 대메뉴 롤오버시 메뉴색 */
	font-weight:bold !important;
}

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

.nav_1da:focus, .nav_1da:hover { /* 대메뉴 롤오버시 대메뉴 선택 */
	width: 100px;
	margin:0px 0px 0px 0px;
	padding:9px 10px 10px;
	text-align:center;
	color:#2b406d !important;
	background-color:#fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(../pie/PIE.htc);
}


.nav ul.depth1 ul.depth2 {
	top:50px; 
	width:130px;
	padding-top:10px !important;
	background-color:transparent;
	border-top:0px solid #dedede /* 대메뉴 롤오버시 서브메뉴 사이의 하단 라인 */; 
}


.nav ul.depth1 ul.depth2:hover {
	width:120px;
	height:100%;
	background-color:#233a5b; /* 하단 메뉴 롤오버시 바탕색 */
	border-top:0px solid #dedede;
}

.nav_2da:focus, .nav_2da:hover {
	width:100px;
	margin:0px;
	padding:0px 10px;
	color:#ffffff !important; /* 하단 메뉴 롤오버시 글자색 */
	font-weight:bold;
	background-color:#1b2d48; /* 하단 메뉴 롤오버시 메뉴 바탕색 */ 
	
} 