@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');



/* :::::::::::: Loading ::::::::::::::: */

 /* .loading {
     position:fixed; z-index:300;
     top:0; left:0;
     width:100%; height:100%;
     background-color: #307671;   
     transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
 }

 .loading.on {
     transition-delay:500ms;
     transform:translateY(-100%);
 }

 .loading_tit {
     position:absolute; z-index:350;
     top:40%;
     left:50%; transform:translateX(-50%);
     font-size:30px;
     color:white;
 }
 .loading figure{
     position:absolute;
     left:50%;
     top:60%;
     margin:0;
     transform:translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
     border-radius:150px;
     box-sizing:border-box;
     animation:rotation 20s infinite linear;
 }

 .loading figure div:after{
     content:"";
     width:20px;height:20px;
     border:1px solid #fff;
     box-sizing:border-box;
     position:absolute;
     left:20px;top:20px;
     animation:shuffle 2s infinite;
 }
 
 .loading figure div:nth-child(1){transform:rotate(0deg)}
 .loading figure div:nth-child(1):after{animation-delay:-0.5s;}
 .loading figure div:nth-child(2){transform:rotate(45deg)}
 .loading figure div:nth-child(2):after{animation-delay:-1s;}
 .loading figure div:nth-child(3){transform:rotate(90deg)}
 .loading figure div:nth-child(3):after{animation-delay:-1.5s;}
 .loading figure div:nth-child(4){transform:rotate(135deg)}
 .loading figure div:nth-child(4):after{animation-delay:-2s;}
 .loading figure div:nth-child(5){transform:rotate(180deg)}
 .loading figure div:nth-child(5):after{animation-delay:-2.5s;}
 .loading figure div:nth-child(6){transform:rotate(225deg)}
 .loading figure div:nth-child(6):after{animation-delay:-3s;}
 .loading figure div:nth-child(7){transform:rotate(270deg)}
 .loading figure div:nth-child(7):after{animation-delay:-3.5s;}
 .loading figure div:nth-child(8){transform:rotate(315deg)}
 .loading figure div:nth-child(8):after{animation-delay:-4;}
 
 @keyframes rotation{
   100%{transform:translate(-50%,-50%) rotate(-360deg) scale(1.4,1.4);}
 }
 @keyframes shuffle{
   50%{transform:scale(0.4,0.4) rotate(-90deg);border-radius:50%;}
 }



 @media screen and (min-width:600px){

    .loading {
        position:fixed; z-index:300;
        top:0; left:0;
        width:100%; height:100%;
        background-color: #307671;   
        transition: transform 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
   
    .loading.on {
        transition-delay:500ms;
        transform:translateY(-100%);
    }
   
    .loading_tit {
        position:absolute; z-index:350;
        top:30%;
        left:50%; transform:translateX(-50%);
        font-size:30px;
        color:white;
    }
    .loading figure{
        position:absolute;
        left:50%;
        top:50%;
        margin:0;
        transform:translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
        border-radius:150px;
        box-sizing:border-box;
        animation:rotation 20s infinite linear;
    }
   
    .loading figure div:after{
        content:"";
        width:20px;height:20px;
        border:1px solid #fff;
        box-sizing:border-box;
        position:absolute;
        left:20px;top:20px;
        animation:shuffle 2s infinite;
    }
    
    .loading figure div:nth-child(1){transform:rotate(0deg)}
    .loading figure div:nth-child(1):after{animation-delay:-0.5s;}
    .loading figure div:nth-child(2){transform:rotate(45deg)}
    .loading figure div:nth-child(2):after{animation-delay:-1s;}
    .loading figure div:nth-child(3){transform:rotate(90deg)}
    .loading figure div:nth-child(3):after{animation-delay:-1.5s;}
    .loading figure div:nth-child(4){transform:rotate(135deg)}
    .loading figure div:nth-child(4):after{animation-delay:-2s;}
    .loading figure div:nth-child(5){transform:rotate(180deg)}
    .loading figure div:nth-child(5):after{animation-delay:-2.5s;}
    .loading figure div:nth-child(6){transform:rotate(225deg)}
    .loading figure div:nth-child(6):after{animation-delay:-3s;}
    .loading figure div:nth-child(7){transform:rotate(270deg)}
    .loading figure div:nth-child(7):after{animation-delay:-3.5s;}
    .loading figure div:nth-child(8){transform:rotate(315deg)}
    .loading figure div:nth-child(8):after{animation-delay:-4;}
    
    @keyframes rotation{
      100%{transform:translate(-50%,-50%) rotate(-360deg) scale(1.4,1.4);}
    }
    @keyframes shuffle{
      50%{transform:scale(0.4,0.4) rotate(-90deg);border-radius:50%;}
    }
   
 } */

 /* ==================== 

:::::::::::::::::: Main Common ::::::::::::::::::

==================== */

.bg_main_1 {

}

.bg_main_2 {

}


.wrap_menu .menu_logo span{ color: #000; 
    font-family: 'Tangerine', cursive !important;
    font-weight: 400; font-size: 35px;

}
.wrap_menu.fixed .menu_logo span{ color: #000; font-family: 'Tangerine', cursive !important; font-weight: 400;font-size: 35px;}



/* ==================== 

:::::::::::::::::: Main begin ::::::::::::::::::

==================== */

.mobile_main_tit h3 {
    /* display: none; */
    position: absolute;
    left: 5.5%;
    bottom: 30.7%;
    font-size: 43px;
    font-weight: 100;
    color: #fff;
    z-index: 99;
}
.mobile_main_tit h3 span{
    font-size: 43px;
    font-weight: 400;
}

/* ====== Iframe ======= */

.wrap_mb_iframe {
    display:none;
}

.wrap_iframe_pc {
    position:relative; 
    width:100%; 
    height: 100vh;
    overflow: hidden;
}
    .wrap_iframe_pc .sli_main {
        display:none;
    }
iframe#iframe_mb {
    position:absolute; z-index:9;
    top:0; left:0;
    width:100vw;
    height:100vh;
    transform:scale(1.4);
}

iframe#iframe_pc {
    position:absolute; z-index:9;
    top:0; left:0;
    width:100vw;
    height:100vh;
    transform:scale(1.4);
}
    .iframe_pc iframe {
        width:100vw;
        height:100vh;
        transform:scale(1.3);
    }
    .iframe_vimeo iframe {
        width:100vw;
        height:100vh;
        transform:scale(1.3);
    }

    .iframe_pc video{
        width: auto; height: auto;
        min-width: 100vw; min-height: 100vh;

    }


.bg_iframe {
    position:absolute;
    z-index:10; top:0; left:0;
    width:100%; 
    height:100vh; 
}

@media screen and (max-width: 1100px) {

    iframe#iframe_mb {
        transform:scale(1.5);
    }

    iframe#iframe_pc {
        transform:scale(1.5);
    }

}

@media screen and (max-width: 800px) {
    .wrap_iframe_pc .sli_main {
        display:block;
    }

    .wrap_mb_iframe {
        display:block;
        margin-top:20px;
        width:100%;
        height:30vh;
    }
        .wrap_mb_iframe iframe {
            width:100%;
            height:30vh;
        } 
}


.wrap_scroll {
    position:absolute; z-index:100;
    bottom:50px;
    left:50%; transform:translateX(-50%);
    font-size:12px;
    text-align:center;
    color:white;
}
    .scroll {
        position:relative;
        margin:10px auto;
        width:30px;
        height:45px;
        border-radius:40px;
        border:2px solid white;
    }
        .scroll_bar {
            width:2px;
            height:12px;
            margin:10px auto 0 auto;
            background-color:white;
            -webkit-animation: scrollMove 1.5s ease infinite;
            animation: scrollMove 1.5s ease infinite;
        }

        @-webkit-keyframes scrollMove {
            0%   {margin-top:10px;}
            100% {margin-top:20px; opacity:.5;}
          }
          
          /* Standard syntax */
          @keyframes scrollMove {
            0%   {margin-top:10px;}
            100% {margin-top:20px; opacity:.5;}
          }


.wrap_main {
    position:relative;
    width:100%;
    height:100vh;
}
    .sli_main {
        width:100%;
        height:100vh;

    }

        .main_0 {
            background:url('/img/main/slide/0.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_1 {
            background:url('/img/main/slide/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_2 {
            background:url('/img/main/slide/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_3 {
            background:url('/img/main/slide/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_4 {
            background:url('/img/main/slide/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_5 {
            background:url('/img/main/slide/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_6 {
            background:url('/img/main/slide/6.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_7 {
            background:url('/img/main/slide/7.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_8 {
            background:url('/img/main/slide/8.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_9 {
            background:url('/img/main/slide/9.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_10 {
            background:url('/img/main/slide/10.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_11 {
            background:url('/img/main/slide/11.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_12 {
            background:url('/img/main/slide/12.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_13 {
            background:url('/img/main/slide/13.jpg')no-repeat 50% 50%;
            background-size:cover;
        }


    /* Slide - Main */
        .nav_main {
            position:absolute; z-index:100;
            width:100%;
            bottom: 17.1%; 
            display: flex;
            justify-content: space-between;
        }
            .box_arrow_main {
                /* position:absolute; */
                display:flex;
                justify-content: center;
                align-items: center;
                width:48px; height:48px;
                cursor:pointer;
                color:#111;
                border:1px solid rgba(255,255,255,.6);
                transition: 0.3s;
            }
            .box_arrow_main.left{
                /* left:20px; */
            }
            .box_arrow_main.right{
                /* right:20px; */
            }

            .box_arrow_main:hover{
                background: rgba(255,255,255,.8);
            }

            .box_arrow_main i {
                transition:transform 100ms;
            }
            .box_arrow_main:hover i {
                transform: scale(1.2);
            }
            .box_arrow_main img {
                width: 20px;
            }

        /* swiper-ver */
        .wrap_main_slide{width: 100%; height: 100vh;}

        .wrap_main_slide .swiper-pagination{
            width: 140px;
            height: 20px;
            left: 5.5%;
            bottom: 25.5%;
            font-size: 0;
            display: flex;
            justify-content: space-between;
        }
        
        
        .wrap_main_slide .swiper-pagination span{
            font-size: 16px;
            color: #fff;
            font-weight: 600;
        }
        .wrap_main_slide .swiper-pagination .swiper-pagination-current{

        }
        .wrap_main_slide .swiper-pagination .swiper-pagination-total{
            opacity: .6;
        }
        .wrap_main_slide .main_slide_nav{
            width: 113px;
            height: 48px;
            position: absolute;
            bottom: 16%;
            left: 5.5%;
            display: flex;
            justify-content: space-between;
        }
        .wrap_main_slide .main_slide_nav div{
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255,255,255,.6);
            position: static !important;
            transition: 0.8s;
        }
        .wrap_main_slide .main_slide_nav div:hover{
            background: rgba(255,255,255,.8);
        }
        .swiper-button-prev, .swiper-rtl .swiper-button-next{
            left: auto !important;
        }
        .swiper-button-next, .swiper-rtl .swiper-button-prev{
            right: auto !important;
        }
        .swiper-button-next:after, .swiper-button-prev:after{
            font-size: 16px !important;
            color: #222;
            font-weight: bold;
        }

        .swiper-progress-bar{
            position: absolute;
            width: 100px;
            display: block;
            z-index: 2;
            height: 1px;
            bottom: 26.5%;
            left: 6.5%;
        }
        .swiper-progress-bar .slide_progress-bar{
            position: absolute;
            height: 2px;
            background: rgba(255, 255, 255, 0.6);
            width: auto;
            clear: both;
            opacity: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }
        .swiper-progress-bar .slide_progress-bar:after{
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            height: 100%;
            width: 0;
            content: "";
            transition: 0.1s width linear;
        }
        .swiper-progress-bar.active .slide_progress-bar {
            opacity: 1;
        }
        .swiper-progress-bar.animate .slide_progress-bar:after {
            transition: width linear;
            transition-delay: unset;
            width: 100%;
            transition-duration: 3s;
        }


        @media screen and (max-width: 900px){
            .wrap_main_slide{
                height: 100%;
            }

            .mobile_main_tit h3{
                font-size: 35px;
            }
            .mobile_main_tit h3 span{
                font-size: 35px;
            }

            .wrap_main_slide .main_slide_nav{
                display: none;
            }

            .wrap_main_slide .swiper-pagination{
                bottom: 13.5%;
            }

            .swiper-progress-bar {
                bottom: 15%;
                left: 8%;
            }
        }



 /* ==================== 

:::::::::::::::::: Main Introduction ::::::::::::::::::

==================== */

.wrap_ma_intro{
    padding: 120px 0 90px;
    background: #f8f8f8;
}

.main_intro {
    position:relative;
    margin-bottom:100px;
}

    .main_intro h1 {
        position:relative;
        font-size:55px;
        font-family: 'Playfair Display', serif;
        line-height: 1.3;
        font-weight: 600;
        letter-spacing: 0.2rem;
        width: 32%;
    }
    .wrap_ma_intro .main_intro h1{
        text-align: right;
        padding-right: 100px;
        width: 1200px;
        margin: 0 auto;
    }
    .wrap_ma_intro .main_intro h1::before {
            content:'';
            width: 85px;
            height: 1px;
            background: #111;
            position: absolute;
            top: 55%;
            right: 0;
            transform: translateY(-50%);
        }

        @media screen and (max-width: 1050px){
            .main_intro h1{
                font-size:50px;

            }
        }

    .main_intro h3 {
        font-size:20px;
        color:#dfb99a;
        font-weight: 500;


        display: none;
    }

    .main_intro p {
        width: 1200px;
        margin: 25px auto 0;
        margin-top: 25px;
        font-size:16px; 
        color: #747474;
        text-align: right;
        padding-right: 100px;
    }


    


.wrap_main_img_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap_main_img {
    /* overflow:hidden; */
    position: relative;
}

.wrap_main_img:nth-of-type(1){
    width: 482px; height: 574px;
    margin-top: -150px;
}
.wrap_main_img:nth-of-type(2){
    width: 553px; height: 738px;
    margin: -430px 0 0 auto;
}
.wrap_main_img:nth-of-type(3){
    width: 568px; height: 486px;
    margin-top: -210px;
}

.wrap_main_img_box .btn_main_1{
    position: absolute;
    bottom: 100px;
    right: 200px;
    color: #111;
    border-color: #b8b8b8;
    font-size: 20px;
    padding: 25px 45px;
    width: auto; height: auto;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}
.wrap_main_img_box .btn_main_1:hover{
    color: #f8f8f8;
    background: #111;
}


    .ma_intro_img {
        width: 100%;
        height:100%; max-height:100%;
    }
    .ma_intro_txt {
        display:flex;
        flex-direction:column;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 43%;
        height: 94%;
    }
        .intro_txt {
            display:flex;
            flex-direction: column;
            justify-content: center;
            height: 70%;
            font-size: 10px;
            align-content: flex-start;
            padding-top: 100px;
        }
            .intro_txt h2 {
                font-size: 30px;
                color: #111;
            }
            .wrap_main_img_left .intro_txt h2 {
                color: #111;
            }
            .wrap_main_img_left .intro_txt h1 {
                color: #858585;
            }
            .wrap_main_img_left .intro_txt p {
                color: #222;
            }
            .intro_txt h1 {
                margin:10px 0;
                font-size:14px;
                font-family:'Gowun Batang', serif;
                letter-spacing:2px;
                color:#afafaf;
            }
            .intro_txt p {
                margin: 30px 0;
                font-size: 15px;
                line-height: 1.5em;
                color: #ccc;
                font-weight: 400;
            }
            .wrap_main_img_right .intro_txt p {
                text-align: right;
            }
            .intro_txt.btn_main_1 {
                z-index:100;
                font-size:1.5em;
                margin-top:30px;
            }
            .btn_main_1 {
                display:inline-block;
                border:1px solid #fff;
                transition:300ms;
                width: 100px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                font-size: 12px;
                color: #fff;
            }
            .btn_main_1:hover {
                color:#222;
                background-color:#fff;
                border:1px solid #Fff;
            }
            .wrap_main_img_left  .btn_main_1 {
                border:1px solid #222;
                color: #222;
            }
            .wrap_main_img_left  .btn_main_1:hover {
                color:#fff;
                background-color:#222;
                border:1px solid #222;
            }
        .intro_img {
            /* height:30%; */
            display: none;
        }


        .ma_intro_img.ma_img_1 {
            background:url('/img/main/0.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .ma_intro_img.ma_img_2 {
            background:url('/img/main/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .ma_intro_img.ma_img_3 {
            background:url('/img/main/2.jpg')no-repeat 50% 100%;
            background-size:cover;
        }


        .intro_img.img1 {
            background:url('/img/main/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .intro_img.img2 {
            background:url('/img/main/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .intro_img.img3 {
            background:url('/img/main/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

       
/* .wrap_main_img_right {
    display: flex;
    flex-direction: row-reverse;
} */



.wrap_main_img_right .ma_intro_txt {
    left: 0;
    display: flex;
    align-content: flex-end;
}
.wrap_main_img_right .intro_txt {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}


    @media screen and (max-width: 900px) {
        
        .wrap_ma_intro {
            font-size:10px;
            overflow:hidden;
        }

        .intro_img {
            display:none;
        }

        .wrap_main_img {
            flex-direction:column;
            margin-top:0;
            /* min-height:500px; */
            height:500px;
            padding-top: 0;
        }
        .ma_intro_img {
            width:100%;
            height:100%;
            order:1;
        }
        .ma_intro_txt {
            width: 85%;
            height:50%;
            padding-top: 0px;
            order:2;
            margin: 0 auto;
        }
            .intro_txt {
                font-size:10px;
            }
            .intro_txt h1 {
                margin:10px 0;
                text-align:left;
            }
            .intro_txt p {
                margin:20px 0;
                font-size: 14px;
            }
            .btn_main_1 {
                color:white;
                border:none;
            }
            
                
    }

    @media screen and (max-width: 900px) {

        .wrap_scroll {
            display:none;
        }

        .main_intro h1 {
            font-size: 45px;
            padding-top: 80px;
            padding-left: 5.3%;
            width: 76%;
        }
        .wrap_ma_intro .main_intro h1{
            padding-top: 0;
        }
        
        .main_intro h1.mt_none {
            padding-top:0 !important;
        }

        .main_intro h3 {
            padding: 25px 0 0 0 ;
            font-size:3.5vw;
        }
        
        .intro_txt h1 {
            font-size: 12px;
        }

        .intro_txt h2 {
            font-size: 21px;
        }

        .main_intro.tour {
            display:none;
        }
        .wrap_main.tour {
            display:none;
        }



        .main_0 {
            background:url('/img/main/slide/mb/0.jpg')no-repeat top left;
            background-size:cover;
            position: absolute;
            top: 0; left: 0; z-index: -1;
            height: 75vh !important;
        }
        .main_1 {
            background:url('/img/main/slide/mb/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_2 {
            background:url('/img/main/slide/mb/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_3 {
            background:url('/img/main/slide/mb/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_4 {
            background:url('/img/main/slide/mb/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_5 {
            background:url('/img/main/slide/mb/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_6 {
            background:url('/img/main/slide/mb/6.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_7 {
            background:url('/img/main/slide/mb/7.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_8 {
            background:url('/img/main/slide/mb/8.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_9 {
            background:url('/img/main/slide/mb/9.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_10 {
            background:url('/img/main/slide/mb/10.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_11 {
            background:url('/img/main/slide/mb/11.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_12 {
            background:url('/img/main/slide/mb/12.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_13 {
            background:url('/img/main/slide/mb/13.jpg')no-repeat 50% 50%;
            background-size:cover;
        }


        .ma_intro_img.ma_img_1 {
            background:url('/img/main/mb/0.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .ma_intro_img.ma_img_2 {
            background:url('/img/main/mb/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .ma_intro_img.ma_img_3 {
            background:url('/img/main/mb/2.jpg')no-repeat 50% 100%;
            background-size:cover;
        }

        .intro_img.img1 {
            background:url('/img/main/mb/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .intro_img.img2 {
            background:url('/img/main/mb/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .intro_img.img3 {
            background:url('/img/main/mb/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .ma_intro_img_desc{
            font-size: 11px;
            padding-left: 10px;
        }
    


        

    }










/* =========== 

:::::::::::::::::: Main Room Previews ::::::::::::::::::

============ */
.room_preivew{
    position: relative;
    width: 1560px;
    margin: 0 0 0 auto;
}
.room_preivew::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    left: 0;
    bottom: 110px;
}

.room_preivew .main_intro {
    position: absolute;
    left: 4.2%;
    top: 185px;
}

.room_preivew .wrap_preview{
    position: relative;
    width: 100%;
    /* margin: 0 0 0 auto; */
}

.room_preivew .nav_main{
    display: flex;
    gap: 5px !important;
    left: 26.1% !important;
    bottom: 110px !important;
    width: auto;
}
.room_preivew .box_arrow_main {
    width: 69px;
    height: 69px;
    border-radius: 0;
    background: #222;
    transition: 0.4s;
}
.room_preivew .box_arrow_main:hover{
    background: #333;
}

.room_preivew .pre_txt {
    width: 100%;
    padding: 0;
}
.room_preivew .pre_txt h2 {
    font-family: 'Gowun Batang', serif; 
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}
.room_preivew .pre_txt p {
    margin: 0 0 15px 0;
}
.room_preivew .pre_txt:nth-of-type(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #222;
}
.room_preivew .pre_txt:nth-of-type(1) p {
    margin: 0;
}
.room_preivew .pre_txt:nth-of-type(1) p span {
    display: inline-block;
    margin-right: 21px;
    position: relative;
}
.room_preivew .pre_txt:nth-of-type(1) p span:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #909090;
    position: absolute;
    top: 0;
    right: -12px;
}
.room_preivew .pre_txt:nth-of-type(2) {
    padding-top: 20px;
}

.preview_slide{
    position: relative;
    width: 100%;
    padding: 115px 0 110px;
    border-left: 1px solid #cdcdcd;
}
.wrap_pre{
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

.wrap_pre .wrap_pre_txt {
    float: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 30.76%;
    height: 47.5%;
    padding-bottom: 125px;
    transition: opacity 1500ms;
    position: static;
}

.wrap_pre .wrap_pre_txt::before{
    display: none;
}

.wrap_pre .preview_img {
    width: 1010px;
    height: 730px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.wrap_pre .preview_img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    opacity: 0;
}
.wrap_pre .preview_img:hover::before{
    opacity: 1;
}

.room_preivew .btn_room_pre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: transparent;
    border: 1px solid #fff;
    font-family: 'Playfair Display', serif;
    padding: 20px 25px;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 500;
    opacity: 0;
}
.room_preivew .btn_room_pre:hover{
    background: #fff;
    color: #222;
}
.room_preivew .preview_img:hover .btn_room_pre {
    opacity: 1;
}


.room_preivew.mb {
    display:none;
}
    .preview_list {
        width:1000px; 
        margin:0 auto;
        display:flex;
        justify-content: space-between;
    }
    .preview_list div {
        margin:0 20px;
        font-size:17px;
        font-weight:bold;
        cursor:pointer;
    }

    .preview_list .slick-list {
        width:100% !important;
    }

    .preview_list .slick-track {
        display:flex; 
        width:100% !important;
        justify-content: space-between;
    }


    .preview_slide {
        position:relative; 
        width: 100%;
        /* padding-right: 15%;
        padding-bottom: 73px; */
    }
    .preview_slide::before {
        
    }
    .preview_slide .slick-dots {
        position:absolute; 
        top:-50px; left:0;
        width:100%;
        text-align:center;
        font-family: "Poiret One";
    }
    .preview_slide .slick-dots li {
        position:relative;
        display:inline-block;
        margin:0 40px;
        font-size: 18px;
        cursor:pointer;
    }
    .preview_slide .slick-dots li span {
        font-family: 'Gowun Batang', serif;
        font-weight: 700;
    }

    .preview_slide .slick-dots li::before {
        content:"";
        position:absolute;
        bottom:-10px; 
        left:50%; transform: translate(-50%,0);
        width:0%;
        height:1px;
        background-color:#222;
        transition:width 500ms;
    }

    .preview_slide .slick-dots li.slick-active {
        color:#222;
    }
    .preview_slide .slick-dots li.slick-active::before {
        width:100%;
    }

.wrap_preview {
    position:relative; 
    margin-top:0px;
}
.pre_type {
    word-break: keep-all;
    line-height: 1.5;
}
    .preview_img {
        height:800px;
        background-size: cover;
        background-position: center;
    }
        .wrap_pre_txt {
            /* float:right; */
            position:relative;
            display:flex;
            align-items: center;
            width: 21%;
            height: 47.5%;
            opacity:0;
            transition: opacity 1500ms;
            position: absolute;
            left: 0;
            bottom: 0;
        }
            .slick-current.slick-active .wrap_pre_txt {
                opacity:1;
            }

        .wrap_pre_txt::before {
            content:'';
            position:absolute;
            top:0; left:0;
            width:100%; height:100%;
            background-color:#fff;
        }
        .pre_txt {
            position:relative;
            padding:0 25px;
            color:#222;
            transform:translate(0px,100px);
            transition: transform 1000ms;
            font-size: 15px;
        }
            .slick-current.slick-active .pre_txt {
                transform:translate(0,0);
            }

            .pre_txt h2 {
                font-size:25px;
                font-family: 'Gowun Batang', serif;
                margin-bottom:20px;
                font-weight: 700;
            }
            .pre_txt .pre_info {
                margin-top:40px;
                color:#b2b0b0;
            }


  

    .preview_slide.on .preview_img.img_1 {
        background:url('/img/room/preview_1.jpg')no-repeat 50% 50%/cover;
    }
    .preview_slide.on .preview_img.img_2 {
        background:url('/img/room/preview_2.jpg')no-repeat 50% 50%/cover;
    }
    .preview_slide.on .preview_img.img_3 {
        background:url('/img/room/preview_3.jpg')no-repeat 50% 50%/cover;
    }



    @media screen and (max-width: 1560px){
        .room_preivew .main_intro {
            top: 145px;
        }
        .room_preivew{
            width: 88.5%;
        }
        .wrap_pre .preview_img {
            width: 65%;
            height: 640px;
        }
        .room_preivew .nav_main{
            left: 24.8% !important;
        }
    }


    @media screen and (max-width: 1280px){
        .room_preivew{
            width: 95%;
        }
        .wrap_pre .preview_img{
            width: 60%;
        }
        .wrap_pre .wrap_pre_txt{
            width: 35.76%;
        }
        .room_preivew .nav_main{
            left: 28.4% !important;
        }

        .wrap_ma_intro .main_intro h1{
            width: 90%;
        }
        .wrap_ma_intro .main_intro p{
            width: 90%;
        }
        .wrap_main_img_box{
            width: 90%;
        }
        .wrap_main_img:nth-of-type(1) {
            width: 40%;
            height: 512px;
            margin-top: -130px;
        }
        .wrap_main_img:nth-of-type(2) {
            width: 45%;
            height: 669px;
        }
        .wrap_main_img:nth-of-type(3) {
            width: 47%;
            height: 442px;
            margin-top: -175px;
        }
        .wrap_main_img_box .btn_main_1 {
            bottom: 70px;
            right: 15%;
        }
    }


    @media screen and (max-width: 1050px){
        .room_preivew .nav_main {
            left: 27.5% !important;
        }
        .wrap_ma_intro .main_intro p{
            display: none;
        }
        .wrap_main_img:nth-of-type(1){
            height: 440px;
            margin-top: -95px;
        }
        .wrap_main_img:nth-of-type(2){
            height: 595px;
            margin-top: -360px;
        }
        .wrap_main_img:nth-of-type(3){
            height: 295px;
        }
        .room_preivew .box_arrow_main{
            width: 60px;
            height: 60px;
        }
        .wrap_main_img_box .btn_main_1{
            padding: 20px 40px;
            bottom: 15px;
        }
    }


    @media screen and (max-width: 900px) {
        .wrap_pre{
            flex-direction: column-reverse;
            justify-content: flex-start;
            align-items: flex-start;
            /* gap: 45px; */
        }


        .room_preivew .main_intro{
            position: static;
        }
        .room_preivew {
            font-size:10px;
            margin: 0 auto 0 0;
            border-right: 1px solid #cdcdcd;

        }
        .preview_slide .slick-dots {
            display: none !important;
        }
        .pre_txt {
            display: flex;
            flex-direction: column;
            padding-left: 5.3%;
        }
        .preview_img {
            height: auto !important;
            width: 95% !important;
            padding-bottom: 95% !important;
        }
        .wrap_pre_txt {
            width: 42%;
            height: 35%;
            bottom: 0px;
        }
        .btn_room_pre {
            font-size: 25px !important;
            padding: 13px 30px !important;

        }
        .pre_txt h2 {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .pre_txt .mt_main2 {
            margin-top: 0 !important;
        }
        .preview_slide {
            border-left: 0;
            padding: 10px 0 115px;
        }
        .preview_slide::before {
            height: 43%;
        }

        .room_preivew::after{
            width: 100vw;
        }
        .wrap_pre .wrap_pre_txt{
            width: 100%;
            padding-bottom: 90px;
            margin-top: 45px;
        }
        .room_preivew .pre_txt:nth-of-type(1) p{
            padding-left: 5.3%;
        }
        .room_preivew .pre_txt:nth-of-type(1) p span{
            font-size: 18px;
        }
        .room_preivew .pre_txt:nth-of-type(1) p span.pre_peo{
            display: none;
        }
        .room_preivew .pre_txt:nth-of-type(1) p span:nth-of-type(2)::after{
            display: none;
        }
        .room_preivew .pre_txt h2{
            padding-left: 5.3%;
            font-size: 25px;
        }
        .room_preivew .pre_txt p{
            padding-left: 5.3%;
            font-size: 18px;
        }

        .room_preivew .nav_main{
            left: 5.3% !important;
            gap: 10px !important;
        }


        .wrap_main_img:nth-of-type(1){
            margin-top: 45px;
            width: 45%;
            height: 400px;
        }
        .wrap_main_img:nth-of-type(2){
            margin-top: -310px;
            width: 45%;
            height: 600px;
        }
        .wrap_main_img:nth-of-type(3) {
            width: 50%;
            height: 295px;
            margin-top: -180px;
        }

        .wrap_main_img_box .btn_main_1{
            border: 1px solid #b8b8b8;
            padding: 13px 30px;
            bottom: 22px;
            right: 12%;
        }
    }





    
/* =========== 

:::::::::::::::::: Main Service ::::::::::::::::::

============ */

.main_service{}

.main_service .main_intro{ margin-bottom: 0; }

.wrap_service_list {
    display:flex;
    justify-content: space-between;
}

.list_service {
    display:flex; 
    flex-direction:column;
    justify-content: center;
    align-items: center;
    position:relative;
    width:24%;
    height:30vw; min-height:250px; max-height:400px;
}
    .service_txt {
        position:relative;
        text-align:center;
        color:white;
        transition:transform 300ms;
    }
        .service_txt h1 {
            font-size:20px;
            font-weight: 400;
        }
        .service_txt h2 {
            margin-top:4px;
            font-size:14px;
            font-weight: 300;
            font-family: 'Gowun Batang', serif;
        }

    .wrap_service_list .list_service.img1 {
        background: url('/img/service/service1.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list .list_service.img2 {
        background: url('/img/service/service2.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list .list_service.img3 {
        background: url('/img/service/service3.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list .list_service.img4 {
        background: url('/img/service/service4.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list .list_service.img5 {
        background: url('/img/service/service5.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

    /* .list_service::before {
        content:'';
        position:absolute;
        top:0; left:0;
        width:100%; height:100%;
        background-color:rgba(0,0,0,0.3);
    } */
    /* .list_service:hover::before {
        background-color:rgba(0,0,0,0.5);
    } */
    /* .list_service:hover .service_txt {
        transform:translate(0, -20px);
    } */
    /* .list_service:hover a.btn_service {
        opacity:1;
    } */

    .wrap_service_list{ 
        background: #f8f8f8;
        width: 81.25%;
        margin: 0 0 0 auto;
        position: relative;
    }
    .wrap_service_list::after{
        content: "";
        width: 100vw;
        height: 1px;
        background: #cdcdcd;
        position: absolute;
        left: -19.5vw;
        bottom: 150px;
    }

    .wrap_service_list .service{
        
    }
    .wrap_service_list .service_content{
        background: #fff;
        width: 76.9%;
        padding: 150px 0;
        border-left: 1px solid #cdcdcd;
        box-sizing: border-box;
        position: relative;
    }
    
    .wrap_service_list .service_txt_area{
        width: 100%;
        padding: 0 113px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .wrap_service_list .service_txt_area::before{
        content: "";
        width: 85px;
        height: 1px;
        background: #111;
        position: absolute;
        left: 0; top: 30%;
        transform: translateY(-50%);
    }

    .wrap_service_list .service_txt_area .title{
        
    }
    
    .wrap_service_list .service_txt_area .title h2{
        font-family: 'Playfair Display', serif;
        font-weight: 600;
        font-size: 55px;
        letter-spacing: 0.2rem;
    }
    
    .wrap_service_list .service_txt_area .title h2 span{
        font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif; 
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0;
        padding-bottom: 5px;
    }
    .wrap_service_list .service_txt_area .title p{
        font-size: 16px;
        color: #747474;
        line-height: 1.2;
        margin: 30px 0 0 0;
    }
    .wrap_service_list .service_txt_area .btn_service{
        color: #222;
        border: 1px solid #b8b8b8;
        background: transparent;
        opacity: 1;
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 500;
        padding: 20px 25px;
        transition: 0.4s;
    }
    .wrap_service_list .service_txt_area .btn_service:hover{
        background: #111;
        color: #fff;
    }
    .wrap_service_list .list_service{
        width: 74.5%; max-height: 547px;
        margin: 80px 0 0 auto;
    }

    .wrap_service_list .slick-dots{
        position: absolute;
        bottom: 170px;
        left: 220px;
    }
    .wrap_service_list .slick-dots li{
        padding: 10px;
        margin: 10px 0;
        cursor: pointer;
        transition: 0.4s;
        position: relative;
    }
    .wrap_service_list .slick-dots li::after{
        content: "";
        width: 0;
        height: 1px;
        background: #111;
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
        transition: 0.4s;
    }
    .wrap_service_list .slick-dots span{
        font-size: 16px;
        font-weight: 500;
    }

    .wrap_service_list .slick-dots li.slick-active{
        transform: rotate(-90deg);
        margin-left: -15px;
    }
    .wrap_service_list .slick-dots li.slick-active::after{
        width: 55px;
        transform: translateY(-50%) rotate(90deg);
        left: 10px;
        top: 132%;
        opacity: 1;
        transition-delay: 0s;
    }
    .wrap_service_list .slick-dots li.slick-active span{
        font-size: 45px;
    }


    @media screen and (max-width: 1560px){
        .wrap_service_list{
            width: 88.5%;
        }
        .wrap_service_list .service_content{
            width: 94.9%;
        }
        .wrap_service_list::after{
            left: -24vw;
        }
    }

    @media screen and (max-width: 1280px){
        .wrap_service_list{
            width: 95%;
        }
        .wrap_service_list .slick-dots{
            left: 18%;
        }
        .list_service{
            height: 38vw;
        }
    }

    @media screen and (max-width: 1050px){
        .wrap_service_list .service_txt_area::before{
            top: 50%;
        }
        .wrap_service_list .service_txt_area .title p{
            display: none;
        }
    }

    @media screen and (max-width: 900px) {

        .main_service {
            font-size:10px;
            /* margin-bottom: -72px; */
        }

        .wrap_service_list {
            flex-direction:column;
            background: #fff;
        }
        .wrap_service_list::after {
            left: -5vw;
            bottom: 100px;
        }

        .list_service {
            width:100%;
        }
        

        .wrap_service_list .service_content{
            width: 100%;
        }

        .wrap_service_list .service_content{
            padding: 100px 0;
        }

        .wrap_service_list .service_txt_area{
            padding: 0 5.3% 0 98px;
        }
        .wrap_service_list .service_txt_area::before{
            width: 70px;
            top: 80%;
        }
        .wrap_service_list .service_txt_area .title h2{
            font-size: 45px;
        }

        .wrap_service_list .service_txt_area .btn_service{
            padding: 13px 30px;
        }

        .wrap_service_list .list_service {
            width: 74.5%;
            max-height: 1000px;
            height: 0;
            padding-bottom: 74.5%;
            margin: 50px 0 0 auto;
        }

        .wrap_service_list .slick-dots li.slick-active span{
            font-size: 40px;
        }

        .wrap_service_list .slick-dots{
            left: 16%;
        }
        
    }

    @media screen and (max-width: 500px) {

        .main_intro p.main_intro_p {
            font-size:3vw;
        }


        .list_service.img1 {
            background: url('/img/service/mb/service1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .list_service.img2 {
            background: url('/img/service/mb/service2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .list_service.img3 {
            background: url('/img/service/mb/service3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .list_service.img4 {
            background: url('/img/service/mb/service4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
    
        .wrap_service_list .slick-dots{
            bottom: 60px;
        }
        .wrap_service_list .slick-dots li.slick-active::after{
            left: 12px;
            width: 27px;
            top: 106%;
        }

    }





/* ================

:::::::::::::::::: Main - Facility ::::::::::::::::::

================ */

.wrap_facil {
    display:flex;
    justify-content: space-between;
    width:1300px; margin:0 auto;
    height:40vw; max-height:600px;
}
.wrap_facil_2 {
    display:flex;
    justify-content: space-between;
    width:1300px; margin:15px auto;
    height:40vw; max-height:350px;
}
    .facil_block {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        width:32%;
    }
        .facil_block .main_facil {
            position:relative;
            display:flex;
            flex-direction:column;
            justify-content: center;
            align-items:center;
            text-align:center;
            height:49%;
            color:white;
        }

        .facil_block2 .main_facil {
            height:100%;
        }

        .wrap_facil_2 .facil_block .main_facil {
            height:100%;
        }

        .wrap_facil_txt {
            position:relative;
            opacity:0;
            transition:opacity 300ms;
        }
            .facil_block .wrap_facil_txt h1 {
                font-size:25px;
            }
            .facil_block .wrap_facil_txt h2 {
                margin:10px 0;
                font-size:20px;
            }

        .main_facil:hover .wrap_facil_txt {
            opacity:1;
        }

        .main_facil:hover::before {
            content:'';
            position:absolute;
            top:0; left:0;
            width:100%; height:100%;
            background-color:rgba(0,0,0,0.3);
        }



    .facil_block2 {
        width:33%;
    }
    .facil_block3 {
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        width:33%;
    }
        .facil_block3 div {
            height:49%;
        }


    .wrap_facil.on .main_facilt_1_1 {
        background: url('/img/facility/facil1/1.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_facil.on .main_facilt_1_2 {
        background: url('/img/facility/facil1/2.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_facil.on .main_facilt_1_3 {
        background: url('/img/facility/facil1/3.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_facil.on .main_facilt_1_4 {
        background: url('/img/facility/facil1/4.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_facil.on .main_facilt_1_5 {
        background: url('/img/facility/facil1/5.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

    .wrap_facil_2.on .main_facilt_2_1 {
        background: url('/img/facility/facil2/4.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

    .wrap_facil_2.on .main_facilt_2_2 {
        background: url('/img/facility/facil2/5.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

    .wrap_facil_2.on .main_facilt_2_3 {
        background: url('/img/facility/facil2/3.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

    @media screen and (max-width: 1200px) {
        .main_facility {
            font-size:10px;
        }

        .wrap_facil {
            width:100%;
            height:50vh;
        }
        .wrap_facil_2 {
            width:100%;
        }

        .facil_block.facil_block1 {
            width:49%;
        }
        
        .facil_block.facil_block2 {
            width:50%;
        }

        .wrap_facil_2  {
            margin:5px auto;
        }

    }


    @media screen and (max-width: 500px) {

        .main_facilt_1_1 {
            background: url('/img/facility/facil1/mb/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_facilt_1_2 {
            background: url('/img/facility/facil1/mb/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_facilt_1_3 {
            background: url('/img/facility/facil1/mb/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_facilt_1_4 {
            background: url('/img/facility/facil1/mb/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_facilt_1_5 {
            background: url('/img/facility/facil1/mb/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
    
        .main_facilt_2_1 {
            background: url('/img/facility/facil2/mb/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
    
        .main_facilt_2_2 {
            background: url('/img/facility/facil2/mb/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
    
        .main_facilt_2_3 {
            background: url('/img/facility/facil2/mb/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
    

    }








/* ================ 


    :::::::::::::::::: Main - Travel ::::::::::::::::::::
    
    
================ */


.wrap_main_travel {
    width:100%;
    height:110vh;
    margin-top:100px;
}
    .wrap_travel_bg {
        position:relative;
        width:100%; height:100%;
        padding-top:20px;
        background:url('/img/main/main_intro_5.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_travel_bg::before {
        content:'';
        position:absolute;
        top:0; left:0;
        width:100%; height:100%;
        background-color:rgba(0,0,0,0.5);
    }
       
    
    .wrap_tour_img {
        width:1200px; 
        margin:100px auto 50px auto;
    }
        .tour_img {
            display:inline-block;
            margin:0 40px;
            width:200px; 
            height:200px;
        }
            .tour_img > div {
                width:100%; height:100%;
            }

        .tour_img .img1 {
            background:url('/img/main/main_intro_5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }


    .about_tit {
        position:absolute; z-index:150;
        top:50%; left:50%;
        transform: translate(-50%, -50%);
        color:white;
        text-align:center;
        font-size:40px;
        font-family:"Poiret One";
        font-weight:100;
    }
        .about_tit::before {
            content:'';
            padding:30px 40px;
            position:absolute; 
            top:50%; left:50%;
            transform: translate(-50%, -50%);
            width:100%; height:100%;
            background-color:rgba(0,0,0,0.2);
        }
    .about_tit h1 {
        position:relative;
        letter-spacing:3px;
    }

    .about_tit h1::before {
        content:'';
        position:absolute;
        bottom:-55px; left:50%; transform: translate(-50%, 0);
        width:1px; height:45px; 
        background-color:white;
    }
    .about_tit h3 {
        position:relative;
        margin-top:70px;
        font-size:25px;
        font-weight:200;
    }


    .tour1 {
        background:url('/img/tour/tour1.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .tour2 {
        background:url('/img/tour/tour2.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .tour3 {
        background:url('/img/tour/tour3.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .tour4 {
        background:url('/img/tour/tour4.jpg')no-repeat 50% 50%;
        background-size:cover;
    }





    @media screen and (max-width: 1200px) {


        .wrap_tour_img {
            width:100%;
        }
        
        .tour_img {
            width:20%;
        }



    }

    @media screen and (max-width: 900px) {
        .wrap_main_travel {
            display:none;
        }

        .main_intro.tour {
            color:white;
        }
            .main_intro.tour h1 {
                margin-top:0;
                font-size:60px;
                font-family:"Quicksand";
                font-weight:400;
            }
            .main_intro.tour h3 {
                margin:30px 0;
                color:white;
            }

    }


/* ================

:::::::::::::::::: Main - room preview ::::::::::::::::::

================ */


/* ================

:::::::::::::::::: Main - last section ::::::::::::::::::

================ */
.last_sec{
    width: 100%; height: 546px;
    display: flex;
}
.last_sec .last_sec_left{
    width: 50%; height: 100%;
    background: url(/img/main/last_sec_img.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.last_sec .last_sec_right{
    width: 50%; height: 100%;
    background: #222;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 55px;
}
.last_sec .last_sec_right h2{
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    position: relative;
    padding-bottom: 35px;
}
.last_sec .last_sec_right h2::after{
    content: "";
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0; left: 0;
}
.last_sec .last_sec_right p{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 35px;
}
.last_sec .last_sec_right p .mbBr{
    display: none;
}
.last_sec .last_sec_right .btn_reser{
    color: #fff;
    margin-top: 50px;
    font-family: 'Gowun Batang', serif;
    border: 1px solid #fff;
    padding: 18px 32px;
    width: 172px;
    transition: 0.4s;
}
.last_sec .last_sec_right .btn_reser:hover{
    background: #fff;
    color: #222;
    font-weight: bold;
}

@media screen and (max-width: 1050px){
    .last_sec{
        flex-direction: column;
        height: auto;
    }
    .last_sec .last_sec_left{
        width: 100%;
        height: 380px;
    }
    .last_sec .last_sec_right{
        width: 100%;
        height: auto;
        text-align: center;
        padding: 55px 0;
    }
    .last_sec .last_sec_right h2::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .last_sec .last_sec_right .btn_reser{
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 900px){
    .last_sec .last_sec_right h2{
        font-size: 45px;
    }
}








/* =========== 

:::::::::::::::::: Main Night View ::::::::::::::::::

============ */

.mb_night_view {
    display:none;
}
    .img_night {
        height:250px;
        background:url('/img/main/main_night.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

@media screen and (max-width: 900px) {
    .mb_night_view {
        display:block;
    }

}

@media screen and (max-width: 800px) {
    
    .img_night {
        height:60vw;
        background:url('/img/main/mb/main_night.jpg')no-repeat 50% 50%;
        background-size:cover;
    }

}








@media screen and (max-width: 800px) {

    .main_intro {
        font-size:10px;
        margin-bottom:30px;
    }
        .main_intro p {
            padding:0 5px;
        }

    .main_facility.mt_main {
        margin-top:0;
    }

}

.pre_mb_main {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.v_space_1 {
    width:100%;
    height:20px;
}


footer{ margin-top: 0 !important; }



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


@media screen and (max-width: 900px) {
    .mobile_main_tit {
        display: block;
        position: absolute;
        bottom: 20%;
        width: 100%;
    }    
    .mobile_main_tit h3 {
        color: #fff;
        line-height: 1.3;
        font-size: 35px;
    }
    .mobile_main_tit h3 span{
        display: block;
        font-size: 35px;
    }
    .head_margin {
        margin-top: 60px !important;
    }
    .wrap_iframe_pc iframe {
        height: 100vh;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(2.5);

        /* display: none; */
    }
    .wrap_iframe_pc {
        height: 65vh;
    }
    .bg_iframe {
        height: 65vh;
    }
    .wrap_main_img_left::before {
        width: 93%;
        height: 59%;
        top: 37%;
        right: 0;
    }
    .intro_txt {
        padding-top: 40px;
    }
    .wrap_main_img_right {
        align-items: flex-end;
    }
    .wrap_main_img_right::before {
        width: 93%;
        height: 59%;
        top: 37%;
        left: 0;
    }
    .wrap_main_img_right .ma_intro_txt {
        right: auto;
        left: 0;
    }
    .wrap_main_img_right .btn_main_1 {
        border: 1px solid #fff;
    }
    /* .wrap_main_img:nth-of-type(2), 
    .wrap_main_img:nth-of-type(3) {
        margin-top: 50px;
    } */
}


@media screen and (max-width: 600px){
    .wrap_main{
        height: 75vh !important;
    }
    .mobile_main_tit{
        bottom: 17%;
    }
    .mobile_main_tit h3{
        font-size: 25px;
    }
    .mobile_main_tit h3 span{
        font-size: 25px;
    }
    .wrap_main_slide .swiper-pagination span{
        font-size: 12px;
    }
    .wrap_main_slide .swiper-pagination{
        bottom: 9.5%;
    }
    .swiper-progress-bar {
        bottom: 11.9%;
        left: 10.5%;
    }

    .main_intro{
        margin-bottom: 15px;
    }
    .main_intro h1{
        font-size: 35px;
        padding-top: 55px;
    }

    .wrap_pre{
        gap: 0px;
    }
    .preview_slide{
        padding: 0 0 45px;
    }
    .room_preivew::after{
        bottom: 75px;
    }
    .room_preivew .nav_main{
        bottom: 75px !important;
    }
    .room_preivew .box_arrow_main{
        width: 36px;
        height: 36px;
    }
    .room_preivew .box_arrow_main img {
        width: 10px;
    }

    .wrap_pre .wrap_pre_txt {
        padding-bottom: 75px;
        margin-top: 25px;
    }
    .room_preivew .pre_txt:nth-of-type(1){
        padding-bottom: 15px;
    }
    .room_preivew .pre_txt:nth-of-type(1) p span{
        font-size: 14px;
    }
    .room_preivew .pre_txt:nth-of-type(2){
        padding-top: 15px;
    }
    
    .room_preivew .pre_txt h2{
        font-size: 20px;
    }
    .room_preivew .pre_txt p{
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .room_preivew .btn_room_pre{
        font-size: 12px !important;
        padding: 10px 20px !important;
    }


    .wrap_ma_intro{
        padding: 55px 0 70px;
    }
    .wrap_ma_intro .main_intro h1{
        padding-right: 55px;
        padding-left: 0;
    }
    .wrap_ma_intro .main_intro h1::before{
        width: 50px;
    }
    .wrap_main_img:nth-of-type(1){
        margin-top: 40px;
    }

    .wrap_main_img:nth-of-type(1){
        height: 195px;
    }
    .wrap_main_img:nth-of-type(2){
        height: 285px;
        margin-top: -150px;
    }
    .wrap_main_img:nth-of-type(3){
        height: 185px;
        margin-top: -80px;
    }
    .wrap_main_img_box .btn_main_1{
        font-size: 12px;
        padding: 10px 20px;
        bottom: 0;
        right: 7%;
        line-height: 1;
    }


    .wrap_service_list .service_content{
        padding: 60px 0 45px;
    }
    .wrap_service_list .service_txt_area {
        padding: 0 5.3% 0 58px;
    }
    .wrap_service_list .service_txt_area::before{
        width: 50px;
    }
    .wrap_service_list .service_txt_area .title h2{
        font-size: 25px;
        line-height: 1;
    }
    .wrap_service_list .service_txt_area .title h2 span{
        font-size: 10px;
        display: none;
    }

    .wrap_service_list .service_txt_area .btn_service{
        font-size: 12px;
        /* padding: 10px 20px; */
        padding: 0;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    .wrap_service_list::after{
        bottom: 45px;
    }

    .wrap_service_list .list_service{
        margin: 30px 0 0 auto;
    }

    .wrap_service_list .slick-dots span{
        font-size: 12px;
        color: #6c6c6c;
        font-weight: 400;
    }
    .wrap_service_list .slick-dots li{
        padding: 5px;
    }
    .wrap_service_list .slick-dots li.slick-active{
        padding: 10px;
    }
    .wrap_service_list .slick-dots li.slick-active span{
        font-size: 25px;
        color: #222;
        font-weight: 500;
    }

    .last_sec .last_sec_left{
        height: 200px;
    }

    .last_sec .last_sec_right{
        padding: 42px 0;
    }
    .last_sec .last_sec_right h2{
        font-size: 25px;
        padding-bottom: 25px;
    }
    .last_sec .last_sec_right p{
        margin-top: 25px;
        font-size: 13px;
        line-height: 2;
    }
    .last_sec .last_sec_right p .mbBr{
        display: block;
    }
    .last_sec .last_sec_right .btn_reser{
        padding: 15px 20px;
    }
}