<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0; padding: 0; box-sizing: border-box;}

main{overflow: hidden;}
html,body{width: 100%;height: 100%;position: relative;font-family: "Noto Sans KR",sans-serif;line-height: 1.8; background: #f7f7f7;  color: #565656;  transition-delay: 0ms;}
li{list-style: none;}
a{text-decoration: none;color: #727272;}
section{position: relative;}
figure{position: relative; z-index: 1;}
a,button,input{box-shadow: none; border: 0; background-color: transparent;}
img { max-width: 100%;}

.slide{background-size: cover; background-repeat: no-repeat; background-position: center;}
.slide-wra *{border: 0; outline: 0;}
table {outline: 0; border-spacing: 0;}


html ::selection{ background-color:#000; color:#fff;}

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background-color: #000000;}
::-webkit-scrollbar-track {background-color: #f7f7f7;}

#contents {overflow: hidden;}
.inner_con {width: 100%;max-width: 68%;margin: 0 auto;}



/* scroll */
.scroll-obj{transition: 1.8s; }
.scroll-obj.fade{opacity: 0;}
.scroll-obj.fade.on{opacity: 1;}
.scroll-obj.fadeY{opacity: 0; transform: translateY(30px);}
.scroll-obj.fadeX{opacity: 0; transform: translateX(30px);}
.scroll-obj.fadeXR{opacity: 0; transform: translateX(-30px);}
.scroll-obj.fade.on{opacity: 1;}
.scroll-obj.fadeY.on{opacity: 1;transform: translateY(0px);}
.scroll-obj.fadeX.on{opacity: 1; transform: translateX(0px);}
.scroll-obj.fadeXR.on{opacity: 1; transform: translateX(0px);}
.scroll-obj.lineY{transform: scaleY(0); transform-origin: top;}
.scroll-obj.lineY.on{transform: scaleY(1);}

.scroll-txt{transform: translateY(50px); opacity: 1; transition: 1.5s;}
.scroll-txt.on{transform: translateY(0);opacity: 0;}

.overflow-txt{overflow: hidden;display: block;}
.overflow-txt span{display: block;transform: translateY(1.5em);transition: 1.2s;font-family: 'Italiana', serif;}
.overflow-txt.on span{transform: translateY(0);}


/*main slick */
.main-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap{width:100%;height: 100%;}
.main-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap .slide{width:100%;height: 100vh;z-index: 99;position: relative;}
.main-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap .slide img{width:100%;}
.main-wrap .con1 .con1-box .main-slide-wrap{width: 100%;height: 100%;}
.main-wrap{width: 100%;/* height: 100%; */z-index: 9;position: relative;}
.main-wrap .con1 .slide-control .prev{padding-left: 45%;}
.main-wrap .con1 .slide-control .next{padding-right: 45%;}
.main-wrap .con1 .slide-control button .text1{display: contents;width: 40px;color: white;font-family: "VentiCF-Medium";font-size: 12px;}
.main-wrap .con1 .slide-control button .text{display: contents;width: 40px;color: white;font-family: "VentiCF-Medium";font-size: 12px;}
.main-wrap .con1 .slide-control .prev .line{display: block; width: 30px; height: 1px; background-color: white;margin-left: 10px; transition: 1.2s;}
.main-wrap .con1 .slide-control .prev:hover .line { width: 60px; transition: 1.2s;}
.main-wrap .con1 .slide-control .next .line{display: block;width: 30px;height: 1px;background-color: white;margin-right: 10px; transition: 1.2s;}
.main-wrap .con1 .slide-control .next:hover .line { width: 60px; transition: 1.2s;} 
.main-wrap .con1 .slide-control{width: 100%;position: absolute;transform: translateY(0);pointer-events: none;z-index: 15;bottom: 120px;}
.main-wrap .con1 .slide-control .inner-con{display: flex;justify-content: space-between;}
.main-wrap .con1 .slide-control button{pointer-events: all; cursor: pointer; display: flex; align-items: center;}
.main-wrap .con1 .slide-page-wrap{position: absolute;bottom: 140px;width: 100%;pointer-events: none;z-index: 15;color: white;}
.main-wrap .con1 .slide-page-wrap .page-box{position: absolute;right: 0;left: 0;margin: auto;top: 0;font-size: 12px;text-align: center;}
 /* main con1*/ 
.main-wrap .con1 {/* width: 100%; */height: 100vh;display: block;/* padding-top: 11%; */}
.main-wrap .con1 .con1-box {width: 100%;height: 100%;position: relative;}
.main-wrap .con1 .con1-box .slide-text1 {position: absolute;/* width: 100%; */display: inline-table;margin: auto;top: 50%;transform: translateY(-50%);z-index: 9;text-align: center;font-family: 'Italiana', serif;color: #fff;opacity: 0.7;left: 0;right: 0;}
.main-wrap .con1 .con1-box .slide-text1  h3{font-size: 17px;font-weight: 300;}
.main-wrap .con1 .con1-box .slide-text1  h1{font-size: 48px;font-weight: 100;}
.main-wrap .con1 .con1-box .slide-text1  p{font-size: 13px;font-weight: 100;line-height: 1.8;font-family: 'NotoSerifKR';letter-spacing: 1px;}    




.con1 .main-tit{position: absolute;bottom: 40%;z-index: 10;color: white;pointer-events: none;left: 0;right: 0;margin: auto;text-align: center;}
.con1 .main-tit h3{font-size: 15px;font-weight: 400;letter-spacing: -0.5px;font-family: 'Jeju Myeongjo', sans-serif;text-transform: math-auto;}
.con1 .main-tit h1{font-size: 65px;font-weight: bold;font-family: "IvyMode",sans-serif;letter-spacing: -3.5px;margin-bottom: 5px;}
.con1 .main-tit h1 span{margin-right: 0;}
	
/*Animation*/
.ani-main-tit span{visibility: hidden; opacity: 0; transform: translateY(50px); transition: 0.8s; display: inline-block;}
.ani-main-tit span:nth-child(1){transition-delay:0 ;}
.ani-main-tit span:nth-child(2){transition-delay:0.2s ;}
.ani-main-tit span:nth-child(3){transition-delay:0.4s ;}
.ani-main-tit span:nth-child(4){transition-delay:0.6s ;}
.ani-main-tit span:nth-child(5){transition-delay:0.8s ;}
.ani-main-tit span:nth-child(6){transition-delay:1s ;}
.ani-main-tit span:nth-child(7){transition-delay:1.2s ;}
.ani-main-tit span:nth-child(8){transition-delay:1.4s ;}
.ani-main-tit span:nth-child(9){transition-delay:1.6s ;}
.ani-main-tit span:nth-child(10){transition-delay:1.8s ;}
.ani-main-tit span:nth-child(11){transition-delay:2s ;}
.ani-main-tit span:nth-child(12){transition-delay:2.2s ;}
.animateme { transition:0.8s; }
.ani-main-tit.on span{visibility: visible; opacity: 1; transform: translateY(0);}
		


/* slick */
.slick-slider { display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; user-select: none;-webkit-touch-callout: none; -khtml-user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging { cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0);}
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before, .slick-track:after { display: table; content: "";}
.slick-track:after { clear: both;}
.slick-loading .slick-track {  visibility: hidden;}
.slick-slide { display: none; float: left; min-height: 1px;}
[dir=rtl] .slick-slide { float: right;}
.slick-slide img { display: block;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide { display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-dots { font-size: 0;}
.slick-dots li { display: inline-block;}
.slick-dots button { display: block; font-size: 0; line-height: 0;transition: 0.2s;}


/* main-slide */
.max_main {max-width: 100%;/* margin: 4% auto 0; */}
.main-slide-txt{width: 33%;float: left;position: relative;text-align: left;padding-top: 13%;color: #707070;font-family: 'KBIZHanmaumMyungjo';}
.main-slide-txt h2 {display: none;}
.main-slide-txt h3 {font-size: 20px;margin-bottom: 21px;font-family: 'NotoSerifKR';font-weight: 100;}
.main-slide-txt p b {display: block;font-size: 15.5px;margin-bottom: 5%;}
.main-slide-txt p {font-size: 14px;margin: 6% auto;font-family:'Pretendard-Regular';color: #5e5656;letter-spacing: -1px;}
.main-slide-txt ul {font-size: 15px;}
.main-slide-txt li {font-size: 15px;font-family: 'Pretendard-Regular';border-bottom: 1px solid;}
.main-slide-txt li  small {padding-left: 15px;font-size: 14px;}
.main-slide-txt li a {color: #707070;line-height: 3;letter-spacing: 2px;font-size: 15px;transition:0.5s;}
.main-slide-txt li a:hover {transition:0.5s;color: #c37d6d; padding-left: 15px;}
.main-slide-wrap{width: 100%;/* float: right; */display: inline-block;overflow: hidden;}	

.main-slide-txt .main_img {width: 65%;opacity: 0.9;margin-top: 20%;}

.nav_btn{border: 1px solid #646464;color: #646464;font-size: 11px;padding: 20px 5%;border-radius: 100%;text-transform: capitalize;font-family: 'Aboreto', cursive;font-weight: 600;float: right;margin: -1% 0 0%  0%;transition: 0.8s;position: absolute;}
.nav_btn:hover{background: #646464; color: #fff; transition: 0.8s;}

/* main txt &amp; video */
.main_info_video{max-width: 90%;margin: 5% auto 8%;}



.main_line{color: #c1c1c0;position: relative;margin: 8% auto 0;max-width: 68%;}
.main_line h3{font-size: 15px;font-style: italic;float: left;letter-spacing: 5px;/* padding-left: 35px; */font-weight: 300;opacity: 0;transform: translateY(30px);transition: 1.2s;text-transform: uppercase;}
.main_line h4{font-size: 15px;float: right;letter-spacing: 2px;/* padding-right: 35px; */font-weight: 300;opacity: 0;transform: translateY(30px);transition: 1.2s;text-transform: capitalize;}

.main_line .line{width: calc(100% - 405px);height: 1px;/* float: left; */background-color: #c1c1c0;transform: scaleX(0);transition: 1.2s;transition-delay: 0.6s;left: 0;right: 0;display: block;position: absolute;margin: 15px auto 0;}
.main_line.on h3{opacity: 1;  transform: translateY(0px);}
.main_line.on h4{opacity: 1; transform: translateY(0px);}
.main_line.on .line{transform: scaleX(1);}


.main_txt-info {text-align: center;padding: 8% 0 0%;/* background: #e3dfdc; */}
.main_txt-info .tit-box h2{font-size: 80px;font-weight: 300;font-family: 'Italiana', serif;color: #504e4d;/* opacity: 0.1; */letter-spacing: 0;line-height: 0.8;text-transform: capitalize;}
.main_txt-info .tit{/* margin-top: -50px; *//* margin-bottom: 40px; */margin-top: 30px;}
.main_txt-info .tit h3{font-size: 35px;font-weight: 100;font-family: 'NotoSerifKR';letter-spacing: -0.5px;transition-delay: 0.2s;color: #666;text-transform: capitalize;}
.main_txt-info .tit h5{font-size: 12px;font-family: 'Pretendard-Light';font-weight: 500;letter-spacing: 3px;transition-delay: 0.4s;color: #a3a3a3;text-transform: uppercase;}
.main_txt-info .tit h1{font-size: 20px;font-family: 'Pretendard-Light';font-weight: 500;letter-spacing: 1px;transition-delay: 0.4s;color: #a3a3a3;text-transform: uppercase;margin: 50px auto 30px;}

.main_txt-info .txt {margin-top: 0;}
.main_txt-info .txt span{display: block;font-size: 18px;font-weight: 100;line-height: 2em;letter-spacing: -0.050em;transition-delay: 0.4s;font-family: 'Jeju Myeongjo', sans-serif;}
.main_txt-info .txt span:last-of-type{transition-delay: 0.6s;}



/* main -room */

.main-wrap .main_stayper{padding-bottom: 320px;}
.main_stayper{padding-top: 95px;max-width: 90%;margin: auto;}
.main_stayper .intro-tit{font-size: 16px; font-weight: 400; font-family: "Lato"; padding-top: 95px; margin-bottom: 145px; font-weight: 400; letter-spacing: 0.1em; text-align: right; line-height: 1.8;}
.main_stayper .info_box{display: flex;}
.main_stayper .info_box .txt-wrap{width: 49.84%;display: flex;flex-flow: column;justify-content: space-between;align-items: flex-start;padding-left: 4%;}

.main_stayper .info_box .tit{line-height: 1.5;margin-top: 50px;position: absolute;font-size: 15px;font-family: "Pretendard",sans-serif;font-weight: 200;letter-spacing: -0.5px;}
.main_stayper .info_box .tit span{display: block;font-size: 35px;font-family: "IvyMode",sans-serif;font-weight: 200;color: #858585;letter-spacing: 5px;margin-bottom: 6%;text-transform: uppercase;}
.main_stayper .info_box .tit span:nth-child(2){margin-left: 2.2em; transition-delay: 0.4s;}

.main_stayper .info_box .txt-wrap .txt-list{position: relative;}
.main_stayper .info_box .txt-wrap .txt-list .txt{display: flex;flex-flow: column;align-items: flex-start;position: absolute;top: 0;left: 0;width: 100%;padding-top: 60%;}


























.main_stayper .info_box .txt-wrap .txt-list .txt:nth-of-type(1){position: relative;}
.main_stayper .info_box .txt-wrap .txt-list .txt h5{font-size: 45px;font-family: "IvyMode",sans-serif;font-weight: 400;letter-spacing: 2px;color: #6e6e6e;margin-bottom: 30px;}
.main_stayper .info_box .txt-wrap .txt-list .txt p{font-size: 17px;font-family: "Pretendard",sans-serif;font-weight: 400;color: #6d6d6d;line-height: 1.6;margin-top: 10%;}
.main_stayper .info_box .txt-wrap .txt-list .txt .room_btn{font-size: 13px;font-family: "Pretendard",sans-serif;font-weight: 100;color: #919191;margin-top: 12%;border-radius: 100%;border: 1px solid #919191;padding: 14px 25px;}
.main_stayper .info_box .txt-wrap .txt-list .txt .room_btn:hover {background: #919191; color: #fff;}

.main_stayper .info_box .txt-wrap .slide-btn-wrap{display: block;flex-flow: column;align-items: flex-start;right: 0;position: absolute;}
.main_stayper .info_box .txt-wrap .slide-page-wrap{display: flex; align-items: center;}
.main_stayper .info_box .txt-wrap .slide-page-wrap{font-family: 'Aboreto', cursive; letter-spacing: 0.2em;} 
.main_stayper .info_box .txt-wrap .slide-page-wrap .current {font-size: 40px;vertical-align: middle;font-weight: 100;margin-right: 5px;}
.main_stayper .info_box .txt-wrap .slide-page-wrap .total{font-size: 20px;font-weight: 100;margin-left: 5px;}

.main_stayper .info_box .txt-wrap .txt h5 small {display: block;font-weight: 100;font-family: 'Aboreto', cursive;font-size: 17px;letter-spacing: 3px;}
.main_stayper .info_box .txt-wrap .txt h5{opacity: 0; transform: translateY(30px); transition: 0.8s;}
.main_stayper .info_box .txt-wrap .txt p{opacity: 0; transform: translateY(30px); transition: 0.8s;}
.main_stayper .info_box .txt-wrap .txt .room_btn{opacity: 0; transform: translateY(30px); transition: 0.8s;}

.main_stayper .info_box .txt-wrap .txt ul {opacity: 0;transform: translateY(30px);transition: 0.8s;border: 4px double;border-left: none;border-right: none;padding: 30px 0;width: 125%;}
.main_stayper .info_box .txt-wrap .txt ul li {font-size: 16px;font-family: 'Pretendard-Regular';line-height: 2.5;font-weight: 300;letter-spacing: -1px;}		
.main_stayper .info_box .txt-wrap .txt ul li span {font-weight: 500;font-size: 13px;width: 80px;display: inline-flex;font-family: 'Aboreto', cursive;}
		
.main_stayper .info_box .txt-wrap .txt.on{pointer-events: all; z-index: 99;}
.main_stayper .info_box .txt-wrap .txt.on h5{opacity: 1; transform: translateY(0px);}
.main_stayper .info_box .txt-wrap .txt.on ul{opacity: 1; transform: translateY(0px);}
.main_stayper .info_box .txt-wrap .txt.on p{opacity: 1; transform: translateY(0px); transition-delay: 0.2s;}
.main_stayper .info_box .txt-wrap .txt.on .room_btn{opacity: 1; transform: translateY(0px); transition-delay: 0.2s;}

.main_stayper .img_big{width: 30%;margin-right: 3%;margin-top: 18%;}
.main_stayper .img_big .img-deco-contain{position: relative;height: 480px;width: 100%;overflow: hidden;bottom: 0;}
.main_stayper .img_big .img-deco-contain .swiper-slide .swiper-rooler{width: 100%; height: 100%; transition: 0.8s;}
.main_stayper .img_big .img-deco-contain .swiper-slide .swiper-rooler .img{width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}

.main_stayper .img_big .img-deco-contain .swiper-slide.prev-clip .swiper-rooler{transform: translateX(0);}
.main_stayper .img_big .img-deco-contain .swiper-slide.next-clip .swiper-rooler{transform: translateX(0);}
.main_stayper .img_big .img-deco-contain .prepend-next-clip .swiper-rooler{animation: transformNext 0.8s;} 
.main_stayper .img_big .img-deco-contain .prepend-prev-clip .swiper-rooler{animation: transformPrev 0.8s;} 
.main_stayper .img_big .img-deco-contain .swiper-slide-active{z-index: 5; width:100% !important;}

.main_stayper .special-preview-slide-wrap{height: 725px;width: 55%;background-size: cover;background-repeat: no-repeat;background-position: center;overflow: hidden;}
.main_stayper .special-preview-slide-wrap .swiper-slide .swiper-rooler{width: 100%; height: 100%; transition: 0.8s;}

.main_stayper .special-preview-slide-wrap .swiper-slide .swiper-rooler .img{width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}

.main_stayper .special-preview-slide-wrap .swiper-wrapper .swiper-slide.prev-clip .swiper-rooler{transform: translateX(0);}
.main_stayper .special-preview-slide-wrap .swiper-wrapper .swiper-slide.next-clip .swiper-rooler{transform: translateX(0);}
.main_stayper .special-preview-slide-wrap .swiper-wrapper .prepend-next-clip .swiper-rooler{animation: transformNext 0.8s;} 
.main_stayper .special-preview-slide-wrap .swiper-wrapper .prepend-prev-clip .swiper-rooler{animation: transformPrev 0.8s;} 
.main_stayper .special-preview-slide-wrap .swiper-wrapper .swiper-slide-active{z-index: 5;}

.main_stayper .info_box .slide_but_sppre{top: 360%;position: absolute;}
.main_stayper .info_box .txt-wrap .swiper-button-next{color: #000;right: 120%;}
.main_stayper .info_box .txt-wrap .swiper-button-prev{left: -133%;color: #000;}
	

/* main - sp */

.main_sper {display: block;}

.pin-spacer{margin-bottom: 0 !important;padding: 0 !important;height: 5500px !important;}

.main_sper.pc_sp  {height: 120vh !important;margin: 500px 0;overflow: hidden;top: -190px !important;}
.main_sper.pc_sp  h4 {width: 90%;color: #706d6d;margin: 0px auto 60px;font-family: "IvyMode",sans-serif;font-size: 45px;font-weight: 500;/* border-top: 1px solid #d1d1d1; */padding-top: 50px;text-transform: uppercase;}
.main_sper.pc_sp  h4 small {display: block;font-family:'Jeju Myeongjo', sans-serif;font-size: 15px;font-weight: 100;letter-spacing: -1px;line-height: 2;margin-top: 1%;}

.main_sper.pc_sp .inner-con {position: sticky;top: 0;left: 0;display: flex;width: max-content;margin-left: 2.5%;}
.main_sper.pc_sp .inner-con .info-wrap {display: flex;}

.main_sper.pc_sp .inner-con .info-wrap .info {padding: 25px 50px;}
.main_sper.pc_sp .inner-con .info-wrap .info .txt {display: flex;padding-top: 40px;width: 755px;}
.main_sper.pc_sp .inner-con .info-wrap .info .txt h3 {font-size: 30px;font-weight: 200;font-family: "IvyMode",sans-serif;width: 50%;line-height: 1.5;}
.main_sper.pc_sp .inner-con .info-wrap .info .txt p {font-size: 13px;color: #333333;line-height: 25px;font-family: 'Pretendard-Regular';width: 50%;text-align: end;letter-spacing: -0.5px;}
.main_sper.pc_sp .inner-con .info-wrap .info .sp_btn{display: block;border-radius: 50px 0px 0px 50px;border: 1px solid;text-align: right;padding: 14px;width: 19%;float: right;top: -23px;right: 0;position: relative;font-size: 12px; transition: 0.4s;}

.main_sper.pc_sp .inner-con .info-wrap .info.long {}
.main_sper.pc_sp .inner-con .info-wrap .info.long .img {width: 750px;height: 500px;background-position: center;background-size: cover;opacity: 0.75;transition: 1.5s;}
.main_sper.pc_sp .inner-con .info-wrap .info.short {margin-top: 50px;}
.main_sper.pc_sp .inner-con .info-wrap .info.short .img {width: 750px;height: 500px;background-position: center;background-size: cover;opacity: 0.75;transition: 1.5s;}

.main_sper.pc_sp .inner-con .info-wrap .info:hover.long .img{transform: scale(1.05); opacity: 1; transition: 1.5s;}
.main_sper.pc_sp .inner-con .info-wrap .info:hover.short .img{transform: scale(1.05); opacity: 1; transition: 1.5s;}
.main_sper.pc_sp .inner-con .info-wrap .info:hover .sp_btn {background: #000; color: #fff; transition: 0.8s;}

	
.main_sper.mo_sp {display: none;}

/* main - end */
.main_endrev{/*padding: 10% 0 5%;*/background: #f3f3f3;}

.main_endrev .cont{position:relative;z-index:2;max-width: 75%;margin: auto;}
.main_endrev .cont:after{display:block; content:"";clear:both;}
.main_endrev .img_box{float: right;width: 50%;display:flex;align-items: center;justify-content: right;}
.main_endrev .txt_box{float: left;width: 40%;position:relative;box-sizing:border-box;z-index:2;display:flex;align-items: center;text-align: center;}

.main_endrev .img_box .img{width: 1000px;height: 739px;background-size:cover;background-position:right top;}

.main_endrev .txt_box .txt{width:100%;margin-top: 31%;}
.main_endrev .txt_box .txt img {width: 30%;margin: 0 auto 9%;left: 0;right: 0;display: block;}
.main_endrev .txt_box .txt .btxt{font-size: 35px;letter-spacing: -0.5px;color: #53504c;line-height:0.9em;text-transform: uppercase;font-family: "IvyMode",sans-serif;}
.main_endrev .txt_box .txt i {margin: 7% 0;}
.main_endrev .txt_box .txt .btxt small {display: block;font-size: 11px;margin-top: 20px;font-family: 'Pretendard-Regular';}
.main_endrev .txt_box .txt .stxt{font-family: 'Jeju Myeongjo', serif;font-size: 17px;letter-spacing: -1px;margin-bottom: 5%;}
	
.main_endrev .go_btn{left:0;bottom:0;width: 80%;height: 71px;border: solid 1px #8b8381;overflow:hidden;border-left: none;border-right: none;margin: 11% auto 0;}
.main_endrev .go_btn a{display:block;float:left;width:50%;height: 70px;line-height: 70px;color: #7e7e7e;transition:all .2s;font-family: 'Pretendard-Regular';font-size: 15px;text-transform: capitalize;font-weight: 100;letter-spacing: -0.5px;text-transform: uppercase;}
.main_endrev .go_btn a:first-child{border-right: solid 1px #8b8381;}
.main_endrev .go_btn a:hover{color:#fff;background-color:rgb(70 66 58 / 60%)} 

.end_bggr {background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fcfcfc 25%, #fafaf9);width: 100%;height: 100%;z-index: 30;transition: 3.5s;display: block;position: absolute;transform: translateY(0%);}
.end_bggr.on {transform: translateY(-100%);transition: 2.5s;display: none;}	
		


/*view slick */
.view-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap{width:100%;height: 100%;}
.view-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap .slide{width:100%;height: 100vh;z-index: 99;position: relative;}
.view-wrap .con1 .con1-box .main-slide-wrap .swiper-wrap .slide img{width:100%;}
.view-wrap .con1 .con1-box .main-slide-wrap{width:100%;height: 100%;}
.view-wrap{width: 100%;height: 100%;z-index: 9;position: relative;}
.view-wrap .con1 .slide-control .prev{padding-left: 150px;}
.view-wrap .con1 .slide-control .next{padding-right: 150px;}
.view-wrap .con1 .slide-control button .text1{display: contents;width: 40px;color: white;font-family: "VentiCF-Medium";font-size: 12px;}
.view-wrap .con1 .slide-control button .text{display: contents;width: 40px;color: white;font-family: "VentiCF-Medium";font-size: 12px;}
.view-wrap .con1 .slide-control .prev .line{display: block; width: 30px; height: 1px; background-color: white;margin-left: 10px; transition: 1.2s;}
.view-wrap .con1 .slide-control .prev:hover .line { width: 60px; transition: 1.2s;}
.view-wrap .con1 .slide-control .next .line{display: block;width: 30px;height: 1px;background-color: white;margin-right: 10px; transition: 1.2s;}
.view-wrap .con1 .slide-control .next:hover .line { width: 60px; transition: 1.2s;} 
.view-wrap .con1 .slide-control{width: 100%; position: absolute; top: 50%; transform: translateY(0); pointer-events: none; z-index: 15;}
.view-wrap .con1 .slide-control .inner-con{display: flex; justify-content: space-between;}
.view-wrap .con1 .slide-control button{pointer-events: all; cursor: pointer; display: flex; align-items: center;}
.view-wrap .con1 .slide-page-wrap{position: absolute; bottom: 60px; width: 100%; pointer-events: none; z-index: 15; color: white;}
.view-wrap .con1 .slide-page-wrap .page-box{position: absolute;right: 0;left: 0;margin: auto;top: 0;font-size: 12px;text-align: center;}
 
/* view con1*/ 
.view-wrap .con1 {width: 100%;height: 100%;display: block;/* margin: 4% auto 0; */}
.view-wrap .con1 .con1-box {width: 100%;height: 100%;position: relative;}
.view-wrap .con1 .con1-box .slide-text1 {position: absolute;/* width: 100%; */display: inline-table;margin: auto;top: 50%;transform: translateY(-50%);z-index: 9;text-align: center;font-family: 'Italiana', serif;color: #fff;left: 0;right: 0;}
.view-wrap .con1 .con1-box .slide-text1  h3{font-size: 17px;font-weight: 300;}
.view-wrap .con1 .con1-box .slide-text1  h1{font-size: 48px;font-weight: 100;}
.view-wrap .con1 .con1-box .slide-text1  p{font-size: 13px;font-weight: 100;line-height: 1.8;font-family: 'NotoSerifKR';letter-spacing: 1px;}        
 
/* view info end */

.view_infotxt .font h5{font-size: 15px;font-weight: 100;text-align: end;letter-spacing: 5px;font-family: 'Jeju Myeongjo', serif;}
.view_infotxt .font h3{font-size: 30px;font-weight: 100;font-family: "IvyMode",sans-serif;text-align: right;max-width: 90%;margin: 6% auto 2.5%;}
.view_infotxt .font h3 &gt; span{display: flex;align-items: center;justify-content: end;line-height: 1.5;}
.view_infotxt .font h3 &gt; span:nth-of-type(1){margin-right: 0.6em;}
.view_infotxt .font h3 &gt; span:nth-of-type(2){margin-right: 0.8em;}
.view_infotxt .font h3 &gt; span:nth-of-type(3){margin-right: 0.2em;}
.view_infotxt .font .tit{overflow: hidden;}
.view_infotxt .font h3 .overflow-txt{transform: translateY(1.2em); display: block; transition: 0.8s;}
.view_infotxt .font h3 .line{display: block; width: 4.33em; height: 1px; background-color: #969395; margin-right: 30px; transition-delay: 0.6s;}

	
.view_infotxt .font h3 .tit.on .overflow-txt{transform: translateY(0);}

.view_infotxt .font h3 .tit:nth-of-type(1) .overflow-txt{transition-delay: 0.2s;}
.view_infotxt .font h3 .tit:nth-of-type(2) .overflow-txt{transition-delay: 0.3s;}
.view_infotxt .font h3 .tit:nth-of-type(3) .overflow-txt{transition-delay: 0.4s;}

.sty_tit{color: #6d6d6d;border-bottom: 1px solid #dddddd;}
.sty_tit_deco{width: 95%;height: 590px;display: block;margin: 0 auto;margin-bottom: 50px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.sty_tit_top{width: 561px;margin: 5% auto 3%;text-align: center;}
.sty_tit_top&gt;span{font-family: "Athena-Regular";font-size: 100px;text-align: center;display: block;line-height: 0.85;}
.sty_tit_top&gt;span:first-child{transform: rotate(180deg); margin-bottom: 40px;}
 .sty_tit h4{font-weight: 500;margin-bottom: 35px;font-family: "IvyMode";font-size: 35px;}
.sty_tit p{font-size: 16px;padding-bottom: 50px;line-height: 2;font-family: 'Pretendard-Regular';}
.sty_tit&gt;p{margin-top: 80px; text-align: center; border: 0; font-size: 15px;line-height: 1.8; padding-bottom: 0;}

.view_info {max-width: 95%;margin: auto;padding: 7% 0;} 
.view_info &gt; ul &gt; li:after { content:""; display:block; clear:both;}
.view_info li .lSSlideOuter {position:relative;float:left;width:65%;margin-bottom: 70px;z-index:1;}
.view_info li{margin-bottom: 2.5%;} .view_info li:last-child { margin-bottom:0;}
.view_info li:nth-child(2n) .lSSlideOuter { float:right;}
.view_info .viewimg_slider{max-width: 100%;}
.view_info .viewimg_slider .txt-wrap{transform: rotate(0.03deg);float:right;/*padding: 0 60px  0 60px;*/width: 35%;text-align: center;}
.view_info .viewimg_slider .txt-wrap{padding-top: 200px;color: #252525;}
.view_info .viewimg_slider .txt-wrap h3{font-size: 16px;font-weight: 100;margin-bottom: 20px;font-family: "IvyMode",sans-serif;letter-spacing: 5px;opacity: 0.5;}
.view_info .viewimg_slider .txt-wrap .line{width: 100%;display: block;height: 1px;background-color: rgb(10 10 10 / 25%);}
.view_info .viewimg_slider .txt-wrap h2{font-size: 5vh;font-family: "IvyMode",sans-serif;font-weight: 100;margin-top: 35px;margin-bottom: 40px;line-height: 1.2;letter-spacing: 8px;color: #5a5a5a;}
.view_info .viewimg_slider .txt-wrap h2 b{font-weight: 400;float: left;margin-right: 10px;}
.view_info .viewimg_slider .txt-wrap h2.two-row b{min-height: 2.4em;}
.view_info .viewimg_slider .txt-wrap p{font-size: 14px;font-weight: 300;font-family: 'Jeju Myeongjo', serif;line-height: 2;letter-spacing: -1px;}
.view_info .viewimg_slider .img-wrap{width: 65%; height: 730px;}
.view_info .viewimg_slider .img-wrap .slide{height: 730px;}

.view_info .lSAction { position:absolute; width:100%; height:48px; right:0;  top:50%; bottom:0; z-index:999;}
.view_info li:nth-child(2n) .lSSlideOuter .lSAction { left:0;}
.view_info .lSAction a {display:block;width: 30px;height: 32px;border: 1px solid white;border-radius: 50%;color:#fff;text-align:center;font-size: 14px;line-height: 30px;opacity:1;top:0;margin:0;transition: 0.8s;}
.view_info .lSAction a:hover{ background:rgba(255,255,255,0.80); color:#252525; transition:0.8s;}
.view_info .lSAction&gt;.lSPrev {left: 10px;}
.view_info .lSAction&gt;.lSNext {right: 10px;} 


/* map */
.map-wrap {padding-bottom: 8%;}
.map-wrap  .tit{padding-top: 100px;}
.map-wrap  .tit h3{font-size: 30px; font-family: "Cormorant",sans-serif; font-weight: 300; margin-bottom: 5px;}
.map-wrap  .tit h4{font-size: 17px; font-family: "Noto Serif KR",sans-serif; font-weight: 300;}
.map-wrap  .tit h2{font-size: 22px; font-family: "Noto Serif KR",sans-serif; font-weight: 500; margin-bottom: 35px;}
.map-wrap  .tit img{float: right;  margin-top: -80px;}
.map-wrap  .map-box .txt{text-align: center;padding: 3% 0 6%;}
.map-wrap  .map-box .txt h3{font-family: "IvyMode",sans-serif;font-size: 3em;display: inline-block;font-weight: 100;letter-spacing: 3px;color: #5a5a5a;border-right: 1px solid;padding-right: 2%;}
.map-wrap  .map-box .txt p{font-size: 15px;display: inline-block;font-weight: 500;margin-left: 2%;text-align: left;font-family: 'Pretendard-Regular';letter-spacing: -0.5px;}

.map-circle{position: absolute;top: 190px;background-color: #f7f7f7;width: 145px;height: 145px;border-radius: 50%;z-index: 15;left: 0;right: 0;margin: auto;}
.map-circle .round-txt{position: absolute;top: 50%;left: 50%;font-size: 20px;width: calc(100% + 130px);fill: #414141;font-family: "ventiCF",sans-serif;font-weight: 300;letter-spacing: 0.18em;}
.map-circle .dotted-circle{width: calc(100% - 40px);height: calc(100% - 40px);border: 1px dotted #717171;border-radius: 50%;margin-left: 20px;margin-top: 20px;display: flex;align-items: center;justify-content: center;}
.map-circle .dotted-circle .circle{display: block;width: 5px;height: 5px;background-color: #717171;border-radius: 50%;}
.root_daum_roughmap .wrap_controllers{display: none !important;}


/* room */
.room_maininfo{overflow: hidden; isolation: isolate;}
.room_maininfo .txt-wrap{/* display: flex; */justify-content: end;padding-top: 125px;padding-bottom: 100px;background-color: #f1f1f1;}
.room_maininfo .img-wrap{/* display: flex; */justify-content: start;/* margin-top: -390px; *//* padding-bottom: 10%; */overflow: hidden;isolation: isolate;max-width: 90%;/* margin: -390px auto 0; */}
.room_maininfo .txt-wrap .info{width: 100%;/* padding-left: 200px; */color: #423d38;text-align: center;}
.room_maininfo .img-wrap .info{width: 95%;/* display: flex; */justify-content: end;color: #423d38;filter: brightness(105%);margin: auto;}
.room_maininfo .txt-wrap .info .tit{margin-bottom: 65px;line-height: 1.5;}
.room_maininfo .txt-wrap .info .tit h3{font-size: 50px;font-weight: 400;font-family: "IvyMode",sans-serif;/* margin-left: -0.7em; */text-transform: capitalize;}
.room_maininfo .txt-wrap .info .tit h2{font-size: 70px;font-weight: 400;font-family: "IvyMode",sans-serif;letter-spacing: -2.5px;}
.room_maininfo .txt-wrap .info .txt p{font-size: 17px;font-weight: 400;font-family: 'Pretendard-Regular';letter-spacing: -0.5px;line-height: 2;padding-bottom: 50px;}
.room_maininfo .img-wrap .txt{padding-left: 20%;}
.room_maininfo .img-wrap .txt h2{font-size: 60px ; font-family: "RoxboroughCF",sans-serif; font-weight: 400; margin-bottom: 30px; margin-top: -0.5em;}
.room_maininfo .img-wrap .txt h2 span{display: block;}
.room_maininfo .img-wrap .txt p{font-size: 17px; font-family: "Pretendard",sans-serif; font-weight: 400; line-height: 1.8;}

.scroll-obj.overflow-box .overflow-txt{transform: translateY(1.2em); transition: 1.4s; display: block;}
.scroll-obj.overflow-box {overflow: hidden; isolation: isolate;}
.scroll-obj.overflow-box.on .overflow-txt{transform: translateY(0);} 

.room_subbinfo {max-width: 90%;margin: 6.5% auto 0;}
.room_subbinfo .in-box {display: flex;justify-content: start;align-items: flex-start;/* background-color: #423d38; */min-height: 100vh;}
.room_subbinfo .in-box .txt-wrap{/* width: calc(50vw - 65px); */display: flex;justify-content: end;padding-top: 70px;z-index: 1;position: relative;padding-bottom: 45px;/* padding-left: 125px; */}
.room_subbinfo .in-box .txt-wrap ul{width: 650px; padding-right: 60px;}
.room_subbinfo .in-box .txt-wrap ul h1 {font-size: 60px;font-family: "IvyMode",sans-serif;letter-spacing: 10px;line-height: 1.2;}
.room_subbinfo .in-box .txt-wrap ul p {font-size: 18px;font-family: 'Jeju Myeongjo', serif;display: block;margin-bottom: 40px;}

.room_subbinfo .in-box .txt-wrap .info h3{font-size: 14px;font-family: "IvyMode",sans-serif;color: #423d38;letter-spacing: 3px;padding-bottom: 15px;border-bottom: 1px solid #423d38;margin-bottom: 15px;position: relative;cursor: pointer;}
.room_subbinfo .in-box .txt-wrap .info h3 .ico{width: 12px; height: 12px; position: absolute; right: 10px; top: 50%; display: block;}
.room_subbinfo .in-box .txt-wrap .info h3 .ico::after{display: block;content: "";width: 100%;height: 1px;background-color: #666666;position: absolute;top: 50%;left: 0;transform:translateX(-50%) rotate(55deg);transform-origin: right;}
.room_subbinfo .in-box .txt-wrap .info h3 .ico::before{display: block;content: "";width: 100%;height: 1px;background-color: #666666;position: absolute;top: 50%;left: 0;transform:translateX(50%) rotate(-55deg);transform-origin: left;}
.room_subbinfo .in-box .txt-wrap .info .txt h5{font-size: 15px;font-weight: 400;font-family: "Lato",sans-serif;color: #a69682;letter-spacing: 0.1em;margin-bottom: 0;text-transform: capitalize;}
.room_subbinfo .in-box .txt-wrap .info .txt h5 i {font-size: 7px;vertical-align:middle;margin-bottom: 3.5px;}
.room_subbinfo .in-box .txt-wrap .info .txt li{font-size: 17px;font-family: 'Pretendard-Regular';font-weight: 300;color: #53504d;line-height: 2;letter-spacing: -0.5px;margin-bottom: 3px;}
.room_subbinfo .in-box .txt-wrap .info .txt li b {font-weight: 600;line-height: 2;color: #9e3c3e;}
.room_subbinfo .in-box .txt-wrap .info .accordion{height: 0; overflow: hidden; isolation: isolate; transition: 0.8s;}
.room_subbinfo .in-box .txt-wrap .info.on .accordion{height: auto;}
.room_subbinfo .in-box .txt-wrap .info.on .accordion img{width: 100%; display: block;}
.room_subbinfo .in-box .txt-wrap .info.on h3 .ico{ transform: translateY(-100%) rotate(180deg); }

.room_subbinfo .in-box .txt-wrap .info .reser-box{font-size: 12px;color: #6d6d6d;font-weight: 400;font-family: "Pretendard",sans-serif;display: flex;justify-content: center;align-items: center;width: 195px;height: 35px;border: 1px solid #909090;border-radius: 30px;margin-top: 35px;transition: 0.8s;text-transform: uppercase;}
.room_subbinfo .in-box .txt-wrap .info .reser-box:hover{background-color: #6d6d6d;color: #fff;}
.room_subbinfo .in-box .txt-wrap .info .reser-box:hover .arrow-ico{background-color: #fff; }
.room_subbinfo .in-box .txt-wrap .info .reser-box:hover .arrow-ico::after{background-color: #fff;}
.room_subbinfo .in-box .txt-wrap .info .reser-box .arrow-ico{width: 19px;height: 1px;background-color: #535353;display: block;margin-left: 5px;position: relative;}
.room_subbinfo .in-box .txt-wrap .info .reser-box .arrow-ico::after{content: "";display: block;width: 8px;height: 1px;background-color: #535353;position: absolute;right: 0;top: 0;transform: rotate(30deg);transform-origin: right bottom;}
.room_subbinfo .in-box .txt-wrap .info ol{margin-bottom: 16px;}
.room_subbinfo .in-box .txt-wrap .info.on .txt{padding-bottom: 30px;}
.room_subbinfo .in-box .txt-wrap .info .txt img{display: block; width: 100%; margin-top: 15px; margin-bottom: 20px;}
.room_subbinfo .in-box .img-wrap{height: 100%;position: absolute;top: 0;right: 0;z-index: 0;overflow: hidden;isolation: isolate;width: 50%;}
.room_subbinfo .in-box .img-wrap .box {width: 100%; height: 100%;}
.room_subbinfo .in-box .img-wrap .img_bg {height: 90%;width: 100%;background-position: center;background-size: cover;opacity: 0.85;filter: brightness(105%);}
.room_subbinfo .in-box .img-wrap p{position: absolute; bottom: 25px; left: 150px; z-index: 5; font-size: 16px; font-family: "Pretendard",sans-serif; font-weight: 500; color: white;}
 
.room-gallry{max-width: 90%;margin: 0 auto 7%;overflow: hidden;/* background-color: #ede4dd; */}
.room-gallry .btn {width: 130px; display: flex;}
.room-gallry .tit-wrap {margin: 100px auto;text-align: left;}

.room-gallry .tit-wrap h3 {font-size: 38px;line-height: 90px;font-weight: 100;font-family: "IvyMode",sans-serif;color: #877866;}
.room-gallry .tit-wrap p {/* font-size: 15px; */font-weight: 100;line-height: 20px;font-family: 'Pretendard-Regular';color: #877866;}
.room-gallry .swiper-slide {width: 300px;height: 500px;position: relative;margin-left: 1px;}
.room-gallry .swiper-slide::before {content: "";position: absolute;top: -8px;left: -8px;width: 365px;height: 500px;border: 1px solid rgba(135,120,102, 0.5);}
.room-gallry .swiper-slide h5 {/* height: 90%; */font-weight: 100;font-size: 15px;font-family: "IvyMode",sans-serif;position: absolute;left: -60px;right: 15px;background: #f7f7f7;width: 47%;margin: 5% auto;text-align: center;letter-spacing: 1px;}
.room-gallry .swiper-slide div {width: 350px;height: 460px;background-position: center;background-size: cover;filter: blur(0.5px);}
.room-gallry .swiper-slide div h4 {color: #877866; font-weight: 400; font-size: 18px;}
.room-gallry .swiper-slide div span {color: #877866; font-size: 18px; font-weight: 100;}
	

/* point */
.sp_maininfo {text-align: center; }
.sp_maininfo .tit h2 {font-size: 50px;margin-top: 150px;letter-spacing: 1.1px;font-family: "IvyMode",sans-serif;}
.sp_maininfo .tit p {font-size: 14px;line-height: 2;font-family: 'Pretendard-Regular';margin-top: 1%;}
	
.sp_subinfo {padding-bottom: 10%;max-width: 95%;margin: auto;border-bottom: 1px solid #d2d2d2;}
.sp_subinfo .boxs {margin:0 auto;margin-top: 100px;overflow:hidden;padding-top: 25px;}
.sp_subinfo .boxs .txt {float:left;color:#595046;text-align: center;width: 50%;margin-top: 2%;}
.sp_subinfo .boxs .txt h1 { line-height:1.3;  }
.sp_subinfo .boxs .txt h1 span {font-size: 14px;display: block;letter-spacing: 3px;color: #818181;font-family: 'Jeju Myeongjo', serif;font-weight: 200;}
.sp_subinfo .boxs .txt h1 strong {display:block;font-size: 35px;font-weight: 300;font-family: 'Jeju Myeongjo', serif;margin: 5px 0 20px;}
.sp_subinfo .boxs .txt h1 p {font-size: 14px;font-weight: 300;font-family: "IvyMode",sans-serif;}
.sp_subinfo .boxs .txt &gt; p {margin-bottom:25px;font-size: 16px;font-weight: 400;line-height: 1.8;letter-spacing: -0.5px;font-family:'Pretendard-Regular';}
.sp_subinfo .boxs .txt &gt; p &gt; .icon { margin-right:0.2em; font-size:90%;}
.sp_subinfo .boxs .txt .small_img {display:block;margin: 2% auto 6%;height: 500px;width: 500px;opacity: 0.95;background-position: center;background-size: cover;}	
.sp_subinfo .boxs .big_img {float:right;width: 50%;height: 750px;background-position: center;background-size: cover;}
		
.sp_endg {height: 150vh;}
.sp_endg .inner-con {width: 100%; position: sticky; top: 10%; margin: 0 auto;}
.sp_endg .inner-con .img {width: 100%;transform: scale(0.5); /*transition:0.5s;*/ height: 630px;margin: 5% auto 0;background-position: center;background-size: cover; opacity: 0.8;}
.sp_endg_txt{font-family: "IvyMode",sans-serif;color: #696969;font-size: 16vh;font-weight: 300;opacity: 0.3;position: relative;/*right: 120px;*/ top: -162px;width: 100%;text-align: right;height: 50px;}


/* tour rev */
.sub_intxt .txt h5{font-size: 20px;font-weight: 100;letter-spacing: 2px;font-family: 'Jeju Myeongjo', serif;margin-bottom: 10px;}
.sub_intxt .txt{font-size: 30px;font-weight: 100;font-family: "IvyMode",sans-serif;text-align: center;max-width: 80%;margin: 10% auto 2.5%;}
.sub_intxt .txt span{display: block;align-items: center;justify-content: end;line-height: 1.5;font-size: 40px;}
.sub_intxt .txt .tit{overflow: hidden;}
.sub_intxt .txt .overflow-txt{transform: translateY(1.2em); display: block; transition: 0.8s;}
.sub_intxt .txt .tit.on .overflow-txt{transform: translateY(0);}



/* tour */

.tour-info{max-width: 90%;margin: auto;}	
.tour-info .boxs{padding-bottom: 7%;overflow: hidden;}
.tour-info .boxs .list{display: flex;flex-wrap: wrap;align-items: flex-start;/* padding: 0 80px; */}
.tour-info .boxs .list .tourin{width: 33.33%;}
.tour-info .boxs .list .tourin{padding-right: 60px;}
.tour-info .boxs .list .tourin:nth-of-type(3n){padding-right: 0px;}
.tour-info .boxs .list .tourin .tour-slide-wrap .swiper-slide{height: 555px;}
.tour-info .boxs .list .tourin .txt-wrap{padding: 20px 0 30px;min-height: 200px;}
.tour-info .boxs .list .tourin .txt-wrap .tit{transform: rotate(0.03deg); cursor: pointer;}
.tour-info .boxs .list .tourin .txt-wrap .tit h2{font-size: 17px;font-weight: 500;letter-spacing: 1px;font-family: 'Pretendard-Regular';float: left;margin-right: 6px;}
.tour-info .boxs .list .tourin .txt-wrap .tit h5{font-size: 13px;font-weight: 500;letter-spacing: -0.025em;display: block;padding-top: 5px;}
.tour-info .boxs .list .tourin .txt-wrap .tit h5 i{margin-right: 5px;}
.tour-info .boxs .list .tourin .txt-wrap .more-btn-wrap{display: flow-root;justify-content: end;text-align: right;width: 93%;top: -5px;position: absolute;}
.tour-info .boxs .list .tourin .txt-wrap .more-btn-wrap .more-btn{font-size: 13px;cursor: pointer;text-transform: capitalize;font-family: "IvyMode",sans-serif;letter-spacing: 2px;}

.tour-info .boxs .list .tourin .txt-wrap .tit .btn-wrap{width: 100%;height: 1px;background-color: #d6d5cf;margin: 5px auto 10px;position: relative;}
.tour-info .boxs .list .tourin .txt-wrap .tit .btn-wrap .btn{width: 15px;height: 15px;position: absolute;top: 50%;transform: translateY(-190%);cursor: pointer;right: 0;}
.tour-info .boxs .list .tourin .txt-wrap .tit .btn-wrap .btn .line{position: absolute; top: 50%; left: 0; width: 100%; height: 1px; display: block; background-color: #444444;}
.tour-info .boxs .list .tourin .txt-wrap .txt{height: 0; overflow: hidden; transition: 0.6s;}
.tour-info .boxs .list .tourin .txt-wrap .txt p{font-size: 13px;font-weight: 400;letter-spacing: -0.5px;line-height: 1.8;font-family: 'Pretendard-Regular';}
.tour-info .boxs .list .tourin .btn .line2{transform: rotate(0deg);  transition: 0.8s;}
.tour-info .boxs .list .tourin.on .btn .line2{transform: rotate(90deg);  transition: 0.8s;}

/* rev */
.reserv_info {max-width: 90%; margin: auto;}
.reserv_info .wrap_conts { margin: 100px -18px 0; padding: 0 18px;}
.reserv_info .flex {display: flex;width: 100%;margin: 100px auto 50px;}
.reserv_info .flex .conts_sect { width: 50%;}
.reserv_info .flex .conts_sect	.img {display:block;height: 230px;margin-bottom: 3%;width: 90%;opacity: 0.85;background-position: center;background-size: cover;}	
.reserv_info .box .conts_sect .tit_lst {margin: 25px auto;font-size: 17px;font-family: 'Jeju Myeongjo', serif;text-transform: capitalize;letter-spacing: 2px;font-weight: 900;}
.reserv_info .box .conts_sect .tit_lst i {font-size: 5px;padding-right: 10px;vertical-align: middle;}
.reserv_info .box .conts_sect {padding: 30px 0;}
.reserv_info .box .conts_sect li {font-size: 15.5px;letter-spacing: -0.5px;line-height: 2;font-family: 'Pretendard-Regular';/* margin-top: 2%; */}
.reserv_info .box .conts_sect li.in {margin-top: 15px;}
.reserv_info .box .conts_sect li span {color: #9e3c3e;/* font-weight: 600; */letter-spacing: -0.75px;}
.reserv_info .box .conts_sect li span a {color: #9e3c3c; font-weight: 600;}
.reserv_info .box .conts_sect li b {font-weight: 600;letter-spacing: 3px;}
.reserv_info .box .conts_sect strong {margin-top: 30px;display: block;font-size: 13px;}
.reserv_info .box01 .right { border-left: 1px solid #a4a3a1; padding-left: 70px;}
.reserv_info .box02 li {padding: 12px 18px;border-bottom: 1px solid #bfbfbf;}
.reserv_info .box02 li:last-child{border: none;}

	
table {border: 1px solid #ccc;width: 100%;text-align: center;line-height: 1.5rem;margin-top: 21px;margin-bottom: 8%;border-collapse:collapse;}
table tr { border: 1px solid #ccc;}
table th {background-color: #575757;line-height: 1.5;padding: 10px 0;font-size: 13px;font-family: 'Pretendard-Regular';letter-spacing: 5px;color: #fff;font-weight: 300;}
table tr td {border: 1px solid #ccc;line-height: 1.5;padding: 9px 0px;font-size: 13px;font-family: 'Pretendard-Regular';background: rgba(255,255,255,0.4);}
table td {border: 0.1px solid #ccc;line-height:3;}

.mo_re{display: none;}
.mo_br{display: block;}



/* media */

@media screen and (max-width: 1680px) {
	
	.main_sper.pc_sp .inner-con .info-wrap .info .txt{width: 700px;}

	.main_sper.pc_sp .inner-con .info-wrap .info.long .img{width: 700px; height: 350px;}
	.main_sper.pc_sp .inner-con .info-wrap .info.short .img{width: 700px; height: 350px;}
	.pin-spacer{height: 5000px !important;}
	
	
/*	.room_maininfo .txt-wrap .info{padding-left: 120px;}*/
	.room_subbinfo .in-box .txt-wrap ul h1{font-size: 50px;}
	.room_subbinfo .in-box .txt-wrap{width: 50%;}
	.room-gallry .swiper-slide div{width: 280px; height: 400px;}
	.room-gallry .swiper-slide::before{width: 295px; height: 435px;}
	.room-gallry .swiper-slide h5{font-size: 11px; left: -40px; right: 20px;}
	
	
	.sp_subinfo .boxs .txt{width: 35%;}
	.sp_subinfo .boxs .big_img{height: 650px; width: 600px;}
	
	
	.main_endrev .img_box .img{height: 490px;}
	.main_endrev .txt_box .txt i{margin: 6% auto;}
	.main_endrev .txt_box .txt{margin-top: 10%;}
	
	.main_endrev .go_btn{height: 60px;}
	.main_endrev .go_btn a{height: 60px; line-height: 60px;}
	
/*	.reserv_info{max-width: 75%;}*/
	
	.con1 .main-tit h1{font-size: 45px;}
	.con1 .main-tit h3{font-size: 13px;}
}




@media screen and (max-width: 1455px) {
	
		
/*	.sp_subinfo .boxs .big_img{width: 500px; height: 618px;}*/
	.sp_subinfo .boxs .txt{width: 40%;}
	
	.main_sper .inner-con .info-wrap .info .txt{width: 630px;}
/*	.main_sper.pc_sp .inner-con .info-wrap .info.long .img{width: 630px; height: 240px;}
	.main_sper.pc_sp .inner-con .info-wrap .info.short .img{width: 630px; height: 240px;}*/
/*	.pin-spacer{height: 3950px !important;}*/
	
	.main_sper.pc_sp{height: 165vh !important;}
	
	.sp_endg_txt{top: -85px;}
	.sp_endg .inner-con .img{height: 450px;}
	
	.room_maininfo .txt-wrap {padding-top: 125px;}
	.room_maininfo .txt-wrap .info .tit h3{font-size: 40px;}
	.room_maininfo .txt-wrap .info .tit h2{font-size: 65px;}
	.room_maininfo .txt-wrap .info .txt p{/* font-size: 17px; */}
	
	.room_subbinfo .in-box .txt-wrap{padding-top: 0; padding-bottom: 0;}
	.room_subbinfo .in-box .txt-wrap ul p{margin-bottom: 15px;font-size: 19px;line-height: 5;}
	.room_subbinfo .in-box .txt-wrap ul h1{/* font-size: 35px; */}
	.room_subbinfo .in-box .txt-wrap .info h3 .ico{width: 10px; height: 10px;}
	.room_subbinfo .in-box .txt-wrap .info h3{padding-bottom: 7px; margin-bottom: 10px;}
	.room_subbinfo .in-box .txt-wrap .info .txt li{/* font-size: 13px; */}
	.room_subbinfo .in-box .txt-wrap .info .txt h5{font-size: 13px;margin-bottom: 5px;}
	.room_subbinfo .in-box .txt-wrap .info .reser-box{margin-top: 25px;}
	.room_subbinfo .in-box .txt-wrap .info.on .txt{padding-bottom: 0;}
	.room_subbinfo .in-box .img-wrap .img_bg{height: 100%;}
	
	
	.room-gallry .swiper-slide div{width: 230px;height: 340px;}
	.room-gallry .swiper-slide::before{width: 245px; height: 365px;}
	.room-gallry{margin-bottom: 0;}
	
	.tour-info .boxs .list .tourin{padding-right: 20px;}
	.tour-info .boxs .list .tourin .tour-slide-wrap .swiper-slide{height: 455px;}

	.view_info .viewimg_slider .txt-wrap{padding-top: 111px;}
	.map-circle{display: none;}
	
	.main_stayper .info_box .slide_but_sppre{right: -27px;}

	
	.main_sper.pc_sp h4{margin: 0 auto 30px;}
	
	.sty_tit_deco{height: 325px;}
}


@media screen and (max-width: 1295px) {
	
	.sp_subinfo .boxs .big_img{width: 425px;}
	.main_sper .inner-con .info-wrap .info .txt{padding-top: 15px;}
	.main_sper .inner-con .info-wrap .info .txt h3{font-size: 25px;}
	.main_sper .inner-con .info-wrap .info .sp_btn{padding: 3px 14px;}
	.main_sper .inner-con .info-wrap .info.short{margin-top: 35px;}
	.pin-spacer{height: 3755px !important;}
	
	.tour-info .boxs .list .tourin .txt-wrap .more-btn-wrap .more-btn{/* font-size: 10.5px; */}
	.tour-info .boxs .list .tourin .txt-wrap .tit h2{font-size: 20px;}
	.tour-info .boxs .list .tourin .txt-wrap .tit h5{/* font-size: 10px; */}
	
	.room-gallry .swiper-slide h5{left: -10px;}
	
}



@media screen and (max-width: 1025px) {
	.max_main{max-width: 100%; overflow: hidden;}	
	
	.sty_tit_deco{width: 95%; height: 325px;}
	.view_info .viewimg_slider{overflow: hidden;}

	.view-wrap{margin-top: 21%;}
	.view_infotxt .font h3{max-width: 95%; margin: 11% auto 2.5%;}
	.view_info{max-width: 95%; overflow: hidden;}
	.view_info li .lSSlideOuter{float: none; width: 100%; margin-bottom: 3.5%;}
	.view_info .viewimg_slider .txt-wrap{float: none;width: 100%;padding-top: 0;padding-bottom: 5%;}
	
	.view-wrap .con1 .slide-control .prev{padding-left: 50px;}
	.view-wrap .con1 .slide-control .next{padding-right: 50px;}
	
	.root_daum_roughmap_landing{max-width: 95% !important; width: 95% !important;}
	
	.sp_subinfo {max-width: 95%;}
	.sub_intxt .txt{margin-top: 12%;}
	.tour-info{max-width: 95%; }
	.tour-info .boxs .list .tourin .tour-slide-wrap .swiper-slide{height: 325px;}
	.main_stayper .info_box .txt-wrap .txt-list .txt{width: 100%; display: block; padding-top: 3%;}
	.main_stayper .info_box .txt-wrap .txt-list .txt p{margin-top: 4%;}
	.main_stayper .info_box .txt-wrap .txt-list .txt .room_btn{float: right; margin-top: -20px; display: none;}
	
	
	
	.reserv_info{max-width: 95%;}
	
	.room_maininfo .txt-wrap{display: block;}
	.room_maininfo .img-wrap{display: block; isolation: auto; margin: -8% auto 0;}
	.room_maininfo .img-wrap .info{display: block; margin: auto;}
	.room_maininfo .txt-wrap .info{width: 95%;text-align: center;padding: 0;margin: auto;}
	.room_subbinfo .in-box{display: block; min-height: 0;}
	.room_subbinfo .in-box .txt-wrap{display: block; width: 100%;}
	.room_subbinfo .in-box .img-wrap{display: block; width: 100%; position: relative;}
	.room_subbinfo .in-box .txt-wrap ul{width: 100%; padding: 0;}
	.room_subbinfo{max-width:95%;}
	.room-gallry .swiper-slide h5{text-align: center; width: 50%; left: 0; right: 0;}
	.room-gallry{max-width: 95%;}
	
	.main_stayper{max-width: 95%;}
	.main_stayper .info_box{display: block;}
	.main_stayper .img_big{width: 100%; display: none;}
	.main_stayper .special-preview-slide-wrap{height:  450px; width: 100%;}
	.main_stayper .info_box .txt-wrap{width: 100%; padding: 0; display: block;}
	.main_stayper .info_box .txt-wrap .txt ul{width: 100%;}
	.main_stayper .info_box .tit{text-align: center;position: relative;margin: 0 auto 50px;font-size: 16px;}
	
	.main_stayper .info_box .slide_but_sppre{top: 100%;}
	
	.main_sper{overflow: inherit;}
	.main_sper.pc_sp {display: none;}
	
	.main_sper.mo_sp  { margin-top: 5%; padding: 0; text-align: center;}
	.main_sper.mo_sp  h4 {width: 80%;color: #706d6d;margin: 0px auto 60px;font-family: "IvyMode",sans-serif;font-size: 45px;font-weight: 500;/* border-top: 1px solid #d1d1d1; */padding-top: 50px;text-transform: uppercase;}
	.main_sper.mo_sp  h4 small {display: block;font-family:'Jeju Myeongjo', sans-serif;font-size: 15px;font-weight: 100;letter-spacing: -1px;line-height: 2;margin-top: 1%;}

	
	.main_sper.mo_sp {display: block; margin-top: 24%; margin-bottom: 10%;}
	.main_sper.mo_sp .inner-con .info-wrap {display: block;}

	.main_sper.mo_sp .inner-con .info-wrap .info {padding: 25px 50px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt {display: flex;padding-top: 40px;width: 755px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt h3 {font-size: 30px;font-weight: 200;font-family: "IvyMode",sans-serif;width: 50%;line-height: 1.5;text-transform: uppercase;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt p {font-size: 13px;color: #333333;line-height: 25px;font-family: 'Pretendard-Regular';width: 50%;text-align: end;letter-spacing: -0.5px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .sp_btn{display: block;border-radius: 50px 0px 0px 50px;border: 1px solid;text-align: right;padding: 14px;width: 19%;float: right;top: -23px;right: 0;position: relative;font-size: 12px; transition: 0.4s;}

	.main_sper.mo_sp .inner-con .info-wrap .info.long {}
	.main_sper.mo_sp .inner-con .info-wrap .info.long .img {width: 100%;height: 500px;background-position: center;background-size: cover;opacity: 0.75;}
	.main_sper.mo_sp .inner-con .info-wrap .info.short {margin-top: 0px;}
	.main_sper.mo_sp .inner-con .info-wrap .info.short .img {width: 100%;height: 500px;background-position: center;background-size: cover;opacity: 0.75;}

	.main_sper.mo_sp .inner-con .info-wrap .info:hover.long .img{transform: scale(1.05); opacity: 1; transition: 1.5s;}
	.main_sper.mo_sp .inner-con .info-wrap .info:hover.short .img{transform: scale(1.05); opacity: 1; transition: 1.5s;}
	.main_sper.mo_sp .inner-con .info-wrap .info:hover .sp_btn {background: #000; color: #fff; transition: 0.8s;}

	.pin-spacer{height: 0px !important;}
	
	.main_endrev .img_box{display: block;}
	.main_endrev .img_box .img{margin: auto; width: 100%;}
	.main_endrev .txt_box{display: block; float: none; width: 100%;}
	.main_endrev .img_box{display: block; float: none; width: 100%;}
	
	.main_info_video{max-width: 95%;}
	.main_endrev{padding: 10% 0;}
	
	
	
}



@media screen and (max-width: 950px) {
	
	.main-slide-txt{width: 100%; float: none; text-align: center;}
	.main-slide-txt .main_img{margin-top: 1%;}
	.main-slide-wrap{width: 100%;}
	.main-wrap .con1{width: 100%; height: 95vh;}
	
	.view-wrap .con1 .con1-box, .view-wrap{height:  80vh;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt h3{text-align: left;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt{width: 100%;}
	.sp_endg_txt{font-size: 8vh;}
	
/*	.con1 .main-tit{display: none;}*/
	
	.con1 .main-tit h1{font-size: 25px; letter-spacing: 2px;} .con1 .main-tit h3{font-size: 11.5px;}
	
	.main-wrap .con1 .slide-page-wrap{bottom: 50px;} .main-wrap .con1 .slide-control{bottom: 30px;}


}

@media screen and (max-width: 800px) {
	
	.sp_maininfo .tit h2{margin-top: 10%;}
	.sp_subinfo .boxs{margin-top: 0;padding-top: 0;}
	.sp_subinfo .boxs .txt h1 span{border-top: 1px solid;display: inline-block;padding-top: 35px;}
	.sp_subinfo .boxs .txt{width: 100%; float: none;}
	.sp_subinfo .boxs .big_img{ width: 100%; height: 300px;}
	.sp_endg{height: 100vh;}
	
	.main-slide-txt h2 {display: block; font-size: 3vh;letter-spacing: -1px;padding-top: 0;font-family: "IvyMode",sans-serif;line-height: 1.5;font-weight: 500;margin-bottom: 10px;text-transform: uppercase;}

	
	.main_sper.mo_sp h4{padding-top: 0;}
	
	.reserv_info .flex{display: block; margin: 0 auto 50px;}
	.reserv_info .flex .conts_sect{width: 100%;}
	.reserv_info .flex .conts_sect .img{width: 100%;}
	.reserv_info .box01 .right{padding:0px; border: none; border-top:1px solid #a4a3a1;  }
	
	.room-gallry .swiper-slide h5{width: 90%;}
	.main_stayper{padding-top: 20px;}
	
	.main_stayper .info_box .slide_but_sppre{display: none;}
	
	.tour-info .boxs .list .tourin{width: 50%; padding-left: 10px;}
	
	.main-wrap .con1 .slide-control .prev{padding-left:  20px;}
	.main-wrap .con1 .slide-control .next{padding-right: 20px;}
	
	.sty_tit_top{width: 100%;}

	.main_txt-info{padding-top: 20%;}
	.main_txt-info .tit-box h2{font-size: 50px;}
	.main_txt-info .tit h5{font-size: 13px;letter-spacing: 0;}
	.main_line h3, .main_line h4{font-size: 10px;} 
	.main_line .line{width: calc(100% - 255px);}
	.main_txt-info .txt span{font-size: 16.5px;}
	
}


@media screen and (max-width: 555px) {
	
	.view-wrap .con1 .con1-box, .view-wrap{height: 65vh;}
	.view-wrap .con1 .con1-box .slide-text1{display: none;}
	.view-wrap .con1 .slide-control{top: auto;bottom: 40px;}
	.view_infotxt .font h3{margin-top: 20%;font-size: 27px;letter-spacing: 2px;}
	.sub_intxt .txt{margin-top: 20%; }
	.main-slide-txt{padding-top: 20%;}
	.reserv_info .box02 li{padding: 12px 0;}
	
	.sty_tit p{font-size: 17px;letter-spacing: -0.5px;max-width: 95%;margin: auto;}
	
	.view_info .viewimg_slider .txt-wrap h2{margin-top: 15px; margin-bottom: 25px; font-size: 3.3vh; letter-spacing: 4px;}
	.view_info .viewimg_slider .txt-wrap p{line-height: 1.65;}
	.view_info .viewimg_slider .txt-wrap h3{font-size: 13px; letter-spacing: 2px;}
	
	.map-wrap .map-box .txt h3{display: block;border: none;font-size: 35px;padding: 0;margin-bottom: 15px;}
	.map-wrap .map-box .txt p{margin: 0;text-align: center;font-size: 17px;text-align: center;}
	
	.main_endrev .cont{max-width: 95%;}


	.main_endrev .img_box .img{height: 250px;background-position: bottom;}
	
	.sp_maininfo .tit h2{font-size: 35px;}
	.sp_maininfo .tit p{font-size: 15px;}
	.sp_subinfo .boxs .txt h1 strong{/* font-size: 22px; */}
	.sp_subinfo .boxs .txt &gt; p{font-size: 17px;}
	
	.main_sper.mo_sp h4{width: 95%;font-size: 35px;}
	.main_sper.mo_sp h4 small{font-size: 16px;}
	.main_sper.mo_sp .inner-con .info-wrap .info{padding: 25px 10px;}
	.main_sper.mo_sp .inner-con .info-wrap .info.long .img, .main_sper.mo_sp .inner-con .info-wrap .info.short .img{height: 325px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt{display: block;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt h3{width: 100%;text-align: center;margin-bottom: 6%;font-size: 35px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .txt p{width: 100%;text-align: center;font-size: 16px;line-height: 2;letter-spacing: -0.5px;}
	.main_sper.mo_sp .inner-con .info-wrap .info .sp_btn{margin: auto;left: 0;right: 0;text-align: center;float: none;top: 14px;width: 45%;border-radius: 0;padding: 6px 18px;}
	
	.room_maininfo .txt-wrap{padding-top: 10%;}
	.room_maininfo .txt-wrap .info .tit h3{font-size: 38px;}
	.room_maininfo .txt-wrap .info .tit h2{font-size: 55px;}
	.room_maininfo .txt-wrap .info .txt p{padding-bottom: 25px;}
	.room_maininfo .img-wrap .info{width: 100%;}
	.room_maininfo .img-wrap{margin-top: -18.5%;}
	
	.room-gallry .tit-wrap h3{/* font-size: 25px; */line-height: 2;}

	
	.main_stayper .info_box .txt-wrap .txt-list .txt h5{font-size: 45px;line-height: 1.4}
	.main_stayper .info_box .txt-wrap .txt ul{padding: 13px 0;}
	.main_stayper .info_box .txt-wrap .txt-list .txt p{font-size: 15px;line-height: 2;}
	.main_stayper{margin-bottom: 25% !important;}
	
	.tour-info .boxs{padding-bottom: 0;}
	.tour-info .boxs .list .tourin{width: 100%; padding: 0;}
	.tour-info .boxs .list .tourin .txt-wrap .txt p{line-height: 1.55;font-size: 16px;}
	.tour-info .boxs .list .tourin .txt-wrap{min-height: 275px;}
	
	.reserv_info .box .conts_sect li{font-size: 17px;}
	
	.main-slide-txt h2 {font-size: 2.5vh;} .main-slide-txt p{font-size: 13px;}
/*	.main-wrap .con1{height: 80vh;}*/
	
	.main_stayper .special-preview-slide-wrap{height: 250px;}
	.main_stayper .info_box .txt-wrap .txt ul li span{font-size: 17.5px;width: 100px;}
	.main_stayper .info_box .txt-wrap .txt ul li{font-size: 17px;}
	.main_sper.mo_sp h4{margin-bottom: 10px;}

	.main_endrev .txt_box .txt .stxt{font-size: 17px;}
	
	.sub_intxt .txt h5{font-size: 25px;} .sub_intxt .txt span{font-size: 45px;}
	
	.reserv_info .box .conts_sect .tit_lst{font-size: 22px;}
	
	table tr td{font-size: 15px;}
	.mo_re{display: block;} .mo_br{display: none;}
	
	.room_subbinfo .in-box .txt-wrap .info h3{font-size: 20px;}
	.view_infotxt .font h5 {font-size: 20px;}
	

}


@media screen and (max-width: 450px) {	
	
	.view_infotxt .font h3{margin-top: 30%; }
	.sub_intxt .txt{margin-top: 30%; }
	.main-slide-txt{padding-top: 30%;}

	.room-gallry .swiper-slide::before{width: 100%;height: 285px;margin: auto;left: 0;right: 0; top: 0;}
	.room-gallry .swiper-slide h5{width: 100%;}
	.room-gallry .swiper-slide div{width: 100%; height: 250px;}
	.room-gallry .swiper-slide{height: 400px;}
	.room-gallry .tit-wrap{margin: 100px auto 25px;}

	
}



@media screen and (max-width: 350px) {
	
	.main_stayper .info_box .txt-wrap .txt-list .txt a{margin-top: 0;}
		
	
}</pre></body></html>