/*匯入課程表格模組*/
@import url(../style_course/style_course.css);

/* ================================================================= */
/* 實驗室聯絡資料css */
/* ================================================================= */


.text_area{
    margin-bottom:clamp(1.1291rem, 1.8229vw, 2.1875rem); /* 18.07px , 1.8229vw , 35.00px */
}

.course_area .no_bg tbody tr td a{
    color: var(--primary_color);
    text-decoration: none;
}
.course_area .no_bg tbody tr td a:hover{
   opacity: 0.7;
}


@media screen and (min-width: 991px) {
    

    .course_area .no_bg tbody tr td:first-of-type {
        border-left: 1px solid var(--second_color);
    }
}
