@charset "utf-8";
/* CSS Document */


@media all and (max-width: 1024px) {
	.calendar {width: calc(100% - 340px);}
	.schedule-wrap {width: 320px;}
}
@media all and (max-width: 768px) {
	.calendar {width: calc(100% - 240px);}
	.schedule-wrap {width: 220px;}
}
@media all and (max-width: 640px) {
	.calendar {width: 100%;}
	.schedule-wrap {width: 100%;}
}
@media all and (max-width: 425px) {
	.calendar  {margin-top: 30px;}
	.calendar .toggle-btn {top: -60px !important;}
}