#header {position: fixed;top:0;left:0;width: 100%;border-bottom: 0;z-index: 9998;}
 
#header .container{display:flex;align-items: center; max-width: 1800px; padding: 0 2rem; margin: auto;}
#header .logo {width:18%}
#header .logo a{display: inline-block;}
#header #menu{width:70%;/* margin:0 20px; */font-family: var(--notoSans), serif;}
#header #menu .menu{width: calc(100% / 7);position: relative;top:0;display: block!important;}
#header #menu .depth01{padding:25px 0;display:block;color:#fff;text-align: center; font-weight: 500;}
#header #menu .depth02{display:none;position:absolute;top:100%;left:50%;width:100%; transform: translateX(-50%);}

#header{transition: .3s all ease;}

/* board */
#header.board {position: fixed;top: 0;left: 0;width: 100%;z-index: 9998;background: rgba(255,255,255,0.98);box-shadow: 0 0 7px rgb(0 0 0 / 10%);}

.sub.board{padding-top: 74px;}

/* sticky */
#header.sticky {position: fixed;top: -100px;left: 0;width: 100%;z-index: 9998;background: rgba(255,255,255,0.98);box-shadow: 0 0 7px rgb(0 0 0 / 10%);}
#header.sticky #menu .depth01 {color:#484848;}
#header #menu .depth01 span{position: relative;}
#header #menu .depth01 span:after{content:""; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; bottom: -8px; left: -2.5%; transition: all 0.3s;}
#header.sticky #menu .depth01 span:after{background-color: var(--pointcolor)}
#header #menu .depth01:hover span:after, #header #menu .depth01.on span:after{width: 105%;}
#header .logo .logoImgon {display: none}
#header.sticky .logo .logoImg, #header.mOpen .logo .logoImg {display: none;}
#header.sticky .logo .logoImgon, #header.mOpen .logo .logoImgon{display: block;}

.nav_btn{display: none;width: 30px;height: 20px;position: absolute;top: 17px;right: 5%;transition: .1s;cursor: pointer;z-index:10000;}
.nav_btn span{width: 100%;height: 2px;background-color: #fff;display: inline-block;position: absolute;border-radius: 5px; transition: all 0.3s;}
.nav_btn .border1 {top: 0; right:0; width: 100%;}
.nav_btn .border2 {top: 0; right:0; bottom: 0; margin: auto; width: 100%;}
.nav_btn .border3 {bottom: 0px; right:0; width: 100%;}

.nav_btn.sticky span {background-color: #484848;}
.nav_btn.sticky.open span {background-color: #fff;}

.nav_btn.open {transform: rotate(360deg);}
.nav_btn.open span{background-color: #000;}
.nav_btn.open .border1 {transform: translateY(16px) rotate(-45deg);width: 100%; top:-13px; }
.nav_btn.open .border2 {opacity: 0; }
.nav_btn.open .border3 {transform: translateY(-16px) rotate(45deg);width: 100%; }

#footer{position: relative; z-index: 99;}
#footer .fmenu a{color: #fff;}
#footer .finfo{opacity: .75;}
#footer .container>.flex-between:nth-child(1){border-bottom: 1px solid #6c6f6f;}

.quick { position: fixed; right: 2.3%; bottom: 100px; z-index: 100; }
.quick_menu{display: none;}
.quick_menu li { position: relative; margin-bottom: 10px; }
.quick_menu li a:hover span{opacity: 1;}
.quick_menu li.on a span { display: block; }
.top img{padding: 12px 0;}
.quick_btn .click{display: none;}
.quick_btn.on .hide{display: none;}
.quick_btn.on .click{ display: block;}

#ctt{max-width: 1410px; margin: auto !important; padding: 150px 0 !important;}

@media (min-width:990px){
    .dropdown-menu {position: absolute;width:100%}
    .dropdown{position:relative;top:0;left:0}

    #header .container{position: relative;top:0;left:0;}
    #header .dropdown-menu {visibility: hidden;opacity: 0;display: block!important;transition: all .5s ease}
    #header #menu .depth01{transition: all .5s ease;}
    #header .dropdown-menu.visible{visibility: visible;opacity: 1;} 

    #header .tel {display: none;}
    
    #header .logo{width: 250px;display:flex;align-items: center;}
    #header #menu{width: 50%; margin-left: auto; margin-right: auto;}
    #header #menu #lnb .depth02{background-color: #fff;padding: 20px;text-align: center; margin-top: 1px;}
    #header #menu .depth02{width: 180px;}
    #header .depth02 a{display:inline-block;position:relative;top:0;left:0;padding: 10px 0;color:#484848;padding-right: 10px;}
    #header .depth02 a:hover{font-weight: 700; color: var(--pointcolor);}
    #header .depth02 a:after{display: block;content:"";clear:both;width: 0;height: 2px;position:absolute;bottom:0;left:0;transition: .3s all ease;background-color: #fff;}
    #header .depth02 a:hover:after{width: 100%;}

    #header .login{width:10rem; justify-content: flex-end;}
    #header .login li{width: 50%;padding: 0 5px; position: relative;}
    #header .login li:first-child:after {content:''; height: 60%; width: 1px; background-color: #fff; position: absolute; right:0; top:0; bottom:0; margin: auto;}
    #header.sticky .login li:first-child:after {background-color: #484848;}
    #header .login li a{padding:3px 0;text-align: center;border-radius: 150px;border:1px solid transparent;display: block;color: #fff;}
    #header.sticky .login li a {color:#484848;}
 

    #header .nav-menu .login {display: none;}


}

@media (max-width:1580px){
    #header .container{width: 100%;padding: 0 15px}
    #header #menu{width: calc(100% - 250px);margin: 0;}
    #header .logo{width: 100px}
    #header .depth02 a{padding: 0.9375rem 0;}
    #header #menu .depth02{width: 150px;}

    #ctt{width: 90%;}
}
@media (max-width: 990px) {
    #sitemap{display: none!important;}
    #header .container{width: 90%;padding: 0;}
    html.open-menu {overflow: hidden;}
    .nav_btn{display: inline-block; top: 25px;}
    .dropdown-menu{height:auto;width:100%!important}
    .nav_btn.sticky.open span {background-color: #000;}
    #header .nav-menu{padding:0;width: 100%;height:100%;overflow: scroll;position: fixed;right: 0;top:-100%;bottom: 0;background-color: #fff;z-index: 9997;letter-spacing: 0px;transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .5s;
        -ms-transition-duration: .5s;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;padding: 50px 0 0 0; 
    }
    #header .nav-menu.on:after {display: block;content: "";clear: both; height: 80px; background: #fff;position: fixed;top: 0;left: 0;}
    #header .nav-menu.on {top: 0;} 
    #header #menu #lnb{padding: 30px 0; border: 1px solid #ebebeb; border-left: 0; border-right: 0; margin: 35px 5%;}
    #header #menu #lnb .menu {width: 100%!important;text-align: left;}
    #header #menu #lnb .menu.active:after{/* width: 86%;transition: .5s all ease .5s; */ display: none;}
    #header #menu #lnb .depth01 {padding: 15px 10px;font-size: 2rem;text-align: left;font-family: var(--mainfont), sans-serif;color: #000;}

    #header.mOpen #menu #lnb .depth01.void_link {position: relative;}
    #header.mOpen #menu #lnb .depth01.void_link:after {content:''; width: 20px; height: 2px; background-color: #000; position: absolute; right:1rem; top:0; bottom:0; margin: auto; transition: .3s; display: none;}
    #header.mOpen #menu #lnb .depth01.void_link:before {content:''; width: 2px; height: 20px; background-color: #000; position: absolute; right:19.5px; top:0; bottom:0; margin: auto; transition: .3s; display: none;}
    #header.mOpen #menu #lnb .active .depth01.void_link:after { display: none;}
    #header.mOpen #menu #lnb .active .depth01.void_link:before {transform: rotate(90deg);}
    #header #menu #lnb .menu01 .depth01.void_link:after,   #header #menu #lnb .menu03 .depth01.void_link:after,
    #header #menu #lnb .menu01 .depth01.void_link:before,   #header #menu #lnb .menu03 .depth01.void_link:before{display: block;}

    #header #menu #lnb .menu.active .depth01{color: var(--pointcolor);font-weight: 600; background-color: #fff; }
     #header #menu #lnb .menu.active .depth01 span{border-bottom: 1px solid var(--pointcolor);}
    #header #menu #lnb .menu.active .depth02 a {background-color: #fff; color: #000;}
    #header #menu #lnb .depth02 {left: 0;transform: translateX(0);position: relative;top: 0;font-size: 1.5rem;padding: 0 0 20px 0;}
    #header #menu #lnb .depth02 a{padding: 10px 7%;color: #fff;display: block;}
    #header #menu #lnb .depth02 a.void_link span {transform: rotate(90deg);transition: .5s all ease;}
    #header #menu #lnb .depth02 a.void_link {display: flex;justify-content: space-between;}

    #header #menu #lnb .depth02 > li.active a span{transform: rotate(270deg);}

    #header #menu .depth01.on span{color: var(--pointcolor);}
 
    #header .menu-btn {display: block;width: 25px;height: 15px;top:0; bottom:0; margin:auto; right: 5%;position: absolute; z-index: 9999;cursor: pointer;-webkit-transition: top 300ms;transition: top 300ms;}
    #header .menu-btn span {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";right: 0;display: block;width: 100%;height: 1px;border-radius: 10px;background-color: #000;position: absolute;-webkit-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .4s ease-in-out;transition: .4s ease-in-out;}
    #header .menu-btn .btn_line01 {top: 0;}
    #header .menu-btn .btn_line02 {top: 7px;}
    #header .menu-btn .btn_line03 {bottom: 0;}

    #header .menu-btn.on {position: fixed;top: 20px;right: 5%;bottom: auto;height:35px;width:35px}
    #header .menu-btn.on span:nth-child(1) {top: 17px;-webkit-transform: rotate(135deg);transform: rotate(135deg);}
    #header .menu-btn.on span:nth-child(2) {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";right: -60px;}
    #header .menu-btn.on span:nth-child(3) {top: 17px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}


    #header .logo{padding: 15px 0;width: 25%; }
    #header.mOpen .logo{position: fixed;top: 0;/* left:5%; */z-index: 9999;} 
    #header .tel{display: block;position: absolute;top: 50%;left: 5%; color:#fff; transform: translateY(50%);font-size: 20px; z-index: 9999;}
    #header.sticky .tel {color:#484848; top:0;}
    #header.mOpen .tel {color:#fff; top:0;}


    #header .login{display: none;}
    #header #menu .login {display: flex;width: 100%;padding: 0 7%;margin: 2rem 0;}
        #header #menu .login li {position: relative; padding: 0px 5px;}
        #header #menu .login li:first-child:after {
        content: '';
        height: 60%;
        width: 1px;
        background-color: #333;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #header .login li{padding-right: 10px;width: auto;}
    #header .login li a{font-size: 1.875rem; display: block;}
  
    #footer .flex-between:last-child{flex-direction: column}
    #footer .fsns{margin-top: 3.125rem;}

        .quick{bottom: 50px;}
}

@media(max-width: 768px){
    #header .logo{width: 30%; }
}
