@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');
@import url('https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css'); /* font-family: 'Nanum Barun Gothic', sans-serif; */
@import url('//db.onlinewebfonts.com/c/921351f146d78d55c8030239527bf2d6?family=Futura+Std');
@import url('https://fonts.googleapis.com/css?family=Courgette'); /* font-family: 'Courgette', cursive; */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
	src: url("./fonts/GowunBatang-Regular.ttf");
	font-family: "gowun";
}
* { font-family: "gowun"; }
/* 메인 리뉴얼 */
.img00 { max-width: 100%; vertical-align: top;}
.mo, .b780 { display: none; }
.clear {content: ''; display: block; clear: both;}
@media (max-width:1024px) {
	.pc { display: none !important; }
	.mo { display: block !important;}
}
@media (max-width: 780px) {
	.b780 { display: block !important; }
	.big_slide {
		padding-bottom: 100% !important;
	}
	.big_slide li {
		height: 100% !important;
	}
}
.main_s01 {
	width: 100%;
	height: max-content;
	position: relative;
	overflow: hidden;
}
.main_s01 > .con01 img {
	filter: brightness(0.4);
	transition: all 1s;
}
.main_s01:hover  .con01 img {
	filter: brightness(0.8);
	transform: scale(1.05);
	transition: all 1s;
}
.main_s01 > .con02 {
    width: 100%;
	text-align: center;
}
.main_s01 > .con02 .obj {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
	background: rgba(255, 255, 255, 0.5);
	z-index: 5;
}
.main_s01 > .con02 .txt {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	color: #fff;
}
.main_s01 > .con02 .txt p {
	text-transform: capitalize;
	font-size: 5.5em;
	line-height: 1em;
	font-family: 'Licorice', cursive;
	font-style: italic;
}
.main_s01 > .con02 .txt span {
	font-size: 1em;
}

.main_s02 {
	position: relative;
	width: 100%;
	height: max-content;
}
.main_s02 .img {
	width: 100%;
	max-width: 100%;
	display: flex;
}
.main_s02 .img img {
	width: 100%;
}
.main_s02 > .txt {
	width: 38%;
	position: absolute;
	right: 0;
	bottom: 16%;
	color: #fff;
	text-align: center;
}
.main_s02 > .txt::before {
	display: block;
	content: '';
	width: 1px;
	height: 35px;
	background: #fff;
	margin: auto;
}
.main_s02 > .txt p {
	font-size: 22px;
	line-height: 2em;
	font-weight: bold;
	margin-top: 20px;
}
.main_s02 > .txt span {
	font-size: 18px;
	line-height: 1.5em;
}

.main_s03 {
	position: relative;
	width: 100%;
	height: max-content;
}
.main_s03 > .con02 .txt {
	position: absolute;
	width: 70%;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	text-align: center;
	color: #fff;
}
.main_s03 > .con02 .txt h3 {
	font-family: 'Licorice', cursive;
	font-size: 8em;
	line-height: 1.3em;
	font-weight: normal;
}
.main_s03 > .con02 .txt p {
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
}
.main_s03 > .con02 .txt span {
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 2.5%;
}
.main_s03 > .con02 .txt .img {
	overflow: hidden;
}
.main_s03 > .con02 .txt .img img {
	transition: all 1s;
}
.main_s03 > .con02 .txt .img:hover img {
	transform: scale(1.05);
	transition: all 1s;
}

.main_s04 {
	position: relative;
	width: 100%;
}
.main_s04 > .img, .main_s04 > .img img {
	width: 100%;
}
.main_s04 > .txt {
	position: absolute;
	width: 45%;
	top: 20%; left: 1%;
	transform: translateY(-50%);
	text-align: right;
	color: #2a2a3d;
}
.main_s04 > .txt p {
	line-height: 2.3em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #0e1f4b;
}
.main_s04 > .txt span {
	line-height: 1.5em;
	font-size: 18px;
	color: #0e1f4b;
}

.main_s05 {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 5% 2%;
	background: url('/html/images/room/bg5.jpg') repeat-x;
}
.main_s05 > .txt {
	position: relative;
    width: 35%;
	color: #0e1f4b;
}

.main_s05 > .txt p {
	font-weight: bold;
	font-size: 22px;
	color: #0e1f4b;
	line-height: 3em;
	text-transform: uppercase;
}
.main_s05 > .txt span {
	font-size: 18px;
	color: #0e1f4b;
	line-height: 1.5em;
}
.main_s05 > .txt .con01 {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%,-50%);
}
.main_s05 > .room_list {
margin: 0 auto;
padding-left: 4%;
}

.main_s05 > .room_list .room_card {
	width: max-content;
display: inline-block;
}
.main_s05 > .room_list .room_card > .img {
	overflow: hidden;
}
.main_s05 > .room_list .room_card > .img img {
	display: block;
	transition: all 1s;
	filter: brightness(0.5);
	height: auto;
}
.main_s05 > .room_list .room_card > .img:hover img {
	transform: scale(1.05);
	transition: all 1s;
	filter: brightness(1);
}
.main_s05 > .room_list > .room_card p {
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
}
.lSAction > .lSPrev, .lSAction > .lSNext{
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 0;
	margin: 0;
	font-size: 5em;
	line-height: 30px;
	color: #fff;
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease;
	z-index: 2;
right: 0;
}

@media (max-width: 1500px) {
	.main_s01 > .con02 .obj {
		position: absolute;
		width: 230px;
		height: 230px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		background: rgba(255, 255, 255, 0.5);
		z-index: 5;
	}
	.main_s05 {
		display: block;
		width: 100%;
		align-items: center;
		padding: 5% 2% !important;
		background: url('/html/images/room/bg.jpg') repeat-x;
	}
	.main_s05 > .txt {
		position: unset;
		width: 100%;
		color: #2a2a3d;
		display: block;
		text-align: center;
		padding-bottom: 3%;
	}
	.main_s05 > .txt .con01 {
		position: unset;
		left: 0;
		top: 0;
		transform: unset;
	}
	.main_s05 > .room_list {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
	}
	.main_s05 > .room_list .room_card {
		display: flex;
		flex-wrap: wrap;
		width: max-content;
		flex-direction: column;
		align-items: center;
		margin: 0 1%;
	}
}
@media (max-width: 1300px) {
	.main_s02 > .txt {
		display: none;
	}
	.main_s03 > .con02 .txt h3 {
		font-family: 'Licorice', cursive;
		font-size: 5em;
		line-height: 1.3em;
		font-weight: normal;
	}
	.main_s02 > .txt p{
		font-size: 1em;
		line-height: 3.5em;

	}
	.main_s02 > .txt span{
		font-size: 0.85em;
		line-height: 1.2em;
	}
}
@media (max-width: 1024px) {
	/* .main_s01 > .con02 .obj {
		position: absolute;
		width: 200px;
		height: 200px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		background: rgba(255, 255, 255, 0.5);
		z-index: 5;
	}
	.main_s01 > .con02 .txt p {
		text-transform: capitalize;
		font-size: 4em;
		line-height: 1em;
		font-family: 'Licorice', cursive;
		font-style: italic;
	} */
	.main_s01 {
		display: none !important;
	}
	.main_s03 > .con02 .txt h3 {
		font-family: 'Licorice', cursive;
		font-size: 4em;
		line-height: 1.3em;
		font-weight: normal;
	}
	.main_s03 > .con02 .txt p {
		font-size: 1.2em;
		line-height: 2em;
		font-weight: bold;
	}
	.main_s03 > .con02 .txt span {
		display: block;
		font-size: 1em;
		line-height: 1.5em;
		margin-bottom: 2.5%;
	}
	.main_s04 > .txt {
		position: absolute;
		width: 90%;
		top: 20%;
		left: 50;
		transform: translateY(-50%);
		text-align: right;
		color: #2a2a3d;
	}
}
@media (max-width: 780px) {
	.main_s01 > .con02 .obj {
		position: absolute;
		width: 150px;
		height: 150px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		background: rgba(255, 255, 255, 0.5);
		z-index: 5;
	}
	.main_s01 > .con02 .txt p {
		text-transform: capitalize;
		font-size: 3em;
		line-height: 1em;
		font-family: 'Licorice', cursive;
		font-style: italic;
	}
	.main_s01 > .con02 .txt span {
		display: none;
	}
	.main_s03 > .con02 .txt {
		position: absolute;
		width: 85%;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 10;
		text-align: center;
		color: #fff;
	}
	.main_s03 > .con02 .txt h3 {
		font-family: 'Licorice', cursive;
		font-size: 3em;
		line-height: 1.3em;
		font-weight: normal;
	}
	.main_s03 > .con02 .txt p {
		display: none;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: bold;
	}
	.main_s03 > .con02 .txt span {
		display: block;
		font-size: 0.8em;
		line-height: 1.5em;
		margin-bottom: 2.5%;
	}
	.main_s04 > .txt p {
		font-size: 1.2em;
		line-height: 2.3em;
		text-transform: uppercase;
		font-weight: bold;
	}
	.main_s04 > .txt span {
		display: block;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	.main_s05 > .txt p {
		font-weight: bold;
		font-size: 1.2em;
		line-height: 3em;
		text-transform: uppercase;
	}
	.main_s05 > .txt span {
		display: block;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	.main_s05 > .room_list > .room_card p {
		font-size: 0.9em;
		line-height: 2em;
		font-weight: bold;
	}
}

/* 바로가기버튼 */
.go_group {
	position: fixed;
    right: 10px;
    bottom: 95px;
    z-index: 100;
}
.go_img {
	width: 90px;
}
.go_img a img {
	width: 100%;
}
.B_btn {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.learn-more {
	width: 50px;
	height:  50px;
	background: url('/html/images/common/off_btn.png')no-repeat center center;
}
.learn-more.active {
	background: url('/html/images/common/on_btn.png')no-repeat center center;
}
@media (max-width:560px) {
	.go_img {
		width: auto;
	}
	.go_group {
		right: 10px;
		bottom: 65px;
	}
	.go_img a img {
		width: 90px;
		height: 60px;
	}
	.B_btn {
		bottom: 15px;
		right: 15px;
	}
	.learn-more {
		width: 40px;
		height: 40px;
		background-size: cover !important;
	}
}
html{width:100%;height:100%;overflow-y:auto;-webkit-text-size-adjust:none;}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,input,select,textarea,form,fieldset,legend,body{margin:0;padding:0; font-family: "gowun"; }
*+html body body, *+html body div, *+html body li, *+html body dt, *+html body dd, *+html body p, *+html body tr, *+html body td, *+html body h2 {font-family: "gowun";}
body{visibility:visible; width:100%; font-size:14px;color:#343434; background:#fff; line-height:1.5em; overflow:hidden;}
img,fieldset{border:none;}
em,address{font-style:normal;}
a{text-decoration:none;color:#343434;}
li{list-style:none;}
select,textarea{border-radius:0;}
.clear {}
.clear:after {content:"";display:block;clear:both;}
.blind, .sound_only{visibility:hidden;width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
.img_100 {width:100%; height:auto !important; vertical-align:top;}
select{min-width:50px;height:26px;margin:0;padding:0;font-size:12px;line-height:26px;}
.underline {text-decoration:underline; }
.tl { text-align:left;}
.tc { text-align:center;}
.tr { text-align:right;}
.vt {vertical-align:top;}
.mb0 { margin-bottom:0 !important;}
.mb3 { margin-bottom:3px !important;}
.mb20 { margin-bottom:20px !important;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* .boxShadow {-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1);} */

.transAll015 {-webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.transAll03 {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.transAll03_ease {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.transAll02_ease {-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
.scale01 {-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.scale01:hover, .scale01:focus {-ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}


.strongColor01 { color:#ac2525;}

.block1280, .block1024, .block768, .block560, .block480, .block380 {display:none !important;}
.in-block1280, .in-block1024, .in-block768, .in-block560, .in-block480, .in-block380 {display:none !important;}


#skip{position:absolute;top:-9999px;left:0;z-index:1000;width:240px;height:30px;background:#676462;}
#skip a{display:block;height:30px;padding:0 0 0 20px;line-height:30px;font-size:12px;color:#333;}
#skip.on{top:0;}
#header-sticky-wrapper { position:relative; width:100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease ; transition: all 0.3s ease; z-index:30; }

#header {position:relative; background: #fff; opacity:0; filter: alpha(opacity=0); z-index:30;}
.logo { position:relative; width:200px; top: 0; margin:0 auto; padding-top:30px; padding-bottom:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index:5; }
.logo_small {position:absolute; top:50%; left:0; width:148px; -webkit-transform:translate(-200%,-50%); transform:translate(-200%,-50%); opacity:0; filter: alpha(opacity=0);  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index:1;}
.sub .logo_small { width:160px; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); opacity:1; filter: alpha(opacity=100); }
.logo a { display:block; padding:}
.logo img { width:100%; 
	/* background: rgba(255,255,255,0.8); */
	vertical-align:top; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.logo_small a {display:block;}
.logo_small img { width:100%; vertical-align:top;}

.btn_nav { position:absolute; display:none; width:26px; height:22px; right:10px; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor:pointer; z-index:21;}
.btn_nav .line {position: absolute; display: block; width:26px; height:22px; right:4px; top:0;}
.btn_nav .line span {position: absolute; display: block; width:24px; height:2px; left:50%;  background: #666; transform: translate(-50%, 0px);-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.btn_nav .text { position:absolute; left:0; top:0; font-size:2em; line-height:0.8em; font-style:italic; color:#fff; text-align:center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);  }

.btn_nav .line01 { top:2px; }
.btn_nav .line02 { top:calc(50% - 1px); }
.btn_nav .line03 { bottom:2px; }

.btn_nav.open_nav .line01 {transform: translate(-50%, 7.5px) rotate(45deg); -ms-transform: translate(-50%, 7.5px) rotate(45deg); -webkit-transform: translate(-50%, 7.5px) rotate(45deg);}
.btn_nav.open_nav .line02 {opacity:0; filter: alpha(opacity=0); }
/*.btn_nav.open_nav .text {opacity:0.5; filter: alpha(opacity=50;); }*/
.btn_nav.open_nav .line03 {transform: translate(-50%, -8.5px) rotate(-45deg); -ms-transform: translate(-50%, -8.5px) rotate(-45deg); -webkit-transform: translate(-50%, -8.5px) rotate(-45deg); }
.btn_nav.open_nav .line span { background:#fff;}
.logo_c.open_nav  { filter: brightness(1) !important;}

.gnbArea { position:relative; text-align:center; padding:38px 0 0;}
/*.open_nav .gnbArea { opacity:1; filter: alpha(opacity=100;); visibility:visible;}*/
.gnbArea:after, .gnb:after {content:"";display:block;clear:both;}
.gnb { display:inline-block; }
.gnb > li { float:left; margin:0 3.5em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.gnb > li { }
.gnb li a.depth1 { position:relative; display:block; font-size:1.23em; line-height:1.5em; letter-spacing:0.05em; 
	color:#666; 
	font-weight: bold;
	/* -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); */
	text-transform:uppercase; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.gnb > li + li a.depth1::before { content:'ㆍ'; position:absolute; top:50%; left:-3.5em; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); pointer-events: none; }
.gnb li a.depth1:hover, .gnb li a.depth1:focus, .gnb li.on a.depth1, .gnb li.this a.depth1 { }
.gnb li.this a.depth1 { font-weight:700; color:#333;}
.gnb > li .depth1_mobile { display:none; padding-left:38%; font-size:1.5em; line-height:2em; letter-spacing:0.05em; color:#666;  text-transform:uppercase;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.gnb_sub { position:absolute; display:none; padding:5px 10px; background:#fff; margin-left:-18px; }
.on .gnb_sub, .this .gnb_sub { }
.this .gnb_sub { display:block;}
.gnb_sub:after {content:"";display:block;clear:both;}
.gnb_sub li { float:left; margin:0 8px;  }
.subBlock {margin:0;}
.gnb_sub li a {font-size:1.07em; line-height:1.8em; color:#666; }
.gnb_sub li.this a { font-weight:700; }
.gnb_sub li a:hover, .gnb_sub li a:focus { text-decoration:underline; }

.topCover {
	/* position: fixed; */
	position: absolute;
	width: 100%;
	z-index: 999;
	left: 0;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
	.topCover .logo .logo_hover_before {
		display: block;
	}
	.topCover:hover .logo .logo_hover_before {
		display: none;
	}
	.topCover:hover{
		height: 210px;
	}
	.topCover .logo .logo_hover_after {
		display: none;
	}
	.topCover:hover .logo .logo_hover_after {
		display: block;
	}
}

.kakaotalk {position:absolute; top:52.5px; right:8%; -webkit-transform:translateY(-50%); transform:translateY(-50%); z-index:31; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.kakaotalk img { width:40px; }
.quickLink {position:absolute; /*top:52.5px;*/ top:40px; right:2%; -webkit-transform:translateY(-50%); transform:translateY(-50%); z-index:31; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

a.btn_reser{
	color: #fff !important;
}
a.btn_reser:hover, a.btn_blog:hover {
	text-decoration:none!important;
}

a.btn_blog {
	color:#007906;
}
a.btn_blog::before {
	background:#007906;
}
.btn_reser02 { display:block; background:#fff; text-align:center; color:#37373a; padding:8% 0;-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.btn_reser02 .arrow { display:inline-block; vertical-align:middle; font-weight:100; font-size:3.85em; margin-right:30px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.btn_reser02 .text { display:inline-block; vertical-align:middle; text-align:left;}
.btn_reser02 .text01 { display:block; font-size:2.3em; line-height:1.2em; margin-bottom:0.2em; letter-spacing:0.15em; }
.btn_reser02 .text02 { display:block; font-size:1.07em; color:#818181;}
.btn_reser02:hover, .btn_reser02:focus { padding-left:20px;}

.is-sticky .logo_small, .sub .is-sticky .logo_small { 
	/* width:175px; */
	margin-left: 20px;
	width:160px; 
	-webkit-transform:translate(0,-50%); transform:translate(0,-50%); opacity:1; filter: alpha(opacity=100;);}
/*.is-sticky .kakaotalk { width:30px; position:absolute; top:40px; right:8.7%; }*/


.mRoom_title { display:inline-block; width:100%; padding:3.5% 0;}
.mRoom_title span { position:relative; display:block; text-align:center;}

.mRoom_title .title01 { 
	font-size:2.8em; line-height:1.8em; color:#000; margin-bottom:0.8em;}
.mRoom_title .title01::after { content:''; position:absolute; bottom:0; left:50%; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); width:65px; height:1px; background:#151515; }
.mRoom_title .title02 {font-size:1.46em; font-weight:300; line-height:2;}
.mRoom_title .title03{ font-family: 'Courgette', cursive; color:#b3b3b3; font-size: 1.5em; line-height: 28px;}
.mainRoom .lightslider li {position:relative; overflow: hidden; text-align:center;}
.mainRoom .lightslider li .txtRoom { width:100%; text-align:center; color:#2c2c2c; text-align:center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.mainRoom .lightslider li .txtRoom > span { display:block; font-size:1.25em; margin: 6.5% 0 1% 0; font-weight:600; }
.mainRoom .lightslider li .txtRoom small {display:block; font-size:12px;}
.mainRoom .lightslider li .imageWrapper img { -ms-transform: scale(1.03); -webkit-transform: scale(1.03); transform: scale(1.03); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 0.5; filter: alpha(opacity=50); }
.mainRoom .lightslider li a { display:block; overflow:hidden; }
.mainRoom .lightslider li .imageWrapper {overflow:hidden;}
.mainRoom .lightslider li .imageWrapper:hover img {-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); opacity: 1; filter: alpha(opacity=100);}
  
@media  (min-width: 1025px){
	/*a.btn_reser, a.btn_blog {
		position:relative;
		font-size:1em;
		margin-left:2em;
		float:left;
		padding-left:32px;
	}*/
	a.btn_reser, a.btn_blog {
		position: relative;
		font-size: 1.3em;
		margin-left: 2em;
		text-align: center;
		background: #0a2345;
		padding: 10px 15px;
		color: #fff;
		font-weight: bold;
	}
	a.btn_reser::before, a.btn_blog::before {
		content:'';
		display:inline-block;
		width:27px;
		height:1px;
		background:#585858;
		position:absolute;
		top:50%;
		left:0;
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%);
		text-decoration:none!important;
	}
	.is-sticky .quickLink {position:absolute; top:50%; }
	.is-sticky .kakaotalk {position:absolute; top:50%; }
	.is-sticky .gnbArea {padding:24px 0 18px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05); box-shadow: 0 0 10px rgba(0,0,0,0.05);}	
}
@media  (max-width: 1480px){
.logo { width:200px; }
/*.gnb li a.depth1 { font-size:1.35em;}*/
.gnb > li { margin : 0 2em;}
.gnb_sub li { margin-right:12px;}
.gnb_sub li a {  font-size:0.95em;}
.gnb > li + li a.depth1::before {
	left:-2em;
}
}
@media  (max-width: 1024px){
#header-sticky-wrapper { position:relative; width:100% !important; height:50px !important; }
#header { position:relative; width:100% !important; height:50px !important; background:url(../images/bg/white_90.png);}
.logo { position:absolute; left:10px; top:10px; padding:0;}
.logo_small { position:absolute; width:170px !important; height: 50px !important; left:0; top:50%; -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%); opacity: 1; filter: alpha(opacity=100;); }
.logo_small a { padding:0; }
.btn_nav { display:block;}
.gnbArea { position:fixed; width:220px; height:100%; left:auto; right:-220px; top:0; margin:0; background:url(../images/bg/black_80.png); text-align:left; padding:50px 0 0 0; z-index:1;}
.open_nav .gnbArea { right:0; top:0;}
.gnb { display:block;}
.gnb li a.depth1 {display:none;}
.gnb > li { float:none; margin:0 0 1px; }
.gnb > li .depth1_mobile { display:block; font-size:1.6em; line-height:2em; padding-left:26px; color:#fff;}
.gnb > li .depth1_mobile a { color:#fff; display:block;}
.gnb > li.on .depth1_mobile, .gnb > li.this .depth1_mobile, .gnb > li.on .depth1_mobile a, .gnb > li.this .depth1_mobile a   { background:#fff; color:#000; }
.gnb_sub { position:relative; text-align:left; padding-left:26px !important; margin-left:0 !important;}
.on .gnb_sub, .this .gnb_sub { padding:5px 0; background:transparent; padding-left: 15px !important;}
.gnb_sub li { float:left; margin:0 10px 0 0;}
.subBlock { float:none; display:block !important; width:100%; height:0;}
.gnb_sub li a { font-size:0.8rem; color:#fff; line-height:2em;}

.open_nav .quickLink a {
	color:#fff;
}
.logo_c.open_nav {
	filter: brightness(1) !important;
}
.is-sticky #header { height:60px; }
.is-sticky .gnbArea { top:0;}
.is-sticky .logo_small { -ms-transform: translate(0,-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%); opacity: 1; filter: alpha(opacity=100;); }

#header { -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05); box-shadow: 0 0 10px rgba(0,0,0,0.05); }
.btn_reser {font-size: 1.6em !important;}
.quickLink {position: absolute; right: 56px; 
	top: 13px;
	/* top: 5px;  */
	transform: none;-webkit-transform:none;}
.kakaotalk {position: absolute; right: 130px; top: 10px; transform: none;-webkit-transform:none;}
.kakaotalk img { width:30px; }

.mRoom_title {padding: 3% 0 6% 0; font-size:0.7em; }
.title01 {font-size:3.2em; padding-bottom:2%; }
.mainRoom .lightslider li.active .txtRoom { opacity: 1; filter: alpha(opacity=100;);}
.mainRoom .lightslider li .imageWrapper img { opacity: 1; filter: alpha(opacity=100;);}
/* .mainRoom .lightslider li.active a { -ms-transform: scale(1.03); -webkit-transform: scale(1.03); transform: scale(1.03); } */
.mainRoom .lightslider li .txtRoom {bottom:8%;}
.mainRoom .lightslider li .txtRoom span {font-size:1em; margin-bottom:0;}
.mainRoom .lightslider li .txtRoom small {font-size:0.9em;}
}

@media  (max-width: 768px){
.mRoom_title {padding-bottom: 3%; font-size:0.6em; }
.lightslider li img { vertical-align:top; width:100%; }  
}

.lSSlideOuter { position:relative; z-index:1;}
.lightSlider { z-index:1;}
.lightslider li { background-position:center bottom !important; background-repeat:no-repeat; background-size:cover !important; }
.lightslider li img { vertical-align:top; }
/*.lSAction a { float:left; display:block; width:82px; height:84px; cursor:pointer; opacity:0.5; filter: alpha(opacity=50;);
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.lSAction a:hover, .lSAction a:focus {opacity:0.8; filter: alpha(opacity=80;);}
.lSAction a.lSNext { background-position:-82px 0;}*/



/* footer */
#footer { position:relative; padding: 2% 0; margin-top:2%; z-index:15; text-align:center; color:#4b4b4b; overflow:hidden; }
#footer::before { content:''; display:block; width:100%; height:1px; background:#dfdfdf; position:absolute; top:25px; left:50%; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); }
#footer:after {content:"";display:block;clear:both;}
.footer01 { font-size:1.38em; line-height:1.5em; margin-bottom:0.4%;}
.footer01 strong { display:block;}
.footer02 { font-size:1em; margin-bottom:0.5em;}
.footer02 span { margin:0 0.6em;}
.footer03, .footer03 a{ color:#919191; font-size:12px; }
.footer03 span + span::before { content:'|'; margin:0 5px; }
.copyWarp { padding-top:50px; }

.btn_top { position: absolute; top: 0; left: 50%; display: inline-block; width: 50px; height: 50px; background:#fff; z-index: 1; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%);  }
.btn_top span {display:block;}
/*.btn_top::before {content:''; position:absolute; top:50%; right:100%; width:270px; height:1px; background:#dfdfdf; margin-right:20px; }*/
/*.btn_top::after {content:''; position:absolute; top:50%; left:100%; width:270px; height:1px; background:#dfdfdf; margin-left:20px; }*/
@media  (max-width: 1480px){
#footer {  }
}

@media  (max-width: 1024px){
#footer { padding:2% 0 5%; font-size: 1em; }
#footer::before { width:85%; }
.footer01 { font-size:1.15em; margin-bottom:2%;}
.footer02 .footerRow { display:block; }

}

@media  (max-width:560px){
#footer { padding:2% 0 8%; font-size: 1em; }
}

.topArea { position:relative; z-index:1;}
.topArea .lSAction, .topArea02 .lSAction, .roomSlider01 .lSAction { position:absolute; width:100%; left:0; top:50%; margin-top:-15px; z-index:2;}
.topArea .lSAction > a, .topArea02 .lSAction > a, .roomSlider01 .lSAction > a { position:absolute; font-family: 'Oranienbaum', serif; display:inline-block; width:20px; height:20px; top:0; margin:0; font-size:4em; line-height:30px;  color:#fff; text-align:center; opacity:1; filter: alpha(opacity=100;); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;z-index:2;}
.topArea .lSAction > a.lSPrev, .topArea02 .lSAction > a.lSPrev, .roomSlider01 .lSAction > a.lSPrev { left:10px;}
.topArea .lSAction > a.lSPrev:hover, .topArea02 .lSAction > a.lSPrev:hover, .roomSlider01 .lSAction > a.lSPrev:hover { left:5px;}
.topArea .lSAction > a.lSNext, .topArea02 .lSAction > a.lSNext, .roomSlider01 .lSAction > a.lSNext {right:20px;}
.topArea .lSAction > a.lSNext:hover, .topArea02 .lSAction > a.lSNext:hover, .roomSlider01 .lSAction > a.lSNext:hover { right:10px;}
.topArea .count, .topArea02 .count { position:absolute; display:block; width:60px; right:50px; bottom:40px; text-align:center; font-size:1.5em; line-height:1.5em; color:#fff;  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); text-shadow:1px 1px 2px rgba(0, 0, 0, 0.2);z-index:5;}
.topArea .count .current, .topArea02 .count .current { position:absolute; right:35px; top:-10px;}
.topArea .count .count_line {}
.topArea .count .total, .topArea02 .count .total { position:absolute; left:35px; bottom:-5px;}
.topLine { position:absolute; width:1px; height:44%; background:url(../images/bg/white_30.png); top:28%; z-index:2;}
.board .topLine, .board .lSAction { display:none !important;}
.topLine01 { left:80px;}
.topLine02 { right:80px;}
.btn_scroll_box { position:absolute; width:88px; left:50%; bottom:10%; margin-left:-44px; opacity:0; filter: alpha(opacity=0;);z-index:3; }
.active.topArea .btn_scroll_box { opacity:1; filter: alpha(opacity=100;); bottom:8%; transition: all 0.3s ease 1.2s; }
.topArea .btn_scroll {display:block;  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.topArea .btn_scroll img { width:100%; vertical-align:top;}
.topArea .btn_scroll:hover, .topArea .btn_scroll:focus { margin-bottom:-10px;}

.btn_detail { display:inline-block; font-size:1.6em; line-height:2em; color:#fff; padding:5px 50px; 
	border:1px solid rgba(255, 255, 255, 0.3); 
}
.btn_detail span { display:inline-block; font-size:1.2em; margin-left:10px;}

.btn_reser01 {display:inline-block; font-size:1.6em; line-height:2em; color:#3b3b3b; padding:5px 50px; 
	/* border:1px solid #9a9a9a; */
}
.btn_reser01 span { display:inline-block; font-size:1.2em; margin-left:10px;}


.mainList {}
.mainList:after {content:"";display:block;clear:both;}
.mainList li { position:relative; float:left; width:33.3333%;}
.mainList li .mainTitle { position:absolute; max-width:400px; left:50%; top:50%; margin:-119px 0 0 -200px;}
.mainList li a { display:block;}
.mainList li img { width:100%; vertical-align:top;}

@media  (max-width: 1680px){
}

@media  (max-width: 1480px){
.btn_scroll_box {  width:44px;  margin-left:-22px;}
.active.topArea .btn_scroll_box { opacity:1; filter: alpha(opacity=100;); bottom:8%; transition: all 0.3s ease 1.2s; }

.mainList li .mainTitle { position:absolute; width:100%; left:0; top:0; margin:0;}
}

@media  (max-width: 1280px){

.none1280 {display:none;}
.block1280 {display:block !important;}
.in-block1280 {display:inline-block !important;}

}

@media  (max-width: 1024px){

.none1024 {display:none !important;}
.block1024 {display:block !important;}
.in-block1024 {display:inline-block !important;}

.btn_detail { font-size:0.95em; padding:2px 15px;}
.btn_reser01 { font-size:0.95em; padding:2px 20px;}
.btn_detail span, .btn_reser01 span {  margin-left:5px;}

.topArea .lSAction > a, .topArea02 .lSAction > a, .roomSlider01 .lSAction > a {  width:20px;  font-size:3em;}
.topArea .lSAction > a.lSPrev, .topArea02 .lSAction > a.lSPrev, .roomSlider01 .lSAction > a.lSPrev { left:5px;}
.topArea .lSAction > a.lSNext, .topArea02 .lSAction > a.lSNext, .roomSlider01 .lSAction > a.lSNext {right:5px;}


}

@media  (max-width: 768px){
	.main_s05 > .room_list{
		padding-left: 0;
	}
.none768 {display:none !important;}
.block768 {display:block !important;;}
.in-block768 {display:inline-block !important;;}

.roomList li .text { font-size:0.7em;letter-spacing:-0.1em;}

}

@media  (max-width: 560px){

.none560 {display:none !important;;}
.block560 {display:block !important;;}
.in-block560 {display:inline-block !important;;}

}

@media  (max-width: 480px){

.none480 {display:none !important;;}
.block480 {display:block !important;;}
.in-block480 {display:inline-block !important;;}

}


@media  (max-width: 380px){

.none380 {display:none;}
.block380 {display:block;}
.in-block380 {display:inline-block;}
}
