@charset "utf-8";

#calendar {
    margin-bottom: 60px;
}

.fc-h-event .fc-event-main-frame {
    padding: 3px 5px;
    flex-direction: column;
}
.fc .fc-button .fc-icon {display: none}
.fc-h-event .fc-event-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
fc-event-title {text-align: center}
.fc .fc-button {padding: 0; width: 40px; height: 40px; display: grid; place-items: center;}
.fc .fc-button .prev{transform: rotate(180deg)}
.fc-icon{font-family: 'Pretendard-Regular' !important;}
.fc-icon-chevron-right::before {display: none;
}

@media screen and (max-width: 820px) {
    .fc .fc-view-harness{overflow-x: scroll; height: auto !important; min-height: 500px;}
    .fc .fc-scrollgrid-liquid{min-width: 800px; min-height: 600px;}

    .fc .fc-toolbar-title{font-size: 20px}
    .fc .fc-button{width: 30px; height: 30px;}
    .fc-h-event .fc-event-title{font-weight: 100}
    .fc-h-event .fc-event-title,
    .fc .fc-col-header-cell-cushion,
    .fc .fc-daygrid-day-number {
        font-size: 14px;
    }
}