.event-cms {
--event-primary: #a73567;
--event-secondary: #11739d;
--event-accent: #d04d7e;
--event-link: #126b8d;
--event-soft-primary: #fff3f7;
--event-soft-secondary: #f2f9fc;
--event-soft-neutral: #faf9f7;
--event-text: #302d2f;
--event-border: #e0d3d8;
--event-white: #ffffff;
max-width: 1120px;
margin: 0 auto;
color: var(--event-text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
"Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
font-size: 17px;
line-height: 1.85;
overflow-wrap: anywhere;
}
.event-cms *,
.event-cms *::before,
.event-cms *::after {
box-sizing: border-box;
}
.event-cms section {
margin: 0 0 2.75rem;
scroll-margin-top: 1rem;
}
.event-cms h2 {
margin: 0 0 1.25rem;
padding: 0.28rem 0 0.28rem 0.85rem;
border-left: 0.36rem solid var(--event-accent);
color: var(--event-primary);
font-size: clamp(1.45rem, 2.6vw, 1.85rem);
line-height: 1.35;
letter-spacing: 0.02em;
}
.event-cms h3 {
margin: 0;
color: var(--event-primary);
font-size: 1.08rem;
line-height: 1.55;
}
.event-cms p {
margin: 0 0 1rem;
text-align: justify;
text-justify: inter-ideograph;
}
.event-cms [lang="en"] p {
text-align: left;
text-justify: auto;
}
.event-cms a {
color: var(--event-link);
font-weight: 650;
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
.event-cms a:hover {
color: var(--event-primary);
}
.event-cms a:focus-visible {
outline: 3px solid var(--event-accent);
outline-offset: 3px;
border-radius: 0.15rem;
}
.event-cms .event-lead,
.event-cms .event-overview {
padding: clamp(1.15rem, 3vw, 1.65rem);
border: 1px solid #ead3dc;
border-top: 0.32rem solid var(--event-primary);
border-radius: 0.75rem;
background: var(--event-soft-primary);
}
.event-cms .event-lead {
margin-bottom: 1.2rem;
color: #7a284d;
font-size: 1.07em;
font-weight: 650;
}
.event-cms .event-overview p:last-child,
.event-cms .event-card p:last-child,
.event-cms .event-audience-item p:last-child,
.event-cms .event-reminder p:last-child,
.event-cms .event-faq-answer p:last-child,
.event-cms .event-website p:last-child {
margin-bottom: 0;
}
.event-cms .event-card-grid,
.event-cms .event-audience-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.event-cms .event-card,
.event-cms .event-audience-item {
padding: 1.15rem 1.2rem;
border: 1px solid var(--event-border);
border-top: 0.28rem solid var(--event-primary);
border-radius: 0.7rem;
background: var(--event-white);
}
.event-cms .event-card:nth-child(even) {
border-top-color: var(--event-secondary);
}
.event-cms .event-card h3,
.event-cms .event-audience-item h3 {
margin-bottom: 0.5rem;
}
.event-cms .event-audience-item {
border-top-color: var(--event-secondary);
background: var(--event-soft-secondary);
}
.event-cms .event-reminder-list {
display: grid;
gap: 0.85rem;
margin: 0;
padding: 0;
list-style: none;
}
.event-cms .event-reminder {
position: relative;
padding: 1rem 1.1rem 1rem 3.1rem;
border: 1px solid var(--event-border);
border-radius: 0.65rem;
background: var(--event-soft-neutral);
}
.event-cms .event-reminder::before {
position: absolute;
top: 1rem;
left: 1rem;
width: 1.35rem;
height: 1.35rem;
border-radius: 50%;
background: var(--event-primary);
color: var(--event-white);
content: "i";
font-weight: 700;
font-size: 0.88rem;
line-height: 1.35rem;
text-align: center;
}
.event-cms .event-faq-list {
display: grid;
gap: 1rem;
}
.event-cms .event-faq-item {
overflow: hidden;
margin: 0;
border: 1px solid var(--event-border);
border-radius: 0.75rem;
background: var(--event-white);
}
.event-cms .event-faq-question {
display: flex;
gap: 0.75rem;
align-items: flex-start;
padding: 1rem 1.15rem;
background: var(--event-soft-primary);
}
.event-cms .event-faq-q {
flex: 0 0 auto;
display: inline-grid;
place-items: center;
width: 1.75rem;
height: 1.75rem;
border-radius: 50%;
background: var(--event-primary);
color: var(--event-white);
font-weight: 800;
line-height: 1;
}
.event-cms .event-faq-answer {
padding: 1.1rem 1.2rem 1.25rem;
}
.event-cms .event-faq-en {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--event-border);
color: #4f4b4d;
}
.event-cms .event-website {
padding: 1.15rem 1.25rem;
border-left: 0.32rem solid var(--event-secondary);
background: var(--event-soft-secondary);
}
@media (max-width: 720px) {
.event-cms {
font-size: 16px;
line-height: 1.8;
}
.event-cms .event-card-grid,
.event-cms .event-audience-grid {
grid-template-columns: 1fr;
}
.event-cms .event-reminder {
padding-left: 2.85rem;
}
}
@media (prefers-reduced-motion: reduce) {
.event-cms *,
.event-cms *::before,
.event-cms *::after {
scroll-behavior: auto !important;
}
}
@media print {
.event-cms {
max-width: none;
color: #000000;
font-size: 11pt;
}
.event-cms .event-card,
.event-cms .event-audience-item,
.event-cms .event-faq-item,
.event-cms .event-reminder {
break-inside: avoid;
}
}
活動說明從孕期照護到寶寶成長,真正需要的用品往往不是越多越好,而是要適合家庭、用得順手,也符合孩子當下的安全與發展需求。「嬰兒與孕媽咪用品展」將於花博公園爭艷館登場。潤琪策略有限公司規劃集結孕產照護、月子服務、營養補給、孕哺用品、彌月食品、嬰幼兒用品、兒童教育及親子休閒等品牌,讓準爸媽與照顧者能看實品、問細節,逐項整理家庭採購清單。展區內容預計涵蓋月子中心與月子餐、孕婦服裝與授乳用品、嬰幼兒食品、推車、汽座、背巾、嬰兒床寢、消毒與監控家電,也延伸到圖書繪本、益智玩具、童裝、兒童家具、成長桌椅、家庭攝影與親子旅遊等生活需求。主辦單位另規劃孕媽咪預約活動、試吃、親子趣味賽、滿額回饋、抽獎與兒童活動。不同項目可能設有年齡或月齡、事前報名、指定證件、消費門檻、每日數量與兌換時間等限制;索票不等於已取得活動名額或贈品。請以主辦單位官方網站及現場最新公告為準。OverviewExplore products and services for pregnancy, babies, and family life at the Taipei Baby & Mommy Supplies Exhibition, held at EXPO Dome, Taipei Expo Park.The organizer plans to feature maternity care, postpartum services, nutrition, nursing products, baby food, strollers, car seats, carriers, nursery items, home appliances, books, toys, children’s clothing, furniture, photography, and family activities. Visitors can see products in person, compare features, and ask how each item fits their home and daily routine.The program also includes advance-registration offers, tastings, family games, purchase-based rewards, prize draws, and activities for children. Each offer may have its own age range, registration period, required documents, spending threshold, daily limit, or collection time. An admission ticket does not automatically reserve an activity place or guarantee a gift. Check the official website before visiting.活動亮點孕期與產後照護,先理解服務再選擇月子中心、月子餐、營養補給及孕哺用品各有不同使用情境。除了價格,也可詢問服務內容、成分、試吃方式、配送範圍、取消規則與後續客服。推車、汽座與背巾,安全和操作比折扣更重要建議依孩子年齡、體重、車型、居住空間與使用頻率試用,確認安全標示、安裝方式、收折重量、清潔保養、保固及維修服務。從餵養、寢具到家電,建立真正需要的育兒清單奶瓶、嬰兒食品、床寢、消毒鍋、吸乳器與監控設備看似選擇很多,實際需求卻因餵養方式、家庭分工與空間而異。先排使用優先順序,更能避免重複購買。親子競賽與體驗,依孩子發展階段參加主辦單位目前規劃小寶爬行、大寶爬行、古禮抓周、搬搬樂、跳跳馬及孕媽咪親友趣味賽等活動。各項目有不同年齡、月齡與報到規定,須另行完成報名。適合誰參加正在準備待產與產後生活的準爸媽可從月子照護、孕哺用品與新生兒設備開始,和主要照顧者一起確認分工與實際使用方式。需要替嬰幼兒用品換階段的照顧者孩子快速成長時,可比較汽座、推車、餐具、寢具、玩具與家具的適用年齡、尺寸及安全需求。想看實品、試操作再購買的家庭線上規格不容易判斷重量、尺寸與操作手感,現場適合實際收折、安裝或詢問保固與售後服務。想帶孩子參加分齡活動的家長爬行、抓周、搬搬樂與跳跳馬依月齡或年齡分組,報名前應先核對孩子資格、場次與陪同規定。參與提醒先分清楚入場、活動報名與贈品資格:三者通常是不同流程。官方網站目前列有會員索票、邀請憑證、現場票及部分免費入場資格;親子競賽、試吃或贈品則可能需要另外預約與審核。需要證件的活動,出發前逐項核對:部分孕媽咪或兒童活動可能要求媽媽手冊、寶寶手冊、身分證明、會員 QR Code、比賽號碼牌或消費憑證。請依個別辦法攜帶,避免只憑宣傳截圖到場。贈品、抽獎及滿額回饋均有條件:可能設有本人到場、消費品類、金額門檻、每日限量、每人限領次數與兌換截止時間。完成索票或預約,不代表一定能領到贈品。選購安全用品時,先確認是否真正適用:汽座、推車、背巾、嬰兒床與家電應依孩子年齡、體重、尺寸及產品標示選擇;不要因展場價格而跳過安裝、試用、保固與召回資訊。攜帶嬰幼兒或孕期行動較不便者,預留休息時間:熱門時段可能需要排隊。建議精簡隨身物品、留意推車動線,食品試吃前先詢問成分、過敏原與保存方式,並依現場工作人員引導參觀。FAQQ 參加「嬰兒與孕媽咪用品展」是否所有人都能免費入場,還是需要先索票或購票?不是所有人都可無條件免費入場。官方網站目前列有會員線上索票、貴賓邀請函或電子 VIP 憑證、現場購票,以及孕媽咪持媽媽手冊攜伴一人、12 歲以下兒童由成人陪同等特定免費資格。票務與同行規則可能調整,請先查閱官方網站並備妥有效 QR Code 或證件。Free admission does not apply to everyone without conditions. The official website currently lists online member tickets, invitation or electronic VIP passes, on-site tickets, and certain free-admission categories, including eligible pregnant visitors and accompanied children aged 12 or under. Rules may change, so check the website and bring the required QR code or documents.Q 孩子想參加婦幼展的爬行、抓周、搬搬樂或跳跳馬活動,是否到現場排隊就能參加?這些活動通常須事前報名,並按孩子月齡或年齡分組;各場次也可能設有名額、報到時間、陪同者及證明文件等要求。請先在官方網站選擇符合資格的活動,完成登記後再到會員中心確認報名紀錄。取得入場票券不等於取得比賽名額。These activities usually require advance registration and are grouped by the child’s age or month range. Each session may also have capacity, check-in, accompanying-adult, or document rules. Choose an eligible activity on the official website and confirm the booking in the member center. Admission does not automatically reserve a competition place.Q 完成婦幼展索票或活動預約後,是否一定可以領到孕媽咪福袋、早鳥禮、滿額贈或其他贈品?各項贈品與抽獎可能分別設有孕期或年齡資格、本人到場、展前登記、指定證件、消費門檻、每日限量、兌換時段及每人限領次數。請詳閱個別活動辦法,並留意數量有限、送完為止。索票只處理入場資格,不保證取得任何贈品。Each gift or prize activity may have its own pregnancy or age requirement, in-person rule, advance registration, required documents, spending threshold, daily quantity, collection time, and per-person limit. Supplies are limited. An admission ticket does not guarantee any gift.Q 在婦幼展購買推車、汽座、背巾或嬰兒家電前,應優先確認哪些事項?請先確認孩子適用的年齡、體重與身高範圍,以及產品安全標示、正確安裝、實際尺寸、重量、清潔方式、保固與維修。汽座還需確認是否適合自家車型及安裝位置;家電則應了解耗材、電壓與售後服務。若無法在現場完成判斷,不必因限時折扣立即購買。Check the child’s age, weight, and height range, along with safety labels, correct installation, size, weight, cleaning, warranty, and repairs. For a car seat, confirm that it fits your vehicle and installation position. For appliances, ask about consumables, voltage, and service. Do not feel pressured to buy if you cannot confirm suitability at the show.活動網址索票、票務、親子活動報名、贈品條件、參展品牌與活動異動,請以嬰兒與孕媽咪用品展官方網站最新公告為準。客服電話:(02) 2881-4888。