@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: 'lato', sans-serif;
    background-color: #f5f5f5;
}
/* body{background-color: #dcdcdc;} */

section {
    position: relative;
    background-color: #f1efec;
    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;
}

.dash {
    position: relative;
    padding-left: 20px;
}

.dash::before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #78645c;
    transform: translateY(-50%);
}

.mo {
    display: none;
}

.m-map {
    display: none;
}
.m-br {
    display: none;
}
.pc-br {
    display: block;
}
.m-price {
    display: none;
}

.line {
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.6s ease;
    width: 1px;
    display: block;
}

.line.aos-animate {
    transform: scaleY(1);
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.vdo-container {
    display: none;
}

/* 헤더 */
#hd {
    position: fixed;
    top: 7%;
    left: 0;
    width: 100%;
    z-index: 101;
}

#hd .logo {
    opacity: 0;
    transition: 1s all;
    position: absolute;
    top: 20%;
    left: 10%;
    width: 50px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}

#hd.fixed .logo {
    opacity: 1;
}

#hd.fixed .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

#hd.fixed .hd-inner .reser-btn-wrap a {
    color: #5d3f2a;
}

#hd.fixed .hd-inner .reser-btn-wrap a::after {
    background-color: #5d3f2a;
}

#hd.fixed .hd-inner .menu-btn-wrap {
    background-color: #5d3f2a;
}

#hd.fixed .hd-inner .menu-btn-wrap .menu-btn {
    color: #fff;
}

.hd-inner {
    width: 1532px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.hd-inner .reser-btn-wrap a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.4px;
    position: relative;
    transition: all 0.6s ease;
}

.hd-inner .reser-btn-wrap a::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transition: all 0.6s ease;
    transform: scaleX(0);
}

.hd-inner .reser-btn-wrap a:hover::after {
    transform: scaleX(1);
}

.hd-inner .menu-btn-wrap {
    width: 70px;
    height: 70px;
    background-color: #e3e3e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s ease;
}

.hd-inner .menu-btn-wrap .menu-btn {
    color: #5d3f2a;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.3px;
    transition: all 0.6s ease;
}

.hd-inner .menu-btn-wrap .menu-btn i {
    font-size: 25px;
    color: #5d3f2a;
}

.menu-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.6s ease;
}

.menu-section.on {
    opacity: 1;
    transform: translateY(0%);
}

.menu-section .menu-section-inner {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-section .menu-section-inner .menu-section-item-img {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.menu-section .menu-section-inner .menu-section-item-img-mo {
    display: none;
}

.menu-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; /* 처음엔 투명 */
    transition: opacity 0.6s ease;
    will-change: opacity;
}

.menu-section .menu-section-inner .menu-section-item-txt {
    width: 50%;
    height: 100%;
    background-color: #baaf9e;
    position: relative;
}

.menu-section .menu-section-inner .menu-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 102;
}

.menu-section .menu-section-inner .menu-list > a {
    color: #fff;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 70px;
    letter-spacing: 2.4px;
}

.menu-section .menu-section-inner .menu-list .sub-menu-list {
    margin-bottom: 25px;
    color: #fff;
    display: flex;
}

.menu-section .menu-section-inner .menu-list .sub-menu-list a {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
}
.menu-section .menu-section-inner .menu-list .sub-menu-list p {
    margin: 0px 10px;
}

@media (max-width: 900px) {
    .vdo-container {
        width: 100%;
        height: 300px;
        padding: 50px 0;
        display: block;
    }

    .vdo-container iframe {
        width: 100%;
        height: 220px;
    }
    #hd {
        padding: 0px 0;
        top: 3%;
    }

    #hd .logo {
        top: 20%;
        left: 10%;
        width: 30px;
        height: 80px;
    }

    .hd-inner {
        width: 90%;
        gap: 10px;
    }

    .hd-inner .reser-btn-wrap a {
        font-size: 12px;
    }

    .hd-inner .menu-btn-wrap {
        width: 50px;
        height: 50px;
    }

    .hd-inner .menu-btn-wrap .menu-btn {
        font-size: 11px;
    }

    .hd-inner .menu-btn-wrap .menu-btn i {
        font-size: 15px;
    }

    .menu-section .menu-section-inner {
        display: block;
    }

    .menu-section .menu-section-inner .menu-section-item-img {
        display: none;
    }

    .menu-section .menu-section-inner .menu-section-item-img-mo {
        display: block;
        width: 90%;
        height: 190px;
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }

    .menu-layer {
        display: none;
    }

    .menu-section .menu-section-inner .menu-section-item-txt {
        width: 100%;
    }

    .menu-section .menu-section-inner .menu-list {
        top: 32rem;
        left: 50%;
        width: 90%;
        align-items: flex-start;
    }

    .menu-section .menu-section-inner .menu-list > a {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 1.5px;
    }

    .menu-section .menu-section-inner .menu-list > a[data-bg='4'] {
        margin-bottom: 10px;
    }

    .menu-section .menu-section-inner .menu-list .sub-menu-list {
        margin-bottom: 10px;
        text-align: center;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-section .menu-section-inner .menu-list .sub-menu-list a {
        font-size: 12px;
    }
}

/* 메인 슬라이드 */

.top-slide-section {
    height: 100vh;
    width: 100%;
    position: relative;
}

.top-slide-section .top-img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-slide-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-slide-wrap .swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-slide-wrap .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.sub-slide-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.sub-slide-wrap .swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.sub-slide-wrap .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.logo-section {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 100;
    opacity: 0;
    transition: 1s all;
}

.logo-section.on {
    opacity: 1;
}

.logo-section .logo {
    width: 70px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 1s all;
}

.logo-section .logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.top-info-section {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 100;
    width: 570px;
    height: 80px;
}

.top-info-section .top-info-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.top-info-section .top-info-con .txt-wrap h5 {
    color: #f1efec;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-bottom: 5px;
}

.top-info-section .top-info-con .txt-wrap h6 {
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.top-info-section .top-info-con .btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-info-section .top-info-con .btn-wrap .line {
    display: inline-block;
    width: 1px;
    height: 55px;
    opacity: 0.5;
    background: #f1efec;
}

.top-info-section .top-info-con .btn-wrap i {
    font-size: 35px;
    color: #f1efec;
    cursor: pointer;
}

.top-info-section .guage-wrap {
    position: relative;
    z-index: 100;
    width: 570px;
    height: 1px;
}

.top-info-section .guage-wrap .guage-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #f1efec;
}

.top-info-section .guage-wrap .guage-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f1efec;
    transform-origin: left;
    transform: scaleX(0);
    transition-timing-function: linear;
}

.top-info-section .guage-wrap .guage-bar.active {
    transform: scaleX(1);
    transition: 3s;
}

.main-wrap .con1 .inner-con {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 200px;
}

.main-wrap .con1 .inner-con .left {
    width: 50%;
}
.main-wrap .con1 .inner-con .left .title {
    margin-bottom: 55px;
}

.main-wrap .con1 .inner-con .left .title h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
}

.main-wrap .con1 .inner-con .left .text {
    margin-bottom: 120px;
}

.main-wrap .con1 .inner-con .left .text.aos-animate {
    opacity: 1;
}

.main-wrap .con1 .inner-con .left .text p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    letter-spacing: -0.16px;
}

.main-wrap .con1 .inner-con .left .img {
    width: 344px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 86/125;
    margin-bottom: 70px;
}

.btn-section {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 344px;
}

.btn-section a {
    width: 100%;
    display: flex;
    align-items: center;
}

.btn-section:hover .btn-arrow {
    transform: scaleX(1);
}
.btn-section .btn-txt {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.1px;
}

.btn-section .btn-arrow {
    display: inline-block;
    width: 30px;
    height: 2px;
    position: relative;
    margin-left: 10px;
    background-color: #7f7667;
    transition: all 0.7s ease;
    transform-origin: left;
}

.btn-section:hover .btn-arrow {
    width: 170px;
}

.btn-section .arrow {
    display: inline-block;
    width: 0px;
    height: 30px;
    position: relative;
    margin-left: 0px;
}

.btn-section .arrow::before,
.btn-section .arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #7f7667;
    top: 45%;
    right: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.btn-section .arrow::before {
    transform: rotate(45deg);
    transform-origin: right;
    border-radius: 10px 0 0 10px;
}

.btn-section .arrow::after {
    transform: rotate(-45deg);
    transform-origin: right;
    border-radius: 0 10px 10px 0;
}

.main-wrap .con1 .inner-con .right {
    padding-left: 240px;
}

.main-wrap .con1 .inner-con .right .img {
    width: 344px;
    height: 466px;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 172/233;
}

.main-wrap .con1 .inner-con .right .img1 {
    padding-top: 100px;
    margin-bottom: 15px;
}

[data-aos='up'] {
    transform: translateY(-50px);
    transition: all 0.5s ease;
}

[data-aos='down'] {
    transform: translateY(50px);
    transition: all 0.5s ease;
}

[data-aos='up'].aos-animate,
[data-aos='down'].aos-animate {
    transform: translateY(0);
}

.img_mo {
    display: none;
}

@media (max-width: 900px) {
    .main-wrap .main-slide-wrap .swiper-slide {
        background: none !important;
    }
    .img_mo {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top-slide-section {
        height: 500px;
        width: 100%;
        position: relative;
    }

    .top-img-section {
        height: 350px;
    }

    .top-slide-section .top-img {
        background-position: center;
    }

    .logo-section {
        position: absolute;
        bottom: 20%;
        left: 10%;
        z-index: 100;
        opacity: 0;
        transition: 1s all;
    }

    .logo-section .logo {
        width: 40px;
        height: 90px;
    }

    .top-info-section {
        bottom: 10%;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 330px;
        height: 50px;
    }

    .top-info-section .top-info-con {
        margin-bottom: 20px;
    }

    .top-info-section .top-info-con .txt-wrap h5 {
        font-size: 13px;
    }

    .top-info-section .top-info-con .txt-wrap h6 {
        font-size: 13px;
    }

    .top-info-section .top-info-con .btn-wrap {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .top-info-section .top-info-con .btn-wrap .line {
        height: 35px;
        transform: scaleY(1);
    }

    .top-info-section .top-info-con .btn-wrap i {
        font-size: 20px;
    }

    .top-info-section .guage-wrap {
        width: 330px;
    }

    .top-info-section .guage-wrap .guage-bar {
        height: 2px;
    }

    .main-wrap .con1 .inner-con {
        width: 90%;
        display: block;
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .main-wrap .con1 .inner-con .left {
        width: 100%;
    }
    .main-wrap .con1 .inner-con .left .title {
        margin-bottom: 35px;
    }

    .main-wrap .con1 .inner-con .left .title h3 {
        font-size: 25px;
    }

    .main-wrap .con1 .inner-con .left .text {
        margin-bottom: 70px;
    }

    .main-wrap .con1 .inner-con .left .text p {
        font-size: 13px;
        line-height: 20px;
    }

    .main-wrap .con1 .inner-con .left .img {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
    }

    .btn-section {
        cursor: pointer;
        width: 100%;
        position: absolute;
        top: 25em;
    }

    .btn-section a {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .main-wrap .btn-section {
        top: 27em;
    }

    .btn-section:hover .btn-arrow {
        transform: scaleX(1);
    }
    .btn-section .btn-txt {
        font-size: 20px;
    }

    .btn-section .btn-arrow {
        width: 170px;
        height: 2px;
    }

    .btn-section:hover .btn-arrow {
        width: 170px;
    }

    .btn-section .arrow {
        display: inline-block;
        width: 0px;
        height: 30px;
        position: relative;
        margin-left: 0px;
    }

    .btn-section .arrow::before,
    .btn-section .arrow::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #7f7667;
        top: 45%;
        right: 0;
        transition: all 0.3s ease;
        border-radius: 50%;
    }

    .btn-section .arrow::before {
        transform: rotate(45deg);
        transform-origin: right;
        border-radius: 10px 0 0 10px;
    }

    .btn-section .arrow::after {
        transform: rotate(-45deg);
        transform-origin: right;
        border-radius: 0 10px 10px 0;
    }

    .main-wrap .con1 .inner-con .right {
        padding-left: 0px;
        display: flex;
        justify-content: space-between;
    }

    .main-wrap .con1 .inner-con .right .img {
        width: 164px;
        height: 222px;
    }

    .main-wrap .con1 .inner-con .right .img1 {
        padding-top: 50px;
    }

    [data-aos='up'] {
        transform: translateY(0px);
        transition: all 0.5s ease;
    }

    [data-aos='down'] {
        transform: translateY(0px);
        transition: all 0.5s ease;
    }
}

#prologue .con1 {
    height: auto;
    position: relative;
    overflow: hidden;
}

#prologue .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#prologue .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#prologue .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#prologue .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#prologue .con1 .inner-con {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 200px;
}

#prologue .con1 .inner-con .img-wrap {
    width: 1070px;
    height: auto;
    position: relative;
    display: flex;
    gap: 5px;
}

#prologue .con1 .inner-con .img-wrap .img {
    flex: 0 0 93px; /* 기본 93×720 */
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex-basis 1s ease;
}

#prologue .con1 .inner-con .img-wrap .img.enlarge {
    flex-basis: 860px;
}

#prologue .con1 .inner-con .img-wrap .img1 {
    margin-top: 100px;
}

#prologue .con1 .inner-con .img-wrap .img2 {
    margin-top: 50px;
}

#prologue .con1 .inner-con .tit-wrap {
    padding-left: 140px;
    height: auto;
    position: relative;
}

#prologue .con1 .inner-con .tit-wrap .tit {
    padding-top: 0px;
    margin-bottom: 100px;
}

#prologue .con1 .inner-con .tit-wrap .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
}

#prologue .con1 .inner-con .tit-wrap .tit h3 span {
    display: inline-block;
    filter: blur(6px); /* 시작 blur 2px */
    opacity: 0; /* 원하는 경우 함께 페이드 */
    color: #7f7667;
    font-family: 'amandine', sans-serif;
}

#prologue .con1 .inner-con .tit-wrap .tit h6 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.25px;
}

#prologue .con1 .inner-con .tit-wrap .tit h6 span {
    display: inline-block;
    filter: blur(6px); /* 시작 blur 2px */
    opacity: 0; /* 원하는 경우 함께 페이드 */
    color: #000;
    font-family: 'Arita Buri KR';
}

#prologue .con1 .inner-con .tit-wrap .txt-wrap p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

#prologue .con1 .inner-con .tit-wrap .txt-wrap p:last-of-type {
    margin-bottom: 0;
}

#prologue .con2 {
    height: 1080px;
    overflow: hidden;
}

[data-aos='bg-fade'].aos-animate {
    background-color: #7f7667; /* 원하는 색으로 변경 */
}

#prologue .con2 .inner-con {
    width: 1532px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#prologue .con2 .inner-con .img-wrap {
    width: 100%;
    height: 560px;
    position: relative;
}

#prologue .con2 .inner-con .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#prologue .con2 .inner-con .img-wrap .img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prologue .con2 .inner-con .img-wrap .img .img-mask {
    display: none;
}

#prologue .con2 .inner-con .img-wrap .img.masked {
    -webkit-mask-image: url('../img/view_video_mask.svg'); /* 마스크 이미지 */
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/view_video_mask.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
}

#prologue .con2 .inner-con .txt-wrap {
    position: absolute;
}

#prologue .con2 .inner-con .txt-wrap.txt1 {
    bottom: 20%;
    left: 1%;
}

#prologue .con2 .inner-con .txt-wrap.txt1 h3 {
    color: #f1efec;
    font-family: 'amandine', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
}

#prologue .con2 .inner-con .txt-wrap.txt1 h3 span {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    color: #f1efec;
    font-family: 'amandine', sans-serif;
}

#prologue .con2 .inner-con .txt-wrap.txt1 h6 {
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 90px;
}

#prologue .con2 .inner-con .txt-wrap.txt1 h6 span {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.25px;
}

#prologue .con2 .inner-con .txt-wrap.txt1 p {
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 30px;
}

#prologue .con2 .inner-con .txt-wrap.txt1 p:last-of-type {
    margin-bottom: 0;
}

#prologue .con2 .inner-con .txt-wrap.txt2 {
    bottom: 15%;
    right: 0;
}

#prologue .con2 .inner-con .txt-wrap.txt2 p {
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 30px;
}

#prologue .con2 .inner-con .txt-wrap.txt2 p:last-of-type {
    margin-bottom: 0;
}

#prologue .con3 {
    height: 1150px;
    width: 100%;
    max-width: unset;
}

#prologue .con3 .inner-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#prologue .con3 .inner-con .img {
    width: 345px;
    height: 466px;
    position: absolute;
    top: -10%;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

#prologue .con3 .inner-con .tit-wrap {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#prologue .con3 .inner-con .tit-wrap h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    text-align: center;
}

#prologue .con3 .inner-con .tit-wrap h3 span {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    font-family: 'amandine', sans-serif;
}

#prologue .con3 .inner-con .tit-wrap h6 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.25px;
    margin-bottom: 50px;
    text-align: center;
}

#prologue .con3 .inner-con .tit-wrap h6 span {
    display: inline-block;
    filter: blur(6px);
    opacity: 0;
    font-family: 'Arita Buri KR';
}

#prologue .con3 .inner-con .tit-wrap p {
    color: #000;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 45px;
}

#prologue .con3 .inner-con .tit-wrap p:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    #prologue .con1 .bg-tit {
        display: none;
    }

    #prologue .con1 > .tit {
        width: 90%;
        padding-top: 100px;
    }

    #prologue .con1 > .tit h3 {
        font-size: 30px;
    }

    #prologue .con1 > .tit h5 {
        font-size: 15px;
    }

    #prologue .con1 .inner-con {
        width: 100%;
        max-width: 900px;
        flex-direction: column;
        padding-bottom: 100px;
    }

    #prologue .con1 .inner-con .img-wrap {
        width: 100%;
        overflow: hidden;
    }

    #prologue .con1 .inner-con .img-wrap .img {
        flex: 0 0 40px; /* 기본 93×720 */
        height: 320px;
    }

    #prologue .con1 .inner-con .img-wrap .img.enlarge {
        flex-basis: 300px;
    }

    #prologue .con1 .inner-con .img-wrap .img1 {
        margin-top: 50px;
    }

    #prologue .con1 .inner-con .img-wrap .img2 {
        margin-top: 25px;
    }

    #prologue .con1 .inner-con .tit-wrap {
        padding-left: 0px;
        width: 90%;
        margin-top: 100px;
    }

    #prologue .con1 .inner-con .tit-wrap .tit {
        padding-top: 0px;
        margin-bottom: 70px;
    }

    #prologue .con1 .inner-con .tit-wrap .tit h3 {
        font-size: 25px;
    }

    #prologue .con1 .inner-con .tit-wrap .tit h6 {
        font-size: 16px;
        line-height: 25px;
    }

    #prologue .con1 .inner-con .tit-wrap .txt-wrap p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    #prologue .con1 .inner-con .tit-wrap .txt-wrap p:last-of-type {
        margin-bottom: 0;
    }

    #prologue .con2 {
        height: 800px;
    }

    #prologue .con2 .inner-con {
        width: 100%;
    }

    #prologue .con2 .inner-con .img-wrap {
        height: 200px;
    }

    #prologue .con2 .inner-con .img-wrap .img video {
        display: none;
    }

    #prologue .con2 .inner-con .img-wrap .img .img-mask {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #prologue .con2 .inner-con .txt-wrap {
        position: absolute;
        width: 90%;
    }

    #prologue .con2 .inner-con .txt-wrap.txt1 {
        bottom: 19rem;
        left: 50%;
        transform: translateX(-50%);
    }

    #prologue .con2 .inner-con .txt-wrap.txt1 h3 {
        font-size: 25px;
    }

    #prologue .con2 .inner-con .txt-wrap.txt1 h6 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #prologue .con2 .inner-con .txt-wrap.txt1 h6 span {
        font-size: 15px;
        line-height: 25px;
    }

    #prologue .con2 .inner-con .txt-wrap.txt1 p {
        font-size: 14px;
        line-height: 25px;
    }

    #prologue .con2 .inner-con .txt-wrap.txt2 {
        bottom: 12%;
        right: 50%;
        transform: translateX(50%);
    }

    #prologue .con2 .inner-con .txt-wrap.txt2 p {
        font-size: 14px;
        line-height: 25px;
    }

    #prologue .con3 {
        height: 1200px;
        max-width: 900px;
    }

    #prologue .con3 .inner-con {
        width: 90%;
        height: 100%;
    }

    #prologue .con3 .inner-con .img {
        width: 90%;
        height: 420px;
        top: -3%;
    }

    #prologue .con3 .inner-con .tit-wrap {
        position: absolute;
        width: 100%;
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #prologue .con3 .inner-con .tit-wrap h3 {
        font-size: 25px;
    }

    #prologue .con3 .inner-con .tit-wrap h6 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #prologue .con3 .inner-con .tit-wrap p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    #prologue .con3 .inner-con .tit-wrap p:last-of-type {
        margin-bottom: 0;
    }
}

/* 오시는 길 */

#location .con1 {
    height: auto;
    position: relative;
    overflow: hidden;
}

#location .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#location .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#location .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#location .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#location .con1 .inner-con {
    width: 1532px;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}

#location .con1 .inner-con .pc-map {
    pointer-events: none;
}

.root_daum_roughmap .cont .section.lst {
    display: none;
}

#location .con2 .inner-con {
    width: 1523px;
    margin: 0 auto;
}

#location .con2 .inner-con .line {
    height: 80px;
    background-color: rgba(127, 118, 103, 0.2);
    margin: 0 auto 90px auto;
}

#location .con2 .inner-con .txt-wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 250px;
}

#location .con2 .inner-con .txt-wrap h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    margin-bottom: 21px;
}

#location .con2 .inner-con .txt-wrap p {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

@media (max-width: 900px) {
    #location .con1 {
        height: auto;
    }

    #location .con1 .bg-tit {
        display: none;
    }

    #location .con1 > .tit {
        width: 90%;
        margin: 0 auto 50px auto;
        padding-top: 100px;
    }

    #location .con1 > .tit h3 {
        font-size: 30px;
    }

    #location .con1 > .tit h5 {
        font-size: 15px;
    }

    #location .con1 .inner-con {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        padding-bottom: 90px;
    }

    #location .con2 .inner-con {
        width: 90%;
    }

    #location .con2 .inner-con .txt-wrap {
        padding-bottom: 150px;
    }

    #location .con2 .inner-con .txt-wrap h3 {
        font-size: 20px;
    }

    #location .con2 .inner-con .txt-wrap p {
        font-size: 14px;
        line-height: 20px;
    }
}

#rooms .con1 {
    height: auto;
    position: relative;
    overflow: hidden;
}

#rooms .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#rooms .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#rooms .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#rooms .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#rooms .con1 .inner-con {
    width: 80%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 200px;
}

#rooms .con1 .inner-con .room-map {
    height: 900px;
    width: 100%;
    position: relative;
}

#rooms .con1 .inner-con .room-map a {
    position: absolute;
    width: 350px;
    height: 300px;
    background-color: transparent;
    z-index: 300;
    top: 17%;
}

#rooms .con1 .inner-con .room-map a.room1 {
    left: 29%;
}

#rooms .con1 .inner-con .room-map a.room2 {
    right: 25%;
}

#rooms .con1 .inner-con .room-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 965px) {
    #rooms .con1 .inner-con {
        width: 90%;
        padding-bottom: 100px;
    }

    #rooms .con1 .inner-con .room-map {
        height: 200px;
    }

    #rooms .con1 .bg-tit {
        display: none;
    }

    #rooms .con1 .inner-con .room-map a {
        width: 100px;
        height: 100px;
        top: 5%;
    }

    #rooms .con1 .inner-con .room-map a.room1 {
        left: 25%;
    }

    #rooms .con1 .inner-con .room-map a.room2 {
        right: 18%;
    }
}

/* 객실 */

#room .con1 {
    height: 986px;
    position: relative;
    padding-bottom: 186px;
}

#room .con1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 740px;
    background-color: #7f7667;
    z-index: 50;
}

#room .con1 .inner-con {
    width: 1532px;
    height: 100%;
    z-index: 100;
    position: relative;
}

#room .con1 .inner-con .tit-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
}

#room .con1 .inner-con .tit-wrap h3 {
    text-align: center;
    color: #f1efec;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

#room .con1 .inner-con .tit-wrap h6 {
    text-align: center;
    color: #f1efec;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#room .con1 .inner-con .txt-wrap {
    padding-bottom: 110px;
}

#room .con1 .inner-con .txt-wrap p {
    color: #f1efec;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

#room .con1 .inner-con .img-wrap {
    width: 100%;
    height: 492px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#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 .img-wrap .img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#room .con1 .inner-con .img-wrap .img video source {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#room .con1 .inner-con .txt-wrap p:last-of-type {
    margin-bottom: 0;
}

#room .con2 {
    padding-top: 186px;
}

#room .con2 .price-wrap {
    height: 500px;
    position: relative;
}

#room .con2 .price-wrap h5 {
    color: #7f7667;
    text-align: center;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 50px;
}

#room .con2 .price-wrap table {
    width: 1184px;
    border-collapse: collapse;
    margin: 0 auto;
}

#room .con2 .price-wrap table th {
    width: 20%;
    color: #f1efec;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #7f7667;
    padding: 10px 0;
    border: 1px solid #7f7667;
}

#room .con2 .price-wrap table td {
    color: #7f7667;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    border: 1px solid #7f7667;
}

#room .con2 .price-wrap .btn-section {
    position: absolute;
    right: 17%;
    bottom: 25%;
}

#room .con2 .info-wrap {
    width: 1532px;
    margin: 0 auto;
}

#room .con2 .info-wrap h5 {
    color: #7f7667;
    text-align: center;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 50px;
}

#room .con2 .info-wrap .inner-con {
    display: flex;
    gap: 20px;
    align-items: center;
}

#room .con2 .info-wrap .inner-con .img-wrap {
    width: 50%;
    height: 510px;
    filter: drop-shadow(20px 20px 20px rgba(127, 118, 103, 0.5));
}

#room .con2 .info-wrap .inner-con .img-wrap .img {
    width: 650px;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#room .con2 .info-wrap .inner-con .img-wrap .img.masked {
    -webkit-mask-image: url('../img/sub2_room_mask.svg'); /* 마스크 이미지 */
    -webkit-mask-size: 130% 130%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/sub2_room_mask.svg');
    mask-size: 130% 130%;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: mask-size 0.8s ease, -webkit-mask-size 0.8s ease;
}

#room .con2 .info-wrap .inner-con .img-wrap .img.masked.aos-animate {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
#room .con2 .info-wrap .inner-con .info-txt {
    width: 50%;
}

#room .con2 .info-wrap .inner-con .info-txt .info {
    padding-left: 50px;
    margin-bottom: 45px;
}

#room .con2 .info-wrap .inner-con .info-txt .info:first-of-type {
    padding-top: 50px;
}

#room .con2 .info-wrap .inner-con .info-txt .info:last-of-type {
    margin-bottom: 0;
}

#room .con2 .info-wrap .inner-con .info-txt .info h6 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-bottom: 20px;
}

#room .con2 .info-wrap .inner-con .info-txt .info p {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.17px;
}

#room .con2 .info-wrap .inner-con .info-txt .info p.type1 {
    font-size: 17px;
    font-weight: 600;
}

#room .con2 .info-wrap .inner-con .info-txt .info p.type2 {
    font-size: 16px;
}

.btn-section .btn-txt a {
    color: #7f7667;
}

#room .con2 .info-wrap .inner-con .info-txt .icon-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}

#room .con2 .info-wrap .inner-con .info-txt .icon-list li {
    width: 9%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0px;
}

#room .con2 .info-wrap .inner-con .info-txt .icon-list li i {
    font-size: 25px;
    color: #7f7667;
}

#room .con2 .info-wrap .inner-con .info-txt .icon-list li span {
    color: #7f7667;
    display: block;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}
#room .room_map {
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
}
#room .room_map img {
    margin-bottom: 50px;
}
#room .con3 {
    padding: 250px 0;
    position: relative;
}

#room .con3 .bg-tit {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
}

#room .con3 .inner-con {
    width: 1532px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

#room .con3 .inner-con .room-gallery-gbn-wrap {
    width: 350px;
    height: 590px;
    flex: 0.35 1 0;
}

#room .con3 .inner-con .room-gallery-gnb {
    width: 100%;
    height: 105px;
    margin-bottom: 95px;
    padding-left: 1em;
    cursor: pointer;
    position: relative;
    transition: transform 0.6s ease;
}

#room .con3 .inner-con .room-gallery-gnb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #7f7667;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s ease;
}

#room .con3 .inner-con .room-gallery-gnb.on::before {
    transform: scaleY(1);
}

#room .con3 .inner-con .room-gallery-gnb h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    transition: transform 0.6s ease;
}

#room .con3 .inner-con .room-gallery-gnb h4 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    transition: transform 0.6s ease;
}

#room .con3 .inner-con .room-gallery-gnb[data-eq='2'] {
    margin-left: 100px;
}

#room .con3 .inner-con .room-gallery-gnb.on h3,
#room .con3 .inner-con .room-gallery-gnb.on h4 {
    transform: translateX(30px);
}

#room .con3 .inner-con .room-gallery-wrap {
    width: calc(100% - 460px);
    overflow: hidden;
    flex: 1 1 0;
}

#room .con3 .inner-con .room-gallery-wrap .swiper-wrapper {
    width: 100%;
    height: 600px;
}

#room .con3 .inner-con .room-gallery-wrap .swiper-slide {
    width: 100%;
    height: 590px;
    display: flex;
    gap: 25px;
}

#room .room-gallery-wrap .swiper-slide.wide {
    flex: 0 0 743px;
}

/* 오른쪽 작은 슬라이드 */
#room .room-gallery-wrap .swiper-slide.narrow {
    flex: 0 0 376px;
}

#room .room-gallery-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

#room .room-gallery-btn-wrap .btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

#room .room-gallery-btn-wrap .btn-wrap .line {
    display: inline-block;
    width: 1px;
    height: 55px;
    opacity: 0.5;
    background: #7f7667;
}

#room .room-gallery-btn-wrap .btn-wrap i {
    font-size: 35px;
    color: #7f7667;
    cursor: pointer;
}

#room .con3 .inner-con .room-gallery-guage-wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 1px;
}

#room .con3 .inner-con .room-gallery-guage-wrap .room-guage-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #7f7667;
}

#room .con3 .inner-con .room-gallery-guage-wrap .room-guage-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7f7667;
    transform-origin: left;
    transform: scaleX(0);
    transition-timing-function: linear;
}

#room .con3 .inner-con .room-gallery-guage-wrap .room-guage-bar.active {
    transform: scaleX(1);
    transition: 3s;
}

#room .con4 {
    padding-bottom: 150px;
}

#room .con4 .inner-con {
    width: calc(100% - 220px);
    display: flex;
    align-items: center;
    margin: 0 auto;
}

#room .con4 .inner-con .txt-wrap {
    width: 40%;
}

#room .con4 .inner-con .txt-wrap h6 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
    letter-spacing: -0.18px;
    margin-bottom: 40px;
}

#room .con4 .inner-con .txt-wrap p {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.16px;
    margin-bottom: 40px;
}

#room .con4 .inner-con .txt-wrap p:last-of-type {
    margin-bottom: 0px;
}

#room .con4 .inner-con .img-wrap {
    width: 60%;
    display: flex;
    align-items: flex-end;
    position: relative;
}

#room .con4 .inner-con .img-wrap .common-name {
    position: absolute;
    top: 12%;
    width: 600px;
    left: 64%;
    transform: translate(-50%, -50%);
    z-index: 11;
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 65px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 46.154% */
    letter-spacing: 1.3px;
}

#room .con4 .inner-con .img-wrap .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

#room .con4 .inner-con .img-wrap .img:first-of-type {
    width: 429px;
    height: 778px;
    margin-right: 20px;
}

#room .con4 .inner-con .img-wrap .img:last-of-type {
    width: 562px;
    height: 410px;
    border-radius: 0;
    transition: all 0.6s ease;
}

#room .con4 .inner-con .img-wrap .img.aos-animate {
    border-radius: 150px 0 0 0;
}

@media (max-width: 900px) {
    #room .sub-slide-wrap .swiper-slide.right {
        background-position-x: right;
    }

    #room .con1 {
        height: auto;
        padding-bottom: 50px;
    }

    #room .con1::after {
        height: 440px;
    }

    #room .con1 .inner-con {
        width: 90%;
    }

    #room .con1 .inner-con .tit-wrap {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #room .con1 .inner-con .tit-wrap h3 {
        font-size: 25px;
    }

    #room .con1 .inner-con .tit-wrap h6 {
        font-size: 14px;
    }

    #room .con1 .inner-con .txt-wrap {
        padding-bottom: 60px;
    }

    #room .con1 .inner-con .txt-wrap p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.8px;
        margin-bottom: 30px;
    }

    #room .con1 .inner-con .img-wrap {
        width: 100%;
        height: 220px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #room .con2 {
        padding-top: 90px;
    }

    #room .con2 .price-wrap {
        height: 300px;
        position: relative;
        margin-bottom: 100px;
    }

    #room .con2 .price-wrap h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #room .con2 .price-wrap table {
        width: 90%;
    }

    #room .con2 .price-wrap table th {
        font-size: 13px;
        padding: 5px 0;
    }

    #room .con2 .price-wrap table td {
        font-size: 13px;
        padding: 5px 0;
    }

    #room .con2 .price-wrap .btn-section {
        right: 0%;
        bottom: 17%;
        top: unset;
        width: 90%;
    }

    #room .con2 .info-wrap {
        width: 90%;
    }

    #room .con2 .info-wrap h5 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    #room .con2 .info-wrap .inner-con {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    #room .con2 .info-wrap .inner-con .img-wrap {
        width: 100%;
        height: 310px;
        filter: none;
    }

    #room .con2 .info-wrap .inner-con .img-wrap .img {
        width: 90%;
        height: 100%;
    }

    #room .con2 .info-wrap .inner-con .info-txt {
        width: 100%;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info {
        padding-left: 0px;
        margin-bottom: 25px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info:first-of-type {
        padding-top: 30px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info h6 {
        font-size: 18px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info p {
        font-size: 14px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info p.type1 {
        font-size: 15px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .info p.type2 {
        font-size: 14px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .icon-list li {
        width: 17%;
    }

    #room .con2 .info-wrap .inner-con .info-txt .icon-list li i {
        font-size: 20px;
    }

    #room .con2 .info-wrap .inner-con .info-txt .icon-list li span {
        font-size: 10px;
    }

    #room .con3 {
        padding: 100px 0;
    }

    #room .con3 .bg-tit {
        display: none;
    }

    #room .con3 .inner-con {
        width: 95%;
        flex-direction: column;
        gap: 20px;
        height: 600px;
    }

    #room .con3 .inner-con .room-gallery-gbn-wrap {
        width: 95%;
        margin: 0 auto;
        height: 120px;
        flex: 0.35 1 0;
        display: flex;
        align-items: center;
    }

    #room .con3 .inner-con .room-gallery-gnb {
        width: 33.3333333%;
        height: 90px;
        margin-bottom: 0px;
        padding-left: 0;
        text-align: center;
    }

    #room .con3 .inner-con .room-gallery-gnb::before {
        height: 50%;
        top: 50%;
        left: 10px;
        transform: translateY(-50%) scaleY(0);
    }

    #room .con3 .inner-con .room-gallery-gnb.on::before {
        transform: translateY(-50%) scaleY(1);
    }

    #room .con3 .inner-con .room-gallery-gnb h3 {
        font-size: 17px;
        padding-left: 20px;
    }

    #room .con3 .inner-con .room-gallery-gnb h4 {
        font-size: 17px;
        padding-left: 20px;
    }

    #room .con3 .inner-con .room-gallery-gnb[data-eq='2'] {
        margin-left: 0px;
    }

    #room .con3 .inner-con .room-gallery-gnb.on h3,
    #room .con3 .inner-con .room-gallery-gnb.on h4 {
        transform: translateY(0px);
    }

    #room .con3 .inner-con .room-gallery-wrap {
        width: calc(100%);
        overflow: hidden;
        flex: 1 1 0;
    }

    #room .con3 .inner-con .room-gallery-wrap .swiper-wrapper {
        width: 100%;
        height: 250px;
    }

    #room .con3 .inner-con .room-gallery-wrap .swiper-slide {
        height: 250px;
        gap: 15px;
    }

    #room .room-gallery-wrap .swiper-slide.wide {
        flex: 0 0 190px;
    }

    /* 오른쪽 작은 슬라이드 */
    #room .room-gallery-wrap .swiper-slide.narrow {
        flex: 0 0 150px;
    }

    #room .room-gallery-btn-wrap .btn-wrap i {
        font-size: 25px;
    }

    #room .room-gallery-btn-wrap .btn-wrap .line {
        transform: scaleY(1);
    }

    #room .con3 .inner-con .room-gallery-guage-wrap .room-guage-bar {
        height: 2px;
    }

    #room .con4 {
        padding-bottom: 100px;
    }

    #room .con4 .inner-con {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    #room .con4 .inner-con .txt-wrap {
        width: 100%;
        margin-bottom: 50px;
    }

    #room .con4 .inner-con .txt-wrap h6 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #room .con4 .inner-con .txt-wrap p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    #room .con4 .inner-con .img-wrap {
        width: 100%;
        display: flex;
        align-items: flex-end;
        position: relative;
        overflow: hidden;
    }

    #room .con4 .inner-con .img-wrap .common-name {
        position: absolute;
        top: 12%;
        width: 80%;
        left: 64%;
        font-size: 30px;
    }

    #room .con4 .inner-con .img-wrap .img:first-of-type {
        width: 130px;
        height: 340px;
        margin-right: 20px;
        background-position-x: left;
    }

    #room .con4 .inner-con .img-wrap .img:last-of-type {
        width: 262px;
        height: 210px;
    }

    #room .con4 .inner-con .img-wrap .img.aos-animate {
        border-radius: 110px 0 0 0;
    }
}

#special .con1 {
    padding: 250px 0;
    position: relative;
}

#special .con1 .bg-tit {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -1;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
}

#special .con1 .inner-con {
    width: 1532px;
    display: flex;
    align-items: center;
}

#special .con1 .inner-con .tit-wrap {
    width: 45%;
}

#special .con1 .inner-con .tit-wrap .tit {
    margin-bottom: 45px;
}

#special .con1 .inner-con .tit-wrap .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
}

#special .con1 .inner-con .tit-wrap .tit h6 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
    margin-bottom: 15px;
}

#special .con1 .inner-con .tit-wrap .line {
    margin-bottom: 95px;
    height: 163px;
    background-color: rgba(127, 118, 103, 0.5);
}

#special .con1 .inner-con .tit-wrap .txt p {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 35px;
}

#special .con1 .inner-con .tit-wrap .txt p:first-of-type {
    font-size: 18px;
}

#special .con1 .inner-con .tit-wrap .txt p:last-of-type {
    margin-bottom: 0px;
}

#special .con1 .inner-con .img-wrap {
    width: 55%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

#special .con1 .inner-con .img-wrap .img1 {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 0 0px;
    transition: all 0.6s ease;
}

#special .con1 .inner-con .img-wrap .img1.aos-animate {
    border-radius: 0 0 0 80px;
}

#special .con1 .inner-con .img-wrap .img2 {
    width: 604px;
    height: 680px;
}

#special .con1 .inner-con .img-wrap .img2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#special .con2 {
    padding: 220px 0 230px 0;
}

#special .con2 .inner-con {
    width: 1532px;
    display: flex;
}

#special .con2 .inner-con .left {
    width: 55%;
}

#special .con2 .inner-con .left h4 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 45px;
}

#special .con2 .inner-con .left .img {
    width: 883px;
    height: 556px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#special .con2 .inner-con .right {
    width: 45%;
}

#special .con2 .inner-con .right .txt {
    margin-left: 87px;
    padding-top: 180px;
}

#special .con2 .inner-con .right .txt h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

#special .con2 .inner-con .right .txt h3 span {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

#special .con2 .inner-con .right .txt p {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 136px;
}

#special .con2 .inner-con .right .txt p:first-of-type {
    margin-top: 70px;
    font-size: 18px;
}

#special .con2 .inner-con .right .txt p:last-of-type {
    margin-bottom: 0px;
}

@media (max-width: 900px) {
    #special .con1 {
        padding: 150px 0;
    }

    #special .con1 .bg-tit {
        display: none;
    }

    #special .con1 .inner-con {
        width: 90%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #special .con1 .inner-con .tit-wrap {
        width: 100%;
        margin-bottom: 50px;
    }

    #special .con1 .inner-con .tit-wrap .tit {
        margin-bottom: 45px;
    }

    #special .con1 .inner-con .tit-wrap .tit h3 {
        font-size: 30px;
    }

    #special .con1 .inner-con .tit-wrap .tit h6 {
        font-size: 15px;
    }

    #special .con1 .inner-con .tit-wrap .line {
        margin-bottom: 55px;
        height: 103px;
    }

    #special .con1 .inner-con .tit-wrap .txt p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #special .con1 .inner-con .tit-wrap .txt p:first-of-type {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #special .con1 .inner-con .img-wrap {
        width: 100%;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        gap: 10px;
    }

    #special .con1 .inner-con .img-wrap .img1 {
        width: 150px;
        height: 150px;
        border-radius: 0 0 0 0px;
        margin-bottom: 10px;
        position: absolute;
        top: 4em;
    }

    #special .con1 .inner-con .img-wrap .img1.aos-animate {
        border-radius: 0 0 0 40px;
    }

    #special .con1 .inner-con .img-wrap .img2 {
        width: 100%;
        height: 400px;
    }

    #special .con1 .inner-con .img-wrap .img2 video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #special .con2 {
        padding: 100px 0 100px 0;
    }

    #special .con2 .inner-con {
        width: 90%;
        flex-direction: column;
    }

    #special .con2 .inner-con .left {
        width: 100%;
    }

    #special .con2 .inner-con .left h4 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 25px;
    }

    #special .con2 .inner-con .left .img {
        width: 100%;
        height: 200px;
    }

    #special .con2 .inner-con .right {
        width: 100%;
    }

    #special .con2 .inner-con .right .txt {
        margin-left: 0px;
        padding-top: 80px;
    }

    #special .con2 .inner-con .right .txt h3 {
        font-size: 30px;
    }

    #special .con2 .inner-con .right .txt h3 span {
        font-size: 30px;
        line-height: 100%;
    }

    #special .con2 .inner-con .right .txt p {
        font-size: 14px;
        line-height: 25px;
        margin-left: 50px;
    }

    #special .con2 .inner-con .right .txt p:first-of-type {
        margin-top: 40px;
        font-size: 16px;
    }
}

/* 여행안내 */

#tour .con1 {
    height: auto;
    position: relative;
}

#tour .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#tour .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#tour .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#tour .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#tour .con1 .tour-tab-gnb {
    position: fixed;
    right: 1%;
    top: 25%;
    opacity: 0;
    transition: all 0.5s;
    width: 165px;
}

#tour .con1 .tour-tab-gnb.on {
    opacity: 1;
    z-index: 500;
}

#tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    width: 100%;
}

#tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab {
    color: rgba(127, 118, 103, 0.8);
    display: block;
    font-family: 'Arita Buri KR';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    padding: 3px 0 3px 10px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
    height: 20px;
    width: 100%;
}

#tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab.on {
    font-size: 16px;
    color: #7f7667;
    letter-spacing: 0.32px;
}

#tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #7f7667;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleY(0);
    transition: all 0.5s;
    transform-origin: top;
}

#tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab.on::after {
    transform: translateY(-50%) scaleY(1);
}

#tour .con1 .inner-con {
    width: 1400px;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 90px;
    height: 8500px;
}

#tour .con1 .inner-con .tour-wrap {
    width: 55%;
    height: 100%;
}

#tour .con1 .inner-con .tour-wrap .tour {
    width: 100%;
    height: auto;
    padding: 90px 0;
}

#tour .con1 .inner-con .tour-wrap .tour .tour-slide-wrap {
    width: 100%;
    height: 550px;
    margin-bottom: 90px;
}

#tour .con1 .inner-con .tour-wrap .tour .tour-slide-wrap .swiper-slide {
    width: 100%;
    height: 100%;
}

#tour .con1 .inner-con .tour-wrap .tour h5 {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

#tour .con1 .inner-con .tour-wrap .tour h5 span {
    color: #78645c;
    display: inline-block;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-left: 15px;
}

#tour .con1 .inner-con .tour-wrap .tour p {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

#tour .con1 .inner-con .tour-wrap .tour p br {
    display: none;
}

#tour .con1 .inner-con .tour-gnb-wrap {
    height: 100%;
    width: 45%;
    position: relative;
}

#tour .con1 .inner-con .tour-gnb-wrap .tour-gnb-con-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    width: 100%;
    top: 0;
}

#tour .con1 .inner-con .tour-gnb-wrap .line {
    width: 1px;
    height: 300px;
    background-color: rgba(127, 118, 103, 0.2);
}

#tour .con1 .inner-con .tour-gnb-wrap .tour-gnb-con {
    margin: 60px 0;
    position: relative;
    width: 350px;
    height: 100px;
}

#tour .con1 .inner-con .tour-gnb-wrap .tour-gnb-con .tour-gnb {
    color: rgba(127, 118, 103);
    font-family: Amandine;
    font-size: 80px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.6px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
}

#tour .con1 .inner-con .tour-gnb-wrap .tour-gnb-con .tour-gnb.on {
    opacity: 0.8;
}

@media (max-width: 900px) {
    #tour .con1 {
        height: auto;
        position: relative;
    }

    #tour .con1 .bg-tit {
        display: none;
    }

    #tour .con1 > .tit {
        width: 90%;
        margin: 0 auto 50px auto;
        padding-top: 100px;
    }

    #tour .con1 > .tit h3 {
        font-size: 30px;
    }

    #tour .con1 > .tit h5 {
        font-size: 15px;
    }

    #tour .con1 .tour-tab-gnb {
        right: 0%;
        top: 12%;
        width: 100%;
    }

    #tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap {
        display: none;
    }

    #tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab {
        font-size: 12px;
        padding: 3px 0 3px 10px;
        height: auto;
        width: auto;
    }

    #tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab.on {
        font-size: 13px;
        height: auto;
    }

    #tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab::after {
        display: none;
    }

    #tour .con1 .tour-tab-gnb .tour-tab-gnb-wrap .tour-tab.on::after {
        display: none;
    }

    #tour .con1 .inner-con {
        width: 90%;
        max-width: 900px;
        height: auto;
    }

    #tour .con1 .inner-con .tour-wrap {
        width: 100%;
        height: 100%;
    }

    #tour .con1 .inner-con .tour-wrap .tour {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    #tour .con1 .inner-con .tour-wrap .tour .tour-slide-wrap {
        width: 100%;
        height: 250px;
        margin-bottom: 50px;
    }

    #tour .con1 .inner-con .tour-wrap .tour h5 {
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    #tour .con1 .inner-con .tour-wrap .tour h5 span {
        display: block;
        font-size: 16px;
        line-height: 120%;
        padding-left: 0px;
    }

    #tour .con1 .inner-con .tour-wrap .tour p {
        font-size: 15px;
        line-height: 160%;
    }

    #tour .con1 .inner-con .tour-gnb-wrap {
        display: none;
    }
}

/* 예약안내 */

#reser .con1 {
    height: auto;
    position: relative;
}

#reser .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#reser .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#reser .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#reser .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#reser .con1 .inner-con {
    width: 1524px;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 200px;
}

#reser .con1 .inner-con .reser-info-wrap {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-bottom: 80px;
}

#reser .con1 .inner-con .reser-info-wrap .img {
    width: 250px;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 0px 0px 0px;
}

#reser .con1 .inner-con .reser-info-wrap .img.aos-animate {
    border-radius: 0px 0px 80px 0px;
}

#reser .con1 .inner-con .reser-info-wrap .reser-info ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
    margin-bottom: 90px;
}

#reser .con1 .inner-con .reser-info-wrap .reser-info ul li span {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    display: inline-block;
}

#reser .con1 .inner-con .reser-info-wrap .reser-info ul li {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
}

#reser .con1 .inner-con .reser-info-wrap .reser-info ul li a {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    display: inline-block;
}

#reser .con1 .inner-con .reser-info-wrap .reser-info .tit-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

#reser .con1 .inner-con .price-wrap table {
    width: 70%;
    border-collapse: collapse;
    margin-left: 25%;
}

#reser .con1 .inner-con .price-wrap table th {
    width: 20%;
    color: #f1efec;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #7f7667;
    padding: 10px 0;
    border: 1px solid #7f7667;
}

#reser .con1 .inner-con .price-wrap table td {
    color: #7f7667;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    border: 1px solid #7f7667;
}

#reser .reser-bg {
    height: 900px;
    width: 100%;
    max-width: 1950px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
}

#reser .reser-bg .reser-bg-con {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    position: relative;
}

#reser .reser-bg .reser-bg-con.masked {
    -webkit-mask-image: url('../img/sub5_img2_mask.svg'); /* 마스크 이미지 */
    -webkit-mask-size: 130% 130%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/sub5_img2_mask.svg');
    mask-size: 200% 200%;
    mask-repeat: no-repeat;
    mask-position: center;
    transition: mask-size 0.8s ease, -webkit-mask-size 0.8s ease;
}

#reser .reser-bg .reser-bg-con.masked.aos-animate {
    -webkit-mask-size: 140% 140%;
    mask-size: 140% 140%;
}

#reser .reser-bg .reser-bg-con .reser-bg-con-txt {
    position: absolute;
    bottom: 18%;
    left: 9%;
    width: 360px;
    height: auto;
    z-index: 50;
}

#reser .reser-bg .reser-bg-con .reser-bg-con-txt h3 {
    color: #f1efec;
    font-family: 'amandine', sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
}

#reser .reser-bg .reser-bg-con .reser-bg-con-txt h3:last-of-type {
    text-align: right;
}

#reser .con2 {
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
}

#reser .con2 .con2-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}

#reser .con2 .con2-bg.fixed {
    position: fixed;
    top: 0; /* 원하는 여백만큼 조정 가능 */
}

#reser .con2 .con2-bg .line {
    width: 1px;
    height: 300px;
    background-color: rgba(127, 118, 103, 0.2);
    display: block;
}

#reser .con2 .con2-bg .txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1px;
    margin: 90px 0;
}

#reser .con2 .con2-bg .txt span {
    color: rgba(127, 118, 103, 0.2);
    text-align: center;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#reser .con2 .inner-con {
    display: flex;
    align-items: flex-start;
    height: 1600px;
    width: 1524px;
    padding-bottom: 200px;
}

#reser .con2 .inner-con .txt-wrap {
    width: 50%;
    padding-left: 8%;
}

#reser .con2 .inner-con .txt-wrap h5 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
}

#reser .con2 .inner-con .txt-wrap .info {
    margin-bottom: 40px;
}

#reser .con2 .inner-con .txt-wrap .info li {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
}

#reser .con2 .inner-con .txt-wrap .info li:last-of-type {
    margin-bottom: 0;
}

#reser .con2 .inner-con .txt-wrap .info-list {
    margin-bottom: 40px;
}

#reser .con2 .inner-con .txt-wrap .info-list h6 {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

#reser .con2 .inner-con .txt-wrap .info-list li {
    color: #78645c;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
#reser .con2 .inner-con .txt-wrap .info-list li.space {
    letter-spacing: -1px;
}

#reser .con2 .inner-con .img-wrap {
    width: 50%;
    height: 100%;
}

#reser .con2 .inner-con .img-wrap .img {
    width: 532px;
    height: 574px;
    position: sticky;
    top: 10%;
    margin: 0 auto;
}

#reser .con3 {
    padding-bottom: 300px;
    position: relative;
}

#reser .con3 .inner-con {
    width: 1532px;
    margin: 0 auto;
}

#reser .con3 .inner-con .tit-wrap {
    margin-bottom: 200px;
}

#reser .con3 .inner-con .tit-wrap h5 {
    color: #7f7667;
    text-align: center;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
}

#reser .con3 .inner-con .tit-wrap p {
    color: #78645c;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

#reser .con3 .inner-con .refund-wrap {
    width: 100%;
}

#reser .con3 .inner-con .refund-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.m-table {
    display: none;
}

#reser .con3 .inner-con .refund-wrap table th {
    color: #f1efec;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    background-color: #7f7667;
    line-height: normal;
    width: 7.69230769%;
    padding: 10px 0;
    border-right: 1px solid #f1efec;
    border-bottom: 1px solid #f1efec;
    border-left: 1px solid #f1efec;
}

#reser .con3 .inner-con .refund-wrap table td {
    color: #7f7667;
    text-align: center;
    font-family: 'Pretendard-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
    border: 1px solid #7f7667;
}

@media (max-width: 900px) {
    #reser .con1 .bg-tit {
        display: none;
    }

    #reser .con1 > .tit {
        width: 90%;
        margin: 0 auto 50px auto;
        padding-top: 100px;
    }

    #reser .con1 > .tit h3 {
        font-size: 30px;
    }

    #reser .con1 > .tit h5 {
        font-size: 15px;
    }

    #reser .con1 .inner-con {
        width: 90%;
        max-width: 900px;
        padding-bottom: 100px;
    }

    #reser .con1 .inner-con .reser-info-wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }

    #reser .con1 .inner-con .reser-info-wrap .img {
        width: 150px;
        height: 150px;
    }

    #reser .con1 .inner-con .reser-info-wrap .img.aos-animate {
        border-radius: 0px 0px 40px 0px;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info ul {
        display: flex;
        gap: 5px;
        flex-direction: column;
        margin-bottom: 50px;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info ul li span {
        font-size: 18px;
        line-height: 150%;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info .btn-section {
        top: 18.5em;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info ul li {
        font-size: 15px;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info ul li a {
        font-size: 15px;
    }

    #reser .con1 .inner-con .reser-info-wrap .reser-info .tit-wrap {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    #reser .con1 .inner-con .price-wrap table {
        width: 100%;
        margin-left: 0%;
    }

    .m-table {
        display: block;
    }

    .pc-table {
        display: none;
    }

    #reser .con1 .inner-con .price-wrap table th {
        font-size: 13px;
    }

    #reser .con1 .inner-con .price-wrap table td {
        font-size: 13px;
    }

    #reser .reser-bg {
        height: 300px;
        width: 100%;
        max-width: 900px;
    }

    #reser .reser-bg .reser-bg-con .reser-bg-con-txt {
        bottom: 14%;
        left: 9%;
        width: 200px;
    }

    #reser .reser-bg .reser-bg-con .reser-bg-con-txt h3 {
        font-size: 25px;
        line-height: 40px;
    }

    #reser .con2 {
        padding-top: 120px;
        padding-bottom: 50px;
    }

    #reser .con2 .con2-bg {
        display: none;
    }

    #reser .con2 .inner-con {
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 90%;
        padding-bottom: 50px;
    }

    #reser .con2 .inner-con:not(:last-child) {
        flex-direction: column-reverse;
    }

    #reser .con2 .inner-con .txt-wrap {
        width: 100%;
        padding-left: 0%;
    }

    #reser .con2 .inner-con .txt-wrap h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #reser .con2 .inner-con .txt-wrap .info {
        margin-bottom: 20px;
    }

    #reser .con2 .inner-con .txt-wrap .info li {
        font-size: 14px;
        line-height: 20px;
    }

    #reser .con2 .inner-con .txt-wrap .info-list {
        margin-bottom: 20px;
    }

    #reser .con2 .inner-con .txt-wrap .info-list h6 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    #reser .con2 .inner-con .img-wrap {
        width: 100%;
        height: 400px;
        margin-bottom: 50px;
    }

    #reser .con2 .inner-con .img-wrap .img {
        width: 100%;
        height: 100%;
        position: static;
        background-size: cover;
    }

    #reser .con3 {
        padding-bottom: 100px;
        position: relative;
    }

    #reser .con3 .inner-con {
        width: 90%;
    }

    #reser .con3 .inner-con .tit-wrap {
        margin-bottom: 100px;
    }

    #reser .con3 .inner-con .tit-wrap h5 {
        font-size: 20px;

        margin-bottom: 30px;
    }

    #reser .con3 .inner-con .tit-wrap p {
        color: #78645c;
        text-align: center;
        font-family: 'Arita Buri KR';
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px;
    }

    #reser .con3 .inner-con .refund-wrap {
        width: 90%;
        margin: 0 auto;
    }

    #reser .con3 .inner-con .refund-wrap table {
        border-collapse: collapse;
        margin: 0 auto;
    }

    #reser .con3 .inner-con .refund-wrap table th {
        color: #f1efec;
        text-align: center;
        font-family: 'Pretendard-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        background-color: #7f7667;
        line-height: normal;
        padding: 10px 30px;
        /* border-right: 1px solid #f1efec;
        
        border-left: 1px solid #f1efec; */

        border: 1px solid #7f7667;
        width: auto;
    }

    #reser .con3 .inner-con .refund-wrap table td {
        color: #7f7667;
        text-align: center;
        font-family: 'Pretendard-Regular';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 10px 30px;
        border: 1px solid #7f7667;

        border-bottom: 1px solid #7f7667;
        width: auto;
    }
}

#notice .con1 {
    height: auto;
    position: relative;
    overflow: hidden;
}

#notice .con1 .bg-tit {
    position: absolute;
    top: 0%;
    left: 0;
    color: #eeebe6;
    font-family: 'amandine', sans-serif;
    font-size: 200px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    z-index: 1;
}

#notice .con1 > .tit {
    width: 80%;
    margin: 0 auto 50px auto;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

#notice .con1 > .tit h3 {
    color: #7f7667;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

#notice .con1 > .tit h5 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.34px;
}

#notice .con1 .inner-con {
    width: 80%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 200px;
}

@media (max-width: 1100px) {
    #notice .con1 .bg-tit {
        display: none;
    }

    #notice .con1 > .tit {
        width: 90%;
        margin: 0 auto 50px auto;
        padding-top: 100px;
    }

    #notice .con1 > .tit h3 {
        font-size: 30px;
    }

    #notice .con1 > .tit h5 {
        font-size: 15px;
    }

    #notice .con1 .inner-con {
        width: 90%;
        max-width: 900px;
        padding-bottom: 100px;
    }
}

.outro-visual-section {
    height: 600vh;
}
.outro-visual-section .bg {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: sticky;
    top: 0;
}
.outro-visual-section .txt-list-wrap li {
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.outro-visual-section .txt-list-wrap li h3 {
    color: #fff;
    font-family: 'amandine', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.outro-visual-section .txt-list-wrap li h3 span {
    display: block;
}
.outro-visual-section .txt-list-wrap li h5 {
    color: #fff;
    font-family: 'amandine', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.3px;
    text-align: center;
}
.outro-visual-section .txt-list-wrap li h5 span {
    display: block;
}

.outro-visual-section .txt-list-wrap li h5 a {
    display: inline-block;
}

.outro-visual-section .txt-list-wrap li h3 .overflow-txt {
    overflow: hidden;
}
.outro-visual-section .txt-list-wrap li h3 .overflow-txt span {
    transform: translateY(1.6em) rotate(1deg);
    transition: 0.8s;
}
.outro-visual-section .txt-list-wrap li h3 .overflow-txt:last-of-type span {
    transition-delay: 0.1s;
}

.outro-visual-section .txt-list-wrap li h5 .overflow-txt {
    overflow: hidden;
}
.outro-visual-section .txt-list-wrap li h5 .overflow-txt a {
    transform: translateY(1.6em) rotate(1deg);
    transition: 0.8s;
    transition-delay: 0.2s;
    position: relative;
}

.outro-visual-section .txt-list-wrap li h5 .overflow-txt a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: left;
    transform: scaleX(0);
    transition: all 0.6s ease;
}

.outro-visual-section .txt-list-wrap li h5 .overflow-txt a:hover::after {
    transform: scaleX(1);
}

.outro-visual-section .txt-list-wrap li h5 .overflow-txt:last-of-type a {
    transition-delay: 0.3s;
}

.outro-visual-section .txt-list-wrap li.on {
    z-index: 100;
}

.outro-visual-section .txt-list-wrap li.on h3 .overflow-txt span {
    transform: translateY(0) rotate(0);
}
.outro-visual-section .txt-list-wrap li.on h5 .overflow-txt a {
    transform: translateY(0) rotate(0);
}

@media (max-width: 1100px) {
    .outro-visual-section {
        height: 250px;
    }

    .outro-visual-section .bg {
        height: 100%;
    }

    .outro-visual-section .txt-list-wrap li h3 .overflow-txt {
        overflow: visible;
    }

    .outro-visual-section .txt-list-wrap li h5 .overflow-txt {
        overflow: visible;
    }

    .outro-visual-section .txt-list2 {
        display: none;
    }

    .outro-visual-section .txt-list-wrap li h3 .overflow-txt span {
        transform: translateY(0) rotate(0deg);
    }

    .outro-visual-section .txt-list-wrap li h5 .overflow-txt a {
        transform: translateY(0) rotate(0deg);
    }

    .outro-visual-section .txt-list-wrap li h3 {
        font-size: 22px;
    }
    .outro-visual-section .txt-list-wrap li h5 {
        font-size: 15px;
    }

    .outro-visual-section .txt-list-wrap li h5 .overflow-txt a::after {
        transform: scaleX(1);
        bottom: 4px;
        height: 2px;
    }
}

@media (max-width: 900px) {
    .outro-visual-section .txt-list-wrap li h3 {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .outro-visual-section .txt-list-wrap li h3 span {
        white-space: nowrap;
    }
    .outro-visual-section .txt-list-wrap li h5 {
        font-size: 12px;
    }
    #room .room_map img {
        width: 100%;
    }
}

.room-preview-section {
    height: 1080px;
    width: 100%;
    position: relative;
}

.room-preview-section .room-preview-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.room-preview-section .room-preview-wrap .inner-con {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    max-width: unset;
    transition: all 1s ease;
}

.room-preview-section .room-preview-wrap .inner-con .left {
    width: 50%;
    flex-shrink: 0;
    transition: all 1s ease;
    will-change: transform, margin;
    background-color: #867f73;
    position: relative;
}

.room-preview-section .room-preview-wrap .inner-con .right {
    flex-shrink: 0;
    width: 50%;
    transition: all 1s ease;
    will-change: transform, margin;
    position: relative;
}

.room-preview-section .room-preview-wrap .inner-con .left.on {
    width: 60%;
}

.room-preview-section .room-preview-wrap .inner-con .left.on .btn-section {
    opacity: 1;
    right: -5%;
    width: 20%;
    top: unset;
}

.room-preview-section .room-preview-wrap .inner-con .left.on .btn-section .btn-arrow {
    width: 140px;
}

.room-preview-section .room-preview-wrap .inner-con .right.on .btn-section {
    opacity: 1;
}

.room-preview-section .room-preview-wrap .inner-con .right.on .btn-section .btn-arrow {
    width: 140px;
}

/* .room-preview-section .room-preview-wrap .inner-con .left.on + .right {
    transform: translateX(10%);
} */

.room-preview-section .room-preview-wrap .inner-con .right.on {
    width: 50%;
    transform: translateX(-10%);
}

.room-preview-section .room-preview-wrap .inner-con .left:has(.right.on) {
    transform: translateX(-10%);
}

.room-preview-section .room-preview-wrap .inner-con .img {
    width: 430px;
    height: 600px;
    flex-shrink: 0;
    aspect-ratio: 43/60;
    background-size: cover;
    background-repeat: no-repeat;
}

.room-preview-section .room-preview-wrap .inner-con .left .img {
    margin-left: 50px;
    margin-top: 30px;
}

.room-preview-section .room-preview-wrap .inner-con .right .img {
    margin-left: 480px;
    margin-top: 90px;
    background: lightgray 50%;
    transition: all 1s;
}

.room-preview-section .room-preview-wrap .inner-con .right.on .img {
    margin-left: 580px;
}

.room-preview-section .room-preview-wrap .inner-con .left .txt-wrap {
    margin-top: 85px;
    margin-left: 50px;
}

.room-preview-section .room-preview-wrap .inner-con .left .txt-wrap h6 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}

.room-preview-section .room-preview-wrap .inner-con .left .txt-wrap p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
}

.room-preview-section .room-preview-wrap .inner-con .left .txt-wrap p span {
    display: block;
    font-weight: 300;
    font-family: 'Arita Buri KR';
}

.room-preview-section .room-preview-wrap .inner-con .right .txt-wrap {
    margin-top: 140px;
    margin-left: 470px;
    transition: 1s all;
}

.room-preview-section .room-preview-wrap .inner-con .right.on .txt-wrap {
    margin-left: 570px;
}

.room-preview-section .room-preview-wrap .inner-con .right .txt-wrap h6 {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.room-preview-section .room-preview-wrap .inner-con .right .txt-wrap p {
    color: #7f7667;
    font-family: 'Arita Buri KR';
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-top: 30px;
}

.room-preview-section .room-preview-wrap .inner-con .room-name {
    color: #fff;

    font-size: 250px;
    font-style: normal;
    font-weight: 150;
    line-height: 30px;
    position: absolute;
    bottom: 38%;
}

.room-preview-section .room-preview-wrap .inner-con .left .room-name {
    right: 0;
}

.room-preview-section .room-preview-wrap .inner-con .right .room-name {
    left: 0;
    color: #7f7667;
}

.room-preview-section .room-preview-wrap .inner-con .btn-section {
    position: absolute;
    bottom: 10%;
}

.room-preview-section .room-preview-wrap .inner-con .left .btn-section {
    right: -135px;
    width: 200px;
    opacity: 0;
    transition: all 1s;
}

.room-preview-section .room-preview-wrap .inner-con .left .btn-section .btn-arrow {
    background-color: #fff;
    margin-left: 0px;
    transform-origin: right;
}
.room-preview-section .room-preview-wrap .inner-con .left .btn-section .arrow {
    background-color: #fff;
}

.room-preview-section .room-preview-wrap .inner-con .left .btn-section .arrow::before {
    transform: rotate(-135deg);
    transform-origin: right;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
}

.room-preview-section .room-preview-wrap .inner-con .left .btn-section .arrow::after {
    transform: rotate(135deg);
    transform-origin: right;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
}

.room-preview-section .room-preview-wrap .inner-con .right .btn-section {
    left: 10px;
    opacity: 0;
    transition: all 1s;
}

.room-preview-section .room-preview-wrap .inner-con .room-view-btn {
    display: inline-block;

    font-family: 'amandine', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 2.4px;
    position: absolute;
    bottom: 65px;
}

.room-preview-section .room-preview-wrap .inner-con .left .room-view-btn {
    right: 20px;
    color: #fff;
}

.room-preview-section .room-preview-wrap .inner-con .right .room-view-btn {
    left: 20px;
    color: #867f73;
}

@media (min-width: 2100px) {
    .room-preview-section .room-preview-wrap .inner-con .left.on .btn-section {
        right: -9%;
    }

    .special-preview-section {
        top: 0 !important;
        height: 1250px !important;
        max-height: unset !important;
    }

    .special-preview-section .special-preview-wrap .special-preview-con {
        height: 1080px !important;
    }

    .special-preview-section .special-preview-wrap .special-preview-con {
        width: 280vw !important;
    }

    #reser .reser-bg {
        height: 1200px;
        max-width: unset;
    }

    #reser .reser-bg .reser-bg-con.masked.aos-animate {
        mask-size: 2600px 2600px;
        -webkit-mask-size: 2600px 2600px;
    }
}

@media (max-width: 900px) {
    .room-preview-section {
        height: auto;
    }

    .room-preview-section .room-preview-wrap .inner-con {
        display: block;
    }

    .room-preview-section .room-preview-wrap .inner-con .left {
        width: 100%;
        height: auto;
        padding-bottom: 190px;
        padding-top: 50px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right {
        width: 100%;
        height: auto;
        padding-bottom: 190px;
        display: flex;
        flex-direction: column-reverse;
    }

    .room-preview-section .room-preview-wrap .inner-con .left.on {
        width: 100%;
    }

    .room-preview-section .room-preview-wrap .inner-con .right.on {
        width: 100%;
        transform: translateX(0%);
    }

    .room-preview-section .room-preview-wrap .inner-con:hover .left:not(:hover) {
        transform: translateX(0%);
    }

    .room-preview-section .room-preview-wrap .inner-con .img {
        width: 287px;
        height: 400px;
        margin: 0 auto;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .img {
        margin-top: 0px;
        margin-left: auto;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .img {
        margin-top: 60px;
        margin-left: auto;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .txt-wrap {
        width: 287px;
        margin: 31px auto 0 auto;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .txt-wrap h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .txt-wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap {
        width: 287px;
        margin: 40px auto 0 auto;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap h6 {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
        text-align: left;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .room-name {
        color: rgba(255, 255, 255, 0.3);
        font-family: 'Source Han Sans KR';
        font-size: 125px;
        right: -15px;
        bottom: 12%;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .room-name {
        color: #7f7667;
        font-family: 'Source Han Sans KR';
        font-size: 125px;
        left: -15px;
        bottom: 12%;
    }

    .room-preview-section .room-preview-wrap .inner-con .room-view-btn {
        font-size: 18px;
        bottom: 35px;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .room-view-btn {
        right: unset;
        left: 15%;
        bottom: 55px;
        color: #fff;
        font-size: 23px;
    }

    .room-preview-section .room-preview-wrap .inner-con .left .btn-section {
        opacity: 1;
        right: 51%;
        width: 20%;
        top: unset;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .btn-section {
        right: 23%;
        opacity: 1;
        transition: all 1s;
        justify-content: flex-end;
        width: 20%;
        top: unset;
        left: unset;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .room-view-btn {
        right: 20px;
        color: #867f73;
        bottom: 7%;
        left: unset;
        font-size: 23px;
    }
}

.special-preview-section {
    height: 1080px;
    width: 100%;
    position: relative;
}

.special-preview-section .special-preview-bg {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-preview-section .special-preview-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.special-preview-section .special-preview-wrap .special-preview-tit {
    position: absolute;
    top: 20%;
    left: 15%;
}

.special-preview-section .special-preview-wrap .special-preview-txt {
    position: absolute;
    bottom: 40%;
    right: 13%;
}

.special-preview-section .special-preview-wrap .special-preview-txt p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.special-preview-section .special-preview-wrap .special-preview-tit h5 {
    color: #fff;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.special-preview-section .special-preview-wrap .special-preview-tit p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.special-preview-section .special-preview-wrap .special-preview-con {
    width: 362vw;
    height: 880px;
    padding: 200px 0px 200px 50px;
    background: #f1efec;
    display: flex;
    /* transform: translateX(17%); */
    gap: 200px;
}

.special-preview-section .special-preview-con-item .special-preview-con-item-txt h6 {
    color: #867f73;
    font-family: 'amandine', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.special-preview-section .special-preview-con-item .special-preview-con-item-txt p {
    color: #867f73;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.special-preview-section .special-preview-con-item.item1 a {
    display: flex;
}

.special-preview-section .special-preview-con-item.item1 .special-preview-con-item-img {
    width: 604px;
    height: 403px;
    flex-shrink: 0;
    aspect-ratio: 604/403;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.special-preview-section .special-preview-con-item.item2 a {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.special-preview-section .special-preview-con-item.item2 .special-preview-con-item-txt {
    margin-right: 135px;
}

.special-preview-section .special-preview-con-item.item2 .special-preview-con-item-img.img1 {
    width: 325px;
    height: 250px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 33%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.special-preview-section .special-preview-con-item.item2 .special-preview-con-item-img.img2 {
    width: 418px;
    height: 552px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-preview-section .special-preview-con-item.item3 .special-preview-con-item-img {
    width: 604px;
    height: 403px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 145px;
}

.special-preview-section .special-preview-con-item.item4 a {
    width: 1000px;
    position: relative;
    display: inline-block;
}

.special-preview-section .special-preview-con-item.item4 .special-preview-con-item-txt {
    margin-bottom: 25px;
}

.special-preview-section .special-preview-con-item.item4 .special-preview-con-item-img.img1 {
    width: 604px;
    height: 403px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-preview-section .special-preview-con-item.item4 .special-preview-con-item-img.img2 {
    width: 290px;
    height: 400px;
    flex-shrink: 0;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0%;
}

@media (max-width: 900px) {
    .special-preview-section {
        height: 700px;
    }

    .special-preview-section .special-preview-wrap {
        padding: 0px 0;
    }

    .special-preview-section .special-preview-wrap .special-preview-tit {
        top: 10%;
        left: 10%;
    }

    .special-preview-section .special-preview-wrap .special-preview-txt {
        bottom: 10%;
        right: unset;
        left: 10%;
    }

    .special-preview-section .special-preview-wrap .special-preview-txt p {
        font-size: 13px;
        line-height: 20px;
    }

    .special-preview-section .special-preview-wrap .special-preview-tit h5 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .special-preview-section .special-preview-wrap .special-preview-tit p {
        font-size: 15px;
        line-height: 20px;
    }

    .special-preview-section .special-preview-wrap .special-preview-con {
        width: 3300px;
        height: 570px;
        margin-top: 60px;
        padding: 120px 50px 50px 25px;
        gap: 70px;
    }

    .special-preview-section .special-preview-con-item.item1 a {
        flex-direction: column;
    }

    .special-preview-section .special-preview-con-item .special-preview-con-item-txt h6 {
        font-size: 25px;
        line-height: 35px;
    }

    .special-preview-section .special-preview-con-item .special-preview-con-item-txt p {
        font-size: 15px;
        line-height: 20px;
    }

    .special-preview-section .special-preview-con-item.item1 .special-preview-con-item-img {
        width: 304px;
        height: 250px;
        aspect-ratio: 304/250;
        margin-top: 30px;
    }

    .special-preview-section .special-preview-con-item.item2 .special-preview-con-item-txt {
        margin-right: 50px;
    }

    .special-preview-section .special-preview-con-item.item2 .special-preview-con-item-img.img1 {
        width: 200px;
        height: 150px;
        left: 35%;
        top: 50%;
    }

    .special-preview-section .special-preview-con-item.item2 .special-preview-con-item-img.img2 {
        width: 260px;
        height: 350px;
    }

    .special-preview-section .special-preview-con-item.item3 .special-preview-con-item-img {
        width: 300px;
        height: 203px;
        margin-left: 55px;
    }

    .special-preview-section .special-preview-con-item.item4 a {
        width: 550px;
    }

    .special-preview-section .special-preview-con-item.item4 .special-preview-con-item-img.img1 {
        width: 300px;
        height: 203px;
        flex-shrink: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .special-preview-section .special-preview-con-item.item4 .special-preview-con-item-img.img2 {
        width: 200px;
        height: 300px;
    }
}

#ft {
    background-color: #f1efec;
    padding: 50px 0;
}

.ft-inner {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.ft-gnb-wrap {
    display: flex;
    width: 50%;
    align-items: flex-start;
    margin: 0 auto;
    padding: 100px 0;
}

.ft-gnb-wrap > li {
    width: 20%;
    text-align: center;
    position: relative;
}

.ft-gnb-wrap > li::after {
    content: '';
    position: absolute;
    top: 0.8em;
    right: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #000;
}

.ft-gnb-wrap > li:last-child::after {
    display: none;
}

.ft-gnb-wrap .ft-gnb-sub {
    margin-top: 10px;
}

.ft-gnb-wrap a {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.8px;
    position: relative;
}

.ft-gnb-wrap .ft-gnb-sub a {
    font-size: 14px;
}

.ft-gnb-wrap a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.ft-gnb-wrap a:hover:after {
    transform: scaleX(1);
}

.ft-info-wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.ft-info-wrap > div {
    flex: 1;
}

.ft-logo {
    padding-top: 70px;
    margin-bottom: 40px;
}

.ft-logo img {
    width: 83px;
    height: 150px;
}

.ft-sns-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 140px;
}

.ft-sns-wrap i {
    font-size: 20px;
}

.ft-sns-wrap .insta i {
    color: #000;
}

.ft-sns-wrap .blog i {
    color: #27ae60;
}

.ft-info-con-txt p {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1.4px;
}

.ft-info-con-txt p a {
    color: #000;
}

.ft-info-con-txt .log {
    color: #000;
    text-decoration: underline;
}

.ft-img-con {
    text-align: center;
}

.ft-img-con img {
    border-radius: 0 0% 0 0;
    transition: border-radius 0.5s ease;
}

.ft-img-con img.aos-animate {
    border-radius: 0 60% 0 0;
}

.ft-contact-con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ft-contact-con .ft-contact-1 {
    margin-bottom: 160px;
    padding-top: 130px;
}

.ft-contact-con .ft-contact-1 p {
    color: #7f7667;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}

.ft-contact-con .ft-contact-1 a {
    color: #333;
    font-family: Lato;
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    display: block;
}

.ft-contact-con .ft-contact-2 p {
    color: #333;
    font-family: 'Pretendard-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
}

.ft-contact-con .ft-contact-2 p img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 50px;
    top: 0px;
}

@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;
    }
    .m-br {
        display: block;
    }

    .pc-map {
        display: none;
    }

    .m-map {
        display: block;
    }

    #ft {
        padding: 20px 0;
    }

    .ft-inner {
        width: 90%;
    }

    .ft-gnb-wrap {
        display: none;
    }

    .ft-info-wrap {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }

    .ft-logo {
        padding-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .ft-logo img {
        width: 50px;
        height: 100px;
    }

    .ft-sns-wrap {
        gap: 5px;
        margin-bottom: 50px;
        justify-content: center;
    }

    .ft-sns-wrap i {
        font-size: 20px;
    }

    .ft-info-con-txt p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
    }

    .ft-img-con {
        display: none;
    }

    .ft-contact-con {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ft-contact-con .ft-contact-1 {
        margin-bottom: 60px;
        padding-top: 50px;
    }

    .ft-contact-con .ft-contact-1 p {
        font-size: 14px;
        text-align: center;
    }

    .ft-contact-con .ft-contact-1 a {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }

    .ft-contact-con .ft-contact-2 p {
        text-align: center;
    }

    .ft-info-con-txt {
        text-align: center;
    }
    .ft-contact-con .ft-contact-2 p img {
        right: 15px;
    }
}

@media all and (max-width: 700px) {
}

@media all and (max-width: 500px) {
}

@media (min-width: 1150px) and (max-width: 1500px) {
    .special-preview-section .special-preview-wrap .special-preview-con {
        width: 465vw;
        padding: 200px 35px 200px 50px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap {
        margin-left: 300px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap h6 {
        font-size: 15px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .txt-wrap p {
        font-size: 15px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right .img {
        margin-left: 290px;
        width: 350px;
        height: 520px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right.on .txt-wrap {
        margin-left: 350px;
    }

    .room-preview-section .room-preview-wrap .inner-con .right.on .img {
        margin-left: 350px;
    }

    .room-preview-section .room-preview-wrap .inner-con .room-name {
        font-size: 200px;
    }

    .room-preview-section .room-preview-wrap .inner-con .left.on .btn-section {
        right: -1%;
    }
}
