<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
table.dataTable {margin-top: 0 !important; border-collapse: collapse !important; margin-bottom: 1rem!important;}
ul.pagination{justify-content: center!important;}
.card-body-table{flex: 1 1 auto; padding: 20px 25px;}
.novel-author-platform .table-type1 thead { border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; color: #000; }
.novel-author-platform .table-type1 thead th { border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; color: #000; }
.novel-author-platform .table-type1 thead tr:first-child th { border-top: 1px solid #000; }
.novel-author-platform .table-type1 thead tr:last-child th { border-bottom: 1px solid #000; }
.novel-author-platform .table-type1 tbody tr:last-child td { border-bottom: 1px solid #000; }
@media (min-width: 0px) and (max-width: 576px) {
    .novel-author-platform .table-type2 td:nth-child(1) { display: none; }
}
#searchStartPeriod, #searchEndPeriod {
    display: flex;
}
.board-body td{
    border: 1px solid #bfbfbf!important;
}
.ifr_goggle{
    width: 100%;
    height: 1024px;
}
.invalid-feedback{
    display: block;
    text-align: left;
}
label {
    display: flex;
    text-align: left;
    /* padding-top: 7px; */
    align-items: center;
}
#day_table_wrapper .dataTables_length { margin: 0.5rem!important; }

#day_table_length label {
    padding: 0px;
}

#notice_table_length label, 
#accounts_table_length label{
    padding: 7px;
}

/* .dataTables_wrapper .dataTables_length {
    padding: 10px;
} */

/* === START fullcalendar css === */
#calendar .fc-h-event {
    background-color    : #FF9B7A;
    border              : 1px solid #FF9B7A;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    background-color    : transparent !important;
}
.fc-unthemed td.fc-today {
    background: #FFF2E6 !important;
}
.fc-basicWeek-view .fc-event,
.fc-basicDay-view .fc-event {
    font-size: 1.25em !important;
}
.fc-event,
.fc-event-container a,
.fc-event-container .fc-event {
    cursor: default !important; /* !important로 다른 스타일을 덮어씀 */
}
.fc-event .fc-resizer,
.fc-event .ui-resizable-handle {
    cursor: default !important;
}
.fc-event:hover,
.fc-event-container a:hover {
    cursor: default !important;
}
/* === END fullcalendar css === */
</pre></body></html>