#header_wrap {position:absolute; left:0; top:0; width:100%; z-index:57;  }
#header{background: transparent; border-bottom: 1px solid rgba(255,255,255,0); background-color: rgba(255,255,255,1); -webkit-transition:all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease; transition: all .5s 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;
padding: 0 50px; max-width: 1840px;}
#header:hover { border-bottom-color: #ddd;}
/* #header:hover,
.scrolled #header { border-bottom-color: #ddd;} */

/* logo */
#logo{;}
#logo a {display:block; width:120px; height: 58px; transition: all .3s ease; background: url('../img/logo.png') 50%/contain no-repeat; }

/* hd_btns */
#hd_btns{display: flex; align-items: center;}
#hd_btns .sns_btn {display: block; margin-right: 20px; }

#hd_btns .menu_slider_btn { position: relative; width:30px; height: 19px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; align-items: flex-end;}
#hd_btns .menu_slider_btn span { display: block;  width: 100%; height: 2px; background: #000; transition: all .3s ease; }

/* top_nav */
/* gnb */
#top_nav{height: 100px; transition: all .3s ease;}
#top_nav .gnb{display: flex; height: 100%; }
#top_nav .gnb > li {position: relative; text-align: center; max-width: 160px;}
#top_nav .gnb > li > a{ display: flex; justify-content: center; align-items: center; font-size:21px; color:#000; font-weight:500; word-break: keep-all; height: 100%;
 transition: all .5s ease;  white-space: nowrap; padding: 0 43px;}
#top_nav .gnb > li:hover > a {color:#0050b4;}
/* #top_nav .gnb > li:last-child{display: none;} */
/* #header:hover #top_nav{overflow: visible;} */
/* #header:hover .gnb {margin-right: 0;}
#header:hover .gnb > li > a {padding: 0 80px;} */
/* #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: 27px 0 0; min-height: 260px;  border: solid 1px #ddd; border-top: 0; border-bottom: 0; display: none; left:0;}
#top_nav .gnb .snb::before{content: ''; display: block; width: calc(100% + 2px); height: 3px; z-index: 1; background-color: #0050b4; position: absolute; top: -3px; left: -1px; opacity: 0; transition: .3s;}
#top_nav .gnb .snb li a {display: block; text-align: center; font-weight: 400; letter-spacing: -.6px; white-space: nowrap; font-size:17px; line-height: 40px; transition: all .3s ease; color: #555; white-space: nowrap;}
#top_nav .gnb .snb li a:hover { color:#0050b4; }
/* #header_wrap .gnb > li:hover .snb{background-color: #f7f7f7;} */
.snb_bg {display: none; position: absolute; left:0; top:101px; height: 260px; width: 0; background-color:#fff; border-bottom: solid 1px #ddd; z-index: -1; width: 100%;
box-shadow: 0px 7px 8.2px 0.8px rgba(13, 24, 66, 0.1);}
/* #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:#0050b4; }
#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 #0050b4; color:#0050b4;} */

.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: #0050b4;}

/* @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_btns .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_btns {border-left-color: #ddd;}
#header_wrap.wh #hd_btns .menu_slider_btn span {background-color: #000; }
#header_wrap.wh #hd_btns .cont_btn a{background-color: #0050b4; border-color: #0050b4;}
#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.light #header{background-color: #fff; border-bottom-color: #ddd;}
#header_wrap.light #logo a {background-image: url('../img/logo_hv.png');}
#header_wrap.light #top_nav .gnb > li > a {color:#000; }
#header_wrap.light #hd_btns {border-left-color: #ddd;}
#header_wrap.light #hd_btns .menu_slider_btn span {background-color: #000; }
#header_wrap.light #hd_btns .cont_btn a{background-color: #0050b4; border-color: #0050b4;}
#hd_btns .cont_btn a:hover{background-color: #0050b4; border-color: #0050b4;}
#header_wrap.sub{position: absolute;}
} */

@media screen and (max-width: 1800px) {
    #header .header-inner{padding: 0 50px;}
    /* #top_nav .gnb > li {max-width:170px;}
    #header:hover .gnb > li > a{padding: 0 50px; }
    #top_nav .gnb .snb li a {font-size: 14px;} */
}
@media screen and (max-width: 1500px) {
    #top_nav .gnb > li > a{padding: 0 35px; font-size: 18px;}
    #top_nav .gnb .snb li a {font-size: 14px; letter-spacing: -.6px; line-height: 35px;}


}
@media screen and (max-width: 1280px) {
    #header .header-inner{padding: 0 30px;}

    /* #top_nav .gnb > li {max-width: 140px;}
    #top_nav .gnb > li > a{font-size: 18px; padding: 0 35px;} */
    #top_nav .gnb .snb{min-height: 230px;  padding: 20px 0;}
    #top_nav .gnb .snb li a{  line-height: 2;}
    .snb_bg {height: 230px;}
}


@media screen and (max-width: 1024px) {
    #top_nav .gnb { display: none; }
    #hd_btns { display: none; }
    #logo a {width: 100px; height: 35px; 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;}

}
