.html {
    background-color: #e8e5e1;
}
html {
    scroll-behavior: smooth;
    scroll-margin-top: 100px;
}
.p-obj {
    display: block !important;
}
.m-obj {
    display: none !important;
}

#happyjung_popup .pop_dayClose {
    width: 49% !important;
}

@media (max-width: 1024px) {
    .p-obj {
        display: none !important;
    }
    .m-obj {
        display: block !important;
    }
}
.m-intro {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1111111111;
    animation-name: intro-bg5;
    animation-duration: 1s;
    animation-delay: 3.2s;
    animation-fill-mode: forwards;
}
.m-intro .box {
    position: relative;
    height: 100%;
}
.m-intro .box .bg {
    background-color: #635955;
    z-index: 11;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.m-intro .box .bg-top {
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    animation-name: intro-bg1;
}
.m-intro .box .bg-bottom {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    animation-name: intro-bg2;
}
.m-intro .box .line {
    position: absolute;
    top: 0;
    right: 30px;
    height: 0%;
    z-index: 111111111111;
    animation-name: intro-bg3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    width: 30px;
}
.m-intro .box .line img {
    height: 100%;
    max-height: 55%;
    width: 60px;
}
.m-intro .box .txt {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    /* animation-name: intro-bg4;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    clip-path: inset(0 100% 0 0); */
    z-index: 1111111111111;
}

.m-intro .box .txt h3 {
    color: #e8e5e1;
    font-family: 'HakgyoansimBareonbatangB';
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

@-webkit-keyframes intro-bg1 {
    0% {
        height: 50%;
    }
    100% {
        height: 0%;
    }
}
@-webkit-keyframes intro-bg2 {
    0% {
        height: 50%;
    }
    100% {
        height: 0%;
    }
}
@-webkit-keyframes intro-bg3 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
@-webkit-keyframes intro-bg4 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@-webkit-keyframes intro-bg5 {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@media (max-width: 1024px) {
    .m-intro {
        display: block;
    }
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px;
    transition: 0.3s;
    z-index: 222;
    transition: 0.3s;
    height: 100px;
}
#header:hover .header-wrap .nav ul li a + ul {
    opacity: 1;
    height: 220px;
}
#header:hover {
    height: 320px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}
#header.active {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}
#header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}
#header .header-wrap > * {
    flex: 1;
}

#header .header-wrap .header-right {
    justify-content: flex-end;
}
#header .header-wrap .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
#header .header-wrap .nav ul > li {
    position: relative;
    min-width: 120px;
    text-align: center;
}
#header .header-wrap .nav ul li a {
    font-size: 23px;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#header .header-wrap .nav ul li a + ul {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    transition: 0.3s;
    height: 0px;
    margin-top: 20px;
    overflow: hidden;
}
#header .header-wrap .nav ul li a + ul li {
    margin: 10px 0;
}
#header .header-wrap .nav ul li a + ul li a {
    font-size: 16px;
    font-family: 'HakgyoansimBareonbatangB';
}
#header .header-wrap .nav {
    transition: 0.3s;
}
#header .header-wrap .nav.active {
    opacity: 0;
}
#header .header-wrap .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}
#header .header-wrap .reser a {
    font-size: 18px;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#header .header-wrap .menu {
    position: relative;
    width: 35px;
    height: 35px;
    background-color: #635955;
    border-radius: 35px;
    cursor: pointer;
}
#header .header-wrap .menu span {
    position: absolute;
    left: 50%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: 0.3s;
}
#header .header-wrap .menu span:nth-child(1) {
    top: 40%;
    width: 17.5px;
    left: calc(50% - 1px);
}
#header .header-wrap .menu span:nth-child(2) {
    top: 60%;
    width: 21px;
}

@media (max-width: 1024px) {
    #header:hover {
        height: auto;
        background-color: transparent;
        padding: 20px;
    }
}
/* #header .header-wrap .menu.active span:nth-child(1){transform:translateX(-50%) rotate(45deg); width: 21px; top: 50%; left: 50%;}
#header .header-wrap .menu.active span:nth-child(2){transform:translateX(-50%) rotate(-45deg); top: 50%;} */

.screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 95%;
    background-image: url('../img/common/screen-bg.jpg');
    z-index: 1111;
    border-radius: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
}
.screen.active {
    opacity: 1;
    visibility: visible;
}

.screen .screen-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    height: 100%;
    position: relative;
}
.screen .screen-box .screen-close {
    position: absolute;
    top: 11px;
    right: 56px;
    cursor: pointer;
}

.screen .screen-box > ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
    max-width: 1920px;
    margin: 0 auto;
}
.screen .screen-box > ul li .thumbnail img {
    border-radius: 100px;
    padding: 10px;
    border: 1px solid #635955;
}
.screen .screen-box > ul li .thumbnail {
    margin-bottom: 35px;
}
.screen .screen-box > ul > li {
    width: 100%;
    max-width: 330px;
}
.screen .screen-box > ul > li > a {
    font-size: 45px;
    font-family: 'Cormorant', serif;
    color: #635955;
    font-weight: 500;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.screen .screen-box > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #635955;
    opacity: 0.5;
}
.screen .screen-box > ul > li > a::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    background-image: url('../img/common/arrow-btn.svg');
    width: 18px;
    height: 8px;
    transform: translateY(-50%);
}
.screen .screen-box > ul > li > a + ul {
    margin-top: 20px;
}
.screen .screen-box > ul > li > a + ul li a {
    font-size: 21px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
    margin: 10px 0;
}
.screen .screen-box > ul li a {
    transition: 0.3s;
}
.screen .screen-box > ul li a:hover {
    color: #e57a68;
}
.screen .screen-box .screen-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0;
    background-color: #e8e5e1;
    border-radius: 0 0 10px 10px;
}
.screen .screen-box .screen-bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen .screen-box .screen-bottom ul li {
    padding: 0 60px;
}
.screen .screen-box .screen-bottom ul li:nth-child(2) {
    border-left: 1px solid rgba(99, 89, 85, 0.5);
    border-right: 1px solid rgba(99, 89, 85, 0.5);
}
.screen .screen-box .screen-bottom ul li a {
    font-size: 25px;
    font-family: 'Cormorant', serif;
    color: #635955;
}

@media (max-width: 1024px) {
    #header .header-wrap > .logo img {
        max-width: 40px;
        width: 100%;
    }
    .screen .screen-box .screen-close {
        right: 30px;
        top: 15px;
    }
    #header .header-wrap .nav ul li a + ul {
        display: none;
    }
    #header {
        padding: 20px;
        box-sizing: border-box;
    }
    #header .header-wrap .nav ul {
        display: none;
    }
    .screen .screen-box > ul > li {
        max-width: 100%;
    }
    .screen .screen-box {
        padding: 0 40px 0 20px;
        box-sizing: border-box;
    }
    .screen .screen-box > ul li .thumbnail {
        display: none;
    }
    .screen .screen-box > ul > li > a {
        box-sizing: border-box;
    }
    .screen .screen-box > ul {
        flex-direction: column;
        gap: 20px;
    }
    .screen .screen-box > ul > li > a {
        font-size: 20px;
    }
    .screen .screen-box > ul > li > a + ul li a {
        margin: 5px;
    }
    .screen .screen-box > ul > li > a + ul li a {
        font-size: 14px;
    }
    .screen .screen-box .screen-bottom ul li a {
        font-size: 17px;
    }
    .screen .screen-box .screen-bottom {
        padding: 25px 0;
    }
    .screen-box ul ul {
        display: none;
    }
    .screen-box li.active > ul {
        display: block;
    }
    .screen-box li > a {
        position: relative;
    }
    .screen .screen-box .screen-bottom ul li {
        padding: 0 30px;
    }
    .screen-box li.active > a::after {
        transform: translateY(-50%) rotate(0deg);
    }
}
@media (min-width: 2040px) {
    .screen {
        height: 97%;
    }
    .screen .screen-box .screen-close {
        top: 10px;
        right: 79px;
    }
}

/* main */

#main .main-slide {
    height: 100vh;
}
#main .main-slide iframe {
    height: 1071px !important;
}
#main .main-slide .box .swiper-pagination {
    color: #fafaf8 !important;
    bottom: 17%;
}
#main .main-slide .box,
#main .main-slide .box .main-swiper,
#main .main-slide .box .main-swiper-mobile,
#main .main-slide .box .main-swiper .swiper-wrapper,
#main .main-slide .box .main-swiper-mobile .swiper-wrapper,
#main .main-slide .box .main-swiper .swiper-wrapper .swiper-slide,
#main .main-slide .box .main-swiper-mobile .swiper-wrapper .swiper-slide {
    height: 100%;
}
#main .main-slide .box {
    position: relative;
}
#main .m-video-sec {
    display: none;
    background-color: #e8e5e1;
    z-index: 10;
    position: relative;
    padding: 100px 0 50px 0;
}
#main .main-slide .box .txt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    clip-path: inset(0 100% 0 0);
    animation: scrollTxtRow 2s 1s forwards;
}
#main .main-slide .box .txt h5 {
    font-family: 'Cormorant', serif;
    font-size: 22px;
}
#main .main-slide .box .txt p {
    font-family: 'HakgyoansimBareonbatangB';
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}
@-webkit-keyframes scrollTxtRow {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@media (min-width: 2000px) {
    #main .main-slide iframe {
        height: 1430px !important;
    }
}
#main .main-slide .box .main-swiper .thumbnail img,
#main .main-slide .box .main-swiper-mobile .thumbnail img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
#main .box .main-swiper .swiper-button-next:after,
#main .box .main-swiper-mobile .swiper-button-next:after,
#main .main-slide .box .main-swiper .swiper-rtl .swiper-button-prev:after,
#main .main-slide .box .main-swiper-mobile .swiper-rtl .swiper-button-prev:after,
#main .main-slide .box .main-swiper .swiper-button-prev:after,
#main .main-slide .box .main-swiper-mobile .swiper-button-prev:after,
#main .main-slide .box .main-swiper .swiper-rtl .swiper-button-next:after,
#main .main-slide .box .main-swiper-mobile .swiper-rtl .swiper-button-next:after {
    content: '';
    color: #fff;
}
#main .main-slide .box .main-swiper .swiper-button-next,
#main .main-slide .box .main-swiper .swiper-button-prev,
#main .main-slide .box .main-swiper-mobile .swiper-button-next,
#main .main-slide .box .main-swiper-mobile .swiper-button-prev {
    color: #fff;
    opacity: 1;
    top: auto;
    bottom: 15%;
}
#main .main-slide .box .main-swiper .swiper-button-next,
#main .main-slide .box .main-swiper-mobile .swiper-button-next {
    right: 5%;
}
#main .main-slide .box .main-swiper .swiper-button-next::after,
#main .main-slide .box .main-swiper-mobile .swiper-button-next::after {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
#main .main-slide .box .main-swiper .swiper-button-prev::after,
#main .main-slide .box .main-swiper-mobile .swiper-button-prev::after {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
#main .main-slide .box .main-swiper .swiper-button-prev:hover::after,
#main .main-slide .box .main-swiper-mobile .swiper-button-prev:hover::after {
    width: 130px;
}
#main .main-slide .box .main-swiper .swiper-button-next:hover::after,
#main .main-slide .box .main-swiper-mobile .swiper-button-next:hover::after {
    width: 130px;
}
#main .main-slide .box .main-swiper .swiper-button-prev,
#main .main-slide .box .main-swiper-mobile .swiper-button-prev {
    left: 5%;
}

@media (max-width: 1024px) {
    #main .main-slide iframe {
        display: none;
    }
    #main .m-video-sec {
        display: block;
        padding: 100px 20px;
    }
    #main .m-video-sec iframe {
        height: 180px !important;
        width: 100% !important;
    }
    #main .main-slide .box .txt {
        display: none;
    }
    #main .main-slide {
        height: 100vh;
    }
    #main .main-slide .box,
    #main .main-slide .box .main-swiper,
    #main .main-slide .box .main-swiper-mobile,
    #main .main-slide .box .main-swiper .swiper-wrapper,
    #main .main-slide .box .main-swiper-mobile .swiper-wrapper,
    #main .main-slide .box .main-swiper .swiper-wrapper .swiper-slide,
    #main .main-slide .box .main-swiper-mobile .swiper-wrapper .swiper-slide,
    #main .main-slide .box .main-swiper .swiper-wrapper .swiper-slide .thumbnail,
    #main .main-slide .box .main-swiper-mobile .swiper-wrapper .swiper-slide .thumbnail,
    #main .main-slide .box .main-swiper .swiper-wrapper .swiper-slide img,
    #main .main-slide .box .main-swiper-mobile .swiper-wrapper .swiper-slide img {
        height: 100%;
    }
    #main .main-slide .box .main-swiper .swiper-button-next,
    #main .main-slide .box .main-swiper .swiper-button-prev,
    #main .main-slide .box .main-swiper-mobile .swiper-button-next,
    #main .main-slide .box .main-swiper-mobile .swiper-button-prev {
        font-size: 14px;
    }
    #main .main-slide .box .main-swiper .swiper-button-next::after,
    #main .main-slide .box .main-swiper-mobile .swiper-button-next::after {
        width: 80px;
    }
    #main .main-slide .box .main-swiper .swiper-button-prev::after,
    #main .main-slide .box .main-swiper-mobile .swiper-button-prev::after {
        width: 80px;
    }
}
#main .main-about {
    padding: 200px 0;
    background-color: #e8e5e1;
}
#main .main-about .box {
    max-width: 1460px;
    margin: 0 auto;
}
#main .main-about .box .thumbnails {
    display: flex;
    gap: 80px;
}
#main .main-about .box .thumbnails img {
    width: 100%;
}
#main .main-about .box .thumbnails .img1 {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main .main-about .box .thumbnails .img2 {
    width: 65%;
}
#main .main-about .box .thumbnails .img1 h4 {
    font-size: 60px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    color: #635955;
}
#main .main-about .box .txt {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
#main .main-about .box .txt h2 {
    font-size: 85px;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    color: #635955;
}
#main .main-about .box .txt .description p {
    margin-right: 50px;
    font-size: 20px;
    font-family: 'HakgyoansimBareonbatangR';
}
#main .main-about .box .txt .description {
    align-self: flex-end;
}
#main .main-about .box .txt .description .link-area {
    text-align: right;
    font-size: 20px;
    margin-top: 20px;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#main .main-about .box .txt .description .link-area a {
    padding-left: 80px;
    padding-bottom: 5px;
    border-bottom: 1px solid #635955;
    transition: 0.3s;
}
#main .main-about .box .txt .description .link-area a:hover {
    border-color: #e58068;
    color: #e58068;
}
@media (max-width: 1024px) {
    #main .main-about {
        padding: 50px 0;
    }
    #main .main-about .box {
        padding: 0 20px;
    }
    #main .main-about .box .thumbnails {
        flex-direction: column;
    }
    #main .main-about .box .thumbnails .img1 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: unset;
        gap: 20px;
    }
    #main .main-about .box .thumbnails .img1 img {
        width: 100%;
        max-width: 130px;
    }
    #main .main-about .box .thumbnails .img1 .img {
    }
    #main .main-about .box .thumbnails {
        gap: 20px;
    }
    #main .main-about .box .thumbnails .img2 {
        width: 100%;
    }
    #main .main-about .box .thumbnails .img1 .disc h4 {
        font-size: 21px;
        line-height: 1.3;
    }
    #main .main-about .box .thumbnails .img1 .disc h2 {
        font-family: 'Cormorant', serif;
        color: #635955;
        font-size: 24px;
        margin-top: 10px;
    }
    #main .main-about .box .thumbnails .img1 .disc {
        align-self: end;
    }
    #main .main-about .box .txt {
        margin-top: 20px;
    }
    #main .main-about .box .txt .description {
        align-self: flex-start;
    }
    #main .main-about .box .txt .description p {
        font-size: 13px;
        margin-right: 0;
    }
    #main .main-about .box .txt .description .link-area {
        font-size: 14px;
    }
}
.main-vid-area {
    margin-top: 200px;
    background-color: #e8e5e1;
    height: 800px;
    background-color: #e8e5e1;
    position: relative;
}
.main-vid-area .video-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #e8e5e1;
}
.main-vid-area .video-box iframe {
    width: 100% !important;
}
.main-vid-area .abs-txt {
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: right;
    z-index: 2;
    width: 100%;
    max-width: 1460px;
    color: #fff;
    font-size: 20px;
    font-family: 'HakgyoansimBareonbatangB';
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.main-vid-area .abs-txt h4 {
    font-family: 'HakgyoansimBareonbatangB';
}
#main section {
    position: relative;
    z-index: 5;
}
/* .main-vid-area .video-box{background-image: url('../img/md_video.jpg'); background-attachment: fixed; background-position:center; background-size: cover; height: 796px;} */
#main .main-vid-area {
    z-index: 0;
}
@media (max-width: 1024px) {
    #main {
        background-color: #e8e5e1;
    }
    .main-vid-area {
        padding-top: 100px;
        margin-top: 0;
    }
    .main-vid-area {
        height: auto;
    }
    .main-vid-area .video-box {
        position: relative;
    }
    .main-vid-area .video-box iframe {
        width: 100% !important;
        height: 200px !important;
    }
    .main-vid-area .abs-txt {
        left: auto;
        right: 5%;
        top: 40%;
        width: 70%;
    }
    .main-vid-area .abs-txt h4 {
        font-size: 14px;
    }
    #room .room-space .box .thumbnail .room_b {
        font-size: 14px !important;
        margin: 10px 0px;
    }
}
#room .room-space .box .room_b {
    font-family: 'HakgyoansimBareonbatangB';
}

.room-prev-slide .room-prev-swiper .swiper-button-prev:after,
.room-prev-slide .room-prev-swiper .swiper-rtl .swiper-button-next:after,
.room-prev-slide .room-prev-swiper .swiper-button-next:after,
.room-prev-slide .room-prev-swiper.swiper-rtl .swiper-button-prev:after {
    content: '';
}
.room-prev-slide .room-prev-swiper .swiper-button-prev {
    left: auto;
    top: auto;
    bottom: 2%;
    right: 10%;
}
.room-prev-slide .room-prev-swiper .swiper-button-next {
    left: auto;
    top: auto;
    bottom: 2%;
    right: 5%;
}
.room-preview {
    padding-top: 200px;
    overflow: hidden;
    background-color: #e8e5e1;
}
.room-preview .box {
    display: flex;
    padding-top: 10px;
}
.room-preview .box .room-introduction {
    width: 45%;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}
.room-preview .box .room-introduction::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #69605d;
    opacity: 0.5;
}
.room-preview .box .room-prev-slide {
    width: 55%;
    margin-left: 80px; /*cursor:url('../img/common/cursor.svg')2 2, auto ;*/
}
.room-preview .box .room-introduction .thumbnail img,
.room-preview .box .room-prev-slide .swiper-slide .thumbnail img {
    width: 100%;
}
.room-preview .box .room-prev-slide .room-prev-slide2 {
    margin-top: 40px;
}
.room-preview .box .room-prev-slide a {
    cursor: url(../img/common/cursor.svg) 2 2, auto;
}
.room-preview .box .room-prev-slide .room-prev-slide2 .thumbnail img {
    max-height: 658px;
    width: 100%;
    object-fit: cover;
}
.room-preview .box .room-prev-slide .room-prev-slide3 {
    align-self: flex-end;
}
.room-preview .box .room-prev-slide .room-prev-slide4 {
    align-self: center;
}
.room-preview .box .room-introduction .txt {
    margin-top: 70px;
}
.room-preview .box .room-introduction .txt p {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-family: 'HakgyoansimBareonbatangR';
}
.room-preview .box .room-introduction .txt .more {
    text-align: right;
    margin-top: 50px;
    font-size: 20px;
    font-family: 'Cormorant', serif;
}
.room-preview .box .room-introduction .txt .more a {
    color: #635955;
    transition: 0.3s;
    position: relative;
    padding-left: 20px;
}
.room-preview .box .room-introduction .txt .more a:hover {
    color: #e58068;
}
.room-preview .box .room-introduction .txt .more a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #635955;
    width: 100%;
    height: 1px;
    transition: 0.3s;
}
.room-preview .box .room-introduction .txt .more a:hover::after {
    background-color: #e58068;
}
.room-preview .box .room-prev-slide .room-name {
    font-family: 'Cormorant', serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #635955;
}
.room-preview .box .room-prev-slide .room-name span {
    position: relative;
}
.room-preview .box .room-prev-slide .room-name span::after {
    content: ',';
    position: absolute;
    top: -40px;
    right: -15px;
    font-size: 60px;
    color: #e58068;
}
@media (max-width: 1024px) {
    .room-prev-slide .room-prev-swiper .swiper-button-prev {
        bottom: auto;
        right: 18%;
        left: auto;
        top: 5%;
    }
    .room-prev-slide .room-prev-swiper .swiper-button-next {
        bottom: auto;
        right: 8%;
        left: auto;
        top: 5%;
    }
    .room-preview {
        padding-top: 100px;
    }
    .room-preview .box {
        flex-direction: column;
        padding-top: 0;
    }

    .room-preview .box .room-introduction {
        display: flex;
        padding-right: 0;
        gap: 10px;
        margin-bottom: 50px;
    }
    .room-preview .box .room-introduction > div {
        width: 50%;
    }
    .room-preview .box .room-introduction .txt {
        margin-top: 0;
    }
    .room-preview .box .room-introduction .txt p {
        font-size: 12px !important;
    }
    .room-preview .box .room-introduction .txt .more a {
        font-size: 12px;
    }
    .room-preview .box .room-introduction .txt .more {
        margin-top: 0;
        padding-right: 20px;
    }
    .room-preview .box .room-introduction,
    .room-preview .box .room-prev-slide {
        width: 100%;
    }
    .room-preview .box .room-prev-slide {
        margin-left: 0;
        padding: 0 20px;
    }
    .room-preview .box .room-prev-slide .room-name img {
        max-width: 130px;
    }
    .room-preview .box .room-prev-slide .room-name {
        font-size: 20px;
    }
    .room-preview .box .room-prev-slide .room-name span::after {
        font-size: 40px;
    }
    .room-preview .box .room-prev-slide .room-name span::after {
        top: -30px;
        right: -10px;
    }
    .room-preview .box .room-introduction::after {
        display: none;
    }
    .room-preview .room-prev-swiper {
        padding-top: 10px;
    }
    .room-preview .box .room-prev-slide .room-prev-slide2 {
        margin-top: 0;
    }
    .room-preview .box .room-prev-slide .room-prev-slide2 .thumbnail img,
    .room-preview .box .room-prev-slide .room-prev-slide2 {
        max-height: 160px;
    }
}
@media (min-width: 2040px) {
    .room-preview .box {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.main-seasons {
    padding-top: 200px;
    background-color: #e8e5e1;
}
.main-seasons .box {
    position: relative;
}
.main-seasons .box .mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #e8e5e1 0%, rgba(232, 229, 225, 0) 20%, rgba(232, 229, 225, 0) 80%, #e8e5e1 100%);
    z-index: 1;
}
.main-seasons .box .txt {
    position: absolute;
    top: 50%;
    right: 00%;
    width: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.main-seasons .box.box.aos-animate .txt2 {
    animation: scrollTxtRow2 2s 0.5s forwards;
    clip-path: inset(0 100% 0 0);
}
@-webkit-keyframes scrollTxtRow2 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.main-seasons .box .txt p {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'HakgyoansimBareonbatangB';
    font-size: 20px;
}
.main-seasons .box .txt1 {
    top: 20%;
    left: 15%;
    font-size: 85px;
    font-family: 'Cormorant', serif;
    color: #fff;
}
.main-seasons .box .seasons-swiper .swiper-slide img {
    width: 100%;
    min-height: 230px;
}
@media (max-width: 1024px) {
    .main-seasons {
        padding-top: 100px;
    }
    .main-seasons .box .txt {
        width: 90%;
        right: auto;
        left: 20px;
        top: auto;
        bottom: 40px;
        transform: translateY(0);
        right: 85px;
    }
    .main-seasons .box .txt p {
        font-size: 10px;
        white-space: nowrap;
    }

    .main-seasons .box .txt1 {
        font-size: 28px;
        top: 15%;
        left: 20px;
    }
}
.special-preview {
    padding-top: 200px;
    background-color: #e8e5e1;
}
.special-preview .box {
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}
.special-preview .box .special-preview-swiper {
    padding: 0 60px 0 20px;
}
.special-preview .box .slide-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.special-preview .box .slide-box .sub-thumbnail img {
    max-width: 300px;
}
.special-preview .box .slide-box .sub-thumbnail {
    position: relative;
}
.special-preview .box .slide-box .sub-thumbnail::after {
    content: 'SPECIAL';
    position: absolute;
    left: 70%;
    top: 45%;
    transform: rotate(90deg) translateY(-50%);
    color: #69605d;
    font-size: 50px;
    font-family: 'Cormorant', serif;
    transition: 1s all;
    opacity: 0;
}

.special-preview .box .slide-box .sub-thumbnail.aos-animate::after {
    opacity: 1;
    transition-delay: 1s;
}

.special-preview .box .slide-txt {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 54%;
    transform: translate(-50%);
    mix-blend-mode: color-dodge;
}
.special-preview .box .slide-txt .txt-box {
    display: flex;
    position: relative;
}
.special-preview .box .slide-txt .txt-box::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 95%;
    height: 1px;
    background-color: #8f8f8f;
    mix-blend-mode: difference;
}
.special-preview .box .slide-txt .special-title {
    text-align: right;
    margin-top: -60px;
    color: #fff;
    margin-right: 60px;
}
.special-preview .box .slide-txt .special-title h4 {
    font-family: 'Cormorant', serif;
    font-size: 40px;
}
.special-preview .box .slide-txt .special-title h5 {
    font-family: 'HakgyoansimBareonbatangB';
    font-size: 20px;
    margin-top: 20px;
}
.special-preview .box .slide-txt p {
    color: #231f20;
    font-family: 'HakgyoansimBareonbatangB';
}
.special-preview .box .swiper-button-next:after,
.special-preview .box .swiper-rtl .swiper-button-prev:after,
.special-preview .box .swiper-button-prev:after,
.special-preview .box .swiper-rtl .swiper-button-next:after {
    content: '';
}
.special-preview .box .swiper-button-next {
    top: 45%;
    right: 36.6%;
}
.special-preview .box .swiper-button-prev {
    top: 45%;
    left: 58%;
}
.special-preview .box .m-special-preview-swiper .swiper-button-prev {
    display: none;
}
.special-preview .box .m-special-preview-swiper .swiper-button-next {
    display: none;
}
.special-preview .box .m-special-preview-swiper .thumbnail img {
    width: 100%;
}
@media (max-width: 1024px) {
    .special-preview {
        padding-top: 100px;
    }
    .special-preview .box .m-special-preview-swiper {
        padding: 0 40px 0 20px;
    }
    .special-preview .box .slide-box {
        align-items: flex-end;
        gap: 20px;
    }
    .special-preview .box .slide-box .sub-thumbnail::after {
        font-size: 20px;
        left: 75%;
        top: 50%;
    }
    .special-preview .box .m-special-preview-swiper .swiper-button-prev {
        display: block;
        top: 90%;
        left: 72%;
        transform: rotate(90deg);
    }
    .special-preview .box .m-special-preview-swiper .swiper-button-next {
        display: block;
        top: 90%;
        right: 11%;
        transform: rotate(90deg);
    }
    .special-preview .box .m-special-preview-swiper .main-thumbnail {
        width: 60%;
    }
    .special-preview .box .m-special-preview-swiper .sub-thumbnail {
        width: 40%;
    }
    .special-preview .box .m-special-preview-swiper p {
        margin-top: 20px;
        font-family: 'HakgyoansimBareonbatangB';
        font-size: 13px;
    }
    .special-preview .box .m-special-preview-swiper h5 {
        font-family: 'Cormorant', serif;
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.main-reservation {
    padding-top: 200px;
    background-color: #e8e5e1;
}
.main-reservation .video-box {
    position: relative;
}
.main-reservation .video-box iframe {
    width: 100%;
    height: 523px !important;
}
.main-reservation .video-box .video-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 -200%, rgba(102, 102, 102, 0) 100%);
    opacity: 0;
    transition: 1s;
}
.main-reservation.active .video-box .video-box-bg {
    opacity: 1;
}
.main-reservation .video-box .txt {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 1;
}
.main-reservation .video-box .txt p {
    color: #fff;
    font-family: 'HakgyoansimBareonbatangB';
    margin-bottom: 20px;
}
.main-reservation .video-box .txt a {
    color: #fff;
    position: relative;
}
.main-reservation .video-box .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
.main-reservation .video-box .txt a img {
    transition: 0.3s;
}
@media (max-width: 1024px) {
    .main-reservation .video-box iframe {
        height: 224px !important;
    }
    .main-reservation {
        padding-top: 100px;
    }
    .main-reservation .video-box .thumbnail img {
        min-height: 180px;
    }
    .main-reservation .video-box .txt p {
        font-size: 11px;
        margin-bottom: 15px;
    }
    .main-reservation .video-box .more img {
        max-width: 90px;
    }
}
@media (min-width: 2040px) {
    .main-reservation .video-box iframe {
        height: 730px !important;
    }
}

/* footer */
#footer {
    background-color: #635955;
    padding: 100px 0 150px 0;
    position: relative;
    z-index: 11;
    margin-top: -20px;
}
#footer .box {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .box .company-info ul li {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 30px;
}
#footer .box .company-info ul li h3 {
    width: 200px;
    font-size: 32px;
    font-family: 'Cormorant', serif;
    color: #fff;
}
#footer .box .company-info ul li h3 span {
    color: #fff;
}
#footer .box .company-info ul li:nth-child(3) {
    align-items: flex-start;
}
#footer .box .company-info ul li span {
    font-family: 'HakgyoansimBareonbatangB';
}
#footer .box .tab .tab-disc {
    display: none;
}
#footer .box .tab {
    margin-bottom: 20px;
    font-family: 'HakgyoansimBareonbatangB';
}

#footer .box .tab .tab-tit {
    color: #e8e5e1;
    cursor: pointer;
    margin-bottom: 10px;
}
#footer .box .tab .tab-tit img {
    transform: rotate(180deg);
}
#footer .box .tab .tab-tit.active img {
    transform: rotate(360deg);
}
#footer .box .tab .tab-disc p {
    color: #e8e5e1;
    font-family: 'HakgyoansimBareonbatangB';
}
#footer .box .sns-nav .top-btn {
    text-align: right;
    margin-bottom: 50px;
    padding-right: 50px;
    cursor: pointer;
}
#footer .box .sns-nav ol {
    display: flex;
    align-items: center;
}
#footer .box .sns-nav ol li {
    padding: 0 30px;
    font-family: 'Cormorant', serif;
    color: #e8e5e1;
    font-size: 25px;
}
#footer .box .sns-nav ol li:nth-child(2) {
    border-left: 1px solid #e8e5e1;
    border-right: 1px solid #e8e5e1;
}
#footer .box .call {
    font-size: 32px;
    font-family: 'HakgyoansimBareonbatangB';
    font-weight: 700;
    color: #e8e5e1;
    margin-bottom: 50px;
}
#footer .box .copylight {
    margin-top: 40px;
}
#footer .box .copylight a,
#footer .box .copylight p {
    color: #e8e5e1;
    font-family: 'Pretendard';
}
#footer .box .copylight > a {
    margin-top: 10px;
    border-bottom: 1px solid #e8e5e1;
}

@media (max-width: 1024px) {
    #footer {
        padding: 50px 20px;
    }
    #footer .box .sns-nav {
        display: none;
    }
    #footer .box .call {
        margin-bottom: 30px;
        font-size: 22px;
    }
    #footer .box .company-info ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    #footer .box .company-info ul li h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    #footer .box .tab .tab-disc p,
    #footer .box .company-info ul li span {
        font-size: 13px;
    }
    #footer .box .copylight a,
    #footer .box .copylight p {
        font-size: 10px;
    }
}

/* prologue*/
.sub-page .sub-top-slide .box {
    position: relative;
}
.sub-page .sub-top-slide .box .swiper-pagination {
    color: #fafaf8;
    bottom: 17%;
}
.sub-page .sub-top-slide .box .main-swiper .thumbnail img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.sub-page .box .main-swiper .swiper-button-next:after,
.sub-page .sub-top-slide .box .main-swiper .swiper-rtl .swiper-button-prev:after,
.sub-page .sub-top-slide .box .main-swiper .swiper-button-prev:after,
.sub-page .sub-top-slide .box .main-swiper .swiper-rtl .swiper-button-next:after {
    content: '';
    color: #fff;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-next,
.sub-page .sub-top-slide .box .main-swiper .swiper-button-prev {
    color: #fff;
    opacity: 1;
    top: auto;
    bottom: 20%;
}

.sub-page .sub-top-slide .box .main-swiper .swiper-button-next {
    right: 5%;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-next::after {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-prev::after {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-next:hover::after {
    width: 130px;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-prev:hover::after {
    width: 130px;
}
.sub-page .sub-top-slide .box .main-swiper .swiper-button-prev {
    left: 5%;
}

.sub-page .sub-top-slide .box .main-swiper-mobile .thumbnail img {
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.sub-page .box .main-swiper-mobile .swiper-button-next:after,
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-rtl .swiper-button-prev:after,
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev:after,
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-rtl .swiper-button-next:after {
    content: '';
    color: #fff;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next,
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev {
    color: #fff;
    opacity: 1;
    top: auto;
    bottom: 20%;
}

.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next {
    right: 5%;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next::after {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev::after {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 80px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next:hover::after {
    width: 130px;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev:hover::after {
    width: 130px;
}
.sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev {
    left: 5%;
}

.sub-page .sub-top-slide .box .top-slide-txt {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.sub-page .sub-top-slide .box .top-slide-txt h3 {
    color: #fafaf8;
    font-size: 42px;
    font-weight: 500;
    font-family: 'Cormorant', serif;
}
@media (max-width: 1024px) {
    .sub-page .sub-top-slide .box .txt {
        display: none;
    }
    .sub-page .sub-top-slide {
        height: 100%;
    }
    .sub-page .sub-top-slide .box,
    .sub-page .sub-top-slide .box .main-swiper,
    .sub-page .sub-top-slide .box .main-swiper .swiper-wrapper,
    .sub-page .sub-top-slide .box .main-swiper .swiper-wrapper .swiper-slide,
    .sub-page .sub-top-slide .box .main-swiper .swiper-wrapper .swiper-slide .thumbnail,
    .sub-page .sub-top-slide .box .main-swiper .swiper-wrapper .swiper-slide img {
        height: 100%;
    }

    .sub-page .sub-top-slide .box .swiper-pagination {
        color: #fafaf8;
        bottom: 3%;
    }

    .sub-page .sub-top-slide .box .main-swiper .swiper-button-next,
    .sub-page .sub-top-slide .box .main-swiper .swiper-button-prev {
        font-size: 14px;
    }
    .sub-page .sub-top-slide .box .main-swiper .swiper-button-next::after {
        width: 80px;
        color: #fff;
    }
    .sub-page .sub-top-slide .box .main-swiper .swiper-button-prev::after {
        width: 80px;
        color: #fff;
    }

    .sub-page .sub-top-slide .box .swiper-pagination {
        color: #fafaf8;
        bottom: 3%;
    }
    .sub-page .sub-top-slide .box .main-swiper .swiper-wrapper .swiper-slide img {
        height: 500px;
        object-fit: cover;
    }
    .sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next,
    .sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev {
        font-size: 14px;
        color: #fff;
    }
    .sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-next::after {
        width: 80px;
    }
    .sub-page .sub-top-slide .box .main-swiper-mobile .swiper-button-prev::after {
        width: 80px;
    }
}
@media (min-width: 2040px) {
    .sub-page .sub-top-slide .box .main-swiper .swiper-button-next,
    .sub-page .sub-top-slide .box .main-swiper .swiper-button-prev {
        bottom: 20%;
    }
}
#prologue {
    background-color: #e8e5e1;
}
#prologue .prologue-about {
    background-color: #e8e5e1;
    padding: 200px 0;
}
#prologue .prologue-about .box {
    max-width: 1460px;
    margin: 0 auto;
}
#prologue .prologue-about .box .about-content {
    display: flex;
    justify-content: space-between;
}
#prologue .prologue-about .box .about-content .thumbnail img {
    width: 100%;
}
#prologue .prologue-about .box .about-content .txt {
    margin-top: -30px;
}
#prologue .prologue-about .box .about-content .txt h4 {
    font-family: 'Cormorant', serif;
    font-size: 30px;
}
#prologue .prologue-about .box .about-content .txt p {
    font-family: 'HakgyoansimBareonbatangB';
    margin-top: 20px;
}

#prologue .prologue-about .box .thumbnails {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}
#prologue .prologue-about .box .thumbnails .img1 {
    margin-top: -150px;
}
#prologue .prologue-about .box .thumbnails img {
    width: 100%;
}
@media (max-width: 1024px) {
    #prologue .prologue-about {
        padding: 100px 0;
    }
    #prologue .prologue-about .box {
        padding: 0 20px;
    }
    #prologue .prologue-about .box .thumbnails .img1 {
        margin-top: -30px;
    }
    #prologue .prologue-about .box .about-content {
        flex-direction: column;
    }
    #prologue .prologue-about .box .thumbnails {
        margin-top: 50px;
        gap: 20px;
    }
    #prologue .prologue-about .box .about-content .txt {
        margin-top: 0;
        margin-bottom: 25px;
    }
    #prologue .prologue-about .box .about-content .txt h4 {
        font-size: 24px;
    }
    #prologue .prologue-about .box .about-content .txt p {
        font-size: 14px;
    }
}

#prologue .prologue-nature {
    background-color: #867b76;
    transition: 0.5s;
    padding: 200px 0 400px 0;
}
#prologue .prologue-nature.active {
    background-color: #e8e5e1;
}
#prologue .prologue-nature .box {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
}
#prologue .prologue-nature .box .thumbnail img {
    width: 100%;
    vertical-align: bottom;
    max-width: 458px;
}
#prologue .prologue-nature .box .thumbnail2 {
    margin-top: 100px;
    text-align: right;
}
#prologue .prologue-nature .box .prologue-line {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    transition: 5s;
    clip-path: inset(0 0 100% 0);
}
#prologue .prologue-nature.active .box .prologue-line {
    clip-path: inset(0);
}
#prologue .prologue-nature .box > .content {
    margin-bottom: 100px;
}
#prologue .prologue-nature .box > .content h3 {
    color: #e8e5e1;
    font-family: 'Cormorant', serif;
    font-size: 60px;
    line-height: 1.3;
}
#prologue .prologue-nature .box > .content .h3 {
    margin-bottom: 30px;
}
#prologue .prologue-nature .box > .content span {
    color: #e8e5e1;
}
#prologue .prologue-nature.active .box > .content span {
    color: #867b76;
}
#prologue .prologue-nature .box > .content p {
    color: #e8e5e1;
    font-family: 'HakgyoansimBareonbatangB';
    font-size: 20px;
}
#prologue .prologue-nature.active .box > .content h3 {
    color: #e8e5e1;
    transition: 0.3s;
}
#prologue .prologue-nature.active .box > .content p {
    color: #e8e5e1;
    transition: 0.3s;
}
#prologue .prologue-nature.active .box > .content p,
#prologue .prologue-nature.active .box > .content h3 {
    color: #867b76;
}

@media (max-width: 1024px) {
    #prologue .prologue-nature {
        padding: 100px 0;
    }
    #prologue .prologue-nature .box .prologue-line {
        left: 70%;
        top: 75%;
        width: auto;
    }
    #prologue .prologue-nature .box > div {
        width: 100%;
    }
    #prologue .prologue-nature .box > .thumbnail {
        padding: 0 20px;
        position: relative;
        z-index: 2;
        box-sizing: border-box;
    }
    #prologue .prologue-nature .box > .thumbnail img {
        max-width: 50%;
    }
    #prologue .prologue-nature .box > .content {
        box-sizing: border-box;
        width: 100%;
        padding: 35px 20px;
        margin-bottom: 40px;
    }
    #prologue .prologue-nature .box {
        flex-direction: column;
    }
    #prologue .prologue-nature .box .thumbnail img {
        object-fit: cover;
    }
    #prologue .prologue-nature .box > .content h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    #prologue .prologue-nature .box > .content p {
        font-size: 16px;
    }
}

/* room */
#room {
    background-color: #e8e5e1;
}
#room .room-infomation {
    margin-top: 200px;
}
#room .room-infomation .box {
    max-width: 1460px;
    margin: 0 auto;
}
#room .room-infomation .box > .txt > h3 span {
    color: #e58068;
}
#room .room-infomation .box > .txt > h3 span:first-child {
    color: #635955;
    font-size: 65px;
}

#room .room-infomation .video-wrap .box iframe {
    width: 100% !important;
    height: 719px !important;
}
#room .room-infomation .box .txt h3 {
    font-size: 80px;
    color: #635955;
    margin-bottom: 40px;
    font-family: 'Cormorant', serif;
}
#room .room-infomation .box .txt p {
    font-size: 20px;
    color: #635955;
}
#room .room-infomation .box .disc {
    text-align: center;
}
#room .room-infomation .box .txt span {
    font-family: 'HakgyoansimBareonbatangB';
}
#room .room-infomation .box .disc span {
    font-family: 'HakgyoansimBareonbatangB';
}
#room .room-infomation .box .disc p {
    font-size: 18px;
    color: #635955;
}
#room .room-infomation .video-wrap {
    padding: 40px 0;
}
#room .room-infomation .video-wrap img {
    width: 100%;
}

@media (max-width: 1024px) {
    #room .room-infomation {
        margin-top: 100px;
    }
    #room .room-infomation .video-wrap .box iframe {
        height: 180px !important;
    }
    #room .room-infomation .box {
        padding: 0 20px;
    }
    #room .room-infomation .box .txt h3 {
        font-size: 42px;
        margin-bottom: 20px;
    }
    #room .room-infomation .box .txt p {
        font-size: 14px;
    }
    #room .room-infomation .box .video-wrap .box {
        padding: 0;
    }
    #room .room-infomation .box .disc p {
        font-size: 14px;
    }
}

#room .room-experience {
    margin-top: 200px;
}
#room .room-experience .box {
    max-width: 1460px;
    margin: 0 auto;
}
#room .room-experience .box .txt h3 {
    font-size: 60px;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#room .room-experience .box .txt .tit {
    margin-bottom: 70px;
}

#room .room-experience .box .experience-img {
    display: flex;
    justify-content: center;
}
#room .room-experience .box .experience-img img {
    width: 100%;
    max-width: 470px;
}
#room .room-experience .box .experience-img .img2 p {
    text-align: right;
    font-family: 'Cormorant', serif;
    font-size: 20px;
    color: #635955;
    list-style-type: hei;
}
@media (max-width: 1024px) {
    #room .room-infomation .box > .txt > h3 span:first-child {
        font-size: 36px;
    }
    #room .room-experience {
        margin-top: 100px;
    }
    #room .room-experience .box {
        padding: 0 20px;
    }
    #room .room-experience .box .txt h3 {
        font-size: 32px;
    }
    #room .room-experience .box .experience-img .img2 p {
        font-size: 14px;
    }
}

#room .room-detail {
    margin-top: 200px;
}
#room .room-detail .box {
    max-width: 1460px;
    margin: 0 auto;
}
#room .room-detail .box ul li {
    display: flex;
    align-items: flex-start;
    color: #635955;
    margin-bottom: 65px;
}
#room .room-detail .box ul li h3 {
    font-size: 42px;
    line-height: 1;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#room .room-detail .box ul li h6 {
    font-size: 18px;
    font-family: 'HakgyoansimBareonbatangB';
    font-weight: 700;
    color: #635955;
    margin-bottom: 10px;
}
#room .room-detail .box ul li p {
    font-size: 18px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
}
#room .room-detail .box ul li .disc {
    margin-top: 10px;
}
#room .room-detail .box ul li p strong {
    font-weight: 700;
}
#room .room-detail .box ul li .txt h3 {
    width: 245px;
}
#room .room-detail .box ul li .discs p {
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    #room .room-detail {
        margin-top: 100px;
    }
    #room .room-detail .box {
        padding: 0 20px;
    }
    #room .room-detail .box ul li {
        flex-direction: column;
    }
    #room .room-detail .box ul li .txt h3 {
        width: 100%;
    }
    #room .room-detail .box ul li h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #room .room-detail .box ul li p {
        font-size: 14px;
    }
    #room .room-detail .box ul li {
        margin-bottom: 30px;
    }
    #room .room-detail .box ul li .discs p {
        margin-bottom: 10px;
    }
}

#room .room-price-table {
    width: 100%;
}
#room .room-price-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
#room .room-price-table thead th {
    background-color: #5c5149;
    color: #ffffff;
    font-weight: bold;
    padding: 16px 8px;
    border: 1px solid #5c5149;
}
#room .room-price-table tbody td {
    background-color: #fdfbf7;
    color: #333;
    padding: 14px 8px;
    border: 1px solid #e5e2dc;
}
#room .room-price-table td[rowspan] {
    background-color: #fdfbf7;
    font-weight: bold;
    color: #635955;
    vertical-align: middle;
}
#room .room-price-table .more {
    text-align: center;
    margin-top: 60px;
}
#room .room-price-table .more a {
    font-size: 25px;
    font-family: 'Pretendard';
    color: #635955;
}
#room .room-price-table .reservation-btn {
    font-size: 25px;
    color: #635955;
    margin-top: 50px;
    text-align: center;
}
#room .room-price-table .reservation-btn a {
    position: relative;
    transition: 0.3s;
}
#room .room-price-table .reservation-btn a:hover {
    color: #e58068;
}
#room .room-price-table .reservation-btn a::after {
    content: ',';
    position: absolute;
    top: -44px;
    right: -20px;
    font-size: 60px;
    font-family: 'HakgyoansimBareonbatangB';
}
#room .room-space {
    margin-top: 200px;
}
#room .room-space .box {
    max-width: 1460px;
    margin: 0 auto;
    display: flex;
}
#room .room-space .box .txt h3 {
    width: 245px;
}
#room .room-space .box .txt h3 {
    font-size: 42px;
    line-height: 1;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#room .room-space .box .thumbnail {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#room .room-space .box .thumbnail img {
    width: 100%;
    display: flex;
    font-family: 'HakgyoansimBareonbatangB';
}

#room .room-space .box .thumbnail .room_b {
    font-size: 17px;
    font-family: 'HakgyoansimBareonbatangB';
    text-align: center;
}

#room .room-space .box .thumbnail p {
    font-size: 14px;
}

#room .room-space .box .room-space-img {
    width: 100%;
}

#room .room-space .box .room-space-img.room4,
#room .room-space .box .room-space-img.room5 {
    display: flex;
}
#room .room-space .box .room-space-img.room1 img {
    max-width: 650px;
    width: 100%;
}
@media (max-width: 1024px) {
    #room .room-price-table .reservation-btn {
        margin-top: 20px;
    }
    #room .room-price-table .reservation-btn a::after {
        font-size: 40px;
        top: -30px;
        right: -15px;
    }
    #room .room-price-table .reservation-btn a {
        font-size: 16px;
    }
    #room .room-space {
        margin-top: 100px;
    }
    #room .room-price-table table {
        font-size: 12px;
    }
    #room .room-space .box {
        flex-direction: column;
    }
    #room .room-space .box .room-space-img.room1,
    #room .room-space .box .room-space-img.room4,
    #room .room-space .box .room-space-img.room5 {
        flex-direction: column;
    }
    #room .room-space {
        padding: 0 20px;
    }
    #room .room-space .box .txt h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

/* special */
#special {
    background-color: #e8e5e1;
}
#special .special-infomation {
    margin-top: 200px;
}
#special .special-infomation .txt {
    margin-bottom: 30px;
}
#special .special-infomation .txt,
#special .special-infomation .content {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 30px;
}
#special .special-infomation .content .disc {
    display: flex;
    justify-content: space-between;
}
#special .special-infomation .thumbnail {
    max-width: 1465px;
    position: relative;
    z-index: 22;
}
#special .special-infomation .thumbnail img {
    width: 100%;
}
#special .special-infomation .thumbnail iframe {
    width: 100% !important;
    height: 700px !important;
}
#special .special-infomation .thumbnail::after {
    content: '';
    position: absolute;
    bottom: -225px;
    right: -225px;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(99, 89, 85, 0.3);
    border-radius: 450px;
    z-index: -1;
}
#special .special-infomation .txt h3 {
    font-family: 'Cormorant', serif;
    font-size: 80px;
    color: #635955;
    margin-bottom: 30px;
}

#special .special-infomation .content p {
    font-size: 20px;
    color: #635955;
    font-family: 'Cormorant', serif;
    font-family: 'HakgyoansimBareonbatangB';
}

#special .special-infomation .content h6 {
    font-size: 22px;
    color: #635955;
    font-weight: 700;
    font-family: 'HakgyoansimBareonbatangB';
    margin-top: 20px;
}
#special .special-infomation .content span {
    font-size: 30px;
    font-family: 'Cormorant', serif;
    color: #635955;
    opacity: 0.5;
}

@media (max-width: 1024px) {
    #special .special-infomation {
        margin-top: 100px;
    }
    #special .special-infomation {
        padding: 0 20px;
    }
    #special .special-infomation .txt h3 {
        font-size: 42px;
    }
    #special .special-infomation .content span,
    #special .special-infomation .thumbnail::after {
        display: none;
    }
    #special .special-infomation .content p {
        font-size: 14px;
    }
    #special .special-infomation .content h6 {
        font-size: 16px;
    }
    #special .special-infomation .thumbnail iframe {
        height: 170px !important;
    }
}
#special .special-moment {
    margin-top: 200px;
    margin-left: 300px;
}
#special .special-moment .box {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 80px;
}
#special .special-moment .box .txt {
    margin-bottom: 50px;
}
#special .special-moment .box .txt span {
    font-size: 28px;
    color: #635955;
    font-family: 'Cormorant', serif;
    margin-bottom: 10px;
}
#special .special-moment .box .txt h4 {
    font-size: 50px;
    color: #635955;
    font-family: 'Cormorant', serif;
}
#special .special-moment .box .txt h6 {
    font-size: 20px;
    font-weight: 700;
    color: #635955;
    margin: 40px 0 20px 0;
    font-family: 'HakgyoansimBareonbatangB';
}
#special .special-moment .box .txt p {
    font-size: 20px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
}
#special .special-moment .box .img1 img {
    width: 100%;
    max-width: 587px;
}

#special .special-moment .box .img2 {
    width: 386px;
    height: 490px;
    overflow: hidden;
}

#special .special-moment .box .img2 img {
    width: 150%;
    height: 100%;
    transform: translateX(-25%);
}

@media (max-width: 1024px) {
    #special .special-moment {
        margin-left: 0;
    }
    #special .special-moment .box {
        flex-direction: column;
        padding: 0 20px;
        gap: 30px;
        align-items: flex-start;
    }
    #special .special-moment .box .txt span {
        font-size: 20px;
    }
    #special .special-moment .box .txt h4 {
        font-size: 32px;
    }
    #special .special-moment .box .txt h6 {
        font-size: 14px;
        margin: 25px 0 15px 0;
    }
    #special .special-moment .box .txt p {
        font-size: 14px;
    }
    #special .special-moment .box .txt {
        margin-bottom: 30px;
    }
    #special .special-moment .box .img2 img {
        max-width: 100%;
    }

    #special .special-moment .box .img2 {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
}

/* reser*/
#reser {
    background-color: #e8e5e1;
}

#reser .sub-top-area .thumbnail img {
    width: 100%;
    vertical-align: bottom;
}
#reser .sub-top-area {
    position: relative;
}
#reser .sub-top-area .mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #e8e5e1 10.28%, rgba(232, 229, 225, 0) 52.4%, rgba(232, 229, 225, 0) 164.61%);
}
#reser section.sub-top-area {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
#reser section:not(:nth-child(1)) {
    margin-left: 220px;
    margin-top: 200px;
}
#reser .center-txt {
    font-family: 'Cormorant', serif;
    text-align: center;
    margin-top: 70px;
    font-size: 42px;
    font-weight: 500;
    color: #635955;
}
#reser section .box > h3 {
    font-size: 42px;
    margin-bottom: 70px;
    font-weight: 500;
    color: #635955;
}
#reser section .box p {
    font-size: 20px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
    color: #635955;
}
#reser section .box p strong {
    font-weight: 700;
}
#reser section.reser-guide {
    margin-top: 70px;
    margin-right: 220px;
}
#reser .reser-guide .box .guide-box {
    display: flex;
}
#reser .reser-guide .box .guide-box > div {
    flex: 1;
}
#reser .reser-guide .box .guide-box .thumbnail img {
    width: 100%;
}
#reser .reser-guide .box .guide-box ul {
    margin-right: 150px;
}
#reser .reser-guide .box .guide-box ul li {
    margin-bottom: 40px;
}
#reser .reser-guide .box .guide-box ul li h6 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'HakgyoansimBareonbatangB';
    font-weight: 700;
    color: #635955;
}
#reser .reser-guide .box .guide-box ul li p {
    font-size: 20px;
    color: #635955;
}
@media (max-width: 1024px) {
    #reser .sub-top-area .thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    #reser section.reser-guide {
        margin-top: 40px;
    }
    #reser section:not(:nth-child(1)) {
        margin-left: 0;
    }
    #reser .reser-guide .box .guide-box {
        flex-direction: column;
        padding: 0 20px;
    }
    #reser .center-txt {
        font-size: 28px;
    }
    #reser .reser-guide .box .guide-box .thumbnail img {
        width: 100%;
    }
    #reser .reser-guide .box .guide-box ul li {
        margin-bottom: 20px;
    }
    #reser .reser-guide .box .guide-box ul li h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #reser .reser-guide .box .guide-box ul li p {
        font-size: 14px;
    }
    #reser .reser-guide .box .guide-box ul {
        margin-right: 0;
    }
}

#reser .reser-rules ol li p {
    margin-bottom: 20px;
}
@media (max-width: 1024px) {
    #reser .reser-rules {
        margin-top: 100px;
    }
    #reser .reser-rules .box {
        padding: 0 20px 0 30px;
    }

    #reser section:not(:nth-child(1)) {
        margin-top: 100px;
    }
    #reser section .box > h3 {
        margin-bottom: 40px;
    }
    #reser .reser-rules ol li p {
        font-size: 14px;
        margin-bottom: 10px;
        text-indent: -11px;
    }
}
#reser .reser-sec-img {
    margin-left: 0 !important;
}
#reser .reser-sec-img img {
    width: 100%;
}
#reser .reser-notice ul li {
    margin-bottom: 40px;
}
#reser .reser-notice ul li h5 {
    font-size: 22px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
    color: #635955;
    font-weight: 700;
    margin-bottom: 20px;
}
#reser .reser-notice ul li p {
    margin-left: 40px;
}
#reser .reser-notice ul li p strong {
    font-weight: 700;
}
@media (max-width: 1024px) {
    .reser-notice .box {
        padding: 0 20px;
    }
    #reser .reser-notice ul li h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #reser .reser-notice ul li p {
        font-size: 14px;
        margin-left: 30px;
    }
    #reser .reser-notice ul li .indent {
        text-indent: -8px;
        margin-left: 40px;
    }
    #reser .reser-notice ul li .indent-x {
        text-indent: 0px;
    }
    #reser section .box > h3 {
        font-size: 28px;
    }
    #reser .reser-notice ul li {
        margin-bottom: 20px;
    }
}

#reser .reser-refund .box > p {
    font-weight: 700;
}
#reser .reser-refund .refund-table {
    max-width: 1460px;
    margin-top: 50px;
}
#reser .reser-refund table {
    width: 100%;
    margin: 0px auto;
    border-collapse: collapse;
    border: 1px solid #23435a;
}
#reser .reser-refund table p {
    font-size: 15px;
}
#reser .reser-refund tr:first-child {
    border-bottom: 1px solid #dbd9d8;
}
#reser .reser-refund tr p {
    padding: 2px 30px;
}
#reser .reser-refund tr p {
    font-weight: 400;
    line-height: 1;
}
#reser .reser-refund tr:last-child td:last-child {
    color: #23435a;
    font-weight: 400;
}
#reser .reser-refund tr td:last-child p {
    border-right: 0;
}
#reser .reser-refund th {
    color: #ffffff;
    background-color: #635955;
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #f1efec;
    vertical-align: middle;
}
#reser .reser-refund th p {
    color: #f1efec;
    font-family: 'Pretendard';
}
#reser .reser-refund td p {
    font-family: 'Pretendard';
}
#reser .reser-refund td {
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    color: #746f69;
    vertical-align: middle;
    border-right: 1px solid #635955;
}
#reser .reser-refund th:last-child,
#reser .reser-refund td:last-child {
    border-right: none;
}
#reser .reser-refund td p strong {
    color: #bc3232;
    font-weight: 400;
}
#reser .reser-refund .refund-info {
}
#reser .reser-refund .refund-info p {
    color: rgba(23, 36, 57, 0.5);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
#reser .main-reservation {
    margin-left: 0 !important;
}

@media (max-width: 1024px) {
    #reser .reser-refund tr:first-child {
        border-bottom: none;
    }
    #reser .reser-refund {
        padding: 20px;
        box-sizing: border-box;
    }
    #reser .reser-refund .refund-info p {
        font-size: 14px;
        text-indent: -10px;
        margin-left: 10px;
    }
    #reser .reser-refund table {
        margin: 20px 0;
    }
    #reser .reser-refund table tbody {
        display: flex;
    }
    #reser .reser-refund table tbody tr {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    #reser .reser-refund table tbody th,
    #reser .reser-refund table tbody td {
        font-size: 14px;
    }
    #reser .reser-refund table tbody th,
    #reser .reser-refund table tbody td {
        padding: 10px 0;
        display: flex;
        justify-content: center;
    }
    #reser .reser-refund table tbody td p,
    #reser .reser-refund tr p {
        padding: 5px 0;
        text-align: center;
    }
    #reser .reser-refund .box > p {
        font-size: 14px;
    }
    #reser .reser-refund .refund-table {
        margin-top: 0;
    }
    #reser .main-reservation {
        padding-top: 0;
    }
    #reser .room-preview {
        padding-top: 0;
    }
    #reser section.reser-guide {
        margin-top: 40px;
        margin-right: 0;
    }
}

#reser .reser-nav {
    position: sticky;
    top: 70%;
    margin-left: 40px;
}
#reser .reser-nav .nav {
    display: flex;
    flex-direction: column;
}
#reser .reser-nav .nav ul li {
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.3s;
}
#reser .reser-nav .nav ul li::after {
    transition: 0.3s;
}
#reser .reser-nav .nav ul li.active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(105, 96, 93, 0.5);
}
#reser .reser-nav .nav ul li a {
    font-family: 'Cormorant', serif;
    font-size: 24px;
    color: #635955;
}
#reser section {
    scroll-margin-top: 200px;
}
@media (max-width: 1024px) {
    #reser .reser-nav {
        display: none;
    }
}
/* tour */
#tour {
    background-color: #e8e5e1;
}
#tour .sub-top-area .thumbnail img {
    width: 100%;
}
#tour .sub-top-area {
    position: relative;
}
#tour .sub-top-area .mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, #e8e5e1 17.22%, rgba(153, 153, 153, 0) 98.16%);
}
#tour .tour-guide-area .box > h3 {
    font-family: 'Cormorant', serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #635955;
    margin: 75px 0;
}
#tour .tour-guide-area .box {
    max-width: 1460px;
    margin: 0 auto;
}
#tour .tour-guide-area .box .guide-content {
    margin-bottom: 150px;
}
#tour .tour-guide-area .box .guide-thumbnail {
    display: flex;
    gap: 20px;
}
#tour .tour-guide-area .box .guide-thumbnail .content-img img {
    width: 100%;
    height: 648px;
    object-fit: cover;
    cursor: pointer;
}
#tour .tour-guide-area .box .guide-thumbnail .content-img {
    width: 20%;
    transition: 1s;
}
#tour .tour-guide-area .box .guide-thumbnail .content-img.active {
    width: 80%;
}
#tour .tour-guide-area .box .content-info {
    display: flex;
    margin-top: 40px;
}
#tour .tour-guide-area .box .content-info .content-number {
    width: 15%;
    border-right: 1px solid rgba(105, 96, 93, 0.5);
    margin-right: 100px;
}
#tour .tour-guide-area .box .content-info .content-name {
    width: 30%;
}
#tour .tour-guide-area .box .content-info .content-disc {
    width: 55%;
}
#tour .tour-guide-area .box .content-info .content-number h3 {
    font-size: 32px;
    color: #635955;
}
#tour .tour-guide-area .box .content-info .content-number h3 small {
    font-size: 52px;
    font-weight: 400;
}
#tour .tour-guide-area .box .content-info .content-disc p {
    font-size: 20px;
    color: #635955;
}
#tour .tour-guide-area .box .content-info .content-disc p small {
    font-size: 14px;
}
#tour .tour-guide-area .box .content-info h4 {
    font-family: 'HakgyoansimBareonbatangB';
    font-weight: 700;
    font-size: 35px;
    color: #635955;
}
#tour .tour-guide-area .box .content-info p {
    color: #635955;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    #tour .sub-top-area .thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    #tour .tour-guide-area .box .guide-content {
        padding: 0 20px;
    }
    #tour .tour-guide-area .box .guide-content .content-info {
        flex-direction: column;
    }
    #tour .tour-guide-area .box .guide-content .content-info > div {
        width: 100%;
    }
    #tour .tour-guide-area .box .content-info {
        margin-top: 10px;
    }
    #tour .tour-guide-area .box .content-info .content-number {
        border-right: none;
    }
    #tour .tour-guide-area .box .content-info .content-number h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    #tour .tour-guide-area .box .content-info .content-number h3 small {
        font-size: 32px;
    }
    #tour .tour-guide-area .box .content-info .content-disc p {
        font-size: 14px;
        margin-top: 15px;
    }
    #tour .tour-guide-area .box .content-info h4 {
        font-size: 18px;
    }
    #tour .tour-guide-area .box .guide-content {
        margin-bottom: 50px;
    }
    #tour .tour-guide-area .box .guide-thumbnail {
        gap: 10px;
    }
    #tour .tour-guide-area .box .guide-thumbnail .content-img img {
        height: 160px;
    }
    #tour .tour-guide-area .box > h3 {
        font-size: 28px;
        margin: 50px 0;
    }
}

/* site map*/
#site {
    background-color: #e8e5e1;
}
#site .sub-top-area .thumbnail img {
    width: 100%;
}
#site .sub-top-area {
    position: relative;
}
#site .sub-top-area .mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(0deg, #e8e5e1 -4.28%, rgba(232, 229, 225, 0) 52.4%, rgba(232, 229, 225, 0) 164.61%);
}
#site .site-map .box {
    max-width: 1460px;
    margin: 0 auto;
}
#site .site-map .box .map-img img {
    width: 100%;
}
#site .site-map .box .map-img area {
    cursor: url('../img/common/cursor.svg') 2 2, auto;
}
#site img[usemap] {
    max-width: 100%;
    width: auto;
    height: auto;
}

#site .site-map .box > h3 {
    font-family: 'Cormorant', serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #635955;
    margin: 75px 0;
}
#site .site-map .box .map-list {
    margin-top: 100px;
}
#site .site-map .box .map-list .map-item {
    display: flex;
    padding: 50px 0;
    border-bottom: 1px solid rgba(105, 96, 93, 0.5);
    position: relative;
    align-items: center;
}
#site .site-map .box .map-list .map-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#site .site-map .box .map-list .map-item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#site .site-map .box .map-list .map-item:hover .bg {
    opacity: 1;
    visibility: visible;
}
#site .site-map .box .map-list .map-item:nth-child(1) {
    border-top: 1px solid rgba(105, 96, 93, 0.5);
}
#site .site-map .box .map-list .map-item h3 {
    width: 30%;
    font-size: 60px;
    color: #635955;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}
#site .site-map .box .map-list .map-item:hover h3 {
    color: #fafaf8;
}
#site .site-map .box .map-list .map-item p {
    width: 70%;
    font-size: 18px;
    color: #635955;
}

@media (max-width: 1024px) {
    #site .site-map .box > h3 {
        font-size: 28px;
        margin: 50px 0;
    }
    #site .site-map .box .map-list {
        margin-top: 50px;
    }
    #site .sub-top-area .thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    #site .site-map .box .map-list .map-item {
        flex-direction: column;
        padding: 20px 20px;
    }
    #site .site-map .box .map-list .map-item h3 {
        width: 100%;
        font-size: 32px;
    }
    #site .site-map .box .map-list .map-item p {
        width: 100%;
        font-size: 14px;
        margin-top: 15px;
    }
}

/*location */
#location {
    background-color: #e8e5e1;
}
#location .sub-top-area .thumbnail img {
    width: 100%;
}
#location .sub-top-area {
    position: relative;
}
#location .sub-top-area .mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(0deg, #e8e5e1 -4.28%, rgba(232, 229, 225, 0) 52.4%, rgba(232, 229, 225, 0) 164.61%);
}
#location .loaction-area .box {
    max-width: 1460px;
    margin: 0 auto;
}
#location .loaction-area .box .location-map .root_daum_roughmap {
    width: 100% !important;
}
#location .loaction-area .box .location-map .root_daum_roughmap .wrap_map {
    height: 600px !important;
}
#location .loaction-area .box .location-map .root_daum_roughmap .cont .section.lst {
    display: none;
}
#location .loaction-area .box > h3 {
    font-family: 'Cormorant', serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #635955;
    margin: 75px 0;
}
#location .loaction-area .location-info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#location .loaction-area .location-info h6 {
    font-size: 22px;
    color: #635955;
    margin-bottom: 15px;
}
#location .loaction-area .location-info h5 {
    font-size: 22px;
    color: #635955;
}
#location .loaction-area .location-info p {
    font-size: 20px;
    color: #635955;
    line-height: 1.5;
}
#location .loaction-area .location-info h5,
#location .loaction-area .location-info h6 {
    font-family: 'HakgyoansimBareonbatangB';
    font-weight: 700;
}

@media (max-width: 1024px) {
    #location .loaction-area .box {
        padding: 0 20px;
    }
    #location .sub-top-area .thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    #location .loaction-area .box > h3 {
        font-size: 28px;
        margin: 50px 0;
    }
    #location .loaction-area .box .location-map .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    #location .loaction-area .location-info {
        flex-direction: column-reverse;
    }
    #location .loaction-area .location-info h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    #location .loaction-area .location-info h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #location .loaction-area .location-info p {
        font-size: 14px;
    }
}

#room .room-detail .box .supply-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;

    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
}

.supply-item {
    margin-bottom: 15px;
    overflow: hidden;
}

.supply-header {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.supply-title {
    font-size: 18px;
    font-weight: 600;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.3s ease;
}

.supply-item.active .toggle-btn {
    transform: rotate(180deg);
}

.toggle-btn i {
    font-size: 20px;
    color: #635955;
}

.supply-content {
    display: none;
    padding: 20px 0;
}

.supply-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.supply-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
    padding: 15px 10px;
    font-size: 14px;
    color: #635955;
    font-family: 'HakgyoansimBareonbatangB';
}

.supply-list li i,
.supply-list li .custom-icon {
    font-size: 35px;
    margin-bottom: 8px;
    color: #867b76;
}

.supply-list li .custom-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .supplies-list {
        margin-top: 20px;
    }

    .supply-header {
        padding: 15px 0;
    }

    .supply-title {
        font-size: 16px;
    }

    .supply-content {
        padding: 15px 0;
    }

    .supply-list {
        gap: 15px;
    }

    .supply-list li {
        min-width: 80px;
        padding: 12px 8px;
        font-size: 12px;
        width: 30%;
    }

    .supply-list li i,
    .supply-list li .custom-icon {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .supply-list li .custom-icon {
        width: 25px;
        height: 20px;
        object-fit: contain;
    }
}

/*notice*/
#notice {
    background-color: #e8e5e1;
}
#notice .sub-top-area .thumbnail img {
    width: 100%;
}
#notice .sub-top-area {
    position: relative;
}
#notice .sub-top-area .mask-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(0deg, #e8e5e1 -4.28%, rgba(232, 229, 225, 0) 52.4%, rgba(232, 229, 225, 0) 164.61%);
}
#notice .notice-area .box > h3 {
    font-family: 'Cormorant', serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #635955;
    margin: 75px 0;
}
#notice .notice-area .box {
    max-width: 1460px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    #notice .sub-top-area .thumbnail img {
        height: 300px;
        object-fit: cover;
    }
    #notice .notice-area .box > h3 {
        font-size: 28px;
        margin: 50px 0;
    }
    #notice .notice-area .box {
        padding: 0 20px;
    }
}

.sub-top-slide .sub-slide-txt {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fafaf8;
    font-size: 42px;
    z-index: 1;
    font-family: 'Cormorant', serif;
}
@media (max-width: 1024px) {
    .sub-top-slide .sub-slide-txt {
        font-size: 24px;
    }
    .sub-top-slide .sub-slide-txt {
        bottom: 15%;
    }
}
@media (min-width: 2040px) {
    .sub-top-slide .sub-slide-txt {
        bottom: 20%;
    }
}

#heroMuteToggle {
    position: absolute;
    bottom: 50%;
    left: 5%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroMuteToggle i {
    font-size: 20px;
    color: white;
}

#heroMuteToggle:hover {
    background: rgba(0, 0, 0, 0.8);
}
#heroMuteToggle2 {
    position: absolute;
    bottom: 45%;
    left: 10%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroMuteToggle2 i {
    font-size: 20px;
    color: white;
}
