{"product_id":"kose-suncut-multivitamin-uv-mist","title":"선컷 멀티비타민 UV 미스트","description":"\u003cstyle\u003e\n.pd-wrap-suncut-mist {\n  --acc: #e07b00;\n  --acc-dark: #b85e00;\n  --acc-light: #fff3e0;\n  --acc-mid: #ffcc80;\n  --gold: #f5a623;\n  --gold-light: #fffde7;\n  --cream: #fff8f0;\n  --white: #ffffff;\n  --text: #1a1a1a;\n  --text-s: #5a4a3a;\n  --radius: 14px;\n  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;\n  color: var(--text);\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 0 4px;\n}\n\n\/* ─── HERO ─── *\/\n.pd-wrap-suncut-mist .hero {\n  background: linear-gradient(135deg, #7a3d00 0%, #c95f00 50%, #f0a030 100%);\n  border-radius: var(--radius);\n  padding: 32px 24px 28px;\n  text-align: center;\n  margin-bottom: 18px;\n  position: relative;\n  overflow: hidden;\n}\n.pd-wrap-suncut-mist .hero::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 200px; height: 200px;\n  background: rgba(255,255,255,0.08);\n  border-radius: 50%;\n}\n.pd-wrap-suncut-mist .hero::after {\n  content: '';\n  position: absolute;\n  bottom: -30px; left: -30px;\n  width: 150px; height: 150px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 50%;\n}\n.pd-wrap-suncut-mist .hero-brand {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  color: rgba(255,255,255,0.8);\n  text-transform: uppercase;\n  margin-bottom: 6px;\n}\n.pd-wrap-suncut-mist .hero-name {\n  font-size: clamp(22px, 5vw, 32px);\n  font-weight: 900;\n  color: #ffffff;\n  line-height: 1.3;\n  margin-bottom: 4px;\n}\n.pd-wrap-suncut-mist .hero-name span { color: #fff9c4; }\n.pd-wrap-suncut-mist .hero-size {\n  font-size: 13px;\n  color: rgba(255,255,255,0.75);\n  margin-bottom: 14px;\n}\n.pd-wrap-suncut-mist .hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .hero-badge {\n  background: rgba(255,255,255,0.18);\n  border: 1px solid rgba(255,255,255,0.4);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 700;\n  padding: 5px 12px;\n  border-radius: 20px;\n  backdrop-filter: blur(4px);\n}\n.pd-wrap-suncut-mist .hero-badge.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── SPF BAR ─── *\/\n.pd-wrap-suncut-mist .spf-bar-wrap {\n  background: linear-gradient(90deg, #7a3d00, #c95f00);\n  border-radius: var(--radius);\n  padding: 16px 20px;\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n.pd-wrap-suncut-mist .spf-label {\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n}\n.pd-wrap-suncut-mist .spf-pills { display: flex; gap: 8px; flex-wrap: wrap; }\n.pd-wrap-suncut-mist .spf-pill {\n  background: rgba(255,255,255,0.2);\n  border: 1.5px solid rgba(255,255,255,0.5);\n  color: #fff;\n  font-size: 13px;\n  font-weight: 800;\n  padding: 4px 14px;\n  border-radius: 20px;\n}\n.pd-wrap-suncut-mist .spf-pill.yellow {\n  background: #fff9c4;\n  border-color: #fff176;\n  color: #b85e00;\n}\n\n\/* ─── BANNER ─── *\/\n.pd-wrap-suncut-mist .banner {\n  background: var(--gold-light);\n  border: 2px solid var(--gold);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .banner-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 10px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-suncut-mist .banner-title::before { content: '✦'; color: var(--gold); }\n.pd-wrap-suncut-mist .banner-items { display: flex; flex-wrap: wrap; gap: 8px; }\n.pd-wrap-suncut-mist .banner-item {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 8px;\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--acc-dark);\n}\n\n\/* ─── VITAMIN BOX ─── *\/\n.pd-wrap-suncut-mist .vitamin-box {\n  background: linear-gradient(135deg, #fff8f0, #fffde7);\n  border: 2px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .vitamin-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-suncut-mist .vitamin-title::before { content: '🌟'; }\n.pd-wrap-suncut-mist .vitamin-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .vitamin-card {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 10px 8px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .vit-icon { font-size: 20px; margin-bottom: 4px; }\n.pd-wrap-suncut-mist .vit-name {\n  font-size: 11px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 2px;\n  line-height: 1.3;\n}\n.pd-wrap-suncut-mist .vit-chem { font-size: 9px; color: var(--text-s); line-height: 1.4; }\n.pd-wrap-suncut-mist .vit-note {\n  font-size: 10px;\n  color: #999;\n  margin-top: 8px;\n  text-align: center;\n  line-height: 1.5;\n}\n\n\/* ─── MIST USAGE BOX ─── *\/\n.pd-wrap-suncut-mist .mist-box {\n  background: linear-gradient(135deg, #fff8f0, #fffde7);\n  border: 2px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .mist-title {\n  font-size: 14px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.pd-wrap-suncut-mist .mist-title::before { content: '💨'; }\n.pd-wrap-suncut-mist .mist-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 8px;\n}\n.pd-wrap-suncut-mist .mist-card {\n  background: #fff;\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 12px 8px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .mist-icon { font-size: 22px; margin-bottom: 6px; }\n.pd-wrap-suncut-mist .mist-name {\n  font-size: 11px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 4px;\n  line-height: 1.3;\n}\n.pd-wrap-suncut-mist .mist-desc { font-size: 10px; color: var(--text-s); line-height: 1.4; }\n\n\/* ─── SECTION TITLE ─── *\/\n.pd-wrap-suncut-mist .sec-title {\n  font-size: 17px;\n  font-weight: 900;\n  color: var(--acc-dark);\n  border-left: 4px solid var(--gold);\n  padding-left: 10px;\n  margin: 24px 0 12px;\n}\n\n\/* ─── OVERVIEW ─── *\/\n.pd-wrap-suncut-mist .overview {\n  background: var(--cream);\n  border-radius: var(--radius);\n  padding: 18px 20px;\n  font-size: 14px;\n  line-height: 1.85;\n  color: var(--text);\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .overview strong { color: var(--acc-dark); }\n\n\/* ─── FEATURE GRID ─── *\/\n.pd-wrap-suncut-mist .feat-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .feat-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 16px 10px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .feat-icon { font-size: 28px; margin-bottom: 8px; }\n.pd-wrap-suncut-mist .feat-name {\n  font-size: 12px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  line-height: 1.4;\n}\n.pd-wrap-suncut-mist .feat-desc { font-size: 11px; color: var(--text-s); line-height: 1.5; }\n\n\/* ─── TAGS ─── *\/\n.pd-wrap-suncut-mist .tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 18px;\n  border: none;\n  padding-bottom: 0;\n}\n.pd-wrap-suncut-mist .tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  font-size: 12px;\n  font-weight: 700;\n  padding: 6px 14px;\n  border-radius: 20px;\n  border: 1.5px solid var(--acc-mid);\n}\n.pd-wrap-suncut-mist .tag.yellow {\n  background: var(--gold-light);\n  color: #7a4f00;\n  border-color: var(--gold);\n}\n\n\/* ─── GUIDE CARDS ─── *\/\n.pd-wrap-suncut-mist .guide-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .guide-card {\n  background: var(--white);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: 12px;\n  padding: 14px;\n  font-size: 12px;\n}\n.pd-wrap-suncut-mist .guide-card.recommend {\n  border-color: var(--gold);\n  background: var(--gold-light);\n}\n.pd-wrap-suncut-mist .guide-head {\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 5px;\n  font-size: 13px;\n}\n.pd-wrap-suncut-mist .guide-card.recommend .guide-head { color: #7a4f00; }\n.pd-wrap-suncut-mist .guide-body { color: var(--text-s); line-height: 1.7; }\n\n\/* ─── HOW STEPS ─── *\/\n.pd-wrap-suncut-mist .how-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 10px;\n  margin-bottom: 18px;\n}\n.pd-wrap-suncut-mist .how-step {\n  background: var(--acc-light);\n  border: 1px solid var(--acc-mid);\n  border-radius: 10px;\n  padding: 16px 8px;\n  text-align: center;\n}\n.pd-wrap-suncut-mist .step-num {\n  width: 32px; height: 32px;\n  border-radius: 50%;\n  background: var(--gold);\n  color: var(--acc-dark);\n  font-size: 15px;\n  font-weight: 800;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 8px;\n}\n.pd-wrap-suncut-mist .step-label {\n  font-size: 11px;\n  font-weight: 600;\n  color: var(--acc-dark);\n  line-height: 1.5;\n}\n\n\/* ─── CAUTION BOX ─── *\/\n.pd-wrap-suncut-mist .caution {\n  background: #fff3e0;\n  border-left: 4px solid #e65100;\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap-suncut-mist .caution-title {\n  font-weight: 800;\n  color: #e65100;\n  font-size: 13px;\n  margin-bottom: 6px;\n}\n.pd-wrap-suncut-mist .caution-orange {\n  background: var(--acc-light);\n  border-left: 4px solid var(--acc);\n  border-radius: 0 var(--radius) var(--radius) 0;\n  padding: 14px 16px;\n  margin-bottom: 14px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: #333;\n}\n.pd-wrap-suncut-mist .caution-orange .caution-title { color: var(--acc-dark); }\n\n\/* ─── INGREDIENT BOX ─── *\/\n.pd-wrap-suncut-mist .ingred-box {\n  background: var(--cream);\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  padding: 16px 18px;\n  margin-bottom: 18px;\n  font-size: 12px;\n  line-height: 1.9;\n  color: var(--text-s);\n}\n.pd-wrap-suncut-mist .ingred-box .ingred-title {\n  font-size: 13px;\n  font-weight: 800;\n  color: var(--acc-dark);\n  margin-bottom: 8px;\n}\n\n\/* ─── FAQ ─── *\/\n.pd-wrap-suncut-mist .faq-item {\n  border: 1.5px solid var(--acc-mid);\n  border-radius: var(--radius);\n  margin-bottom: 10px;\n  overflow: hidden;\n}\n.pd-wrap-suncut-mist .faq-q {\n  background: var(--acc-light);\n  padding: 13px 16px;\n  font-weight: 800;\n  font-size: 13px;\n  color: var(--acc-dark);\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap-suncut-mist .faq-q::before {\n  content: 'Q';\n  background: var(--acc-dark);\n  color: #fff;\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.pd-wrap-suncut-mist .faq-a {\n  padding: 13px 16px;\n  font-size: 13px;\n  line-height: 1.8;\n  color: var(--text);\n  background: #fff;\n  display: flex;\n  gap: 8px;\n  align-items: flex-start;\n}\n.pd-wrap-suncut-mist .faq-a::before {\n  content: 'A';\n  background: var(--gold);\n  color: var(--acc-dark);\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 800;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n\/* ─── RESPONSIVE ─── *\/\n@media (max-width: 600px) {\n  .pd-wrap-suncut-mist .feat-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .vitamin-grid   { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .mist-grid      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .how-steps      { grid-template-columns: repeat(2, 1fr); }\n  .pd-wrap-suncut-mist .guide-grid     { grid-template-columns: 1fr; }\n  .pd-wrap-suncut-mist .spf-bar-wrap   { flex-direction: column; align-items: flex-start; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap-suncut-mist\"\u003e\n\n  \u003c!-- ▼ HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-brand\"\u003eSUNCUT × 코세 코스메포트 \/ 화장품\u003c\/div\u003e\n    \u003cdiv class=\"hero-name\"\u003e선컷®\u003cbr\u003e\u003cspan\u003e멀티비타민 UV 미스트\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hero-size\"\u003e60mL ｜ SPF50＋ \/ PA＋＋＋＋\u003c\/div\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"hero-badge yellow\"\u003eSPF50＋\u003c\/span\u003e\n      \u003cspan class=\"hero-badge yellow\"\u003ePA++++\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e멀티비타민 배합\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e미용액 75% 배합\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e알레르가드 기능\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e머리카락·두피 OK\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e비누로 세척\u003c\/span\u003e\n      \u003cspan class=\"hero-badge\"\u003e덧바르기 편리\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ SPF BAR --\u003e\n  \u003cdiv class=\"spf-bar-wrap\"\u003e\n    \u003cdiv class=\"spf-label\"\u003e🌞 UV 방어 스펙\u003c\/div\u003e\n    \u003cdiv class=\"spf-pills\"\u003e\n      \u003cspan class=\"spf-pill yellow\"\u003eSPF50＋\u003c\/span\u003e\n      \u003cspan class=\"spf-pill yellow\"\u003ePA++++\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003eUV 내수성★★\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003e슈퍼 WP\u003c\/span\u003e\n      \u003cspan class=\"spf-pill\"\u003e바다·수영장 대응\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ BANNER --\u003e\n  \u003cdiv class=\"banner\"\u003e\n    \u003cdiv class=\"banner-title\"\u003e미래의 아름다운 피부를 바꾼다. 기미·피부 트러블 예방 UV 미스트.\u003c\/div\u003e\n    \u003cdiv class=\"banner-items\"\u003e\n      \u003cspan class=\"banner-item\"\u003e💨 미스트가 딱 밀착\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🍊 멀티비타민(보습) 배합\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e💎 미용액 75% 배합\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🌿 알레르가드 기능\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e💇 머리카락·두피에도 사용 가능\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🧴 무착색·무광물유\u003c\/span\u003e\n      \u003cspan class=\"banner-item\"\u003e🚫 파라벤 프리\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ OVERVIEW --\u003e\n  \u003cdiv class=\"sec-title\"\u003e상품 개요\u003c\/div\u003e\n  \u003cdiv class=\"overview\"\u003e\n    \u003cstrong\u003e선컷® 멀티비타민 UV 미스트\u003c\/strong\u003e는 코세 코스메포트가 2025년 2월 3일에 출시한, 뿌리는 미용액 감각의 UV 미스트입니다. “절대 타지 않는다!”로 지지받아온 선컷 브랜드가, \u003cstrong\u003e멀티비타민(보습) 배합\u003c\/strong\u003e으로 업그레이드. 피부 트러블이나 햇볕에 의한 기미·주근깨를 예방하면서, \u003cstrong\u003e투명감 넘치는 맨살\u003c\/strong\u003e로 이끕니다.\u003cbr\u003e\u003cbr\u003e\n    \u003cstrong\u003e미용액 75% 배합\u003c\/strong\u003e 처방으로, 수분감 넘치는 촉촉한 미스트가 맨살에 딱 밀착. 건조로부터 피부를 지키면서 자외선을 철저 차단. 꽃가루·먼지·먼지·PM2.5 등을 차단하는 \u003cstrong\u003e알레르가드 기능\u003c\/strong\u003e도 탑재. 게다가 \u003cstrong\u003e머리카락·두피에도 사용 가능\u003c\/strong\u003e해 등이나 팔 등 손이 닿기 어려운 부위도 슉 한 번 뿌리면 간편하게 UV 케어할 수 있습니다. 메이크업 위에 덧바르기도 가능한, 활동적인 장면에 믿음직한 1개입니다.\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ MULTI VITAMIN BOX --\u003e\n  \u003cdiv class=\"sec-title\"\u003e멀티비타민(보습) 4종 성분\u003c\/div\u003e\n  \u003cdiv class=\"vitamin-box\"\u003e\n    \u003cdiv class=\"vitamin-title\"\u003eUV 미스트에 배합된 비타민 성분(4종)\u003c\/div\u003e\n    \u003cdiv class=\"vitamin-grid\"\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🅰️\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003e비타민 A 유도체\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003e팔미트산 레티놀\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e💊\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003e프로비타민 B5\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003e판테놀\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003e비타민 E 유도체\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003e아세트산 토코페롤\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vitamin-card\"\u003e\n        \u003cdiv class=\"vit-icon\"\u003e🌱\u003c\/div\u003e\n        \u003cdiv class=\"vit-name\"\u003e비타민 E\u003c\/div\u003e\n        \u003cdiv class=\"vit-chem\"\u003e토코페롤\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"vit-note\"\u003e※UV 에센스에는 비타민 B3(나이아신아마이드)·비타민 B6·스쿠알란을 더한 7종 배합\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ MIST USAGE BOX --\u003e\n  \u003cdiv class=\"sec-title\"\u003e미스트만의 3가지 사용법\u003c\/div\u003e\n  \u003cdiv class=\"mist-box\"\u003e\n    \u003cdiv class=\"mist-title\"\u003e슉 한 번 뿌리면 전신 어디서나 간편하게 UV 케어\u003c\/div\u003e\n    \u003cdiv class=\"mist-grid\"\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e💇\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003e머리카락·두피에도\u003cbr\u003e사용 OK\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003e에센스가 닿지 않는 두피·머리카락도 UV 케어 가능\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e💄\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003e메이크업 위에\u003cbr\u003e덧바르기\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003e외출 시 UV 덧바르기가 메이크업 무너지지 않고 가능\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mist-card\"\u003e\n        \u003cdiv class=\"mist-icon\"\u003e🌊\u003c\/div\u003e\n        \u003cdiv class=\"mist-name\"\u003e등·팔도\u003cbr\u003e간단 케어\u003c\/div\u003e\n        \u003cdiv class=\"mist-desc\"\u003e손이 닿기 어려운 부위도 스프레이 한 번으로 커버\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ FEATURES --\u003e\n  \u003cdiv class=\"sec-title\"\u003e8가지 포인트\u003c\/div\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e💨\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e미스트가\u003cbr\u003e딱 밀착\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e수분감 넘치는 미스트가 맨살에 확실히 밀착. 고르지 않고 균일하게 UV 케어\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e💇\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e머리카락·두피\u003cbr\u003e에도 사용 가능\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e에센스에는 없는 머리카락·두피 사용 대응. 전신 전체 UV 케어\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e최고봉 UV\u003cbr\u003e방어력\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eSPF50＋ \/ PA++++로 UVA·UVB 철저 차단\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e💎\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e미용액 75%\u003cbr\u003e배합\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003eUV 흡수제 제외 처방의 75%가 미용액 성분. 바를 때마다 스킨케어\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🌿\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e알레르가드\u003cbr\u003e기능\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e꽃가루·먼지·먼지·PM2.5 등 미립자 차단\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🌊\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e슈퍼\u003cbr\u003e워터프루프\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e땀·물에 강하고 잘 지워지지 않음. 바다·수영장·스포츠에도 대응\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e💄\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e메이크업 위에\u003cbr\u003e덧바르기 OK\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e외출 시 메이크업 무너지지 않고 그대로 UV 덧바르기 가능\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cdiv class=\"feat-icon\"\u003e🧼\u003c\/div\u003e\n      \u003cdiv class=\"feat-name\"\u003e비누·\u003cbr\u003e샴푸로 오프\u003c\/div\u003e\n      \u003cdiv class=\"feat-desc\"\u003e클렌징 불필요. 세안제·샴푸로 지울 수 있음\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ TAGS --\u003e\n  \u003cdiv class=\"sec-title\"\u003e이런 고민에\u003c\/div\u003e\n  \u003cdiv class=\"tags\"\u003e\n    \u003cspan class=\"tag\"\u003e기미·주근깨 예방하고 싶다\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e피부 트러블 잘 생김\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e투명감 내고 싶다\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003eUV 대책과 동시에 보습\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e꽃가루·PM2.5 걱정\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e바다·수영장에서 사용하고 싶다\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e스포츠 시 사용하고 싶다\u003c\/span\u003e\n    \u003cspan class=\"tag\"\u003e두피 일광 화상 걱정\u003c\/span\u003e\n    \u003cspan class=\"tag yellow\"\u003e머리카락·두피·얼굴·몸 전신 대응\u003c\/span\u003e\n    \u003cspan class=\"tag yellow\"\u003e외출 시 덧바르기 간편하게\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ COMPARISON TABLE --\u003e\n  \u003cdiv class=\"sec-title\"\u003eUV 미스트 vs UV 에센스 비교\u003c\/div\u003e\n  \u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 18px;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 12px; min-width: 480px;\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-dark); color: #fff; padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003e비교 항목\u003c\/th\u003e\n          \u003cth style=\"background: var(--gold); color: var(--acc-dark); padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003eUV 미스트\u003c\/th\u003e\n          \u003cth style=\"background: var(--acc-dark); color: #fff; padding: 10px 8px; border: 1px solid var(--acc-mid); text-align: center; font-weight: 800; font-size: 12px;\"\u003eUV 에센스\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e상품 사진\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kose-suncut-multivitamin-uv-mist_160x160.png?v=1776148609\" style=\"display: block; margin: 0 auto; max-width: 100px; height: auto;\"\u003e\n          \u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/kose-suncut-multivitamin-uv-essence_160x160.png?v=1776148590\" style=\"display: block; margin: 0 auto; max-width: 100px; height: auto;\"\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e타입\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e뿌리는 미용액 UV\u003cbr\u003e(미스트 타입)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e두르는 미용액 UV\u003cbr\u003e(에센스 타입)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e사용법\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e피부에서 10~15cm 떨어뜨려\u003cbr\u003e“슉” 뿌리기\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e손으로 펴 바르기\u003cbr\u003e“톡톡” 두르기\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e밀착감\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e촉촉한 미스트가 딱 밀착\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e에센스가 부드럽게 밀착\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e내용량\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e60mL\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e80g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e대응 부위\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e얼굴·몸·\u003cstrong\u003e머리카락·두피\u003c\/strong\u003e OK\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e얼굴·몸 OK\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e비타민 종류\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e4종(VA·프로VB5·VE·VE 유도체)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e\n\u003cstrong\u003e7종\u003c\/strong\u003e(풀 라인)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e미용액 함유\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e75%(UV 흡수제 제외)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e75%(분말·UV 흡수제 제외)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003eSPF \/ PA\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e워터프루프\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e슈퍼 WP\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e슈퍼 WP\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e알레르가드 기능\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e◎\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e비누로 세척\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e◎(샴푸로도 가능)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e화장 베이스\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--cream); text-align: center;\"\u003e◎(메이크업 위 덧바르기도 가능)\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e◎\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--acc-light); font-weight: bold; color: var(--acc-dark); text-align: left; padding-left: 12px;\"\u003e이런 분에게\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: var(--gold-light); text-align: center; font-weight: bold; color: var(--acc-dark);\"\u003e손이 닿지 않는 등·두피에도\u003cbr\u003e덧바르기를 간편하게 하고 싶은 분\u003c\/td\u003e\n          \u003ctd style=\"padding: 10px 8px; border: 1px solid #ffe0b2; background: #fff; text-align: center;\"\u003e손으로 꼼꼼히 바르고 싶은 분\u003cbr\u003e스킨케어 감각으로 사용하고 싶은 분\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ GUIDE CARDS --\u003e\n  \u003cdiv class=\"sec-title\"\u003e어느 쪽을 선택할까요?\u003c\/div\u003e\n  \u003cdiv class=\"guide-grid\"\u003e\n    \u003cdiv class=\"guide-card recommend\"\u003e\n      \u003cdiv class=\"guide-head\"\u003e💨 UV 미스트 추천\u003c\/div\u003e\n      \u003cdiv class=\"guide-body\"\u003e·등·두피·\u003cstrong\u003e머리카락에도 UV 케어\u003c\/strong\u003e를 원하는 분\u003cbr\u003e·외출 시 \u003cstrong\u003e간편하게 덧바르기\u003c\/strong\u003e를 원하는 분\u003cbr\u003e·스프레이로 빠르게 뿌려 사용하고 싶은 분\u003cbr\u003e·메이크업 위에 바로 덧바르고 싶은 분\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"guide-card\"\u003e\n      \u003cdiv class=\"guide-head\"\u003e🍊 UV 에센스 추천\u003c\/div\u003e\n      \u003cdiv class=\"guide-body\"\u003e·스킨케어 감각으로 \u003cstrong\u003e정성껏 UV 케어\u003c\/strong\u003e하고 싶은 분\u003cbr\u003e·7종의 멀티비타민을 \u003cstrong\u003e완전하게 섭취하고 싶은\u003c\/strong\u003e 분\u003cbr\u003e·화장 베이스 겸용으로 스킨케어 시간을 단축하고 싶은 분\u003cbr\u003e·얼굴·몸에 꼼꼼히 바르고 케어하고 싶은 분\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ USAGE STEPS --\u003e\n  \u003cdiv class=\"sec-title\"\u003e사용법\u003c\/div\u003e\n  \u003cdiv class=\"how-steps\"\u003e\n    \u003cdiv class=\"how-step\"\u003e\n      \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"step-label\"\u003e스킨케어 후\u003cbr\u003e또는 외출 전에\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-step\"\u003e\n      \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"step-label\"\u003e피부·머리카락에서\u003cbr\u003e10~15cm 떨어뜨려\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-step\"\u003e\n      \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"step-label\"\u003e슥 뿌리기\u003cbr\u003e고루 스며들게\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"how-step\"\u003e\n      \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"step-label\"\u003e얼굴은 손바닥에\u003cbr\u003e덜어내어 펴 바르기\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ CAUTION --\u003e\n  \u003cdiv class=\"sec-title\"\u003e사용 시 주의사항\u003c\/div\u003e\n  \u003cdiv class=\"caution\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ 사용 중지 시\u003c\/div\u003e\n    사용 중 또는 사용 후 붉어짐·부기·가려움·자극·색소 탈락(백반 등)·검은 반점 등의 이상이 나타나면 사용을 중지하고 피부과에 상담해 주세요.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution\"\u003e\n    \u003cdiv class=\"caution-title\"\u003e⚠️ 눈에 들어갔을 경우\u003c\/div\u003e\n    눈에 들어가지 않도록 주의해 주세요. 만약 눈에 들어갔을 경우 즉시 물로 씻어내세요.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ 얼굴 사용 방법\u003c\/div\u003e\n    얼굴에 사용할 경우 한 번 손바닥에 덜어 소량씩 펴 발라 주세요. 메이크업 위에 사용할 때도 마찬가지입니다. 메이크업이 뭉치지 않도록 주의해 주세요.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ 비누·샴푸로 지우는 방법\u003c\/div\u003e\n    세안제나 샴푸 등으로 꼼꼼히 씻어내세요. 문지르지 말고, 거품 낸 비누·세안제로 부드럽게 마사지한 후 헹궈 주세요.\n  \u003c\/div\u003e\n  \u003cdiv class=\"caution-orange\"\u003e\n    \u003cdiv class=\"caution-title\"\u003eℹ️ 보관 및 취급\u003c\/div\u003e\n    직사광선·고온다습을 피하고 유아의 손이 닿지 않는 곳에 보관해 주세요. 화기 근처나 밀폐된 차량 내부 등에 방치하지 마세요.\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ FULL INGREDIENTS --\u003e\n  \u003cdiv class=\"sec-title\"\u003e전 성분\u003c\/div\u003e\n  \u003cdiv class=\"ingred-box\"\u003e\n    \u003cdiv class=\"ingred-title\"\u003e📋 선컷 멀티비타민 UV 미스트 전 성분\u003c\/div\u003e\n    에탄올, 디(카프릴산\/카프린산)PG, 코하쿠산 디에틸헥실, \u003cstrong\u003e메톡시케이히산 에틸헥실\u003c\/strong\u003e, 안식향산 알킬(C12-15), \u003cstrong\u003e에틸헥실트리아존\u003c\/strong\u003e, 살리실산 에틸헥실, \u003cstrong\u003e디에틸아미노히드록시벤조일 안식향산 헥실\u003c\/strong\u003e, 폴리실리콘-15, \u003cstrong\u003e비스에틸헥실옥시페놀 메톡시페닐트리아진\u003c\/strong\u003e, 오렌지 껍질 오일, 테트라헥실데칸산 아스코르빌, \u003cstrong\u003e토코페롤\u003c\/strong\u003e, \u003cstrong\u003e팔미틴산 레티놀\u003c\/strong\u003e, \u003cstrong\u003e판테놀\u003c\/strong\u003e, \u003cstrong\u003e아세트산 토코페롤\u003c\/strong\u003e, BHT, PEG-10 수소첨가 피마자유, 옥수수유, 스쿠알란, 향료\u003cbr\u003e\u003cbr\u003e\n    \u003cspan style=\"font-size: 11px; color: #888;\"\u003e※굵은 글씨=멀티비타민 성분·자외선 흡수제. 성분은 리뉴얼 등으로 예고 없이 변경될 수 있습니다.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ SPEC TABLE --\u003e\n  \u003cdiv class=\"sec-title\"\u003e상품 스펙\u003c\/div\u003e\n  \u003cdiv style=\"overflow-x: auto; margin-bottom: 18px;\"\u003e\n    \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 13px;\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e상품명\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e선컷® 멀티비타민 UV 미스트\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e제조사\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e코세 코스메포트 주식회사\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e종류\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e화장품(자외선 차단 미스트)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e내용량\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e60mL\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003eSPF \/ PA\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eSPF50＋ \/ PA++++\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e내수성\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eUV 내수성★★(슈퍼 워터프루프)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e대응 부위\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e얼굴·몸·머리카락·두피(전신)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e화장 베이스\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e◎(메이크업 전 베이스·메이크업 위 덧바르기도 가능)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e클렌징\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e불필요(비누·세안제·샴푸로 세척 가능)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e특기 성분\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e멀티비타민 4종(VA 유도체·프로VB5·VE 유도체·VE), 오렌지 껍질 오일\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e알레르가드 기능\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e있음(꽃가루·먼지·미세먼지·PM2.5 차단)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e프리 처방\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e무착색·무광물유·파라벤 프리\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e향기\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003e프루티 플로럴 향(오렌지 껍질 오일 함유)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth style=\"background: var(--acc-light); color: var(--acc-dark); font-weight: bold; padding: 9px 12px; border: 1px solid var(--acc-mid); text-align: left; width: 38%;\"\u003e수상 경력\u003c\/th\u003e\n          \u003ctd style=\"padding: 9px 12px; border: 1px solid var(--acc-mid); background: #fff;\"\u003eLIPS 베스트 코스메 2025 상반기 신작상 UV 미스트 2위\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ▼ FAQ --\u003e\n  \u003cdiv class=\"sec-title\"\u003e자주 묻는 질문\u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003eUV 에센스와의 차이점은 무엇인가요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e가장 큰 차이는 제형과 대응 부위입니다. UV 미스트는 뿌려서 사용하는 타입으로 머리카락과 두피에도 사용할 수 있으며, 비타민 4종이 함유되어 있습니다. UV 에센스는 손으로 부드럽게 펴 바르는 타입으로 비타민 7종(풀 라인)이 함유되어 있습니다. 외출 시 간편한 덧바르기와 머리카락·두피 케어에는 미스트, 꼼꼼한 스킨케어 감각으로 사용하려면 에센스를 추천합니다.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003e머리카락과 두피에도 사용할 수 있나요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e네, 사용 가능합니다. 피부나 머리카락에서 10~15cm 떨어뜨려 스프레이하고 고루 스며들게 해 주세요. 제거할 때는 샴푸로 꼼꼼히 씻어내세요.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003e메이크업 위에도 사용할 수 있나요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e네. 외출 시 UV 덧바르기에 사용하실 수 있습니다. 얼굴에 사용할 때는 한 번 손바닥에 덜어 소량씩 펴 발라 주세요. 메이크업이 뭉치지 않도록 주의해 주세요.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003e알레르코드에 민감한 분도 사용할 수 있나요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e본 제품은 알레르기 테스트를 완료한 처방이지만, 에탄올(알코올)을 주성분으로 하는 미스트 타입이므로 알코올에 민감한 분은 주의해 주세요. 피부가 약한 분이나 과거에 화장품으로 알레르기 증상이 있었던 분은 사용 전에 피부과 전문의와 상담해 주세요.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003e바다나 수영장에서도 사용할 수 있나요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e슈퍼 워터프루프(UV 내수성★★) 처방으로 땀이나 물에 닿아도 잘 지워지지 않도록 설계되었습니다. 다만, 장시간 외출이나 수중 활동 시에는 효과가 떨어질 수 있으므로 2~3시간마다 덧바르기를 권장합니다.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq-item\"\u003e\n    \u003cdiv class=\"faq-q\"\u003e화기 근처에서 사용해도 괜찮나요?\u003c\/div\u003e\n    \u003cdiv class=\"faq-a\"\u003e본 제품은 에탄올을 주성분으로 하기 때문에 화기 근처에서 사용하면 위험합니다. 스프레이 사용 시에는 화기(담배, 가스레인지, BBQ 그릴 등)에서 충분히 떨어져 사용해 주세요. 밀폐된 차량 내부나 고온이 되는 장소에 방치하는 것도 피하십시오.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"KOSE","offers":[{"title":"60ml","offer_id":46567188365526,"sku":"4971710595642","price":1145.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0527\/4068\/5983\/files\/4971710595642.jpg?v=1741523111","url":"https:\/\/japandrug.jp\/products\/kose-suncut-multivitamin-uv-mist","provider":"Japan Drug","version":"1.0","type":"link"}