


#header .nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	padding: 12px 0;
	width: 97%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	font-size: 0;
	background-color: rgba(17,24,51,0.2);
}
#header h1 {
	display: inline-block;
	width: 9%;
	text-align: center;
}
#header .gnb_menu {
	display: inline-block;
	width: 91%;
	text-align: right;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
}
#header .gnb_menu>li {
	display: inline-block;
	padding: 0 2.6%;
	position: relative;
}
#header .gnb_menu>li:hover>.sub_menu {
	opacity: 1;
	visibility: visible;
}
#header .gnb_menu>li>a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#header .gnb_menu>li:hover>a,
#header .gnb_menu .sub_menu>li>a:hover {
	color: #529df1;
}
#header .gnb_menu .sub_menu {
	position: absolute;
	top: 40px;
	width: 140px;
	background-color: #163e72;
	visibility: collapse;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: left;	
	left: 0;
}
#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>li {
	line-height: 26px;
}
#header .gnb_menu .sub_menu>li>a {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#header .gnb_menu .sub1 {
	width: 90px;
	padding-left: 35px;
	left: 5px;
}
#header .gnb_menu .sub2 {
	width: 85px;
	padding-left: 50px;
	left: 5px;
}
#header .gnb_menu .sub3 {
	width: 115px;
	padding-left: 25px;
	left: 10px;
}
#header .gnb_menu .sub4 {
	width: 115px;
	padding-left: 25px;
	left: 0;
}
#header .gnb_menu .sub5 {
	width: 160px;
	padding-left: 10px;
	left: -20px;
}
#header .gnb_menu .sub6 {
	width: 110px;
	padding-left: 30px;
}
#header .gnb_menu .sub7 {
	width: 100px;
	padding-left: 30px;
	left: 30px;
}
#header .quick {
	position: fixed;
	top: 0;
	right: 0;
	width: 3%;
	z-index: 500;
	cursor: pointer;
}
#header .quick .menu {
	background-color: rgba(17,24,51,0.2);
	display: inline-block;
	height: 29px;
	padding: 15px 0;
	width: 62px;
}
#header .quick .reser {
	display: none;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: rgba(17,24,51,0.4);
	padding: 11px 0;
}



#header .whole_menu_wrap {
	position: fixed;
	top: 0;
	z-index: 700;
	background-color: #163e72;
	display: none;
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: auto;
}
#header .whole_menu_wrap .container {
	padding: 9% 7%;
}
#header .whole_menu_wrap .close {
	cursor: pointer;
	position: absolute;
	top: 19%;
	right: 7%;
}
#header .whole_menu_wrap h2 {
	text-align: left;
	margin-bottom: -8px;
}
#header .whole_gnb_menu {
	border-top: 1px solid #285b98;
	border-bottom: 1px solid #285b98;
	padding: 4% 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: 29px;
	font-weight: lighter;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}









#comm_reser {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	width: 245px;
	height: 46px;
	line-height: 46px;
	background-color: rgba(0,45,95,0.6);
	z-index: 50;
	text-align: center;
	transition: all 0.4s;
}
#comm_reser:hover {
	background-color: #49c5b6;
}
#comm_reser a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}







#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;
	text-align: center;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,20px);
	-webkit-transform: translate(-50%,20px);
	-ms-transform: translate(-50%,20px);
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#top_visual .visual_title.active {
	opacity: 1;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
#top_visual .text_type1 {
	top: 54%;
}
#top_visual .text_type1 .title img {
	width: 100%;
}
#top_visual .text_type2 {
	top: 70%;
	width: 100%;
}
#top_visual .text_type2 .title {
	font-size: 54px;
	color: #fff;
}
#top_visual .text_type2 .text {
	font-size: 22px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 0.5% 2%;
	display: inline-block;
}
#top_visual .paging {
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	z-index: 10;
}
#top_visual .paging span {
	font-size: 22px;	
	color: #fff;
}
#top_visual .paging .page1 {
	margin-right: 17px;
}
#top_visual .paging .page1:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background-color: rgba(255,255,255,0.8);
	margin-left: 25px;
}
#top_visual .paging .page2 {
	opacity: 0.7;
}










#tab_menu_wrap {
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 9;
}
#tab_menu_wrap .owl-carousel {
	margin-bottom: 3%;
}
#tab_menu_wrap .owl-carousel li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
#tab_menu_wrap .tab_menu {
	width: 74%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
	margin: 0 auto;
}
#tab_menu_wrap .tab_menu li {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
}
#tab_menu_wrap .tab_menu li a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
}
#tab_menu_wrap .tab_menu li.active,
#tab_menu_wrap .tab_menu li:hover, 
#tab_menu_wrap .tab_menu li.active a,
#tab_menu_wrap .tab_menu li:hover a {
	color: #529df1;
	font-weight: bold;
}
#tab_menu_wrap h3 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,0); 
	-webkit-transform: translate(-50%,0); 
	-moz-transform: translate(-50%,0); 
	-ms-transform: translate(-50%,0); 
	z-index: 10;
	background-color: #163e72;
	width: 340px;
	height: 100px;
}
#tab_menu_wrap h3 img {
	position: relative;
	top: -30px;
}
#tab_menu_wrap h4 {
	font-size: 48px;
	color: #333333;
	margin: 2% 0 1% 0;
}
#tab_menu_wrap .img {
	background-position: center bottom;
	position: relative;
	background-size: cover;
	margin-bottom: 2%;
}
#tab_menu_wrap .text {
	font-size: 18px;
	color: #666666;
	line-height: 36px;
/*	transform: translate(0,20px);*/
/*	-webkit-transform: translate(0,20px);*/
/*	opacity: 0;*/
	transition: all 1s;	
	-webkit-transition: all 1s;	
	transition-delay: 0.2s;	
}
#tab_menu_wrap .text.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
}
#tab_menu_wrap .item {
	display: none;
}
#tab_menu_wrap .item.active {
	display: block;
}





/* reser»« ³ª¸ÓÁö ¼­ºê */
.room_tab .text, .fac_tab .text,
.service_tab .text, .tour_tab .text {
	height: 165px;
}

.map_tab .text {
	margin-bottom: 5%;
}

/* room/fac °øÅëºÎºÐ */
.room_tab .tab_menu li a,
.fac_tab .tab_menu li a {
	padding: 15px 29px; 
}

/* service/tour/map/reser °øÅëºÎºÐ */
.service_tab .tab_menu li,
.tour_tab .tab_menu li,
.map_tab .tab_menu li,
.reser_tab .tab_menu li {
	padding: 15px 29px; 
}

















#footer {
	background-color: #174178;
}
#footer .title {
	text-align: center;
	padding: 2.3% 0 3.5% 0;
	border-bottom: 1px solid #295d9d;
	position: relative;
}
#footer .title  h2 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}
#footer .title .top {
	position: absolute;
	top: 81%;
	left: 50%;
	transform: translate(-51%,0);
	-webkit-transform: translate(-51%,0);
	-ms-transform: translate(-51%,0);
	cursor: pointer;
}
#footer .info {
	padding: 4% 0 3% 0;
}
#footer .info div {
	display: inline-block;
}
#footer .info .contact {
	width: 28%;
	margin-left: 3%;
}
#footer .info .contact .txt {
	font-size: 27px;
	color: #fff;
}
#footer .info .contact .txt span {
	font-size: 16px;
}
#footer .logo {
	text-align: center;
	width: 38%;
}
#footer .logo img {
	opacity: 0.6;
}
#footer .logo p a {
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
#footer .company {
	width: 28%;
}
#footer .company .txt {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}





@media (max-width: 1600px) { 
	#header .whole_menu_wrap .container {
		padding: 7% 3%;
	}
	#tab_menu_wrap .tab_menu li a {
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	#comm_reser {
		display: none;
	}
	#header h1 {
		width: 100%;
	}
	#header .nav {
		width: 100%;
		background-color: rgb(22, 65, 119);
	}
	#header .quick {
		width: auto;
		text-align: center;
	}
	#header .quick .reser {
		float: left;
	}
	#header .quick .reser,
	#header .quick .menu {
		width: 55px;
	}
	#header .gnb_menu {
		display: none;
	}
	#header .quick .reser {
		display: block;
	}
	#header .whole_menu_wrap h2 {
		display: none;
	}
	#header .whole_gnb_menu {
		border: none;	
	}
	#header .whole_gnb_menu>li {
		display: block;
		margin: 0 0 20px 0;
		text-align: center;
	}
	#header .whole_gnb_menu>li>a {
		margin-bottom: 0;
	}
	#header .whole_gnb_menu .sub_menu>li {
		display: inline-block;
		margin-right: 5px;
	}
	#header .whole_menu_wrap .close {
		top: 5%;
	}
	
	
	#top_visual .text_type2 .text {
		border: none;
	}
	#top_visual .text_type2 .title {
		font-size: 40px;
	}
	#top_visual .text_type2 .text {
		font-size: 18px;
	}
	#top_visual .paging span {
		font-size: 20px;
	}

	#tab_menu_wrap .tab_menu {
		width: 100%;
	}
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a {
		font-size: 14px;
	}
	.room_tab .tab_menu li a, 
	.fac_tab .tab_menu li a {
		padding: 15px 25px;
	}
	#tab_menu_wrap h4 {
		font-size: 30px;
	}
	#tab_menu_wrap .text {
		font-size: 16px;
		line-height: 30px;
	}

	#footer .info .contact .txt {
		font-size: 22px;
	}
	#footer .info .contact .txt span {
		font-size: 14px;
	}
	#footer .company .txt {
		font-size: 14px;
	}

}

@media (max-width: 768px) {
	#header .whole_gnb_menu>li {
		text-align: left;
	}
	#header .whole_gnb_menu .sub_menu>li>a {
		font-size: 14px;
	}
	#top_visual .visual_title {
		opacity: 1;
		transform: translate(-50%,0);
	}
	#top_visual .text_type2 {
		top: 57%;
	}
	#top_visual .paging span {
		font-size: 16px;	
	}
	#top_visual .paging .page1 {
		margin-right: 2px;
	}
	#top_visual .paging .page1:after {
		margin-left: 10px;
		height: 14px;
	}

	#tab_menu_wrap h3,
	.room_tab .owl-carousel.owl-loaded,
	.room_tab  .text,
	.fac_tab .img {
		display: none;
	}
	#tab_menu_wrap .tab_menu {
		overflow: hidden;
		margin: auto;
	}
	#tab_menu_wrap .tab_menu li {
		float: left;
		width: 33.3%;
	}
	#tab_menu_wrap .img {
		margin-bottom: 0;
	}
	#tab_menu_wrap .text{
		padding: 0 5%;
	}

	.tab_type1 .tab_menu {
		margin-bottom: 5%;
	}
	.tab_type1 .text{
		margin-top: 5%;
	}	
	.room_tab .tab_menu li a, 
	.fac_tab .tab_menu li a {
		padding: 12px 0;
	}
	.service_tab .tab_menu li, .tour_tab .tab_menu li, 
	.map_tab .tab_menu li, .reser_tab .tab_menu li {
		padding: 12px 0;
	}
	.room_tab .text, .fac_tab .text, 
	.service_tab .text, .tour_tab .text, 
	.map_tab .text {
		height: auto;
		margin-bottom: 8%;
	}
	

	#tab_menu_wrap .tab_menu li.active,
	#tab_menu_wrap .tab_menu li.active a {
		background-color: #174178;
		color: #fff;
	}
	
	#footer {
		text-align: center;
	}
	#footer .title h2 {
		display: none;
	}
	#footer .info .contact,
	#footer .logo,
	#footer .company {
		width: 100%;
	}
	#footer .info .contact {
		margin: 0;
	}
	#footer .logo {
		margin: 5% 0;
	}
	#footer .title {
		padding: 6% 0 3.5% 0;
	}
	#footer .title .top {

		top: 34%;
	}
	#footer .title .top img {
		width: 45px;
	}
}
@media (max-width: 479px) { 
	#top_visual .text_type1 .title img {
		width: 240px;
	}
	#top_visual .text_type2 .title {
		font-size: 24px;
	}
	#top_visual .text_type2 .text {
		font-size: 14px;
	}

	#tab_menu_wrap .text {
		font-size: 12px;
		line-height: 20px;
	}
	#tab_menu_wrap .tab_menu li,
	#tab_menu_wrap .tab_menu li a {
		font-size: 12px;
	}
	#tab_menu_wrap h4 {
		font-size: 20px;
	}

	#footer .info {
		padding: 10% 0 3% 0;
	}
	#footer .info .contact .txt {
		font-size: 18px;
	}
	#footer .info .contact .txt span {
		font-size: 12px;
	}
	#footer .company .txt {
		font-size: 12px;
		line-height: 20px;
	}
	
}