@charset "UTF-8";
/* 대관일정 테이블 스딸 */
#monthTop {
	width:600px;
	text-align:center;
}
.calSunTd {
	color:#DC024A;
}
.calSunTh {
	background-color:#eeeeee;
	color:#ff0000;
}
.calSatTd {
	color:#0099FF;
}
.calSatTh {
	background-color:#eeeeee;
	color:#0000ff;
}
.calNormalTd {
	color:#5F5D5D;
}
.calNormalTh {
	background-color:#eeeeee;
	color:#505050;
}
.calView {
	border-top:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
	table-layout:fixed;
	padding:0;
	margin-left:0;
	margin-top:1px;
	border-spacing:0;
	width:100%;
	text-align:center;
	border-collapse: collapse;
}
.calView caption {
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	display:none;
}
.calView th {
	border-right:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	font-weight:bold;
	text-align:center;
	width:14%;
	height:36px;
	padding-top:8px;
	word-break:break-all;
	font-size:16px;
}
	@media all and (max-width:523px){
		.calView th {font-size:12px; letter-spacing:-1px;}		
	}
.calView tbody td {
	border-right:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	/*padding:0.249em;*/
	font-weight:normal;
	text-align:right;
	font-weight:bold;
	padding-right:10px;
	padding-top:1px;
	min-height:150px;
	vertical-align:top;
}
.calView tbody td .btn_reserve{}
.calView tbody td .btn_reserve img{padding-top:3px;}

	@media all and (max-width:906px){
		.calView tbody td {font-size:12px; letter-spacing:-1px; padding-right:1%;}		
	}

	@media all and (max-width:704px){
		.calView tbody td .btn_reserve{display:block;}
		.calView tbody td .btn_reserve img{padding-top:0;}		
	}
	
.calView td .calInnerDiv {
	text-align:left;
}
.calView ul {
	font-weight:normal;
	vertical-align:middle;
	list-style:none;
	color:#6D6E70;
	padding:0;
	margin:0;
	font-size:75%;
}
#monthTop {
	width:inherit;
	text-align:center;
	font-weight:bold;
}
#calPopup {
	width:19.159em;
	padding-top:1.332em;
	padding-bottom:1.577em;
	padding-left:1.332em;
	border:0.083em solid #B2D06C;
	background-color:#EFF5E1;
	position:absolute;
	top:34em;
	left:39em;
}
.font_big {
	text-align:center;
	font-size:130%;
	color:#5f5d5d
}