<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Overlay ë°°ê²½ìƒ‰ íˆ¬ëª…ë„ */
.v-overlay__scrim {
    background: rgba(0, 0, 0, 0.3) !important;
    opacity: 1 !important;
    transition: opacity 0.2s ease !important;
    -webkit-backdrop-filter: blur(2px) !important;
    backdrop-filter: blur(2px) !important;
}



/* ****************************************************************************************************************** */
/* v-data-table HEAD : ì‹œìž‘ */
.data_table_1 div table thead tr th {
    background-color: #0F212E !important;
    color: #EEEEEE !important;
}

.data_table_1 div table thead tr th span {
    font-weight: bold;
}

/* v-data-table BODY : ì‹œìž‘ */
.data_table_1 div table tbody tr:nth-child(odd)  {
    background-color:#213743 !important;
}

.data_table_1 div table tbody tr:nth-child(even)  {
    background-color:#1A2C38 !important;
}

.data_table_1 div table tbody tr td {
    color: #EEEEEE;
    font-weight: 300;
    font-size:13px;
}

/* v-data-table : ì¢…ë£Œ */
/* ****************************************************************************************************************** */</pre></body></html>