﻿@charset "utf-8";

/* ==================================================
   society/index.aspx - 社會關懷與參與
   共用框架沿用 esg.css / esg-rwd.css / CustomStyle.css。
   ================================================== */

.society-page {
    --society-purple: #7650d7;
    --society-purple-soft: #e6ddf7;
    --society-purple-line: #d9cef3;
    --society-text: #333;
    --society-line: #bdbdbd;
    width: 100%;
}

.society-intro {
    margin: 0 0 14px;
    color: var(--society-text);
    font-size: 15px;
    line-height: 1.7;
    text-indent: 2em;
}

.society-section {
    margin-top: 32px;
}

.society-section-title {
    margin: 0 0 12px;
    padding-left: 10px;
    border-left: 4px solid var(--society-purple-line);
    color: var(--society-purple);
    font-size: 21px;
    line-height: 1.4;
    font-weight: bold;
}

.society-subtitle {
    margin: 18px 0 10px;
    color: var(--society-purple);
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

.society-detail-block {
    margin: 0 0 16px;
    color: var(--society-text);
    font-size: 15px;
    line-height: 1.7;
}

    .society-detail-block p {
        margin: 0;
        text-indent: 2em;
    }

.society-detail-title {
    margin: 0 0 6px;
    color: var(--society-purple);
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
}

.society-table-wrap {
    width: 100%;
    margin-top: 14px;
    overflow: visible;
}

.society-table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    color: var(--society-text);
    font-size: 14px;
    line-height: 1.55;
}

    .society-table th,
    .society-table td {
        padding: 10px 10px;
        vertical-align: middle;
        border-bottom: 1px solid var(--society-line);
    }

    .society-table thead th {
        background: var(--society-purple-soft);
        border-right: 1px solid #fff;
        text-align: center;
        font-weight: bold;
    }

        .society-table thead th:last-child {
            border-right: 0;
        }

    .society-table tbody th {
        background: #fafafa;
        text-align: center;
        font-weight: bold;
    }

    .society-table tbody td {
        text-align: center;
    }

.society-stakeholder-table thead th:nth-child(1) {
    width: 15%;
}

.society-stakeholder-table thead th:nth-child(2) {
    width: 17%;
}

.society-stakeholder-table thead th:nth-child(3) {
    width: 31%;
}

.society-stakeholder-table thead th:nth-child(4) {
    width: 37%;
}

.society-public-table thead th:nth-child(1) {
    width: 15%;
}

.society-public-table thead th:nth-child(2) {
    width: 15%;
}

.society-public-table thead th:nth-child(3) {
    width: 25%;
}

.society-public-table thead th:nth-child(4) {
    width: 45%;
}

.society-left {
    text-align: left !important;
}

    .society-left ol,
    .society-left ul {
        margin: 0;
        padding-left: 22px;
    }

.society-number-list {
    margin: 8px 0 0;
    padding-left: 24px;
    color: var(--society-text);
    font-size: 15px;
    line-height: 1.75;
}

    .society-number-list > li {
        margin-bottom: 12px;
    }

        .society-number-list > li::marker {
            color: var(--society-purple);
        }

.society-list-title {
    color: var(--society-purple);
}

.society-number-list p {
    margin: 4px 0 0;
    color: var(--society-text);
}

.society-quote-list {
    margin: 5px 0 0;
    padding-left: 22px;
    color: var(--society-text);
}

.society-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.society-photo-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid #ddd3ef;
    border-radius: 22px;
    background: #f7f7f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    aspect-ratio: 16 / 8;
}

    .society-photo-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

@media screen and (max-width: 768px) {
    .society-intro,
    .society-detail-block p {
        text-indent: 0;
    }

    .society-section {
        margin-top: 26px;
    }

    .society-section-title {
        font-size: 19px;
    }

    .society-subtitle {
        font-size: 17px;
    }

    .society-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
        font-size: 13px;
        line-height: 1.5;
    }

        .society-table th,
        .society-table td {
            padding: 8px 6px;
            word-break: break-word;
            overflow-wrap: anywhere;
        }

    .society-photo-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .society-photo-card {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }
}


/* ==================================================
   society/safe.aspx - 瓦斯安全與防災宣導
   ================================================== */

.society-safe-page {
    width: 100%;
}

.society-safe-section {
    margin-top: 26px;
}

    .society-safe-section:first-child {
        margin-top: 0;
    }

.society-safe-subtitle {
    margin-top: 0;
}

.society-safe-list {
    margin: 6px 0 0;
    padding-left: 20px;
    color: var(--society-text);
    font-size: 15px;
    line-height: 1.8;
}

    .society-safe-list li {
        margin-bottom: 5px;
    }

        .society-safe-list li::marker {
            color: #333;
        }

@media screen and (max-width: 768px) {
    .society-safe-section {
        margin-top: 22px;
    }

    .society-safe-list {
        padding-left: 18px;
        font-size: 15px;
        line-height: 1.75;
    }
}


/* society/index.aspx 圖片放大提示：只顯示一次，避免破壞 photo grid 對齊 */
.society-photo-hint {
    margin: 16px 0 8px;
    text-align: center;
}
