

/*sub*/	
	.svisualbox1{
		position:relative; 
		width:100%; min-width:1200px; height:500px; 
		overflow:hidden; z-index:4; 
	}
	
	.svisualbox1 .swiper-slide{
		width:100%; height:100%;
	}
	.svisualbox1 .swiper-slide .mainimg1{
		position:absolute; left:50%; top:0;
		width:100%; height:100%;
		margin:0 auto;
		transform:translateX(-50%);
		overflow:hidden;
	}
	.svisualbox1 .swiper-slide .mainimg1 > div{
		position:absolute; left:0; top:0;
		width:100%; height:100%;
		background-size:cover !important;
	}		
	.svisualbox1 .visualtxt1{
		position:absolute; left:50%; top:50%;
		width:100%; max-width:1400px;
		transform:translate(-50%, -50%);
		text-align:center;
		color:#fff;
		z-index:10;	
	}
	.svisualbox1 .visualtxt1 .txt1 > div{
		color:#fff; 
	}
	.svisualbox1 .visualtxt1 .txt1 em{
		font-family:var(--font-family2); font-size:70px; line-height:70px;	
	}
	
	.svisualbox1 .visualtxt1 .txt1 h3{
		margin-top:20px;
		color:#fff; font-weight:400;  font-size:18px; line-height:18px;
		display:flex; justify-content:center; gap:20px;
		letter-spacing:2px;
	}
	
	.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; 
	}
	
	
	.svisualbox1 .swiper-slide .mainimg1 > div{
		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 .swiper-slide.active .mainimg1 > div{
		-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 .pop1{
		position:absolute; left:100px; bottom:60px;
		z-index:7;		
	}
	.svisualbox1 .pop1 > em{
		writing-mode:sideways-lr;
		color:#fff; font-family:var(--font-family2); font-size:16px;
		margin-bottom:10px;
	}
	.svisualbox1 .pop1 > span{
		position:relative;
		display:block;
		width:40px; height:88px;
		border-radius:50px;
		border:1px solid rgba(255,255,255,1);
	}
	.svisualbox1 .pop1 > span::before{
		position:absolute; left:13px; top:16px;
		width:7px; height:43px;
		background:url(../../images/main/ico_arr1.png) no-repeat center center;
		animation: play-down 600ms linear infinite alternate; animation-timing-function:ease-in-out;
		content:"";
	}
	
	.submenu1{position:relative; width:100%; min-width:1200px; height:80px; margin: 0 auto; border-bottom:1px solid #ddd; display:none;}
	.submenu1.fixed{position:fixed; left:0; top:0;}	
	
	.leftmenu01{
		position:relative; margin:0 auto; height:80px;
		display:flex; justify-content:center; align-items:center;
	} 	
	.leftmenu01 li.home1{position:relative; width:70px; text-indent:-5000px; background:url(/images/common/ico/ico_home1.png) center center no-repeat; display:none;}	
	.leftmenu01 li{position:relative;  text-align:center;}
	.leftmenu01 li:nth-child(n+2){
		padding:0 40px;
	}
	.leftmenu01 li:nth-child(n+3){
		border-left:1px solid #ddd;
	}
	.leftmenu01 li:not(:last-child):nth-child(n+2)::before{
		position:absolute; right:0px; top:40%;
		width:1px; height:20%;
		background:#ddd;
	}
	.leftmenu01 li > a {
		font-weight:600; color:#888888; font-size:18px; display: block;
		transition:color .2s ease;
	}
	.leftmenu01 li > a:hover, .leftmenu01 li.on > a, .leftmenu01 li > a:focus{
		color:#333;
		transition:color .4s ease;
	}
	
	.loc{position:relative; height:140px; }
	.loc .nav1{position:absolute; right:0; top:0; display:none;}
	.loc h2{
		position:relative;  font-size:50px; line-height:50px; color:#333; 
	}
	.loc h2::after{
		display:block;
		margin:20px auto;
		width:33px; height:3px;
		background:var(--main-color1);
	}
	
/*sub*/
	.directionbox1{
		
	}
	.directionbox1 .inner1{
		display:flex; justify-content:space-between; align-items:center;
	}
	.directionbox1 .inner1 .mapbox1{
		flex:0 0 800px;
		border:1px solid #333;
	}
	.directionbox1 .inner1 .mapbox1 .roughmap_maker_label{
		border:none;
	}
	.directionbox1 .inner1 .mapbox1 .roughmap_lebel_text{
		position:relative;
		font-size:0; line-height:0;
		padding:0;
		background:none;
	}
	.directionbox1 .inner1 .mapbox1 .roughmap_lebel_text::before{
		display:block;
		width:235px; height:87px;
		background:url(../../images/info/ico_pin1.png) no-repeat center center; background-size:cover;
		content:"";
	}
	.directionbox1 .inner1 .mapbox1 .roughmap_lebel_text::after{
		display:none;		
	}
	.root_daum_roughmap .wrap_controllers, .root_daum_roughmap .cont{
		display:none;
	}
	.directionbox1 .inner1 > *:last-child{
		text-align:left		
	}
	.directionbox1 .inner1 > *:last-child > .tit1{
		font-weight:600;
	}
	.directionbox1 .inner1 > *:last-child > .tit1 > em{
		color:var(--main-color2); font-size:18px;
	}
	.directionbox1 .inner1 > *:last-child > .tit1 > div{
		margin-top:10px;
		color:var(--main-color1); font-size:40px;
	}
	.directionbox1 .inner1 > *:last-child > .tit1::after{
		display:block;
		margin:26px 0;
		width:25px; height:2px;
		background:var(--main-color2);
		content:""
	}
	.directionbox1 .inner1 > *:last-child .txt1{
	}
	.directionbox1 .inner1 > *:last-child .txt1 > em{
		font-weight:600; color:var(--main-color1); font-size:24px;
	}
	.directionbox1 .inner1 > *:last-child .txt1 > p{
		margin-top:8px;
		font-size:20px;
	}
	.directionbox1 .inner1 > *:last-child .txt1 > span{
		margin-top:30px;
		display:flex; gap:5px;
	}
	.directionbox1 .inner1 > *:last-child .txt1 > span > a{
		font-size:0; line-height:0;
		width:41px; height:41px;
		background:url(../../images/info/btn_navermap1.png) no-repeat center center; background-size:cover;
	}
	.directionbox1 .inner1 > *:last-child .txt1 > span > a:nth-of-type(2){
		background:url(../../images/info/btn_kakaomap1.png) no-repeat center center; background-size:cover;
	}
	
	
	.researchbox1{
		padding:50px; border: 1px solid #ddd;
	}
	.researchbox1 > .tit1{
		background:#f2f9fc;
		padding:20px 0;
		font-weight:600; font-size:18px; line-height:26px;
	}
	.researchbox1 > .tit1 > em{
		color:var(--main-color2);
	}
	.researchbox1 > h4{
		font-weight:700; color:var(--main-color1); font-size:30px;
	}
	.researchbox1 > .survey-question{
		text-align:left;
		margin-top:30px;
	}
	.researchbox1 > .survey-question > h5{
		font-weight:600; font-size:18px;
	}
	.researchbox1 > .survey-question > h5 > em{
		color:var(--main-color2);
	}
	.researchbox1 > .survey-question > .survey-options{
		margin-top:15px;
		color:#666666; font-size:16px;
		display:flex; gap:15px 30px; flex-wrap:wrap;
	}
	.researchbox1 > .survey-question > .survey-options > textarea{
		width:100%; height:120px;
		background:#f9f9f9;
		padding:20px 30px;		
		box-sizing:border-box;
	}
	
	.tab1{
		position:relative;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		overflow:hidden;
		border-radius:20px 20px 0 0;
	}
	.tab1::before {
		position:absolute; top:0; left:0px; 
		display:block;
		width:1px; height:100%; background:#797573;
		content:"";
		z-index:2;
	}
	.tab1 li{
		position:relative;
		box-sizing:border-box;
		line-height:50px;  border:1px solid #ddd; border-top:none; border-left:none; text-align:center;vertical-align:middle; background:#797573;		
		transition:background ease;
		transition-duration:.3s;
		transition-delay:.1s
	}
	.tab1 li:nth-child(n+6){
		border-top:none;
	}
	.tab1 li a{
		display:block;
		padding:18px 0;
		color:#fff; font-size:18px; line-height:26px;
	}
	.tab1 li.on{color:#fff;  background:var(--main-color1);  }	
	.tab1 li.on a{color:#fff;}

/*slide*/

	.cgslide1{
		position:relative;
		z-index:1;
	}
	.cgslide1 .swiper-slide{
		position:relative;
		height:100svh;
		overflow:hidden;
	}
	.cgslide1 .swiper-slide .imgbox1{
		width:100%; height:100svh;
	}
	.cgslide1 .swiper-slide .imgbox1 > img{
		width:100%; height:100%;
		object-fit:cover;
	}
	.cgslide1 .swiper-slide .txt1{
		position:absolute; left:min(max(1vw, 8vw),100px); bottom:min(max(1vw, 8vw),100px);
		color:#fff; font-size:25px;
	}
	.thumslide1{
		position:relative;
		margin-top:10px;
		transform-origin:0 0; transition:1s; transition-delay:0.4s;
		z-index:4;
	}
	.thumslide1 .swiper-wrapper{
		gap:8px;
	}
	.thumslide1 .swiper-slide{
		width:180px !important;
	}
	.thumslide1 .imgbox1{
		position:relative;
		display:block;
		overflow:hidden;
		padding-bottom:64%;
		cursor:pointer;
	}
	.thumslide1 .imgbox1 img{
		position:absolute; left:0; top:0;
		width:100%; height:100%;
		object-fit: cover;
	}
	.thumslide1 .imgbox1 svg{
		position:absolute; left:0; top:0; 
		width:100%; height:100%; 
	}
	.thumslide1 .imgbox1 svg rect{
		fill:none; stroke:var(--main-color1); stroke-width:3px; stroke-dasharray:480px; stroke-dashoffset:480px; 
		transition:0.5s;
	}
	.thumslide1 .swiper-slide-thumb-active .imgbox1 svg rect{
		stroke-dashoffset:0;
		transition:1s;
	}

/*slide*/


/*reserve*/
	.rchkbox1{max-width:1120px; background:url(/reserve/images/bg1.png) no-repeat center center; padding:40px;}
	.rchkbox1.t2{background:url(/reserve/images/bg2.png) no-repeat center center;}
	.rchkbox1 > div.cont1{width:100%; margin:0 auto; background:#fff; text-align:center; padding:5% 0; }
	.rchkbox1 > div.cont1 > div.box1 > table{width:32%; margin:0 auto; border-spacing:0; border-collapse:collapse; table-layout:fixed; font-size:14px; margin-top:50px;}
	.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:#24355b; color:#fff; width:32%; border:none; font-size:16px; padding:10px 0; font-family: 'NanumSquareB';}
	.rchkbox1.t2 > div.cont1 input[type=submit]{background:#00b5c8}
	.rchkbox1 > div.cont1 .txtbox2 em{color:#222a68; font-size:48px;font-family: 'NanumSquareEB';}
	
	.rtabcont{width:1200px; margin:0 auto; margin-top:50px;}
	.reservebox1{float:left; width:100%; margin-top:20px; text-align:left;}
	.reservebox1  .fxbox1{
		display:flex; justify-content:space-between; gap:20px;
	}
	.reservebox1 .datebox1{position:relative; flex:1; z-index:1; border:1px solid #ddd; }
	.reservebox1 .datebox1 > div{ padding:40px 50px;}
	.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:#00383e; 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:1px; width:16px; height:16px; content:""; background:url(/reserve/images/btn_check.png) no-repeat center center;}
	.timelist1 span.txt1{color:#00383e;}
	#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:#00383e; 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{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:#00383e; margin:0 auto; width:50%; max-width:540px; min-width:220px; color:#fff;}
	.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; font-weight:500}	
	.resbox1 .cont1 div.txtbox1{ margin:0 auto; margin-top:16px; font-size:16px; padding:10px 0; line-height:22px; color:#fff;}
	.resbox1 .cont1 div.txtbox1 em{display:block; font-weight:600}
	.resbox1 .cont1 a.vclose1{display:inline-block; margin:0 auto; padding:10px 20px; background:#fff; color:#00383e; margin-top:10px;}
	/*reserve*/
