/* //////////////////////////////// */
/* ============= 版頭 ============= */
/* //////////////////////////////// */

/* logo區塊 ----------------------------------------- */

/* 中文隱藏 --- */
.logo_right .title_tw {
    display: none;
}

/* 英文字體放大 不斷行 --- */
.logo_right .title_en {
    /* font-size: 1.25rem; */
    font-size: clamp(1rem, 0.733rem + 0.43vw, 1.25rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.05em;
    white-space: nowrap; /* 保持不斷行 */
}






/* //////////////////////////////// */
/* ============= 版腳 ============= */
/* //////////////////////////////// */






/* //////////////////////////////////////////// */
/* ============ 關於我們 - 當屆成員 ============ */
/* //////////////////////////////////////////// */

/* 職稱 --- */
.job_tit .tit_ch {
    display: none;
}
.job_tit .tit_en {
    display: inline-block;
    font-size: inherit;
    letter-spacing: unset;
}

/* 區塊標題 ( 黃字 ) --- */
.subtitle02 .subtitle_ch{
    display: none;
}
.subtitle02 .subtitle_en{
    display: inline-block;
    font-size: inherit;
    letter-spacing: unset;
}

/* 區塊標題 ( 白字 ) --- */
.subtitle .subtitle_ch{
    display: none;
}
.subtitle .subtitle_en {
    display: inline-block;
    font-size: inherit;
    letter-spacing: unset;
}



/* //////////////////////////////////////////// */
/* ============ 關於我們 - 聯絡我們 ============ */
/* //////////////////////////////////////////// */
.fL_tit {
    min-width: 4.6875rem;
}