@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);


/* :::::::::::: Loading ::::::::::::::: */
.head_margin {
	margin-top: 0 !important;
}
@font-face {
    font-family: 'ghanachoco';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




/*
	로딩페이지 잠깐 주석시켜 놓음
 .loading {
     position:fixed; z-index:300;
     top:0; left:0;
     width:100%; height:100%;
     background-color: #66a48d;   
     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;
	font-family: 'ghanachoco';
 }
 */
 .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%;}
 }


@font-face {
    font-family: 'ghanachoco';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 @media screen and (min-width:600px){
	/*
    .loading {
        position:fixed; z-index:300;
        top:0; left:0;
        width:100%; height:100%;
        background-color: #fff;   
        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:39%;
        left:50%;
		left: 45%;
		transform: translate(-50%,-50%);
		background: url('/img/roading_img2.png') no-repeat center;
		width: 150px;
		height: 133px;

    }
	.loading_tit img {
		width: 100%;
		height: 100%;
	}

.loading_tit {
	-webkit-animation: loading_tit 2000ms linear both;
	        animation: loading_tit 2000ms linear both;
}
@-webkit-keyframes loading_tit {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  10% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  20% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
  30% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  70% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  80% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
  90% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
}
   */
    .loading_tit2 {
        position:absolute; z-index:349;
        top:17%;
        /*left:50%;*/
		left: 44%;
		transform:translateX(-50%);
        font-size:40px;
		font-family: 'ghanachoco';
        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 {
    background:url('/img/about_intro01_main_bg.png')no-repeat 50% 50%;
    background-size:cover;
}

.bg_main_2 {
    background:url('/img/about_intro02_main_bg.png')no-repeat 50% 50%;
    background-size:cover;
}

.draggable{
	margin-top:70px;
}





/* ==================== 

:::::::::::::::::: Main begin ::::::::::::::::::

==================== */


/* ====== Ifrmae ======= */

.wrap_mb_iframe {
    display:none;
}

.wrap_iframe_pc {
    position:relative; 
    width:100%; 
    height:100%;
}
    .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:none;
        margin-top:20px;
        width:100%;
        height:30vh;
    }
        .wrap_mb_iframe iframe {
            width:100%;
            height:30vh;
        } 
		/*
		section {
			margin-top: 0 !important; 
		}
		*/
}


.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;

    }
	 .sli_main p{
		color:#fff;
		font-weight:700;
		font-size:70px;
		position:absolute;
		  font-family: 'S-CoreDream-6Bold';
		left:50%;
		top:33%;
		transform: translate(-50% , -50%);
		text-shadow:#444 5px 5px 4px;
		text-align: center;
		width:100%;
		
	 }

	.sli_main p b{
		font-size:14px;
		vertical-align: super;
		

	}

	

	.main_0 {
		background:url('/img/main/slide/0.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_1 {
		background:url('/img/main/slide/slide_1.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_2 {
		background:url('/img/main/slide/slide_2.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_3 {
		background:url('/img/main/slide/slide_3.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_4 {
		background:url('/img/main/slide/slide_4.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_5 {
		background:url('/img/main/slide/slide_5.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_6 {
		background:url('/img/main/slide/slide_6.jpg')no-repeat 50% 50%;
		background-size:cover;
	}
	.main_7 {
		background:url('/img/main/slide/slide_7.jpg')no-repeat 50% 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);
            }





 /* ==================== 

:::::::::::::::::: Main Introduction ::::::::::::::::::

==================== */
.main_sub_title_top {
}

.main_intro {
    position:relative;
    margin-bottom:60px;
    text-align:center;
    font-family:"Nanum Gothic";
}

.main_intro h1 {
	position:relative;
	padding-top:100px;
	font-size:50px;
	font-family: 'ghanachoco';
	font-weight: 400;
	letter-spacing:-3px;
	color: #333333;
}
        /* .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:5px 0 30px 0;
        font-size:20px;
        color:#333333;
		font-family: 'ghanachoco';
		font-weight: 300;
    }

    .main_intro p {
        margin: 0 auto 0 auto;
        max-width:730px;
        font-size:16px !important; font-weight:bold;
        line-height:1.7;
    }




.wrap_main_img {
    display:flex;
    justify-content: space-between;
    margin-top:20px;
    height:600px; 
    overflow:hidden;
}
    .ma_intro_img {
        width:60%;
        height:100%; max-height:100%;
    }
    .ma_intro_txt {
        display:flex;
        flex-direction:column;
        width:39%;
        height:100%;
    }
        .intro_txt {
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height:70%;
            font-size:10px;
        }
            .intro_txt h2 {
                font-size:17px;;
            }
            .intro_txt h1 {
                margin:10px 0;
                font-size:40px;
				font-family: 'ghanachoco';
				font-weight: 300;
                letter-spacing:-3px;
                color:#333333;
            }
            .intro_txt > p {
                margin:10px 0 30px 0;
                font-size:17px;
                line-height:1.5em;
				text-align: center;
            }
            .intro_txt.btn_main_1 {
                z-index:100;
                font-size:1.5em;
                margin-top:30px;
            }
            .btn_main_1 {
                display:inline-block;
                padding:10px 20px;
                border:1px solid black;
                transition:300ms;
            }
            .btn_main_1:hover {
                color:white;
                background-color:#85bb94;
                border:1px solid #85bb94;
            }

        .intro_img {
            height:50%;
        }


        .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% 100%;
            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;
        }

       


    @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;
        }
        .ma_intro_img {
            width:100%;
            height:50%;
            order:1;
        }
        .ma_intro_txt {
            width:100%;
            height:50%;
            padding-top:6%;
            order:2;
        }
            .intro_txt {
                font-size:10px;
            }
            .intro_txt h1 {
                margin:10px 0;
                text-align:center;
            }
            .intro_txt > p {
                margin: 2% 0 3% 0;
                font-size:15px;
            }
			.main_intro h1 {
				font-size: 40px;
				letter-spacing: -2.5px;
			}
			.main_intro h3 {
				font-size: 16px;
				padding: 0;
				padding-top: 5px;
			}

			.main_intro {
				margin-bottom: 30px;
			}

            .btn_main_1 {
                color:white;
                background-color:#85bb94;
                border:none;
            }
            .main_intro08 {
				margin-bottom: 0 !important;
			}
			.main_intro_night_sub {
				margin-bottom: 30px;
			}
			.main_intro h1 {
				padding-top:50px;
			
			}

    }

    @media screen and (max-width: 800px) {
		
		.main_intro p {
			font-size: 13px !important;
			max-width: none;
			width: 80%;
			word-break: keep-all;
		}

        .wrap_scroll {
            display:none;
        }
		
        .main_intro h1 {
            font-size: 35px;
        }
        .main_intro p {
			font-size: 1.9vw;
		}
        .main_intro h1.mt_none {
            padding-top:0 !important;
        }

        .main_intro h3 {
            padding: 0;
            font-size: 15px;
        }
        
        .intro_txt h1 {
            font-size:3em;
        }

        .intro_txt h2 {
            font-size:1.5em;
        }

        .main_intro.tour {
            display:none;
        }
        .wrap_main.tour {
            display:none;
        }



   

        .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;
        }

     
    


        

    }


	@media screen and (max-width: 600px) {
		.main_intro {
			margin-bottom: 0 !important;
		}
		.main_intro_night_sub {
			margin-bottom: 20px;
		}
	}


	@media screen and (max-width: 480px) {
		.intro_txt > p {
			font-size: 13px;
		}
		.intro_txt h1 {
			margin: 10px 0 5px 0;
		}
		.ma_intro_txt {
			padding-top: 11%;
		}
		.mobile_change_width {
			width: 80%;
			margin: 0 auto;
			word-break: keep-all;
		}
		.main_intro h1 {
			font-size: 30px !important;
		}

		.main_intro h3 {
			font-size: 13px !important;
		}
		.intro_txt h1 {
			font-size: 28px;
			letter-spacing: -2px;
		}
		.intro_txt h2 {
			font-size: 16px;
		}
		.intro_txt h1 {
			margin: 7px 0 5px 0 !important;
		}
		.intro_txt h1 {
			width:100%;
		}
	}









/* =========== 

:::::::::::::::::: 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; 
    }

    .preview_slide .slick-dots {
        position:absolute; 
        top:-50px; left:0;
        width:100%;
        text-align:center;
        font-family: 'Noto-sans';
		font-weight: 100;
    }
    .preview_slide .slick-dots li {
        position:relative;
        display:inline-block;
        margin:0 40px;
        font-size:20px;
        font-weight:bold;
        cursor:pointer;
    }

    .preview_slide .slick-dots li::before {
        content:"";
        position:absolute;
        bottom:-10px; 
        left:50%; transform: translate(-50%,0);
        width:0%;
        height:1px;
        background-color:#85bb94;
        transition:width 500ms;
    }

    .preview_slide .slick-dots li.slick-active {
        color:#85bb94;
    }
    .preview_slide .slick-dots li.slick-active::before {
        width:100%;
    }
.room_preivew .main_intro h3{
    font-family: 'Noto-sans';
    font-weight: bold;
}
.wrap_preview {
    position:relative; 
    margin-top:0px;
}

    .preview_img {
        height:650px;
    }
        .wrap_pre_txt {
            float:right;
            position:relative;
            display:flex;
            align-items: center;
            width:45%;
            height:100%;
            opacity:0;
            transition: opacity 1500ms;
        }
            .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:rgba(0,0,0,0.5);
        }
        .pre_txt {
            position:relative;
            padding:0 40px;
            color:white;
            transform:translate(0px,100px);
            transition: transform 1000ms;
        }
            .slick-current.slick-active .pre_txt {
                transform:translate(0,0);
            }

            .pre_txt h2 {
                font-size:40px;
				letter-spacing: -2px;
                font-family: 'Noto-sans';
				font-weight: bold;
                margin-bottom:50px;
            }
            .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 {
            display:none;
            font-size:10px;
        }

        /* .preview_slide .slick-dots {
            top:-30px;
        }

        .preview_slide .slick-dots li {
            margin:0 10px;
        }

        .wrap_preview  {
            margin-top:50px;
        } */

        .room_preivew.mb {
            display:block;
            margin-top:50px;
            font-size:10px;
        }

        .room_pre_mb {
            display:flex;
            justify-content: space-between;
            margin-top:5px;
        }  
            .room_pre_mb.mt {
                margin-top:20px;
            }
            .room_pre_mb.wrap_1 {
                height:50vw;
            }
            .room_pre_mb.wrap_2 {
                height:40vw;
            }
            .block_1 {
                width:100%;
            }
            .bloxk_2 {
                width:64%;
            }
            .bloxk_3 {
                width:35%;
            }
            .block_intro {
                position:relative;
                width:35%;
            }
                .block_intro::before {
                    content:'';
                    position:absolute;
                    top:0; left:0;
                    width:100%; height:100%;
                    background-color:rgba(0,0,0,0.5);
                }
                .room_pre_txt {
                    position:relative;
                    display:flex; 
                    flex-direction:column;
                    justify-content: center;
                    align-items: center;
                    padding:10px;
                    height:100%;
                    font-size:10px;
                    text-align:center;
                    color:white;
                }
                    .room_pre_txt h2 {
                        font-size:1em;
                    }
                    .room_pre_txt h3 {
                        font-size:0.8em;
                    }

            .pre_mb_img1 {
                background:url('/img/room/room1/mb/1.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img1_2 {
                background:url('/img/room/room1/mb/2.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img1_3 {
                background:url('/img/room/room1/mb/3.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img1_4 {
                background:url('/img/room/room1/mb/4.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img1_5 {
                background:url('/img/room/room1/mb/5.jpg')no-repeat 50% 50%;
                background-size:cover;
            }

            .pre_mb_img2 {
                background:url('/img/room/room2/mb/1.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img2_2 {
                background:url('/img/room/room2/mb/2.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img2_3 {
                background:url('/img/room/room2/mb/3.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img2_4 {
                background:url('/img/room/room2/mb/4.jpg')no-repeat 50% 50%;
                background-size:cover;
            }
            .pre_mb_img2_5 {
                background:url('/img/room/room2/mb/5.jpg')no-repeat 50% 50%;
                background-size:cover;
            }


    }





    
/* =========== 

:::::::::::::::::: Main Service ::::::::::::::::::

============ */

.main_service{
    display: none;
}
.main_service .main_intro h3{
    font-family: 'Noto-sans';
    font-weight: bold;
}
.wrap_service_list {
    display:none;
    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:30px;
			font-family: 'Noto-sans';
			font-weight: bold;
			letter-spacing: -1px;
			line-height: 1;

        }
        .service_txt h2 {
            margin-top:5px;
            font-size:15px;
        }

    .wrap_service_list.on .list_service.img1 {
        background: url('/img/room_A/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img2 {
        background: url('/img/room_B/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img3 {
        background: url('/img/room_C/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img4 {
        background: url('/img/room_D/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img5 {
        background: url('/img/room_E/room1/1.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img6 {
        background: url('/img/room_F/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img7 {
        background: url('/img/room_G/prv.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img8 {
        background: url('/img/room_H/room1/1.jpg')no-repeat 50% 50%;
        background-size:cover;
    }
    .wrap_service_list.on .list_service.img9 {
        background: url('/img/room_I/room1/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, -50px);
    }
    .list_service:hover a.btn_service {
        opacity:1;
    }


    @media screen and (max-width: 900px) {

        .main_service {
            display: block;
            font-size:10px;
        }

        .wrap_service_list {
            display: block;
            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;
				font-family: 'ghanachoco';
				font-weight: 400;
				letter-spacing: -1px;
			}


            .facil_block .wrap_facil_txt h2 {
                margin:5px 10px;
                font-size:15px;
				letter-spacing: -0.5px;
				font-family: 'ghanachoco';
				font-weight: 400;
            }

        .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;
    }


        .facil_1 {
            background: url('/img/facility/facil1/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_1_2 {
            background: url('/img/facility/facil1/2.png')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_1_3 {
            background: url('/img/facility/facil1/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }




        .facil_2 {
            background: url('/img/facility/facil2/1.png')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_2_2 {
            background: url('/img/facility/facil2/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_2_3 {
            background: url('/img/facility/facil2/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_2_4 {
            background: url('/img/facility/facil2/4.png')no-repeat 50% 50%;
            background-size:cover;
        }



	        .facil_3 {
            background: url('/img/facility/facil3/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_3_2 {
            background: url('/img/facility/facil3/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_3_3 {
            background: url('/img/facility/facil3/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_3_4 {
            background: url('/img/facility/facil3/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_4 {
            background: url('/img/facility/facil4/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_4_2 {
            background: url('/img/facility/facil4/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_4_3 {
            background: url('/img/facility/facil4/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_4_4 {
            background: url('/img/facility/facil4/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_5 {
            background: url('/img/facility/facil5/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_5_2 {
            background: url('/img/facility/facil5/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_5_3 {
            background: url('/img/facility/facil5/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }


        .facil_6 {
            background: url('/img/facility/facil6/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_6_2 {
            background: url('/img/facility/facil6/6.png')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_6_3 {
            background: url('/img/facility/facil6/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_6_4 {
            background: url('/img/facility/facil6/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_6_5 {
            background: url('/img/facility/facil6/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_6_6 {
            background: url('/img/facility/facil6/6.png')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_6_7 {
            background: url('/img/facility/facil6/7.jpg')no-repeat 50% 50%;
            background-size:cover;
        }


        .facil_7 {
            background: url('/img/facility/facil7/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_7_2 {
            background: url('/img/facility/facil7/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_7_3 {
            background: url('/img/facility/facil7/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_7_4 {
            background: url('/img/facility/facil7/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_7_5 {
            background: url('/img/facility/facil7/5.jpg')no-repeat 50% 50%;
            background-size:cover;
        }



        .facil_8 {
            background: url('/img/facility/facil8/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_8_2 {
            background: url('/img/facility/facil8/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_8_3 {
            background: url('/img/facility/facil8/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_8_4 {
            background: url('/img/facility/facil8/4.jpg')no-repeat 50% 50%;
            background-size:cover;
        }




        .facil_9 {
            background: url('/img/facility/facil9/1.png')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_9_2 {
            background: url('/img/facility/facil9/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_9_3 {
            background: url('/img/facility/facil9/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_9_4 {
            background: url('/img/facility/facil9/4.JPG')no-repeat 50% 50%;
            background-size:cover;
        }


        .facil_10 {
            background: url('/img/facility/facil10/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_10_2 {
            background: url('/img/facility/facil10/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_10_3 {
            background: url('/img/facility/facil10/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }



        .facil_11 {
            background: url('/img/facility/facil11/1.jpg')no-repeat 50% 50%;
            background-size:cover;
        }

        .facil_11_2 {
            background: url('/img/facility/facil11/2.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_11_3 {
            background: url('/img/facility/facil11/3.jpg')no-repeat 50% 50%;
            background-size:cover;
        }
        .facil_11_4 {
            background: url('/img/facility/facil11/4.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:32%;
        }
        
        .facil_block.facil_block2 {
            width:33%;
        }

        .wrap_facil_2  {
            margin:5px auto;
        }

    }
    @media screen and (max-width: 600px) {
		.facil_block .wrap_facil_txt h1 {
			font-size: 20px;
		}
		.facil_block .wrap_facil_txt h2 {
			font-size: 13px;
		}

	}

    @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;
        }
    

    }

    @media screen and (max-width: 480px) {
		.facil_block .wrap_facil_txt h1 {
			font-size: 17px;
		}
		.facil_block .wrap_facil_txt h2 {
			font-size: 11px;
		}

	}






/* ================ 


    :::::::::::::::::: 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;
}
.video{
	text-align: center;
	background:#ddd;
	width:1000px;
	height:563px;
	margin:0 auto;
	line-height:400px;
}
.video iframe{
	width: 100%;
}
@media(max-width:1000px){
	.video{
		width:90%;
		height:300px;
	}

}
@media(max-width:400px){
	.video{
		WIDTH:95%;
		height:200px;
	}

}