@charset "utf-8";

/* ============================================================
   內頁寬版 1680 — 2026-08-27
   內頁版心由模板商 CDN（dmo/css/common/style.css）的
   .container{max-width:1330px} 決定，該檔不可修改，於此覆蓋。
   只鎖定內頁結構（.main-top / .main-content）：
   首頁與 service landing 不用這兩個容器，不受影響。
   由 _include_head_EmbedCode.php 載入（在各單元 CSS 與模板商
   CDN 之後才生效），順序需保持在 mobile-tune.css 之前。
   ============================================================ */

@media screen and (min-width: 1001px) {

    /* 版心 1330 → 1680（麵包屑列與主內容同步） */
    .main-top .container,
    .main-content .container {
        max-width: 1680px;
    }

    /* 內容白卡內距隨寬版放大
       （原 .content 0 40px 90px、.has-side .content 0 50px 90px） */
    .content { padding: 0 60px 96px; }
    .has-side .content { padding: 0 64px 96px; }

    /* type1 文章列表：縮圖原 300px，寬版放大平衡文字行寬 */
    .type1 .article-list .item .pic {
        max-width: 360px;
        min-width: 360px;
    }
    .type1 .article-list .text-all { margin-right: 60px; }

    /* 文章內頁：關鍵字列原鎖 1000px，解除讓其填滿版心 */
    .keyword_box.detail { max-width: none; }

    /* 聯絡／詢價表單：880px 在寬版心中偏窄，放寬 */
    .form-box { max-width: 1120px; }

    /* 留言板清單原鎖 1000px，同步解除（單元未啟用，預留） */
    .message-list { max-width: none; }
}
