/* ===== 合作方案：背景滿版，內容內縮修正版 ===== */

#cooperation .coop-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* 共用文字內距 */
#cooperation .coop-table td {
    vertical-align: middle;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color: #111;
    font-size: 0.9rem;
    line-height: 1.75;
}

/* 欄寬 */
#cooperation .coop-table .c-title {
    width: 18%;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.4;
    padding-left: clamp(2rem, 4vw, 6rem) !important;
}

#cooperation .coop-table .c-body {
    width: 34%;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

#cooperation .coop-table .c-spec {
    width: 28%;
    font-size: 0.85rem;
    line-height: 1.65;
    vertical-align: middle;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* 圖片欄：背景仍滿版，圖片往內縮 */
#cooperation .coop-table .c-img {
    width: 20%;
    height: 190px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 1.5rem !important;
    padding-right: clamp(2rem, 4vw, 6rem) !important;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

#cooperation .coop-table .c-img img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    border-radius: 0;
}

/* 手機版 */
@media (max-width: 768px) {
    #cooperation .coop-table,
    #cooperation .coop-table tbody,
    #cooperation .coop-table tr,
    #cooperation .coop-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #cooperation .coop-table .c-title {
        font-size: 1.4rem !important;
        padding: 1.1rem 1.5rem 0.6rem 1.5rem !important;
    }

    #cooperation .coop-table .c-body {
        padding: 0.9rem 1.5rem !important;
        font-size: 0.95rem !important;
    }

    #cooperation .coop-table .c-spec {
        padding: 0.4rem 1.5rem 1rem !important;
        font-size: 0.9rem !important;
    }

    #cooperation .coop-table .c-img {
        height: 210px !important;
        width: 100% !important;
        padding: 0 1.5rem 1.2rem !important;
        box-sizing: border-box !important;
    }

    #cooperation .coop-table .c-img img {
        height: 210px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}

@media (max-width: 576px) {
    #cooperation .coop-table .c-title {
        font-size: 1.25rem !important;
    }
}