/*匯入師資模組*/
@import url(../style_admission/style_team.css);

/* ================================================================= */
/* 職員css */
/* ================================================================= */

.staff_bg{
    display: flex;
    flex-direction: column;
    gap: 2.1875rem; /*35*/
}
.teacher_area{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 2.1875rem;
}
.teacher_area .tL_right {
    width: 80%;
}

/* 20250710 新增樣式 by tom start */
@media (max-width: 580px){
	.teacher_area {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* 20250710 新增樣式 by tom end */





/* ================================================================= */
/* 歷屆理事css */
/* ================================================================= */

.department_chair_area .teacher_area{
    grid-template-columns:repeat(1,1fr);
    
    
}
.department_chair_area .tL_img {
    width: 20%;
}
.department_chair_area .teacher_list{
    gap: clamp(0.8065rem, 1.3021vw, 1.5625rem);
}




/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 769px) {
    

}


@media (max-width: 768px){
    
    .department_chair_area .tL_img {
    width: 100%;
}

}

@media (max-width: 390px){

	
	
}

/* 在螢幕放大125%且寬度大於991時，套用這裡的特定樣式 */
/* @media screen and (min-width: 769px) and (max-width: 768px){



}
     */