.today {
	width: 100%;
	height: 25px;
	border: 0px solid #c9c9c9;
	font-family: "¸¼Àº °íµñ", "Dotum", "Arial", "Gulim", sans-serif;
	font-size: 12px;
}
.calline {
	width: 100%;
}

.line1{ border-top: 1px solid #c9c9c9; border-left: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; padding: 5px 8px 5px; }
.line2{ border: 1px solid #c9c9c9; padding: 5px 8px 5px; }
.line3{ border-left: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; padding: 5px 8px 5px; height: 105px; }
.line4{ border-left: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; padding: 5px 8px 5px; height: 105px; }

.w_font {
	font-family: "¸¼Àº °íµñ", "Dotum", "Arial", "Gulim", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.d_font {
	font-family: "¸¼Àº °íµñ", "Dotum", "Arial", "Gulim", sans-serif;
	font-size: 15px;
	text-align: justify;
}

.sun { color: #c10000; }
.wee { color: #3c3c3c; }
.sta { color: #0070c7; }
.cal { color:#3c3c3c; font-size: 15px; font-family: "¸¼Àº °íµñ", "Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -0.1em; font-weight:bold;}

.select_y {
    width: 60px;
	height: 25px;
    border-radius: 3px;
}
.select_m {
    width: 44px;
	height: 25px;
    border-radius: 3px;
}
.d_img { width: 48px; height: auto; }
.font1 { font-size: 13px; font-family: "¸¼Àº °íµñ", "Dotum", "Arial", "Gulim", sans-serif; letter-spacing: -0.1em; }

@media (max-width:768px) {
	.today { width: 600px }
	.weekbox { width: 78px; }
	.daybox { width: 78px; height: 80px; }
	.blankbox {	width: 80px; height: 80px; }
	.w_font { font-size: 10px; }
	.d_font { font-size:9px; }
	.d_img { width: 35px; height: auto; }

}
@media (max-width:512px) {
	.today { width: 300px; }
	.weekbox { width: 38px; box-shadow: 0px 0px 0px #b6b2b2; }
	.daybox { width: 38px; height: 35px; box-shadow: 0px 0px 0px #b6b2b2; }
	.blankbox {	width: 40px; height: 35px; }
	.w_font { font-size: 6px; padding: 0px; }
	.d_font { height: 4px; font-size: 4px; line-height: 0em; padding-top: 3px; }
	.d_img { width: 18px; height: 8px; }
	.font1 { font-size: 17px; }
}