.cl-info {
    background-color: #efefef;
}

.cl-info h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #001432;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cl-info h2 span {
    color: var(--main-colorC);
    line-height: 1;
}

.cl-info .notice {
    color: var(--sub-colorC);
    border: 2px solid var(--sub-colorC);
    font-size: 20px;
    padding: 20px 30px;
}

/* ====================================================
# 總覽
==================================================== */
.labCard {
    border: none;
    background-color: #fff9e6;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 10px;
    min-height: 355px;
}

.labCard .card-body {
    padding-bottom: 0;
}

.labCard .card-footer {
    padding: 10px 1.25rem 10px;
    border: none;
    background-color: transparent;
}

@media (max-width:576px) {
    .labCard {
        min-height: auto;
    }
}

.labtime li {
    background-color: #fff0ca;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 8px;
    font-size: 16px;
}

.labCard .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1b3d2f;
}

.labCard .title:hover {
    color: #9e9065;
}


.lab-spinfo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


.lab-photo {
    overflow: hidden;
    width: 15%;
    border-radius: 50%;
    border: 1px solid #dfe0df;
    margin-right: 15px;
}

.lab-photo img {
    object-fit: cover;
    width: 100%;
}

.labCard .sp-desc {
    width: 75%;
    color: #4c4637;
    font-size: 15px;
    line-height: 20px;
}

.labCard .sp-desc p {
    font-size: 15px;
    margin-bottom: 0;
}

.labCard .sp-desc a {
    color: #479f90;
}

.labCard .sp-desc a:hover {
    color: #00ceaf;
}

.labBreak {
    text-align: center;
    padding: 10px;
    color: #001432;
    font-size: 18px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}


.lab-txt {
    margin-bottom: 5px;
    height: 78px !important;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #001432;
}

.lab-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.more-info {
    font-size: 16px;
    color: #ff8400;
}

@media (max-width:768px) {
    .xs-hide {
        display: none;
    }
}



/* ====================================================
# 表格
==================================================== */
.lab-list-head {
    padding: 12px 0;
    border-bottom: 2px solid #212121;
}

.list-borderTop {
    border-top: 1px solid #212121;
    margin-top: -1px;
}

.lab-list-main {
    border-bottom: 1px solid #212121;
    padding: 20px 0;
    font-size: 16px;
}

.lab-list-main::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffe9cf;
}

.row:nth-of-type(odd) .lab-list-main::before {
    background-color: #fff6ea;
}

.lab-list-date,
.lab-list-time {
    text-align: center;
}

.lab-list-date {
    padding-top: 12px;
}

.lab-list-date .date {
    font-size: 24px;
    font-weight: 500;
}

.lab-list-time span {
    display: block;
    line-height: 1;
}

.lab-list-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.lab-list-main:hover .lab-list-title {
    color: var(--sub-colorC);
}

.lab-list-spinfo {
    margin-bottom: 5px;
}

.lab-list-spinfo p {
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
    color: #999999;
}

.lab-list-arrow {
    padding: 0;
}

.lab-list-main a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lab-list-arrow {
    transition: all 0.2s ease-in-out;
}


.lab-list-main:hover .lab-list-arrow {
    color: var(--sub-colorC);
    letter-spacing: 0.1rem;
}

@media (max-width:768px) {
    .lab-list-head {
        display: none;
    }

    .lab-list-date {
        padding: 0;
    }

    .lab-list-main {
        border: none;
        padding: 1.2rem 2.2rem 0.5rem 2.2rem;
        border-top: 1px solid #212121;
    }

    .lab-list-title {
        padding: 20px 0;
    }

    .lab-list-arrow {
        margin: 15px 0;
        padding: 6px 0;
        text-align: center;
        border: 1px solid #212121;
    }
}