@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;
    color: #354246;
}

.circle {
    position: absolute;
    background-color: transparent;
    left: -20%;
    top: 45%;
    width: 1600px;
    height: 1600px;
    border-radius: 50%;
    border: 1px solid rgba(77, 73, 69, 0.2);
    transition: all 1.5s ease-out;
    pointer-events: none;
}

.circle.aos-animate {
}

/* SVG 원 그리기 효과 */
.circle-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-svg circle {
    transition: stroke-dashoffset 2.5s ease-out;
}

.circle.aos-animate .circle-svg circle {
    stroke-dashoffset: 0;
}

.boreal {
    font-family: 'boreal', sans-serif;
    font-weight: 200;
    font-style: normal;
}

section {
    position: relative;
    background-color: transparent;
    z-index: 10;
}
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: #354246;
}
.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.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;
}
.dot-list li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #202020;
}
.m-delete {
    display: inline !important;
}
.fadeY.m-delete {
    display: block !important;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
}
.insta {
    z-index: 500;
    cursor: pointer;
    box-shadow: 1px 1px 5px 1px #cccccc;
    position: fixed;
    border-radius: 50px;
    background-color: #fff;
    color: #354246;
    width: 50px;
    height: 50px;
    right: 130px;
    display: block;
    bottom: 150px;
    font-weight: 300;
    font-size: 20px;
}
.btn-top {
    z-index: 500;
    cursor: pointer;
    box-shadow: 1px 1px 5px 1px #cccccc;
    position: fixed;
    border-radius: 50px;
    background-color: #fff;
    color: #354246;
    width: 50px;
    height: 50px;
    right: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 80px;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Pretendard-Medium';
}
.btn-top span {
    font-weight: 600;
}

.pc-vdo {
    width: 1400px;
    margin: 0 auto;
}
.pc-vdo iframe {
    width: 1400px !important;
    height: 900px;
    margin: 0px auto 0 auto;
}
.m-vdo {
    display: none;
}
.menu-wrap {
    display: none;
}

/* 헤더 */

.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.8s all;
}
.hd .hd-top {
    display: flex;
    position: relative;
    z-index: 51;

    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    transition: 0.8s all;
}

.hd .hd-top .logo {
    width: 70px;
    height: 70px;
    display: block;
    transition: 0.8s;
}
.hd .hd-top .logo a {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.hd .hd-top .gnb-wrap {
    display: flex;
    width: 50%;
    transition: 0.8s all;
    justify-content: flex-end;
    padding-top: 20px;
}
.hd .hd-top .gnb-wrap .gnb {
    width: 20%;
    text-align: center;
}
.hd .hd-top .gnb-wrap .gnb a {
    font-family: 'MaruBuri';
    font-weight: 400;
    font-size: 14px;
    transition: 0.8s all;
}
.hd.sub .hd-top .gnb-wrap .gnb a {
    color: #4d4945;
    font-family: 'MaruBuri';
    font-weight: 400;
    font-size: 14px;
    transition: 0.8s all;
}
.hd .hd-top .gnb-wrap .reser {
    width: 20%;
    text-align: center;
}
.hd .hd-top .gnb-wrap .reser a {
}
.hd .hd-top .gnb-wrap .reser a i {
    color: #fff;
    margin: 0 10px;
    transition: 0.8s all;
}
.hd.sub .hd-top .gnb-wrap .reser a i {
    color: #4d4945;
    margin: 0 10px;
    transition: 0.8s all;
}
.hd .menu-btn {
    display: none;
}

.hd .hd-top .gnb-wrap:hover .gnb > a {
    font-weight: 700;
}

.hd .hd-top .gnb-wrap:hover ul {
    opacity: 1;
    height: auto;
    pointer-events: auto;
}
.hd .hd-top .gnb-wrap ul {
    opacity: 0;
    height: 0;
    transition: 0.8s all;
    margin-top: 20px;
    pointer-events: none;
}
.hd .hd-top .gnb-wrap ul li {
    margin-bottom: 10px;
}
.hd .hd-top .gnb-wrap ul li a {
    color: #fff;
}
.hd.sub .hd-top .gnb-wrap ul li a {
    color: #4d4945;
}

.tour-wrap .hd .hd-top .gnb-wrap .gnb a {
    color: #4d4945;
}
.tour-wrap .hd .hd-top .gnb-wrap .reser a i {
    color: #4d4945;
    margin: 0 10px;
}

.hd.fixed {
    background-color: #fff;
}

body:has(.main-wrap) .hd {
    opacity: 0;
    pointer-events: none;
}
body:has(.main-wrap) .hd.fixed {
    opacity: 1;
    pointer-events: auto;
}

.hd.fixed .hd-top .gnb-wrap .gnb a {
    color: #4d4945;
}
.hd.fixed .hd-top .gnb-wrap .reser i {
    color: #4d4945;
    margin: 0 10px;
}

/* 탑 슬라이드 */

.top-content-section .mobile-slide {
    display: none;
}

.top-content-section .swiper-slide {
    width: 100%;
    height: 100vh;
}
.top-content-section .top-info-wrap {
    width: 100%;
    height: 100%;
    z-index: 15;
    top: 0;
    left: 0;
}

.top-content-section .main-tit-wrap {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-content-section .main-tit-wrap .gnb-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}
.top-content-section .main-tit-wrap .gnb-wrap div {
    width: 20%;
    text-align: center;
}
.top-content-section .main-tit-wrap .gnb-wrap div a {
    font-family: 'MaruBuri';
    transition: 0.5s all;
    font-weight: 400;
    font-size: 16px;
}
.top-content-section .main-tit-wrap .gnb-wrap div.logo a img {
    height: 100px;
}

/* .top-content-section .main-tit-wrap .gnb-wrap div.gnb.on a {
    font-size: 18px;
    font-weight: 600;
} */
.top-content-section .main-tit-wrap .prev,
.top-content-section .main-tit-wrap .next {
    cursor: pointer;
    width: 150px;
    height: 100px;
}
.top-content-section .main-tit-wrap .prev span,
.top-content-section .main-tit-wrap .next span {
    display: block;
    transition: 0.7s all linear;
    transform: translateY(50px);
    position: relative;
    width: 80px;
    height: 1px;
    background-color: #fff;
}
.top-content-section .main-tit-wrap .prev span::after,
.top-content-section .main-tit-wrap .next span::after {
    content: '';
    background-color: #fff;
    position: absolute;
    bottom: 0;
}
.top-content-section .main-tit-wrap .prev span::after {
    left: 4px;
    height: 15px;
    width: 1px;
    transform: rotate(30deg);
}
.top-content-section .main-tit-wrap .next span::after {
    right: 4px;
    height: 15px;
    width: 1px;
    transform: rotate(-30deg);
}

.top-content-section .main-tit-wrap .prev:hover span {
    width: 100px;
    transform-origin: left;
}
.top-content-section .main-tit-wrap .next:hover span {
    width: 100px;
    transform-origin: right;
}

.sub-wrap .top-content-section .main-tit-wrap {
    width: 70%;
    justify-content: space-between;
}

.top-content-section .sub-tit {
    position: absolute;
    z-index: 22;
    text-align: center;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    color: #fff;
}
.top-content-section .sub-tit h3 {
    font-family: 'boreal', sans-serif;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 10px;
}
.top-content-section .sub-tit h4 {
    font-family: 'MaruBuri';
    font-size: 16px;
    font-weight: 400;
}

.vdo-wrap {
    width: 100%;
    height: 855px;
    position: relative;
    margin-bottom: 100px;
}
.vdo-wrap iframe {
    width: 100%;
}

.vdo-mute-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.vdo-mute-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.vdo-mute-btn i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    transition: opacity 0.3s ease;
}

.vdo-mute-btn i.muted {
    opacity: 1;
}

.vdo-mute-btn i.unmuted {
    opacity: 0;
}

.vdo-mute-btn.active i.muted {
    opacity: 0;
}

.vdo-mute-btn.active i.unmuted {
    opacity: 1;
}

/* 서브 탭메뉴 */

.sub-wrap .sub-gnb {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid rgba(77, 73, 69, 0.3);
}
.sub-wrap .sub-gnb .inner-con {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    height: 100%;
}
.sub-wrap .sub-gnb .inner-con .sub {
    font-family: 'MaruBuri';
    cursor: pointer;
    margin: 30px 0 30px 60px;
    display: inline-block;
    font-size: 14px;
    color: #4d4945;
    font-weight: 400;
}
.sub-wrap .sub-gnb .inner-con .sub.on {
    font-weight: bold;
}

/* 서브 탑-타이틀 */

.top-tit-section {
    height: 450px;
    background-color: #fff;
}
.top-tit-section .inner-section {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.top-tit-section .inner-section .sub-tit-wrap {
    position: absolute;
    right: 0;
    bottom: 10%;
}
.top-tit-section .inner-section .sub-tit-wrap h2 {
    font-family: 'boreal', sans-serif;
    color: #4d4945;
    font-size: 60px;
    font-weight: 200;
}
.top-tit-section .inner-section .sub-tit-wrap .sub-tit {
    display: flex;
    justify-content: space-between;
    color: #4d4945;
}
.top-tit-section .inner-section .sub-tit-wrap .sub-tit h4 {
    font-family: 'MaruBuri';
    font-size: 14px;
    font-weight: 400;
}
.top-tit-section .inner-section .sub-tit-wrap .sub-tit p {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

/* 메인 */

.main-wrap .con1 {
}
.main-wrap .con1 .inner-con {
    width: 80%;
    margin: 100px auto;
}
.main-wrap .con1 .inner-con .main-img {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-wrap .con1 .inner-con .main-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.main-wrap .con1 .inner-con .main-img .txt {
    position: absolute;
    font-family: 'boreal', sans-serif;
    font-weight: 200;
    z-index: 20;
    color: #fff;
    font-size: 65px;
    font-weight: 200;
}
.main-wrap .con1 .inner-con .main-img .txt.txt1 {
    bottom: 32%;
    left: 33%;
}
.main-wrap .con1 .inner-con .main-img .txt.txt2 {
    bottom: 10%;
    left: 45%;
}

.main-wrap .con1 .inner-con .main-img .txt-wrap {
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 23%;
    display: flex;
    align-items: center;
}
.main-wrap .con1 .inner-con .main-img .txt-wrap .line {
    display: inline-block;
    width: 600px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
}
.main-wrap .con1 .inner-con .main-img .txt-wrap h4 {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lato Hairline';
    font-weight: 300;
    font-size: 65px;
    margin-left: 15px;
}

.main-wrap .preview-section {
    padding-bottom: 200px;
}
.main-wrap .preview-section .inner-con {
    width: 90%;
    margin-left: 10%;
    height: 500px;
    position: relative;
}
.main-wrap .preview-section .inner-con .preview-wrap {
    display: flex;
    width: 100%;
}
.main-wrap .preview-section .inner-con .preview-wrap .preview-tit {
    position: relative;
    width: 25%;
    font-size: 16px;
    color: #4d4945;
    margin-right: 5%;
}

.main-wrap .preview-section .inner-con .preview-wrap .preview-tit::after {
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(77, 73, 69, 0.5);
    right: -10%;
    width: 1px;
    height: 100%;
}

.main-wrap .preview-section .inner-con .preview-wrap .preview-tit h4 {
    font-family: 'Pretendard-Semibold';
    font-weight: 500;
    margin: 50px 0 20px 0;
}
.main-wrap .preview-section .inner-con .preview-wrap .preview-tit p {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
}

.main-wrap .preview-section .inner-con .preview-wrap .preview-slide {
    width: 70%;
    height: 250px;
    overflow: hidden;
}
.main-wrap .preview-section .inner-con .preview-wrap .preview-slide .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.main-wrap .preview-section .inner-con .preview-wrap .preview-slide .swiper-wrapper .swiper-slide {
    width: 430px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-wrap {
    overflow: hidden;
    cursor: pointer;
    width: 300px;
    height: 55px;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #454443;
    transition: 1s all;
}

.btn-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    clip-path: circle(0% at 50% 100%);
    transform: translateY(40%);
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.main-wrap .preview-section .inner-con .btn-wrap {
    bottom: 0;
    left: 45%;
}

.btn-wrap:hover {
    background-color: transparent;
}

.btn-wrap:hover::before {
    clip-path: circle(150% at 50% 50%);
    transform: translateY(0);
}

.btn-wrap a,
.btn-wrap .line {
    position: relative;
    z-index: 2;
    transition: color 0.5s, background 0.5s;
}

.btn-wrap a {
    display: block;
    width: 90%;
    margin: 0px auto 5px auto;
    padding-top: 15px;
    font-size: 16px;
    font-family: 'Pretendard-Regular';
}

.btn-wrap .line {
    display: block;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.3);
}

.btn-wrap:hover a {
    color: #4d4945;
}
.btn-wrap:hover .line {
    background-color: rgba(77, 73, 69, 0.3);
}

/* 프롤로그 */

.view-wrap .con1 {
    overflow: hidden;
}
.view-wrap .con1 .inner-con {
    width: 80%;
    margin-left: 21%;
    padding: 100px 0 170px 0px;
}
.view-wrap .con1 .inner-con .img-wrap {
    display: flex;
    padding-bottom: 100px;
}
.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: 750px;
    height: 750px;
}
.view-wrap .con1 .inner-con .img-wrap .img.img2 {
    width: 550px;
    height: 580px;
    margin-left: 30px;
}

.view-wrap .con1 .inner-con .tit-wrap {
    color: #4d4945;
    padding-bottom: 200px;
}
.view-wrap .con1 .inner-con .tit-wrap .tit {
    display: flex;
    align-items: flex-end;
    padding-bottom: 80px;
}
.view-wrap .con1 .inner-con .tit-wrap .tit h3 {
    font-family: 'boreal', sans-serif;
    font-weight: 200;
    font-size: 50px;
    line-height: 50px;
}
.view-wrap .con1 .inner-con .tit-wrap .tit h5 {
    font-family: 'Lato';
    font-weight: 200;
    font-size: 20px;
    margin: 0 10px;
}
.view-wrap .con1 .inner-con .tit-wrap .txt {
}
.view-wrap .con1 .inner-con .tit-wrap .txt p {
    padding-bottom: 30px;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.view-wrap .con1 .inner-con .tit-wrap .txt h4 {
    font-family: 'MaruBuri';
    font-size: 25px;
    font-weight: 500;
}

.view-wrap .con1 .inner-con .map-wrap {
}
.view-wrap .con1 .inner-con .map-wrap .map-tit {
    padding-top: 70px;
    color: #4d4945;
    font-size: 16px;
    font-family: 'Pretendard-Regular';
}
.view-wrap .con1 .inner-con .map-wrap .map-tit h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}
.view-wrap .con1 .inner-con .map-wrap .map-tit p {
    font-weight: 400;
    line-height: 25px;
}

/* 투어 */

.tour-wrap {
}
.tour-wrap .con1 {
}
.tour-wrap .con1 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.tour-wrap .con1 .inner-con .tour-list {
    padding: 100px 0 70px 0;
    display: flex;
    justify-content: space-between;
}
.tour-wrap .con1 .inner-con .tour-list .tour {
    width: 33%;
}
.tour-wrap .con1 .inner-con .tour-list .tour .img {
    width: 500px;
    height: 330px;
    background-size: cover;
    margin-bottom: 30px;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit {
    color: #4d4945;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit h4 {
    font-family: 'Pretendard-SemiBold';
    font-size: 16px;
    color: #4d4945;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit span {
    font-family: 'Pretendard-Regular';
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn {
    transition: 1s all;
    cursor: pointer;
    width: 120px;
    height: 40px;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn .more {
    display: block;
    padding-top: 7px;
    line-height: 20px;
    color: #4d4945;
    width: 90%;
    margin: 0px auto 3px 0;
    text-align: right;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn .line {
    display: block;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background-color: #4d4945;
}

.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn.on {
    background-color: #fff;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn.on .more {
    color: #4d4945;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn.on .line {
    background-color: rgba(77, 73, 69, 0.3);
}

.tour-wrap .con1 .inner-con .tour-list .tour .tour-txt {
    font-family: 'Pretendard-Regular';
    opacity: 0;
    transition: 1s all;
    color: #4d4945;
    font-size: 14px;
    line-height: 25px;
}
.tour-wrap .con1 .inner-con .tour-list .tour .tour-txt.on {
    opacity: 1;
}

/* 객실 */

.room-wrap .con1 {
    position: relative;
}
.room-wrap .con1 .inner-con {
    width: 80%;
    margin: 0 auto;
    padding: 200px 0 170px 0px;
}
.room-wrap .con1 .inner-con .img-section {
    width: 100%;
    display: flex;
    padding-bottom: 150px;
}
.room-wrap .con1 .inner-con .img-section .img-wrap {
    width: 50%;
    position: relative;
}
.room-wrap .con1 .inner-con .img-section .img-wrap .img {
    background-size: cover;
    background-repeat: no-repeat;
}
.room-wrap .con1 .inner-con .img-section .img-wrap .img1 {
    width: 360px;
    height: 360px;
    position: absolute;
    left: 0;
    top: 0;
}
.room-wrap .con1 .inner-con .img-section .img-wrap .img2 {
    width: 360px;
    height: 360px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.room-wrap .con1 .inner-con .img-section .img-wrap .img3 {
    width: 100%;
    height: 740px;
}

.room-wrap .con1 .inner-con .info-section {
    margin-left: 20%;
    padding-bottom: 200px;
    position: relative;
}

.room-wrap .con1 .inner-con .info-section .room-txt {
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 16px;
}

.room-wrap .con1 .inner-con .info-section .price {
    padding-bottom: 40px;
}
.room-wrap .con1 .inner-con .info-section .price tr {
}
.room-wrap .con1 .inner-con .info-section .price tr th,
.room-wrap .con1 .inner-con .info-section .price tr td {
    border-collapse: collapse;
    text-align: center;
    padding: 10px 60px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    font-family: 'Pretendard-Regular';
}

.room-wrap .con1 .inner-con .info-section .price tr th {
    background-color: #454443;
    color: #fff;
}
.room-wrap .con1 .inner-con .info-section .price tr td {
    color: #454443;
    background-color: #fff;
}

.room-wrap .con1 .inner-con .info-section .info {
    color: #454443;
}
.room-wrap .con1 .inner-con .info-section .info h4 {
    font-family: 'Pretendard-SemiBold';
    font-size: 16px;
    font-weight: 600;
}
.room-wrap .con1 .inner-con .info-section .info p {
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.room-wrap .con1 .inner-con .info-section .btn-wrap {
    bottom: 0;
    left: 40%;
}

/* 스페셜 */

.special-wrap {
}
.special-wrap .con1 {
    position: relative;
    height: 1900px;
}
.special-wrap .con1 .sub-gnb {
    position: sticky;
    top: 9%;
    background-color: #fff;
    z-index: 50;
}
.special-wrap .con1 .inner-con {
    width: 1500px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.special-wrap .con1 .inner-con .special-list {
    display: flex;
    padding-top: 100px;
}
.special-wrap .con1 .inner-con .special-list .special-tit {
    position: relative;
    width: 50%;
    margin-left: 0px;
}

.special-wrap .con1 .inner-con .special-list .special-tit:nth-child(2n) {
    margin-left: 50px;
}

.special-wrap .con1 .inner-con .special-list .special-tit .tit {
    padding-top: 100px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.special-wrap .con1 .inner-con .special-list .special-tit .tit span {
    display: inline-block;
    margin-right: 30px;
    transform: rotate(30deg);
    width: 1px;
    height: 65px;
    background-color: rgba(77, 73, 69, 0.5);
}
.special-wrap .con1 .inner-con .special-list .special-tit .tit h3 {
    font-size: 50px;
    font-weight: 200;
    font-family: 'boreal', sans-serif;
    color: #4d4945;
}
.special-wrap .con1 .inner-con .special-list .special-tit .txt {
}
.special-wrap .con1 .inner-con .special-list .special-tit .txt h5 {
    font-family: 'Pretendard-Semibold';
    font-weight: 600;
    font-size: 16px;
    color: #4d4945;
    padding-bottom: 10px;
}
.special-wrap .con1 .inner-con .special-list .special-tit .txt p {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #4d4945;
    padding-bottom: 10px;
}
.special-wrap .con1 .inner-con .special-list .special-tit .txt ul li {
    font-family: 'Pretendard-Semibold';
    font-weight: 600;
    font-size: 16px;
    color: #4d4945;
    padding-bottom: 10px;
}

.special-wrap .con1 .inner-con .special-list .special-slide-section {
    width: 50%;
    height: 450px;
    overflow: hidden;
}
.special-wrap .con1 .inner-con .special-list .special-slide-section .special-wrap {
    width: 100%;
    height: 420px;
}

/* 예약안내 */

.reser-wrap {
}
.reser-wrap .con1 {
    padding-bottom: 150px;
}
.reser-wrap .con1 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.reser-wrap .con1 .inner-con .reser-top {
    display: flex;
    padding: 150px 0;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap {
    width: 50%;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit {
    padding-top: 100px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit span {
    display: inline-block;
    margin-right: 30px;
    transform: rotate(30deg) scaleY(0);
    transition: transform 0.5s ease-out;
    transform-origin: top;
    width: 1px;
    height: 45px;
    background-color: rgba(77, 73, 69, 0.5);
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit span.aos-animate {
    transform: rotate(30deg) scaleY(1);
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit h3 {
    font-size: 30px;
    font-weight: 300;
    font-family: 'MaruBuri';
    color: #4d4945;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul {
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li {
    display: flex;
    align-items: center;
}

.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li.reser-info {
    margin-top: 30px;
}

.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li h5 {
    font-family: 'Pretendard-Semibold';
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #4d4945;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li p {
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #4d4945;
}
.reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li p a {
    color: #4d4945;
}

.reser-wrap .con1 .inner-con .reser-top .img-wrap {
    height: 420px;
    width: 50%;
    background-size: cover;
}

.reser-wrap .con1 .inner-con .price-wrap {
    margin: 0 auto;
    position: relative;
    padding-bottom: 200px;
}
.reser-wrap .con1 .inner-con .price-wrap .price {
    margin: 0 auto;
}
.reser-wrap .con1 .inner-con .price-wrap .price tr {
}
.reser-wrap .con1 .inner-con .price-wrap .price tr th,
.reser-wrap .con1 .inner-con .price-wrap .price tr td {
    border-collapse: collapse;
    text-align: center;
    padding: 10px 60px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    font-family: 'Pretendard-Regular';
}

.reser-wrap .con1 .inner-con .price-wrap .price tr th {
    background-color: #454443;
    color: #fff;
}
.reser-wrap .con1 .inner-con .price-wrap .price tr td {
    color: #454443;
}

.reser-wrap .con1 .inner-con .price-wrap .btn-wrap {
    bottom: 0;
    left: 50%;
}

.reser-wrap .con2 {
}
.reser-wrap .con2 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.reser-wrap .con2 .inner-con .guide-wrap {
    display: flex;
    padding-bottom: 130px;
}
.reser-wrap .con2 .inner-con .guide-wrap .tit {
    width: 25%;
    display: flex;
    align-items: flex-start;
}
.reser-wrap .con2 .inner-con .guide-wrap .tit h3 {
    font-family: 'MaruBuri';
    font-weight: 600;
    font-size: 30px;
    color: #4d4945;
}
.reser-wrap .con2 .inner-con .guide-wrap .tit span {
    display: inline-block;
    margin-left: 60px;
    transform: rotate(30deg) scaleY(0);
    transition: transform 0.5s ease-out;
    transform-origin: top;
    width: 1px;
    height: 65px;
    background-color: rgba(77, 73, 69, 0.5);
}

.reser-wrap .con2 .inner-con .guide-wrap .tit span.aos-animate {
    transform: rotate(30deg) scaleY(1);
}

.reser-wrap .con2 .inner-con .guide-wrap .txt {
    width: 60%;
}
.reser-wrap .con2 .inner-con .guide-wrap .txt ul {
}
.reser-wrap .con2 .inner-con .guide-wrap .txt ul li {
    margin-bottom: 20px;
}
.reser-wrap .con2 .inner-con .guide-wrap .txt ul li h4 {
    font-family: 'Pretendard-Semibold';
    font-size: 16px;
    margin-bottom: 10px;
}
.reser-wrap .con2 .inner-con .guide-wrap .txt ul li p {
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    line-height: 25px;
}

.reser-wrap .con2 .inner-con .refund-wrap {
    display: flex;
    padding-bottom: 130px;
}
.reser-wrap .con2 .inner-con .refund-wrap .tit {
    width: 25%;
    display: flex;
    align-items: flex-start;
}
.reser-wrap .con2 .inner-con .refund-wrap .tit h3 {
    font-family: 'MaruBuri';
    font-weight: 600;
    font-size: 30px;
    color: #4d4945;
}
.reser-wrap .con2 .inner-con .refund-wrap .tit span {
    display: inline-block;
    margin-left: 35px;
    margin-right: 20px;
    transform: rotate(30deg);
    width: 1px;
    height: 65px;
    background-color: rgba(77, 73, 69, 0.5);
}

.reser-wrap .con2 .inner-con .refund-wrap .txt {
    width: 60%;
}
.reser-wrap .con2 .inner-con .refund-wrap .txt p {
    padding-bottom: 20px;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    line-height: 25px;
}

.reser-wrap .con2 .inner-con .refund-wrap .txt .refund {
    padding: 50px 0 150px 0;
    border-collapse: collapse;
}
.reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr th,
.reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr td {
    text-align: center;
    padding: 20px 70px;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
}

.reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr th {
    background-color: #454443;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr td {
    color: #4d4945;
    border: 1px solid rgba(77, 73, 69, 0.3);
}

.notice-wrap .con1 {
    padding: 100px 0;
}

.notice-wrap .con1 .inner-con {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft {
}
.ft .foot-wrap {
    background-color: #454443;
    width: 100%;
    height: 360px;
}
.ft .foot-wrap .inner-con {
    width: 80%;
    margin: 0 auto;
}
.ft .foot-wrap .inner-con .ft-info-wrap {
    width: 100%;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft .foot-wrap .inner-con .ft-info-wrap img {
    width: 86px;
    height: 88px;
}
.ft .foot-wrap .inner-con .ft-info-wrap .ft-nav {
    display: flex;
    width: 420px;
    justify-content: flex-end;
}
.ft .foot-wrap .inner-con .ft-info-wrap .ft-nav li {
    width: 25%;
    text-align: center;
    position: relative;
}
.ft .foot-wrap .inner-con .ft-info-wrap .ft-nav li::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
}
.ft .foot-wrap .inner-con .ft-info-wrap .ft-nav li:last-child::after {
    display: none;
}
.ft .foot-wrap .inner-con .ft-info-wrap .ft-nav li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'MaruBuri';
}

.ft .foot-wrap .inner-con .ft-info-wrap2 {
    display: flex;
    padding-top: 30px;
    align-items: flex-end;
    justify-content: space-between;
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .sns {
    display: flex;
    margin-right: 10px;
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .sns a {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .sns a img {
    color: #fff;
    width: 100%;
    height: 100%;
}

.ft .foot-wrap .inner-con .ft-info-wrap2 .info {
    color: #fff;
    text-align: right;
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .info .tel_btn {
    font-family: 'MaruBuri';
    font-weight: 500;
    display: block;
    font-weight: 500;
    font-size: 25px;
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .info span {
    font-family: 'Pretendard-Regular';
    margin-left: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 300;
    font-size: 16px;
}

.ft .foot-wrap .inner-con .ft-info-wrap2 .info span img {
    width: 20px;
    height: 20px;
}

.ft .foot-wrap .inner-con .ft-info-wrap2 .info span::after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.ft .foot-wrap .inner-con .ft-info-wrap2 .info span:last-child::after {
    display: none;
}

.ft .foot-wrap .inner-con .copyright {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
}
.ft .foot-wrap .inner-con .copyright div .login {
    text-decoration: underline;
}
.ft .foot-wrap .inner-con .copyright div:nth-child(2) {
    font-family: 'Lato';
    font-weight: 300;
}

.dash {
    position: relative;
    padding-left: 10px;
}
.dash::after {
    content: '';
    width: 1px;
    height: 1px;
    background-color: #354246;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dash.line:after {
    top: 25%;
}

/*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;
}
.pc-br {
    display: block;
}
.m-price {
    display: none;
}
.reser-wrap .rsv_cal_b td {
    background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 2000px) {
    .special-wrap .con1 .sub-gnb {
        top: 8%;
    }

    .circle {
        width: 1800px;
    }

    .main-wrap .preview-section .inner-con .preview-wrap .preview-slide {
        height: 320px;
    }

    .main-wrap .con1 .inner-con .main-img {
        height: 1100px;
    }

    .top-tit-section .inner-section {
        width: 60%;
    }

    .sub-wrap .sub-gnb .inner-con {
        width: 60%;
    }

    .view-wrap .con1 .inner-con {
        margin-left: 28%;
    }

    .tour-wrap .con1 .inner-con {
        width: 60%;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour {
        width: 500px;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .tour-tit span br {
        display: none;
    }

    .room-wrap .con1 .inner-con {
        width: 60%;
    }

    .reser-wrap .con1 .inner-con {
        width: 60%;
    }

    .reser-wrap .con2 .inner-con {
        width: 60%;
    }

    .ft .foot-wrap .inner-con {
        width: 60%;
    }
}

@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) {
}

@media all and (max-width: 1300px) {
}

@media all and (max-width: 1100px) {
    .hd.sub .hd-top .gnb-wrap .reser i {
        color: #4d4945;
    }
    .hd.sub .hd-top .gnb-wrap .reser .menu-btn i {
        margin: 0;
    }
    .hd.fixed .hd-top .gnb-wrap .reser a i {
        margin: 0 10px;
    }

    .circle {
        display: none;
    }
    .menu-wrap {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 60;
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        transition: 1s all;
        height: 100dvh;
        width: 100%;
        transform: translate(-50%, -50%);
        opacity: 0;
        pointer-events: none;
        padding: 150px 0;
    }
    .menu-wrap.on {
        transform: translate(-50%, -50%);
        opacity: 1;
        pointer-events: auto;
    }
    .menu-wrap .menu {
        width: 50%;
        height: 200px;
        padding-top: 50px;
        text-align: center;
    }
    .menu-wrap .menu > a {
        font-size: 20px;
        margin-bottom: 50px;
        font-weight: 600;
    }
    .menu-wrap .menu a {
        font-family: 'MaruBuri';
        color: #4d4945;
    }
    .menu-wrap .menu ul li {
        text-align: center;
    }
    .menu-wrap .menu ul li a {
        display: inline-block;
        font-size: 16px;
        margin-top: 20px;
    }

    .main-wrap .preview-section .inner-con .preview-wrap .preview-tit::after {
        display: none;
    }
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 700px) {
    .sub-wrap .sub-gnb {
        height: 50px;
    }
    .m-br {
        display: block;
    }
    .pc-br {
        display: none;
    }

    .hd {
        padding-top: 20px;
        transition: 0.8s;
    }
    .hd .hd-top {
        width: 90%;
        z-index: 61;
        align-items: center;
    }

    .hd .hd-top .logo {
        width: 60px;
        height: 60px;
    }
    .hd .hd-top .logo img {
        width: 100%;
        display: block;
    }

    .hd .hd-top .gnb-wrap {
        width: unset;
    }
    .hd .hd-top .gnb-wrap .gnb {
        display: none;
    }
    .hd .hd-top .gnb-wrap .reser {
        width: unset;
        display: flex;
        align-items: center;
    }
    .hd .hd-top .gnb-wrap .reser i {
        font-size: 20px;
    }
    .hd .menu-btn {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }
    .hd .menu-btn i {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        transition: 1s all;
    }

    .hd .menu-btn i.cross {
        opacity: 0;
    }
    .hd .menu-btn.fixed i.bar {
        opacity: 0;
    }
    .hd .menu-btn.fixed i.cross {
        opacity: 1;
    }

    .top-content-section .pc-slide {
        display: none;
    }
    .top-content-section .mobile-slide {
        display: block;
    }

    .main-wrap .top-content-section .swiper-slide {
        width: 100%;
        height: 100vh;
    }
    .main-wrap .top-content-section .top-info-wrap .tit-wrap {
        bottom: 45%;
    }
    .hd .hd-top.fixed .gnb-wrap .reser i {
        color: #4d4945;
    }

    .main-wrap .con1 {
        overflow: hidden;
    }

    .sub-wrap .con1 .sub-tit {
        margin: 0px auto 0px auto;
        padding-top: 50px;
    }

    /* 탑 슬라이드 */

    .top-content-section .main-tit-wrap {
        width: 100%;
    }
    .top-content-section .main-tit-wrap .gnb-wrap {
        position: relative;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }
    .top-content-section .main-tit-wrap .gnb-wrap div {
        width: 25%;
        text-align: center;
    }
    .top-content-section .main-tit-wrap .gnb-wrap div a {
        font-family: 'MaruBuri';
        transition: 0.5s all;
        font-weight: 400;
        font-size: 14px;
    }
    .top-content-section .main-tit-wrap .gnb-wrap div.logo {
        position: absolute;
        width: 70px;
        top: -90px;
    }
    .top-content-section .main-tit-wrap .gnb-wrap div.logo a img {
        height: 70px;
    }

    .top-content-section .main-tit-wrap .gnb-wrap div.gnb.on a {
        font-size: 16px;
        font-weight: 600;
    }
    .top-content-section .main-tit-wrap .prev,
    .top-content-section .main-tit-wrap .next {
        display: none;
        width: 50px;
        height: 100px;
    }
    .top-content-section .main-tit-wrap .prev span,
    .top-content-section .main-tit-wrap .next span {
        display: block;
        transition: 1s all;
        transform: translateY(50px);
        position: relative;
        width: 80px;
        height: 1px;
        background-color: #fff;
    }
    .top-content-section .main-tit-wrap .prev span::after,
    .top-content-section .main-tit-wrap .next span::after {
        content: '';
        background-color: #fff;
        position: absolute;
        bottom: 0;
    }
    .top-content-section .main-tit-wrap .prev span::after {
        left: 4px;
        height: 15px;
        width: 1px;
        transform: rotate(30deg);
    }
    .top-content-section .main-tit-wrap .next span::after {
        right: 4px;
        height: 15px;
        width: 1px;
        transform: rotate(-30deg);
    }

    .top-content-section .main-tit-wrap .prev:hover span {
        width: 30px;
        transform-origin: left;
    }
    .top-content-section .main-tit-wrap .next:hover span {
        width: 30px;
        transform-origin: right;
    }

    .sub-wrap .top-content-section .main-tit-wrap {
        width: 70%;
        justify-content: space-between;
    }

    .sub-wrap .top-content-section .swiper-slide {
        height: 250px;
    }

    .top-content-section .sub-tit {
        position: absolute;
        z-index: 22;
        text-align: center;
        left: 50%;
        bottom: 5%;
        transform: translateX(-50%);
        color: #fff;
    }
    .top-content-section .sub-tit h3 {
        font-family: 'boreal', sans-serif;
        font-size: 30px;
        font-weight: 200;
        margin-bottom: 10px;
    }
    .top-content-section .sub-tit h4 {
        font-family: 'MaruBuri';
        font-size: 16px;
        font-weight: 400;
    }

    .sub-wrap .sub-gnb .inner-con {
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
    .sub-wrap .sub-gnb .inner-con .sub {
        margin: 0;
    }

    /* 서브 탑-타이틀 */

    .top-tit-section {
        height: 250px;
    }
    .top-tit-section .inner-section {
        width: 90%;
    }
    .top-tit-section .inner-section .sub-tit-wrap h2 {
        font-size: 35px;
        line-height: 50px;
        text-align: right;
    }
    .top-tit-section .inner-section .sub-tit-wrap .sub-tit {
        display: flex;
        flex-direction: column;
    }
    .top-tit-section .inner-section .sub-tit-wrap .sub-tit h4 {
        margin-top: 10px;
        text-align: right;
    }
    .top-tit-section .inner-section .sub-tit-wrap .sub-tit p {
        display: none;
    }

    /* 메인 */
    .main-wrap .con1 .inner-con {
        width: 90%;
        margin: 50px auto;
        padding-top: 0px;
    }
    .main-wrap .con1 .inner-con .main-img {
        height: 300px;
    }
    .main-wrap .con1 .inner-con .main-img .txt {
        position: absolute;
        font-family: 'boreal', sans-serif;
        font-weight: 200;
        z-index: 20;
        color: #fff;
        font-size: 35px;
        font-weight: 200;
    }
    .main-wrap .con1 .inner-con .main-img .txt.txt1 {
        bottom: 35%;
        left: 22%;
    }
    .main-wrap .con1 .inner-con .main-img .txt.txt2 {
        bottom: 5%;
        left: 45%;
    }

    .main-wrap .con1 .inner-con .main-img .txt-wrap {
        position: absolute;
        z-index: 20;
        left: 0;
        bottom: 23%;
        display: flex;
        align-items: center;
    }
    .main-wrap .con1 .inner-con .main-img .txt-wrap .line {
        width: 100px;
    }
    .main-wrap .con1 .inner-con .main-img .txt-wrap h4 {
        font-size: 35px;
    }
    .main-wrap .preview-section {
        padding-bottom: 100px;
    }
    .main-wrap .preview-section .inner-con {
        width: 90%;
        margin: 0 auto;
        height: 410px;
        position: relative;
    }
    .main-wrap .preview-section .inner-con .preview-wrap {
        display: block;
        width: 100%;
    }
    .main-wrap .preview-section .inner-con .preview-wrap .preview-tit {
        width: 100%;
        font-size: 14px;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .main-wrap .preview-section .inner-con .preview-wrap .preview-tit h4 {
        font-family: 'Pretendard-Semibold';
        font-weight: 500;
        margin: 50px 0 20px 0;
    }
    .main-wrap .preview-section .inner-con .preview-wrap .preview-tit p {
        font-family: 'Pretendard-Regular';
        font-weight: 400;
    }

    .main-wrap .preview-section .inner-con .preview-wrap .preview-slide {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    .main-wrap .preview-section .inner-con .preview-wrap .preview-slide .swiper-wrapper {
        width: 100%;
        height: 100%;
    }
    .main-wrap .preview-section .inner-con .preview-wrap .preview-slide .swiper-wrapper .swiper-slide {
        width: 430px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-wrap .preview-section .inner-con .btn-wrap {
        bottom: 0;
        left: 50%;
    }

    .vdo-wrap {
        height: 200px;
        margin-bottom: 50px;
    }

    .vdo-mute-btn {
        width: 40px;
        height: 40px;
        bottom: 15px;
        left: 15px;
        opacity: 0.5;
    }

    .vdo-mute-btn i {
        font-size: 16px;
    }

    /* 모바일 프롤로그 */

    .view-wrap .con1 {
        overflow: hidden;
    }
    .view-wrap .con1 .inner-con {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding: 50px 0 100px 0;
    }

    .view-wrap .con1 .inner-con .img-wrap {
        padding-bottom: 65px;
    }
    .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: 200px;
        height: 200px;
    }
    .view-wrap .con1 .inner-con .img-wrap .img.img2 {
        width: 150px;
        height: 150px;
        margin-left: 10px;
    }

    .view-wrap .con1 .inner-con .tit-wrap {
        overflow: hidden;
    }
    .view-wrap .con1 .inner-con .tit-wrap {
        color: #4d4945;
        padding-bottom: 50px;
    }
    .view-wrap .con1 .inner-con .tit-wrap .tit {
        display: flex;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .view-wrap .con1 .inner-con .tit-wrap .tit h3 {
        font-family: 'boreal', sans-serif;
        font-weight: 200;
        font-size: 30px;
        line-height: 30px;
    }
    .view-wrap .con1 .inner-con .tit-wrap .tit h5 {
        font-family: 'Lato';
        font-weight: 200;
        font-size: 20px;
        margin: 0 10px;
    }
    .view-wrap .con1 .inner-con .tit-wrap .txt p {
        padding-bottom: 30px;
        font-family: 'Pretendard-Regular';
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
    }
    .view-wrap .con1 .inner-con .tit-wrap .txt h4 {
        font-family: 'MaruBuri';
        font-size: 20px;
        font-weight: 500;
    }

    .view-wrap .con1 .inner-con .map-wrap .map-tit {
        padding-top: 0px;
        color: #4d4945;
        font-size: 16px;
        font-family: 'Pretendard-Regular';
    }
    .view-wrap .con1 .inner-con .map-wrap .map-tit h5 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
    }
    .view-wrap .con1 .inner-con .map-wrap .map-tit p {
        font-weight: 400;
        line-height: 25px;
    }

    /* 모바일 투어 */

    .tour-wrap .con1 .inner-con {
        width: 90%;
    }
    .tour-wrap .con1 .inner-con .tour-list {
        padding: 60px 0 0px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .tour-tit span br {
        display: none;
    }
    .tour-wrap .con1 .inner-con .tour-list:nth-child(2) {
        padding: 0;
    }
    .tour-wrap .con1 .inner-con .tour-list .tour {
        width: 100%;
        padding-bottom: 50px;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .tour-txt {
        height: 0;
        overflow: hidden;
        transition: 0.8s all;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .tour-txt.on {
        height: auto;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .img {
        width: 100%;
        height: 210px;
    }

    .tour-wrap .con1 .inner-con .tour-list .tour .tour-tit .more-btn {
        width: 100px;
    }

    /* 객실 */

    .room-wrap .con1 {
    }
    .room-wrap .con1 .inner-con {
        width: 90%;
        padding: 100px 0 70px 0px;
    }
    .room-wrap .con1 .inner-con .img-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .room-wrap .con1 .inner-con .img-section .img-wrap {
        width: 100%;
        position: relative;
        height: 400px;
    }
    .room-wrap .con1 .inner-con .img-section .img-wrap .img {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .room-wrap .con1 .inner-con .img-section .img-wrap .img1 {
        width: 180px;
        height: 180px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .room-wrap .con1 .inner-con .img-section .img-wrap .img2 {
        width: 180px;
        height: 180px;
        position: absolute;
        right: 0px;
        bottom: 20px;
    }
    .room-wrap .con1 .inner-con .img-section .img-wrap .img3 {
        width: 100%;
        height: 370px;
    }

    .room-wrap .con1 .inner-con .info-section {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 100px;
        position: relative;
    }

    .room-wrap .con1 .inner-con .info-section .price {
        padding-bottom: 40px;
    }
    .room-wrap .con1 .inner-con .info-section .price tr th,
    .room-wrap .con1 .inner-con .info-section .price tr td {
        padding: 5px 10px;
        font-size: 14px;
    }

    .room-wrap .con1 .inner-con .info-section .btn-wrap {
        left: 50%;
    }

    /* 스페셜 */

    .special-wrap {
    }
    .special-wrap .con1 {
        position: relative;
        height: auto;
    }
    .special-wrap .con1 .sub-gnb {
        position: sticky;
        top: 90px;
        background-color: #fff;
        z-index: 70;
    }
    .special-wrap .sub-gnb .inner-con {
        padding-bottom: 0;
    }
    .special-wrap .con1 > .inner-con {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 150px;
    }
    .special-wrap .con1 .inner-con .special-list {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }
    .special-wrap .con1 .inner-con .special-list:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .special-wrap .con1 .inner-con .special-list .special-tit {
        position: relative;
        width: 100%;
        margin-left: 0px;
    }

    .special-wrap .con1 .inner-con .special-list .special-tit:nth-child(2n) {
        margin-left: 0;
    }

    .special-wrap .con1 .inner-con .special-list .special-tit .txt {
        padding-bottom: 50px;
    }

    .special-wrap .con1 .inner-con .special-list .special-tit .tit {
        padding-top: 50px;
        display: flex;
        align-items: center;
        padding-bottom: 30px;
    }
    .special-wrap .con1 .inner-con .special-list .special-tit .tit span {
        display: inline-block;
        margin-right: 30px;
        transform: rotate(30deg);
        width: 1px;
        height: 45px;
        background-color: rgba(77, 73, 69, 0.5);
    }
    .special-wrap .con1 .inner-con .special-list .special-tit .tit h3 {
        font-size: 30px;
        font-weight: 200;
        font-family: 'boreal', sans-serif;
        color: #4d4945;
    }

    .special-wrap .con1 .inner-con .special-list .special-slide-section {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .special-wrap .con1 .inner-con .special-list .special-slide-section .special-wrap {
        width: 100%;
        height: 240px;
    }

    /* 예약안내 */

    .reser-wrap .con1 {
        padding-bottom: 130px;
    }
    .reser-wrap .con1 .inner-con {
        width: 90%;
    }
    .reser-wrap .con1 .inner-con .reser-top {
        flex-direction: column;
        padding: 50px 0;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap {
        width: 100%;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit {
        padding-top: 50px;
        display: flex;
        align-items: center;
        padding-bottom: 50px;
        padding-left: 20px;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit span {
        display: inline-block;
        margin-right: 30px;
        transform: rotate(30deg);
        width: 1px;
        height: 45px;
        background-color: rgba(77, 73, 69, 0.5);
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap .tit h3 {
        font-size: 30px;
        font-weight: 300;
        font-family: 'MaruBuri';
        color: #4d4945;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap ul {
        margin-bottom: 50px;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .reser-wrap .con1 .inner-con .reser-top .tit-wrap ul li h5 {
        line-height: 16px;
        margin-right: 0;
        padding-right: 15px;
    }

    .reser-wrap .con1 .inner-con .reser-top .img-wrap {
        height: 250px;
        width: 100%;
        background-position: center;
    }
    .reser-wrap .con1 .inner-con .price-wrap {
        margin: 0 auto;
        position: relative;
        padding-bottom: 100px;
    }
    .reser-wrap .con1 .inner-con .price-wrap .price {
        margin: 0 auto;
    }
    .reser-wrap .con1 .inner-con .price-wrap .price tr {
    }
    .reser-wrap .con1 .inner-con .price-wrap .price tr th,
    .reser-wrap .con1 .inner-con .price-wrap .price tr td {
        padding: 10px 5px;
    }

    .reser-wrap .con1 .inner-con .price-wrap .price tr th {
        background-color: #4d4945;
        color: #fff;
    }
    .reser-wrap .con1 .inner-con .price-wrap .price tr td {
        color: #4d4945;
    }

    .reser-wrap .con1 .inner-con .price-wrap .btn-wrap {
        transform: translate(-50%, 0%);
    }

    .reser-wrap .con2 .inner-con {
        width: 90%;
        margin: 0 auto;
    }
    .reser-wrap .con2 .inner-con .guide-wrap {
        flex-direction: column;
        padding-bottom: 130px;
    }
    .reser-wrap .con2 .inner-con .guide-wrap .tit {
        width: 100%;
        align-items: center;
        margin-bottom: 30px;
    }

    .reser-wrap .con2 .inner-con .guide-wrap .tit span {
        margin-right: 20px;
        height: 45px;
        margin-left: 25px;
    }

    .reser-wrap .con2 .inner-con .guide-wrap .txt {
        width: 100%;
    }

    .reser-wrap .con2 .inner-con .guide-wrap .txt ul li {
        margin-bottom: 20px;
    }
    .reser-wrap .con2 .inner-con .guide-wrap .txt ul li h4 {
        font-family: 'Pretendard-Semibold';
        font-size: 16px;
        margin-bottom: 10px;
    }
    .reser-wrap .con2 .inner-con .guide-wrap .txt ul li p {
        font-family: 'Pretendard-Regular';
        font-size: 16px;
        line-height: 25px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .reser-wrap .con2 .inner-con .refund-wrap .tit {
        width: 100%;
        align-items: center;
        margin-bottom: 30px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .tit span {
        margin-left: 20px;
        margin-right: 25px;
        height: 45px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .txt {
        width: 100%;
    }
    .reser-wrap .con2 .inner-con .refund-wrap .txt p {
        padding-bottom: 20px;
        font-family: 'Pretendard-Regular';
        font-size: 16px;
        line-height: 25px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .txt .refund {
        padding: 50px 0 150px 0;
        margin: 0 auto;
    }
    .reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr th,
    .reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr td {
        text-align: center;
        padding: 20px 20px;
        font-family: 'Pretendard-Regular';
        font-size: 16px;
    }

    .reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr th {
        background-color: #4d4945;
        color: #fff;
    }
    .reser-wrap .con2 .inner-con .refund-wrap .txt .refund tr td {
        color: #4d4945;
    }

    .notice-wrap .con1 {
        padding: 50px 0;
    }

    .notice-wrap .con1 .inner-con {
        width: 90%;
        height: 300px;
    }

    .ft .foot-wrap {
        height: auto;
    }
    .ft .foot-wrap .inner-con {
        width: 90%;
        margin: 0 auto;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap {
        width: 100%;
        padding-top: 80px;
        align-items: center;
        justify-content: center;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap img {
        width: 70px;
        height: 70px;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap .ft-nav {
        display: none;
    }

    .ft .foot-wrap .inner-con .ft-info-wrap2 {
        display: flex;
        flex-direction: column;
        padding-top: 30px;
        align-items: center;
        justify-content: center;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap2 .sns {
        display: flex;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap2 .sns a {
        width: 22px;
        height: 22px;
        margin: 0 5px;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap2 .sns a i {
        color: #fff;
        width: 100%;
        height: 100%;
    }

    .ft .foot-wrap .inner-con .ft-info-wrap2 .info {
        color: #fff;
        text-align: center;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap2 .info .tel_btn {
        margin-bottom: 20px;
    }

    .ft .foot-wrap .inner-con .ft-info-wrap2 .info span {
        margin-left: 0;
        display: block;
        line-height: 25px;
    }

    .ft .foot-wrap .inner-con .ft-info-wrap2 .info span::after {
        display: none;
    }
    .ft .foot-wrap .inner-con .ft-info-wrap2 .info span:last-child::after {
        display: none;
    }

    .ft .foot-wrap .inner-con .copyright {
        padding-top: 50px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .ft .foot-wrap .inner-con .copyright div {
        text-align: center;
        margin-bottom: 30px;
    }
    .ft .foot-wrap .inner-con .copyright div .login {
        text-decoration: underline;
    }
    .ft .foot-wrap .inner-con .copyright div:nth-child(2) {
        font-family: 'Lato';
        font-weight: 300;
    }

    .pc-map {
        display: none;
    }
    .m-map {
        display: block;
        padding: 50px 0;
    }
    .m-price {
        display: block;
    }
    .pc-price {
        display: none;
    }
    .reser-wrap .rsv_cal_t p {
        padding: 0 5px;
        font-size: 12px;
    }
}
