.scrlLock { overflow-y: hidden;}
#header {position: fixed;top:0;left:0;width: 100%;border-bottom: 0;z-index: 9998; border-bottom: 1px solid rgba(72, 72, 72, 0.8); }
 
#header .container{display:flex;align-items: center; max-width: 1800px; padding: 0 2rem; margin: auto;}
#header .logo {width:15%}
#header .logo a{display: inline-block;}
#header #menu{width:70%;font-family: var(--notoSans), serif;}
#header #menu .menu{width: calc(100% / 8);position: relative;top:0;display: block!important;}
#header #menu .depth01{padding:25px 0;display:block;color:#484848;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: 0px;left: 0;width: 100%;z-index: 9998;background: #fff;box-shadow: 0 0 7px rgb(0 0 0 / 10%); border-bottom: 1px solid rgba(255,255,255,.3);}
#header.open{background-color: #fff; border-bottom: 1px solid rgba(255,255,255,.3)}
#header.sticky #menu .depth01, #header.open #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: #484848;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: none;}
.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: 100px; white-space: pre; padding: 5px 10px;  background-color: #fff; z-index: -1; border-radius:2px; transform: translateY(-50%); transition: all 0.6s; }
.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; }
.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 #000; cursor: pointer; margin: auto; }
.quick_btn.on { background: url(/img/main/pc_plus.png) no-repeat center #000}
.q_inquiry{margin-top: 10px;}


.q_inquiry_pop{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 780px; z-index: 9999; background-color: #f4efe1; display: none;}
.q_inquiry_pop .width40, .q_inquiry_pop .width60{position: relative;}
.q_inquiry_pop .width60{position: relative; padding: 4.5rem 3rem;}
.q_inquiry_pop .width40 .txt{position: absolute; top: 50%;; left: 50%; transform: translate(-50%,-50%); width: 100%;}
.q_inquiry_pop #close{position: absolute; top: 1rem; right: 1rem; cursor: pointer;}
.quick_bg{opacity: 1; -moz-opacity: 1; background-color: #000c; height: 100%; left: 0; position: fixed; text-align: left; top: 0; width: 100%; z-index: 9999; display: none;}
.q_inquiry_pop .counselCont textarea {
    height: 180px;
    width: 100%;
    border: none;
}
.q_inquiry_pop input, .q_inquiry_pop select {
    border: none;
    width: 100%;
    background-color: #fff !important;
    padding: 1rem 2rem;
    line-height: 1.3;
    height: 100%;
}
.q_inquiry_pop .font-14 input{width: auto;}
.q_inquiry_pop .reservation-btn {
    border: none;
    background-color: var(--pointcolor) !important;
    width: 100%;
    padding: 1rem;
    margin: auto;
    display: block;
    height: 52px !important;
}
#footer a{color: #f7f7f2;;}
@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{width: 60%; margin-left: auto; margin-right: 3%;}
    #header #menu.foreign { width: 70%; }
    #header #menu #lnb .depth02{background-color: #fff;padding: 20px;text-align: center; margin-top: 1px;}
    #header #menu.foreign #lnb .depth02 { padding: 20px 10px; }
    #header #menu .depth02 { width: 180px; }
    #header #menu.foreign .depth02 { width: 200px; }
    #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: rgba(72, 72, 72, 0.8); position: absolute; right:0; top:0; bottom:0; margin: auto;}
    #header.sticky .login li:first-child:after {background-color: rgba(72, 72, 72, 0.8);}
    #header.open .login li:first-child:after {background-color: rgba(72, 72, 72, 0.8);}
    #header .login li a{padding:3px 0;text-align: center;border-radius: 150px;border:1px solid transparent;display: block; color: #484848; font-family: var(--pointfont),serif;}
    #header.sticky .login li a,  #header.open .login li a {color:#484848; }
 

    #header .nav-menu .login {display: none;}

 
}

@media (max-width:1580px){
    #header .container{width: 100%;padding: 0 15px}
    #header #menu, #header #menu.foreign {width: calc(100% - 250px);margin: 0;}
    #header .logo{width: 100px}
    #header .depth02 a{padding: 0.9375rem 0;}
    #header #menu .depth02{width: 150px;}
    #header #menu.foreign .depth02{width: 175px;}

    #ctt{width: 90%;}

   .q_inquiry {right: 1.5%;}
}
@media (max-width: 1240px) {
    .q_inquiry {right: 1%;}
}
@media (max-width: 990px) {
    .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: #faf8ef;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 5%;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: 30px; height: 4px; 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: 4px; height: 30px; background-color: #000; position: absolute; right:2.1rem; 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: #000;font-weight: 600; }
    #header #menu #lnb .menu.active .depth02 a {background-color: #f4efe1; 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 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{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: auto; }
    #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; font-family: var(--pointfont),serif; 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;}
}

/* 260324 다국어 항목 */
#header .lngCtrl { margin: 0 1rem; }
#header .lngCtrl a { display: flex; align-items: center; padding: 0 .5rem; line-height: 1; }
#header .lngCtrl a:not(:last-child) { border-right: 1px solid rgba(72, 72, 72, 0.8); }
#header .lngCtrl a img { width: 100%; height: auto; object-fit: cover; max-width: 1.25rem; margin-right: .25rem; border-radius: .25rem; overflow: hidden; }
@media (max-width: 990px) {
    #header .lngCtrl { position: absolute; margin: 0; padding: 0 5%; top: 50%; right: 10%; transform: translateY(-50%); }
    #header .lngCtrl a { padding: .75rem 1rem; }
    #header .lngCtrl a img { max-width: 2rem; }
    #header .lngCtrl a p { display: none; }
    #header .lngCtrl a:not(:last-child) { border-right: none; margin-right: 1rem; }
}

/* 260325 간편로그인 */
#captchaBox { display: none; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; right: 0; bottom: 0; z-index: 10002; }
#captchaBox.active { display: block; }
#captchaBox .captchaCover { position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); backdrop-filter: blur(5px); }
#captchaBox .captchaInner { position: relative; max-width: 50%; min-height: 250px; padding: 1.5rem 2rem; background-color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 1rem; z-index: 10003; }
#captchaBox .captchaInner .captchaHeader { padding-bottom: .5rem; margin-bottom: 1rem; border-bottom: 1px solid #eee; }
#captchaBox .captchaInner .captchaHeader svg { cursor: pointer; }
#captchaBox .captchaInner fieldset { display: flex; align-items: center; justify-content: center; }
#captchaBox .captchaInner fieldset input[type=text] { margin: 0 1rem; padding: .5rem 1rem; border: 1px solid #ccc; outline: none; border-radius: .25rem; }
#captchaBox .captchaInner fieldset a { display: inline-block; padding: .5rem 1.5rem; border-radius: .25rem; background-color: var(--pointcolor); color: #fff; }
#captchaBox .captchaInner button[type=submit] { display: inline-block; margin: 1rem auto; padding: .75rem 2.5rem; background-color: var(--subcolor); }
@media (max-width: 990px) {
    #captchaBox .captchaInner { max-width: 95%; }
    #captchaBox .captchaInner fieldset { flex-wrap: wrap; }
    #captchaBox .captchaInner fieldset p { width: 100%; margin-bottom: 1rem; }
    #captchaBox .captchaInner fieldset input[type=text] { width: 70%; margin: 0; border-radius: .25rem 0 0 .25rem; }
    #captchaBox .captchaInner fieldset a { width: 30%; border-radius: 0 .25rem .25rem 0; }
}

#footer{background:url(/img/main/footer_bg.jpg) no-repeat center / cover;}
#footer .finfo{color: #f7f7f2;}
#footer .fsns{--x-gap: .5rem}
#footer .fline{width: 100%; height: 1px; background-color: rgba(255,255,255,.2);}
#footer .fmenu a{color: #e5e5e5;}
#footer .fcopy{color: #ffffff;}