@CHARSET "UTF-8"; 
@import url("reset.css"); 
@import url("swiper.css"); 
@import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css'); 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

/*------------------------------------------------------------------------------------------------*/

.dina{display: none !important;}


/* Common */
/* body { min-width:1000px; }  */
section { width:100%; height:100%; overflow: hidden; } 
section, .section { position:relative; width:100%; } 
#scroll { position:absolute; bottom:5px; left:50%; transform: translateX(-50%); z-index:10; } 

/* Visual */
.visual .heading { position: absolute; bottom: 17%; left: 8%; z-index: 10; color: #fff; } 
.visual .heading h1 { font-family:'MyLotte-r'; font-size:60px; margin-bottom:30px; text-shadow:0 0 7px rgba(0, 0, 0, 0.15); line-height:1.1; } 
.visual .heading p { font-family:'NanumG-l'; font-size: 18px; text-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

/* visual Swipers */
.visual .MyFrame { position:relative; width:100%; height:100%; min-height:562px; overflow:hidden; }  
.visual .MyFrame iframe { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); background-repeat:no-repeat; background-position:50% 50%; } 
.visual .MyFrame iframe { min-width:100%; min-height:100%; width:auto; height:auto; background-size:cover; } 

.Swipers { max-width:100%!important; overflow:hidden; } 
.Swipers .swiper-view { max-width:1400px; margin:0 auto; height:82.5vh; min-height:560px; } 
.Swipers .InBox { position:relative; width: 100%; height:100vh; margin:0 auto; overflow:hidden; } 
.Swipers .swiper { height:100%; overflow:hidden; } 
.Swipers .swiper-slide.img { width:100%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; } 
.Swipers .swiper-controls { position:absolute; bottom:3%; width: 100%; height: 35px; display: flex; align-items: center; justify-content: flex-end; z-index: 10; padding-right: 8%; } 
.Swipers .swiper-btns { width: 100px; height: 100%; cursor:pointer; display: flex; position: relative; margin-right: 10px; } 
.Swipers .swiper-btns::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2px; height: 20px; background-color: #fff; } 
.Swipers .swiper-button-next, 
.Swipers .swiper-button-prev { flex: 1; position: static; color:#fff; font-size:30px; height:100%; text-align: center; z-index:10; cursor:pointer; } 
.Swipers .swiper-button-prev { } 
.Swipers .swiper-button-next { } 
.Swipers .swiper-pagination { position: static; z-index:3; } 
.Swipers .swiper-pagination-bullet { display:inline-block; width:10px; height:10px; margin-right: 5px; background-color:#fff; opacity: 0.9; border-radius:50%; } 
.Swipers .swiper-pagination-bullet-active { background-color:#ccc0ac; width:18px; border-radius:40%; opacity: 1; } 
.Swipers .swiper-btn:hover { opacity:1; } 

/* Header */
header { transition: background-color 0.5s; position:fixed; top:0; left:0; width:100vw; height: 60px; z-index:100; } 
header .inner { width: 1000px; margin: 0 auto; display: flex; justify-content: space-evenly; }
header a { display: block; }
header .m-btn { display: none; }
header .m-menu { display: none; }
header .m-logo { display: none; }
header .m-resv {display: none;}

header .logo { margin: 10px 100px 0 100px; position: relative; } 
header .logo img { transition: opacity 0.3s; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } 
header .logo .big { opacity: 1; visibility: visible; width: 130px; height: auto; } 
header .logo .small { opacity: 0; visibility: hidden; margin-top: 5px; width: 120px; height: auto; } 

header .gnb { display: flex; width: 40%; } 
header .gnb>li { flex: 1; height: 80px; text-align: center; position: relative; } 
header .gnb>li>a { font-size: 15px; height: 100px; line-height: 100px; color: #3c3a3b; font-family:'MyLotte-r'; cursor: pointer; } 
header .gnb>li.reservation img { width: 19px; height: 14px; } 

header .gnb .lnb { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 120px; transition: opacity 0.3s; opacity: 0; visibility: hidden; z-index: 100; } 
header .gnb .lnb.on { opacity: 1; visibility: visible; } 
header .gnb .lnb>a { color: #222; background-color: rgba(201, 213, 215, 0.7); font-size: 14px; padding: 15px 0; margin-bottom: 2px; } 
header .gnb .lnb>a:hover { color: #222; background-color: rgba(255, 255, 255, 0.75); } 
header .gnb .lnb>a:hover { font-family: MyLotte-r; } 

header.on .gnb>li { height: 60px; }
header.on .gnb>li>a { height: 60px; line-height: 60px; color: #000; text-shadow: none; }
header.on { background-color: /*rgba(219, 211, 198, 0.5)*/rgba(201, 213, 215, 0.5); }
header.on .logo .big { opacity: 0; visibility: hidden; }
header.on .logo .small { opacity: 1; visibility: visible; }

/* Footer*/
footer { background-color: #3c3c3c; width:100%; overflow:hidden; z-index:10; } 
footer .inner { position: relative; max-width: 1000px; margin: 0 auto; padding-top: 10px; padding-bottom: 60px; }
footer .inner .top { text-align: center; position: relative; padding: 25px 0; border-bottom: 1px solid #777777; }
footer .inner .top .text-logo {  }
footer .inner .top .text-logo img { width: 130px; }
footer .inner .top .icons {  position: absolute; top: 50%; right: 50px; transform: translateY(-50%); display: flex; }
footer .inner .top .icons .icon { margin-left: 20px; }
footer .inner .top .icons .icon img { }
footer .inner .middle { display: flex; justify-content: space-around; align-items: flex-start; padding: 40px 100px 30px 100px; }
footer .inner .middle>div { text-align: center; width: 120px; }
footer .inner .middle>div img { width:90px; height:auto; }
footer .inner .middle>div i { color: #b1b1b1; font-size: 40px; }
footer .inner .middle>div p { color: #fff; font-family: MyLotte; font-size: 16px; margin-top: 15px; margin-bottom: 10px; line-height: 1.3em; }
footer .inner .middle>div span { font-family: NanumG; font-size: 15px; color: #b1b1b1;  }
footer .inner .bottom { text-align: center; padding-top: 20px; padding-bottom: 35px; border-bottom: 1px solid #777777; }
footer .inner .bottom p { font-family: NanumG; font-size: 14px; color: #b1b1b1; display: inline-block; margin: 0 10px; }
footer .inner .copyright { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: #b1b1b1; font-size: 14px; }
footer .inner .copyright a { font-family: FuturaStd-Book; color: #b1b1b1; }

/*------------------------------------------------------------------------------------------------*/
/* Index */
#index .visual { position: relative; } 
#index .visual .Swipers .swiper-btns * { text-shadow: 0 0 3px #999; }
#index .visual .Swipers .swiper-pagination-bullet { box-shadow: 0 0 3px #999; }

#index .intro { padding: 200px 0; } 
.intro .photo-container {display: none !important;  margin: 0 auto; width: 470px; height: 620px; position: relative; } 
#index .intro .photo-container {display: none !important;  margin: 0 auto; width: 470px; height: 620px; position: relative; } 
#index .intro .photo-container .photo { overflow: hidden; transform: translateY(0px); opacity: 0; transition: transform 1s, opacity 1s; width: 470px; height: 620px; border-radius: 230px 230px 0 0; position: absolute; z-index: 3; } 
#index .intro .photo-container .photo iframe { background-size: cover; background-repeat: no-repeat; background-position: center center; }
#index .intro .photo-container .shadow { transform: translateY(0px); opacity: 0; transition: transform 1s, opacity 1s;  content: ''; position: absolute; width: 100%; height: 100%; top: -25px; left: 25px; border-radius: 230px 230px 0 0; background-color: #dbd3c6; z-index: 1; } 
#index .intro .photo-container .text { position: absolute; font-size: 78px; color: #444444; font-family: MyLotte-l; z-index: 5; transform: translateX(0px); opacity: 0; transition: transform 1s, opacity 1s; } 
#index .intro .photo-container .text1 { top: 170px; left: -175px; } 
#index .intro .photo-container .text2 { top: 350px; right: -250px; } 
#index .intro .desc { margin-top: 90px; text-align: center; transform: translateX(0px); opacity: 0; transition: transform 1s, opacity 1s; } 
#index .intro .desc h1 { font-size: 20px; margin-bottom: 50px; position: relative; } 
#index .intro .desc h1::after { content: ''; position: absolute; bottom: -25px; left: 50%; transform: translateX(-50%); width: 65px; height: 1px; background-color: #000; } 
#index .intro .desc p { font-size: 16px; line-height: 1.8em; } 

#index .intro.active .photo-container .photo { transform: translateY(-30px); opacity: 1; }
#index .intro.active .photo-container .shadow { transform: translateY(-30px); opacity: 1; }
#index .intro.active .photo-container .text1 { transition-delay: 0.7s; transform: translateX(60px); opacity: 1; }
#index .intro.active .photo-container .text2 { transition-delay: 0.9s; transform: translateX(-60px); opacity: 1; }
#index .intro.active .desc { transition-delay: 1.5s; transform: translateY(-30px); opacity: 1; }


#index .room { background-color: #dbd3c6; padding-top: 200px; padding-bottom: 150px; } 
#index .room .title { position: absolute; top: -94px; left: 30px; z-index: 20; }
#index .room .title p { font-size: 18px; margin-bottom: 10px; margin-left: 20px; }
#index .room .title h1 { font-size: 80px; font-family: MyLotte-r; }
#index .room .wrap { margin: 20px auto; width:1200px; height:700px; position: relative; }
#index .room input.button { display:none; }
#index .room input[type=radio]:checked + .contents { visibility: visible; width:calc(100% - 350px); }
#index .room .label { height:100%; width:50px; float:left; overflow:hidden; cursor:pointer; background: rgba(138, 124, 107, 0.9); border-left: 1px solid rgba(255, 255, 255, 0.5); position: relative; }
#index .room .label::after { content: ''; position: absolute; bottom: 50px; right: 0; width: 25px; height: 2px; background-color: #fff; }
#index .room .label p { transform: rotate(-90deg); color:#fff; width: 200px; margin-left: -75px; }
#index .room .label:nth-of-type(1) p { margin-top: 50px; }
#index .room .label:nth-of-type(2) p { margin-top: 85px; }
#index .room .label:nth-of-type(3) p { margin-top: 66px; }
#index .room .label:nth-of-type(4) p { margin-top: 119px; }
#index .room .label:nth-of-type(5) p { margin-top: 95px; }
#index .room .label:nth-of-type(6) p { margin-top: 87px; }
#index .room .label:nth-of-type(7) p { margin-top: 65px; }

#index .room .contents { position:relative; visibility: collapse; float:left; height:100%; width:0; transition:all 0.2s ease-out; overflow:hidden; position: relative; cursor: pointer; }
#index .room .contents::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); }
#index .room .heading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0 5%; z-index: 1; text-align: center; }
#index .room .heading *{ color: #fff; text-align: center; pointer-events: none; }
#index .room .heading img { width: 80px; height: auto; opacity: 0.6; margin-bottom: 40px; }
#index .room .heading h5 { font-size: 20px; margin-bottom: 40px; position: relative; }
#index .room .heading h5::after { content: ''; position: absolute; bottom: -40px; left: 50%; transform: translateY(-50%); width: 1px; height: 20px; background-color: #fff; }
#index .room .heading h5 span { display: block; font-size: 15px; }
#index .room .heading p { font-size: 18px; line-height: 1.6em; }
#index .room .heading p:last-of-type { margin-top: 20px; position: relative; }
#index .room .heading p:last-of-type::after { content: ''; position: absolute; top: 90%; left: 50%; transform: translateX(-50%); width: 100px; height: 1px; background-color: #fff; }


#index .special { padding-top: 250px; padding-bottom: 150px; }
#index .special .inner { margin: 0 auto; max-width: 1920px; }
#index .special .Swiper { width: 90%; height: 630px; position: relative; } 
#index .special .Swiper .title { position: absolute; top: -91px; left: 300px; z-index: 20; }
#index .special .Swiper .title p { font-size: 18px; margin-bottom: 10px; margin-left: 20px; }
#index .special .Swiper .title h1 { font-size: 80px; font-family: MyLotte-r; }
#index .special .Swiper .swiper {  margin:0 auto; height: 100%; } 
#index .special .Swiper .swiper-wrapper { width: 100%; height:100%; } 
#index .special .Swiper .swiper-slide { width: 65%; }
#index .special .Swiper .swiper-slide .img { width:65%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; } 
#index .special .Swiper .swiper-button-prev { display: none; }
#index .special .Swiper .swiper-button-next { background-color: #dad3c8; width: 35%; height: 630px;right: 0;top: 0; overflow: hidden; cursor: none; }
#index .special .Swiper .swiper-button-next::before { display: none; }

#index .special .Swiper .texts { position: relative; width: 100%; height: 100%; }
#index .special .Swiper .text { position: absolute; width: 100%; height: 100%; opacity: 0; visibility: hidden; padding-top: 150px; padding-left: 60px; padding-right: 80px; pointer-events: none;}
#index .special .Swiper .text.on {visibility: visible; opacity: 1;}
#index .special .Swiper .text span {font-size: 18px; font-family: NanumG; font-weight: 300; opacity: 0; transform: translateY(0.5em);  transition: 0.8s; transition-delay: 0.1s;}
#index .special .Swiper .text h1 { font-size: 45px; font-family: MyLotte-r; line-height: 1; font-weight: 300; margin-bottom: 50px; margin-top: 10px; transform: translateY(0.5em); opacity: 0; transition: 0.8s; transition-delay: 0.3s;}
#index .special .Swiper .text p { line-height: 1.7em; transform: translateY(0.5em); opacity: 0; transition: 0.8s; transition-delay: 0.5s;}
#index .special .Swiper a { font-family: MyLotte-r; position: absolute; bottom: 10%; right: 0; width: 200px; padding-bottom: 3px; border-bottom: 1px solid #333; z-index: 11; }
#index .special .Swiper .text.on span {opacity: 1; transform: translateY(0);}
#index .special .Swiper .text.on h1 {opacity: 1; transform: translateY(0);}
#index .special .Swiper .text.on p {opacity: 1; transform: translateY(0);}

#index .special .Swiper .swiper-button-next .pointer { width: 45px; height: 45px; line-height: 45px; background-color: #fff; display: block; border-radius: 50%; color: #333; text-align: center; font-size: 18px; pointer-events: all; opacity: 0; transition:opacity 0.8s;  position: absolute; transform: translate(-50%,-50%); }
#index .special .Swiper .swiper-button-next:hover .pointer { opacity: 1; visibility: visible;}


#index .vimeo {  margin:0 auto; margin-bottom: 100px; }
#index .vimeo .inner { position: relative; width: 1200px; padding-top: 150px; padding-bottom: 250px; margin: 0 auto; }
#index .vimeo .title { position: absolute; top: 58px; left: 50px; z-index: 20; }
#index .vimeo .title p { font-size: 18px; margin-bottom: 10px; margin-left: 20px; }
#index .vimeo .title h1 { font-size: 40px; font-family: MyLotte-r; }
#index .vimeo .InBox {position: relative;padding-bottom: 56.25%;height:0;margin:0;}	
#index .vimeo .InBox iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
#index .vimeo .bg { position:absolute; width:60%; height: 500px; bottom: 130px; right: 0; z-index: -1; background-color: #e7dec6; }

/*------------------------------------------------------------------------------------------------*/
/* About */
#about .visual { position: relative; }

#about .intro { background-color: #f9f7f4; padding: 200px 0; } 
#about .intro .inner { display: flex; justify-content: space-around; align-items: flex-end; gap: 80px; margin: 0 auto; width: 1000px; }
#about .intro .inner>div {  }
#about .intro .photo-container { width: 380px; height: 500px; position: relative; } 
#about .intro .photo-container .photo { width: 380px; height: 500px; border-radius: 200px 200px 0 0; background: url(https://gonylab8.speedgabia.com/bay591/exterior/4.jpg) no-repeat center center; background-size: cover; position: absolute; z-index: 3; }
#about .intro .photo-container .shadow { content: ''; position: absolute; width: 100%; height: 100%; top: -25px; left: 25px; border-radius: 200px 200px 0 0; background-color: #dbd3c6; z-index: 1; } 
#about .intro .desc { width: 550px;  } 
#about .intro .desc h1 {text-align: center; font-family: MyLotte-r; font-size: 55px; margin-bottom: 50px; position: relative; } 
#about .intro .desc p {text-align: center; font-size: 15px; } 
#about .intro .desc p span { display: block; line-height: 1.8em; margin-bottom: 18px; }

#about .Swipers2 { width: 100% !important;  overflow:hidden; padding:180px 0; } 
#about .Swipers2 .bar { width: 7%; height: 1px; background-color: #000; } 
#about .Swipers2 h1 { margin-left: 8%; font-family:linotype-didot, serif; font-weight:400;font-style:normal; font-size: 70px; margin-bottom: 80px; } 
#about .Swipers2 h1 span { font-size: 20px; }
#about .Swipers2 .swiper-view { width: 1200px; height: 760px; margin:0 auto; } 
#about .Swipers2 .swiper-container { height:100%; } 
#about .Swipers2 .swiper-slide { margin: 0 30px; }
#about .Swipers2 .swiper-slide>div { width: 100%; height: 760px; opacity: 0.5; transition: 0.2s; background-size: cover; background-position: center center; background-repeat: no-repeat; } 
#about .Swipers2 .swiper-slide-active>div { transition:1s; opacity:1; } 

/* #about .Swipers2 .swiper-btn { position:absolute; top:unset; top: 50%; transform: translateY(-50%); width:133px; height:54px; z-index:10; cursor:pointer; } 
#about .Swipers2 .swiper-btn { background-size:contain; background-position:center; background-repeat:no-repeat; } 
#about .Swipers2 .swiper-btn:hover { opacity:1; } 
#about .Swipers2 .swiper-button-prev { width: 70px; background-image:url(../images/line-prev.png); left: -35px; } 
#about .Swipers2 .swiper-button-next { width: 70px; background-image:url(../images/line-next.png); right: -35px; }  */
#about .Swipers2 .swiper-btn { position:absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 20px; border: 1px solid #fff; text-shadow: 0 0 5px #888; box-shadow: 0 0 7px rgba(119, 119, 119, 0.15); width: 37px; height: 37px; text-align: center; line-height: 36px; z-index:10; cursor:pointer; transition: 0.5s; } 
#about .Swipers2 .swiper-button-prev { left: 50px; } 
#about .Swipers2 .swiper-button-next { right: 50px; } 
#about .Swipers2 .swiper-btn:hover { background-color: #fff; color: #333; text-shadow: none; box-shadow: none; }

#about .Swipers2 .swiper-pagination { bottom:15px; left:unset; right:calc(5% + 120px); width:auto; } 
#about .Swipers2 .swiper-pagination { display:inline-block; width:100%; bottom:3.5%; left:50%; transform: translateX(-50%); z-index:3; } 
#about .Swipers2 .swiper-pagination-bullet { display:inline-block; width:10px; height:10px; background-color:#fff; border-radius:50%; } 
#about .Swipers2 .swiper-pagination-bullet-active { background-color:#ccc0ac; width:18px; border-radius:40%; } 

#about .location { padding-top: 150px; padding-bottom: 200px; position: relative; }
#about .location .inner { padding-top: 50px; position: relative; margin: 0 auto; width: 1200px; }
#about .location .title { position: absolute; top: -30px; left: -5%; z-index: 20; }
#about .location .title p { font-size: 18px; margin-bottom: 10px; margin-left: 20px; }
#about .location .title h1 { font-size: 80px; font-family: MyLotte-r; }
#about .location .map { width: 1200px; margin: 0 auto; }
#about .location .map>div {  }
#about .location .bg {display: none; position:absolute; width:47%; height: 400px; top: 50px; left:0; z-index: -1; background-color: #e7dec6; }
#about .location .text { width: 1200px; margin: 0 auto; margin-top: 30px; display: flex; justify-content: space-between; align-items: flex-start; }
#about .location .text>div {}
#about .location .text>div p { margin-bottom: 10px; }
#about .location .text>div p b { font-family: MyLotte-r; }

/*------------------------------------------------------------------------------------------------*/
/* travel */
#travel .contents h3 {text-align:center;margin-bottom:2%;line-height:1.5;padding-top:70px;}
#travel .contents h3 span {display:block;font-size:17px;}
#travel .contents h3 strong {display:block;font-size:50px;}
#travel .contents .frame ul {max-width:1400px; margin:0 auto; overflow:hidden;}
#travel .contents .frame ul li {width:48%;float:left;margin:0 1% 5%;line-height:1.5;text-align:center;}
#travel .contents .frame ul li img {display:block;}
#travel .contents .frame ul li strong {display:block;font-size:30px;margin-top:20px;}
#travel .contents .frame ul li em {display:block;margin:10px 0 20px;font-size:18px;}
#travel .contents .frame ul li span {display:block;font-size:15px;}

/*------------------------------------------------------------------------------------------------*/
/* Tables */
.tables .contents .InnerBox { max-width:1400px; padding:3% 0 7%; margin:0 auto; }
.tables .contents .snb {width:500px;margin:0 auto;padding:15px 0;margin-bottom:5%;overflow:hidden;}
.tables .contents .snb {border:1px solid #e8e8e8;border-right:none;border-left:none;}
.tables .contents .snb li {float:left;width:50%;background:url(../images/pv_b.gif) no-repeat right center;}
.tables .contents .snb li:last-child {background:none;}
.tables .contents .snb li a {display:block;padding:15px 0;text-align:center;font-size:17px;}
.tables .contents .snb li.active a {font-weight:bold;}

.tables .contents .bd_menu { position:relative; max-width:1300px; margin:0 auto;}
.tables .contents .stb {position:absolute;top:110px;left:15px;overflow:hidden;z-index:100;}
.tables .contents .stb li {float:left;margin:0 5px;border:1px solid #e8e8e8;}
.tables .contents .stb li:last-child {background:none;}
.tables .contents .stb li a {display:block;padding:12.5px 15px;width:100px;text-align:center;font-size:15px;}
.tables .contents .stb li.active a {color:#fff;background:#41595e;}

.tables .contents .frame { position:relative; max-width:1300px; margin:0 auto; }
.tables .contents .frame h3 {width:98%;margin:0 auto;font-size:35px;}
.tables .contents .frame h3 strong {display:block;}
.tables .contents .frame h3 span {display:block;font-size:15px;padding:15px 0;}
.tables .contents .frame p {width:800px;margin:0 auto 5%;overflow:hidden;}
.tables .contents .frame p span {display:block;line-height:1.5;font-size:16px;float:left;width:50%;text-align:center;}
.tables .contents .frame iframe {display:block;margin-top:10px;padding-top:10px;border-top:1px solid #000;}

/*------------------------------------------------------------------------------------------------*/
/* Banner */
#Banner {position:relative;width:100%;height:60vh;min-height:450px;}
#Banner {background-repeat:no-repeat;background-position:50% 50%;background-size:cover;}
#Banner:before {position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;opacity:0.5;background:#000;z-index:1;}
#Banner .InBox {position:relative;width:100%;height:100%;overflow:hidden;}
#Banner .InBox .ttls  {position:absolute;top:50%;left:5%;height:110px;margin-top:-55.5px;color:#fff;z-index:1;}
#Banner .InBox .ttls div {display:inline-block;width:100px;border-top:1px solid #fff;padding-top:7px;margin-right:15px;}
#Banner .InBox .ttls span  {font-size:25px;}
#Banner .InBox .ttls strong {display:block;font-size:75px;margin:15px 0 0 15px;letter-spacing:3px;}

/*------------------------------------------------------------------------------------------------*/
/* Room */
#room .visual {  }

#room .intro { padding-top: 200px; padding-bottom: 50px; width: 50%;} 
#room .intro .inner {padding-left: 20px;  display: flex; justify-content: space-around; align-items: flex-end; gap: 80px; margin: 0 auto; width: 100%; }
#room .intro .inner>div {  }
#room .intro .photo-container { width: 380px; height: 500px; position: relative; } 
#room .intro .photo-container .photo { width: 380px; height: 500px; border-radius: 200px 200px 0 0; background-size: cover; position: absolute; z-index: 3; } 
#room .intro .photo-container .shadow { content: ''; position: absolute; width: 100%; height: 100%; top: -25px; left: 25px; border-radius: 200px 200px 0 0; background-color: #dbd3c6; z-index: 1; } 
#room .intro .desc { width: 100%;} 
#room .intro .desc h1 { font-family: MyLotte-r; font-size: 25px; margin-bottom: 50px; position: relative; } 
#room .intro .desc h1::after { content: ''; position: absolute; top: 50px; left: 0; width: 30px; height: 1px; background-color: #444; }
#room .intro .desc h1 img { margin-right: 15px; width:30px; height:auto; }
#room .intro .desc h1 img[data-number ='01'] { vertical-align: middle; }
#room .intro .desc h1 img[data-number ='02'] { vertical-align: bottom; }
#room .intro .desc h1 img[data-number ='03'] { vertical-align: middle; }
#room .intro .desc h1 img[data-number ='04'] { vertical-align: middle; width: 35px; }
#room .intro .desc h1 img[data-number ='05'] { vertical-align: baseline; }
#room .intro .desc h1 img[data-number ='06'] { vertical-align: sub; }
#room .intro .desc h1 img[data-number ='07'] { vertical-align: sub; }
#room .intro .desc p { font-size: 15px; } 
#room .intro .desc p span { display: block; line-height: 1.8em; margin-bottom: 18px; }
#room .visual .heading {display: none; } 


#room .info { display:flex; flex-direction:column; width:50%; margin:200px 0 170px ; } 
#room .info .inner { flex:1; } 
#room .info .inner:first-of-type { padding-left: 20px; }
#room .info .inner h1 { font-family: MyLotte-r; font-size:25px; font-weight:500; } 
#room .info .inner:first-child ul { margin-top:30px; } 
#room .info .inner ul li { line-height:2.5; } 
#room .info .inner:last-child ul li { position: relative; } 
#room .info .inner ul li span { display:inline-block; width: 65%; } 
#room .info .inner ul li span.tl { display:inline-block; font-weight:600; width: 100px; vertical-align: top; } 
#room .info .inner:last-of-type ul li { background:url(../images/blt.png) no-repeat left center; padding-left:20px; } 
#room .room-flex {display: flex; flex-wrap: wrap; justify-content: center; max-width: 1200px; margin: 0 auto;} 

#room .Swipers2 { width: 100% !important; height: 760px; overflow:hidden; margin:100px auto; } 
#room .Swipers2 .bar { width: 7%; height: 1px; background-color: #000; } 
#room .Swipers2 h1 { margin-left: 8%; font-family:linotype-didot, serif; font-weight:400; font-style:normal; font-size: 70px; margin-bottom: 80px; } 
#room .Swipers2 h1 span { font-size: 20px; }
#room .Swipers2 .swiper-view { width: 1200px; height: 760px; margin:0 auto; } 
#room .Swipers2 .swiper-container { height:100%; } 
#room .Swipers2 .swiper-slide { margin: 0 30px; }
#room .Swipers2 .swiper-slide>div { width: 100%; height: 760px; opacity: 0.5; transition: 0.2s; background-size: cover; background-position: center center; background-repeat: no-repeat; } 
#room .Swipers2 .swiper-slide-active>div { transition:1s; opacity:1; } 

/* #room .Swipers2 .swiper-btn { position:absolute; top:unset; top: 50%; transform: translateY(-50%); width:133px; height:54px; z-index:10; cursor:pointer; } 
#room .Swipers2 .swiper-btn { background-size:contain; background-position:center; background-repeat:no-repeat; }  */
/* #room .Swipers2 .swiper-btn:hover { opacity:1; }  */
/* #room .Swipers2 .swiper-button-prev { width: 70px; background-image:url(../images/line-prev.png); left: -35px; }  */
/* #room .Swipers2 .swiper-button-next { width: 70px; background-image:url(../images/line-next.png); right: -35px; }  */
#room .Swipers2 .swiper-btn { position:absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 20px; border: 1px solid #fff; text-shadow: 0 0 5px #888; box-shadow: 0 0 7px rgba(119, 119, 119, 0.15); width: 37px; height: 37px; text-align: center; line-height: 36px; z-index:10; cursor:pointer; transition: 0.5s; } 
#room .Swipers2 .swiper-button-prev { left: 50px; } 
#room .Swipers2 .swiper-button-next { right: 50px; } 
#room .Swipers2 .swiper-btn:hover { background-color: #fff; color: #333; text-shadow: none; box-shadow: none; }


#room .Swipers2 .swiper-pagination { bottom:15px; left:unset; right:calc(5% + 120px); width:auto; } 
#room .Swipers2 .swiper-pagination { display:inline-block; width:100%; bottom:3.5%; left:50%; transform: translateX(-50%); z-index:3; } 
#room .Swipers2 .swiper-pagination-bullet { display:inline-block; width:10px; height:10px; background-color:#fff; border-radius:50%; } 
#room .Swipers2 .swiper-pagination-bullet-active { background-color:#ccc0ac; width:18px; border-radius:40%; } 


#room .Swipers3 { margin-top: 230px; height: 500px; }
#room .Swipers3 .swiper { height: 100%; }
#room .Swipers3 .swiper .swiper-wrapper { height: 100%; position: relative; }
#room .Swipers3 .swiper .swiper-wrapper .swiper-slide { pointer-events: none; overflow: hidden; }
#room .Swipers3 .swiper .swiper-wrapper .swiper-slide::after {pointer-events: none; cursor:default; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); opacity: 0; transition: 1s; }
#room .Swipers3 .swiper .swiper-wrapper .swiper-slide:hover::after { opacity: 1; }
#room .Swipers3 .swiper .swiper-wrapper .swiper-slide>div {    background-image: url(https://gonylab8.speedgabia.com/bay591/room/1/0.jpg) !important; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; transition: transform 1s; }
#room .Swipers3 .swiper .swiper-wrapper .swiper-slide:hover>div { transform: scale(1.04); }
#room .Swipers3 .swiper .inner { z-index: 1; pointer-events: none; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 1000px; height: 100%; }
#room .Swipers3 .inner .heading { display: block; position: absolute; top: -60px; left: 5%; font-size: 80px;font-family:'MyLotte-r'; }
#room .Swipers3 .inner .text { display: none; position: absolute; bottom: 70px; right: 70px; background-color: #fff; width: 300px; padding: 30px; }
#room .Swipers3 .inner .text.on { display: block; }
#room .Swipers3 .inner .text h3 { font-size: 20px; font-family: MyLotte-r; margin-bottom: 10px; }
#room .Swipers3 .inner .text p { font-size: 15px; line-height: 1.5em; }

#room .Swipers3 .swiper-btn { display: none; position:absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 20px; border: 1px solid #fff; text-shadow: 0 0 5px #777; box-shadow: 0 0 7px rgba(119, 119, 119, 0.3); width: 40px; height: 40px; text-align: center; line-height: 38px; z-index:10; cursor:pointer; transition: 0.5s; } 
#room .Swipers3 .swiper-button-prev { left: 50px; } 
#room .Swipers3 .swiper-button-next { right: 50px; } 
#room .Swipers3 .swiper-btn:hover { background-color: #fff; color: #333; text-shadow: none; box-shadow: none; }
#room .Swipers3 .swiper-pagination { bottom:15px; left:unset; right:calc(5% + 120px); width:auto; } 


/*------------------------------------------------------------------------------------------------*/
/* Special */
#special {}
#special .content { padding-top: 100px; padding-bottom: 200px; }
#special .content .Swiper { width: 1200px; margin: 0 auto; padding-top: 150px; margin-top: 100px; position: relative; }	
#special .content .Swiper .swiper-view { width: 100%; margin:0 auto; height:760px; } 
#special .content .Swiper .swiper-container {height:100%; overflow:hidden;}
#special .content .Swiper .swiper-slide > div {width:100%;height:100%;}
#special .content .Swiper .swiper-slide > div {background-position:50% 50%;background-repeat:no-repeat;background-size:cover;}	
#special .content .Swiper .swiper-btn { position:absolute; top: 50%; transform: translateY(-50%); z-index:10; cursor:pointer; color: #fff; text-shadow: 0 0 5px #777; box-shadow: 0 0 7px rgba(119, 119, 119, 0.3); font-size: 20px; border: 1px solid #fff; width: 40px; height: 40px; text-align: center; line-height: 38px; transition: 0.5s; }
#special .content .Swiper .swiper-btn:hover { background-color: #fff; color: #333; }
#special .content .Swiper .swiper-button-prev { left: 50px;}
#special .content .Swiper .swiper-button-next { right: 50px; }
#special .content .Swiper .swiper-pagination {display:inline-block; width:auto; bottom:4%; left:50%; transform: translateX(-50%); z-index:3;}
#special .content .Swiper .swiper-pagination-bullet { display:inline-block; width:10px; height:10px; background-color: #fff; border-radius:50%;}
#special .content .Swiper .swiper-pagination-bullet-active {background-color:#ccc0ac; border: 1px solid #ccc0ac;  width:18px; border-radius:40%;}
#special .content .Swiper .swiper-btn:hover {opacity:1; text-shadow: none; box-shadow: none; }

#special .content .Swiper h3 { position: absolute; top: 70px; right: -100px; font-size: 90px; font-family: MyLotte-r; color: rgba(187, 187, 187, 0.2); }

#special .content .Swiper .txt { position: absolute; top: 70px; left: 50px; z-index: 2;}
#special .content .Swiper .txt p { text-align: end; padding-right:50px; margin-bottom: 10px; font-family: MyLotte-r; font-size: 17px; }
#special .content .Swiper .txt h1 {font-size: 70px; font-family: MyLotte-r; }

#special .content .Swiper .target-room {display: none; position: absolute; top: 125px; right: 0; font-family: MyLotte-r; }
#special .content .Swiper .page { position: absolute; top: 125px; right: 0; }
#special .content .Swiper .page span { display: inline-block; font-family: MyLotte-r; margin: 0 3px; }
#special .content .Swiper .page span:first-child::after { content: '/'; margin-left: 5px; }

#special .content .Swiper .swiper .detail-btn { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); color: #fff; background-color: rgba(0, 0, 0, 0.1);  border: 1px solid #fff; z-index: 2; border-radius: 10px; cursor: pointer; padding: 7px 15px; transition: color 0.5s, background-color 0.7s; }
#special .content .Swiper .swiper .detail-btn:hover { color: #000; background-color: #fff; }

#special .content .Swiper .desc { margin-top: 50px; display: flex; justify-content: space-around; align-items: flex-start;  }
#special .content .Swiper .desc p { }
#special .content .Swiper .desc p:first-child { font-size: 30px; font-family: MyLotte-r; }
#special .content .Swiper .desc p:last-child { font-size: 16px; line-height: 2.2em; }


#special .bg-icon { position: absolute; opacity: 0.15; width: 270px; height: 270px; }
#special .bg-icon.bg-icon1 { left: -190px; top: 50px; }
#special .bg-icon.bg-icon2 { right: -180px; bottom: -70px; }
#special .bg-icon.bg-icon3 { left: -170px; bottom: -50px; }
#special .bg-icon.bg-icon4 { right: -250px; top: 280px; }
#special .bg-icon.bg-icon5 { left: -190px; bottom: 70px; }
#special .bg-icon.bg-icon6 { right: -170px; top: 75%; }
#special .bg-icon.bg-icon7 { left: -250px; top: 0; }

/*------------------------------------------------------------------------------------------------*/
/* Reserve */
#reserve .visual { height:70vh; min-height:560px; } 
#reserve .visual { background: url(https://gonylab8.speedgabia.com/bay591/banner/1.jpg) no-repeat center center; background-size: cover; position: relative; }
#reserve .visual::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);  }
#reserve .visual h1 { font-size:65px; color:#fff; text-align:center; width:900px; z-index: 1; height:90px; } 
#reserve .visual h1 { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); font-family: MyLotte-r; } 
#reserve .visual h1 span { display:block; margin-bottom:30px; font-size:20px; } 
#reserve .contents { width:100%; max-width:1400px; margin:150px auto; } 
#reserve .thumb { position:relative; max-width:75%; min-width:1050px; min-width:1050px; padding:5% 0; margin:0 auto; } 
#reserve .snb { width:400px; margin:0 auto; padding:35px 0; margin-bottom:3%; overflow:hidden; } 
#reserve .snb > li { float:left; width:50%; background:url(../images/pv_b.gif) no-repeat right center; } 
#reserve .snb > li:last-child { background:none; } 
#reserve .snb > li a { display:block; padding:15px 0; text-align:center; font-size:17px; font-family: MyLotte-r;color: #555; } 
#reserve .snb > li a:link { color: #000; } 
#reserve .snb > li.active a { font-family: MyLotte-m; color: #000; } 

#reserve .frame_02 { display:none; } 
#reserve .frame_02 h2 { width:250px; margin:0 auto; padding:0px 0 35px; } 
#reserve .frame_02 table { width:100%; border:1px solid #e7e7e7; font-family:'돋움',Dotum!important; } 
#reserve .frame_02 table tr th,
#reserve .frame_02 table tr td { border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; text-align:center; font-size:13px; color:#676767; vertical-align:middle; } 
#reserve .frame_02 > div > h3 { margin-bottom:10px; } 
#reserve .frame_02 ul li { padding-left:10px; font-size:12px; line-height:1.6em; color:#676767; font-family:'돋움',Dotum!important; } 
#reserve .frame_02 ul li { background:url(https://gonylab2.speedgabia.com/common/li_b.gif) no-repeat left 3px; } 
#reserve .frame_02 ul li span { color:#ee3939; } 
#reserve .frame_02 .r_info_01 { position:relative; margin-bottom:30px; } 
#reserve .frame_02 .r_info_01 h4 { text-align:left; margin-bottom:10px; } 
#reserve .frame_02 .r_info_01 table { margin-bottom:20px; border-collapse: collapse; } 
#reserve .frame_02 .r_info_01 table .room_ { background:#efefef; height:50px; } 
#reserve .frame_02 .r_info_01 table > thead { line-height:1.1em; background:#f8f8f8; } 
#reserve .frame_02 .r_info_01 table > thead tr th { font-weight:bold; } 
#reserve .frame_02 .r_info_01 table > tbody tr td { line-height:3em; } 
#reserve .frame_02 .r_info_02 { margin:50px 0; padding-top:50px; text-align:left; } 
#reserve .frame_02 .r_info_03 { text-align:left; } 
#reserve .frame_02 .r_info_03 .CNCL_COMM { margin-bottom:50px; } 
#reserve .frame_02 .r_info_03 table { line-height:1.5em; margin-top:20px; } 
#reserve .frame_02 .r_info_03 table > thead { background:#f2f2f2; } 

#reserve .frame_02 #btn-link-reserve { background-color: #000; color: #fff; display: block; width: 230px; height: 60px; text-align: center; line-height: 60px; margin: 0 auto; margin-top: 30px; cursor: pointer; font-family:'MyLotte-r'; font-size: 16px; }

/*------------------------------------------------------------------------------------------------*/
/* Notice */
#notice {}
#notice .visual { height:70vh; min-height:560px; background: url(https://gonylab8.speedgabia.com/bay591/banner/2.jpg) no-repeat center center; background-size: cover; position: relative; text-align: center; }
#notice .visual::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3);  }
#notice .visual>div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
#notice .visual>div p {color:#fff; font-size:20px; margin-bottom:30px;}
#notice .visual>div h1 {color:#fff; font-size:65px; font-family: MyLotte-r; }

#notice .contents {padding:5%;}
#notice .contents .InBox {width:calc(100% - 50px);max-width:1300px;padding:0 25px;margin:0 auto;}