@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&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 {

}






/* ==================== 

:::::::::::::::::: Main begin ::::::::::::::::::

==================== */

.mobile_main_tit {
    display: none;
}

/* ====== Ifrmae ======= */

.wrap_mb_iframe {
    display:none;
}

.wrap_iframe_pc {
    position:relative; 
    width:100%; 
    height: 100vh;
    overflow: hidden;
}
    .wrap_iframe_pc .sli_main {
        display:none;
    }
iframe#ifram_mb {
    position:absolute; z-index:9;
    top:0; left:0;
    width:100vw;
    height:100vh;
    transform:scale(1.4);
}

iframe#ifram_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);
    }


.bg_iframe {
    position:absolute;
    z-index:10; top:0; left:0;
    width:100%; 
    height:100vh; 
}

@media screen and (max-width: 1100px) {

    iframe#ifram_mb {
        transform:scale(1.5);
    }

    iframe#ifram_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 26% 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 62% 50%;
            background-size:cover;
        }
        .main_7 {
            background:url('/img/main/slide/7.jpg')no-repeat 21% 50%;
            background-size:cover;
        }
        .main_8 {
            background:url('/img/main/slide/8.jpg')no-repeat 34% 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 32% 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 74% 50%;
            background-size:cover;
        }
        .main_14 {
            background:url('/img/main/slide/14.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_15 {
            background:url('/img/main/slide/15.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_16 {
            background:url('/img/main/slide/16.jpg')no-repeat 44% 50%;
            background-size:cover;
        }
        .main_17 {
            background:url('/img/main/slide/17.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_18 {
            background:url('/img/main/slide/18.jpg')no-repeat 65% 50%;
            background-size:cover;
        }
        .main_19 {
            background:url('/img/main/slide/19.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_20 {
            background:url('/img/main/slide/20.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_21 {
            background:url('/img/main/slide/21.jpg')no-repeat 12% 50%;
            background-size:cover;
        }
        .main_22 {
            background:url('/img/main/slide/22.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_23 {
            background:url('/img/main/slide/23.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_24 {
            background:url('/img/main/slide/24.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .main_25 {
            background:url('/img/main/slide/25.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_26 {
            background:url('/img/main/slide/26.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		  .main_27 {
            background:url('/img/main/slide/27.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		  .main_28 {
            background:url('/img/main/slide/28.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		  .main_29 {
            background:url('/img/main/slide/29.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		  .main_30 {
            background:url('/img/main/slide/30.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		  .main_31 {
            background:url('/img/main/slide/31.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_32 {
            background:url('/img/main/slide/32.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_33 {
            background:url('/img/main/slide/33.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_34 {
            background:url('/img/main/slide/34.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_35 {
            background:url('/img/main/slide/35.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_36 {
            background:url('/img/main/slide/36.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_37 {
            background:url('/img/main/slide/37.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_38 {
            background:url('/img/main/slide/38.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_39 {
            background:url('/img/main/slide/39.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_40 {
            background:url('/img/main/slide/40.jpg')no-repeat 47% 50%;
            background-size:cover;
        }
		 .main_41 {
            background:url('/img/main/slide/41.jpg')no-repeat 47% 50%;
            background-size:cover;
        }



    /* Slide - Main */
        .nav_main {
            position:absolute; z-index:100;
            width:100%;
            top:47%; 
            transform: translate(0, -50%);
        }
            .box_arrow_main {
                position:absolute;
                display:flex;
                justify-content: center;
                align-items: center;
                width:50px; height:50px;
                cursor:pointer;
                color:white;
                border:1px solid white;
            }
            .box_arrow_main.left{
                left:20px;
            }
            .box_arrow_main.right{
                right:20px;
            }
            .box_arrow_main i {
                transition:transform 100ms;
            }
            .box_arrow_main:hover i {
                transform: scale(1.2);
            }
            .box_arrow_main img {
                width: 20px;
            }




 /* ==================== 

:::::::::::::::::: Main Introduction ::::::::::::::::::

==================== */


.main_intro {
    position:relative;
    margin-bottom:100px;
    text-align:center;
}

    .main_intro h1 {
        position:relative;
        padding-top:150px;
        font-size:53px;
        font-family: 'Cormorant SC', serif;
        letter-spacing:-1px;
    }
        /* .main_intro h1::before {
            content:'';
            position:absolute;
            bottom:-55px; left:50%;
            transform: translate(-50%, 0);
            width:.5px; height:45px;
            background-color:#969696;
            opacity:0.5;
        } */

    .main_intro h3 {
        padding:30px 0 0 0;
        font-size:20px;
        color:#dfb99a;
        font-weight: 500;


        display: none;
    }

    .main_intro p {
        margin:30px auto 0 auto;
        max-width:750px;
        font-size:14px; 
        font-weight:500;
        line-height:2em;
        color: #111;

        display: none;
    }




.wrap_main_img {
    display:flex;
    justify-content: space-between;
    height:700px; 
    overflow:hidden;
    position: relative;
    padding-top: 50px;
}
.wrap_main_img_left::before {
    content: '';
    width: 70%;
    height: 95%;
    background-color: #EAEAEC;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.wrap_main_img_right::before {
    content: '';
    width: 70%;
    height: 95%;
    background-color: #222;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

    .ma_intro_img {
        width: 55%;
        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: #fff;
            }
            .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;
        }


        .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:nth-of-type(2),
.wrap_main_img:nth-of-type(3) {
    margin-top: 70px;
}
.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:90%;
            height:50%;
            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: 800px) {

        .wrap_scroll {
            display:none;
        }

        .main_intro h1 {
            font-size: 9vw;
            padding-top: 80px;
        }
        
        .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 50% 50%;
            background-size:cover;
        }
        .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_31 {
            background:url('/img/main/slide/mb/31.jpg')no-repeat 47% 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;
        }

     
    


        

    }










/* =========== 

:::::::::::::::::: Main Room Previews ::::::::::::::::::

============ */

.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 {
        content: '';
        width: 95%;
        height: 52%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #222;
        z-index: -1;
    }
    .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;
            right: 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: 900px) {
      
        .room_preivew {
            font-size:10px;
        }
        .preview_slide .slick-dots {
            display: none !important;
        }
        .btn_room_pre {
            padding: 7px 13px !important;
        }
        .pre_txt {
            display: flex;
            flex-direction: column;
            align-items: center
        }
        .pre_size, .pre_type, .pre_peo {
            display: none;
        }
        .preview_img {
            height: 400px;
        }
        .wrap_pre_txt {
            width: 42%;
            height: 35%;
            bottom: 0px;
        }
        .btn_room_pre {
            font-size: 12px !important;
        }
        .pre_txt h2 {
            font-size: 16px;
            margin-bottom: 10px;
        }
        .pre_txt .mt_main2 {
            margin-top: 0 !important;
        }
        .preview_slide {
            padding-bottom: 58px;
            padding-right: 8%;
        }
        .preview_slide::before {
            height: 43%;
        }
    }





    
/* =========== 

:::::::::::::::::: Main Service ::::::::::::::::::

============ */



.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:33.33%;
    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.on .list_service.img1 {
        background: url('/img/facility/facil1/0.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img2 {
        background: url('/img/facility/facil2/0.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img3 {
        background: url('/img/facility/facil3/1.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;
    }


    @media screen and (max-width: 900px) {

        .main_service {
            font-size:10px;
            margin-bottom: -72px;
        }

        .wrap_service_list {
            flex-direction:column;
        }

        .list_service {
            width:100%;
        }
       

    }

    @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;
        }
    


    }





/* ================

:::::::::::::::::: 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 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;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


@media screen and (max-width: 800px) {
    .mobile_main_tit {
        display: block;
        position: absolute;
        bottom: 11%;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding-left: 8%;
    }    
    .mobile_main_tit h3 {
        font-family: 'Gowun Batang', serif;
        color: #fff;
        line-height: 1.5;
        font-weight: 300;
        font-size: 22px;
        width: 100%;
    }
    .head_margin {
        margin-top: 60px !important;
    }
    .wrap_iframe_pc iframe {
        height: 100vh;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        /* 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;
    }
    .nav_main .box_arrow_main {
        display: none !important;
    }
}