.fc-row .fc-content-skeleton { padding-bottom: 0; }
.fc-basic-view .fc-body .fc-row { min-height: 0; }
.fc-toolbar.fc-header-toolbar { margin-bottom: 0; padding: 10px 0; background: #004d40; color: #fff; }

.fc-toolbar h2 { display: inline-block; padding: 0 20px; font-weight: 700;font-size: 18px;vertical-align: middle; }
.fc-unthemed .fc-head-container {
	padding: 2px 5px;
    background-color: #222;
	color: #fff;
	font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.fc .fc-row .fc-content-skeleton .fc-day-top { text-align: center; }
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {  float: none; }
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
	display: inline-block;
	margin: 0 0 3px 0;
	font-size: 14px;
    line-height: 30px;  
}

/* 오늘 날짜 or 선택 날짜 */
.fc-unthemed td.fc-today, .fc-unthemed td.selected {
	position: relative;
    font-weight: 500;
    color: #222;
	background: none;
}
/*
.fc-unthemed td.fc-today span:after { top: 50%; left: 50%; }
.fc-unthemed td.selected span:after { top: 45%; left: 21.5%; }
*/
.fc-unthemed td.fc-today span:after, .fc-unthemed td.selected span:after  {
	content: '';
    position: absolute;   
    width: 25px;
    height: 25px;
    border: 1px solid #43a047;
    border-radius: 34px;
    transform: translate(-75%,0);
    -webkit-transform: translate(-75%,0);
    -moz-transform: translate(-75%,0);
    -o-transform: translate(-75%,0);
    -ms-transform: translate(-75%,0);
}