/* calendar */
.calendar{
	width: 100%;
	position: relative;
}

.calendar-header{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}

.calendar-header .text h3{
	font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: -1.8px;
    font-family: 'Arita-dotum(TTF)';
}

.calendar-button{
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 3px;
	width: 300px;
}

.calendar-button .prev,
.calendar-button .next{
	position: absolute;
	display: block;
	cursor: pointer;
	font-size: 0;
	z-index: 10;
	height: 40px;
	width: 40px;
}

.calendar-button .prev{
	left: 0px;
	background: url(/img/common/sd-lf.png) center center no-repeat;
}
.calendar-button .next{
	right: 0px;
	background: url(/img/common/sd-rt.png) center center no-repeat;
}
 
.calendar-tb{
 	display: table;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	table-layout: fixed;
}

.calendar-tb caption{
	display: none;
}

.calendar-tb  th{
	width: 14.28%;
	text-align: center;
	text-transform: uppercase;
	background:  #dfdfdf;
	font-size: 16px;
 	border: 1px solid #cbcbcb;
  	color: #333;
	padding: 15px 0px;
	font-weight: 400;
}
  
.calendar-tb  th span.fc-sun{
	color: rgba(153, 0, 0, 0.9);
}

.calendar-tb  th span.fc-sat{
	color: rgba(0, 40, 156, 0.9);
}

.calendar-tb td{
	display: table-cell;
  	white-space: nowrap;
	line-height: 1.6;
	letter-spacing: -1.8px;
	border: 1px solid #cbcbcb;
	color: #333;
	padding: 10px;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	height: 115px;
	overflow: hidden;
} 

.calendar-tb td a{
	color: #333;
} 

.calendar-tb td a: hover,
.calendar-tb td a: focus{
	color: #333;
	text-decoration: underline;
} 

.calendar-tb td div.date{
  	text-align: right;
	margin-bottom: 3px;
} 

.calendar-tb td div.today{
	background: #f5f5f5;
 	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
} 

.calendar-tb td div.program-list{
	overflow: hidden;
	z-index: 1;
}

.program-list-ty2{
	letter-spacing: -1.8px;
	padding-bottom: 10px;
}

.program-list-ty2 .items{
	display: inline;
	float: left;
	margin-right: 15px;
}

div.items{
	position: relative;
}

span.item{
	padding-left: 12px;
}

span.item:before{
 	position: absolute;
	z-index: -1;
    width: 8px;     
    display: block;
    height: 8px;   
   	content: '';	 
	top: 8px;
	left: 0%;
 	border-radius: 50%;
	line-height: 10px;
} 

span.item1:before{
	background-color: #193da6;
} 

span.item2:before{
	background-color: #009c7c;
} 

span.item3:before{
	background-color: #fabe0f;
} 

span.item4:before{
	background-color: #ccc;
} 

/* reservation-auth */
.scroll-box{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
	border: 1px solid #cbcbcb;
    padding: 4%;
	position: relative;
	font-size: 16px;
	letter-spacing: -1.2px;
	line-height: 1.6;
}

.text .tit{
	font-size: 20px;
 	margin-bottom: 5px;
	color: #000;
	font-weight: 500;
}

.text .tit2{
	font-size: 16px;
 	margin-top: 25px;
	color: #00289b;
}

.scroll-box .list-st2{
  	margin-bottom: 25px;
}

.scroll-box .list-st2 li{
 	font-size: 16px;
}

p.agreeChk *{
    vertical-align: middle;
}

p.agreeChk{
	vertical-align: middle; 
	margin: 0;
	padding: 10px;
	text-align: right;
}

p.agreeChk label{
	margin-top: 5px;
	margin-left: 5px;
	font-weight: 300;
}

.auth-box{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
  
.auth-box .icons{	
	position: absolute;
 	width: 200px;
	height: 200px;
 	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
   	background: rgba(0,156,124,0.8);
	left: 50%;
	top: 60px;
	margin-left: -100px;
}

.auth-box .icons span{
 	width: 100px;
	height: 100px;
	position: absolute;
	left: 50px;
	top: 50px;
   	background: url(/img/program/reservation/icon-reservation.png) center center no-repeat; 
}

.auth-box .text{
	text-align: center;
	padding-top: 270px;
}
  
.auth-box .text .tit1{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -1.8px;
	font-family: 'Arita-dotum(TTF)';
 }
  
.auth-box .text .tit2{
	position: relative;
	font-size: 20px;
	letter-spacing: -1.2px;
	font-weight: 300;
	color: #333;
	margin-top: 10px;
}
 
.auth-box .text .tit3{
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 5px;
	color: #333;
    font-weight: 400;
}

.auth-box .list-st2{
	max-width: 265px;
	margin: 0 auto;
}

.auth-box .list-st2 li{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}
 
.btn-phone{
	background-color: #0064bd;
	color: #fff !important;
	text-align: center;
	border-radius: 50px;
	padding: 17px 30px;
	font-size: 16px;
	color: #333;
	border: none;
	margin: 50px 0 35px;
}

.btn-cancle{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
	color: #23527c;
}

.btn-cancle: focus,
.btn-cancle: hover{
   background-color: #eee;
}

.table-st4{
    width: 100%;
    border-top: 2px solid #000;
}

.table-st4 th{
    padding: 15px 5px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 16px;
	background: #dfdfdf;
	text-align: center;
	min-width: 70px;
}

.table-st4 td{
    padding: 15px 30px;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    font-size: 16px;
}

.form-control{
	display: inline-block;
    height: 39px;
    line-height: 39px;
    border: 1px solid  #cbcbcb;
    padding: 0 10px;
    margin-bottom: 3px;
	border-radius: 0;
	box-shadow: none;
}

.form-control: hover,
.form-control: focus{
	box-shadow: none;
}

.form-control-st1{
	max-width: 30%;
	min-width: 140px;
}

.form-control-st2{
	max-width: 100px;
	margin: 0 10px;
}

.form-control-st3{
	min-width: 60px;
	width: 15%;
}

span.sp-line{
	margin: 0 15px;
}

span.sp-line2{
	margin: 0 10px;
}

.btn-search{
    display: inline-block;
    padding: 0px 14px;
	background: #5d5d5d;
	color: #fff;
	height: 39px;
    line-height: 39px;
	border: none;
}

.btn-search: hover, 
.btn-search: focus{
 	background: #333;
}

.table-st4 div.block{
	display: inline-block;
}

.btn-area{
	margin: 100px 0 0;
}

.btn-area .btn{
	width: 140px;
    color: #333;
   	border-radius: 50px;
	padding: 17px 30px;
	font-size: 16px;
	color: #333;
	border: none;
	text-align: center;
	margin: 0 10px;
}

.btn-area .btn-reserve{
	background-color: #0064bd;
	color: #fff !important;
}
 
.btn-area .btn-cancle2{
 	background-color: #ddd;
}

@media(max-width: 998px){

	 .calendar-header{
 		margin-bottom: 25px;
	}

	 .calendar-tb  th{
 		font-size: 13px;
 	}
 	 
	 .calendar-tb td{
  		font-size: 13px;
		height: 75px;
 	} 
	 
	 .calendar-tb td div.date{
		padding: 3px 8px 0 0;
 	} 

	.table-st4 th, .table-st4 td{
		font-size: 14px;
	} 

}


@media(max-width: 560px){
	
	.calendar-header .text h3{
		font-size: 22px;
 	}
	 
	.calendar-button .prev,
	.calendar-button .next{
		height: 30px;
		width: 30px;
	}

	 .calendar-button .prev ,
	 .calendar-button .next{
		background-size: auto 18px;
	 }

	.calendar-tb td{
 		padding: 5px;
  	} 

	 .calendar-tb td div.date{
 		margin-bottom: 0px;
	} 

 	.calendar-tb .items{
 		width: 10px;
		margin: 0 auto;
   	} 

	.calendar-tb .tit{
 		display: none;
  	} 
	.scroll-box{
		height: 200px;
		font-size: 14px;
		line-height: 1.3;
	}

	.scroll-box .tit{
		font-size: 16px;
 	}

	.scroll-box .tit2{
		font-size: 14px;
		margin-top: 20px;
 	}

	.scroll-box .list-st2{
		margin-top: 5px;
		margin-bottom: 20px;
	}

	 .auth-box .list-st2{
		max-width: 230px;
		margin: 0 auto;
	}

 	.scroll-box .list-st2 li,
	.text .list-st2 li{
		font-size: 14px;
	}

	.auth-box .icons{	
 		width: 100px;
		height: 100px;
 		margin-left: -50px;
		top: 35px;
	}

	.auth-box .icons span{
		width: 50px;
		height: 50px;
 		left: 25px;
		top: 25px;
 		background-size: 50px auto;
	}

	.auth-box .text{
 		padding-top: 145px;
	}
	  
	.auth-box .text .tit1{
		font-size: 24px;
 	 }

	.auth-box .text .tit2{
		font-size: 17px;
  	 }

	.auth-box .text .tit3{
		font-size: 16px;
		margin-top: 30px;
 	 }

	.btn-phone{
 		margin: 30px 0 15px;
		border-radius: 0;
		padding: 12px 30px;
		font-size: 14px;
	}
	 .btn-cancle{
 		padding: 5px;
		border-radius: 0;
 	}
 
	.table-st4 th, .table-st4 td{
		font-size: 12px;
	} 
 
	.table-st4 td{
		padding: 15px 10px;
 	}
 
  	.table-st4 div.block{
		display: block;
		width: 100%;
		margin-top: 5px;
 	}
 
	.btn-area .btn{
 		font-size: 14px;
		border-radius: 0;
		padding: 12px 20px;
		width: 120px;
   	}

	span.sp-line2{
		margin: 0 5px;
	}
 
 }
