
@charset "utf-8";

.about_toparea {
	position: relative;
}
.insta_btn { /*인스타 모바일 버튼*/
    position: fixed;
    right: 60px;
    top: 12px;
	color: #fff;
}

/*#vimeoWrap {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin: 0;
}
#vimeoWrap iframe, #vimeoWrap object, #vimeoWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:560px) {
	#vimeoWrap {
		padding-bottom: 100%;
	}
	#vimeoWrap iframe, #vimeoWrap object, #vimeoWrap embed {
		background: rgba(171,200,222,0.9)
	}
}
body {
	overflow-x: hidden;
}
#wrap {
	margin: 0 auto;
	width: 100%;
	overflow-x: hidden;
}*/
/* 08.03 css 추가 */

/* image map */
.roomPre {
	position: relative;
}
@media (max-width: 1024px) {
	.roomPre {
		width: 125%;
		left: -18%;
	}
	.n_nav {
		position: absolute !important;
		bottom: -40px !important;
	}
}
/* about 네이버지도 */
.n_nav {
    display: block;
    width: 200px;
    position: relative;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.n_nav img {
	display: block;
	width: 100%;
}
.special01 {
	overflow: hidden;
}  
@media (max-width: 1024px) {
	#headBox:hover { padding-bottom: 0;}
}

/* special css */
.sp_icon01 {
    position: absolute;
	bottom: 20px;
	right: 100px;
}
.sp_icon02 {
	top: 80px;
    right: 16%;
	animation: spin_circle 8s linear infinite both;
} 
/* 08.04 css 추가 end */
.head_logo {
	position: fixed;
	top: 11px;
    left: 20px;
	z-index: 9;
	transition: all linear 200ms;
}
.gnb_area {
	position: fixed;
	width: 100%;
} 
.gnb_btn{
	cursor: pointer;
	/* display: none; */
}
.gnbBox {
	margin-top: 17px;
}
.gnb_wrap {
	text-align: center;
}
.gnbBox > ul > li {
	display: inline-block ;
	vertical-align: top;
}

.h_icon > a::before{
	content:'예약';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
	line-height: 45px;
	background-color: #309df0;
}
.h_icon > a {
	color: #fff;
	width: 45px;
    height: 45px;
    display: block;
    margin: 0 5px;
    padding: 0 5px !important;
    transition: 0.4s all;
    background-size: cover;
}

.gnbBox > ul > li > a {
	color: #fff;
	font-size: 19px;
	text-transform: capitalize;
	font-family: 'GowunDodum-Regular';
	font-weight: 500;
	padding: 0 40px;
	transition: all linear 400ms;

}
.gnbBox > ul > li > a:hover, .gnbBox > ul > li > a:focus {
	color: #313c33;
}
#headBox {
	position: fixed;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	z-index: 10000;
	transition: all linear 200ms;
}
.snb {
	display: none;
	padding-top: 10px;
	text-align: center;
}
.snb > li {
	padding: 3px 0;
}
.snb > li > a {
	color: #fff;
	font-size: 17px;
}
.snb > li > a:hover{
	background: #313c33;
}
@media (min-width: 1024px) {
	#headBox:hover {
		background: rgba(134,128,120,0.7);
		padding-bottom: 260px;
		position: fixed;
		z-index: 99999;
		transition: all 0.4s;
	}
}
/*header scroll active CSS*/
#wrap > .head_ac{
	/*HEXA Code 활용*/
	max-width: 1920px;
	background: rgba(134,128,120,0.7);
	left: 0;
    transform: unset;
}
.head_ac .gnbBox {
	transition: all 0.4s;
}
/*header end*/
.toparea {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.toparea > .mainslide img{
	display: block;
	width: 100%;
	height: 100%;
}
/*
.toparea > .mianslide{
	width: 100%;
}
.toparea > .mainslide img {
	display: block;
	width: 100%;
	height: 100vh;
}
*/
.toparea .maintypo {
	position: absolute;
	width: 1778px;
	z-index: 10;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	transition: all 300ms;
}
.toparea .maintypo img {
	width: 100%;
}
.toparea .wheel_btn {
	position: absolute;
	width: 100%;
	z-index: 10;
	left:0; bottom: 0;
	text-align: center;
	animation: scroll 1.5s infinite both;
}
.toparea .wheel_btn a {transition: all 0.4s;}
@keyframes scroll {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}
	100% {
		transform: translate(0,10px);
		opacity: 0;
	}
}
.reserve_btn {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 50;
	bottom: 0;
	right: 0;
}
.reserve_btn img {
	display: block;
	width: 100%; height: 100%;
}
/*conents*/
.section01 {
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	max-width: 1920px;
}
.main_prev {
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translateY(-45%);
	width: 75px;
	height: 74px;
	cursor: pointer;
	text-align: center;
	z-index: 100;
	transition: all ease 300ms;
}
.main_next {
	position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-45%);
    width: 75px;
    height: 74px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    transition: all ease 300ms;
}
.section02 {
	margin: 0 auto;
	width: 100%;
	height: 1080px;
	max-width: 1920px;
}

.section02_con {
	position: relative;
	padding-top:240px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1236px;
	height: 980px;
	background: url('/images/main/sc2_bg.png') no-repeat;
	background-position: top 200px right 120px;
}

.sc2_flex_box {
	display: flex;
	margin: 0 auto;
	width: 818px;
	height: 818px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
}
.sc2_flex_box > a:after {
	display: block;
	content: "";
	clear: both;
}
.sc2_flex_box > a > li {
	transition: all ease-in 200ms;
	box-sizing: border-box;
	float: left;
    margin: 5px 7px;
}

.sc2_flex_box > a > li:hover {
	box-shadow: 1px 2px 8px rgba(7, 7, 7, 0.4);
}

.sc2_flex_box > li > a {
	/* display: block; */
}

.sc2_indi > .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: #545454;
}

.sc2_indi > .swiper-pagination-bullet-active {
	background: #75a9d0;
}

.sc2_ps_txt,
.sc2_ps_img {
	display: block;
	position: absolute;
}
.sc2_ps_txt{
	top:250px;
	left: 135px;
	z-index: 101;
}
.sc2_ps_img{
	width: 17px;
	height: 230px;
	background: url('/images/main/sc2_r_img.png') no-repeat;
	right: 114px;
	bottom: 40px;
}
.section03 {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 1010px;
	max-width: 1920px;
	background-color: #e7e7e7;
	background-image: url('/images/main/sc3_bg.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: contain;
}
.room_wrap{
	position: relative;
	padding: 60px; 
	width: 100%;
	max-height: 700px;
	box-sizing: border-box;
}
.room_wrap_title{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: -3px;
}
.room_reserv_btn{
	margin: 20px auto;
	width: 270px;
	height: 35px;
	border: 1px solid #757575;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	line-height: 35px;
	transition: all ease 200ms;
}

.room_reserv_btn > a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all ease 200ms;
	letter-spacing: 10px;
}
.room_reserv_btn > a > i{
	display: block;
	position: absolute;
	top:9px;
	right: 60px;
	margin-left: 10px;
	transition: all cubic-bezier(0.51, 0.63, 0.48, 0.76) 200ms;
}

.room_reserv_btn:hover{
	background-color: #abc8de;
}


.room_reserv_btn:hover > a{
	color:#fff;
}

.room_reserv_btn:hover > a > i{
	right: 40px;
}

.room_swipe{
	margin-top: 50px;
}
.room_title{text-align: center;}
.room_title > strong{
	display: inline-block;
	margin-bottom:10px;
	text-transform: uppercase;
	font-size: 20px;
}
.room_title > p{
	margin-bottom: 20px;
	font-size: 22px;
	letter-spacing: -3px;
}
.room_title::after{
	content: "";
	position: relative;
	z-index: 100;
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 88px;
	background: #494949;
	margin-bottom: -10px;
}
.room_img{position: relative;}
.room_img > img{
	width: 100%;
}
.room_view_btn{
	position: absolute;
	padding: 38px 0 0 40px;
	box-sizing: border-box;
	width: 216px;
	height: 115px;
	z-index: 100;
	background: rgba(255,255,255,0.4);
	border: 1px solid #fff;
	transition: all linear 300ms;
	right: 38px;
	bottom:38px;
}
.room_view_btn > a{
	display: block;
	width: 100%;
	height: 100%;
	color: #626262;
}

.room_view_btn > a > p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 10px;
}
.room_view_btn > a > p::before{
	margin-bottom: 20px;
	content: "● ●";
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
}

.room_view_btn:hover{
	background: rgba(171,200,222,0.8);
}
.room_view_btn > a:hover{
	color: #626262
}
.room_next,
.room_prev{
	position: absolute;
	top: 90%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: rgba(7,7,7,0.2);
	cursor: pointer;
	text-align: center;
	padding-top: 18px;
	box-sizing: border-box;
	z-index: 100;
	transition: all ease 300ms;
}
.room_next{
	right: 20px;
}

.room_prev{
	left: 20px;
}
.room_next:hover,
.room_prev:hover{
	background: #7a7a7a;
}

.section04 {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}
.sc4_top{
	position: relative;
	width: 100%;
	height: 500px;
	background: url('/images/main/sc4_bg.png') no-repeat;
	background-position: 40px 125px;
}
.special_txt {
	position: absolute;
    top: 33%;
    left: 20px;
}
.block1700 {
	display: none !important;
}
.block1024 {
	display: none !important;
}
.block500 {
	display: none !important;
}
.block400 {
	display: none;
}
.none1700 {
	display: block !important;
}
.none1320 {
	display: block;
}
.none1024 {
	display: block !important;
}
.none500 {
	display: block !important;
}
.none400 {
	display: block;
}
@media (max-width:1700px) {
	.none1700 { 
		display: none !important;
	}
	.block1700 {
		display: block !important;
	}
}
@media (max-width:1320px) {
	.none1320 {
		display: none !important;
	}
	.aboutarea05 iframe {
		top: 50%;
		left: 49.5%;
		transform: translate(-50%,-50%);
		position: absolute;
		width: 82%;
		height: 180px;
		border: 10px solid #000;
		border-radius: 8px;
		z-index: 10;
	}
	.aboutarea05 h2 {
		line-height: 40px;
		font-size: 39px;
		text-transform: uppercase;
		color: #b9b097;
		letter-spacing: 6px;
		position: absolute;
		top: 85px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}
}
@media (max-width:1024px) {
	.none1024 { 
		display: none !important;
	}
	.block1024 {
		display: block !important;
	}
	#headBox {
		height: 55px;
		padding: 0;
		background: rgba(156,161,158,0.6);
	}
	.head_logo {   
		top: 10px;
		left: 15px;
	}
	.snb {
		padding-top: 0;
	}
	.snb > li > a {
		font-size: 1.1em;
	}
	.aboutarea05 .bg img {
		height: 508px;
	}
}
@media (max-width:500px) {
	.none500 { 
		display: none;
	}
	.block500 {
		display: block;
	}
}
.sc4_bottom{
	position: relative;
	width: 100%;
	height: 376px;
	background: #abc8de;
}
 .bottom_special_txt {
	margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #abc8de;
}
.sc4_position_wrap{
	position: absolute;
	top: -75%;
	right: 65px;
	width: 1146px;
}
.sc4_title{
	font-size: 30px;
	font-weight: 1000;
	text-transform: uppercase;
	color: #abc8de;
}
.sc4_title::after{
	content: "";
	display: block;
	margin: 24px 0;
 	width: 73px;
	height: 4px;
	background: #abc8de;
}
.sc4_view_btn{
	position: absolute;
	box-sizing: border-box;
	width: 250px;
	height: 46px;
	z-index: 100;
	background: rgba(255,255,255,0.4);
	border: 1px solid #000;
	transition: all linear 300ms;
	left: 50%;
	top:50%;	
	transform: translate(-50%);
}
.sc4_view_btn > a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	text-align: center;
	color: #494949;
	font-weight: bold;
}
.sc4_view_btn > a > img{
	margin-left: 10px;
	-webkit-animation: topan 2s infinite;
	-moz-animation: topan 2s infinite;
	-o-animation: topan 2s infinite;
	animation: topan 2s infinite;	
	
}
.sc4_sum{
	padding-top: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}

.sc4_img:hover{
	opacity: 0.8;
}
.sc4_view_btn:hover{
	background-color: #fff;
}
.sc4_next,.sc4_prev{
	position: absolute;
	top: 52%;
	z-index: 100;
	opacity: 0.7;
	cursor: pointer;
	transition: opacity ease-in 200ms;
}
.sc4_next{
	right: -40px;
}
.sc4_prev{
	left: -60px;
}
.sc4_next:hover,.sc4_prev:hover{
	opacity: 1;
}



.top_btn{
	position: absolute;
	width: 142px;
	height: 40px;
	border-radius: 20px;
	background: #abc8de;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	border: solid 1px #fff;
	box-sizing: border-box;
	top: -60px;
	left : 50%;
	transform: translateX(-50%);
	cursor: pointer;
	box-shadow: 1px 2px 6px rgba(7,7,7,0.1);
	transition: top cubic-bezier(0.21, 0.6, 0.83, 1.21) 200ms;
}
.top_btn > a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.top_btn > a > span{margin: 0 20px;}

@keyframes topan{
	0%{opacity: 1;}
	25%{opacity: 0.5;}
	100%{opacity: 1;}
}

.top_btn > a > i{
	-webkit-animation: topan 2s infinite;
	-moz-animation: topan 2s infinite;
	-o-animation: topan 2s infinite;
	animation: topan 2s infinite;
}

.top_btn:hover{
	top: -65px;
}


/* footer */

#footer {
    width: 100%;
	margin: 0 auto;
    position: relative;
	text-align: center;
}
.Fbox {
	padding: 40px 0 50px;
}
.Fbox h1 {
    font-size: 30px;
	font-weight: 500;
    margin-bottom: 20px;
}
.Fbox ul li {line-height: 25px;}
.Fbank {
	font-size: 18px;
	margin-bottom: 10px;
}
.Finfo {
	font-size: 16px;
}
.Faddress {
	font-size: 16px;
}
.gogo {
	margin-top: 22px;
}
@media (max-width: 1024px){
	#footer {
		margin: 40px auto 60px;
	}
	.Fbox {
		padding: 0 0 40px;
	}
	.Fbank {font-size: 14px;}
	.Finfo {font-size: 13px;}
	.Faddress {
		font-size: 14px;
	}
	.gogo span a {
		font-size: 12px;
	}
}
@media (max-width: 768px){}
@media (max-width: 560px){}

@media screen and (max-width: 1320px){
	.wrap_mob_gnb_on{overflow-y: hidden;}

	/* .gnb_btn {
		position: fixed;
		display: block;
		font-size: 35px;
		color: #fff;
		right: 15px;
		top: 5px;
		z-index: 110;
	}
	.gnb_btn > i:last-child{
		display: none;
	} */
	.gnbBox{
		z-index: 10;
		position: fixed;		
		margin: 0;
		padding-top: 60px;
		width: 280px;
		background: rgb(134,128,120,0.9);
		height: 100vh;
		top: 0;
		right: -300px;
		float: none;
		box-sizing: border-box;
		transition: all ease-in 200ms;
		z-index: 9998;
	}
	.gnb_tri > i:first-child{
		display: none;
	}
	.gnb_tri > i:last-child{
		display: block;
		padding: 5px 5px 0 0;
	}
	.gnbBox > ul > li{
		float: none;
		width: 100%;
		height: auto;

		transition: all ease-in 200ms;
	}
	.gnbBox > ul > li >a{
		line-height: 40px;
	}
	.gnb_tri + .gnbBox{
		right: 0;
	}
	.pointer-events{pointer-events: none;}
	
	/*section01*/
	.section01{
		height: 700px;
	}
	.main_swipe_wrap > .swiper-wrapper >.swiper-slide {
		text-align:center;
		display:flex; 
		align-items:center; /* 위아래 기준 중앙정렬 */
		justify-content:center; /* 좌우 기준 중앙정렬 */
	}
	.main_swipe_wrap > .swiper-wrapper >.swiper-slide > img{
		width: 100%;
		max-height: 900px;
	}
	.section02_con{
		width: 100%;
		padding: 40px 0;
		height: auto;
	}
	.sc2_ps_txt{
		top: -293px;
		left: 50%;
		z-index: 101;
		transform: rotate(-90deg);
	}
	.section02{
		height: auto;
	}
	
	.sc4_position_wrap{
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
	}
	.sc4_img > img{width: 100%;}
	
}/*1320px end*/
@media (max-width:1024px) {
	.block1024 {
		display: block;
	}
	.none1024 {
		display: none;
	}
	.swiper-container-fade .swiper-slide img {
		display: block; width: 100%; height: 100%;
	}
}


@media screen and (max-width: 868px){
	.sc2_flex_box{
		display: block;
		width: 80%;
		max-width: unset;
		height: auto;
	}
	.sc2_flex_box > a > li{
		margin: 1% 1%;
		width: 48%;
		overflow: hidden;
	}
	.sc2_flex_box > a > li > img {
		width: 100%;
		display: block;
	}
	.section03{
		height: 750px;
	}
	.room_next, .room_prev{
		top:70%
	}
	.sc4_position_wrap{top: -85%;}
	.sc4_next{right: -30px;}
	.sc4_prev{left: -30px;}
	#footBox{height: auto;}
}

@media screen and (max-width: 768px){
	.section01{
		height: 350px;
	}
	.main_swipe_wrap > .swiper-wrapper >.swiper-slide > img{
		/* width: 500px; */
		/* max-height: 350px; */
	}
	.sc2_ps_txt{position: none;}
	.section02{
		height: auto;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 480px){
	
	.section02 {
		padding-bottom: 0;
	}
	.section02_con {
		padding-top: 40px;
	}
	.sc2_ps_txt{
		left: 77%;
		top: -294px;
	}
	.main_prev {
		width: 40px;
		height: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main_next {
		width: 40px;
		height: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main_arrow img {
		width: 100%;
	}
	.section02_con {
		/* height: 1100px; */
		height: 870px;
		background-position: top 25px right -13px;
    	background-size: 100px;
	}
	.sc2_ps_img{display: none;}
	.room_wrap{padding: 60px 10px 0 10px;}
	.room_view_btn{
		height: 40px;
		right: 10px;
		padding: 12px 0 0 40px;
		bottom: 15px;
	}
	.room_view_btn > a > p::before{
		display: none;
	}
	.room_next{width: 50px;height: 50px;}
	.room_prev{width: 50px;height: 50px;}
	.room_next > img,
	.room_prev > img{
		width: 20%;
	}
	.sc4_bottom {
		height: 320px;
	}
	/* .section04{height: 940px;} */
	.sc4_position_wrap{top: -50%;}
	.sc4_next{right: -10px;}
	.sc4_prev{left: -10px;}
	.sc4_top{
		background-size: 80%;    
		height: 380px;
		background-position: 20px 15px;
	}
	.sc4_sum {
		font-size: 16px;
	}
	.section03 {
		height: 660px;
	}
}
@media (max-width:400px) {
	.sc2_ps_txt {left: 80%;}
	.block400 {
		display: block;
	}
	.none400 {
		display: none;
	}
}








