Environmental Sustainability

  • View More 太陽能02.jpg
    Environmental Sustainability

    Solar PV Systems: Advancing Renewable Energy at GDI

    GDI actively advances its renewable energy initiatives by installing solar photovoltaic (PV) systems across its facilities.
    .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 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
    line-height: 1.8;
    font-size: 1.05em;
    }

    /* 網格設定 */
    .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;
    }
    }





    Renewable Energy in Action:Smart Solar PV Systems

    In line with global carbon reduction initiatives, GDI has installed smart solar PV systems across its facility rooftops. By transforming conventional industrial roofs into renewable energy hubs, we reduce carbon emissions and improve energy efficiency, supporting sustainable manufacturing.





    Rooftop Solar PV Configuration

    We maximize rooftop space by deploying high-efficiency monocrystalline solar modules. These systems convert solar energy into clean electricity while also providing thermal insulation, reducing indoor temperatures and lowering HVAC energy consumption.





    High-Efficiency Energy Monitoring Dashboard

    Our real-time energy monitoring system provides transparent insights into power generation, carbon reduction metrics, and system performance. With data analytics and automated alerts, we ensure the PV system operates at peak efficiency.





    Smart Inverter Modules

    We use industrial-grade smart inverters to efficiently convert DC power into stable AC power for facility operations. Integrated with our on-site microgrid, the system enhances energy flexibility and ensures reliable power distribution.





    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
    Environmental Sustainability

    Advancing the UN SDGs: Our Sustainability Initiatives

    Grand Dynasty Industrial(GDI) is committed to implementing the United Nations' 17 Sustainable Development Goals (SDGs). From green energy innovation and smart manufacturing to a quality workplace, we fulfill corporate sustainability responsibilities through concrete actions.
    /* --- 基礎設定 --- */
    .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: 40px 0;
    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: Our Sustainability Practices

     



    const VERSION = "v1.0.2";
    const sdgData = [
    { id: '01', title: 'No Poverty', details: ['We support employee welfare through voluntary pension contribution programs, with contribution rates of up to 8%.', 'We provide educational support for children from underprivileged families.'] },
    { id: '02', title: 'Zero Hunger', details: ['We promote food-saving practices and implement surplus food management initiatives.', 'We source products from local and disadvantaged communities to support inclusive development.'] },
    { id: '03', title: 'Good Health and Well-being', details: ['We provide fitness facilities and wellness programs to encourage a healthy lifestyle.', 'We implement occupational safety programs and provide access to contracted healthcare services.'] },
    { id: '04', title: 'Quality Education', details: ['We provide educational subsidies for employees’ children, supporting studies up to graduate level.', 'We offer professional training programs and promote industry–academia collaboration.'] },
    { id: '05', title: 'Gender Equality', details: ['We promote gender equality in the workplace, with female representation in management reaching 47%.', 'We support work-life balance through flexible working arrangements.'] },
    { id: '06', title: 'Clean Water and Sanitation', details: ['We achieve full water recycling in our industrial processes.', 'We implement rainwater harvesting and atmospheric water generation systems.'] },
    { id: '07', title: 'Affordable and Clean Energy', details: ['We install rooftop solar PV systems across our facilities for on-site energy generation.', 'We upgrade to energy-efficient equipment, including LED lighting and high-efficiency machinery.'] },
    { id: '08', title: 'Decent Work and Economic Growth', details: ['We prioritize local hiring and promote inclusive employment opportunities for individuals with disabilities.', 'We maintain a safe, healthy, and supportive working environment.'] },
    { id: '09', title: 'Industry, Innovation and Infrastructure', details: ['We implement Manufacturing Execution Systems (MES) to enhance digital production management.', 'We invest in smart manufacturing and automation technologies.'] },
    { id: '10', title: 'Reduced Inequalities', details: ['We ensure fair compensation and equal benefits for all employees, including foreign workers.', 'We provide support programs such as home-visit flight subsidies for long-term foreign employees.'] },
    { id: '11', title: 'Sustainable Cities and Communities', details: ['We promote low-carbon transportation, including EV adoption and carpooling initiatives.', 'We conduct regular monitoring of environmental noise and air quality.'] },
    { id: '12', title: 'Responsible Consumption and Production', details: ['We obtain international certifications (e.g., ISCC) to ensure raw material traceability.', 'We adopt low-carbon materials and reduce production waste.'] },
    { id: '13', title: 'Climate Action', details: ['We implement carbon management systems to track and reduce emissions.', 'We conduct employee training and awareness programs on carbon reduction.'] },
    { id: '14', title: 'Life Below Water', details: ['We explore marine waste recycling solutions to improve manufacturing sustainability.', 'We strictly manage plastic materials to prevent environmental leakage.'] },
    { id: '15', title: 'Life on Land', details: ['We promote paperless operations and prioritize green procurement practices.', 'We encourage employee participation in environmental protection activities.'] },
    { id: '16', title: 'Peace, Justice and Strong Institutions', details: ['We uphold workplace integrity and strengthen anti-corruption policies.', 'We conduct regular labor-management meetings to safeguard employee rights.'] },
    { id: '17', title: 'Partnerships for the Goals', details: ['We establish transparent communication mechanisms with stakeholders.', 'We collaborate with partners to promote sustainable supply chain practices.'] }
    ];

    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';
    });