@charset "utf-8";

/* 공통 */
/* {box-sizing: border-box;}
body {font-size:18px;}
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 {font-size:18px;background:#FFF;border-top:1px solid #ddd; border-bottom:1px solid #ddd;/*clear: both;*/}
.menu * {box-sizing: border-box;}
.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;}
.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')"; box-sizing:border-box;}
.lnb .lnb_depth1{width: 100%;}
.lnb .lnb_depth1 >li{display: inline-block;width:20%;text-align: center;position: relative; border-right:1px solid #ddd;z-index:1000;}
.lnb .lnb_depth1 >li:first-child{border-left:1px solid #ddd;}
.lnb .lnb_depth1 >li >a{padding: 16px 0;display: inline-block;color:#444;font-weight: bold;font-size: 16px;width:240px;}
.lnb .lnb_depth1 >li >a:hover {color: #7b6856; background:#eee;}
.lnb .lnb_depth1 .lnb_depth2 { font-size:14px; display:none;position: absolute;top: 50px;left: 0;background: #fff;width: 100%;z-index:1001;border:1px solid #ddd; box-sizing:border-box; border-top:0px;}
.lnb .lnb_depth1 .lnb_depth2 a {padding: 8px 0;display: block;box-sizing: border-box;}
.lnb .lnb_depth1 .lnb_depth2 a:hover {background: #7b6856;color: #fff;}
.lnb .depth1_1:hover .lnb_depth2{display: block;}
.lnb .depth1_2:hover .lnb_depth2{display: block;}
.lnb .depth1_3:hover .lnb_depth2{display: block;}
.lnb .depth1_4:hover .lnb_depth2{display: block;}
.lnb .depth1_5:hover .lnb_depth2{display: block;}
.lnb .depth1_6:hover .lnb_depth2{display: block;}
.lnb .depth1_7:hover .lnb_depth2{display: block;}
.lnb .depth1_8:hover .lnb_depth2{display: block;}

/*네비게이션 사용 클래스*/
.sub_visual {width: 100%;height: 80px;background: #eee;}
.sub_history {width: 100%;border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;text-align: right;}
.sub_history .hist_depth1 >li {display: inline-block;padding-left: 25px;margin-left: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: #444;position: relative;}
.sub_history .hist_depth1 .active:hover {color: #25649e;}
.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;}