@charset "euc-kr";
p { margin:0px; }

/* ÇöÀç´Þ Ç¥½Ã*/
div.mxschedule_month{
	margin:0 auto;
	width:136px;
	padding-bottom:7px;
	display:table;
}
div.month_area{
	float:left;
}
div.mxschedule_month p.year{
	font-family:"verdana"; 
	font-size:10px; 
	color: #666; 
	letter-spacing:-0.1em; 
	font-weight:bold;
	text-align:center;
}
div.month_area p{
	margin:0px;
}
div.mxschedule_month img.move_btn{
	margin:22px 10px 0;
	float:left;
}

/* ------------------------------ ´Þ·ÂÇüÅÂ Å×ÀÌºí ------------------------------ */
div.mxschedule_monthly{
	width:100%;
	text-align:center;
}
table.mxschedule_t{
	border-collapse:collapse;
	line-height:130%;
	width:99%;
	margin:0 auto;
}
table.mxschedule_t caption {
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	text-indent:-2000px;
}
table.mxschedule_t th{
	background:url(../img/calendar_bar_bg01.gif) no-repeat 2px 1px;
	padding-left:5px;
}
table.mxschedule_t th span{
	background:url(../img/calendar_bar_bg02.gif) no-repeat 100% 0;
	display:block;
	padding-right:5px;
}
table.mxschedule_t th.th_sun{
	background:url(../img/calendar_bar_sunbg01.gif) no-repeat 0 1px;
	padding-left:5px;
}
table.mxschedule_t th.th_sun span{
	background:url(../img/calendar_bar_sunbg02.gif) no-repeat 100% 0;
	display:block;
	padding-right:5px;
}
table.mxschedule_t th.th_sat{
	background:url(../img/calendar_bar_satbg01.gif) no-repeat 2px 1px;
	padding-left:5px;
}
table.mxschedule_t th.th_sat span{
	background:url(../img/calendar_bar_satbg02.gif) no-repeat 100% 0;
	display:block;
	padding-right:5px;
}
table.mxschedule_t th img{
	vertical-align:top;
	margin-bottom:3px;
}
table.mxschedule_t td{
	border:1px solid #e1e1e1;
	width:14%;
	height:80px;
	vertical-align:top;
	text-align:left;
	padding:0;
	margin:0;
	 background-color:#fff;
}
table.mxschedule_t td.cal_over {
	background-color:#feffdd;
}
table.mxschedule_t td p.day_num{
	/*float:left;*/
	background:url(../img/day_box.gif) no-repeat 0 0;
	width:20px;
	height:19px;
	font-family:"verdana";
	font-size:10px; 
	color: #6b6b6b; 
	font-weight:bold;
	text-align:center;

}
table.mxschedule_t td p.title{
	font-size:0.89em; 
	color: #6b6b6b; 
	padding-left:5px;

}
table.mxschedule_t td span.mxschedule_sun{
	color:#f46600;
}
table.mxschedule_t td span.mxschedule_sat{
	color:#0179C6;
}
table.mxschedule_t td p.schedule_write{
	float:right;
	padding:4px 5px 0 0;
}
table.mxschedule_t td p.holi_row{
	clear:both;
	font-size:0.92em;
	letter-spacing:-0.1em;
	font-weight:bold;
	padding:3px 5px 0;
}
table.mxschedule_t td ul{
	clear:both;
	padding:3px 5px;
	font-size:0.92em;
	letter-spacing:-0.1em;
}
table.mxschedule_t td ul li{
	background:url(../img/bullet_dot.gif) no-repeat 0 5px;
	padding:0 0 0 6px;
}



.mainschedule_sun{
	color:#f46600;
}
.mainschedule_sat{
	color:#0179C6;
}
.maincal_over {
	color: #891700; 
}
.maincal_arr {
	background-color:e5e5e5;
	font-weight:bold;
}