#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:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .gnb_menu>li:hover>a,
#header .gnb_menu .sub_menu>li>a:hover {
	color: #00fff4;
}
#header .gnb_menu>li>a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#header .gnb_menu .sub_menu {
	position: absolute;
	top: 33px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	text-align: left;
	background-color: rgba(0,0,0,0.6);
}
#header .gnb_menu .sub1 {
	width: 80px;
	padding-left: 25px;	
}
#header .gnb_menu .sub2 {
	width: 95px;
	padding-left: 20px;	
}
#header .gnb_menu .sub3 {
	width: 130px;
	padding-left: 20px;	
}
#header .gnb_menu .sub4 {
	width: 100px;
	padding-left: 15px;	
}
#header .gnb_menu .sub5 {
	width: 120px;
	padding-left: 15px;	
}
#header .gnb_menu .sub6 {
	width: 140px;
	padding-left: 10px;	
}
#header .gnb_menu .sub7 {
	width: 100px;
	padding-left: 15px;	
}
#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;
}
#header .gnb_menu .group_reser {
	background-color: #fff;
	line-height: 30px;
}
#header .gnb_menu .group_reser a {
	color: #000;
	transition: all 0.2s;
}





#m_gnb {
	display: none;
	text-align: center;
}
#m_gnb .logo h1 {
	padding: 10px 0;
}
#m_gnb .logo h1 img {
	width: 110px;
}
#m_gnb .reser {
	width: 40px;
	height: 33px;
	line-height: 10px;
	position: absolute;
	top: 2%;
	right: 15%;
	background-color: #333;
	border-radius: 50%;
	padding-top: 7px;
}
#m_gnb .reser a {
	color: #fff;
	font-size: 12px;
}
#m_gnb .pay {
	right: 3%;
	background-color: #12bbb2;
}
#m_gnb .m_gnb_menu {
	background-color: #333;
	font-size: 0;
	overflow: hidden;	
}
#m_gnb .m_gnb_menu li {
	height: 35px;
	line-height: 35px;
	width: 14.28%;
	float: left;
}
#m_gnb .m_gnb_menu li a {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	height: 100%;
	width: 100%;
}
#m_gnb .m_gnb_menu li a:hover {
	background-color: #000000;
}





#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(255,255,255,0.9);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 50px;
	height: 35px;
	float: right;
	padding-top: 15px;
}
#quick_menu .reser:hover {
	background-color: #18cac2;
	width: 60px;
}
#quick_menu .menu {
	display: block;
	cursor: pointer;
	float: right;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 50px;
	height: 35px;
	padding-top: 15px;
	margin-bottom: 1px;
}
#quick_menu .menu:hover {
	background-color: rgba(0,0,0,1);
	width: 60px;
}
#quick_menu .group_reser {
	display: none;
}	



#whole_menu_wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	overflow: auto;
	background-color: #14aca5;
	z-index: 2000;	
	display: none;
	text-align: center;
}
#whole_menu_wrap .container {
	padding: 15% 3% 0;
}
#whole_menu_wrap h2 {
	margin-bottom: 4%;
	display: inline-block;
}
#whole_menu_wrap .close {
	position: absolute;
	cursor: pointer;
	top: 19.5%;
	right: 3%;
}
#whole_menu_wrap .whole_gnb_menu {
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding: 7% 0;
}
#whole_menu_wrap .whole_gnb_menu>li {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	margin-right: 5.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: #fff;
	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;
	text-align: center;
}
#top_visual .visual_title .title1 img {
	width: 52.3%;
}
#top_visual .visual_title .title2 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: 54%;
}
#top_visual .title_type2 {
	top: 70%;
	text-align: center;
}
#top_visual .title_type2 .title1 {
	font-size: 54px;
	color: #fff;
	margin-bottom: 3%;
}
#top_visual .title_type2 .title2 {
	font-size: 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1%;
	line-height: 34px;
}
#top_visual .title_type2 .title2 span {
	font-size: 18px;
}
.paging {
	position: absolute;
	bottom: 4%;
	right: 70px;
	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;
}










/* service / map / tour / reser °ψΕλ */
#comm_tab {
	text-align: center;
	position: relative;
}
#comm_tab h2 {
	position: absolute;
	width: 100%;
	z-index: 10;
} 
#comm_tab h2.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
} 
#comm_tab .img_group .item,
#comm_tab .text_group .item {
	display: none;
}
#comm_tab .img_group .item.active,
#comm_tab .text_group .item.active {
	display: block;
}
#comm_tab .img_group .item,
.reser_tab .img {
	background-position: center;
	background-size: cover;
}
#comm_tab .text_group .item h3 {
	font-size: 36px;
	color: #333333;
	margin: 2% 0 1% 0;
}
#comm_tab .text_group .item .text {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}
#comm_tab .tab_menu {
	position: relative;
	width: 100%;
	background-color: #18cac2;
	z-index: 50;
	font-size: 0;
}
#comm_tab .tab_menu li {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;	
	padding: 15px 2%;
	cursor: pointer;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
#comm_tab .tab_menu li a {
	color: #fff;
}
#comm_tab .tab_menu li.active,
#comm_tab .tab_menu li:hover {
	background-color: #0c6561;
}
#comm_tab .notice_tab li,
#comm_tab .tab_menu li.notice {
	padding: 0;
}
#comm_tab .notice_tab li a, 
#comm_tab .tab_menu li.notice a{
	display: inline-block;
	padding: 15px 30px;
}
.reser_tab .bg {
	background-size: cover;
	background-position: center bottom;
}
.map_tab .text_group .item .text span {
	font-weight: bold;
}
.map_tab .text_group .item .text,
.reser_tab .text_group .item .text {
	padding-bottom: 7%;
}
.service_tab h2 {
	display: none;
}







#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,
	#top_visual .title_type2 .title2 span,
	#tab_menu_wrap .content .s_tit,
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a {
		font-size: 16px;
	}
	#top_visual .title_type2 .title2 {
		line-height: 24px;
	}
	#comm_tab .tab_menu li {
		font-size: 14px;
	}
	#comm_tab .text_group .item h3 {
		font-size: 30px;
	}
	#comm_tab .text_group .item .text {
		font-size: 14px;
		line-height: 23px;
	}
}
@media (max-width: 1280px) {
	#header h1 {
		padding: 6px 0 6px;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
	}
	#header h1 img {
		width: 90px;
	}
	#header .gnb_menu {
		display: none;
	}	
	#quick_menu {
		top: 0;
		width: 180px;
	}
	#quick_menu .reser,
	#quick_menu .group_reser {
		width: 60px;
		height: 44px;
		padding-top: 9px;
		background-color: rgba(255,255,255,0.8);
		font-size: 13px;
	}
	#quick_menu .menu {
		width: 60px;
		height: 40px;
		padding-top: 13px;
	}
	#quick_menu .group_reser {
		display: block;
		float: right;
		background-color: rgba(255,255,255,0.7);
	}	

	#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;
	}
	#top_visual .title_type2 {
		width: 100%;
	}

}
@media (max-width: 768px) {
	#top_visual .title_type2 .title1 {
		font-size: 30px;
	}
	#top_visual .title_type2 .title2,
	#top_visual .title_type2 .title2 span,
	#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;
	}
	#top_visual .title_type2 {
		top: 61%;
	}
	#top_visual .title_type2 .title1 {
		margin-bottom: 0;
	}
	#top_visual .title_type2 .title2 {
		line-height: 20px;
		border: none;
	}
	.service_tab h4 {
		display: block;
		margin-bottom: -18px;
	}
	.paging span {
		font-size: 22px;
	}
	.paging .slash {
		font-size: 18px;
	}
	.paging .page2 {
		font-size: 16px;
		vertical-align: baseline;
	}
	#comm_tab h2 {
		display: none;
	}
	#comm_tab .tab_menu {
		overflow: hidden;
	}
	#comm_tab .tab_menu li {
		float: left;
		width: 33.3%;
		padding: 15px 0;
		font-weight: normal;
	}
	#comm_tab .notice_tab li {
		padding: 0;
	}
	#comm_tab .text_group .item h3 {
		font-size: 20px;
	}
	#comm_tab .text_group .item .text {
		font-size: 12px;
		line-height: 19px;
	}
	.tour_tab .item .text,
	.service_tab .text_group .item .text {
		padding-bottom: 7%;
	}
	#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) {	
	#m_gnb {
		display: block;
	}
	#quick_menu {
		display: none;
	}
	#header h1 {
		text-align: left;
		padding-left: 3%;
		display: none;
	}
	#top_visual .title_type2 .title1 {
		font-size: 25px;
	}
	#top_visual .visual_title img {
		width: 260px;
	}
	#top_visual .title_type2 .title2,
	#comm_tab .tab_menu li {
		font-size: 12px;
	}
	#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: 19px;
	}
	#footer .text {
		font-size: 12px;
		line-height: 20px;
		padding: 0 3% 4%;
	}
	#footer .top {
		width: 35px;
	}
}