.header_bg {
	content:'';
	display: inline-block;
	background-color: #fff;
	width: 91.45%;
	height: 70px;
	position: fixed;
	z-index: 15;
	transition: all 0.7s;
}
#header {
	position: fixed;
	z-index: 15;
	width: 100%;
}
#header h1 {
	padding: 13px 26px 10px 22px;
	display: inline-block;
	background-color: #444444;
	transition: all 0.7s;
}
#header nav {
	float: right;
}
#header .gnb_menu {
	float: left;
}
#header .gnb {
	padding: 21px 53px;
	position: relative;
	display: inline-block;
}
#header .gnb>a {
	color: #333333;
	font-size: 15px;
}
#header .gnb:hover>a {
	color: #153253;
}
#header .gnb:hover .sub_menu {
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#header .gnb7 {
/*	padding-right: 106px;*/
}
#header .sub_menu {
	opacity: 0;
	visibility: collapse;
	position: absolute;
	top: 51px;
	left: 15px;
	z-index: 100;
	background-color: rgba(0,0,0,0.6);
}
#header .sub_menu li {	
	height: 35px;
	line-height: 35px;
}
#header .sub_menu li:first-child {
	padding-top: 10px;
}
#header .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .sub_menu li a {
	color: #fff;
	font-size: 14px;
	transition: all 0.2s;
}
#header .sub_menu li a:hover {
	color: #78b4ff;
}
#header .sub1 {
	width: 90px;
	padding-left: 35px;
}
#header .sub2 {
	width: 85px;
	padding-left: 45px;
	overflow: hidden;
}
#header .sub3 {
	width: 130px;
	padding-left: 15px;
}
#header .sub4 {
	width: 120px;
	padding-left: 20px;
}
#header .sub5 {
	width: 95px;
	padding-left: 35px;
	left: 35px;
}
#header .sub6 {
	width: 140px;
	padding-left: 10px;
	left: 0px;
}
#header .sub7 {
	width: 105px;
	padding-left: 35px;
	left: 30px;
}
#header .reservation {
	display: inline-block;
	float: right;
	width: 190px;
}
#header .reservation a {
	display: inline-block;
	width: 100%;
	background-color: #7cb9be;
	height: 70px;
	line-height: 70px;
	text-align: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#header .reservation a:hover {
	background-color: #0098A6;
}
#header .reservation span {
	color: #fff;
	font-size: 14px;
}







#top_visual {
	position: relative;
	font-size: 0;
}
#top_visual .slide li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#top_visual .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#top_visual .slide li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top_visual .main_text {
	position: absolute;
	top: 67%;
	left: 50%;
	width: 471px;
	margin-left: -235.5px;
	text-align: center;
	z-index: 10;
}
#top_visual .type_text1 {
	position: absolute;
	top: 63%;
	left: 50%;
	width: 471px;
	margin-left: -235.5px;
	text-align: center;
	z-index: 10;
}
#top_visual .type_text1 p {
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 85px;
}
#top_visual .type_text2 {
	position: absolute;
	top: 61%;
	left: 50%;
	width: 471px;
	margin-left: -235.5px;
	text-align: center;
	z-index: 10;
}
#top_visual .type_text2 p {
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}
.type_visual1 .callbacks_nav {
	display: none;
}
.type_visual1 ul.callbacks_tabs {
	display: none;
}



.main_visual .page {
	position: absolute;
	top: 91.2%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.main_visual .page span {
	display: inline-block;
	margin-right: 5px;
	font-size: 25px;
	color: #fff;
}
.main_visual ul.callbacks_tabs {
	display: none;
}

.type_visual2 .page {
	position: absolute;
	top: 77%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.type_visual2 .page span {
	display: inline-block;
	margin-right: 5px;
	font-size: 25px;
	color: #fff;
}








#tab_menu {
	background-color: #f7f7f7;
	padding-top: 30px;
}
#tab_menu .container {
	overflow: hidden;
}
#tab_menu .tab {
	overflow: hidden;
	float: left;
}
#tab_menu .tab li {
	float: left;
	font-size: 15px;
	color: #666666;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	cursor: pointer; 
	padding-bottom: 5px;
}
#tab_menu .tab li:hover {
	color: #000;
	border-bottom: 2px solid #000;
}
#tab_menu .tab li.active {
	color: #000;
	border-bottom: 2px solid #000;
}
.room_tab {
	height: 100px;
}
.room_tab h3 {
	float: left;
	margin: 0 2.3% 0 14.5%;
}
.room_tab .tab li {
	margin: 0 28px;
}
.facilities_tab {
	height: 100px;
}
.facilities_tab h3 {
	float: left;
	margin: 0 2.3% 0 9.5%;
}
.facilities_tab .tab li {
	margin: 0 28px;
}
.tour_tab {
	height: 60px;
}
.tour_tab h3 {
	float: left;
	margin: 0 1% 0 4%;
}
.tour_tab .tab li {
	margin: 0 15px;
}
.map_tab {
	height: 60px;
}
.map_tab h3 {
	float: left;
	margin: 0 3% 0 31%;
}
.map_tab .tab li {
	margin: 0 20px;
}
.reservation_tab {
	height: 60px;
}
.reservation_tab h3 {
	float: left;
	margin: 0 3% 0 23%;
}
.reservation_tab .tab li {
	margin: 0 20px;
}






#footer .number,
#footer2 .number {
	border-bottom: 1px solid #363636;
	padding: 2.5% 0 1.5% 0;
}
#footer .number p,
#footer2 .number p {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}
#footer .number h2,
#footer2 .number h2 {
	display: inline-block;
	width: 53%;
	text-align: center;
}
#footer .number .top,
#footer2 .number .top {
	float: right;
	cursor: pointer;
}
#footer .info,
#footer2 .info {
	text-align: center;
	padding-top: 1.5%;
}
#footer .info p,
#footer2 .info p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
#footer .info p.copy,
#footer2 .info p.copy {
	margin: 20px 0 30px 0;
}
#footer .info p.copy,
#footer .info p.copy a,
#footer2 .info p.copy,
#footer2 .info p.copy a {
	color: #777777;
	font-size: 13px;
}
#footer2 {
	margin-top: 5%;
}




@media (max-width: 1680px) {
	#header h1 {
		padding: 18px 26px 13px 22px;
	}
	#header h1 img {
		width: 136px;
	}
	#header .gnb {
		padding: 21px 42px;
	}
	#header .reservation {
		width: 150px;
	}
}


@media (max-width: 1680px) {
	#header h1 {
		padding: 18px 26px 13px 22px;
	}
	#header h1 img {
		width: 136px;
	}
	#header .gnb {
		padding: 21px 41px;
	}
	#header .reservation {
		width: 150px;
	}
	.facilities_tab h3 {
		margin: 0 2.3% 0 0;
	}
	.facilities_tab .tab li {
		margin: 0px 29px;
	}
}
@media (max-width: 1480px) {
	.room_tab h3 {
		margin: 0 2.3% 0 0;
	}
	.room_tab .tab li {
		margin: 0px 29px;
	}
	.reservation_tab h3 {
		margin: 0 3% 0 8%;
	}
}
@media (max-width: 1440px) {
	#header .gnb {
		padding: 21px 31px;
	}
	#header .reservation {
		width: 130px;
	}
	.facilities_tab .tab li{
		margin: 0px 22px;
	}
}
@media (max-width: 1270px) {
	#header h1 {
		padding: 21px 16px 17px 10px;
	}
	#header h1 img {
		width: 110px;
	}
	#header .gnb {
		padding: 21px 23px;
	}
	.room_tab .tab li {
		margin: 0px 22px;
	}
}