#header_wrap {position:absolute; left:0; top:0; width:100%; z-index:57;  }
#header{background: transparent; border-bottom: 1px solid rgba(255,255,255,.25); -webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;}
#header .header-inner {position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; height:100%; margin:0 auto; z-index: 10;
 max-width: 1880px; margin:0 0 0 auto; z-index: 10; padding:0 0 0 50px;}
#header:hover { border-bottom-color: #ddd;}
/* #header:hover,
.scrolled #header { border-bottom-color: #ddd;} */
/* min 1920 */
@media screen and (min-width: 1921px) {
    #header_wrap .header-inner { max-width:1880px; margin:0 auto; z-index: 10; padding:0 50px; }
}

/* logo */
#logo a {display: flex; align-items: center; justify-content: center; position: relative;}
.icon {display: flex; align-items: center; justify-content: center; position: relative; margin: 0 auto;  }
#logo a img {transition: opacity .3s; }
#logo a img + img {opacity: 0; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 2;}

/* hd_right */
#hd_right{display: flex; align-items: center; height: 90px;}
#hd_right .menu_slider_btn { position: relative; width:90px; height: 100%; display: flex; flex-direction: column; justify-content:center; cursor: pointer; align-items:center;
background-color: #2c2e83; }
#hd_right .menu_slider_btn span { display: block;  width: 35px; height: 2px; background: #fff; transition: all .3s ease; }
#hd_right .menu_slider_btn span:nth-child(n+2) {margin-top: 7px; }

#header_wrap .select_lang {display: flex; margin-right:45px;}
#header_wrap .select_lang li a {font-size: 16px; font-weight:400; color:rgba(255,255,255,.5); text-transform: uppercase; transition: all .3s ease; letter-spacing: -.24px;}
#header_wrap .select_lang li.active a {color:#fff; border-bottom: 1px solid #fff;}
#header_wrap .select_lang li:first-child {margin-right: 18px;}
/* top_nav */
/* gnb */
#top_nav{height: 90px; overflow: hidden; transition: all .5s ease; margin-right: 100px;}
#top_nav .gnb{display: flex; height: 100%; }
#top_nav .gnb > li {position: relative; text-align: center;}
#top_nav .gnb > li > a{ display: flex; justify-content: center; align-items: center; font-size:21px; color:#fff; font-weight:500; word-break: keep-all; height: 100%;
 transition: all .3s ease; white-space: nowrap; width: 150px; }
/* #top_nav .gnb > li:hover > a { font-weight: 700;} */
/* #top_nav .gnb > li:last-child{display: none;} */
#header:hover #top_nav{overflow: visible;}
#top_nav .gnb > li:hover > a {color:#fff; background-color: #2c2e83; }
/* #header:hover .gnb {margin-right: 0;}
#header:hover .gnb > li > a {padding: 0 90px;} */
/* #header:hover .gnb > li > a {font-weight: 700; overflow: hidden;} */
/*snb  */
#top_nav .gnb > li + li .snb{border-left: 0;}
/* #top_nav .gnb > li:hover .snb::before{opacity: 1;} */
#top_nav .gnb .snb {width: 100%; position: relative; top: 1px; padding: 25px 0 0; min-height: 200px; transition: all .5s ease; border-top: 0; border-bottom: 0; transition: all .5s ease; left: 50%; transform: translateX(-50%);}
#top_nav .gnb .snb::before{content: ''; display: block; width: calc(100% + 2px); height: 3px; z-index: 1; background-color: #2c2e83; position: absolute; top: 0; left: -1px; opacity: 0; transition: .5s;}
#top_nav .gnb .snb li a {display: block; text-align: center; font-weight: 400; letter-spacing: -.5px; white-space: nowrap; font-size:16px; line-height: 38px; color: #333;
transition:  color .3s; }
#top_nav .gnb .snb li a:hover { font-weight: 700; color:#2c2e83 }
#header_wrap .gnb > li:hover .snb{background-color: #f7f7f7;}
.snb_bg {display: block; position: absolute; left:50%; transform: translateX(-50%);right:0; top:91px; height: 200px; width: 0; border-bottom: solid 1px #ddd; z-index: -1; opacity: 0; background:url("../img/snb_bg.png") 100% 100% no-repeat #fff; transition:  opacity .5s;}
#header:hover .snb_bg{width: 100%; opacity: 1;}

/* hidden_nav */

#header_wrap .menu_slider_btn2 { display: block; position: absolute; right:30px; top:40px; cursor: pointer; transform: translate(-50%, -50%); width:35px; height: 35px;
display: flex; flex-direction: column; justify-content: center; z-index: 2; align-items: center;}
#header_wrap .menu_slider_btn2 span { display: block; width: 25px; height: 2px; border-radius: 3px; background:#2c2e83; }
#header_wrap .menu_slider_btn2 span:nth-child(1) { margin:0; transform: rotate(45deg);}
#header_wrap .menu_slider_btn2 span:nth-child(2) { display: none; transform: rotate(45deg); }
#header_wrap .menu_slider_btn2 span:nth-child(3) { margin-top: -2px; transform: rotate(135deg); }

.hidden_nav_box {width :100%; height: 100vh; background: rgba(0,0,0,0.7); position: fixed; top: 0; left: 0; z-index: 9999; position: fixed; display: none;}
.hidden_nav {text-align: center; width: 450px; height: 100vh; position: fixed; top: 0; right: -450px; background: #fbfbfb; z-index: 10000; position: fixed; text-align: left; padding:40px 50px 0 50px;}
.hidden_nav .hidden_gnb  { width: 100%; }
.h_lm {margin-bottom:20px; padding-bottom: 20px; border-bottom: solid 1px #ddd; position: relative; }
.h_lm > a {display: block; font-size:20px; font-weight: 700; color:rgba(0,0,0,.5) !important; transition: all .3s ease; max-width:220px;  position: relative;text-transform: uppercase;}
.h_lm:hover > a, .h_lm > a.active {color:rgba(0,0,0,1) !important;}
/* .h_lnb {display: none; position: absolute; left:195px; top:5px; z-index: 2;}
.h_lnb li {margin-bottom:20px;}
.h_lnb li a {font-size:17px; font-weight: 400; color:#707070; transition: all .3s ease; border-bottom:2px solid transparent; padding:2px 0; white-space: nowrap; }
.h_lnb li a:hover {padding:2px 15px; border-bottom:2px solid #2c2e83; color:#2c2e83;} */

.h_lnb{display: block; margin-top: 10px;}
.h_lnb li a{font-size: 15px; font-weight: 300; color: #666; transition: color .3s; }
.h_lnb li + li{margin-top: 5px;}
.h_lnb li:hover > a{color: #2c2e83;}

/* @media screen and (min-width:1501px) {
.scrolled #top_nav .gnb > li > a { font-size: 17px;}
.scrolled #top_nav .gnb .snb li a {font-size: 15px;}
}

@media screen and (min-width: 1281px) {
.scrolled #hd_right .cont_btn a {height: 35px;}
}

@media screen and (min-width: 1025px) {
.scrolled #top_nav {height: 60px; }
.scrolled #logo a {width: 150px;}
.scrolled .snb_bg {top:61px;}
} */

/* #header_wrap.wh #header{background-color: #fff; border-bottom-color: #ddd;}
#header_wrap.wh #logo a {background-image: url('../img/logo_hv.png');}
#header_wrap.wh #top_nav .gnb > li > a {color:#000; }
#header_wrap.wh #hd_right {border-left-color: #ddd;}
#header_wrap.wh #hd_right .menu_slider_btn span {background-color: #000; }
#header_wrap.wh #hd_right .cont_btn a{background-color: #2c2e83; border-color: #2c2e83;}
#header_wrap.wh .gnb > li > a::before{background-color: rgba(0,0,0,.3)} */

/* @media screen and (min-width: 1025px) { */
/* #header:hover {background-color: #fff; border-bottom-color: #ddd;} */
#header_wrap:hover #header{background-color: #fff; border-bottom-color: #ddd;}
#header_wrap:hover #top_nav .gnb > li > a {color:#000; }
/* #header_wrap:hover #hd_right .menu_slider_btn span {background-color: #000; } */
#header_wrap:hover #logo a img  {opacity: 0;}
#header_wrap:hover #logo a img + img {opacity: 1; }
#header_wrap:hover #top_nav .gnb > li:hover > a {color:#fff; }
#header_wrap:hover .select_lang li a {color:rgba(0,0,0,.5);}
#header_wrap:hover .select_lang li.active a {color:#000; border-bottom-color: #000;}
/* } */

/* @media screen and (max-width: 1800px) {
    #header .header-inner{padding: 0 50px;}
    #top_nav .gnb > li {max-width:180px;}
    #header:hover .gnb > li > a{padding: 0 70px; }
    #top_nav .gnb .snb li a {font-size: 15px;}
}
@media screen and (max-width: 1500px) {
    #top_nav .gnb > li > a{padding: 0 40px; font-size: 18px;}
    #top_nav .gnb > li {max-width: 160px;}
    #top_nav .gnb .snb li a { letter-spacing: -.6px;}
    #header:hover .gnb > li > a{padding: 0 60px; }


} */
/* @media screen and (max-width: 1280px) {
    #header .header-inner{padding: 0 30px;}
    #logo a {width: 160px; }
    #hd_right .cont_btn {margin-right: 15px;}
    #hd_right .cont_btn a{width: 30px; height: 30px; }
    #hd_right .cont_btn a i {font-size: 16px;}
    #hd_right .menu_slider_btn {width:30px; height: 18px;}
    #top_nav .gnb > li {max-width: 150px;}
    #top_nav .gnb > li > a{font-size: 16px; padding: 0 15px;}
    #header:hover .gnb > li > a{padding: 0 30px; }
    #top_nav .gnb .snb{min-height: 236px;  padding: 20px 0;}
    #top_nav .gnb .snb li a{  line-height: 2;}
    .snb_bg {height: 236px;}
}

@media screen and (max-width: 1100px) {

    #hd_right {display: none;}
    #top_nav .gnb > li > a {font-size: 16px; padding: 0 10px;}
} */

/* @media screen and (max-width: 1024px) {
    #top_nav .gnb { display: none; }
    #hd_right { display: none; }
    #logo a {width: 180px; height: 27px; background-position: center;}

    #header .header-inner { justify-content: center; padding: 0 20px; }

    #header_wrap {position: fixed;}
    #header_wrap,
    #header_wrap.sub { height: 60px; }
    #header {height: 60px;}
    #header {background-color: #fff; border-bottom-color: #ddd;} */

    /* scroll */
    /* .scrolled #header {background-color: #fff; border-bottom-color: #ddd;} */
    /* #header_wrap .snb_bg{display: none !important;}

} */
