八五六預防生醫股份有限公司
110 臺北市信義區松仁路101號12樓
.serex-launch-page * {
box-sizing: border-box;
}
.serex-launch-wrap {
max-width: 980px;
margin: 0 auto;
padding: 0 18px 50px;
}
.serex-launch-hero {
text-align: center;
padding: 30px 0 18px;
}
.serex-launch-logo {
display: block;
margin: 0 auto 24px;
max-width: 299px;
width: 70%;
height: auto;
}
.serex-launch-kicker {
display: inline-block;
margin-bottom: 14px;
padding: 6px 18px;
border-radius: 999px;
background: #eef7fb;
color: #0b4a74;
font-size: 14px;
font-weight: 800;
letter-spacing: 1.5px;
}
.serex-launch-title {
margin: 0;
color: #071f3f;
font-size: 34px;
font-weight: 900;
line-height: 1.35;
letter-spacing: 1.5px;
}
.serex-launch-subtitle {
margin: 18px auto 0;
max-width: 720px;
color: #34495e;
font-size: 19px;
font-weight: 700;
line-height: 1.9;
}
.serex-launch-img-link,
.serex-launch-img {
display: block;
margin: 28px auto 0;
text-align: center;
}
.serex-launch-img img,
.serex-launch-img-link img {
display: block;
max-width: 500px;
width: 100%;
height: auto;
margin: 0 auto;
border: 0;
}
.serex-launch-section {
margin: 34px auto 0;
padding: 38px 28px;
border-radius: 26px;
background: #ffffff;
border: 1px solid #e6edf3;
box-shadow: 0 12px 32px rgba(7, 31, 63, 0.06);
text-align: center;
}
.serex-launch-section.soft {
background: linear-gradient(135deg,#f6fbff 0%,#ffffff 100%);
}
.serex-launch-section.blue {
background: linear-gradient(135deg,#071f3f 0%,#0b3a68 100%);
color: #ffffff;
border: 0;
}
.serex-launch-section.blue .serex-launch-h2,
.serex-launch-section.blue .serex-launch-p,
.serex-launch-section.blue .serex-launch-note {
color: #ffffff;
}
.serex-launch-section.blue .serex-launch-tag {
background: rgba(255,255,255,0.12);
color: #e7f7ff;
border-color: rgba(255,255,255,0.25);
}
.serex-launch-tag {
display: inline-block;
margin-bottom: 12px;
padding: 5px 14px;
border-radius: 999px;
border: 1px solid #d4e7f5;
background: #f3f9fd;
color: #0b4a74;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.2px;
}
.serex-launch-h2 {
margin: 0 0 18px;
color: #071f3f;
font-size: 28px;
font-weight: 900;
line-height: 1.45;
letter-spacing: 1px;
}
.serex-launch-p {
margin: 0 auto 14px;
max-width: 760px;
color: #35465a;
font-size: 18px;
line-height: 2;
}
.serex-launch-p strong {
color: #000080;
font-weight: 900;
}
.serex-launch-highlight {
display: inline-block;
color: #000080;
font-weight: 900;
}
.serex-launch-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
max-width: 760px;
margin: 26px auto 0;
}
.serex-launch-card {
padding: 18px 14px;
border-radius: 18px;
background: #f6fbff;
border: 1px solid #dcecf7;
color: #14314f;
font-size: 16px;
font-weight: 800;
line-height: 1.65;
}
.serex-launch-quote {
margin: 24px auto 0;
padding: 22px 20px;
max-width: 680px;
border-radius: 22px;
background: #f9fbff;
border-left: 6px solid #0b4a74;
color: #071f3f;
font-size: 21px;
font-weight: 900;
line-height: 1.7;
letter-spacing: 1px;
}
.serex-launch-cta-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 14px;
margin: 24px auto 0;
}
.serex-launch-btn {
display: inline-block;
min-width: 210px;
padding: 13px 26px;
border-radius: 999px;
text-decoration: none;
font-size: 17px;
font-weight: 900;
letter-spacing: 1px;
transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.serex-launch-btn:hover {
transform: translateY(-2px);
}
.serex-launch-btn.primary {
background: #071f3f;
color: #ffffff;
box-shadow: 0 10px 24px rgba(7,31,63,0.22);
}
.serex-launch-btn.gold {
background: linear-gradient(135deg,#caa45a 0%,#f2d486 100%);
color: #071f3f;
box-shadow: 0 10px 24px rgba(190,145,55,0.24);
}
.serex-launch-btn.line {
background: #06C755;
color: #ffffff;
box-shadow: 0 10px 24px rgba(6,199,85,0.28);
}
.serex-launch-note {
margin: 22px auto 0;
max-width: 720px;
color: #66788a;
font-size: 15px;
line-height: 1.8;
}
.serex-launch-divider {
width: 68px;
height: 4px;
margin: 34px auto 0;
border-radius: 999px;
background: linear-gradient(90deg,#0b4a74,#d6b365);
}
.serex-launch-company-logo {
display: block;
width: 578px;
max-width: 100%;
height: auto;
margin: 26px auto 0;
}
@media (max-width: 768px) {
.serex-launch-wrap {
padding: 0 14px 40px;
}
.serex-launch-title {
font-size: 28px;
}
.serex-launch-subtitle {
font-size: 17px;
}
.serex-launch-section {
padding: 30px 18px;
border-radius: 22px;
}
.serex-launch-h2 {
font-size: 24px;
}
.serex-launch-p {
font-size: 16px;
}
.serex-launch-grid {
grid-template-columns: 1fr;
}
.serex-launch-card {
font-size: 15px;
}
.serex-launch-quote {
font-size: 19px;
}
.serex-launch-btn {
width: 100%;
min-width: 0;
}
}
856 BIOMEDICAL PREVENTION
建樂壯 SEreX瑪卡鉀溫控慕絲全新上市
男人的體面,不只在表面。從日常細節開始,讓男士保養更自然融入生活。
NEW LAUNCH
男性私密局部肌膚保養,迎來新的選擇
八五六預防生醫正式推出 建樂壯 SEreX 瑪卡鉀溫控慕絲。
這是一款專為男性私密局部肌膚日常保養設計的慕絲型保養品, 讓男士在日常生活中,也能以更簡單、清爽的方式照顧細節。
AEROFOLI™ TECHNOLOGY
AeroFoli™ 溫控泡沫技術細緻慕絲質地,清爽融入日常
建樂壯 SEreX 採用 AeroFoli™ 溫控泡沫技術, 打造細緻慕絲質地,接觸肌膚後容易推開。
使用感清爽不黏,依商品標示方式使用後不需沖洗, 適合重視簡單清爽與日常保養的男士。
細緻慕絲質地
清爽不黏
使用後不需沖洗
FORMULA DESIGN
瑪卡 × 檸檬酸鉀 × 洋甘菊男士日常保養配方設計
建樂壯 SEreX 瑪卡鉀溫控慕絲結合 瑪卡萃取、檸檬酸鉀與洋甘菊等保養成分, 主要用途為保濕、潤膚,日常保養維持肌膚舒適感。
不是口服補充品,也不是清潔用品; 而是專為男性私密局部肌膚日常保養而設計的保養慕絲。
DAILY CARE
不只是保養,更是一種生活習慣
隨著男士保養觀念逐漸普及, 越來越多人開始重視日常生活中的細節。
建樂壯 SEreX 的推出, 代表一種更貼近日常的男士保養新思維。
不需要改變生活,只需要多一個簡單習慣。
OFFICIAL WEBSITE
建樂壯 SEreX 瑪卡鉀溫控慕絲現已正式上市
消費者可透過建樂壯官方網站平台,或合作藥局/通路進一步了解產品資訊。
立即安心體驗 了解建樂壯更多 加入官方 LINE
本產品為日常保養用途,非藥品、非醫療器材,亦不具醫療效能。 實際使用感受會因個人膚況與使用方式而有所不同。
ABOUT 856
關於八五六預防生醫
八五六預防生醫股份有限公司致力於預防醫學、日常健康管理與生活保養相關領域, 持續開發更貼近生活需求的產品與服務。
我們相信,好的保養應該回到日常, 讓每個人都能以更簡單、自然的方式照顧自己。
先有預防概念,才有保養之道。
https://www.856bmp.com/hot_533657.html
【新產品上市】建樂壯 SEreX 瑪卡鉀溫控慕絲 正式上市
2026-06-12
2027-06-12
八五六預防生醫股份有限公司
110 臺北市信義區松仁路101號12樓
https://www.856bmp.com/hot_533657.html
八五六預防生醫股份有限公司
110 臺北市信義區松仁路101號12樓
https://www.856bmp.com/hot_533657.html
https://schema.org/EventMovedOnline
https://schema.org/OfflineEventAttendanceMode
2026-06-12
http://schema.org/InStock
TWD
0
https://www.856bmp.com/hot_533657.html