
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
#header h1 {
	display: inline-block;
	width: 9%;
	text-align: center;
	padding: 23px 0;
	vertical-align: middle;
}
#header .gnb_menu {
	display: inline-block;
	width: 90%;
	text-align: right;
}
#header .gnb_menu>li {
	display: inline-block;
	padding: 0 1.6%;
	position: relative;
	height: 35px;
}
#header .gnb_menu>li:nth-child(3),
#header .gnb_menu>li:nth-child(6){
	vertical-align: sub;
}
#header .gnb_menu>li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .gnb_menu>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#header .gnb_menu .sub_menu {
	position: absolute;
	top: 33px;
	text-align: left;
	background-color: rgba(0,81,166,0.7);
}
#header .gnb_menu .sub1 {
	width: 80px;
	padding-left: 25px;	
	left: 0px;
}
#header .gnb_menu .sub2 {
	width: 75px;
	padding-left: 40px;	
	left: 0px;
}
#header .gnb_menu .sub3 {
	width: 70px;
	padding-left: 40px;	
	left: -5px;
}
#header .gnb_menu .sub4 {
	width: 130px;
	padding-left: 20px;	
	left: -5px;
}
#header .gnb_menu .sub5 {
	width: 100px;
	padding-left: 15px;	
	left: 2px;
}
#header .gnb_menu .sub6 {
	width: 155px;
	padding-left: 15px;	
	left: -30px;
}
#header .gnb_menu .sub7 {
	width: 160px;
	padding-left: 10px;	
	left: -25px;
}
#header .gnb_menu .sub8 {
	width: 100px;
	padding-left: 15px;	
	left: 25px;
}
#header .gnb_menu .sub_menu li:first-child {
	padding-top: 10px;
}
#header .gnb_menu .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .gnb_menu .sub_menu {
	visibility: collapse;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#header .gnb_menu .sub_menu>li {
	line-height: 26px;
}
#header .gnb_menu .sub_menu>li>a {
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}




#quick_menu {
	position: fixed;
	top: 45%;
	right: 0;
	text-align: center;
	z-index: 1000;
	overflow: hidden;
	width: 60px;
}
#quick_menu .reser {
	display: block;
	background-color: rgba(0,113,228,0.7);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 50px;
	height: 35px;
	float: right;
	padding-top: 15px;
}
#quick_menu .reser:hover {
	background-color: rgba(0,113,228,1);
	width: 60px;
}
#quick_menu .menu {
	display: block;
	cursor: pointer;
	float: right;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 50px;
	height: 35px;
	padding-top: 15px;
}
#quick_menu .menu:hover {
	background-color: rgba(0,0,0,1);
	width: 60px;
}
#quick_menu .insta {
	display: block;
	cursor: pointer;
	float: right;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 50px;
	height: 40px;
	padding-top: 10px;	
}
#quick_menu .insta:hover {
	background-color: rgba(0,0,0,1);
	width: 60px;
}





#whole_menu_wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,81,166,0.9);
	z-index: 2000;	
	display: none;
	text-align: center;
}
#whole_menu_wrap .container {
	padding: 18% 3% 0;
}
#whole_menu_wrap h2 {
	margin-bottom: 4%;
	display: inline-block;
}
#whole_menu_wrap .close {
	position: absolute;
	cursor: pointer;
	top: 23.5%;
	right: 3%;
}
#whole_menu_wrap .whole_gnb_menu {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 7% 0;
}
#whole_menu_wrap .whole_gnb_menu>li {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	margin-right: 3.5%;
}
#whole_menu_wrap .whole_gnb_menu>li:last-child {
	margin-right: 0;
}
#whole_menu_wrap .whole_gnb_menu>li>a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	margin-bottom: 30px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	font-weight: bold;	
}
#whole_menu_wrap .whole_gnb_menu .sub_menu>li>a {
	font-size: 15px;
	color: #9ecddf;
	line-height: 34px;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#whole_menu_wrap .whole_gnb_menu>li:hover>a,
#whole_menu_wrap .whole_gnb_menu .sub_menu>li>a:hover {
/*	color: #7DDBB6;*/
}









#top_visual {
	position: relative;
}
#top_visual .owl-carousel li {
	width: 100%;
	height: 100%;
}
#top_visual .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#top_visual .visual_title {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 10;
}
#top_visual .visual_title img {
	width: 100%;
}
#top_visual .visual_title .title {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
}
#top_visual .visual_title .title2 {
	transition-delay: 0.2s;
}
#top_visual .visual_title .title.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#top_visual .title_type1 {
	top: 45%;
}
#top_visual .title_type2 {
	top: 70%;
	text-align: center;
}
#top_visual .title_type2 .title1 {
	font-size: 54px;
	color: #fff;
	margin-bottom: 1.5%;
}
#top_visual .title_type2 .title2 {
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1%;
}
.paging {
	position: absolute;
	bottom: 4%;
	right: 50px;
	z-index: 10;
}
.paging span {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
.paging .slash {
	font-size: 25px;
	font-weight: normal;
	vertical-align: text-bottom;
}
.paging .page2 {
	font-size: 18px;
	vertical-align: super;
	opacity: 0.7;
}







#tab_menu_wrap {
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 9;
}
#tab_menu_wrap .owl-carousel li {
	width: 100%;
	height: 100%;
}
#tab_menu_wrap .owl-carousel li div {
	width: 100%;
	height: 100%;
}
#tab_menu_wrap .bg {
	background-position: center;	
	background-size: cover;
}
#tab_menu_wrap .tab_menu {
	width: 100%;
	border-top: 1px solid #dddddd;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}

#tab_menu_wrap .tab_menu li {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
#tab_menu_wrap .tab_menu li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
}
#tab_menu_wrap .tab_menu li.active,
#tab_menu_wrap .tab_menu li:hover, 
#tab_menu_wrap .tab_menu li.active a,
#tab_menu_wrap .tab_menu li:hover a {
	color: #126dc9;
	font-weight: bold;
}
#tab_menu_wrap .content {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%,0); 
	-webkit-transform: translate(-50%,0); 
	-moz-transform: translate(-50%,0); 
	-ms-transform: translate(-50%,0); 
	z-index: 10;
	background-color: #126dc9;
	width: 340px;
	height: 168px;
}
#tab_menu_wrap .content2 {
	width: 360px;
}
#tab_menu_wrap .content3 {
	height: 125px;
}
#tab_menu_wrap .content4 {
	top: 59%;
}
#tab_menu_wrap .content h3{
	margin-top: -30px;
	margin-bottom: 3%;
}
#tab_menu_wrap .content .s_tit {
	font-size: 20px;
	color: #fff;
}
#tab_menu_wrap  h4 {
	font-size: 36px;
	color: #333333;
	margin-top: 4%;
}
.service_tab h4 {
	display: none;
}
#tab_menu_wrap .text {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 5.5%;
}
#tab_menu_wrap .text2 {
	margin-top: 0.5%;
}
#tab_menu_wrap .item {
	display: none;
}
#tab_menu_wrap .item.active {
	display: block;
}
/* map */
#tab_menu_wrap .type_text {
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
}
/* reser */
#tab_menu_wrap .reser_menu {
	position: fixed;	
	background-color: #fff;
	z-index: 10;
}

/* room/fac °øÅëºÎºÐ */
.room_tab .tab_menu li a,
.fac_tab .tab_menu li a {
	padding: 15px 29px; 
}
/* service/tour/map/reser °øÅëºÎºÐ */
.service_tab .tab_menu li,
.tour_tab .tab_menu li,
.map_tab .tab_menu li,
.reser_tab .tab_menu li {
	padding: 15px 29px; 
}



















#footer {
	text-align: center;
	position: relative;
}
#footer .bg {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#footer .title {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#footer .title img {
	width: 100%;
}
#footer .number {
	font-size: 34px;
	color: #333333;
	padding: 3% 0 1% 0;
}
#footer .text {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
#footer .text a {
	color: #333333;
}
#footer .top {
	position: absolute;
	bottom: 23.5%;
	left: 50%;
	transform: translate(-50.5%,0);
	cursor: pointer;
}








@media (max-width: 1600px) {
	#top_visual .title_type2 .title1 {
		font-size: 40px;
	}
	#top_visual .title_type2 .title2,
	#tab_menu_wrap .content .s_tit,
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a {
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	#header h1 {
		padding: 10px 0 8px;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
	}
	#header h1 img {
		width: 137px;
	}
	#header .gnb_menu {
		display: none;
	}	
	#quick_menu {
		top: 0;
		width: 180px;
	}
	#quick_menu .reser {
		width: 60px;
		height: 43px;
		padding-top: 17px;
	}
	#quick_menu .menu {
		width: 60px;
		height: 43px;
		padding-top: 17px;
	}
	#quick_menu .insta {
		width: 60px;
		height: 43px;
		padding-top: 17px;
	}
	#whole_menu_wrap {
		width: 100%;
	}
	#whole_menu_wrap .container {
		padding: 0;
	}
	#whole_menu_wrap .whole_gnb_menu>li {
		display: block;
		margin-bottom: 3%;
		text-align: center;
	}
	#whole_menu_wrap .whole_gnb_menu>li>a {
		margin-bottom: 0;
	}
	#whole_menu_wrap .whole_gnb_menu .sub_menu>li {
		display: inline-block;
	}
	#whole_menu_wrap .close {
		top: 4.5%;
	}
	#tab_menu_wrap .type_text {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	#top_visual .title_type2 .title1 {
		font-size: 30px;
	}
	#top_visual .title_type2 .title2,
	#tab_menu_wrap .content .s_tit,
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a,
	#tab_menu_wrap .text {
		font-size: 14px;
	}
	#tab_menu_wrap h4 {
		font-size: 22px;
	}
	.service_tab h4 {
		display: block;
		margin-bottom: -18px;
	}
	#tab_menu_wrap .text {
		margin-bottom: 5%;
	}
	#tab_menu_wrap .type_text {
		position: static;
		color: #666;
	}
	.paging span {
		font-size: 22px;
	}
	.paging .slash {
		font-size: 18px;
	}
	.paging .page2 {
		font-size: 16px;
		vertical-align: baseline;
	}

	.room_tab .owl-carousel.owl-loaded,
	#tab_menu_wrap .content,
	.fac_tab .bg,
	.cafe_tab .bg {
		display: none;
	}
	#tab_menu_wrap .tab_menu {
		position: static;
		overflow: hidden;
	}
	#tab_menu_wrap .tab_menu li {
		float: left;
		width: 33.3%;
	}
	#tab_menu_wrap .tab_menu li.active,
	#tab_menu_wrap .tab_menu li:hover {
		background-color: #f1f1f1;
	}
	.tab_type1 .tab_menu li a {
		padding: 15px 0;
		width: 100%;
	}
	.tab_type2 .tab_menu li {
		padding: 15px 0;
	}
	#footer {
		background-color: #eee;
	}
	#footer .bg, #footer .title {
		display: none;
	}
	#footer .number {
		font-size: 24px;
	}
	#footer .text {
		font-size: 14px;
		line-height: 22px;
	}
	#footer .top {
		position: static;
		transform: none;
		padding-top: 3%;
	}
}
@media (max-width: 479px) {	
	#header h1 {
		text-align: left;
		padding-left: 3%;
	}
	#top_visual .title_type2 .title1 {
		font-size: 25px;
	}
	#top_visual .visual_title img {
		width: 260px;
	}
	#top_visual .title_type2 .title2,
	#tab_menu_wrap .content .s_tit,
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a,
	#tab_menu_wrap .text {
		font-size: 12px;
	}
	#tab_menu_wrap h4 {
		font-size: 18px;
	}
	#tab_menu_wrap .text {
		line-height: 19px;
	}
	#whole_menu_wrap .whole_gnb_menu {
		padding: 7% 5%;
		border: none;	
	}
	#whole_menu_wrap .whole_gnb_menu>li {
		text-align: left;
	}
	#whole_menu_wrap .whole_gnb_menu>li>a {
		font-size: 16px;
	}
	#whole_menu_wrap .whole_gnb_menu .sub_menu>li {
		margin: 0 1%;
	}
	#whole_menu_wrap .whole_gnb_menu .sub_menu>li>a {
		font-size: 13px;
		font-weight: normal;
	}
	#footer .number {
		font-size: 22px;
	}
	#footer .text {
		font-size: 12px;
		line-height: 20px;
		padding: 0 3% 4%;
	}
	#footer .top {
		width: 35px;
	}
}