@charset "utf-8";

/* 공통 */
* {box-sizing: border-box;}

/* 메뉴 */
.menu {clear: both;}
.menu * {box-sizing: border-box;}
.menu .wrap {position: relative; width:60%; margin: 0 auto; box-sizing: border-box; max-width:1200px;}
.menu ul,.menu li {list-style: none;margin: 0;padding: 0;}
.menu a,.menu a:hover,.menu a:link,.menu a:active {text-decoration: none; color: inherit;}
.lnb {position: relative;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#193968', endColorstr='#00acd4')";}
.lnb .lnb_depth1{width: 100%;}
.lnb .lnb_depth1 >li{display: inline-block;width:20%;text-align: center; font-size:17px; letter-spacing:-0.5pt}
.lnb .lnb_depth1 >li a{padding:30px 0 50px;display: inline-block;color: #393939 }
.lnb .lnb_depth1 >li a:hover {color: #45688f;}
.lnb .lnb_depth2 {display:none;position: absolute;top:100px;z-index:100;left: 0;width: 100%;background: #fff;border-bottom: 1px solid #ddd;font-size: 1em;}
.lnb:hover .lnb_depth2{display: block;}
.lnb .lnb_depth2 .wrap >ul {display: block;height:200px;}
.lnb .lnb_depth2 .wrap >ul >li {display: inline-block;text-align: center;width:20%;line-height: 2em;border-left: 1px dotted #ddd;padding:0;box-sizing: border-box;-ms-filter: "box-sizing:border-box";float: left;height: 100%}
.lnb .lnb_depth2 .wrap >ul >li:first-child {border-left:0;}
.lnb .lnb_depth2 .wrap >ul >li ul li a {padding: 3px 0;display: block;box-sizing: border-box;-ms-filter: "box-sizing:border-box";}
.lnb .lnb_depth2 .wrap >ul >li a:hover {background: #689cd4;color: #fff;}
.lnb .lnb_depth2 .wrap #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli{position: relative;}
.lnb .lnb_depth2 .wrap #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli .gnb_3dul{display: none;position: absolute;top:-1px;left:199px;width:100%;background-color: #fff;z-index: 9999;border: 1px solid #ddd;}
.lnb .lnb_depth2 .wrap #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli:hover .gnb_3dul{display: block;}
.lnb .lnb_depth2 .wrap #gnb_1dul .gnb_1dli .gnb_2dul .gnb_2dli .gnb_3dul .gnb_3dli:hover{background-color: #689cd4;color: #fff;}




/*네비게이션 사용 클래스*/
.sub_visual {width: 100%;}
.sub_history {border-left:1px solid #80bbb5; height:56px;}
.sub_history .hist_depth1 >li {display:block;padding-left: 23px; padding-right:100px; color: #888; border-right:1px solid #80bbb5; font-size:14px; float:left;}
.sub_history .hist_depth1 >li:not(:first-child) {background: url("/img/gnb_bg00.gif") 100% no-repeat;background-position:right center; padding-right:0; width:250px}
.sub_history .hist_depth1 >li:first-child {margin-left: 0;padding-left: 23px; padding-right:23px; font-size:18px; background:rgba(255,255,255,0.2)}
.sub_history .hist_depth1  li:nth-child(4){display:none}
.sub_history .hist_depth1  li:nth-child(2) {background:none;}
.sub_history .hist_depth1 >li a {display: block; color:#fff; line-height:56px; font-size:18px;}
.sub_history .hist_depth1 .active {font-weight:400;color: #222;position: relative;}
.sub_history .hist_depth1 .active:hover {color: #222;}
.sub_history .hist_depth1 .active:hover .hist_depth2 {display: block;}
.sub_history .hist_depth2 {display:none;position: absolute;top:56px;right:-1px;width:100%;text-align: left;z-index: 99;border: 1px solid #f4f4f4;font-size: 14px;}
.sub_history .hist_depth2 li a {display: block;padding: 10px 10px 10px 23px;background: #fff;color:#888;font-weight: normal;border-bottom: 1px solid #f4f4f4; line-height:24px; font-size:15px;}
/*.sub_history .hist_depth2 li a:before{content:''; width:5px; height:5px; background:#ffc71a; display:block;}*/
.sub_history .hist_depth2 li a:hover {background: #f1f1f1; color:#222;}
.sub_history .hist_depth2 li:last-child a {border: 0;}


 @media (max-width: 639px){
.sub_history .active:last-child{display:none}
}