#header .nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	font-size: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#header .nav h1 {
	display: inline-block;
	vertical-align: middle;
	width: 11%;
	text-align: center;
}
#header .nav h1 img {
	transition: all 0.3s;
}
#header .nav .gnb_menu {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	text-align: center;
}
#header .nav .gnb_menu>li {
	display: inline-block;
	padding: 0 2.6%;
	position: relative;
	height: 67px;
	line-height: 67px;
}
#header .nav .gnb_menu>li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .nav .gnb_menu>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#header .nav .gnb_menu>li:hover>a,
#header .nav .gnb_menu .sub_menu>li>a:hover {
	color: #f6ff00;
}
#header .nav .gnb_menu .sub_menu {
	position: absolute;
	top: 50px;
	width: 140px;
	background-color: rgba(0,0,0,0.6);
	visibility: collapse;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: left;	
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#header .nav .gnb_menu .sub_menu li:first-child {
	padding-top: 10px;
}
#header .nav .gnb_menu .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .nav .gnb_menu .sub_menu>li {
	line-height: 26px;
}
#header .nav .gnb_menu .sub_menu>li>a {
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .nav .gnb_menu .sub1 {
	width: 92px;
	padding-left: 33px;
}
#header .nav .gnb_menu .sub2 {
	width: 105px;
	padding-left: 25px;
}
#header .nav .gnb_menu .sub3 {
	width: 135px;
	padding-left: 15px;
}
#header .nav .gnb_menu .sub4 {
	width: 145px;
	padding-left: 15px;
}
#header .nav .gnb_menu .sub5 {
	width: 150px;
	padding-left: 10px;
}
#header .nav .gnb_menu .sub6 {
	width: 175px;
	padding-left: 15px;
}
#header .nav .gnb_menu .sub7 {
	width: 100px;
	padding-left: 30px;
}
#header .nav .quick_menu {
	float: right;
	width: 11.8%;
	padding: 8px 0.5%;
}
#header .nav .quick_menu div {
	text-align: center;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	padding: 7px 0;
	transition: all 0.6s;
	font-size: 14px;
}
#header .nav .quick_menu .reser {
	width: 37%;
}
#header .nav .quick_menu .reser a {
	display: inline-block;	
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;	
}
#header .nav .quick_menu .insta {
	font-size: 11px;
	font-weight: bold;
	background-color: rgba(0,0,0,0.25);
	padding: 5px 0 4px;
	width: 35%;
	margin: 0 3%;
}
#header .nav .quick_menu .insta img {
	display: block;
	margin: 0 auto 2px;
}
#header .nav .quick_menu .insta a {
	color: #fff;
}
#header .nav .quick_menu .menu {
	color: #fff;
	background-color: rgba(0,0,0,0.25);
	cursor: pointer;
	width: 22%;
	font-weight: bold;	
}
#header .nav .quick_menu .menu:hover,
#header .nav .quick_menu .insta:hover {
	background-color: rgba(0,0,0,0.8);
}
#header .nav .quick_menu .menu span {
	display: block;
}




#header .m_gnb {
	display: none;
	text-align: center;
}
#header .m_gnb .logo h1 {
	padding: 10px 0;
}
#header .m_gnb .logo h1 img {
	width: 110px;
}
#header .m_gnb .reser {
	width: 40px;
	height: 33px;
	line-height: 10px;
	position: absolute;
	top: 2%;
	right: 14%;
	background-color: #333333;
	border-radius: 50%;
	padding-top: 7px;
}
#header .m_gnb .reser a {
	color: #fff;
	font-size: 12px;
}
#header .m_gnb .insta {
	right: 3%;
	background: none;
	padding-top: 4px;
}
#header .m_gnb .insta img {
	width: 34px;
}
#header .m_gnb .m_gnb_menu {
	background-color: #333333;
	font-size: 0;
	overflow: hidden;	
}
#header .m_gnb .m_gnb_menu li {
	height: 35px;
	line-height: 35px;
	width: 14.28%;
	float: left;
}
#header .m_gnb .m_gnb_menu li a {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	height: 100%;
	width: 100%;
}
#header .m_gnb .m_gnb_menu li a:hover {
	background-color: #000000;
}











#header .whole_menu_wrap {
	position: fixed;
	top: 0;
	background-color: #004c99;
	display: none;
	text-align: center;
	z-index: 350;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#header .whole_menu_wrap .container {
	padding: 5% 7%;
}
#header .whole_menu_wrap h2 {
	margin-bottom: 2%;
	display: inline-block;
}
#header .whole_menu_wrap .close {
	float: right;
	cursor: pointer;
}
#header .whole_gnb_menu {
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5% 0 5% 0;
}
#header .whole_gnb_menu>li {
	display: inline-block;
	text-align: left;
	vertical-align: text-top;
	margin-right: 5%;
}
#header .whole_gnb_menu>li:last-child {
	margin-right: 0;
}
#header .whole_gnb_menu>li>a {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .whole_gnb_menu .sub_menu>li>a {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .whole_gnb_menu>li:hover>a,
#header .whole_gnb_menu .sub_menu>li>a:hover {
	color: #f6ff00;
}










.main_visual {
	position: relative;
	background: url(/img/main_visual1.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: center;
}
.main_visual .owl-carousel {
	opacity: 0;	
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
}
.main_visual .owl-carousel.active {
	opacity: 1;	
}

#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;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 10;
	text-align: center;
}
#top_visual .text_type1 {
	top: 43%;
}
#top_visual .visual_title .title {
	opacity: 0;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-moz-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#top_visual .visual_title .title.active {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
#top_visual .text_type1 .title1 {
	margin-bottom: 3%;
}
#top_visual .text_type1 .title1 img {
	width: 63.4%;
}
#top_visual .text_type1 .title2 {
	transition-delay: 0.2s;
}
#top_visual .text_type1 .title2 img {
	width: 100%;
}
#top_visual .text_type2 {
	top: 73%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	width: 28%;
}
#top_visual .text_type2 .title1 {
	font-size: 54px;	
	color: #fff;
}
#top_visual .text_type2 .title2 {
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 2%;
	transition-delay: 0.2s;
}
.paging {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.paging span {
	font-size: 15px;
	color: #fff;
	display: inline-block;
} 
.paging .page1 {
	margin-right: 10px;
}















#facilities {
	position: relative;
}
#facilities .item .text {
	height: 60px;
}
.comm_menu {
	text-align: center;
	font-size: 0;
}
.comm_menu .title_wrap {
	position: absolute;
	width: 100%;
	z-index: 10;
}
.comm_menu .title {
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	-ms-transform: translate(0,20px);
} 
.comm_menu .title.active{
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
} 
.comm_menu .title2 {
	transition-delay: 0.2s;
	margin-top: 1%;
}
.comm_type1 .title1 img {
	width: 19%;
}
.comm_type1 .title2 img {
	width: 28%;
}
.comm_menu .img_group .item {
	display: none;
}
.comm_menu .img_group .item.active {
	display: block;
}
.comm_menu .img {
	background-position: center;
	background-size: cover;
}
.comm_menu .item h3 {
	font-size: 36px;
	color: #333333;
	margin: 2% 0 0.5% 0;
}
.comm_menu .item .text {
	font-size: 18px;
	color: #666;
	line-height: 28px;
}
.comm_menu .item .text span {
	color: #fe0000;
}
.comm_menu .tab_menu {
	position: absolute;
	bottom: 2%;
	width: 100%;
}
.reser_tab .tab_menu,
.map_tab .tab_menu {
	position: fixed;
	z-index: 10;
}
.comm_type2 .tab_menu {
	background-color: #eeeeee;
	bottom: 0;
	padding: 0.5% 0;
}
.comm_menu .tab_menu li {
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding: 4px 2%;
	cursor: pointer;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
}
.tour_menu .tab_menu li {
/*	font-size: 16px;*/
/*	padding: 4px 0.8%;*/
}
.comm_menu .tab_menu li.active,
.comm_menu .tab_menu li:hover {
	background-color: #c2c2c2;
	color: #fff;
}
.fac_menu .tab_menu li.active a,
.fac_menu .tab_menu li:hover a {
	color: #fff;
}
.comm_menu .tab_menu li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 17px;
	background-color: #666;
	position: absolute;
	top: 9px;
	left: 0;
}
.comm_menu .tab_menu li:first-child:after {
	display: none;
}
.fac_menu .img_group,
.fac_menu .tab_menu {
	display: block;
}
/*------fac_menu------*/
.fac_menu .m_tab_menu {
	display: none;
	text-align: center;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-bottom: 5%;
}
.fac_menu .m_tab_menu li {
	width: 33.3%;
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.fac_menu .m_tab_menu li.active {
	background-color: #0061c5;
}
.fac_menu .m_tab_menu li.active a{
	color: #fff;
}
.fac_menu .m_tab_menu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #666;
}
.map_tab  .map_img {
	display: inline-block;
	margin: 3% 0 5%;
	width: 90%;
}
.map_tab  .map_img img {
	width: 100%;
}







#footer {
	background-color: #fff;
	position: relative;
}
#footer .img {
	background-position: center;
	background-size: cover;
}
#footer .title_wrap {
	position: absolute;
	text-align: center;
	top: 30%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
#footer .title_wrap .title1 {
	margin-bottom: 2%;
}
#footer .title_wrap .title1 img {
	width: 45.5%;
}
#footer .title_wrap .title2 img {
	width: 100%;
}
#footer .top {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-51%,0);
	-webkit-transform: translate(-51%,0);
	-ms-transform: translate(-51%,0);
	cursor: pointer;
}
#footer .info {
	text-align: center;
}
#footer .info .number {
	font-size: 28px;
	color: #333333;
	margin-top: 3%;
}
#footer .info .text {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin: 1% 0;
}
#footer .info .design {
	font-size: 13px;
	color: #adadad;
}












@media (max-width: 1600px) {
	#top_visual .text_type2 {
		width: 34%;
	}
	#header .whole_gnb_menu>li {
		margin-right: 4%;
		display: block;
	}
	#header .whole_gnb_menu>li>a {
		margin-bottom: 0;
	}
	#header .whole_gnb_menu .sub_menu>li {
		display: inline-block;
		margin: 5px;
	}
	#header .whole_gnb_menu .sub_menu>li>a {
		font-size: 15px;
		line-height: 31px;
	}
	.comm_menu .item .text {
		font-size: 16px;
		line-height: 26px;
	}
	.tour_menu .tab_menu li {
		padding: 4px 0.5%;
	}
}
@media (max-width: 1280px) {
	#header .nav {
		border: none;
		background-color: #0061c5;
	}
	#header .nav h1 img {
		width: 115px;
	}
	#header .nav .gnb_menu {
		display: none;
	}
	#header .nav h1 {
		width: 100%;
		padding: 5px 0 8px;
	}
	#header .nav .quick_menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 210px;
		padding: 4px 0.5%;
	}
	#header .nav .quick_menu div {
		font-size: 12px;
	}
	#header .nav .quick_menu .reser {
		width: 75px;
	}
	#header .nav .quick_menu .insta {
		width: 73px;
		margin: 0 5px;
	}
	#header .nav .quick_menu .menu {
		width: 45px;
	}
	#header .nav .quick_menu .insta img {
		width: 20px;
	}
	#top_visual .text_type1 {
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		text-align: center;
	}
	#top_visual .text_type2 .title1 {
		font-size: 40px;
	}
	#top_visual .text_type2 .title2 {
		font-size: 16px;
	}
	.comm_menu .item h3 {
		font-size: 30px;
	}
	.comm_menu .tab_menu li {
		font-size: 16px;
		padding: 4px 1%;
	}
	.tour_menu .tab_menu li {
		padding: 4px 0.5%;
	}
	#footer .info .number {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	#header .nav {
		background-color: #fff;
	}
	#header .nav .quick_menu .reser a,
	#header .nav .quick_menu .insta a,
	#header .nav .quick_menu .menu {
		color: #000;
	}
	#header .whole_gnb_menu>li {
		margin-bottom: 4%;
	}
	#header .whole_gnb_menu>li>a {
		font-size: 18px;
	}
	#header .whole_gnb_menu .sub_menu>li {
		margin: 3px;
	}
	#header .whole_gnb_menu .sub_menu>li>a {
		font-size: 14px;
		line-height: 22px;
	}
	#header .nav h1 {
		text-align: left;
		padding-left: 4%;
	}
	.main_visual .owl-carousel  {
		opacity: 1;
	}
	#top_visual .visual_title .title {
		opacity: 1;
		transform: translate(0,0);
	}
	#top_visual .text_type1 .title2 img {
		width: 300px;
	}
	#top_visual .text_type2 {
		top: 64%;
		width: 100%;
	}
	#top_visual .text_type2 .title2 {
		border: none;
		padding: 0;
		font-size: 14px;
	}
	#top_visual .text_type2 .title1 {
		font-size: 26px;
	}
	.comm_menu .title_wrap {
		display: none;
	}
	.comm_menu .tab_menu {
		position: static;
		overflow: hidden;
		background-color: #f1f1f1;
		margin: 5% 0;
	}
	.comm_menu .tab_menu li {
		padding: 7px 0;
		float: left;
		width: 33.3%;
		font-size: 14px;
	}
	.comm_menu .tab_menu li:after {
		display: none;
	}
	.comm_menu .item h3 {
		font-size: 26px;
	}
	.comm_menu .item .text {
		font-size: 14px;
		line-height: 20px;
		padding: 0 3%;
	}
	.fac_menu .img_group .img,
	.fac_menu .tab_menu {
		display: none;
	}
	.fac_menu .m_tab_menu {
		display: block;
	}
	.fac_menu .m_tab_menu li {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	#facilities .item .text {
		height: auto;
	}
	#footer {
		text-align: center;
		padding: 3% 0;
	}
	#footer .title_wrap, #footer .img {
		display: none;
	}
	#footer .info .number {
		font-size: 20px;
	}
	#footer .info .text {
		font-size: 12px;
		line-height: 20px;
	}
	#footer .info .design {
		font-size: 12px;
	}
	#footer .top {
		position: static;
		transform: none;
	}
	#footer .top img {
		width: 35px;
	}
}
@media (max-width: 479px) {
	#header .m_gnb {
		display: block;
	}
	#header .whole_gnb_menu {
		border: none;
	}
	#header .whole_menu_wrap h2 {
		display: none;
	}
	#header .nav h1 {
		display: none;
	}
	#header .nav .quick_menu {
		width: 197px;
		display: none;
	}
	#header .nav .quick_menu .reser {
		width: 66px;
	}
	.paging {
		bottom: 11px;
	}
	.comm_menu .tab_menu li {
		font-size: 12px;
	}
	.comm_menu .item h3 {
		font-size: 20px;
	}
	.comm_menu .item .text {
		font-size: 12px;
		line-height: 18px;
	}
	#footer .info .number {
		font-size: 18px;
	}
	#footer .info .text {
		font-size: 10px;
		line-height: 18px;
	}
	#footer .info .design {
		font-size: 10px;
	}
}