@charset "utf-8";

/*defualt*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    color: #555;
    font-family: 'Noto Sans KR', sans-serif;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #555;
}
button,
input,
a,
label {
    border: none;
    outline: none;
    background-color: transparent;
    box-sizing: none;
}
.slick-slider * {
    border: 0;
    outline: 0;
}
.slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
figure,
section {
    position: relative;
}
.wrapper {
    overflow: hidden;
}
.reser_box {
    width: 260px;
    line-height: 40px;
    color: white;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid white;
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
    transition: 0.6s;
}
.reser_box:hover {
    border-color: rgba(255, 255, 255, 0.4);
}
.reser_box .fal {
    margin-right: 10px;
    font-size: 22px;
}
/* popup */

/* .full-video iframe{pointer-events: none;} */

/*header*/
.hd-btn-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
}
.hd-btn-wrap .logo {
    width: 205px;
    height: 80px;
    position: absolute;
    top: 90px;
    left: 130px;
}
.hd-btn-wrap .logo img {
    width: 100%;
}
.hd-btn-wrap .menu-btn {
    top: 125px;
    right: 130px;
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}
.hd-btn-wrap .menu-btn.on .line1 {
    transform: rotate(45deg);
}
.hd-btn-wrap .menu-btn.on .line2 {
    transform: translateX(50%);
    opacity: 0;
}
.hd-btn-wrap .menu-btn.on .line3 {
    transform: rotate(-45deg);
}
.hd-btn-wrap .menu-btn .line {
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    box-shadow: -1px 1px 5px #333;
    transition: 0.1s;
}
.hd-btn-wrap .menu-btn .line1 {
    transform: translateY(-7px);
}
.hd-btn-wrap .menu-btn .line2 {
    width: 15px;
}
.hd-btn-wrap .menu-btn .line3 {
    transform: translateY(7px);
}
.hd .reser-ico {
    position: absolute;
    top: 160px;
    right: 80px;
    display: flex;
}
.hd .reser-ico a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}
.hd .reser-ico i {
    font-size: 28px;
    color: #333;
    text-shadow: -1px 1px 5px #333;
}
.hd .reser-ico span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333;
    text-shadow: -1px 1px 3px #333;
}

/*menu*/
.main-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    z-index: 1000;
    transition: 0.4s;
    z-index: 2000;
}
.main-menu.on {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
}
.main-menu .img-section {
    width: 54%;
    height: 100%;
    float: left;
    background-color: #fcf6ec;
    position: relative;
}
.main-menu .img-section .img-box {
    width: 50%;
    height: 32vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.main-menu .img-section ul {
    width: 100%;
    height: 200%;
    position: relative;
}
.main-menu .img-section li {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.main-menu .nav-section {
    width: 46%;
    height: 100%;
    float: left;
    background-color: #fffbf4;
    position: relative;
}
.main-menu .nav-section > ul {
    position: absolute;
    top: 25vh;
    left: 10em;
}
.main-menu .nav-section > ul > li {
    margin-bottom: 20px;
}

.main-menu .nav-section > ul > li > a {
    font-size: 36px;
    font-family: 'Henri';
    font-weight: 500;
    display: inline-block;
    position: relative;
}
.main-menu .nav-section > ul > li > a::after {
    width: 100%;
    height: 0.5em;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    transform: scaleY(0);
    transition: 0.3s;
    transform-origin: bottom;
}
.main-menu .nav-section > ul > li.on > a::after {
    transform: scaleY(1);
}
.main-menu .sub-menu {
    transition: 0.8s;
    height: 0;
    overflow: hidden;
}
.main-menu .sub-menu li:first-child {
    margin-top: 10px;
}
.main-menu .sub-menu a {
    font-size: 14px;
    line-height: 1.8;
    display: block;
}
.main-slide {
    position: relative;
    overflow: hidden;
}

/*con1*/
.scroll_btn {
    position: absolute;
    pointer-events: all;
}
.scroll_btn button {
    cursor: pointer;
    display: block;
}
.scroll_btn .fal {
    font-size: 22px;
}
.full-page-wrap .con1 {
    width: 100%;
    height: 100vh;
}
.full-page-wrap .con1 .slide {
    height: 100vh;
    float: left;
    overflow: hidden;
}
.slide-wrap {
    position: relative;
}
.full-page-wrap .con1 .video-wrap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.full-page-wrap .con1 .tit {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 1000;
}
.full-page-wrap .con1 .tit h1 {
    text-align: center;
    font-family: 'Henri', sans-serif;
    font-size: 56px;
    font-weight: 100;
    pointer-events: none;
}
.full-page-wrap .con1 .tit h1 span {
    display: block;
}
.con1 .page-wrap {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 30px;
    height: 100%;
    pointer-events: none;
    width: 50px;
}
.con1 .page-wrap .page {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    pointer-events: all;
}
.con1 .page-wrap .page button {
    cursor: pointer;
}
.con1 .page-wrap .page .fal {
    color: #555;
}
.con1 .page-wrap .page .prev {
    margin-right: 5px;
}
.con1 .page-wrap .page .next {
    margin-left: 10px;
}
.con1 .page-wrap .page p {
    font-size: 14px;
    font-weight: bold;
}
.con1 .page-wrap .page .pro-bar-wrap {
    width: 100%;
    height: 1px;
    background-color: #dddde0;
    margin: 10px auto;
    position: relative;
}
.con1 .page-wrap .page .pro-bar {
    background-color: #333;
    height: 1px;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.2s;
}
.con1 .page-wrap .page .pro-bar.pro-ani {
    width: 100%;
    transition: 1.5s;
}
.con1 .page-wrap .scroll_down {
    pointer-events: all;
    cursor: pointer;
    position: absolute;
    bottom: 100px;
    left: 50%;
}
.con1 .page-wrap .scroll_down p {
    transform: rotate(90deg);
    transform-origin: left bottom;
    font-size: 15px;
}
.con1 .page-wrap .scroll_down span {
    width: 8px;
    height: 8px;
    background-color: #333;
    display: block;
    border-radius: 50%;
    margin-left: 0.3em;
    margin-top: 50px;
    animation: scroll_down 1.5s infinite ease-out;
    transform-origin: center bottom;
}

.half-page-wrap .con1 .tit {
    padding-top: 250px;
    text-align: center;
    margin-bottom: 70px;
}
.half-page-wrap .con1 .tit h1 {
    font-size: 75px;
    font-family: 'Henri', sans-serif;
    color: #857878;
    font-weight: 300;
}
.half-page-wrap .con1 .tit p {
    font-size: 16px;
    font-family: 'Optima', sans-serif;
    color: #857878;
    font-weight: 300;
}
.half-page-wrap .con1 .top-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 660px;
}
.half-page-wrap .inner-con {
    max-width: 1400px;
    margin: 0 auto;
}

.slide_vdo a {
    position: absolute;
    bottom: 100px;
    right: 155px;
    padding: 15px 25px;
    font-size: 14px;
    z-index: 15;
    border: 1px solid white;
    color: white;
}

/*main*/
.main-wrap .con2 .text-area {
    width: 800px;
    margin: 0 auto;
    padding-top: 120px;
    padding-right: 60px;
    transform: translateX(-50%);
}
.main-wrap .con2 .tit {
    position: relative;
}
.main-wrap .con2 .tit h1 {
    font-family: 'Henri', sans-serif;
    font-size: 130px;
    color: #857878;
    font-weight: 100;
}
.main-wrap .con2 .tit h5 {
    font-family: 'Optima', sans-serif;
    font-size: 16px;
    color: #a39c97;
    font-weight: 100;
}
.main-wrap .con2 .tit h3 {
    font-size: 65px;
    color: #a39c97;
    font-weight: 300;
    display: inline-block;
    position: relative;
}
.main-wrap .con2 .tit h3 span {
    display: block;
}
.main-wrap .con2 .tit .line {
    width: 1px;
    height: 80px;
    background-color: #d1cdcb;
    display: block;
    position: absolute;
    right: -60px;
    bottom: -30px;
}
.main-wrap .con2 .info {
    width: 820px;
    margin: 0 auto;
    transform: translateX(75px);
}
.main-wrap .con2 .txt p {
    font-size: 16px;
    color: #a39c97;
    line-height: 1.8;
}
.main-wrap .con2 .img-wrap {
    position: relative;
}
.main-wrap .con2 .img-wrap .video-wrap {
    width: 800px;
    height: 500px;
    position: relative;
    margin-top: 115px;
}
.main-wrap .con2 .img-wrap .shadow {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: -80px;
    left: 70%;
    background-color: #f2efe7;
}
.main-wrap .con2 .img-wrap .video {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 10;
}

.special-preview {
    margin-top: 120px;
}
.special-preview p {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}
.special-preview .line1 {
    width: 1px;
    height: 180px;
    display: block;
    background-color: #dddde0;
}
.special-preview .line2 {
    width: 1px;
    height: 325px;
    display: block;
    background-color: #dddde0;
}
.special-preview .special-nav {
    margin: 60px 0;
    position: relative;
}
.special-preview .special-nav .nav-wrap {
    position: relative;
    z-index: 51;
}
.special-preview .special-nav::after {
    content: '';
    display: table;
    clear: both;
}
.special-preview .special-nav li {
    margin-bottom: 30px;
    display: inline-block;
    clear: both;
    float: left;
}
.special-preview .special-nav li::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dddde0;
    position: relative;
    transition: 0.2s;
    transform-origin: right;
    clear: both;
}
.special-preview .special-nav li:hover::after {
    animation: special_line 1s ease-in-out;
    transform-origin: left;
}
.special-preview .special-nav li .overflow-box {
    overflow: hidden;
    height: 47px;
}
.special-preview .special-nav li:hover a {
    transform: translateY(-50%);
}
.special-preview .special-nav a {
    font-size: 42px;
    font-family: 'Optima', sans-serif;
    line-height: 1;
    display: block;
    transition: 0.3s;
}
.special-preview .special-nav a span {
    transition: 0.15s;
}
.special-preview .special-nav a .block1 {
    opacity: 1;
}
.special-preview .special-nav a .block2 {
    opacity: 0;
}
.special-preview .special-nav li:hover a .block1 {
    opacity: 0;
}
.special-preview .special-nav li:hover a .block2 {
    opacity: 1;
}
.special-preview .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s;
    z-index: 50;
}
.special-preview .img-wrap.visible {
    opacity: 1;
}
.special-preview .img-wrap .img {
    background-position: center;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
.special-preview .img-wrap .img.on {
    opacity: 1;
}
.special-preview .img-wrap .img-hor {
    width: 560px;
    height: 400px;
}
.special-preview .img-wrap .img-ver {
    width: 350px;
    height: 550px;
}

/*reser_section*/
.reser-section .reser-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 850px;
    text-align: center;
}
.reser-section .reser-bg .tit {
    padding-top: 200px;
}
.reser-section .reser-bg .tit h3 {
    font-size: 100px;
    font-family: 'Tuesday', sans-serif;
    position: relative;
    margin-bottom: -70px;
    color: #145280;
    font-weight: 100;
}
.reser-section .reser-bg .tit h2 {
    font-size: 50px;
    font-family: 'Freight', sans-serif;
    color: white;
    letter-spacing: 6px;
    font-weight: 100;
}
.reser-section .reser-bg p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 100;
    margin-top: 40px;
    margin-bottom: 40px;
}
.reser-section .reser-info {
    padding-top: 90px;
    padding-bottom: 160px;
    width: 970px;
    margin: 0 auto;
    text-align: center;
}
.reser-section .reser-info h5 {
    font-size: 12px;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.reser-section .reser-info .tel {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
}
.reser-section .reser-info ul::after {
    display: table;
    clear: both;
    clear: both;
}
.reser-section .reser-info ul {
    margin-right: 2px;
    margin-top: 50px;
    
}
.reser-section .reser-info ul li {
    width: 25%;
    float: left;
    border: 1px solid #333;
    margin-left: -1px;
    
}
.reser-section .reser-info ul li a {
    display: block;
    color: #272d31;
    transition: 0.6s;
    padding: 15px 0;
    font-size: 14px;
}
.reser-section .reser-info ul li a i {
    font-size: 28px;
    margin-bottom: 5px;
}
.reser-section .reser-info ul li a:hover {
    background-color: #272d31;
    color: white;
}

/*PROLOGE*/
.view-wrap .con2 .inner-con {
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
}
.view-wrap .con2 {
    padding-top: 150px;
}
.view-wrap .con2 .tit {
    margin-bottom: 150px;
}
.view-wrap .con2 .tit h2 {
    font-size: 120px;
    font-family: 'Henri', sans-serif;
    font-weight: 300;
    color: #a39c97;
}
.view-wrap .con2 .tit h2 span {
    display: block;
}
.view-wrap .con2 .tit h5 {
    font-size: 16px;
    font-family: 'Optima', sans-serif;
    color: #a39c97;
    font-weight: 600;
}
.view-wrap .con2 .tit h3 {
    font-size: 55px;
    color: #a39c97;
    font-weight: 300;
}
.view-wrap .con2 .tit p {
    font-size: 16px;
    color: #a9a29e;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 40px;
}
.view-wrap .con2 .tit p span {
    display: block;
}
.view-wrap .con2 .cir-img {
    width: 250px;
    height: 250px;
    background-color: skyblue;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
}
.view-wrap .con3 .inner-con {
    width: 1400px;
    margin: 0 auto;
}
.view-wrap .con3 .bg-wrap {
    background-color: #ededed;
    padding-top: 130px;
    padding-bottom: 170px;
    overflow: hidden;
    position: relative;
}
.view-wrap .con3 .bg-wrap .inner-con {
    padding: 0 100px;
    color: #857878;
}
.view-wrap .con3 .bg-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.view-wrap .con3 .img {
    width: 430px;
    height: 560px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.view-wrap .con3 .bg-wrap aside {
    width: 50%;
    float: left;
}
.view-wrap .con3 .bg-wrap .text-wrap {
    margin-top: 100px;
}
.view-wrap .con3 .bg-wrap h2 {
    font-family: 'Optima', sans-serif;
    font-size: 120px;
    font-weight: 300;
    line-height: 0.4;
}
.view-wrap .con3 .bg-wrap h3 {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Optima', sans-serif;
}
.view-wrap .con3 .bg-wrap p {
    font-size: 16px;
    color: #a39c97;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 30px;
}
.view-wrap .con3 .bg-wrap h1 {
    position: absolute;
    bottom: -0.3em;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 140px;
    font-family: 'Henri', sans-serif;
    font-weight: 100;
    white-space: nowrap;
    line-height: 1;
}
.view-wrap .con3 .bg-wrap h1.scroll-txt {
    opacity: 1;
    transform: translateY(1em) translateX(-50%);
}
.view-wrap .con3 .bg-wrap h1.scroll-txt.on {
    transform: translateY(0) translateX(-50%);
}
.view-wrap .con3 .img-section {
    padding-top: 200px;
    position: relative;
    padding-bottom: 300px;
}
.view-wrap .con3 .img-section::after {
    content: '';
    display: table;
    clear: both;
}
.view-wrap .con3 .img-section aside {
    width: 50%;
    float: left;
    transition: 0.8s;
}
.view-wrap .con3 .img-section .left {
    padding-right: 100px;
    position: relative;
}
.view-wrap .con3 .img-section .left img {
    width: 570px;
    height: 340px;
}
.view-wrap .con3 .img-section p {
    position: absolute;
    top: -8px;
    right: 30px;
    transform: rotate(90deg) translateX(50%);
    color: #a39c97;
    font-size: 14px;
}
.view-wrap .con3 .img-section .right p {
    right: -45px;
}
.view-wrap .con3 .img-section .right {
    padding-left: 70px;
    padding-right: 30px;
    position: relative;
}
.view-wrap .con3 .img-section .right img {
    width: 575px;
    height: 630px;
}
.view-wrap .con3 .img-section .bg-txt {
    position: absolute;
    font-family: 'Tuesday', sans-serif;
    color: #a39c97;
    white-space: nowrap;
    font-weight: 100;
    font-size: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.movie-wrap .con2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*ROOM*/
.clear_wrap::after {
    content: '';
    display: table;
    clear: both;
}
.tap-menu h3 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 18px;
    font-size: 30px;
    font-family: 'Henri', sans-serif;
    font-weight: 300;
    color: #323232;
}
.room-wrap .con2 .inner-con {
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
}
.room-wrap .con2 {
    padding-top: 130px;
}
.room-wrap .con2 .tit h2 {
    font-size: 120px;
    font-family: 'Henri', sans-serif;
    font-weight: 300;
    color: #a39c97;
}
.room-wrap .con2 .tit h5 {
    font-size: 16px;
    font-family: 'Optima', sans-serif;
    color: #a39c97;
    font-weight: 600;
}
.room-wrap .con2 .tit h3 {
    font-size: 55px;
    color: #a39c97;
    font-weight: 300;
}
.room-wrap .con2 .tit .line {
    width: 1px;
    display: block;
    height: 75px;
    background-color: #d1cdcb;
    margin-top: 10px;
}
.room-wrap .con2 .tit p {
    font-size: 16px;
    color: #a9a29e;
    line-height: 1.8;
    padding-left: 50px;
    font-weight: 400;
    margin-top: -20px;
}
.room-wrap .tap-menu {
    top: 30px;
}
.room-wrap .room-price-wrap .price-table {
    width: 100%;
    text-align: center;
    outline: none;
    border-spacing: 0;
    border: 1px solid #cfcfcf;
}
.room-wrap .room-price-wrap .price-table .col1 {
    width: 16%;
}
.room-wrap .room-price-wrap .price-table .col2 {
    width: 28%;
}
.room-wrap .room-price-wrap .price-table th {
    font-size: 14px;
    line-height: 45px;
    border-bottom: 2px solid black;
    background-color: rgba(255, 255, 255, 0.8);
}
.room-wrap .room-price-wrap .price-table td {
    font-size: 14px;
    line-height: 45px;
}

.special-wrap .tap-menu {
    top: 150px;
}
.tap-menu {
    position: absolute;
    right: 0;
    width: calc(50% + 120px);
    max-width: calc(100% - 450px);
}
.tap-menu h3 {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 18px;
}
.tap-menu li {
    float: left;
}
.room-wrap .tap-menu li a {
    padding: 0 20px;
}
.tap-menu li a {
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    color: #858585;
}
.tap-menu li a:hover {
    color: #857878;
    font-weight: 600;
}
.tap-menu li.on a {
    color: #857878;
    font-weight: 600;
}
.tap-menu li a::after {
    display: block;
    content: '';
    width: calc(100% + 10px);
    height: 1px;
    background-color: #333;
    transform: scaleX(0);
    transition: 1.2s;
    transform-origin: center;
    margin-left: -5px;
}
.tap-menu li a:hover::after {
    transform: scaleX(1);
}
.tap-menu li.on a::after {
    transform: scaleX(1);
}
.tap-menu .sub-menu {
    margin-top: 5px;
}
.room-wrap .con3 {
    background-color: #f2efe7;
    margin-top: 200px;
    padding-bottom: 150px;
}
.room-wrap .con3 .room-slide {
    width: calc(100% - 450px);
    max-width: 1280px;
    position: relative;
    overflow: hidden;
    float: right;
    margin-top: -145px;
}
.room-wrap .con3 .room-slide::after {
    content: '';
    display: table;
    clear: both;
}
.room-wrap .con3 .room-slide ul li {
    float: left;
    padding-right: 10px;
    overflow: hidden;
}
.room-wrap .con3 .room-slide ul li p {
    text-align: right;
    font-size: 13px;
    color: #51443b;
    letter-spacing: 1px;
}
.room-wrap .con3 .room-slide ul li img {
    width: 100%;
}
.room-wrap .con3 .room-slide ul li video {
    width: 100%;
}
.room-wrap .con3 .room-slide ul li.img-hor {
    width: 460px;
}
.room-wrap .con3 .room-slide ul li.img-ver {
    width: 320px;
}
.room-wrap .con3 .room-price-wrap {
    clear: both;
    max-width: 825px;
    margin: 0 auto;
    margin-top: 80px;
}
.room-wrap .con3 .info {
    margin-top: 50px;
}
.room-wrap .con3 .info h3 {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #010101;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.room-wrap .con3 .info p {
    font-size: 14px;
    color: #333333;
}
.room-wrap .con3 .info-wrap {
    margin-top: 90px;
}
.room-wrap .con3 .info-wrap ol::after {
    content: '';
    clear: both;
    display: table;
}
.room-wrap .info-wrap a {
    display: block;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    color: #010101;
    padding-bottom: 20px;
    border-bottom: 1px solid #c3c0ba;
}
.room-wrap .info-wrap .fal {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    color: #7b7673;
    position: relative;
    top: -2px;
    margin-bottom: 10px;
}
.room-wrap .info-wrap .list {
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    transition: 0.8s;
}
.room-wrap .info-wrap .list li {
    font-size: 14px;
    line-height: 1.8;
}
.room-wrap .info-wrap .list.on {
    height: 415px;
}
.room-wrap .con3 .info-wrap > ol {
    position: relative;
    z-index: 1;
}
.room-wrap .con3 .info-wrap > ol > li a span {
    width: 10px;
    height: 1px;
    background-color: #7a7a7a;
    float: right;
    margin-top: -10px;
    margin-right: 10px;
    position: relative;
}
.room-wrap .con3 .info-wrap > ol > li a span::after {
    width: 10px;
    height: 1px;
    content: '';
    display: block;
    background: #7a7a7a;
    position: absolute;
    top: calc(50% - 0.5px);
    left: calc(50% - 5px);
    transform: rotate(90deg);
    transition: 0.5s;
}
.room-wrap .con3 .info-wrap > ol > li.on a span::after {
    transform: rotate(0deg);
}
.room-map {
    position: relative;
    top: 100px;
    z-index: 0;
    left: -200px;
}

.table-wrap {
    overflow: hidden;
}
.table-wrap body {
    background-color: rgba(255, 255, 255, 0.3);
}
.room_info_onda {
    width: 102%;
    height: 285px;
}

/*SPECIAL*/
.special-wrap .con2 .inner-con {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
.special-wrap .con2 .tit {
    position: absolute;
    top: 150px;
}
.special-wrap .con2 .tit h2 {
    font-size: 85px;
    font-family: 'Henri', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    color: #857878;
}
.special-wrap .con2 .tit h2 span {
    display: block;
}
.special-wrap .con2 .tit h5 {
    font-size: '16px';
    font-family: 'Optima', sans-serif;
    font-weight: 400;
    color: #857878;
}
.special-wrap .con2 .tit h3 {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 90px;
    color: #857878;
}
.special-wrap .con2 .tit p {
    font-size: 16px;
    margin-bottom: 40px;
    color: #857878;
    line-height: 1.8;
}
.special-wrap .con2::after {
    display: table;
    content: '';
    clear: both;
}
.special-wrap .con2 .img-section::after {
    display: table;
    content: '';
    clear: both;
}
.special-wrap .con2 .img-section .img-wrap {
    float: right;
    width: calc(50% + 180px);
    margin-top: 530px;
}
.special-wrap .con2 .img-section .img-wrap .img {
    width: 440px;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.special-wrap .con2 .img-section .img-wrap .img1 {
    float: left;
    position: relative;
    top: 300px;
}
.special-wrap .con2 .img-section .img-wrap .img2 {
    float: right;
}
.special-wrap .con2 .img-section .img-wrap .img3 {
    float: right;
    position: relative;
    top: 50px;
}
.special-wrap .con2 .bg-txt {
    font-size: 140px;
    font-family: 'Henri', sans-serif;
    color: #f1f1f1;
    position: absolute;
    left: calc(50% - 180px);
    top: 500px;
    white-space: nowrap;
    letter-spacing: 10px;
    z-index: 0;
}
.special-wrap .special-preview {
    margin: 0 auto;
    width: 500px;
    margin-top: 380px;
}

/*tour*/
/* .tour-wrap .con1 .inner-con{max-width: 1550px; margin: 0 auto; position: relative;padding-top: 340px;}
.tour-wrap .con1{background-color: #7e8d9a;}
.tour-wrap .con1 .tour-tit{position: absolute; top: 400px; text-align: center; width: 100%; color: rgba(255,255,255,0.2); z-index: 0;}
.tour-wrap .con1 .tour-tit h3{font-size: 26px; font-family: "Optima",sans-serif; font-weight: 300;}
.tour-wrap .con1 .tour-tit h1{font-size: 16vw; font-family: "Henri",sans-serif; font-weight: 100; white-space: nowrap;} */
.last_txt {text-align: end; margin-bottom: 100px; margin-right: 260px;}

.tour-wrap .con2 .inner-con::after {
    content: '';
    display: table;
    clear: both;
}
.tour-wrap .con2 .img {
    width: 580px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tour-wrap .con2 .line {
    position: absolute;
    bottom: 0;
    left: 120px;
    width: 1px;
    height: 350px;
    background-color: #b8bec1;
}
.tour-wrap .con2 .inner-con::after {
    content: '';
    display: table;
    clear: both;
    padding-bottom: 300px;
}
.tour-wrap .con2 aside {
    width: 50%;
    float: left;
    padding-left: 100px;
}
.tour-wrap .con2 aside.right {
    margin-top: 275px;
}
.tour-wrap .con2 .text {
    color: #555;
    padding-left: 45px;
    padding-top: 35px;
    min-height: 300px;
}
.tour-wrap .con2 .text h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    transform: rotate(0.03deg);
}
.tour-wrap .con2 .text h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-block;
    transform: rotate(0.03deg);
}
.tour-wrap .con2 .text h5::after {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
}
.tour-wrap .con2 .text p {
    font-size: 15px;
    font-weight: 300;
    transform: rotate(-0.03deg);
    line-height: 1.8;
}

/*map*/
.map-wrap .con2 {
    padding-top: 100px;
    padding-bottom: 530px;
}
.map-wrap .con2 .txt-section {
    margin-top: 70px;
}
.map-wrap .con2 .txt-section h3 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #7e8d9a;
    padding-bottom: 30px;
    border-bottom: 1px solid #bec6cc;
    margin-bottom: 30px;
}
.map-wrap .con2 .txt-section p {
    font-size: 16px;
    color: #333333;
}

/*reservation*/
.reser-wrap .con2 {
    padding-top: 130px;
    padding-bottom: 100px;
}
.reser-wrap .con2 iframe {
    max-width: 1200px;
    margin: 0 auto;
}
.reser-wrap .con2 .img {
    width: 50%;
    float: left;
    position: relative;
    z-index: 100;
    top: 100px;
}
.reser-wrap .con2 .img img {
    width: calc(100% - 120px);
}
.reser-wrap .con2 .text {
    width: 50%;
    float: left;
}
.reser-wrap .con2 .info-wrap {
    margin-top: 100px;
}
.reser-wrap .con2 .info-wrap::after {
    content: '';
    display: table;
    clear: both;
}
.reser-wrap .con2 .text .bg-text {
    background-color: #7e8d9a;
    color: white;
    margin-left: -500px;
    padding-left: 500px;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-bottom: 160px;
}
.reser-wrap .con2 .text h3 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 50px;
    padding-bottom: 25px;
    width: 800px;
    border-bottom: 1px solid #bec6cc;
    font-weight: 500;
}
.reser-wrap .con2 .text .bg-text h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.reser-wrap .con2 .text .bg-text a {
    color: white;
}
.reser-wrap .con2 .text h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.8;
    padding-left: 20px;
}
.reser-wrap .con2 .text p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.8;
    padding-left: 20px;
}
.reser-wrap .con2 .refund-text {
    margin-top: 65px;
}
.reser-wrap .con2 .refund-table {
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
    outline: none;
    border-spacing: 0;
    border-style: none;
}
.reser-wrap .con2 .refund-table th {
    border: 1px solid #555;
    padding: 5px 0;
    background-color: #e9e9e3;
}
.reser-wrap .con2 .refund-table th:first-child {
    border-right: 0;
}
.reser-wrap .con2 .refund-table td {
    padding: 5px 15px;
    line-height: 2;
    border: 1px solid #555;
    border-top: 0;
}
.reser-wrap .con2 .refund-table td:first-child {
    border-right: 0;
}

.reser-wrap .table-wrap .price-table {
    width: 100%;
    text-align: center;
    outline: none;
    border-spacing: 0;
    border: 1px solid #dfdfdf;
    max-width: 1200px;
    margin: 0 auto;
}
.reser-wrap .table-wrap .price-table .col1 {
    width: 16%;
}
.reser-wrap .table-wrap .price-table .col2 {
    width: 28%;
}
.reser-wrap .table-wrap .price-table th {
    font-size: 14px;
    line-height: 45px;
    border-bottom: 2px solid black;
    background-color: #f2efe7;
}
.reser-wrap .table-wrap .price-table td {
    font-size: 14px;
    line-height: 45px;
    border-bottom: 1px solid #f4f4f4;
}

.notice-wrap .con2 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.total_price_onda {
    width: 90%;
    height: 779px;
    margin-bottom: -73px;
    margin: 0 auto;
    display: block;
}

/*footer*/
.ft {
    background-color: #272d31;
    padding-bottom: 100px;
}
.ft-con {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.ft .ft-01 {
    padding-top: 100px;
    padding-left: 80px;
    position: relative;
    border-bottom: 1px solid #4a4f52;
    padding-bottom: 40px;
    margin-bottom: 25px;
}
.ft .ft-01::after {
    content: '';
    display: table;
    clear: both;
}
.ft .left {
    width: 300px;
    float: left;
}
.ft .right {
    float: left;
    padding-left: 200px;
    width: calc(100% - 300px);
}
.ft .logo {
    margin-bottom: 55px;
    width: 205px;
}
.ft .logo img {
    width: 100%;
}
.ft .address {
    font-size: 13px;
    color: #c8c7c7;
    line-height: 2.2;
    margin-bottom: 35px;
}
.ft .address a {
    color: #c8c7c7;
}
.ft .sns {
    margin-bottom: 65px;
}
.ft .sns::after {
    display: table;
    content: '';
    clear: both;
}
.ft .sns li {
    float: left;
    margin-right: 20px;
}
.ft .sns li i {
    color: #fff;
}
.ft .log {
    font-size: 12px;
    color: #717171;
    display: inline-block;
    text-align: center;
}
.ft .log::after {
    width: 100%;
    height: 1px;
    content: '';
    background-color: #717171;
    display: block;
}
.ft .log:hover::after {
    animation: ft_line 1s;
}
.ft .ft-nav {
    position: relative;
}
.ft .ft-nav::after {
    content: '';
    display: table;
    clear: both;
}
.ft .ft-nav > ul > li {
    position: relative;
    margin-bottom: 20px;
}
.ft .ft-nav > ul > li > a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.ft .ft-nav a {
    color: #ededed;
}
.ft .ft-nav a.reser_btn {
    color: #a1c9e3;
}
.ft .ft-nav a.reser_btn1 {
    color: #a1c9e3;
}
.ft .ft-nav .sub-menu {
    position: absolute;
    top: 0;
    left: 150px;
    width: 100%;
}

.ft .ft-nav .sub-menu li {
    float: left;
}
.ft .ft-nav .sub-menu li a {
    font-size: 13px;
    display: inline-block;
}
.ft .ft-nav .sub-menu li a::after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}
.ft .ft-nav .sub-menu li:last-child a::after {
    content: '';
}
.ft .ft-nav .view-menu,
.ft .ft-nav .tour-menu,
.ft .ft-nav .map-menu {
    display: none;
}
.ft .copyright {
    text-align: center;
    color: #929292;
    font-size: 12px;
}
.ft .copyright span {
    display: inline-block;
}
.ft .copyright span:first-child::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
}
.ft .copyright a {
    color: #929292;
}
.ft .ft_reser {
    position: absolute;
    position: absolute;
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
}
.ft .ft_reser::before {
    content: 'reservation';
    color: white;
    font-size: 12px;
    background-color: #76858f;
    line-height: 150px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    border-radius: 50%;
    z-index: 100;
}
.ft .ft_reser::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    transition: 0.3s;
}
.ft .ft_reser:hover::after {
    transform: scale(1.2);
    transform-origin: center;
}
.m-price {
    display: none;
}
.m-map {
    display: none;
}
.main-wrap .m-slide-wrap {
    display: none;
}
/*animate*/
.scroll-obj {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.8s;
}
.scroll-obj.on {
    opacity: 1;
    transform: translateY(0);
}
.scroll-txt {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.8s;
}
.scroll-txt.on {
    opacity: 1;
    transform: translateY(0);
}
.scroll-line {
    transform: scaleY(0);
    transition: 1.8s;
    transform-origin: top;
}
.special-preview .scroll-line {
    margin-left: 75px;
}
.scroll-line.on {
    transform: scaleY(1);
}

@keyframes special_line {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }
    30% {
        transform: scaleX(0);
        background-color: #333;
        transform-origin: right;
    }
    40% {
        transform: scaleX(0);
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        background-color: #dddde0;
        transform-origin: left;
    }
}
@keyframes ft_line {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }
    30% {
        transform: scaleX(0);
        background-color: #333;
        transform-origin: right;
    }
    40% {
        transform: scaleX(0);
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        background-color: #717171;
        transform-origin: left;
    }
}
@keyframes scroll_down {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    100% {
        transform: scale(0.5) translateY(50px);
        opacity: 0;
    }
}

/*반응형*/
@media all and (min-width: 1025px) {
    .hd-btn-wrap .menu-btn:hover .line2 {
        width: 30px;
    }
}
@media all and (max-width: 1550px) {
    .main-wrap .con2 .tit h1 {
        font-size: 6vw;
    }
    .main-wrap .con2 .tit h5 {
        font-size: 1vw;
    }
    .main-wrap .con2 .tit h3 {
        font-size: 3vw;
    }
    .main-wrap .con2 .text-area {
        width: 45vw;
    }
    .room-wrap .con2 .inner-con {
        width: calc(100% - 100px);
    }
    .special-wrap .con2 .inner-con {
        width: calc(100% - 100px);
    }
    .tour-wrap .con1 .inner-con {
        width: calc(100% - 100px);
    }
    .half-page-wrap .inner-con {
        width: calc(100% - 100px);
    }
}
@media all and (max-width: 1024px) {
    .special-preview {
        padding: 0 50px;
    }
    .special-preview .special-nav {
        margin: 30px 0;
    }
    .special-preview .special-nav li {
        margin-bottom: 10px;
    }

    .special-preview .line1 {
        height: 80px;
    }
    .special-preview p {
        margin-bottom: 15px;
    }
    .special-preview .line2 {
        height: 100px;
    }
    .special-preview .img-wrap {
        position: unset;
        opacity: 1;
        margin-top: 50px;
        width: 120%;
        overflow: hidden;
    }
    .special-preview .img-wrap ul {
        position: relative;
    }
    .special-preview .special-nav .img-wrap li {
        clear: none;
    }
    .special-preview .img-wrap .img {
        opacity: 1;
        position: unset;
        float: left;
    }
    .special-preview .special-nav .nav-wrap::after {
        content: '';
        display: table;
        clear: both;
    }
    .special-preview .img-wrap .img {
        pointer-events: all;
        margin-right: 30px;
    }
    .special-preview .img-wrap .img-hor {
        width: 450px;
        height: 360px;
    }
    .special-preview .img-wrap .img-ver {
        width: 300px;
        height: 475px;
    }
    .main-wrap .con2 .info {
        margin-top: 100px;
    }
    .main-menu .img-section {
        display: none;
    }
    .main-menu .nav-section {
        width: 100%;
    }
    .main-menu .nav-section > ul {
        left: 0;
        width: 100%;
    }
    .main-menu .nav-section > ul > li {
        text-align: center;
    }
    .tour-wrap .con2 aside {
        padding-left: 0px;
    }
    .tour-wrap .con2 aside.left {
        padding-right: 25px;
    }
    .tour-wrap .con2 aside.right {
        padding-left: 25px;
    }
    .tour-wrap .con2 .img {
        width: 100%;
    }
    .tour-wrap .con2 .line {
        left: 0;
    }
    .reser-wrap .con2 .img img {
        width: 100%;
    }
    .reser-wrap .con2 .img {
        top: 50px;
    }
    .reser-wrap .con2 .text {
        width: 100%;
        padding: 0 100px;
    }
    .ft .ft-01 {
        padding-left: 0px;
    }
    .ft-con {
        max-width: 900px;
    }
    .ft .right {
        padding-left: 0px;
    }
    .reser-wrap .table-wrap .price-table {
        width: calc(100% - 100px);
    }
}
@media all and (max-width: 900px) {
    .hd-btn-wrap .logo img {
        width: 85%;
    }
    .special-preview .special-nav a {
        font-size: 24px;
        text-align: center;
    }
    .special-preview .special-nav li .overflow-box {
        height: 32px;
    }
    .room-wrap .con2 .inner-con {
        width: calc(100% - 30px);
    }
    .special-wrap .con2 .inner-con {
        width: calc(100% - 30px);
    }
    .tour-wrap .con2 .inner-con {
        width: calc(100% - 30px);
    }
    .half-page-wrap .inner-con {
        width: calc(100% - 50px);
    }
    .room-wrap .tap-menu li a {
        padding: 0 10px;
    }
    .tap-menu li a {
        padding: 0 10px;
    }
    .tap-menu li a::after {
        width: calc(100% + 10px);
    }
    .main-wrap .con2 .info {
        width: 400px;
        margin-top: 0px;
    }
    .main-wrap .con2 .img-wrap .video {
        height: 300px;
    }
    .main-wrap .con2 .img-wrap .video-wrap {
        height: 300px;
        width: 450px;
    }
    .special-preview .img-wrap .img-hor {
        width: 300px;
        height: 240px;
    }
    .special-preview .img-wrap .img-ver {
        width: 200px;
        height: 350px;
    }
    .special-preview .special-nav li::after {
        transform: scaleX(0);
    }
    .special-preview .special-nav li.line::after {
        transform: scaleX(1);
    }
    .hd-btn-wrap .logo {
        left: 60px;
        top: 40px;
    }
    .hd-btn-wrap .menu-btn {
        top: 75px;
        right: 105px;
    }
    .hd .reser-ico {
        top: 70px;
        right: 60px;
    }
    .reser-section .reser-info {
        width: calc(100% - 20px);
        padding-bottom: 130px;
        padding-top: 50px;
    }
    .reser-wrap .table-wrap .price-table {
        width: calc(100% - 60px);
    }
    .ft .ft-01 {
        padding: 0 15px;
    }
    .ft .left {
        width: 100%;
    }
    .ft .right {
        padding-left: 0;
        width: 100%;
    }

    .ft .address {
        text-align: center;
    }
    .ft .sns {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .ft .sns li {
        margin: 0 10px;
    }
    .ft .logo {
        width: 150px;
        margin: 20px auto;
    }
    .ft .log {
        display: block;
        width: 80px;
        margin: 15px auto;
    }
    .ft .ft_reser {
        display: none;
    }

    .ft .ft-nav > ul > li {
        float: left;
        width: 16.6666%;
    }
    .ft .ft-nav > ul > li > a {
        font-size: 11px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .ft .ft-nav .sub-menu {
        position: unset;
        margin-top: 10px;
    }
    .ft .ft-nav .sub-menu li {
        float: unset;
    }
    .ft .ft-nav .sub-menu li a::after {
        display: none;
    }
    .ft .ft-nav .sub-menu li a {
        text-align: center;
        display: block;
        font-size: 11px;
        line-height: 2;
    }
    .room-wrap .con3 .room-slide {
        width: 100%;
    }
    .room-wrap .con3 .room-slide ul li.img-ver {
        width: 40vw;
    }
    .room-wrap .con3 .room-slide ul li.img-hor {
        width: 40vw;
    }
    .room-wrap .con3 .room-slide ul::after {
        content: '';
        display: table;
        clear: both;
    }
    .room-wrap .con3 .room-slide {
        margin-top: -50px;
    }
    .view-wrap .con2 {
        padding-top: 50px;
    }
    .room-map {
        width: 100%;
        top: 50px;
        left: 0;
        overflow: hidden;
    }
    .room-map img {
        width: 100%;
        transform: scale(1.2);
    }

    .special-wrap .con2 .tit {
        position: unset;
        margin-top: 100px;
    }
    .special-wrap .con2 .tit h2 {
        font-size: 42px;
        margin-bottom: 10px;
    }
    .special-wrap .con2 .tit h5 {
        font-size: 12px;
    }
    .special-wrap .con2 .tit h3 {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .special-wrap .con2 .tit p {
        font-size: 14px;
    }
    .special-wrap .con2 .img-section .img-wrap {
        margin-top: 50px;
    }

    .special-wrap .con2 .img-section .img-wrap .img {
        width: calc(50% - 10px);
        height: 225px;
    }
    .special-wrap .con2 .img-section .img-wrap .img1 {
        top: 125px;
    }
    .special-wrap .special-preview {
        margin-top: 150px;
    }
    .special-wrap .con2 .bg-txt {
        font-size: 10vw;
        left: 0;
    }
    .special-wrap .con2 .img-section .img-wrap .img3 {
        top: 20px;
    }
}
@media all and (max-width: 700px) {
    .sub-wrap.full-page-wrap .con1 .tit {
        display: none;
    }
    .sub-wrap .con1 .page-wrap .scroll_down {
        display: none;
    }
    .con1 .page-wrap {
        right: 5px;
    }
    .main-wrap .con2 {
        padding: 0 10px;
    }
    .hd-btn-wrap {
        height: 100px;
        transition: 0.8s;
    }
    .hd-btn-wrap.fixed {
        background-color: white;
        height: 70px;
    }
    .hd-btn-wrap .logo {
        width: 150px;
        height: 60px;
        top: 30px;
        left: 30px;
        transition: 0.8s;
    }
    .hd-btn-wrap .menu-btn {
        top: 50px;
        right: 20px;
        transition: 0.8s;
    }

    .hd-btn-wrap.fixed .menu-btn {
        top: 25px;
        right: 20px;
    }
    .hd-btn-wrap.fixed .logo {
        width: 125px;
        height: 50px;
        top: 10px;
        left: 20px;
    }
    .hd .hd-btn-wrap.fixed .reser-ico {
        top: 20px;
        right: 65px;
    }
    .hd .reser-ico {
        top: 45px;
        right: 70px;
        transition: 0.8s;
    }
    .hd .reser-ico a {
        margin: 0 3px;
    }
    .con1 .tit h1 {
        white-space: nowrap;
        font-size: 28px;
    }
    .view-wrap .con2 .tit p {
        margin-top: 15px;
    }
    .main-wrap .con2 .text-area {
        padding-top: 60px;
        width: 100%;
        padding-right: 0;
        transform: translate(0);
    }
    .main-wrap .con2 .tit {
        padding-left: 10px;
    }
    .main-wrap .con2 .tit h1 {
        font-size: 45px;
    }
    .main-wrap .con2 .tit h5 {
        font-size: 14px;
    }
    .main-wrap .con2 .tit h3 {
        font-size: 32px;
    }
    .main-wrap .con2 .tit .line {
        position: unset;
        margin-top: 10px;
    }
    .main-wrap .con2 .info {
        width: 100%;
        transform: translate(0);
        margin-top: 0px;
    }
    .main-wrap .con2 .info .txt {
        padding-left: 30px;
        margin-top: -30px;
    }
    .main-wrap .con2 .txt p {
        line-height: 1.6;
        font-size: 14px;
    }
    .main-wrap .con2 .img-wrap .video-wrap {
        width: 100%;
        height: 250px;
    }
    .main-wrap .con2 .img-wrap .video {
        height: 250px;
    }
    .main-wrap .con2 .img-wrap .shadow {
        right: -50vw;
        left: unset;
    }

    .movie-wrap .con2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .full-video {
        position: relative;
        width: 100%;
        height: 52vw;
        margin-top: 50px;
    }
    .full-page-wrap .con1 .tit {
        bottom: 35px;
    }
    .full-page-wrap .con1 .tit h1 {
        font-size: 34px;
    }
    .full-page-wrap .con1 .slide {
        height: 350px;
    }
    .full-page-wrap .con1 {
        height: 350px;
    }
    .con1 .page-wrap .scroll_down {
        bottom: 60px;
    }
    .con1 .page-wrap .scroll_down span {
        width: 5px;
        height: 5px;
        background-color: white;
    }
    .con1 .page-wrap .scroll_down p {
        font-size: 13px;
        color: white;
    }
    .con1 .page-wrap .page p {
        color: white;
    }
    .con1 .page-wrap .page .pro-bar {
        background-color: #dddde0;
    }
    .con1 .page-wrap .page .pro-bar-wrap {
        color: #333;
    }
    .reser-section .reser-bg {
        height: 350px;
    }
    .reser-section .reser-bg .tit {
        padding-top: 30px;
    }
    .reser-section .reser-bg .tit h3 {
        font-size: 55px;
    }
    .reser-section .reser-bg .tit h2 {
        font-size: 24px;
        white-space: nowrap;
    }
    .reser-section .reser-bg p {
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .reser_box {
        width: 230px;
        line-height: 35px;
    }
    .reser-wrap .con2 .refund-table {
        padding-left: 0;
        width: 100%;
    }
    .reser-wrap .con2 .refund-table td {
        padding: 0;
    }
    .reser-section .reser-info ul {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .reser-section .reser-info ul li a i {
        font-size: 20px;
    }
    .reser-section .reser-info ul li a {
        font-size: 10px;
    }
    .slide_vdo a {
        display: none;
    }
    .tap-menu {
        max-width: unset;
        width: unset;
        top: -80px;
        right: 0;
    }
    .room-wrap .tap-menu {
        top: -90px;
    }
    .special-wrap .tap-menu {
        top: -90px;
    }
    .tap-menu li a {
        font-size: 14px;
    }
    .tap-menu h3 {
        display: none;
    }

    .room-wrap .con2 .tit p {
        padding-left: 20px;
        font-size: 14px;
    }
    .room-wrap .con2 {
        padding-top: 100px;
    }
    .room-wrap .con3 {
        margin-top: 100px;
        padding: 0 15px 100px 15px;
    }
    .room-wrap .con2 .tit h2 {
        font-size: 42px;
    }
    .room-wrap .con2 .tit h5 {
        font-size: 12px;
    }
    .room-wrap .con2 .tit h3 {
        font-size: 32px;
    }
    .room-wrap .con3 .info {
        padding: 0 10px;
    }
    .room-wrap .con3 .info-wrap {
        padding: 0 10px;
    }
    .room-wrap .room-price-wrap .price-table th {
        font-size: 13px;
    }
    .room-wrap .room-price-wrap .price-table td {
        font-size: 12px;
        line-height: 32px;
        border-bottom: 1px solid #f4f4f4;
    }

    .week_date p {
        font-size: 13px !important;
    }

    .special-wrap .con2 .img-section .img-wrap {
        float: unset;
    }
    .special-preview .scroll-line {
        margin-left: 15px;
    }
    .view-wrap .con2 .inner-con {
        width: calc(100% - 30px);
    }
    .view-wrap .con2 .tit {
        margin-bottom: 50px;
    }
    .view-wrap .con2 .tit h2 {
        font-size: 42px;
    }
    .view-wrap .con2 .tit h5 {
        font-size: 12px;
    }
    .view-wrap .con2 .tit h3 {
        font-size: 32px;
    }
    .view-wrap .con2 .cir-img {
        width: 100px;
        height: 100px;
    }
    .view-wrap .con2 .cir-img img {
        width: 100%;
    }
    .view-wrap .con2 .tit p {
        font-size: 14px;
    }
    .view-wrap .con3 .bg-wrap aside {
        width: 100%;
    }
    .view-wrap .con3 .bg-wrap .inner-con {
        padding: 0;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .view-wrap .con3 .img {
        width: 100%;
        height: 500px;
    }
    .view-wrap .con3 .bg-wrap h2 {
        font-size: 60px;
    }
    .view-wrap .con3 .bg-wrap h3 {
        font-size: 24px;
    }
    .view-wrap .con3 .bg-wrap p {
        font-size: 14px;
    }
    .view-wrap .con3 .bg-wrap h1 {
        font-size: 50px;
    }
    .view-wrap .con3 .bg-wrap {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .view-wrap .con3 .img-section aside {
        width: 70%;
    }
    .view-wrap .con3 .inner-con {
        width: calc(100% - 30px);
    }
    .view-wrap .con3 .img-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .view-wrap .con3 .img-section .right img {
        width: 100%;
        height: 320px;
    }
    .view-wrap .con3 .img-section .right {
        float: right;
    }
    .view-wrap .con3 .img-section .left img {
        width: 100%;
        height: 200px;
    }
    .view-wrap .con3 .img-section p {
        display: none;
    }
    .view-wrap .con3 .img-section .bg-txt {
        font-size: 150px;
    }
    .view-wrap .con3 .img-section .left {
        padding-right: 0;
    }
    .view-wrap .con3 .img-section .right {
        padding-left: 0;
    }
    .view-wrap .con3 .img-section .right {
        padding-right: 0;
    }

    .tour-wrap .con2 .inner-con {
        padding-top: 0px;
    }
    .tour-wrap .con2 aside {
        width: 100%;
        padding-left: 0;
    }
    .tour-wrap .con2 .img {
        width: 100%;
        height: 250px;
    }
    .tour-wrap .con2 .line {
        left: 20px;
        bottom: unset;
        top: 200px;
        height: 250px;
    }
    .tour-wrap .con2 .text {
        padding-left: 35px;
    }
    .tour-wrap .con2 .text h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .tour-wrap .con2 .text h5 {
        font-size: 14px;
    }
    .tour-wrap .con2 .text p {
        font-size: 14px;
    }
    .tour-wrap .con2 .text p br {
        display: none;
    }
    .tour-wrap .con2 .text p span {
        display: block;
    }
    .tour-wrap .con2 aside.right {
        margin-top: 100px;
        padding-left: 0px;
    }
    .tour-wrap .con2 aside.left {
        margin-top: 100px;
        padding-right: 0px;
    }

    .map-wrap .con2 .txt-section p {
        font-size: 14px;
    }
    .map-wrap .con2 {
        padding-bottom: 200px;
    }
    .map-wrap .con2 .txt-section h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .map-wrap .con2 .txt-section {
        margin-top: 20px;
    }

    .reser-wrap .con2 .img {
        width: 100%;
        top: 50px;
    }
    .reser-wrap .con2 .text .bg-text {
        padding-left: 0;
        margin-left: 0;
        padding: 0 15px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .reser-wrap .con2 .text .bg-text h3 {
        padding-bottom: 15px;
        margin-bottom: 30px;
        padding-top: 50px;
    }
    .reser-wrap .con2 .text h4 {
        font-size: 14px;
        margin-bottom: 25px;
        padding-left: 0;
    }
    .reser-wrap .con2 .text p {
        padding-left: 0;
        font-size: 13px;
        margin-top: 15px;
    }
    .reser-wrap .con2 .text h3 {
        width: 100%;
    }
    .reser-wrap .con2 .img img {
        width: 100%;
    }
    .reser-wrap .con2 .text {
        width: 100%;
        padding: 0;
    }
    .reser-wrap .con2 .text h3 {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    .reser-wrap .con2 .wBg-text {
        padding: 0 15px;
    }
    .reser-wrap .con2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .reser-wrap .con2 .info-wrap {
        margin-top: 50px;
    }
    .reser-wrap .table-wrap .price-table {
        width: calc(100% - 30px);
    }
    .reser-wrap .table-wrap .price-table th {
        font-size: 13px;
    }
    .reser-wrap .table-wrap .price-table td {
        font-size: 12px;
        line-height: 32px;
        border-bottom: 1px solid #f4f4f4;
    }

    .notice-wrap .con2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .half-page-wrap .con1 .tit {
        padding-top: 150px;
        padding-bottom: 30px;
    }
    .half-page-wrap .con1 .tit h1 {
        font-size: 40px;
    }
    .half-page-wrap .con1 .tit p {
        font-size: 14px;
    }
    .half-page-wrap .con1 .top-img {
        height: 250px;
    }

    .tour-wrap.half-page-wrap .con1 .top-img {
        background-position: left;
    }
    .rsv_cal_t p {
        font-size: 13px !important;
        padding: 0 10px !important;
    }
    .ft {
        padding-bottom: 50px;
    }
    .ft .copyright span {
        display: block;
        text-align: center;
        line-height: 2;
    }
    .ft .copyright span:first-child::after {
        display: none;
    }
    .m-price {
        display: block;
    }
    .pc-price {
        display: none;
    }
    .m-map {
        display: block;
    }
    .pc-map {
        display: none;
    }
    .main-wrap .m-slide-wrap {
        display: block;
    }
    .main-slide-wrap {
        display: none;
    }
    .main-wrap .basic-slide-wrap {
        display: none;
    }
}

@media (min-width: 700px) {
    #pop_win1{left:500px !important;};
}
