<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 琛ㄦ牸 */
.main table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0 2rem;
    color: var(--gray);
}

.main table&gt;thead {
    font-size: 1rem;
    font-weight: 600;
    color: var(--blue);
}

.main table&gt;thead&gt;tr {
    vertical-align: bottom;
}

.main table&gt;thead&gt;tr.tr_hidden {
    display: none;
}

.main table:not(.table_history)&gt;thead&gt;tr:not(.table_unit)&gt;td {
    border-bottom: 2px solid var(--blue);
    padding: 0 1.5rem .2rem 5px;
}

.investor_content .table_unit {
    font-size: var(--font-remark);
    color: var(--gray);
    font-weight: 400;
    text-align: right;
}

.main table&gt;tbody td {
    padding: 1.5rem 1.5rem 1.5rem 5px;
}

.main table&gt;tbody td a {
    color: var(--green);
}

.main table&gt;tbody td a:hover {
    color: var(--green);
}

.main table&gt;tbody td.td_hidden {
    display: none;
}

.main table&gt;tbody td&gt;.td_title {
    display: none;
}

.main table:not(.table_history)&gt;tbody&gt;tr td{
    border-bottom: 1px solid #cccccc;
}

.main table&gt;tbody td&gt;ul {
    padding-left: 1.2rem;
}

.main table&gt;tbody&gt;tr.table_bt_none&gt;td:not([rowspan]) {
    border-bottom: none;
}

.main table&gt;tfoot&gt;tr.table_note&gt;td {
    font-size: var(--font-remark);
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .main table&gt;thead&gt;tr:not(.tr_hidden):not(.table_unit) {
        display: none;
    }

    .main table&gt;thead&gt;tr.tr_hidden {
        display: block;
    }

    .main table&gt;thead&gt;tr.tr_hidden&gt;td {
        color: var(--blue);
        padding: 0 0 .2rem 0;
    }

    .main table:not(.table_history):not(.table_history_year)&gt;tbody&gt;tr:first-child {
        border-top: 2px solid var(--blue);
    }

    .main table:not(.table_history):not(.table_history_year)&gt;tbody&gt;tr {
        display: flex;
        flex-direction: column;
        margin: 0 0 1rem;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .main table:not(.table_history)&gt;tbody&gt;tr&gt;td {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #cccccc;
        padding: 0;
        position: relative;
    }

    .main table:not(.table_history):not(.table_history_year)&gt;tbody&gt;tr&gt;td::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 23%;
        top: 0px;
        left: 0;
        z-index: 0;
        background: #dedede96;
    }

    .main table:not(.table_history):not(.table_history_year)&gt;tbody&gt;tr:last-child&gt;td {
        border-bottom: 1px solid #cccccc;
    }

    .main table:not(.table_history)&gt;tbody&gt;tr.table_bt_none&gt;td {
        border-bottom: 1px solid #cccccc;
    }

    .main table:not(.table_history)&gt;tbody&gt;tr&gt;td&gt;div {
        padding: 1rem .5rem;
    }

    .main table&gt;tbody&gt;tr&gt;td&gt;.td_title {
        flex-basis: 23%;
        position: relative;
        height: 100%;
        word-break: break-word;
        display: block;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .main table&gt;tbody&gt;tr&gt;td&gt;.td_content {
        flex-basis: 77%;
    }

    .main table&gt;tbody td.td_hidden {
        display: flex;
    }
}</pre></body></html>