Our People

  • View More GDI_0061_Resize.jpg
    Our People

    Creating a Modern and Inspiring Workplace

    GDI creates a modern, happy workplace, providing an office environment interwoven with art and greenery, efficient meeting spaces, and complete facilities, practicing sustainable operations and employee well-being.

    .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;
    }
    }





    Creating a Modern and Inspiring Workplace

    GDI is committed to creating a modern and engaging workplace that enhances employee well-being and productivity. Through thoughtfully designed office spaces, collaborative environments, and well-equipped facilities, we provide a comfortable and inspiring place to work.





    Brand & Display Gallery





    Creative Display & Showcase Area





     Open Atrium & Collaborative Space





     Green & Daylight Corridor





    Modern and Efficient Office Area





    Employee Dining & Lounge Area





    Collaborative Work Environment





    Smart Meeting & Collaboration Space





    Standard Storage Space





    Efficient Logistics Flow





    Nutritious Meals & Refreshment Area





    Green Views & Natural Workspace





    Modern Glass Architecture





    Rooftop Sky Garden





    Corporate Reception Area





    Digitally Equipped Conference Room





    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
    Our People

    October 29 – November 2, 2025 Thailand Five-Day Trip

    Oct 29 – Nov 2, 2025 Thailand 5-Day Trip





    GDI Group Photo





    Marveling at the Elephant's Masterful Talent Show





    Close Encounter with Wildlife





    Deep Cultural Immersion with Elephants





    Navigating Floating Markets via Long-tail Boat





    Leisurely Tour of Thai Characteristic Gardens





    Wat Arun Riverside Radiant Light Show





    Enjoying Riverside Dinner and Romantic Night Cruise





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

    /* --- 基礎環境設定 --- */
    .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-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;
    }
    }
  • View More IMG_9060.jpg
    Our People

    2025.06.26~06.29 Hualien-Taitung Four-Day Tour

    Grand Dynasty Industrial(GDI) 2025 Staff Trip: 4-Day In-depth Tour of Hualien and Taitung. We relaxed amidst magnificent mountain and sea scenery, shared local delicacies, fostered teamwork, and created new energy for a happy workplace.
    /* --- 基礎環境設定 --- */
    .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-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;
    }
    }





    2025 GDI Staff Trip: 4 Days in Hualien and Taitung





    Indigenous Culture Experience





    Joyful Moments at Ocean Park





    Exploring Coastal Wonders





    In-depth Cultural Tour





    Beauty of Nature and Harmony





    Capturing Memories at Sansiantai Coast





    Quiet Moments in the City





    Strengthening Bonds and Creating Memories Together





    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';
    }
    Enlarge Preview