/* 2025-11-14 導入英文字型 */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/* 主標用Russo+One(但基金會不用)；內文改Lato */

/* 先全部套Lato */
body {
    font-family: "Lato", "Noto Sans TC", sans-serif;
}

body a {
    font-family: "Lato", "Noto Sans TC", sans-serif;
}

.contact-wrapper .form-box .input-item input,
.contact-wrapper .form-box .input-item textarea {
    font-family: "Lato", "Noto Sans TC", sans-serif !important;
}

/* 主標套上Russo One Start */
/* 單獨的class(首頁用) */
.ruso-one {
    font-family: "Russo One", "Noto Sans TC", sans-serif;
}

.weight-400 {
    font-weight: 400 !important;
}

.spacing-2px {
    letter-spacing: 2px;
}

/* 共通元件 */
.common-banner h1,
.subtitle h2 {
    font-family: "Russo One", "Noto Sans TC", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

/* 產品詳細頁產品標題 */
.productDetail .right h2 span,
/* 願景標題 */
h2.about-h2,
/* 願景卡片副標題 */
.vision-card h3,
/* 關於明暐文章副標題 */
.about-wrapper h3,
/* 明暐團隊副標題 */
.team-wrapper .team-item .desc h3,
/* 公司據點副標題 */
.location-wrapper .location-wrapper-item div.card h3,
/* 合作夥伴副標題 */
.partner-wrapper .partner-wrapper-item div.card h3 {
    font-family: "Russo One", sans-serif;
    font-weight: 400 !important;
    letter-spacing: 2px;
}

h2.about-h2 span:nth-child(1) {
    margin-right: 16px;
}




/* 標題各別用class套上Russo One End */

/* 各頁面共通subtitle */
.subtitle h2 svg {
    margin-top: 2px;
    min-width: 27px;
}


/* header */
header nav ul.pc li,
header nav ul.pc li.lang-li {
    font-size: 20px;
}

/* 共通banner */
.common-banner h1 {
    letter-spacing: 2px;
}


/* footer */
footer .bottom .contact-info .contact-info-item svg {
    min-width: 24px;
}

footer .top ul.nav-list li a,
footer .bottom .contact-info .contact-info-item a {
    font-size: 20px;
}

footer .top ul.nav-list li a {
    padding: 0 26px;
}

@media (max-width: 1536px) {

    /* header */
    header nav ul.pc {
        gap: 18px;
    }

    header nav ul.pc li,
    header nav ul.pc li.lang-li {
        font-size: 14px;
    }

    header nav ul.pc li ul.sec1 li a {
        padding: 10px 52px 10px 16px;
    }

    header nav ul.pc li svg {
        transform: scale(0.6);
    }


    /* footer */
    footer .top ul.nav-list li a {
        padding: 0 10px;
    }

    footer .top ul.nav-list li a,
    footer .bottom .contact-info .contact-info-item a {
        font-size: 16px;
    }

}


@media (max-width: 1030px) {

    /* header */
    header nav ul.pc {
        gap: 10px;
    }

    /* footer */
    footer .top ul.nav-list li a {
        padding: 0 5px;
    }
}


@media (max-width: 768px) {

    /* 公司願景(改成垂直後，第一個span的margin-right要拿掉) */
    h2.about-h2 span:nth-child(1) {
        margin-right: 0px;
    }


    /* footer */
    footer .bottom .contact-info .contact-info-item svg {
        min-width: 22px;
    }
}