@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 Sans', 'Noto Sans KR', sans-serif;
    line-height: 1.8;
    color: #1d1d1d;
    background-color: #fbfbfb;
}
main {
    position: relative;
    overflow: hidden;
}
section {
    position: relative;
}
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: #1d1d1d;
}

.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;
}
.reser-box {
    width: 160px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    color: #1d1d1d;
    font-size: 17px;
    font-family: 'newYork', sans-serif;
    border: 1px solid #1d1d1d;
    display: inline-block;
    transition: 0.2s;
}
.reser-box:hover {
    background-color: #1d1d1d;
    color: white;
}

/*header*/
.hd {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 30;
}
.hd .logo {
    position: absolute;
    top: 70px;
    left: 100px;
    pointer-events: all;
    z-index: 50;
    width: 160px;
    display: block;
    transition: 0.4s;
}
.hd .logo img {
    display: block;
    width: 100%;
}
.hd .hd-fixed-box {
    height: 100vh;
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all;
    text-align: center;
    z-index: 30;
    pointer-events: none;
}
.hd .hd-fixed-box .fixed-inner {
    pointer-events: all;
}
.hd .hd-fixed-box img {
    display: block;
    width: 100%;
}
.hd .hd-fixed-box .menu-btn {
    margin-top: 80px;
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
    float: right;
    margin-right: 60px;
}
.hd .hd-fixed-box .menu-btn .line {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    margin: 0 auto;
    transition: 0.4s;
}
.hd .hd-fixed-box .menu-btn .line1 {
    transform: translateY(-10px);
}
.hd .hd-fixed-box .menu-btn .line3 {
    transform: translateY(10px);
}
.hd .hd-fixed-box .sns-wrap {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, calc(-50% - 25px));
    margin-top: 25px;
    transition: margin 0.4s;
}
.hd .hd-fixed-box .sns-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.hd .hd-fixed-box .sns-wrap li {
    margin: 20px auto;
    width: 22px;
    position: relative;
}
.hd .hd-fixed-box .sns-wrap li a {
    display: block;
    width: 100%;
}
.hd .hd-fixed-box .sns-wrap li a img.ico-white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
}
.hd .hd-fixed-box .sns-wrap li a img.ico-gray {
    transition: 0.8s;
}
.hd .hd-fixed-box .scroll-down {
    position: absolute;
    top: calc(100vh - 185px);
    left: 50%;
    transform: rotate(90deg);
    transform-origin: bottom left;
    cursor: pointer;
    font-family: 'newYork', sans-serif;
    margin-top: 0px;
    transition: margin 0.4s;
}
.hd .hd-fixed-box .scroll-down .line {
    width: 55px;
    height: 1px;
    background-color: #333;
    float: right;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    transform: translateY(2px);
}
.hd .hd-fixed-box .scroll-down .line::after {
    display: block;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom right;
}
.hd .hd-fixed-box .scroll-down .line::before {
    display: block;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.hd .hd-fixed-box .fixed-inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: height 0s, width 0s, background-color 0s;
    background-color: white;
    float: right;
    width: 100%;
}
.hd.fixed .hd-fixed-box .fixed-inner {
    transition: height 0s, width 0s, background-color 0s;
}

.hd.fixed .hd-fixed-box .fixed-inner {
    height: 100px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
}
.hd.fixed .hd-fixed-box .menu-btn {
    margin-top: 35px;
}
.hd.fixed .hd-fixed-box .menu-btn .line {
    background-color: white;
}
.hd.fixed .hd-fixed-box .sns-wrap {
    top: 30px;
    right: 180px;
    transform: translate(0);
    left: auto;
    width: 115px;
    margin-top: 0;
}
.hd.fixed .hd-fixed-box .sns-wrap li {
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-left: 15px;
}
.hd.fixed .hd-fixed-box .sns-wrap li a img.ico-white {
    opacity: 1;
    visibility: visible;
}
.hd.fixed .hd-fixed-box .sns-wrap li a img.ico-grat {
    opacity: 0;
    visibility: hidden;
}
.hd.fixed .logo {
    top: 15px;
    width: 135px;
}
.hd.fixed .hd-fixed-box .sns-wrap li a img.ico-white {
    transition: 0.8s;
}
.hd.fixed .hd-fixed-box .sns-wrap li a img.ico-gray {
    transition: 0s;
    opacity: 0;
    visibility: hidden;
}
.hd.fixed .hd-fixed-box .scroll-down {
    margin-top: -25px;
}
.hd .main-menu-wrap {
    width: 100vw;
    height: 100vh;
    z-index: 15;
    pointer-events: all;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
}
.hd .main-menu-wrap .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
.hd .main-menu-wrap .menu-info {
    position: absolute;
    bottom: 100px;
    width: 100%;
    max-width: 1435px;
    left: 50%;
    transform: translateX(-50%);
}
.hd .main-menu-wrap .main-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    margin: 0 auto;
    margin-bottom: 150px;
}
.hd .main-menu-wrap .main-menu::after {
    content: '';
    display: table;
    clear: both;
}
.hd .main-menu-wrap .main-menu a {
    font-family: 'Noto Sans';
    display: block;
}
.hd .main-menu-wrap .main-menu > li {
    width: 20%;
    float: left;
}
.hd .main-menu-wrap .main-menu > li > a {
    font-size: 36px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 35px;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 1px #464646;
}
.hd .main-menu-wrap .main-menu .sub-menu a {
    font-size: 18px;
    color: #666666;
    font-weight: 300;
    line-height: 2.4;
    letter-spacing: 0.025em;
}
/* .hd .main-menu-wrap .main-menu .sub-menu a span{font-family: 'NanumSquareNeo-Variable' !important;} */
.hd .main-menu-wrap .tel_link {
    display: inline-block;
    padding: 25px 53px;
    background-color: #535353;
    color: white;
    font-size: 22px;
    font-family: 'Noto Sans';
    position: relative;
    border-radius: 100px;
}
.hd .main-menu-wrap .tel_link i {
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 11px;
    color: #fff;
}

.hd.click .hd-fixed-box .fixed-inner {
    background-color: transparent;
}
.hd.click .hd-fixed-box .menu-btn .line {
    background-color: #1d1d1d;
}
.hd.fixed.click .hd-fixed-box .menu-btn .line {
    background-color: #1d1d1d;
}
.hd.click .main-menu-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.hd.click .hd-fixed-box .menu-btn .line1 {
    transform: rotate(45deg);
}
.hd.click .hd-fixed-box .menu-btn .line2 {
    opacity: 0;
}
.hd.click .hd-fixed-box .menu-btn .line3 {
    transform: rotate(-45deg);
}
.hd.click .hd-fixed-box .sns-wrap li a img.ico-white {
    opacity: 0;
    visibility: hidden;
}
.hd.click .hd-fixed-box .sns-wrap li a img.ico-gray {
    opacity: 1;
    visibility: visible;
}
.hd.click.fixed .hd-fixed-box .sns-wrap li a img.ico-white {
    opacity: 0;
    visibility: hidden;
}
.hd.click.fixed .hd-fixed-box .sns-wrap li a img.ico-gray {
    opacity: 1;
    visibility: visible;
}

.hd.click .logo {
    opacity: 0;
}
.hd.click .hd-fixed-box .scroll-down {
    opacity: 0;
}
.hd.click .hd-fixed-box .sns-wrap {
    opacity: 0;
}
/*fullPage_slide*/
.full-page-wrap .con1 .swiper-slide {
    height: 100vh;
    width: 100%;
}
.full-page-wrap .con1 .swiper-control-wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    z-index: 5;
    transition: opacity 0.2s;
    pointer-events: none;
}
.full-page-wrap .con1 .swiper-control-wrap .btn {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}
.full-page-wrap .con1 .swiper-control-wrap .btn .arrow {
    width: 20px;
    height: 1px;
    display: block;
    background-color: #3c3c3c;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.4);
}
.full-page-wrap .con1 .swiper-control-wrap .btn .arrow::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #3c3c3c;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.4);
}
.full-page-wrap .con1 .swiper-control-wrap .btn.prev-btn .arrow::after {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
}
.full-page-wrap .con1 .swiper-control-wrap .btn.next-btn .arrow::after {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
}
.full-page-wrap .con1 .swiper-control-wrap .btn.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.full-page-wrap .con1 .top-img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.con1 {
    width: calc(100% - 160px);
}

/*main*/
.main-wrap .intro-section {
    padding-bottom: 270px;
}
.main-wrap .intro-section .txt {
    padding-top: 235px;
}
.main-wrap .intro-section .txt h2 {
    font-size: 100px;
    font-weight: 400;
    font-family: 'newYork', sans-serif;
    margin-bottom: 65px;
    line-height: 1;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.main-wrap .intro-section .txt .line {
    width: 60px;
    height: 2px;
    display: block;
    background-color: #969696;
    margin-bottom: 50px;
    transform: scale(0);
    transition: 0.8s;
    transition-delay: 0.2s;
    transform-origin: left;
}
.main-wrap .intro-section .txt h4 {
    font-size: 17px;
    font-weight: 300;
    font-family: 'calibri', sans-serif;
    margin-bottom: 40px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
}
.main-wrap .intro-section .txt p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 95px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.4s;
    letter-spacing: -0.05em;
}

.main-wrap .intro-section.on .txt h2 {
    opacity: 1;
    transform: translateY(0);
}
.main-wrap .intro-section.on .txt .line {
    transform: scaleX(1);
}
.main-wrap .intro-section.on .txt h4 {
    opacity: 1;
    transform: translateY(0);
}
.main-wrap .intro-section.on .txt p {
    opacity: 1;
    transform: translateY(0);
}

.main-wrap .intro-section .img {
    position: absolute;
    top: 185px;
    right: 0;
}
.main-wrap .intro-section .img img {
    display: block;
    position: relative;
    z-index: 2;
}
.main-wrap .intro-section .img .shadow {
    position: absolute;
    top: -10%;
    left: 185px;
    width: 110%;
    height: 120%;
    background-color: #f1f1f1;
}

.main-wrap .outtro-section {
    margin-top: 250px;
    padding-bottom: 180px;
}
.main-wrap .outtro-section .txt-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}
.main-wrap .outtro-section .txt-wrap .txt {
    font-size: 130px;
    font-weight: 400;
    font-family: 'newYork', sans-serif;
    line-height: 1;
    margin-bottom: 65px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.main-wrap .outtro-section .txt-wrap .txt2 {
    transition-delay: 0.4s;
}
.main-wrap .outtro-section .txt-wrap .txt3 {
    transition-delay: 0.8s;
}
.main-wrap .outtro-section.on .txt-wrap .txt {
    transform: translateY(0);
    opacity: 1;
    white-space: nowrap;
}
.main-wrap .outtro-section.on .txt-wrap .txt2 {
    opacity: 0.7;
}
.main-wrap .outtro-section.on .txt-wrap .txt3 {
    opacity: 0.4;
}

/*view-wrap*/
.view-wrap .info-section .info-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.view-wrap .info-section .info-wrap .txt-wrap {
    float: left;
    padding-top: 160px;
    padding-bottom: 220px;
    width: 50%;
}
.view-wrap .info-section .info-wrap .img-wrap {
    float: left;
    width: 50vw;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background-color: #ececec;
    text-align: center;
}
.view-wrap .info-section .info-wrap .img-wrap img {
    margin-top: 145px;
}
.view-wrap .info-section .info-wrap .img-wrap .neco-video-wrap {
    position: absolute;
    top: 18%;
    left: 28%;
    width: 422px;
    height: 428px;
    overflow: hidden;
}
.view-wrap .info-section .info-wrap .img-wrap .neco-video-wrap video {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
}

.view-wrap .info-section .info-wrap .txt-wrap h2 {
    font-size: 70px;
    font-family: 'newYork', sans-serif;
    font-weight: 400;
    margin-bottom: 65px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
    line-height: 1;
}
.view-wrap .info-section .info-wrap .txt-wrap p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s;
    transition-delay: 0.2s;
}

.view-wrap .info-section.on .info-wrap .txt-wrap h2 {
    transform: translateY(0);
    opacity: 1;
}
.view-wrap .info-section.on .info-wrap .txt-wrap p {
    transform: translateY(0);
    opacity: 1;
}
.view-wrap .info-section .wide-img-wrap {
    height: 23vw;
}
.view-wrap .info-section .wide-img-wrap .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.view-wrap .map-section {
    padding-top: 180px;
}
.view-wrap .map-section .map-section {
    text-align: center;
}
.view-wrap .map-section .pc-map .root_daum_roughmap {
    margin: 0 auto;
    width: calc(100% - 240px);
}
.view-wrap .map-section .map-info {
    width: calc(100% - 240px);
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 120px;
}
.view-wrap .map-section .map-info::after {
    content: '';
    display: table;
    clear: both;
}
.view-wrap .map-section .map-info li {
    float: left;
    width: 33.3333%;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.view-wrap .map-section .map-info li h3 {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
}
.view-wrap .map-section .map-info li p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
}
.view-wrap .map-section .map-info li p span {
    font-size: 13px;
}
.view-wrap .map-section .map-info li .map-link {
    background-color: #535353;
    display: inline-block;
    padding: 15px 30px;
    font-size: 13px;
}
.view-wrap .map-section .map-info li .tel_link {
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #1d1d1d;
}
.view-wrap .map-section .map-info.on li {
    transform: translate(0);
    opacity: 1;
}

/*tour*/
.tour-wrap .tit-wrap {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 135px;
}
.tour-wrap .tit-wrap h2 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'newYork', sans-serif;
    font-weight: 400;
}
.tour-wrap .tit-wrap p {
    font-size: 16px;
    font-weight: 400;
}

.tour-wrap .tour-info-section::after {
    content: '';
    display: table;
    clear: both;
}
.tour-wrap .tour-info-section .tour-info {
    width: 50%;
    float: left;
}
.tour-wrap .tour-info-section .tour-info:nth-of-type(2n - 1) {
    padding-right: 30px;
}
.tour-wrap .tour-info-section .tour-info:nth-of-type(2n) {
    padding-left: 30px;
}
.tour-wrap .tour-info-section .tour-info .img {
    display: block;
    width: 100%;
}
.tour-wrap .tour-info-section .tour-info .txt {
    padding-top: 30px;
}
.tour-wrap .tour-info-section .tour-info .txt h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tour-wrap .tour-info-section .tour-info .txt h3 span {
    font-size: 15px;
    font-weight: 400;
    border-left: 1px solid #acacac;
    padding-left: 5px;
    margin-left: 10px;
}
.tour-wrap .tour-info-section .tour-info .txt p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.1em;
    min-height: 180px;
    margin-bottom: 150px;
}
.tour-last-tour {
    margin-left: 10px;
}

/*room*/
.room-wrap .info-section .txt-wrap {
    padding-bottom: 200px;
}
.room-wrap .info-section .txt-wrap .tit {
    padding-top: 200px;
}
.room-wrap .info-section .txt-wrap .tit h2 {
    font-size: 70px;
    font-weight: 400;
    font-family: 'newYork', sans-serif;
    margin-bottom: 70px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    line-height: 1;
}
.room-wrap .info-section .txt-wrap .tit p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 70px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
}
.room-wrap .info-section .txt-wrap .tit .line {
    width: 100px;
    height: 1px;
    background-color: #1d1d1d;
    display: block;
    margin-bottom: 55px;
    transform: scaleX(0);
    transition: 0.8s;
    transition-delay: 0.4s;
    transform-origin: left;
}
.room-wrap .info-section .txt-wrap .tit.on h2 {
    transform: translateY(0);
    opacity: 1;
}
.room-wrap .info-section .txt-wrap .tit.on p {
    transform: translateY(0);
    opacity: 1;
}
.room-wrap .info-section .txt-wrap .tit.on .line {
    transform: scale(1);
}

.room-wrap .info-section .txt-wrap .txt li {
    margin-bottom: 60px;
    transform: translateY(30px);
}
.room-wrap .info-section .txt-wrap .txt li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    line-height: 1;
}
.room-wrap .info-section .txt-wrap .txt li p {
    font-size: 16px;
    font-weight: 400;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.1s;
}
.room-wrap .info-section .txt-wrap .txt li .reser-box {
    margin-top: 80px;
}

.room-wrap .info-section .txt-wrap .txt li.on h3 {
    transform: translateY(0);
    opacity: 1;
}
.room-wrap .info-section .txt-wrap .txt li.on p {
    transform: translateY(0);
    opacity: 1;
}

.room-wrap .info-section .alert-wrap {
    position: absolute;
    top: 220px;
    right: 0;
}
.room-wrap .info-section .alert-wrap .circle-frame {
    width: 275px;
    height: 275px;
    text-align: center;
    position: relative;
    border: 1px solid #535353;
    border-radius: 50%;
}
.room-wrap .info-section .alert-wrap .circle-frame.color {
    background-color: #535353;
}
.room-wrap .info-section .alert-wrap .circle-frame.color p {
    color: white;
    font-family: 'Noto Sans KR';
    font-weight: 300;
}
.room-wrap .info-section .alert-wrap h5 {
    text-align: center;
    font-size: 18px;
    margin: 55px 0;
    font-weight: 400;
}
.room-wrap .info-section .alert-wrap .circle-frame p {
    font-size: 16px;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 2em;
}
.room-wrap .info-section .alert-wrap .circle-frame p a {
    color: #1d1d1d;
    display: block;
    transition: 0.2s;
}
.room-wrap .info-section .alert-wrap .circle-frame p a:hover {
    text-shadow: 0px 0px 0.5px #1d1d1d;
}
/*special*/
.special-wrap .info-section .txt-wrap {
    text-align: center;
    padding-top: 175px;
    margin-bottom: 140px;
}
.special-wrap .info-section .txt-wrap h2 {
    font-size: 70px;
    font-family: 'newYork', sans-serif;
    margin-bottom: 75px;
    font-weight: 400;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    line-height: 1;
    letter-spacing: 0.02em;
}
.special-wrap .info-section .txt-wrap p {
    font-size: 16px;
    margin-bottom: 40px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
    font-family: 'Noto Sans KR';
}
.special-wrap .info-section .txt-wrap p.red {
    color: #9b4c43;
    font-size: 21px;
    font-weight: 500;
}
.special-wrap .info-section .txt-wrap .reser-box {
    margin-top: 20px;
}

.special-wrap .info-section .txt-wrap.on h2 {
    transform: translateY(0);
    opacity: 1;
}
.special-wrap .info-section .txt-wrap.on p {
    transform: translateY(0);
    opacity: 1;
    width: 50%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 100px;
}
.special-wrap .info-section .txt-wrap.on p span.interior {display: flex;}
.special-wrap .info-section .txt-wrap.on p span.info-left {width: 48px;}
.special-wrap .info-section .txt-wrap.on p span.info-right {width: 700px; word-break: keep-all; text-align: center;}

.special-wrap .special-list-wrap {
    margin-bottom: 200px;
}
.special-wrap .special-list-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.special-wrap .special-list-wrap .txt {
    width: 200px;
    float: left;
    text-align: center;
    padding-top: 125px;
    position: relative;
}
.special-wrap .special-list-wrap .txt h2 {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    transform: rotate(-90deg) translateX(50%) translateY(0.5em);
    margin-bottom: 100px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.special-wrap .special-list-wrap .txt .swiper-btn-wrap {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX();
}
.special-wrap .special-list-wrap .txt button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    margin-top: 40px;
}
.special-wrap .special-list-wrap .txt button i {
    color: #1d1d1d;
}
.special-wrap .special-list-wrap .special-preview-list {
    width: calc(100% - 200px);
    float: left;
    overflow: hidden;
}
.special-wrap .special-list-wrap .special-preview-list .swiper-slide img {
    display: block;
    width: 100%;
}
.special-wrap .special-list-wrap .special-preview-list .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
    opacity: 0;
    transition: 0.8s;
}
.special-wrap .special-list-wrap .special-preview-list .txt .position-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.special-wrap .special-list-wrap .special-preview-list .txt h4 {
    font-weight: 500;
    margin-bottom: 15px;
}
.special-wrap .special-list-wrap .special-preview-list .txt h3 {
    font-weight: 500;
    white-space: nowrap;
    line-height: 1em;
}
.special-wrap .special-list-wrap .special-preview-list .txt:hover {
    opacity: 1;
}

/*reservation*/
/* .reser-wrap .intro-section{padding-bottom: 135px;} */
.reser-wrap .intro-section .info-wrap {
    position: relative;
}
.reser-wrap .intro-section .info-wrap .txt-wrap {
    padding-top: 170px;
    margin-bottom: 180px;
}
.reser-wrap .intro-section .info-wrap .txt-wrap h2 {
    font-size: 70px;
    font-family: 'newYork', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.reser-wrap .intro-section .info-wrap .txt-wrap p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
    font-family: 'Noto Sans KR';
}
.reser-wrap .intro-section .info-wrap .txt-wrap p a {
    color: #1d1d1d;
}

.reser-wrap .intro-section .info-wrap.on .txt-wrap h2 {
    transform: translateY(0);
    opacity: 1;
}
.reser-wrap .intro-section .info-wrap.on .txt-wrap p {
    transform: translateY(0);
    opacity: 1;
}

.reser-wrap .intro-section .info-wrap .img-wrap {
    position: absolute;
    top: 155px;
    right: 30px;
}
.reser-wrap .intro-section .reser-price-table {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans KR';
    border: 1px solid #f2f3f4;
}
.reser-wrap .intro-section .reser-price-table thead th {
    background-color: #545454;
    color: white;
    padding: 10px 0;
    font-size: 15px;
}
/* .reser-wrap .intro-section .reser-price-table thead th:first-of-type{border-radius: 10px 0 0 0;}
.reser-wrap .intro-section .reser-price-table thead th:last-of-type{border-radius: 0 10px 0 0;} */

.reser-wrap .intro-section .reser-price-table tbody td {
    font-size: 14px;
    padding: 5px 0;
    border-right: 1px solid #f2f3f4;
    border-bottom: 1px solid #f2f3f4;
}
.reser-wrap .intro-section .reser-price-table tbody td.row3 {
    border-bottom: 0;
}
.reser-wrap .intro-section .reser-price-table tbody td.row1 {
    border-bottom: 1px solid #f2f3f4;
}
.reser-wrap .intro-section .reser-price-table tbody td:last-of-type {
    border-right: 0;
}
.reser-wrap .intro-section .reser-price-table tbody tr:last-of-type td {
    border-bottom: 0;
}

.reser-wrap .info-section {
    background-color: #ececec;
    padding-top: 150px;
    padding-bottom: 170px;
}
.reser-wrap .info-section .info-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.reser-wrap .info-section .info1 {
    float: left;
}
.reser-wrap .info-section .info1 h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.reser-wrap .info-section .info1 p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
    font-family: 'Noto Sans KR';
}
.reser-wrap .info-section .info2 {
    float: right;
}
.reser-wrap .info-section .info2 h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.reser-wrap .info-section .info2 p {
    font-size: 14px;
    margin-bottom: 40px;
}
.reser-wrap .info-section .info2 .refund-table {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans KR';
}
.reser-wrap .info-section .info2 .refund-table th {
    width: 50%;
    font-size: 14px;
    padding: 5px 0;
    color: white;
    font-weight: 400;
    background-color: #545454;
}
.reser-wrap .info-section .info2 .refund-table td {
    width: 50%;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    background-color: #ececec;
}
.reser-wrap .info-section .info2 .refund-table td:last-of-type {
    border-right: 0;
}
.refund-last-text {
    margin-top: 20px;
    color: #d31b2d;
}
/*notice*/
.notice-wrap .info-section {
    padding-top: 155px;
    padding-bottom: 150px;
}
.notice-wrap .info-section .tit {
    text-align: center;
    font-size: 70px;
    font-family: 'newYork', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

/*room-preview*/
.room-preview-section {
    background-color: #626262;
    padding-top: 130px;
    padding-bottom: 50px;
}
.room-preview-section .tit {
    text-align: center;
    font-family: 'newYork', sans-serif;
    color: white;
    margin-bottom: 35px;
}
.room-preview-section .tit h2 {
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    letter-spacing: -0.02em;
}
.room-preview-section .tit h3 {
    font-size: 20px;
    font-weight: 300;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
    letter-spacing: 0.04em;
}
.room-preview-section .tit.on h2 {
    transform: translateY(0);
    opacity: 1;
}
.room-preview-section .tit.on h3 {
    transform: translateY(0);
    opacity: 1;
}

.room-preview-section .room-preview-slide {
    position: relative;
}
.room-preview-section .room-preview-slide::after {
    content: '';
    display: table;
    clear: both;
}
.room-preview-section .room-preview-slide .swiper-wrapper {
    position: relative;
}
.room-preview-section .room-preview-slide .swiper-slide {
    padding: 0 50px;
    width: 33.3333%;
    transition: 0.3s;
    margin-top: 100px;
    transform-origin: center;
}
.room-preview-section .room-preview-slide .swiper-slide.swiper-slide-active {
    transform: scale(1.25);
    margin-top: 100px;
}
.room-preview-section .room-preview-slide .swiper-slide img {
    width: 100%;
    display: block;
}
.room-preview-section .room-preview-slide .slide-wrapper::after {
    content: '';
    display: table;
    clear: both;
}
.room-preview-section .room-preview-slide .slide {
    float: left;
}
.room-preview-section .changing,
.room-preview-section .changed {
    transform: translateX(-18%);
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.room-preview-section .changing.swiper-slide-active,
.room-preview-section .changed.swiper-slide-active {
    transform: translateX(0);
}
.room-preview-section .swiper-slide-active ~ .changing,
.room-preview-section .swiper-slide-active ~ .changed {
    transform: translateX(18%);
}

.room-preview-section .room-preview-slide .room_link {
    display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #1d1d1d;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    font-family: 'newYork', sans-serif;
    margin: 0 auto;
    margin-top: 100px;
}
.room-preview-section .swiper-btn-wrap {
    width: 42%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 20;
}
.room-preview-section .swiper-btn-wrap button {
    cursor: pointer;
    font-size: 28px;
}
.room-preview-section .swiper-btn-wrap button i {
    color: white;
}
.room-preview-section .swiper-btn-wrap button.room-preview-button-prev {
    float: left;
}
.room-preview-section .swiper-btn-wrap button.room-preview-button-next {
    float: right;
}
/*special-preview*/
.special-preview-section {
    padding-top: 140px;
}
.special-preview-section .tit {
    text-align: center;
    font-family: 'newYork', sans-serif;
}
.special-preview-section .tit h3 {
    font-size: 20px;
    font-weight: 300;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    letter-spacing: 0.04em;
}
.special-preview-section .tit h2 {
    font-size: 65px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
    transition-delay: 0.2s;
    letter-spacing: 0.04em;
}

.special-preview-section .tit.on h3 {
    transform: translateY(0);
    opacity: 1;
}
.special-preview-section .tit.on h2 {
    transform: translateY(0);
    opacity: 1;
}

.special-preview-section .swiper-sellecter {
    width: 500px;
    margin-top: 135px;
    margin-bottom: 90px;
}
.special-preview-section .swiper-sellecter li {
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #1d1d1d;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s;
}
.special-preview-section .swiper-sellecter li a {
    float: right;
    font-size: 15px;
    font-weight: 400;
    color: #1d1d1d;
    text-shadow: none;
    position: relative;
}
.special-preview-section .swiper-sellecter li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    overflow: hidden;
    line-height: 0px;
    background-color: #1d1d1d;
    color: white;
    text-align: center;
    border-radius: 50%;
    transition: 0.15s;
    will-change: contents;
}
.special-preview-section .swiper-sellecter li:hover a span {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.special-preview-section .swiper-sellecter li:hover {
    text-shadow: 0px 0px 1px #1d1d1d;
}
.special-preview-section .swiper-sellecter li:hover a {
    text-shadow: none;
}
.special-preview-section .swiper-sellecter li.on {
    text-shadow: 0px 0px 1px #1d1d1d;
}
.special-preview-section .swiper-sellecter li.on a {
    text-shadow: none;
}
.special-preview-section .swiper-sellecter li.on a span {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.special-preview-section .special-preview-slide {
    width: 490px;
    height: 490px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    right: 0;
}
.special-preview-section .special-preview-slide .swiper-slide img {
    width: 100%;
    display: block;
}
.special-preview-section .small-special-slide {
    width: 840px;
    position: relative;
}
.special-preview-section .small-special-wrapper {
    width: 100%;
    overflow: hidden;
}
/* .special-preview-section .small-special-slide .swiper-slide{width: 170px;} */
.special-preview-section .small-special-slide .swiper-slide img {
    width: 100%;
    display: block;
}
.special-preview-section .small-special-slide .swiper-btn-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 120px);
    z-index: 15;
    left: -60px;
}
.special-preview-section .small-special-slide .swiper-btn-wrap button {
    cursor: pointer;
    font-size: 18px;
}
.special-preview-section .small-special-slide .swiper-btn-wrap .special-preview-button-prev {
    float: left;
}
.special-preview-section .small-special-slide .swiper-btn-wrap .special-preview-button-next {
    float: right;
}

.ft {
    background-color: #626262;
    padding: 0 70px;
    padding-top: 65px;
    padding-bottom: 75px;
}
.ft > ul::after {
    content: '';
    display: table;
    clear: both;
}
.ft .ft-address {
    float: left;
    color: white;
}
.ft .ft-address a {
    font-size: 19px;
    font-weight: 400;
}
.ft .ft-address h5 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 1em;
    letter-spacing: 0.075em;
}
.ft .ft-address p {
    font-size: 13px;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    letter-spacing: 0.075em;
}
.ft .ft-address span {
    display: block;
}

.ft .ft-menu {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    text-align: center;
}
.ft .ft-menu .ft-nav-wrap {
    margin-bottom: 30px;
    text-align: left;
}
.ft .ft-menu .ft-nav-wrap a {
    font-size: 13px;
    font-weight: 300;
    display: block;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans';
    line-height: 23px;
}
.ft .ft-menu .ft-nav-wrap .main-menu > li {
    margin-bottom: 8px;
}
.ft .ft-menu .ft-nav-wrap .main-menu > li > a {
    width: 165px;
    float: left;
}
.ft .ft-menu .ft-nav-wrap .main-menu > li::after {
    content: '';
    display: table;
    clear: both;
}
.ft .ft-menu .ft-nav-wrap .sub-menu > li {
    float: left;
}
.ft .ft-menu .ft-nav-wrap .sub-menu > li a::after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}
.ft .ft-menu .ft-nav-wrap .sub-menu > li:nth-of-type(4n) {
    clear: both;
}
.ft .ft-menu .ft-nav-wrap .sub-menu > li:nth-of-type(3n) a::after {
    content: '';
}
.ft .ft-menu .ft-nav-wrap .sub-menu > li:last-of-type a::after {
    content: '';
}
.ft .ft-menu .ft-nav-wrap .sub-menu {
    float: left;
}
.ft .ft-menu .ft-nav-wrap .sub-menu::after {
    content: '';
    display: table;
    clear: both;
}
.ft .ft-sns .login {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    margin-top: 15px;
}
.ft .ft-sns .login::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
}

.ft .ft-sns {
    float: right;
    text-align: right;
    margin-top: 5px;
}
.ft .ft-sns .sns-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.ft .ft-sns .sns-wrap li {
    margin-left: 15px;
    display: inline-block;
    width: 20px;
}
.ft .ft-sns .sns-wrap li a {
    display: block;
}
.ft .ft-sns .sns-wrap li img {
    display: block;
    width: 100%;
}
.ft .ft-sns p {
    font-size: 12px;
    font-weight: 300;
    color: white;
    margin-top: 30px;
    font-family: 'Noto Sans';
    letter-spacing: 0.05em;
}

/*inner-con*/
.inner-con {
    margin: 0 auto;
    position: relative;
    max-width: 1435px;
}
.tour-wrap .inner-con {
    max-width: 1135px;
}
.special-preview-section .inner-con {
    max-width: 1500px;
}

.m-map {
    display: none;
}
.m-br {
    display: none;
}
.p-br {
    display: block;
}
.scroll-txt {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.scroll-txt.on {
    opacity: 1;
    transform: translateY(0);
}
.m-btn {
    display: none;
}

@media all and (min-width: 1025px) {
    .special-preview-section .swiper-sellecter li.on a span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media all and (max-width: 1605px) {
    .special-preview-section .inner-con {
        width: calc(100% - 100px);
    }
}

@media all and (max-width: 1535px) {
    .inner-con {
        width: calc(100% - 100px);
    }
    .view-wrap .map-section .map-info {
        width: 100%;
    }
    .view-wrap .map-section .pc-map {
        width: 100%;
    }
    .view-wrap .map-section .pc-map .root_daum_roughmap {
        width: 100%;
    }
    .ft .ft-menu .ft-nav-wrap .main-menu > li > a {
        width: 120px;
    }
    .ft .ft-menu {
        left: 50%;
    }
}

@media all and (max-width: 1325px) {
    .ft {
        padding: 0 15px;
        padding-top: 50px;
        text-align: center;
        padding-bottom: 30px;
    }
    .ft .ft-menu {
        display: none;
    }
    .ft .ft-address {
        float: none;
    }
    .ft .ft-sns {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
    .ft .ft-sns p {
        margin-top: 15px;
    }
    .ft .ft-address h5 {
        font-size: 13px;
    }
}

@media all and (max-width: 1235px) {
    .tour-wrap .inner-con {
        width: calc(100% - 100px);
    }
}

@media all and (max-width: 1024px) {
    .full-page-wrap .con1 .swiper-control-wrap {
        pointer-events: all;
        bottom: 15px;
        right: 15px;
        top: auto;
        left: auto;
        width: 40px;
        height: 80px;
        transform: translate(0);
    }
    .full-page-wrap .con1 .swiper-control-wrap .btn {
        position: initial;
        opacity: 1;
        height: 50%;
        margin-bottom: 5px;
    }
    .full-page-wrap .con1 .swiper-control-wrap .btn.next-btn .arrow::after {
        transform: rotate(-45deg);
    }
    .full-page-wrap .con1 .swiper-slide {
        height: calc(100vh - 70px);
    }
    .hd .main-menu-wrap .menu-info {
        bottom: auto;
        top: 200px;
    }

    .hd .hd-fixed-box {
        width: 100%;
        height: 70px;
    }
    .hd.fixed .hd-fixed-box .fixed-inner {
        width: 100%;
        height: 70px;
    }
    .hd .hd-fixed-box .menu-btn {
        margin-top: 20px;
        margin-right: 20px;
    }
    .hd.fixed .hd-fixed-box .menu-btn {
        margin-top: 20px;
    }
    .hd .hd-fixed-box .menu-btn .line {
        background-color: white;
    }
    .hd .hd-fixed-box .fixed-inner {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .hd.fixed .logo {
        width: 95px;
        top: 10px;
    }
    .hd .logo {
        width: 95px;
        top: 10px;
        left: 15px;
    }
    .hd .main-menu-wrap .main-menu > li > a {
        font-size: 24px;
    }
    .con1 {
        width: 100%;
        margin-top: 70px;
    }
    .hd.fixed .hd-fixed-box .sns-wrap {
        display: none;
    }
    .hd .hd-fixed-box .scroll-down {
        display: none;
    }
    .hd .hd-fixed-box .sns-wrap {
        display: none;
    }
    .hd .main-menu-wrap .main-menu .sub-menu a {
        font-size: 14px;
    }
    .main-wrap .intro-section .img img {
        width: 300px;
    }
    .main-wrap .intro-section .img {
        position: relative;
        float: right;
        width: 300px;
        top: -100px;
        margin-right: 50px;
    }
    .main-wrap .intro-section::after {
        content: '';
        display: table;
        clear: both;
    }
    .main-wrap .intro-section {
        padding-bottom: 100px;
    }

    /* .room-preview-section .room-preview-slide .swiper-slide.swiper-slide-active{padding: 0 20px;} */
    .room-preview-section .swiper-btn-wrap {
        width: calc(50% - 40px);
    }
    .special-preview-section .swiper-sellecter {
        width: 50%;
    }
    .special-preview-section .special-preview-slide {
        width: calc(50vw - 100px);
        height: calc(50vw - 100px);
    }
    .special-preview-section .small-special-slide {
        width: 100%;
    }
    .main-wrap .outtro-section .img {
        width: 80%;
    }
    .main-wrap .outtro-section .img img {
        display: block;
        width: 100%;
    }

    .view-wrap .info-section .info-wrap .img-wrap {
        width: 45%;
        left: auto;
        right: 0;
        background-color: transparent;
    }
    .view-wrap .info-section .info-wrap .txt-wrap p {
        font-size: 14px;
    }

    .tour-wrap .tour-info-section .tour-info .txt p {
        font-size: 13px;
    }
    .tour-wrap .tour-info-section .tour-info .txt p br {
        display: none;
    }
    .tour-wrap .tour-info-section .tour-info .txt h3 span {
        font-size: 13px;
    }

    .view-wrap .map-section .map-info li p {
        font-size: 14px;
    }
    .view-wrap .info-section .wide-img-wrap {
        height: 350px;
    }
    .room-wrap .info-section .txt-wrap {
        width: calc(100% - 275px);
    }
    .room-wrap .info-section .txt-wrap .tit p {
        font-size: 13px;
    }
    .room-wrap .info-section .txt-wrap .txt li p {
        font-size: 13px;
    }

    .special-wrap .special-list-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
        margin-bottom: 80px;
    }
    .special-wrap .special-list-wrap .txt {
        width: 100%;
        padding-top: 30px;
    }
    .special-wrap .special-list-wrap .special-preview-list {
        width: 100%;
    }
    .special-wrap .special-list-wrap .txt h2 {
        transform: rotate(0);
        float: left;
        margin-bottom: 15px;
    }
    .special-wrap .special-list-wrap .txt .swiper-btn-wrap {
        float: left;
        position: relative;
        bottom: 0;
        left: 0;
        margin-left: 15px;
        margin-top: 5px;
    }
    .special-wrap .special-list-wrap .txt button {
        margin-bottom: 0px;
        float: right;
        margin-left: 10px;
        margin-top: 0;
    }
    .special-wrap .special-list-wrap .special-preview-list .txt h3 {
        font-size: 10px;
        white-space: inherit;
    }
    .special-wrap .special-list-wrap .special-preview-list .txt {
        transform: translate(0);
    }
    .special-wrap .special-list-wrap .special-preview-list .txt .position-wrap {
        transform: translate(0);
        top: 0;
        left: 0;
        width: 100%;
    }
    .special-wrap .special-list-wrap .special-preview-list .txt h4 {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .reser-wrap .info-section .info {
        float: none;
        margin-bottom: 50px;
    }
    .reser-wrap .info-section .info2 {
        float: none;
    }
    .reser-wrap .intro-section .info-wrap .img-wrap {
        position: relative;
        top: -160px;
        float: right;
    }
    .special-wrap .info-section .txt-wrap.on p {width: 82%;}
    .special-wrap .info-section .txt-wrap.on p.interior {margin-bottom: 20px;}
    .special-wrap .info-section .txt-wrap.on p span.info-left {width: 38px;}
    .special-wrap .info-section .txt-wrap.on p span.info-right {width: 100%;}
}

@media all and (max-width: 900px) {
    .inner-con {
        width: calc(100% - 50px);
    }
    .special-preview-section .inner-con {
        width: calc(100% - 50px);
    }
    .tour-wrap .inner-con {
        width: calc(100% - 50px);
    }
}

@media all and (max-width: 700px) {
    .inner-con {
        width: calc(100% - 30px);
    }
    .hd .main-menu-wrap .menu-info {
        bottom: auto;
        top: 100px;
    }
    .hd .main-menu-wrap .main-menu > li > a {
        font-size: 15px;
        margin-bottom: 10px;
    }
    /* .hd .main-menu-wrap .main-menu{margin-bottom: 20px;} */
    .hd .main-menu-wrap .main-menu {
        margin-bottom: 0px;
    }
    .hd .main-menu-wrap .main-menu .sub-menu a {
        font-size: 12px;
    }
    .hd .main-menu-wrap .tel_link {
        font-size: 14px;
    }
    /* .hd .main-menu-wrap .main-menu > li{width: 50%; margin-bottom: 30px;height: 165px;} */
    .hd .main-menu-wrap .main-menu > li {
        width: 50%;
        margin-bottom: 40px;
    }
    .special-preview-section .inner-con {
        width: calc(100% - 30px);
    }
    .tour-wrap .inner-con {
        width: calc(100% - 30px);
    }

    .full-page-wrap .con1 .swiper-slide {
        height: 300px;
    }
    .full-page-wrap .con1 .top-img {
        height: 300px;
    }

    .main-wrap .intro-section .txt {
        padding-top: 50px;
        text-align: center;
    }
    .main-wrap .intro-section .txt h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .main-wrap .intro-section .txt .line {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .main-wrap .intro-section .txt h4 {
        font-size: 10px;
        margin-bottom: 25px;
    }
    .main-wrap .intro-section .txt p {
        font-size: 13px;
        margin-bottom: 35px;
    }
    .reser-box {
        width: 125px;
        line-height: 45px;
        height: 45px;
        font-size: 15px;
    }
    .main-wrap .intro-section .img {
        margin-right: 0px;
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-top: 35px;
    }
    .main-wrap .intro-section .img img {
        width: 100%;
        display: block;
    }
    .main-wrap .intro-section .img .shadow {
        left: 20px;
        top: -15px;
        display: none;
    }
    .room-preview-section .room-preview-slide .swiper-slide {
        padding: 0 10px;
    }
    .room-preview-section .swiper-btn-wrap {
        width: calc(50% - 10px);
        top: calc(50% - 15px);
    }
    .room-preview-section .swiper-btn-wrap button {
        font-size: 15px;
    }

    .room-preview-section .room-preview-slide .swiper-slide {
        margin-top: 25px;
    }
    .room-preview-section .room-preview-slide .swiper-slide.swiper-slide-active {
        margin-top: 25px;
    }
    .room-preview-section {
        padding-top: 50px;
    }
    .room-preview-section .tit h2 {
        font-size: 32px;
    }
    .room-preview-section .tit h3 {
        font-size: 14px;
    }
    .room-preview-section .room-preview-slide .room_link {
        margin-top: 50px;
    }
    .special-preview-section .swiper-sellecter {
        margin-top: 45px;
        width: 100%;
        margin-bottom: 20px;
    }
    .special-preview-section {
        padding-top: 50px;
    }
    .special-preview-section::after {
        content: '';
        display: table;
        clear: both;
    }
    .special-preview-section .tit h3 {
        font-size: 14px;
    }
    .special-preview-section .tit h2 {
        font-size: 32px;
    }
    .special-preview-section .small-special-wrapper {
        width: 80%;
        display: none;
    }
    .special-preview-section .special-preview-slide {
        position: relative;
        width: 50vw;
        height: 50vw;
        top: 0;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        border-radius: 0;
    }
    .special-preview-section .small-special-slide {
        width: 100%;
    }
    .special-preview-section .swiper-sellecter li {
        font-size: 13px;
    }
    .special-preview-section .swiper-sellecter li a {
        font-size: 13px;
    }
    .special-preview-section .swiper-btn-wrap {
        width: calc(50vw + 80px);
        position: absolute;
        bottom: 25vw;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: 5;
        pointer-events: none;
    }
    .special-preview-section .swiper-btn-wrap i {
        font-size: 24px;
    }
    .special-preview-section .swiper-btn-wrap button {
        pointer-events: all;
    }
    .special-preview-section .swiper-btn-wrap .m-special-preview-button-prev {
        float: left;
    }
    .special-preview-section .swiper-btn-wrap .m-special-preview-button-next {
        float: right;
    }
    .main-wrap .outtro-section {
        margin-top: 80px;
        padding-bottom: 80px;
    }

    .view-wrap .info-section .info-wrap .txt-wrap {
        float: none;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 50px;
        text-align: center;
    }
    .view-wrap .info-section .info-wrap .txt-wrap h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .view-wrap .info-section .info-wrap .txt-wrap p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .view-wrap .info-section .info-wrap .img-wrap {
        width: 100%;
        float: right;
        position: relative;
        top: 0;
        left: auto;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .view-wrap .info-section .info-wrap .img-wrap img {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .view-wrap .info-section .wide-img-wrap {
        height: 250px;
    }
    .view-wrap .map-section {
        padding-top: 50px;
    }
    .view-wrap .map-section .map-info {
        width: 100%;
        margin-top: 35px;
    }
    .view-wrap .map-section .map-info li h3 {
        margin-bottom: 10px;
    }
    .view-wrap .map-section .map-info li p {
        font-size: 13px;
    }
    .view-wrap .map-section .map-info li:first-of-type {
        width: 100%;
        margin-bottom: 30px;
    }
    .view-wrap .map-section .map-info li {
        width: 50%;
    }
    .view-wrap .map-section .map-info li .map-link {
        padding: 15px;
        font-size: 12px;
    }
    .view-wrap .map-section .map-info li .tel_link {
        font-size: 12px;
        padding: 15px;
        display: block;
    }

    .tour-wrap .tit-wrap {
        padding-top: 25px;
        margin-bottom: 35px;
    }
    .tour-wrap .tit-wrap h2 {
        font-size: 32px;
    }
    .tour-wrap .tit-wrap p {
        font-size: 13px;
    }
    .tour-wrap .tour-info-section .tour-info {
        width: 100%;
    }
    .tour-wrap .tour-info-section .tour-info:nth-of-type(2n - 1) {
        padding-right: 0px;
    }
    .tour-wrap .tour-info-section .tour-info:nth-of-type(2n) {
        padding-left: 0px;
    }
    .tour-wrap .tour-info-section .tour-info .txt p {
        font-size: 13px;
    }
    .tour-wrap .tour-info-section .tour-info .txt p br {
        display: none;
    }
    .tour-wrap .tour-info-section .tour-info .txt p {
        margin-bottom: 50px;
        min-height: 0;
    }
    .tour-wrap .tour-info-section .tour-info .txt h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .tour-wrap .tour-info-section .tour-info .txt h3 span {
        font-size: 13px;
    }
    .room-wrap .info-section .txt-wrap {
        width: 100%;
    }
    .room-wrap .info-section .txt-wrap {
        padding-bottom: 30px;
    }
    .room-wrap .info-section .txt-wrap .tit {
        padding-top: 50px;
    }
    .room-wrap .info-section .txt-wrap .tit h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .room-wrap .info-section .txt-wrap .tit p {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .room-wrap .info-section .txt-wrap .tit .line {
        margin-bottom: 15px;
    }
    .room-wrap .info-section .alert-wrap {
        position: relative;
        top: 0;
    }
    .room-wrap .info-section .txt-wrap .txt li {
        margin-bottom: 30px;
    }
    .room-wrap .info-section .txt-wrap .txt li h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .room-wrap .info-section .txt-wrap .txt li p {
        font-size: 13px;
    }
    .room-wrap .info-section .txt-wrap .txt li .reser-box {
        margin-top: 35px;
    }
    .room-wrap .info-section .alert-wrap {
        padding-bottom: 50px;
    }
    .room-wrap .info-section .alert-wrap::after {
        content: '';
        display: table;
        clear: both;
    }
    .room-wrap .info-section .alert-wrap h5 {
        display: none;
    }
    .room-wrap .info-section .alert-wrap .circle-frame {
        width: calc(50vw - 30px);
        height: calc(50vw - 30px);
        float: left;
    }
    .room-wrap .info-section .alert-wrap .circle-frame.color {
        margin-right: 10px;
    }

    .room-wrap .info-section .alert-wrap .circle-frame p {
        font-size: 12px;
    }
    .special-wrap .info-section .txt-wrap {
        padding-top: 50px;
        margin-bottom: 80px;
    }
    .special-wrap .info-section .txt-wrap h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
    .special-wrap .info-section .txt-wrap p {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .reser-wrap .intro-section {
        padding-bottom: 50px;
    }
    .reser-wrap .intro-section .info-wrap {
        margin-bottom: 50px;
    }

    .reser-wrap .intro-section .info-wrap .txt-wrap {
        padding-top: 50px;
        margin-bottom: 0;
        text-align: center;
    }
    .reser-wrap .intro-section .info-wrap .txt-wrap h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .reser-wrap .intro-section .info-wrap .txt-wrap p {
        font-size: 13px;
        margin-bottom: 10px;
        letter-spacing: -0.05em;
    }
    .reser-wrap .intro-section .info-wrap .txt-wrap .reser-box {
        margin-top: 25px;
    }
    .reser-wrap .intro-section .info-wrap .img-wrap {
        width: 100%;
        float: none;
        margin-top: 25px;
        position: relative;
        top: 0;
        right: 0;
    }
    .reser-wrap .intro-section .info-wrap .img-wrap img {
        display: block;
        width: 100%;
    }
    .reser-wrap .intro-section .info-wrap::after {
        content: '';
        display: table;
        clear: both;
    }
    .reser-wrap .intro-section .reser-price-table tbody td {
        font-size: 10px;
    }
    .reser-wrap .intro-section .reser-price-table thead th {
        font-size: 12px;
    }
    .view-wrap .info-section .info-wrap .img-wrap .neco-video-wrap {
        position: absolute;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .view-wrap .info-section .info-wrap .img-wrap .neco-video-wrap video {
        width: 100%;
        height: 100%;
        transform: scale(1.01);
    }

    .reser-wrap .info-section .info2 h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .reser-wrap .info-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .reser-wrap .info-section .info1 h5 {
        font-size: 15px;
    }
    .reser-wrap .info-section .info1 p {
        font-size: 13px;
    }
    .reser-wrap .info-section .info2 p {
        font-size: 13px;
    }
    .reser-wrap .info-section .info2 .refund-table th {
        font-size: 13px;
    }
    .reser-wrap .info-section .info2 .refund-table td {
        font-size: 13px;
    }

    .notice-wrap .info-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .notice-wrap .info-section .tit {
        font-size: 32px;
    }

    .main-wrap .outtro-section .img {
        width: 80%;
    }
    .main-wrap .outtro-section .txt-wrap {
        left: auto;
        right: 0;
    }
    .main-wrap .outtro-section .txt-wrap .txt {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .pc-map {
        display: none;
    }
    .m-map {
        display: flex;
        justify-content: center;
    }
    .m-br {
        display: block;
    }
    .p-br {
        display: none;
    }
    .m-btn {
        display: block;
    }
    .tour-last-tour {
        margin: 0 auto;
    }
}
