@charset "utf-8";

/* 공통 */
* {box-sizing: border-box;}
body {font-size:14px; font-family: "나눔고딕", "NanumGothic", "Malgun Gothic", "Gulim", "dotum" !important;}
a, a:hover, a:link, a:active {text-decoration: none; color: inherit;}
ul,li {list-style: none;margin: 0;padding: 0;}
#container {z-index:auto;}
.wrap {position: relative; width: 100%; margin: 0 auto; box-sizing: border-box; max-width:1200px;}

/* 메뉴 */
.menu {margin:0px auto;font-size:16px; font-family: "나눔고딕", "NanumGothic", "Malgun Gothic", "Gulim", "dotum"}/* !important;background: linear-gradient(-135deg, #193968, #ffffff) fixed;clear: both;*/
.menu * {box-sizing: border-box;width: 100%;}
.menu .wrap {position: relative; width: 100%; margin: 0 auto; box-sizing: border-box; max-width:1200px;}
.menu ul,.menu li {list-style: none;margin: 0;padding: 0;width: 100%;}
.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: 1200px;height:80px;text-align: center;}
.lnb .lnb_depth1 >li{display: inline-block;width: 15.3%;text-align: center; height:85px;}/* 메뉴 6개 기준 width:12.4%//// ;border:1px solid #000;*/
.lnb .lnb_depth1 >li a{padding: 15px 0;display: inline-block;color: #11253E;font-weight: 600;font-size: 1.1em;}
.lnb .lnb_depth1 >li a:hover {color: #ff0000;} /* #f2e9d6 */
.lnb .lnb_depth2 {display:none;position: absolute;top:80px;z-index:100;left: 0;width: 100%;background: #fff;border-bottom: 1px solid #ddd;font-size: 1em;} /* sub menu 높이*/
.lnb:hover .lnb_depth2{display: block;}
.lnb .lnb_depth2 .wrap >ul {display: block;height: 300px;text-align: right;}/*306px  서브메뉴 높이 ;border:1px solid #000;padding-right:100px*/
.lnb .lnb_depth2 .wrap >ul >li {display: inline-block;width: 15.3%;text-align: center;line-height: 2em;border-left: 1px dotted #ddd;padding: 0; box-sizing: border-box; -ms-filter: "box-sizing:border-box";height: 100%;vertical-align: top; ;}/* width:12.4%  6개일때 16.6 border:1px solid #ff0000;*/
.lnb .lnb_depth2 .wrap >ul >li:first-child {border-left:0;}
.lnb .lnb_depth2 .wrap >ul >li:nth-of-type(even) {background: #f9f9f9;}
.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: #11253E;color: #fff;}/*0b7aa5*/


/*네비게이션 사용 클래스*/
.sub_visual {width: 100%;height: 80px;background: #eee;}
.sub_history {width: 100%;text-align: left;}/*;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;text-align: left;*/
.sub_history .hist_depth1 >li {display: inline-block;padding-left: 25px;margin-right:15px;color: #666;background: url("../img//arrow_btn.png") 100% no-repeat;background-position:left center;}
.sub_history .hist_depth1 >li:first-child {margin-left: 0;padding-left: 0;background: none;}
.sub_history .hist_depth1 >li a {padding: 10px 0;display: block;}
.sub_history .hist_depth1 .active {font-weight: 600;color: #fff;position: relative;}
.sub_history .hist_depth1 .active:hover {color: #fff;}
.sub_history .hist_depth1 .active:hover .hist_depth2 {display: block;}
.sub_history .hist_depth2 {display:none;position: absolute;top:35px;right: 0;width: 130px;text-align: center;z-index: 99;border: 1px solid #ddd;font-size: 0.95em;}
.sub_history .hist_depth2 li a {display: block;padding: 8px 10px;background: #fff;color:#333;font-weight: normal;border-bottom: 1px solid #ddd;}
.sub_history .hist_depth2 li a:hover {background: #eee;}
.sub_history .hist_depth2 li:last-child a {border: 0;}








