@charset "utf-8";

/* 기본 스타일 초기화 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arita Buri KR', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #f5f5f5;
}

a {
    color: inherit;
    text-decoration: none;
}

.m-br {
    display: none;
}

.fp-watermark {
    display: none !important;
}

/* 네비게이션 바 */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: white;
    padding: 30px 160px 0 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left,
.nav-right {
    display: flex;
    gap: 50px;
    align-items: center;
}

.nav-center .logo {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar a {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.54px;
    transition: opacity 0.3s;
}

.navbar a img {
    width: 65px;
    height: 95px;
    transition: all 0.7s;
}

.navbar a:hover {
    opacity: 0.7;
}

/* 서브페이지 스크롤 시 네비게이션 배경 */
.navbar.on {
    background-color: rgba(33, 33, 33, 0.3);
    transition: all 0.7s;
    padding: 10px 160px 10px 160px;
}

.navbar.on a img {
    width: 50px;
    height: 70px;
}

.jp {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
}

#main {
    position: relative;
}

.main-slide-wrap {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.main-slide-wrap .main {
    width: 100%;
    height: 100%;
}

.main-slide-wrap .main .swiper-slide {
    width: 100%;
    height: 100%;
}

.main-slide-wrap .main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 4s ease-out;
}

/* 인트로 진행 중에는 transform 효과 없음 */
#wrap.intro ~ #main .main-slide-wrap .main .swiper-slide img {
    transition: none;
}

/* 활성화된 슬라이드 이미지에 transform 효과 */
.main-slide-wrap .main .swiper-slide-active img {
    transform: scale(1.06);
}

/* 섹션 콘텐츠 */
.section-content {
    text-align: center;
    color: white;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
}

.section-content p {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Arita Buri KR';
    letter-spacing: 0.45px;
    line-height: 30px;
}

.section-txt {
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.33px;
}

/* 스페이스(룸) 영역 */

.sub-wrap .top-img {
    width: 100%;
    height: 100dvh;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.sub-wrap .top-img .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sub-wrap .top-img .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.sub-wrap.view-wrap .top-img .img:after {
    display: none;
}

.sub-wrap .top-img .txt-wrap {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 2;
}

.sub-wrap .top-img .txt-wrap h3 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.54px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-wrap .top-img .txt-wrap p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.45px;
    text-transform: uppercase;
}

/* 메인 콘텐츠 영역 */
.main-content {
    max-width: 1400px;
    margin: 0 auto;
}

/* 콘텐츠 타이틀 */
.content-title {
    padding: 20px 0 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content-title h2 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.content-title p {
    color: #000;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.content-title.sub h2 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
}

.content-title.sub p {
    color: #000;
    text-align: right;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
}

/* 객실 탭 메뉴 */
.room-tab-menu {
    position: sticky;
    top: 97px;
    z-index: 100;
}

.tab-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    justify-content: center;
    gap: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.tab-item {
    position: relative;
    color: #242424;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    letter-spacing: -0.45px;
    text-transform: uppercase;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.tab-item::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease;
}

.tab-item:hover,
.tab-item.active {
    color: #000;
    opacity: 1;
}

.tab-item:hover::after,
.tab-item.active::after {
    top: -10px;
    opacity: 1;
}

/* 객실 프리뷰 영역 */
.room-previews {
    padding: 100px 0 300px 0;
}

.room-preview-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 240px;
}

/* .room-preview-item.animate {
    opacity: 1;
    transform: translateY(0);
} */

.room-preview-item:last-child {
    margin-bottom: 0;
}

.room-preview-item.animate .preview-text {
    opacity: 1;
    transform: translateY(0);
}

/* 텍스트 영역 */
.preview-text {
    flex: 1;
    padding-right: 80px;
    max-width: 470px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.preview-text h3 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.preview-text > p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.39px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.description {
    margin-bottom: 50px;
}

.description p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 230.769% */
    letter-spacing: -0.39px;
    text-transform: uppercase;
}

.more-btn {
    position: relative;
    color: #aaa;
    text-align: right;
    font-family: 'Belleza', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.more-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -410px;
    width: 400px;
    height: 1px;
    background: rgba(36, 36, 36, 0.4);
    transition: background-color 0.3s ease;
}

.more-btn:hover {
    color: #333;
}

.preview-images a {
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.img-item {
    width: 374px;
    height: 458px;
    transition: transform 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 반응형 디자인 */
@media (max-width: 1200px) {
    .sub-wrap.view-wrap .top-img .img:after {
        display: block;
    }

    .sub-wrap .top-img {
        padding-bottom: 0;
        margin-bottom: 0px;
    }

    .main-content {
        padding: 0 40px;
    }

    .tab-container {
        padding: 0 40px;
        gap: 20px;
    }

    .preview-text {
        padding-right: 40px;
    }

    .img-item {
        width: 300px;
        height: 368px;
    }

    .sub-wrap .top-img .txt-wrap h3 {
        font-size: 15px;
    }

    .sub-wrap .top-img .txt-wrap p {
        font-size: 13px;
    }

    .more-btn::after {
        width: 280px;
        right: -295px;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 0 20px;
    }

    .content-title {
        padding: 40px 0;
        align-items: center;
    }

    .content-title p {
        font-size: 12px;
    }

    .content-title h2 {
        font-size: 16px;
    }

    .tab-container {
        padding: 0 20px;
        gap: 20px;
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap;
    }

    .faq-wrap .tab-container {
        justify-content: center;
        overflow: hidden;
    }

    .reser-wrap .tab-container {
        justify-content: center;
        overflow: hidden;
    }

    .map-wrap .tab-container {
        justify-content: center;
        overflow: hidden;
    }

    .special-wrap .tab-container {
        justify-content: center;
        gap: 0px;
    }

    .tab-container::-webkit-scrollbar {
        display: none;
    }

    .tab-item {
        font-size: 14px;
        padding: 8px 0px;
        line-height: 20px;
        white-space: nowrap;
        flex-shrink: 0;
        width: auto;
    }

    .special-wrap .tab-item {
        text-align: center;
        width: 33.333333%;
    }

    .room-preview-item {
        flex-direction: column-reverse;
        margin-bottom: 100px;
        align-items: flex-start;
    }

    .preview-text {
        padding-right: 0;
        margin-top: 40px;
    }

    .preview-images a {
        justify-content: center;
        gap: 15px;
    }

    .room-previews {
        padding: 0px 0 70px 0;
    }

    .img-item {
        width: 160px;
        height: 196px;
    }

    /* 모바일에서 preview-images를 스와이퍼로 변경 */
    .preview-images {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .preview-images .mobile-preview-swiper {
        width: 100%;
        height: 406px;
        position: relative;
    }

    .preview-images .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .preview-images .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .preview-images .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .preview-images .swiper-slide .img-item {
        width: 100%;
        height: 100%;
    }

    .space-prv .room-tab-menu {
        margin-bottom: 30px;
    }

    .room-tab-menu {
        position: sticky;
        top: 140px;
    }
}

/* fullpage.js 네비게이션 도트 커스터마이징 */
#fp-nav {
    position: fixed;
    right: 140px !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#fp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#fp-nav li {
    margin: 0;
    width: 4px !important;
    height: 4px !important;
}

#fp-nav li:nth-child(5),
#fp-nav li:nth-child(6) {
    opacity: 0;
    visibility: hidden;
}

#fp-nav a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

#fp-nav a:hover {
    background: rgba(255, 255, 255, 0.7);
}

#fp-nav a.active {
    background: white;
}

#fp-nav span {
    display: none;
}

/* 푸터 */
footer {
    background-color: #242424;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toTop {
    font-size: 13px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: 'Arita Buri KR';
    line-height: 40px;
    border-radius: 50%;
    background-color: #242424;
    color: #fff;
    position: fixed;
    z-index: 300;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0;
    font-weight: 500;
    transition: all 0.7s ease;
}

.toTop.active {
    opacity: 1;
}

footer.section {
    height: 100px !important;
}

footer.sub {
    flex-direction: column;
}

.footer-container {
    width: 100%;
    max-width: 1400px;
    padding: 40px 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    align-items: center;
}

.footer-left {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}

.company-info p {
    color: #fff;
    font-family: 'Arita Buri KR', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 4px 0;
    letter-spacing: -0.24px;
}

.sns-icons {
    display: flex;
    gap: 12px;
}

.sns-icons a {
    width: 25px;
    height: 25px;
}

.sns-icons a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns-icon {
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sns-icon.instagram {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDIuMTYzQzE1LjIwNCAyLjE2MyAxNS41ODQgMi4xNzUgMTYuODUgMi4yMzNDMTguMTAyIDIuMjkgMTguNzk3IDIuNDc4IDE5LjI4OSAyLjYzNEMxOS43OTMgMi43OTQgMjAuMTY5IDMuMDI3IDIwLjU3MyAzLjQzMUMyMC45NzcgMy44MzUgMjEuMjEgNC4yMTEgMjEuMzcgNC43MTVDMjEuNTI2IDUuMjA3IDIxLjcxNCA1LjkwMiAyMS43NzEgNy4xNTRDMjEuODI5IDguNDIgMjEuODQxIDguOCAyMS44NDEgMTJDMjEuODQxIDE1LjIgMjEuODI5IDE1LjU4IDIxLjc3MSAxNi44NDZDMjEuNzE0IDE4LjA5OCAyMS41MjYgMTguNzkzIDIxLjM3IDE5LjI4NUMyMS4yMSAxOS43ODkgMjAuOTc3IDIwLjE2NSAyMC41NzMgMjAuNTY5QzIwLjE2OSAyMC45NzMgMTkuNzkzIDIxLjIwNiAxOS4yODkgMjEuMzY2QzE4Ljc5NyAyMS41MjIgMTguMTAyIDIxLjcxIDE2Ljg1IDIxLjc2N0MxNS41ODQgMjEuODI1IDE1LjIwNCAyMS44MzcgMTIgMjEuODM3QzguNzk2IDIxLjgzNyA4LjQxNiAyMS44MjUgNy4xNSAyMS43NjdDNS44OTggMjEuNzEgNS4yMDMgMjEuNTIyIDQuNzExIDIxLjM2NkM0LjIwNyAyMS4yMDYgMy44MzEgMjAuOTczIDMuNDI3IDIwLjU2OUMzLjAyMyAyMC4xNjUgMi43OSAxOS43ODkgMi42MyAxOS4yODVDMi40NzQgMTguNzkzIDIuMjg2IDE4LjA5OCAyLjIyOSAxNi44NDZDMI4xNzEgMTUuNTggMi4xNTkgMTUuMiAyLjE1OSAxMkMyLjE1OSA4LjggMi4xNzEgOC40MiAyLjIyOSA3LjE1NEMyLjI4NiA1LjkwMiAyLjQ3NCA1LjIwNyAyLjYzIDQuNzE1QzIuNzkgNC4yMTEgMy4wMjMgMy44MzUgMy40MjcgMy40MzFDMy44MzEgMy4wMjcgNC4yMDcgMi43OTQgNC43MTEgMi42MzRDNS4yMDMgMi40NzggNS44OTggMi4yOSA3LjE1IDIuMjMzQzguNDE2IDIuMTc1IDguNzk2IDIuMTYzIDEyIDIuMTYzWk0xMiAwQzguNzQxIDAgOC4zMzMgMC4wMTQgNy4wNTMgMC4wNzJDNS43NzMgMC4xMyA0Ljg5NyAMC4zNDUgNC4xMzkgMC42NTNDMy4zNzEgMC45NjUgMi43MjEgMS4zNzkgMi4wOTMgMi4wMDdDMS40NjUgMi42MzUgMS4wNTEgMy4yODUgMC43MzkgNC4wNTNDMC40MzEgNC44MTEgMC4yMTYgNS42ODcgMC4xNTggNi45NjdDMC4xIDguMjQ3IDAuMDg2IDguNjU1IDAuMDg2IDExLjkxNEMwLjA4NiAxNS4xNzMgMC4xIDE1LjU4MSAwLjE1OCAxNi44NjFDMC4yMTYgMTguMTQxIDAuNDMxIDE5LjAxNyAwLjczOSAxOS43NzVDMS4wNTEgMjAuNTQzIDEuNDY1IDIxLjE5MyAyLjA5MyAyMS44MjFDMi43MjEgMjIuNDQ5IDMuMzcxIDIyLjg2MyA0LjEzOSAyMy4xNzVDNC44OTcgMjMuNDgzIDUuNzczIDIzLjY5OCA3LjA1MyAyMy43NTZDOC4zMzMgMjMuODE0IDguNzQxIDIzLjgyOCAxMiAyMy44MjhDMTUuMjU5IDIzLjgyOCAxNS42NjcgMjMuODE0IDE2Ljk0NyAyMy43NTZDDE4LjIyNyAyMy42OTggMTkuMTAzIDIzLjQ4MyAxOS44NjEgMjMuMTc1QzIwLjYyOSAyMi44NjMgMjEuMjc5IDIyLjQ0OSAyMS45MDcgMjEuODIxQzIyLjUzNSAyMS4xOTMgMjIuOTQ5IDIwLjU0MyAyMy4yNjEgMTkuNzc1QzIzLjU2OSAxOS4wMTcgMjMuNzg0IDE4LjE0MSAyMy44NDIgMTYuODYxQzIzLjkgMTUuNTgxIDIzLjkxNCAxNS4xNzMgMjMuOTE0IDExLjkxNEMyMy45MTQgOC42NTUgMjMuOSA4LjI0NyAyMy44NDIgNi45NjdDMjMuNzg0IDUuNjg3IDIzLjU2OSA0LjgxMSAyMy4yNjEgNC4wNTNDMjIuOTQ5IDMuMjg1IDIyLjUzNSAyLjYzNSAyMS45MDcgMi4wMDdDMjEuMjc5IDEuMzc5IDIwLjYyOSAwLjk2NSAxOS44NjEgMC42NTNDMTE5LjEwMyAwLjM0NSAxOC4yMjcgMC4xMyAxNi45NDcgMC4wNzJDMTUuNjY3IDAuMDE0IDE1LjI1OSAwIDEyIDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMTIgNS44MzhDOC41OTggNS44MzggNS44MzggOC41OTggNS44MzggMTJDNS44MzggMTUuNDAyIDguNTk4IDE4LjE2MiAxMiAxOC4xNjJDMTUuNDAyIDE4LjE2MiAxOC4xNjIgMTUuNDAyIDE4LjE2MiAxMkMxOC4xNjIgOC41OTggMTUuNDAyIDUuODM4IDEyIDUuODM4Wk0xMiAxNkMxMC4zNDMgMTYgOSAxNC42NTcgOSAxM0M5IDExLjM0MyAxMC4zNDMgMTAgMTIgMTBDMTMuNjU3IDEwIDE1IDExLjM0MyAxNSAxM0MxNSAxNC42NTcgMTMuNjU3IDE2IDEyIDE2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE4LjQwNiA0LjE1NEMxNy42MSA0LjE1NCAxNi45NjEgNC44MDMgMTYuOTYxIDUuNTk5QzE2Ljk2MSA2LjM5NSAxNy42MSA3LjA0NCAxOC40MDYgNy4wNDRDMTkuMjAyIDcuMDQ0IDE5Ljg1MSA2LjM5NSAxOS44NTEgNS41OTlDMTkuODUxIDQuODAzIDE5LjIwMiA0LjE1NCAxOC40MDYgNC4xNTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.sns-icon.kakao {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDJDNy41NzcgMiA0IDQuOTU0IDQgOC42QzQgMTAuOTE3IDUuNDE0IDEyLjk0NyA3LjUyOCAxNC4xNEw2LjYzNiAxNy4wNjJDNi41NzQgMTcuMjY0IDYuNjEyIDE3LjQ4NSA2LjczNSAxNy42NTFDNi44NTggMTcuODE3IDcuMDUgMTcuOTA5IDcuMjUzIDE3Ljg5OEM3LjM3NyAxNy44OTIgNy40OTUgMTcuODUgNy41OTQgMTcuNzc5TDExLjMwOCAxNS4yMzJDMTEuNTM3IDE1LjI0NCAxMS43NjcgMTUuMjUgMTIgMTUuMjVDMTYuNDIzIDE1LjI1IDIwIDEyLjI5NiAyMCA4LjZDMjAgNC45MDQgMTYuNDIzIDIgMTIgMlpNOC4zNzUgMTAuNzVINy4xMjVDNi45MTkgMTAuNzUgNi43NSAxMC41ODEgNi43NSAxMC4zNzVWNi42MjVDNi43NSA2LjQxOSA2LjkxOSA2LjI1IDcuMTI1IDYuMjVDNy4zMzEgNi4yNSA3LjUgNi40MTkgNy41IDYuNjI1VjEwSDguMzc1QzguNTgxIDEwIDguNzUgMTAuMTY5IDguNzUgMTAuMzc1QzguNzUgMTAuNTgxIDguNTgxIDEwLjc1IDguMzc1IDEwLjc1Wk0xMSAxMC4zNzVDMTEgMTAuNTgxIDEwLjgzMSAxMC43NSAxMC42MjUgMTAuNzVDMTAuNDE5IDEwLjc1IDEwLjI1IDEwLjU4MSAxMC4yNSAxMC4zNzVWOC40Mkw5LjY2IDkuNjI1QzkuNTg2IDkuODAyIDkuMzg2IDkuODkxIDkuMjA4IDkuODE3QzkuMTYgOS43OTcgOS4xMTkgOS43NjUgOS4wODcgOS43MjVMOC41IDguNDJWMTAuMzc1QzguNSAxMC41ODEgOC4zMzEgMTAuNzUgOC4xMjUgMTAuNzVDNy45MTkgMTAuNzUgNy43NSAxMC41ODEgNy43NSAxMC4zNzVWNi42MjVDNy43NSA2LjQxOSA3LjkxOSA2LjI1IDguMTI1IDYuMjVDOC4yNjQgNi4yNSA4LjM5MyA2LjMxNiA4LjQ2NyA2LjQyNUw5LjM3NSA4LjE4TDEwLjI4MyA2LjQyNUMxMC4zNTcgNi4zMTYgMTAuNDg2IDYuMjUgMTAuNjI1IDYuMjVDMTAuODMxIDYuMjUgMTEgNi40MTkgMTEgNi42MjVWMTAuMzc1Wk0xMy41IDEwLjc1QzEzLjI5NCAxMC43NSAxMy4xMjUgMTAuNTgxIDEzLjEyNSAxMC4zNzVWNi42MjVDMTMuMTI1IDYuNDE5IDEzLjI5NCA2LjI1IDEzLjUgNi4yNUMxMy43MDYgNi4yNSAxMy44NzUgNi40MTkgMTMuODc1IDYuNjI1VjEwLjM3NUMxMy44NzUgMTAuNTgxIDEzLjcwNiAxMC43NSAxMy41IDEwLjc1Wk0xNy4xMjUgOC41QzE3LjMzMSA4LjUgMTcuNSA4LjMzMSAxNy41IDguMTI1QzE3LjUgNy45MTkgMTcuMzMxIDcuNzUgMTcuMTI1IDcuNzVIMTYuMjVWNi42MjVDMTYuMjUgNi40MTkgMTYuMDgxIDYuMjUgMTUuODc1IDYuMjVDMTUuNjY5IDYuMjUgMTUuNSA2LjQxOSAxNS41IDYuNjI1VjEwLjM3NUMxNS41IDEwLjU4MSAxNS42NjkgMTAuNzUgMTUuODc1IDEwLjc1QzE2LjA4MSAxMC43NSAxNi4yNSAxMC41ODEgMTYuMjUgMTAuMzc1VjguNUgxNy4xMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K');
}

.footer-bottom {
    padding: 0px 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    color: #fff;
    font-family: 'Arita Buri KR', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
    letter-spacing: -0.22px;
}

.footer-bottom .log {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Pretendard-Regular';
    font-weight: 300;
    line-height: 7px;
    text-align: center;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.privacy-link {
    cursor: pointer;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .m-br {
        display: block;
    }

    .pc-br {
        display: none;
    }

    /* 모바일에서 top-img 높이 고정 */
    .sub-wrap .top-img {
        height: 100vh;
        height: 100svh; /* Safari iOS 대응 */
    }

    .toTop {
        right: 30px;
        bottom: 30px;
    }

    /* 모바일에서 풀페이지 네비게이션 위치 조정 */
    #fp-nav {
        right: 20px !important;
    }

    #fp-nav ul li {
        margin: 8px 0;
    }

    #fp-nav ul li a span {
        width: 8px;
        height: 8px;
    }

    .navbar {
        padding: 20px 30px;
    }

    .navbar.on {
        padding: 20px 30px;
    }

    .nav-left,
    .nav-right {
        gap: 15px;
    }

    .navbar a {
        font-size: 14px;
    }

    .navbar a img {
        width: 50px;
        height: 75px;
    }

    .nav-center .logo {
        font-size: 18px;
    }

    .section-content h1 {
        font-size: 2rem;
    }

    .section-content p {
        font-size: 13px;
    }

    #fp-nav {
        right: 20px;
    }

    #fp-nav a {
        width: 10px;
        height: 10px;
    }

    /* 룸 프리뷰 반응형 */
    .room-preview {
        flex-direction: column !important;
    }

    .room-preview .img-wrap {
        width: 100% !important;
        height: 450px !important;
    }

    .room-preview .txt-wrap {
        width: 100% !important;
        height: 450px !important;
    }

    .room-preview .txt-wrap {
        padding: 60px 20px !important;
    }

    .room-preview .list-wrap h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .room-preview ul li {
        font-size: 13px;
        line-height: 1.8;
    }

    footer.sub {
        height: auto !important;
        flex-direction: column;
    }

    /* 푸터 반응형 */
    .footer-container {
        padding: 30px 20px;
        flex-direction: column-reverse;
        height: auto;
    }

    .footer-left {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .footer-right {
        position: static;
        margin-bottom: 20px;
    }

    .footer-bottom {
        position: static;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .section[data-anchor='section5'] .fp-overflow {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .company-info p {
        font-size: 13px;
        line-height: 1.5;
    }
}

.sub-wrap .top-img iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 비율 */
    min-height: 100%;
    min-width: 177.78vh; /* 16:9 비율 */
    transform: translate(-50%, -50%);
    border: none;
}

.view-tit-wrap {
    display: flex;
    margin-bottom: 210px;
}

.view-tit-wrap .view-tit-img {
    width: 972px;
    height: 503px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-tit-wrap .view-tit {
    width: calc(100% - 972px);
    height: 503px;
    position: relative;
}

.view-tit-wrap .view-tit p {
    margin-top: 374px;
    color: #000;
    text-align: right;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 230.769% */
    letter-spacing: -0.39px;
    text-transform: uppercase;
}

.view-movie-wrap {
    display: none; /* 기본적으로 숨김 */
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
}

.view-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.view-movie-wrap .video-control-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 44px;
    height: 44px;
}

/* 비디오 컨트롤 버튼 */
.video-control-btn {
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    border: none;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.video-control-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.video-control-btn svg {
    width: 24px;
    height: 24px;
}

.video-control-btn .mute-icon {
    display: block;
}

.video-control-btn .unmute-icon {
    display: none;
}

.video-control-btn.unmuted .mute-icon {
    display: none;
}

.video-control-btn.unmuted .unmute-icon {
    display: block;
}

.view-slide-section {
    padding-bottom: 270px;
}

.view-slide-section .view-slide-wrap {
    background-color: #242424;
    height: 1080px;
    overflow: hidden;
    width: 100%;
}

.view-slide-section .view-slide-wrap .view-slide-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 92px auto 30px auto;
    width: 100%;
}

.view-slide-section .view-slide-wrap .view-slide-tit h4 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.54px;
    text-transform: uppercase;
}

.view-slide-section .view-slide-wrap .view-slide-tit p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.54px;
    text-transform: uppercase;
}

.view-slide {
    margin-left: 260px;
    position: relative;
    overflow: hidden;
}

.view-swiper {
    width: calc(1400px * 2 + 30px);
    height: 788px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
}

.view-swiper .swiper-wrapper {
    height: 788px;
}

.view-swiper .swiper-slide {
    width: 1400px !important;
    height: 100%;
}

.view-slide .swiper-slide .view-slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 게이지바 및 pagination 스타일 */
.view-slide-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 1390px;
}

.view-slide-pagination .line-wrap {
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    margin-right: 40px;
    overflow: hidden;
}

.view-slide-pagination .pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: 'Belleza';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.view-info-wrap {
    width: 100%;
    display: flex;
    margin-bottom: 200px;
    justify-content: space-between;
}

.view-info-wrap .view-info-txt .line {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 100px;
    margin-bottom: 40px;
}

.view-info-wrap .view-info-txt p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 230.769% */
    letter-spacing: -0.39px;
    margin-bottom: 28px;
}

.view-info-wrap .view-info-txt p.last {
    margin-bottom: 320px;
}

.view-info-wrap .view-info-txt .img {
    width: 304px;
    height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-info-wrap .view-info-img {
    width: 798px;
    height: 857px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-space-wrap {
    width: 100%;
    display: flex;
    margin-bottom: 230px;
    justify-content: space-between;
}

.view-space-wrap .view-space-img {
    width: 972px;
    height: 503px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-space-wrap .view-space-txt {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.view-space-wrap .view-space-txt .line {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 268px;
    margin-bottom: 32px;
}

.view-space-wrap .view-space-txt p {
    color: #000;
    text-align: right;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 230.769% */
    letter-spacing: -0.39px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.view-space-wrap .view-space-txt a {
    display: block;
    color: #ccc;
    text-align: right;
    font-family: Belleza;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.view-space-wrap .view-space-txt a:hover {
    color: #242424;
}

@media (min-width: 2000px) {
    .view-slide {
        margin-left: 580px;
    }
}

@media (max-width: 768px) {
    .view-tit-wrap {
        flex-direction: column;
        margin-bottom: 100px;
    }

    .view-tit-wrap .view-tit-img {
        width: 100%;
        height: 250px;
    }

    .view-tit-wrap .view-tit {
        width: 100%;
        height: auto;
        align-items: flex-start;
    }

    .view-tit-wrap .view-tit p {
        text-align: left;
        margin-top: 25px;
    }

    .view-movie-wrap {
        display: block; /* 모바일에서 표시 */
        margin-bottom: 40px;
    }

    .video-control-btn {
        width: 44px;
        height: 44px;
        bottom: 20px;
        right: 20px;
    }

    .video-control-btn svg {
        width: 20px;
        height: 20px;
    }

    .view-slide-section {
        padding-bottom: 100px;
    }

    .view-slide-section .view-slide-wrap {
        height: auto;
        padding-bottom: 30px;
    }

    .view-slide-pagination {
        justify-content: center;
        margin-top: 10px;
    }

    .view-slide-section .view-slide-wrap .view-slide-tit {
        width: 90%;
        margin: 20px auto 20px auto;
    }

    .view-slide-section .view-slide-wrap .view-slide-tit h4 {
        font-size: 15px;
    }

    .view-slide-section .view-slide-wrap .view-slide-tit p {
        font-size: 15px;
    }

    .view-slide {
        margin: 0 auto;
        width: 90%;
    }

    .view-swiper {
        width: 100%;
        height: 250px;
    }

    .view-swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .view-swiper .swiper-slide {
        width: 100% !important;
    }

    .view-slide-pagination .btn-wrap {
    }

    .view-slide-pagination .line-wrap {
        display: none;
    }

    .view-info-wrap {
        flex-direction: column-reverse;
        margin-bottom: 55px;
    }

    .view-info-wrap .view-info-img {
        width: 100%;
        height: 368px;
    }

    .view-info-wrap .view-info-txt .line {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .view-info-wrap .view-info-txt p {
        line-height: 25px;
        margin-bottom: 19px;
    }

    .view-info-wrap .view-info-txt p.last {
        margin-bottom: 0px;
    }

    .view-info-wrap .view-info-txt .img {
        display: none;
    }

    .view-space-wrap {
        flex-direction: column;
        margin-bottom: 65px;
        justify-content: unset;
    }

    .view-space-wrap .view-space-img {
        width: 100%;
        height: 177px;
    }

    .view-space-wrap .view-space-txt {
        align-items: flex-start;
    }

    .view-space-wrap .view-space-txt .line {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .view-space-wrap .view-space-txt p {
        text-align: left;
        line-height: 25px;
    }
}

/* 스크롤바 숨기기 */
/* ::-webkit-scrollbar {
    display: none;
} */

/* 룸 프리뷰 섹션 스타일 */
.room-preview {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
}

.room-preview .img-wrap {
    width: 50%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.room-preview .room-preview-swiper {
    width: 100%;
    height: 100%;
}

.room-preview .room-preview-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.room-preview .room-preview-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.room-preview .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.room-preview .txt-wrap {
    width: 50%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    position: relative;
}
.room-preview .txt-wrap .toTop {
    opacity: 1;
    position: absolute;
}

.room-preview .list-wrap {
    text-align: center;
    color: #333;
}

.room-preview .list-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #000;
}

.room-preview .line {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #333;
    margin: 0 auto 40px;
}

.room-preview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-preview ul li {
    font-size: 14px;
    line-height: 2;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
}

.room-preview ul li:hover,
.room-preview ul li.active {
    color: #242424;
    opacity: 1;
    font-weight: 600;
}

.room-preview ul li a {
    pointer-events: none;
}

.space-wrap .main-content {
    padding: 0px;
    max-width: unset;
}

.space-wrap .content-title {
    max-width: 1400px;
    margin: 0 auto;
}

/* Room Slide Wrap */
.space-wrap .room-slide-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 250px;
}

.space-wrap .room-swiper {
    margin: 0 auto;
    width: 1400px;
    height: 780px;
    overflow: hidden;
}

.space-wrap .room-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.space-wrap .slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.space-wrap .room-txt-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 250px;
}

.space-wrap .room-txt-wrap .img-wrap {
    width: 630px;
    height: 680px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.space-wrap .room-txt-wrap .txt-wrap {
    position: relative;
    width: 35%;
    height: 500px;
}

.space-wrap .room-txt-wrap .txt-wrap .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.space-wrap .room-txt-wrap .txt-wrap .txt h6 {
    color: #000;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 50px;
}

.space-wrap .room-txt-wrap .txt-wrap .txt p {
    color: #000;
    text-align: center;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.space-wrap .room-info-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 250px;
}

/* Space Info Section */
.space-info-section {
    background-color: #f5f5f5;
    padding: 60px 80px 80px 80px;
    border-radius: 0;
}

.space-info-title {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}

/* Accordion Styles */
.reser-info-section .accordion-item.two .accordion-header {
    border-top: none;
}

.accordion-item.two .accordion-header {
    border-top: none;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 25px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(36, 36, 36, 0.6);
    border-top: 1px solid rgba(36, 36, 36, 0.6);
}

.reser-info-section .accordion-header {
    border-top: 1px solid rgba(36, 36, 36, 0.6);
}

.accordion-header h3 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.accordion-toggle {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease;
    user-select: none;
}

.accordion-header.active .accordion-toggle {
    transform: rotate(360deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.accordion-content.active {
    padding: 40px 0;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

/* Price Table Styles */
.price-table {
    margin-bottom: 30px;
}

.price-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-family: 'Arita Buri KR';
}

.price-table th,
.price-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.price-table th {
    background-color: #242424;
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.price-table td {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-color: #f5f5f5;
}

.price-table td:last-child,
.price-table td:nth-last-child(2) {
    font-weight: 500;
}

.price-note {
    margin-top: 20px;
    padding-bottom: 50px;
}

.price-note p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 200% */
    text-transform: uppercase;
}

.price-note p strong {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.price-note p span {
    color: #ba0000;
    font-weight: 600;
}

/* Supplies Content Styles */
.supplies-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.supplies-section {
    display: flex;
    gap: 10px;
    width: 50%;
}

.reser-wrap .supplies-section {
    display: block;
}

.reser-wrap .supplies-section h4 {
    width: auto;
    margin-bottom: 24px;
}

.supplies-section h4 {
    width: 10%;
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.supplies-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.supplies-section ul li {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-left: 12px;
    position: relative;
}

.supplies-section ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #666;
}

.supplies-section p {
    color: #333;
    font-family: 'Arita Buri KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 8px;
}

.supplies-txt {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.supplies-txt p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.reser-info-content {
    display: block;
    position: relative;
}

.reser-info-content .reser-info {
    width: 100%;
}

.reser-info-content .reser-info ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.reser-info-content .reser-info ul li {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-left: 12px;
    position: relative;
}

.reser-info-content .reser-info ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #666;
}

/* 반응형 디자인 - Space Info */
@media (max-width: 768px) {
    .supplies-section {
        width: 100%;
        flex-direction: column;
    }

    .space-info-section {
        padding: 40px 20px;
    }

    .space-info-title {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .accordion-header {
        padding: 15px 0;
    }

    .accordion-header h3 {
        font-size: 14px;
    }

    .accordion-toggle {
        font-size: 20px;
    }

    .accordion-content.active {
        padding: 20px 0;
    }

    .price-table {
        margin-bottom: 15px;
    }

    .space-wrap .reser-btn-wrap {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .price-table th,
    .price-table td {
        padding: 5px;
        font-size: 10px;
    }

    .price-note p strong {
        font-size: 15px;
        display: block;
        margin-bottom: 15px;
    }

    .supplies-content {
        flex-direction: column;
        gap: 5px 0;
    }

    .supplies-section h4 {
        font-size: 15px;
    }

    .supplies-section ul li,
    .supplies-section p,
    .price-note p {
        font-size: 12px;
    }

    .supplies-txt p {
        font-size: 12px;
    }
}

/* 반응형 디자인 - Room Slide */
@media (max-width: 1440px) {
    .space-wrap .room-swiper {
        width: 90%;
        max-width: 1400px;
    }
}

@media (max-width: 768px) {
    .space-wrap .room-info-wrap {
        padding-bottom: 40px;
    }

    .space-wrap .content-title {
        padding: 40px 20px;
        justify-content: center;
        flex-direction: column;
    }

    .space-wrap .content-title p {
        display: none;
    }

    .space-wrap .room-slide-wrap {
        padding: 50px 0;
    }

    .space-wrap .room-swiper {
        width: 95%;
        height: 250px;
    }

    .space-wrap .room-txt-wrap {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .space-wrap .room-txt-wrap .img-wrap {
        width: 90%;
        height: 300px;
    }

    .space-wrap .room-txt-wrap .img-wrap:first-child {
        order: 2;
        margin-bottom: 30px;
    }

    .space-wrap .room-txt-wrap .txt-wrap {
        width: 100%;
        height: 290px;
        order: 1;
        margin-bottom: 50px;
    }

    .space-wrap .room-txt-wrap .img-wrap:last-child {
        order: 3;
    }

    .space-wrap .room-txt-wrap .txt-wrap .txt {
        width: 100%;
    }

    .space-wrap .room-txt-wrap .txt-wrap .txt h6,
    .space-wrap .room-txt-wrap .txt-wrap .txt p {
        font-size: 12px;
    }

    .space-wrap .room-txt-wrap .txt-wrap .txt h6 {
        margin-bottom: 20px;
        line-height: 20px;
    }
}

/* Special Content Styles */
.special-content {
    max-width: 1400px;
    margin: 0 auto;
}

.special-item {
    padding-bottom: 150px;
}

.special-img-wrap {
    display: flex;
    gap: 46px;
    align-items: flex-start;
}

.special-slide-wrap {
    position: relative;
    width: 926px;
    height: 548px;
}

.special-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.special-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.special-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Special 섹션의 고정 이미지 */
.special-img-wrap > .special-img {
    width: 428px;
    height: 548px;
    flex-shrink: 0;
}

/* 커스텀 페이지네이션 */
.special-pagination,
.room-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 500;
    z-index: 10;
}

.pagination-current,
.pagination-total {
    color: #fff;
    font-family: 'Belleza', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pagination-progress {
    width: 100px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.pagination-progress-bar {
    height: 100%;
    background-color: #fff;
    width: 0%;
    transition: width 0.3s ease;
}

.special-txt-wrap {
    padding: 30px 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.special-txt-wrap.animate {
    opacity: 1;
    transform: translateY(0);
}

.special-txt-wrap h3 {
    color: #000;
    text-align: right;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 25px;
}

.special-txt-wrap p {
    color: #000;
    text-align: right;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.special-txt-wrap p.txt3 {
    font-size: 14px;
    display: block;
}

.special-txt-wrap p .line {
    width: 20px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin: 20px 0;
}

.special-txt-wrap p b {
    font-size: 14px;
    margin: 0px 0 10px 0;
    display: block;
    font-weight: 600;
}

.special-txt-wrap p a {
    display: inline-block;
    text-decoration: underline;
    margin-left: 10px;
}

/* 반응형 디자인 - Special */
@media (max-width: 1440px) {
    .special-content {
        padding: 0 40px 200px 40px;
    }

    .special-slide-wrap {
        width: 70%;
        height: 400px;
    }

    .special-img-wrap > .special-img {
        width: 30%;
        height: 400px;
    }

    .special-txt-wrap {
        padding-left: 40px;
    }

    .special-wrap .content-title {
        justify-content: center;
    }

    .special-wrap .content-title.sub p {
        display: none;
    }
}

@media (max-width: 768px) {
    .special-content {
        padding: 0 0px 50px 0px;
    }

    .special-item {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 40px;
    }

    .special-img-wrap {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .special-slide-wrap {
        width: 100%;
        height: 250px;
    }

    .special-img-wrap > .special-img {
        width: 100%;
        height: 300px;
        display: none;
    }

    .special-txt-wrap {
        padding-left: 0;
    }

    .special-txt-wrap h3 {
        font-size: 15px;
        margin-bottom: 20px;
        text-align: left;
    }

    .special-txt-wrap p {
        font-size: 13px;
        line-height: 24px;
        text-align: left;
        align-items: flex-start;
    }

    .special-txt-wrap p span {
        font-size: 12px;
    }

    .special-txt-wrap p b {
        font-size: 13px;
    }

    .special-txt-wrap p b br {
        display: none;
    }

    .pagination-progress {
        width: 80px;
    }

    .special-pagination {
        font-size: 14px;
        gap: 15px;
    }
}

.special-preview-wrap {
    width: 100%;
    padding: 200px 0;
    background-color: #242424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.special-preview-cont {
    max-width: 1400px;
    margin: 0 auto;
}

.special-preview-cont h2 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    letter-spacing: 0.6px;
    margin-bottom: 55px;
}

.special-preview-list {
    display: flex;
    gap: 55px;
}

.special-preview-item {
    width: 430px;
}

.special-preview-item .special-preview-img {
    width: 100%;
    height: 430px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 22px;
}

.special-preview-item .special-preview-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.special-preview-item .special-preview-txt h3 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.special-preview-item .special-preview-txt p {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.39px;
}

.special-preview-item .special-preview-txt p a {
    display: inline-block;
    color: #ccc;
    font-family: Belleza;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.special-preview-item .special-preview-txt p a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .special-preview-wrap {
        width: 100%;
        padding: 100px 0;
    }

    .special-preview-cont {
        max-width: 1400px;
        width: 90%;
        margin: 0 auto;
    }

    .special-preview-cont h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .special-preview-list {
        display: flex;
        gap: 50px;
        flex-direction: column;
    }

    .special-preview-item {
        width: 100%;
    }

    .special-preview-item .special-preview-img {
        width: 100%;
        height: 330px;
        margin-bottom: 15px;
    }

    .special-preview-item .special-preview-txt h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .special-preview-item .special-preview-txt p {
        font-size: 13px;
        letter-spacing: 0.39px;
    }

    .special-preview-item .special-preview-txt p a {
        font-size: 12px;
    }

    .special-preview-wrap .more-btn::after {
        display: none;
    }

    /* 모바일에서 special-preview-list를 스와이퍼로 변환 */
    .special-preview-list.swiper {
        overflow: hidden;
    }

    .special-preview-list .swiper-wrapper {
        display: flex;
    }

    .special-preview-list .swiper-slide {
        width: 100%;
        flex-shrink: 0;
    }

    .special-preview-list .swiper-slide .special-preview-item {
        width: 100%;
    }
}

.reser-wrap .main-content {
    max-width: unset;
}

.reser-wrap .content-title {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.reser-tab-menu {
    padding-bottom: 50px;
}

.reser-wrap .reser-info-wrap {
    display: flex;
    align-items: center;
}

.reser-wrap .reser-info-wrap .img-wrap {
    width: 50%;
    height: 556px;
}

.reser-wrap .reser-info-wrap .img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reser-wrap .reser-info-wrap .txt-wrap {
    width: 50%;
    height: 556px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242424;
}

.reser-wrap .reser-info-wrap .txt-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reser-wrap .reser-info-wrap .txt-wrap ul li {
    display: flex;
    align-items: flex-end;
    gap: 70px;
}

.reser-wrap .supplies-section ul li,
.supplies-section p,
.price-note p {
    font-size: 13px;
}

.reser-wrap .supplies-content {
    gap: 20px 0;
}

.reser-wrap .reser-info-wrap .txt-wrap ul li h4 {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 166.667% */
    text-transform: uppercase;
}

.reser-wrap .reser-info-wrap .txt-wrap ul li p {
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 192.308% */
    text-transform: uppercase;
}

.reser-info-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 0;
}

.reser-info-section .reser-price-wrap {
    margin-bottom: 210px;
}

.reser-info-section .reser-price-wrap h2 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reser-info-section .reser-guide-wrap h2 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* 예약하기 버튼 스타일 */
.reser-btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 33px;
    padding-right: 0;
}

.reser-btn-wrap .reser_btn {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    padding: 5px 0;
    border-bottom: 1px solid #333;
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.39px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.reser-btn-wrap .reser_btn::after {
    content: '>';
    font-size: 16px;
    font-weight: 300;
    transition: transform 0.3s ease;
    display: inline-block;
    transform: translateX(-10px);
}

.reser-btn-wrap .reser_btn:hover::after {
    transform: translateX(0px);
}

.reser-bg-wrap {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.reser-bg-wrap .bg-img {
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 환불 규정 스타일 */
.reser-refund-wrap {
    max-width: 1400px;
    margin: 0 auto 60px auto;
    padding-top: 140px;
    padding-bottom: 160px;
}

.reser-refund-wrap h2 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.refund-content {
    list-style: none;
    padding: 0;
    margin: 0 0 80px 0;
}

.refund-content li {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 15px;
}

.refund-content li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #666;
}

/* 환불 테이블 스타일 */
.refund-table {
    width: 67%;
    border-collapse: collapse;
    background-color: #fff;
    font-family: 'Arita Buri KR';
    margin-top: 20px;
}

.refund-table th,
.refund-table td {
    border: 1px solid #ddd;
    padding: 18px 10px;
    text-align: center;
}

.refund-table th {
    background-color: #242424;
    color: #fff;
    font-family: 'Arita Buri KR';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.refund-table td {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #f5f5f5;
}

/* 전액공제 텍스트를 빨간색으로 */
.refund-table td:contains('전액공제') {
    color: #ba0000;
}

/* 전액공제가 포함된 셀에 빨간색 적용 */
.refund-table tbody tr:nth-child(8) td:nth-child(2),
.refund-table tbody tr:nth-child(9) td:nth-child(2),
.refund-table tbody tr:nth-child(10) td:nth-child(2),
.refund-table tbody tr:nth-child(11) td:nth-child(2) {
    color: #ba0000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .reser-wrap .content-title {
        padding: 40px 20px 30px 20px;
        justify-content: center;
    }

    .reser-tab-menu {
        padding-bottom: 30px;
    }

    .reser-wrap .content-title p {
        display: none;
    }
    .reser-wrap .tab-container {
        justify-content: center;
    }

    .tab-item:hover::after,
    .tab-item.active::after {
        top: 0px;
    }

    .reser-wrap .main-content {
        padding: 0;
    }

    .reser-wrap .reser-info-wrap {
        flex-direction: column;
    }
    .reser-info-section {
        width: 90%;
        padding: 100px 0px 50px 0px;
    }

    .reser-info-section .reser-price-wrap {
        margin-bottom: 110px;
    }

    .reser-wrap .reser-info-wrap .img-wrap {
        width: 100%;
        height: 300px;
    }

    .reser-wrap .reser-info-wrap .txt-wrap {
        width: 100%;
        height: 300px;
        padding: 0 35px;
        justify-content: flex-start;
    }

    .reser-wrap .reser-info-wrap .txt-wrap ul li {
        flex-direction: row;
        gap: 10px;
        align-items: flex-start;
    }

    /* 예약하기 버튼 모바일 스타일 */
    .reser-btn-wrap {
        margin-top: 30px;
    }

    .reser-btn-wrap .reser_btn {
        font-size: 13px;
    }

    .reser_btn {
        padding: 5px 0px;
        font-size: 13px;
        gap: 30px;
    }

    .reser_btn::after {
        font-size: 14px;
    }

    /* 환불 규정 모바일 스타일 */
    .reser-refund-wrap h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .refund-content li {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .refund-table {
        width: 100%;
    }

    .refund-table th,
    .refund-table td {
        padding: 10px 5px;
        font-size: 11px;
        line-height: 18px;
    }

    .refund-table th {
        font-size: 13px;
    }

    /* 모바일에서 배경 이미지 처리 */
    .reser-bg-wrap {
        height: 400px;
    }

    .reser-bg-wrap .bg-img {
        background-attachment: scroll;
        height: 100%;
        position: relative;
    }

    .reser-refund-wrap {
        width: 90%;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .reser-info-section .reser-guide-wrap h2 {
        margin-bottom: 20px;
    }
}

.map-info-wrap {
    width: 100%;
    padding-bottom: 250px;
}

.mo-map {
    display: none;
}
.root_daum_roughmap .cont {
    display: none;
}

.map-txt-wrap {
    width: 100%;
    margin-top: 50px;
}

.map-txt-wrap h4 {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 166.667% */
    letter-spacing: 0.45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.map-txt-wrap p {
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 192.308% */
    letter-spacing: 0.39px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .mo-map {
        display: block;
    }

    .pc-map {
        display: none;
    }

    .map-info-wrap {
        padding-bottom: 100px;
    }

    .map-txt-wrap {
        margin-top: 30px;
    }
}

/* FAQ 게시판 스타일 */
.faq-board-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0 250px 0;
}

.faq-list {
    width: 100%;
    border-top: 2px solid #242424;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: 2px solid #242424;
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: #fff;
}

.faq-question:hover {
    background-color: #fafafa;
}

.faq-q-icon {
    width: 35px;
    height: 35px;

    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: 'Arita Buri KR';
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.faq-q-text {
    flex: 1;
    color: #000;
    font-family: 'Arita Buri KR';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.45px;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 24px;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-answer {
    overflow: hidden;
    height: 0; /* 초기 닫힘 상태 */
    opacity: 0;
    transition: all 0.28s;
    will-change: height;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    display: flex;
    gap: 20px;
    padding: 0 30px;
}

.faq-item.active .faq-answer {
    opacity: 1;
}

.faq-a-icon {
    width: 35px;
    height: 35px;
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arita Buri KR';
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.faq-a-content {
    flex: 1;
    color: #555;
    font-family: 'Arita Buri KR';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: -0.42px;
    padding-top: 5px;
}

.faq-empty {
    text-align: center;
    padding: 100px 20px;
    color: #999;
    font-family: 'Arita Buri KR';
    font-size: 16px;
    font-weight: 400;
    border-top: 2px solid #242424;
    border-bottom: 2px solid #242424;
}

/* FAQ 반응형 */
@media (max-width: 768px) {
    .faq-board-wrap {
        padding: 30px 0 100px 0;
    }

    .faq-question {
        gap: 15px;
        padding: 20px 15px;
    }

    .faq-q-icon,
    .faq-a-icon {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .faq-q-text {
        font-size: 14px;
    }

    .faq-toggle {
        width: 24px;
        height: 24px;
        font-size: 22px;
    }

    .faq-answer {
        gap: 15px;
        padding: 0 15px;
    }

    .faq-item.active .faq-answer {
        padding: 20px 15px;
    }

    .faq-a-content {
        font-size: 13px;
        line-height: 1.7;
    }
}
