@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    position: relative;
    font-family: 'instrument-sans-variable', sans-serif;
    background-color: #f5f5f5;
}
/* body{background-color: #dcdcdc;} */

section {
    position: relative;
    background-color: #f2f1ed;
    z-index: 10;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: white;
}
table {
    outline: 0px;
    border-spacing: 0px;
}
figure {
    position: relative;
}
a,
button,
input {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
button,
i {
    color: #fff;
}
.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}

.btn-top {
    z-index: 500;
    cursor: pointer;
    box-shadow: 1px 1px 5px 1px #cccccc;
    position: fixed;
    border-radius: 50px;
    background-color: #fff;
    color: #354246;
    width: 50px;
    height: 50px;
    right: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 80px;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Pretendard-Medium';
}
.btn-top span {
    font-weight: 600;
}

.inner-con {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
}

.mo {
    display: none;
}

.m-map {
    display: none;
}
.m-br {
    display: none;
}
.pc-br {
    display: block;
}
.m-price {
    display: none;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 헤더 */
#hd {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 101;
    padding: 60px 0;
    opacity: 1;
    transition: 0.8s;
}

body:has(.main-wrap) #hd {
    opacity: 0;
    transform: translateY(-20%);
    pointer-events: none;
}

body:has(.main-wrap) #hd.fixed {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto;
}

#hd.fixed {
    opacity: 1;
    transform: translateY(0);
}

#hd.fixed {
    background-color: rgba(246, 246, 244, 1);
    transform: translateY(0%);
    padding: 15px 0;
}

#hd.fixed .hd-inner {
    flex-direction: row;
    width: 90%;
}

#hd.fixed .hd-inner .hd-logo {
    width: 140px;
    height: 50px;
    margin: 0;
}

#hd.fixed .hd-inner .hd-menu {
    width: 35%;
}

#hd .hd-inner .hd-menu .menu > a {
    color: #746f69;
}

#hd .hd-inner .hd-menu .menu > a:hover {
    color: #fdb913;
}

body:has(#gallery) #hd .hd-inner .hd-menu .menu > a {
    color: #f2f1ed;
}
body:has(#gallery) #hd.fixed .hd-inner .hd-menu .menu > a {
    color: #746f69;
}
/* body:has(.sub-wrap) #hd.fixed .hd-inner .hd-menu .menu .sub-menu a {
    color: #000;
} */

#hd .hd-inner {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: 0.7s;
}

#hd .hd-logo {
    width: 197.5px;
    height: 79px;
    margin: 0 auto 35px auto;
    transition: 0.7s;
}

#hd .hd-logo a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#hd .hd-menu {
    display: flex;
    align-items: center;
    width: 60%;
    transition: 0.7s;
}

#hd .mo-reser {
    display: none;
}

#hd .mo-menu-btn {
    display: none;
}

#hd .hd-menu .menu {
    width: 16.66666666666667%;
    text-align: center;
    position: relative;
}

#hd .hd-menu .menu > a {
    color: #fff;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
#hd .hd-menu .menu > a:hover {
    color: #fdb913;
}
#hd .hd-menu .menu .sub-menu {
    opacity: 0;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 100px;
    height: auto;
    background-color: rgba(116, 111, 105, 0.9);
    padding: 10px 15px;
    transition: 0.5s;
}

#hd .hd-menu .menu:hover .sub-menu {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#hd .hd-menu .menu .sub-menu li {
    margin-bottom: 10px;
}

#hd .hd-menu .menu .sub-menu li:last-child {
    margin-bottom: 0;
}

#hd .hd-menu .menu .sub-menu a {
    color: #fff;
    font-family: 'pretendard-regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding-top: 5px;
}

#hd .hd-menu .menu .sub-menu a:hover {
    color: #fdb913;
}

#hd .hd-menu .menu .sub-menu a:last-child {
    margin-bottom: 0;
}

.mo-menu-section {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 1s;
    background-color: rgba(116, 111, 105, 1);
}

.intro-section {
    height: 300vh; /* 필요에 따라 220~250 vh로 늘려도 OK */
    width: 100%;
    position: relative;
}

.intro-section-inner {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh; /* 꼭 100 vh */
    background: #746f69;
}

.intro-logo {
    position: absolute;
    width: 335px;
    height: 273px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 10%;
    left: 5%;
    z-index: 100;
}

.intro-scroll-btn {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-scroll-btn .scroll-btn-txt {
    color: #fff;
    font-family: 'Aboreto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.intro-scroll-btn i {
    font-size: 20px;
    color: #fff;
    margin-bottom: -10px;
    animation: scrollDown 1.5s infinite;
}

.intro-scroll-btn i:nth-child(3) {
    animation-delay: 0.1s;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
        transform: translateY(8px);
    }
    100% {
        opacity: 0;
        transform: translateY(16px);
    }
}

.intro-video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    pointer-events: none;
}

.mo-intro-video {
    display: none;
}

.sub-wrap .con1 .inner-con {
    width: 1750px;
    margin: 0 auto;
}

.sub-wrap .con1 .inner-con .tit-wrap {
    padding-top: 120px;
    padding-bottom: 200px;
}

.sub-wrap .con1 .inner-con .tit-wrap h3 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 70px;
    text-align: center;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu.special2 {
    width: 60%;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a {
    display: flex;
    align-items: center;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a .circle {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid rgba(53, 50, 47, 0.3);
    margin-right: 10px;
    transition: 0.5s;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu li.on a .circle {
    opacity: 1;
    background-color: #333;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a .txt {
    color: rgba(53, 50, 47, 0.3);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-transform: capitalize;
    transition: 0.5s;
}

.sub-wrap .con1 .inner-con .tit-wrap .tab-menu li.on a .txt {
    color: #333;
}

.sub-wrap .sub-top-section {
    padding-bottom: 100px;
    width: 100%;
}
.sub-wrap .sub-top-section .sub-top-wrap {
    width: 100%;
}

.sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt {
    padding-top: 300px;
    text-align: center;
    padding-bottom: 50px;
}

.sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt h3 {
    color: #333;
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt p {
    color: rgba(51, 51, 51, 0.6);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.85px;
    text-align: center;
}

@media (max-width: 1024px) {
    .intro-section {
        height: 100dvh; /* 필요에 따라 220~250 vh로 늘려도 OK */
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .intro-section-inner {
        position: static;
        height: 100%;
    }

    .intro-logo {
        display: none;
    }

    .intro-scroll-btn {
        display: none;
    }

    .intro-video {
        display: none;
    }

    .mo-intro-video {
        display: block;
        width: 330px;
        padding-top: 100px;
        margin: 0 auto;
        height: 710px;
        aspect-ratio: 9/16;
    }

    body:has(.main-wrap) #hd {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    #hd {
        padding: 20px 0;
    }

    #hd .mo-reser {
        display: block;
    }

    #hd .mo-reser i {
        font-size: 30px;
        color: #000;
        transition: 0.5s;
    }

    #hd .mo-reser.on .reser_btn {
        color: #fff;
    }

    .mo-menu-section {
        opacity: 0;
        z-index: 100;
    }

    .mo-menu-section.on {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .mo-menu-section .mo-menu-list-wrap {
        position: relative;
        width: 85%;
        height: 100%;
        margin: 0 auto;
        padding-top: 100px;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li h6 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li h6::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        opacity: 0;
        background-color: rgba(246, 246, 244, 1);
        transition: 0.5s;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li.on h6 {
        padding: 15px 0;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li.on h6::after {
        opacity: 1;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li a {
        color: rgba(246, 246, 244, 0.7);
        font-family: 'aboreto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: flex-end;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li a span {
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: rgba(246, 246, 244, 0.7);
        margin-left: 10px;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list > li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(246, 246, 244, 0.5);
        overflow: hidden;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list > li .dot {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li.on .dot {
        background-color: #d9d9d9;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li .sub-menu {
        height: 0;
        transition: 0.5s;
        opacity: 0;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li.on .sub-menu {
        height: 90px;
        opacity: 1;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li.on .sub-menu.three {
        height: 120px;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li .sub-menu li {
        padding-top: 10px;
    }

    .mo-menu-section .mo-menu-list-wrap .mo-menu-list li .sub-menu li a {
        color: rgba(246, 246, 244, 0.7);
        font-family: 'Pretendard-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    body:has(.main-wrap) #hd {
        top: 5%;
        padding: 0;
    }

    body:has(.main-wrap) #hd.fixed {
        top: 0%;
        padding: 20px 0;
    }

    #hd .mo-menu-btn {
        display: block;
        text-align: right;
        cursor: pointer;
    }

    #hd .mo-menu-btn .menu-btn-line {
        display: block;
        width: 15px;
        height: 2px;
        background-color: #000;
        border-radius: 2px;
        margin-left: 10px;
        transition: 1s all;
    }

    #hd .mo-menu-btn .menu-btn-line:nth-child(2) {
        margin: 5px 0;
        width: 25px;
        opacity: 1;
    }

    #hd .mo-menu-btn.click .menu-btn-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        width: 30px;
        margin-left: 0;
        background-color: #fff;
    }

    #hd .mo-menu-btn.click .menu-btn-line:nth-child(2) {
        opacity: 0;
    }

    #hd .mo-menu-btn.click .menu-btn-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        width: 30px;
        margin-left: 0;
        background-color: #fff;
    }

    #hd .hd-inner {
        flex-direction: row;
        width: 90%;
    }

    #hd .hd-menu {
        display: none;
    }

    #hd .hd-logo {
        width: 140px;
        height: 50px;
        margin: 0;
    }

    body:has(.sub-wrap) #hd.fixed .hd-inner .hd-logo {
        width: 110px;
        height: 40px;
        margin: 0;
    }

    .sub-wrap .sub-top-section {
        padding-bottom: 50px;
    }

    .sub-wrap .con1 .inner-con {
        width: 90%;
    }

    .sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt h3 {
        font-size: 25px;
        letter-spacing: 1px;
        margin-bottom: 0px;
        padding-bottom: 50px;
    }

    .sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt p {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    #location .sub-top-section .sub-top-wrap .sub-top-txt p {
        display: none;
    }

    #tour .sub-top-section .sub-top-wrap .sub-top-txt p {
        font-size: 12px;
    }

    .sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt {
        padding-top: 200px;
        margin-bottom: 0;
    }

    .sub-wrap .con1 .inner-con .tit-wrap {
        padding: 50px 0 70px 0;
        overflow-x: scroll;
    }

    .sub-wrap .con1 .inner-con .tit-wrap h3 {
        font-size: 30px;
        line-height: 50px;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu {
        width: 100%;
        flex-wrap: wrap;
        scrollbar-width: none;
        overflow: hidden;
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory;
        gap: 10px;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu::-webkit-scrollbar {
        display: none;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu.special2 {
        width: 100%;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu li {
        width: 48%;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a {
        justify-content: center;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a .circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }

    .sub-wrap .con1 .inner-con .tit-wrap .tab-menu li a .txt {
        font-size: 14px;
    }
}

/* 메인 슬라이드 */

.main-slide-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
}

.main-wrap .main-slide-section {
    height: 110vh;
}

.main-slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.main-slide-wrap .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.main-slide-wrap .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slide-section .main-slide-txt {
    position: absolute;
    bottom: 15%;
    left: 14%;
    z-index: 200;
}

.main-slide-section .main-slide-txt h3 {
    color: rgba(246, 246, 244, 0.7);
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.main-slide-section .main-slide-btn {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 200;
}

.main-slide-section .main-slide-btn .main-left {
    width: 50%;
    height: 100%;
    position: relative;
}

.main-slide-section .main-slide-btn .main-left span {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgba(242, 241, 237, 0.5);
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* 기본 숨김 */
    transition: 0.3 all;
}

.main-slide-section .main-slide-btn .main-left span i {
    font-size: 20px;
    color: #000;
}

.main-slide-section .main-slide-btn .main-right {
    width: 50%;
    height: 100%;
    position: relative;
}

.main-slide-section .main-slide-btn .main-right span {
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    background-color: rgba(242, 241, 237, 0.5);
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* 기본 숨김 */
    transition: 0.3 all;
}

.main-slide-section .main-slide-btn .main-right span i {
    font-size: 20px;
    color: #000;
}

.sub-wrap .main-slide-section .main-slide-txt h3 {
    margin-bottom: 30px;
    color: #fff;
}

.sub-wrap .main-slide-section .main-slide-txt h3 span {
    color: #fff;
    padding: 0 5px;
}

.main-slide-section .main-slide-txt h5 {
    color: #fff;
    font-family: 'aboreto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.main-slide-section .main-slide-txt h3 span {
    display: inline-block;
    color: rgba(246, 246, 244, 0.7);
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.main-slide-section .main-slide-txt p {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    text-transform: capitalize;
}

.main-bg-section {
    position: relative;
    width: 100%;
    height: 460px;
    background-color: #fff;
}

.main-bg-section-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #746f69;
}

.bg-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.bg-txt p {
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.95px;
    text-transform: capitalize;
}

.room-slide-section {
    position: relative;
    width: 100%;
    height: 110vh;
}

.room-slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.room-slide-wrap .swiper-wrapper {
    height: 100%;
    width: 100%;
}

.room-slide-wrap .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.room-slide-wrap .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

#room1 .room-slide-wrap .swiper-slide .main-room-slide-txt {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-70%);
    z-index: 200;
    opacity: 0;
    transition: 1.5s;
}

#room2 .room-slide-wrap .swiper-slide .main-room-slide-txt {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-70%);
    z-index: 200;
    opacity: 0;
    transition: 1.5s;
}

#room1 .room-slide-wrap .swiper-slide-active .main-room-slide-txt {
    opacity: 1;
    transform: translateY(-50%);
}

#room2 .room-slide-wrap .swiper-slide-active .main-room-slide-txt {
    opacity: 1;
    transform: translateY(-50%);
}

.room-slide-wrap .swiper-slide .main-room-slide-txt h3 {
    color: rgba(246, 246, 244, 0.7);
    font-family: 'aboreto', sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}

.room-info-wrap {
    position: absolute;
    width: 92%;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}

#room1 .room-info-wrap p {
    color: #fff;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 40px;
}

#room2 .room-info-wrap p {
    color: #fff;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 40px;
}

.room-info-wrap .guage-wrap {
    position: relative;
    width: 690px;
    height: 1px;
}

.room-info-wrap .guage-wrap .guage-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    opacity: 0.7;
    z-index: 1;
}

/* .room-info-wrap .guage-wrap .guage-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 2;
    transform-origin: left;
    transform: scaleX(0);
    transition-timing-function: linear;
}

.room-info-wrap .guage-wrap .guage-bar.active {
    transform: scaleX(1);
    transition: 3s;
} */

.room-info-wrap .room-info-img-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

#room1 .room-info-wrap .room-info-img-wrap .room-info-img {
    width: 95px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#room2 .room-info-wrap .room-info-img-wrap .room-info-img {
    width: 80px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.room-info-wrap .room-info-img-wrap .room-info-img .room-info-img-txt {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    transition: 0.5s;
    cursor: pointer;
}

.room-info-wrap .room-info-img-wrap .room-info-img .room-info-img-txt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.room-info-wrap .room-info-img-wrap .room-info-img .room-info-img-txt span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'aboreto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.room-info-wrap .room-info-img-wrap .room-info-img .room-info-img-txt.on {
    opacity: 0;
}

#room2 .room-slide-wrap .swiper-slide .main-room-slide-txt h3 {
    text-align: right;
}

#room2 .room-slide-wrap .swiper-slide .main-room-slide-txt h5 {
    text-align: right;
}

#room2 .room-slide-wrap .swiper-slide .main-room-slide-txt p {
    text-align: right;
}

.room-slide-wrap .swiper-slide .main-room-slide-txt h5 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 40px;
}

.room-slide-wrap .swiper-slide .main-room-slide-txt p {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.space-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 280px 0;
    overflow: hidden;
}

.space-section .left-tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.space-section .left-tit .line {
    width: 1px;
    height: 140px;
    background-color: #746f69;
}

.space-section .left-tit h3 {
    color: rgba(116, 111, 105, 0.7);
    font-family: 'aboreto', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: rotate(90deg);
}
.space-section-inner {
    position: relative;
    width: 80%;
    height: 700px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.space {
    position: relative;
    width: 750px;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.space a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.space.aos-animate:before {
    transform: scaleX(1);
}

.space.aos-animate:after {
    transform: scaleX(1);
}

.space:before {
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: 1s;
    transform-origin: center;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, /* 왼→오른쪽 진행 */ #666666 0%, /* 회색 시작 */ #f6f6f4 55.7692%, /* 가운데 밝은색 (SVG의 0.557692 비율) */ #666666 100% /* 회색 끝 */);
}

.space .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.space:hover .bg {
    opacity: 1;
}

.space:hover span {
    opacity: 1;
}

.space:after {
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: 1s;
    transform-origin: center;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, /* 왼→오른쪽 진행 */ #666666 0%, /* 회색 시작 */ #f6f6f4 55.7692%, /* 가운데 밝은색 (SVG의 0.557692 비율) */ #666666 100% /* 회색 끝 */);
}

.space h5 {
    position: absolute;
    bottom: 28px;
    left: 20px;
    display: inline-block;
    color: #fff;
    font-family: 'instrument-sans-variable', sans-serif;
    color: rgba(246, 246, 244, 0.9);
    font-size: 31px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    z-index: 200;
}

.space span {
    position: absolute;
    bottom: 28px;
    right: 20px;
    display: block;
    color: rgba(246, 246, 244, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    z-index: 200;
    opacity: 0;
}

.mo-tit-wrap {
    display: none;
}

#room1 .room-slide-wrap .swiper-slide.slide-1 {
    background-image: url(../img/gallery/room1_special/1.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-2 {
    background-image: url(../img/gallery/room1_special/2.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-3 {
    background-image: url(../img/gallery/room1_special/3.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-4 {
    background-image: url(../img/gallery/room1_special/4.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-5 {
    background-image: url(../img/gallery/room1_special/5.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-6 {
    background-image: url(../img/gallery/room1_special/6.jpg);
}

#room1 .room-slide-wrap .swiper-slide.slide-7 {
    background-image: url(../img/gallery/room1_special/7.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-1 {
    background-image: url(../img/gallery/room2_special/1.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-2 {
    background-image: url(../img/gallery/room2_special/2.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-3 {
    background-image: url(../img/gallery/room2_special/3.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-4 {
    background-image: url(../img/gallery/room2_special/4.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-5 {
    background-image: url(../img/gallery/room2_special/5.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-6 {
    background-image: url(../img/gallery/room2_special/6.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-7 {
    background-image: url(../img/gallery/room2_special/7.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-8 {
    background-image: url(../img/gallery/room2_special/8.jpg);
}

#room2 .room-slide-wrap .swiper-slide.slide-9 {
    background-image: url(../img/gallery/room2_special/9.jpg);
}

@media (max-width: 900px) {
    .main-wrap .main-slide-section {
        height: 100vh;
    }

    .room-slide-wrap {
        height: 800px;
    }

    .main-slide-section {
        height: 300px;
    }

    .main-slide-section .main-slide-txt {
        position: absolute;
        bottom: 10%;
        left: 10%;
        z-index: 200;
    }

    .main-slide-section .main-slide-txt p {
        font-size: 13px;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(1) {
        background-image: url(../img/gallery/m_main/1.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(2) {
        background-image: url(../img/gallery/m_main/2.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(3) {
        background-image: url(../img/gallery/m_main/3.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(4) {
        background-image: url(../img/gallery/m_main/4.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(5) {
        background-image: url(../img/gallery/m_main/5.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(6) {
        background-image: url(../img/gallery/m_main/6.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(7) {
        background-image: url(../img/gallery/m_main/7.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(8) {
        background-image: url(../img/gallery/m_main/8.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(9) {
        background-image: url(../img/gallery/m_main/9.jpg) !important;
    }

    .main-wrap .main-slide-section .main-slide-wrap .swiper-slide:nth-child(10) {
        background-image: url(../img/gallery/m_main/10.jpg) !important;
    }

    #room1 .room-slide-wrap .swiper-slide.slide-1 {
        background-image: url(../img/gallery/m_stay1_special_preview/1.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-2 {
        background-image: url(../img/gallery/m_stay1_special_preview/2.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-3 {
        background-image: url(../img/gallery/m_stay1_special_preview/3.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-4 {
        background-image: url(../img/gallery/m_stay1_special_preview/4.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-5 {
        background-image: url(../img/gallery/m_stay1_special_preview/5.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-6 {
        background-image: url(../img/gallery/m_stay1_special_preview/6.jpg);
    }

    #room1 .room-slide-wrap .swiper-slide.slide-7 {
        background-image: url(../img/gallery/m_stay1_special_preview/7.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-1 {
        background-image: url(../img/gallery/m_stay2_special_preview/1.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-2 {
        background-image: url(../img/gallery/m_stay2_special_preview/2.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-3 {
        background-image: url(../img/gallery/m_stay2_special_preview/3.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-4 {
        background-image: url(../img/gallery/m_stay2_special_preview/4.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-5 {
        background-image: url(../img/gallery/m_stay2_special_preview/5.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-6 {
        background-image: url(../img/gallery/m_stay2_special_preview/6.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-7 {
        background-image: url(../img/gallery/m_stay2_special_preview/7.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-8 {
        background-image: url(../img/gallery/m_stay2_special_preview/8.jpg);
    }

    #room2 .room-slide-wrap .swiper-slide.slide-9 {
        background-image: url(../img/gallery/m_stay2_special_preview/9.jpg);
    }

    .main-slide-section .main-slide-txt h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .sub-wrap .main-slide-section .main-slide-txt h3 {
        margin-bottom: 20px;
    }

    #special .main-slide-section .main-slide-txt h3 {
        display: block;
        font-size: 18px;
    }

    #special .main-slide-section .main-slide-txt h5 {
        font-size: 15px;
        font-family: 'aboreto', sans-serif;
        margin-bottom: 20px;
    }

    #special .main-slide-section .main-slide-txt p {
        display: none;
    }

    .main-slide-section .main-slide-txt h5 {
        font-size: 15px;
    }

    .main-slide-section .main-slide-txt h3 span {
        font-size: 21px;
    }

    .main-slide-section .main-slide-btn {
        display: none;
    }

    .main-bg-section {
        position: relative;
        width: 100%;
        height: 600px;
        background-color: #f6f6f4;
    }

    .main-bg-section-inner {
        background-color: #f6f6f4;
    }

    .bg-txt {
        width: 100%;
        color: #746f69;
    }

    .bg-txt p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.9px;
        font-weight: 500;
        color: #746f69;
    }

    .bg-txt p:nth-child(1) {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .room-slide-section {
        position: relative;
        width: 100%;
        height: 1100px;
        overflow: hidden;
    }

    #room1 .room-slide-wrap .swiper-slide .main-room-slide-txt {
        top: 10%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 1s;
    }

    #room2 .room-slide-wrap .swiper-slide .main-room-slide-txt {
        top: 10%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 1s;
        width: 100%;
    }

    #room1 .room-slide-wrap .swiper-slide .main-room-slide-txt {
        top: 10%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 1s;
        width: 100%;
    }

    #room1 .room-slide-wrap .swiper-slide-active .main-room-slide-txt {
        opacity: 1;
        transform: translateY(0%) translateX(-50%);
    }

    #room2 .room-slide-wrap .swiper-slide-active .main-room-slide-txt {
        opacity: 1;
        transform: translateY(0%) translateX(-50%);
    }

    .room-slide-wrap .swiper-slide .main-room-slide-txt h3 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .room-info-wrap {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0%;
        bottom: 0%;
        transform: translateX(0%);
        z-index: 200;
        display: flex;
        flex-direction: column;
    }

    #room1 .room-info-wrap p {
        color: #fff;
        text-align: center;
        font-family: 'Pretendard-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        margin-right: 40px;
    }

    #room2 .room-info-wrap p {
        color: #fff;
        text-align: center;
        font-family: 'Pretendard-Regular';
        font-size: 12px;
        font-weight: 400;
        line-height: 30px;
        margin-left: 40px;
    }

    .room-info-wrap .guage-wrap {
        display: none;
    }

    .room-info-wrap p {
        display: none;
    }

    #room1 .room-slide-wrap .swiper-slide .main-room-slide-txt h3 {
        display: none;
    }

    #room1 .room-slide-wrap .swiper-slide .main-room-slide-txt h5 {
        text-align: center;
        font-size: 20px;
    }

    #room1 .room-slide-wrap .swiper-slide .main-room-slide-txt p {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }

    #room2 .room-slide-wrap .swiper-slide .main-room-slide-txt h3 {
        display: none;
    }

    #room2 .room-slide-wrap .swiper-slide .main-room-slide-txt h5 {
        text-align: center;
        font-size: 20px;
    }

    #room2 .room-slide-wrap .swiper-slide .main-room-slide-txt p {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }

    .room-info-wrap .room-info-img-wrap {
        position: absolute;
        bottom: 0;
        left: 0%;
        width: 100%;
        display: flex;
        flex-wrap: nowrap; /* 줄 바꿈 X → 1열 */
        gap: 5px;
        padding: 20px 35px;
        background: linear-gradient(to top, rgba(246, 246, 244, 0.7), rgba(246, 246, 244, 0.1));
        overflow-x: auto; /* 좌우 스크롤 허용  */
        overflow-y: hidden; /* 세로 스크롤 제거 */
        scroll-behavior: smooth; /* 클릭·터치 이동 시 부드럽게 */

        /* (선택) 스크롤바 숨기기 ── 모바일은 자동으로 오버레이형 */
        scrollbar-width: none;
    }

    #room1 .room-info-wrap .room-info-img-wrap .room-info-img {
        flex: 0 0 auto;

        width: 80px;
        height: 60px;
    }

    #room2 .room-info-wrap .room-info-img-wrap .room-info-img {
        flex: 0 0 auto;

        width: 90px;
        height: 60px;
    }

    .mo-tit-wrap {
        display: block;
        height: 330px;
        background-color: #746f69;
        position: relative;
        z-index: 200;
    }

    .mo-tit-wrap:before {
        transition: 1s all;
        content: '';
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%) scaleY(0);
        transform-origin: top;
        width: 1px;
        height: 150px;
        background-color: #f6f6f4;
        z-index: 300;
    }

    .mo-tit-wrap.aos-animate:before {
        transform: scaleY(1) translateX(-50%);
    }

    .mo-tit-wrap h3 {
        display: flex;
        align-items: flex-end;
        font-size: 35px;
        color: #f6f6f4;
        font-family: 'aboreto', sans-serif;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 50px;
        padding-top: 80px;
        text-align: center;
        justify-content: center;
    }

    .mo-tit-wrap h3 span {
        font-size: 28px;
        font-weight: 400;
        line-height: normal;
        display: inline-block;
        font-family: 'aboreto', sans-serif;
        margin-left: 10px;
    }

    .mo-tit-wrap p {
        color: #fff;
        text-align: center;
        font-family: 'instrument-sans-variable', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .space-section {
        padding: 100px 0;
        width: 100%;
    }

    .space-section .left-tit {
        transform: translateY(0%) translateX(0%);
        display: block;
        text-align: center;
        position: static;
        margin-bottom: 70px;
    }

    .space-section .left-tit .line {
        display: none;
    }

    .space-section .left-tit h3 {
        font-size: 28px;
        transform: rotate(0deg);
    }
    .space-section-inner {
        width: 90%;
        flex-direction: column;
        justify-content: unset;
        padding: 20px 0;
        height: 620px;
    }

    .space {
        position: relative;
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }

    .space.aos-animate:before {
        transform: scaleX(1);
    }

    .space.aos-animate:after {
        transform: scaleX(1);
    }

    .space.space2:before {
        display: none;
    }

    .space.space1:after {
        display: none;
    }

    .space .bg {
        display: none;
    }

    .space h5 {
        bottom: 10px;
        left: 8px;
        font-size: 20px;
    }

    .space span {
        bottom: 15px;
        right: 5px;
        font-size: 12px;
    }
}

#reser .sub-top-section {
    padding-bottom: 0px;
}

#reser.sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt {
    margin-bottom: 0px;
}

#reser.sub-wrap .sub-top-section .sub-top-wrap .sub-top-txt h3 {
    margin-bottom: 0px;
}

#tour .tour-section .tour-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    max-width: 1700px;
}

#tour .tour-section .tour-wrap .tour {
    padding-bottom: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tour .tour-section .tour-wrap .tour:last-child {
    padding-bottom: 470px;
}

#tour .tour-section .tour-wrap .tour .info h4 {
    color: #746f69;
    font-family: 'aboreto', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: -1.4px;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

#tour .tour-section .tour-wrap .tour .info h4::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 35px;
    background-color: #56534f;
}

#tour .tour-section .tour-wrap .tour .info h4 span {
    color: #746f69;
    display: inline-block;
    font-family: 'Pretendard-Regular';
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
}

#tour .tour-section .tour-wrap .tour .info h6 {
    color: #746f69;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 140px;
}

#tour .tour-section .tour-wrap .tour .info p {
    color: rgba(116, 111, 105, 0.7);
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    width: 550px;
}

#tour .tour-section .tour-wrap .tour .tour-slide {
    width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

#tour .tour-section .tour-wrap .tour .tour-slide .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
}

#tour .tour-section .tour-wrap .tour .tour-slide .swiper-pagination span {
    color: #333;
    font-family: 'aboreto', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    display: block;
}

#tour .tour-section .tour-wrap .tour .tour-slide .swiper-slide {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    #tour .tour-section .tour-wrap {
        padding-top: 50px;
    }

    #tour .tour-section .tour-wrap .tour {
        flex-direction: column-reverse;
        align-items: center;
        padding-bottom: 150px;
    }

    #tour .tour-section .tour-wrap .tour:last-child {
        padding-bottom: 200px;
    }

    #tour .tour-section .tour-wrap .tour .info h4 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    #tour .tour-section .tour-wrap .tour .info h4::before {
        width: 3px;
        height: 25px;
        top: 20%;
    }

    #tour .tour-section .tour-wrap .tour .info h4 span {
        font-size: 15px;
        line-height: 20px;
    }

    #tour .tour-section .tour-wrap .tour .info h6 {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 30px;
    }

    #tour .tour-section .tour-wrap .tour .info p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    #tour .tour-section .tour-wrap .tour .tour-slide {
        width: 100%;
        height: 250px;
    }

    #tour .tour-section .tour-wrap .tour .tour-slide .swiper-pagination {
        bottom: 10px;
    }

    #tour .tour-section .tour-wrap .tour .tour-slide .swiper-pagination span {
        font-size: 15px;
        line-height: 20px;
    }
}

#location .map-section .map-wrap {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 122px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#location .map-section .map-wrap .img {
    width: 831px;
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 90px;
}

#location .map-section .map-wrap .txt-wrap .txt {
    margin-bottom: 80px;
}

#location .map-section .map-wrap .txt-wrap .txt:last-child {
    margin-bottom: 0;
}

#location .map-section .map-wrap .txt-wrap .txt h5 {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

#location .map-section .map-wrap .txt-wrap .txt h5::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 5px;
    height: 19px;
    background-color: #000;
}

#location .map-section .map-wrap .txt-wrap .txt h5 span {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 12px;
}

#location .map-section .map-wrap .txt-wrap .txt p {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 17px;
}

#location .map-section .map-wrap .txt-wrap .txt p:last-child {
    margin-bottom: 0;
}

#location .map-section .map-wrap .txt-wrap .txt a {
    color: #2d2a25;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width: 900px) {
    #location .map-section .map-wrap {
        padding: 50px 0;
        flex-direction: column-reverse;
    }

    #location .map-section .map-wrap .img {
        width: 100%;
        height: 300px;
        margin-right: 0px;
    }

    #location .map-section .map-wrap .txt-wrap {
        margin-bottom: 30px;
    }

    #location .map-section .map-wrap .txt-wrap .txt {
        margin-bottom: 40px;
    }

    #location .map-section .map-wrap .txt-wrap .txt h5 {
        font-size: 17px;
        line-height: 20px;
    }

    #location .map-section .map-wrap .txt-wrap .txt h5::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
        width: 5px;
        height: 19px;
        background-color: #000;
    }

    #location .map-section .map-wrap .txt-wrap .txt h5 span {
        font-size: 14px;
        margin-left: 12px;
    }

    #location .map-section .map-wrap .txt-wrap .txt p {
        font-size: 17px;
    }

    #location .map-section .map-wrap .txt-wrap .txt a {
        font-size: 17px;
    }
}

#gallery .gallery-top-section .gallery-top-wrap {
    height: 1300px;
    width: 100%;
    background-color: #746f69;
    overflow: hidden;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt {
    padding-top: 300px;
    text-align: center;
    margin-bottom: 120px;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt h3 {
    color: #fff;
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 70px;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt p {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.85px;
    text-align: center;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 160%;
    animation: roll 30s linear infinite;
}

@keyframes roll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    } /* 원본 길이의 절반만큼 이동 */
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap .gallery-img {
    flex: 0 0 570px;
    height: 500px;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap .gallery-img iframe {
    pointer-events: none;
}

#gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap .gallery-img img {
    object-fit: contain;
    width: 100%;
}

#gallery .main-slide-section {
    background-color: #f2f1ed;
    height: 1040px;
    padding-top: 200px;
}

#gallery .main-slide-wrap {
    width: 1554px;
    margin: 0 auto;
    height: 840px;
    overflow: hidden;
    background-color: #f2f1ed;
}

#gallery .gallery-txt-wrap .gallery-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    margin: 0 auto;
}

#gallery .gallery-txt-wrap .gallery-txt .line {
    width: 1px;
    height: 240px;
    background-color: rgba(116, 111, 105, 0.7);
    display: inline-block;
    transform: scaleY(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: top;
}

#gallery .gallery-txt-wrap .gallery-txt .line.aos-animate {
    transform: scaleY(1);
}

#gallery .gallery-txt-wrap .gallery-txt p {
    padding: 50px 0;
    color: rgba(116, 111, 105, 0.7);
    text-align: center;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.9px;
}

#gallery .gallery-bg {
    width: 100%;
    height: 350vh;
    overflow: hidden;
}

#gallery .gallery-mo-bg-wrap {
    display: none;
}

#gallery .gallery-preview-section {
    width: 100%;
    height: 300vh;
}

#gallery .gallery-preview-bg {
    height: 100vh;
    transition: 1s background-image;
    will-change: background-image;
    position: relative;
}

#gallery .gallery-preview-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.gallery-preview-scroll-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-preview-scroll-btn .scroll-btn-txt {
    color: #fff;
    font-family: 'Aboreto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.gallery-preview-scroll-btn i {
    font-size: 20px;
    color: #fff;
    margin-bottom: -10px;
    animation: scrollDown 1.5s infinite;
}

.gallery-preview-scroll-btn i:nth-child(3) {
    animation-delay: 0.1s;
}

/* 실제 배경·마우스 따라다니는 이미지를 넣는 래퍼 */
#gallery .gallery-preview-bg,
#gallery .gallery-preview-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 기존 커서-추적 이미지 스타일 그대로 */
#gallery .gallery-preview-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
    height: 533px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 10;
}

#gallery .gallery-img-section {
    padding: 220px 0 250px 0;
    background-color: #746f69;
}

#gallery .gallery-img-section .gallery-img-wrap {
    display: flex;
    gap: 30px;
    width: 1100px;
    margin: 0 auto;
}

#gallery .gallery-img-section .gallery-img-wrap .left {
    width: 470px;
    height: 856px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#gallery .gallery-img-section .gallery-img-wrap .left .img {
    width: 100%;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#gallery .gallery-img-section .gallery-img-wrap .left .txt p {
    color: #f2f1ed;
    text-align: right;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.85px;
    opacity: 0.5;
}

#gallery .gallery-img-section .gallery-img-wrap .right {
    width: 489px;
}

#gallery .gallery-img-section .gallery-img-wrap .right .txt {
    padding-top: 37px;
    padding-bottom: 41px;
}

#gallery .gallery-img-section .gallery-img-wrap .right .txt h3 {
    color: #f2f1ed;
    opacity: 0.5;
    font-family: 'aboreto', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 95px;
}

#gallery .gallery-img-section .gallery-img-wrap .right .txt p {
    color: #f2f1ed;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    opacity: 0.5;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.85px;
}

#gallery .gallery-img-section .gallery-img-wrap .right .img {
    width: 100%;
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 900px) {
    .gallery-preview-scroll-btn {
        display: none;
    }

    #gallery .gallery-top-section .gallery-top-wrap {
        height: 800px;
    }

    #gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt {
        padding-top: 100px;
        margin-bottom: 0px;
    }

    #gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    #gallery .gallery-top-section .gallery-top-wrap .gallery-top-txt p {
        font-size: 13px;
    }

    #gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap {
        gap: 10px;
        width: 160%;
        padding-top: 100px;
    }

    #gallery .gallery-top-section .gallery-top-wrap .gallery-img-wrap .gallery-img {
        flex: 0 0 320px;
        height: 180px;
    }

    #gallery .main-slide-section {
        height: 350px;
        padding-top: 100px;
    }

    #gallery .main-slide-wrap {
        width: 100%;
        margin: 0 auto;
        height: 300px;
    }

    #gallery .gallery-txt-wrap .gallery-txt {
        width: 90%;
    }

    #gallery .gallery-txt-wrap .gallery-txt .line {
        width: 1px;
        height: 150px;
    }
    #gallery .gallery-txt-wrap .gallery-txt p {
        padding: 30px 0;
        font-size: 16px;
    }

    #gallery .gallery-bg {
        display: none;
    }

    #gallery .gallery-mo-bg-wrap {
        display: block;
        height: 300px;
    }

    #gallery .gallery-mo-bg-wrap .gallery-mo-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    #gallery .gallery-mo-bg-wrap .gallery-mo-bg .gallery-mo-bg-img {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        width: 150px;
        height: 200px;
        z-index: 10;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #gallery .gallery-img-section {
        padding: 100px 0 150px 0;
        width: 100%;
    }

    #gallery .gallery-img-section .gallery-img-wrap {
        flex-direction: column-reverse;
        gap: 15px;
        width: 90%;
        margin: 0 auto;
    }

    #gallery .gallery-img-section .gallery-img-wrap .left {
        width: 100%;
        height: 420px;
        flex-direction: column;
    }

    #gallery .gallery-img-section .gallery-img-wrap .left .img {
        width: 100%;
        height: 410px;
    }

    #gallery .gallery-img-section .gallery-img-wrap .left .txt p {
        font-size: 15px;
        text-align: left;
    }

    #gallery .gallery-img-section .gallery-img-wrap .right {
        width: 100%;
    }

    #gallery .gallery-img-section .gallery-img-wrap .right .txt {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #gallery .gallery-img-section .gallery-img-wrap .right .txt h3 {
        font-size: 30px;
        padding-bottom: 55px;
    }

    #gallery .gallery-img-section .gallery-img-wrap .right .txt p {
        font-size: 15px;
    }

    #gallery .gallery-img-section .gallery-img-wrap .right .img {
        width: 100%;
        height: 410px;
    }
}

#room .con1 {
    padding-bottom: 200px;
}

#room .con1 .inner-con {
    display: flex;
    padding-top: 120px;
}

#room .con1 .inner-con .img-wrap {
    width: 800px;
    margin-right: 75px;
    height: 1175px;
}

#room .con1 .inner-con .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#room .con1 .inner-con .info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#room .con1 .inner-con .info-wrap .txt-wrap {
    margin-bottom: 100px;
}

#room .con1 .inner-con .info-wrap .txt-wrap h4 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

#room .con1 .inner-con .info-wrap .txt-wrap .txt {
    padding-left: 12px;
    position: relative;
}

#room .con1 .inner-con .info-wrap .txt-wrap .txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 186px;
    background-color: rgba(116, 111, 105, 0.7);
}

#room.stay2 .con1 .inner-con .info-wrap .txt-wrap .txt:before {
    height: 100%;
}

#room .con1 .inner-con .info-wrap .txt-wrap .txt .text1 {
    color: rgba(116, 111, 105, 0.5);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 35px;
}

#room .con1 .inner-con .info-wrap .txt-wrap .txt .text2 {
    color: #746f69;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 42px;
}

#room .con1 .inner-con .info-wrap .txt-wrap .txt .text3 {
    color: rgba(116, 111, 105, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap {
    overflow: hidden;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap h5 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 10px;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper {
    width: 802px;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper2 {
    height: 590px;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper {
    height: 104px;
    box-sizing: border-box;
    padding: 10px 0;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper .swiper-slide span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    z-index: 10;
    opacity: 1;
    transition: 0.5s;
    text-align: center;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: 0.5s;
    z-index: 5;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper .swiper-slide-thumb-active:before {
    opacity: 0;
}

#room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper .swiper-slide-thumb-active span {
    opacity: 0;
}

#room .con2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 290px;
}

#room .con2 .inner-con {
    width: 90%;
    margin: 0 auto;
}

#room .con2 .inner-con .tab-menu {
    display: flex;
    align-items: center;
}

#room .con2 .inner-con .tab-menu li {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    margin-right: 20px;
    cursor: pointer;
}

#room .con2 .inner-con .tab-menu li .circle {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid rgba(53, 50, 47, 0.3);
    margin-right: 10px;
}

#room .con2 .inner-con .tab-menu li a .txt {
    color: rgba(51, 51, 51, 0.3);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

#room .con2 .inner-con .tab-menu li.on .circle {
    background-color: #333;
}

#room .con2 .inner-con .tab-menu li a.on .txt {
    color: rgba(51, 51, 51, 0.8);
}

#room .con2 .inner-con .room-info-wrap {
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 50px;
}

#room .con2 .inner-con .room-info-wrap .price-wrap,
#room .con2 .inner-con .room-info-wrap .amenities-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

#room .con2 .inner-con .room-info-wrap .price-wrap.on,
#room .con2 .inner-con .room-info-wrap .amenities-wrap.on {
    opacity: 1;
    z-index: 1;
}

#room .con2 .inner-con .room-info-wrap .price-wrap {
}

#room .con2 .inner-con .room-info-wrap .price-wrap table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#room .con2 .inner-con .room-info-wrap .price-wrap table th {
    color: #f2f1ed;
    background-color: #746f69;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 0px 10px;
    border-collapse: collapse;
    border-bottom: 1px solid #f2f1ed;
    border-right: 1px solid #f2f1ed;
}

#room .con2 .inner-con .room-info-wrap .price-wrap table th:last-child {
    border-right: none;
}

#room .con2 .inner-con .room-info-wrap .price-wrap table td {
    color: rgba(51, 51, 51, 0.8);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #746f69;
    border-bottom: 1px solid #746f69;
    border-left: 1px solid #746f69;
}

#room .con2 .inner-con .room-info-wrap .price-wrap table td.num {
    font-size: 15px;
}

#room .con2 .inner-con .room-info-wrap .price-wrap table td span {
    display: block;
    font-size: 15px;
    line-height: 20px;
}

#room .con2 .inner-con .room-info-wrap .amenities-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#room .con2 .inner-con .room-info-wrap .amenities-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
    text-align: center;
    width: 7.142857142857143%;
}

#room .con2 .inner-con .room-info-wrap .amenities-wrap li i {
    font-size: 22px;
    margin-bottom: 10px;
    color: rgba(51, 51, 51, 0.8);
}

#room .con2 .inner-con .room-info-wrap .amenities-wrap li span {
    color: rgba(51, 51, 51, 0.8);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}

#room .con2 .inner-con .booking-con {
    text-align: center;
    padding-top: 50px;
}

#room .con2 .inner-con .booking-con a {
    color: #2d2a25;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 110px;
    border: 1px solid #949494;
    position: relative;
    transition: 0.7s;
}

#room .con2 .inner-con .booking-con a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 130%;
    border: 1px solid #949494;
    z-index: 1;
    transition: 1s clip-path;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#room .con2 .inner-con .booking-con a:hover:before {
    width: 105%;
    height: 130%;
    clip-path: polygon(0 0, 100% 0, 0% 0%, 0 100%);
}

#room .room-preview-section {
    height: auto;
    width: 100%;
    padding-bottom: 100px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

#room .room-preview-section::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b9b9b9;
}

#room .room-preview-section .inner-con {
    width: 90%;
    height: auto;
    padding-top: 100px;
    margin: 0 auto 100px auto;
    display: flex;
}

#room .room-preview-section .inner-con .left {
    width: 45%;
    height: 300px;
    position: relative;
}

#room .room-preview-section .inner-con .left a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

#room .room-preview-section .inner-con .left .arrow-wrap {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 230px;
    height: 40px;
    cursor: pointer;
}

#room .room-preview-section .inner-con .left .arrow-wrap .arrow {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: 0.7s;
    transform: scaleX(0);
    transform-origin: left;
}

#room .room-preview-section .inner-con .left .arrow-wrap .arrow:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 15px;
    height: 1px;
    background-color: #000;
    transform: scaleX(0) rotate(-45deg);
    transform-origin: left;
    transition: 0.7s;
}

#room .room-preview-section .inner-con .left .arrow-wrap.aos-animate .arrow {
    transform: scaleX(1);
}

#room .room-preview-section .inner-con .left .arrow-wrap.aos-animate .arrow:before {
    transform: scaleX(1) rotate(-45deg);
    transition-delay: 0.3s;
}

#room .room-preview-section .inner-con .right {
    width: 55%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

#room .room-preview-section .inner-con .right .txt-wrap {
    width: 46%;
    margin-right: 4%;
}

#room .room-preview-section .inner-con .right .txt-wrap h4 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    padding-bottom: 90px;
    text-align: right;
}

#room .room-preview-section .inner-con .right .txt-wrap h6 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}

#room .room-preview-section .inner-con .right .txt-wrap p {
    color: rgba(116, 111, 105, 0.7);
    text-align: right;
    font-family: 'Instrument Sans';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
    letter-spacing: 0.75px;
}

#room .room-preview-section .inner-con .right .img-wrap {
    width: 478px;
    height: 298px;
    position: relative;
}

#room .room-preview-section .inner-con .right .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#room .room-preview-section .inner-con .right .img-wrap .img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    #room .con1 {
        padding-bottom: 100px;
    }

    #room .con1 .inner-con {
        flex-direction: column-reverse;
        padding-top: 50px;
        width: 90%;
    }

    #room .con1 .inner-con .img-wrap {
        width: 100%;
        margin-right: 0px;
        height: 250px;
    }

    #room .con1 .inner-con .info-wrap {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap {
        margin-bottom: 50px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap .txt {
        padding-left: 10px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap .txt:before {
        width: 1px;
        height: 100%;
    }

    #room.stay2 .con1 .inner-con .info-wrap .txt-wrap .txt:before {
        height: 150px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap .txt .text1 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap .txt .text2 {
        font-size: 14px;
        margin-bottom: 32px;
    }

    #room .con1 .inner-con .info-wrap .txt-wrap .txt .text3 {
        font-size: 13px;
    }

    #room .con1 .inner-con .info-wrap .info-slide-wrap {
        overflow: hidden;
    }

    #room .con1 .inner-con .info-wrap .info-slide-wrap h5 {
        font-size: 20px;
        line-height: 30px;
    }

    #room .con1 .inner-con .info-wrap .info-slide-wrap .swiper {
        width: 100%;
    }

    #room .con1 .inner-con .info-wrap .info-slide-wrap .swiper.mySwiper2 {
        height: 250px;
    }

    #room .con2 {
        padding-bottom: 150px;
    }

    #room .con2 .inner-con .tab-menu {
        justify-content: center;
    }

    #room .con2 .inner-con .tab-menu li {
        margin-bottom: 50px;
        margin-right: 15px;
    }

    #room .con2 .inner-con .tab-menu li .circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }

    #room .con2 .inner-con .tab-menu li a .txt {
        font-size: 17px;
    }

    #room .con2 .inner-con .room-info-wrap {
        height: 200px;
        margin-bottom: 30px;
    }

    #room .con2 .inner-con .room-info-wrap .price-wrap table th {
        font-size: 13px;
        padding: 0px 5px;
    }

    #room .con2 .inner-con .room-info-wrap .price-wrap table td {
        font-size: 13px;
        padding: 0px 5px;
    }

    #room .con2 .inner-con .room-info-wrap .price-wrap table td.num {
        font-size: 13px;
    }

    #room .con2 .inner-con .room-info-wrap .price-wrap table td span {
        font-size: 13px;
        line-height: 20px;
    }

    #room .con2 .inner-con .room-info-wrap .amenities-wrap li {
        width: 25%;
    }

    #room .con2 .inner-con .room-info-wrap .amenities-wrap li i {
        font-size: 15px;
    }

    #room .con2 .inner-con .room-info-wrap .amenities-wrap li span {
        font-size: 15px;
    }

    #room .con2 .inner-con .booking-con {
        padding-top: 150px;
    }

    #room .con2 .inner-con .booking-con a {
        font-size: 13px;
        padding: 10px 50px;
    }

    #room .con2 .inner-con .booking-con a:before {
        display: none;
    }

    #room .room-preview-section {
        padding-bottom: 50px;
    }

    #room .room-preview-section .inner-con {
        padding-top: 50px;
        margin: 0 auto 50px auto;
        display: flex;
        flex-direction: column-reverse;
    }

    #room .room-preview-section .inner-con .left {
        width: 100%;
        height: 100px;
    }

    #room .room-preview-section .inner-con .left .arrow-wrap {
        position: absolute;
        bottom: 0;
        left: unset;
        right: 10%;
        width: 150px;
        height: 30px;
        cursor: pointer;
    }

    #room .room-preview-section .inner-con .left .arrow-wrap .arrow:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 10px;
        transform: scaleX(0) rotate(-45deg);
    }

    #room .room-preview-section .inner-con .right {
        flex-direction: column-reverse;
        width: 100%;
    }

    #room .room-preview-section .inner-con .right .txt-wrap {
        width: 100%;
        margin-right: 0%;
    }

    #room .room-preview-section .inner-con .right .txt-wrap h4 {
        font-size: 20px;
        line-height: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #room .room-preview-section .inner-con .right .txt-wrap h6 {
        font-size: 17px;
        line-height: 25px;
    }

    #room .room-preview-section .inner-con .right .txt-wrap p {
        font-size: 13px;
    }

    #room .room-preview-section .inner-con .right .img-wrap {
        width: 100%;
        height: 250px;
        position: relative;
    }
}

#special .preview-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 300px;
}

#special .preview-wrap .txt-wrap {
    width: 550px;
}

#special .preview-wrap .txt-wrap h4 {
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

#special .preview-wrap .txt-wrap h4 span {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 10px;
}

#special .preview-wrap .txt-wrap .txt {
    padding-left: 12px;
    position: relative;
}

#special .preview-wrap .txt-wrap .txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(116, 111, 105, 0.7);
}

#special .preview-wrap .txt-wrap .txt .text1 {
    color: rgba(116, 111, 105, 0.5);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 35px;
}

#special .preview-wrap .txt-wrap .txt .text2 {
    color: #746f69;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 52px;
}

#special .preview-wrap .txt-wrap .txt .text3 {
    color: rgba(116, 111, 105, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#special .preview-wrap .img-wrap {
    height: 692px;
    width: 1116px;
}

#special .preview-wrap .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#special .preview-wrap .img-wrap iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#special .con2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 330px;
}

#special .con2 .inner {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    max-width: 1900px;
    margin: 0 auto;
}

#special .con2 .inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #746f69;
    transform: scaleX(0);
    transition: 1.5s;
    transform-origin: left;
}

#special .con2 .inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #746f69;
    transform: scaleX(0);
    transition: 1.5s;
    transform-origin: right;
}

#special .con2 .inner.aos-animate:before {
    transform: scaleX(1);
}

#special .con2 .inner.aos-animate:after {
    transform: scaleX(1);
}

#special .con2 .inner .spc-tit {
    position: absolute;
    bottom: 0%;
    left: -10%;
    display: flex;
    align-items: center;
    z-index: 100;
    transform: translateX(-50%);
    transition: 3s;
    opacity: 0;
}

#special .con2 .inner .spc-tit.special2_6 {
    bottom: 2%;
}

#special .con2 .inner .spc-tit.aos-animate {
    left: 48em;
    opacity: 1;
}

#special .con2 .inner .spc-tit.special1_1.aos-animate {
    left: 45em;
}

#special .con2 .inner .spc-tit.special1_2.aos-animate {
    left: 46em;
}

#special .con2 .inner .spc-tit.special1_3.aos-animate {
    left: 45em;
}

#special .con2 .inner .spc-tit.special2_1.aos-animate {
    left: 42em;
}

#special .con2 .inner .spc-tit span {
    font-family: 'aboreto', sans-serif;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 85px;
    display: inline-block;
}

#special .con2 .inner .spc-tit .tit1 {
    color: rgba(242, 241, 237, 0.3);
}

#special .con2 .inner .spc-tit .tit2 {
    color: rgba(242, 241, 237, 0.3);
    transition: 2s;
}

#special .con2 .inner .spc-tit.aos-animate .tit2 {
    color: #746f69;
}

#special .con2 .inner .left {
    width: 45%;
    background-color: #746f69;
    height: 800px;
}

#special .con2 .inner .left .img {
    width: 436px;
    height: 597px;
    padding-top: 100px;
    margin: 100px auto 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#special .con2 .inner .left .img:before {
    content: '';
    position: absolute;
    top: -205px;
    left: -505px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: rgba(242, 241, 237, 0.2);
    transition: 2s;
}

#special .con2 .inner .left .img.aos-animate:before {
    opacity: 1;
    left: -35px;
    top: -35px;
}

#special .con2 .inner .right {
    margin-left: 130px;
}

#special .con2 .inner .right .img {
    width: 837px;
    height: 597px;
    margin-top: 67px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#special .con2 .inner .right .img-txt {
    position: absolute;
    top: 40px;
    right: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(242, 241, 237, 0.5);
    width: 250px;
    height: 50px;
    opacity: 0;
    transition-delay: 0.5s;
    transition: 2s;
}

#special .con2 .inner .right .img.aos-animate .img-txt {
    right: 0;
    opacity: 1;
}

#special .con2 .inner .right .img-txt span {
    color: #746f69;
    font-family: 'aboreto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

#special .con3 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 220px;
}

#special .con3 .inner {
    position: relative;
    width: 100%;
    height: auto;
}

#special .con3 .inner .tit-wrap {
    margin-bottom: 170px;
}

#special .con3 .inner .tit-wrap h3 {
    text-align: center;
    color: #000;
    font-family: 'aboreto', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

#special .con3 .inner .tit-wrap h3 b {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
}

#special .con3 .inner .tit-wrap p {
    text-align: center;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

#special .con3 .inner .room-preview-section {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto;
}

#special .con3 .inner .room-preview-section .tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    margin: 0 auto;
    padding-bottom: 75px;
}

#special .con3 .inner .room-preview-section .tab-menu li {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#special .con3 .inner .room-preview-section .tab-menu li .circle {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    border: 1px solid rgba(53, 50, 47, 0.3);
    margin-right: 10px;
    transition: 0.5s;
}

#special .con3 .inner .room-preview-section .tab-menu li.on .circle {
    opacity: 1;
    background-color: #333;
}

#special .con3 .inner .room-preview-section .tab-menu li .txt {
    color: rgba(53, 50, 47, 0.3);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-transform: capitalize;
    transition: 0.5s;
}

#special .con3 .inner .room-preview-section .tab-menu li.on .txt {
    color: #333;
}

#special .con3 .inner .room-special-section {
    position: relative;
    width: 100%;
    height: 1000px;
    padding-bottom: 220px;
    overflow: hidden;
}

#special .con3 .inner .room-special-section .room-preview-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}

#special .con3 .inner .room-special-section .room-preview-wrap.on {
    opacity: 1;
    z-index: 1;
}

#special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide {
    width: 620px;
    height: 100%;
}

#special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide .slide-img {
    width: 100%;
    height: 930px;
    margin-bottom: 12px;
    position: relative;
    background: lightgray;
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide .slide-img a {
    display: block;
    width: 100%;
    height: 100%;
}

#special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide-active .slide-img {
    filter: grayscale(0%);
}

#special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt h5 {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'sorts-mill-goudy', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    display: flex;
    align-items: center;
}

#special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt h5 span {
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    display: inline-block;
    margin-left: 10px;
}

#special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt p {
    color: rgba(0, 0, 0, 0.4);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    padding-right: 23px;
}

@media (max-width: 900px) {
    #special .preview-wrap {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 100px;
    }

    #special .preview-wrap .txt-wrap {
        width: 100%;
    }

    #special .preview-wrap .txt-wrap h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    #special .preview-wrap .txt-wrap h4 span {
        font-size: 18px;
    }

    #special .preview-wrap .txt-wrap .txt {
    }

    #special .preview-wrap .txt-wrap .txt:before {
        height: 100%;
    }

    #special .preview-wrap .txt-wrap .txt .text1 {
        font-size: 13px;
        margin-bottom: 20px;
    }

    #special .preview-wrap .txt-wrap .txt .text2 {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    #special .preview-wrap .txt-wrap .txt .text3 {
        font-size: 13px;
    }

    #special .preview-wrap .img-wrap {
        height: 300px;
        width: 100%;
    }

    #special .con2 {
        padding-bottom: 150px;
    }

    #special .con2 .inner {
        flex-direction: column;
    }

    #special .con2 .inner .spc-tit {
        position: absolute;
        bottom: unset;
        top: 56%;
        left: -10%;
        display: flex;
        align-items: center;
        transform: translateX(0%);
    }

    #special .con2 .inner .spc-tit.special2_6 {
        bottom: unset;
    }

    #special .con2 .inner .spc-tit.aos-animate {
        left: 0;
        opacity: 1;
    }

    #special .con2 .inner .spc-tit.special1_1.aos-animate {
        left: 0;
    }

    #special .con2 .inner .spc-tit.special1_2.aos-animate {
        left: 0;
    }

    #special .con2 .inner .spc-tit.special1_3.aos-animate {
        left: 0;
    }

    #special .con2 .inner .spc-tit.special2_1.aos-animate {
        left: 0;
    }

    #special .con2 .inner .spc-tit span {
        font-size: 70px;
        line-height: 65px;
        color: rgba(242, 241, 237, 0.3);
    }
    #special .con2 .inner .spc-tit.aos-animate .tit2 {
        color: rgba(242, 241, 237, 0.3);
    }

    #special .con2 .inner .left {
        width: 100%;
        height: 600px;
    }

    #special .con2 .inner .left .img {
        width: 90%;
        height: 400px;
        padding-top: 50px;
        margin: 50px auto 0 auto;
    }

    #special .con2 .inner .left .img:before {
        display: none;
    }

    #special .con2 .inner .right {
        margin-left: 0px;
    }

    #special .con2 .inner .right .img {
        width: 100%;
        height: 300px;
        margin-top: 70px;
    }

    #special .con2 .inner .right .img-txt {
        display: none;
    }

    #special .con2 .inner .right .img-txt span {
        display: none;
    }

    #special .con3 {
        padding-bottom: 150px;
    }

    #special .con3 .inner .tit-wrap {
        margin-bottom: 30px;
    }

    #special .con3 .inner .tit-wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }

    #special .con3 .inner .tit-wrap h3 b {
        font-size: 30px;
    }

    #special .con3 .inner .tit-wrap p {
        display: none;
    }

    #special .con3 .inner .room-preview-section .tab-menu {
        width: 80%;
    }

    #special .con3 .inner .room-preview-section .tab-menu li .circle {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }

    #special .con3 .inner .room-preview-section .tab-menu li .txt {
        font-size: 14px;
    }

    #special .con3 .inner .room-special-section {
        height: 700px;
        padding-bottom: 100px;
    }

    #special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide {
        width: 100%;
        height: 100%;
    }

    #special .con3 .inner .room-special-section .room-preview-wrap .swiper-slide .slide-img {
        width: 100%;
        height: 600px;
    }

    #special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt h5 {
        font-size: 18px;
        line-height: 30px;
    }

    #special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt h5 span {
        font-size: 16px;
        line-height: 30px;
    }

    #special .con3 .inner .room-preview-wrap .swiper-slide .slide-txt p {
        display: none;
    }
}

#reser .reser-section .reser-wrap {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 122px 0;
    display: flex;
    align-items: center;
    max-width: 1700px;
}

#reser .reser-section .reser-wrap .img {
    width: 831px;
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 90px;
}

#reser .reser-section .reser-wrap .txt-wrap .txt {
    margin-bottom: 80px;
}

#reser .reser-section .reser-wrap .txt-wrap .txt:last-child {
    margin-bottom: 0;
}

#reser .reser-section .reser-wrap .txt-wrap .txt h5 {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

#reser .reser-section .reser-wrap .txt-wrap .txt h5::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 5px;
    height: 19px;
    background-color: #000;
}

#reser .reser-section .reser-wrap .txt-wrap .txt h5 span {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-left: 12px;
}

#reser .reser-section .reser-wrap .txt-wrap .txt p {
    color: rgba(0, 0, 0, 0.7);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 17px;
}

#reser .reser-section .reser-wrap .txt-wrap .txt p span {
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
}

#reser .reser-section .reser-wrap .txt-wrap .txt p:last-child {
    margin-bottom: 0;
}

#reser .reser-section .reser-wrap .txt-wrap .txt a {
    color: #2d2a25;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

#reser .reser-info-section {
    padding-top: 50px;
}

#reser .reser-info-section .inner-con {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 200px;
}

#reser .reser-info-section .inner-con h3 {
    color: #333;
    font-family: 'aboreto', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px;
    letter-spacing: 3.4px;
    padding-left: 10px;
    border-bottom: 2px solid rgba(4, 4, 4, 0.7);
    margin-top: 50px;
    margin-bottom: 40px;
    height: 70px;
}

#reser .reser-info-section .inner-con .price-wrap {
    padding-bottom: 70px;
    overflow: hidden;
    height: 100px;
    transition: 0.5s;
}

#reser .reser-info-section .inner-con .price-wrap.on {
    height: 650px;
}

#reser .reser-info-section .inner-con .reser-info-tit {
    display: flex;
    width: 99%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #040404;
    margin-bottom: 40px;
    cursor: pointer;
}

#reser .reser-info-section .inner-con .reser-info-tit h5 {
    color: #414141;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: 1.8px;
}

#reser .reser-info-section .inner-con .reser-info-tit .dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #d9d9d9;
}

#reser .reser-info-section .inner-con .reser-info-tit.on .dot {
    background-color: #000;
}

#reser .reser-info-section .inner-con .price-wrap table {
    width: 100%;
    border: 2px solid #746f69;
    margin-bottom: 70px;
    border-collapse: collapse;
}

#reser .reser-info-section .inner-con .price-wrap table th {
    color: #f2f1ed;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 10px 10px;
    background-color: #746f69;
    border-collapse: collapse;
    border-bottom: 1px solid #f2f1ed;
    border-right: 1px solid #f2f1ed;
}

#reser .reser-info-section .inner-con .price-wrap table th:last-child {
    border-right: none;
}

#reser .reser-info-section .inner-con .price-wrap table td {
    color: rgba(51, 51, 51, 0.8);
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #746f69;
    border-bottom: 1px solid #746f69;
}

#reser .reser-info-section .inner-con .price-wrap table tr:last-child td {
    border-bottom: none;
}

#reser .reser-info-section .inner-con .price-wrap table td:last-child {
    border-right: none;
}

#reser .reser-info-section .inner-con .price-wrap table td.num {
    font-size: 14px;
}

#reser .reser-info-section .inner-con .price-wrap table td span {
    display: block;
    font-size: 15px;
    line-height: 20px;
}

#reser .reser-info-section .inner-con .price-wrap .booking-con {
    text-align: center;
    padding-top: 50px;
}

#reser .reser-info-section .inner-con .price-wrap .booking-con a {
    color: #2d2a25;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 110px;
    border: 1px solid #949494;
    position: relative;
    transition: 0.7s;
}

#reser .reser-info-section .inner-con .price-wrap .booking-con a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 130%;
    border: 1px solid #949494;
    z-index: 1;
    transition: 1.5s;
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#reser .reser-info-section .inner-con .price-wrap .booking-con a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 0% 0%, 0 100%);
}

#reser .guide-wrap {
    padding-bottom: 100px;
    overflow: hidden;
    height: 100px;
    transition: 0.5s;
}

#reser .guide-wrap.on {
    height: 900px;
}

#reser .guide-wrap .guide-txt {
    width: 99%;
    margin: 0 auto;
}

#reser .reser-info-section .inner-con .guide-wrap .reser-info-tit {
    margin-bottom: 20px;
}

#reser .guide-wrap .guide-txt .guide {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
}

#reser .guide-wrap .guide-txt .guide h6 {
    color: #333;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    width: 30%;
}

#reser .guide-wrap .guide-txt .guide.none {
    padding: 10px 0;
}

#reser .guide-wrap .guide-txt .guide.none h6 {
    width: auto;
}

#reser .guide-wrap .guide-txt .guide ul li {
    color: #737070;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-left: 2em;
    position: relative;
}

#reser .guide-wrap .guide-txt .guide ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #737070;
    border-radius: 3px;
}

#reser .info-wrap {
    padding-bottom: 160px;
}

#reser .info-wrap .info-txt .info {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
}

#reser .info-wrap .info-txt .info h6 {
    color: #333;
    font-family: 'Pretendard-Regular';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
}

#reser .info-wrap .info-txt .info ul li {
    color: #737070;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-left: 1.5em;
    position: relative;
}

#reser .info-wrap .info-txt .info ul li:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #737070;
    border-radius: 3px;
}

#reser .refund-wrap {
    padding-bottom: 190px;
}

#reser .refund-table {
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

#reser .refund-table th {
    color: #fff;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    padding: 10px 30px;
    background-color: #746f69;
    text-align: center;
    font-weight: 400;
}

#reser .refund-table td {
    color: #746f69;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    line-height: 27px;
}

#reser .refund-table td.red {
    color: #ff4747;
}

#reser .refund-wrap .refund-txt li {
    color: #737070;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    position: relative;
    padding-left: 2em;
}

#reser .refund-wrap .refund-txt li:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 5px;
    width: 3px;
    height: 3px;
    background-color: #737070;
    border-radius: 3px;
}

@media (max-width: 900px) {
    #reser .reser-section .reser-wrap {
        width: 90%;
        padding: 50px 0;
        display: flex;
        flex-direction: column-reverse;
    }

    #reser .reser-section .reser-wrap .img {
        width: 100%;
        height: 250px;
        margin-right: 0px;
    }

    #reser .reser-section .reser-wrap .txt-wrap {
        margin-bottom: 40px;
    }

    #reser .reser-section .reser-wrap .txt-wrap .txt h5 {
        font-size: 18px;
    }

    #reser .reser-section .reser-wrap .txt-wrap .txt h5::before {
        width: 3px;
        height: 15px;
    }

    #reser .reser-section .reser-wrap .txt-wrap .txt h5 span {
        font-size: 14px;
    }

    #reser .reser-section .reser-wrap .txt-wrap .txt p {
        font-size: 16px;
    }

    #reser .reser-section .reser-wrap .txt-wrap .txt a {
        font-size: 16px;
    }

    #reser .reser-info-section {
        padding-top: 50px;
    }

    #reser .reser-info-section .inner-con {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
    }

    #reser .reser-info-section .inner-con h3 {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        height: 50px;
    }

    #reser .reser-info-section .inner-con .price-wrap {
        padding-bottom: 40px;
        height: 50px;
    }

    #reser .reser-info-section .inner-con .price-wrap.on {
        height: 620px;
    }

    #reser .reser-info-section .inner-con .reser-info-tit h5 {
        font-size: 16px;
        line-height: 30px;
    }

    #reser .reser-info-section .inner-con .reser-info-tit .dot {
        width: 10px;
        height: 10px;
        border-radius: 10px;
    }

    #reser .reser-info-section .inner-con .price-wrap table {
        margin-bottom: 30px;
        border: 1px solid #746f69;
    }

    #reser .reser-info-section .inner-con .price-wrap table th {
        font-size: 13px;
        padding: 0px 0px;
    }

    #reser .reser-info-section .inner-con .price-wrap table td {
        font-size: 13px;
        padding: 0px 0px;
    }

    #reser .reser-info-section .inner-con .price-wrap table td.num {
        font-size: 12px;
    }

    #reser .reser-info-section .inner-con .price-wrap table td span {
        font-size: 13px;
    }

    #reser .reser-info-section .inner-con .price-wrap .booking-con {
        text-align: center;
        padding-top: 50px;
    }

    #reser .reser-info-section .inner-con .price-wrap .booking-con a {
        font-size: 13px;
        padding: 10px 50px;
    }

    #reser .reser-info-section .inner-con .price-wrap .booking-con a:before {
        display: none;
    }

    #reser .guide-wrap {
        padding-bottom: 50px;
        height: 70px;
    }

    #reser .guide-wrap.on {
        height: 920px;
    }

    #reser .guide-wrap .guide-txt .guide {
        flex-direction: column;
        align-items: flex-start;
    }

    #reser .guide-wrap .guide-txt .guide h6 {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 10px;
    }

    #reser .guide-wrap .guide-txt .guide ul li {
        font-size: 13px;

        line-height: 20px;
        padding-left: 1em;
    }

    #reser .guide-wrap .guide-txt .guide ul li:before {
        width: 2px;
        height: 2px;
        border-radius: 2px;
    }

    #reser .info-wrap {
        padding-bottom: 80px;
    }

    #reser .info-wrap .info-txt .info h6 {
        font-size: 14px;
        line-height: 20px;
    }

    #reser .info-wrap .info-txt .info ul li {
        font-size: 13px;
        line-height: 20px;
    }

    #reser .info-wrap .info-txt .info ul li:before {
        width: 2px;
        height: 2px;
        border-radius: 2px;
    }

    #reser .refund-wrap {
        padding-bottom: 100px;
        overflow-x: hidden;
        overflow-x: scroll;
    }
    #reser .refund-table th {
        font-size: 12px;
        padding: 10px 10px;
    }

    #reser .refund-table td {
        font-size: 12px;
        padding: 10px 10px;
        line-height: 1.4;
    }

    #reser .refund-wrap .refund-txt li {
        font-size: 13px;
        line-height: 20px;
        padding-left: 1.5em;
    }

    #reser .refund-wrap .refund-txt li:before {
        width: 2px;
        height: 2px;
        border-radius: 2px;
    }

    .refund-table th,
    .refund-table td {
        padding: 8px 12px;
        text-align: center;
        line-height: 1.4; /* <br> 줄바꿈 유지 */
        white-space: normal;
    }

    /* 2. 테이블 → border-collapse 유지 */
    .refund-table {
        border-collapse: collapse;
        width: auto; /* 내용만큼만 늘어나게 */
    }
}

#notice .notice-section .notice-wrap {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#ft {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 330px;
    overflow: hidden;
}

#ft > video {
    width: 110%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#ft .ft-inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
    height: auto;
    z-index: 2;
}

#ft .ft-inner .ft-info-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 45px;
    margin-bottom: 35px;
    border-bottom: 1px solid #f6f6f4;
}

#ft .ft-inner .ft-info-wrap .ft-info-con a {
    display: block;
    color: #f6f6f4;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
}

#ft .ft-inner .ft-info-wrap .ft-contact-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#ft .ft-inner .ft-info-wrap .ft-contact-con a {
    color: #f6f6f4;
    font-family: 'aboreto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
}

#ft .ft-inner .ft-info-wrap .ft-contact-con p {
    color: #f6f6f4;
    font-family: 'pretendard-regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    text-align: center;
}

#ft .ft-inner .ft-info-wrap .ft-booking-con a {
    color: #f6f6f4;
    font-family: 'instrument-sans-variable', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 110px;
    border: 1px solid #949494;
    position: relative;
    transition: 0.7s;
}

#ft .ft-inner .ft-info-wrap .ft-booking-con a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 105%;
    height: 130%;
    border: 1px solid #949494;
    z-index: 1;
    transition: 0.7s;
    opacity: 1;
}

#ft .ft-inner .ft-info-wrap .ft-booking-con a:hover {
    color: #949494;
    background-color: #f6f6f4;
    border: 1px solid #f6f6f4;
}

#ft .ft-inner .ft-info-wrap .ft-booking-con a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

#ft .ft-inner .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

#ft .ft-inner .copyright .copy {
    color: #f6f6f4;
    font-family: 'pretendard-regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#ft .ft-inner .copyright .login a {
    color: #f6f6f4;
    text-align: center;
    font-family: 'pretendard-regular', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.42px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.pc-map {
    pointer-events: none;
}

.root_daum_roughmap .cont {
    display: none;
}

@media all and (min-width: 2200px) {
}

@media all and (max-width: 1440px) {
}

@media all and (max-width: 1400px) {
}

@media all and (max-width: 1300px) {
}

@media all and (max-width: 900px) {
    .pc-br {
        display: none;
    }

    .pc-map {
        display: none;
    }

    .m-map {
        display: block;
    }

    .m-br {
        display: block;
    }

    #ft {
        height: 400px;
    }

    #ft > video {
        width: 200%;
    }

    #ft .ft-inner {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
        height: auto;
        z-index: 2;
    }

    #ft .ft-inner .ft-info-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 20px;
    }

    #ft .ft-inner .ft-info-wrap .ft-info-con {
        display: none;
    }

    #ft .ft-inner .ft-info-wrap .ft-info-con a {
        font-size: 25px;
    }

    #ft .ft-inner .ft-info-wrap .ft-contact-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #ft .ft-inner .ft-info-wrap .ft-contact-con a {
        font-size: 20px;
        line-height: 20px;
    }

    #ft .ft-inner .ft-info-wrap .ft-contact-con p {
        font-size: 13px;
        line-height: 20px;
    }

    #ft .ft-inner .ft-info-wrap .ft-booking-con {
        padding: 20px 0;
    }

    #ft .ft-inner .ft-info-wrap .ft-booking-con a {
        font-size: 13px;
        padding: 10px 40px;
        color: #949494;
        background-color: #f6f6f4;
        border: 1px solid #f6f6f4;
    }

    #ft .ft-inner .ft-info-wrap .ft-booking-con a:before {
        display: none;
    }

    #ft .ft-inner .copyright {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #ft .ft-inner .copyright .copy {
        font-size: 12px;
    }

    #ft .ft-inner .copyright .login a {
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }
}

@media (min-width: 2000px) {
    .intro-video {
        transform: scale(0.5) translateY(-35%);
    }

    #location .map-section .map-wrap {
        max-width: 1700px;
    }

    #gallery .main-slide-section {
        height: 1240px;
    }

    #gallery .main-slide-wrap {
        width: 2100px;
        height: 1100px;
    }
}

@media all and (max-width: 700px) {
}

@media all and (max-width: 500px) {
}
