環境永續

  • View More 太陽能02.jpg
    環境永續

    再生能源實踐:太陽能光電系統

    宗瑋工業積極實踐再生能源目標,於廠房屋頂全面建置智慧太陽能光電系統。透過高效逆變器與即時能源監控系統,落實低碳生產並強化能源管理效率,建立永續製造的新標竿。


    .solar-section-container {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    background-color: #fcfcfc;
    padding: 50px 0;
    /* 略微增加上下留白,讓整體視覺更舒適 */
    }

    .solar-inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    }

    .solar-title {
    text-align: center;
    font-size: 2.2em;
    color: #004a99;
    margin: 20px 0 10px;
    font-weight: bold;
    position: relative;
    }

    .solar-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #004a99;
    margin: 15px auto 25px;
    }

    /* 新增引言文案樣式 */
    .solar-intro-text {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8;
    color: #2d3748;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #004a99;
    font-weight: bold;
    }

    /* 網格設定 */
    .solar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    }

    .solar-card {
    background: #fff;
    padding: 15px;
    /* 稍微增加內襯托字型 */
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    /* 讓陰影更柔和細緻 */
    text-align: center;
    transition: transform 0.3s;
    }

    .solar-card:hover {
    transform: translateY(-5px);
    /* 滑過時卡片輕微浮起 */
    }

    .solar-img-wrap {
    overflow: hidden;
    border-radius: 12px;
    height: 220px;
    }

    .solar-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
    cursor: zoom-in;
    }

    .solar-img-wrap img:hover {
    transform: scale(1.08);
    }

    .solar-card h3 {
    font-weight: bold;
    color: #004a99;
    margin: 15px 0 8px;
    font-size: 1.2em;
    }

    .solar-card p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
    padding: 0 5px 10px;
    text-align: justify;
    /* 讓內文對齊更美觀 */
    }

    /* 燈箱樣式 */
    #solar-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: zoom-out;
    }

    #solar-lightbox img {
    max-width: 75%;
    max-height: 75%;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    }

    /* 手機適配 */
    @media (max-width: 992px) {
    .solar-grid {
    grid-template-columns: 1fr 1fr;
    }
    }

    @media (max-width: 600px) {
    .solar-grid {
    grid-template-columns: 1fr;
    }

    .solar-img-wrap {
    height: 180px;
    }

    .solar-title {
    font-size: 1.8em;
    }
    }





    再生能源實踐:智慧太陽能光電系統



    宗瑋工業積極實踐再生能源目標,於廠房屋頂全面建置智慧太陽能光電系統。透過高效逆變器與即時能源監控系統,落實低碳生產並強化能源管理效率,建立永續製造的新標竿。







    廠區屋頂太陽能配置

    極大化廠房空間利用,鋪設高效率單晶矽太陽能模組。不僅能有效將太陽能轉化為廠區生產所需電力,更能發揮屋頂隔熱降溫效果,降低廠房空調負荷,達到雙重節能效益。






    高效能源監控介面

    導入數位化即時能源監控系統,透明化呈現每日發電數據、減碳總量與系統健康狀態。透過大數據分析與異常告警機制,確保光電系統長期維持在最佳發電效能,讓碳管理精準落地。






    智慧逆變器模組

    採用工業級智慧逆變器,具備高轉換效率與優異的穩定性。將產生的直流電精準調整為廠區使用的優質交流電,並完美對接廠內電網,強化電力調度彈性,打造低風險的智慧調配網絡。





    function openSolarLightbox(src) {
    const lb = document.getElementById('solar-lightbox');
    const lbImg = document.getElementById('solar-lightbox-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    document.body.style.overflow = 'hidden';
    }
  • View More GDI_0325_Resize.jpg
    環境永續

    SDGs 17項永續實踐專報

    宗瑋工業 (GDI) 致力於落實聯合國 17 項永續發展目標 (SDGs),從綠能創新、智慧製造到優質職場,我們透過具體行動實踐企業永續責任。


    /* --- 基礎設定 --- */
    .sdg-report-section {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    background-color: #fcfcfc;
    padding: 40px 0;
    }

    .is-container-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    }

    .section-title {
    text-align: center;
    font-size: 2.2em;
    color: #004a99;
    margin: 0 0 20px;
    font-weight: bold;
    }

    /* 前導介紹文案樣式 */
    .sdg-intro-text {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8;
    color: #2d3748;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #004a99;
    font-weight: bold;
    }

    /* --- 網格佈局:確保第一列為 3 項 --- */
    .sdg-grid-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px;
    }

    .sdg-card-item {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 24px;
    background: #fff;
    transition: all 0.3s ease;
    cursor: zoom-in;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .sdg-card-item:hover {
    transform: translateY(-8px);
    border-color: #004a99;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .sdg-card-num {
    background: #004a99;
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 12px;
    font-weight: bold;
    }

    .sdg-card-item h3 {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    color: #004a99;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    }

    .sdg-card-item ul {
    padding-left: 20px;
    list-style-type: disc;
    margin: 0;
    }

    .sdg-card-item li {
    font-size: 1em;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
    }

    /* --- 燈箱放大效果 (字體放大 1.5 倍) --- */
    #sdg-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
    }

    #sdg-lightbox.active {
    display: flex;
    }

    .lightbox-content {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    /* 放大倍率設定 */
    font-size: 1.5em;
    }

    .lightbox-content h3 {
    font-size: 1.4em !important;
    margin-bottom: 25px !important;
    }

    .lightbox-content li {
    margin-bottom: 15px !important;
    line-height: 1.8 !important;
    }

    .lightbox-content .sdg-card-num {
    width: 45px;
    height: 45px;
    font-size: 0.9em;
    }

    /* 響應式調整 */
    @media (max-width: 992px) {
    .sdg-grid-container {
    grid-template-columns: repeat(2, 1fr);
    }
    }

    @media (max-width: 600px) {
    .sdg-grid-container {
    grid-template-columns: 1fr;
    }

    .lightbox-content {
    font-size: 1.1em;
    padding: 30px;
    }

    /* 手機端適度縮放避免溢出 */
    }







    SDGs 17項永續實踐專報

    宗瑋工業 (GDI) 致力於落實聯合國 17 項永續發展目標 (SDGs),從綠能創新、智慧製造到優質職場,我們透過具體行動實踐企業永續責任。


     



    const VERSION = "v1.0.2";
    const sdgData = [
    { id: '01', title: '消除貧窮', details: ['鼓勵員工自願提撥退休金,提撥比至 8%。', '資助貧困孩童獲得教育資源。'] },
    { id: '02', title: '消除飢餓', details: ['推動惜食文化,落實剩食打包。', '採購弱勢團體有機產品。'] },
    { id: '03', title: '健康與福祉', details: ['設置健身房及淋浴間鼓勵運動。', '落實職安計畫與提供特約醫護。'] },
    { id: '04', title: '優質教育', details: ['提供子女教育津貼,涵蓋至研究所。', '完善的教育訓練與產學交流。'] },
    { id: '05', title: '性別平等', details: ['女性管理職比例達 47%,男女同酬。', '支持育兒家庭,提供彈性工時。'] },
    { id: '06', title: '淨水與衛生', details: ['製程用水 100% 循環使用。', '導入雨水回收與造水機系統。'] },
    { id: '07', title: '可負擔能源', details: ['廠區屋頂建置太陽能,自發自用。', '全面替換 LED 與高效能機台。'] },
    { id: '08', title: '就業與經濟成長', details: ['優先聘用在地人才與身障者。', '確保健康安全工作環境。'] },
    { id: '09', title: '工業創新', details: ['導入 MES 生產執行數位化管理。', '智慧製造與自動化設備升級。'] },
    { id: '10', title: '減少不平等', details: ['外籍員工同工同酬,福利一致。', '外籍員工滿三年享返鄉機票補助。'] },
    { id: '11', title: '永續城市', details: ['推動電動車與交通共乘制。', '定期監測環境噪音與空氣品質。'] },
    { id: '12', title: '責任消費與生產', details: ['導入 ISCC 國際認證,原料溯源。', '應用低碳材料,減少邊料浪費。'] },
    { id: '13', title: '氣候行動', details: ['建立減碳績效追蹤,強化碳管理。', '辦理減碳意識教育訓練。'] },
    { id: '14', title: '海洋生態', details: ['研發海廢回收利用,優化製程。', '嚴格管理塑膠顆粒防止外洩。'] },
    { id: '15', title: '陸地生態', details: ['推行無紙化辦公,優先綠色採購。', '鼓勵同仁參與淨山活動。'] },
    { id: '16', title: '和平與正義', details: ['強調職場正義,強化反貪腐。', '定期召開勞資會議保障權益。'] },
    { id: '17', title: '全球夥伴', details: ['建立利害關係人溝通機制。', '攜手夥伴推動供應鏈減碳管理。'] }
    ];

    const gridContainer = document.getElementById('sdgGrid');
    gridContainer.innerHTML = ''; // 強制清除容器,避免某些環境自動插入空格或換行
    const lightbox = document.getElementById('sdg-lightbox');
    const lightboxTarget = document.getElementById('lightbox-target');

    sdgData.forEach(sdg => {
    const card = document.createElement('div');
    card.className = 'sdg-card-item';

    const cardContent = `
    ${sdg.id} ${sdg.title}
    ${sdg.details.map(d => `${d}`).join('')}
    `;

    card.innerHTML = cardContent;

    // 點擊卡片彈出放大燈箱
    card.addEventListener('click', () => {
    lightboxTarget.innerHTML = cardContent;
    lightbox.classList.add('active');
    document.body.style.overflow = 'hidden'; // 禁止底層捲動
    });

    gridContainer.appendChild(card);
    });

    // 點擊背景關閉燈箱
    lightbox.addEventListener('click', () => {
    lightbox.classList.remove('active');
    document.body.style.overflow = 'auto';
    });