【產學交流】模具公會研討會
:root {
--gdi-blue: #004a99;
--gdi-light: #f4f8fc;
--gdi-border: #d1dee7;
--gdi-accent: #19a3a3;
--gdi-warning: #d71920;
--gdi-text: #333;
--gdi-muted: #5f6b76;
}
.gdi-event-container {
font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
color: var(--gdi-text);
line-height: 1.8;
background-color: #fff;
max-width: 1200px;
margin: 0 auto;
padding: 16px 20px 32px;
}
.gdi-event-container header {
margin-bottom: 18px;
}
.gdi-main-h1 {
color: var(--gdi-blue);
font-size: 2.2rem;
font-weight: 800;
text-align: center;
margin: 0 0 12px;
line-height: 1.4;
}
.gdi-main-h1 b {
color: var(--gdi-blue);
}
.gdi-subtitle {
text-align: center;
color: var(--gdi-muted);
font-size: 1.08rem;
margin: 0 auto 18px;
max-width: 880px;
}
.section-title {
color: var(--gdi-blue);
font-size: 1.5rem;
font-weight: 700;
border-left: 5px solid var(--gdi-blue);
padding-left: 15px;
margin: 24px 0 14px;
}
.gdi-content-card {
background: var(--gdi-light);
padding: 22px 28px;
border-radius: 8px;
margin-bottom: 22px;
border: 1px solid var(--gdi-border);
}
.gdi-content-card > .section-title:first-child {
margin-top: 0;
}
.gdi-hero-note {
background: #fff;
border: 1px dashed var(--gdi-blue);
padding: 14px 20px;
margin: 14px 0 0;
font-size: 1rem;
color: #4a5568;
text-align: center;
border-radius: 6px;
}
.gdi-hero-note strong {
color: var(--gdi-warning);
font-size: 1.12rem;
}
.aio-extension {
background: #fff;
border: 1px dashed var(--gdi-blue);
padding: 18px 22px;
margin-top: 14px;
font-size: 0.95rem;
color: #4a5568;
border-radius: 6px;
}
.kw-highlight {
color: var(--gdi-blue);
font-weight: 700;
text-decoration: underline;
}
.gdi-info-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
margin-top: 18px;
}
.gdi-info-item {
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 6px;
padding: 16px 18px;
}
.gdi-info-label {
display: block;
color: var(--gdi-blue);
font-weight: 800;
margin-bottom: 6px;
}
.gdi-table-wrap {
overflow-x: auto;
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 8px;
margin-top: 18px;
}
.gdi-agenda-table,
.gdi-register-table {
width: 100%;
min-width: 760px;
border-collapse: collapse;
font-size: 0.95rem;
}
.gdi-agenda-table th,
.gdi-agenda-table td,
.gdi-register-table th,
.gdi-register-table td {
border: 1px solid var(--gdi-border);
padding: 12px 14px;
vertical-align: middle;
}
.gdi-agenda-table th,
.gdi-register-table th {
background: #88d4cf;
color: #111;
font-weight: 800;
text-align: center;
}
.gdi-agenda-table td:first-child {
text-align: center;
white-space: nowrap;
font-weight: 700;
color: #222;
}
.gdi-agenda-table td:nth-child(3) {
font-weight: 700;
}
.gdi-break-row td {
text-align: center;
font-weight: 800;
background: #fafafa;
}
.gdi-contact-box {
display: grid;
grid-template-columns: 1fr 180px;
gap: 24px;
align-items: center;
background: #fff;
border: 1px solid var(--gdi-border);
border-radius: 8px;
padding: 24px;
margin-top: 18px;
}
.gdi-qr {
text-align: center;
}
.gdi-qr img {
max-width: 160px;
width: 100%;
height: auto;
border: 8px solid #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.gdi-note {
color: var(--gdi-muted);
font-size: 0.9rem;
margin-top: 12px;
}
.gdi-cta {
display: inline-block;
background: var(--gdi-blue);
color: #fff !important;
text-decoration: none;
font-weight: 800;
padding: 10px 18px;
border-radius: 999px;
margin-top: 12px;
}
#visit-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
padding: 10px 0 0;
}
.gallery-img {
aspect-ratio: 4 / 3;
object-fit: cover;
transition: transform 0.3s, box-shadow 0.3s;
position: relative;
z-index: 1;
width: 360px;
max-width: 100%;
height: auto;
border-radius: 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
background: #fff;
}
.gallery-img:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}
.gdi-lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.82);
display: none;
align-items: center;
justify-content: center;
padding: 24px;
z-index: 9999;
}
.gdi-lightbox.is-open {
display: flex;
}
.gdi-lightbox img {
max-width: min(92vw, 1280px);
max-height: 88vh;
width: auto;
height: auto;
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.35);
border-radius: 6px;
background: #fff;
}
.gdi-lightbox-close {
position: absolute;
top: 18px;
right: 20px;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.18);
color: #fff;
font-size: 1.8rem;
line-height: 1;
cursor: pointer;
}
.gallery-img,
[data-lightbox="true"] {
cursor: zoom-in;
}
@media (max-width: 768px) {
.gdi-event-container {
padding: 14px 15px 24px;
}
.gdi-main-h1 {
font-size: 1.55rem;
}
.section-title {
font-size: 1.28rem;
margin: 20px 0 12px;
}
.gdi-content-card {
padding: 18px;
margin-bottom: 18px;
}
.gdi-info-grid,
.gdi-contact-box {
grid-template-columns: 1fr;
}
.gdi-qr {
text-align: left;
}
.gallery-img {
width: 100%;
}
}
【活動紀實】
2026 年模具產業 3D 列印技術應用研討會
及現場實機參觀
本活動已於 2026 年 5 月 29 日(星期五)在宗瑋工業股份有限公司圓滿完成,聚焦金屬 3D
列印、積層製造透氣模具、異形水路與模具智慧製程應用,促進產學單位案例分享與現場交流。
活動已圓滿完成,感謝各界先進熱烈參與與交流!
活動資訊
指導單位經濟部產業發展署
執行單位台灣區模具工業同業公會
主辦單位財團法人工業技術研究院
活動地點宗瑋工業股份有限公司
地址新北市新莊區新樹路 268 巷 51 號
活動時間2026 年 5 月 29 日(星期五)08:20-12:00
活動狀態已圓滿完成
活動內容
「2026 年模具產業 3D 列印技術應用研討會及現場實機參觀」已順利舉辦完成。本次活動以模具產業智慧化、數位化與製造應用升級為核心,串聯產官學研資源,提供業界先進掌握 3D 列印技術導入趨勢與實務案例。
面對新世代模具智慧製程應用,3D 列印技術在提高製造效率、提升產品品質、縮短原型開發時間與降低開發成本等面向展現關鍵價值。活動現場透過專題分享與實機參觀,讓與會者更具體理解技術落地方式與產業應用效益。
【產學實務案例交流已圓滿完成】
本次分享交流會邀請宗瑋、立承、優耐特、高應大教授及 Sodick 等產學單位,針對 3D 列印實際應用導入案例
分享成功經驗。透過技術簡報、案例交流與現場 Q&A,協助產業夥伴建立模具製程升級與導入評估的實務觀點。
技術亮點
本次研討會以模具產業製程升級為核心,從射出成型排氣控制、航太零件與模具壽命、金屬積層製造到異形水路應用,完整呈現 3D 列印在模具製造與智慧製程中的導入價值。
【引領產業升級的 3D 列印應用】
活動中透過 金屬 3D 列印、積層製造透氣模具、異形水路 與 UM 雷射技術
等主題,協助與會者理解新世代模具製程如何改善排氣控制、縮短開發週期、提升加工品質,並建立可落地的導入思維。
活動剪影
×
(function () {
const lightbox = document.getElementById('gdi-lightbox');
const lightboxImg = document.getElementById('gdi-lightbox-image');
const closeBtn = document.getElementById('gdi-lightbox-close');
const targets = document.querySelectorAll('.gallery-img, [data-lightbox="true"]');
function openLightbox(src, altText) {
if (!src) return;
lightboxImg.src = src;
lightboxImg.alt = altText || '放大檢視圖片';
lightbox.classList.add('is-open');
lightbox.setAttribute('aria-hidden', 'false');
document.body.style.overflow = 'hidden';
}
function closeLightbox() {
lightbox.classList.remove('is-open');
lightbox.setAttribute('aria-hidden', 'true');
lightboxImg.src = '';
document.body.style.overflow = '';
}
targets.forEach(img => {
img.addEventListener('click', function () {
openLightbox(this.getAttribute('src'), this.getAttribute('alt'));
});
});
closeBtn.addEventListener('click', closeLightbox);
lightbox.addEventListener('click', function (e) {
if (e.target === lightbox) closeLightbox();
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape') closeLightbox();
});
})();