#header {position: relative;top:0;left:0;width: 100%;border-bottom: 0;z-index: 9998;}
 
#header .container{display:flex;align-items: center; justify-content: space-between; max-width: 1800px; padding: 0 2rem; margin: auto;}
#header .logo {width:15%}
#header .logo img {width: 11.5625rem;}

#header .logo a{display: inline-block;}
#header #menu{width:70%;/* margin:0 20px; */font-family: var(--notoSans), serif;}
#header #menu .menu{width: calc(100% / 6);position: relative;top:0;display: block!important;}
#header #menu .depth01{padding:25px 0 30px;display:block;color:#393939;text-align: center;}
#header #menu .depth02{display:none;position:absolute;top:100%;left: 50%; transform: translateX(-50%); width:100%;}


.nav_btn{display: none;width: 26px;height: 26px;position: fixed;top: 17px;right: 5%;transition: .1s;cursor: pointer;z-index:10000;}
.nav_btn span{width: 6px;height: 6px;background-color: #272727;display: block;position: absolute;border-radius:1px;}
.nav_btn span:nth-child(1){left: 0;top: 0;}
.nav_btn span:nth-child(2){left: 50%;top: 0;transform: translateX(-50%);}
.nav_btn span:nth-child(3){right: 0;top: 0;}
.nav_btn span:nth-child(4){left: 0;top: 50%;transform: translateY(-50%);}
.nav_btn span:nth-child(5){position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.nav_btn span:nth-child(6){right: 0px;top: 50%;transform: translateY(-50%);}
.nav_btn span:nth-child(7){left: 0px;bottom: 0px;}
.nav_btn span:nth-child(8){position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);}
.nav_btn span:nth-child(9){right: 0px;bottom: 0px;}
.nav_btn.open{position: fixed;transform: rotate(180deg);cursor: pointer;transition: .5s cubic-bezier(.8, .5, .2, 1.4);}
.nav_btn.open span{width:4px;height:4px;transition-delay: 200ms;transition: .5s cubic-bezier(.8, .5, .2, 1.4);border-radius: 50%;}
.nav_btn.open span:nth-child(2) {left: 6px;top: 6px;}
.nav_btn.open span:nth-child(4) {left: 6px;top: 18px;}
.nav_btn.open span:nth-child(5) {left: 12px;top: 12px;}
.nav_btn.open span:nth-child(6) {right: 6px;top: 6px;}
.nav_btn.open span:nth-child(8) {left: 18px;bottom: 6px;}

#header{transition: .3s all ease;}
#header .login li {display: flex; align-items: center; gap:0 1rem;}


/* board */
/* #header.board {position: fixed;top: -1px;left: 0;width: 100%;z-index: 9998;background: rgba(255,255,255,0.95);box-shadow: 0 0 7px rgb(0 0 0 / 10%);} */
#header.board .logo .logoImg {filter: invert(0) brightness(1);}
#header.board #menu .depth01, #header.board .login li a {color:#3f3f3e;}
#header.board .login li:first-child:after {background-color: #747474;}



/* sticky */
#header.sticky {position: fixed;top: -1px;left: 0;width: 100%;z-index: 9998;background: rgba(255,255,255,0.95);box-shadow: 0 0 7px rgb(0 0 0 / 10%);}

#header.sticky #menu .depth01 {color:#484848;}
#header.sticky .logo .logoImg {filter: none;}
/* #header.sticky.mOpen .logo .logoImg {filter:invert(1) brightness(2);}
#header.board.mOpen .logo .logoImg  {filter:invert(1) brightness(2);} */

@media (min-width:1100px){
    .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; font-size: 18px; font-weight: 600;}
    #header .dropdown-menu.visible{visibility: visible;opacity: 1;} 

    #header .tel {display: none;}
    
    #header .logo{/* width: 210px; */display:flex;align-items: center;}
    #header #menu{width: calc(100% - 560px); margin-left: auto;}
    #header #menu #lnb .depth02{background-color: #fff; padding: 20px;}
    #header #menu #lnb .depth02:after {content:''; width: 100%; height: 3px; background-color: var(--pointcolor); position: absolute; top:0; left:0; right:0; margin: auto;}
    #header #menu .depth02{width: 10rem;}
    #header .depth02 a{display:inline-block;position:relative;top:0;left:0;padding: 10px 0;color:#484848; width: 100%; text-align: center;}
    #header .depth02 a:hover{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:16rem; justify-content: flex-end;}
    #header .login li{width: 50%;padding: 0 2rem; 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; display: block;color: var(--pointcolor); position: relative;}
    /* #header .login li:first-child:after {content:''; width: 1px; height: 18px; background-color: #c9c9c9; position: absolute; right: -2px; top:0; bottom:0; margin: auto;}
    #header.sticky .login li:first-child:after {background-color: #747474;} */

    #header.sticky .login li a {color:#484848;}
    #header .login li:hover a {color:var(--subcolor)}

    #header .header .nav_line {width: 37px;left: 22.5px;}
    #header .header .nav_line {height: 2px; background: var(--subcolor); position: absolute; bottom: 30px; left: 37px; opacity: 0;transition: transform 0.6s cubic-bezier(0.36, 0, 0.66, -0.56), width 0.3s ease, height 0.5s ease, top 0.5s ease;}
    

    #header .nav-menu .login {display: none;}


}

@media (max-width:1580px){
    #header .container{width: 100%;padding: 0 15px}
    #header #menu{width: calc(100% - 300px);margin: 0;}
    
    #header .depth02 a{padding: 0.9375rem 0;}
    /* #header #menu .depth02{width: 150px;} */
}
@media (max-width: 1100px) {
    /* #header.sticky {height: 56px;} */
    #sitemap{display: none!important;}
    #header .container{width: 90%;padding: 0;}
    html.open-menu {overflow: hidden;}
    .nav_btn{display: inline-block;}
    .dropdown-menu{height:auto;width:100%!important}
    #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::before {display: block;content: ''; width: 90%; height: 60px; z-index: 3; position: fixed;top: 0;left: 0; right:0; margin: auto; border-bottom:1px solid rgba(255,255,255,.25);}
    #header .nav-menu.on::after {display: block;content: ''; width: 100%; height: 60px; background: #fff; position: fixed;top: 0;left: 0; right:0; margin: auto;}
    #header .nav-menu.on {top: 0;} 
    #header #menu #lnb .menu {width: 100%!important;text-align: left;}
    #header #menu #lnb .menu:after{display: block;content:"";clear:both;left:7%;width: 0;transition: .5s all ease 0s;background-color: #c4c4c4;height: 1px;position: absolute;bottom: 0;}
    #header #menu #lnb .menu.active:after{/* width: 86%;transition: .5s all ease .5s; */ display: none;}
    #header #menu #lnb .depth01 {padding: 15px 7%;font-size: 2.3rem; font-weight: 500; text-align: left;font-family: var(--mainfont), sans-serif;color: #272727;}


    #header #menu #lnb .menu.active .depth01{/* background-color: #fff; *//*  border-bottom:1px solid #cc4e26; */}
    #header #menu #lnb .menu.active .depth02  {background-color: #f6f6f6;  padding: 1rem 0; border-top:2px solid var(--pointcolor); border-bottom: 1px solid #dedede;}
    #header #menu #lnb .menu.active .depth02 a:hover {color:var(--pointcolor)}
    #header #menu #lnb .depth02 {left: 0;transform: translateX(0);position: relative;top: 0;padding: 0 0 20px 0;}
    #header #menu #lnb .depth02 a{padding: 10px 7%;display: block; font-size: 1.8rem;}
    #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 #lnb {position: relative; padding: 1rem 2rem;}
    #header #menu #lnb:after {display: block;content: '';clear: both;width: 90%; position: absolute; bottom: 0;left: 0; right:0; margin: auto; border-bottom:1px solid rgba(255,255,255,.25);}

 

    #header .logo{padding: 15px 0;width: auto; width: fit-content; height: fit-content;}
    #header.mOpen .logo{position: fixed;top: 0;/* left:5%; */z-index: 9999;} 

    #header .login{display: none;}
    #header #menu .login {display: flex;width: 100%;padding: 3rem 2rem 0; border-top:1px solid #dedede;}
    #header .login li{width: auto; position: relative; padding: 0 2rem; gap:0;}
    #header .login li a{padding:8px 2rem; font-size: 1.6rem; font-family: var(--pointfont); color:var(--pointcolor); display: block;}
    #header .login li:first-child:after {content:''; width: 1px; height: 20px; background-color: #747474; position: absolute; right: 15px; top:0; bottom:0; margin: auto;}
}




/* //// quickmenu //// */
#quickRight {position:fixed;top:26%;right:0; margin:auto;z-index:90; transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
#quickRight a {font-weight: 600; transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out; display: block; padding: .7rem 1.33rem; background: var(--light-gray); }
#quickRight a:first-of-type { border-top-left-radius: 1rem; }



#quickRight .menu {border-radius:1.25rem 0 0 1.25rem; display:block;}
#quickRight .menu .contwrap{/* opacity:0; */ transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;}
#quickRight .menu .linkswrap .link {display: flex; align-items: center; justify-content: center; padding-bottom:1rem;}
#quickRight .menu .linkswrap .call {padding-top: 1rem;}

#quickRight .callBox {background-color: var(--pointcolor); border-radius: .625rem; color:#fff; position: absolute; padding:.6rem 1rem; font-size: 1.25rem; top:1.5rem;transform: translateX(100%); z-index: -1; transition: .3s;}
#quickRight .callBox.on {transform: translateX(-100%); transition: .3s;}

#quickRight .topBtn {background-color: var(--pointcolor); font-weight: 400; letter-spacing: 0.05rem; padding: 1.3rem 0; border-radius: 0 0 0 1.25rem;}
#quickRight .topBtn img {width: 15px;}

@media (max-width:768px) {
    #quickRight{left: 0; top: auto; bottom: 0; right: auto; transform: none; width: 100%; /* margin-left: 5%; */ display: flex; -webkit-display: flex;}
    #quickRight a {padding: .7rem .5rem;}
    #quickRight .icon{margin-right: 0;}
    #quickRight .menu{border-radius: 1.25rem 1.25rem 0 0; width:100%; background-color: #f6f6f6; /* padding: 1.4rem 0 1.4rem; */}
    #quickRight .menu .contwrap{opacity: 1;}
    #quickRight .menu .linkswrap{display: flex; flex-wrap: wrap;}
    #quickRight .menu .contwrap a {width: calc(100% / 6); border-radius: 0 0.9375rem 0 0; padding-top: 1rem; padding-bottom: .7rem; /* flex-wrap: wrap; justify-content: center; */} 
 
    #quickRight .menu .contwrap p {width: 100%; font-size: 1.2rem; text-align: center; margin-top: 0.6rem;}

    #quickRight img {width: 24px;}
    #quickRight .topBtn img {margin-top: .7rem; width: 13px;}

    #quickRight .menu .topBtn {padding: .7rem 0;}
    #quickRight .menu .topBtn p {font-size: 1.4rem;}
    #quickRight .menu .paper{position: absolute; width: 60px; background-color: var(--pointcolor); padding: 1.4rem 1.5rem; bottom:8rem; left: 1rem; border-radius: 1.25rem;}
    
    #quickRight .paper .downFile {width: 1px; height: 30px; overflow: hidden;}
    #quickRight .paper.on .downFile {width: 13.125rem; height: 30px; transform: translateX(90%); border-radius: 10px;}
}
@media (max-width:400px) {
    #quickRight .menu .contwrap p {font-size: 11px; margin-top: .3rem;}
    #quickRight .menu .topBtn p {font-size: 15px;}
}



/* counsel_pop */
.counsel_pop {transition: .3s all ease; max-width:1920px; width: 100%; position: fixed; bottom:0; left:0; right:0; margin: auto; transform: translateY(100%);z-index: 9997;background: var(--pointcolor); padding: 1.2rem 1rem;}
.counsel_pop.on {transform: translateY(0%);}
.counsel_pop .counsel_Btn {position: absolute; display: flex; align-items: center; gap:1rem; background-color: var(--pointcolor); padding: .8rem 1.7rem; color:#fff; font-size: 18px; border-radius: 1rem 1rem 0 0; cursor: pointer; transform: translateY(-97.5%); left: 0; right:0; margin: auto; width: fit-content; top: 0; transition: .3s;}
.counsel_pop.on .counsel_Btn.on img { transform: rotate(180deg); transition: .3s;}

.counsel_pop .inner{margin: auto; display: flex;align-items: flex-end; gap:.5rem; justify-content: space-between; transition: 0s all ease; max-width: var(--layoutwidth); width: 100%; padding: 0 1.25rem; margin: auto;}
.counsel_pop .inner > div {display: flex; align-items: center;}
.counsel_pop .inner .counsel_box {background-color: #0673bc; border-radius: .5rem; padding: .5rem 1.5rem; max-width: 17.9375rem; width: 100%;}
.counsel_pop .inner .counsel_box.call, .counsel_pop .inner .select_box {max-width: 24.1875rem; width: 100%;}
.counsel_pop .inner .select_box {background-color: #0673bc; border-radius: .5rem; padding: .5rem 1rem;}
.counsel_pop .inner > div:nth-child(5) {margin-left: 1rem;}
.counsel_pop .inner .counsel_tit{color: #fff;}

.counsel_pop .counsel_box label{width: auto;padding-right: 10px;color: #fff;}
.counsel_pop .counsel_box input[type="text"] {padding:8px 0 8px 16px; width: 100%; background-color: transparent; color:#fff; border-radius: 0; box-shadow: none; border:none;}
.counsel_pop .select_box select {padding:8px 5px; width: 100%; background-color: transparent; box-shadow: none; border:none;}
.counsel_pop .select_box option {padding-inline: 0; min-block-size: 0; padding-block-end: 0; display: inline-block;}

.counsel_pop .counsel_box input[type="text"]::placeholder {color:#efefef;}
.counsel_pop .counsel_box input[type="text"]::-webkit-input-placeholder{color:#efefef;}
.counsel_pop .counsel_box input[type="text"]::-ms-input-placeholder{color:#efefef;}


.counsel_pop .select_box select {color:#fff;}
#ca_name option {color:#272727 !important;}

.counsel_pop input[type=text]:focus, .counsel_pop input[type=password]:focus, .counsel_pop textarea:focus, .counsel_pop select:focus{border:0!important;border-bottom:1px solid rgba(255,255,255,0.2)!important}
.counsel_pop #confirm_submit{width: 100%;text-align: center; color: #fff; border-radius: .5rem; background-color: #272727; padding: .8rem 2rem;font-weight: 700;}
.counsel_pop .check_box .checkBtn {font-size: 14px; color: #fff; margin-left: 1rem;}

.counsel_pop select {-webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; border:none; appearance:none; background:url('/img/main/select_arrow.png') no-repeat right 14px center;}
.counsel_pop input[type="checkbox"]{display: none;}
.counsel_pop input + label { position: relative; width: 17px; max-width: 100%; height: 17px; border: 1px solid #fff; display: inline-block; cursor: pointer; vertical-align: middle; user-select: none }
.counsel_pop input + label > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(.5); color: transparent; }
.counsel_pop input:checked + label { background:#000; }
.counsel_pop input:checked + label > span { color: #fff; }
.counsel_pop input + label + label {margin-left: 10px; font-size: .875rem; position: relative; cursor: pointer; user-select: none; white-space: nowrap;}

.counsel_Btn.mo, .overlay {display: none;}

.checkBox {position: fixed; display: none; background-color: #fff; max-width: 43.75rem; width: 90%; padding:3.2rem 3rem; border-radius: 2rem; top:50%; left: 50%; transform: translate(-50%, -50%); z-index: 999;}
.checkBox.on {display: block;}
.checkBox .inner {max-width: 31.25rem; width: 100%; margin: auto;}
.checkBox .close {position: absolute; right: 2.5rem; top:2rem;}
.checkBox .close img {filter: invert(1) grayscale(1) brightness(.5); width: 1.375rem;}

.checkBox .Num, .checkBox .star {position: relative; padding-left: 1.3rem; line-height: 1.8;}
.checkBox .Num:after {content:''; position: absolute; left: 0; top:0;}
.checkBox .Num1:after {content:'1.';}
.checkBox .Num2:after {content:'2.';}
.checkBox .Num3:after {content:'3.';}

.checkBox .star:after {content:'*'; position: absolute; left: 0; top:0;}

.checkBox span {margin-left: 9rem;}

.checkBox .okay {background-color: #272727; color:#fff; width: fit-content; margin: 2rem auto 0; border-radius: .5rem; padding: .7rem 2.7rem; display: block;}

@media(max-width:990px) {
    .counsel_pop .counsel_Btn {right:0; margin: auto; width: fit-content;}
    .counsel_pop .inner {flex-wrap: wrap; gap:1.1rem; width: 92%; justify-content: flex-start;}
    
    .counsel_pop .inner .counsel_box, .counsel_pop .inner .counsel_box.call, .counsel_pop .inner .select_box {width: 49%; max-width: 49%;}
}
@media(max-width:768px) {
    .counsel_Btn.mo {background-color: var(--pointcolor); font-size: 1.25rem; line-height: 1.6; width: 7.125rem; height: 7.125rem; border-radius: 50%; position: fixed; right: 2rem; bottom:10rem; display: flex; align-items: center; justify-content: center; color:#fff; z-index: 997;}
    .counsel_Btn.mo:after {content:''; width: .875rem; height: .9375rem; right: 2rem; bottom:2rem;transform: rotate(90deg); background-image: url('/img/main/counsel_arrow.png'); background-repeat: no-repeat; background-size: cover; position: absolute;}

    .counsel_pop {display: none; background-color: var(--pointcolor); border-radius: 2rem; padding:4rem 3rem 5rem; position: fixed; max-width: 37.0625rem; width: 85%; height: fit-content; top:50%; left: 50%; transform: translate(-50%, -50%) !important; z-index: 999;}
    .counsel_pop.on {display: block;}

    .counsel_pop #frm {margin-top: 2rem;}
    .counsel_pop .inner {flex-wrap: wrap; gap:1.3rem;}
    .counsel_pop .inner .counsel_box, .counsel_pop .inner .counsel_box.call, .counsel_pop .inner .select_box {width: 100%; max-width: 100%; font-size: 1.25rem;}
    .counsel_pop .select_box option {font-size: 1.25rem;}
    .counsel_pop .submit_box {margin: auto; order: 5; width: 100%;}
    .counsel_pop #confirm_submit {width: fit-content; font-size: 1.5rem; margin: 2rem auto 0; padding: 1rem 2.5rem;}
    .counsel_pop input + label + label {font-size: 1.25rem;}

    .close_btn {position: absolute; top:2rem; right:2rem;}
    .close_btn img {width: 1.375rem;}
    .overlay.on {width: 100%; height: 100%; display: block; background-color: rgba(0,0,0,.5); position: fixed; top:0; left: 0; z-index:998; transition: .3s;}
}
@media(max-width:500px) {
    .counsel_pop .inner {width: 100%; padding: 0;}
    .counsel_pop .counsel_box input[type="text"]::placeholder {font-size: 1.1rem;}

    .checkBox .close {position: absolute; right: 2rem; top:1.5rem;}
}


