@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

:root {
    --swiper-navigation-size: 20px !important;
    --swiper-navigation-md-size: 35px;
    --primary-color: #4e6a92;
}


@font-face {
    font-family: "Pretendard-Regular";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "MapoGoldenPier";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoGoldenPierA.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ELAND_Choice_M';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/ELAND_Choice_M.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
}

@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
}

@font-face {
    font-family: 'LotteMartDream';
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
}

.lmd300 {
    font-family: 'LotteMartDream', sans-serif !important;
    font-weight: 300 !important;
}

.lmd400 {
    font-family: 'LotteMartDream', sans-serif !important;
    font-weight: 300 !important;
}

.lmd700 {
    font-family: 'LotteMartDream', sans-serif !important;
    font-weight: 700 !important;
}


.wb-keep-all {
    word-break: keep-all;
    white-space: break-spaces;
}

.card-zoom-image {
    min-height: 300px;
}

.room-grid-title {
    padding-bottom: 5px;
}

.card-zoom-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out;
}

.card-zoom:hover .card-zoom-image {
    transform: scale(110%);
}

.card-zoom:hover .card-zoom-image::after {
    opacity: 0;
}

.btn-room.active {
    background-color: var(--primary-color);
    color: white;
}

.btn-room.active:hover {
    color: white;
}

#nav-menu {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    transform: rotate(0.03deg);
}

#nav-menu::before {
    background-color: white;
}

#nav-menu.hover::before {
    background-color: rgb(31 41 55);
}

#nav-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.navbg {
    background-color: hsla(0, 0%, 0%, 0.5);
}

.btn-rsv {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.btn-rsv span {
    background-color: var(--primary-color);
}

.btn-rsv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-rsv:active div,
.btn-rsv:focus div,
.btn-rsv:hover div {
    color: #fff !important;
}

.btn-rsv:active span,
.btn-rsv:focus span,
.btn-rsv:hover span {
    background-color: #fff !important;
}

.btn-rsv:active:before,
.btn-rsv:focus:before,
.btn-rsv:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media (max-width: 1790px) {
    #sub-menu-container {
        width: calc(100% - 100px);
    }
}

@media (max-width: 1500px) {
    #sub-menu-container {
        width: calc(100% - 135px);
    }
}

@media (max-width: 1025px) {
    #top-menu {
        height: 60px;
    }

    #nav-menu {
        width: 100vw;
        height: 100vh;
        position: fixed;
        margin-left: 0;
        float: none;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: white;
        padding-top: 100px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 1.0s;
    }
}

@media (max-width: 650px) {
    #sub-menu-container {
        width: 95%;
    }

    .card-zoom-image {
        min-height: 150px;
    }
}

.swiper.main-swiper .swiper-slide,
.swiper.main-swiper .swiper-slide .swiper-lazy {
    height: 400px !important;
}

.swiper.main-swiper .swiper-pagination-fraction {
    position: absolute;
    width: auto;
    right: 80px;
    text-align: right;
}

.swiper.main-swiper .swiper-pagination-fraction,
.swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-current,
.swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    color: white;
}

.swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 18px;
}

.swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 13px
}

.swiper.main-swiper .swiper-navigation .swiper-button-next {
    top: unset;
    bottom: 17px;
    right: 20px;
    color: white;
}

.swiper.main-swiper .swiper-navigation .swiper-button-prev {
    top: unset;
    left: unset;
    bottom: 17px;
    right: 50px;
    color: white;
}

.swiper.main-swiper .swiper-slide-active::before {
    position: absolute;
    content: "";
    background-color: white;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    animation: progressbar 3s ease-in-out infinite;
    animation-delay: 0.1s;
}

@keyframes progressbar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .swiper.main-swiper .swiper-slide,
    .swiper.main-swiper .swiper-slide .swiper-lazy {
        height: 100vh !important;
    }

    .swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-current {
        font-size: 30px;
    }

    .swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 16px
    }

    .swiper.main-swiper .swiper-pagination-fraction {
        right: 75px;
        bottom: 57px;
    }

    .swiper.main-swiper .swiper-navigation .swiper-button-next {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        right: 0;
    }

    .swiper.main-swiper .swiper-navigation .swiper-button-prev {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        right: 30px;
    }
}

.swiper.travel-swiper {
    padding-top: 5rem;
    padding-bottom: 40px;
}

.swiper.travel-swiper .swiper-slide .card {
    height: 400px;
    margin-bottom: 60px;
    overflow: hidden;
}

.swiper.travel-swiper .swiper-slide .swiper-img {
    width: auto;
    height: 400px;
    transition: all .3s ease-in-out;
}

.swiper.travel-swiper .swiper-slide:hover .swiper-img {
    transform: scale(110%);
}

.swiper.travel-swiper .swiper-slide .swiper-content {
    color: rgb(156 163 175);
}

.swiper.travel-swiper .swiper-slide:hover .swiper-content {
    color: rgb(107 114 128);
}

.swiper.travel-swiper .swiper-navigation .swiper-button-next {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 20px 30px;
    margin-top: 0;
    top: 0;
    right: unset;
    left: 50%;
}

.swiper.travel-swiper .swiper-navigation .swiper-button-prev {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 20px 30px;
    top: 0;
    left: unset;
    right: 50%;
    margin-top: 0;
}

.footer-menu li:not(:last-child):after {
    content: "";
    margin: 0 5px;
}

@media (min-width: 640px) {
    .swiper.travel-swiper .swiper-slide:nth-child(even) {
        transform: translateY(30px);
    }

    .footer-menu li:not(:last-child):after {
        content: "•";
        margin: 0 5px;
    }
}

.swiper.intro-swiper .swiper-slide,
.swiper.intro-swiper .swiper-slide .swiper-lazy {
    height: 400px !important;
}

.swiper.intro-swiper .swiper-pagination-custom {
    position: absolute;
    width: 150px;
    padding: 5px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.swiper.intro-swiper .swiper-pagination-fraction,
.swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-current,
.swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-total {
    color: white;
}

.swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-current,
.swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-total {
    font-size: 15px;
}

.swiper.intro-swiper .swiper-navigation .swiper-button-next {
    top: unset;
    bottom: 20px;
    color: white;
    right: 50%;
    transform: translateX(calc(50% + 60px));
}

.swiper.intro-swiper .swiper-navigation .swiper-button-prev {
    top: unset;
    bottom: 20px;
    left: 50%;
    transform: translateX(calc(-50% - 60px));
    color: white;
}

@media (min-width: 768px) {
    .swiper.intro-swiper .swiper-pagination-custom {
        width: 200px;
    }

    .swiper.intro-swiper .swiper-slide,
    .swiper.intro-swiper .swiper-slide .swiper-lazy {
        height: 100vh !important;
    }

    .swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-current,
    .swiper.intro-swiper .swiper-pagination-custom .swiper-pagination-total {
        font-size: 20px;
    }

    .swiper.intro-swiper .swiper-pagination-custom {
        bottom: 57px;
    }

    .swiper.intro-swiper .swiper-navigation .swiper-button-next {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        transform: translateX(calc(50% + 80px));
    }

    .swiper.intro-swiper .swiper-navigation .swiper-button-prev {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        transform: translateX(calc(-50% - 80px));
    }
}


.swiper.facil-swiper .swiper-slide,
.swiper.facil-swiper .swiper-slide .swiper-lazy {
    /*height: 400px !important;*/
    height: auto !important;;
}

@media (min-width: 768px) {
    .swiper.facil-swiper .swiper-slide,
    .swiper.facil-swiper .swiper-slide .swiper-lazy {
        /*height: 80vh !important;*/
    }
}

.swiper.facil-swiper .swiper-pagination-bullet {
    background: white;
    opacity: unset;
}

.swiper.facil-swiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper.room-swiper .swiper-slide,
.swiper.room-swiper .swiper-slide .swiper-lazy {
    height: 400px !important;
}

.swiper.room-swiper .swiper-pagination-custom {
    position: absolute;
    width: 150px;
    padding: 5px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    bottom: 30px;
}

.swiper.room-swiper .swiper-pagination-fraction,
.swiper.room-swiper .swiper-pagination-custom .swiper-pagination-current,
.swiper.room-swiper .swiper-pagination-custom .swiper-pagination-total {
    color: white;
}

.swiper.room-swiper .swiper-pagination-custom .swiper-pagination-current,
.swiper.room-swiper .swiper-pagination-custom .swiper-pagination-total {
    font-size: 15px;
}

.swiper.room-swiper .swiper-navigation .swiper-button-next {
    top: unset;
    bottom: 40px;
    color: white;
    right: 50%;
    transform: translateX(calc(50% + 60px));
}

.swiper.room-swiper .swiper-navigation .swiper-button-prev {
    top: unset;
    bottom: 40px;
    left: 50%;
    transform: translateX(calc(-50% - 60px));
    color: white;
}

.room-slide-image {
    line-height: 1;
    top: 10%;
}

.room-slide-image h3 {
    transform: translateY(-30px);
}

@media (min-width: 768px) {
    .room-slide-image {
        top: 20%;
    }

    .room-slide-image h3 {
        transform: translateY(0);
    }


    .swiper.room-swiper .swiper-pagination-custom {
        width: 200px;
    }

    .swiper.room-swiper .swiper-slide,
    .swiper.room-swiper .swiper-slide .swiper-lazy {
        height: 100vh !important;
    }

    .swiper.room-swiper .swiper-pagination-custom .swiper-pagination-current,
    .swiper.room-swiper .swiper-pagination-custom .swiper-pagination-total {
        font-size: 20px;
    }

    .swiper.room-swiper .swiper-pagination-custom {
        bottom: 58px;
    }

    .swiper.room-swiper .swiper-navigation .swiper-button-next {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        transform: translateX(calc(50% + 80px));
    }

    .swiper.room-swiper .swiper-navigation .swiper-button-prev {
        width: calc(var(--swiper-navigation-md-size) / 44 * 27);
        height: var(--swiper-navigation-md-size);
        bottom: 60px;
        transform: translateX(calc(-50% - 80px));
    }
}

@media (min-width: 1280px) {
    .swiper.room-swiper .swiper-pagination-custom {
        bottom: 110px;
    }

    .swiper.room-swiper .swiper-navigation .swiper-button-next {
        bottom: 110px;
    }

    .swiper.room-swiper .swiper-navigation .swiper-button-prev {
        bottom: 110px;
    }
}

.tour-title-bar {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 1280px) {
    .tour-title-bar {
        top: 46%;
    }
}

.tour-title {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 1px;
    background-color: white;
}

@media (min-width: 768px) {
    .tour-title {
        top: 55%;
        width: 6rem;
    }
}

.top-sub-item {
    padding-top: 0.5rem;
}

.top-sub-item-water {
    padding-top: 0;
    display: none;
    visibility: hidden;
    width: 50px;
    height: 50px;
}

.top-water-menu {
    display: block;
    visibility: visible;
}

@media (max-width: 1024px) {
    .top-water-menu {
        display: none;
        visibility: hidden;
    }

    .top-sub-item-water {
        display: block;
        visibility: visible;
        width: 35px;
        height: 35px;
    }

    .top-sub-item {
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    .top-sub-item {
        padding-top: 0;
    }

    .top-sub-item-water {
        display: block;
        visibility: visible;
        width: 35px;
        height: 35px;
    }

    .top-water-menu {
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 310px) {
    .top-sub-item-water {
        display: none;
    }

    .top-water-menu {
        display: none;
        visibility: hidden;
    }
}

main {
    margin-top: 0;
}
@media (max-width: 1024px) {
    main {
        margin-top: 60px;
    }
}
