
#header {
	position: fixed;
	z-index: 11;
	width: 100%;
}
#header .gnb_menu_wrap {
	background-color: rgba(0,0,0,0.4);
	width: 89.8%;
	height: 59px;
	float: left;
}
#header h1 {
	padding: 10px 0 0 28px;
	display: inline-block;
}
#header nav {
	float: right;
}
#header .gnb {
	padding: 15px 53px 18px 53px;
	position: relative;
	display: inline-block;
}
#header .gnb>a {
	display: inline-block;
	height: 22px;
}
#header .gnb>a>img {
	vertical-align: middle;
}
#header .gnb5 {
	vertical-align: sub;
}
#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: #0098a6;
}
#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;
}
#header .sub1 {
	width: 90px;
	padding-left: 35px;
}
#header .sub2 {
	width: 85px;
	padding-left: 45px;
}
#header .sub3 {
	width: 130px;
	padding-left: 20px;
}
#header .sub4 {
	width: 115px;
	padding-left: 20px;
}
#header .sub5 {
	width: 118px;
	padding-left: 15px;
	left: 5px;
}
#header .sub6 {
	width: 145px;
	padding-left: 11px;
	left: -5px;
}
#header .sub7 {
	width: 107px;
	padding-left: 33px;
	left: 30px;
}
#header .reservation {
	float: right;
	width: 10.1%;
}
#header .reservation a {
	display: inline-block;
	width: 100%;
	background-color: #198399;
	height: 59px;
	line-height: 59px;
	text-align: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	color: #fff;
	font-size: 14px;
	
}
#header .reservation a:hover {
	background-color: #067581;
}
#header .reservation img {
	vertical-align: middle;
	margin-right: 5%;
}






#top_visual {
	position: relative;
	font-size: 0;
}
.type2_visual .owl-nav {
	display: none;
}
#top_visual .owl-carousel {
	position: relative;
	width: 100%;
	height: 100%;
}
#top_visual .owl-carousel li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#top_visual .owl-carousel li div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#top_visual .visual {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#top_visual .visual_text {
	position: absolute;
	top: 43%;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);	
}
#top_visual .visual_text2 {
	position: absolute;
	top: 62%;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);	
	text-align: center;
}
#top_visual .visual_text2 h2 {
	height: 75px;
}
#top_visual .visual_text2 h2 .type {
	font-size: 22px;
	color: #fff;
	margin-left: 8px;
}
#top_visual .visual_text2 p {
	color: #fff;
	font-size: 18px;
	margin-top: 1%;
}
#top_visual .paging,
#top_visual .scroll {
	position: absolute;
	bottom: 15%;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);	
}
#top_visual .paging span {
	font-size: 24px;
	color: #fff;
}
#top_visual .paging .page1 {
	margin-right: 6px;
}
#top_visual .scroll {
	bottom: 0;
}








#tab_menu {
	background: url(/img/room/tab_bg.jpg) 0 0 no-repeat;
	height: 60px;
	line-height: 56px;
	background-size: cover;
}
#tab_menu h3 {
	display: inline-block;
	text-align: right;
	margin-right: 3%;

}
#tab_menu ul {
	display: inline-block;
}
#tab_menu ul li {
	display: inline-block;
	font-size: 15px;
	color: #a9a9a9;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#tab_menu ul li:hover,
#tab_menu ul li.active {
	border-bottom: 4px solid #fff;
	color: #fff;
}
.room_tab h3 {
	width: 27%;
}
.room_tab ul {
	width: 69.7%;
}
.room_tab ul li {
	padding: 0 2%;
	margin-right: 2.3%;
}
.facilities_tab h3 {
	width: 24%;
}
.facilities_tab ul {
	width: 69.7%;
}
.facilities_tab ul li {
	padding: 0 2%;
	margin-right: 2.3%;
}
.service_tab h3 {
	width: 33%;
}
.service_tab ul {
	width: 63.7%;
}
.service_tab ul li {
	padding: 0 2%;
	margin-right: 2.3%;
}
.map_tab h3 {
	width: 35.5%;
}
.map_tab ul {
	width: 61%;
}
.map_tab ul li {
	padding: 0 2%;
	margin-right: 2.3%;
}
.tour_tab h3 {
	width: 17%;
}
.tour_tab ul {
	width: 79%;
}
.tour_tab ul li {
	padding: 0 0.5%;
	margin-right: 1%;
}
.reservation_tab h3 {
	width: 35.5%;
}
.reservation_tab ul {
	width: 61%;
}
.reservation_tab ul li {
	padding: 0 2%;
	margin-right: 2.3%;
}












#footer {
	background: url(/img/footer_bg.jpg) 0 0 no-repeat;
	position: relative;
	background-size: cover;
}
#footer div p {
	color: #fff;
	font-size: 18px;
	opacity: 0.9;
}
#footer .container div {
	width: 33%;
	display: inline-block;
	text-align: center;
	padding-bottom: 1.5%;
}
#footer .container div h3 {
	margin: 2% 0 1% 0;
}
#footer .phone p {
	font-size: 30px;
}
#footer .top {
	position: absolute;
	top: 8%;
	right: 1.8%;
	cursor: pointer;
}
#footer .pension_info {
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 1.5% 0;
}
#footer .pension_info p {
	font-size: 16px;
	line-height: 25px;
	opacity: 0.7;
	font-weight: 100;
}
#footer .pension_info p a {
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	font-weight: 100;
	color: rgba(255,255,255,0.8);
}