@charset "utf-8";

/*defualt*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #23315a;
}
#hd_pop {
    display: none !important;
}

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #23315a;
}
button,
input,
a,
label {
    border: none;
    outline: none;
    background-color: transparent;
    box-sizing: none;
}
.wrapper {
    width: 100%;
    position: relative;
}
.slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section {
    position: relative;
    z-index: 10;
    background-color: white;
}
.con1 {
    z-index: 11;
}
.slick-slider * {
    border: 0;
    outline: 0;
}
.full-page {
    width: 100%;
    height: 100vh;
}
.con1 .main-tit {
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.con1 .main-tit h3 {
    font-size: 16px;
    color: white;
    font-family: 'Lato', sans-serif;
    margin-bottom: 25px;
    font-weight: 400;
}
.con1 .main-tit h1 {
    font-size: 50px;
    color: #fff;
    font-family: 'Book Antiqua' !important;
    font-weight: 100;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.con2 .bread h3 {
    line-height: 160px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    font-family: acumin-variable, sans-serif;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 194.2857;
    color: #23435a;
    font-weight: 200;
}
.res_box {
    display: block;
    border: 1px solid #837a69;
    line-height: 40px;
    width: 260px;
    text-align: center;
    color: #837a69;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    margin: 0 auto;
}
.star-list li {
    position: relative;
}
.star-list li::before {
    content: '*';
    display: inline-block;
    position: absolute;
    left: -1em;
    top: 0.2em;
}
.dash-list {
    margin-top: 10px;
}
.dash-list li {
    position: relative;
}
.dash-list li::before {
    margin-right: 2px;
    content: '-';
    display: inline-block;
    left: -1em;
    top: -0.2em;
}
.tit-box {
    height: 100px;
    margin-top: 75px;
    padding-bottom: 100px;
    text-align: center;
}
.tit-box h1 {
    font-size: 40px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #23435a;
}
.tit-box .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.m-br {
    display: none;
}
.font1 {
    font-size: 16px;
    color: #be1919;
    font-weight: 600;
}

/* 영상 */
.main-slide-wrap .slide-wrap {
    overflow: hidden;
}
.m-main-vdo {
    display: none;
}
.main-vdo {
    background-color: #e9f1f3;
    width: 100%;
}
.main-vdo .vdo-container {
    width: 1440px;
    margin: 50px auto;
    padding-bottom: 80px;
}
.main-vdo .vdo-container iframe {
    width: 100%;
    background-size: cover;
}

/*header*/
.hd {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    pointer-events: none;
    transition: 0.8s;
}
.hd .logo {
    margin-left: 120px;
    margin-top: 58px;
    float: left;
    pointer-events: all;
    transition: 0.8s;
}
.hd .logo a {
    width: 120px;
    height: 75px;
    display: block;
    transition: 0.8s;
}
.hd .logo a img {
    width: 100%;
    height: auto;
}
.hd-btn {
    float: right;
    text-align: center;
    margin-top: 70px;
    margin-right: 10px;
    pointer-events: all;
    transition: 0.8s;
}
.hd-btn .fal {
    margin-right: 5px;
}
.hd-btn a {
    display: inline-block;
    border: none;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 5px 12px;
    line-height: 1.8;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    color: white;
    transition: 0.8s;
}
.hd-btn a:hover i {
    background-color: #e8e5e1;
}
.hd.fixed .hd-btn a:hover i {
    color: black;
}
.hd.on .hd-btn a:hover i {
    color: black;
    background-color: #e8e5e1;
}
.hd-btn p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-family: 'Pretendard-Regular';
}
.hd .btn1 {
    margin-right: 70px;
}
.hd-btn .reser_txt {
    cursor: pointer;
}
/* .hd.fixed{height: 80px; background-color: rgba(255,255,255,0.8);}
.hd.fixed .main-menu{margin-top: 0; top: 0;}
.hd.fixed .logo{margin-top: 10px;}
.hd.fixed .logo a{width: 90px;}
.hd.fixed .hd-btn{margin-top: 28px; display: flex;}
.hd.fixed .main-menu a{color: #23315a;}
.hd.fixed .main-menu > ul > li > a{line-height: 80px; transition: 0.8s;}
.hd.fixed .hd-btn a{color: #23315a; border-color: #23315a;}   */

/* .hd.on{height: 80px; background-color: rgba(255,255,255,0.8);}
.hd.on .main-menu{margin-top: 0;}
.hd.on .logo{margin-top: 10px;}
.hd.on .logo a{width: 90px;}   */

.hd .hd .hd-btn {
    margin-top: 28px;
    display: block;
}
.hd .menu-btn {
    padding: 0;
    margin-top: 35px;
    position: absolute;
}
.hd .hd-btn a {
    color: #fff;
    display: block;
}
.hd .hd-btn a i {
    transition: 1s;
    width: 40px;
    height: 40px;
    display: block;
    background-color: #73abdb;
    padding: 10px 0px;
    border-radius: 50px;
    margin: 0 auto;
}
.hd .hd-btn a:hover i {
    background-color: #e9f1f3;
    color: #23315a;
}

/* .hd.on .main-menu a{color: #23315a;}
.sub-wrap .main-menu{visibility: hidden; opacity: 0; pointer-events: none;}
.sub-wrap .hd.on .main-menu{visibility: visible; opacity: 1; pointer-events: all;}
.sub-wrap .main-menu{transform: translateX(-50%); top: 0;}
.sub-wrap .main-menu > ul > li > a{line-height: 80px;}  */

.main-menu {
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translateX(-100%);
    z-index: -500;
    opacity: 0;
    margin-top: 0px;
    pointer-events: all;
    transition: 0.8s;
    height: 100%;
    width: 100%;
}
.main-menu .menuIn {
    width: 50%;
    height: 100%;
    background-color: white;
    position: relative;
}
.main-menu .menuIn > ul {
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 17%;
    box-sizing: border-box;
    padding-left: 15%;
}
.main-menu .menuIn ul > li a h2 {
    transition: 1.2s;
    color: #23435a;
    font-size: 25px;
    font-family: 'century-gothic', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid rgba(35, 57, 90, 0.4);
    width: 100%;
    text-align: left;
}
.main-menu .menuIn ul > li {
    box-sizing: border-box;
    width: 35%;
    text-align: center;
    line-height: 30px;
    margin-right: 70px;
    margin-top: 0px;
}
.main-menu .menuIn ul > li > ul {
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
}
.main-menu .menuIn ul > li > ul > li {
    box-sizing: border-box;
    padding-top: 0px;
    text-align: left;
    margin-right: 20%;
    width: 100%;
}
.main-menu .menuIn ul > li > ul > li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: 'Pretendard-Regular';
    font-weight: 200;
    color: #23435a;
}
.main-menu .menuIn ul > li .room2-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.main-menu .menuIn ul > li > ul > li:hover a {
    border-bottom: 1px solid #23435a;
}

.main-menu .menuIn .sns-box {
    position: absolute;
    right: 11.5%;
    bottom: 8%;
}
.main-menu .menuIn .sns-box ul {
    display: flex;
}
.main-menu .menuIn .sns-box ul li {
    margin-right: 20px;
}
.main-menu .menuIn .sns-box ul li a {
    font-size: 17px;
}

/* .sub-menu{display: block; width: 100%; }
.sub-menu li{clear: both; margin-right: 20px;}
.sub-menu a{display: block; line-height: 25px; font-size: 20px;}
.inner-con{max-width: 1250px; margin: 0 auto; position: relative;}
.sub-wrap .page-wrap{bottom: 0px;} */

.main-menu.on {
    transform: translate(0%);
    opacity: 1;
    z-index: -900;
}

.hd .menu-btn {
    position: fixed;
    top: 435px;
    left: 60px;
    margin-top: 0px;
    height: 60px;
    pointer-events: all;
}
.hd .menu-btn .btn {
    padding-top: 20px;
    width: 60px;
    height: 100%;
    position: relative;
    display: block;
    cursor: pointer;
}
.hd .menu-btn .btn .line {
    width: 50px;
    height: 1px;
    background-color: white;
    display: block;
    transition: 0.4s;
    top: 100%;
}
.hd .menu-btn .btn .line1 {
    transform: translateY(6px);
}
.hd .menu-btn .btn .line3 {
    transform: translateY(10px);
}

.hd.on .menu-btn .btn .line {
    background-color: #23435a;
}
.menu-btn.on .btn .line1 {
    transform: rotate(45deg);
    background-color: #23435a;
}
.menu-btn.on .btn .line2 {
    display: none;
}
.menu-btn.on .btn .line3 {
    transform: rotate(-45deg);
    background-color: #23435a;
}

.page-wrap {
    position: absolute;
    display: flex;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 100;
}
.page-wrap .page {
    position: relative;
    pointer-events: none;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.page-wrap > span.prev {
    margin-right: 30px;
}
.page-wrap > span.next {
    margin-left: 30px;
}
.page-wrap > span {
    margin-top: 0px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.page-wrap .page p {
    display: block;
    font-family: 'Pretendard-Regular';
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.page-wrap .line {
    width: 70px;
    height: 1px;
    display: block;
    background-color: #fff;
    margin: 0 auto;
}

/*main*/
.full-page .slide {
    height: 100vh;
}

.main-wrap .con2 .bread h3 {
    margin-bottom: 0;
}

/* .full-page iframe{height: 1070px !important;} */
.main-wrap .con2 {
    background-color: #e9f1f3;
    padding-bottom: 120px;
}
.main-wrap .con2 .info {
    width: 1400px;
    padding-top: 30px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    position: relative;
    height: 90vh;
    box-sizing: border-box;
}
.main-wrap .con2 .info .left {
    margin-left: 50px;
    width: 742px;
    height: 753px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #83a8c3;
    border-radius: 50%;
}
.main-wrap .con2 .info .txt-box {
    text-align: right;
    margin-right: 50px;
    padding-top: 170px;
    padding-right: 150px;
    margin-bottom: 65px;
}
.main-wrap .con2 .info .txt-box::after {
    content: '';
    display: table;
    clear: both;
}
.main-wrap .con2 .info .txt-box h2 {
    margin-left: 60px;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: 'a Auto Signature', sans-serif !important;
    font-weight: 100;
    color: #fff;
    padding-left: 50px;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
    position: relative;
    letter-spacing: 5px;
    display: inline-block;
    line-height: 1;
}
.main-wrap .con2 .info .txt-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 140px;
    line-height: 2.1;
    margin-right: 50px;
    font-weight: 200;
    font-family: 'NotoSerif';
    font-style: normal;
}

.main-wrap .con2 .info .right {
    padding-left: 5px;
}
.main-wrap .con2 .info .right .img {
    position: absolute;
}
.main-wrap .con2 .info .right .scroll-obj1 {
    right: 15%;
    bottom: 52.5%;
    width: 420px;
    height: 437px;
    background-size: cover;
    background-position: center center;
    transition: 0.7s;
}
.main-wrap .con2 .info .right .scroll-obj2 {
    right: 35.5%;
    bottom: 30%;
    width: 280px;
    height: 291px;
    background-size: cover;
    background-position: center center;
    transition: 0.9s;
}
.main-wrap .con2 .info .right .scroll-obj3 {
    right: 15%;
    bottom: 28%;
    width: 252px;
    height: 183px;
    background-size: cover;
    background-position: center center;
    transition: 0.8s;
}
.main-wrap .con2 .info .right .txt {
    display: flex;
    position: absolute;
    right: 10%;
    top: -4%;
    width: 50px;
    height: auto;
}
.main-wrap .con2 .info .right .txt1 {
    font-family: 'NotoSerif', 'Lato', sans-serif;
    writing-mode: vertical-lr;
    font-size: 11px;
    color: #23435a;
    word-spacing: -7px;
    padding-right: 5px;
}
.main-wrap .con2 .info .right .txt2 {
    font-family: 'NotoSerif', 'Lato', sans-serif;
    padding-top: 4px;
    writing-mode: vertical-lr;
    font-size: 12px;
    color: #23435a;
    height: 100%;
}

.main-wrap.on .con2 .info .right .scroll-obj1 {
    bottom: 47.7%;
}
.main-wrap.on .con2 .info .right .scroll-obj2 {
    bottom: 24%;
}
.main-wrap.on .con2 .info .right .scroll-obj3 {
    bottom: 23%;
}

.video-section {
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}
.video-section .video-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
}
.video-section .video-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}

/*sub*/
/* .sub-wrap .main-menu{display: block; margin-top: 0;}
.hd .menu-btn{float: left; width: 30px; height: 25px; cursor: pointer; border: 1px; margin-top: 90px; margin-left: 25px; pointer-events: all;  transition: 0.8s;}
.hd .menu-btn .line{width: 30px; height: 2px; background-color: white; box-shadow: 0px 1px 5px rgba(0,0,0,0.6); display: block; transition: 0.5s; position: absolute;}
.hd .menu-btn .line2{width: 15px; transform: translateY(8px);}
.hd .menu-btn .line3{transform: translateY(15px);}

.hd .menu-btn.on .line1{transform: rotate(45deg);}
.hd .menu-btn.on .line3{transform: rotate(-45deg);}
.hd .menu-btn.on .line2{transform: translateX(30deg); opacity: 0; visibility: hidden;} */

.sub-wrap section {
    background-color: #e9f1f3;
}
.pro-info {
    width: calc(100% - 200px);
    margin: 0 100px;
    border-bottom: 1px solid #c9c6bd;
    padding: 65px 0;
}
.pro-info::after {
    content: '';
    display: table;
    clear: both;
}
.pro-info .left {
    float: left;
}
.pro-info .left h3 {
    font-size: 14px;
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.pro-info .right {
    float: right;
}
.pro-info .right h4 {
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
}
.pro-info .right p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-top: 12px;
    font-weight: 300;
}
.sub-wrap .con2 {
    background-color: #e9f1f3;
}
.tap-menu {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
.tap-menu .sub-menu {
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.tap-menu .sub-menu::after {
    display: table;
    content: '';
    clear: both;
}

.tap-menu .sub-menu li a {
    line-height: 75px;
    text-align: center;
    font-size: 12px;
    font-family: 'Noto Sans KR', serif;
}
.wide-inner {
    width: 1360px;
    margin: 0 auto;
    position: relative;
}
.half-page {
    width: 100%;
    height: 800px;
}
.half-page .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-slide-wrap .slide-btn {
    pointer-events: none;
    width: calc(100% + 50px);
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
}
.main-slide-wrap .slide-btn .btn {
    pointer-events: all;
    display: inline-block;
}
.main-slide-wrap .slide-btn .btn.prev {
    float: left;
}
.main-slide-wrap .slide-btn .btn.next {
    float: right;
}
.main-slide-wrap .slide-btn .btn .fal {
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.m-slide-wrap .slide-btn {
    pointer-events: none;
    width: calc(100% + 50px);
    position: absolute;
    top: calc(50% + 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 300;
}
.m-slide-wrap .slide-btn .btn {
    pointer-events: all;
    display: inline-block;
}
.m-slide-wrap .slide-btn .btn.prev {
    float: left;
}
.m-slide-wrap .slide-btn .btn.next {
    float: right;
}
.m-slide-wrap .slide-btn .btn .fal {
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/*TOUR*/

.tour-wrap .tit-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-align: center;
}
.tour-wrap .tit-box h1 {
    font-size: 40px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #23435a;
}
.tour-wrap .tit-box .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.tour-wrap .inner-con {
    width: 70%;
    margin: 0 auto;
}
.tour-wrap .con2 .info-box {
    margin-top: 80px;
    padding-bottom: 120px;
}
.tour-wrap .con2 .info {
    margin-top: 0px;
    margin-bottom: 100px;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
}
.tour-wrap .con2 .info.right {
    margin-top: 0px;
    flex-direction: row-reverse;
}
.tour-wrap .con2 .info.left {
}

.tour-wrap .tour-slide-wrap {
    width: 50%;
    position: relative;
    z-index: 3;
    height: 350px;
}
.tour-wrap .tour-slide {
    width: 100%;
    height: 100%;
    position: absolute;
}
.tour-wrap .tour-slide .slide {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.tour-wrap .txt-area {
    color: #23435a;
    width: 50%;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.tour-wrap .left .txt-area {
    padding-left: 3%;
}
.tour-wrap .right .txt-area {
    text-align: right;
    padding-right: 4%;
}
.tour-wrap .txt-box {
    color: #23435a;
}
.tour-wrap .txt-box h2 {
    font-family: 'NotoSerif';
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 600;
}
.tour-wrap .txt-box h3 {
    font-family: 'Pretendard-Regular';
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tour-wrap .txt-box p {
    font-family: 'Pretendard-Light';
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.tour-wrap .slick-dots {
    bottom: -25px;
}
.tour-wrap .slick-dots button {
    background-color: #dedede;
}
.tour-wrap .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #ababab;
}

/* MAP */

.map-wrap .con2 {
    height: 600px;
    background-color: #e9f1f3;
}
.map-wrap .con2 .bread h3 {
    margin-bottom: 20px;
}
.map-wrap .con2 .tit-box {
    margin-top: 0px;
}
.map-wrap .con2 .map-info {
    height: 200px;
    width: 60%;
    margin: 0 auto;
    display: flex;
}
.map-wrap .con2 .map-info .img-box {
    width: 50%;
}
.map-wrap .con2 .map-info .img {
    margin-left: 40%;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.map-wrap .con2 .map-info .tit-box {
    margin-top: 40px;
    width: 50%;
    text-align: left;
    color: #23435a;
}
.map-wrap .con2 .map-info .tit-box h2 {
    margin-bottom: 30px;
    font-style: normal;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
}
.map-wrap .con2 .map-info .tit-box p {
    font-family: 'Pretendard-Regular';
    margin-bottom: 20px;
}
.map-wrap .map-box {
    height: 600px;
    background-color: #e9f1f3;
}
.map-wrap .map-box.m-map {
    display: none;
}
.map-wrap #daumRoughmapContainer1710741750961 {
    margin: 0px auto;
}
.map-wrap .kakao-map-box {
    margin: 0 auto;
}
.map-box .root_daum_roughmap .cont {
    display: none;
}
/* VIEW */
.view-wrap .con2 {
    padding-bottom: 110px;
}
.view-wrap .con2 .view-info {
    margin: 0 auto;
    width: 80%;
    display: flex;
    height: 85vh;
    padding-bottom: 50px;
    position: relative;
}
.view-wrap .con2 .view-info .tit-box {
    margin-top: 0;
    height: 100%;
    text-align: left;
    width: 50%;
    position: relative;
}
.view-wrap .con2 .view-info .tit-box h2 {
    padding-top: 50px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'century-gothic', sans-serif;
    font-style: italic;
    color: #23435a;
}
.view-wrap .con2 .view-info .tit-box p {
    padding-top: 50px;
    font-size: 15px;
    font-family: 'Pretendard-Light';
    color: #23435a;
}
.view-wrap .con2 .view-info .tit-box .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 250px;
    background-size: cover;
}
.view-wrap .con2 .view-info .img-box {
    width: 50%;
    height: 100%;
}
.view-wrap .con2 .view-info .img-box .img {
    margin-left: 10%;
    width: 90%;
    height: 100%;
}
.view-wrap .con2 .view-info .txt {
    position: absolute;
    bottom: 4%;
    right: 0;
    color: #23435a;
    font-size: 14px;
    font-family: acumin-variable, sans-serif;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 194.2857;
}

.view-wrap .con3 {
    height: 800px;
    background-color: #e9f1f3;
    padding-top: 50px;
    padding-bottom: 50px;
}
.view-wrap .con3 .slide-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 900px;
    max-width: 80%;
    width: calc(100% - 300px);
    height: 650px;
}
.view-wrap .con3 .slide-wrap .slide {
    transition: 1s;
    width: 10%;
    height: 100%;
    border-radius: 100px 100px 0 0;
    margin-right: 10px;
}
.view-wrap .con3 .slide-wrap .slide.on {
    width: 80%;
}

/*RESERVATION*/
.reserv-wrap .con2 {
}
.reserv-wrap .con2 .bread h3 {
    margin-bottom: 30px;
}
.reserv-wrap .tit-box {
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
}
.reserv-wrap .tit-box h1 {
    font-size: 40px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #23435a;
}
.reserv-wrap .tit-box .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.reserv-wrap .con2 .inner-con {
    width: 80%;
    margin: 0 auto;
}
.reserv-wrap .con2 .info-box {
    width: 40%;
    margin: 0 auto;
    padding-bottom: 70px;
}
.reserv-wrap .con2 .info-box ul {
}
.reserv-wrap .con2 .info-box li {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reserv-wrap .con2 .info-box li i {
    font-size: 20px;
    color: #23435a;
    margin-right: 10px;
}
.reserv-wrap .con2 .info-box li h2 {
    margin-right: 50px;
    font-family: 'Pretendard-Regular';
    font-size: 18px;
    color: #23435a;
}
.reserv-wrap .con2 .info-box li p {
    font-family: 'Pretendard-Light';
    color: #23435a;
    font-size: 17px;
}

/* .reserv-wrap .con2 table {width: 73%;  margin: 20px auto; text-align: center; border-collapse: collapse; border-bottom: 2px solid #23435a; }
.reserv-wrap .con2 th { font-family: 'Pretendard-Regular'; font-weight: 400; font-size: 15px; height: 40px; width: 170px; color: #fff; background-color: #23435a; border-collapse: collapse; border-right: 0.5px solid #fff;}
.reserv-wrap .con2 td {font-family: 'Pretendard-Light'; color: #23435a; font-size: 15px; border: 1px solid #cec2b7; height: 40px;}
.reserv-wrap .con2 .pr { width: 250px;} */

.reserv-wrap .video-section {
    height: 80vh;
}

.reserv-wrap .con2 .book-hd {
    margin-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserv-wrap .con2 .book-hd p {
    display: inline-block;
    width: 35%;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.reserv-wrap .con2 .book-hd h2 {
    color: #23435a;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard-Light';
    padding: 0 40px;
    text-align: center;
}

.reserv-wrap .tit-box.guide {
    margin-top: 100px;
}

.reserv-wrap .con2 .guide-box {
    padding-bottom: 70px;
    display: flex;
}
.reserv-wrap .con2 .guide-box .img-box {
    width: 40%;
}
.reserv-wrap .con2 .guide-box .img-box img {
    width: 60%;
    height: 480px;
    margin-left: 30%;
}
.reserv-wrap .con2 .guide-box .inner-info {
    padding-left: 5%;
    width: 60%;
}
.reserv-wrap .con2 .guide-box .inner-info > ul {
    margin-bottom: 80px;
    padding-bottom: 30px;
    border-bottom: #23435a 1px solid;
}
.reserv-wrap .con2 .guide-box .inner-info > ul li {
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Pretendard-Light';
    font-size: 16px;
    color: #23435a;
}

.reserv-wrap .refund {
    height: 600px;
    background-color: #e9f1f3;
    margin-bottom: 0;
    padding-top: 50px;
}
.reserv-wrap .refund .tit-box {
    margin-top: 50px;
    margin-bottom: 50px;
}
.reserv-wrap table {
    margin: 0px auto;
    border-collapse: collapse;
    border-top: 1px solid #23435a;
    border-bottom: 1px solid #23435a;
    margin-top: 20px;
}
.reserv-wrap .refund tr {
}
.reserv-wrap .refund tr:first-child {
    border-bottom: 1px solid #dbd9d8;
}
.reserv-wrap .refund tr p {
    border-right: 1px solid #dbd9d8;
    padding: 2px 30px;
}
.reserv-wrap .refund tr p {
    font-family: 'Pretendard-Regular';
    font-weight: 500;
}
.reserv-wrap .refund tr:last-child td:last-child {
    color: #23435a;
    font-weight: 400;
}
.reserv-wrap .refund tr td:last-child p {
    border-right: 0;
}
.reserv-wrap .refund th {
    color: #23435a;
    padding: 20px 0px;
    font-size: 16px;
}
.reserv-wrap .refund td {
    font-family: 'Pretendard-Regular';
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.reserv-wrap .refund .refund-info {
    max-width: 1220px;

    font-family: 'Pretendard-Light';
    color: #23435a;
    width: 70%;
    margin: 40px auto;
}
.reserv-wrap .refund .refund-info p {
    padding-bottom: 10px;
}

.reserv-wrap .con2 .guide-box .inner-info .info {
    margin-bottom: 50px;
}

.reserv-wrap .con2 .guide-box .inner-info .info h5 {
    font-size: 20px;
    color: #23435a;
    font-family: 'Pretendard-Regular';
}
.reserv-wrap .con2 .guide-box .inner-info .info ul {
}
.reserv-wrap .con2 .guide-box .inner-info .info li {
    margin-bottom: 5px;
    color: #23435a;
    font-family: 'Pretendard-Light';
}
.reserv-wrap .con2 .guide-box .inner-info .info li.font1 {
    color: #be1919;
}

/* NOTICE */
.notice-wrap {
    background-color: #e9f1f3;
}
.notice-wrap .con2 {
    width: 1320px;
    margin: 0 auto;
    background-color: #e9f1f3;
}
.notice-wrap .tit-box {
    margin-top: 0;
    padding-top: 50px;
}

/* ROOM */

.room_wrap .con2 {
    height: auto;
    padding-bottom: 200px;
}
.room_wrap .con2 .info {
    height: auto;
}
.room_wrap .con2 .info .up {
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}
.room_wrap .con2 .info .up .tit-hd {
    margin-bottom: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_wrap .con2 .info .up .tit-hd span {
    display: block;
    width: 32%;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.room_wrap .con2 .info .up .tit-hd h2 {
    color: #23435a;
    font-size: 30px;
    font-weight: 200;
    font-family: 'century-gothic', sans-serif;
    padding: 0 50px;
    text-align: center;
}

.room_wrap .con2 .info .up .tit-info {
}
.room_wrap .con2 .info .up .tit-info ul {
    text-align: left;
    width: 65%;
    margin: 0 auto;
}
.room_wrap .con2 .info .up .tit-info ul > li {
    margin-top: 40px;
}
.room_wrap .con2 .info .up .tit-info ul > li h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #23435a;
    font-family: 'Pretendard-Regular';
}
.room_wrap .con2 .info .up .tit-info ul > li h4 {
    color: #23435a;
    font-family: 'Pretendard-Regular';
    margin-left: 30px;
    margin-top: 20px;
}
.room_wrap .con2 .info .up .tit-info ul > li h2 span {
    color: #23435a;
    display: inline-block;
    margin-right: 5px;
}
.room_wrap .con2 .info .up .tit-info ul > li .t {
    padding-left: 0px;
    color: #23435a;
    font-family: 'Pretendard-Light';
}
.room_wrap .con2 .info .up .tit-info ul > li span {
    padding-left: 20px;
    color: #23435a;
    margin-right: 2px;
    display: inline-block;
    font-family: 'Pretendard-Light';
}
.room_wrap .con2 .info .up .tit-info ul > li .t {
    padding-left: 30px;
}

/* .room_wrap .con2 .info .up table {margin-left: 30px; margin-top: 20px; text-align: center; border-collapse: collapse; border-bottom: 2px solid #23435a; }
.room_wrap .con2 .info .up th { font-family: 'Pretendard-Regular'; font-weight: 200; font-size: 14px; height: 40px; width: 170px; color: #fff; background-color: #23435a; border-collapse: collapse; border-right: 0.5px solid #fff;}
.room_wrap .con2 .info .up td {font-size: 14px; font-family: 'Pretendard-Light'; color: #23435a; border: 1px solid #cec2b7; height: 30px;}
.room_wrap .con2 .info .up .pr { width: 250px;} */

.room_wrap .con2 .info .up .book-hd {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_wrap .con2 .info .up .book-hd p {
    display: block;
    width: 35%;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.room_wrap .con2 .info .up .book-hd h2 {
    text-align: center;
    margin-left: 2px;
    color: #23435a;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Pretendard-Light';
    padding: 0 40px;
    text-align: center;
}

.room_wrap .con2 .info .bottom {
    height: 900px;
}
.room_wrap .con2 .info .bottom .img-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.room_wrap .con2 .info .bottom .img-box .img {
    position: absolute;
}
.room_wrap .con2 .info .bottom .scroll-obj1 {
    width: 30%;
    height: 75%;
    left: 6.5%;
    top: 0%;
    background-size: cover;
}
.room_wrap .con2 .info .bottom .scroll-obj2 {
    width: 28%;
    height: 40%;
    right: 34.8%;
    top: 0%;
    background-size: cover;
}
.room_wrap .con2 .info .bottom .scroll-obj3 {
    width: 28%;
    height: 65%;
    right: 34.8%;
    top: 43%;
    background-size: cover;
}
.room_wrap .con2 .info .bottom .scroll-obj4 {
    width: 30%;
    height: 75%;
    right: 4%;
    top: 0%;
    background-size: cover;
}

/* SPECIAL */

.special_wrap .con2 .info {
    height: auto;
}
.special_wrap .con2 .info .up {
    height: 300px;
    text-align: center;
}
.special_wrap .con2 .info .up .tit-hd {
    margin-bottom: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.special_wrap .con2 .info .up .tit-hd span {
    display: block;
    width: 28%;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}
.special_wrap .con2 .info .up .tit-hd h2 {
    color: #23435a;
    font-size: 30px;
    font-weight: 200;
    font-family: 'century-gothic', sans-serif;
    padding: 0 40px;
    text-align: center;
}

.special_wrap .con2 .info .up .tit-info {
}
.special_wrap .con2 .info .up .tit-info h3 {
    font-size: 16px;
    color: #23435a;
    font-family: 'Pretendard-Regular';
    margin-bottom: 20px;
}
.special_wrap .con2 .info .up .tit-info p {
    font-size: 14px;
    color: #23435a;
    font-family: 'Pretendard-Light';
    margin-top: 5px;
}

.special_wrap .con2 .info .bottom {
    height: 950px;
}
.special_wrap .con2 .info .bottom .img-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.special_wrap .con2 .info .bottom .img-box .img {
    position: absolute;
}
.special_wrap .con2 .info .bottom .scroll-obj1 {
    width: 33%;
    height: 690px;
    left: 16.2%;
    top: 0;
    background-size: cover;
}
.special_wrap .con2 .info .bottom .scroll-obj2 {
    width: 33%;
    height: 690px;
    right: 16.2%;
    top: 10%;
    background-size: cover;
}

/*ROOM-PREVIEW*/
.room-preview-wrap {
    background-color: #e9f1f3;
    position: relative;
    overflow: hidden;
}
.room-preview-wrap > .txt-box {
    width: calc(100% - 200px);
    margin: 0 100px;
    border-bottom: 1px solid #c9c6bd;
    padding: 65px 0;
}
.room-preview-wrap > .txt-box::after {
    content: '';
    display: table;
    clear: both;
}
.room-preview-wrap .tit-box {
    margin-top: 75px;
    margin-bottom: 100px;
    text-align: center;
}
.room-preview-wrap .tit-box h1 {
    font-size: 40px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #23435a;
}
.room-preview-wrap .tit-box .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}

.room-preview-wrap .slide.up {
    overflow: hidden;
    width: 330px;
    height: 515px;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}
.room-preview-wrap .slide.up .inner-info {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin-top: 10px;
}
.room-preview-wrap .slide.up .img {
    width: 100%;
    height: 405px;
    margin-top: 20px;
}
.room-preview-wrap .slide.down {
    overflow: hidden;
    width: 330px;
    height: 515px;
    position: relative;
    margin-bottom: 20px;
}
.room-preview-wrap .slide.down .inner-info {
    padding: 0;
    overflow: hidden;
}
.room-preview-wrap .slide.down .img {
    width: 100%;
    height: 405px;
    margin-bottom: 20px;
}
.room-preview-wrap .slide {
    margin: 0 20px;
    position: relative;
    transform: translateX(-0px);
}
.room-preview-wrap .slide-wrap {
    width: 1450px;
    margin: 0 auto;
}
.room-preview-wrap .slide .img {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1.1s;
    overflow: hidden;
}
.room-preview-wrap .slide .txt-box {
    text-align: left;
}
.room-preview-wrap .slide .txt-box h3 {
    font-size: 26px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
}
.room-preview-wrap .slide.down .txt-box p {
    font-size: 15px;
    font-family: 'Pretendard-Light';
    font-weight: 400;
    margin-top: 18px;
}
.room-preview-wrap .slide.up .txt-box p {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Pretendard-Light';
}
.room-preview-wrap .inner-info em {
    font-style: normal;
    position: absolute;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Lato';
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
    background: rgba(35, 49, 90, 0.5);
    transform: scale(0);
    opacity: 0;
}

.room-preview-wrap .inner-info:hover em {
    cursor: pointer;
    transform: scale(1.2);
    opacity: 1;
}
.room-preview-wrap .inner-info:hover .img {
    transform: scale(1.05);
}

/* SPECIAL-PREVIEW */
.special-preview-wrap {
    height: 800px;
    margin-top: 0px;
    background-color: #e9f1f3;
    position: relative;
    overflow: hidden;
}

.special-preview-wrap .tit-box {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.special-preview-wrap .tit-box h1 {
    font-size: 40px;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #23435a;
}
.special-preview-wrap .tit-box .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(35, 57, 90, 0.4);
}

.special-preview-wrap .slide {
    margin: 0 10px;
    position: relative;
    transform: translateX(0px);
    overflow: hidden;
}
.special-preview-wrap .slide-wrap {
    width: 100%;
    margin: 0 auto;
}
.special-preview-wrap .slide .img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    width: 320px;
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.7s;
}
.special-preview-wrap .slide h3 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'century-gothic', sans-serif;
    color: white;
    text-align: center;
    line-height: 1.2;
    transition: 0.7s;
    opacity: 0;
    font-weight: 100;
    white-space: nowrap;
    font-size: 24px;
    font-family: 'century-gothic', sans-serif;
    margin-top: 30px;
    margin-bottom: 5px;
}
.special-preview-wrap .slide p {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 16px;
    color: white;
    text-align: center;
    font-family: 'Pretendard-Light';
    transition: 0.7s;
    opacity: 0;
    font-weight: 100;
    white-space: nowrap;
    transform: translateX(-50%);
}
.special-preview-wrap .slide:hover h3 {
    opacity: 1;
}
.special-preview-wrap .slide:hover p {
    opacity: 1;
}
.special-preview-wrap .slide:hover .img {
    transform: scale(1.05);
    filter: brightness(70%);
}

.special-preview-wrap .txt {
    color: #23435a;
    position: absolute;
    font-size: 12px;
    right: 5.8%;
    bottom: -10%;
    font-family: acumin-variable, sans-serif;
    font-style: normal;
    font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 194.2857;
}

.gauge-wrap {
    left: 16%;
    width: 68%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    bottom: -100px;
}
.gauge-wrap .gauge {
    background-color: rgba(35, 57, 90, 0.4);
    height: 1px;
    width: 16.666666%;
}

/* footer */

.ft {
    height: 420px;
    width: 100%;
    background-color: #e9f1f3;
    z-index: 10;
    position: relative;
    padding-top: 50px;
}
.ft .top {
    position: relative;
    border-bottom: 1px solid rgba(35, 57, 90, 0.2);
    text-align: center;
    font-family: 'Pretendard-Regular';
    color: #23435a;
    font-weight: 200;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 70px;
}
.ft .top .txt-box {
    text-align: center;
}
/* .ft .left .txt-box h3{font-size: 14px; font-family: "Lato",sans-serif; color: #999999; font-weight: 500; margin-bottom: 15px;}
.ft .left .txt-box h2{font-size: 20px; font-family: 'Didot'; color: #999999; line-height: 1.4; font-weight: 500; transform: skew(0.03deg);} */
.ft .top .txt-box .sub-menu {
    font-family: 'century-gothic', sans-serif;
    padding-bottom: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}
.ft .top .txt-box .sub-menu ul {
    box-sizing: border-box;
}
.ft .top .txt-box .sub-menu li {
    clear: both;
    margin-right: 20px;
}
.ft .top .txt-box .sub-menu a {
    color: #23435a;
    display: block;
    line-height: 25px;
    font-size: 20px;
}
.ft .top .tel-box {
    margin-bottom: 40px;
    margin-top: 50px;
}
.ft .top .tel-box a {
    color: #23435a;
    font-size: 24px;
    font-family: 'Book Antiqua';
    font-weight: 700;
}
.ft .top .address {
    font-family: 'Pretendard-Regular';
    margin-bottom: 4px;
}
.ft .top .address span {
    font-size: 15px;
    color: #23435a;
    padding-right: 0px;
    margin-right: 0;
}
/* .ft .top .address2 span:nth-child(1) , .ft .top .address2 span:nth-child(2) {border-right: 1.5px solid #23435a;} */
.ft .top .address span b {
    font-weight: 400;
}
.ft .top .address span img {
    width: 22px;
}
.ft .top .sns-box {
    font-family: 'Pretendard-Regular';
    position: absolute;
    right: 0px;
    bottom: 75px;
}
.ft .top .sns-box ul {
    display: flex;
}
.ft .top .sns-box ul li {
    margin-right: 15px;
}
.ft .top .sns-box ul li a {
    font-size: 15px;
    color: #23435a;
}

.ft .bottom {
    width: 70%;
    margin: 0 auto;
    padding-top: 30px;
}
.ft .bottom .copyright {
    display: flex;
    justify-content: space-between;
}
.ft .bottom .copyright span {
    color: #23435a;
    font-size: 12px;
    font-family: 'Pretendard-Regular';
}
.ft .bottom .copyright span a {
    color: #23435a;
}
.ft .bottom .copyright span:first-child::after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}
.ft .log {
    text-decoration-color: #23435a;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Pretendard-Light';
    margin-left: 10px;
    display: inline-block;
}
.ft .bottom .copyright .log {
    color: #23435a;
}
.ft .log::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.icon-aw_logo_svg:before {
    content: '\0042';
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 25px;
    color: #333333;
}
#priceLayer {
    max-width: 1296px;
    margin: 0 auto;
}
/*스크롤 이펙트*/
.scroll-box {
    overflow: hidden;
}
.scroll-tit {
    opacity: 0;
    transition: all 1s;

    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
}
.scroll-tit.on {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
    -webkit-clip-path: inset(0 0% 0 0);
}

.scroll-tit2 {
    opacity: 0;
    transition: all 1.5s;
    transition-delay: 0.5s;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
}
.scroll-tit2.on {
    opacity: 1;
    clip-path: inset(0 0% 0 0);
    -webkit-clip-path: inset(0 0% 0 0);
}

.scroll-line {
    transform: translateX(-50px);
    opacity: 0;
    transition: 1.5s;
}
.scroll-line.on {
    transform: translateX(0);
    opacity: 1;
}

.scroll-obj {
    transform: translateY(100px);
    transition: 2s;
    opacity: 0;
}
.scroll-obj.active {
    transform: translateY(0px);
    opacity: 1;
}

.animateme {
    transition: 1.2s;
}
.non-slide .page-wrap {
    display: none;
}
.m-eng-sub {
    display: none;
}
.m-slide-wrap {
    display: none;
}

.frame-btn {
    margin-top: 0px;
    line-height: 10px;
    display: inline-block;
    padding: 20px 25px;
    font-size: 10px;
    letter-spacing: 3px;
    text-decoration: none;
    position: relative;
    left: 0%;
    margin: 0 20px;
}
.frame-btn__text {
    word-spacing: 0;
    margin-left: 4px;
    color: #23435a;
    font-weight: bold;
    text-transform: uppercase;
    transition: 300ms ease;
    position: relative;
    font-size: 12px;
    font-family: 'Pretendard-Light';
}
.frame-btn:hover .frame-btn__text {
    color: #e9f1f3;
}
.frame-btn__solid {
    position: absolute;
    top: -8px;
    left: -5px;
    margin: 10px;
    width: 100%;
    height: 100%;
    transform-origin: 50%;
    transform: scale(0);
    opacity: 0;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__solid {
    opacity: 1;
    transform: scale(1);
}
.frame-btn__outline {
    position: absolute;
    top: 0px;
    left: 0px;
}
.frame-btn__outline--tall {
    margin: 0 5px;
    width: 100%;
    height: 100%;
    top: -7px;
    left: -8px;
    border: rgba(35, 57, 90, 0.6) 1px solid;
    transition: 0.5s;
}
.frame-btn:hover .frame-btn__outline--tall {
    top: 0;
    left: -2px;
}
.frame-btn:hover .frame-btn__outline--flat {
    background-color: #23435a;
    border: none;
}
.frame-btn__outline--flat {
    transition: 0.5s;
    margin: 0px 5px;
    width: 100%;
    height: 100%;
    left: -2px;
    border: rgba(35, 57, 90, 0.6) 1px solid;
}

.ft .scroll-control {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: 1.2s;
}

.ft .scroll-control li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
    color: white;
    font-size: 20px;
}
.ft .scroll-control .kakao-link {
    background-color: #f9e300;
}
.ft .scroll-control .kakao-link img {
    width: 70%;
    margin-top: 15%;
}

.yapen-priceContent .yapen-realReserveBtn {
    display: none;
}
.yapen-priceLayer .yapen-priceTbl tbody tr.yapen-priceTbl-roomInfo td {
    padding: 15px 0 10px 0 !important;
}
/*반응형*/
@media all and (min-width: 1520px) {
    .room-wrap .info-section .fixed-tit-wrap {
        width: 40%;
    }
    .room-wrap .info-section .fixed-tit-wrap h2 {
        font-size: 18px;
    }
    .room-wrap .info-section .fixed-tit-wrap h2 span {
        font-size: 16px;
    }
    .room-wrap .info-section .fixed-tit-wrap h3 {
        font-size: 16px;
        line-height: 1.8;
    }
    .room-wrap .info-section .fixed-tit-wrap p {
        font-size: 15px;
    }
    .room-wrap .info-section .fixed-tit-wrap .info-nav-btn li a {
        font-size: 15px;
    }
    .room-wrap .info-section .info-wrap {
        width: 60%;
        padding-left: 50px;
    }
    .room-wrap .info-section .info-wrap .txt-info .room-alert h3 {
        font-size: 16px;
    }
    .room-wrap .info-section .info-wrap .txt-info .room-alert h4 {
        font-size: 14px;
    }
    .room-wrap .info-section .info-wrap .txt-info .ame-list-wrap .list .ame p {
        font-size: 13px;
    }

    .room-wrap .info-section .fixed-tit-wrap {
        width: 40%;
    }
    .room-wrap .info-section .fixed-tit-wrap h2 {
        font-size: 18px;
    }
    .room-wrap .info-section .fixed-tit-wrap h2 span {
        font-size: 16px;
    }
    .room-wrap .info-section .fixed-tit-wrap h3 {
        font-size: 16px;
        line-height: 1.8;
    }
    .room-wrap .info-section .fixed-tit-wrap p {
        font-size: 15px;
    }
    .room-wrap .info-section .fixed-tit-wrap .info-nav-btn li a .ko {
        font-size: 13px;
    }
    .room-wrap .info-section .fixed-tit-wrap .info-nav-btn li a {
        font-size: 15px;
    }
    .main-wrap .con2 .info .txt-box::after {
        width: 100%;
    }
}
@media all and (min-width: 1200px) {
    .room-preview-wrap {
        padding-bottom: 100px;
    }
}
@media all and (max-width: 1024px) {
    .main-wrap .con2 .info {
        width: calc(100% - 100px);
    }
    .basic-slide-wrap .slide-btn {
        width: calc(100% - 100px);
    }
    .inner-con {
        width: calc(100% - 100px);
    }
    .wide-inner {
        width: calc(100% - 100px);
    }

    .hd {
        height: 100px;
        padding-bottom: 20px;
    }
    .hd .logo {
        margin-left: 30px;
        margin-top: 15px;
    }
    .hd .logo a {
        width: 100px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .hd .logo a img {
        width: 100%;
    }
    .hd-btn {
        display: block;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 50px;
        margin-top: 35px;
    }
    .hd .btn1 {
        margin-right: 30px;
    }
    .hd-btn .reser_txt {
        display: none;
    }

    .hd.on {
        background-color: white;
    }
    .hd.on .logo {
        margin-top: 15px;
    }

    .main-wrap .menu-btn {
        display: block;
    }
    .hd .menu-btn {
        float: right;
        margin-left: 0;
        margin-top: 0px;
        margin-right: 0px;
    }

    .hd .hd-btn.mon {
        display: none;
    }
    .sub-menu a {
        line-height: 25px;
    }
    .main-wrap .con2 .info .txt-box h2::after {
        width: 100%;
    }

    .main-menu {
        height: 870px;
        background-color: #fff;
        text-align: center;
        position: fixed;
        top: 0%;
        left: 0%;
        transform: translateX(-100%);
        z-index: -500;
        opacity: 0;
        margin-top: 0px;
        pointer-events: all;
        transition: 0.8s;
        width: 100%;
    }
    .main-menu .menuIn {
        width: 100%;
        height: 100%;
        padding-top: 110px;
        background-color: white;
        box-sizing: border-box;
    }
    .main-menu .menuIn > ul {
        position: relative;
        width: 90%;
        height: 630px;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 0%;
        padding-left: 0%;
    }
    .main-menu .menuIn ul > li h2 {
        color: #23435a;
        font-size: 20px;
        font-family: 'century-gothic', sans-serif;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1px solid rgba(35, 57, 90, 0.4);
        width: 100%;
        text-align: left;
    }
    .main-menu .menuIn ul > li {
        height: auto;
        margin-left: 5%;
        padding-left: 0px;
        box-sizing: border-box;
        width: 45%;
        text-align: center;
        line-height: 30px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .main-menu .menuIn ul > li > ul {
        box-sizing: border-box;
        width: 100%;
    }
    .main-menu .menuIn ul > li > ul > li {
        padding-left: 0;
        padding-top: 0px;
        text-align: left;
        margin-right: 20%;
        width: 100%;
    }
    .main-menu .menuIn ul > li > ul > li a {
        display: block;
        font-size: 14px;
        font-family: 'Pretendard-Regular';
        font-weight: 200;
        color: #23435a;
    }
    .main-menu .menuIn > ul > li {
        margin-bottom: 20px;
    }
    .main-menu.on {
        transform: translate(0%);
        opacity: 1;
        z-index: -10;
    }

    .hd .main-menu .sub-menu {
        min-height: 0px;
    }

    .main-menu .menuIn .sns-box {
        position: absolute;
        right: 11.5%;
        bottom: 200px;
    }
    .main-menu .menuIn .sns-box ul {
        display: flex;
    }
    .main-menu .menuIn .sns-box ul li {
        margin-right: 15px;
    }
    .main-menu .menuIn .sns-box ul li a {
        font-size: 17px;
    }

    .sub-wrap .main-menu > ul > li > a {
        line-height: 35px;
    }

    .reser-wrap .con3 .info aside {
        width: 100%;
        float: none;
    }
    .reser-wrap .con3 .info .right {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-wrap .con2 {
        background-color: #e8e5e1;
        padding-bottom: 100px;
    }
    .main-wrap .con2 .info {
        width: 90%;
        margin: 0 auto;
        position: relative;
        height: 1000px;
        box-sizing: border-box;
    }
    .main-wrap .con2 .info .left {
        margin-left: 15%;
        width: 70%;
        height: 62%;
        float: left;
        overflow: hidden;
        position: relative;
        background-color: #23435a;
        border-radius: 50%;
    }
    .main-wrap .con2 .info .txt-box {
        text-align: right;
        margin-top: 50px;
        margin-right: 0px;
        padding-top: 50px;
        padding-right: 100px;
        margin-bottom: 15px;
    }
    .main-wrap .con2 .info .txt-box::after {
        content: '';
        display: table;
        clear: both;
    }
    .main-wrap .con2 .info .txt-box h2 {
        margin-left: 0;
        padding-left: 15px;
        margin-right: 40px;
        margin-bottom: 10px;
        margin-top: 40px;
        font-size: 25px;
        font-family: 'a Auto Signature', sans-serif;
        font-weight: 100;
        color: #fff;
        padding-bottom: 5px;
        position: relative;
        letter-spacing: 4px;
        display: inline-block;
        line-height: 1;
    }
    .main-wrap .con2 .info .txt-box .line {
        margin-left: 70px;
        display: block;
        width: 200px;
        height: 1px;
        background-color: #fff;
    }
    .main-wrap .con2 .info .txt-box p {
        padding-left: 0px;
        color: #fff;
        font-size: 15px;
        margin-top: 90px;
        line-height: 1.6;
        margin-bottom: 60px;
        margin-left: 00px;
        margin-right: 60px;
        font-weight: 200;
        font-family: 'NotoSerif';
        font-style: normal;
    }

    .main-wrap .con2 .info .right {
        padding-left: 0px;
    }
    .main-wrap .con2 .info .right .img {
        position: absolute;
    }
    .main-wrap .con2 .info .right .scroll-obj1 {
        right: 14%;
        bottom: 20%;
        width: 50%;
        height: 40%;
        background-size: cover;
        background-position: center center;
        transition: 0.7s;
    }
    .main-wrap .con2 .info .right .scroll-obj2 {
        right: 46%;
        bottom: 3%;
        width: 33%;
        height: 31%;
        background-size: cover;
        background-position: center center;
        transition: 0.9s;
    }
    .main-wrap .con2 .info .right .scroll-obj3 {
        right: 14%;
        bottom: 0%;
        width: 22%;
        height: 18%;
        background-size: cover;
        background-position: center center;
        transition: 0.8s;
    }
    .main-wrap .con2 .info .right p {
        position: absolute;
    }
    .main-wrap .con2 .info .right .txt1 {
        display: none;
    }
    .main-wrap .con2 .info .right .txt2 {
        display: none;
    }

    .main-wrap.on .con2 .info .right .scroll-obj1 {
        bottom: 20%;
    }
    .main-wrap.on .con2 .info .right .scroll-obj2 {
        bottom: 3%;
    }
    .main-wrap.on .con2 .info .right .scroll-obj3 {
        bottom: 0%;
    }

    .video-section {
        height: 40vw;
    }
    .video-section .video-wrap {
        position: unset;
    }
    .video-section .video-wrap {
        height: 40vw;
        position: unset;
    }

    .room-wrap .info-section {
        padding: 0 50px;
    }
    .room-wrap .info-section .fixed-tit-wrap p {
        font-size: 13px;
    }
    .room-wrap .info-section .fixed-tit-wrap p {
        font-size: 13px;
    }
    .room-wrap .info-section .fixed-tit-wrap .info-nav-btn li a {
        font-size: 15px;
    }
    .room-wrap .info-section .fixed-tit-wrap .info-nav-btn li a .ko {
        font-size: 12px;
    }

    /*ROOM-PREVIEW*/
    .room-preview-wrap {
        height: 800px;
        background-color: #e9f1f3;
        position: relative;
        overflow: hidden;
    }
    .room-preview-wrap > .txt-box {
        width: calc(100% - 200px);
        margin: 0 100px;
        border-bottom: 1px solid #c9c6bd;
        padding: 65px 0;
    }
    .room-preview-wrap > .txt-box::after {
        content: '';
        display: table;
        clear: both;
    }
    .room-preview-wrap .tit-box {
        margin-top: 75px;
        margin-bottom: 100px;
        text-align: center;
    }
    .room-preview-wrap .tit-box h1 {
        font-size: 30px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #23435a;
    }
    .room-preview-wrap .tit-box .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }

    .room-preview-wrap .slide.up {
        overflow: hidden;
        width: 450px;
        height: 500px;
        box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
    }
    .room-preview-wrap .slide.up .inner-info {
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        margin-top: 10px;
    }
    .room-preview-wrap .slide.up .img {
        width: 100%;
        height: 400px;
        margin-top: 0px;
    }
    .room-preview-wrap .slide.down {
        overflow: hidden;
        width: 450px;
        height: 500px;
        position: relative;
        margin-bottom: 20px;
    }
    .room-preview-wrap .slide.down .inner-info {
        padding: 0;
        overflow: hidden;
    }
    .room-preview-wrap .slide.down .img {
        width: 100%;
        height: 400px;
        margin-bottom: 0px;
    }
    .room-preview-wrap .slide {
        margin: 0 30px;
        position: relative;
        transform: translateX(40px);
    }
    .room-preview-wrap .slide-wrap {
        width: 1450px;
        margin: 0 auto;
    }
    .room-preview-wrap .slide .img {
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 1.1s;
        overflow: hidden;
    }
    .room-preview-wrap .slide .txt-box {
        text-align: left;
    }
    .room-preview-wrap .slide .txt-box h3 {
        color: #23435a;
        font-size: 18px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .room-preview-wrap .slide.down .txt-box p {
        font-size: 11px;
        font-family: 'Pretendard-Light';
        font-weight: 400;
        margin-top: 10px;
    }
    .room-preview-wrap .slide.up .txt-box p {
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Pretendard-Light';
    }
    .room-preview-wrap .inner-info em {
        display: none;
    }

    .room-preview-wrap .inner-info:hover em {
        cursor: pointer;
        transform: scale(1.2);
        opacity: 1;
    }
    .room-preview-wrap .inner-info:hover .img {
        transform: scale(1.05);
    }

    /* SPECIAL-PREVIEW */
    .special-preview-wrap {
        height: 700px;
        background-color: #e9f1f3;
        position: relative;
        overflow: hidden;
    }
    .special-preview-wrap .tit-box {
        margin-top: 75px;
        margin-bottom: 100px;
        text-align: center;
    }
    .special-preview-wrap .tit-box h1 {
        font-size: 30px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #23435a;
    }
    .special-preview-wrap .tit-box .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .special-preview-wrap .slide {
        margin: 0 5px;
        position: relative;
        transform: translateX(0px);
        overflow: hidden;
    }
    .special-preview-wrap .slide-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .special-preview-wrap .slide .img {
        width: 300px;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: 0.7s;
    }
    .special-preview-wrap .slide h3 {
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 17px;
        font-family: 'century-gothic', sans-serif;
        color: white;
        text-align: center;
        line-height: 1.2;
        transition: 0.7s;
        opacity: 0;
        font-weight: 100;
        white-space: nowrap;
        font-family: 'century-gothic', sans-serif;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .special-preview-wrap .slide p {
        font-size: 12px;
        top: 57%;
        left: 27%;
    }
    .special-preview-wrap .slide:hover h3 {
        opacity: 1;
    }
    .special-preview-wrap .slide:hover .img {
        transform: scale(1.05);
        opacity: 0.5;
    }
    .special-preview-wrap .txt {
        right: 15%;
        font-size: 12px;
        bottom: -8%;
    }

    .gauge-wrap {
        left: 7%;
        margin-left: 30px;
        width: 80%;
        height: 1px;
        background-color: #cccccc;
        position: absolute;
        bottom: -100px;
    }
    .gauge-wrap .gauge {
        background-color: rgba(35, 57, 90, 0.4);
        height: 1px;
        width: 16.666666%;
    }

    .ft {
        width: 100%;
        background-color: #e9f1f3;
        z-index: 10;
        position: relative;
    }
    .ft .top {
        position: relative;
        border-bottom: 1px solid rgba(35, 57, 90, 0.4);
        text-align: center;
        font-family: 'Pretendard-Regular';
        color: #23435a;
        font-weight: 200;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .ft .top .txt-box {
        text-align: center;
    }
    /* .ft .left .txt-box h3{font-size: 14px; font-family: "Lato",sans-serif; color: #999999; font-weight: 500; margin-bottom: 15px;}
.ft .left .txt-box h2{font-size: 20px; font-family: 'Didot'; color: #999999; line-height: 1.4; font-weight: 500; transform: skew(0.03deg);} */
    .ft .top .txt-box .sub-menu {
        display: flex;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    .ft .top .txt-box .sub-menu ul {
        box-sizing: border-box;
    }
    .ft .top .txt-box .sub-menu li {
        clear: both;
        margin-right: 10px;
    }
    .ft .top .txt-box .sub-menu a {
        color: #23435a;
        display: block;
        line-height: 25px;
        font-size: 20px;
    }
    .ft .top .tel-box {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .ft .top .address {
        font-family: 'Pretendard-Regular';
        margin-bottom: 5px;
    }
    .ft .top .address span {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #23435a;
        margin-right: 0px;
        margin-top: 10px;
    }
    .ft .top .address span b {
        font-weight: 400;
    }
    .ft .top .address span img {
        width: 22px;
    }
    .ft .top .sns-box {
        display: none;
    }

    .ft .log {
        text-decoration-color: #23435a;
    }

    .ft .bottom {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .ft .bottom .copyright {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .ft .bottom .copyright span {
        padding-bottom: 20px;
        color: #23435a;
        font-size: 12px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .ft .top .address2 span:nth-child(1),
    .ft .top .address2 span:nth-child(2) {
        border: none;
    }
    .ft .bottom .copyright span a {
        display: block;
        color: #23435a;
        text-align: center;
    }
    .ft .bottom .copyright span:first-child::after {
        content: '|';
        display: block;
        margin: 0 10px;
    }
    .ft .log {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Noto Sans KR', sans-serif;
        display: block;
    }
    .ft .bottom .copyright .log {
        color: #666666;
        text-align: center;
    }
    .ft .log::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cccccc;
    }
    .icon-aw_logo_svg:before {
        content: '\0042';
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        vertical-align: middle;
        font-size: 25px;
        color: #333333;
    }
}
@media all and (max-width: 900px) {
    #divpop0 {
        top: 150px !important;
    }
    .reserv-wrap .refund table tbody {
        display: flex;
    }
    .main-wrap .con2 .info {
        height: auto;
        padding-bottom: 15px;
    }
    .main-wrap .con2 .info .txt-box {
        margin-bottom: -20px;
    }
    .main-wrap .con2 .info .left-img {
        width: 100%;
        float: none;
        height: 350px;
    }
    .main-wrap .con2 .info .right {
        width: 100%;
        float: none;
        padding-left: 10px;
    }
    .main-wrap .con2 .info .left-img img {
        height: unset;
        width: 100%;
        margin-left: 0;
    }
    .main-wrap .con2 .info .txt-box h2 {
        margin-bottom: 20px;
    }
    .main-wrap .con2 .info .txt-box p.b {
        margin-bottom: 15px;
    }
    .left-txt {
        display: none;
    }
    .right-txt {
        display: none;
    }
    .pro-wrap .con2 .img-box.img-video {
        width: 100%;
        height: 300px;
    }
    .instagramFeed a {
        width: calc(20% - 10px);
        margin: 0 5px;
    }
    .tap-menu .sub-menu li {
        width: 60px;
    }
    .special-wrap .con2 .img-bg {
        width: 100%;
    }
    .special-wrap .con2 .info-tit {
        width: 100%;
    }
    .ft {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .ft .left {
        width: 100%;
        float: none;
    }
    .ft .left .txt-box {
        float: none;
        margin-right: 0;
    }
    .ft .top .address2 span:nth-child(1),
    .ft .top .address2 span:nth-child(2) {
        border: none;
    }
    .ft .right {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .ft .right .tel-box {
        text-align: center;
        margin-top: 30px;
    }
    .ft .right .tel-box a {
        font-size: 20px;
        text-align: center;
    }
    .ft .right .address span {
        display: block;
        text-align: center;
        font-size: 12px;
    }
    .ft .right .copyright span {
        display: block;
        text-align: center;
    }
    .ft .right .copyright span:first-child::after {
        display: none;
    }
    .ft .log {
        text-decoration-color: #23435a;
        width: 6em;
        margin: 0px auto;
        margin-top: 15px;
        display: block;
    }
    .ft .log::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #23435a;
    }
    .icon-aw_logo_svg:before {
        content: '\0042';
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        vertical-align: middle;
        font-size: 25px;
        color: #23435a;
    }
}
@media all and (max-width: 700px) {
    .page-wrap .page {
        width: 100px;
    }
    .basic-slide-wrap .slide-btn {
        width: calc(100% - 30px);
    }
    /* .full-page iframe{height: 100% !important;} */
    .main-wrap {
        width: 100%;
    }
    /*메인 갤러리 영상*/
    /* .main-wrap .main-slide-wrap .vdo-wrap .full-page{display: none;} */
    .m-main-vdo {
        display: block;
        margin: 0px auto 100px auto;
        width: calc(100% - 50px);
        background-color: transparent;
    }
    .m-main-vdo .vdo-container {
        display: block;
        position: relative;
        width: 100%;
        height: 51vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .m-main-vdo .vdo-container .slide {
        height: 100%;
    }
    .m-main-vdo .vdo-container .full-page {
        width: 100%;
        height: 100%;
    }
    .main-wrap .full-page {
        height: 100vh;
    }
    .main-wrap .full-page .slide {
        height: 100vh;
    }
    .m-main-vdo .vdo-container .vdo {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .m-main-vdo .vdo-container .vdo iframe {
        transform: scale(1.1);
    }
    .con2 .bread h3 {
        padding-top: 0px;
        margin-bottom: 0;
        font-family: acumin-variable, sans-serif;
        font-style: normal;
        font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 194.2857;
        line-height: 80px;
    }
    .main-wrap .con2 {
        padding-bottom: 50px;
    }
    .m-br {
        display: block;
    }

    /*메인 갤러리 위치 조정*/
    /* .main-wrap .con1 .slide1{background-position-x: 60%;}
    .main-wrap .con1 .slide2{background-position-x: 75%;}
    .main-wrap .con1 .slide3{background-position-x: 50%;}
    .main-wrap .con1 .slide4{background-position-x: 50%;}
    .main-wrap .con1 .slide5{background-position-x: 50%;}
    .main-wrap .con1 .slide6{background-position-x: 40%;}
    .main-wrap .con1 .slide7{background-position-x: 38%;}
    .main-wrap .con1 .slide8{background-position-x: 30%;}
    .main-wrap .con1 .slide9{background-position-x: 78%;}
    .main-wrap .con1 .slide10{background-position-x: 50%;}
    .main-wrap .con1 .slide11{background-position-x: 23%;}
    .main-wrap .con1 .slide12{background-position-x: 50%;}
    .main-wrap .con1 .slide13{background-position-x: 25%;}
    .main-wrap .con1 .slide14{background-position-x: 50%;}
    .main-wrap .con1 .slide15{background-position-x: 0%;} */

    .room-wrap .con2 .info-box .left .line {
        margin-left: 10px;
        top: -0.3em;
    }

    .hd {
        height: 80px;
        padding-bottom: 20px;
    }
    .hd .logo {
        margin-top: 15px;
    }
    .hd .logo a {
        width: 75px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .hd .logo a img {
        width: 100%;
    }
    .hd-btn {
        display: block;
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .hd-btn .reser_txt {
        display: none;
    }
    .hd .btn1 {
        margin-right: 30px;
    }

    .hd-btn a:hover {
        border: 1px solid #23435a;
    }

    .page-wrap .page {
        position: relative;
        pointer-events: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .page-wrap .page p {
        display: block;
        font-family: 'Pretendard-Regular';
        font-size: 16px;
        font-weight: 600;
        position: relative;
        top: unset;
    }
    .page-wrap .line {
        width: 65px;
        height: 1px;
        display: block;
        background-color: #fff;
        margin: -20px 5px 32px 37px;
    }

    .hd .menu-btn {
        left: 10px;
        top: 350px;
    }

    .main-wrap .con2 {
        background-color: #e9f1f3;
        padding-bottom: 0px;
    }
    .main-wrap .con2 .info {
        overflow: hidden;
        width: 95%;
        margin: 0 auto;
        position: relative;
        height: 800px;
        box-sizing: border-box;
    }
    .main-wrap .con2 .info .left {
        margin-left: 5%;
        width: 330px;
        height: 330px;
        float: left;
        overflow: hidden;
        position: relative;
        background-color: #83a8c3;
        border-radius: 50%;
    }
    .main-wrap .con2 .info .txt-box {
        text-align: right;
        margin-right: 0px;
        padding-top: 0px;
        padding-right: 100px;
        margin-bottom: 15px;
    }
    .main-wrap .con2 .info .txt-box::after {
        content: '';
        display: table;
        clear: both;
    }
    .main-wrap .con2 .info .txt-box h2 {
        margin-left: 0;
        padding-left: 15px;
        margin-right: -50px;
        margin-bottom: 10px;
        margin-top: 40px;
        font-size: 14px;
        font-family: 'a Auto Signature', sans-serif;
        font-weight: 100;
        color: #fff;
        padding-bottom: 5px;
        position: relative;
        letter-spacing: 4px;
        display: inline-block;
        line-height: 1;
    }
    .main-wrap .con2 .info .txt-box .line {
        margin-left: 70px;
        display: block;
        width: 200px;
        height: 1px;
        background-color: #fff;
    }
    .main-wrap .con2 .info .txt-box p {
        padding-left: 0px;
        color: #fff;
        font-size: 11px;
        margin-top: 50px;
        line-height: 1.6;
        margin-bottom: 60px;
        margin-left: 15px;
        margin-right: -50px;
        font-weight: 200;
        font-family: 'NotoSerif';
        font-style: normal;
    }

    .main-wrap .con2 .info .right {
        padding-left: 0px;
    }
    .main-wrap .con2 .info .right .img {
        position: absolute;
    }
    .main-wrap .con2 .info .right .scroll-obj1 {
        right: 4%;
        bottom: 24%;
        width: 72%;
        height: 40%;
        background-size: cover;
        background-position: center center;
        transition: 0.7s;
    }
    .main-wrap .con2 .info .right .scroll-obj2 {
        right: 43%;
        bottom: 7%;
        width: 53%;
        height: 27%;
        background-size: cover;
        background-position: center center;
        transition: 0.9s;
    }
    .main-wrap .con2 .info .right .scroll-obj3 {
        right: 4%;
        bottom: 4%;
        width: 37%;
        height: 16%;
        background-size: cover;
        background-position: center center;
        transition: 0.8s;
    }
    .main-wrap .con2 .info .right p {
        position: absolute;
    }
    .main-wrap .con2 .info .right .txt1 {
        display: none;
    }
    .main-wrap .con2 .info .right .txt2 {
        display: none;
    }

    .main-wrap.on .con2 .info .right .scroll-obj1 {
        bottom: 26%;
    }
    .main-wrap.on .con2 .info .right .scroll-obj2 {
        bottom: 5%;
    }
    .main-wrap.on .con2 .info .right .scroll-obj3 {
        bottom: 6%;
    }

    .pro-wrap .con2 .img-box {
        width: 100%;
        height: 250px;
    }
    .pro-wrap .con2 .img-box.img-video {
        width: 100%;
        height: 220px;
    }
    .pro-wrap .con2 .txt-box p {
        font-size: 12px;
        letter-spacing: -1px;
    }
    .big-img-bg {
        height: 250px;
        background-attachment: unset;
    }
    .tap-menu .sub-menu.long li {
        width: 20%;
    }
    .pro-wrap .tap-menu .sub-menu li {
        width: 100px;
    }
    .reser-wrap .tap-menu .sub-menu li {
        width: 100px;
    }
    .tap-menu .sub-menu li {
        width: 60px;
    }
    .tap-menu .sub-menu li a {
        font-size: 12px;
        white-space: nowrap;
        letter-spacing: -0.06em;
        transform: scale(0.7);
    }
    .tap-menu .sub-menu.long li a {
        line-height: 35px;
    }
    .tap-menu .sub-menu.long {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .tap-menu .sub-menu.long li {
        width: 33.3333%;
    }
    .page-wrap .scroll-down p {
        display: none;
    }
    .inner-con {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding-top: 20px;
    }
    br {
        display: none;
    }
    .video-section {
        width: 100%;
        height: 60vw;
    }
    .video-section .video-wrap {
        height: 60vw;
    }

    .page-wrap {
        align-items: center;
    }

    .main-wrap .page-wrap .line {
        width: 50px;
        margin: 0 auto;
    }
    .main-wrap .page-wrap p {
        font-size: 12px;
    }

    .page-wrap > span.prev {
        margin-right: 0px;
    }
    .page-wrap > span.next {
        margin-left: 0px;
    }
    .page-wrap > span {
        margin-top: -10px;
        font-size: 26px;
        color: #fff;
        cursor: pointer;
    }

    .sub-wrap .page-wrap {
        bottom: 10px;
        width: 100px;
    }
    .sub-wrap .page-wrap .line {
        width: 50px;
        margin: 0 auto;
    }
    .sub-wrap .page-wrap p {
        font-size: 12px;
    }

    .sub-wrap .con1 {
        height: 300px;
    }
    .sub-wrap .con1 .slide {
        height: 300px;
    }
    .sub-wrap .con1 .main-tit {
        transform: translate(-50%, -50%);
        top: 50%;
        bottom: unset;
    }
    .main-wrap .con1 .main-tit h3 {
        display: block;
    }
    .con1 .main-tit h3 {
        font-size: 14px;
        margin-bottom: 14px;
        display: none;
    }
    .con1 .main-tit h1 {
        font-size: 22px;
    }
    .con1 .main-tit {
        transform: translate(-50%, 50%);
    }
    .sub-wrap .con2 .tit-box {
        padding-top: 0px;
    }
    .sub-wrap .con2 .tit-box h4 {
        font-size: 30px;
    }
    .sub-wrap .con2 .tit-box h3 {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .pro-wrap .con2 .tit-box h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .pro-wrap .con2 .tit-box h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .pro-wrap .con2 .txt-box p.bold {
        font-size: 12px;
    }
    .pro-wrap .con2 .txt-box p br {
        display: none;
    }
    .pro-wrap .con2 .txt-box p span {
        display: block;
    }
    .pro-wrap .con2 .txt-box .link {
        font-size: 14px;
    }
    .pro-info {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .pro-wrap .con3 .img-box {
        margin-top: 30px;
    }
    .pro-wrap .con3 .img-box .img {
        width: 100%;
        float: none;
        height: 250px;
        margin: 0;
        margin-top: 10px;
    }

    .pro-info .left h3 {
        line-height: 1.4;
        font-size: 16px;
    }
    .pro-info .right {
        margin-top: 30px;
    }
    .pro-info .right h4 {
        font-size: 12px;
    }
    .pro-info .txt-box .right p {
        font-size: 12px;
    }
    .pro-wrap .con3 .img-box::after {
        padding-bottom: 50px;
    }

    /* VIEW */

    .view-wrap .con2 {
        padding-bottom: 20px;
    }
    .view-wrap .con2 .view-info {
        margin: 0 auto;
        width: 100%;
        display: block;
        height: auto;
        padding-bottom: 50px;
        position: relative;
    }
    .view-wrap .con2 .view-info .tit-box {
        padding-bottom: 20px;
        margin: 0 auto;
        height: 100%;
        text-align: left;
        width: 90%;
        position: relative;
    }
    .view-wrap .con2 .view-info .tit-box h2 {
        padding-top: 20px;
        font-size: 25px;
        font-weight: 500;
        font-family: 'century-gothic', sans-serif;
        font-style: italic;
        color: #23435a;
    }
    .view-wrap .con2 .view-info .tit-box p {
        padding-top: 30px;
        font-size: 12px;
        font-family: 'Pretendard-Light';
        color: #23435a;
    }
    .view-wrap .con2 .view-info .tit-box .img {
        margin-top: 30px;
        position: static;
        width: 130px;
        height: 150px;
        background-size: cover;
    }
    .view-wrap .con2 .view-info .img-box {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }
    .view-wrap .con2 .view-info .img-box .img {
        margin-left: 0;
        width: 100%;
        height: 100%;
    }
    .view-wrap .con2 .view-info .txt {
        position: absolute;
        bottom: 4%;
        right: 20px;
        color: #23435a;
        font-size: 9px;
        font-family: acumin-variable, sans-serif;
        font-style: normal;
        font-variation-settings: 'slnt' 0, 'wdth' 100, 'wght' 194.2857;
    }

    .view-wrap .con3 {
        height: auto;
        background-color: #e9f1f3;
        padding: 50px 0;
        width: 100%;
    }
    .view-wrap .con3 .slide-wrap {
        max-width: none;
        min-width: 0;
        margin: 0 auto;
        display: block;
        width: 90%;
        height: auto;
    }
    .view-wrap .con3 .slide-wrap .slide {
        margin-top: 10px;
        border-radius: 0;
        width: 100%;
        height: 200px;
        margin-right: 0px;
    }
    .view-wrap .con3 .slide-wrap .slide.on {
        width: 100%;
        background-size: cover;
    }

    /* MAP */

    .map-wrap .con2 {
        height: 700px;
        background-color: #e9f1f3;
    }
    .map-wrap .con2 .inner-con {
        margin: 0 auto;
    }
    .map-wrap .con2 .bread h3 {
        margin-bottom: 20px;
    }
    .map-wrap .con2 .tit-box {
    }
    .map-wrap .con2 .map-info {
        height: 400px;
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .map-wrap .con2 .map-info .img-box {
        margin: 0 auto;
        width: 90%;
        height: 50%;
    }
    .map-wrap .con2 .map-info .img {
        margin: 0 auto;
        height: 100%;
        width: 60%;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .map-wrap .con2 .map-info .tit-box {
        margin: 50px auto;
        width: 90%;
        text-align: center;
        color: #23435a;
    }
    .map-wrap .con2 .map-info .tit-box h2 {
        margin-bottom: 30px;
        font-style: normal;
        font-size: 18px;
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 500;
    }
    .map-wrap .con2 .map-info .tit-box p {
        font-family: 'Pretendard-Regular';
        font-size: 15px;
        margin-bottom: 20px;
    }
    .map-wrap .map-box.pc-map {
        display: none;
    }
    .map-wrap .map-box.m-map {
        display: block;
        padding: 0 20px;
    }

    /*TOUR*/

    .tour-wrap .inner-con {
        width: 90%;
        margin: 0 auto;
    }
    .tour-wrap .con2 .info-box {
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
    .tour-wrap .con2 .info {
        margin-top: 0px;
        margin-bottom: 60px;
        display: block;
        height: auto;
    }
    .tour-wrap .con2 .info.right {
        margin-top: 0px;
    }
    .tour-wrap .con2 .info.left {
    }

    .tour-wrap .tour-slide-wrap {
        width: 100%;
        position: relative;
        z-index: 3;
        height: 250px;
    }
    .tour-wrap .tour-slide {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .tour-wrap .tour-slide .slide {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .tour-wrap .txt-area {
        width: 100%;
    }
    .tour-wrap .right .txt-area {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }
    .tour-wrap .txt-box {
        color: #23435a;
    }
    .tour-wrap .txt-box h2 {
        font-family: 'NotoSerif';
        font-size: 25px;
        margin: 20px 0;
        font-weight: 600;
    }
    .tour-wrap .txt-box h3 {
        font-family: 'Pretendard-Regular';
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .tour-wrap .txt-box p {
        font-family: 'Pretendard-Light';
        font-size: 14px;
        margin-bottom: 30px;
        line-height: 1.7;
    }
    .tour-wrap .txt-box p span {
        display: inline-block;
    }

    .tour-wrap .slick-dots {
        bottom: -25px;
    }
    .tour-wrap .slick-dots button {
        background-color: #dedede;
    }
    .tour-wrap .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
        background-color: #ababab;
    }

    /* ROOM */
    .room_wrap .full-page {
        height: 300px;
    }
    .room_wrap .full-page .slide {
        height: 300px;
    }
    .room_wrap .con2 {
        padding-bottom: 0px;
    }
    .room_wrap .con2 .info {
        height: auto;
    }
    .room_wrap .con2 .info .up {
        height: auto;
        text-align: center;
    }
    .room_wrap .con2 .info .up .tit-hd {
        margin-bottom: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .room_wrap .con2 .info .up .tit-hd span {
        display: block;
        width: 25%;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .room_wrap .con2 .info .up .tit-hd h2 {
        color: #23435a;
        font-size: 17px;
        font-weight: 200;
        font-family: 'century-gothic', sans-serif;
        padding: 0 0px;
        margin: 0 25px;
        text-align: center;
    }

    .room_wrap .con2 .info .up .tit-info {
    }
    .room_wrap .con2 .info .up .tit-info ul {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .room_wrap .con2 .info .up .tit-info ul > li {
        margin-top: 50px;
    }
    .room_wrap .con2 .info .up .tit-info ul > li h2 {
        margin-bottom: 5px;
        font-size: 18px;
        color: #23435a;
        font-family: 'Pretendard-Regular';
    }
    .room_wrap .con2 .info .up .tit-info ul > li h2 span {
        color: #23435a;
        display: inline-block;
        margin-right: 5px;
    }
    .room_wrap .con2 .info .up .tit-info ul > li h4 {
        color: #23435a;
        font-family: 'Pretendard-Regular';
        margin-left: 0px;
        margin-top: 20px;
    }
    .room_wrap .con2 .info .up .tit-info ul > li .t {
        margin-left: 0px;
        font-size: 15px;
        color: #23435a;
        font-family: 'Pretendard-Light';
    }
    .room_wrap .con2 .info .up .tit-info ul > li span {
        padding-left: 0;
        margin-left: 0px;
        font-size: 15px;
        color: #23435a;
        margin-right: 2px;
        display: inline-block;
        font-family: 'Pretendard-Light';
    }
    .room_wrap .con2 .info .up .tit-info ul > li .t {
        padding-left: 0px;
    }
    /* .room_wrap .con2 .info .up table  {margin-left: 0; margin-top: 20px; text-align: center; border-collapse: collapse; border-bottom: 2px solid #23435a; }
.room_wrap .con2 .info .up th { font-family: 'Pretendard-Regular'; font-weight: 200; font-size: 12px; height: 40px; width: 170px; color: #fff; background-color: #23435a; border-collapse: collapse; border-right: 0.5px solid #fff;}
.room_wrap .con2 .info .up td {text-align: center; font-family: 'Pretendard-Light'; font-size: 12px; color: #23435a; border: 1px solid #cec2b7; height: 30px;}
.room_wrap .con2 .info .up .pr { width: 250px;} */

    .room_wrap .con2 .info .up .book-hd {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .room_wrap .con2 .info .up .book-hd p {
        display: block;
        width: 35%;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .room_wrap .con2 .info .up .book-hd h2 {
        color: #23435a;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Pretendard-Light';
        padding: 0 40px;
        text-align: center;
    }

    .room_wrap .con2 .info .bottom {
        height: auto;
        background-color: #e9f1f3;
        padding-bottom: 60px;
    }
    .room_wrap .con2 .info .bottom .img-box {
        width: 100%;
        height: 100%;
        position: static;
    }
    .room_wrap .con2 .info .bottom .img-box .img {
        position: static;
        width: 100%;
    }
    .room_wrap .con2 .info .bottom .scroll-obj1 {
        width: 31%;
        height: 200px;
        background-size: cover;
        background-position: center center;
    }
    .room_wrap .con2 .info .bottom .scroll-obj2 {
        width: 31%;
        height: 200px;
        background-size: cover;
        background-position: center center;
        margin: 20px 0;
    }
    .room_wrap .con2 .info .bottom .scroll-obj3 {
        width: 31%;
        height: 200px;
        background-size: cover;
        background-position: center center;
        margin-bottom: 20px;
    }
    .room_wrap .con2 .info .bottom .scroll-obj4 {
        width: 31%;
        height: 200px;
        background-size: cover;
        background-position: center center;
        margin-top: 20px;
    }

    /* SPECIAL */
    .special_wrap .full-page {
        height: 300px;
    }
    .special_wrap .full-page .slide {
        height: 300px;
    }
    .special_wrap .con2 .info {
        height: auto;
        padding-bottom: 70px;
    }
    .special_wrap .con2 .info .up {
        height: 240px;
        text-align: center;
        padding: 0 15px;
    }
    .special_wrap .con2 .info .up .tit-hd {
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .special_wrap .con2 .info .up .tit-hd span {
        display: block;
        width: 25%;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .special_wrap .con2 .info .up .tit-hd h2 {
        color: #23435a;
        font-size: 16px;
        margin: 0 15px;
        font-weight: 200;
        font-family: 'century-gothic', sans-serif;
        padding: 0px;
        text-align: center;
    }

    .special_wrap .con2 .info .up .tit-info {
    }
    .special_wrap .con2 .info .up .tit-info h3 {
        font-size: 16px;
        color: #23435a;
        font-family: 'Pretendard-Regular';
        margin-bottom: 20px;
    }
    .special_wrap .con2 .info .up .tit-info p {
        font-size: 14px;
        color: #23435a;
        font-family: 'Pretendard-Light';
        margin-top: 5px;
    }

    .special_wrap .con2 .info .bottom {
        height: auto;
    }
    .special_wrap .con2 .info .bottom .img-box {
        margin: 0px auto;
        width: 95%;
        height: 100%;
        position: static;
    }
    .special_wrap .con2 .info .bottom .img-box .img {
        position: static;
    }
    .special_wrap .con2 .info .bottom .scroll-obj1 {
        width: 100%;
        height: 450px;
        left: 13%;
        top: 0;
        background-size: cover;
        margin-bottom: 30px;
    }
    .special_wrap .con2 .info .bottom .scroll-obj2 {
        width: 100%;
        height: 450px;
        right: 13%;
        top: 10%;
        background-size: cover;
    }

    /*RESERVATION*/
    .reserv-wrap .con2 {
        padding-bottom: 0px;
    }
    .reserv-wrap .con2 .bread h3 {
        margin-bottom: 0px;
    }
    .reserv-wrap .tit-box {
        padding-bottom: 90px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    .reserv-wrap .tit-box h1 {
        font-size: 30px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #23435a;
    }
    .reserv-wrap .tit-box .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .reserv-wrap .con2 .inner-con {
        width: 90%;
        margin: 0 auto;
    }
    .reserv-wrap .con2 .info-box {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    .reserv-wrap .con2 .info-box ul {
    }
    .reserv-wrap .con2 .info-box li {
        padding-bottom: 20px;
        text-align: center;
        margin-top: 10px;
        display: block;
    }
    .reserv-wrap .con2 .info-box li i {
        font-size: 17px;
        display: inline-block;
        color: #23435a;
        margin-right: 9px;
    }
    .reserv-wrap .con2 .info-box li h2 {
        padding: 10px 0;
        margin-right: 0px;
        font-family: 'Pretendard-Regular';
        font-size: 18px;
        color: #23435a;
    }
    .reserv-wrap .con2 .info-box li p {
        font-family: 'Pretendard-Light';
        color: #23435a;
        font-size: 15px;
    }

    /* .reserv-wrap .con2 table { width: 100%;  margin: 10px auto; text-align: center; border-collapse: collapse; border-bottom: 2px solid #23435a; }
.reserv-wrap .con2 tbody {width: 100%;}
.reserv-wrap .con2 th { font-family: 'Pretendard-Regular'; font-weight: 400; font-size: 12px; height: 40px; width: auto; color: #fff; background-color: #23435a; border-collapse: collapse; border-right: 0.5px solid #fff;}
.reserv-wrap .con2 td {width: auto; font-size: 12px; font-family: 'Pretendard-Light'; color: #23435a; border: 1px solid #cec2b7; height: 40px;}
.reserv-wrap .con2 .pr { width: 50px;} */

    .reserv-wrap .video-section {
        height: 30vh;
    }

    .reserv-wrap .con2 .book-hd {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reserv-wrap .con2 .book-hd p {
        display: inline-block;
        width: 35%;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }
    .reserv-wrap .con2 .book-hd h2 {
        color: #23435a;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Pretendard-Light';
        padding: 0 40px;
        text-align: center;
    }

    .reserv-wrap .tit-box.guide {
        margin-top: 50px;
    }
    .reserv-wrap .con2 .guide-box {
        display: block;
    }
    .reserv-wrap .con2 .guide-box .img-box {
        width: 100%;
    }
    .reserv-wrap .con2 .guide-box .img-box img {
        width: 100%;
        height: 50%;
        margin: 0;
    }
    .reserv-wrap .con2 .guide-box .inner-info {
        padding-left: 0%;
        width: 100%;
    }
    .reserv-wrap .con2 .guide-box .inner-info > ul {
        margin-bottom: 0px;
        padding: 10px 0;
    }
    .reserv-wrap .con2 .guide-box .inner-info > ul li {
        padding: 5px 0;
        font-weight: 400;
        font-family: 'Pretendard-Light';
        font-size: 12px;
        color: #23435a;
    }
    .reserv-wrap .con2 .guide-box .inner-info .info {
        margin-bottom: 0px;
        padding: 20px 0;
    }
    .reserv-wrap .con2 .guide-box .inner-info .info h5 {
        font-size: 15px;
        color: #23435a;
        font-family: 'Pretendard-Regular';
    }
    .reserv-wrap .con2 .guide-box .inner-info .info ul {
    }
    .reserv-wrap .con2 .guide-box .inner-info .info li {
        font-size: 12px;
        margin-bottom: 0px;
        color: #23435a;
        font-family: 'Pretendard-Light';
    }

    .reserv-wrap .refund {
        width: 100%;
        height: auto;
        background-color: #e9f1f3;
        margin-bottom: 0;
        padding-top: 50px;
    }
    .reserv-wrap .refund .tit-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* .reserv-wrap table{ width: 80%; margin: 0 auto;   border-top: 1px solid #23435a; border-bottom: 1px solid #23435a; margin-top: 20px;}
.reserv-wrap .refund table tbody {display: flex;} */

    .reserv-wrap .refund tr {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .reserv-wrap .refund tr:first-child {
        border-right: 1px rgba(35, 57, 90, 0.4) solid;
    }
    .reserv-wrap .refund tr p {
        display: inline-block;
        border: none;
        padding: 0 5px;
        font-family: 'Pretendard-Regular';
        font-weight: 500;
    }
    .reserv-wrap .refund tr:last-child td:last-child {
        color: #23435a;
        font-weight: 400;
    }
    .reserv-wrap .refund tr td:last-child p {
        border-right: 0;
    }
    .reserv-wrap .refund th {
        flex: 1;
        color: #23435a;
        padding: 10px 0px;
        font-size: 12px;
    }
    .reserv-wrap .refund td {
        flex: 1;
        font-family: 'Pretendard-Regular';
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 0;
    }
    .reserv-wrap .refund .font1 {
        font-size: 12px;
        color: #be1919;
        font-weight: 500;
        padding: 10px 0px;
    }
    .reserv-wrap .refund .refund-info {
        font-family: 'Pretendard-Light';
        color: #23435a;
        width: 80%;
        margin: 0px auto;
        padding: 40px 0;
    }
    .reserv-wrap .refund .refund-info p {
        font-size: 12px;
        padding: 10px 5px;
    }

    /*ROOM-PREVIEW*/
    .room-preview-wrap {
        height: 550px;
        background-color: #e9f1f3;
        position: relative;
        overflow: hidden;
    }
    .room-preview-wrap > .txt-box {
        width: calc(100% - 200px);
        margin: 0 100px;
        border-bottom: 1px solid #c9c6bd;
        padding: 65px 0;
    }
    .room-preview-wrap > .txt-box::after {
        content: '';
        display: table;
        clear: both;
    }
    .room-preview-wrap .tit-box {
        margin-top: 55px;
        margin-bottom: 10px;
        text-align: center;
    }
    .room-preview-wrap .tit-box h1 {
        font-size: 30px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #23435a;
    }
    .room-preview-wrap .tit-box .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }

    .room-preview-wrap .slide.up {
        overflow: hidden;
        width: 165px;
        height: 315px;
        box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
    }
    .room-preview-wrap .slide.up .inner-info {
        overflow: hidden;
        box-sizing: border-box;
        padding: 0;
        margin-top: 10px;
    }
    .room-preview-wrap .slide.up .img {
        width: 100%;
        height: 250px;
        margin-top: 0px;
    }
    .room-preview-wrap .slide.down {
        overflow: hidden;
        width: 165px;
        height: 315px;
        position: relative;
        margin-bottom: 20px;
    }
    .room-preview-wrap .slide.down .inner-info {
        padding: 0;
        overflow: hidden;
    }
    .room-preview-wrap .slide.down .img {
        width: 100%;
        height: 250px;
        margin-bottom: 0px;
    }
    .room-preview-wrap .slide {
        margin: 0 10px;
        position: relative;
        transform: translateX(15px);
    }
    .room-preview-wrap .slide-wrap {
        width: 1450px;
        margin: 0 auto;
    }
    .room-preview-wrap .slide .img {
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: 1.1s;
        overflow: hidden;
    }
    .room-preview-wrap .slide .txt-box {
        text-align: left;
    }
    .room-preview-wrap .slide .txt-box h3 {
        color: #23435a;
        font-size: 18px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .room-preview-wrap .slide.down .txt-box p {
        font-size: 11px;
        font-family: 'Pretendard-Light';
        font-weight: 400;
        margin-top: 10px;
    }
    .room-preview-wrap .slide.up .txt-box p {
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-family: 'Pretendard-Light';
    }
    .room-preview-wrap .inner-info a {
        overflow: hidden;
    }
    .room-preview-wrap .inner-info em {
        display: none;
    }

    .room-preview-wrap .inner-info:hover em {
        cursor: pointer;
        transform: scale(1.2);
        opacity: 1;
    }
    .room-preview-wrap .inner-info:hover .img {
        transform: scale(1.05);
    }

    /* SPECIAL-PREVIEW */
    .special-preview-wrap {
        height: 400px;
        background-color: #e9f1f3;
        position: relative;
        overflow: hidden;
    }

    .special-preview-wrap .tit-box {
        margin-top: 75px;
        margin-bottom: 10px;
        text-align: center;
    }
    .special-preview-wrap .tit-box h1 {
        font-size: 30px;
        font-family: 'century-gothic', sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #23435a;
    }
    .special-preview-wrap .tit-box .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: rgba(35, 57, 90, 0.4);
    }

    .special-preview-wrap .slide {
        margin: 0 5px;
        position: relative;
        transform: translateX(0%);
        overflow: hidden;
    }
    .special-preview-wrap .slide-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .special-preview-wrap .slide .img {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: 0.7s;
    }
    .special-preview-wrap .slide h3 {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-family: 'century-gothic', sans-serif;
        color: white;
        text-align: center;
        line-height: 1.2;
        transition: 0.7s;
        opacity: 0;
        font-weight: 100;
        white-space: nowrap;
        font-family: 'century-gothic', sans-serif;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .special-preview-wrap .slide p {
        font-size: 8px;
        top: 60%;
        left: 27%;
    }
    .special-preview-wrap .slide:hover h3 {
        opacity: 1;
    }
    .special-preview-wrap .slide:hover .img {
        transform: scale(1.05);
        opacity: 0.5;
    }

    .special-preview-wrap .txt {
        right: 3%;
        font-size: 7px;
        bottom: -17%;
    }

    .gauge-wrap {
        left: 1.5%;
        margin-left: 10%;
        width: 80%;
        height: 1px;
        background-color: #cccccc;
        position: absolute;
        bottom: -50px;
    }
    .gauge-wrap .gauge {
        background-color: rgba(35, 57, 90, 0.4);
        height: 1px;
        width: 16.666666%;
    }

    /* NOTICE */
    .notice-wrap {
        background-color: #e9f1f3;
    }
    .notice-wrap .con2 {
        width: 100%;
        margin: 0 auto;
        background-color: #e9f1f3;
    }
    .notice-wrap .tit-box {
        margin-top: 0;
        padding-top: 50px;
    }

    /* footer */

    .ft {
        width: 100%;
        background-color: #e9f1f3;
        z-index: 10;
        position: relative;
    }

    .ft .top {
        position: relative;
        border-bottom: 1px solid rgba(35, 57, 90, 0.4);
        text-align: center;
        font-family: 'Pretendard-Regular';
        color: #23435a;
        font-weight: 200;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .ft .top .txt-box {
        text-align: center;
    }
    /* .ft .left .txt-box h3{font-size: 14px; font-family: "Lato",sans-serif; color: #999999; font-weight: 500; margin-bottom: 15px;}
.ft .left .txt-box h2{font-size: 20px; font-family: 'Didot'; color: #999999; line-height: 1.4; font-weight: 500; transform: skew(0.03deg);} */
    .ft .top .txt-box .sub-menu {
        display: flex;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
    .ft .top .txt-box .sub-menu ul {
        box-sizing: border-box;
    }
    .ft .top .txt-box .sub-menu li {
        clear: both;
        margin-right: 10px;
    }
    .ft .top .txt-box .sub-menu a {
        color: #23435a;
        display: block;
        line-height: 25px;
        font-size: 13px;
    }

    .ft .top .tel-box {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .ft .top .tel-box a {
        font-family: 'TR Book Antiqua';
        font-weight: 400;
    }

    .ft .top .address {
        font-family: 'Pretendard-Regular';
        margin-bottom: 5px;
    }
    .ft .top .address span {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #23435a;
        margin-right: 0px;
        margin-top: 10px;
    }
    .ft .top .address span b {
        font-weight: 400;
    }
    .ft .top .address span img {
        width: 15px;
    }

    .ft .log {
        text-decoration-color: #23435a;
        color: #23435a;
    }
    .ft .log a {
        color: #23435a;
    }
    .ft .bottom {
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .ft .bottom .copyright {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .ft .bottom .copyright span {
        color: #23435a;
        font-size: 12px;
        font-family: 'Noto Sans KR', sans-serif;
    }
    .ft .bottom .copyright span a {
        display: inline-block;
        color: #23435a;
        text-align: center;
    }
    .ft .bottom .copyright span:first-child::after {
        content: '|';
        display: block;
        margin: 0 10px;
    }
    .ft .log {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Noto Sans KR', sans-serif;
        display: block;
    }
    .ft .bottom .copyright .log {
        color: #666666;
        text-align: center;
    }
    .ft .log::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #23435a;
    }
    .icon-aw_logo_svg:before {
        content: '\0042';
        display: inline-block;
        margin-left: 10px;
        margin-right: 5px;
        vertical-align: middle;
        font-size: 25px;
        color: #23435a;
    }

    .pc-map {
        display: none;
    }
    .m-map {
        display: block;
    }
    .week_date p {
        font-size: 12px !important;
    }
    .m-eng-sub {
        display: block;
        text-align: center;
        font-size: 14px;
    }
    .m-eng-sub a {
        display: inline-block;
        padding: 0 15px;
        line-height: 1.8;
        border-radius: 5px;
        border: 1px solid #666666;
        margin-bottom: 15px;
    }
    .m-eng-sub a .fal {
        margin-right: 5px;
    }
    .notice-wrap .half-page .bg {
        background-position: 70%;
    }
    .m-slide-wrap {
        display: block;
    }
    .main-wrap .basic-slide-wrap {
        display: none;
    }
    .main-slide-wrap {
        display: none;
    }

    .main-vdo {
        display: none;
    }
    .m-br {
        display: block;
    }
}
