﻿@charset "utf-8";

/* =========================================================
   ESG／About 共用樣式
   適用頁面：Index、report、topic、about、org
   ========================================================= */

/* ---------- 共用版面 ---------- */
.about-report,
.chairman-report {
    width: 100%;
    color: #555;
    font-size: 16px;
    line-height: 1.85;
}

    .about-report *,
    .about-report *::before,
    .about-report *::after,
    .chairman-report,
    .chairman-report *,
    .chairman-report *::before,
    .chairman-report *::after {
        box-sizing: border-box;
    }

.about-page-title {
    margin: 0 0 28px;
    color: #00a4bd;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.25;
}

/* ---------- 關於本報告書 ---------- */
.about-report-intro {
    margin: 0 0 26px;
    text-align: justify;
}

.about-report-section {
    width: 100%;
    margin: 0 0 30px;
}

    .about-report-section h2 {
        margin: 0 0 12px;
        padding-left: 12px;
        border-left: 4px solid #58c9db;
        color: #00a4bd;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.35;
    }

    .about-report-section p {
        margin: 0 0 12px;
        text-align: justify;
    }

.about-report-list,
.about-report-dates {
    margin: 8px 0 0;
    padding-left: 1.7em;
}

    .about-report-list li,
    .about-report-dates li {
        margin-bottom: 7px;
        padding-left: 3px;
    }

.about-report-contact {
    margin: 14px 0 0;
    font-style: normal;
    line-height: 1.95;
}

    .about-report-contact div {
        overflow-wrap: anywhere;
    }

    .about-report-contact a {
        color: #555;
        text-decoration: none;
    }

        .about-report-contact a:hover,
        .about-report-contact a:focus {
            color: #008ca3;
            text-decoration: underline;
        }

/* ---------- 董事長的話 ---------- */
.chairman-report {
    max-width: 920px;
    margin: 0 auto;
}

.chairman-report-subtitle {
    margin: 0 0 20px;
    color: #00a4bd;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.chairman-report-copy {
    text-align: justify;
}

    .chairman-report-copy::after {
        display: block;
        clear: both;
        content: "";
    }

    .chairman-report-copy p {
        margin: 0 0 18px;
        text-indent: 2em;
    }

.chairman-report-photo {
    float: right;
    width: 38%;
    max-width: 320px;
    margin: 0 0 22px 28px;
}

    .chairman-report-photo img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

/* ---------- 永續成果與亮點 ---------- */
.topic-highlights {
    max-width: 920px;
    margin: 0 auto;
}

.topic-group {
    margin: 0 0 32px;
    padding: 22px 26px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.topic-group-title {
    margin: 0 0 8px;
    padding-bottom: 10px;
    border-bottom: 3px solid currentColor;
    font-size: 23px;
    line-height: 1.4;
}

.topic-group-environment {
    border-color: #b8dfb5;
    background: #f6fbf5;
}

    .topic-group-environment .topic-group-title,
    .topic-group-environment .topic-item-title,
    .topic-group-environment .topic-emphasis {
        color: #48b842;
    }

.topic-group-social {
    border-color: #ffd2ad;
    background: #fff9f4;
}

    .topic-group-social .topic-group-title,
    .topic-group-social .topic-item-title,
    .topic-group-social .topic-emphasis {
        color: #ff8730;
    }

.topic-group-governance {
    border-color: #b5d9f2;
    background: #f4f9fd;
}

    .topic-group-governance .topic-group-title,
    .topic-group-governance .topic-item-title,
    .topic-group-governance .topic-emphasis {
        color: #078bd5;
    }

.topic-item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

    .topic-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

.topic-item-title {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
}

.topic-item p {
    margin: 0;
}

.topic-item-list {
    margin: 6px 0 0;
    padding-left: 1.5em;
}

    .topic-item-list li {
        margin-bottom: 6px;
    }

/* ---------- 查驗聲明書／溫室氣體查證意見 ---------- */
.about-verification {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.verification-language-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.verification-language-button {
    min-width: 120px;
    padding: 10px 24px;
    border: 1px solid #00a4bd;
    border-radius: 5px;
    color: #008ca3;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}

    .verification-language-button:hover,
    .verification-language-button:focus,
    .verification-language-button.active {
        color: #fff;
        background-color: #00a4bd;
    }

.verification-title {
    margin: 0 0 18px;
    padding-left: 12px;
    border-left: 4px solid #58c9db;
    color: #00a4bd;
    font-size: 22px;
    line-height: 1.4;
}

.verification-image-group {
    width: 100%;
}

.verification-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 24px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
}

/* ---------- 手機版 ---------- */
@media screen and (max-width: 768px) {
    .page-title-table,
    .page-title-table tbody,
    .page-title-table tr,
    .page-title-table td {
        display: block;
        width: 100% !important;
    }

    .page-title-location {
        margin-top: 6px;
        text-align: left !important;
        white-space: normal;
    }

    .page-title-table .dotline-2 {
        display: none;
    }

    .about-report,
    .chairman-report,
    .about-verification,
    .topic-highlights {
        padding-right: 12px;
        padding-left: 12px;
    }

    .about-report,
    .chairman-report {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-page-title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .about-report-intro,
    .about-report-section p,
    .chairman-report-copy {
        text-align: left;
    }

    .about-report-section {
        margin-bottom: 26px;
    }

        .about-report-section h2 {
            font-size: 21px;
        }

    .about-report-list,
    .about-report-dates {
        padding-left: 1.5em;
    }

    .chairman-report-subtitle {
        font-size: 20px;
    }

    .chairman-report-photo {
        float: none;
        width: 100%;
        max-width: 420px;
        margin: 0 auto 24px;
    }

        .chairman-report-photo img {
            border-radius: 20px;
        }

    .topic-group {
        margin-bottom: 24px;
        padding: 18px 16px;
    }

    .topic-group-title {
        font-size: 21px;
    }

    .topic-item-title {
        font-size: 18px;
    }

    .verification-language-buttons {
        width: 100%;
    }

    .verification-language-button {
        flex: 1;
        min-width: 0;
        padding: 10px;
    }

    .verification-title {
        font-size: 20px;
    }

    .verification-image {
        margin-bottom: 16px;
        box-shadow: none;
    }
}
