@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    position: relative;
    font-family: 'Noto Serif KR';
    background-color: #4a413a;
    height: 100%;
}
/* body{background-color: #dcdcdc;} */

section {
    position: relative;
    z-index: 5;
    background-color: #4a413a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: white;
}
table {
    outline: 0px;
    border-spacing: 0px;
}
figure {
    position: relative;
}
a,
button,
input {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}
button,
i {
    color: #000;
}
.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dcdcdc;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}
.italy {
    font-style: italic;
}
.dash-list li {
    position: relative;
    padding-left: 0.6em;
}
.dash-list li::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
}

.dot-list li {
    position: relative;
    padding-left: 0.6em;
    display: inline-block;
}
.dot-list li::after {
    content: '';
    display: block;
    transform: translate(-50%, 0);
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}
.m-delete {
    display: inline !important;
}
.fadeY.m-delete {
    display: block !important;
}

.img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pc-vdo {
    width: 1400px;
    margin: 0 auto;
}
.pc-vdo iframe {
    width: 1400px !important;
    height: 900px;
    margin: 0px auto 0 auto;
}
.m-vdo {
    display: none;
}

.frame-btn {
    margin-top: 0px;
    line-height: 10px;
    display: inline-block;
    padding: 20px 25px;
    font-size: 10px;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    left: 0%;
    margin: 0 20px;
}
.frame-btn__text {
    word-spacing: 0;
    margin-left: 4px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: 300ms ease;
    position: relative;
    font-size: 14px;
}
.frame-btn:hover .frame-btn__text {
    color: #4a413a;
}
.frame-btn__solid {
    position: absolute;
    top: -8px;
    left: -5px;
    margin: 10px;
    width: 100%;
    height: 100%;
    transform-origin: 50%;
    transform: scale(0);
    opacity: 0;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__solid {
    opacity: 1;
    transform: scale(1);
}
.frame-btn__outline {
    position: absolute;
    top: 0px;
    left: 0px;
}
.frame-btn__outline--tall {
    margin: 0 5px;
    width: 100%;
    height: 100%;
    top: -7px;
    left: -8px;
    border: rgba(255, 255, 255, 0.6) 1px solid;
    transition: 0.5s;
}
.frame-btn:hover .frame-btn__outline--tall {
    top: 0;
    left: -2px;
}
.frame-btn:hover .frame-btn__outline--flat {
    background-color: #fff;
    border: none;
}
.frame-btn__outline--flat {
    transition: 0.5s;
    margin: 0px 5px;
    width: 100%;
    height: 100%;
    left: -2px;
    border: rgba(255, 255, 255, 0.6) 1px solid;
}

.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 30px;
    /* padding-bottom: 20px; */
    transition: 0.8s;
}
.hd::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0;
}

.hd.fixed::after {
    opacity: 0;
}

.hd .inner-con {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
}

.hd .logo {
    width: 145px;
    height: 50px;
    display: block;
    transition: 0.8s;
}
.hd .logo img {
    width: 100%;
    display: block;
}
.hd .main-menu-wrap {
    display: flex;
    align-items: flex-start;
}

.hd .main-menu-wrap .icon {
    padding-top: 3px;
}

.hd .main-menu-wrap .sns-wrap {
    position: absolute;
    transition: all 1s;
    left: 0%;
    bottom: 5%;
    display: flex;
    opacity: 0;
    align-items: center;
    margin-left: 20px;
    margin-top: 6px;
}
.hd .main-menu-wrap .sns-wrap li {
    margin-left: 20px;
}
.hd .main-menu-wrap .sns-wrap li a {
    font-size: 15px;
    color: #fff;
}
.hd .main-menu-wrap .sns-wrap li a i {
    color: #fff;
}

.hd .main-menu-wrap .menu-wrap {
    margin-right: 50px;
    display: flex;
    align-items: flex-start;
    text-align: center;
}
.hd .main-menu-wrap .menu-wrap > li {
    min-width: 125px;
}
.hd .main-menu-wrap .menu-wrap > li > a {
    line-height: 30px;
}
.hd .main-menu-wrap .menu-wrap li a {
    color: #fff;
}
.hd .main-menu-wrap .menu-wrap .menu-list > a {
    display: block;
    margin-bottom: 20px;
    padding-top: 10px;
}
.hd .main-menu-wrap .menu-wrap .sub-menu {
    height: 0;
    overflow: hidden;
    transition: 0.8s;
}

.hd .main-menu-wrap .menu-wrap .menu-list.long {
    max-width: 120px;
}

.hd .main-menu-wrap .menu-wrap .menu-list.long .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.hd .main-menu-wrap .menu-wrap .menu-list.long .sub-menu li {
    width: 50%;
}

.hd .main-menu-wrap .menu-wrap .sub-menu li a {
    font-size: 14px;
    line-height: 2.4;
    font-weight: 200;
    color: #fff;
    transition: 0.6s;
}
.hd .main-menu-wrap .menu-wrap .sub-menu li a:hover {
    color: #fff;
}

.hd .main-menu-wrap .icon a {
    font-size: 30px;
}
.hd .main-menu-wrap .icon a i {
    color: #fff;
}

.hd.fixed {
    background-color: rgba(0, 0, 0, 0.2);
    height: 110px;
    padding-bottom: 0px;
}
.hd.fixed .logo {
    width: 130px;
}

.hd.on {
    background-color: rgba(0, 0, 0, 0.2);
    height: unset;
    /* padding-bottom: 20px; */
}

.hd.on .sns-wrap {
    opacity: 1;
}

.mobile-menu-overlay {
    display: none;
}

.main-wrap .intro-section {
    width: 100%;
    height: 100vh;
    scroll-snap-align: start;
}
.main-wrap .intro-section .intro-img-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
}
.main-wrap .intro-section .intro-img-wrap::after {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap {
    position: absolute;
    z-index: 2;
    display: flex;
    height: 180px;
    right: 10%;
    bottom: 10%;
    transform: translate(-50%, -50%);
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .intro_logo {
    width: 130px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 30px;
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .line {
    width: 1px;
    height: 100%;
    display: inline-block;
    margin: 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .txt-wrap {
    color: #fff;
    font-size: 18px;
    display: flex;
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .txt-wrap .txt {
    writing-mode: vertical-lr;
    font-weight: 300;
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .txt-wrap .txt:nth-child(2) {
    transition-delay: 0.4s;
}
.main-wrap .intro-section .intro-img-wrap .tit-wrap .txt-wrap .txt:nth-child(3) {
    transition-delay: 0.8s;
}
.main-wrap .intro-section .intro-img-wrap .scroll_down {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-wrap .intro-section .intro-img-wrap .scroll_down .txt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.main-wrap .intro-section .intro-img-wrap .scroll_down i {
    color: #fff;
    font-size: 12px;
    animation: scrolldown 1.5s infinite linear;
}

@keyframes scrolldown {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(50%);
    }
}

.main-wrap .con1 {
    height: 100vh;
    width: 100%;
    scroll-snap-align: start;
}
/* .main-wrap .con1::after {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
} */

.main-wrap .con1 .main-slide-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.main-wrap .con1 .main-slide-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.main-wrap .con1 .main-slide-wrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.main-wrap .con1 .main-slide-wrap .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-wrap .con1 .main-slide-wrap .slide-page-wrap {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: flex;
    height: 15px;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.main-wrap .con1 .main-slide-wrap .slide-page-wrap i {
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
}
.main-wrap .con1 .main-slide-wrap .slide-page-wrap div {
    margin: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'KoPubWorldBatang';
}

.main-wrap .con1 .main-slide-wrap .slide-page-wrap div h5 {
    font-weight: 300;
    font-size: 12px;
}
.main-wrap .con1 .main-slide-wrap .slide-page-wrap div .line {
    height: 100%;
    margin: 0 10px;
    transform: rotate(25deg);
    width: 1px;
    background-color: #fff;
}

.main-wrap .con1 .main-slide-wrap .tit-wrap {
    position: absolute;
    z-index: 2;
    left: 10%;
    bottom: 20%;
}
.main-wrap .con1 .main-slide-wrap .tit-wrap h2 {
    font-size: 40px;
    font-family: 'KoPubWorldBatang';
    letter-spacing: -10px;
    color: #fff;
    font-weight: 300;
    writing-mode: vertical-lr;
    word-spacing: 25px;
    letter-spacing: -15px;
}
.main-wrap .con1 .main-slide-wrap .txt-wrap {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 20%;
}
.main-wrap .con1 .main-slide-wrap .txt-wrap p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.main-wrap .con1 .main-slide-wrap .txt-wrap p:nth-child(2) {
    transition-delay: 0.4s;
}
.main-wrap .con1 .main-slide-wrap .txt-wrap p:nth-child(3) {
    transition-delay: 0.8s;
}
.main-wrap .con1 .main-slide-wrap .txt-wrap p:nth-child(4) {
    transition-delay: 1.2s;
}

.main-wrap .con2 {
    width: 100%;
    height: auto;
}
.main-wrap .con2 .inner-con {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main-wrap .con2 .inner-con .tit-wrap {
    margin: 0px auto;
    padding: 150px 0 50px 0;
    width: 30%;
}
.main-wrap .con2 .inner-con .tit-wrap h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
}
.main-wrap .con2 .inner-con .tit-wrap span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.main-wrap .con2 .inner-con .main-slide-wrap {
    width: 100%;
    height: auto;
}

.main-wrap .con2 .inner-con .main-vdo-wrap {
    width: 100%;
    height: 820px;
}

.main-wrap .con2 .inner-con .main-vdo-wrap iframe {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 768px) {
    .main-wrap .con1 {
        height: 230px;
        width: 100%;
        scroll-snap-align: start;
    }

    .main-wrap .con1 .main-slide-wrap .slide-page-wrap {
        position: absolute;
        left: 50%;
        bottom: 10%;
        z-index: 10;
        transform: translate(-50%, -50%);
        display: flex;
        height: 15px;
        margin-top: 20px;
        font-size: 12px;
        color: #fff;
        justify-content: center;
        align-items: center;
    }
    .main-wrap .con1 .main-slide-wrap .slide-page-wrap i {
        margin: 0 10px;
        color: #fff;
        cursor: pointer;
    }
    .main-wrap .con1 .main-slide-wrap .slide-page-wrap div {
        margin: 0 10px;
        height: 100%;
        display: flex;
        align-items: center;
        font-family: 'KoPubWorldBatang';
    }

    .main-wrap .con1 .main-slide-wrap .slide-page-wrap div h5 {
        font-weight: 300;
        font-size: 12px;
    }
    .main-wrap .con1 .main-slide-wrap .slide-page-wrap div .line {
        height: 100%;
        margin: 0 10px;
        transform: rotate(25deg);
        width: 1px;
        background-color: #fff;
    }

    .main-wrap .con1 .main-slide-wrap .tit-wrap {
        display: none;
    }

    .main-wrap .con1 .main-slide-wrap .txt-wrap {
        display: none;
    }

    .main-wrap .con2 {
        width: 100%;
        height: auto;
    }
    .main-wrap .con2 .inner-con {
        width: 90%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .main-wrap .con2 .inner-con .tit-wrap {
        margin: 0px auto;
        padding: 50px 0 50px 0;
        width: 30%;
    }

    .main-wrap .con2 .inner-con .main-vdo-wrap {
        width: 100%;
        height: 320px;
    }
}

.view-wrap .top-content-section {
    height: 100vh;
}
.view-wrap .top-content-section .main-slide-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.view-wrap .top-content-section .main-slide-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.view-wrap .top-content-section .main-slide-wrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.view-wrap .top-content-section .main-slide-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.view-wrap .top-content-section .main-slide-wrap .slide-tit {
    position: absolute;
    z-index: 10;
    left: 15%;
    bottom: 20%;
}
.view-wrap .top-content-section .main-slide-wrap .slide-tit h2 {
    font-size: 40px;
    font-family: 'KoPubWorldBatang';
    letter-spacing: -10px;
    color: #fff;
    font-weight: 100;
    writing-mode: vertical-lr;
}

.view-wrap .top-content-section .main-slide-wrap .slide-page-wrap {
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 10;
    transform: translate(-50%, -50%);
    display: flex;
    height: 15px;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.view-wrap .top-content-section .main-slide-wrap .slide-page-wrap div {
    margin: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'KoPubWorldBatang';
}
.view-wrap .top-content-section .main-slide-wrap .slide-page-wrap div h5 {
    font-weight: 300;
    font-size: 12px;
}
.view-wrap .top-content-section .main-slide-wrap .slide-page-wrap div .line {
    height: 100%;
    margin: 0 10px;
    transform: rotate(25deg);
    width: 1px;
    background-color: #fff;
}
.view-wrap .top-content-section .main-slide-wrap .slide-page-wrap i {
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
}

.view-wrap {
}
.view-wrap .con1 {
}
.view-wrap .con1 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.view-wrap .con1 .inner-con .tit-wrap {
    margin: 100px auto 50px auto;
    width: 30%;
}
.view-wrap .con1 .inner-con .tit-wrap h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
}
.view-wrap .con1 .inner-con .tit-wrap span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.view-wrap .con1 .inner-con .img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.view-wrap .con1 .inner-con .img-wrap .img {
    background-size: cover;
    background-repeat: no-repeat;
}
.view-wrap .con1 .inner-con .img-wrap .img.img1 {
    width: 430px;
    height: 320px;
}
.view-wrap .con1 .inner-con .img-wrap .img.img2 {
    width: 600px;
    height: 430px;
}
.view-wrap .con1 .inner-con .img-wrap .img.img3 {
    width: 430px;
    height: 320px;
}

.view-wrap .con1 .inner-con .txt-wrap {
    margin: 100px 0;
}
.view-wrap .con1 .inner-con .txt-wrap p {
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
}

.view-wrap .con1 .inner-con .bg-wrap {
    padding-bottom: 100px;
}
.view-wrap .con1 .inner-con .bg-wrap .img {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}
.view-wrap .con1 .inner-con .bg-wrap p {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.map-wrap {
}
.map-wrap .con1 .inner-con {
    width: 1400px;
}

.map-wrap .con1 .inner-con .pc-map {
    width: 1400px;
    margin: 0 auto;
    height: 800px;
}

.map-wrap .top-img-section .top-img-wrap .txt-wrap {
    position: absolute;
    z-index: 2;
    right: 0%;
    bottom: 5%;
    transform: translate(-50%, -50%);
}
.map-wrap .top-img-section .top-img-wrap .txt-wrap h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}
.map-wrap .top-img-section .top-img-wrap .txt-wrap p {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    color: #fff;
    line-height: 25px;
}
.map-wrap .top-img-section .top-img-wrap .txt-wrap p b {
    font-weight: 500;
    font-family: 'Pretendard-Medium';
}
.map-wrap .top-img-section .top-img-wrap .txt-wrap p:nth-child(2) {
    transition-delay: 0.4s;
}

.tour-wrap {
}

.tour-wrap .con1 .inner-con .tour-list {
    display: flex;
    position: relative;
    padding: 100px 0;
}
.tour-wrap .con1 .inner-con .tour-list > div {
    width: 50%;
}
.tour-wrap .con1 .inner-con .tour-list .img-wrap .img {
    width: 560px;
    height: 370px;
    margin: 0 auto;
}
.tour-wrap .con1 .inner-con .tour-list .num {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap {
    position: relative;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap {
    width: 80%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit {
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit h3 {
    font-size: 30px;
    font-weight: 100;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit p {
    font-size: 18px;
    font-family: 'Pretendard-Light';
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit p i {
    color: #fff;
    margin-right: 10px;
}
.tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap > p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: 'Pretendard-Light';
}

.top-img-section {
}
.top-img-section .top-img-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.top-img-section .top-img-wrap::after {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.top-img-section .top-img-wrap.rooms::after {
    display: none;
}

.top-img-section .top-img-wrap .tit-wrap {
    font-size: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 15%;
    bottom: 20%;
    z-index: 2;
    font-family: 'KoPubWorldBatang';
    color: #fff;
}
.top-img-section .top-img-wrap .tit-wrap span {
    display: block;
}
.top-img-section .top-img-wrap .tit-wrap h2 {
    writing-mode: vertical-lr;
    transition-delay: 0.4s;
    letter-spacing: -10px;
    font-weight: 200;
    font-size: 40px;
    text-orientation: upright;
}

.top-img-section .top-img-wrap .txt-wrap {
    position: absolute;
    z-index: 2;
    right: 0%;
    bottom: 30%;
    transform: translate(-50%, -50%);
}
.top-img-section .top-img-wrap .txt-wrap p {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.top-img-section .top-img-wrap .txt-wrap p:nth-child(2) {
    transition-delay: 0.4s;
}

.top-img-section .top-img-wrap .scroll_down {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-img-section .top-img-wrap .scroll_down .txt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.top-img-section .top-img-wrap .scroll_down i {
    color: #fff;
    font-size: 12px;
    animation: scrolldown 1.5s infinite linear;
}

.sub-wrap .con1 .inner-con {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.sub-wrap .con1 .inner-con .tit-wrap {
    margin: 0px auto 50px auto;
    padding-top: 100px;
    width: 30%;
}
.sub-wrap .con1 .inner-con .tit-wrap h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
}
.sub-wrap .con1 .inner-con .tit-wrap span {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.sub-wrap .con1 .inner-con .main-slide-wrap {
    width: 100%;
    height: 750px;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .slide-page-wrap {
    display: flex;
    height: 15px;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .slide-page-wrap div {
    margin: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'KoPubWorldBatang';
}
.sub-wrap .con1 .inner-con .main-slide-wrap .slide-page-wrap div h5 {
    font-weight: 300;
    font-size: 12px;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .slide-page-wrap div .line {
    height: 100%;
    margin: 0 10px;
    transform: rotate(25deg);
    width: 1px;
    background-color: #fff;
}
.sub-wrap .con1 .inner-con .main-slide-wrap .slide-page-wrap i {
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
}

.room-wrap .con2 .inner-con {
    width: 70%;
    margin: 0 auto;
}

.room-wrap .con2 .inner-con .info-wrap h2 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.room-wrap .con2 .inner-con .info-wrap .txt-wrap {
    margin: 50px 0;
    padding-left: 20px;
}
.room-wrap .con2 .inner-con .info-wrap .txt-wrap p {
    font-family: 'Pretendard-Light';
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}
.room-wrap .con2 .inner-con .info-wrap .txt-wrap p:nth-child(1) {
    font-weight: 400;
    margin-bottom: 25px;
}
.room-wrap .con2 .inner-con .info-wrap .txt-wrap p:nth-child(2) {
    font-weight: 200;
}
.room-wrap .con2 .inner-con .info-wrap .txt-wrap p:nth-child(2) b {
    font-weight: 400;
}

/* .room-wrap .con2 .inner-con .price-wrap h2 {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.room-wrap .con2 .inner-con .price-wrap table {
    margin: 50px 0;
    width: 100%;
    border-collapse: collapse;
}

.room-wrap .con2 .inner-con .price-wrap table tr th,
.room-wrap .con2 .inner-con .price-wrap table tr td {
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
}
.room-wrap .con2 .inner-con .price-wrap table tr th {
    background-color: #342d28;
    color: #fff;
}
.room-wrap .con2 .inner-con .price-wrap table tr td {
    color: #342d28;
    background-color: #fff;
} */

.room-wrap .con2 .inner-con .btn-wrap {
    text-align: center;
    margin: 0;
    padding: 50px 0 100px 0;
}

.room_tit {
}

.room_data li .data {
    text-align: center;
    padding-left: 0 !important;
}

.week_date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.week_date p {
    padding: 0 5px !important;
    font-size: 14px !important;
}

.week_date .prv {
    background: url(../img/common/prev.svg) no-repeat center center !important;
    background-size: cover !important;
    width: 25px !important;
    height: 25px !important;
}

.week_date .next {
    background: url(../img/common/next.svg) no-repeat center center !important;
    background-size: cover !important;
    width: 25px !important;
    height: 25px !important;
}

.room_data li {
    margin-bottom: 20px;
}

.room_data li .tit {
    color: #fff !important;
    text-align: center;
}

.room_rprice table .ss,
.room_rprice table .rprice {
    background-color: #fafafa;
}

.room_rprice table td {
    font-weight: 400;
    border-bottom: 1px solid #4a413a !important;
}

.week_date p {
    color: #fff !important;
}

.room_data li .person_limit table {
    margin: 20px auto !important;
}

.room-wrap .con3 {
    padding-bottom: 100px;
}
.room-wrap .con3 .inner-con {
    width: 1300px;
    margin: 0 auto;
}
.room-wrap .con3 .inner-con .img-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.room-wrap .con3 .inner-con .img-wrap .img {
    width: 640px;
    height: 400px;
}

.room-wrap .con3 .inner-con > .img {
    width: 100%;
    height: 480px;
}

.special-wrap .con2 {
    padding: 100px 0;
}
.special-wrap .con2 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.special-wrap .con2 .inner-con .info-wrap {
    text-align: center;
}
.special-wrap .con2 .inner-con .info-wrap h2 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}
.special-wrap .con2 .inner-con .info-wrap .txt-wrap {
    line-height: 25px;
}
.special-wrap .con2 .inner-con .info-wrap .txt-wrap li {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    font-family: 'Pretendard-Light';
}

.special-wrap .con3 {
    padding-bottom: 100px;
}
.special-wrap .con3 .inner-con {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.special-wrap .con3 .inner-con .img1 {
    width: 1100px;
    height: 450px;
}
.special-wrap .con3 .inner-con .img2 {
    width: 380px;
    height: 380px;
    margin-top: 150px;
    transition-delay: 0.3s;
}

.reser-wrap .top-img-section .top-img-wrap .txt-wrap {
    position: absolute;
    display: flex;
    z-index: 2;
    right: 0%;
    bottom: 25%;
    transform: translate(-50%, -50%);
}
.reser-wrap .top-img-section .top-img-wrap .txt-wrap div {
    font-size: 18px;
    margin-right: 20px;
    text-align: left;
    color: #fff;
}
.reser-wrap .top-img-section .top-img-wrap .txt-wrap .tit h4 {
    font-weight: 500;
    line-height: 25px;
}
.reser-wrap .top-img-section .top-img-wrap .txt-wrap .txt p {
    font-weight: 100;
    line-height: 25px;
}

.reser-wrap .top-img-section .top-img-wrap .txt-wrap p:nth-child(2) {
    transition-delay: 0.4s;
}

.reser-wrap .con1 .inner-con .info-wrap {
    display: flex;
}
.reser-wrap .con1 .inner-con .info-wrap > div {
    width: 50%;
}
.reser-wrap .con1 .inner-con .info-wrap .txt-wrap {
    position: relative;
    display: flex;
    width: 100%;
    height: 80%;
    margin-top: 5%;
    color: #fff;
}
.reser-wrap .con1 .inner-con .info-wrap .txt-wrap .txt {
    width: 25%;
}
.reser-wrap .con1 .inner-con .info-wrap .txt-wrap .txt h3 {
    font-size: 30px;
    margin-right: 100px;
    font-weight: 200;
    line-height: 28px;
    writing-mode: vertical-lr;
}

.reser-wrap .con1 .inner-con .info-wrap .txt-wrap ul li {
    line-height: 25px;
    font-weight: 200;
    display: block;
    font-family: 'Pretendard-Light';
    font-size: 16px;
    color: #fff;
}

.reser-wrap .con1 .inner-con .info-wrap .img-wrap .img {
    width: 560px;
    height: 370px;
    margin: 0 auto;
}

.reser-wrap .con1 .inner-con .price-wrap {
    padding-top: 100px;
}
/* .reser-wrap .con1 .inner-con .price-wrap table {
    margin: 50px auto;
    width: 70%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-collapse: collapse;
}
.reser-wrap .con1 .inner-con .price-wrap table tr {
    text-align: center;
}
.reser-wrap .con1 .inner-con .price-wrap table tr th,
.reser-wrap .con1 .inner-con .price-wrap table tr td {
    text-align: center;
    padding: 10px 20px;
}
.reser-wrap .con1 .inner-con .price-wrap table tr th {
    background-color: #fff;
    color: #4a413a;
    font-family: 'Pretendard-Medium';
    font-weight: 500;
}
.reser-wrap .con1 .inner-con .price-wrap table tr td {
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: 200;
    font-family: 'Pretendard-Light';
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.reser-wrap .con1 .inner-con .price-wrap table tr td:last-child {
    border-right: none;
}
.reser-wrap .con1 .inner-con .price-wrap table tr td.tit {
    font-family: 'Pretendard-Medium';
    font-weight: 500;
} */

.reser-wrap .con1 .inner-con .guide-wrap {
    display: flex;
    padding-top: 100px;
}
.reser-wrap .con1 .inner-con .guide-wrap .tit {
    width: 15%;
    text-align: center;
}
.reser-wrap .con1 .inner-con .guide-wrap .tit h3 {
    writing-mode: vertical-lr;
    font-weight: 200;
    color: #fff;
    font-size: 30px;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap {
    color: #fff;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul {
    line-height: 30px;
    margin-bottom: 20px;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul:nth-child(2) {
    transition-delay: 0.2s;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul:nth-child(3) {
    transition-delay: 0.3s;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul:nth-child(4) {
    transition-delay: 0.4s;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul:nth-child(5) {
    transition-delay: 0.5s;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul:nth-child(6) {
    transition-delay: 0.6s;
}

.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul h4 {
    font-size: 18px;
    font-weight: 500;
}
.reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul li {
    font-size: 16px;
    font-family: 'Pretendard-Light';
    font-weight: 200;
}

.reser-wrap .reser-bg {
    width: 100%;
    height: 800px;
    position: relative;
    z-index: 1;
}
.reser-wrap .reser-bg .bg-img {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reser-wrap .con2 {
    padding: 100px 0;
}
.reser-wrap .con2 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.reser-wrap .con2 .inner-con .refund-wrap {
    width: 100%;
    display: flex;
}
.reser-wrap .con2 .inner-con .refund-wrap .tit {
    width: 15%;
}
.reser-wrap .con2 .inner-con .refund-wrap .tit h3 {
    writing-mode: vertical-lr;
    font-weight: 200;
    color: #fff;
    font-size: 30px;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund {
    width: 85%;
}
/* Refund Tables */
.reser-wrap .con2 .inner-con .refund-wrap .refund table {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-collapse: collapse;
}

/* PC View (Horizontal Table) */
.reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view {
    display: table;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view th,
.reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view td {
    padding: 15px 5px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view th:last-child,
.reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view td:last-child {
    border-right: none;
}

/* Mobile View (Vertical Table) */
.reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view {
    display: none;
    width: 100%;
    border-collapse: collapse;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view th,
.reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view th {
    background-color: rgba(255, 255, 255, 0.05);
    font-weight: 400;
    width: 40%;
}

.mobile-map-info {
    display: none;
    padding: 0px;
    color: #fff;
    margin-bottom: 50px;
}

.mobile-map-info .reservation-item {
    margin-bottom: 20px;
}

.mobile-map-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.mobile-map-info p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}

/* Mobile Reservation Info */
.mobile-reservation-info {
    display: none;
    padding: 0px;
    color: #fff;
    margin-bottom: 50px;
}

.mobile-reservation-info .reservation-item {
    margin-bottom: 20px;
}

.mobile-reservation-info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.mobile-reservation-info p {
    font-size: 15px;
    line-height: 1.5;
}

.mobile-reservation-info a {
    color: #fff;
    text-decoration: none;
}

.notice-wrap .con1 .inner-con .notice-con {
    width: 100%;
    height: 500px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    color: #333;
}

/* Responsive Styles */
@media all and (max-width: 768px) {
    .room-wrap .con3 {
        padding-bottom: 50px;
    }

    .mobile-map-info {
        display: block;
    }

    .mobile-reservation-info {
        display: block;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund .pc-view {
        display: none;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view {
        display: table;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view tr:last-child td {
        border-bottom: none;
    }

    .sub-wrap.tour-wrap .con1 .inner-con {
        padding-bottom: 50px;
    }

    .tour-wrap .con1 .inner-con .tour-list {
        flex-direction: column;
        padding: 50px 0;
    }

    .tour-wrap .con1 .inner-con .tour-list > div {
        width: 100%;
    }

    .tour-wrap .con1 .inner-con .tour-list .img-wrap .img {
        width: 100%;
        height: 250px;
    }

    .tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap {
        width: 100%;
        position: static;
        transform: translate(0, 0);
    }

    .tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap > p {
        font-size: 14px;
        text-align: center;
    }

    .tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit {
        flex-direction: column;
        align-items: center;
    }

    .tour-wrap .con1 .inner-con .tour-list .txt-wrap .inner-wrap .tit h3 {
        text-align: center;
    }

    .tour-wrap .con1 .inner-con .tour-list .num {
        padding: 25px 0;
        text-align: center;
        position: static;
        transform: translate(0, 0);
    }
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr {
    text-align: center;
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr th,
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr td {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    padding: 20px 20px;
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr th {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    color: #fff;
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr td {
    color: #fff;
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr td.red {
    color: #ff7878;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund table tr th::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    height: 25px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.reser-wrap .con2 .inner-con .refund-wrap .refund table tr th:last-child::after {
    display: none;
}

.reser-wrap .con2 .inner-con .refund-wrap .refund ul {
    margin-top: 30px;
}
.reser-wrap .con2 .inner-con .refund-wrap .refund ul li {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
    font-family: 'Pretendard-Light';
}
.reser-wrap .con2 .inner-con .refund-wrap .refund ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.room-preview-section {
    padding-bottom: 200px;
    padding-top: 200px;
    height: auto;
}
.room-preview-section .inner-wrap {
    width: 80%;
    display: flex;
    margin: 0 auto;
}
.room-preview-section .inner-wrap > div {
    width: 50%;
}
.room-preview-section .inner-wrap .tit-wrap {
    position: relative;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit {
    margin-bottom: 10px;
    font-family: 'KoPubWorldBatang';
    height: 50px;
    width: 50%;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a h4 {
    font-size: 20px;
    transition: 0.5s all;
    width: 100px;
    font-weight: 300;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a span {
    width: 180px;
    height: 1px;
    margin: 0 30px;
    background-color: rgba(255, 255, 255, 0.5);
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a h5 {
    font-size: 16px;
    width: 70px;
    font-weight: 200;
    font-family: 'Noto Serif KR', sans-serif;
}

.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit.on a {
    color: #fff;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit.on a h4 {
    font-size: 25px;
}
.room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit.on a span {
    background-color: #fff;
}

.room-preview-section .inner-wrap .img-wrap {
}
.room-preview-section .inner-wrap .img-wrap .room-preview-slide {
    width: 100%;
    height: 800px;
}
.room-preview-section .inner-wrap .img-wrap .room-preview-slide .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.room-preview-section .inner-wrap .img-wrap .room-preview-slide .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.room-preview-section .inner-wrap .img-wrap .room-preview-slide .swiper-wrapper .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.special-preview-section {
    padding-bottom: 100px;
    height: 100vh;
}
.special-preview-section .inner-wrap {
    overflow: hidden;
    display: flex;
    width: 90%;
    margin-left: 10%;
}

.special-preview-section .inner-wrap .tit-wrap {
    width: 30%;
    position: relative;
}
.special-preview-section .inner-wrap .tit-wrap .txt-wrap {
    position: absolute;
    width: 100%;
    color: #fff;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
}
.special-preview-section .inner-wrap .tit-wrap .txt-wrap h3 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 300;
    font-family: 'KoPubWorldBatang';
}
.special-preview-section .inner-wrap .tit-wrap .txt-wrap p {
    line-height: 25px;
    transition-delay: 0.4s;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Pretendard-Light';
}

.special-preview-section .inner-wrap .img-wrap {
    width: 70%;
    overflow: hidden;
}
.special-preview-section .inner-wrap .img-wrap .special-preview-slide {
    width: 100%;
    height: 800px;
}

.special-preview-section .inner-wrap .img-wrap .special-preview-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper {
    height: 100%;
    width: 100%;
}
.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    filter: opacity(0.2);
    transition: 1s all;
    background-color: #4a413a;
}
.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide.swiper-slide-active {
    filter: opacity(1);
}

.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap {
    position: absolute;
    color: #fff;
    right: 5%;
    bottom: 3%;
}
.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap .tit {
    font-size: 25px;
    font-weight: 500;
    font-family: 'KoPubWorldBatang';
    text-align: right;
}
.special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap p:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    font-family: 'Pretendard-Light';
    text-align: right;
}

.ft {
    background-color: #342d28;
    width: 100%;
    position: relative;
    z-index: 5;
}
.ft .foot-wrap {
    width: 80%;
    margin: 0 auto;
    height: 450px;
    background-color: #342d28;
}
.ft .foot-wrap .info-wrap {
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ft .foot-wrap .info-wrap .tel {
    display: inline-block;
    margin: 50px 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.ft .foot-wrap .info-wrap .info {
    text-align: center;
    margin-bottom: 40px;
}
.ft .foot-wrap .info-wrap .info p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Pretendard-Regular';
}

.ft .foot-wrap .info-wrap .info p br {
    display: none;
}

.ft .foot-wrap .info-wrap .info p .txt {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Pretendard-Regular';
}

.ft .foot-wrap .info-wrap .info p .line {
    width: 1px;
    height: 15px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.ft .foot-wrap .info-wrap .info p img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
}

.ft .foot-wrap .info-wrap .info p:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft .foot-wrap .info-wrap .ft-gnb {
    width: 30%;
    margin: 0 auto;
}
.ft .foot-wrap .info-wrap .ft-gnb .gnb {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.ft .foot-wrap .info-wrap .ft-gnb .gnb li {
    font-size: 16px;
    color: #fff;
}
.ft .foot-wrap .info-wrap .ft-gnb .gnb .dot {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
}

.ft .foot-wrap .copy-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.ft .foot-wrap .copy-wrap .login-wrap {
    display: flex;
    align-items: center;
}
.ft .foot-wrap .copy-wrap .login-wrap > a {
    color: #fff;
    text-decoration: underline #fff;
    font-weight: 100;
    font-family: 'Pretendard-Light';
    margin-right: 20px;
}
.ft .foot-wrap .copy-wrap .login-wrap .sns-wrap {
    display: flex;
}
.ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li {
    margin: 0 10px;
}
.ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li a {
    color: #fff;
    font-size: 15px;
}
.ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li a i {
    color: #fff;
}

.ft .foot-wrap .copy-wrap .copy {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 200;
}

.inner-con {
    max-width: 1960px;
    margin: 0 auto;
    position: relative;
}
.inner-con.inner-1335 {
    max-width: 1335px;
}
.inner-con.inner-1920 {
    max-width: 1920px;
}

@media (min-width: 2000px) {
    .dot-list li::after {
        top: 50%;
    }

    .tour-wrap .con1 .inner-con .tour-list {
        padding: 50px 0;
    }

    .tour-wrap .con1 .inner-con .tour-list .img-wrap .img {
        width: 560px;
        height: 420px;
    }

    .sub-wrap .con1 .inner-con {
        padding-bottom: 200px;
    }

    .view-wrap .con1 .inner-con {
        padding-bottom: 100px;
    }

    .room-wrap .con2 {
        padding-bottom: 50px;
    }

    .inner-con {
        max-width: 1400px;
    }

    .main-wrap .con2 .inner-con {
        max-width: 1500px;
    }

    .room-preview-section .inner-wrap {
        max-width: 1500px;
    }

    .view-wrap .con1 .inner-con {
        max-width: 1500px;
    }

    .room-wrap .con3 .inner-con {
        width: 1400px;
    }

    .room-wrap .con3 .inner-con .img-wrap .img {
        width: 690px;
        height: 500px;
    }

    .room-wrap .con3 .inner-con > .img {
        height: 580px;
    }

    .room-preview-section .inner-wrap .img-wrap .room-preview-slide {
        height: 900px;
    }

    .special-wrap .con3 .inner-con {
        max-width: 1500px;
    }

    .special-preview-section {
        height: 1000px;
    }

    .special-wrap .con3 {
        padding-bottom: 200px;
    }

    .special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap .tit {
        letter-spacing: -5px;
    }

    .reser-wrap .con1 .inner-con .price-wrap table {
        width: 80%;
    }

    .reser-wrap .con1 .inner-con .info-wrap .txt-wrap .txt {
        width: 16%;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .tit {
        width: 10%;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .tit {
        width: 10%;
    }

    .ft .foot-wrap {
        padding: 50px 0 100px 0;
        height: auto;
    }

    .ft .foot-wrap .info-wrap {
        padding-bottom: 80px;
    }

    .ft .foot-wrap .info-wrap .info {
        margin-bottom: 80px;
    }

    .ft .foot-wrap .info-wrap .info p .line {
        margin: 0 20px;
    }
}

/*scroll-animation*/
.scroll-obj {
    transition: 1.8s;
}
.scroll-obj.fade {
    opacity: 0;
}
.scroll-obj.fadeY {
    opacity: 0;
    transform: translateY(30px);
}
.scroll-obj.fadeX {
    opacity: 0;
    transform: translateX(30px);
}
.scroll-obj.fadeXR {
    opacity: 0;
    transform: translateX(-30px);
}
.scroll-obj.fade.on {
    opacity: 1;
}
.scroll-obj.fadeY.on {
    opacity: 1;
    transform: translateY(0px);
}
.scroll-obj.fadeX.on {
    opacity: 1;
    transform: translateX(0px);
}
.scroll-obj.fadeXR.on {
    opacity: 1;
    transform: translateX(0px);
}
.scroll-obj.lineY {
    transform: scaleY(0);
    transform-origin: top;
}
.scroll-obj.lineY.on {
    transform: scaleY(1);
}
.scroll-obj.maskUp {
    transform: translateY(1em);
}
.scroll-obj.maskUp.on {
    transform: translateY(0);
}
.img-mask {
    display: block;
    transform: translateY(100%);
    overflow: hidden;
    will-change: transform;
}
.img-mask.on {
    transform: translateY(0);
}
.img-mask img {
    transform: translateY(-100%);
    transition: 1.4s;
    will-change: transform;
}
.img-mask.on img {
    transform: translateY(0%);
}
.img-mask iframe {
    transform: translateY(-100%);
    transition: 1.4s;
}
.img-mask.on iframe {
    transform: translateY(0%);
}
.img-mask video {
    transform: translateY(-100%);
    transition: 1.4s;
}
.img-mask.on video {
    transform: translateY(0%);
}
.pic-img .img-button {
    opacity: 0;
    transition: 1.4s;
    z-index: 5;
    transition-delay: 0.4s;
}
.pic-img .img {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.4s;
}
.pic-img.on .img-button {
    opacity: 1;
}
.pic-img.on .img {
    opacity: 1;
    transform: translateY(0px);
}
.overflow-txt {
    overflow: hidden;
}
.overflow-txt span {
    display: block;
    transform: translateY(1.2em);
    transition: 1.2s;
}
.overflow-txt.on span {
    transform: translateY(0);
}
.scroll-obj.clipX {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.scroll-obj.on.clipX {
    clip-path: inset(0 0% 0 0);
    -webkit-clip-path: inset(0 0% 0 0);
}

.scroll-obj.clipY {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
}
.scroll-obj.on.clipY {
    clip-path: inset(0 0% 0 0);
    -webkit-clip-path: inset(0 0% 0 0);
}

.split-txt span {
    opacity: 0;
    transition: 1.6s;
}
.split-txt.on span {
    opacity: 1;
}
.main-tit-wrap.on .split-txt span {
    opacity: 1;
}
.m-top-img {
    display: none;
}

.m-map {
    display: none;
}
.m-br {
    display: none;
}

.m-price {
    display: none;
}

@keyframes transformPrev {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-90%);
    }
}

@keyframes transformNext {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(90%);
    }
}

@keyframes scroll_down_ani {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10%);
    }
    100% {
    }
}

@media all and (max-width: 1770px) {
    .inner-con {
        width: calc(100% - 100px);
    }
    .inner-con.inner-1920 {
        width: 100%;
    }
}
@media all and (max-width: 1435px) {
    .inner-con.inner-1335 {
        width: calc(100% - 100px);
    }
}

@media all and (max-width: 1400px) {
    .reser-wrap .info-section .img-wrap .img img {
        display: block;
        width: 100%;
    }
    .reser-wrap .info-section .right-img {
        width: 15%;
    }
    .reser-wrap .info-section .img-wrap.left-img {
        width: 25%;
    }
    .reser-wrap .info-section .img-wrap .img1 {
        width: 70%;
    }
    .reser-wrap .info-section .img-wrap .img2 {
        width: 80%;
    }
    .reser-wrap .info-section .txt-container {
        width: 60%;
    }
    .reser-wrap .info-section .txt-container {
        padding-left: 0;
    }
    .special-preview-section .info-container .txt-wrap .tit span {
        font-size: 50px;
    }
}

@media all and (max-width: 1300px) {
    .room-preview-section .info-wrap .img-wrap {
        padding-right: 50px;
    }
    .room-preview-section .info-wrap:nth-child(2n) .img-wrap {
        padding-left: 50px;
    }
}

@media all and (max-width: 1100px) {
    .hd .main-menu-wrap .menu-wrap .sub-menu {
        display: none;
    }

    .hd {
        padding-top: 15px;
    }

    .hd::after {
        top: unset;
        bottom: 0;
    }

    .hd .logo {
        width: 105px;
        z-index: 10000;
    }
    .hd .inner-con {
        width: 90%;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0;
    }

    .hd .main-menu-wrap {
        align-items: center;
    }
    .hd .main-menu-wrap .menu-wrap {
        display: none;
    }

    /* 모바일 메뉴 버튼 */
    .mobile-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: 15px;
        position: relative;
        z-index: 1000;
    }

    .mobile-menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

    .mobile-menu-btn.active span:first-child {
        transform: translateY(9px) rotate(45deg);
    }

    .mobile-menu-btn.active span:last-child {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* 모바일 메뉴 오버레이 */
    .mobile-menu-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #4a413a;
        z-index: 999;
        opacity: 0;
        transform: translateX(100%);
        transition: all 1s ease-in-out;
        overflow-y: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-menu-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 30px;
    }

    .mobile-menu-header .logo {
        width: 120px;
    }

    .mobile-close-btn {
        width: 24px;
        height: 24px;
        position: relative;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .mobile-close-btn span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transform-origin: center;
    }

    .mobile-close-btn span:first-child {
        transform: rotate(45deg);
    }

    .mobile-close-btn span:last-child {
        transform: rotate(-45deg);
    }

    /* 모바일 메뉴 스타일 */
    .mobile-menu-wrap {
        padding: 0 20px;
    }

    .mobile-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        width: 80%;
        position: absolute;
        left: 50%;
        top: 53%;
        transform: translate(-50%, -50%);
    }

    .mobile-menu-item {
        width: calc(50% - 0px);
        margin-bottom: 20px;
        text-align: center;
    }

    .mobile-menu-item > a {
        display: block;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .mobile-sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-sub-menu.long {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-sub-menu li {
        margin-bottom: 8px;
    }

    .mobile-sub-menu.long li {
        width: 50%;
    }

    .mobile-sub-menu a {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s;
    }

    .mobile-sub-menu a:hover {
        color: #fff;
    }

    /* PC에서는 모바일 메뉴 숨기기 */
    @media (min-width: 1025px) {
        .mobile-menu-btn,
        .mobile-menu-overlay {
            display: none;
        }
    }

    .hd.fixed {
        height: auto;
        padding-bottom: 10px;
    }
    .hd.fixed .logo {
        width: 105px;
    }
    .hd .m-menu-btn {
        display: block;
        position: relative;
        z-index: 5;
    }
    .hd .main-menu-wrap .sns-wrap::before {
        display: none;
    }
    .hd .main-menu-wrap .sns-wrap li {
        margin-left: 10px;
    }
    .hd .main-menu-wrap .sns-wrap li a {
        font-size: 16px;
    }
    .hd .main-menu-wrap .sns-wrap li .icon-ico_blog:before {
        font-size: 15px;
    }
}

@media all and (max-width: 900px) {
    .inner-con {
        width: 90%;
        margin: 0 auto;
    }

    .frame-btn {
        margin-top: 0px;
        line-height: 10px;
        display: inline-block;
        padding: 20px 25px;
        font-size: 10px;
        letter-spacing: 3px;
        text-decoration: none;
        position: relative;
        left: 0%;
        margin: 0 0px;
        overflow: hidden;
    }
    .frame-btn__text {
        margin-left: 0px;
        color: #4a413a;
    }
    .frame-btn:hover .frame-btn__text {
        color: #4a413a;
    }
    .frame-btn__solid {
        position: absolute;
        top: -8px;
        left: -5px;
        margin: 10px;
        width: 100%;
        height: 100%;
        transform-origin: 50%;
        transform: scale(0);
        opacity: 0;
        transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .frame-btn:hover .frame-btn__solid {
        opacity: 1;
        transform: scale(1);
    }
    .frame-btn__outline {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .frame-btn__outline--tall {
        display: none;
    }
    .frame-btn__outline--flat {
        background-color: #fff;
        margin: 0;
    }

    .hd .main-menu-wrap .icon {
        display: flex;
        align-items: center;
        padding-top: 0;
    }

    .hd .main-menu-wrap .icon a {
        font-size: 25px;
        position: relative;
        z-index: 1000;
    }

    .main-wrap .intro-section {
        width: 100%;
    }

    .main-wrap .intro-section .intro-img-wrap .tit-wrap {
        height: 140px;
        right: 10%;
        bottom: 18%;
        transform: translate(0%, 0%);
    }
    .main-wrap .intro-section .intro-img-wrap .tit-wrap .intro_logo {
        width: 72px;
        height: 89px;
        background-size: cover;
        margin-right: 20px;
    }
    .main-wrap .intro-section .intro-img-wrap .tit-wrap .line {
        margin: 0 15px;
    }
    .main-wrap .intro-section .intro-img-wrap .tit-wrap .txt-wrap {
        font-size: 14px;
    }
    .main-wrap .intro-section .intro-img-wrap .scroll_down {
        bottom: 2%;
    }

    .main-wrap .con2 .inner-con .main-vdo-wrap iframe {
        height: 250px;
    }

    .main-wrap .con2 {
        height: auto;
    }
    .main-wrap .con2 .inner-con .tit-wrap h3 {
        font-size: 16px;
    }

    .main-wrap .con2 .inner-con .main-slide-wrap {
        height: 250px;
    }
    .main-wrap .con2 .inner-con .main-slide-wrap .swiper-wrapper {
        height: 100%;
    }

    .sub-wrap .con1 .inner-con {
        width: 90%;
        padding-bottom: 100px;
    }
    .sub-wrap .con1 .inner-con .tit-wrap h3 {
        font-size: 12px;
    }

    .sub-wrap.reser-wrap .con1 .inner-con {
        padding-bottom: 100px;
    }

    .view-wrap .top-content-section {
        height: 300px;
    }
    .view-wrap .top-content-section .main-slide-wrap .slide-tit {
        left: 10%;
        bottom: 10%;
    }
    .view-wrap .top-content-section .main-slide-wrap .slide-tit h2 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .view-wrap .top-content-section .main-slide-wrap .slide-page-wrap {
        bottom: 5%;
    }

    .view-wrap .con1 .inner-con .img-wrap {
        flex-direction: column;
    }
    .view-wrap .con1 .inner-con .img-wrap .img.img1 {
        width: 100%;
        height: 250px;
    }
    .view-wrap .con1 .inner-con .img-wrap .img.img2 {
        width: 100%;
        height: 240px;
        margin: 10px 0;
    }
    .view-wrap .con1 .inner-con .img-wrap .img.img3 {
        width: 100%;
        height: 250px;
    }
    .view-wrap .con1 .inner-con .txt-wrap p {
        font-size: 13px;
    }
    .view-wrap .con1 .inner-con .bg-wrap {
        padding-bottom: 0;
    }
    .view-wrap .con1 .inner-con .bg-wrap .img {
        height: 180px;
    }

    .sub-wrap .con1 .inner-con .tit-wrap {
        padding-top: 50px;
    }
    .sub-wrap .con1 .inner-con .main-slide-wrap {
        height: 250px;
    }

    .top-img-section .top-img-wrap {
        height: 100dvh;
    }
    .top-img-section .top-img-wrap .tit-wrap {
        font-size: 30px;
        left: 10%;
        bottom: 15%;
        gap: 0px;
    }
    .top-img-section .top-img-wrap .tit-wrap h2 {
        font-size: 30px;
        letter-spacing: 0px;
        height: 300px;
        text-align: right;
    }

    .rooms .top-img-section .top-img-wrap .tit-wrap {
        bottom: 5%;
    }

    .rooms .top-img-section .top-img-wrap .tit-wrap h2 {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .room-wrap .top-img-section .top-img-wrap .tit-wrap h2 {
        height: auto;
    }

    .top-img-section .top-img-wrap .txt-wrap {
        right: 5%;
        bottom: 20%;
        transform: translate(0, 0);
    }
    .top-img-section .top-img-wrap .txt-wrap p {
        font-size: 14px;
    }

    .top-img-section .top-img-wrap .txt-wrap {
        transform: translate(0, 0);
    }

    .room-wrap .top-img-section .top-img-wrap .txt-wrap {
        opacity: 0;
    }

    .map-wrap .top-img-section .top-img-wrap .txt-wrap {
        display: none;
    }

    .room-wrap .con2 .inner-con .price-wrap table tr th,
    .room-wrap .con2 .inner-con .price-wrap table tr td {
        font-size: 12px;
        padding: 5px 5px;
    }
    .room-wrap .con2 .inner-con {
        width: 90%;
        overflow: hidden;
    }

    .room-wrap .con2 .inner-con .info-wrap h2 {
        font-size: 14px;
    }
    .room-wrap .con2 .inner-con .info-wrap .txt-wrap {
        margin: 30px 0;
    }
    .room-wrap .con2 .inner-con .info-wrap .txt-wrap p {
        font-size: 12px;
    }
    .room-wrap .con2 .inner-con .price-wrap h2 {
        font-size: 14px;
    }

    .room-wrap .con3 .inner-con {
        width: 90%;
        overflow: hidden;
    }
    .room-wrap .con3 .inner-con .img-wrap .img {
        width: 49%;
        height: 110px;
    }
    .room-wrap .con3 .inner-con > .img {
        height: 130px;
    }

    .special-wrap .con2 {
        padding: 50px 0 70px 0;
    }

    .special-wrap .con3 .inner-con {
        width: 90%;
        flex-direction: column;
    }

    .special-wrap .con3 .inner-con .img1 {
        width: 100%;
        height: 210px;
        background-size: 150%;
    }

    .special-wrap .con3 .inner-con .img2 {
        width: 100%;
        height: 320px;
        margin-top: 20px;
    }

    .special-wrap .con2 .inner-con .info-wrap .txt-wrap li {
        line-height: 25px;
    }

    .room-preview-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .room-preview-section .inner-wrap {
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .rooms .top-img-section .top-img-wrap {
        height: 56dvh;
    }

    .rooms .room-preview-section .inner-wrap {
        height: 840px;
    }

    .room-preview-section .inner-wrap > div {
        width: 100%;
    }

    .room-preview-section .inner-wrap .img-wrap .room-preview-slide {
        height: 300px;
    }

    .room-preview-section .inner-wrap .tit-wrap .txt-wrap {
        position: static;
        width: 100%;
        margin: 50px auto 0 auto;
        transform: translate(0, 0);
    }
    .room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit {
        margin-bottom: 15px;
        height: 35px;
    }
    .room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a h4 {
        font-size: 15px;
        text-align: center;
    }
    .room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit.on a h4 {
        font-size: 18px;
    }

    .room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a h5 {
        font-size: 15px;
    }

    .room-preview-section .inner-wrap .tit-wrap .txt-wrap .tit a span {
        width: 80px;
        margin: 0 10px;
    }

    .special-preview-section {
        height: 70vh;
    }

    .special-preview-section .inner-wrap {
        flex-direction: column;
        width: 90%;
        height: 70vh;
        margin: 0 auto;
    }

    .special-preview-section .inner-wrap .tit-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .special-preview-section .inner-wrap .tit-wrap .txt-wrap {
        position: static;
        transform: translate(0, 0);
    }
    .special-preview-section .inner-wrap .tit-wrap .txt-wrap h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .special-preview-section .inner-wrap .tit-wrap .txt-wrap p {
        font-size: 13px;
    }

    .special-preview-section .inner-wrap .img-wrap {
        width: 100%;
    }
    .special-preview-section .inner-wrap .img-wrap .special-preview-slide {
        height: 250px;
    }
    .special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap {
        bottom: 5%;
        right: 5%;
    }
    .special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap .tit {
        font-size: 17px;
        text-align: right;
    }
    .special-preview-section .inner-wrap .img-wrap .special-preview-slide .swiper-wrapper .swiper-slide .txt-wrap p:nth-child(2) {
        display: none;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul {
        line-height: 25px;
    }

    .reser-wrap .con1 .inner-con .price-wrap {
        padding-top: 30px;
    }

    .reser-wrap .con2 .inner-con {
        width: 90%;
    }

    .reser-wrap .top-img-section .top-img-wrap .txt-wrap {
        display: none;
    }

    .reser-wrap .con1 .inner-con .info-wrap {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .reser-wrap .con1 .inner-con .info-wrap .txt-wrap {
        height: auto;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .reser-wrap .con1 .inner-con .info-wrap .txt-wrap .txt {
        width: auto;
    }

    .reser-wrap .con1 .inner-con .info-wrap .txt-wrap .txt h3 {
        writing-mode: unset;
        line-height: 25px;
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 25px;
    }

    .reser-wrap .con1 .inner-con .info-wrap > div {
        width: 100%;
    }

    .reser-wrap .con1 .inner-con .info-wrap .txt-wrap ul li {
        font-size: 14px;
    }

    .reser-wrap .con1 .inner-con .info-wrap .img-wrap .img {
        width: 100%;
        height: 200px;
    }

    /* .reser-wrap .con1 .inner-con .price-wrap table {
        width: 100%;
    }

    .reser-wrap .con1 .inner-con .price-wrap table tr th,
    .reser-wrap .con1 .inner-con .price-wrap table tr td {
        padding: 5px 5px;
        font-size: 14px;
    } */

    .reser-wrap .reser-bg {
        height: 200px;
    }

    .reser-wrap .reser-bg .bg-img {
        position: static;
    }

    .reser-wrap .con2 .inner-con .refund-wrap {
        flex-direction: column;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .tit {
        width: auto;
        margin-bottom: 30px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .tit h3 {
        writing-mode: unset;
        font-size: 25px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund {
        width: 100%;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view th {
        width: 40%;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view th,
    .reser-wrap .con2 .inner-con .refund-wrap .refund .mobile-view td {
        padding: 5px 10px;
        text-align: center;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .refund table tr th::after {
        display: none;
    }

    .reser-wrap .con1 .inner-con .guide-wrap {
        flex-direction: column;
        padding-top: 50px;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .tit {
        width: unset;
        text-align: unset;
        margin-bottom: 30px;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .tit h3 {
        writing-mode: unset;
        font-size: 25px;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul h4 {
        font-size: 16px;
        font-weight: 400;
    }

    .reser-wrap .con1 .inner-con .guide-wrap .list-wrap ul li {
        font-size: 14px;
        font-weight: 300;
    }

    .notice-wrap .con1 .inner-con .notice-con {
        height: 250px;
    }

    .ft {
        background-color: #342d28;
        width: 100%;
        position: relative;
        z-index: 5;
    }
    .ft .foot-wrap {
        width: 80%;
        margin: 0 auto;
        height: 450px;
        background-color: #342d28;
    }
    .ft .foot-wrap .info-wrap {
        color: #fff;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .ft .foot-wrap .info-wrap .tel {
        display: inline-block;
        margin: 50px 0;
        text-align: center;
        font-size: 25px;
        color: #fff;
    }
    .ft .foot-wrap .info-wrap .info {
        text-align: center;
        margin-bottom: 40px;
    }
    .ft .foot-wrap .info-wrap .info p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .ft .foot-wrap .info-wrap .info p .line {
        display: none;
    }
    .ft .foot-wrap .info-wrap .info p:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ft .foot-wrap .info-wrap .ft-gnb {
        width: 80%;
    }
    .ft .foot-wrap .info-wrap .ft-gnb .gnb li {
        font-size: 13px;
    }
    .ft .foot-wrap .info-wrap .ft-gnb .gnb .dot {
        width: 2px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
    }

    .ft .foot-wrap .copy-wrap {
        padding-top: 20px;
        flex-direction: column;
        align-items: center;
    }
    .ft .foot-wrap .copy-wrap .login-wrap {
        display: flex;
        align-items: center;
    }
    .ft .foot-wrap .copy-wrap .login-wrap > a {
        font-size: 13px;
        margin-right: 20px;
    }
    .ft .foot-wrap .copy-wrap .login-wrap .sns-wrap {
        display: flex;
    }
    .ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li {
        margin: 0 10px;
    }
    .ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li a {
        color: #fff;
        font-size: 13px;
    }
    .ft .foot-wrap .copy-wrap .login-wrap .sns-wrap li a i {
        color: #fff;
    }

    .ft .foot-wrap .copy-wrap .copy {
        text-align: center;
        margin-top: 20px;
    }
}
@media all and (max-width: 700px) {
    .pc-vdo {
        display: none;
    }
    .m-vdo {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .m-vdo iframe {
        width: 100%;
        height: 300px;
    }

    .inner-con {
        width: calc(100% - 30px);
    }
    .inner-con.inner-1335 {
        width: calc(100% - 30px);
    }
    .m-br {
        display: block;
    }

    .pc-br {
        display: none;
    }

    .intro-wrap .con2 .txt-wrap p {
        font-size: 15px;
    }
    .intro-wrap .con1 .txt-wrap p {
        font-size: 13px;
    }
    .intro-wrap .con1 .txt-wrap h5 {
        font-size: 20px;
    }
    .intro-wrap .con1 .txt-wrap p {
        font-size: 13px;
    }
    .intro-wrap .con .txt-wrap p {
        font-size: 13px;
    }
    .intro-wrap .con8 .txt-wrap a {
        font-size: 13px;
        margin: 0 5px;
        min-width: 155px;
    }
    .intro-wrap .con2 .txt-wrap p span {
        margin: 0 10px;
    }
    .m-top-img-section {
        display: block;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 50px;
    }
    .m-top-img-section .main-tit {
        font-size: 18px;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.2em;
        color: white;
    }
    .main-wrap .top-content-section .top-img-wrap {
        height: 100vh;
    }
    .main-wrap .top-content-section .main-tit-wrap {
        left: 15px;
        bottom: 80px;
        top: auto;
    }
    .main-wrap .top-content-section .main-tit-wrap .main-tit {
        margin-bottom: 20px;
    }
    .main-wrap .top-content-section .main-tit-wrap .main-tit h5 {
        font-size: 15px;
    }
    .main-wrap .top-content-section .main-tit-wrap .txt {
        font-size: 14px;
    }

    .main-wrap .intro-tit-wrap {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .main-wrap .intro-tit-wrap .content-box img {
        width: 100px;
    }
    .main-wrap .intro-tit-wrap h5 {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .main-wrap .intro-tit-wrap p {
        font-size: 14px;
    }

    .main-wrap .con1 .inner-con {
        width: 90%;
    }
    .main-wrap .con1 .inner-con h2 {
        font-size: 30px;
        letter-spacing: 4px;
        writing-mode: unset;
        word-spacing: 0;
    }
    .main-wrap .con1 .tit-wrap {
        position: relative;
        left: unset;
        bottom: unset;
        z-index: 2;
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .main-wrap .con1 .txt-wrap {
        position: relative;
        right: unset;
        bottom: unset;
        text-align: left;
        z-index: 2;
    }
    .main-wrap .con1 .txt-wrap p {
        font-size: 14px;
    }

    .main-wrap .con2 .inner-con {
        width: 100%;
    }

    .main-wrap .con2 .inner-con .tit-wrap {
        padding: 90px 0 0px 0;
        width: 50%;
    }

    .tap-menu-section {
        margin-bottom: 30px;
    }
    .tap-menu-section .tap-menu .sub-menu {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #bfbfbf;
    }
    .tap-menu-section .tap-menu .sub-menu li {
        font-size: 12px;
        padding: 0 8px;
    }
    /* .tap-menu-section .tap-menu .sub-menu li:first-of-type{padding-left: 0;}
    .tap-menu-section .tap-menu .sub-menu li:last-of-type{padding-right: 0;} */

    .top-content-section .top-info-wrap .tit-wrap .tit {
        display: none;
    }

    .view-wrap .info-section {
        padding-top: 50px;
    }
    .view-wrap .info-section .info-wrap {
        margin-bottom: 80px;
    }
    .view-wrap .info-section .info-wrap .txt-wrap {
        padding-top: 30px;
    }
    .view-wrap .info-section .info-wrap .txt-wrap .tit h2 {
        font-size: 20px;
    }
    .view-wrap .info-section .info-wrap .txt-wrap .txt {
        font-size: 13px;
    }
    .view-wrap .info-section .info-wrap .txt-wrap .tit h2 {
        margin-bottom: 25px;
    }

    .room-wrap .info-section {
        padding-top: 60px;
    }
    .room-wrap .info-section .txt-container {
        padding-right: 0;
    }
    .room-wrap .info-section .txt-container .tit-wrap h5 {
        font-size: 15px;
    }
    .room-wrap .info-section .txt-container .tit-wrap h2 {
        font-size: 32px;
    }
    .room-wrap .info-section .txt-container .tit-wrap h3 {
        font-size: 18px;
    }
    .room-wrap .info-section .txt-container .tit-wrap p {
        font-size: 13px;
    }
    .room-wrap .info-section .txt-container .info-wrap .tit {
        font-size: 13px;
    }
    .room-wrap .info-section .txt-container .info-wrap .txt-wrap h5 {
        font-size: 15px;
    }
    .room-wrap .info-section .txt-container .info-wrap .txt-wrap p {
        font-size: 13px;
    }
    .room-wrap .info-section {
        padding-bottom: 100px;
    }

    .special-wrap .info-section .txt-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .special-wrap .info-section {
        padding-top: 45px;
        padding-bottom: 80px;
    }
    .special-wrap .info-section .txt-wrap .tit {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .special-wrap .info-section .txt-wrap .txt h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .special-wrap .info-section .txt-wrap .txt p {
        font-size: 13px;
        text-align: center;
        line-height: 1.6;
    }
    .special-wrap .visual-content-section .bg {
        height: 300px;
    }
    .special-wrap .visual-content-section .inner-con {
        align-items: flex-end;
    }

    .map-wrap .info-section {
        padding-top: 80px;
    }
    .map-wrap .info-section .txt-wrap h6 {
        font-size: 13px;
    }
    .map-wrap .info-section .txt-wrap h5 {
        font-size: 15px;
    }
    .map-wrap .info-section .txt-wrap p {
        font-size: 13px;
    }

    .reser-wrap .price-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .reser-wrap .price-section .txt-wrap {
        margin-top: 50px;
    }

    .reser-wrap .price-section .txt-wrap .txt-list li {
        font-size: 13px;
    }
    .reser-wrap .price-section .txt-wrap .txt-list li b {
        width: 4.3em;
        min-width: 4.3em;
    }
    .reser-wrap .info-section .txt-container .tit {
        font-size: 13px;
    }
    .reser-wrap .info-section .img-wrap.left-img {
        padding-top: 50px;
        margin-bottom: 100px;
    }
    .reser-wrap .info-section .txt-container .info h5 {
        font-size: 13px;
    }
    .reser-wrap .info-section .txt-container .info li {
        font-size: 13px;
    }
    .reser-wrap .info-section .txt-container .info {
        margin-bottom: 30px;
    }
    .reser-wrap .info-section .txt-container .depth1 {
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
    .reser-wrap .info-section .refund-wrap {
        padding-top: 50px;
    }
    .reser-wrap .info-section .refund-wrap .table-wrap {
        font-size: 13px;
    }
    .reser-wrap .info-section {
        padding-bottom: 80px;
    }
    .reser-wrap .info-section .txt-container .info p {
        font-size: 13px;
    }

    .notice-wrap .info-section {
        padding-top: 80px;
    }
    .top-content-section .swiper-slide {
        height: 60vw;
    }
    .main-wrap .top-content-section .swiper-slide {
        height: 100vh;
    }
    .top-content-section .top-info-wrap .tit-wrap {
        bottom: 15px;
    }
    .top-content-section .top-info-wrap .tit-wrap .tit {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .top-content-section .top-info-wrap .control-wrap {
        width: calc(100% - 30px);
        transform: translateX(15px);
    }
    .top-content-section .top-info-wrap .control-wrap .btn i {
        font-size: 25px;
    }
    .top-content-section .top-img-wrap {
        height: 100vh;
    }

    .room-preview-section .info-wrap .inner-con {
        flex-flow: column;
    }
    .room-preview-section .info-wrap .img-wrap {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .room-preview-section .info-wrap .txt-wrap {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 50px;
    }
    .room-preview-section .info-wrap .txt-wrap .tit h5 {
        font-size: 13px;
    }
    .room-preview-section .info-wrap .txt-wrap .tit h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .room-preview-section .info-wrap .txt-wrap .tit h2 b {
        font-size: 30px;
    }
    .room-preview-section .info-wrap .txt-wrap .tit h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .room-preview-section .info-wrap .txt-wrap .txt p {
        font-size: 12px;
    }

    .room-preview-section .info-wrap:nth-child(2n) .inner-con {
        flex-flow: column;
    }
    .room-preview-section .info-wrap:nth-child(2n) .img-wrap {
        padding-left: 0;
    }
    .room-preview-section .info-wrap:nth-child(2n) .txt-wrap {
        border-right: 0;
        padding-right: 0;
    }

    .special-preview-section .info-container .txt-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .special-preview-section .intro-tit {
        font-size: 12px;
        margin-bottom: 30px;
        padding-top: 15px;
    }
    .special-preview-section .info-container {
        flex-flow: column;
    }
    .special-preview-section .info-container .txt-wrap .txt-list {
        padding-bottom: 100px;
    }
    .special-preview-section .info-container .txt-wrap .txt-list .txt h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .special-preview-section .info-container .txt-wrap .txt-list {
        font-size: 13px;
    }
    .special-preview-section .info-container .txt-wrap .tit span {
        font-size: 32px;
    }
    .special-preview-section .special-preview-slide-wrap {
        width: 60%;
        height: 72vw;
        margin-left: 40%;
    }

    .main-wrap .special-preview-section {
        padding-bottom: 0px;
        height: 70vh;
    }
    .visual-content-section .tit-wrap h5 {
        margin-left: calc(1em + 20px);
    }
    .visual-content-section .tit-wrap p {
        margin-left: 15px;
    }
    .visual-content-section .tit-wrap p span {
        font-size: 11px;
    }
    .visual-content-section .tit-wrap h5 {
        font-size: 13px;
        white-space: nowrap;
    }
    .visual-content-section .inner-con {
        padding-left: 0;
    }
    .visual-content-section .bg {
        height: 300px;
    }

    .visual-content-section .inner-con {
        align-items: flex-end;
    }
    .visual-content-section .tit-wrap {
        flex-flow: column;
        margin-bottom: 15px;
    }
    .visual-content-section .tit-wrap p {
        flex-flow: column;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .visual-content-section .tit-wrap h5 {
        transform: rotate(0);
        margin-bottom: 15px;
        margin-left: 0;
    }
    .visual-content-section .tit-wrap p span {
        width: 100%;
        display: block;
        line-height: 1.6;
        margin-left: 0;
    }
    .visual-content-section .tit-wrap p span .dot {
        display: inline;
    }

    .outtro-section .txt-wrap h2 {
        font-size: 18px;
    }
    .outtro-section .txt-wrap h5 {
        font-size: 14px;
    }
    .outtro-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ft .inner-con {
        flex-flow: column;
    }
    .ft .ft-logo-wrap {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .ft .ft-logo-wrap img {
        width: 125px;
        margin-bottom: 30px;
    }
    .ft .ft-logo-wrap .sns-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ft .ft-logo-wrap .sns-wrap li {
        width: 18px;
        margin: 0 5px;
    }
    .ft .ft-logo-wrap .sns-wrap li .icon-ico_blog {
        font-size: 15px;
    }
    .ft .ft-logo-wrap .sns-wrap li img {
        width: 100%;
        margin-bottom: 15px;
    }
    .ft .ft-logo-wrap .sns-wrap {
        margin-bottom: 15px;
    }
    .ft .ft-info-wrap {
        text-align: center;
        width: 100%;
    }
    .ft .ft-sns-wrap {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .ft .ft-info-wrap h5 {
        font-size: 15px;
    }
    .ft .ft-sns-wrap .copyright {
        text-align: center;
    }
    .ft .ft-sns-wrap .login {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .pc-map {
        display: none;
    }
    .m-map {
        display: block;
    }
    .m-price {
        display: block;
    }
    .pc-price {
        display: none;
    }
    .reser-wrap .rsv_cal_t p {
        padding: 0 5px;
        font-size: 12px;
    }
}
