@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Asta+Sans:wght@300..800&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: "Asta Sans", sans-serif;
}

section {
    position: relative;
    margin-top: -1px;
    width: 100%;
    overflow-x: hidden;
}

section img {
    width: 100%;
}

.pc-only {
    display: none !important;
}

.mo-only {
    display: block !important;
}

.bg-black2 {
    background-color: #000;
}

.up {
    overflow: hidden;
}

.up img,
.up>div:not(.swiper) {
    display: block;
    width: 100%;
    transform-origin: bottom center;
    transform: translateY(300%);
}

[class^=txt-]:not(.flowUp [class^=txt-]) {
    position: absolute;
}

.flowUp [class^=txt-] {
    margin: auto;
    display: block;
    position: static;
}

.floatUp img {
    transform: translateY(50px);
    opacity: 0;
    position: static;
}

.flowUp .up img,
.flowUp .up>div {
    display: block;
    width: 100%;
    transform-origin: bottom center;
    transform: translateY(50px);
    opacity: 0;
    position: static;
}

#a1{
    display: flex;
    justify-content: center;
}

#a1 .bg {
    width: 100vw;
    height: calc(100vh - 70px);
    left: 0vw;
    top: 0vw;
    background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a1-bg-m.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#a1 .txt-1 {
    /*width: 76.28%;*/
    /*height: 45.41%;*/
    /*left: 11.34%;*/
    /*top: 21.57%;*/
    width: 76.95vw;
    height: 7.72vw;
    top: 38.06vw;
}

#a1 .txt-2 {
    width: 76.28vw;
    height: 8.68vw;
    top: 51.94vw;
}

#a1 .txt-3 {
    width: 28.27vw;
    height: 10.21vw;
    top: 69.17vw;
}

#a1 .txt-4 {
    width: 63.31vw;
    height: 18.87vw;
    top: 103.75vw;
}

#a1 .txt-5 {
    width: 31.57vw;
    height: 5.37vw;
    left: 34.12vw;
    bottom: 15vw;
}

#a2 .bg {
    width: 100vw;
    height: 183.06vw;
    position: relative;
    background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a2-bg-m.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#a2 .txt-1 {
    width: 72.17vw;
    height: 35.09vw;
    left: 13.75vw;
    top: 32.45vw;
}

#a2 .txt-2 {
    width: 76.05vw;
    height: 44.75vw;
    left: 12.13vw;
    top: 100.79vw;
}

#a3 {
    padding-top: 120px;
    padding-bottom: 100px;
}

#a3 .txt-1 {
    width: 81.56vw;
    height: 27.55vw;
}

#a3 .txt-3 {
    width: 85.17vw;
    margin-top: 40px;
}

#a3 .txt-3 .message-box {
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
    padding: 14px 10px 10px 14px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

#a3 .txt-3 .message-box .message-input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
    color: #333;
}

#a3 .txt-3 .message-box .message-input::-moz-placeholder {
    color: #aaa;
    font-weight: 600;
}

#a3 .txt-3 .message-box .message-input::placeholder {
    color: #aaa;
    font-weight: 600;
}

#a3 .txt-3 .message-box .message-input::-webkit-scrollbar {
    width: 4px;
}

#a3 .txt-3 .message-box .message-input::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#a3 .txt-3 .message-box .message-input::-webkit-scrollbar-thumb {
    background: #585858;
    border-radius: 10px;
}

#a3 .txt-3 .message-box .message-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 4px;
    line-height: 1;
}

#a3 .txt-3 .message-box .message-footer .char-count {
    font-size: 12px;
    color: #aaa;
}

#a3 .txt-3 .message-box .message-footer .submit-btn {
    background: #5dd5c8;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25) inset;
}

#a3 .txt-3 .message-box .message-footer .submit-btn:hover {
    background: #4cc1b4;
}

#a3 .txt-4 {
    width: 85.17vw;
    margin-top: 40px;
}

#a3 .txt-4 .message-content {
    width: 100%;
    background-color: #b2f0de;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-family: "Noto Sans KR", sans-serif;
    color: #000;
    line-height: 1.5;
    border: 2px solid #00CAA5;
}

#a3 .txt-4 .message-content .message {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 300;
}

#a3 .txt-4 .message-content .message:last-child {
    border-bottom: none;
}

#a3 .txt-4 .message-content .message .author {
    font-weight: 600;
    font-size: 14px;
    flex: 1;
}

#a3 .txt-4 .message-content .message .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 8px;
    display: flex;
    align-items: center;
}

#a3 .txt-4 .message-content .message .content {
    font-size: 14px;
}

#a3 .txt-4 .message-content .message .message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
}

#a3 .txt-4 .message-content .message .delete-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    color: #666;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

#a3 .txt-4 .message-content .message .delete-btn:hover {
    background-color: rgba(255, 0, 0, 0.1);
    color: #ff4444;
    opacity: 1;
}

#a3 .txt-4 .message-content .message .delete-btn svg {
    width: 14px;
    height: 14px;
}

#a3 .txt-4 .message-content .message:first-child,
#a3 .txt-4 .message-content .message:nth-child(5n+1) {
    padding-top: 0;
}

#a3 .txt-4 .message-content .message:nth-child(5n) {
    padding-bottom: 0;
    border-bottom: 0;
}

#a3 .txt-4 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
}

#a3 .txt-4 .pagination button {
    border: none;
    background: transparent;
    color: rgba(93, 213, 201, 0.3294117647);
    font-size: 18px;
    cursor: pointer;
    padding: 0 9px;
}

#a3 .txt-4 .pagination button:disabled {
    cursor: default;
}

#a3 .txt-4 .pagination .pages {
    display: flex;
    gap: 6px;
}

#a4 .bg {
    width: 100vw;
    height: 409.44vw;
    position: relative;
    background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a4-bg-m.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#a4 .txt-0 {
    width: 77.56vw;
    height: 15.65vw;
    left: 11.06vw;
    top: 27.45vw;
}

#a4 .txt-1 {
    width: 30.99vw;
    height: 66.39vw;
    left: 16.92vw;
    top: 63.89vw;
}

#a4 .txt-2 {
    width: 31.1vw;
    height: 51.67vw;
    left: 51.94vw;
    top: 63.89vw;
}

#a4 .txt-3 {
    width: 31.11vw;
    height: 67.22vw;
    left: 51.94vw;
    top: 118.89vw;
}

#a4 .txt-4 {
    width: 30.99vw;
    height: 46.29vw;
    left: 16.67vw;
    top: 135vw;
}

#a4 .txt-5 {
    width: 31.27vw;
    height: 42.1vw;
    left: 16.94vw;
    top: 187.78vw;
}

#a4 .txt-6 {
    width: 31.11vw;
    height: 58.33vw;
    left: 50.83vw;
    top: 193.61vw;
}

#a4 .txt-7 {
    width: 31.06vw;
    height: 49.73vw;
    left: 16.67vw;
    top: 232.78vw;
}

#a4 .txt-8 {
    width: 31.11vw;
    height: 59.44vw;
    left: 51.94vw;
    top: 256.39vw;
}

#a4 .txt-9 {
    width: 31.39vw;
    height: 44.17vw;
    left: 16.94vw;
    top: 286.94vw;
}

#a4 .txt-10 {
    width: 66.98vw;
    height: 8.49vw;
    left: 16.39vw;
    top: 349.17vw;
}

#a4 .txt-11 {
    width: 66.98vw;
    height: 8.49vw;
    left: 16.39vw;
    top: 363.74vw;
}

#a6 {
    padding-top: 60px;
    padding-bottom: 100px;
}
#a7 {
    padding-bottom: 100px;
}
#a6 .txt-1 {
    width: 22.27vw;
    height: 4.87vw;
}

#a7 .txt-1 {
    width: 41.76vw;
    height: 4.87vw;
}

#a6 .hotel-section,
#a7 .hotel-section {
    position: static;
    margin: auto;
    color: #fff;
    font-family: Arial, sans-serif;
    width: 100vw;
}

#a6 .txt-2{
    margin-top: 30px;
    width: 66.98vw;
    height: 8.49vw;
}
#a6 .txt-3{
    margin-top: 20px;
    width: 66.98vw;
    height: 8.49vw;
}

#a7 .txt-2{
    margin-top: 40px;
    width: 57.78vw;
    height: 16.11vw;
}
#a7 .txt-3{
    margin-top: 30px;
    width: 66.98vw;
    height: 8.49vw;
}

#a6 .hotel-section .section-header,
#a7 .hotel-section .section-header {
    width: 74.17vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

#a6 .hotel-section .section-header .tab-menu,
#a7 .hotel-section .section-header .tab-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding: 0;
}

#a6 .hotel-section .section-header .tab-menu .tab-item,
#a7 .hotel-section .section-header .tab-menu .tab-item {
    cursor: pointer;
    flex: 0 0 45%;
    box-sizing: border-box;
}

#a6 .hotel-section .section-header .tab-menu .tab-item img,
#a7 .hotel-section .section-header .tab-menu .tab-item img {
    display: block;
    width: 100%;
    transition: filter 0.3s ease;
    filter: grayscale(100%) brightness(60%);
    cursor: pointer;
}

#a6 .hotel-section .section-header .tab-menu .tab-item.active img,
#a7 .hotel-section .section-header .tab-menu .tab-item.active img {
    filter: none;
    cursor: pointer;
}

#a6 .hotel-section .tab-content-wrapper,
#a7 .hotel-section .tab-content-wrapper {
    overflow: hidden;
}

#a6 .hotel-section .tab-content-wrapper .tab-content,
#a7 .hotel-section .tab-content-wrapper .tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#a6 .hotel-section .tab-content-wrapper .tab-content.active,
#a7 .hotel-section .tab-content-wrapper .tab-content.active {
    display: block;
    opacity: 1;
}

#a6 .hotel-section .tab-content-wrapper .tab-content .main-image-container,
#a7 .hotel-section .tab-content-wrapper .tab-content .main-image-container {
    margin-bottom: 10px;
}

#a6 .hotel-section .tab-content-wrapper .tab-content .main-image-container img,
#a7 .hotel-section .tab-content-wrapper .tab-content .main-image-container img {
    width: 100%;
    display: block;
}

#a6 .hotel-section .tab-content-wrapper .tab-content .swiper,
#a7 .hotel-section .tab-content-wrapper .tab-content .swiper {
    overflow: visible;
}

#a6 .hotel-section .tab-content-wrapper .tab-content .swiper .swiper-slide,
#a7 .hotel-section .tab-content-wrapper .tab-content .swiper .swiper-slide {
    width: auto;
}

#a8 .bg {
    width: 100vw;
    height: 68.33vw;
    left: 0vw;
    top: 0vw;
    background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a8-bg-m.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#a8 .txt-1 {
    width: 76.25vw;
    height: 15.69vw;
    left: 11.92vw;
    top: 14.36vw;
}

#a8 .txt-2 {
    width: 73.64vw;
    height: 19.09vw;
    left: 12.96vw;
    top: 36.99vw;
}

#a8 .txt-3 {
    width: 179.17vw;
    left: 8.89vw;
    top: 74.44vw;
}

#a8-slide {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
}

#a8-slide .swiper {
    padding: 0 40px;
}

#a8-slide .txt-4 {
    width: 68vw;
    position: static;
    margin: 60px auto 30px;
}

#a9 .bg {
    width: 100vw;
    height: 183.06vw;
    left: 0vw;
    top: 0vw;
    background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a1-bg-m.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

#a9 .txt-1 {
    width: 68.24vw;
    height: 60.24vw;
    left: 16.67vw;
    top: 45.21vw;
}

#a9 .txt-2 {
    width: 31.57vw;
    height: 5.37vw;
    left: 34.12vw;
    bottom: 10vw;
}

@media (min-width: 1024px) {
    .pc-only {
        display: block !important;
    }

    .mo-only {
        display: none !important;
    }

    #a1 .bg {
        width: 100vw;
        height: calc(100vh - 108px);
        left: 0vw;
        top: 0vw;
        background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a1-bg.jpg");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }


    #a1 .txt-1 {
        /*width: 76.28%;*/
        /*height: 45.41%;*/
        /*left: 11.34%;*/
        /*top: 21.57%;*/
        width: 24.32vw;
        height: 2.45vw;
        left: 37.86vw;
        top: 5.99vw;
    }

    #a1 .txt-2 {
        width: 24.01vw;
        height: 2.71vw;
        left: 38.18vw;
        top: 10.00vw;
    }

    #a1 .txt-3 {
        width: 8.89vw;
        height: 3.21vw;
        left: 45.57vw;
        top: 14.90vw;
    }


    /*#a1 .txt-1 {*/
    /*    width: 24.11vw;*/
    /*    height: 11.29vw;*/
    /*    left: 37.97vw;*/
    /*    top: 5.94vw;*/
    /*}*/


    #a1 .txt-4 {
        width: 23.33vw;
        height: 3.31vw;
        left: 38.33vw;
        top: 20vw;
    }

    #a1 .txt-5 {
        width: 12.98vw;
        height: 2.21vw;
        left: 43.52vw;
        bottom: 3vw;
    }

    #a2 .bg {
        width: 100vw;
        height: 56.25vw;
        left: 0vw;
        top: 0vw;
        background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a2-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    #a2 .txt-1 {
        width: 39.67vw;
        height: 9.12vw;
        left: 30.2vw;
        top: 17.76vw;
    }

    #a2 .txt-2 {
        width: 40.73vw;
        height: 9.95vw;
        left: 29.64vw;
        top: 34.51vw;
    }

    #a3 {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    #a3 .txt-1 {
        width: 33.11vw;
        height: 10.67vw;
    }

    #a3 .txt-2 {
        width: 46.82vw;
        height: 3.86vw;
        margin-top: 85px;
    }

    #a3 .txt-3 {
        width: 46.82vw;
        margin-top: 85px;
    }

    #a3 .txt-3 .message-box {
        margin-bottom: 20px;
        width: 100%;
        background: #fff;
        padding: 16px;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        box-sizing: border-box;
    }

    #a3 .txt-3 .message-box .message-input {
        width: 100%;
        height: 60px;
        border: none;
        outline: none;
        resize: none;
        font-size: 20px;
        color: #333;
    }

    #a3 .txt-3 .message-box .message-input::-moz-placeholder {
        color: #aaa;
        font-weight: 600;
    }

    #a3 .txt-3 .message-box .message-input::placeholder {
        color: #aaa;
        font-weight: 600;
    }

    #a3 .txt-3 .message-box .message-input::-webkit-scrollbar {
        width: 4px;
    }

    #a3 .txt-3 .message-box .message-input::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    #a3 .txt-3 .message-box .message-input::-webkit-scrollbar-thumb {
        background: #585858;
        border-radius: 10px;
    }

    #a3 .txt-3 .message-box .message-footer {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 4px;
        line-height: 1;
    }

    #a3 .txt-3 .message-box .message-footer .char-count {
        font-size: 14px;
        color: #aaa;
    }

    #a3 .txt-3 .message-box .message-footer .submit-btn {
        background: #5dd5c8;
        border: none;
        border-radius: 6px;
        padding: 8px 18px;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25) inset;
    }

    #a3 .txt-3 .message-box .message-footer .submit-btn:hover {
        background: #4cc1b4;
    }

    #a3 .txt-4 .message {
        display: none;
    }

    #a3 .txt-4 .message.active {
        display: block;
    }

    #a3 .txt-4 {
        width: 46.82vw;
        margin-top: 85px;
    }

    #a3 .txt-4 .message-content {
        width: 100%;
        background-color: #b2f0de;
        margin: 20px auto;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        font-family: "Noto Sans KR", sans-serif;
        color: #000;
        line-height: 1.5;
        border: 2px solid #00CAA5;
    }

    #a3 .txt-4 .message-content .message {
        position: relative;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        font-weight: 300;
    }

    #a3 .txt-4 .message-content .message:last-child {
        border-bottom: none;
    }

    #a3 .txt-4 .message-content .message .author {
        font-weight: 600;
        flex: 1;
    }

    #a3 .txt-4 .message-content .message .date {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        margin-right: 8px;
        display: flex;
        align-items: center;
    }

    #a3 .txt-4 .message-content .message .content {
        font-size: 18px;
    }

    #a3 .txt-4 .message-content .message .message-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
        position: relative;
    }

    #a3 .txt-4 .message-content .message .delete-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        border-radius: 4px;
        color: #666;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.7;
    }

    #a3 .txt-4 .message-content .message .delete-btn:hover {
        background-color: rgba(255, 0, 0, 0.1);
        color: #ff4444;
        opacity: 1;
    }

    #a3 .txt-4 .message-content .message .delete-btn svg {
        width: 16px;
        height: 16px;
    }

    #a3 .txt-4 .message-content .message:first-child,
    #a3 .txt-4 .message-content .message:nth-child(5n+1) {
        padding-top: 0;
    }

    #a3 .txt-4 .message-content .message:nth-child(5n) {
        padding-bottom: 0;
        border-bottom: 0;
    }

    #a3 .txt-4 .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 50px;
    }

    #a3 .txt-4 .pagination button {
        border: none;
        background: transparent;
        color: rgba(93, 213, 201, 0.3294117647);
        font-size: 20px;
        cursor: pointer;
        padding: 0 10px;
    }

    #a3 .txt-4 .pagination button:disabled {
        cursor: default;
    }

    #a3 .txt-4 .pagination .pages {
        display: flex;
        gap: 6px;
    }

    #a4 {
        height: 136.04vw;
    }

    #a4 .bg {
        display: none;
    }

    #a4 .txt-0 {
        width: 31.55vw;
        height: 6.59vw;
        left: 34.19vw;
        top: 10.32vw;
    }

    #a4 .txt-1 {
        width: 18.75vw;
        height: 36.25vw;
        left: 19.38vw;
        top: 27.08vw;
    }

    #a4 .txt-2 {
        width: 18.75vw;
        height: 24.53vw;
        left: 40.62vw;
        top: 27.08vw;
    }

    #a4 .txt-3 {
        width: 18.75vw;
        height: 28.23vw;
        left: 62.08vw;
        top: 27.08vw;
    }

    #a4 .txt-4 {
        width: 18.75vw;
        height: 40.47vw;
        left: 40.62vw;
        top: 54.9vw;
    }

    #a4 .txt-5 {
        width: 18.75vw;
        height: 31.46vw;
        left: 62.08vw;
        top: 58.54vw;
    }

    #a4 .txt-6 {
        width: 18.75vw;
        height: 26.15vw;
        left: 19.22vw;
        top: 65.36vw;
    }

    #a4 .txt-7 {
        width: 18.75vw;
        height: 29.84vw;
        left: 62.08vw;
        top: 93.7vw;
    }

    #a4 .txt-8 {
        width: 18.75vw;
        height: 28.18vw;
        left: 19.38vw;
        top: 94.95vw;
    }

    #a4 .txt-9 {
        width: 18.75vw;
        height: 24.11vw;
        left: 40.62vw;
        top: 99.01vw;
    }

    #a5 .bg {
        width: 100vw;
        height: 56.25vw;
        left: 0vw;
        top: 0vw;
        background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a5-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    #a5 .txt-1 {
        width: 31.56vw;
        height: 6.76vw;
        left: 34.18vw;
        top: 13.38vw;
    }

    #a5 .txt-2 {
        width: 29.17vw;
        height: 3.12vw;
        left: 35.42vw;
        top: 28.33vw;
    }

    #a5 .txt-3 {
        width: 29.17vw;
        height: 3.12vw;
        left: 35.42vw;
        top: 34.33vw;
    }

    #a6{
        padding-top: 220px;
        padding-bottom: 220px;
    }
    #a7{
        padding-bottom: 220px;
    }

    #a6 .txt-1 {
        width: 8.7vw;
        height: 1.9vw;
    }

    #a7 .txt-1 {
        width: 15.80vw;
        height: 1.95vw;
    }

    #a6 .txt-2, #a6 .txt-3{
        margin-top: 30px;
        width: 26.04vw;
        height: 3.12vw;
    }

    #a7 .txt-2{
        width: 29.28vw;
        height: 6.76vw;
    }
    #a7 .txt-3{
        margin-top: 120px;
        width: 26.04vw;
        height: 3.12vw;
    }

    #a6 .hotel-section,
    #a7 .hotel-section {
        width: 100%;
        padding: 50px 0 80px;
    }

    #a6 .hotel-section .section-header .tab-menu,
    #a7 .hotel-section .section-header .tab-menu {
        width: 100%;
        display: flex;
        justify-content: space-around;
        gap: 5px;
    }

    #a6 .hotel-section .section-header .tab-menu .tab-item,
    #a7 .hotel-section .section-header .tab-menu .tab-item {
        cursor: pointer;
        flex: unset;
    }

    #a6 .hotel-section .section-header .tab-menu .tab-item img,
    #a7 .hotel-section .section-header .tab-menu .tab-item img {
        display: block;
        width: 100%;
        transition: filter 0.3s ease;
        filter: grayscale(100%) brightness(60%);
    }

    #a6 .hotel-section .section-header .tab-menu .tab-item.active img,
    #a7 .hotel-section .section-header .tab-menu .tab-item.active img {
        filter: none;
    }

    #a6 .hotel-section .tab-content-wrapper,
    #a7 .hotel-section .tab-content-wrapper {
        margin: auto;
        width: 71.67vw;
        overflow: visible;
    }

    #a6 .hotel-section .tab-content-wrapper .tab-content .main-image-container,
    #a7 .hotel-section .tab-content-wrapper .tab-content .main-image-container {
        margin-bottom: 20px;
    }


    #a8 .bg {
        width: 100vw;
        height: 56.25vw;
        left: 0vw;
        top: 0vw;
        background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a8-bg.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    #a8 .txt-1 {
        width: 18.58vw;
        height: 4.01vw;
        left: 40.68vw;
        top: 7.44vw;
    }

    #a8 .txt-2 {
        width: 37.43vw;
        height: 2.63vw;
        left: 31.2vw;
        top: 14.32vw;
    }

    #a8 .txt-3 {
        width: 69.22vw;
        height: 20.47vw;
        left: 15.36vw;
        top: 21.4vw;
    }

    #a8 .floatUp .txt-4 {
        /*width: 26.04vw;*/
        /*height: 3.12vw;*/
        /*display: block !important;*/
        /*padding-top: 80px;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        width: 26.04vw;
        height: 3.12vw;
        left: 36.98vw;
        top: 47.03vw;
    }

    #a9 .bg {
        width: 100vw;
        height: 100vh;
        left: 0vw;
        top: 0vw;
        background-image: url("//cdn.ananti.kr/plf/ui/img/campaign/a1-bg.jpg");
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
    }

    #a9 .txt-1 {
        width: 35.73vw;
        height: 8.33vw;
        left: 31.51vw;
        top: 16.98vw;
    }

    #a9 .txt-2 {
        width: 12.98vw;
        height: 2.21vw;
        left: 43.52vw;
        bottom: 3vw;
    }
}