#header {position: fixed; top:0;left:0;width: 100%;border-bottom: 0;z-index: 9998; background-color: #fff;}
 
#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 .logoImg {width:120px;}
#header .logo a{display: inline-block;}
#header #menu{width:70%;/* margin:0 20px; */}
#header #menu .menu{width: calc(100% / 5);position: relative;top:0;display: block!important;}
#header #menu .depth01{padding:25px 0;display:block;color:#222;text-align: center;}
#header #menu .depth02{display:none;position:absolute;top:100%;left:-40%;width:100%;}


/* .nav_btn{display: none; width: 30px;height: 20px;position: fixed;top: 0; right: 2%;transition: .1s;cursor: pointer;z-index:10000;} */


.nav_btn {position: fixed; transition: .3s ease-in-out; width: 2.5rem; height: 1.5rem; display: none; top: 2rem; right: 2.5rem; z-index: 10000;}

.nav_btn span {position: absolute; height: .25rem; width: 100%; background-color: #222; top: 0; transition: transform .2s ease-in-out, opacity .2s ease-in-out;}

.nav_btn span:nth-child(1) {top: 5px;}
.nav_btn span:nth-child(2),.nav_btn span:nth-child(3) {top: 13px;}
.nav_btn span:nth-child(4) {top: 21px;}

.nav_btn.active span {background-color: #222;}

.nav_btn.active span:nth-child(1), .nav_btn.active span:nth-child(4) {opacity: 0;}
.nav_btn.active span:nth-child(2) {transform: rotate(45deg);}
.nav_btn.active span:nth-child(3) {transform: rotate(-45deg);}



#header{transition: .3s all ease;}

/* 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 #menu .depth01.on {color:var(--pointcolor); font-weight: 700;}
#header #menu .depth01.on span {position: relative;}
#header #menu .depth01.on span:after {content:''; width: 5px; height: 5px; border-radius: 50%; background-color: var(--pointcolor); position: absolute; left: -5px; top:-5px; }


@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 .3s ease}
    #header #menu .depth01{transition: all .5s ease; font-size: 1.25rem; font-weight: 500;}
    #header .dropdown-menu.visible{visibility: visible;opacity: 1;} 

    #header .header .navi-bg {transition: All .5s ease; width: 100%; position: absolute; top: 100%; left: 0; right: 0; background-color: #fff; opacity: 0;visibility: hidden;height:0;display: block;border-top: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid rgba(0,0,0,0.1);width: 100%!important;z-index: 1;}
    #header .header .navi-bg.visible{opacity: 1; visibility: visible; height: 36.875rem;}
    
    #header .logo{/* width: 210px; */display:flex;align-items: center;}
    #header #menu{width: calc(100% - 540px);}
    #header #menu #lnb .depth02 {position: absolute; z-index: 999; top: 100%; width: 100%; left: 0; padding: 1em 0; height: 36.875rem; border-right: 1px solid rgba(0,0,0,.2);}
    #header #menu #lnb li:last-child ul {border-right: none;}
    /* #header #menu #lnb .depth02:after {content:''; width: 100%; height: 3px; background-color: var(--subcolor); position: absolute; top:0; left:0; right:0; margin: auto;} */
    #header #menu .depth02{width: 15.625rem;}
    #header .depth02 a {display:inline-block;position:relative;top:0;left:0;padding: 15px 0;color:#222; font-size: 1.125rem; width: 100%; text-align: center; font-weight: 300;}
    #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:8rem; justify-content: flex-end;}
    #header .login li{width: 50%;padding: 0 5px; position: relative; margin-bottom: 5px;}
    /* #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); letter-spacing: 0;}
    /* #header .login li:first-child:after {content:''; width: 1px; height: 14px; background-color: rgba(255,255,255,.25); 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:#222;}
    #header .login li:hover a {font-weight: 700;}

    #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: 990px) {
    /* #header.sticky {height: 75px;} */
    #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: .1s;
        -ms-transition-duration: .1s;
        -moz-transition-duration: .1s;
        -webkit-transition-duration: .1s;
        -o-transition-duration: .1s;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; position: relative;}

    #header #menu #lnb .menu.active .depth01 span {position: relative;}
    #header #menu #lnb .menu.active .depth01 span:after {content:''; width: 5px; height: 5px; border-radius: 50%; background-color: var(--pointcolor); position: absolute; left: -5px; top:-5px; }

    #header #menu #lnb .depth01 {padding: 15px 7%;font-size: 2.3rem;text-align: left; color: #222;}


    #header #menu #lnb .menu.active .depth01{color: var(--pointcolor);font-weight: 700; position: relative;}
    #header #menu #lnb .menu .depth01:after {content:''; width: .75rem; height: .75rem; border-right: 2px solid #222; border-bottom: 2px solid #222; position: absolute; right: 2rem; transform: rotate(45deg); transition: .3s;}
    #header #menu #lnb .menu.active .depth01:after {transform: rotate(225deg); transition: .3s;}

    #header #menu #lnb .menu.active .depth02 a:hover {color:var(--pointcolor); font-weight: 700;}
    #header #menu #lnb .depth02 {left: 0;transform: translateX(0);position: relative;top: 0;padding: 0 0 20px 30px;}
    #header #menu #lnb .depth02 a{padding: 10px 7%;color: #222;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-top: 3rem;}
    #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 .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; width: fit-content; height: fit-content; z-index: 9999;}
    #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 .login li{padding-right: 10px;width: auto; position: relative;}
    #header .login li a{padding:8px 25px 8px 0; font-size: 1.8rem; font-family: var(--pointfont); display: block;color: var(--pointcolor);}
}


/*  quickmenu  */
#quickRight {position:fixed;top:14%;right:0; margin:auto;z-index:90; transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out; font-size: 1rem;}
#quickRight a {color:#fff; transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out; display: block; padding: 0 .5rem;}


#quickRight .linkswrap a:nth-child(1) {background-color: #072440; border-radius: .75rem 0 0 0;}
#quickRight .linkswrap a:nth-child(2) {background-color: #1e81cc;}
#quickRight .linkswrap a:nth-child(3), #quickRight a:nth-child(5) {background-color: #d7ecff; color:#222;}
#quickRight .linkswrap a:nth-child(4)  {background-color: #fff; color:#222;}


#quickRight .contwrap{/* opacity:0; */ transition: all 0.1s ease-in-out;-webkit-transition: all 0.1s ease-in-out;}
#quickRight .linkswrap .link {display: flex; align-items: center; justify-content: center; padding:1rem 9px;}
#quickRight .linkswrap .link p {margin-top: 5px;}

#quickRight .topBtn {background-color: #072440; padding:.7rem 0; border-radius: 0 0 0 .75rem; display: flex; align-items: center; justify-content: center;}

#quickRight .qcBtn {display: flex; align-items: center; gap:0 .7rem; position: absolute; padding: .5rem; right:0; width: 12rem; margin-top: 1.3rem; border-radius: 2.1875rem 0 0 2.1875rem; background-color: #1e81cc;}
#quickRight .qcBtnImg {width: 3.125rem; height: 3.125rem; border-radius: 50%; background-color: #fff;}

@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; font-size: 16px; line-height: 1.1;}
    #quickRight .linkswrap{display: flex; flex-wrap: wrap;}
    #quickRight .contwrap {width: 100%;}
    #quickRight .linkswrap .link {width: calc(100% / 5); border-radius: 0 !important; padding: 1.4rem 0;} 

    #quickRight .linkswrap a:nth-child(1) {order:2;}
    #quickRight .linkswrap a:nth-child(2) {order:3;}
    #quickRight .linkswrap a:nth-child(3) {order:1;}
    #quickRight .linkswrap a:nth-child(4) {order:5;}
    #quickRight .linkswrap a:nth-child(5) {order:4;}

    #quickRight .contwrap .topBtn {right:3%; bottom: 10rem; position: absolute; font-size: 1.375rem; width: 5rem; height: 5rem; border-radius: 50%; background-color: #d7ecff; color:#222;}
   
    #quickRight .qcBtn {bottom:16rem; border-radius: 2.5rem; flex-direction: column; gap:.7rem 0; width: 5rem; padding: .7rem 0 1rem; right:3%;}
} 

@media (max-width:500px) {
    #quickRight .linkswrap .link {padding: 1.2rem 0;}
    #quickRight img {width: 2.3125rem;}
}



.quickcounselBox {position: fixed; right: 7rem; left:auto; top: 14%; margin: auto; height: fit-content; z-index: 9999; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none;}
.Q_counsel {opacity: 0; transition: opacity .3s; }
.Q_counsel.on {position: fixed; z-index: 9998; opacity: 1; width: 100%; height: 100vh; top:0; margin-top: 0 !important; /* background-color: rgba(0,0,0,0.7); */}
.quickcounselBox.on{display: block; z-index: 9999;}
.quickcounselBox .close_btn{position: absolute; cursor: pointer; top:28px; right:28px;}
.close_btn .closeImg {width: 1.125rem;}

.Q_counsel .counsel_box {max-width: 519px; width: 95%; background-color: #fff; border-radius: 10px; margin-left: auto; overflow: hidden;}
.Q_counsel .TitBox {background-color: #f4faff; padding:2rem;}

.Q_counsel .input_wrap {padding: 2rem; display: flex; flex-direction: column; gap:1rem;} 
.Q_counsel .input_box {display: flex; align-items: center; gap: 1rem;}
.Q_counsel .inputTit {padding-left: .8rem; position: relative; width: 20%; white-space: nowrap;}
.Q_counsel .inputTit:after {content:'*'; color:var(--pointcolor); position: absolute; left: 0; top:-0.1875rem; font-weight: 700;}

.Q_counsel .inputBox {display: flex; align-items: center; gap:0 .5rem; width: 100%; overflow: hidden;}
.Q_counsel .inputBox.name input {width: 50% !important;}
.Q_counsel .calendar {width: 38px; height: 38px; background-color: var(--sub2color); flex-shrink: 0;}
.Q_counsel .calendar img {width: 1.3125rem;}

.Q_counsel .input_box select {width: 100%;}
.Q_counsel .input_box.date .input {width: 100%;}

.Q_counsel .check_box {flex-grow: 1; white-space: nowrap; margin-left: 1px;}
.Q_counsel .check_box .box {display: flex; align-items: center; gap:0 .5rem;} 
.Q_counsel .check_box input {width: auto;}

.Q_counsel input[type='radio'] { appearance: none; width: 1.375rem; height: 1.375rem; padding: 0; box-shadow: 0 0 0 1px #dfdfdf; border: 4px #dfdfdf; border-radius: 50%; background-color: #fff;} 
.Q_counsel input[type='radio']:checked {box-shadow: 0 0 0 1px #dfdfdf; border: 4px solid #fff; background-color: var(--pointcolor);}

.Q_counsel .input_box select, .Q_counsel .input_box input[type='text'] {padding: .6rem 1rem; min-height: 40px; height: 100%; width: 100%; border:1px solid #ececec; border-radius: 0; box-shadow: none; background-color: #fff; color:#222;}
.Q_counsel .input_box input#rsvDate { padding: .6rem 1rem .6rem calc( 38px + 1rem ); width: 100%; }
.Q_counsel .input_box select:invalid {color:#b1b1b1;} 
.Q_counsel .input_box select option {color:#222;} 
.Q_counsel .input_wrap .submit_box button {width: 100%; color:#fff; background-color: var(--pointcolor); padding: 10px; border-radius: 5px;}
.Q_counsel .check_box2 {display: flex; align-items: center; gap:0 .5rem;} 
.Q_counsel .ui-datepicker-trigger { position: absolute; left: 0; background: var(--sub2color); width: 38px; height: 38px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; }
.Q_counsel .ui-datepicker-trigger img {width: 1.3125rem;}

.Q_counsel input#cs_check {width: 1rem; height: 1rem; accent-color: #dfdfdf; border-color: #dfdfdf; background-color: #fff;}

input#cs_check{display:none;}
input#cs_check + label{cursor:pointer;}
input#cs_check + label:before{content:''; display:inline-block; width:1.3rem; height:1.3rem; border:1px solid #dfdfdf; border-radius: 0; vertical-align:middle;margin-right: 5px; }
input#cs_check:checked + label:before{content:''; background-color:#fff; border-color:#dfdfdf; background-image: url('/img/main/check_btn.png'); background-repeat: no-repeat; background-position: 50%;}

.Q_counsel .policy {background-color: #bbbbbb; border-radius: 5px; color:#fff; font-size: .875rem; padding: .2rem .5rem .1rem;}

@media (max-width:768px) {
    .quickcounselBox {right: 0; left:0; margin: auto;}
    .Q_counsel .counsel_box {width: 90%;}

    .Q_counsel .check_box2 {flex-direction: column; align-items: flex-start;}
    .Q_counsel .policy {margin-left: 1.7rem; margin-top: .5rem;}

    .Q_counsel .font-30 {font-size: 28px;}
    .Q_counsel .font-22 {font-size: 20px;}
    .Q_counsel .font-18 {font-size: 16px;}
    .Q_counsel .font-16 {font-size: 14px;}
    .Q_counsel .font-14 {font-size: 12px;}
    .Q_counsel .inputBox.name .font-18 {font-size: 14px;}
}
@media (max-width:500px) {
    .Q_counsel .input_wrap {padding: 2rem 1.5rem;}
    .Q_counsel .counsel_box {width: 95%;}
    .Q_counsel .inputTit, .Q_counsel .width20 {width: 25%;}
}

#ui-datepicker-div { width: calc( var(--layoutwidth) / 4 ); padding: 0; font-family: var(--mainfont); }
#ui-datepicker-div .ui-widget-header { background-color: #fff; color: #000; padding: .5rem 0; }
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next { top: 50%; transform: translateY(-50%); }
#ui-datepicker-div .ui-datepicker-prev .ui-icon { background-image: url("./img/ico_prev.svg"); }
#ui-datepicker-div .ui-datepicker-next .ui-icon { background-image: url("./img/ico_next.svg"); }
#ui-datepicker-div .ui-icon-circle-triangle-w,
#ui-datepicker-div .ui-icon-circle-triangle-e { background-position: 0; }
#ui-datepicker-div select.ui-datepicker-month,
#ui-datepicker-div select.ui-datepicker-year { font-family: var(--mainfont); border-color: var(--light-gray); padding: .5rem; }

#ui-datepicker-div .ui-datepicker-calendar thead tr { position: relative; top: 0; left: 0; right: 0; }
#ui-datepicker-div .ui-datepicker-calendar thead th { display: table-cell; float: none; padding: .5rem 0; background-color: #fff; color: #aaa; opacity: 1; }
#ui-datepicker-div .ui-state-default { background-color: transparent; color: #222; border: none; border-radius: 0; padding: .5rem 0; text-align: center; }
#ui-datepicker-div .ui-datepicker-current-day .ui-state-default { background-color: var(--pointcolor) !important; color: #fff; cursor: not-allowed; border-radius: .25rem; }
@media (max-width:768px){
    #ui-datepicker-div { width: 90%; }    
}




