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


/* ========================================================================== */
/* 系所組織 */
/* ========================================================================== */



.deptRegulations_bg{
    display: flex;
    flex-direction: column;
    row-gap: clamp(1.613rem, 1.311rem + 1.51vw, 3.125rem);
}

    .deptRegulations_area{                
        display: flex;                
        flex-direction: column;                
        row-gap: 10px;
    }

        .deptRegulations_title{
            font-weight: 700;
            font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.438rem);
            padding: 0;
            position: relative;
            color: var(--primary_color);
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .deptRegulations_title:before {
            /* position: absolute; */
            /* top: 20px; */
            display: inline-block;
            font-family: bootstrap-icons;
            font-style: normal;
            color: var(--primary_color);
            margin: 0px;
            content: "\F126";
            transform: translateY(7%);
            font-size: clamp(1.125rem, 1.063rem + 0.31vw, 1.438rem);
        }

    .deptRegulations_area .downloadArea{
        
    }


@media (max-width: 990px) {
    ul.downloadArea li {
        width: 100%;
    }
}


ul.downloadArea .download{
    text-decoration: none;
}

