@charset "utf-8";

div.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 20;
}
div.loading div.loading-img {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 133px;
    height: 155px;
    transform: translate(-50%, -50%);
    background: url('../images/pc/loading_img.png') 0 0 no-repeat;
    background-size: cover;
    z-index: 21;
}

/****** header ******/
div.header-wrapper div.room-submunu {
    display: none;
}
div.header-wrapper.on div.room-submunu {
    display: block;
    position: fixed;
    left: 0%;
    top: 125px;
    width: 100%;
    height: 45px;
    padding-top: 22px;
    z-index: 10;
    background: #fff;
    border-top: 1px solid #acacac;
    text-align: center;
}
div.header-wrapper.on div.room-submunu a {
    display: inline-block;
    margin: 0 20px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #222;
    font-size: 14px;
}
div.header-wrapper.on div.room-submunu a.on {
    border-bottom: 2px solid #222;
}
div.header-wrapper {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 145px;
    z-index: 15;
    transition: all 0.2s ease-in-out;
}
div.header-wrapper.active,
div.header-wrapper.on {
    background: #fff;
}
header {
    position: fixed;
    left: 50%;
    top: 0;
    width: 1080px;
    height: 125px;
    z-index: 15;
    transform: translateX(-50%);
}
header h1 {
    position: absolute;
    /*left: 50%;*/
    left: 0;
    top: 40px;
    width: 65px;
    height: 65px;
    background: url('../images/pc/logo_top.png') 0 0 no-repeat;
    background-size: cover;
    text-indent: -9999px;
    margin: 0 0 0 -33px;
    cursor: pointer;
}
div.header-wrapper.active header h1,
div.header-wrapper.on header h1 {
    background: url('../images/pc/logo_top_black.png') 0 0 no-repeat;
    background-size: cover;
}
header a.hotels {
    position: absolute;
    left: 70px;
    top: 70px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 767px) {
  header a.hotels {
    display: none;
  }
}

header a.hotels::after {
    content: "";
    display: block;
    box-sizing: border-box;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: calc(50% - 0.5rem);
    right: -1.7rem;
    transform: rotate(45deg);
    transition: color 300ms, transform 300ms;
}
header a.hotels.on::after {
    content: "";
    display: block;
    box-sizing: border-box;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: calc(49% - 0.5rem);
    right: -1.7rem;
    transform: translateY(0.4rem) rotate(45deg) rotate(180deg);
    transition: color 300ms, transform 300ms;
}
div.header-wrapper.on header a.hotels,
div.header-wrapper.active header a.hotels {
    color: #222;
}

header div.menu-v {
    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 60px;
    width: 30px;
    height: 20px;
    cursor: pointer;
}
header div.menu-v span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
}
div.header-wrapper.active header div.menu-v span,
div.header-wrapper.on header div.menu-v span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
}
header div.menu-v:hover span {
    background: #999;
}
header div.menus {
    position: absolute;
    right: 55px;
    top: 48px;
}
header div.menus a {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 500;
    color: #222;
    font-size: 13px;
    padding: 0 15px;
    line-height: 14px;
    border: 1px solid #707070;
    background: #fff;
}
header div.menus a:hover {
    font-weight: 500;
    color: #fff;
    border: 1px solid #9F836F;
    background: #9F836F;
}
div.header-wrapper.active header div.menus a,
div.header-wrapper.on header div.menus a {
    color: #000;
}
header div.menus a:nth-child(1),
header div.menus a:nth-child(2) {
    /*border-right: 1px solid #fff;*/
}
div.header-wrapper.active header div.menus a:nth-child(1),
div.header-wrapper.active header div.menus a:nth-child(2),
div.header-wrapper.on header div.menus a:nth-child(1),
div.header-wrapper.on header div.menus a:nth-child(2) {
    border-right: 1px solid #000;
}
header div.menus a:last-child {
    padding: 12px 20px;
    border-radius: 20px;
}
header div.submenu {
    position: absolute;
    /*left: 0;*/
    right: 0;
    top: 125px;
    background: #000;
    z-index: 13;
    padding-top: 70px;
}
header div.submenu a.close-menu {
    position: absolute;
    width: 20px;
    height: 20px;
    /*left: 18px;*/
    right: 18px;
    top: 25px;
    background: url('../images/pc/icon_x.png') 50% 0 no-repeat;
}
header div.submenu div.f a {
    display: block;
    padding: 13px 40px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    border-bottom: 1px solid #8c8b89;
}
header div.submenu div.s {
    padding: 36px 0;
}
header div.submenu div.s a {
    display: block;
    padding: 7px 40px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #f7f5f0;
    font-size: 16px;
}
header div.submenu div.c {
    padding: 0 0 36px 30px;
    color: #fff;
    font-size: 16px;
}
header div.submenu div.c a {
    padding: 7px 10px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #f7f5f0;
    font-size: 16px;
}
header div.reservation-menu {
    display: none;
    position: absolute;
    left: 70px;
    top: 85px;
    z-index: 13;
    padding: 10px 00px;
    
}
header div.reservation-menu a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
}
div.header-wrapper.on header div.reservation-menu a,
div.header-wrapper.active header div.reservation-menu a {
    color: #222;
}

@media only screen and (max-width: 1080px) {
    header {
        width: 100%;
    }
    header div.menu-v {
        left: 40px;
    }
    header div.menus {
        right: 40px;
    }
    header div.submenu {
        left: 40px;
    }
    header div.reservation-menu {
        right: 40px;
    }
}
@media only screen and (max-width: 720px) {
    div.header-wrapper div.room-submunu {
        display: none;
    }
    div.header-wrapper.on div.room-submunu {
        display: block;
        position: fixed;
        left: 0%;
        top: 100px;
        width: 100%;
        height: 40px;
        padding-top: 20px;
        z-index: 10;
        background: #fff;
        border-top: 1px solid #acacac;
        text-align: center;
    }
    div.header-wrapper.on div.room-submunu a {
        display: inline-block;
        margin: 0 12px;
        font-family: 'Poppins';
        font-weight: 300;
        color: #222;
        font-size: 13px;
    }
    div.header-wrapper.on div.room-submunu a.on {
        border-bottom: 2px solid #222;
    }

    div.header-wrapper {
        height: 100px;
    }
    div.header-wrapper.active,
    div.header-wrapper.on {
        background: #fff;
    }
    header {
        left: 0;
        width: 100%;
        height: 100px;
        transform: translateX(0);
    }
    header h1 {
        left: 30px;
        top: 27px;
        width: 45px;
        height: 45px;
        background: url('../images/pc/logo_top.png') 0 0 no-repeat;
        background-size: cover;
        margin: 0 0 0 0px;
    }
    div.header-wrapper.active header h1,
    div.header-wrapper.on header h1 {
        background: url('../images/pc/logo_mobile_dark.png') 0 0 no-repeat;
        background-size: cover;
    }
    header div.menu-v {
        position: absolute;
        left: auto;
        right: 30px;
        top: 42px;
        width: 30px;
        height: 20px;
        cursor: pointer;
    }
    header div.menu-v span {
        display: block;
        width: 30px;
        height: 2px;
        background: #fff;
        margin-bottom: 5px;
    }
    div.header-wrapper.active header div.menu-v span,
    div.header-wrapper.on header div.menu-v span {
        display: block;
        width: 30px;
        height: 2px;
        background: #000;
        margin-bottom: 5px;
    }
    header div.menu-v:hover span {
        background: #999;
    }
    header div.menus {
        right: 85px;
        top: 30px;
    }
    header div.menus a {
        font-size: 13px;
        padding: 0 9px;
    }
    header div.menus a:last-child {
        margin-left: 10px;
        padding: 12px 15px;
    }
    header div.submenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #000 url('../images/pc/logo_mobile_menu.png') 30px 30px no-repeat;
        background-size: 45px auto;
        z-index: 13;
        padding-top: 120px;
    }
    header div.submenu a.close-menu {
        left: auto;
        right: 35px;
        top: 38px;
        background: url('../images/pc/icon_x.png') 50% 0 no-repeat;
        background-size: cover;
    }
    header div.submenu div.f a {
        padding: 12px 40px;
        font-size: 18px;
    }
    header div.submenu div.s {
        padding: 26px 0;
    }
    header div.submenu div.s a {
        display: block;
        padding: 7px 40px;
        font-family: 'Poppins';
        font-weight: 400;
        color: #f7f5f0;
        font-size: 16px;
    }
    header div.reservation-menu {
        right: 80px;
        top: 85px;
        z-index: 13;
        border-radius: 15px;
        padding: 10px 30px;
    }
    header div.reservation-menu a {
        display: block;
        padding: 8px 0;
        color: #000;
    }
}


/****** common ******/
div.visual-area {
    position: relative;
    height: 650px;
    background-size: cover !important;
}
div.visual-area a {
    z-index: 4;
}

section {

}
div.left-wide div.left {
    float: left;
    width: 60%;
}
div.left-wide div.right {
    float: right;
    width: 40%;
}
div.left-wide div.right div.inner {
    margin-left: 120px;
}

div.content-center {
    max-width: 860px;
    margin: 200px auto 0 auto;
    color: #222;
    letter-spacing: -1px;
}
div.content-center span.tit {
    display: block;
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
}

div.left-wide div.left {
    /*height: 550px;*/
}
div.left-wide div.left div.slide-wrapper {
    position: relative;
    /*height: 550px;*/
    overflow: hidden;
}
div.left-wide div.right div.inner {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    width: 65%;
}
div.left-wide div.right div.inner span.tit-up {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 15px;
}
div.left-wide div.right div.inner span.tit {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 34px;
}
div.left-wide div.right div.inner p.exp {
    padding: 40px 0;
}
div.left-wide div.right div.inner p.option-tit {
    font-weight: 500;
    padding-bottom: 10px;
}
div.left-wide div.right div.inner ul.options {
    margin-bottom: 25px;
}
div.left-wide div.right div.inner ul.options li {
    padding: 5px 0 5px 40px;
}
div.left-wide div.right div.inner ul.type {
    margin-top: 45px;
    margin-bottom: 25px;
}
div.left-wide div.right div.inner ul.type li {
    padding: 5px 0 5px 40px;
}
a.book-now {
    display: inline-block;
    background: #705c4f;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    padding: 13px 30px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
a.book-now:hover {
    background: #222;
}
a.more {
    display: inline-block;
    background: transparent url('../images/pc/icon_more_off.png') 75% 50% no-repeat;
    color: #222;
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    padding: 11px 70px 11px 30px;
    border-radius: 30px;
    border: 1px solid #222;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
}
a.more:hover {
    background: #222 url('../images/pc/icon_more_on.png') 75% 50% no-repeat;
    border: 1px solid #222;
    color: #fff;
}
@media only screen and (max-width: 1080px) {
    div.left-wide div.right div.inner {
        margin-left: 70px;
    }
    div.left-wide div.right div.inner {
        width: 75%;
    }
}
@media only screen and (max-width: 720px) {
    .mobile {
        display: inline-block !important;
        order: 3;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    div.left-wide {
        display: flex;
        flex-direction: column;
    }
    div.left-wide div.left {
        float: none;
        width: 100%;
        order: 2;
    }
    div.left-wide div.right {
        float: none;
        width: 100%;
        order: 1;
    }
    div.rooms div.left-wide div.left {
        order: 1;
    }
    div.rooms div.left-wide div.right {
        order: 2;
    }
    div.left-wide div.right div.inner {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    div.content-center {
        max-width: 860px;
        margin: 200px auto 0 auto;
        color: #222;
        letter-spacing: -1px;
    }
    div.content-center span.tit {
        display: block;
        font-family: 'Poppins';
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    div.left-wide div.left {
        /*height: 530px;*/
    }
    div.left-wide div.left div.slide-wrapper {
        position: relative;
        /*height: 530px;*/
        overflow: hidden;
    }
    div.left-wide div.right div.inner {
        line-height: 26px;
        width: auto;
        padding: 0 30px;
    }
    div.left-wide div.right div.inner span.tit-up {
        font-size: 20px;
        padding-bottom: 15px;
    }
    div.left-wide div.right div.inner span.tit {
        font-size: 30px;
    }
    div.left-wide div.right div.inner p.exp {
        padding: 30px 0;
    }
    div.left-wide div.right div.inner p.option-tit {
        font-weight: 500;
        padding-bottom: 10px;
    }
    div.left-wide div.right div.inner ul.options li {
        padding: 10px 0 10px 40px;
    }
    a.book-now {
        display: none;
        background: #705c4f;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 20px;
        padding: 13px 30px;
        border-radius: 30px;
    }
    a.book-now:hover {
        background: #222;
    }
    a.more {
        display: inline-block;
        background: transparent url('../images/pc/icon_more_off.png') 75% 50% no-repeat;
        color: #222;
        font-family: 'Pretendard';
        font-weight: 300;
        font-size: 14px;
        padding: 11px 70px 11px 30px;
        border-radius: 30px;
        border: 1px solid #222;
        margin-top: 20px;
    }
    a.more:hover {
        background: #222 url('../images/pc/icon_more_on.png') 75% 50% no-repeat;
        border: 1px solid #222;
        color: #fff;
    }
}

div.right-wide div.left {
    float: left;
    width: 40%;
}
div.right-wide div.right {
    float: right;
    width: 60%;
}
div.right-wide div.left div.inner {
    margin-left: 120px;
}
div.right-wide div.right {
    /*height: 550px;*/
}
div.right-wide div.right div.slide-wrapper {
    position: relative;
    /*height: 550px;*/
    overflow: hidden;
}
div.right-wide div.left div.inner {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    width: 65%;
}
div.right-wide div.left div.inner span.tit {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 34px;
}
div.right-wide div.left div.inner span.tit-up {
    display: block;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 15px;
}
div.right-wide div.left div.inner p.exp {
    padding: 40px 0;
}
div.right-wide div.left div.inner p.option-tit {
    font-weight: 500;
    padding-bottom: 10px;
}
div.right-wide div.left div.inner ul.options {
    margin-bottom: 25px;
}
div.right-wide div.left div.inner ul.options li {
    padding: 5px 0 5px 40px;
}
div.right-wide div.left div.inner ul.type {
    margin-top: 45px;
}
div.right-wide div.left div.inner ul.type li {
    padding: 5px 0 5px 40px;
}
@media only screen and (max-width: 1080px) {
    div.right-wide div.left div.inner {
        margin-left: 50px;
    }
    div.right-wide div.right div.inner {
        width: 75%;
    }
}
@media only screen and (max-width: 720px) {
    div.right-wide {
        display: flex;
        flex-direction: column;
    }
    div.right-wide div.left {
        float: none;
        width: 100%;
        order: 1;
    }
    div.right-wide div.right {
        float: none;
        width: 100%;
        order: 2;
    }
    div.right-wide div.left div.inner {
        margin-left: 0px;
        width: auto;
        padding: 0 30px;
    }
    div.right-wide div.right div.inner {
        margin-left: 0px;
        margin-right: 0px;
    }

    div.right-wide div.left {
        height: auto;
    }
    div.right-wide div.left div.slide-wrapper {
        position: relative;
        /*height: 530px;*/
        overflow: hidden;
    }
    div.right-wide div.right div.inner {
        line-height: 26px;
        width: auto;
        padding: 0 30px;
    }
    div.right-wide div.right div.inner span.tit-up {
        font-size: 20px;
        padding-bottom: 15px;
    }
    div.right-wide div.right div.inner span.tit {
        font-size: 30px;
    }
    div.right-wide div.left div.inner p.exp {
        padding: 30px 0 10px 0;
    }
    div.right-wide div.right div.inner p.option-tit {
        font-weight: 500;
        padding-bottom: 10px;
    }
    div.right-wide div.right div.inner ul.options li {
        padding: 10px 0 10px 40px;
    }
    a.more {
        margin-bottom: 50px;
    }
}

div.information div.exp-div {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
div.information div.bg-box {
    background: #efebe3;
    padding: 45px; 
    margin: 40px 0;
}
div.information p.option-tit {
    font-weight: 500;
    padding-bottom: 10px;
}
div.information ul.options {
    margin-top: 15px;
}
div.information ul.options li {
    padding: 16px 0 16px 40px;
    font-weight: 300;
}
div.information ul.options li.a {
    background: url('../images/pc/icon_info_1.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.information ul.options li.b {
    background: url('../images/pc/icon_info_2.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.information ul.options li.c {
    background: url('../images/pc/icon_info_3.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.information ul.options li.d {
    background: url('../images/pc/icon_info_4.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.information ul.options li.e {
    background: url('../images/pc/icon_info_5.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.information ul.options li.f {
    background: url('../images/pc/icon_info_6.png') 0 50% no-repeat;
    background-size: 32px auto;
}
@media only screen and (max-width: 1080px) {
    div.content-center {
        margin: 100px auto 0 auto;
    }
    div.content-center span.tit {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    div.information div.exp-div {
        font-size: 16px;
        padding: 0 30px;
    }
    div.information div.bg-box {
        background: #efebe3;
        padding: 45px; 
        margin: 40px 0;
    }
    div.information p.option-tit {
        font-weight: 500;
        padding-bottom: 10px;
    }
    div.information ul.options {
        margin-top: 15px;
    }
    div.information ul.options li {
        padding: 20px 0 20px 40px;
        font-weight: 300;
    }
}
@media only screen and (max-width: 720px) {
    div.content-center {
        margin: 80px auto 0 auto;
    }
    div.content-center span.tit {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    div.information div.exp-div {
        padding: 0 30px;
    }
    div.information div.bg-box {
        background: #efebe3;
        padding: 30px; 
        margin: 30px 0;
    }
    div.information p.option-tit {
        font-weight: 500;
        padding-bottom: 10px;
    }
    div.information ul.options {
        margin-top: 5px;
    }
    div.information ul.options li {
        padding: 15px 0 15px 40px;
        font-weight: 300;
    }
}

div.faq {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    margin: 150px 0 200px 0;
}
div.faq div.faq-tit {
    color: #222;
    padding-bottom: 30px;
}
div.faq div.faq-tit span.l {
    float: left;
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 34px;
}
div.faq div.faq-tit span.r {
    float: right;
}
div.faq ul.faq-list {

}
div.faq ul.faq-list li {
    border-top: 1px solid #000;
    padding: 20px 0;
}
div.faq ul.faq-list li a {
    display: block;
    font-weight: 500;
    color: #222;
    font-weight: bold;
    background: url('../images/pc/icon_arrow_down.png') 100% 50% no-repeat;
}
div.faq ul.faq-list li a.on {
    background: url('../images/pc/icon_arrow_up.png') 100% 50% no-repeat;
}
div.faq ul.faq-list li div.detail {
    display: none;
    margin-top: 20px;
}
div.faq ul.faq-list li div.detail.on {
    display: block;
}
@media only screen and (max-width: 1080px) {
    div.faq {
        margin: 100px 0 100px 0;
        padding: 0 30px;
    }
    div.faq div.faq-tit {
        color: #222;
        padding-bottom: 25px;
    }
    div.faq div.faq-tit span.l {
        float: left;
        font-family: 'Poppins';
        font-weight: 800;
        font-size: 30px;
    }
    div.faq ul.faq-list li {
        border-top: 1px solid #000;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 720px) {
    div.faq {
        margin: 80px 0 80px 0;
    }
    div.faq ul.faq-list li {

    }
}

/* index */
div.hotel-information {
    position: absolute;
    transform: translateY(-150px);
}
div.hotel-information p {
    font-family: 'Poppins';
    color: #fff;
}
div.hotel-information p.area-1 {
    font-weight: 600;
    font-size: 52px;
}
@media (max-width: 767px) {
    div.hotel-information p.area-1 {
        font-size: 41px;
    }
    div.hotel-information p.area-1 span.mobile-init {
        display: block;
        padding-bottom: 25px;
    }
}
div.hotel-information p.area-1 span.light {
    display: block;
    font-weight: 200;
    padding-top: 40px;
}
div.hotel-information p.area-2 {
    padding-top: 100px;
    font-size: 16px;
}
div.hotel-information p.area-2 span.a2 {
    display: block;
    font-size: 24px;
}
div.hotel-information p.area-3 {
    padding-top: 20px;
    font-size: 14px;   
    line-height: 24px;
}

.outer-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.timedelay-element {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateZ(0);
}
div.main-visual-slide {
    width: 100%;
    height: 100%;
}
.has-background {
    position: relative;
    z-index: 1;
}
.has-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.has-background .main-visual-slide div.main-1 {
    background: url("../images/pc/visual_index1.jpg") no-repeat 63% 50%;
    background-size: cover;
}
.has-background .main-visual-slide div.main-2 {
    background: url("../images/pc/visual_index2.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.has-background .main-visual-slide div.main-3 {
    background: url("../images/pc/visual_index3.jpg") no-repeat center center;
    background-size: cover;
}
.has-background .main-visual-slide div.main-4 {
    background: url("../images/pc/visual_index4.jpg") no-repeat center center;
    background-size: cover;
}
.has-background .main-visual-slide div.main-5 {
    background: url("../images/pc/visual_index5.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.extra-content {
    /*height: 100vh;*/
    /* 높이를 충분히 주어 스크롤 생성 */
    box-sizing: border-box;
    background: transparent;
}    
div.index-main div.visual-area {
    display: none;
    position: fixed;
    width: 205px;
    height: 60px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -45%);
}
div.index-main div.visual-area a {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
}
div.area-1 {
    height: 90vh;
    text-align: center;
    font-family: 'Poppins';
    color: #fff;
}
div.area-1 p.f {
    font-weight: 400;
    font-size: 26px;
    margin-top: 300px;
}
div.area-1 p.s {
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    margin: 10px 0 40px 0;
}
div.area-1 p.t {
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 20px;
    width: 855px;
    margin: 0 auto 0 auto;
    line-height: 35px;
}
div.area-2 {
    /*height: 90vh;*/
}
div.area-2 section > div {
    margin-bottom: 240px;
    margin-top: 150px;
}
div.area-2 div.left-wide div.left div.index-img-1 {
    /*
    height: 475px;
    background: url('../images/pc/index_img_1.jpg') 50% 0 no-repeat;
    background-size: cover;
    */
}
div.area-2 div.right-wide div.right div.index-img-2 {
    /*
    height: 475px;
    background: url('../images/pc/lounge_img.jpg') 50% 0 no-repeat;
    background-size: cover;
    */
}

div.index-contact-information {
    position: relative;
    padding-bottom: 200px;
}
div.index-contact-information div.title {
    text-align: center;
    color: #222;
}
div.index-contact-information div.title span.f {
    display: block;
    padding-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 22px;
}
div.index-contact-information div.title span.s {
    display: block;
    padding-bottom: 35px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 34px;
}
div.index-contact-information div.index-map {
    text-align: center;
    padding-bottom: 50px;
    max-width: 850px;
    margin: 0 auto;
}
div.index-contact-information div.index-map img {
    margin: 0 auto;
}
div.index-contact-information div.index-info {
    max-width: 850px;
    margin: 0 auto;
}
div.index-contact-information div.index-info ul {
    
}
div.index-contact-information div.index-info ul li {
    float: left;
    font-family: 'Pretendard';
    font-weight: 200;
    font-size: 15px;
    line-height: 27px;
    padding: 2px 0 0 0px;
}
div.index-contact-information div.index-info ul li.s {
    width: 100%;
    text-align: center;
    font-family: 'Poppins';
}

div.index-slide-capsule div.capsule-1 {
    /*
    height: 475px;
    background: url('../images/pc/main_capsule.jpg') 50% 0 no-repeat;
    background-size: cover;
    */
}

div.index-slide-room div.room-1 {
    /*
    height: 475px;
    background: url('../images/pc/main_rooms.jpg') 50% 0 no-repeat;
    background-size: cover;
    */
}
@media only screen and (max-width: 1080px) {
    div.index-contact-information div.index-map img {
        width: 100%;
        margin: 0 auto;
    }
    div.area-2 section > div {
        margin-bottom: 130px;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 720px) {
    div.area-1 {
        text-align: left;
        height: 85vh;
    }
    div.area-1 p.f {
        font-size: 22px;
        margin-top: 300px;
        padding: 0 30px;
    }
    div.area-1 p.s {
        font-size: 34px;
        line-height: 38px;
        margin: 10px 0 30px 0;
        padding: 0 30px;
    }
    div.area-1 p.t {
        width: auto;
        font-size: 15px;
        padding: 0 30px;
        line-height: 24px;
    }
    div.area-2 section > div {
        margin-bottom: 100px;
    }
    div.area-2 div.index-img-1, div.area-2 div.index-img-2 {
        width: 86%;
        margin: 0px auto 0  auto;
    }

    div.index-contact-information {
        padding-bottom: 100px;
    }
    div.index-contact-information div.title {
        text-align: left;
        color: #222;
        padding: 0 30px;
    }
    div.index-contact-information div.title span.f {
        padding-bottom: 0px;
    }
    div.index-contact-information div.title span.s {
        padding-bottom: 32px;
        font-size: 28px;
    }
    div.index-contact-information div.index-map {
        text-align: center;
        padding-bottom: 50px;
    }
    div.index-contact-information div.index-map img {
        width: 86%;
        margin: 0 auto;
    }
    div.index-contact-information div.index-info ul {
        padding: 0 30px;
    }
    div.index-contact-information div.index-info ul li {
        float: none;
        line-height: 27px;
        padding: 4px 0px 20px 0px;
    }
    div.index-contact-information div.index-info ul li.s {
        width: 100%;
        text-align: left;
    }
    div.area-2 div.right-wide div.right div.index-img-2 {
        /*
        height: 275px;
        background: url('../images/pc/lounge_img.jpg') 50% 0 no-repeat;
        background-size: 100% auto;
        */
    }
    div.index-main div.right-wide.section-4 div.right {
        /*height: 315px;*/
    }

    div.area-2 div.left-wide div.left div.index-img-1 {
        height: 475px;
        background: url('../images/pc/index_img_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.area-2 div.right-wide div.right div.index-img-2 {
        /*
        height: 475px;
        background: url('../images/pc/lounge_img.jpg') 50% 0 no-repeat;
        background-size: cover;
        */
    }
    div.index-slide-capsule div.capsule-1 {
        height: 475px;
        background: url('../images/pc/main_capsule.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.index-slide-room div.room-1 {
        height: 475px;
        background: url('../images/pc/main_rooms.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
}

/* about */
div.about div.visual-area {
    background: url('../images/pc/visual_about.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.about div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.about div.content-center {
    max-width: 670px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;

}
div.about div.content-center span.tit {
    display: block;
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 36px;
}
@media only screen and (max-width: 720px) {
    div.about div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.about div.content-center {
        margin: 100px auto 100px auto;
        padding: 0 30px;
        text-align: left;
    }
    div.about div.content-center span.tit {
        font-size: 28px;
        text-align: left;
        padding: 0;
        line-height: 32px;
    }
}


/* news */
div.news div.visual-area {
    background: url('../images/pc/visual_news.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.news div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.news div.content-center {
    max-width: 850px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
}
div.news div.content-center span.tit {
    display: block;
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 500;
    margin: 100px 0 40px 0;
    line-height: 36px;
}
div.news div.content-center .news-btns {
    padding: 80px 0 0 0;
}
div.news div.content-center .news-btns a {
    display: inline-block;
    width: 170px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 300;
    color: #222;
    font-size: 20px;
    padding: 15px 0 15px 0;
}
div.news div.content-center .news-btns a:nth-child(1) {
    background: url('../images/pc/icon_news_left.png') 0 50% no-repeat;
}
div.news div.content-center .news-btns a:nth-child(2) {
    background: url('../images/pc/icon_news_right.png') 85% 50% no-repeat;
}
div.news div.content-center div.news-img img {
    width: 100%;
}
@media only screen and (max-width: 1080px) {
    div.news div.visual-area {
        margin-bottom: 100px;
    }
    div.news div.content-center {
        padding: 0 50px;
    }
    div.news div.content-center div.news-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 720px) {
    div.news div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.news div.content-center {
        margin: 70px auto 100px auto;
        padding: 0 30px;
        text-align: left;
    }
    div.news div.content-center span.tit {
        font-size: 28px;
        text-align: left;
        padding: 0;
        line-height: 32px;
        margin: 70px 0 40px 0;
    }
    div.news div.content-center .news-btns {
        padding: 40px 0 0 0;
    }
    div.news div.content-center .news-btns a {
        width: 150px;
        font-size: 18px;
    }
    div.news div.content-center .news-btns a:nth-child(1) {
        float: left;
    }
    div.news div.content-center .news-btns a:nth-child(2) {
        float: right;
    }
}


/* faq */
div.faq-area div.visual-area {
    background: url('../images/pc/visual_faq.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.faq-area div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.faq-area div.content-center {
    max-width: 850px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
}
div.faq-area div.content-center span.tit {
    display: block;
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 36px;
}
div.faq-area div.faq-content span.h3 {
    display: block;
    font-weight: bold;
}
div.faq-area div.faq-content div.inner {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1080px) {
    div.faq-area div.content-center {
        padding: 0 50px;
        text-align: left;
    }
    div.faq-area div.content-center span.tit {
        padding: 0 0;
    }
}
@media only screen and (max-width: 720px) {
    div.faq-area div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.faq-area div.content-center span.tit {
        font-size: 28px;
    }
    div.faq-area div.faq-content span.h3 {
        font-size: 17px;
    }
    div.faq-area div.content-center {
        margin: 100px auto 100px auto;
        padding: 0 30px;
        text-align: left;
    }
}

/* recruit */
div.recruit-area div.visual-area {
    background: url('../images/pc/visual_recruit.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.recruit-area div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.recruit-area div.content-center {
    max-width: 850px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
}
div.recruit-area div.content-center span.tit {
    display: block;
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 36px;
}
div.recruit-area div.faq-content span.h3 {
    display: block;
    font-weight: bold;
}
div.recruit-area div.recruit-content div.inner {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1080px) {
    div.recruit-area div.content-center {
        padding: 0 50px;
        text-align: left;
    }
    div.recruit-area div.content-center span.tit {
        padding: 0 0;
    }
}
@media only screen and (max-width: 720px) {
    div.recruit-area div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.recruit-area div.content-center span.tit {
        font-size: 28px;
    }
    div.recruit-area div.recruit-content span.h3 {
        font-size: 17px;
    }
    div.recruit-area div.content-center {
        margin: 100px auto 100px auto;
        padding: 0 30px;
        text-align: left;
    }
}


/* contact */
div.contact-area div.visual-area {
    background: url('../images/pc/visual_contact.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.contact-area div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.contact-area div.content-center {
    max-width: 850px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
}
div.contact-area div.content-center div.inner {
    padding: 0 0 0 40px;
    margin-bottom: 40px;
}
div.contact-area div.content-center div.inner.a1 {
    background: url('../images/pc/icon_phone.png') 0% 0% no-repeat;
    background-size: 30px auto;
}
div.contact-area div.content-center div.inner.a2 {
    background: url('../images/pc/icon_mail.png') 0% 0% no-repeat;
    background-size: 30px auto;
}
@media only screen and (max-width: 1080px) {
    div.contact-area div.content-center {
        padding: 0 50px;
        text-align: left;
    }
}
@media only screen and (max-width: 720px) {
    div.contact-area div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.contact-area div.content-center {
        margin: 100px auto 100px auto;
        padding: 0 30px;
        text-align: left;
    }
}


/* agree, private */
div.agree-area div.content-center {
    max-width: 850px;
    margin: 100px auto 150px auto;
    color: #222;
    letter-spacing: 0px;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
    font-size: 14px;
}
div.agree-area div.content-center div.inner {
    padding: 100px 0 0 0px;
    margin-bottom: 40px;
    line-height: 20px;
}
@media only screen and (max-width: 1080px) {
    div.agree-area div.content-center {
        padding: 0 50px;
        text-align: left;
    }
}
@media only screen and (max-width: 720px) {
    div.agree-area div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.agree-area div.content-center {
        margin: 70px auto 70px auto;
        padding: 0 30px;
        text-align: left;
    }
}


/* lounge */
div.lounge div.visual-area {
    background: url('../images/pc/visual_lounge.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.lounge div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
div.lounge div.content-center {
    max-width: 850px;
    margin: 120px auto 180px auto;
    color: #222;
    letter-spacing: 0px;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 200;
    line-height: 30px;
}
div.lounge-img {
    margin: 180px 0 180px 0;
}
div.gif-area {
    margin-bottom: 180px;
    text-align: center;
}
div.gif-area img {
    width: 100%;
}
div.instagram-area {

}
div.instagram-area li {
    float: left;
    width: 25%;
}
div.instagram-area li img {
    width: 100%;
}
div.lounge-img div.slide-wrapper {
    position: relative;
    /*height: 550px;*/
    overflow: hidden;
}
/*
div.lounge-img div.lounge-slide div.lounge-1 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.lounge-img div.lounge-slide div.lounge-2 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.lounge-img div.lounge-slide div.lounge-3 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.lounge-img div.lounge-slide div.lounge-4 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.lounge-img div.lounge-slide div.lounge-5 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_5.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.lounge-img div.lounge-slide div.lounge-6 {
    height: 475px;
    background: url('../images/pc/lounge/img_lounge_6.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
@media only screen and (max-width: 1080px) {
    div.lounge div.visual-area {
        margin-bottom: 100px;
    }
    div.lounge div.content-center {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 720px) {
    div.lounge div.visual-area {
        margin-bottom: 100px;
        height: 100vh;
    }
    div.lounge div.content-center {
        margin: 70px auto 100px auto;
        padding: 0 0px;
        text-align: left;
    }
    div.lounge div.content-center .lounge-inner {
        padding: 0 30px;
    }
    div.lounge div.content-center span.tit {
        font-size: 28px;
        text-align: left;
        padding: 0;
        line-height: 32px;
        margin: 70px 0 40px 0;
    }
    div.lounge-img {
        margin: 120px 0 120px 0;
    }
    div.gif-area {
        width: 100%;
        margin-bottom: 120px;
        text-align: center;
    }
    div.gif-area img {
        width: 100%;
    }
    div.instagram-area li {
        float: left;
        width: 50%;
    }

    div.lounge-img div.lounge-slide div.lounge-1 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.lounge-img div.lounge-slide div.lounge-2 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.lounge-img div.lounge-slide div.lounge-3 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.lounge-img div.lounge-slide div.lounge-4 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.lounge-img div.lounge-slide div.lounge-5 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_5.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.lounge-img div.lounge-slide div.lounge-6 {
        height: 475px;
        background: url('../images/pc/lounge/img_lounge_6.jpg') 50% 0 no-repeat;
        background-size: cover;
    }

}


/* capsule */
div.capsule div.visual-area {
    background: url('../images/pc/visual_capsule.jpg') 50% 50% no-repeat;
    margin-bottom: 200px;
}
div.capsule div.visual-area a {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
/*
div.capsule div.left-wide div.left div.capsule-slide div.capsule-1 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-2 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-3 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-4 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-5 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_5.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-6 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_6.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-7 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_7.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-8 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_8.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-9 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_9.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.capsule div.left-wide div.left div.capsule-slide div.capsule-10 {
    height: 475px;
    background: url('../images/pc/capsule/img_capsule_10.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
div.capsule div.left-wide div.right div.inner ul.options li.a {
    background: url('../images/pc/icon_capsule_1.png') 0 20% no-repeat;
    background-size: 32px auto;
}
div.capsule div.left-wide div.right div.inner ul.options li.b {
    background: url('../images/pc/icon_capsule_2.png') 0 30% no-repeat;
    background-size: 32px auto;
}
div.capsule div.left-wide div.right div.inner ul.options li.c {
    background: url('../images/pc/icon_capsule_3.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.capsule div.left-wide div.right div.inner ul.options li.d {
    background: url('../images/pc/icon_capsule_4.png') 0 50% no-repeat;
    background-size: 32px auto;
}
div.capsule p.capsule-options {
    padding: 0 0 25px 0;
}
@media only screen and (max-width: 720px) {
    div.capsule div.visual-area {
        margin-bottom: 80px;
        height: 100vh;
    }
    div.capsule p.capsule-options {
        padding: 0 0 80px 0;
        word-break: break-all;
    }

    div.capsule div.left-wide div.left div.capsule-slide div.capsule-1 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-2 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-3 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-4 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-5 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_5.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-6 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_6.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-7 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_7.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-8 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_8.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-9 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_9.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.capsule div.left-wide div.left div.capsule-slide div.capsule-10 {
        height: 475px;
        background: url('../images/pc/capsule/img_capsule_10.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
}

/* rooms */
#typea-1,#typea-2,#typeb,#typec,#typed {
    position: relative;
} 
span.anchor-snap {
    position: absolute;
    top: -230px;
}
@media only screen and (max-width: 720px) {
    span.anchor-snap {
        position: absolute;
        top: -180px;
    }
}

div.rooms div.visual-area {
    background: url('../images/pc/visual_room.jpg') 50% 50% no-repeat;
    margin-bottom: 170px;
}
div.rooms div.visual-area div.rooms-menu {
    position: absolute;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    width: 205px;
    height: 60px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 60px;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -22%);
    background: url('../images/pc/icon_arrow_down_white.png') 80% 25px no-repeat; 
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 4;
}
div.rooms div.visual-area div.rooms-menu.on {
    height: 250px;
    transform: translate(-50%, -40%);
    background: url('../images/pc/icon_arrow_up_white.png') 80% 25px no-repeat; 
}
div.rooms div.visual-area div.rooms-menu a.click-menu {
    display: block;
    color: #fff;
}
div.rooms div.visual-area div.rooms-menu div.room-type-sub {
    line-height: 32px;
}
div.rooms div.visual-area div.rooms-menu div.room-type-sub a {
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
div.room-title {
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 16px;
    color: #222;
    line-height: 30px;
    padding-bottom: 200px;
    width: 760px;
    margin: 0 auto;
}
div.room-title span.tit {
    display: block;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 40px;
}
div.rooms div.left-wide div.right div.inner ul.type li.a {
    background: url('../images/pc/icon_room_1.png') 0 20% no-repeat;
    background-size: 32px auto;
}
div.rooms div.left-wide div.right div.inner ul.type li.b {
    background: url('../images/pc/icon_room_2.png') 0px 50% no-repeat;
    background-size: 32px auto;
}
div.rooms div.left-wide div.right div.inner ul.type li.c {
    background: url('../images/pc/icon_room_3.png') 0px 50% no-repeat;
    background-size: 32px auto;
}
div.rooms div.left-wide {
    margin-bottom: 190px;
}

/*room1*/
/*
div.rooms div.left-wide div.left div.type-slide-1 div.room-1 {
    height: 475px;
    background: url('../images/pc/room/img_room1_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-1 div.room-2 {
    height: 475px;
    background: url('../images/pc/room/img_room1_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-1 div.room-3 {
    height: 475px;
    background: url('../images/pc/room/img_room1_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-1 div.room-4 {
    height: 475px;
    background: url('../images/pc/room/img_room1_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-1 div.room-5 {
    height: 475px;
    background: url('../images/pc/room/img_room1_5.jpg') 50% 0 no-repeat;
    background-size: cover;
}
*/
/*room2*/
/*
div.rooms div.left-wide div.left div.type-slide-2 div.room-1 {
    height: 475px;
    background: url('../images/pc/room/img_room2_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-2 div.room-2 {
    height: 475px;
    background: url('../images/pc/room/img_room2_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-2 div.room-3 {
    height: 475px;
    background: url('../images/pc/room/img_room2_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-2 div.room-4 {
    height: 475px;
    background: url('../images/pc/room/img_room2_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-2 div.room-5 {
    height: 475px;
    background: url('../images/pc/room/img_room2_5.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-2 div.room-6 {
    height: 475px;
    background: url('../images/pc/room/img_room2_6.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
/*room3*/
/*
div.rooms div.left-wide div.left div.type-slide-3 div.room-1 {
    height: 475px;
    background: url('../images/pc/room/img_room3_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-3 div.room-2 {
    height: 475px;
    background: url('../images/pc/room/img_room3_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-3 div.room-3 {
    height: 475px;
    background: url('../images/pc/room/img_room3_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-3 div.room-4 {
    height: 475px;
    background: url('../images/pc/room/img_room3_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
/*room4*/
/*
div.rooms div.left-wide div.left div.type-slide-4 div.room-1 {
    height: 475px;
    background: url('../images/pc/room/img_room4_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-4 div.room-2 {
    height: 475px;
    background: url('../images/pc/room/img_room4_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-4 div.room-3 {
    height: 475px;
    background: url('../images/pc/room/img_room4_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-4 div.room-4 {
    height: 475px;
    background: url('../images/pc/room/img_room4_4.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
/*room5*/
/*
div.rooms div.left-wide div.left div.type-slide-5 div.room-1 {
    height: 475px;
    background: url('../images/pc/room/img_room5_1.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-5 div.room-2 {
    height: 475px;
    background: url('../images/pc/room/img_room5_2.jpg') 50% 0 no-repeat;
    background-size: cover;
}
div.rooms div.left-wide div.left div.type-slide-5 div.room-3 {
    height: 475px;
    background: url('../images/pc/room/img_room5_3.jpg') 50% 0 no-repeat;
    background-size: cover;
}
    */
@media only screen and (max-width: 720px) {
    div.rooms span.tit.mobile {
        display: block !important;
        order: 1;
        width: auto;
        padding: 0 30px;
        font-size: 30px;
        text-align: left;
        font-family: 'Poppins';
        font-weight: 600;
        margin: 0 0 25px 0;
    }
    div.rooms div.visual-area {
        margin-bottom: 80px;
        height: 100vh;
    }
    div.room-title {
        text-align: left;
        width: auto;
        padding: 0 30px;
        margin-bottom: 80px;
    }
    div.rooms div.left-wide {
        margin-bottom: 100px;
    }

    /*room1*/
    div.rooms div.left-wide div.left div.type-slide-1 div.room-1 {
        height: 475px;
        background: url('../images/pc/room/img_room1_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-1 div.room-2 {
        height: 475px;
        background: url('../images/pc/room/img_room1_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-1 div.room-3 {
        height: 475px;
        background: url('../images/pc/room/img_room1_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-1 div.room-4 {
        height: 475px;
        background: url('../images/pc/room/img_room1_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-1 div.room-5 {
        height: 475px;
        background: url('../images/pc/room/img_room1_5.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    /*room2*/
    div.rooms div.left-wide div.left div.type-slide-2 div.room-1 {
        height: 475px;
        background: url('../images/pc/room/img_room2_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-2 div.room-2 {
        height: 475px;
        background: url('../images/pc/room/img_room2_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-2 div.room-3 {
        height: 475px;
        background: url('../images/pc/room/img_room2_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-2 div.room-4 {
        height: 475px;
        background: url('../images/pc/room/img_room2_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-2 div.room-5 {
        height: 475px;
        background: url('../images/pc/room/img_room2_5.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-2 div.room-6 {
        height: 475px;
        background: url('../images/pc/room/img_room2_6.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    /*room3*/
    div.rooms div.left-wide div.left div.type-slide-3 div.room-1 {
        height: 475px;
        background: url('../images/pc/room/img_room3_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-3 div.room-2 {
        height: 475px;
        background: url('../images/pc/room/img_room3_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-3 div.room-3 {
        height: 475px;
        background: url('../images/pc/room/img_room3_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-3 div.room-4 {
        height: 475px;
        background: url('../images/pc/room/img_room3_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    /*room4*/
    div.rooms div.left-wide div.left div.type-slide-4 div.room-1 {
        height: 475px;
        background: url('../images/pc/room/img_room4_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-4 div.room-2 {
        height: 475px;
        background: url('../images/pc/room/img_room4_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-4 div.room-3 {
        height: 475px;
        background: url('../images/pc/room/img_room4_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-4 div.room-4 {
        height: 475px;
        background: url('../images/pc/room/img_room4_4.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    /*room5*/
    div.rooms div.left-wide div.left div.type-slide-5 div.room-1 {
        height: 475px;
        background: url('../images/pc/room/img_room5_1.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-5 div.room-2 {
        height: 475px;
        background: url('../images/pc/room/img_room5_2.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
    div.rooms div.left-wide div.left div.type-slide-5 div.room-3 {
        height: 475px;
        background: url('../images/pc/room/img_room5_3.jpg') 50% 0 no-repeat;
        background-size: cover;
    }
}


/****** footer ******/
footer {
    height: auto;
    padding: 70px 0 70px 0;
    background: #353434;
    text-align: center;
}
footer div.menus {
    line-height: 40px;
    padding: 30px 0 20px 0;
}
footer div.menus a {
    display: inline-block;
    color: #f7f5f0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
}
footer div.private {
    line-height: 40px;
    padding: 0px 0 10px 0;
    color: #f7f5f0;
}
footer div.private a {
    display: inline-block;
    color: #f7f5f0;
    font-family: 'Pretendard';
    font-weight: 300;
    font-size: 14px;
    padding: 0 10px;
}
footer p {
    color: #f7f5f0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    padding: 5px 0;
}
footer div.sns {
    padding-top: 40px;
}
footer div.sns a {
    margin: 0 15px;
}
@media only screen and (max-width: 720px) {
    footer {
        height: auto;
        padding: 70px 0 70px 0;
        background: #353434;
        text-align: center;
    }
    footer div.menus a {
        font-size: 14px;
        padding: 0 10px;
    }
    footer p {
        font-size: 12px;
        padding: 3px 0;
    }
}

.swiper-button-next,.swiper-button-prev {
    margin-top: -73px !important;
    top: 50% !important;
}
@media only screen and (max-width: 720px) {
    .swiper-button-next,.swiper-button-prev {
        margin-top: -40px !important;
        top: 50% !important;
    }
}

div.if-award-area {
    padding: 100px 0;
    text-align: center;
    background: #fff;
}