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