﻿h5 {
    font-weight: bold;
    padding-left: 0.5em;
}

.context-title img {
    width: 3em;
}

.item-list {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-left: 0;
}

    .item-list > li {
        counter-increment: item;
        position: relative;
        padding-left: 4em;
        line-height: 2;
    }

        .item-list li::before {
            content: counter(item, cjk-ideographic) "、";
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap;
            text-align: left;
        }
/*
.item-team > li::before {
    font-weight: bold;
}*/

.context > div > ul {
    padding-left: 1.25rem;
}

.ms-4-5 {
    margin-left: 2.5rem !important;
}

.service-col {
    position: relative;
    padding: 1em 2em;
}

    .service-col h3 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .service-col img {
        width: 4em;
        margin-bottom: 1em;
    }

.service-list {
    max-width: 20em;
   
}
    .service-list li {
        text-align: justify;
    }

/* 中間虛線 */

.service-col:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 75%;
    border-left: 2px dashed #cfcfcf;
}

/* RWD 手機取消虛線 */
@media (max-width:991px) {

    .service-col:not(:first-child)::before {
        display: none;
    }

    .service-list {
        max-width: none;
    }
}


.context-table {
    overflow-x: auto;
}

.criteriaTable, .awardsTable, .scheduleTable {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background-color: #DEDEDE;
}

    .criteriaTable thead th, .awardsTable thead th, .scheduleTable thead th {
        border-bottom: 4px solid white;
        background-color: #A5A5A5;
    }

    .criteriaTable th, .criteriaTable td,
    .awardsTable th, .awardsTable td,
    .scheduleTable th, .scheduleTable td {
        border: 2px solid white;
        padding:0.5em;
    }

        .criteriaTable th:nth-child(1), .criteriaTable th:nth-child(3), .criteriaTable th:nth-child(4),
        .scheduleTable th:nth-child(1) {
            width: 14%;
        }

        .criteriaTable td:nth-child(1), .awardsTable td:nth-child(1), .scheduleTable td:nth-child(1) {
            text-align: center;
        }

        .criteriaTable th:nth-child(1), .criteriaTable th:nth-child(2) {
            background-color: #C3C1C1;
            text-align: center;
        }

        .criteriaTable th:nth-child(3), .criteriaTable td:nth-child(3) {
            background-color: #CDCDCD;
            text-align: center;
        }

        .criteriaTable th:nth-child(4), .criteriaTable td:nth-child(4), .awardsTable thead th {
            background-color: #A6A6A6;
            color: white;
            text-align: center;
        }

    .scheduleTable tr td, .downloadTable tr td {
        padding: 0.5em;
    }

    .scheduleTable thead {
        background-color: #C3C1C1;
        text-align: center;
    }

    .scheduleTable th:nth-child(2) {
        width: 20%;
    }

.downloadTable {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    border-width: 0;
}

    .downloadTable th {
        border: solid;
        border-color: #A5A5A5 white;
        border-width: 2px 1px;
        background-color: #A5A5A5;
        text-align: center;
    }

    .downloadTable td {
        border: solid;
        border-color: #E7E6E6 white;
        border-width: 2px 1px;
    }

        .downloadTable td:nth-child(1) {
            text-align: center;
        }

.table-wrap {   
    overflow: auto;
}

.datasTable {
    border: 0;
    width: 100%;
    min-width: 550px;
}

    .datasTable thead tr {
        text-align: center;
        background-color: #D0CECE;
        border-top: 2px solid #BCBCBC;
        border-bottom: 2px solid #BCBCBC;
    }

        .datasTable thead tr th {
            border: 0.5px solid #DFDFE1;
        }

    .datasTable tbody tr {
        border-bottom: 2px solid #E6E6E6;
    }

    .datasTable tbody td:first-child {
        text-align: center;
        padding: 0.25em;
        width: 5%;
    }

    .datasTable tbody td:nth-child(2) {
        padding: 0.25em;
        width: 20%;
    }

    .datasTable tbody td:nth-child(3) {
        padding: 0.25em;
        width: 20%;
    }

    .datasTable tbody td:nth-child(4) {
        padding: 0.25em;
        width: 10%;
    }

    .datasTable tbody td:last-child {
        padding: 0.25em;
        width: 40%;
    }

.popover {
    --bs-popover-bg: #f5f9ff;
    --bs-popover-border-color: #0070C0;
    border-radius: 12px;
}

/* 修接縫 */
.bs-popover-end .popover-arrow {
    left: -1px;
}

.bs-popover-start .popover-arrow {
    right: -1px;
}

.bs-popover-top .popover-arrow {
    bottom: -1px;
}

.bs-popover-bottom .popover-arrow {
    top: -1px;
}
ol li {
    line-height:2;
}

.slogan {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 (選用) */
    
    border-radius: 10px;
    height: 7em;
}