.main-about {

    .section10{
        padding-top: clamp(100px,20vw,200px);
        .layout2{
            .title{
                margin-bottom: clamp(30px, 6vw, 64px);

                .small-title{
                    line-height: 1.8;
                    font-size: clamp(14px, 3vw, 20px);
                }
            }
            .about10-article1{
                display: flex;
                gap: clamp(30px,7vw,84px);
                .img{
                    border-radius: 10px;
                }
                .large-title{
                    margin-bottom: clamp(20px,4vw,30px);
                }
            }
            .about10-article2{
                display: flex;
                gap: clamp(30px,7vw,84px);
                .img{
                    border-radius: 10px;
                }
                .content{
                    font-size: clamp(14px, 3vw, 20px);
                    .reserve-btn{
                        margin-top: clamp(30px,6vw,64px);
                        font-size: clamp(15px, 3vw, 20px);
                        font-weight: 400;
                    }
                    .small-title{
                        line-height: 1.8;
                    }
                }
            }
        }
    }
    .section-include-map{
        padding-top: clamp(100px,20vw,200px);
        padding-bottom: clamp(120px, 20vw, 280px);
    }
}
    @media(width > 1023px){
        .main-about{
            .section10{
                .layout2{
                    .about10-article1{
                        display: flex;
                        gap: clamp(40px,10vw,84px);
                        .img{
                            width: clamp(0px,45vw,609px);
                            aspect-ratio: 609/670;
                        }
                        .content{
                            flex-grow: 1;
                            padding-top: 12%;
                        }
                    }
                    .about10-article2{
                        align-items: center;
                        flex-direction: row-reverse;
                        .img{
                            width: clamp(0px,50vw,669px);
                            aspect-ratio: 699/418;
                        }
                        .content{
                            flex-grow: 1;
                            height: max-content;
                        }
                    }
                }
            }
        }
    }
    @media (width < 1024px) {
        .main-about .section10{
            .layout2{
                .about10-article1{
                    margin-bottom: 80px;
                    flex-direction: column;
                    .img{
                        width: 100%;
                        aspect-ratio: 380/416;
                    }
                    .content{
                    }
                }
                .about10-article2{
                    flex-direction: column;
                    .img{
                        width: 100%;
                        aspect-ratio: 380/238;
                    }
                    .content{
                        .reserve-btn{
                        }
                    }
                }
            }
        }
    }
    @media (width < 768px) {
    }
    @media (width < 576px) {
    }
/*************************************************/
.main-roompreview {
    .section10{
        padding-top: var(--sub-first-section-padding-top);
        padding-bottom: clamp(120px,18vw,280px);
        .room-list{
            padding-top: clamp(30px, 6.8vw, 64px);
            .room-item{
                .img{
                    margin-bottom: 15px;
                    border-radius: 10px;
                    aspect-ratio: 447/300;
                    position: relative;
                    .small-title{
                        font-weight: 400;
                    }
                    .circle-btn{
                        border-radius: 50%;
                        position: absolute; z-index: 1;
                        bottom: 19px; right: 19px;
                        outline: 1px solid var(--color-black);
                        outline-offset: -1px;
                        width: clamp(20px, 4vw, 35px); height: clamp(20px, 4vw, 35px);
                        svg{
                            width: clamp(20px, 4vw, 35px); height: clamp(20px, 4vw, 35px);
                        }
                    }
                }
                &:hover .img .circle-btn{
                    animation: circle-move 1s infinite;
                }
            }
            .info{
                margin-top: clamp(10px, 2.6vw, 21px);
                display: flex; gap: clamp(10px,2.6vw,20px);
                .info-item{
                    display: flex; gap: 10px;
                    svg{
                        width: 24px; height: 24px;
                        color: #0278bd;
                    }
                    .info-span{
                        color: #969696;
                        font-weight: 300;
                        font-size: 14px;
                    }
                }
            }
        }
    }
}
@media(width > 1023px){
    .main-roompreview {
        .section10{
            .room-list{
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                column-gap: 10px;
                row-gap: 81px;
            }
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
    .main-roompreview {
        .section10{
            .room-list{
                .room-item .img{
                    margin-bottom: 20px;
                }
            }
            .room-list .room-item:not(:last-child){
                    display: block;
                    margin-bottom: 30px;
            }
        }
    }
}
@media(width < 768px){

}

@media(width < 400px){
    .main-roompreview .section10 .room-list .info .info-item {
        gap: 4px;
        svg{
            width: 20px; height: 20px;
        }
        .info-span{
            font-size: 14px;
        }
    }
}

/*************************************************/
.main-room{
    .section10{
        padding-top: var(--sub-first-section-padding-top);
        margin-bottom: clamp(80px, 11vw, 180px);
        .layout2{
            border-bottom: 1px solid var(--color-black);
            .title{}
            .room-nav{
                padding-top: clamp(25px, 5vw, 44px);
                padding-bottom: clamp(40px, 6vw, 120px);
                ul{
                    width: 100%;
                    display: flex;
                    border-radius: 10px;
                    li{
                        flex-grow: 1;
                        &:not(:last-child){
                            border-right: 1px solid var(--color-black);
                        }
                        a{
                            display: inline-block; height: 100%;
                            text-align: center;
                            font-size: clamp(15px,3vw,20px);
                            font-family: var(--font-2);
                            font-weight: 400;
                        }
                    }
                    li.active{
                        pointer-events: none;
                        a{
                            text-decoration: underline;
                            text-underline-offset: 3px;
                        }
                    }
                }
            }
            .room-article1{
                margin-bottom: clamp(80px, 11vw, 120px);
                .content-1{
                    margin-bottom: clamp(30px,6.5vw, 64px);
                }
            }
            .room-article2{
                margin-bottom: clamp(100px, 20vw, 140px);
                .img-wrap{
                    position: relative;
                    padding-left: clamp(70px,16vw, 154px);
                    .small-img{
                        border-radius: 10px;
                        padding: 33px;
                        position: absolute;
                        top: 50%; left: 0;
                        transform: translateY(-50%);
                        box-sizing: content-box;
                        background-color: var(--color-white);
                        .small-img-inner{
                            aspect-ratio: 243/333;
                            width: 13vw;
                            max-width: 243px;
                            border-radius: 10px;
                        }
                    }
                    .img{
                        width: 33vw;
                        max-width: 554px;
                        aspect-ratio: 554/510;
                    }
                }
                .reserve-btn{
                    margin-top: clamp(30px,4.5vw, 64px);
                }
            }
            .img{
                border-radius: 10px;
            }
            article .title{
                font-family: var(--font-2);
                font-size: clamp(20px, 4.5vw, 26px);
                font-weight: 500;
                margin-bottom: clamp(20px, 4.5vw, 30px);
            }
            article .small-title{
            }
            article .content{
                font-weight: 300;
                line-height: 1.8;
            }
        }
    }
    .section-include-preview{
        margin-bottom: clamp(120px, 18vw, 280px);
    }
}
@media(width > 1023px){
    .main-room{
        .section10{
            .layout2{
                .title{}
                .room-nav{
                    ul{
                        border: 1px solid var(--color-black);
                        padding-block: 16px 18px;
                        li{
                            &:not(:last-child){
                            }
                            a{
                                width: 100%;font-weight: 500;
                            }
                        }
                        li.active{
                            a{
                            }
                        }
                    }
                }
                .room-article1{
                    display: flex;
                    gap: clamp(0px,10vw,138px);
                    .img{
                        aspect-ratio: 808/510;
                        width: 59vw;
                        max-width: 808px;
                    }
                }
                .room-article2{
                    display: flex;
                    flex-direction: row-reverse;
                    justify-content: space-between;
                    align-items: center;
                    .img-wrap{
                    }
                }
            }
        }
        .section-include-preview{
        }
    }
}
@media(width < 1400px){
}
@media(width < 1024px){
    .main-room{
        .section10{
            .layout2{
                .title{
                    font-weight: 500 !important;
                    margin-bottom: 8px !important;
                }
                .room-nav{
                    ul{
                        li{
                            width: max-content;
                            &:not(:last-child){
                            }
                            a{
                                padding-inline: 30px;
                            }
                        }
                        li.active{
                            a{
                            }
                        }
                    }
                }
                .room-article1{
                    .img{
                        aspect-ratio: 380/239;
                        margin-bottom: 40px;
                    }
                }
                .room-article2{
                    .img-wrap{
                        margin-bottom: 40px;
                        display: flex;
                        justify-content: end;
                        .small-img{
                            padding: 14px;
                            .small-img-inner{
                                width: 28vw;
                            }
                        }

                        .img{
                            width: 74vw;
                            aspect-ratio: 307/234;
                        }
                    }
                }

                article .small-title{
                    font-size: clamp(14px, 3vw, 20px);
                }
            }
        }
        .section-include-preview{
        }
    }
}
@media(width < 768px){
}
@media(width < 400px){
}
/*************************************************/

.main-special{
    .section10{
        padding-top: var(--sub-first-section-padding-top);
        .layout2>.title{
            text-align: center;
        }
        nav{
            margin-top: clamp(20px, 4vw, 47px);
            margin-bottom: clamp(40px,8vw, 80px);
            ul{
                display: flex;
                li{
                    text-align: center;
                    cursor: pointer;
                    padding-inline: 10px;
                    white-space: nowrap;
                }
                li.active{
                    text-decoration: underline;
                    text-underline-offset: 3px;
                    pointer-events: none;
                }
                li:not(:last-child){
                    border-right: 1px solid var(--color-black);
                }
            }
        }

        .special-wrap{
            padding-bottom: clamp(70px,14vw, 180px);
            margin-bottom: clamp(80px, 16vw, 130px);
            border-bottom: 1px solid var(--color-black);
            article:not(:last-child){
            }
            article{
                display: flex;
                gap: clamp(20px,7vw,120px);
                justify-content: space-between;
                flex-direction: row-reverse;
                align-items: center;
                .special-article-swiper{
                    width: clamp(0px,45vw, 668px);
                    aspect-ratio: 11/10;
                    border-radius: 10px;
                    position: relative;
                    #special-article-swiper-pagination{
                        position: absolute; z-index: 1;
                        text-align: center;
                        bottom: 23px;
                        .swiper-pagination-bullet-active{
                            background-color: var(--color-white);
                        }
                    }
                }
                .text-wrap{
                    line-height: 1.8;
                    .title{
                        font-family: var(--font-1);
                    }
                    .small-title:nth-child(2){
                        padding-bottom: clamp(16px,3vw,30px);
                        font-weight: 600;
                    }
                    .small-title:nth-child(3){
                        font-weight: 300;
                    }
                    .content{
                        font-weight: 300;
                    }
                }
            }
        }
    }
    .section-include-preview{
        margin-bottom: clamp(120px, 18vw, 280px);
    }
}
@media (width > 1023px) {
    .main-special {
        .section10 {
            article{
                margin-bottom: 80px;
            }
            nav{
                margin-inline: auto;
                width: max-content;
                min-width: 1000px;
                border: 1px solid var(--color-black);
                border-radius: 10px;
                ul{
                    padding-block: 16px 18px;
                    li{
                        flex-grow: 1;
                        padding-inline: 10px;
                        width: 100%;
                    }
                    li:not(:last-child){
                    }
                }
            }
        }
    }
}
@media (width < 1024px) {
    .main-special {
        .section10{
            .layout2>.title{
                text-align: start;
            }
            nav{
                ul li{
                    padding-inline: 20px;
                }
            }
        }
        .section10 .special-wrap{
            article{
                display: block;
                padding-bottom: clamp(46px,11vw, 80px);
                .text-wrap .small-title{
                    font-weight: 500 !important;
                }
                .swiper{
                    margin-bottom: clamp(25px,5vw,120px);;
                    width: 100%;
                }
            }

        }
    }
}
@media (width < 768px) {
}
@media (width < 576px) {
}

/************************************************/
.reserve-info {
    .header{
        color: var(--color-black);
        .logo-1{
            opacity: 0 !important;
        }
        .logo-2{
            opacity: 1 !important;
        }
        .sub-menu-btn{
            color: var(--color-black) !important;
        }
        .reserve-btn{
            border-color: var(--color-black) !important;
            /*background-color: var(--color-black) !important;*/
            /*color: var(--color-white) !important;*/
        }
    }
    main {
        overflow: hidden;
        .section10{
            padding-top: clamp(160px,38vw,317px);
            h2{
                font-family: var(--font-2);
                font-weight: 600;
                font-size: clamp(26px, 5.8vw, 52px);
                text-align: center;
                text-transform: uppercase;
            }
            .reserve-gnb{
                padding-block: clamp(0px, 3vw, 64px) clamp(0px, 8vw, 156px);
                .reserve-gnb-ul{
                    font-size: 20px;
                    margin: 0 auto;
                    width: max-content;
                    display: flex;
                    border: 1px solid var(--color-black);
                    border-radius: 10px;
                    padding-block: 16px 19px;
                    .reserve-gnb-li{
                        width: 16vw;
                        max-width: 273px;
                        text-align: center;
                        cursor: pointer;
                        line-height: 1.2;
                        &:not(:last-child){
                            border-right: 1px solid var(--color-black);
                        }
                    }
                }
            }
        }
        .section20, .section30{
            .title {
                font-size: var(--f-size-30);
                font-weight: 600;
            }

            .content:not(.small-title-18) {
                padding-block: clamp(40px, 3vw, 56px);
                border-bottom: 1px solid var(--color-black);
                font-size: 20px;
                font-weight: 400;
            }

            .content:last-child {
                border: none;
                padding-bottom: 0;
            }

            .content p {
                line-height: 2;
                font-family: var(--font-1);
            }

            :where(.info, .notice) .content p:first-child {
                font-weight: 600;
                padding-bottom: 21px;
            }

            .refund{
                td p {
                    font-size: var(--f-size-14);
                }
            }
        }
        .section20 {
            .wrap .layout2{
                padding-block: clamp(56px, 16vw, 123px);
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;

                & > div {
                    width: 100%;
                }
            }
        }
        .section-include-hero{
            height: auto;
            .hero-menu-right{
                height: 42vh;
            }
            .swiper{
                display: none;
            }
        }
        .section-include-map{
            .wrap{
                padding: 0;
            }
            .title{
            }
        }



    }
}

.reserve-info .section30>.wrap>.layout2{
    padding-bottom: clamp(120px, 15vw, 160px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(0px, 10vw, 163px);
    row-gap: clamp(0px, 7vw, 120px);
    grid-template-areas:
            "info notice"
            "map map"
            "refund refund";
}
.reserve-info .section30 .section-include-map{
    grid-area: map;
}
.reserve-info .section30 .info {
    grid-area: info;
}

.reserve-info .section30 .notice {
    grid-area: notice;
}

.reserve-info .section30 .refund {
    grid-area: refund;
}

.reserve-info .section30 .refund table {
    width: 100%;
    padding: 1px;
}

.reserve-info .section30 .refund td {
    text-align: center;
    padding-top: clamp(0px, 1.5vw, 29px);
    padding-bottom: clamp(0px, 1.5vw, 29px);
}

.reserve-info .section30 .refund td p {
    padding-bottom: 0;
    line-height:1.2;
}

.reserve-info .section30 .refund tr:nth-child(1) td {
    background-color: var(--color-black);
    border-right: white 1px solid;
    color: var(--color-white);
}
.reserve-info .section30 .refund tr:nth-child(2) td {
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
}


.reserve-info .section30 .refund tr:nth-child(1) td:first-child{
    border-radius: 10px 0 0 0;
}
.reserve-info .section30 .refund tr:nth-child(1) td:last-child {
    border-radius: 0 10px 0 0;
}


.reserve-info .section30 .refund tr:nth-child(2) td:first-child{
    border-left: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    border-radius: 0 0 0 10px;
    overflow: hidden;
}
.reserve-info .section30 .refund tr:nth-child(2) td:last-child {
}

@media (width < 1400px) {
}

@media (width < 1024px) {
    .reserve-info .section30 .wrap .layout2 {
        display: block;
    }

    .reserve-info .notice,
    .reserve-info .refund {
        padding-top: 120px;
    }

    .reserve-info .section30 .content {
        font-size: 14px !important;
        font-weight: 300;
        p{
            line-height: 1.6 !important;
        }
    }

    .reserve-info .section30 .refund table {
        width: calc(100% + 60px);
        transform: translateX(-30px);
    }
    .reserve-info{
        .section10{
            .m-box{
                font-size: 30px;
            }
            h2{
                text-align: left !important;
                font-size: 30px !important;
                margin-bottom: 130px;
            }

        }
        .section-include-map{
            padding-top:120px;
        }
        .section30 .wrap .layout2 .title{
            font-weight: 500;
            /*font-size: 30px;*/
        }
        .section30 .wrap .layout2 .content p:first-child{
            font-weight: 500 !important;
            padding-bottom: 8px;
            font-size: 20px;
        }
    }
}

@media (width < 768px) {
}

@media (width < 400px) {
    .rsv_cal_t {
        display: grid;
        grid-template-areas: "tit tit" "prv next";
    }

    .prv {
        grid-area: prv;
    }

    .next {
        grid-area: next;
        margin-left: auto;
    }

    #tit {
        grid-area: tit;
        font-size: 10px !important;
    }
}