#main{overflow-x: hidden;}
.scrlLock { overflow-y: hidden;}
#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:15%}
#header .logoImg_on{display: none;}
#header .logo a{display: inline-block;}
#header #menu{width:70%;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.sticky .logoImg_off{display: none;}
#header.sticky .logoImg_on{display: block;}

#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: 0px;left: 0;width: 100%;z-index: 9998;background: #fff;box-shadow: 0 0 7px rgb(0 0 0 / 10%);}
#header.sticky #menu .depth01{color:#484848;}
#header #menu .depth01 span{position: relative;}

.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%; }


#ctt{max-width: 1410px; margin: auto !important; padding: 150px 0 !important;}

.quick { position: fixed; right: 3.8%; bottom: 100px; z-index: 100; }
.quick_menu{display: block;}
.quick_menu li { position: relative; margin-bottom: 10px; }
.quick_menu li a span {box-shadow: 5px 5px 5px rgba(200,200,200,.5); opacity:0;position: absolute; top: 50%; right: 80px; white-space: pre; padding: 5px 20px;  background-color: #fff; z-index: -1; border-radius:2px; transform: translateY(-50%); transition: all 0.6s; border-radius: 60px; font-size: 1.125rem; color: #e66328;}
.quick_menu li a span:after{border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent; display: block; content:''; position: absolute; top: 50%; right: -10px; transform: translateY(-50%);}
.quick_menu li a:hover span{opacity: 1;}
.quick_menu li.on a span { display: block; }
.quick_menu li img{filter: drop-shadow(5px 5px 5px rgba(200,200,200,.5));}
.top{margin-top: 10px; border-radius: 100%; display: block; }
.top img{filter: drop-shadow(5px 5px 5px rgba(200,200,200,.5)); }
.quick_btn { width: 50px; height: 50px; display: block; border-radius: 50%; background: url(/img/main/pc_minus.png) no-repeat center #fff; cursor: pointer; margin: auto; box-shadow: 5px 5px 5px rgba(200,200,200,.5); }
.quick_btn.on { background: url(/img/main/pc_plus.png) no-repeat center #fff}


@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: 210px;display:flex;align-items: center; padding: 10px 0;}
    #header #menu{margin-left: auto; margin-right: 3%;}
    #header #menu #lnb .depth02{background-color: #fff;padding: 10px;text-align: center; margin-top: 1px; border-radius: 5px;}
    #header.sticky #menu #lnb .depth02{background-color: #605d54;}
    #header #menu .depth02{width: 220px;}
    #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: none;content:"";clear:both;width: 3px;height: 3px;position:absolute;top: 10px;left:-10px;transition: .3s all ease;background-color: #e66328; border-radius: 50%;}
    #header .depth02 a:hover:after{display: block;}
    #header.sticky #menu #lnb .depth02 a{color: #97958f;}
    #header.sticky #menu #lnb .depth02 a:after{background-color: #fff;}
    #header.sticky #menu #lnb .depth02 a:hover{color: #fff;}

    #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: 40%; 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; font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 600;}
    #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%;}

   .q_inquiry {right: 1.5%;}
}
@media (max-width: 1240px) {
    .q_inquiry {right: 1%;}
}
@media (max-width: 990px) {
    .quick{width: 50px;}
    .quick_menu{display: none;}
    .header_bg{width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 99; display: none;}
    #header{border-bottom: 0;}
    #sitemap{display: none!important;}
    #header .container{width: 90%;padding: 0;}
    html.open-menu {overflow: hidden;}
    .nav_btn{display: inline-block; top: 36px;}
    .dropdown-menu{height:auto;width:100%!important}
    .nav_btn.sticky.open span {background-color: #000;}
    #header.mOpen{width: 80% !important; margin-left: 20% !important;}
    #header .nav-menu{padding:0;width: 80%;height:100%;overflow: scroll;position: fixed;right: 0;top: -100%;bottom: 0;background-color: #fff;z-index: 1;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 {top: 0;z-index: 9997;} 
    #header #menu #lnb{padding: 30px 0;}
    #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 10%;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 .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 .depth01{color: #000;font-weight: 500; }
    #header #menu #lnb .menu .depth01:after{content: ''; display: block; width: 15px; height: 2px; background-color: #000; position: absolute; top: 50%; right: 5%; transform: translateY(-50%);}
    #header #menu #lnb .menu .depth01:before{content: ''; display: block; width: 2px; height: 15px; background-color: #000; position: absolute; top: 50%; right:  calc(5% + 7px); transform: translateY(-50%); transition: all .3s;}
    #header #menu #lnb .menu .depth01.on:before{display: none;}
    #header #menu #lnb .menu.active .depth02 a { color: #000;}
    #header #menu #lnb .depth02 {left: 0;transform: translateX(0);position: relative;top: 0;font-size: 1.5rem;padding: 0 0 10px 0; border-radius: 5px;}
    #header #menu #lnb .depth02 a{padding: 10px 12%;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:after{content: ''; display: block; width: 7px; height: 7px; background-color: var(--pointcolor); border-radius: 50%; position: absolute; top: 0; left: -10px;}
 
    #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: auto; }
    #header.sitemapOn .logo{border-bottom: 1px solid #cccccc; }
    #header.mOpen .logo{position: absolute;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 5%;margin: 5rem 0 2rem 0;}
        #header #menu .login li {position: relative; padding: 5px; background-color: #0c3f40; border-radius: 8px;}
    #header .login li{padding-right: 10px; text-align: center;}
    #header .login li a{font-size: 1.875rem; display: block; color: #faf8ef;}

    .quick{right: 2%;}
 

    .q_inquiry_pop{width: 80%;}
    .q_inquiry_pop .width40{display: none;}
    .q_inquiry_pop .width60{width: 100%;}

    #footer .f-bottom{flex-direction: column;}
    #footer .fcopy{margin-top: 1.875rem;}

}
@media(max-width:768px){
    .quick{bottom: 30px;}
    .q_inquiry{width: 80px;}
    .q_inquiry_pop .width60 {padding: 3rem 2rem;}

    .quick_menu li a span{right: 80px;}

    #footer .fmenu{flex-wrap: wrap;}
}
@media(max-width:500px){
    .q_inquiry{width: 70px;}
}

#footer .inner{max-width: 1640px; margin: auto;}
#footer .fmenu a{padding: 0 2rem;}
#footer .fmenu a:first-child{padding-left: 0;}
#footer a{color: #fff;}
#footer .line{width: 100%; height: 1px; background-color: #c4bfb6;}

@media(max-width:1800px){
    #footer .inner{width: 95%;}

}


@media(max-width:1109px){
    #footer .finfo.flex-wrap .flex:last-child{margin-top: 0.625rem;}

}
@media(max-width:990px){
    #footer .fmenu a{padding: 0 1rem; position: relative;}
    #footer .fmenu a:after{content: ''; display: block; width: 1px; height: 20px; background-color: #767676; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
    #footer .fmenu a:first-child:after{display: none;}

    #footer .flogo{margin: auto;}
}