.industry_sector_list {
    width: 100%;
}



/* ================================================ */
/* 版腳 */
/* ================================================ */
.footer_top .item_content_area .item_content_list {
    width: 100%;
    max-width: clamp(8.75rem, 4.75rem + 6.46vw, 12.5rem); /* 140 200 */
    word-break: break-word;
}

















/* ================================================================================================ */
/* 內頁 */
/* ================================================================================================ */






/* ================================================ */
/* 公司消息 */
/* ================================================ */



    .about_overview_area .title {
        letter-spacing: -0.1313rem;
    }

        .about_overview_area .title strong{
        }




 /* 在螢幕寬度990-1350時，套用這裡的特定樣式 */
 @media screen and (min-width: 990.1px) and (max-width: 1350px) {

    .about_overview_area{
        gap: 0.3125rem;
    }
        .about_overview_area li{
            width: calc((100% / 4) - (3 * 0.3125rem / 4)); /* 4欄平均寬度，扣除間距  */
        }
            .about_overview_area .title {
                font-size: clamp(0.813rem, 0.467rem + 0.56vw, 0.938rem);
            }

 }
 
 @media (max-width: 640px) {

    .about_overview_area .title {
       font-size: 0.8125rem;
       letter-spacing: 0;
    }

 }
 







