@charset "utf-8";

/* 스킵 네비게이션 */
#skip-navigation {position: absolute; top: 0; left: 0; z-index: 1000;}
#skip-navigation a:not(:focus):not(:active) {position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; white-space: nowrap; color: #fff; background: transparent;}
#skip-navigation a:focus,
#skip-navigation a:active {position: static; left: auto; width: auto; height: auto; padding: 0.75rem 1rem; background-color: #000; color: #fff; text-align: center; font-weight: bold;  z-index: 9999;}

.wrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width:1630px) {
    .wrap {
        margin: 0 15px;
        max-width: 100%;
    }
}

/* scr-none : 모바일 메뉴 사용 시, body scroll 금지 */
.scr-none {
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.scr-none::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* ==========================================================================
    HEADER
    ========================================================================== */
header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    & .bg-header{position: absolute; top: 0; width: 100%; height: 100%; max-height: var(--header-height); border-bottom: 1px solid #000; background-color: var(--header-color); transition: var(--header-transition);}
    & .inner-header{display: flex; justify-content: space-between; align-items: center; height: var(--header-height); border-top: 1px solid transparent; transition: var(--header-transition);}
    & .inner-header:not(.site){display: none;}
    & .logo img{height: 21px; animation: fadeEffect .5s; transition: .3s ease-in-out}
    & .w-img{display: none;}
    & .marquee-slider {
        height: 0;
        overflow: hidden;
        & .item-marquee{display: flex; align-items: center; height: 50px; font-size: 13px;}
        & .item-marquee > a{display: inline-block}
    }

    /* 헤더 보이기, 숨기기 */
    /*.scroll-up & {transform: translateY(0);}*/
    /*.scroll-down & {transform: translateY(-100%);}*/

    @media (width <= 1024px) {
        & .logo img{height: 19px;}
    }
    @media (width <= 860px) {
        & .logo img{height: 18px;}
        & .marquee-slider .item-marquee{height: 46px; font-size: 12px;}
    }
    @media (width <= 640px) {
        & .logo img{height: 16px;}
    }
}
.transparent-header:not(.fixed){
    & .bg-header{translate: 0 -100%;}
    & .bg-header,
    & .inner-header{height: var(--tr-header-height); border-color: rgba(255,255,255,.2);}
    & .d-img{display: none;}
    & .w-img{display: inline;}
    & .lnb > ul > li > a{color: rgba(255,255,255,.6);}
    & .lnb > ul > li > a:hover,
    & .lnb > ul > li > a.on{color: rgba(255,255,255,1);}
    & .lnb .link-only{color: #fff;}
    & .lnb .link-only > a{background-image: url('../img/common/ico_home01w.png')}
    & .lnb .login-area .btn-login > a{background-image: url('../img/common/ico_user01w.png');}
    & .btn-sidenav span{background-color: #fff;}
    & .login-area-top .btn-login > a{background: url('/assets/site/img/common/ico_user01w.png') no-repeat center center / 24px auto;}
    & .menu_all_btn:not(.open) span{background-color: #fff}
}
.lnb{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: var(--header-height);
    transition: .3s ease-in-out;
    > ul{display: flex; align-items: center; gap: 26px;}
    > ul > li{position: relative;}
    > ul > li > a{position: relative; display: flex; justify-content: center; align-items: center; height: var(--header-height); padding: 0 10px; font-size: 15px; font-weight: bold; color: #959595; text-transform: uppercase;  transition: var(--header-transition);}
    > ul > li > a:hover,
    > ul > li > a.on{color: var(--basic-color);}
    & .link-only{font-size: 14px; font-weight: bold; color: var(--basic-color); line-height: 26px; margin-left: 52px; transition: var(--header-transition);}
    & .link-only > a{display: inline-block; padding-left: 29px; background: url('../img/common/ico_home01.png') no-repeat 0 calc(50% - 1px) / 24px auto; transition: var(--header-transition);}
    & .all-menu{display: none; margin-left: 16px;}
    @media (width <= 1280px) {
        & .link-only{margin-left: 14px;}
        & .login-area-top{margin-left: 16px;}
    }
    @media (width <= 1200px) {
        > ul{gap: 20px;}
        > ul > li:first-child{display: none}

    }
    @media (width <= 1024px) {
        > ul{display: none;}
        & .all-menu{display: block}
    }
    @media (width <= 860px) {
        & .all-menu{margin-left: 12px;}
        & .link-only{margin-left: 10px;}
        & .login-area-top{margin-left: 12px;}
    }
    @media (width <= 640px) {
        & .login-area-top{display: none}
        & .all-menu{margin-left: 20px;}
        & .link-only{font-size: 12px;}
        & .link-only > a{padding-left: 25px; background-size: 20px auto;}
        & .btn-sidenav{width: 28px;}
    }
}

.btn-sidenav{
    position: relative;
    width: 30px;
    height: 36px;
    padding: 0;
    & span{position: absolute; right: 0; display: block; height: 2px; background-color: #222; transition: .3s ease-in-out;}
    & span:nth-child(1){top: 9px; width: 100%;}
    & span:nth-child(2){top: 17px; width: 64%;}
    & span:nth-child(3){top: 25px; width: 76%;}
    &.active span:nth-child(1),
    &:hover span:nth-child(1){width: 76%;}
    &.active span:nth-child(2),
    &:hover span:nth-child(2){width: 100%;}
    &.active span:nth-child(3),
    &:hover span:nth-child(3){width: 64%;}
}

.login-area-top {
    position: relative;
    margin-left: 21px;
    & .btn-login > a{position: relative; display: block; width: 50px; height: 50px; font-size: 0; background: url('/assets/site/img/common/ico_user01.png') no-repeat center center / 24px auto; cursor: pointer; transition: var(--header-transition);}
    & .option-open {
        display: none;
        position: absolute;
        right: 0;
        top: 48px;
        width: 194px;
        padding: 5px 16px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 5px 5px 10px 5px rgba(0,0,0,.07);
        &::after{content: ""; display: block; position: absolute; top: -6px; right: 14px; margin-left: -3px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff;}
        & .option-top{display: flex; justify-content: space-between; align-items: center; height: 40px;}
        & .option-top .top-text{font-size: 15px; font-weight: bold; color: #999;}
        & .option-top .top-text strong{color: var(--basic-color);}
        & .option-top .ico-close{position: relative; top: -2px; display: block; font-size: 0; width: 14px; height: 2px; background-color: var(--basic-color);}
        & .option-row{border-top: 1px solid #e6e6e6; padding-top: 8px; padding-bottom: 8px;}
        & .dp01 > li:not(:last-child){margin-bottom: 8px;}
        & .dp01 > li > a{display: block; font-size: 14px; color: #666; line-height: 32px;}
        & .option-bottom {font-size: 14px; color: #999; line-height: 32px; border-top: 1px solid #e6e6e6; padding-top: 7px; padding-bottom: 7px;}
    }
    &:hover .option-open{display: block;}
}

/* ==========================================================================
    SIDE NAVIGAION
    ========================================================================== */
.right-sidebar {
    &.offcanvas{flex-direction: column; width: 340px; transition: transform .4s ease-in-out;}
    & .top-sidenav{display: flex; justify-content: space-between; align-items: center; padding: 0 20px; height: var(--header-height);}
    & .top-sidenav .top-text{font-size: 16px; font-weight: bold; color: #999; line-height: 24px;}
    & .top-sidenav .top-text strong{color: var(--basic-color);}
    & .top-sidenav .ico01{padding-left: 40px; background: url('/assets/site/img/common/ico_user03.png') no-repeat 0 center / 26px auto;}
    & .top-sidenav .btn-close{padding: 5px 0 5px 10px; opacity: 1;}
    & .top-sidenav .btn-close .ico-close{display: block; font-size: 0; width: 14px; height: 2px; background-color: var(--basic-color);}
    & .sidenav{position:relative; padding: 0 20px; overflow-y: auto;}
    & .sidenav::-webkit-scrollbar{display: none}
    & .sidenav .dp01{border-top: 1px solid #e6e6e6; padding-top: 7px; padding-bottom: 7px;}
    & .sidenav .dp01 > li > a{display: flex; align-items: center; height: 42px; font-size: 14px; color: #777; background: url('/assets/site/img/common/arr12.png') no-repeat calc(100% - 13px) center / 6px auto;}
    & .sidenav .dp01 > li > a.active{font-weight: 500; color: var(--basic-color); background-image: url('/assets/site/img/common/arr1201.png');}
    & .bottom-sidebar{margin-top: auto; padding: 0 20px;}
    & .bottom-sidebar.bd{ border-top: 1px solid #e6e6e6;}
    & .btn-logout {display: flex; justify-content: space-between; align-items: center; width: 100%; height: 48px; font-size: 14px; color: #999;}
    & .btn-logout .ico-out{display: block; width: 20px; aspect-ratio: 20 / 32; background: url('/assets/site/img/common/ico_out01.png') no-repeat center / 100% auto;}
    & .btn-set{display: flex; flex-direction: column; gap: 10px; padding-bottom: 24px;}
    & .btn-set .button02{width: 100%}
    &.host-sidebar {
        & .top-sidenav .top-text{font-size: 18px;}
        & .sidenav .dp01{border-color: var(--basic-color); padding-top: 0; padding-bottom: 0;}
        & .sidenav .dp01 > li{border-bottom: 1px solid #e6e6e6;}
        & .sidenav .dp01 > li > a{height: 50px;}
    }
    @media (width <= 640px) {
        &.offcanvas{width: 296px;}
    }
}

/* ==========================================================================
    Footer
    ========================================================================== */
footer{
    position: relative;
    color: #fff;
    background: #2e2e2e;
    & .inner-footer{display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-top: 80px; padding-bottom: 54px;}
    & .logo-f{margin-bottom: 36px;}
    & .logo-f img{width: 160px;}
    & .info-footer{font-size: 13px; line-height: 24px;}
    & address > ul{display: flex; flex-wrap: wrap; gap: 0 16px; width: 560px;}
    & address > ul > li:not(:last-child){margin-bottom: 2px;}
    & .refer-text{color: #888; margin-top: 11px;}
    & .footer-nav01{
        flex: 1;
        display: flex;
        justify-content: flex-end;
        > ul{display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: bold; line-height: 22px;}
        > ul > li > a{display: block; white-space: nowrap;}
        > .nav-term{margin-left: 30px;}
        > .nav-term::before{content: ""; display: inline-block; width: 1px; height: 15px; background-color: rgba(255,255,255,.16);}
        > .nav-term > li{font-size: 13px; color: #999;}
    }
    & .bottom-footer{position: relative; display: flex; justify-content: space-between; padding-top: 34px; padding-bottom: 70px; border-top: 1px solid rgba(255,255,255,.1)}
    & .copyright{font-size: 11px; color: #999; letter-spacing: 0; text-transform: uppercase;}
    @media (width <= 1280px) {
    }
    @media (width <= 1200px) {

    }
    @media (width > 1024px) and (width <= 1200px) {
        & .footer-nav01{flex-direction: column; align-items: flex-end; gap: 16px;}
        & .footer-nav01 .nav-term{margin-left: 0;}
        & .footer-nav01 .nav-term::before{display: none;}
    }
    @media (width <= 1024px) {
        & .inner-footer{flex-direction: column; gap: 32px;}
    }
    @media (width <= 860px) {
        & .inner-footer{padding-top: 24px; padding-bottom: 40px;}
        & .info-footer{font-size: 12px; line-height: 22px;}
        & .logo-f{text-align: center; padding-bottom: 15px; border-bottom: 1px solid #434342; margin-bottom: 21px;}
        & .logo-f img{width: 125px}
        & address > ul{gap: 0 14px; width: auto;}
        & .refer-text{margin-top: 13px;}
        & .footer-nav01 > ul{font-size: 13px; gap: 18px;}
        & .footer-nav01 > .nav-term{margin-left: 18px;}
        & .footer-nav01 > .nav-term::before{display: none}
        & .footer-nav01 > .nav-term > li{color: #fff;}
        & .bottom-footer{flex-direction: column; align-items: center; gap: 28px; padding-bottom: 100px;}
        & .copyright{font-size: 10px}
    }
}

.gototop{
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 0;
    translate: 0 12px;
    visibility: hidden;
    transition: .5s ease-out;
    .scroll-down & {opacity: 0; visibility: hidden; translate: 0 12px;}
    .scroll-up & {opacity: 1; visibility: visible; translate: 0 0;}
    @media (width <= 860px) {
        bottom: 80px;
        right: 20px;
    }
}
/*하단 픽스바*/
.fixed-bottom-bar {
    display: none;
    position: fixed;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    translate: 0 100%;
    transition: .3s ease-out;
    z-index: 200;
    &.up{translate: 0 0;}
    /*.scroll-down &{translate: 0 0;}*/
    /*.scroll-up &{translate: 0 100%;}*/
    & .bottom-bar{padding-bottom:calc(constant(safe-area-inset-bottom) + 1px); padding-bottom:calc(env(safe-area-inset-bottom) + 1px); border-top:1px solid #222; background-color:#fff}
    & .bottom-bar > ul{display: flex;}
    & .bottom-bar > ul > li{flex: 1;}
    & .item-nav{display: flex; justify-content: center; align-items: center; width: 100%; height: var(--fixed-bottom-height); text-align: center;}
    & .item-nav > span{display: block; font-size: 11px; padding-top: 25px;}
    & .item-nav .ico01{background: url('/assets/site/img/common/ico_navbar0101.png') no-repeat center 0 / 21px auto}
    & .item-nav .ico02{background: url('/assets/site/img/common/ico_navbar0201.png') no-repeat center 1px / 20px auto}
    & .item-nav .ico03{background: url('/assets/site/img/common/ico_navbar0301.png') no-repeat center 1px / 16px auto}
    & .item-nav .ico04{background: url('/assets/site/img/common/ico_navbar0401.png') no-repeat center 1px / 22px auto}
    & .active{
        & .ico01{background-image: url('/assets/site/img/common/ico_navbar0102.png');}
        & .ico02{background-image: url('/assets/site/img/common/ico_navbar0202.png');}
        & .ico03{background-image: url('/assets/site/img/common/ico_navbar0302.png');}
        & .ico04{background-image: url('/assets/site/img/common/ico_navbar0402.png');}
    }
    @media (width <= 860px) {
        display: block;
    }
}

/* ==========================================================================
    MODAL
    ========================================================================== */
.hm-modal {
    --bs-modal-width: 720px;
    & .modal-content{border-radius: 24px;}
    & .top-modal{padding: 20px 24px 18px;}
    & .top-modal .tit-set .title{font-size: 18px; font-weight: bold;}
    & .top-modal .btn-close{transition: .2s ease-out;}
    & .top-modal .btn-close:not(:hover){opacity: .3;}
    & .top-modal .btn-close img{width: 14px;}
    & .cont-modal{max-height: 520px; padding: 18px 24px; overflow-y: auto}
    & .cont-modal::-webkit-scrollbar{width: 14px;}
    & .cont-modal::-webkit-scrollbar-track{background: transparent;}
    & .cont-modal::-webkit-scrollbar-thumb{border: 4px solid transparent; background-color: #ccc; background-clip: padding-box;}
    & .panel-bottom {padding: 12px 24px;}
    & .panel-bottom .button02{min-width: 90px; width: auto; padding: 0 30px; height: 42px; font-size: 15px;}
    & .panel-bottom .btn-refresh{width: 42px; height: 42px; background-size: 16px auto;}
    @media (width <= 767px) {
        & .top-modal{padding: 20px 20px;}
        & .cont-modal{padding: 20px 20px;}
    }
}

/*모달 커스텀*/
.sukha-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    z-index: 1050;
    padding: var(--main-gap);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transition: .2s ease-out;
    & .sukha-modal-dialog {max-width: 720px; width: 100%; background: #fff; border-radius: 24px; overflow: hidden; z-index: 10;}
    & .sukha-modal-backdrop {position: fixed; inset: 0; background-color: rgba(0, 0, 0, 0.8);}
    & .sukha-modal-content{position: relative}
    & .top-modal{display: flex; justify-content: space-between; align-items: center; padding: 22px 24px; border-bottom: 1px solid var(--border-color01);}
    & .top-modal .tit-set .title{font-size: 18px; font-weight: bold; line-height: 20px;}
    & .top-modal .tit-set .ico01{padding-left: 34px; background: url('/assets/site/img/common/ico_sole02.png') no-repeat 0 center / 22px auto;}
    & .top-modal .tit-set .ico02{padding-left: 33px; background: url('/assets/site/img/common/ico_gal01.png') no-repeat 0 center / 22px auto;}
    & .top-modal .sukha-modal-close{display: flex; justify-content: flex-end; align-items: center; width: 20px; height: 20px; transition: .2s ease-out;}
    & .top-modal .sukha-modal-close:not(:hover){opacity: .3;}
    & .top-modal .sukha-modal-close img{width: 14px;}
    & .cont-modal{max-height: 520px; padding: 19px 24px 22px; overflow-y: auto}
    & .cont-modal::-webkit-scrollbar{width: 4px;}
    & .cont-modal::-webkit-scrollbar-track{background: #efede7;}
    & .cont-modal::-webkit-scrollbar-thumb{border: 0 solid transparent; background-color: var(--basic-color); background-clip: padding-box;}
    & .list-dot{font-size: 15px; color: #666; line-height: 28px;}
    & .list-dot > li{padding-left: 11px; text-indent: -11px;}
    & .list-dot > li::before{content: "• ";}
    & .txt-set .title{font-size: 18px; font-weight: bold;}
    & .txt-set p{font-size: 14px; color: #999; line-height: 20px; margin-top: 7px;}
    & .terms-text{font-size: 15px; color: #666; line-height: 24px;}
    & .terms-text .table01 table{width: 100%; min-width: 500px; table-layout: fixed;}
    & .guide-container .table01{margin-bottom: 10px;}
    & .guide-container .list-dot{font-size: 14px; color: #666; line-height: 24px;}
    & .guide-container .panel-row{flex-direction: column;}
    & .panel-bottom {padding: 14px 24px;}
    & .panel-bottom .button02{min-width: 90px; width: auto; padding: 0 30px; height: 42px; font-size: 15px;}
    & .panel-bottom .btn-refresh{width: 42px; height: 42px; background-size: 16px auto;}
    & .panel-bottom .btn-txt{font-size: 14px; color: #222; text-decoration: underline; text-underline-offset: 2px; padding: 5px 0;}
    & .bottom-modal{padding: 14px 24px; border-top: 1px solid var(--border-color01);}
    & .bottom-modal .btn-container{display: flex; justify-content: center; align-items: center; width: 100%; gap: 10px;}
    &.show {visibility: visible; opacity: 1; pointer-events: auto;}
    &.full-modal {
        padding: 0;
        & .sukha-modal-dialog {max-width: 100%; border-radius: 0; padding: 0 24px;}
        & .sukha-modal-content{display: flex; flex-direction: column; height: 100dvh;}
        & .top-modal{position: relative; display: block; padding: 18px 0; border-color: #222; text-align: center;}
        & .top-modal .sukha-modal-close{position: absolute; right: 0; top: calc(50% - 10px);}
        & .cont-modal{flex: 1; max-height: 100%; padding: 20px 0;}
        & .panel-bottom{padding: 14px 0;}
    }
    &.confirm-modal {
        & .sukha-modal-dialog {max-width: 480px;}
        & .btn-x{position: absolute; top: 12px; right: 12px;}
        & .btn-x img{width: 28px;}
        & .cont-modal{padding: 67px 24px 26px;}
        & .text-container{text-align: center;}
        & .text-container .title{font-size: 18px; font-weight: bold; margin-bottom: 8px;}
        & .text-container .txt-set p{font-size: 14px; color: #888; line-height: 22px;}
        & .panel-bottom{padding: 18px 24px; border-top: 0; justify-content: center; gap: 8px;}
        & .panel-bottom .button02{flex: 1;}
        & .panel-bottom .button02.c02{color: #999;}
        & .panel-bottom .button02.c02:hover{color: #999; border-color: #e1dbcf; background-color: transparent;}
    }
    &.search-canvas{
        & .cont-modal{padding-top: 0}
        & .search-item{display: flex; align-items: center; height: 51px; border-bottom: 1px solid var(--border-color01); padding-left: 46px; font-weight: bold; color: rgba(0,0,0,.3);}
        & .s-item{height: auto; padding: 6px 0;}
        & .s-item01{background: url('/assets/site/img/common/ico_glass01.png') no-repeat 10px calc(50% - 1px) / 20px auto;}
        & .s-item02{background: url('/assets/site/img/common/ico_calendar01.png') no-repeat 8px calc(50% - 2px) / 22px auto;}
        & .s-item03{background: url('/assets/site/img/common/ico_user02.png') no-repeat 6px calc(50% - 2px) / 26px auto;}
        & .choice {
            font-weight: 500;
            color: rgba(0, 0, 0, 1);
            &.s-item02{font-weight: bold;}
            &.s-item03{font-weight: 400;}
        }
        & .s-vl .s-txt{font-size: 14px; font-weight: 400; color: #999;}
        & .selection-bar{display: flex; color: #222; border: 0; background-color: transparent; box-shadow: none;}
        & .selection-bar .select-group {gap: 22px;}
    }
    &.select-people {
        & .sukha-modal-dialog{max-width: 640px;}
        & .cont-modal{padding: 0 24px 18px;}
    }
    &.select-room {
        & .sukha-modal-dialog{max-width: 524px;}
        & .list-card-room{padding: 6px 0;}
        & .list-card-room > ul{gap: 20px;}
        & .room-card02 .thumb {width: 110px;}
    }
    &.select-place {
        & .list-place{display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;  margin-top: 27px;}
        & .list-place .form-check-label{width: auto;}
        & .selection-bar{display: flex; color: #222; height: 96px; border: 0; background-color: transparent; box-shadow: none;}
        & .selection-bar .select-group {gap: 34px;}
        &.diary-search{
            & .top-modal{border-bottom: 0;}
            & .cont-modal{padding-top: 0;}
            & .list-place{margin-top: 0;}
        }

    }
    /*&.select-friends{*/
    /*    & .sukha-modal-dialog{background-color: var(--bg-color);}*/
    /*    & .cont-modal{text-align: center; padding-top: 0}*/
    /*    & .selection-bar{border: 0; background-color: transparent; box-shadow: none;}*/
    /*}*/
    /*리스트 필터*/
    &.filters-modal {
        & .sukha-modal-dialog{max-width: 524px;}
        & .list-container{display: flex; flex-direction: column; padding-bottom: 8px; gap: 23px;}
        & .tit-row{font-size: 16px; font-weight: bold; color: #666; margin-bottom: 13px;}
        & .list-filter{display: flex; flex-wrap: wrap; gap: 8px;}
    }
    &.bookmark-stay {
        & .sukha-modal-dialog{max-width: 394px;}
        & .top-modal{padding-bottom: 18px; border-bottom: 0;}
        & .cont-modal{padding: 0;}
        & .row-register {padding: 0 24px 14px;}
        & .row-register .form-ip{height: 48px;}
        & .row-register .refer{font-size: 12px; color: #999; text-align: right; margin-top: 10px;}
        & .list-container{max-height: 150px; padding: 17px 24px; border-top: 1px solid var(--border-color01); border-bottom: 1px solid var(--border-color01); background-color: #fafafa; overflow-y: auto;}
        & .bookmark-list{display: flex; flex-direction: column; gap: 16px;}
        & .panel-bottom{border-top: 0}
    }
    &.share-stay{
        & .sukha-modal-dialog{max-width: 270px;}
        & .top-modal {justify-content: flex-end; padding: 13px 16px 9px; border-bottom: 0}
        & .cont-modal{padding: 0 24px 32px;}
    }
    &.gallery-stay{
        & .sukha-modal-dialog{max-width: 1240px;}
        & .sukha-modal-content{padding-bottom: 24px;}
        & .top-modal{padding: 22px 30px;}
        & .cont-modal{padding: 42px 30px 0;}
        & .gallery-container > ul{display: flex; flex-direction: column; gap: 40px;}
        & .gallery-item{
            display: flex;
            gap: 70px;
            & .tit-area{width: 240px; padding-top: 12px; border-top: 1px solid var(--basic-color);}
            & .tit-area .tit-top{display: flex; justify-content: space-between; align-items: center; font-family: "jaf-domus-titling-web", sans-serif; font-size: 13px; color: #999; letter-spacing: 0; margin-bottom: 23px;}
            & .tit-area .title{font-size: 24px;}
            & .tit-area .cate{font-size: 15px; color: #777; margin-top: 9px;}
            & .img-set{flex: 1; display: flex; flex-direction: column; gap: 24px;}
            & .image img{max-width: 100%;}
        }
    }
    &.auth-complete{
        & .sukha-modal-dialog{max-width: 344px;}
        & .top-modal {justify-content: flex-end; padding: 13px 16px 9px; border-bottom: 0}
        & .cont-modal{padding: 0 24px 32px; text-align: center;}
        & .btn-container{margin-top: 30px;}
        & .button02{width: 108px; height: 40px; font-size: 15px;}
    }
    &.email-send{
        & .sukha-modal-dialog{max-width: 405px;}
        & .top-modal {justify-content: flex-end; padding: 16px 16px 9px; border-bottom: 0}
        & .cont-modal{padding: 14px 24px 24px; text-align: center;}
        & .btn-container{margin-top: 30px;}
        & .button02{width: 108px; height: 40px; font-size: 15px;}
    }
    &.withdraw-member{
        & .sukha-modal-dialog{max-width: 540px;}
        & .cont-modal{padding: 28px 24px 28px; text-align: center;}
        & .widrwal-text{font-size: 15px; color: #666; line-height: 22px; text-align: center; word-break: keep-all;}
        & .widrwal-text strong{font-size: 18px; color: var(--basic-color)}
        & .widrwal-text strong span{color: #999}
        & .widrwal-text p:not(:last-child) {margin-bottom: 22px;}
        & .widrwal-list{width: 264px; font-size: 15px; margin: 17px auto 0}
        & .widrwal-list > li{display: flex; justify-content: space-between; align-items: center; height: 39px; }
        & .widrwal-list > li:not(:last-child){border-bottom: 1px solid var(--border-color02);}
    }
    &.change-pw{
        & .sukha-modal-dialog{max-width: 430px;}
        & .cont-modal{padding: 3px 24px 19px;}
    }
    &.change-tel{
        & .sukha-modal-dialog{max-width: 430px;}
        & .cont-modal{padding: 8px 24px 34px;}
    }
    &.booking-receipt {
        & .sukha-modal-dialog{max-width: 1260px;}
        & .cont-modal{max-height: 680px;}
    }
    &.refund-rule{
        & .list-dot{margin-top: 20px;}
    }
    &.confirm-refund{}
    @media (width <= 1280px) {
        &.gallery-stay{
            & .gallery-item{
                gap: 60px;
                & .tit-area{width: 200px;}
                & .tit-area .title{font-size: 22px;}
            }
        }
    }
    @media (width <= 1200px) {
        &.gallery-stay{
            & .gallery-item{
                gap: 40px;
            }
        }
    }
    @media (width <= 1024px) {
        &.gallery-stay{
            & .gallery-item{
                flex-direction: column;
                gap: 30px;
                & .tit-area{width: 100%;}
                & .tit-area .cate{font-size: 14px;}
            }
        }
        &.select-place {
            & .searchbar02{height: 50px; padding: 6px 6px 6px 24px}
            & .searchbar02 input[type="text"]{font-size: 15px;}
            & .list-place{grid-template-columns: repeat(5, 1fr);}
        }
    }
    @media (width > 860px) {
        &.search-canvas{display: none;}
    }
    @media (width <= 860px) {
        & .top-modal{padding: 17px 20px;}
        & .top-modal .tit-set .title{font-size: 17px;}
        & .cont-modal{padding: 20px 20px;}
        & .panel-bottom {padding: 14px 20px;}
        &.confirm-modal {
            & .cont-modal{padding: 67px 20px 20px;}
            & .panel-bottom{padding: 18px 20px;}
        }
        &.gallery-stay{
            & .cont-modal {padding: 30px 24px 0;}
            & .gallery-item{
                & .tit-area .tit-top{margin-bottom: 14px;}
                & .tit-area .title{font-size: 20px;}
            }
        }
        &.select-place {
            & .searchbar02{height: 54px;}
            & .searchbar02 .btn-search{width: 110px;}
            & .list-place{ gap: 8px;}
        }
        &.booking-receipt .bottom-modal{display: none;}
    }
    @media (width <= 640px) {
        & .top-modal{padding: 18px 20px;}
        & .bottom-modal .button02{font-size: 15px; width: 110px; height: 44px;}
        &.mobile-full{
            padding: 0;
            & .sukha-modal-dialog {max-width: 100%; border-radius: 0;}
            & .sukha-modal-content{display: flex; flex-direction: column; height: 100dvh;}
            & .cont-modal{flex: 1; max-height: 100%;}
            & .panel-bottom{padding: 14px 20px;}
        }
        &.filters-modal {
            & .tit-row{font-size: 15px;}
            & .list-filter{gap: 6px;}
            & .list-filter .form-check-label{font-size: 14px;}
        }
        &.select-place {
            & .searchbar02{height: 46px; padding: 6px 9px 6px 18px; }
            & .searchbar02 input[type="text"]{font-size: 14px; background: none; padding-left: 0}
            & .searchbar02 .btn-search{width: 42px; font-size: 0; background: url('../img/common/ico_glass01.png') no-repeat center / 18px auto; box-shadow: none;}
            & .selection-bar{height: 80px;}
            & .selection-bar .select-group {gap: 22px;}
            & .list-place{grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 20px;}
            & .list-place .form-check-label{height: 40px; font-size: 13px; border-radius: 20px;}
        }
        &.gallery-stay{
            padding: 0;
            & .sukha-modal-dialog {max-width: 100%; border-radius: 0; padding: 0 24px;}
            & .sukha-modal-content{display: flex; flex-direction: column; height: 100dvh;}
            & .top-modal{padding: 22px 0;}
            & .cont-modal{flex: 1; max-height: 100%; padding: 20px 0 0;}
            & .cont-modal::-webkit-scrollbar{display: none;}
            & .gallery-item{
                gap: 20px;
                & .tit-area{padding-top: 10px; border-top: 0;}
                & .tit-area .tit-top{display: none;}
                & .tit-area .title{font-size: 22px;}
            }
        }
        &.withdraw-member{
            & .cont-modal{padding: 34px 20px 28px;}
            & .widrwal-text{font-size: 15px; line-height: 25px;}
            & .widrwal-text strong{font-size: 16px;}
            & .widrwal-text p:not(:last-child) {margin-bottom: 25px;}
        }
        &.booking-receipt {
            & .cont-modal{padding: 20px 0;}
        }
        &.refund-rule{
            & .table01 th,
            & .table01 td{font-size: 13px; padding: 7px 4px}
            & .list-dot{font-size: 14px; line-height: 22px; margin-top: 20px;}
        }
    }
    @media (width <= 380px) {
        &.select-place {
            & .list-place{grid-template-columns: repeat(3, 1fr);}
        }
    }
}
.scrollbar01::-webkit-scrollbar{width: 4px;}
.scrollbar01::-webkit-scrollbar-track{background: #efede7;}
.scrollbar01::-webkit-scrollbar-thumb{border: 0px solid transparent; background-color: var(--basic-color); background-clip: padding-box;}







/* header - snb - 사이트맵 / 모바일 메뉴 */
.menu_all_btn {
    position: relative;
    width: 26px; height: 40px;
    z-index: 99; cursor: pointer;
    margin-left: 20px;
    float: left;
    top: 50%;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .5s cubic-bezier(.08, .03, .22, .87);
}
.menu_all_btn span {
    display: block;
    position: absolute;
    width: 25px; height: 2px;
    background: #222; border-radius: 9px;
    opacity: 1;
    left: 50%;

    transform: translateX(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);

    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
}
.menu_all_btn span:nth-child(1) {
    top: 9px;
}
.menu_all_btn span:nth-child(2),
.menu_all_btn span:nth-child(3) {
    top: 18px;
}
.menu_all_btn span:nth-child(4) {
    top: 27px;
}


/* 모바일 메뉴 오픈했을때 button */
.menu_all_btn.open span {

}
.menu_all_btn.open.dark span{
    background: #fff;
}
.menu_all_btn.open span:nth-child(1) {
    width: 0%;
    top: 11px; left: 50%;
}
.menu_all_btn.open span:nth-child(2) {
    margin-left: -10px;
    top: 19px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu_all_btn.open span:nth-child(3) {
    margin-left: -10px;
    top: 19px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu_all_btn.open span:nth-child(4) {
    width: 0%;
    top: 11px; left: 50%;
}


/* 사이트맵 / 모바일 메뉴 */
#sitemapBG {
    position: fixed;
    width: 95%; height: 95%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background: #fff;
    z-index: 98; opacity: 0;
    transition: 1s;
    pointer-events: none; will-change: transform;
}
#sitemapBG.dark {
    background: #000;
}
#sitemapNAV{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh; min-width: 320px;
    border-radius: 20px;
    pointer-events: none;
    z-index: 98; opacity: 0;
    background: transparent;
    transition: all 1s;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
#sitemapNAV::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
#sitemapNAV:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 55%; left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 430px;
    height: 180px;
    background: url("/assets/site/img/common/logo_sitemap.png") no-repeat;
    background-size: contain;
    background-position: center top -180px;
    opacity: 0.3;
    transition: 0.5s;
}
#sitemapNAV .wrap{
    margin: 0 auto;
    width: 1600px; max-width: 90%;
}
ul.sitemap_list {
    position: fixed;
    position: absolute;
    display: flex; justify-content: space-between;
    width: 100%; min-width: 320px;
    left: 0; top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
ul.sitemap_list > li {
    display: inline-block;
    width: 26.333%; padding-left: 7%;
    /* 100 / 갯수 = width + padding-left */
    margin: 1.5rem 0;
    opacity: 0; vertical-align: top;
    transition: 0.4s cubic-bezier(0.365, 0.84, 0.44, 1);
}
ul.sitemap_list > li:nth-child(1){
    padding-left: 0;
}
ul.sitemap_list > li > a {
    display: block;
    box-sizing: border-box; padding: 0 0 1rem;
    position: relative;
    font-size: 2rem; font-weight: 800;
    color: #222; text-decoration: none;
    transition: 0.5s; pointer-events: none;
}
#sitemapNAV.dark ul.sitemap_list > li > a{
    color: #fff;
}
ul.sitemap_list > li > a::before{
    position: absolute;
    content: "";
    left: 0; bottom: 0;
    z-index: -1;
    width: 100%; height: 1px;
    background-color: #ddd;
}
#sitemapNAV.dark ul.sitemap_list > li > a::before{
    background-color: #fff;
}
ul.sitemap_list > li > a::after{
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    z-index: -1;
    width: 100%; height: 1px;
    background: #222;
    transform: scaleX(0.3); transform-origin: left;
    transition: transform 0.5s;
}
ul.sitemap_list > li:hover > a::after{
    transform: scaleX(1);
    transform-origin: left;
}
ul.sitemap_list .sub_menu{
    margin-top: 6px;
    padding-top: 14px;
}
.pc-gnb ul.sitemap_list .sub_menu{
    display: block !important;
}
ul.sitemap_list .sub_menu li{
    margin: 15px 0;
}
ul.sitemap_list .sub_menu li a{
    display: inline-block; vertical-align: middle;
    color: #333; font-size: 1.1rem;
    white-space: nowrap;
}
#sitemapNAV.dark ul.sitemap_list .sub_menu li a{
    color: #fff;
}
ul.sitemap_list .sub_menu li a:hover,
ul.sitemap_list .sub_menu li a:focus{
    font-weight: 600;
    color: #222;
}
ul.sitemap_list .sub_menu li a::before{
    display: none;
}


/* 오픈했을때 */
#sitemapBG.open{
    display: block; opacity: 1;
    pointer-events: auto;
    width: 100%; height: 100%;
    border-radius: 0;
}
#sitemapNAV.open{
    pointer-events: auto;
    opacity: 1;
    width: 100%; height: 100vh;
    border-radius: 0;
}
#sitemapNAV.dark.open{

}
#sitemapNAV.open:before{
    background-position: center center;
    transition-delay: 0.5s;
}
#sitemapNAV.open ul.sitemap_list > li{
    opacity: 1;
    /*transform: translateX(0);*/
}



/* 모바일 메뉴 - 스타일 */
.m-gnb {
    display: none;
    position: relative; min-width: 320px;
}
.m-gnb .gnb-top {
    color: #fff; background: #222;
    position: fixed; top: 0; right: 0;
    width: 100%; max-width: 500px; max-height: 165px; min-width: 320px;
    z-index: 1;
}
.m-gnb .gnb-top h2 {
    padding: 20px 15px;
}
.m-gnb .gnb-top h2 img {
    height: 25px;
}
.m-gnb .gnb-top h2 p {
    margin-top: 15px;
}
.m-gnb .gnb-top .gnb-quick {
    padding: 15px 0;
    border-top: 1px solid #555;
    overflow: hidden;
    background: #222;
}
.m-gnb .gnb-top .gnb-quick a {
    float: left;
    position: relative;
    display:block; width: 50%;
    text-align: center;
    color: #fff;
}
.m-gnb .gnb-top .gnb-quick a::after {
    content: '';
    display: block; width: 1px; height: 15px;
    position: absolute; right: 0; top: 50%;
    background: #555;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.m-gnb .gnb-top .gnb-quick a:last-child::after {
    content: none;
}
.m-gnb ul.sitemap_list {
    position: relative;
    top: 0; transform: translateY(0);
    display: block;
    width: auto;
    padding: 0 15px 150px;
    margin-top: 165px;
}
.m-gnb ul.sitemap_list > li {
    width: 100%;
    padding-left: 0;
    padding: 20px 0px; margin: 0;
    border-bottom: 1px solid #e8e8e8;
    opacity: 0;
    transform: translateX(50%);
}
.m-gnb ul.sitemap_list > li.active:before{
    width: 100%;
}
.m-gnb ul.sitemap_list > li:nth-child(1){
    transition-delay: 0.05s;
}
.m-gnb ul.sitemap_list > li:nth-child(2){
    transition-delay: 0.1s;
}
.m-gnb ul.sitemap_list > li:nth-child(3){
    transition-delay: 0.15s;
}
.m-gnb ul.sitemap_list > li:nth-child(4){
    transition-delay: 0.2s;
}
.m-gnb ul.sitemap_list > li:nth-child(5){
    transition-delay: 0.25s;
}
.m-gnb ul.sitemap_list > li:nth-child(6){
    transition-delay: 0.3s;
}
.m-gnb ul.sitemap_list > li:nth-child(7){
    transition-delay: 0.35s;
}
#sitemapNAV.open .m-gnb ul.sitemap_list > li{
    opacity: 1;
    transform: translateX(0);
}
.m-gnb ul.sitemap_list > li > a {
    display: block;
    font-size: 1.1rem; font-weight: 600; color: #222;
    padding: 0;
}
#sitemapNAV.open .m-gnb ul.sitemap_list > li > a {
    pointer-events: auto;
}
.m-gnb ul.sitemap_list > li > a::before{
    display: none;
}
.m-gnb ul.sitemap_list > li > a::after {
    transition: transform 0.5s;
    display: block;
    width: 10px; height: 6px;
    z-index: 9;
    top: 50%; bottom: auto; left: auto; right: 0;
    background: url('../img/common/ico-down-black.gif') 0 0 no-repeat;
    transform-origin: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.m-gnb ul.sitemap_list > li.active > a::after {
    background: url('../img/common/ico-down-black-on.gif') 0 0 no-repeat
}
.m-gnb ul.sitemap_list .sub_menu {
    display: none;
    margin-top: 15px; padding-top: 0; border-top: 0;
}
.m-gnb ul.sitemap_list .sub_menu li {
    margin: 0;
}
.m-gnb ul.sitemap_list .sub_menu li a {
    display: block; padding: 10px 0;
    color: #888;
}
.m-gnb ul.sitemap_list .sub_menu li a.on{
    color: #e60012;
}
.m-gnb ul.sitemap_list .sub_menu li a:hover,
.m-gnb ul.sitemap_list .sub_menu li a:focus{
    color: #e60012;
}
.m-gnb ul.sitemap_list .sub_menu li a::before {
    content: none;
}
.m-gnb ul.sitemap_list > li.active {

}

@media screen and (max-width:1280px) {
    #sitemapBG{
        background: rgba(0, 0, 0, 0.7);
        width: 100%; height: 100%;
        border-radius: 0;
    }
    #sitemapNAV{
        border-radius: 0;
        background: #fff;
        left: auto; right: 0;
        max-width: 500px;
        background: #fff;
        overflow-y: auto;

    }
    #sitemapNAV:before{
        display: none;
    }

    #sitemapNAV .pc-gnb {
        display: none;
    }
    .m-gnb {
        display: block;
        /* overflow: hidden; */
        overflow-y: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .m-gnb::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    .menu_all_btn.open span {
        background-color: #fff;
    }
}
@media screen and (max-width:500px) {
    #sitemapNAV {
        right: auto; left: 0;
    }
    .m-gnb .gnb-top {
        right: auto; left: 0;
    }
}
@media screen and (max-width:460px) {
    .m-gnb .gnb-top h2 {
        padding: 15px 15px;
    }
}




/*********** floating - 우측 하단 고정메뉴 ***********/
.floating_menu {
    position: fixed;
    right: 50px; bottom: 73px;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    z-index: 2;
 }
.floating_menu ul.sns {
    display: block;
    clear: both; transition: all 200ms linear;
    margin-bottom: 15px;
}
.floating_menu ul.sns li {
    position: relative;
    height: 46px; line-height: 46px;
    margin: 0 0 10px 0; text-align: center;
    transition: all 200ms linear;
}
.floating_menu ul.sns li::after {
    content: ''; display: block; clear: both;
}
.floating_menu ul.sns li:last-child {
    margin: 0;
}
.floating_menu ul.sns li a {
    float: right;
    display: block;
    border-radius: 58px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}
.floating_menu ul.sns li.naver_talktalk a {
    background: #00c63b; color: #fff;
}
.floating_menu ul.sns li.kakao a {
    background: #fae100; color: #111;
}
.floating_menu ul.sns li.ars {
    display: none;
}
.floating_menu ul.sns li.ars a {
    background: #b01e46; color: #fff;
}
.floating_menu ul.sns li.inquiry a {
    background: #111; color: #fff;
}
.floating_menu ul.sns li a span {
    position: relative;
    display: block; width: 0px; height: 46px;
    color: rgba(0,0,0,0); text-align: left;
    overflow: hidden;
    padding: 0 0 0 46px;
}
.floating_menu ul.sns li a:hover span,
.floating_menu ul.sns li a:focus span{
    width: 100px;  transition: all 200ms linear;
    font-size: 14px; font-weight: 500; color: #fff;
}
.floating_menu ul.sns li.kakao a:hover span,
.floating_menu ul.sns li.kakao a:focus span {
    color: #3c1e1e;
}
.floating_menu ul.sns li a span:before {
    content: "";
    position: absolute; top: 0; left: 0;
    display: block; width: 46px; height: 46px;
    border-radius: 50%;
    background: url("../img/common/floating_menu01.png") no-repeat;
    background-size: 40px; background-position: center center;
}
.floating_menu ul.sns li a:hover span:before,
.floating_menu ul.sns li a:focus span:before {
    border-radius: 50% 0 0 50%; transition: all 200ms linear;
}
.floating_menu ul.sns li.naver_talktalk a span:before {
    background-image: url("../img/common/floating_menu01.png");
}
.floating_menu ul.sns li.kakao a span:before {
    background-image: url("../img/common/floating_menu02.png");
}
.floating_menu ul.sns li.ars a span:before {
    background-image: url("../img/common/floating_menu04.png");
}
.floating_menu ul.sns li.inquiry a span:before {
    background-image: url("../img/common/floating_menu03.png");
}


/* 상단 바로가기 */
.progress-wrap {
    display: block;
    width: 46px; height: 46px;
    border-radius: 50px; box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
    opacity: 0; z-index: 101;
    visibility: hidden; cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
    float: right;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
    content: '';
    display: block;
    width: 16px; height: 16px;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
    background: url(../img/common/scroll_top_ic.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%; top: 32%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 16px; height: 16px;
    background: url(../img/common/scroll_top_ic_hover.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0; z-index: 2;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #444;
	stroke-width: 5;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width:1280px) {
    .floating_menu {
        right: 20px; bottom: 40px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .progress-wrap {
        width: 40px; height: 40px;
    }
}




/*********** Sub Visual ***********/
.sub_visual {
    position: relative; overflow: hidden;
    width: 100%; height: 320px;
    margin: 0 auto; margin-top: var(--header-height);
    transition:all .1s linear; z-index:8;
}
.sub_visual .wrap {
    position: absolute;
    width: 100%; height: 100%; max-width: 1280px;
    top: 0; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin:0 !important;
    z-index: 5;
}
.sub_visual .text{
    position: absolute;
    width: 100%;
    top: 50%; left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 10;
    padding: 0; margin-top: -30px;
    color: #fff;
}
.sub_visual h2 {
    font-size: 40px; font-weight: 500;
}
.sub_visual p {
    color: #aaa;
}


/* Sub nav - PC */
.subdepth {
    position: relative;
    width: 100%; height: 65px; max-width: 1600px;
    margin: 0 auto; margin-top: -64px;
    background: #fff;
    z-index: 10;
}
.subdepth .inner{
    width: 1600px; margin: auto;
}
.subdepth .bgn {
    position: relative;
    text-align: center;
}
.subdepth .bgn span {
    display: inline-block;
    line-height: 65px;
}
.subdepth .bgn span a {
    display: block; position: relative;
    margin: 0 25px;
    white-space: nowrap;
    transition: 0.2s;
    transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .5s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .5s cubic-bezier(.08, .03, .22, .87);
}
.subdepth .bgn span a.on {
    color: #222;
    font-weight: 700;
}
.subdepth .bgn span a.on::after {
    content: '';
    display: block; position: absolute;
    bottom: 0;
    width: 100%;  height: 3px;
    background: #222;
}


/* Sub nav - Mobile */
.submenu_select {
    display: none;
    text-align: left;
    border-bottom: 1px solid #ddd; box-sizing: border-box;
}
.submenu_select .inner {
    width: 100%;
}
.submenu_select .home {
    display: inline-block;
    width: 60px; height: 52px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .main_menu {
    position: relative;
    display: inline-block;
    width: 250px; height: 52px;
    vertical-align: middle;
}
.submenu_select .sub_menu {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
    position: relative;
}
.submenu_select .home::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .home a {
    display: block; text-indent: -9999px; margin: 0 auto;
    width: 100%; height: 100%;
    background: url('../img/sub/home_ic.png') no-repeat center;
}
.submenu_select .main_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select .sub_menu::after {
    content: ''; display: block; position: absolute;
    width: 1px; height: 100%; background: #ddd;
    right: 0; top: 0;
}
.submenu_select button {
    border: none; outline: none; cursor: pointer;
    font-size: 14px; color: #222; letter-spacing: -0.8px; line-height: 52px;
    background: url('../img/sub/submenu_arr.png') transparent no-repeat 88% center;
    width: 100%; text-align: left; box-sizing: border-box;
    padding: 0 20px;
}
.submenu_select .main_menu ul,
.submenu_select .sub_menu ul {
    display: none;
    position: absolute;
    top: 52px; left: -2px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: #fff;
    border-top: 1px solid #eee; box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.submenu_select .main_menu ul li:hover,
.submenu_select .sub_menu ul li:hover{
    background: #f7f7f7;
}
.submenu_select .main_menu ul li a,
.submenu_select .sub_menu ul li a{
    display: block;
    font-size: 14px; color: #222; letter-spacing: -0.8px;
    box-sizing: border-box; padding: 5px 20px;
}


.sub_visual .visual_img {
    display:block;
    position:absolute;
    z-index:3;
    width: 100%;
    height:100%;
    margin:0 0 0 -50%;
    left:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub_visual .visual_img::after {
    content: '';
    display: block;
    width: 100%; height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(0,0,0,.45);
}
.sub_visual .visual_img img{
    animation:ani_slide1 3s ease-in-out;
    display:block;
    margin:0 auto;
    z-index:8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@keyframes ani_slide1 {
    0% {margin-top: 0px;}
    50% {margin-top: -40px;}
    100% {margin-top: 0;}
}
@media screen and (max-width:1600px) {
    .subdepth {
        width: 95%;
    }
    .subdepth .inner {
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .sub_visual {
    }
}

@media screen and (max-width:1024px) {
    .sub_visual {
      height: auto;
      padding-bottom: 20%;
    }
    .subdepth {
        display: none;
    }
    .submenu_select {
        display: block;
    }
    .sub_visual .text {
        margin-top: 0;
    }
    .sub_visual h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:860px) {
    .sub_visual {

    }
    .submenu_select .home {
        width: 10%;
    }
    .submenu_select .main_menu {
        width: 42%;
    }
    .submenu_select .sub_menu {
        width: 42%;
    }
    .submenu_select .sub_menu::after {
        content: none;
    }
}
@media screen and (max-width:640px) {
    .sub_visual .text {
        display: none;
    }
}
@media screen and (max-width:460px) {
    .sub_visual {
        padding-bottom: 30%;
    }
    .submenu_select .main_menu ul,
    .submenu_select .sub_menu ul {
        top: 45px;
    }
    .submenu_select .main_menu {
        height: 45px;
    }
    .submenu_select .home {
        height: 45px;
    }
    .submenu_select button {
        height: 45px; line-height: 45px;
    }

}




/*********** Sub Layout ***********/
.sub_container {
    padding-top: var(--header-height);
    min-height: 1400px;
 }
.sub_contents {
}




/*********** Popup ***********/
.div_popup{
    z-index: 99 !important;
    border: 1px solid rgba(0,0,0,.1); box-sizing: border-box;
    min-width: 320px;
}
.div_popup table {
    width: 100%;
}
.div_popup .divpop-img img {
    width: 100%;
}
.div_popup .divpop-bottom{
    background: #fff;
}
.div_popup .divpop-bottom a td::after {
    content: ''; display: block; clear: both;
}
.div_popup .divpop-bottom a{
    display: inline-block;
    color: #222;
    font-size: 14px; letter-spacing: -0.5px; vertical-align: middle;
    margin: 0 20px; line-height: 40px;

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);
}
.div_popup .divpop-bottom a:hover {
    color: #999;
}
.div_popup .divpop-bottom a.close {
    float: right;
    position: relative;
    padding: 0 25px 0 0;
}
.div_popup .divpop-bottom a.close::before {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);

    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close::after {
    content: ''; display: inline-block;
    position: absolute; right: 0; top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);

    transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -webkit-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -moz-transition: all .2s cubic-bezier(.08, .03, .22, .87);
    -o-transition: all .2s cubic-bezier(.08, .03, .22, .87);

    width: 17px; height: 1px;
    background: #222;
}
.div_popup .divpop-bottom a.close:hover::before,
.div_popup .divpop-bottom a.close:hover::after {
    background: #999;
}
.div_popup .divpop-bottom a.today {
    float: left;
}

@media screen and (max-width:640px){
    .div_popup{
        z-index: 999999 !important;
        width: 90% !important;
        top: 50% !important; left: 50% !important;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
}





/********** 서브페이지 타이틀 **********/
.sub_tit{
  position: relative;
}
.sub_tit strong{
    display: block;
    font-size: 3rem;
    font-weight: 600;
    color: #222;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 2rem;
}
.sub_tit_s span{
    display: block;
    font-size: 1.125rem;
    color: #666;  letter-spacing: -0.8px;
    line-height: 1;
}

.section_title{
  border-bottom: 2px solid #ccc;
}
.section_title span{
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0 1% 6px 1%;
  letter-spacing: -1px;
  margin-bottom: -2px;
  border-bottom: 2px solid #444;
  color: #222;
}

@media screen and (max-width:1440px){
  .sub_tit::before{
    top: -88px;
  }
}
@media screen and (max-width:860px){
  .sub_tit::before{
    top: -90px;
  }
  .sub_tit strong{
    font-size: 2.2rem;
  }
  .sub_tit_s span{
    font-size: 1rem;
  }
}
@media screen and (max-width:860px){
  .sub_tit strong{
    font-size: 1.8rem;
    margin-bottom : 1.5rem;
  }
}










/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #sitemapBG{
      display: none;
    }
}

/* IE6,7 */
@media screen\9 {
  #sitemapBG{
    display: none;
  }
}

/* IE8 */
@media \0screen {
  #sitemapBG{
    display: none;
  }
}

/* IE6,7,8 */
@media \0screen\,screen\9 {
  #sitemapBG{
    display: none;
  }
}

/* IE9,10 */
@media screen and (min-width:0\0){
  #sitemapBG{
    display: none;
  }
}

/* ==========================================================================
    CUSTOM
    ========================================================================== */
.subdepth,
.submenu_select{display: none}


/* ==========================================================================
    BOARD
    ========================================================================== */
.pg-board{
    & .bo_top{padding-top: 25px; border-top: 1px solid #e7e5da}
    & .bo_top .total{font-size: 15px}
    & .bo_basic_list tbody tr{padding: 18px 0}
    & .bo_basic_list th,
    & .bo_basic_list tbody td{padding: 20px 0; font-size: 15px;}
    & .bo_top .search input[type="text"]{height: 42px;}
    & .bo_top .search input[type="submit"]{height: 42px; font-size: 14px;}
    & .bo_basic_list{border-top: 1px solid #222;}
    & .bo_basic_list th{border-color: #ddd; background-color: #fff}
    & .bo_basic_list th.a{width: 90px;}
    & .bo_basic_list tbody td.tdb{font-size: 16px}
    & .bo_basic_list tbody td.tda span.notice{display: inline-flex; justify-content: center; align-items: center; width: 46px; height: 22px; border-radius: 11px;}
    & .bo_basic_list tbody td.tda span.notice::after{position: relative; top: 1px; font-size: 12px}
    & .bo_basic_view > table{border-width: 1px}
    & .bo_basic_view > table th{padding: 20px 0}
    & .bo_basic_view th span.date{font-size: 14px;}
    /*갤러리*/
    & .board_photo_wrap li a .contents{display: none;}
    & .board_photo_wrap li a .tit{position: relative}
    & .board_photo_wrap li a .tit .txt{max-width: 100%; height: 48px; white-space: normal; font-size: 18px; font-weight: bold; color: var(--point-color01); line-height: 24px; word-break: break-all}
    & .board_photo_wrap li a .tit .txt{display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 2;}
    & .board_photo_wrap li a .tit .new{display: none}
    & .form_wrap .form_table{border-width: 1px}

    @media (width <= 1023px) {
        & .bo_top .search{display: none}
    }
    @media (width <= 861px) {
        & .bo_top .search{width: 100%}
        & .bo_basic_list th,
        & .bo_basic_list tbody td{padding: 2px 0}
        & .board_photo_wrap li:nth-child(n+2){margin-top: 30px;}
        & .board_photo_wrap li a .tit .txt{display: block; height: auto}
    }
    @media (width <= 767px) {
        & .bo_top .search{display: none; padding: 0; background-color: transparent}
        & .bo_basic_list th,
        & .bo_basic_list tbody td{font-size: 13px}
        & .bo_basic_view > table th{padding: 18px 0}
        & .bo_basic_view th span.tit,
        & .bo_basic_view th span.date{display: block; float: none; width: 100%}
        & .bo_basic_view th span.date{font-size: 13px; text-align: left; padding-top: 0; margin-top: 12px}
    }
}
