/* 상단메뉴 적용 */
#hd { z-index:5 !important; }
.navi {width:1200px; position:relative; z-index:15; margin:0 auto; height:40px; border-top:0 dotted #dde4e9;border-bottom:0 solid #dde4e9;background:transparent; } 
.navBox { position:absolute; z-index:15; width:100%;}
.navBox:after {display:block;visibility:hidden;clear:both;content:""} 
.nav { position:absolute; z-index:15; top:0px; left:50%; margin-left:-50%; width:100%;}
.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; text-align:center; display:inline; width:10%; }
.nav_1da {display:block; float:left; font-weight:500; height:38px; padding:0; line-height:40px; text-decoration:none; font-size:15px; width:100%;}

.nav_1da:focus, .nav_1da:hover {text-decoration:none; color:#e8180c; background:url(img/icon_top_arrow_black.png) no-repeat center 30px;} 
.subBox { position:absolute; z-index:15; top:40px; width:100%; height:200px; /* background-color:#476d44;  */border-bottom:0 solid #F00; display:none; background:rgba(0,0,0,0.7)}
.subBox:after {display:block;visibility:hidden;clear:both;content:""}
.nav ul.depth1 ul.depth2 {position:absolute; width:100%; top:38px; display:none;  }
.nav ul.depth1 ul.depth2 li {display:block !important; height:18px; margin-bottom:7px; }
.nav_2da {display:block; float:left; width:100%; height:30px; text-align:center; padding:4px 0px; line-height:30px; text-decoration:none; color:#FFF !important; font-weight:bold;  }
.nav_2da:focus, .nav_2da:hover {text-decoration:none; background:#555 !important; } 

/* .gnb1:nth-child(3) {width:500px;background:#ddd} */