.header_bg {
	display: block;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 54px;
	position: fixed;
	top: 0;
	z-index: 9;
}
#header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	font-size: 0;
}
#header h1 {
	display: inline-block;
	padding: 12px 57px 9px 31px;
	background-color: #fff;
}
#header nav {
	float: right;
}
#header .gnb_menu {
	float: left;
}
#header .gnb {
	display: inline-block;
	padding: 0 63px;
	height: 54px;
	font-size: 15px;
	position: relative;
	line-height: 54px;
}
#header .gnb:hover .sub_menu {
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#header .gnb_menu > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	color: #fff;
	font-size: 14.5px;
	font-weight: bold;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
#header .gnb_menu > li > a:hover {
	color: #5db1ff;
}
#header .gnb_menu .gnb7 {
	padding-right: 115px;
} 
#header .sub_menu {
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 100;
	opacity: 0;
	visibility: collapse;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.2);
}
#header .sub_menu li {
	line-height: 32px;
	width: 130px;
}
#header .sub_menu li:first-child {
	padding-top: 10px;
}
#header .sub_menu li:last-child {
	padding-bottom: 10px;
}
#header .sub_menu li a {
	color: #333333;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
#header .sub1 {
	left: 22px;
}
#header .sub1 li {
	width: 92px;
	padding-left: 38px;
}
#header .sub2 {
	left: 22px;
}
#header .sub2 li {
	width: 120px;
	padding-left: 20px;
}
#header .sub3 {
	left: 27px;
}
#header .sub3 li {
	width: 120px;
	padding-left: 25px;	
}
#header .sub4 {
	left: 20px;
}
#header .sub4 li {
	width: 130px;
	padding-left: 15px;
}
#header .sub5 {
	left: 10px;
}
#header .sub5 li {
	width: 122px;
	padding-left: 23px;	
}
#header .sub6 {
	left: 5px;
}
#header .sub6 li {
	width: 145px;
	padding-left: 10px;
}
#header .sub7 {
	left: 38px;
}
#header .sub7 li {
	width: 105px;
	padding-left: 35px;
}
#header .reservation {
	float: right;
	width: 240px;	
	text-align: center;
}
#header .reservation a {
	display: inline-block;
	width: 100%;
	background-color: #0083F0;
	color: #fff;
	font-size: 15px;
	height: 54px;
	line-height: 54px;
	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: #0e67b1;
}











#top_visual {
	position: relative;
	font-size: 0;
}
#top_visual .owl-carousel {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#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%;
}
#top_visual .visual div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	transform-origin: 50% 50%;
}
#top_visual .visual_txt {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 8;
	text-align: center;
}
#top_visual .type2 .text {
	font-size: 18px;
	color: #fff;
	margin: 10px 0 84px 0;
}
#top_visual .type3 {
	top: 72%;
}
#top_visual .type3 h2 {
	font-size: 50px;
	color: #fff;
}
#top_visual .type3 .text {
	font-size: 18px;
	color: #fff;
	margin-top: 8px;
}
#top_visual .paging {
	position: absolute;
	left: 50%;
	bottom: 7%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 8;
	font-family: 'bellMTI';
	font-size: 50px;
	color: #fff;
}
#top_visual .paging .page {
/*	left: 48%;*/
	font-family: 'bellMTI';
	font-size: 50px;
	color: #fff;
} 
#top_visual .paging .slash {
/*	left: 50%;*/
/*	bottom: 8%;*/
	font-family: 'bellMT';
	font-size: 30px;
	color: rgba(255,255,255,0.6);
} 
#top_visual .paging .fix_page {
	font-family: 'bellMTI';
	font-size: 50px;
	color: #fff;
/*	left: 51%;*/
	color: rgba(255,255,255,0.8);
}
.visual1 .visual_txt h2 img {
	width: 550px;
}









#tab_menu {
	font-size: 0;
	text-align: center;
}
#tab_menu h2 {
	display: inline-block;
	margin-right: 1%;
	font-family: 'bellMTI';
	font-size: 40px;
	color: #000;
}
#tab_menu ul {
	display: inline-block;
}
#tab_menu ul li {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
#tab_menu ul li a {
	display: inline-block;
	padding: 30px 35px;
	color: #222222;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
#tab_menu ul li a.active,
#tab_menu ul li a:hover {
	background-color: #0083F0;
	color: #fff;
}
.tour_tab ul {
	text-align: left;
	width: 69%;
	vertical-align: middle;
}














#footer,
#footer2 {
	border-top: 1px solid #000;
	padding: 2% 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#footer div,
#footer2 div {
	float: left;
}
#footer div .number,
#footer2 div .number {
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer div .title,
#footer2 div .title {
	font-size: 14px;
	color: #666666;
}
#footer .logo,
#footer2 .logo {
	width: 24%;
}
#footer .company_info,
#footer2 .company_info {
	width: 53%;
}
#footer .company_info .txt,
#footer2 .company_info .txt {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
#footer .company_info .txt span,
#footer2 .company_info .txt span {
	display: block;
	color: #888888;
	font-size: 13px;
}
#footer .company_info .txt span a,
#footer2 .company_info .txt span a {
	color: #888888;
} 
#footer .bank,
#footer2 .bank {
	width: 16%;
}
#footer .bank .top,
#footer2 .bank .top {
	cursor: pointer;
	position: absolute;
	top: 28%;
	right: 3%;
}
#footer2 {
	margin-top: 6%;
}