@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
* {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    font-family: "Pretendard", Helvetica, sans-serif, Nanum Gothic, "나눔 고딕", AppleGothic, Dotum, "Apple SD Gothic Neo", "돋움", sans-serif !important;
    background: #F1EBE4;
}
main {
    position: relative;
}
.glass_line::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50vh;
    padding: 1.5px;
    box-shadow: inset 2px 1px 2px -1px rgba(255, 255, 255, 0.5), inset -2px -6px 2px -5px rgba(255, 255, 255, 0.5), inset 2px -2px 3px -1px rgba(0, 0, 0, 0.2), inset 1px 3px 3px -2px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
/* header : s */
#header {
    position: fixed;
    background: none;
    border: 0;
    background: rgba(245, 245, 245, 0.08);
    backdrop-filter: blur(5px);
}
#header.at-top {
    background: none !important;
    backdrop-filter: none !important;
}
#header .logo {
    /*width: 139px;*/
    height: 25px;
}
#header .logo svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}
#header .header_wrap .gnb {
    display: flex;
    gap: 10px;
}
#header .header_wrap .gnb .btn_type01 > * {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
}
#header .header_wrap .gnb .btn_type01 > *::before {
    border-radius: 25px;
}
#header .header_wrap .gnb .lang_btn {
    position: relative;
}
#header .header_wrap .gnb .lang_btn::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 20px;
    width: 13px;
    height: 8px;
    background: url(https://cdn.ananti.kr/plf/ui/img/gnb_arr.png) no-repeat center / contain;
}
#header .header_wrap .gnb .lang_btn button {
    padding-right: 42px;
}
#header .header_wrap .gnb .hamburger_btn {
    width: 20px;
    margin-left: 10px;
}
#header .header_wrap .gnb .hamburger_btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}
#header .header_wrap .gnb .hamburger_btn span + span {
    margin-top: 4px;
}
#header .header-utility .symbol {
    padding: 0;
    margin-left: 0;
}
#header .header-utility .symbol .global-symbol {
    background-size: contain;
}
/* header : e */
/* section common css */
.section {
    width: 100%;
    margin: 0;
}
.section {
    word-break: keep-all;
}
.en {
    font-family: "ANANTI GRAND";
}
.text-forest {
    color: #5F7F6A;
}
.tit {
    display: block;
    font-size: 40px;
    font-weight: 600;
}
.txt1 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}
.wht {
    color: #fff;
}
#campaignDatePicker {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    -webkit-transform: translateX(-50%) translateZ(0);
    width: auto;
    z-index: 1000;
}
#campaignDatePicker .container {
    position: relative;
    inset: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: auto;
    padding: 0;
    transform: none !important;
}
#campaignDatePicker .select_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: 557px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50vh;
    padding: 8px;
    transform: translateZ(0); /* 추가 - GPU 레이어 강제 */
    -webkit-transform: translateZ(0); /* 추가 */
}
#campaignDatePicker .select_wrap::before {
    padding: 1px;
}
#campaignDatePicker .select_wrap button {
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}
#campaignDatePicker .select_wrap button.search {
    width: 120px;
    height: 44px;
    background: #5F7F6A;
    border-radius: 50vh;
}
#campaignDatePicker .select_wrap .select_option {
    display: flex;
    padding-left: 22px;
    margin-right: 30px;
    width: auto;
    box-shadow: none;
}
#campaignDatePicker .select_wrap .option_wrap {
    display: flex;
    align-items: center;
}
#campaignDatePicker .select_wrap .option_wrap .option.hotel,
#campaignDatePicker .select_wrap .option_wrap .option.date {
    display: flex;
    align-items: center;
}
#campaignDatePicker .select_wrap .option_wrap .option.hotel {
    position: relative;
}
#campaignDatePicker .select_wrap .option_wrap .option.hotel::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    margin: 0 28px;
}
#campaignDatePicker .select_wrap .option_wrap .option_list {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 400px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#campaignDatePicker .select_wrap .option_wrap .option_list.on {
    opacity: 1;
    visibility: visible;
}
#campaignDatePicker .select_wrap .option_wrap .option_list li {
    padding: 13px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}
#campaignDatePicker .select_wrap .option_wrap .option_list li:hover {
    background: #fafafa;
}
#campaignDatePicker .select_wrap .option_wrap .option_list li + li {
    margin-top: 20px;
}
#campaignDatePicker .select_wrap .option_wrap .option_list li strong {
    font-size: 16px;
    font-weight: 500;
}
#campaignDatePicker .select_wrap .option_wrap .option_list li p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}
#campaignDatePicker .link_list {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 30px;
    margin-left: 8px;
}
#campaignDatePicker .link_list .view_btn {
    width: 60px;
    height: 60px;
}
#campaignDatePicker .link_list ul {
    display: flex;
    flex-direction: column;
    height: 0;
    transition: 0.3s;
}
#campaignDatePicker .link_list ul li {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s;
}
#campaignDatePicker .link_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
#campaignDatePicker .link_list ul li a img {
    width: 100%;
    height: 100%;
}
#campaignDatePicker .link_list.on ul {
    height: 212px;
    transition: 0.3s 0.1s;
}
#campaignDatePicker .link_list.on ul li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#campaignDatePicker .link_list.on ul li:nth-child(1) {
    transition-delay: 0.5s;
}
#campaignDatePicker .link_list.on ul li:nth-child(2) {
    transition-delay: 0.4s;
}
#campaignDatePicker .link_list.on ul li:nth-child(3) {
    transition-delay: 0.3s;
}
#campaignDatePicker .link_list.on ul li:last-child {
    transition-delay: 0.2s;
}
/* sec01 : s */
.sec01 {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}
.sec01 .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec01 .video_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec01 .video_wrap * {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    transform: scale(1.01);
}
/* sec01 : e */
/* sec02 : s */
.sec02 {
    padding: 220px 0;
    text-align: center;
    background: #ddd no-repeat center / cover;
}
.sec02 .text_wrap.text02 {
    margin-top: 127px;
}
.sec02 .text_wrap .tit_en {
    display: block;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.4;
}
.sec02 .text_wrap .sub_txt {
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
}
.sec02 .link_wrap {
    margin-top: 50px;
}
.sec02 .link_list {
}
.sec02 .link_list li {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50vh;
}
.sec02 .link_list li:nth-child(1) {
    background: #5F7F6A;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}
.sec02 .link_list li:nth-child(1)::before {
    display: none;
}
.sec02 .link_list li + li {
    margin-top: 10px;
}
.sec02 .link_list li a {
    display: flex;
    align-items: center;
    padding: 8px;
}
.sec02 .link_list li .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.sec02 .link_list li .icon img {
    width: 100%;
    height: 100%;
}
.sec02 .link_list li p {
    width: calc(100% - 40px);
    font-size: 15px;
    text-align: center;
}
/* sec02 : e */
/* sec03 : s */
.sec03 {
    width: 100%;
    height: 100vh;
    background: #f5f5f5;
}
.sec03 .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.sec03 .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-family: "Pretendard";
    font-weight: bold;
    z-index: 10;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
    text-align: center;
}
.sec03 .pool_slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec03 .pool_slider::before,
.sec03 .pool_slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4), transparent);
    z-index: 10;
}
.sec03 .pool_slider::after {
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), transparent)
}
.sec03 .pool_slider .slide_item {
    overflow: hidden;
}
.sec03 .pool_slider .slide_item .img_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sec03 .pool_slider .slide_item .img {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.sec03 .slide_btn {
    position: absolute;
    top: 50%;
    left: 80px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: -25px;
    z-index: 100;
}
.sec03 .slide_btn svg {
    vertical-align: middle;
}
.sec03 .slide_prev {
    transform: rotate(180deg);
}
.sec03 .slide_next {
    left: auto;
    right: 80px;
}
.sec03 .pool_progress {
    top: auto;
    bottom: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 2px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
}
.sec03 .pool_progress > span {
    background: #fff;
}
/* CABIN X 상단 */
.sec04 {
    padding: 100px 0;
    background: #F1EBE4;
    max-width: 1540px;
    margin: auto;
}
.sec04 .inner {
    display: block;
    max-width: 1760px;
    margin: 0 auto;
}
/* CABIN X 상단 */
.sec04_cabin_x {
    padding: 0 0 96px;
}
.sec04_cabin_x .text_wrap {
    font-family: "pretendard";
    margin-bottom: 50px;
}
.sec04_cabin_x .text_wrap .sub_tit {
    display: block;
    font-size: 34px;
    font-weight: bold;
    color: #5F7F6A;
    margin-bottom: 16px;
}
.sec04_cabin_x .text_wrap .tit {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 24px;
}
.sec04_cabin_x .text_wrap .txt1 {
    line-height: 1.75;
    /*color: #444;*/
}
/* 4개 이미지 그리드 - 시안 비율 370 x 491.41px → 132.81% */
.sec04 .room_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.sec04 .room_grid_item {
    position: relative;
    height: 0;
    padding-bottom: 132.81%; /* 491.41 / 370 * 100 */
    background: #555 no-repeat center / cover;
    overflow: hidden;
}
.sec04 .room_grid_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 55%);
}
.sec04 .room_grid_item .info_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 16px;
    z-index: 1;
}
.sec04 .room_grid_item .info_text strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 6px;
}
.sec04 .room_grid_item .info_text p {
    font-size: 15px;
    line-height: 1.5;
}
/* ROYAL CHAPTER 하단 */
.sec04_royal_chapter {
    display: flex;
    align-items: stretch;
}
.sec04_royal_chapter .royal_img_wrap {
    width: 50%;
    flex-shrink: 0;
}
.sec04_royal_chapter .royal_img {
    width: 100%;
    background: #555 no-repeat center / cover;
    padding-bottom: 66.67%; /* 470 / 705 * 100 */
    height: 0;
    min-height: 0;
}
.sec04_royal_chapter .royal_info_wrap {
    width: 50%;
    padding: 0 70px;
    background: #F1EBE4;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec04_royal_chapter .royal_tit {
    display: block;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #111;
}
.sec04_royal_chapter .royal_desc {
    line-height: 1.5;
    margin-bottom: 16px;
}
.sec04_royal_chapter .royal_spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
    margin-top: 8px;
}
.sec04_royal_chapter .spec_item {
    display: flex;
    flex-direction: column;
}
.sec04_royal_chapter .spec_num {
    font-size: 26px;
    font-weight: bold;
    color: #111;
    line-height: 1;
    margin-bottom: 8px;
}
.sec04_royal_chapter .spec_label {
    font-size: 16px;
    color: #545250;
}
/* sec04 : e */
/* sec05 : s */
.sec05 {
    background: #042028;
}
.sec05 .inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.sec05 .text_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, #000 72%, transparent 92%);
    text-align: center;
    z-index: 10;
}
.sec05 .text_wrap .tit {
    font-weight: bold;
}
.sec05 .text_wrap .txt1 {
    margin-top: 24px;
}
.sec05 .video_wrap {
    position: relative;
    width: 62%;
    height: 0;
    padding-bottom: 35%;
}
.sec05 .video_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* sec05 : e */
/* sec06 : S */
.sec06 {
    padding: 665px 0 310px;
    background: #000 no-repeat top center / 100%;
}
.sec06 .inner {
    max-width: 1540px;
    margin: 0 auto;
}
.sec06 .text_wrap {
    text-align: center;
    padding: 70px 0 50px;
}
.sec06 .text_wrap .txt1 {
    margin-top: 20px;
}
.sec06 .img_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    transform: translate(0);
}
.sec06 .img_wrap .item {
    position: relative;
    width: calc((100% - 80px) / 3);
    height: 0;
    padding-bottom: 42.65%;
    background: #555 no-repeat center / cover;
}
.sec06 .img_wrap .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent);
}
.sec06 .img_wrap .item:nth-child(3n -1) {
    transform: translateY(150px);
}
.sec06 .img_wrap .item .info_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 30px;
}
.sec06 .img_wrap .item .info_text strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.sec06 .img_wrap .item .info_text p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 6px;
}
.sec06 .facility_progress {
    position: relative;
    inset: 0;
    width: 75%;
    height: 2px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 40px;
}
.sec06 .facility_progress > span {
    height: 2px;
    background: #5F7F6A;
}
/* sec06 : e */
/* sec07 : s */
.sec07 {
    padding: 0 0 180px;
    max-width: 1540px;
    margin: auto;
    overflow: hidden;
}
.sec07 .inner {
    max-width: 1696px;
    margin: 0 auto;
}
.map {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 700px;
    background: no-repeat center / cover;
}
.sec07 .text_wrap {
    margin-top: 100px;
}
.sec07 .text_wrap .tit_en {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}
.sec07 .text_wrap p {
    margin-top: 20px;
}
.sec07 .visual_wrap {
    display: flex;
    gap: 30px;
    margin-top: 80px;
}
.sec07 .video_wrap {
    width: 45.5%;
    overflow: hidden;
}
.sec07 .video_wrap video {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    transform: scale(1.01);
}
.sec07 .tour_slider {
    width: 54.5%;
}
.sec07 .tour_progress {
    position: relative;
    inset: unset;
    width: 100%;
    height: 2px;
    order: 2;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
}
.sec07 .tour_progress > span {
    background: #5F7F6A;
}
.sec07 .img_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    transform: translate(0);
}
.sec07 .img_wrap .item {
    position: relative;
    height: 0;
    background: #555 no-repeat center / cover;
    padding-bottom: 84.5%;
}
.sec07 .img_wrap .item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent);
}
.sec07 .img_wrap .item {
    width: calc(50% - 15px);
}
.sec07 .img_wrap .item:nth-child(3) {
    width: 100%;
    padding-bottom: 62.6%;
}
.sec07 .img_wrap .item:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent);
}
.sec07 .img_wrap .item .info_text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.sec07 .img_wrap .item .info_text strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.sec07 .img_wrap .item .info_text p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 6px;
}
/* sec07 : e */
#top_btn {
    position: fixed;
    bottom: 60px;
    right: 80px;
    border: 0;
    text-align: right;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#top_btn.on {
    opacity: 1;
    visibility: visible;
}
#top_btn button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #5F7F6A;
}
.icon.icon-nav-top.icon-gray {
    background: none;
}
@media screen and (max-width: 1023px) {
    #header .logo {
        min-width: 200px;
        height: 15px;
        margin-left: 3%;
    }
    #header .header_wrap {
        position: relative;
        padding: 20px 3%;
    }
    #header .symbol .global-symbol {
        height: 15px;
    }
    #header .header_wrap .gnb .lang_btn {
        display: none;
    }
    #header .header_wrap .gnb .btn_type01 > * {
        font-size: 14px;
        line-height: 40px;
    }
    #header .header_wrap .gnb {
        gap: 5px;
        margin-right: 3%;
    }
    .tit {
        font-size: 24px;
    }
    .txt1 {
        font-size: 15px;
    }
    #campaignDatePicker {
        bottom: 20px;
        width: calc(100% - 40px);
        max-width: 500px;
    }
    #campaignDatePicker .container {
        width: 100%;
    }
    #campaignDatePicker .select_wrap {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: auto;
        border-radius: 30px;
        height: 60px;
        /*overflow: hidden;*/
        padding: 8px;
        transition: height 0.3s, border-radius 0.3s;
    }
    #campaignDatePicker .select_wrap::before {
        border-radius: 30px;
        transition: border-radius 0.3s;
    }
    #campaignDatePicker .select_wrap button {
        font-size: 18px;
    }
    #campaignDatePicker .select_wrap button.search {
        font-size: 16px;
        flex-shrink: 0;
    }
    #campaignDatePicker .select_wrap .select_option {
        display: block;
        flex: 1;
        padding: 0 10px;
        margin: 0;
        position: relative;
    }
    /* option_view_btn (Book Now) 기본 보임 */
    #campaignDatePicker .select_wrap .option_view_btn {
        text-align: left;
        opacity: 1;
        transition: opacity 0.2s;
    }
    /* option_wrap 기본 ?��? */
    #campaignDatePicker .select_wrap .option_wrap {
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        height: 0;
        /*overflow: hidden;*/
        transform: translateY(8px);
        transition: opacity 0.3s, transform 0.3s, visibility 0.3s, height 0.3s;
    }
    #campaignDatePicker .select_wrap .option_wrap .option {
        width: 100%;
        padding: 20px 0;
    }
    #campaignDatePicker .select_wrap .option_wrap .option + .option {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    #campaignDatePicker .select_wrap .option_wrap .option.hotel::after {
        display: none;
    }
    #campaignDatePicker .select_wrap .option_wrap .option_list {
        width: 100%;
        bottom: 81px;
        padding: 10px;
    }
    #campaignDatePicker .select_wrap .option_wrap .option_list li {
        padding: 13px;
    }
    /* .on 열린 상태 */
    #campaignDatePicker .select_wrap.on {
        height: 191px;
        border-radius: 20px;
        flex-direction: column;
        align-items: stretch;
    }
    #campaignDatePicker .select_wrap.on::before {
        border-radius: 20px;
    }
    #campaignDatePicker .select_wrap.on .select_option {
        display: flex;
        flex-direction: column;
        flex: none;
        width: 100%;
    }
    /* Book Now 숨김 */
    #campaignDatePicker .select_wrap.on .option_view_btn {
        opacity: 0;
        height: 0;
        overflow: hidden;
        pointer-events: none;
    }
    /* SEARCH 열리면 full width */
    #campaignDatePicker .select_wrap.on button.search {
        width: 100%;
        margin-top: 6px;
        flex-shrink: 0;
    }
    /* option_wrap 보임 */
    #campaignDatePicker .select_wrap.on .option_wrap {
        opacity: 1;
        visibility: visible;
        height: auto;
        transform: translateY(0);
        transition: opacity 0.3s 0.15s, transform 0.3s 0.15s, visibility 0.3s 0.15s;
    }
    #campaignDatePicker .link_list {
        position: absolute;
        bottom: calc(100% + 8px);
        right: 0;
        z-index: -1;
    }
    .slide_btn {
        display: flex !important;
        gap: 10px;
        margin-top: 40px;
    }
    .slide_btn button {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #5F7F6A;
    }
    .slide_btn button.slide_prev {
        transform: rotate(180deg);
    }
    .slide_btn button.swiper-button-disabled {
        opacity: 0.5;
    }
    .slide_btn button svg {
        width: 12px;
        height: 9px;
    }
    .sec02 {
        background-position: bottom right 27%;
        padding: 89px 0;
    }
    .sec02 .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .sec02 .text_wrap.text02 {
        margin-top: 60px;
    }
    .sec02 .text_wrap .tit_en {
        font-size: 30px;
    }
    .sec02 .text_wrap .sub_txt {
        font-size: 20px;
        margin-bottom: 14px;
        margin-top: 30px;
    }
    .sec02 .text_wrap .txt1 {
        margin-top: 20px;
    }
    .sec03 .tit {
        display: block;
        width: 100%;
        text-align: center;
    }
    .sec03 .slide_btn {
        display: none !important;
    }
    .sec03 .pool_slider::before, .sec03 .pool_slider::after {
        width: 25%;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent);
    }
    .sec03 .pool_slider::after {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0.2), transparent);
    }
    .sec03 {
        height: auto;
    }
    .sec03 .pool_slider {
        height: auto;
    }
    .sec03 .pool_slider .swiper-wrapper {
        height: auto;
    }
    .sec03 .pool_slider .slide_item {
        position: relative;
        padding-bottom: 177.78%;
        height: 0;
    }
    .sec03 .pool_slider .slide_item .img_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .sec03 .pool_slider .slide_item .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .sec04 {
        padding: 80px 0;
    }
    .sec04 .inner {
        display: block;
        width: calc(100% - 40px);
    }
    .sec04 .text_wrap {
        width: 100%;
        max-width: 100%;
    }
    .sec04 .room_grid {
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }
    .sec04 .room_grid .item {
        margin-right: 10px;
    }
    .sec04 .room_grid .item:last-child {
        margin-right: 0;
    }
    .sec04 .img_wrap {
        display: block;
    }
    .sec04 .img_wrap .item:nth-child(even) {
        transform: translateY(0);
    }
    .sec04 .img_wrap .item {
        width: 100%;
        min-width: 300px;
        padding-bottom: 133%;
        margin-right: 0;
    }
    .sec04 .img_wrap .item + .item {
        margin-top: 20px;
    }
    .sec04 .img_wrap .item .info_text {
        padding: 24px 20px;
    }
    .sec04 .img_wrap .item .info_text strong {
        font-size: 16px;
    }
    .sec04 .img_wrap .item .info_text p {
        font-size: 12px;
        margin-top: 8px;
    }
    .sec04_royal_chapter {
        display: block;
    }
    .sec04 .room_grid_item {
        margin-bottom: 20px;
        display: block;
    }
    .sec04 .room_grid_item .info_text p {
        font-size: 14px;
    }
    .sec04_royal_chapter .royal_img_wrap {
        width: 100%;
    }
    .sec04_royal_chapter .royal_info_wrap {
        width: 100%;
        padding: 0;
        margin-top: 40px;
        background: #F1EBE4;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sec04_royal_chapter .royal_spec:not(d-md-none) {
        display: none;
    }
    .sec04_royal_chapter .royal_spec.d-md-none {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        margin-bottom: 40px;
    }
    .sec04_royal_chapter .royal_img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 240px;
        background: transparent no-repeat center / cover;
    }
    .sec04_royal_chapter .royal_tit {
        display: block;
        font-size: 24px;
    }
    .sec04_royal_chapter .spec_num {
        font-size: 20px;
    }
    .sec04_cabin_x .text_wrap .sub_tit {
        display: block;
        font-size: 24px;
    }
    .sec04_cabin_x {
        padding-bottom: 0;
    }
    .sec04_cabin_x .text_wrap .tit {
        font-size: 26px;
    }
    .sec04_cabin_x .text_wrap .txt1 {
        line-height: 1.5;
    }
    .sec04 .room_grid_item .info_text strong {
        font-size: 18px;
    }
    /*.sec04_royal_chapter .spec_num {font-size: 24px;}*/
    .sec04_royal_chapter .spec_label {
        font-size: 14px;
    }
    .sec05 .inner {
        padding-bottom: 78%;
    }
    .sec05 .text_wrap {
        top: auto;
        bottom: 0;
        justify-content: center;
        width: 100%;
        height: 52%;
        padding: 0 20px;
        background: linear-gradient(0deg, #000 89%, transparent 100%); /* background: #042028; */
    }
    .sec05 .text_wrap .txt1 {
        margin-top: 16px;
    }
    .sec05 .video_wrap {
        width: 100%;
        padding-bottom: 91%;
    }
    .sec06 {
        padding: 195px 0 80px;
    }
    .sec06 .inner, .sec07-mo .inner {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .sec06 .facility_slider {
        width: calc(100% + 40px);
        overflow: hidden;
        margin: 40px 0 0 -20px;
    }
    .sec06 .facility_slide_btn {
        margin-top: 0;
    }
    .sec06 .facility_slide_btn button {
        border-color: #fff;
    }
    .sec06 .img_wrap {
        flex-wrap: nowrap;
        gap: 0;
    }
    .sec06 .img_wrap .item {
        width: 75%;
        padding-bottom: 99.5%;
        margin: 0 5px;
    }
    .sec06 .img_wrap .item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48%;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.6), transparent);
    }
    .sec06 .img_wrap .item:last-child {
        margin-right: 0;
    }
    .sec06 .img_wrap .item:nth-child(3n -1) {
        transform: translateY(0);
    }
    /*.sec06 .img_wrap .item:nth-child(odd) {*/
    /*    margin-top: 40px;*/
    /*}*/
    .sec06 .img_wrap .item .info_text {
        padding: 24px 20px;
    }
    .sec06 .img_wrap .item .info_text strong {
        font-size: 18px;
    }
    .sec06 .img_wrap .item .info_text p {
        font-size: 14px;
        margin-top: 6px;
    }
    .sec06 .text_wrap {
        padding: 40px 0 60px;
    }
    .sec06 .text_wrap strong {
        font-size: 24px;
    }
    .sec06 .text_wrap .txt1 {
        margin-top: 20px;
    }
    .sec07 {
        padding: 60px 0 100px;
    }
    .sec07-mo {
        padding: 80px 0 40px;
    }
    .sec07 .inner {
        display: flex;
        flex-direction: column;
        width: calc(100% - 40px);
    }
    .sec07-mo .text_wrap p {
        margin-top: 20px;
    }
    .map {
        height: 0;
        background: no-repeat top right 68% / 154%;
        padding-bottom: 56%;
        order: 2;
    }
    .sec07 .visual_wrap {
        flex-direction: column;
        margin-top: 0px;
        gap: 0;
        order: 3;
    }
    .sec07 .text_wrap {
        order: 1;
        margin-top: 0;
    }
    .sec07 .text_wrap .tit_en {
        font-size: 24px;
    }
    .sec07 .text_wrap p {
        margin-top: 16px;
    }
    .sec07 .video_wrap {
        position: relative;
        left: 50%;
        width: 100vw;
        height: 0;
        padding-bottom: 189%;
        margin-left: -50vw;
        order: 3;
        margin-top: 50px;
    }
    .sec07 .video_wrap video {
        position: absolute;
        top: 0;
        left: 0;
    }
    .sec07 .tour_slider {
        width: 100%;
        overflow: hidden;
        order: 1;
    }
    .sec07 .img_wrap {
        flex-wrap: nowrap;
        gap: 0;
    }
    .sec07 .img_wrap .item {
        width: 79% !important;
        min-width: 300px;
        padding-bottom: 105% !important;
        margin-right: 10px;
    }
    .sec07 .img_wrap .item:last-child {
        margin-right: 0;
    }
    .sec07 .img_wrap .item .info_text {
        padding: 24px 20px;
    }
    .sec07 .img_wrap .item .info_text strong {
        font-size: 16px;
        font-weight: 500;
    }
    .sec07 .img_wrap .item .info_text p {
        font-size: 14px;
        margin-top: 6px;
    }
    #top_btn {
        position: fixed;
        bottom: 157px;
        right: 20px;
        padding: 0;
    }
}
#footer {
    font-family: "pretendard";
    background: #F1EBE4;
}
#footer .accordion__cont {
    background: #F1EBE4;
}