

/*sub*/	
	.svisualbox1{position:relative; width:100%; min-width:1100px; height:520px; overflow:hidden; z-index:10;}
	.svisualbox1 .slider1{position:absolute; left:0; top:0; width:100%; height:520px; z-index:10;}
	
	.svisualbox1 .slider1 .slick-list,  
	.svisualbox1 .slider1 .slick-track, 
	.mainimg1{
		width:100%; height:100%;
	}
	.svisualbox1,
	.svisualbox1 .slider1 .slick-list{}
	.svisualbox1 .slider1 .mainimg1{
		width:100%;
		height:100%;
		background-size:cover !important;
	}
	.svisualbox1 .slider1 .mainimg1{
		background-size:cover !important;
		-webkit-transition:transform 5400ms  ease-in-out ;
		-moz-transition:transform 5400ms ease-in-out ;
		-o-transition:transform 5400ms ease-in-out ;
		-ms-transition:transform 5400ms ease-in-out ;
		transition:transform 5400ms ease-in-out ;	
		transform: scale(1.1) ;
	}
	.svisualbox1 .slider1 .active .mainimg1{
		-ms-transform: scale(1.1,1.1) rotate(0.002deg);
		-o-transform: scale(1.1,1.1) rotate(0.002deg);
		-moz-transform: scale(1.1,1.1) rotate(0.002deg);
		-webkit-transform: scale(1.1,1.1) rotate(0.002deg);
		transform: scale(1.0) rotate(0.002deg);
	}
	.svisualbox1 .visualtxt1{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
	.svisualbox1 .visualtxt1 .txt1{font-family:'Nanum Myeongjo'; color:#fff; font-size:55px; line-height:55px; opacity:0;white-space:nowrap;}
	.svisualbox1 .active .visualtxt1 .txt1{
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
	}
	
	
	.submenu1{position:relative; height:55px; margin: 0 auto; width:1200px; box-sizing:border-box;}
	.submenu1::before{position:absolute; left:-200%;  bottom:0; width:500%; height:1px; background:#ddd; content:"";
	-webkit-animation:textDown1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
	}
	.leftmenu01{position:relative; display:table; margin:0 auto; width:100%; table-layout:fixed;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;}
	.leftmenu01 li{position:relative; display: table-cell; vertical-align:middle; height:55px; text-align:center; color:#333; font-size:16px; font-weight:normal}
	.leftmenu01 li::after{
		position:absolute; width:0; height:1px; margin: auto;  background:#2a9b9d; bottom:0px; content:""; left:50%;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		opacity: 0;
	}
	.leftmenu01 li.on{ font-weight:bold; }
	.leftmenu01 li.on::after, .leftmenu01 li:hover::after{
		width:100%;
  		left: 0px;
		opacity: 1;
	}
	.leftmenu01 li a{position:relative; display:inline-block; line-height:25px; color:#8f8e9b; margin:0 30px; transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;}
	.leftmenu01 li a:active, .leftmenu01 li a:focus, .leftmenu01 li.on a, .leftmenu01 li a:hover{color:#2a9b9d; }
	
	.leftmenu01 li{
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-animation:textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textUp1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
	}
	.leftmenu01 li:nth-child(2){animation-delay:.2s;}
	.leftmenu01 li:nth-child(3){animation-delay:.4s;}
	.leftmenu01 li:nth-child(4){animation-delay:.6s;}
	.leftmenu01 li:nth-child(5){animation-delay:.8s;}
	.leftmenu01 li:nth-child(6){animation-delay:1.0s;}
	.leftmenu01 li:nth-child(7){animation-delay:1.2s;}
	
	.loc{position:relative; font-size:11px; color:#888888; text-align:center; }
	.loc .nav1{position:absolute; right:0; top:0; display:none;}
	.loc h2{position:relative; font-weight:600; font-size:42px; line-height:42px; color:#333; }
	.loc h2::after{display:block; margin:0 auto; margin-top:30px; margin-bottom:30px; width:1px; height:65px; background:#ddd; content:"";}
	
	
	.titboxs1{}
	.titboxs1 > p{color:#333; font-size:26px; line-height:30px; letter-spacing:-1px;}
	.titboxs1 > div{font-family:"Jost"; color:#00285c; margin-top:16px; font-weight:400; font-size:60px; line-height:60px;}
	.titboxs1 > div strong{font-weight:800;}
	.titboxs1 > em{font-weight:800; font-family:"Jost"; color:#009fa8; font-size:200px; line-height:200px;}
	
	
	.flapbox1{
		display:flex; justify-content:space-between; flex-wrap:wrap;
	}
	.flapbox1 > li{
		flex:0 1 33.33%;
	}
	.flapbox1 > li:nth-child(n+4){
		margin-top:20px;
	}
	
/*sub*/
	

	/* overview */
.overview_box1 {position: relative; width: 1200px; margin-bottom: 0px;}
.oslidenav {position: absolute; left: 50%; bottom: 20px; z-index: 100; margin-left: -100px; width: 200px;}
.oslidenav .slick-slide {margin: 0 5px; position: relative;}
.oslidenav .slick-slide:before {position:absolute; left:0; top:0; background:#000; width:100%; height:100%; content:""; z-index:1;}
.oslidenav .slick-slide img {position:relative; transition: all ease-in-out .1s; opacity: .3; z-index:2; width: 90px; margin: 0 auto; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.9); cursor: pointer;}
.oslidenav .slick-slide.slick-current img {transition: all ease-in-out .1s; opacity: 1; border: 3px solid rgba(255,255,255,1);}
/* overview */


	.tab1{display:table; table-layout:fixed; width:100%;}
	.tab1 li{position:relative; display:table-cell; line-height:50px; border:1px solid #ddd; border-left:none; color:#888; text-align:center; font-size:18px;vertical-align:middle;}
	/* .tab1 li:before {display:block; content:''; position:absolute; top:0; left:-1px; width:1px; height:50px; background:#ddd;}	 */
	/* .tab1 li.on:before{background: #00285c;} */

	.tab1 li:nth-child(1){border-left:1px solid #ddd;}
	.tab1 li.on + li:before{display:none;}	
	.tab1 li a{display:block; line-height:50px; color:#666666;}
	.tab1 li.on{color:#fff;  background:#00285c;  font-weight:bold; }	
	.tab1 li.on a{color:#fff;}

	.tab1.tab_f li{border: 0; background-color: #f5f5f5;}
	.tab1.tab_f li:hover{background-color: #2a9b9d; color: #fff; font-weight: bold;}
	.tab1.tab_f li:hover a {color: #fff;}

	.tab1.tab_color li.on:nth-child(1) {background-color: #b3d898;}
	.tab1.tab_color li.on:nth-child(2) {background-color: #68c9f2;}
	.tab1.tab_color li.on:nth-child(3) {background-color: #60c1bd;}
	.tab1.tab_color li.on:nth-child(4) {background-color: #87b2e0;}
	.tab1.tab_color li.on:nth-child(5) {background-color: #bba1cb;}
	.tab1.tab_color li.on:nth-child(6) {background-color: #6591c5;}
	.tab1.tab_color li.on:nth-child(7) {background-color: #fcd475;}
	.tab1.tab_color li.on:nth-child(8) {background-color: #ea5442;}
	.tab1.tab_color li.on:nth-child(9) {background-color: #9b2e8d;}
	.tab1.tab_color li.on a{color:#00285c;}
	/* .tab1.tab_color li.on:nth-child(8) a, .tab1.tab_color li.on:nth-child(9) a{color:#fff;} */

	.tab3{display:table; table-layout:fixed; width:100%;}
	.tab3 li{position:relative; display:inline-block; width: 16.6666%; line-height:50px; border-bottom:1px solid #eeeeee; text-align:center; font-size:18px; vertical-align:middle; word-break:keep-all; word-wrap:break-word;
	transition: all 0.2s ease;
			-webkit-transition: all 0.2s ease;}
	.tab3 li::before {display:block; content:''; position:absolute; top:30%; left:-1px; width:1px; height:40%; background:#eeeeee;}	
	.tab3 li:first-child::before{display:none;}

	.tab3 li a{display:block; line-height:50px; color:#888888;}
	.tab3 li.on{color:#2a9b9d; border-bottom:1px solid #2a9b9d;  font-weight:bold; }	
	.tab3 li.on a{color:#2a9b9d;}


/*reserve*/
	.rchkbox1{max-width:100%; background:#e9eef2; padding:50px; box-sizing:border-box;}
	.rchkbox1.t2{background:url(/reserve/images/bg2.png) no-repeat center center;}
	.rchkbox1 > div.cont1{width:100%; margin:0 auto; text-align:center; }
	.rchkbox1 > div.cont1 > div.box1{background:#fff; padding:50px 0; }
	.rchkbox1 > div.cont1 > div.box1 > table{width:32%; margin:0 auto; border-spacing:0; border-collapse:collapse; table-layout:fixed; font-size:14px;}
	.rchkbox1 > div.cont1 > div.box1 > table th,
	.rchkbox1 > div.cont1 > div.box1 > table td{text-align:left; padding:5px 0;}
	.rchkbox1 > div.cont1 input[type=submit]{background:#333333; color:#fff; width:32%; border:none; font-size:16px; padding:10px 0; }
	.rchkbox1.t2 > div.cont1 input[type=submit]{background:#00b5c8}
	.rchkbox1 > div.cont1 .txt1 {font-weight:700; font-size:24px;}
	.rchkbox1 > div.cont1 .txt1 em{color:#00285c; display:block; font-size:44px;}
	
	.rtabcont{width:1200px; margin:0 auto; margin-top:50px;}
	.reservebox1{float:left; width:100%; margin-top:20px; text-align:left;}
	.reservebox1 .datebox1{position:relative; float:left; width:49%; z-index:1;}
	.reservebox1 .datebox1.t2{float:right;}
	.reservebox1 .datebox1 > div{clear:both; border:1px solid #ddd; padding:40px 50px; height:370px;}
	.reservebox1 .datebox1 .tit1{position:relative; border:none; color:#fff; background:#888888; height:auto; padding:14px 20px; line-height:24px; font-size:18px;}
	.reservebox1 .datebox1 .tit1 em{position:absolute; right:20px; top:14px; font-size:15px; letter-spacing:-1px;}
	.reservebox1 .datebox1 .tit1 em.i1:before{display:inline-block; width:14px; height:14px; background:#eeeeee; content:""; margin-right:4px; margin-bottom:-2px;}
	#cho-date, #cho-time{text-align:right; font-size:16px; color:#666; margin-top:15px;font-weight:500;}
	#cho-date em, #cho-time em{ color:#00285c; font-weight:600}
	
	.timelist1{height:330px; border-bottom:1px dotted #333; overflow-y:auto;}
	.timelist1 li{line-height:32px; font-size:16px;}
	.timelist1 a{position:relative; font-size:16px; color:#666666;font-weight:500;}
	.timelist1 a.on{font-weight:600;}
	.timelist1 a.on::after{position:absolute; right:-20px; top:50%; transform:translateY(-50%); width:16px; height:16px; content:""; background:url(/reserve/images/btn_check.png) no-repeat center center;}
	.timelist1 span.txt1{color:#00285c;}
	#timeBox .t1{font-size:20px; font-weight:600}
	.tblcal{border-spacing:0; border-collapse:collapse; table-layout:fixed; border-color:#ccc; color:#333333;}
	.tblcal th{padding:4px 0; border-bottom:1px dotted #333; text-align:center; font-size:15px; color:#666666;}
	.tblcal td{padding:0; height:50px; color:#888888; border-right:1px dotted #333; border-bottom:1px dotted #333; text-align:center; font-size:16px;}
	.tblcal td:first-child{border-left:1px dotted #333;}
	.tblcal td.on{background:#999;}
	.tblcal .sun{}
	.tblcal .sun div{}
	.tblcal .sat{}	
	.tblcal .sun div{}
	.tblcal .to{background:#333; color:#fff; font-weight:bold;}
	.tblcal b{color:#888888;}
	.tblcal a{display:block; line-height:50px; font-weight:bold;}
	.tblcal td.on a{background:#00285c; color:#fff;}
	.tblcal td.a{ background:#eeeeee;}
	
	.caltit1{float:left; width:100%; text-align:center; line-height:30px; font-size:24px; color:#333; margin-bottom:10px;}
	.calbtn1,
	.calbtn2{width:27px; height:27px; background:url(/reserve/images/btn_arr1.png) no-repeat left top; text-indent:-5000px;}
	.calbtn2{background-position:-27px 0;}
	
	.ragreebox1{clear:both; padding-top:30px;}
	.ragreebox1 p.tit1{font-size:20px; font-weight:600; color:#333;}
	.ragreebox1 .box1{border:1px solid #ddd; padding:20px; margin-top:20px; font-size:14px; line-height:20px; font-weight:500; overflow-y:auto}
	.ragreebox1 .box1 h3{font-size:16px; margin-bottom:10px;}
	.ragreebox1 p.txt1{font-size:13px; color:#666666;}
	.ragreebox1 p.txt1 span{display:inline-block; width:36%;}
	
	.resbox1{position:absolute; left:0; top:0; width:100%; text-align:center; z-index:10000;}
	.resbox1 .mcont1{padding:30px 50px; background:#fff; margin:0 auto; width:50%; max-width:540px; min-width:220px; color:#333;}
	.resbox1 p.ttit1{font-size:20px; line-height:36px; text-align:center; font-weight:bold; padding-bottom:20px; border-bottom:1px solid;}	
	.resbox1 .cont1{text-align:center; margin-top:16px; color:#666; font-weight:500}	
	.resbox1 .cont1 div.txtbox1{ margin:0 auto; margin-top:16px; font-size:16px; padding:10px 0; line-height:22px; color:#666; text-align:center;}
	.resbox1 .cont1 div.txtbox1 em{display:block; font-weight:600; color:#00285c;}
	.resbox1 .cont1 a.vclose1{display:inline-block; margin:0 auto; padding:10px 20px; background:#fff; border:1px solid; color:#333; margin-top:10px;}
	/*reserve*/

