html {
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    text-align: center;
}

body::-webkit-scrollbar-track {
    border-radius: 0.125rem;
    background-color: lightgray;
}

body::-webkit-scrollbar {
    width: 0.25rem;
    border-radius: 0.125rem;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0.125rem;
    background-color: gray;
}

#wrap {
    min-width: 360px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.en {
    font-family: 'PlayfairDisplay';
}

/* Layout */
.wrap {
    min-width: 360px;
}

#header {
    height: 6.625rem;
}

#header header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 6.625rem;
    background-color: #fff;
    z-index: 999;
}

.top-area {
    height: 3.75rem;
    position: relative;
}

.top-area .top-logo {
    text-align: center;
}

.top-area .top-logo h1 {
    width: 3.75rem;
    height: 3.75rem;
    margin: 0 auto;
}

.top-area .top-logo h1 a {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    text-align: left;
    text-indent: -9999px;
    background: url(../img/layout/top_logo.png) center center / 1.25rem auto no-repeat;
}

.top-area .menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.75rem;
    height: 3.75rem;
}

.top-area .menu button {
    width: 3.75rem;
    height: 3.75rem;
    text-align: left;
    text-indent: -9999px;
    background: url(../img/layout/i_menu.png) center center / 1.4375rem auto no-repeat;
}

.top-area .on-off {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5833rem;
    height: 3.75rem;
    font-size: 0.6875rem;
    text-align: center;
    padding-top: 2.2rem;
    background: url(../img/layout/i_status.png) center 0.85rem / 1.25rem auto no-repeat;
    box-sizing: border-box;
}

.top-area .on-off span {
    font-weight: 600;
}

.top-area .youtube {
    position: absolute;
    right: 4.5833rem;
    top: 0;
    width: 4.958rem;
    height: 3.75rem;
    font-size: 0.6875rem;
    text-align: center;
    padding-top: 2.2rem;
    background: url(../img/layout/i_youtube.png) center 1rem / 1.25rem auto no-repeat;
    background-size: 1.333rem 0.937rem;
    box-sizing: border-box;
}

.top-area .youtube a {
    display: block;
}

.top-area .youtube span {
    font-weight: 600;
}

.top-nav {
    height: 2.875rem;
    background-color: #0f2948;
    overflow-x: auto;
}

.top-nav .gnav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 1.25rem;
    width: 100%;
}

.top-nav ul li {
    /* float:left; */
    /* width:25%; */
    flex: none;
    margin-right: 1.875rem;
}

.top-nav a {
    display: block;
    height: 2.875rem;
    line-height: 2.875rem;
    color: #999;
    font-size: 0.875rem;
    text-align: center;
}

.top-nav .on a {
    color: #fff;
    font-weight: 600;
}

.top-nav .on a span {
    display: inline-block;
    height: 2.875rem;
    box-sizing: border-box;
    border-bottom: 0.125rem solid #b2a490;
    vertical-align: top;
}

@keyframes color {
    0% {
        color: #ced9eb;
    }

    50% {
        color: #08439a;
    }

    100% {
        color: #ced9eb;
    }
}

.gnav .m5 a .new {
    animation: color .8s forwards infinite linear;
    font-family: 'Gotham';
    border-bottom: 0;
    font-size: 0.625rem;
    color: #08439a;
    font-weight: 500;
    vertical-align: top;
    position: relative;
    left: 0.208rem;
    top: -0.104rem;
}

.sub-menu {
    overflow-x: auto;
    width: 100%;
    height: 2.333rem;
    background: #211f1f;
    z-index: 59;
}

.sub-menu ul {
    position: fixed;
    left: 0;
    top: 6.6rem;
    display: flex;
    flex-wrap: nowrap;
    background: #211f1f;
    /* height: 100%; */
    height: 2.333rem;
    width: 100%;
    align-items: center;
    padding-left: 1.25rem;
    z-index: 999;
}

.sub-menu ul li {
    flex: none;
}

.sub-menu ul li a {
    font-size: 0.75rem;
    color: #999;
    margin-right: 1.77rem;
}

.sub-menu ul li.active a {
    color: #fff;
}


.m-gnav-wrap {
    display: none;
    overflow-y: auto;
}

.m-gnav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #211f1f;
    z-index: 999;
    text-align: left;
    box-sizing: border-box;
}

.m-gnav-wrap .gnav-wrap {
    padding: 1.25rem 1.5rem;
}

.m-gnav-wrap .g-close {
    position: absolute;
    right: 1.25rem;
    top: 1.5rem;
}

.m-gnav-wrap .g-close button {
    width: 1.65rem;
    height: 1.65rem;
    text-align: left;
    text-indent: -9999px;
    background: url(../img/layout/i_gnav_close.png) center center / 1.0833rem no-repeat;
}

.g-sns-list {
    padding: 0.625rem 0 1.58rem;
}

.g-sns-list ul:after {
    display: block;
    content: '';
    clear: both;
}

.g-sns-list li {
    float: left;
}

.g-sns-list li+li {
    margin-left: 1.25rem;
}

.g-sns-list a {
    display: block;
    width: 1.5833rem;
    height: 1.4583rem;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
}

.g-sns-list .inst {
    background: url(../img/layout/sns_inst.png) 0 0 / 1.5833rem auto no-repeat;
}

.g-sns-list .ks {
    background: url(../img/layout/sns_ks.png) 0 0 / 1.5833rem auto no-repeat;
}

.g-sns-list .fb {
    background: url(../img/layout/sns_fb.png) 0 0 / 1.5833rem auto no-repeat;
}

.g-sns-list .blog {
    background: url(../img/layout/sns_blog.png) 0 0 / 1.5833rem auto no-repeat;
}

.gnav-list>li {
    padding-top: 1rem;
}

.gnav-list>li>a {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #7b6958;
    position: relative;
}

.gnav-list>li>a:after {
    display: block;
    content: '';
    width: 1.3333rem;
    height: 0.625rem;
    background: url(../img/layout/arr_down.png) center center / 100% auto no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.312rem;
}

.gnav-list>li.no-arrow>a:after {
    display: none;
}

.gnav-list>li.on>a:after {
    background-image: url(../img/layout/arr_up.png);
}

.gnav-list>li.on .snav {
    display: block;
}

.gnav-list>li>a .title {
    font-size: 1.5rem;
    color: #fff;
}

.gnav-list>li>a .en {
    font-size: 0.75rem;
    color: #c0bbb5;
    margin-left: 0.5rem;
}

.snav {
    padding: 0.55rem 0;
    display: none;
}

.snav>li>a {
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0.4rem 0;
}

.snav>li>ul {
    padding: 0 0 0.3rem 0;
}

.snav>li>ul a {
    font-size: 0.85rem;
    color: #666;
    display: inline-block;
    padding: 0.3rem 0 0.3rem 0.75rem;
    position: relative;
}

.snav>li>ul a:before {
    display: block;
    content: '';
    width: 0.375rem;
    height: 0.0625rem;
    background-color: #7b6958;
    position: absolute;
    left: 0;
    top: 50%;
}

.m-etc {
    padding: 2rem 0;
}

.m-etc a {
    font-size: 0.875rem;
    color: #b2a490;
    display: block;
    padding: 0.4rem 0;
}

.m-gnav-wrap .gnav-banner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.gnav-banner {}

.gnav-banner ul {
    display: table;
    height: 6.25rem;
    width: 100%;
}

.gnav-banner ul li {
    display: table-row;
}

.gnav-banner ul li a {
    display: table-cell;
    height: 6.25rem;
    vertical-align: middle;
    text-align: center;
}

.gnav-banner ul li a .title {
    font-size: 1.25rem;
    color: #333;
    display: block;
    margin-bottom: 0.125rem;
    font-weight: 400;
}

.gnav-banner ul li a .go {
    font-size: 0.6875rem;
    color: #333;
    padding-right: 1rem;
    background: url(../img/layout/link_arr.png) right center / 0.52rem auto no-repeat;
}

.gnav-banner ul li.talk a {
    background: url(../img/layout/banner_talk.jpg) center top / 100% auto no-repeat;
}

.gnav-banner ul li.reservation a {
    background: url(../img/layout/banner_reservation.jpg) center top / 100% auto no-repeat;
}


/* footer */
.bottom-banner {}

.bottom-banner ul {
    display: table;
    height: 6.25rem;
    width: 100%;
}

.bottom-banner ul li {
    display: table-row;
}

.bottom-banner ul li a {
    display: table-cell;
    height: 6.25rem;
    vertical-align: middle;
    text-align: center;
}

.bottom-banner ul li a .title {
    font-size: 1rem;
    letter-spacing: -1px;
    color: #000;
    display: inline-block;
    margin-bottom: 0.125rem;
    font-weight: 400;
}

.bottom-banner ul li a .title.arr {
    padding-right: 1rem;
    background: url(../img/layout/link_arr2.png) right center / 0.4375rem auto no-repeat;
}

.bottom-banner ul li.white a .title.arr {
    background-image: url(../img/layout/link_arr2_w.png);
}

.bottom-banner ul li a .go {
    font-size: 0.6875rem;
    color: #333;
    padding-right: 1rem;
    background: url(../img/layout/link_arr.png) right center / 0.52rem auto no-repeat;
}

.bottom-banner ul li.talk a {
    background: url(../img/layout/banner_talk.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.reservation a {
    background: url(../img/layout/banner_reservation.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.intro a {
    background: url(../img/layout/banner_intro.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.gallery a {
    background: url(../img/layout/banner_gallery.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.device a {
    background: url(../img/layout/banner_device.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.people a {
    background: url(../img/layout/banner_people.jpg) center top / 100% auto no-repeat;
}

.bottom-banner ul li.white a .title {
    color: #fff;
}

.bottom-banner em {
    font-weight: 600;
}

.footer-links {
    background-color: #0f2948;
    border: 0.0208rem solid #333;
    box-sizing: border-box;
}

.footer-links ul:after {
    display: block;
    content: '';
    clear: both;
}

.footer-links li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border: 0.0208rem solid #333;
}

.footer-links li:nth-child(3) {
    width: 33.4%;
}

.footer-links a {
    display: block;
    text-align: center;
    color: #b2a490;
    line-height: 2.375rem;
    font-size: 0.875rem;
}

footer {
    background: url(../img/layout/footer_bg.png) 0 0 repeat;
    border-top: 1px solid #393533;
}

.footer-contents {
    padding: 3rem 1.25rem;
    color: #d0d0ce;
    text-align: left;
}

.footer-contact {
    margin-bottom: 2rem;
}

.footer-contact .info-tel {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.footer-contact .info-tel>div {
    display: inline-block;
}

.footer-contact .info-tel .label {
    color: #796e65;
    margin-right: 0.2rem;
    font-weight: 500;
}

.footer-contact .info-tel .txt {}

.footer-contact .info-tel .tel {
    margin-right: 20px;
}

.footer-contact .info-email {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.footer-contact .info-addr {
    font-size: 0.75rem;
    line-height: 1.75em;
    margin-bottom: 1.25rem;
}

.footer-logo {
    margin: 2.5rem 0 2rem;
}

.footer-logo img {
    width: 1.25rem;
}

.footer-use-guide {
    font-size: 0.8rem;
}

.footer-use-guide ul li {
    margin-bottom: 3px;
}

.footer-use-guide ul span {
    display: inline-block;
    vertical-align: top;
}

.footer-use-guide .label {
    width: 3.5rem;
    white-space: nowrap;
    color: #aaaaaa;
    overflow: hidden;
}

.footer-use-guide .txt {
    white-space: nowrap;
    color: #eaeaea;
}

.footer-use-guide .night {
    display: inline-block;
    background-color: #796e65;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 11px;
    padding: 0 8px;
    margin-left: 5px;
    vertical-align: middle;
}

/* .footer-use-guide ul li:nth-child(1) .label{letter-spacing:0.6rem;}
.footer-use-guide ul li:nth-child(2) .label{letter-spacing:0.04rem;}
.footer-use-guide ul li:nth-child(3) .label{letter-spacing:0.38rem;}
.footer-use-guide ul li:nth-child(4) .label{letter-spacing:0; width: 6.1rem;}
.footer-use-guide ul li:nth-child(5){} 
.footer-use-guide ul li:nth-child(5) .txt{color: #aaa;}*/

.footer-use-guide .info-desc {
    margin-top: 1.041rem;
}

.footer-use-guide .info-desc li {
    font-size: 0.687rem;
    line-height: 1.25rem;
    color: #eaeaea;
}

.copyright {
    font-size: 0.65rem;
    color: #999;
    border-top: 1px solid #35312f;
    height: 1.875rem;
    line-height: 1.875rem;
    font-weight: 100;
}


/* quick */
.quickLink {
    position: fixed;
    bottom: 73px;
    right: 14px;
    z-index: 999;
}

.quickLink.mt {
    bottom: 7rem;
}

.quickLink a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    box-sizing: border-box;
    padding-top: 23px;
    position: relative;
}

.quickLink a:before {
    display: block;
    height: 22px;
    width: 22px;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 5px;
}

.quickLink a+a {
    margin-top: 5px;
}

.quickLink .youtube {
    background: url(../img/layout/i_pop_youtube.png) 0 0 no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.quickLink .chat {
    background: url(../img/layout/i_chat.png) 0 0 no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    text-indent: -999999%;
    overflow: hidden;
}

.quickLink .go-counsel {
    background-color: #0f2947;
    letter-spacing: -1px;
}

.quickLink .go-counsel:before {
    background: url(../img/layout/i_quick_counsel.png) center center / 1rem auto no-repeat;
}

.quickLink .go-top {
    background-color: #7b6958;
}

.quickLink .go-top:before {
    background: url(../img/layout/i_quick_top.png) center center / 1rem auto no-repeat;
}

.quickLink .popup {
    background-color: #7b6958;
    display: none;
}

.quickLink .popup:before {
    background: url(../img/layout/i_pop_plus.png) center center / 1rem auto no-repeat;
}

.footer-links+footer {
    border-top: none;
}


/* 레이어팝업 */
.layorPop {
    display: none;
}

.layorPop {
    background-color: #fff;
}

.layorPop .pop-head {
    background-color: #333;
    text-align: center;
    height: 80px;
    color: #fff;
    position: relative;
    display: table;
    width: 100%;
}

.layorPop .pop-head .inner {
    display: table-cell;
    vertical-align: middle;
}

.layorPop .pop-head .pop-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.layorPop .pop-close {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    margin-top: -0.561rem;
}

.layorPop .pop-close button {
    width: 1.125rem;
    height: 1.125rem;
    text-indent: -9999px;
    text-align: left;
    background: url(../img/info/i_pop_close.png) center center / 1.125rem auto no-repeat;
}

.layorPop .pop-body {
    padding: 1.25rem;
    max-height: 28rem;
    overflow-y: auto;
}


/* sub */
#container {
    padding-top: 2.3rem;
}

.sub-top {
    padding: 2.9rem 0 2rem;
    text-align: center;
}

.sub-top .title-en {
    font-family: 'PlayfairDisplay';
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 0.2rem;
}

.sub-top h2 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1em;
}

.sub-top .sub-txt {
    font-size: 0.875rem;
    color: #666;
    font-weight: 400;
    margin-top: 0.5rem;
}

.sub-contents {
    text-align: left;
    margin: 0 1.25rem;
    padding-bottom: 3.75rem;
}

.sub-contents.wide {
    margin: 0;
}

.sub-contents.bottom-nogap {
    padding-bottom: 0;
}

/*0307 footer 수정*/
.footer-contact .mark-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-contact .mark-wrap img {
    display: block;
}

.footer-contact .mark-wrap img:first-of-type {
    width: 2.5rem;
}

.footer-contact .mark-wrap img:nth-of-type(2) {
    width: 6.437rem;
    margin: 0 1.041rem;
}

.footer-contact .mark-wrap img:last-of-type {
    width: 2.541rem;
}