   /* Science page – force dropdown to sit under the header (desktop only) */   @media (min-width: 769px){     .fixed-header .dropdown{       position: absolute !important;       top: 52px;     }   }    /* ===== EXOHAUS · Science Body — Unified Typography & Spacing (Consolidated) ===== */   #science-body { padding: 48px 0 !important; }   .sci-hr { max-width: 1000px; margin: 24px auto; border: none; height: 1px; background: #e5efe9; }    .sci-wrap {     max-width: 1000px;     margin: 0 auto 56px !important;     padding: 0 20px;   }   .sci-wrap:last-of-type { margin-bottom: 0 !important; }  /* ── Anchor offset for sticky header: NEW & LEGACY sections */ #ev-core, #lyophilization, #dermal-delivery, #clinical, #sustainable, #tech-philosophy, /* legacy card anchors + aliases */ #science-summary, #science-cards, #what-are-exosomes, #what-are-exosomes-alias, #why-exosomes-skincare, #biomimetic-action, #diverse-sources, #functional-origins, #biomimetic-regeneration-4CARD, #delivery-system, #freeze-dried, #anti-aging, #triple-synergy, #biomimetic-overview {   scroll-margin-top: 128px; }     /* ── Headings */   .sci-h2{     font-size: clamp(22px, 2.8vw, 34px) !important;     line-height: 1.3 !important;     margin: 0 0 6px !important;     font-weight: 800;   }   .sci-h3{     font-size: clamp(18px, 2.3vw, 25px) !important;     line-height: 1.35 !important;     margin: 0 0 8px !important;     font-weight: 700;   }    /* ── H2 바로 아래 한국어 보조 타이틀(영문보다 살짝 작게) */   .sci-ko-title{     font-size: clamp(14px, 1.35vw, 16px) !important;     line-height: 1.5 !important;     margin: 0 0 12px !important;     color:#1c2d28;     font-weight: 700;   }    /* ── Body text: EN 기본, KR 살짝 작게 + 라인하이트 보정 */   .sci-wrap p{     font-size: clamp(15.8px, 1.55vw, 17.5px) !important;     line-height: 1.75 !important;     margin: 0 0 10px !important;     color:#172b26;   }   .sci-wrap p[translate="no"]{     font-size: clamp(14.9px, 1.48vw, 16.8px) !important; /* KR ≈ EN -0.5~0.7px */     line-height: 1.82 !important;     margin: 2px 0 12px !important;   }   .sci-wrap p[translate="yes"] + p[translate="no"]{ margin-top: 2px !important; }   .sci-wrap p[translate="no"] + p[translate="yes"]{ margin-top: 14px !important; }    /* Notes & links */   .sci-note {     font-size: 15px !important;     line-height: 1.75 !important;     color: #4b5b55 !important;     margin: 12px 0 0 !important;   }   .sci-links { margin-top: 8px !important; color: #2d3c37; }   .sci-links a { text-decoration: none; border-bottom: 1px solid #dbe7e1; }   .sci-links a:hover { border-bottom-color: #90b2a6; }    /* CTA row (새 섹션 → 기존 상세 섹션으로 점프) */   .sci-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}   .sci-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border:1px solid #e5efe9;border-radius:999px;text-decoration:none;color:#2d3c37}   .sci-cta:hover{border-color:#90b2a6}   .sci-cta:focus-visible{outline:3px solid #99c7ba;outline-offset:2px}    /* Alias anchors (시각적 표시 없이 위치만 잡는 스팬) */   .anchor-alias{display:block;height:0;line-height:0;overflow:hidden;}    /* a11y + smooth scroll */   a:focus { outline: 2px dashed #90b2a6; outline-offset: 2px; }   html { scroll-behavior: smooth; }    /* 모바일 타이포 보정 */   @media (max-width:520px){     .sci-wrap p{ font-size: clamp(15.5px, 3.9vw, 17px) !important; line-height:1.7 !important; }     .sci-wrap p[translate="no"]{ font-size: clamp(14.7px, 3.7vw, 16.5px) !important; line-height:1.78 !important; }   }    /* ===== Science Summary (10 Cards) ===== */   .science-card-grid {     display: flex; flex-wrap: wrap; gap: 24px; justify-content: center;   }   .science-card {     flex: 1 1 250px; max-width: 250px; background-color: #f6f9f7; padding: 24px; border-radius: 16px;     text-decoration: none; color: #1f3c2f; box-shadow: 0 4px 12px rgba(0,0,0,.06); transition: all .3s ease;   }   .science-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,.08); background-color:#e9f3f0; }   .science-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }   .science-card p { font-size: 16px; color: #555; margin: 0; }   @media (max-width: 768px){ .science-card { flex: 1 1 100%; max-width: 100%; } }    /* ===== Header/overlay safety ===== */   .fixed-header, .fixed-header .dropdown { position: relative; z-index: 10000; }   .hero-overlay, .top-gradient-overlay { pointer-events: none; } /* 상단 오버레이가 클릭 가로채지 않게 */    /* 부드러운 스크롤 */   html{ scroll-behavior:smooth; }    /* 카드 그리드 */   #science-cards{ background:#fff; padding:72px 0 48px; }   #science-cards .sc-wrap{ max-width:1200px; margin:0 auto; padding:0 20px; }    /* 헤더: 중복 최소화 — 한 줄 요약 + 보조 한글 */   #science-cards .sc-head{ background:#f6f9f7; padding:36px 24px; border-radius:14px; margin:0 0 36px; text-align:center; }   #science-cards .sc-head h2{     font-size: clamp(26px, 3.2vw, 38px); font-weight:800; color:#1f3c2f; margin:0 0 8px;   }   #science-cards .sc-head p{     font-size: clamp(15px,1.6vw,18px); line-height:1.6; color:#444; margin:0;   }   #science-cards .sc-head p[translate="no"]{ opacity:.92; }    /* 카드 */   .science-card-grid{ display:flex; flex-wrap:wrap; gap:22px; justify-content:center; }   .science-card{     flex:1 1 250px; max-width:250px; background:#f6f9f7; padding:22px; border-radius:16px;     text-decoration:none; color:#1f3c2f; box-shadow:0 4px 12px rgba(0,0,0,.06);     transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease;   }   .science-card:hover{ transform:translateY(-4px); box-shadow:0 8px 20px rgba(0,0,0,.08); background:#e9f3f0; }   .science-card h3{ font-size:20px; font-weight:700; margin:0 0 6px; }   .science-card p{ font-size:15.5px; color:#4b5752; margin:0; }   .science-card p[translate="no"]{ opacity:.95; }    /* 대표 카드(기술 철학): 100% 폭 + 아이콘 느낌의 화살표 */   .science-card.feature{     flex:1 1 100%; max-width:100%; display:flex; align-items:center; gap:14px; background:#eaf4f0;     border:1px solid #d8ebe5;   }   .science-card.feature h3{ font-size: clamp(18px,2.1vw,22px); margin:0; }   .science-card.feature span.arrow{ margin-left:auto; font-weight:800; }    /* 모바일 */   @media (max-width:768px){     .science-card{ flex:1 1 100%; max-width:100%; }   }    @media (max-width: 1024px) {     .grid-3col {       grid-template-columns: repeat(2, 1fr);     }   }    @media (max-width: 640px) {     .grid-3col {       grid-template-columns: 1fr;     }   }  /* 복붙 가능한 간단 카드용 CSS */ .exo-section {   background-color: #f9f9f9;   padding: 100px 20px; } .exo-title {   font-size: 34px;          /* 기존보다 크게 */   font-weight: 800;         /* 더 굵게 */   color: #222;              /* 진한 블랙 계열로 대비감 */   text-align: center;   margin-bottom: 12px; }  .exo-subtitle {   font-size: 18px;   text-align: center;   color: #555;   margin-bottom: 40px; } .exo-row {   display: flex;   flex-wrap: wrap;   gap: 40px;   justify-content: space-between; } .exo-card {   background: #fff;   border-radius: 12px;   box-shadow: 0 6px 18px rgba(0,0,0,0.05);   padding: 32px;   transition: transform 0.3s ease; } .exo-card:hover {   transform: translateY(-6px); } .exo-col-50 {   flex: 0 0 48%; } @media screen and (max-width: 768px) {   .exo-col-50 {     flex: 0 0 100%;   } } .exo-text {   font-size: 16px;   color: #333;   line-height: 1.7; } .exo-highlight {   font-weight: 600;   color: #d9867e;   font-size: 17px;   display: inline-block;   margin-bottom: 8px; } #sp-u5kqme{width: 100%; max-width: 100%;}#sp-y7ga4y{width: calc(100% + 0px);}#sp-repv45{margin: 0px;}#science-hero{position:relative;overflow:hidden;}#sp-v3c8qhou02{width:100%;height:auto;display:block;object-fit:cover;}#sp-av9eplkxul{display: none;}#sp-r11jtamtvq{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25) 0,rgba(0,0,0,.45) 40%,rgba(0,0,0,.45) 100%);pointer-events:none;}#sp-wrxwwv2qag{display: none;}#sp-i2h4m7b5pw{position:absolute;left:50%;transform:translateX(-50%);bottom:8vw;width:min(1080px,92%);color:#fff;text-align:center;}#sp-zqalur5e0x{color:#fff;font-size:clamp(26px,4.5vw,50px);line-height:1.15;font-weight:800;margin:0 0 14px;text-wrap:balance;}#sp-rdw13p9ik1{max-width:960px;margin:0 auto 6px;font-size:clamp(14px,1.4vw,18px);line-height:1.7;opacity:.95;}#sp-xmdi4g4xkp{max-width:960px;margin:0 auto;font-size:clamp(14px,1.4vw,18px);line-height:1.7;opacity:.95;}#sp-bwt91hxkl8{display: none;}#sp-3530t3a422{margin-top:22px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}#sp-8adexbd8b8{background:#fff;color:#0f352b;padding:12px 18px;border-radius:999px;font-weight:700;text-decoration:none;}#sp-na0263li4u{background:transparent;color:#fff;border:2px solid #fff;padding:10px 16px;border-radius:999px;font-weight:700;text-decoration:none;}#sp-j9v9u79car{background:#17b19a;color:#fff;padding:12px 18px;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 6px 16px rgba(0,0,0,.18);}#sp-c9htd3u1jj{display: none;}#sp-uiv6cteny9{width:100%;height:auto;display:block;object-fit:cover;}#sp-waxwen{width: 100%; max-width: 100%;}#sp-sccs3r{width: calc(100% + 0px);}#sp-bec8w8{margin: 0px;}#sp-eshqn9vv58{display: none;}#sp-j353blbvm9{display: none;}#sp-jx6rsmz1b6{color:#9aa7a0;}#sp-aa16e2zqzn{color:#9aa7a0;}#sp-cuuuljcux9{display: none;}#sp-dl4pf8aaec{display: none;}#sp-8vk3plhkrs{color:#9aa7a0;}#sp-8irtxbmd3d{color:#9aa7a0;}#sp-a2h7h8yryv{display: none;}#sp-0a5osb4uiy{display: none;}#sp-083gj8in2g{color:#9aa7a0;}#sp-thaug8v1yp{display: none;}#sp-tfcaiqxvmd{display: none;}#sp-ca0tv5cetz{color:#9aa7a0;}#sp-tuj5ixybdz{display: none;}#sp-gk99z78b0x{display: none;}#sp-wcier885ii{margin-top:16px;}#sp-6ftfj08awb{display: none;}#tech-philosophy{margin-bottom:60px;}#sp-cpvv5cv0kc{display: none;}#sp-w5v1i1nhjg{display: none;}#sp-nyyl2tci5w{margin:0 0 10px; line-height:1.9;}#sp-ir55u24rtt{display: none;}#sp-5favlnu6ue{margin:0 0 10px; line-height:1.75;}#sp-srsi057kjv{margin:0 0 14px; line-height:1.9;}#sp-tcs9u65twe{display: none;}#sp-620lrj1tjw{margin:0 0 10px; line-height:1.75;}#sp-r9zsvkr10l{margin:0 0 14px; line-height:1.9;}#sp-olnh5yakav{display: none;}#sp-wcndjoixtm{margin:0 0 10px; line-height:1.75;}#sp-crpjsrqex9{margin:0 0 14px; line-height:1.9;}#sp-p40db54u1u{display: none;}#sp-dm3n80evwd{margin:0; line-height:1.75;}#sp-2873rvfqnx{margin:0; line-height:1.9;}#sp-wgovqqr5to{display:flex; gap:10px; flex-wrap:wrap; margin-top:18px;}#sp-679dxmrnav{text-decoration:none; padding:10px 14px; border-radius:999px; border:1px solid #e5efe9;}#sp-2xt7yex0nc{text-decoration:none; padding:10px 14px; border-radius:999px; border:1px solid #e5efe9;}#sp-t61qcfiztg{text-decoration:none; padding:10px 14px; border-radius:999px; border:1px solid #e5efe9;}#sp-i9dxytz7un{display: none;}#sp-pra875fm7a{margin-top:18px;}#sp-gy79pu{width: 100%; max-width: 100%;}#sp-ggbvvu{width: calc(100% + 0px);}#sp-ksl7pe{margin: 0px;}#sp-n9or9hzetu{display: none;}#top{display:none;}#sp-utj8r2zj4c{display: none;}#sp-cgdusrgruf{display: none;}#sp-oxpjb1py9k{display: none;}#sp-v8pparpzlb{display: none;}#sp-ch6405{width: 100%; max-width: 100%;}#sp-gwgzb4{width: calc(100% + 0px);}#sp-ojzl8q{margin: 0px;}#sp-gp4ohm5vp9{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-36agobzvlx{text-align: center; margin-bottom: 3rem;}#sp-ts2s66d3pg{font-size: 14px; color: #888; font-weight: 500; margin-bottom: 18px;}#sp-9svtegwk8r{font-size: 2.8rem; font-weight: 800; color: #1a1a1a; margin-bottom: 10px; letter-spacing: -0.02em;}#sp-ok9pr825ke{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 34px;}#sp-2zag3foldt{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-fpb65u4ofr{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-uj1xmm2znf{display: none;}#sp-915di0rz4m{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; font-size: 12px; line-height: 1.7; color: #333; background: #fff;}#sp-k6jab1bgn6{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-o6obh2shvr{font-size: 15px; font-weight: bold; margin-bottom: 0.6rem; color: #333;}#sp-zynietdu0c{margin-bottom: 1.2rem; font-size: 10px; line-height: 1.5; color: #333;}#sp-owtijhdkq9{font-size: 13px; font-weight: bold; margin-bottom: 0.6rem; color: #888;}#sp-et04p0pwj1{font-size: 10px; line-height: 1.5; color: #666;}#sp-l6p7yzuiyd{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-hvo04baivh{font-size: 16px; line-height: 1.8; color: #333; margin-bottom: 1.2em;}#sp-b6yxwmtvsm{color: #333;}#sp-kejsa853c3{color: #666;}#sp-c3hfroqrx5{font-size: 16px; line-height: 1.8; color: #333; margin-bottom: 1.2em;}#sp-9dxxyilcta{color: #666;}#sp-ofk2y4v8bt{font-size: 20px; margin-top: 1.5em; margin-bottom: 12px; font-weight: bold; color: #1a1a1a;}#sp-2xv7r080y8{font-size: 16px; color: #888;}#sp-gvrdxd221g{padding-left: 1.2em; margin-bottom: 1.2em;}#sp-76cs70gcoo{margin-bottom: 12px;}#sp-2cwaadhqod{color: #666;}#sp-ag5smc00g8{margin-bottom: 12px;}#sp-9ug0ohme31{color: #666;}#sp-1n6y5cecv1{color: #666;}#sp-wrqf1et85v{font-size: 16px; color: #333; line-height: 1.8;}#sp-4iybmnmdyo{color: #666;}#sp-se0p2xnizp{font-size: 16px; color: #d9867e; font-weight: 600; margin-top: 12px;}#sp-423mcvkfw0{color: #d9867e;}#sp-vr941u{width: 100%; max-width: 100%;}#sp-u9i670{width: calc(100% + 0px);}#sp-jvvby1{margin: 0px;}#why-exosomes-skincare{padding-top: 100px; margin-top: -100px;}#sp-s83fwj7l2c{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-ycu6khrpnt{text-align: center; margin-bottom: 3rem;}#sp-0ce23byvze{font-size: 14px; color: #888; font-weight: 500; margin-bottom: 18px;}#sp-lzqd04weep{font-size: 2.8rem; font-weight: 800; color: #1a1a1a; letter-spacing: -0.02em; margin-bottom: 10px;}#sp-x620nyq7wd{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 34px;}#sp-8keo9zdctw{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0.2rem;}#sp-fbt5e26z3k{font-style: italic; font-size: 1rem; color: #666;}#sp-3v7omu19j3{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-ptdw8ebmbx{display: none;}#sp-aubt8tf6hu{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; font-size: 12px; line-height: 1.7; color: #333; background: #fff;}#sp-7z69krjset{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-wioozgms84{font-size: 12px; line-height: 1.6;}#sp-g0pq9h2do0{margin-bottom: 0.8em;}#sp-b62ihq520i{font-size: 12px; color: #666; margin-top: 0.5em;}#sp-nprt97992p{border: none; border-top: 1px solid #ccc; margin: 1.2em 0;}#sp-hyy2m06572{margin-bottom: 0.8em;}#sp-0ga30h1jxm{font-size: 12px; color: #666; margin-top: 0.5em;}#sp-qhnxffqhxh{display: none;}#sp-54y686es27{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-yi92uypdey{background-color: #f9fafa; padding: 2.5rem 2rem; border-radius: 16px;}#sp-bfgq3w4hrp{display: none;}#sp-3ex7yostlm{margin: 2rem 0;}#sp-pldl44ther{font-weight: normal;}#sp-zl61ex8thi{line-height: 1.8; padding-left: 1.2rem;}#sp-6guv1lemdx{margin: 2rem 0;}#sp-g6ty2p42ts{font-weight: normal;}#sp-52a7vj9b09{line-height: 1.8; padding-left: 1.2rem;}#sp-r5lvvb497s{margin: 2rem 0;}#sp-sae5xucilo{font-weight: normal;}#sp-d1cduu{width: 100%; max-width: 100%;}#sp-lr3jt7{width: calc(100% + 0px);}#sp-cctzj7{margin: 0px;}#biomimetic-action{padding-top: 100px; margin-top: -100px;}#sp-celutq1obl{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-i5fea8b8i8{text-align: center; margin-bottom: 3rem;}#sp-6a4fses3tv{font-size: 13px; color: #999; margin-bottom: 18px;}#sp-kecjmveyjz{font-size: 2.8rem; font-weight: 800; letter-spacing: -0.02em; color: #1a1a1a; margin-bottom: 8px;}#sp-pfbt8vmrez{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 24px;}#sp-olebfg7lb7{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-7xzs6ddwmg{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-i3nr6x8gmf{display: none;}#sp-ml5f7kgmfu{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; font-size: 12px; line-height: 1.7; color: #333; background: #fff;}#sp-pdw71sneqg{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-dk384a8dee{font-size: 15px; font-weight: bold; color: #d9867e; margin-bottom: 10px;}#sp-krqy6ubatp{font-size: 11px; color: #333; line-height: 1.6; margin-bottom: 0.8em;}#sp-2ouk5ln5q8{font-size: 11px; color: #555; line-height: 1.6;}#sp-ihimswqrrr{display: none;}#sp-d2oovpbuow{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-1y325wgphc{font-size: 16px; color: #000000; font-weight: bold; margin-bottom: 1rem;}#sp-ugvmbxmo63{font-size: 18px; font-weight: 600; margin-bottom: 20px;}#sp-9ehns6xqf8{font-size: 15px; line-height: 1.7; padding-left: 20px; color: #1a1a1a;}#sp-szpxpjb74n{margin-bottom: 16px;}#sp-32mqzy6m1z{margin-bottom: 16px;}#sp-izp4ytpep1{margin-bottom: 16px;}#sp-gxwwyx5on5{margin-top: 24px; font-size: 15px; line-height: 1.7; color: #1a1a1a;}#sp-cuo08c{width: 100%; max-width: 100%;}#sp-f9ph36{width: calc(100% + 0px);}#sp-zfoc32{margin: 0px;}#diverse-sources{padding: 60px 0; background-color: #f8f9fa;}#sp-yk0ytwus53{max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center;}#sp-0ialkw1y9a{font-size: 13px; color: #999; margin-bottom: 12px;}#sp-s3si0bb8qr{font-size: 2.8rem; font-weight: 800; letter-spacing: -0.02em; color: #1a1a1a; margin-bottom: 8px;}#sp-7k3yjz9y4s{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 20px;}#sp-h1vetqbcq3{font-size: 16px; line-height: 1.8; color: #333; max-width: 900px; margin: 0 auto 12px;}#sp-ggatvlilt8{font-size: 16px; line-height: 1.8; color: #333; max-width: 900px; margin: 0 auto;}#sp-kzbrjep07h{background-color: #fafafa; padding: 60px 20px;}#sp-vxi5l891pu{     display: grid;     grid-template-columns: repeat(3, 1fr);     gap: 24px;     max-width: 1200px;     margin: 0 auto;   ;}#sp-nqj5nb331x{display: none;}#sp-hzupwmt7np{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-repmygbtdx{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-b7hctel52f{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-689j5vckt0{font-size: 18px; margin-bottom: 8px;}#sp-budx140vkq{font-weight: 500;}#sp-j1fopqh9nd{font-weight: 500; margin-bottom: 8px;}#sp-n6thl2bxvo{font-size: 15px; line-height: 1.6;}#sp-0lhjgb8701{font-size: 14px; color: #555;}#sp-htvw5cakvz{display: none;}#sp-k6t372805r{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-y8buxcxe3z{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-nk4pt6yjvl{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-gmd5447jjp{font-size: 18px; margin-bottom: 8px;}#sp-ya60ybqy6w{font-weight: 500;}#sp-yspxv05dcc{font-weight: 500; margin-bottom: 8px;}#sp-68d9tfwuh1{font-size: 15px; line-height: 1.6;}#sp-5ze0u619s5{font-size: 14px; color: #555;}#sp-v2zrsl5cxg{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-3hnmaceyqz{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-xmgvex06oi{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-0tiflhpn8b{font-size: 18px; margin-bottom: 8px;}#sp-lfww6equgf{font-weight: 500;}#sp-ch6tie9mrf{font-weight: 500; margin-bottom: 8px;}#sp-7xfcu4ypqv{font-size: 15px; line-height: 1.6;}#sp-wczjhbgbnv{font-size: 14px; color: #555;}#sp-jv4gxtdsij{display: none;}#sp-ipfe4uvyoc{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-vptf2b8sxw{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-sozbh8051h{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-df7u8xq6bo{font-size: 18px; margin-bottom: 8px;}#sp-kcuwtysjdt{font-weight: 500;}#sp-zzpm13rwtq{font-weight: 500; margin-bottom: 8px;}#sp-h35fcqjkxt{font-size: 15px; line-height: 1.6;}#sp-3uuzl6sgs1{font-size: 14px; color: #555;}#sp-pxno9d8722{display: none;}#sp-kb98dvtzt4{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-34r0g0m9aj{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-dpcv8u522k{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-cgwmt3v9ff{font-size: 18px; margin-bottom: 8px;}#sp-3o5t5ciqb9{font-weight: 500;}#sp-chgrwfwc1p{font-weight: 500; margin-bottom: 8px;}#sp-9ib2q9elno{font-size: 15px; line-height: 1.6;}#sp-kjs62z35nz{font-size: 14px; color: #555;}#sp-jpp8grtzz0{display: none;}#sp-slfr0ljkjv{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-m65n1kj2lc{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-1zmqp15hqp{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-g82dkgvg9n{font-size: 18px; margin-bottom: 8px;}#sp-yl3y0ffgtu{font-weight: 500;}#sp-2kurctq3b0{font-weight: 500; margin-bottom: 8px;}#sp-aamntnpj6s{font-size: 15px; line-height: 1.6;}#sp-y83rfulg97{font-size: 14px; color: #555;}#sp-v8homra7a7{display: none;}#sp-zu0cq8yn5w{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-f673ajw0mt{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-os97kviilm{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-1k5e7ziskg{font-size: 18px; margin-bottom: 8px;}#sp-ssykrlgyh9{font-weight: 500;}#sp-h7atvdqrbc{font-weight: 500; margin-bottom: 8px;}#sp-ocn5owbt85{font-size: 15px; line-height: 1.6;}#sp-eopr4e22c2{font-size: 14px; color: #555;}#sp-2safqsb4rr{display: none;}#sp-j2uriqshoz{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-n1zw8gomoi{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-8mjp87taga{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-thbdeivapn{font-size: 18px; margin-bottom: 8px;}#sp-vjf37e7vq5{font-weight: 500;}#sp-9v9jdq9nv0{font-weight: 500; margin-bottom: 8px;}#sp-shsok3g9qv{font-size: 15px; line-height: 1.6;}#sp-sg4zyjccts{font-size: 14px; color: #555;}#sp-cybdlur0c2{display: none;}#sp-sttri30nbg{background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center;}#sp-zpnven2mum{width: 100%; border-radius: 12px; margin-bottom: 16px;}#sp-iwvcfaai1n{font-size: 20px; font-weight: 600; margin: 8px 0 4px;}#sp-drmsx4z69n{font-size: 18px; margin-bottom: 8px;}#sp-u04dol887p{font-weight: 500;}#sp-6ruuqcvpw8{font-weight: 500; margin-bottom: 8px;}#sp-149099bpf2{font-size: 15px; line-height: 1.6;}#sp-qw2djtvdi0{font-size: 14px; color: #555;}#sp-zf6pit{width: 100%; max-width: 100%;}#sp-z4tikl{width: calc(100% + 0px);}#sp-r87nh3{margin: 0px;}#functional-origins{padding: 80px 0; background-color: #f8f9fa;}#sp-4r79ripuhr{max-width: 1200px; margin: 0 auto; padding: 0 20px;}#sp-fsnvibofoc{font-size: 13px; color: #999; text-align: center; margin-bottom: 18px; line-height: 1.6;}#sp-6g1mpizsv5{font-size: 2.8rem; font-weight: 800; letter-spacing: -0.02em; color: #1a1a1a; text-align: center; margin-bottom: 36px; line-height: 1.6;}#sp-gs8utr9av8{font-size: 1.5rem; font-weight: 600; color: #888; display: block; margin-top: 14px;}#sp-u7ygh6t2lt{display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; max-width: 1200px; margin: 0 auto;}#sp-yomxy5r1zx{flex: 1 1 300px; max-width: 100%; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box;}#sp-u5ba54jx1f{font-size: 20px; font-weight: 700;}#sp-hq3l7pwafh{font-size: 14px; margin-bottom: 8px;}#sp-esra2ts5ug{font-size: 14px;}#sp-y677v4k02g{display: inline-block; margin-top: 12px; font-weight: 600; color: #2a7cc7; text-decoration: none;}#sp-ucy2p3rsjg{flex: 1 1 300px; max-width: 100%; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box;}#sp-9peg6ptqri{font-size: 20px; font-weight: 700;}#sp-tt5ksqdwlf{font-size: 14px; margin-bottom: 8px;}#sp-gvn3xigadg{font-size: 14px;}#sp-uv7ayvenap{display: inline-block; margin-top: 12px; font-weight: 600; color: #2a7cc7; text-decoration: none;}#sp-ii4itxcab2{flex: 1 1 300px; max-width: 100%; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box;}#sp-3pfua9qkmy{font-size: 20px; font-weight: 700;}#sp-gkr5zccxs6{font-size: 14px; margin-bottom: 8px;}#sp-px759mb2rs{font-size: 14px;}#sp-4vtpbi12yj{display: inline-block; margin-top: 12px; font-weight: 600; color: #2a7cc7; text-decoration: none;}#sp-u2uvm486jm{flex: 1 1 300px; max-width: 100%; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box;}#sp-gmigj4mrw3{font-size: 20px; font-weight: 700;}#sp-agpd9qpti9{font-size: 14px; margin-bottom: 8px;}#sp-ihibug2hnm{font-size: 14px;}#sp-ow9bttxjeo{display: inline-block; margin-top: 12px; font-weight: 600; color: #2a7cc7; text-decoration: none;}#sp-6gd30j9qrb{flex: 1 1 300px; max-width: 100%; background: #ffffff; border-radius: 12px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); box-sizing: border-box;}#sp-rlbspz70qx{font-size: 20px; font-weight: 700;}#sp-rcrwibs59p{font-size: 14px; margin-bottom: 8px;}#sp-1oukx8m9pu{font-size: 14px;}#sp-e1uz0x4n0a{display: inline-block; margin-top: 12px; font-weight: 600; color: #2a7cc7; text-decoration: none;}#sp-cucyyx{width: 100%; max-width: 100%;}#sp-f91xuu{width: calc(100% + 0px);}#sp-zklgpu{margin: 0px;}#cicasome-detail{padding: 100px 20px; background-color: #f4f6f8; font-family: 'Poppins', sans-serif;}#sp-aeo3uil6wq{max-width: 1000px; margin: 0 auto; text-align: center;}#sp-m5son2w338{font-size: 36px; font-weight: 800; color: #D9867E; margin-bottom: 12px; line-height: 1.4;}#sp-259cu4g4ku{font-size: 18px; font-weight: 500; color: #333; margin-bottom: 32px;}#sp-azvsbjb5c0{font-size: 16px; color: #444; line-height: 1.8; max-width: 720px; margin: 0 auto 12px;}#sp-pb7hkl14jl{font-size: 15px; color: #555; line-height: 1.8; max-width: 720px; margin: 0 auto;}#sp-m2dm710f7t{display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto;}#sp-9h3z3yfnlk{display: none;}#sp-zyctg91lr1{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-0vvu9lv6bk{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-db6sv1ajps{font-size: 15px; color: #333; line-height: 1.7;}#sp-1b6wats6kk{font-size: 15px; color: #444; line-height: 1.7;}#sp-mf5xecjifd{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-v08kkhgzz3{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-e40o3ge5nh{color:#888; text-decoration: underline;}#sp-a612rwr07d{display: none;}#sp-wdldkdef5j{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-g4td5mu6ug{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-fwdgqj549c{font-size: 15px; color: #333; line-height: 1.7;}#sp-sct0efk48c{font-size: 15px; color: #444; line-height: 1.7;}#sp-glyq7cg7jj{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-3m4eaw7no7{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-os88s74ykj{display: none;}#sp-muvhvup2pd{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-apf5mpn0vt{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-n3018rncjh{font-size: 15px; color: #333; line-height: 1.7;}#sp-qsd2gr6vu8{font-size: 15px; color: #444; line-height: 1.7;}#sp-qks7qhgmxe{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-actk703mxr{display: none;}#sp-t27ese622g{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-6ikg4v5p27{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-o6svf3eemz{font-size: 15px; color: #333; line-height: 1.7;}#sp-qg44fpqxsi{font-size: 15px; color: #444; line-height: 1.7;}#sp-ndv6imdhu1{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-w06e4tfuew{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-r7go39avm1{color:#888; text-decoration: underline;}#sp-adpcf4{width: 100%; max-width: 100%;}#sp-tbhohy{width: calc(100% + 0px);}#sp-p89s7v{margin: 0px;}#ev-usc-1994{padding-top: 100px; margin-top: -100px;}#usc1994-detail{padding: 100px 20px; background-color: #f4f6f8; font-family: 'Poppins', sans-serif;}#sp-b3h0ub7m6k{max-width: 1000px; margin: 0 auto; text-align: center;}#sp-mly2lunjn4{font-size: 36px; font-weight: 800; color: #D9867E; margin-bottom: 12px; line-height: 1.4;}#sp-d7h9n03n7l{font-size: 18px; font-weight: 500; color: #333; margin-bottom: 32px;}#sp-n4sivnpvew{font-size: 16px; color: #444; line-height: 1.8; max-width: 720px; margin: 0 auto 12px;}#sp-63i2auosds{font-size: 15px; color: #555; line-height: 1.8; max-width: 720px; margin: 0 auto;}#sp-of38w6orki{display: flex; flex-wrap: wrap; gap: 36px; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto; justify-content: center;}#sp-yt96n024bs{flex: 0 0 48%; background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-83fx0l0cha{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-sbks7baz40{font-size: 15px; color: #333; line-height: 1.7;}#sp-gk3qc31ol6{font-size: 15px; color: #444; line-height: 1.7;}#sp-dbu2opnk94{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-z3bv4kchiz{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-mckr78l71v{color:#888; text-decoration: underline;}#sp-7x6eoqnagy{flex: 0 0 48%; background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-g58zh2a3wx{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-hfkpgq2crm{font-size: 15px; color: #333; line-height: 1.7;}#sp-ho2kukz8fn{font-size: 15px; color: #444; line-height: 1.7;}#sp-hou9tx1xtb{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-zcfk1dasaw{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-bjh02ik718{color:#888; text-decoration: underline;}#sp-zpehww49yq{flex: 0 0 48%; background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-vdkjgcl1qm{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-72litj9ajc{font-size: 15px; color: #333; line-height: 1.7;}#sp-0ju2hj2mvt{font-size: 15px; color: #444; line-height: 1.7;}#sp-g3e1bx6gdm{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-tsoo5c8k0j{font-size: 15px; font-weight: 600; margin-top: 10px; color: #333; line-height: 1.7;}#sp-tshs42ipzu{flex: 0 0 48%; background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-o5llu8iwks{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-rolr5j9l0c{font-size: 15px; color: #333; line-height: 1.7;}#sp-v8d41908sf{font-size: 15px; color: #444; line-height: 1.7;}#sp-lpdz6p4lv7{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-o7oy7w40h2{font-size: 13px; color: #888; margin-top: 12px; line-height: 1.6;}#sp-7ilh3t5isj{color:#888; text-decoration: underline;}#sp-fkerlfoonj{font-size: 14px; font-style: italic; color: #777; margin-top: 10px;}#sp-iuumvb{width: 100%; max-width: 100%;}#sp-yfczcz{width: calc(100% + 0px);}#sp-v3kyzu{margin: 0px;}#ev-lactobacillus-evs{padding-top: 100px; margin-top: -100px;}#lactobacillus-evs-detail{padding: 100px 20px; background-color: #f9f9f9; font-family: 'Poppins', sans-serif;}#sp-0hzt651dvm{max-width: 1000px; margin: 0 auto; text-align: center;}#sp-jbhpp4rh4t{font-size: 36px; font-weight: 800; color: #D9867E; margin-bottom: 12px; line-height: 1.4;}#sp-8f2ctwb11e{font-size: 18px; font-weight: 500; color: #333; margin-bottom: 32px;}#sp-5xyc0k5uzp{font-size: 16px; color: #444; line-height: 1.8; max-width: 720px; margin: 0 auto 12px;}#sp-jf6i8qmkwm{font-size: 15px; color: #555; line-height: 1.8; max-width: 720px; margin: 0 auto;}#sp-o8xbb6yzil{display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto;}#sp-jnptf9l2mh{display: none;}#sp-drsbah2hyu{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-xq48bni0yr{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-jt2d0hbv1t{font-size: 15px; color: #333; line-height: 1.7;}#sp-asfbumyg8w{font-size: 15px; color: #444; line-height: 1.7;}#sp-jyvwb0zwd5{display: none;}#sp-hl3kum3m8z{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-y0sztxqu24{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-l3kyqisncm{font-size: 15px; color: #333; line-height: 1.7;}#sp-g3gco9h5md{font-size: 15px; color: #444; line-height: 1.7;}#sp-9plls1ja2x{display: none;}#sp-kmjpowxd21{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-wimuv0n51o{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-k0otd1ee5g{font-size: 15px; color: #333; line-height: 1.7;}#sp-da3bd046rl{font-size: 15px; color: #444; line-height: 1.7;}#sp-djwvjp77c4{display: none;}#sp-yofkbvpbrh{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-0ror0ciwht{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-ecr8j3r5u9{font-size: 15px; color: #333; line-height: 1.7;}#sp-qvhh6friwh{font-size: 15px; color: #444; line-height: 1.7;}#sp-ji0on5{width: 100%; max-width: 100%;}#sp-c0kvcm{width: calc(100% + 0px);}#sp-l3l57v{margin: 0px;}#ev-prex-lr{padding-top: 100px; margin-top: -100px;}#prex-lr-detail{padding: 100px 20px; background-color: #f9f9f9; font-family: 'Poppins', sans-serif;}#sp-8ek123m2z6{max-width: 1000px; margin: 0 auto; text-align: center;}#sp-wkk09m0by9{font-size: 36px; font-weight: 800; color: #D9867E; margin-bottom: 12px; line-height: 1.4;}#sp-m457auqvcd{font-size: 18px; font-weight: 500; color: #333; margin-bottom: 32px;}#sp-j37grqxk4m{font-size: 16px; color: #444; line-height: 1.8; max-width: 720px; margin: 0 auto 12px;}#sp-2u34acyk4v{font-size: 15px; color: #555; line-height: 1.8; max-width: 720px; margin: 0 auto;}#sp-lp2kbqdk6j{display: flex; flex-wrap: wrap; gap: 36px; justify-content: center; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto;}#sp-jx9oib6kvz{display: none;}#sp-1opf9b4qql{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-lgvxuuxxt5{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-75saidgv06{font-size: 15px; color: #333; line-height: 1.7;}#sp-awx6xc4brj{font-size: 15px; color: #444; line-height: 1.7;}#sp-8fx0xo2cup{display: none;}#sp-pykpx6higg{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-05hdmxttr4{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-aor07c8p3i{font-size: 15px; color: #333; line-height: 1.7;}#sp-9kak2ykv0t{font-size: 15px; color: #444; line-height: 1.7;}#sp-wffs4tn0rp{display: none;}#sp-nqs065k2ny{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-fl0gum9fke{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-bc98nywpuv{font-size: 15px; color: #333; line-height: 1.7;}#sp-5mkiflgtdc{font-size: 15px; color: #444; line-height: 1.7;}#sp-qw2ips6j0f{display: none;}#sp-43e2bwiau0{background: #fff; border-radius: 14px; padding: 28px; flex: 0 0 45%; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-gffzcoe0qx{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-hqob5x67xi{font-size: 15px; color: #333; line-height: 1.7;}#sp-is0ah83fxn{font-size: 15px; color: #444; line-height: 1.7;}#sp-wbvmu2{width: 100%; max-width: 100%;}#sp-dj8zg7{width: calc(100% + 0px);}#sp-h3a8jz{margin: 0px;}#ev-panax-ev{padding-top: 100px; margin-top: -100px;}#panax-ev-detail{padding: 100px 20px; background-color: #f9f9f9; font-family: 'Poppins', sans-serif;}#sp-6n42buwmql{max-width: 1000px; margin: 0 auto; text-align: center;}#sp-ed1ia9x7o7{font-size: 36px; font-weight: 800; color: #D9867E; margin-bottom: 12px; line-height: 1.4;}#sp-is9samxdx7{font-size: 18px; font-weight: 500; color: #333; margin-bottom: 32px;}#sp-4eoq167oxq{font-size: 16px; color: #444; line-height: 1.8; max-width: 720px; margin: 0 auto 12px;}#sp-k8fvv58t4m{font-size: 15px; color: #555; line-height: 1.8; max-width: 720px; margin: 0 auto;}#sp-2ipet1ao02{display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto;}#sp-wyiash0zkj{display: none;}#sp-6fsbwguabh{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-0je51wlifk{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-6180jt37ru{font-size: 15px; color: #333; line-height: 1.7;}#sp-jydvpz7ygr{font-size: 15px; color: #444; line-height: 1.7;}#sp-7s70p9839a{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-yvv3ldboz1{font-size: 14px; font-weight: 600; margin-top: 16px; color: #D9867E;}#sp-1opg0e5z9m{display: none;}#sp-14hwsbh2je{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-7vgyncoocn{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-6y9i2ctkq8{font-size: 15px; color: #333; line-height: 1.7;}#sp-z73dyk6rqc{font-size: 15px; color: #444; line-height: 1.7;}#sp-qnxoxfdacr{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-t838qtn4cz{font-size: 14px; font-weight: 600; margin-top: 16px; color: #D9867E;}#sp-s0v6p9fy0o{display: none;}#sp-m30kxrzgfa{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-u3ahdgs4ey{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-ig7pp5ogne{font-size: 15px; color: #333; line-height: 1.7;}#sp-lfa0epvi6r{font-size: 15px; color: #444; line-height: 1.7;}#sp-cm7kof63dv{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-qrxccutpj0{font-size: 14px; font-weight: 600; margin-top: 16px; color: #D9867E;}#sp-8djcajfpca{display: none;}#sp-6a1p3alt6d{background: #fff; border-radius: 14px; padding: 28px; box-shadow: 0 4px 16px rgba(0,0,0,0.05);}#sp-k636vp8uqr{font-size: 20px; font-weight: 700; color: #D9867E; margin-bottom: 12px;}#sp-k60qxi9ozd{font-size: 15px; color: #333; line-height: 1.7;}#sp-t64iyz3g5s{font-size: 15px; color: #444; line-height: 1.7;}#sp-be2m8kil1w{margin-top: 14px; padding-left: 20px; color: #555; font-size: 14px; line-height: 1.6;}#sp-smihl3zcco{font-size: 14px; font-weight: 600; margin-top: 16px; color: #D9867E;}#sp-qlwbfz{width: 100%; max-width: 100%;}#sp-yzmc81{width: calc(100% + 0px);}#sp-cqqjjk{margin: 0px;}#biomimetic-regeneration{background-color: #f9f9f9; padding: 100px 20px;}#sp-vw8tc551nj{max-width: 800px; margin: 0 auto; text-align: center;}#sp-163kn7vyoe{font-size: 18px; color: #888;}#sp-jxet8kgw9u{font-size: 42px; font-weight: 800; margin: 12px 0;}#sp-d9fvfm2gql{font-size: 22px; font-weight: 500; color: #666; margin-bottom: 20px;}#sp-49kgntzanx{font-size: 18px; line-height: 1.7; color: #444;}#sp-8snk2joeif{font-size: 18px; line-height: 1.7; color: #444;}#sp-9e0brzn9sa{display: none;}#sp-0oc25735k1{display: none;}#sp-d8fhzhzsgo{display: none;}#sp-2cy3o2372s{display: none;}#sp-0v8xjao6sx{display: none;}#sp-v87bx9sf42{flex: 0 0 100%;}#sp-l43yca97xm{text-align: center;}#sp-vtm9ca{width: 100%; max-width: 100%;}#sp-iahhpl{width: calc(100% + 0px);}#sp-klszpl{margin: 0px;}#sp-00kaf8ipoc{flex: 0 0 100%;}#sp-0y8mnl6093{display: none;}#sp-ypde038s49{display: none;}#sp-6y9yhjw37q{display: none;}#sp-v1nxs0e2n5{flex: 0 0 100%;}#sp-vezvhk2hle{text-align: center;}#sp-j5zz1q{width: 100%; max-width: 100%;}#sp-x6fmrj{width: calc(100% + 0px);}#sp-m0nz3p{margin: 0px;}#sp-3s2yagqckl{flex: 0 0 100%;}#sp-yeinupq7wi{display: none;}#sp-2bgwj09whh{flex: 0 0 100%;}#sp-xzclfxuw0p{display: none;}#sp-ztxj7aw0wa{display: none;}#sp-pau8nl072d{display: none;}#sp-wavnaw9ec5{flex: 0 0 100%; text-align: center;}#sp-tf8zytlw5r{display: none;}#sp-gdjp4d8evs{flex: 0 0 100%; text-align: center;}#sp-z1wx7tddwk{display: none;}#sp-wd6ngdkdve{margin-top: 20px; font-size: 13px; color: #888; text-align: center;}#sp-y10iqc{width: 100%; max-width: 100%;}#sp-pitjhc{width: calc(100% + 0px);}#sp-qoaaya{margin: 0px;}#sp-5wswg2kz8u{flex: 0 0 100%;}#sp-l64lb5lgnk{text-align: center;}#sp-2ozsrhvzb5{display: none;}#sp-ijvk42z8ql{flex: 0 0 100%;}#sp-dhi99hnu8y{display: none;}#sp-3p8i9ic384{flex: 0 0 100%;}#sp-80udpgvip1{display: none;}#sp-twu3k10wvu{flex: 0 0 100%;}#sp-yjbeuk6zo7{display: none;}#sp-gqo2l8pwff{flex: 0 0 100%; text-align: center;}#sp-8ifz0umu5z{display: none;}#sp-b424syzq3e{flex: 0 0 100%; text-align: center;}#sp-sutpg6{width: 100%; max-width: 100%;}#sp-zstd8e{width: calc(100% + 0px);}#sp-u98x11{margin: 0px;}#sp-nqtisi{margin: 0px;}#delivery-system{padding-top: 100px; margin-top: -100px;}#sp-d9ravaozjq{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-k69yh2brof{text-align: center; margin-bottom: 3rem;}#sp-jlvb31r187{font-size: 13px; color: #999; margin-bottom: 18px;}#sp-4mkf05nz01{font-size: 2.8rem; font-weight: 800; color: #1a1a1a; letter-spacing: -0.02em; margin-bottom: 10px;}#sp-i7b52qfgv0{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 34px;}#sp-1tlwjffiww{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-wycczoioum{font-style: italic; font-size: 1rem; color: #666;}#sp-oeqies3kqu{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-ccck67pw5r{flex: 0 0 35%; max-width: 50%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; background: #fff;}#sp-hde34m2l0t{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-9h9w9b07jk{font-size: 15px; font-weight: bold; color: #d9867e; margin-bottom: 10px;}#sp-i1u90ep0nf{font-size: 12px; color: #333; line-height: 1.6; margin-bottom: 1rem;}#sp-sptkmr2ntj{font-size: 14px; font-weight: bold; margin-bottom: 0.5rem;}#sp-rlmk7lyoci{font-size: 11px; color: #555; line-height: 1.6;}#sp-qfrilg8w9c{display: none;}#sp-mc7wuixulf{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-ky9hsjckoz{font-size: 15px; line-height: 1.8; color: #1a1a1a; margin-bottom: 1.2em;}#sp-w5r5epso3w{font-size: 18px; font-weight: bold; margin: 1.5em 0 1em;}#sp-4d6267d4li{font-size: 16px; font-weight: normal;}#sp-q5f7nsbu4m{padding-left: 1.2em; font-size: 15px; line-height: 1.8; color: #1a1a1a;}#sp-fl6yinvt3c{margin-bottom: 1.2em;}#sp-a60dmpiehi{margin-bottom: 1.2em;}#sp-nxof5b9edn{margin-bottom: 1.2em;}#sp-8ahuvg7bz4{margin-bottom: 1.2em;}#sp-jqy5pd2efw{margin-top: 1.5em; font-size: 15px; line-height: 1.8; color: #1a1a1a;}#sp-ms1u5t{width: 100%; max-width: 100%;}#sp-lh4nuj{width: calc(100% + 0px);}#sp-upfuxm{margin: 0px;}#sp-058f2by1tz{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-w6iseqnpjy{text-align: center; margin-bottom: 3rem;}#sp-ugv4cj8o83{font-size: 13px; color: #999; margin-bottom: 18px;}#sp-fooamd1xzy{font-size: 2.8rem; font-weight: 800; color: #1a1a1a; letter-spacing: -0.02em; margin-bottom: 10px;}#sp-zmge5fqoum{font-size: 1.5rem; font-weight: 600; color: #888; margin-bottom: 34px;}#sp-t4gl34t2un{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-hwynyzg4cw{font-style: italic; font-size: 1rem; color: #666;}#sp-vpkuxtidov{display: none;}#sp-aas3rwa1x5{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-tagswyz8cz{display: none;}#sp-nvl06yrogn{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; background: #fff;}#sp-l7igqal8ii{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-90ll6p5h9v{font-size: 15px; font-weight: bold; color: #d9867e; margin-bottom: 10px;}#sp-fxg33g8a5c{font-size: 12px; color: #333; line-height: 1.6; margin-bottom: 0.8em;}#sp-dwnos1u3ok{font-size: 11px; color: #555; line-height: 1.6;}#sp-fxlsql0j7t{display: none;}#sp-zst3o88os1{flex: 0 0 65%; max-width: 65%; text-align: left; font-size: 15px; line-height: 1.8; color: #1a1a1a;}#sp-imz7q23n9j{margin-bottom: 1.2em;}#sp-e4fg09ciw9{font-size: 18px; font-weight: bold; margin: 1.5em 0 1em;}#sp-u246akhswn{font-size: 16px; font-weight: normal;}#sp-0jaryuecq1{padding-left: 1.2em;}#sp-nm0ysbuhnn{margin-bottom: 1.2em;}#sp-g30huw6d3g{margin-bottom: 1.2em;}#sp-1q4jfgc6u4{margin-bottom: 1.2em;}#sp-urur6iaw3i{margin-bottom: 1.2em;}#sp-3m9bjeiv6q{margin-top: 1.5em;}#sp-nv5f4j{width: 100%; max-width: 100%;}#sp-f7c82l{width: calc(100% + 0px);}#sp-ii5m16{margin: 0px;}#freeze-dried{padding-top: 100px; margin-top: -100px;}#sp-xvb9k3v31x{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-kzh71tw58p{text-align: center; margin-bottom: 3rem;}#sp-x81edszehh{font-size: 13px; color: #999; margin-bottom: 18px;}#sp-2nt6z1lebv{font-size: 2.8rem; font-weight: 800; margin-bottom: 8px; color: #1a1a1a; letter-spacing: -0.02em;}#sp-jge4q61u2i{font-size: 1.5rem; font-weight: 600; margin-bottom: 24px; color: #888;}#sp-l5pgjt5ycs{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-3gi8q1k119{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-d79778h84m{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; background: #fff;}#sp-bib4spnylv{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-nb8d4l8q9c{font-size: 15px; font-weight: bold; margin-bottom: 10px;}#sp-l06ixmoq6d{font-size: 12px; color: #333; line-height: 1.6; margin-bottom: 0.8em;}#sp-4e2f53x74h{font-size: 14px; font-weight: bold; margin: 1.2em 0 0.5em; color: #333;}#sp-vs05oxb4d6{font-size: 11px; color: #555; line-height: 1.6;}#sp-p3qoafyh6j{display: none;}#sp-ue93s3e19d{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-vgp6dfpw8r{max-width: 720px; margin: auto; padding: 0; font-size: 15px; line-height: 1.8; color: #1a1a1a;}#sp-xn61t9pgys{margin-bottom: 1.2em;}#sp-m800p1bj93{font-size: 18px; font-weight: bold; margin: 1.5em 0 1em;}#sp-slmjxw29r0{font-size: 16px; font-weight: normal;}#sp-5mhtxgvbt1{padding-left: 1.2em;}#sp-zxprupz20e{margin-bottom: 1.2em;}#sp-hbah0k3gu4{margin-bottom: 1.2em;}#sp-b53lnwzj3s{margin-bottom: 1.2em;}#sp-8jwpffe1s7{margin-bottom: 1.2em;}#sp-w7yoppi036{margin-top: 1.5em;}#sp-l7el22{width: 100%; max-width: 100%;}#sp-rtkdkf{width: calc(100% + 0px);}#sp-fs47o7{margin: 0px;}#anti-aging{padding-top: 100px; margin-top: -100px;}#sp-e93lsazo0q{max-width: 1100px; margin: 0 auto; padding: 6rem 1rem 2rem 1rem;}#sp-x25vxkxaps{text-align: center; margin-bottom: 3rem;}#sp-3jzue0znsi{font-size: 13px; color: #999; margin-bottom: 18px;}#sp-8kduv0e28w{font-size: 2.8rem; font-weight: 800; margin-bottom: 8px; color: #1a1a1a; letter-spacing: -0.02em;}#sp-3fwuzci28f{font-size: 1.5rem; font-weight: 600; margin-bottom: 24px; color: #888;}#sp-htjzr846h7{font-style: italic; font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 0;}#sp-zk4fkgqrov{display: flex; flex-wrap: nowrap; gap: 2rem; align-items: flex-start;}#sp-yllphsvo17{display: none;}#sp-p8etk76d5n{flex: 0 0 35%; max-width: 35%; border: 1px solid #e0e0e0; border-radius: 16px; padding: 1.5rem; background: #fff;}#sp-l1blep762u{max-width: 100%; height: auto; border-radius: 10px; margin-bottom: 1rem;}#sp-4dc31w23ur{font-size: 15px; font-weight: bold; margin-bottom: 10px;}#sp-i155qni55q{font-size: 12px; line-height: 1.6; margin-bottom: 0.8em;}#sp-1vu6j1iwdj{font-size: 14px; font-weight: bold; margin: 1.2em 0 0.5em;}#sp-cn36t30j0v{font-size: 11px; color: #555; line-height: 1.6;}#sp-1wcttxfct9{display: none;}#sp-z23gcmetx5{flex: 0 0 65%; max-width: 65%; text-align: left;}#sp-p421kuowwn{max-width: 720px; margin: auto; padding: 0; font-size: 15px; line-height: 1.8; color: #1a1a1a;}#sp-xnmohs8oux{margin-bottom: 1.2em;}#sp-cfcj22cvuv{font-size: 18px; font-weight: bold; margin: 1.5em 0 1em;}#sp-ig6a1wjj64{font-size: 16px; font-weight: normal;}#sp-3t3inut4xr{padding-left: 1.2em;}#sp-jbz8wunfbo{margin-bottom: 1.2em;}#sp-e9msvpk8u4{margin-bottom: 1.2em;}#sp-pm0d8392hw{margin-bottom: 1.2em;}#sp-d0dyzsd1nu{font-size: 18px; font-weight: bold; margin: 2em 0 1em;}#sp-ojz7d9n5em{font-size: 16px; font-weight: normal;}#sp-zfjkx0iv0y{padding-left: 1.2em;}#sp-1xaxkv8ue6{margin-bottom: 1.2em;}#sp-7ljkmw2y23{margin-bottom: 1.2em;}#sp-tf37ow9qol{margin-bottom: 1.2em;}#sp-xnvilx61rh{margin-top: 2em;}#sp-bbs9ea{width: calc(100% + 0px);}#sp-koiq4i{margin: 0px;}#sp-fcvjvkh4f2{display:none;}