/*匯入課程表格模組*/
/* @import url(../../style_download.css); */


/* ========================================================================== */
/* 國際學術合作 */
/* ======================================================== */


/* .download_content_area{

} */

.download_content_area .university{
    /*font-size: min(max(0.8333vw, .875rem), 1rem);*/ /*字體大小 0.8333vw、最小值 14px、最大值 16px*/
	/* font-weight: bold;
    color: var(--primary_color)	;		 */
}




.intl_academicArea{

}

    .intl_academicArea .no_bg td {
        padding: clamp(0.323rem, 0.52vw, 0.625rem);
    }



        .intl_academicArea .no_bg td{
            border-bottom-color: var(--primary_color);
            border-right-color: var(--primary_color);
        }
        .intl_academicArea .no_bg tbody tr td:first-of-type{
            border-left-color: var(--primary_color);
        }
        .intl_academicArea .no_bg tbody tr td:last-of-type{
            border-right:none;
        }
        .intl_academicArea .no_bg tbody tr:last-of-type{
        }
        .intl_academicArea .no_bg tbody tr:nth-child(2n+1) td{
        }
        .intl_academicArea .no_bg tbody tr td:last-of-type{
            border-right-color: var(--primary_color);
        }








/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 990.1px) {
    
    .intl_academicArea .down-fill a{
        white-space: nowrap;
    }
}



@media (max-width: 990px){

    .intl_academicArea colgroup{
        display: none;
    }
    
        /*第一個td*/
        .intl_academicArea .no_bg tr td:first-of-type {
            border-top-color: var(--primary_color);
        }

        /*最後一個td*/
        .intl_academicArea .no_bg td:last-of-type {
            border-bottom-color: var(--primary_color);
        }

        .intl_academicArea .no_bg tr:last-of-type td:last-of-type {
            border-bottom: none;
        }


        .intl_academicArea .no_bg table {
            border-top: solid 1px #bebebe;
        }
            .intl_academicArea .no_bg td {
                /* border-left-color: var(--primary_color); */
                border: none;
            }
            .intl_academicArea .no_bg tbody tr td:first-of-type {
                border-left: none;
            }

            .intl_academicArea .no_bg tbody tr:not(:first-of-type) td:first-of-type{
                border-top: var(--primary_color) 1px solid;
            }
            

    
}




