員工成長

  • View More GDI_0061_Resize.jpg
    員工成長

    幸福職場:現代化辦公環境

    宗瑋工業 (GDI) 打造現代化幸福職場,提供藝術與綠意交織的辦公環境、高效會議空間及完善設施,實踐永續經營與員工福祉。

    .office-section-wrapper {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    background-color: #eef6ff;
    padding: 50px 0;
    }

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

    .office-title {
    text-align: center;
    font-size: 2em;
    color: #004a99;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    }

    .office-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #004a99;
    margin: 12px auto;
    }

    /* 前導介紹文案樣式 */
    .office-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;
    }

    /* 網格佈局 */
    .office-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    }

    .office-card {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    }

    .office-card:hover {
    transform: translateY(-5px);
    }

    .office-img-box {
    overflow: hidden;
    border-radius: 8px;
    height: 180px;
    background-color: #f0f0f0;
    }

    .office-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: transform 0.5s ease;
    }

    .office-img-box img:hover {
    transform: scale(1.1);
    }

    .office-card p {
    font-weight: bold;
    color: #333;
    margin: 6px 0 4px;
    /* 極小化圖片與文字間距 */
    font-size: 0.95em;
    line-height: 1.4;
    }

    /* 燈箱樣式 (75%) */
    #office-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;
    }

    #office-lightbox img {
    max-width: 75%;
    max-height: 75%;
    border-radius: 8px;
    }

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

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





    幸福職場:現代化辦公環境

    宗瑋工業 (GDI) 打造現代化幸福職場,提供藝術與綠意交織的辦公環境、高效會議空間及完善設施,實踐永續經營與員工福祉。





    淬鍊卓越光影傳承





    匠心獨運藝術生活





    藝術結構交織美學





    綠意採光長廊





    現代高效辦公區





    活力休閒餐廳





    溫馨協作日常





    專業智慧協作





    標準倉儲空間





    高效物流動線





    質感膳食活力充電





    窗外綠意藝術氣息





    環繞式景觀玻璃牆





    屋頂空中花園





    企業品牌接待區





    數位整合會議室





    function showOfficeImg(src) {
    const lb = document.getElementById('office-lightbox');
    const lbImg = document.getElementById('office-lightbox-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    document.body.style.overflow = 'hidden';
    }
  • View More AKVC2056.JPEG
    員工成長

    2025.10.29~11.2 泰國五日

    宗瑋工業 (GDI) 2025
    員工旅遊:泰國五日驚豔之旅。我們在充滿異國風情的曼谷與自然奇景中放鬆身心,體驗大象文化、親近野生動物,並共享昭披耶河盛宴,凝聚團隊向心力,共創幸福職場回憶。


    /* --- 基礎環境設定 --- */
    .travel-section-wrapper {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    background-color: #eef6ff;
    padding: 50px 0;
    }

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

    .travel-title {
    text-align: center;
    font-size: 2em;
    color: #004a99;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    }

    .travel-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #004a99;
    margin: 12px auto;
    }

    /* 前導介紹文案樣式 */
    .travel-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;
    }

    /* 網格佈局 */
    .travel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    }

    .travel-card {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    }

    .travel-card:hover {
    transform: translateY(-5px);
    }

    .travel-img-box {
    overflow: hidden;
    border-radius: 8px;
    height: 180px;
    background-color: #f0f0f0;
    }

    .travel-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: transform 0.5s ease;
    }

    .travel-img-box img:hover {
    transform: scale(1.1);
    }

    .travel-card p {
    font-weight: bold;
    color: #333;
    margin: 10px 0 5px;
    font-size: 0.95em;
    line-height: 1.5;
    }

    /* 燈箱樣式 (75%) */
    #travel-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;
    }

    #travel-lightbox img {
    max-width: 75%;
    max-height: 75%;
    border-radius: 8px;
    }

    /* 響應式佈局 */
    @media (max-width: 992px) {
    .travel-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    }

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





    2025.10.29~11.2 泰國五日

    宗瑋工業 (GDI) 2025 員工旅遊:泰國五日驚豔之旅。我們在充滿異國風情的曼谷與自然奇景中放鬆身心,體驗大象文化、親近野生動物,並共享昭披耶河盛宴,凝聚團隊向心力,共創幸福職場回憶。






    宗瑋工業全體合影





    驚嘆大象精湛才藝表演





    與野生動物近距離接觸





    深刻的大象文化洗禮





    乘長尾船穿梭水上市場





    悠遊泰國特色園林





    鄭王廟河畔璀璨燈光秀





    享受河畔晚餐與浪漫夜航





    function showTravelImg(src) {
    const lb = document.getElementById('travel-lightbox');
    const lbImg = document.getElementById('travel-lightbox-img');
    lbImg.src = src;
    lb.style.display = 'flex';
    document.body.style.overflow = 'hidden';
    }
  • View More IMG_9060.jpg
    員工成長

    2025.06.26~06.29花東四日

    2025 宗瑋員工旅遊:花東四日


    感謝全體夥伴過去的辛勞與付出,這次讓我們暫時放下繁瑣的公務與數據,換上輕便的服裝,一同向山海出發!在這放鬆的四天裡,我們將沿著東海岸的蔚藍,擁抱縱谷的翠綠與慢活步調。這不僅是一場舒緩身心的充電之旅,更是屬於「宗瑋大家庭」拉近彼此距離、創造專屬回憶的珍貴時刻。期待與你同行,在山海之間充飽電,為未來注入滿滿的全新動能!






    原住民文化體驗





    海洋公園歡樂時光





    探索海岸奇景





    深度文化巡禮





    自然與和諧之美





    三仙台海岸留影





    城市靜謐時光





    凝聚情誼共創回憶





    /* --- 基礎環境設定 --- */
    .travel-section-wrapper {
    font-family: "Microsoft JhengHei", Arial, sans-serif;
    background-color: #eef6ff;
    padding: 50px 0;
    }

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

    .travel-title {
    text-align: center;
    font-size: 2em;
    color: #004a99;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
    }

    .travel-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #004a99;
    margin: 12px auto;
    }

    /* 旅遊簡介文案 */
    .travel-intro-text {
    max-width: 860px;
    margin: 0 auto 40px auto;
    background: #fff;
    border-left: 4px solid #004a99;
    border-radius: 8px;
    padding: 20px 28px;
    box-shadow: 0 2px 8px rgba(0, 74, 153, 0.08);
    }

    .travel-intro-text p {
    font-size: 1.05em;
    color: #334e6a;
    line-height: 2;
    margin: 0;
    text-align: justify;
    }

    /* 網格佈局 */
    .travel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    }

    .travel-card {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    }

    .travel-card:hover {
    transform: translateY(-5px);
    }

    .travel-img-box {
    overflow: hidden;
    border-radius: 8px;
    height: 180px;
    background-color: #f0f0f0;
    }

    .travel-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: zoom-in;
    transition: transform 0.5s ease;
    }

    .travel-img-box img:hover {
    transform: scale(1.1);
    }

    .travel-card p {
    font-weight: bold;
    color: #333;
    margin: 4px 0;
    font-size: 0.95em;
    line-height: 1.5;
    }

    /* 燈箱樣式 (75%) */
    #travel-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;
    }

    #travel-lightbox img {
    max-width: 75%;
    max-height: 75%;
    border-radius: 8px;
    }

    /* 響應式佈局 */
    @media (max-width: 992px) {
    .travel-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    }

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