@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');
@font-face {
    font-family: 'edu_light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFLightA.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'edu_bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    src: url("/css/font/Nephilm.otf");
    font-family:"nelp";
}
@font-face {
    font-family: 'gowun';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gowun02';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #000;
    /* background-color: #FCF9F6; */
    font-family: 'gowun', serif !important;
}
section { background-color: #FCF9F6;}
h2, h3 { font-family: 'nelp', 'edu_light';}
p { 
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 2;
}
.mo, .block1024, .block1200, .table1024 { display: none !important;}
.dancing {
    font-family: 'Dancing Script', cursive !important;
}
.button:focus,
.btn_up:focus,
.btn_down:focus,
.button div:focus {
  outline: none !important;
}
.red {
    font-weight: bold;
    color: red;
}
@media(max-width:1200px){
    .block1200 { display: block !important;}
    .none1200 { display: none !important;}
}
@media(max-width:1024px){
    .block1024 {display: block !important;}
    .table1024 { display: table !important;}
    .none1024 { display: none !important;}
}
@media(max-width:768px){
    .mo { display: block !important;}
    .pc { display: none !important;}
    p { 
        font-size: 12px;
        letter-spacing: 0.24px;
        line-height: 1.8;
    }
}

/* animate 커스텀 */
:root {
    --animate-duration: 1.5s !important;
}
.delay03 { animation-delay: 0.3s !important; }
.delay06 { animation-delay: 0.6s !important; }
.delay10 { animation-delay: 1.0s !important; }
.delay13 { animation-delay: 1.3s !important; }
.o-hidden {overflow: hidden;}
.o-y-hidden {overflow-x: visible; overflow-y: hidden;}
.o-x-hidden {overflow-y: visible; overflow-x: hidden;}
.o-hidden span, .o-y-hidden span, .o-x-hidden span{ display: inline-block;}

.on-fadeleft, .on-faderight {
  animation-duration: 1.6s !important; 
}

/* header */
.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background-color: #fff;
    z-index: 1000;
}
.header .content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 25px 0;
    box-sizing: border-box;
}
.header .content .menu {
    cursor: pointer;
}
.content .menu span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    color: transparent;
    background-color: #6D5D52;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}
.content .menu span:last-child {
    margin-bottom: 0;
}
.header .content .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    font-size: 30px;
    transition: 0.5s ease;
}
.header.on .logo { opacity: 0;}
.header .content .sub_icon li {
    padding: 13px 0;
}
.header .content .sub_icon li i {
    display: block;
    width: 25px;
}
/* 메뉴 클릭 시 모양 변경 */
.header.on .menu span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header.on .menu span:nth-child(2) {
  opacity: 0;
}
.header.on .menu span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* sidemenu */
.sidebar {
    position: fixed;
    top: 0;
    right: -40%;
    bottom: 0;
    padding: 0 60px;
    width: 30%;
    /* color: #fff; */
    background-color: #fff;
    z-index: 999;
    transition: 1s;
}
.sidebar.on {
    right: 100px;
    width: 30%;
}

.sidebar .content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.sidebar h2.top_title {
    font-family: 'edu_light';
    color: #FD7700;
    font-size: 29px;
    letter-spacing: 0.58px;
    margin-top: 20px;
}
.sidebar .content .sidebox { width: 86%;}
.sidebar .content .sidebox .side_item {
    position: relative;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}
.sidebar .content .sidebox .side_item .title {
    position: relative;
    width: max-content;
    font-size: 50px;
    letter-spacing: 3px;
    cursor: pointer;
    font-family:"nelp";
}

.sidebar .content .sidebox .side_item .title .line_box {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    overflow: hidden;
}
.sidebar .content .sidebox .side_item .title .line_box .line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.sidebar .content .sidebox .side_item .drop {
    display: none;
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;        
    left: 70%;
    transform: translateY(-50%);
    min-width: 230px;
    z-index: 100;
}
.sidebar .content .sidebox .side_item .drop .drop_item {
    padding: 5px 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.36px;
}
.sidebar .content .sidebox .side_item .drop .drop_item a:hover {
    /* color: #fff; */
}
/* 탑스크롤 버튼 , 헤더에 구조있음 */
.top_move {
        position: fixed;
        bottom: 35px;
        right: 27px;
        width: 45px;
        height: 45px;
        z-index: 1001;
        text-align: center;
        background-color: #E5E1DC;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
    }
    .top_move i {
        display: inline-block;
        width: 100%;
        height: 100%;
        transform: rotate(90deg) translate(-1px, -2px);
        font-size: 28px;
        color: #6D5D52;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media(max-width:768px){
    .top_move {
        bottom: 35px;
        right: 20px;
        width: 37px;
        height: 37px;
    }
    .top_move i {
        font-size: 22px;
        transform: rotate(90deg) translate(0, -2px);
    }
}



/* 메인 공용 */
.common_content {
    width: calc(100% - 100px);
    margin-right: 100px;
    position: relative;
}
.common_content > section > .content {
    height: 100vh;
    z-index: 3;
}

.common_content .title {
    position: relative;
    margin-bottom: 50px;
    font-size: 60px;
    letter-spacing: 3.6px;
    line-height: 1.2;
    color: #6D5D52;
    text-align: center;
    z-index: 2;
}
.common_content .sub_title {
    position: relative;
    margin-top: -50px;
    font-family: 'Dawning of a New Day', cursive;
    font-size: 4em;
    text-align: center;
    color: #e5cfb0;
    z-index: 1;
}


/* video */
/* .main_container .content { overflow: hidden;} */
.main_video1 { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    background-color: #000;
    transition: opacity 1s ease;
    /* animation: brighter 5s ease; */
}
.video-cover {
  position: absolute;
  top:0; left:0; z-index: 10;
  width:100%; height:100%;
  background:#000; /* 썸네일 이미지로 대체 가능 */
}
@keyframes brighter {
    0% { filter: brightness(0.3); opacity: 1;}
    70% { filter: brightness(1); opacity: 1;}
    100% { filter: brightness(1); opacity: 0;}
}
/* .video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.video .content {
    width: 100%;
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}
.video .content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* visual 각 페이지 탑슬라이드 */
.visual {
    position: relative;
}
.visual .slide_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-family: 'edu_light', 'serif';
}
.slide_text h2 {
    font-size: 80px;
    letter-spacing: 1.6px;
    line-height: 1.4;
}
.slide_text p {
    font-size: 24px;
    letter-spacing: 0.48px;
    word-break: keep-all;
}
.visual .content {}
.visual .content .visual_swiper {}
.visual .content .visual_swiper .item {
    border: 1px solid transparent; /* 다음 슬라이드 이미지 보임 방지*/
}
.visual .content .visual_swiper .item img {
    height: 100%;
    object-fit: cover;
}
.visual .content .button {
    display: flex;
    justify-content: center;
    gap: 100px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    cursor: pointer;
}
.button .btn_up {
    margin-left: 100px;
}
.visual .content .visual_swiper .button::after {
    content: "";
    display: block;
    clear: both;
}
.visual .content .visual_swiper .button > div {
    cursor: pointer;
}
/* 페이지네이션 */
.slide-counter {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    font-size: 27px;
    color: #fff;
    z-index: 1;
    font-family: 'Dancing Script';
}
.visual .content .visual_swiper .scroll-box {
    position: absolute;
    /* right: 60px; */
    /* bottom: 100px; */
    right: -50px;
    bottom: 120px;
    z-index: 2;
    transform: rotate(90deg);
    display: flex;
    /* flex-flow: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.visual .content .visual_swiper .scroll-box > p {
    font-size: 1.1em;
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
}
.visual .content .visual_swiper .scroll-box .visual-scrollbar {
    /* width: 3px; */
    width: 170px;
    /* height: 170px; */
    height: 3px;
    background-color: #f0f0f0;
}
.visual .content .visual_swiper .scroll-box .visual-scrollbar .swiper-scrollbar-drag {
    background-color: #061624;
}
.visual .mo_banner {
    display: none;
    position: relative;
    height: 100px;
    background: url("/images/common/bg_m_01.jpg") no-repeat center;
    background-size: cover;
}
.visual .mo_banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

/* sec02 탑슬라이드 바로 하단 */
.sec02 * { box-sizing: border-box;}
.sec02 .content {
    padding: 6% 10%;
}
.sec02.main_sec .content { 
    /* background: url('/images/common/bg02.jpg') no-repeat center; */
    padding: 3% 10%;
}
.sec02 .top_text01, .sec02 .top_text02 {
    color: #6D5D52;
    font-weight: bold;
    margin-left: 3%;
}
.sec02 .top_text01 { margin-bottom: 5px;}
.highlight-animate {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.highlight-animate::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 100%;
    z-index: -1;
    width: 0;
    background: #FFDFC2;
    transition: width 1s ease;
    transition-delay: 0.5s;
}
/* 기본 PC (2줄 버전) */
.top_text02 .highlight-animate::after {
  transition: width 1.5s ease;
  transition-delay: 1.3s; /* text01 끝난 뒤 */
}
@media (min-width: 769px) {
  
  .top_text02 .highlight-animate::after {
    transition: width 1.5s ease;
    transition-delay: 1.3s; /* text01 끝난 뒤 */
  }
  /* PC에서는 두번째 span(.top_text03) 숨기고, 줄바꿈도 무시 */
  .top_text03 {
    display: none;
  }
  .top_text02 br.mo {
    display: none;
  }
}
/* 모바일 (3줄 버전) */
@media (max-width: 768px) {
  .pc_inline {
    display: none;
  }
  .common_content > section.sec02.main_sec { min-height: 550px;}
  .sec02 .top_text01, .sec02 .top_text02 { text-align: center;}
  .sec02  .top_text01 {margin-top: 20px;}
  .sec02  .top_text02 {margin-bottom: 30px;}
  .top_text02 .highlight-animate:first-child::after {
    transition-delay: 1.3s; /* text01 끝난 뒤 */
  }
  .top_text03.highlight-animate::after {
    transition: width 1.2s ease;
    transition-delay: 2.5s; /* text02 끝난 뒤 */
  }
  .top_text03 { margin-top: 5px;}
}

@media(max-width:480px){
    .common_content > section.sec02.main_sec { min-height: 435px;}
}
@media(max-width:370px){
    .common_content > section.sec02.main_sec { min-height: 380px;}
    .sec02 .top_text01, .sec02 .top_text02 { font-size: 11px;}
}
.sec02.active .highlight-animate::after {
  width: 100%;
}



.sec02 .inner { 
    position: relative;
    margin-top: 3%;
    padding: 6%;
    height: 83%;
    border-radius: 58px;
    background: url('/images/main/sec02.jpg') no-repeat;
    background-position: 0% 0%;
    background-size: 200% 100%;
    transition: all 1.2s ease;
}
.sec02 .inner:hover {
    background-position: 100% 0%;
}
.sec02 .inner .text {
    position: absolute;
    bottom: 6%;
    left: 6%;
    color: #fff;
    transition: all 0.7s ease;
}
.sec02 .inner h2 {
    font-size: 60px;
    letter-spacing: 3.6px;
}
.sec02 .inner p {
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 2;
}
.sec02 .inner .text02 { opacity: 0;}
.sec02 .inner:hover .text01 {
    opacity: 0;
}

.sec02 .inner:hover .text02 {
    opacity: 1;
}

.inner .text h2 {

}

/* sec02 모바일 */
@media(max-width:1500px){
    .sec02 .content { padding: 13% 8%;}
}
@media(max-width:1200px){
    .sec02 .content { padding: 16% 5%;}
    .sec02 .inner h2 {
        font-size: 40px;
        letter-spacing: 3.2px;
    }
    .sec02 .inner p {
        font-size: 13px;
        letter-spacing: 0.2px;
    }
}
@media(max-width:1024px){
    .sec02 .content { padding: 20% 2%;}
}
@media(max-width:768px){
    .sec02 .content { 
        height: 80vw !important;
        padding: 10% 2%;
    }
    .sec02 .inner { border-radius: 20px;}
     .sec02 .inner h2 {
        font-size: 25px;
        letter-spacing: 1.5px;
    }
    .sec02 .inner p {
        font-size: 12px;
        letter-spacing: 0.24px;
        line-height: 1.5;
    }
}


/* about */
.about .content::after {content: ""; display: block; clear: both;}

.about_wrap .top_image { height: 100%; object-fit: cover;}
.about .content .main_info {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    padding: 0;

}
.about .content .main_info {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.about .content .main_info .txt {
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 2;
    text-align: center;
    width: max-content;
    margin: 0 auto;
}
/* 어바웃 하단 슬라이드 */
.about_wrap .sec03 .content {
    padding: 10% 12% 5% 12%;
    background: url('/images/about/slide_bg.jpg') no-repeat center;
}
.about_wrap .button .btn_up {
    margin-left: 0px;
}

/* 하단 슬라이드 제목 */
.about_wrap .sec03 h2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 70px;
    line-height: 1.4;
    color: #fff;
}
/* 지도 */
.sec04.map .content {
    display: flex;
    padding: 8% 5%;
    gap: 80px;
    background: url('/images/about/map_bg.jpg') no-repeat center;
    background-size: 100% auto;
}
.mapFrame, .map_text { width: 50%;}
.mapFrame { 
    display: flex;
    align-items: center;
    justify-content: center;
}
.map_text {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.mapFrame iframe { 
    width: 100%;
    height: 100%;
    max-height: 600px;
}
.map_text{ color: #fff;}
.map_text h2 {
    font-size: 70px;
    letter-spacing: 4.2px;
    color: #FD7700;
    margin-bottom: 25px;
}
.map_text .small-title {
    font-size: 26px;
    letter-spacing: 0.52px;
    line-height: 1.7;
    color: #fff;
    font-family: 'gowun';
}
.map_text .small-text {
    display: block;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 2;
    margin-bottom: 60px;
}
.map_text .info {
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 1.8;
}

@media(max-width:1400px){
    .about_wrap .sec03 .content { padding: 8% 12%;}
    .mapFrame iframe { max-height: 450px;}
    .map_text { justify-content: center;}

}
@media (max-width: 1024px) {
    .about_wrap .sec03 .content {
        padding: 110px 30px 60px;
    }
    .sec04.map .content { 
        display: block;
        padding: 0;
        background: none;
    }
    .mapFrame, .map_text { width: 100%;}

    .map_text { 
        padding-top: 0;
        padding-left: 40px;
        background: url('/images/about/m/map_bg.jpg') no-repeat center;
        background-size: 100% auto;
        height: 100vw;
    }
    .mapFrame iframe { 
        height: 69vw;
        max-height: 300px;
    }
}
@media(max-width:768px){
    .main_video1 { height: 101vw;}
    .about_wrap .top_image { height: auto; object-fit: cover;}
   .about .content .main_info .txt {
        font-size: 11px;
        letter-spacing: 0.22px;
    }
    .about.sec02 .content {
        height: 65vw !important;

    }
    /* 하단 슬라이드 제목 */
    .about_wrap .sec03 h2 {
        top: 40px;
        font-size: 30px;
        letter-spacing: 1.8px;
    }
    .about_wrap .visual .content .button {
        bottom: 20px;
    }
    .about_wrap .slide-counter {
        bottom: 13px;
    }
    .map_text h2 {
        font-size: 40px;
        letter-spacing: 2.4px;
    }
    .map_text .small-title {
        font-size: 18px;
        letter-spacing: 0.36px;
    }
    .map_text .small-text {
        font-size: 11px;
        letter-spacing: 0.22px;
        margin-bottom: 30px;
    }
    .map_text .info {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 1.6;
    }
}

/* 룸 미리보기 */
.room_preview {
    
}
.room_preview .content {
    display: flex;
    box-sizing: border-box;
}
.room_preview .content h3.title {
    font-size: 60px;
    letter-spacing: 3.6px;
    line-height: 1;
    color: #6D5D52;
    font-weight: 400;
    width: 50%;
    margin: 100px 0 41px 10%;
    padding: 10px 0;
}
.room_preview .content .left {
    position: relative;
    /* width: 60%; */
    width: 100%;
    /* padding-top: 110px; */
}
.room_preview .content .right {
    width: 40%;
}
.room_preview .content .txt {
    width: 50%;
    margin: 35px 0% 35px 13%;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.34px;
    word-break: keep-all;
}
.room_preview .content .room_preview_swiper {
    margin: 0;
    width: 100%;
    /* height: max-content; */
}
.room_preview .content .room_preview_swiper .item {
    position: relative;
    /* height: 70vh; */
    overflow: hidden;
}
.room_preview .content .room_preview_swiper .item > img {
    width: 42%;
    /* margin: 0 auto; */
    margin-left: 13%;
    transition: 0.5s;
}

/* room view 버튼 */
.room_preview .content .room_preview_swiper .item .item_info {
    width: max-content;
    /* margin-left: auto;
    padding-right: 18%; */
    margin-left: 47%;
}
.room-view-btn {
    position: relative;
    display: inline-block;
    font-size: 25px;
    color: #5a3b2e;
    text-decoration: none;
    padding-bottom: 5px;
    font-family: "gowun", serif;
}
.room-view-btn::before {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 1px;
    width: 15px;
    height: 1px;
    background-color: #5a3b2e;
    transform: rotate(222deg);
    transform-origin: left bottom;
    transition: all 0.5s ease;
}
.room-view-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #5a3b2e;
    transition: all 0.5s ease;
}
.room-view-btn:hover::before {
    right: -55px;
}
.room-view-btn:hover::after {
    width: calc(100% + 40px);
}
/* 오른쪽 이미지 */
.room_preview .right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 37% !important;
    height: 100%;
    margin-left: 0 !important;
    object-fit: cover;
}

/* 슬라이드 이동 버튼 */
.room_preview .content .button {
    position: absolute;
    top: 45%; 
    left: 8%;
    /* transform: translate(-50%, -50%); */
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    margin: 0 auto;
}
.room_preview .content .button .btn_prev,
.room_preview .content .button .btn_next {
    cursor: pointer;
    width: max-content;
}

.room_preview .content .button .btn_pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
}
.room_preview .content .button .btn_pagenation .fraction {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 1.2em;
}

.room_preview .content .button .btn_pagenation .fraction .bullet {
    position: relative;
    height: 2px;
    background: #acacac;
}
.room_preview .content .button .btn_pagenation .fraction .bullet .move {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: 0.5s;
    height: 2px;
    background: #061624;
}
.room_preview .content .button .btn_pagenation .bullet .swiper-pagination-bullet {
    /* display: block; */
    width:25px;
    height: 2px;
    background-color: #acaaaa;
    border-radius: 0;
    margin: 0;
}
.room_preview .content .button .btn_pagenation .bullet .swiper-pagination-bullet-active {
    background-color: #061624;
}
.room_preview .content .button .btn_pagenation .swiper-pagination-current,
.room_preview .content .button .btn_pagenation .swiper-pagination-total {
    font-size: 1.3em;
}
.room_preview .content .button .btn_pagenation .swiper-pagination-current::before,
.room_preview .content .button .btn_pagenation .swiper-pagination-total::before {
    content: '0';
    display: inline-block;
    font-size: 1em;
}


@media(max-width:1200px){
    .room_preview .content h3.title { 
        font-size: 45px;
        width: 100%;
        margin: 100px auto 50px;
    }
    .room_preview .content .room_preview_swiper .item > img { 
        width: 60%;
        margin: 0 auto;
    }
    .room_preview .content .txt { 
        font-size: 14px;
        margin: 35px auto;
    }
    .room_preview .content .button { top: 42%; width: 83%;}
    .room-view-btn { font-size: 20px;}
    .room_preview .content .room_preview_swiper .item .item_info { margin-left: 70%;}
    

}
@media (min-width:769px) and (max-width:1200px) {
   .room_preview .right-img { display: none !important;}
}

@media(max-width:1024px){
    .room_preview .content { display: block;}
}
@media (max-width:768px){
    .room_preview .swiper-wrapper { height: max-content;}
    .room_preview .content h3.title {
        font-size: 25px;
        letter-spacing: 1.5px;
        margin: 30px auto 10px;
    }
    .room_preview .content .txt {
        font-size: 12px;
        letter-spacing: 0.24px;
        line-height: 1.7;
        /* margin: 10px 0 25px 10%; */
        margin: 15px 0px;
        width: 100%;
        text-align: center;
    }
    .room-view-btn { font-size: 15px;}
    .room_preview .content .room_preview_swiper .item > img { 
        width: 80%;
        margin: 0 auto;
    }
    .room_preview .right-img {
        position: static;
        width: 100% !important;
        height: 50vw;
        margin-top: 30px !important;
    }
    .room_preview .content .button { 
        top: 26%;
        width: 92%;
        left: 4%;
    } 
}
@media (max-width:500px){
    .room_preview .content .button { 
        width: 94%;
        left: 3%;
    } 
}

/* 스페셜 미리보기 */
.spe_preview .content {
    position: relative;
    /* background: url("/images/special/spelist_bg.jpg") no-repeat center/cover; */
    display: flex;
    color: #fff;
    z-index: 0;
    flex-wrap: wrap;
}
/* 페이드 레이어 */
.spe_preview .content .bg-fade {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    filter: brightness(0.7);
}
.spe_preview .content::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}   
/* .spe_preview .content::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("/images/special/spelist_bg.jpg") no-repeat center/cover;
    transition: opacity 0.6s ease-in-out;
    z-index: 0;
    opacity: 1;
}

.spe_preview .content.change-bg::after {
    opacity: 0;
} */
.spe_preview .content .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-width: 0;  
    text-align: center;
    border-right: 1px solid #d3d3d3;
    word-break: keep-all;
}
.spe_preview .content .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
}

.spe_preview .content .box:nth-of-type(1)::before {
    background: url("/images/special/spelist_bg01.jpg") no-repeat center/cover;
    opacity: 1;
}
.spe_preview .content .box:nth-of-type(2)::before {
    background: url("/images/special/spelist_bg02.jpg") no-repeat center/cover;
}
.spe_preview .content .box:nth-of-type(3)::before {
    background: url("/images/special/spelist_bg03.jpg") no-repeat center/cover;
}
.spe_preview .content .box:nth-of-type(4)::before {
    background: url("/images/special/spelist_bg04.jpg") no-repeat center/cover;
}
.spe_preview .content .box:last-of-type { border: none;}

/* 각 영역에 마우스오버 시 배경 변경 */
.spe_preview .content .box:hover::before {
    opacity: 1;
}
/* .spe_preview .content .box:nth-of-type(1):hover::before {
    background: url("/images/special/spelist_bg01.jpg") no-repeat center/cover;
} */



.spe_preview .content .box .num {
    display: block;
    margin: 90px 0;
    font-size: 30px;
    letter-spacing: 1.5px;
}
.spe_preview .content .box h2 {
    font-size: 30px;
    letter-spacing: 0.6px;
    font-family: 'gowun';
    margin-bottom: 10px;
}
.spe_preview .content .box h3{
    font-size: 19px;
    letter-spacing: 0.34px;
    font-family: 'gowun';
    margin-bottom: 40px;
}
.spe_preview .content .box p {
    font-size: 16px;
    letter-spacing: 0.34px;
    line-height: 2;
    margin-bottom: 120px;
} 
.spe_preview .spe-view-btn { 
    width: max-content;
    color: #fff;
}
.spe_preview .spe-view-btn::before {
    content: "";
    position: absolute;
    right: -37px;
    bottom: 1px;
    width: 17px;
    height: 1px;
    background-color: #fff;
    transform: rotate(222deg);
    transform-origin: left bottom;
    transition: all 0.5s ease;
}
.spe_preview .spe-view-btn::after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: calc(100% + 35px);
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease;
}
.spe_preview .spe-view-btn:hover::before {
    right: -57px;
}
.spe_preview .spe-view-btn:hover::after {
    width: calc(100% + 55px);
}
@media (max-width: 768px) {
    .spe_preview .content  {
        flex-direction: column;
        height: calc(-50px + 100vh) !important;
    }
    .spe_preview .content .box { 
        /* position: relative; */
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        text-align: left;
        padding: 45px 30px;
        border-right: 0;
        border-bottom: 1px solid #d3d3d3;
    }
    .spe_preview .content .box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -2;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .spe_preview .content .box:nth-of-type(1)::before {
        background: url("/images/special/m/spelist_bg01.jpg") no-repeat center/cover;
    }
    .spe_preview .content .box:nth-of-type(2)::before {
        background: url("/images/special/m/spelist_bg02.jpg") no-repeat center/cover;
    }
    .spe_preview .content .box:nth-of-type(3)::before {
        background: url("/images/special/m/spelist_bg03.jpg") no-repeat center/cover;
    }
    .spe_preview .content .box:nth-of-type(4)::before {
        background: url("/images/special/m/spelist_bg04.jpg") no-repeat center/cover;
    }
    .spe_preview .content .box .num {
        margin: 2px 17px;
        font-size: 17px;
        letter-spacing: 0.85px;
    }
    .spe_preview .content .box h2 {
        font-size: 20px;
        letter-spacing: 0.4px;
    }
    .spe_preview .content .box h3 { display: none;}
    .spe_preview .content .box p {
        font-size: 12px;
        letter-spacing: 0.24px;
        line-height: 1.7;
        margin-bottom: 0;
    } 
    .spe_preview .spe-view-btn { 
        opacity: 0;
        margin: auto 0 auto auto;
        background-color: #fff;
        color: #6D5D52;
        border-radius: 50%;
        padding: 14px 10px;
        font-size: 16px;
        font-weight: bold;
        transition: opacity 0.3s ease;
    }
    .spe_preview .content .box:hover .spe-view-btn{
        opacity: 1; 
    }
    .spe_preview .spe-view-btn::before, .spe_preview .spe-view-btn::after { display: none;}
    
}

/* sec05 마지막 영역*/

.sec05 .content {
    position: relative;
    z-index: 0;
    background: url("/images/main/sec05.jpg") no-repeat center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sec05 .content::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}  
.sec05 h2 { 
    font-size: 100px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 10px;
}
.sec05 .reser-view-btn {
    width: max-content;
    color: #fff;
}
.reser-view-btn::before {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 1px;
    width: 15px;
    height: 1px;
    background-color: #fff;
    transform: rotate(222deg);
    transform-origin: left bottom;
    transition: all 0.5s ease;
}
.reser-view-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #fff;
    transition: all 0.5s ease;
}
@media(max-width:768px){
    .sec05 .content {
        background: url("/images/main/sec05_m.jpg") no-repeat center/cover;
        min-height: 87.2vw;
    }
    .sec05 h2 { font-size: 36px;}
    .sec05 .reser-view-btn { font-size: 12px;}
}

/* tour 여행지 안내 */
.tour_wrap .tour_sec {
    background-color: transparent;
}
.fixed-bg {
  position: fixed; /* 스크롤해도 고정 */
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background: url('/images/travel/tour_bg.jpg') no-repeat center;
  z-index: -1;
}
.tour_sec .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7%; 
}

.tour_sec .card {
  width: 33%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.tour_sec .card.white { margin-bottom: 160px;} /* 왼쪽 카드 */
.tour_sec .card img {
  width: 100%;
  object-fit: cover;
}

.tour_sec .card-text {
  padding: 20px 30px;
  word-break: keep-all;
}

.tour_sec .card-text .tour-title {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 35px;
  /* letter-spacing: 0.8px; */
  line-height: 2;
  color: #6D5D52;
  font-weight: 700;
}

.tour_sec .card-text .tour-title span {
  margin-top: 4px;
  font-size: 30px;
  letter-spacing: 1.8px;
  font-family: 'nelp', 'gowun';
  font-weight: 400;
}

.tour_sec .card-text .address {
  font-size: 15px;
  letter-spacing: 0.4px;
  line-height: 1.7;
  font-weight: 700;
  color: #333;
  margin: 6px 0 40px;
}
.tour_sec .card-text .last-box {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
}

.tour_sec .card-text .source {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}

.tour_sec .card-text .link {
  width: max-content;
  font-size: 20px;
  color: #6D5D52;
}
.tour_sec .card-text .link::before {
    right: -35px;
    bottom: 5px;
}
.tour_sec .card-text .link::after {
    left: -10px;
    bottom: 4px;
    width: calc(100% + 30px);
}
.tour_sec .card-text .link:hover::before {
    right: -55px;
}
.tour_sec .card-text .link:hover::after {
    width: calc(100% + 50px);
}
/* 오른쪽 카드 (배경 갈색) */
.tour_sec .card.brown {
  margin-top: 160px;
  background: #6D5D52;
}
.tour_sec .card.brown * {
  color: #fff !important;
}
.card.brown .card-text .address { font-weight: 400;}
.card.brown .card-text .link::before, .card.brown .card-text .link::after,
.card.brown .card-text .link:hover::before, .card.brown .card-text .link:hover::after {
    background-color: #fff;
}
@media(max-width:1650px){
    .tour_sec .card { width: 37%;}
    .tour_sec .card-text .tour-title {
        font-size: 30px;
        gap: 17px;
        letter-spacing: 0.6px;
    }

    .tour_sec .card-text .tour-title span {
        font-size: 25px;
        letter-spacing: 1.5px;
    }
}
@media(max-width:1400px){
    .tour_sec .card-text .tour-title { font-size: 27px;}
}
@media(max-width:1200px){
    #fp-nav{ display: none;}
    .tour_sec .card { width: 43%;}
    .tour_sec .card-text {
        padding: 20px;
    }
    .tour_sec .card-text .tour-title {
        gap: 15px;
        font-size: 20px;
        letter-spacing: 0.5px;
    }
    .tour_sec .card-text .tour-title span {
        font-size: 18px;
        letter-spacing: 1.3px;
    }
    .tour_sec .card-text .address {
        font-size: 12px;
    }
    .tour_sec .card-text .source {
        font-size: 11px;
    }
    .tour_sec .card-text .link {
        font-size: 16px;
    }
}
@media(max-width:768px){
    .fixed-bg {
        top: 0;
        left: 0;
        background: url('/images/travel/m/tour_bg.jpg') no-repeat center;
    }
    .tour_wrap .visual { margin-bottom: 40px;}
    .tour_sec .content {
        flex-direction: column;
    }
    .tour_sec .card.white, .tour_sec .card.brown { margin: 10px 0;} 
    .tour_sec .card { width: 82%;}
}
@media(max-width:500px){
    .tour_sec .card-text { padding: 10px 16px;}
    .tour_sec .card-text .tour-title {
        gap: 13px;
        font-size: 19px;
        letter-spacing: 0.38px;
    }
    .tour_sec .card-text .tour-title span {
        font-size: 14px;
        letter-spacing: 0.84px;
    }
    .tour_sec .card-text .address {
        font-size: 11px;
        letter-spacing: 0.22px;
        margin: 8px 0 20px;
    }
    .tour_sec .card-text .source {
        font-size: 8px;
        letter-spacing: 0.16px;
    }
    .tour_sec .card-text .link {
        font-size: 11px;
    }
}



/* footer */
.footer {
    height: max-content !important;
}
.footer .content {
    display: flex;
    align-items: center;
    height: max-content !important;
    height: max-content;
    padding: 60px 0;
    word-break: keep-all;
}
.footer .content > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .content .left {
    border-right: 1px solid #333;
    padding-left: 3%;
}
.footer .content .right {
    padding-left: 10%;
}
.footer .content p {
    width: 80%;
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 2;
}
/* 로고 */
.footer .logo { margin-bottom: 40px;}
.footer .logo img {
    width: 150px;
}
/* 전화번호 */
.footer .content .tel {
    font-size: 35px;
    letter-spacing: 0.7px;
    margin: 15px 0 35px 0;
    line-height: 1.5;
    color:#6D5D52;
    font-weight: 600;
}

/* 주소*/
.footer .content .add {
    font-size: 19px;
}
/* 상호명, 대표자 ~~~ */
.footer .content .info {
    margin-top: 35px;
}
.footer .content .info span {
    display: block;
}
/* 여행의완성 */
.footer .content .yeowan {
    font-size: 17px;
    text-align: center;
}

@media(max-width:1200px){
    .footer .content .right {
        padding-left: 4%;
    }
    .footer .logo img {
        width: 84px;
    }
    .footer .content p {
        font-size: 14px;
    }
    .footer .content .tel { font-size: 28px;}
    .footer .content .add {
        font-size: 16px;
    }
}
@media(max-width:768px){
    .footer {
        width: 100%;
    }
    .footer .content { 
        display: block;
        padding: 20px 0;
    }
    .footer .logo { margin-bottom: 20px;}
    .footer .content > div { width: 100%;}
    .footer .content .left {
        border-right: none;
        border-bottom: 1px solid #333;
        align-items: flex-end;
        width: 90%;
        margin: 0 auto;
        padding: 0 3%;
    }
    .footer .content .right { padding-left: 0;}

    .footer .content .tel { margin: 20px 0 10px;}
    .footer .content .info { margin-top: 20px;}
    .footer .content .yeowan { 
        margin-top: 20px;
        text-align: left;
    }
}
@media(max-width:500px){
     .footer .content p, .footer .content .yeowan {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .footer .content .tel { font-size: 25px;}
    .footer .content .add {
        font-size: 13px;
    }
}

/* 서브페이지 공용 중복되는 section style */
/* common reser */
.common_reser {
    height: 520px !important;
}
.common_reser .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100% !important;
    text-align: center;
    color: #fff;
    background: url("/images/common/reser_bg01.jpg") no-repeat center;
}
.common_reser .content .sub_title {
    color: #fff;
    margin-top: 0;
}
.common_reser .content .txt {
    font-size: 1.3em;
}

.common_reser .content .button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.common_reser .content .button a {
    padding: 30px 40px 30px 40px;
    box-sizing: border-box;
    font-size: 1.8em;
    background-color: #b09672;
}
.common_reser .content .button a::after {
    content: ">";
    display: inline-block;
    margin-left: 55px;
}
/* common reser end*/


@media (max-width:1200px){
    .sidebar .content .sidebox .side_item .title {
        font-size: 37px;
    }
    .sidebar .content .sidebox .side_item .drop {      
        left: 70%;
    }
    .sidebar.on {
        width: 53%;
    }
}


/* 모바일 */
@media (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .mo {
        display: block !important;
    }

    /* header */
    .header {
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        width: 100%;
        height: 50px;
    }
    .header.on {
        background-color: transparent;
    }
    .header .content {
        position: relative;
        display: flex;
        flex-flow: row;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
        padding: 0 25px;
    }
    .header .content .menu {
        order: 3;
    }
    .header .content .menu span {
        width: 20px;
        height: 2px;
    }
    .header .content .logo {
        position: absolute;
        top: 45%;
        left: 10px;
        transform: translate(0, -50%);
        width: 110px;
        order: 1;
    }
    .header .content .sub_icon {
        order: 2;
    }
    .header .content .sub_icon::after {
        content: "";
        display: block;
        clear: both;
    }
    .header .content .sub_icon li {
        float: right;
        margin-right: 20px;
    }
    .header .content .sub_icon li .icon {
        width: auto;
        height: 20px;
    }
    .header .content .sub_icon li .icon img {
        width: auto;
        height: 100%;
    }

    /* sidemenu */
    .sidebar {
        right: -100%;
        height: 100vh;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .sidebar.on {
       right: 0;
       width: 100%;
    }
    .sidebar h2.top_title {
        font-size: 15px;
        letter-spacing: 0.3px;
        margin-top: 17px;
    }
    .sidebar .content {
        text-align: center;
        align-items: flex-start;
        padding-top: 20px;
    }
    .sidebar .content .sidebox { width: 100%;}
    .sidebar .content .sidebox .side_item { 
        display: block;
        padding: 25px 0 0;
    }
    .sidebar .content .sidebox .side_item .title {
        font-size: 36px;
        letter-spacing: 2.16px;
    }
    .sidebar .content .sidebox .side_item .drop {
        box-sizing: border-box;
        position: static;
        transform: none;
        margin-top: 10px;
    }
    .sidebar .content .sidebox .side_item .drop .drop_item {
        font-size: 15px;
        letter-spacing: 0.27px;
        line-height: 2;
    }

    /* 탑슬라이드 요소 */
    .slide_text h2 {
        font-size: 36px;
        letter-spacing: 0.72px;
        line-height: 1.4;
    }
    .slide_text p {
        font-size: 12px;
        letter-spacing: 0.24px;
    }
    .visual .content .button {
        gap: 50px;
        bottom: 12px;
    }
    .button .btn_up {
        margin-left: 81px;
    }
    .button img {
        width: 17px;
    }
    .slide-counter {
        bottom: 6px;
        font-size: 17px;
    }


    /* 메인 공용 */
    .common_content {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .common_content > section {
        height: auto !important;
        min-height: 300px;
    }
    .common_content > section > .content {
        height: auto;
    }
    

    .common_content .title {
        position: relative;
        font-size: 25px;
        letter-spacing: 1.5px;
        text-align: center;
        line-height: 32px;
        z-index: 2;
        margin-bottom: 20px;
    }
    .common_content .sub_title {
        margin-top: -35px;
        font-size: 3em;
    }

    /* video */
    .video .content {
    }
    .video .content video {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

   /* visual */
    .visual {
        position: relative;
    }
    .visual .content {}
    .visual .content .visual_swiper {
        height: max-content;
    }
    .visual .content .visual_swiper .item {
    }
    .visual .content .visual_swiper .item img {
        height: auto;
        object-fit: unset;
    }
    .visual .content .visual_swiper .button > div {
        width: 45px;
        cursor: pointer;
    }
    .visual .content .visual_swiper .scroll-box {
        display: none;
    }
    .visual .mo_banner {
        display: block;
    }
    
    
    
    /* special */
    .special {
        padding: 50px 20px;
        box-sizing: border-box;
    }
    .special .content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 0px;
    }

    .special .content .main_img {
        display: none;
    }
    .special .content .main_info {
        width: 100%;
        height: max-content;
    }
    .special .content .main_info .title {
        text-align: center;
    }
    .special .content .main_info .sub_title {
        margin-left: 0;
        transform: translate(0, 0);
    }
    .special .content .main_info .info {
        margin-left: 0;
        transform: translate(0, 0);
    }
    .special .content .main_info .info .txt {
        margin: 15px 0 25px 0;
        font-size: 1.1em;
        text-align: center;
    }
    .special .content .main_info .info .go_page {
        width: 100%;
    }
    .special .content .main_info .info .sub_img {
        display: none;
    }




    /* 서브페이지 공용 중복되는 section style */
    /* common reser */
    .common_reser .content {
        padding: 75px 0 115px 0;
        background: url("/images/common/reser_m_bg01.jpg") no-repeat center;
        height: auto !important;
    }
    .common_reser .content .sub_title {
        line-height: 38px;
    } 

    .common_reser .content .txt {
        margin-top: 25px;
        font-size: 1.1em;
    }

    .common_reser .content .button {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .common_reser .content .button a {
        padding: 15px 25px 15px 25px;
        box-sizing: border-box;
        font-size: 1em;
        background-color: #b09672;
    }
    .common_reser .content .button a::after {
        content: ">";
        display: inline-block;
        margin-left: 25px;
    }
    /* common reser end*/
}