:root {
    --primary-color: rgb(78 106 146);
    --secondary-color: rgb(0, 24, 94);
    --swiper-navigation-size: 20px !important;
    --swiper-navigation-md-size: 40px;
}

@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);

@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;
}


.component {
    clear: both;;
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
}

.component .title {
    font-family: "Open Sans", sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    color: var(--secondary-color);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
}

.component .desc {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: rgba(136, 136, 136, 1);
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 16px 0px 32px 0px;
}

.component .more-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: rgba(0,24,94,1);
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    transition: background-color 0.5s;
}
.component .more-btn:hover {
    color: white;
    background-color: rgba(0,24,94,1);
}
.component .rooms-btn {
    color:rgba(0,24,94,1);
    background-color: white;
    border-color: rgba(0,24,94,1);
}
.component .rooms-btn.active,
.component .rooms-btn:hover {
    color:white;
    background-color: rgba(0,24,94,1);
    border-color: white;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
    height: 100%;
}

.owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    width: 500px;
    margin: auto;
    text-align: center;
}

.owl-dot {
    width: 9px;
    height: 9px;
    margin: 3px 7px;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 30px;
    transition: width 0.2s;
}

.owl-dot.active {
    width: 30px;
}

.owl-nav {
    position: absolute;
    top: 42%;
    margin: auto;
    width: 100%;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 30px;
    transition: background 0.2s;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 30px;
    transition: background 0.2s;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 45px;
    height: 45px;
}

.owl-nav .owl-prev svg,
.owl-nav .owl-next svg {
    width: 100%;
    height: 100%;
    color: white;
}

@media (max-width: 820px) {
    .component .title {
        font-size: 25px !important;
        line-height: 35px;
    }

    .component .desc {
        display: none;
    }
    .component .more-btn {
        height: 35px;
        line-height: 30px;
    }

    .slider-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .owl-dots {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 5px 0 10px 0;
    }

    .owl-dot {
        width: 5px;
        height: 5px;
        margin: 0px 5px;
        background-color: #888 !important;
    }

    .owl-dot.active {
        width: 23px;
        background-color: var(--primary-color) !important;
    }

    .owl-nav {
        bottom: 8.6%;
    }
}

.service-title {
    float: left;
    width: 20%;
    padding: 0 27px;
    font-size: 44px;
    font-weight: 300;
    color: #222;
    border-left: 2px solid #4b4e53;
    line-height: 1.2;
}

.service-title p {
    font-weight: bold;
}

.service-list-container {
    float: left;
    width: 80%;
}

.service-list li {
    display: inline-block;
    width: 11.1%;
    text-align: center;
    vertical-align: top;
}

.service-list li a {
    display: block;
}

.service-list li .service-name {
    height: 28px;
    line-height: 18px;
    font-size: 14px;
    color: #9a9999;
}

@media (max-width: 820px) {
    .service-title {
        float: none;
        width: 100%;
    }

    .service-list-container {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .service-list li {
        width: 48%;
        text-align: center;
    }
}

@media (max-width: 1400px) {
    .service-title {
        font-size: 30px;
        padding: 0 18px;
    }
}


.middle-slider-title {
    position: absolute;
    top: 46%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    z-index: 30;
    overflow: hidden;
    pointer-events: none;
}

.middle-slider-title h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    letter-spacing: 12px;
    color: rgba(255, 255, 255, 1);
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0px 0px 42px 0px;
}

.middle-slider-title p {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
}

@media (max-width: 820px) {
    .middle-slider-title {
        display: none;
    }
}

@media (max-width: 1400px) {
    .middle-slider-title h3 {
        font-size: 54px;
        line-height: 54px;
    }
}

.swiper.main-swiper {
    margin-top: 50px;
}
.swiper.main-swiper .swiper-slide,
.swiper.main-swiper .swiper-slide .swiper-lazy {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.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-pagination-fraction .swiper-pagination-current {
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px #222;
    }

    .swiper.main-swiper .swiper-pagination-fraction .swiper-pagination-total {
        font-size: 16px;
        text-shadow: 1px 1px #222;
    }

    .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;
    }
}

@media (min-width: 820px) {
    .swiper.main-swiper {
        margin-top: 0;
    }
}


.swiper.facilities-swiper {
    margin-bottom: 30px;
}

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

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

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

.swiper.facilities-swiper .swiper-slide .swiper-content {
    color: rgb(44, 44, 44);
}

.swiper.facilities-swiper .swiper-slide:hover .swiper-content {
    color: rgb(102, 102, 102);
}

.swiper.facilities-swiper .swiper-navigation .swiper-button-next {
    background-color: transparent;
    padding: 20px 30px;
    margin-top: 0;
    top: calc(50% - 30px);
}
.swiper.facilities-swiper .swiper-navigation .swiper-button-next:after,
.swiper.facilities-swiper .swiper-navigation .swiper-button-prev:after {
    font-size: 40px;
    color: #f4f4f4;
    opacity: 0.8;
}
.swiper.facilities-swiper .swiper-navigation .swiper-button-prev {
    background-color: transparent;
    padding: 20px 30px;
    margin-top: 0;
    top: calc(50% - 30px);

}
.swiper.facilities-swiper .swiper-pagination {
    bottom: 5px;
}
.swiper.facilities-swiper .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--secondary-color);
    border-radius: 6px;
}
@media (min-width: 640px) {
    .swiper.facilities-swiper .swiper-pagination {
        display: none;
        visibility: hidden;
    }
}

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

}

@media (max-width: 640px) {
    .swiper.facilities-swiper {
        margin-left: 16px;
        margin-right: 16px;
        background-color: #f4f4f4;
        border: 1px solid #E7E6E6;
    }

}


.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: 2px solid white;
    border-bottom: 2px solid white;
    font-weight: bold;
}

.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,
.swiper.room-swiper .swiper-pagination-current,
.swiper.room-swiper .swiper-pagination-total {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #222;
    }

.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));
    }
}


.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;
}

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

.room-item-image {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.room-swiper .swiper-pagination {
    color: white;
}


.swiper.travel-swiper {
    margin-bottom: 30px;
}

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

.swiper.travel-swiper .swiper-slide .swiper-img {
    width: auto;
    height: 250px;
    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(44, 44, 44);
}

.swiper.travel-swiper .swiper-slide:hover .swiper-content {
    color: rgb(102, 102, 102);
}

.swiper.travel-swiper .swiper-navigation .swiper-button-next {
    background-color: transparent;
    padding: 20px 30px;
    margin-top: 0;
    top: calc(50% - 30px);
}
.swiper.travel-swiper .swiper-navigation .swiper-button-next:after,
.swiper.travel-swiper .swiper-navigation .swiper-button-prev:after {
    font-size: 40px;
    color: #f4f4f4;
    opacity: 0.8;
}
.swiper.travel-swiper .swiper-navigation .swiper-button-prev {
    background-color: transparent;
    padding: 20px 30px;
    margin-top: 0;
    top: calc(50% - 30px);

}
.swiper.travel-swiper .swiper-pagination {
    bottom: 0px;
}
.swiper.travel-swiper .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--secondary-color);
    border-radius: 6px;
}
@media (min-width: 640px) {
    .swiper.travel-swiper .swiper-pagination {
        display: none;
        visibility: hidden;
    }
}

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

}

@media (max-width: 640px) {
    .swiper.travel-swiper {
        margin-left: 16px;
        margin-right: 16px;
        background-color: #f4f4f4;
        border: 1px solid #E7E6E6;
    }

}
@media (max-width: 640px) {
    .footer-menu li {
        flex: 1 1 40%;
    }
}
