<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import "normalize.css";
/* reset */
@import "slick.css";
/* slick swiper */
@import "https://use.fontawesome.com/releases/v5.0.6/css/all.css";
/* Font awesome */

/* 
   WEB FONT (CDN server)
   NanumSquare, noto-sans-scott, Noto Serif KR
*/
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url(https://cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css);
@import "noto-sans-scott.css";
@import url('https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap');

@font-face {
    font-family: 'Lato';
    font-weight: normal;
    src: url('../font/Lato.eot');
    src: url('../font/Lato.eot?#iefix') format('embedded-opentype'),
        url('../font/Lato.woff') format('woff');
}

/* Generated by Glyphter (http://www.glyphter.com) on  Thu Aug 30 2018*/
@font-face {
    font-family: 'Glyphter';
    src: url('../font/Glyphter.eot');
    src: url('../font/Glyphter.eot?#iefix') format('embedded-opentype'),
        url('../font/Glyphter.woff') format('woff'),
        url('../font/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-aw_logo_svg:before {
    content: '\0042';
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 25px;
    color: #333;
}

/* default */
html {
    height: 100%;
}

body {
    position: relative;
    font: normal 15px/1.5 noto-sans-scott;
    color: #333;
}

div,
header,
section,
article,
aside,
nav,
ul,
ol,
li,
p,
a {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
address,
p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: inherit;
}

strong {
    font-weight: normal;
}

li {
    list-style-type: none;
}

dl,
dt,
dd {
    margin: 0;
}

figure {
    margin: 0;
    padding: 0;
}

caption {
    display: none;
}

button {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
}

em,
address,
i {
    font-style: normal;
}

img {
    max-width: 100%;
}

area {
    outline: 0;
}

.box-board .room_data li .data{
    padding-left: 0;
}
.box-board .room_data{
    padding-left: 0;
}


.vdo-wrap {}
.vdo-wrap .vdo {width: 80%; height: 800px; margin: 100px auto;}

/* SCROLL DOWN */
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn p {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    color: #fff;
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse &gt; * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


.m { display:none; }


/* layout */
body {
    background-color: #fff;
}

.freeze {
    overflow: hidden;
}

.bg-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.6);
}

.bg-mask.on {
    display: block;
}

.mobile-only {
    display: none;
}

.parallax {
    background-attachment: fixed !important;
    transition: 0.7s;
}

.no-parallax,
.parallax-off {
    background-attachment: scroll !important;
}

.scroll-btn {
    position: absolute;
    bottom: -50px;
    right: 20px;
    z-index: 1500;
    display: block;
    height: 150px;
    text-align: center;
    color: #fff;
}

.scroll-btn button {
    font-size: 15px;
    font-family: 'Vijaya';
}

.scroll-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 113px;
    width: 1px;
    background: #fff;
}

.btn-gnb {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5400;
}

.btn-gnb span {
    position: relative;
    display: block;
    width: 37px;
    height: 17px;
    margin: 0 auto;
}

.btn-gnb span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background: #333;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn-gnb span:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    opacity: 1;
    display: block;
    height: 1px;
    background: #333;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn-gnb span em {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background: #333;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.btn-gnb.on {}

.btn-gnb.on span:before {
    width: 30px;
    top: 8px;
    left: -5px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gnb.on span:after {
    opacity: 0;
}

.btn-gnb.on span em {
    width: 30px;
    bottom: 8px;
    left: -5px;
    background: #333;
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg);
}


.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/common/btn_close.png') 0 0 no-repeat;
}

.basic-slide-wrap {
    position: relative;
    z-index: 500;
    overflow: visible;
}

.basic-slide {
    position: relative;
    overflow: visible;
}

.basic-slide .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.basic-slide .slide img {
    max-width: 90%;
    margin: 0 auto;
}

.slide-btn {}

.slide-btn button {
    position: absolute;
    top: 50%;
    display: block;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.slide-btn button.prev {
    left: 8%;
    background-image: url('../img/common/btn_prev.png');
}

.slide-btn button.next {
    right: 8%;
    background-image: url('../img/common/btn_next.png');
}

.sub-view .slide {
    height: 650px;
}

.slide-btn-sub {}

.slide-btn-sub button {
    position: absolute;
    top: 40%;
    z-index: 3000;
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.slide-btn-sub button.prev {
    left: 50%;
    margin-left: -478px;
    background-image: url('../img/common/ico_prev.jpg');
}

.slide-btn-sub button.next {
    right: 50%;
    margin-right: -478px;
    background-image: url('../img/common/ico_next.jpg');
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1800;
    clear: both;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 7px;
    font-size: 0;
}

.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background: #b6afad;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: #fff;
}

.basic-list {}

.basic-list li {}

.star-list li {
    position: relative;
    padding-left: 10px;
}

.star-list li:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
}

.dash-list li {
    position: relative;
    padding-left: 13px;
    line-height: 1.8;
    color: #444;
}

.dash-list li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.dash-list li strong,
.dash-list li span {
    font-weight: 600;
    color: #a63030;
}

.dash-list li b {
    font-weight: 600;
    color: #373737;
}

.dot-list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 16px;
    color: #444;
}

.dot-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 100%;
}

.data-list {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.data-list th {
    padding: 10px;
    font-weight: normal;
    background: #ebebeb;
    border: 1px solid #dbdbdb;
    color: #242424;
}

.data-list tr th:first-child,
.data-list tr td:first-child {
    border-left: 0;
}

.data-list tr th:last-child,
.data-list tr td:last-child {
    border-right: 0;
}

.data-list td {
    padding: 10px;
    font-size: 13px;
    color: #121212;
}

.data-list td {
    border: 1px solid #d8d8d8;
}

.table-wrap {
    overflow: hidden;
}

.table-wrap iframe {
    width: 100%;
}

.scroll-obj {
    opacity: 0;
}

.scroll-obj.active {
    opacity: 1;
    -webkit-animation: active-y 1.5s 1;
    -ms-animation: active-y 1.5s 1;
    animation: active-y 1.5s 1;
}

.basic-slide-wrap {
    position: relative;
}

.slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide span {
    display: block;
}

.slide-info {
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-style: italic;
    font-family: 'Baskerton';
    font-size: 16px;
}

.slide-info span {
    margin-right: 5px;
}

.slide-info em {
    font-style: italic;
    font-family: 'Baskerton'
}

.slide-tit {
    animation: active-y 2s 1;
}

.sub-tit {
    clear: both;
    margin: 100px 0;
    padding: 0 10px;
    text-align: center;
    font-family: 'Montserrat';
}

.sub-tit span {
    font-size: 13px;
    line-height: 1;
    font-size: 14px;
    color: #a5a5a5;
}

.sub-tit strong {
    display: block;
    margin-top: 10px;
    line-height: 1;
    font-size: 38px;
    color: #c58d67;
}


a.btn-link {
    display: block;
    width: 239px;
    height: 43px;
    margin: 0 auto;
    line-height: 43px;
    letter-spacing: 3px;
    text-align: center;
    font-family: 'Kokila';
    font-size: 22px;
    color: #70a7af;
    border: 1px solid #70a7af;
    background: #fff;
    transition: 0.5s;
}

a.btn-link:hover {
    color: #fff;
    background: #70a7af;
}

.box-board {
    position: relative;
    z-index: 700;
    margin: 0 auto;
    padding: 0 10px;
}

.btn-circle {
    position: relative;
    display: inline-block;
    width: 116px;
    line-height: 84px;
    text-decoration: underline;
    text-align: center;
    font-family: 'Lucida_Italic';
    font-size: 16px;
    color: #9a7d48;
}

.btn-circle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 116px;
    height: 84px;
    background: url('../img/common/btn_ani.png') 0 0 no-repeat;
    background-size: 100%;
}

.btn-circle.large {
    width: 147px;
    line-height: 106px;
    height: 106px;
    line-height: 106px;
}

.btn-circle.large:before {
    width: 147px;
    height: 106px;
    background: url('../img/common/btn_ani_02.png') 0 0 no-repeat;
}

.sub-locate {
    padding: 50px 0 70px 0;
    text-align: center;
    font-family: 'Felix';
    font-size: 12px;
    color: #6d6d6d;
}

.sub-locate span {
    color: #b67251;
}

.btn-reserve {
    display: inline-block;
    width: 320px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #b8a690;
}

/* Layout */
.wrapper {
    position: relative;
    z-index: 500;
    overflow: hidden;
    margin: 0 auto;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5400;
    transition: 0.5s;
}

.header {
    position: relative;
    height: 85px;
}

.header h1 {
    padding-top: 10px;
    text-align: center;
}

.header h1 a.logo {
    display: inline-block;
    text-align: center;
    width: 84px;
    height: 62px;
    background: url('../img/common/logo.png') 0 0 no-repeat;
    background-size: 100%;
}

.header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.7);
}

.top-reserve {
    position: absolute;
    right: 20px;
    top: 8px;
    z-index: 3100;
}

.top-reserve a {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    margin-left: 3px;
}

.top-reserve a span {
    display: block;
    font-size: 11px;
    text-align: center;
    width: 35px;
    line-height: 1.2;
    margin-top: -5px;
}


.top-reserve a.top-tel {
    display: none;
}

/*네이버예약 css수정부분 시작*/
.top-reserve i, .top-reserve .top-reserve-btn2 img{
    padding-left: 3px;
}

.top-reserve a.top-reserve-btn2 img{
        width: 28px;
}

.side-nav {
    margin-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s;
    text-align: center;
}

.side-nav .gnb &gt; ul {}

.side-nav .gnb &gt; ul &gt; li {
    display: inline-block;
    min-width: 115px;
    margin: 0 12px;
    vertical-align: top;
}

.side-nav .gnb &gt; ul &gt; li &gt; a {
    transition: 0.2s;
}

.side-nav .gnb &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    font-family: 'Quicksand';
    font-weight: 100;
    font-size: 15px;
    color: #fff;
}

.side-nav .gnb &gt; ul &gt; li &gt; a:hover,
.side-nav .gnb &gt; ul &gt; li &gt; a:active,
.side-nav .gnb &gt; ul &gt; li &gt; a.current,
.side-nav .gnb &gt; ul &gt; li &gt; a.on {
    font-weight: 600;
    color: #000;
}

.side-nav .gnb .gnb-sub {
    display: none;
    margin-top: 10px;
}

.side-nav .gnb .gnb-sub li {
    line-height: 1.8;
}

.side-nav .gnb .gnb-sub li a {
    position: relative;
    display: block;
    font-weight: 100;
    color: #fff;
}

.side-nav .gnb .gnb-sub li a:hover,
.side-nav .gnb .gnb-sub li a:active,
.side-nav .gnb .gnb-sub li a.current,
.side-nav .gnb .gnb-sub li a.on {
    color: #000;
}

.sns-link {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 2000;
}

.sns-link a {
    display: inline-block;
    margin: 0 7px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
}

.sns-link a.sns-blog {
    width: 14px;
    height: 19px;
    background-image: url('../img/common/ico_blog.png');
}

.sns-link a.sns-insta {
    width: 20px;
    height: 20px;
    background-image: url('../img/common/ico_insta.png');
}

.foot-sns {
    margin-top: 100px;
    text-align: center;
}

.foot-sns a {
    display: inline-block;
    margin: 0 10px;
}

.foot-sns span {
    display: block;
    margin-top: 7px;
    color: #696969;
    font-size: 13px;
    letter-spacing: -1px;
}

.footer-wrap {
    position: relative;
    margin-top: 40px;
    background: url('../img/common/bg_foot.png') 0 0 repeat-x;
}

.footer {
    position: relative;
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 60px;
    overflow: hidden;
}

.foot-info { margin-top:45px;
text-align: center;
    margin-bottom: 40px;
}

.foot-info .outlink { margin-bottom:20px;
border: 1px solid #969696;
    text-align: center;
    padding: 5px 10px;
    color: inherit;
    font-size: 12px;
}

.foot-block {
    float: left;
    width: 33%;
}

.foot-block h1 {
    font-family: 'Lato';
    font-size: 18px;
    color: #696969;
}

.foot-block p {
    margin-top: 20px;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
    font-size: 13px;
    color: #696969;
}

.foot-block &gt; a {
    display: inline-block;
    width: 170px;
    height: 36px;
    margin-top: 20px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #696969;
    font-size: 15px;
    color: #696969;
}

.foot-block .tel-info {
    display: block;
    font-size: 18px;
    color: #af8d80;
}

.foot-block .foot-link a {
    margin-right: 10px;
    font-family: 'noto-sans-scott';
    color: #696969;
}

.foot-copy {
    clear: both;
    margin-top: 80px;
    line-height: 35px;
    text-align: center;
    background: #d4d4d4;
    font-family: 'noto-sans-scott';
    font-size: 12px;
}

.foot-copy strong {
    margin-left: 30px;
}

.foot-copy a {
    margin-left: 5px;
    color: #333;
}

.btn-top {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    display: block;
    width: 13px;
    height: 57px;
    background: url('../img/common/btn_top.jpg') 0 0 no-repeat;
}

.scrollme {}

.scrollme img {}

.scrollme img {
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
}

.scrollme.active img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.animateme {
    transition: 0.8s;
}

.sub-nav-wrap {
    clear: both;
    position: relative;
    z-index: 1100;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.sub-nav {
    text-align: center;
}

.sub-nav ul {}

.sub-nav li {
    display: inline-block;
    margin: 0 15px;
}

.sub-nav li a {
    display: inline-block;
    padding-bottom: 4px;
    font-size: 15px;
    color: #7a7a7a;
}

.sub-nav li a:hover,
.sub-nav li a:focus,
.sub-nav li a:active,
.sub-nav li a.current {
    color: #000;
    border-bottom: 1px solid #777777;
}

/*.sub-nav-wrap.fixed { position:fixed; right:0; left:0; top:147px; background:rgba(255,255,255,0.7);}*/

.sub-tit {
    margin: 80px 0;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
}

.sub-tit h1 {
    font-size: 26px;
}

.sub-tit h1.bold {
    color: #202020;
}

.sub-tit p {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 15px;
}

.sub-img {
    padding: 0 10px;
    text-align: center;
}

.sub-img img {
    display: block;
    margin: 0 auto;
}

.box-reserve {
    clear: both;
    margin: 100px 0;
    padding: 100px 10px;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
    color: #969696;
}

.box-reserve p {
    padding-top: 50px;
    line-height: 1.8;
    font-size: 16px;
    background: url('../img/common/ico_word.png') center 0 no-repeat;
}

.box-reserve a {
    display: inline-block;
    width: 160px;
    height: 40px;
    margin-top: 30px;
    line-height: 40px;
    font-size: 15px;
    color: #969696;
    border: 1px solid #969696;
}

.box-reserve.bg {
    background: #e0e0e0;
}

.content {
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 70px;
}

.con-tit {
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Lato';
    font-size: 36px;
    font-weight: bold;
}

.con-tit-02 {
    margin-top: 110px;
    margin-bottom: 70px;
    text-align: center;
}

.con-tit-02 strong {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
}

.con-tit-02 p {
    margin-top: 10px;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
    font-size: 15px;
    color: #444;
}

.room-slide-wrap {
    position: relative;
    max-width: 1252px;
    margin: 0 auto;
    margin-top: 150px;
    padding-top: 60px;
    border-top: 1px solid #e0e0e0;
}

.room-slide-wrap .con-tit-02 {
    margin: 0;
}

.room-slide {
    margin-top: 60px;
    overflow: hidden;
}

.room-slide .slide {
    float: left;
    margin: 0 5px;
}

.room-slide .slide .img img {
    width: 100%;
}

.room-slide .slide .txt {
    margin-top: 30px;
    padding: 0 10px;
}

.room-slide .slide strong {
    display: block;
    font-size: 16px;
}

.room-slide .slide p {
    margin: 40px 0 20px 0;
    line-height: 1.7;
    font-size: 13px;
    color: #777;
}

.room-slide .slide a {
    display: inline-block;
    width: 122px;
    height: 25px;
    line-height: 25px;
    color: #777;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
}




/* Main */
.tile-wrap {
    max-width: 1250px;
    margin: 0 auto;
}

.tile {
    clear: both;
    overflow: hidden;
    background: #f8f8f8;
}

.tile .img {
    float: left;
    width: 50%;
}

.tile .img img {
    display: block;
}

.tile .txt {
    float: left;
    width: 50%;
    padding: 0 40px;
}

.tile .txt div {
    padding-top: 30%;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
    color: #7a7a7a;
}

.tile .txt div h1 {
    font-size: 20px;
}

.tile .txt div p {
    margin-top: 20px;
    line-height: 1.8;
    letter-spacing: -1px;
}

.tile.rvs .img {
    float: right;
}

.main-con .box-reserve {
    background: #fff !important;
    padding: 0;
    margin: 120px 0 0 0;
}

.movie-wrap {
    max-width: 1250px;
    margin: 0 auto;
}

/* ROOM */
.m-price {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.room-info {}

.box-board {
    margin-top: 70px;
   text-align: center;
}

.room_data{
    margin-bottom: 15px !important;
}

.room_data li{
    text-align: center !important;
}

.room_data li .person_limit table{
    margin: 0 auto;
}

.room-view {
    max-width: 1251px;
    margin: 0 auto;
    margin-bottom: 160px;
    overflow: hidden;
}

.room-view .img {
    float: left;
    width: 50%;
}

.room-view .txt {
    float: left;
    width: 50%;
    padding: 10px 10px 0 100px;
}

.room-view .txt h1 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
}

.room-view .txt p {
    margin-bottom: 20px;
    color: #666;
    font-weight: 300;
}


/* tour */
.tour-list {}

.tour-list ul {
    overflow: hidden;
}

.tour-list li {
    float: left;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 100px;
    padding: 0 10px;
}

.tour-list li .txt {
    margin-top: 30px;
    padding: 0 10px;
    overflow: hidden;
}

.tour-list li .txt h1 {
    font-size: 18px;
}

.tour-list li .txt span {
    display: block;
    margin: 10px 0 5px 0;
}

.tour-list li .txt p {
    line-height: 1.7;
    color: #999;
}

.tour-list li.row {
    clear: left;
    float: left;
}

/* location */
.pc-map {
    display: block;
    margin-bottom: 150px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

.m-map {
    display: none;
    margin-bottom: 20px;
}

/* RESERVATION */
.import-info {
    overflow: hidden;
    margin: 60px 0;
    padding: 0 10px;
}

.import-info div {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 20px;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
}

.import-info div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e0e0e0;
}

.import-info div:first-child {
    padding: 0;
}

.import-info div:first-child:before {
    display: none;
}

.import-info h1 {
    font-size: 16px;
}

.import-info p {}

.import-info ul {
    margin: 15px 0;
}

.import-info p.small {
    font-size: 13px;
}

.bg-box {
    padding: 60px 10px;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
    background: #e0e0e0;
}

.bg-box div {
    max-width: 1250px;
    margin: 0 auto;
}

.bg-box p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.bg-box .dash-list{
    position: relative;
    padding-left: 12px;
}

.bg-box .dash-list::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #777;
}




.reser-info {
    padding: 0 10px;
    letter-spacing: -1px;
    font-family: 'Noto Serif KR';
}

.reser-info h1 {
    font-weight: 600;
    color: #373737;
}

.reser-info p {
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 13px;
    color: #444;
}

.reser-info strong {
    font-weight: 600;
    color: #a63030;
}

.reser-info ul {
    margin: 30px 0;
    color: #7a7a7a;
}





/* Animation */
@keyframes up-down {
    0% {
        bottom: 50px;
    }

    50% {
        bottom: 10px;
    }

    100% {
        bottom: 50px;
    }
}

@keyframes table-guide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes active-y {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes active-y-02 {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-effect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes line-on {
    0% {
        height: 0;
    }

    100% {
        height: 180px;
    }
}

/* media query */

@media all and (min-width: 1000px) {

    .header-wrap.fixed,
    .header-wrap.on {
        background: #fff;
    }

    .header-wrap.fixed .side-nav a,
    .header-wrap.on .side-nav a {
        color: #858585 !important;
    }

    .header-wrap.fixed .sns-link a.sns-blog,
    .header-wrap.on .sns-link a.sns-blog {
        background-image: url('../img/common/foot_blog.png');
    }

    .header-wrap.fixed .sns-link a.sns-insta,
    .header-wrap.on .sns-link a.sns-insta {
        background-image: url('../img/common/foot_insta.png');
    }

    .header-wrap.fixed .top-reserve a,
    .header-wrap.on .top-reserve a {
        color: #333;
    }

    .header-wrap.fixed .header:after,
    .header-wrap.on .header:after {
        background: #dedede;
    }
}

@media all and (max-width: 1500px) {}

@media all and (max-width: 1330px) {}


@media all and (max-width: 1280px) {}

@media all and (max-width: 1024px) {

    .pc-price {
        display: none;
    }

    .m-price {
        display: block;
    }

    .dash-list li {
        font-size: 13px;
    }

    .import-info h1 {
        font-size: 15px;
    }

    .import-info p {
        font-size: 12px;
    }

    .import-info p.small {
        font-size: 12px;
    }

    .bg-box p {
        line-height: 1.6;
        font-size: 13px;
    }

    .reser-info {
        font-size: 12px;
    }


}

@media all and (max-width: 900px) {
    .wrapper {
        padding-left: 0;
        padding-top: 80px !important;
    }

    .header-wrap {
        position: fixed;
        right: 0;
        width: auto;
        height: 80px;
        background: #fff;
    }

    .header-wrap:after {
        display: none;
    }

    .header {
        height: auto;
    }

    .header h1 {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 15px 0 0 0;
    }

    .header h1 a.logo {
        width: 60px;
        height: 50px;
    }

    .btn-gnb {
        display: block;
        top: 0;
        left: 0;
        display: block;
        width: 80px;
        height: 80px;
    }

    .side-nav {
        position: fixed;
        left: -100%;
        top: 80px;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 3000;
        margin: 0;
        padding-top: 50px;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
        transition: 0.5s;
    }

    .side-nav.on {
        left: 0;
        right: 0;
        top: 80px;
    }

    .side-nav .gnb {}

    .side-nav .gnb &gt; ul &gt; li {
        display: block;
        margin-bottom: 10px;
    }

    .side-nav .gnb &gt; ul &gt; li &gt; a {
        line-height: 33px;
        font-size: 25px;
        color: #333;
    }

    .side-nav .gnb &gt; ul &gt; li &gt; a:after {
        display: none;
    }

    .side-nav .gnb &gt; ul &gt; li &gt; a.current {
        font-weight: 600;
    }

    .side-nav .gnb .gnb-sub {
        display: none;
        position: static;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .side-nav .gnb .gnb-sub li {
        padding: 0 10px;
        line-height: 1.8;
    }

    .side-nav .gnb .gnb-sub li a {
        font-size: 14px;
        color: #333;
    }

    .sns-link {
        display: none;
        left: auto;
        right: 55px;
    }

    .sns-link a.sns-blog {
        background-image: url('../img/common/foot_blog.png');
    }

    .sns-link a.sns-insta {
        background-image: url('../img/common/foot_insta.png');
    }

    .top-reserve {
        top: 10px;
    }

    .top-reserve a {
        color: #333;
        font-size: 26px;
    }

    .top-reserve a.top-tel {
        display: inline-block;
        position: relative;
        top: -7px;
    }
    
    .top-reserve a.top-tel i{
        margin-top: -10px;
    }
        
    .top-reserve a.top-reserve-btn2 img{
        width: 22px;
    }
    
    .top-reserve i, .top-reserve .top-reserve-btn2 img{
    padding-left: 5px;
}

    .top-reserve a span {
        display: block;
    }
    
    .top-reserve a span {
    display: block;
    font-size: 11px;
    text-align: center;
    width: 35px;
    line-height: 1.2;
    margin-top: -5px;
}

    .foot-block p {
        font-size: 12px;
    }


    .full-view .slide {
        min-height: 270px;
        height: 270px;
    }

    .sub-view .slide {
        min-height: 270px;
        height: 270px;
    }

    .slide-btn {}

    .slick-dots {
        display: none !important;
    }

    .room-view {
        margin-bottom: 80px;
        overflow: hidden;
    }

    .room-view .img {
        float: left;
        width: 50%;
    }

    .room-view .txt {
        float: left;
        width: 50%;
        padding: 10px 10px 0 40px;
    }
    
	.pc-map { display:none; }
	.m-map { display:block; position:relative; left:50%; margin-left:-150px;}
    
}

@media all and (max-width: 700px) {
	.m { display:block; }
    .top-reserve{
        right: 5px;
    }

    .vdo-wrap .vdo {width: 90%; height: 300px; margin: 50px auto;}

    .top-reserve a{
        margin-left: 0;
    }
    .sub-view .slide {
        min-height: 250px;
        height: 250px;
    }

    .sns-link {
        right: 50px;
    }

    .sns-link a {
        margin: 0 3px;
    }

    .footer-wrap {
        margin-top: 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .foot-block {
        float: none;
        width: auto;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #d6d6d6;
        text-align: center;
    }

    .foot-block:first-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .foot-block h1 {
        font-size: 14px;
    }

    .foot-block p {
        margin-top: 15px;
        font-size: 11px;
    }

    .foot-copy {
        margin-top: 20px;
    }

    .foot-copy strong {
        display: block;
    }

    .con-tit {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .con-tit-02 {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .con-tit-02 strong {
        font-size: 20px;
    }

    .con-tit-02 p {
        font-size: 14px;
    }

    .sub-tit {
        margin: 40px 0;
    }

    .sub-tit h1 {
        font-size: 20px;
    }

    .sub-tit p {
        margin-top: 20px;
        font-size: 12px;
        letter-spacing: -1px;
    }

    .sub-nav-wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sub-nav-wrap.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 80px;
        background: rgba(255, 255, 255, 0.8);
    }

    .sub-nav li a {
        font-size: 12px;
    }

    .sub-nav li {
        margin: 0 5px;
    }

    .sub-nav li a {
        font-size: 11px;
    }

    .tile-wrap {}

    .tile .img {
        float: none !important;
        width: auto !important;
    }

    .tile .txt {
        float: none !important;
        width: auto !important;
        padding: 20px 10px;
    }

    .tile .txt div {
        padding-top: 0;
    }

    .tile .txt div h1 {
        font-size: 15px;
    }

    .tile .txt div p {
        margin-top: 10px;
        font-size: 12px;
    }

    .tile .txt div p br {
        display: none;
    }

    .box-reserve {
        margin-top: 40px;
        padding: 40px 0;
    }

    .box-reserve p {
        font-size: 12px;
    }

    .main-con .box-reserve {
        margin: 60px 0 0 0;
    }

    .room-view {
        margin-bottom: 40px;
    }

    .room-view .img {
        float: none;
        width: auto;
    }

    .room-view .txt {
        float: none;
        width: auto;
        padding: 10px;
    }

    .room-view .txt p {
        font-size: 12px;
    }

    .tour-list li {
        float: none;
        width: auto;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .tour-list li .txt {
        margin-top: 20px;
        padding: 0;
    }

    .tour-list li .txt span {
        font-size: 12px;
    }

    .tour-list li .txt p {
        font-size: 12px;
    }

    .content {
        margin-top: 50px;
    }

    .import-info div {
        float: none;
        width: auto;
        padding: 0;
    }

    .import-info div:before {
        display: none;
    }

    .bg-box {
        padding: 40px 10px;
    }

    .room-slide-wrap {
        margin-top: 50px;
        padding-top: 40px;
    }

    .room-slide .slide .txt {
        margin-top: 20px;
    }

    .room-slide .slide p {
        margin: 20px 0 10px 0;
    }

    .main-con .sub-tit p br {
        display: none
    }
}


@media all and (max-width: 400px) {}

@media all and (max-width: 320px) {}
</pre></body></html>