{"title":"밴드에이드 키즈파워패드 시리즈","description":"","products":[{"product_id":"band-aid-kizupowerpad-regular-size","title":"밴드에이드 상처 파워 패드 보통 사이즈","description":"\u003cstyle\u003e\n.pd-wrap, .pd-wrap * {\n  box-sizing: border-box;\n}\n\n.pd-wrap {\n  --acc: #1a7a3c;\n  --acc-dark: #145a2d;\n  --acc-light: #e8f5ed;\n  --acc-mid: #4a9d5f;\n  \n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  line-height: 1.7;\n  color: #333;\n  margin: 0;\n  padding: 0;\n}\n\n.pd-wrap h1,\n.pd-wrap h2,\n.pd-wrap h3,\n.pd-wrap h4,\n.pd-wrap h5,\n.pd-wrap h6 {\n  margin: 0;\n  padding: 0;\n  font-weight: 600;\n  line-height: 1.3;\n}\n\n.pd-wrap p {\n  margin: 0 0 1em 0;\n}\n\n.pd-wrap ul,\n.pd-wrap ol {\n  margin: 0 0 1em 0;\n  padding-left: 1.5em;\n}\n\n.pd-wrap .hero-section {\n  background: linear-gradient(135deg, var(--acc-dark) 0%, var(--acc) 100%);\n  padding: 3rem 1.5rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  position: relative;\n  overflow: hidden;\n}\n\n.pd-wrap .hero-section::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  right: -10%;\n  width: 300px;\n  height: 300px;\n  background: rgba(255, 255, 255, 0.05);\n  border-radius: 50%;\n}\n\n.pd-wrap .badge-group {\n  display: flex;\n  gap: 0.75rem;\n  flex-wrap: wrap;\n  margin-bottom: 1.5rem;\n}\n\n.pd-wrap .badge {\n  background: rgba(255, 255, 255, 0.25);\n  backdrop-filter: blur(10px);\n  color: #fff;\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.pd-wrap .hero-section h1 {\n  color: #fff;\n  font-size: 2rem;\n  margin-bottom: 0.75rem;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n.pd-wrap .tagline {\n  color: rgba(255, 255, 255, 0.95);\n  font-size: 1.1rem;\n  margin-bottom: 1.25rem;\n  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);\n}\n\n.pd-wrap .pill-tags {\n  display: flex;\n  gap: 0.5rem;\n  flex-wrap: wrap;\n}\n\n.pd-wrap .pill-tag {\n  background: rgba(255, 255, 255, 0.95);\n  color: var(--acc);\n  padding: 0.4rem 1rem;\n  border-radius: 20px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  border: 1px solid rgba(255, 255, 255, 0.5);\n}\n\n.pd-wrap .overview-card {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .section-title {\n  font-size: 1.5rem;\n  color: var(--acc);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.75rem;\n  border-bottom: 3px solid var(--acc);\n  display: inline-block;\n}\n\n.pd-wrap .features-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 1.5rem;\n  margin-bottom: 2rem;\n}\n\n@media (max-width: 768px) {\n  .pd-wrap .features-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.pd-wrap .feature-card {\n  background: var(--acc-light);\n  padding: 1.5rem;\n  border-radius: 10px;\n  border: 2px solid var(--acc-mid);\n  position: relative;\n}\n\n.pd-wrap .feature-number {\n  position: absolute;\n  top: -12px;\n  left: 1rem;\n  background: var(--acc);\n  color: #fff;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 1rem;\n}\n\n.pd-wrap .feature-card h3 {\n  color: var(--acc-dark);\n  font-size: 1.15rem;\n  margin-bottom: 0.75rem;\n  margin-top: 0.5rem;\n}\n\n.pd-wrap .feature-ingredients {\n  display: flex;\n  gap: 0.4rem;\n  flex-wrap: wrap;\n  margin-bottom: 0.75rem;\n}\n\n.pd-wrap .ingredient-pill {\n  background: #fff;\n  color: var(--acc);\n  padding: 0.25rem 0.75rem;\n  border-radius: 12px;\n  font-size: 0.8rem;\n  font-weight: 600;\n  border: 1px solid var(--acc-mid);\n}\n\n.pd-wrap .ing-table-wrap {\n  overflow-x: auto;\n  margin-bottom: 2rem;\n  background: #fff;\n  border-radius: 10px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .ing-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 500px;\n}\n\n.pd-wrap .ing-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 1rem;\n  text-align: left;\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n\n.pd-wrap .ing-table tbody tr td {\n  padding: 1rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .ing-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .ing-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .efficacy-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .efficacy-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 0.75rem;\n  margin-top: 1rem;\n}\n\n.pd-wrap .efficacy-tag {\n  background: var(--acc-light);\n  color: var(--acc-dark);\n  padding: 0.6rem 1.25rem;\n  border-radius: 8px;\n  font-size: 0.95rem;\n  font-weight: 500;\n  border: 2px solid var(--acc-mid);\n}\n\n.pd-wrap .usage-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .usage-table-wrap {\n  overflow-x: auto;\n  margin: 1rem 0;\n}\n\n.pd-wrap .usage-table {\n  width: 100%;\n  border-collapse: collapse;\n  min-width: 400px;\n}\n\n.pd-wrap .usage-table thead tr th {\n  background-color: var(--acc) !important;\n  color: #fff !important;\n  padding: 0.9rem;\n  text-align: left;\n  font-weight: 600;\n  font-size: 0.95rem;\n}\n\n.pd-wrap .usage-table tbody tr td {\n  padding: 0.9rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .usage-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n.pd-wrap .usage-table tbody tr:nth-child(even) {\n  background-color: #f9fafb;\n}\n\n.pd-wrap .note-box {\n  background: #fffbeb;\n  border-left: 4px solid #f59e0b;\n  padding: 1rem 1.25rem;\n  margin-top: 1.25rem;\n  border-radius: 6px;\n}\n\n.pd-wrap .note-box p:last-child {\n  margin-bottom: 0;\n}\n\n.pd-wrap .warning-section {\n  background: #fff8e1;\n  border-left: 5px solid #f59e0b;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .warning-section h2 {\n  color: #d97706;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .storage-section {\n  background: #f0f4ff;\n  border-left: 5px solid #4a6fa5;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 8px;\n}\n\n.pd-wrap .storage-section h2 {\n  color: #4a6fa5;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  margin-bottom: 1.25rem;\n}\n\n.pd-wrap .qna-section {\n  background: #fff;\n  padding: 2rem;\n  margin-bottom: 2rem;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n}\n\n.pd-wrap .qna-item {\n  margin-bottom: 1.75rem;\n  padding-bottom: 1.75rem;\n  border-bottom: 1px solid #e5e7eb;\n}\n\n.pd-wrap .qna-item:last-child {\n  margin-bottom: 0;\n  padding-bottom: 0;\n  border-bottom: none;\n}\n\n.pd-wrap .qna-q {\n  color: var(--acc);\n  font-weight: 700;\n  font-size: 1.05rem;\n  margin-bottom: 0.75rem;\n  display: flex;\n  align-items: flex-start;\n  gap: 0.5rem;\n}\n\n.pd-wrap .qna-a {\n  color: #4b5563;\n  padding-left: 1.75rem;\n  line-height: 1.7;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-wrap\"\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003cdiv class=\"badge-group\"\u003e\n      \u003cspan class=\"badge\"\u003e일반 의료기기\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e관리 의료기기\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003e밴드에이드 키즈파워패드 보통 사이즈\u003c\/h1\u003e\n    \u003cp class=\"tagline\"\u003e모이스트 힐링으로 상처를 빠르고 깨끗하게 치료\u003c\/p\u003e\n    \u003cdiv class=\"pill-tags\"\u003e\n      \u003cspan class=\"pill-tag\"\u003e하이드로콜로이드 소재\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003e방수\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003e밀착 보호\u003c\/span\u003e\n      \u003cspan class=\"pill-tag\"\u003e찰과상·베인 상처\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"overview-card\"\u003e\n    \u003ch2 class=\"section-title\"\u003e상품 개요\u003c\/h2\u003e\n    \u003cp\u003e밴드에이드 키즈파워패드는 하이드로콜로이드 소재를 채용한 관리 의료기기의 반창고입니다. 상처에서 나오는 체액(삼출액)을 흡수해 겔 상태의 쿠션을 형성하고 상처를 밀폐해 최적의 습윤 환경을 유지합니다. 이로써 상처 치유를 빠르게 하고 깨끗하게 치료하는 모이스트 힐링(습윤 요법)을 지원합니다.\u003c\/p\u003e\n    \u003cp\u003e방수성이 뛰어나 상처를 확실히 보호하면서 물일이나 목욕 시에도 사용할 수 있습니다. 보통 사이즈는 일상적인 찰과상·베인 상처에 최적의 크기로 손가락이나 관절 부위 등 넓은 부위에 사용할 수 있습니다.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"section-title\" style=\"margin: 0 0 1.5rem 0;\"\u003e제품 특징\u003c\/h2\u003e\n  \u003cdiv class=\"features-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003e모이스트 힐링으로 상처를 빠르게 치료\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003e하이드로콜로이드 소재\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e상처에서 나오는 체액을 흡수해 겔 상태의 쿠션을 형성합니다. 상처를 밀폐해 최적의 습윤 환경을 유지하며 자연 치유력을 최대한 끌어냅니다. 딱지를 만들지 않고 통증을 완화하면서 상처를 깨끗하게 치료합니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003e방수성으로 물일도 안심\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003e방수 필름\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e뛰어난 방수성으로 물일이나 목욕 시에도 상처를 확실히 보호합니다. 외부로부터 수분과 세균 침입을 막아 청결한 상태를 유지합니다. 일상생활에서 사용하기에 적합한 설계입니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003e밀착 보호로 통증 완화\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003e폴리우레탄 필름\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e상처에 딱 맞게 밀착하여 보호하고 외부 자극으로부터 상처를 지킵니다. 쿠션성 있는 패드가 통증을 완화하고 쾌적한 착용감을 실현합니다. 교체 시에도 상처를 다치기 어렵게 설계되었습니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-number\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003e넓은 상처에 대응\u003c\/h3\u003e\n      \u003cdiv class=\"feature-ingredients\"\u003e\n        \u003cspan class=\"ingredient-pill\"\u003e보통 사이즈\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp\u003e일상적인 찰과상·베인 상처·찔린 상처·긁힌 상처·손 갈라짐·신발에 의한 물집 등 다양한 상처에 대응. 보통 사이즈는 손가락이나 관절 부위 등 넓은 부위에 사용하기 쉬운 크기입니다.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"efficacy-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e효능·효과\u003c\/h2\u003e\n    \u003cp\u003e다음 상처의 치료 및 보호\u003c\/p\u003e\n    \u003cdiv class=\"efficacy-tags\"\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e찰과상\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e베인 상처\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e찔린 상처\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e긁힌 상처\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e손 갈라짐\u003c\/span\u003e\n      \u003cspan class=\"efficacy-tag\"\u003e신발에 의한 물집 등 상처\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"usage-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e용법·용량\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: var(--acc-dark); margin: 1.5rem 0 1rem 0; font-size: 1.1rem;\"\u003e사용 방법\u003c\/h3\u003e\n    \u003col style=\"line-height: 1.9;\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003e상처 세척:\u003c\/strong\u003e 수돗물 등으로 상처를 잘 씻고, 깨끗한 거즈나 수건으로 물기를 가볍게 닦아냅니다.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e붙이는 방법:\u003c\/strong\u003e 패드 중앙 부분이 상처 전체를 덮도록 붙입니다. 패드가 상처에서 넘치도록 붙이는 것이 중요합니다.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e교체:\u003c\/strong\u003e 흰 부풀음(체액을 흡수한 부분)이 패드 가장자리까지 닿으면 교체합니다. 보통 2~3일에 한 번이 기준입니다.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e떼는 방법:\u003c\/strong\u003e 패드 가장자리를 천천히 떼어냅니다. 무리하게 떼면 상처를 다칠 우려가 있습니다.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"note-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003e주의사항:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul style=\"margin: 0.5rem 0 0 0; padding-left: 1.5rem;\"\u003e\n        \u003cli\u003e소독액이나 연고 등을 사용하지 마십시오(밀폐 효과가 손상됩니다)\u003c\/li\u003e\n        \u003cli\u003e최장 7일까지 사용할 수 있으나 상처 상태에 따라 적절히 교체하십시오\u003c\/li\u003e\n        \u003cli\u003e상처가 낫을 때까지 반복 사용하십시오\u003c\/li\u003e\n        \u003cli\u003e사용 중 상처 부위나 그 주변에 발적, 부기, 통증, 고름 등이 생기면 즉시 사용을 중지하고 의사와 상담하십시오\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qna-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003e자주 묻는 질문\u003c\/h2\u003e\n    \n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e하얗게 부풀어 올랐는데 괜찮나요?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 흰 부풀음은 상처에서 나오는 체액(삼출액)을 패드가 흡수해 겔 상태가 된 것입니다. 이는 정상적인 상태로 상처 치유를 촉진합니다. 흰 부풀음이 패드 가장자리까지 닿으면 교체 시기입니다.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e소독액이나 연고를 사용해도 되나요?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 아니요. 소독액이나 연고를 사용하면 패드의 밀폐 효과가 손상되어 모이스트 힐링 효과가 충분히 발휘되지 않습니다. 상처 부위는 수돗물 등으로 잘 세척한 후 그대로 패드를 붙이십시오.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e얼마나 오래 사용할 수 있나요?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 한 장의 패드는 최장 7일간 사용할 수 있으나, 보통 2~3일에 한 번 교체하는 것이 기준입니다. 흰 부풀음이 패드 가장자리까지 닿으면 교체하십시오. 상처가 낫을 때까지 반복 사용하십시오.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cdiv class=\"qna-q\"\u003e\n        \u003cspan style=\"flex-shrink: 0;\"\u003eQ.\u003c\/span\u003e\n        \u003cspan\u003e목욕해도 괜찮나요?\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"qna-a\"\u003e\n        \u003cstrong\u003eA.\u003c\/strong\u003e 네. 키즈파워패드는 방수성이 뛰어나 붙인 채로 목욕할 수 있습니다. 단, 패드 가장자리로 물이 들어가지 않도록 단단히 밀착시켜 붙이십시오.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"warning-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003e사용 시 주의사항\u003c\/h2\u003e\n    \n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003e하지 말아야 할 것\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e다음 부위에는 사용하지 마십시오\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e감염된 상처(상처 주변이 붉게 부어오르거나 고름이 있는 상처)\u003c\/li\u003e\n          \u003cli\u003e깊은 상처나 큰 상처\u003c\/li\u003e\n          \u003cli\u003e동물에게 물린 상처\u003c\/li\u003e\n          \u003cli\u003e이물질이 박힌 상처\u003c\/li\u003e\n          \u003cli\u003e피부염, 습진, 화상\u003c\/li\u003e\n          \u003cli\u003e여드름, 벌레 물린 곳\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e소독액, 연고 등을 사용하지 마십시오\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003e상담할 것\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e당뇨병 환자\u003c\/li\u003e\n          \u003cli\u003e혈우병 등 혈액 질환이 있는 사람\u003c\/li\u003e\n          \u003cli\u003e약물 등에 의해 알레르기 증상을 일으킨 적이 있는 사람\u003c\/li\u003e\n          \u003cli\u003e상처가 얼굴에 있는 사람\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e다음의 경우에는 즉시 사용을 중지하고 의사와 상담하십시오\n        \u003cul style=\"margin-top: 0.5rem;\"\u003e\n          \u003cli\u003e사용 중 또는 사용 후에 발진·발적, 가려움, 발진 등의 증상이 나타난 경우\u003c\/li\u003e\n          \u003cli\u003e상처 부위나 그 주변에 발적, 부기, 통증, 열감, 고름 등이 생긴 경우\u003c\/li\u003e\n          \u003cli\u003e7일간 사용해도 낫지 않는 경우\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3 style=\"color: #d97706; margin: 1.5rem 0 0.75rem 0; font-size: 1.05rem;\"\u003e기타 주의사항\u003c\/h3\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e어린이에게 사용할 경우에는 보호자의 지도 감독 하에 사용하게 하십시오\u003c\/li\u003e\n      \u003cli\u003e눈에 들어가지 않도록 주의하십시오. 만일 눈에 들어갔을 경우에는 즉시 물 또는 미지근한 물로 씻어내십시오\u003c\/li\u003e\n      \u003cli\u003e외용으로만 사용하십시오\u003c\/li\u003e\n      \u003cli\u003e정해진 용법·용량을 엄수하십시오\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"storage-section\"\u003e\n    \u003ch2\u003e\n\u003cspan\u003e📦\u003c\/span\u003e보관 및 취급 시 주의사항\u003c\/h2\u003e\n    \u003cul style=\"line-height: 1.8;\"\u003e\n      \u003cli\u003e직사광선이 닿지 않고 습기가 적은 서늘한 곳에 보관하십시오\u003c\/li\u003e\n      \u003cli\u003e어린이의 손이 닿지 않는 곳에 보관하십시오\u003c\/li\u003e\n      \u003cli\u003e다른 용기에 옮겨 담지 마십시오(오용의 원인이 되거나 품질이 변할 수 있습니다)\u003c\/li\u003e\n      \u003cli\u003e개별 포장 봉지가 손상된 것은 사용하지 마십시오\u003c\/li\u003e\n      \u003cli\u003e사용기한이 지난 제품은 사용하지 마십시오\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10매입","offer_id":51881864429884,"sku":"4901730021906","price":850.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021906.jpg?v=1751851255"},{"product_id":"band-aid-kizupowerpad-spot","title":"밴드에이드 상처 파워 패드 스팟 타입","description":"\u003cp\u003eバンドエイド의 \"キズパワーパッド スポットタイプ\"는 얼굴이나 손가락 등 작은 상처, 또는 여드름 자국이나 경미한 화상 등에 최적인, **모이스트 힐링(습윤 요법)**을 응용한 반창고입니다. 눈에 잘 띄지 않는 피부색 반투명의 작은 사이즈로, 상처 부위를 건조시키지 않고 촉촉한 환경을 유지하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료하고 흉터가 남기 어렵도록 지원합니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e제품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e얼굴이나 손가락의 작은 상처에 최적:\u003c\/b\u003e 직경이 작은 원형 또는 타원형 스팟 타입으로, 눈에 잘 띄는 얼굴 상처나 손끝의 작은 베인 상처, 여드름 자국 등 핀포인트로 케어하고 싶은 부위에 딱 맞게 맞습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처 부위에서 나오는 체액(삼출액)을 흡수해 젤 상태로 부풀어 올라 상처가 치유되기에 최적의 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부색 반투명으로 눈에 잘 띄지 않음:\u003c\/b\u003e 얇고 피부색 반투명이라 붙이고 있어도 거의 눈에 띄지 않습니다. 얼굴 등 노출 부위에 붙여도 신경 쓰이지 않아 일상생활을 쾌적하게 보낼 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 밀착성과 잘 떨어지지 않음:\u003c\/b\u003e 부드럽고 유연한 하이드로콜로이드 소재가 피부에 딱 맞아 움직임이 많은 손끝이나 세안 시에도 잘 떨어지지 않습니다. 최장 5일간 붙이고 있을 수 있어(기준) 교체 번거로움을 줄여줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로, 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 방지합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"バンドエイド キズパワーパッド スポットタイプ\"는 눈에 잘 띄지 않는 작은 상처를 효과적으로 케어하고, 빠르고 깨끗하게 치료하고 싶은 분께 최적인, 기능성과 심미성을 겸비한 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위 씻기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위 씻기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수도물 흐르는 물로 이물질과 세균을 꼼꼼히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 필요한 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가 물로만 씻기 어려울 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분, 유분, 크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 붙습니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 치수 큰 사이즈를 선택하도록 하세요. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어져 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 흰색 젤 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우, 온수를 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수 있습니다. 상처 입구가 막혀도 한동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손가락 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손가락 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10매입","offer_id":51888909287740,"sku":"4901730077699","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730077699.jpg?v=1752051116"},{"product_id":"band-aid-kizupowerpad-large-size","title":"밴드에이드 상처 파워 패드 큰 사이즈","description":"\u003cp\u003e넓은 범위의 상처와 깊은 상처의 치유를 빠르게 하고, 통증을 완화하며, 흉터가 남기 어려운 **\"모이스트 힐링(습윤 요법)\"**을 가정에서 간편하게 할 수 있는 반창고입니다. 독자적인 하이드로콜로이드 소재가 체액을 충분히 가두어 상처 부위를 건조시키지 않고 촉촉한 환경을 유지합니다. 피부색 반투명으로 눈에 잘 띄지 않으며, 유연한 부착감으로 무릎이나 팔꿈치 등 큰 상처 케어에 특히 적합합니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e제품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치유:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 젤 상태로 부풀어 올라 상처 치유에 최적의 습윤 환경을 유지합니다. 이를 통해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e큰 사이즈로 넓은 범위의 상처에 대응:\u003c\/b\u003e 일반적인 사이즈로는 커버하기 어려운 무릎이나 팔꿈치 등의 큰 상처나 넓은 범위의 찰과상에도 대응합니다. 한 장으로 확실히 상처를 보호합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 밀착성으로 잘 떨어지지 않음:\u003c\/b\u003e 부드럽고 유연한 하이드로콜로이드 소재가 피부에 딱 맞아 격렬한 움직임이나 마찰에도 잘 떨어지지 않습니다. 최장 5일간 붙인 채로 유지할 수 있어(기준) 교체 번거로움을 줄여줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부색 반투명으로 눈에 잘 띄지 않음:\u003c\/b\u003e 전체가 피부색 반투명이어서 붙여도 눈에 잘 띄지 않고 자연스러운 외관을 유지할 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침투하는 것을 방지합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"バンドエイド キズパワーパッド 大きめサイズ\"는 최신 기술로 큰 상처의 치유를 지원하며, 일상생활을 쾌적하게 보내고 싶은 분들에게 딱 맞는 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물 흐르는 물로 이물질과 세균을 꼼꼼히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 필요한 세포에 손상을 주어 치유를 방해할 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가 물로만 씻어내기 어려울 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분, 유분, 크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 붙습니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 치수 큰 사이즈를 선택하는 것이 좋습니다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어져 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 흰색 젤 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우, 온수를 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수 있습니다. 상처 입구가 막혀도 한동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6개입","offer_id":51901324525884,"sku":"4901730021913","price":644.0,"currency_code":"JPY","in_stock":true},{"title":"12개입","offer_id":51901324558652,"sku":"4901730077002","price":1594.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730021913.jpg?v=1752409304"},{"product_id":"band-aid-kizupowerpad-blister","title":"밴드에이드 상처 파워 패드 신발 물집용","description":"\u003cp\u003eバンドエイド의 \"キズパワーパッド 靴ずれ用\"은 신발에 의한 물집 통증을 완화하고 상처 치유를 빠르게 하는 **모이스트 힐링(습윤 요법)**을 응용한 반창고입니다. 물집이 잘 생기는 뒤꿈치와 아킬레스건에 맞도록 설계되었으며, 독자적인 하이드로콜로이드 소재가 상처에서 나오는 체액을 흡수해 촉촉한 환경을 유지합니다. 피부색 반투명으로 눈에 잘 띄지 않고, 고밀착으로 잘 떨어지지 않아 물집 불쾌감을 신경 쓰지 않고 쾌적하게 지내고 싶은 분들에게 최적입니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e제품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e물집에 특화된 형태와 기능:\u003c\/b\u003e 물집이 잘 생기는 뒤꿈치와 아킬레스건에 잘 맞도록 전용 설계되었습니다. 움직임이 많은 발에도 확실히 밀착되어 마찰로부터 상처를 보호합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 젤 상태로 부풀어 올라 상처가 치유되기에 최적의 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 밀착성과 잘 떨어지지 않음:\u003c\/b\u003e 부드럽고 유연한 하이드로콜로이드 소재가 피부에 딱 맞아 신발과의 마찰이나 보행 시 움직임에도 잘 밀리거나 떨어지지 않습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부색 반투명으로 눈에 잘 띄지 않음:\u003c\/b\u003e 얇고 피부색 반투명이라 붙여도 거의 눈에 띄지 않습니다. 맨발이 되는 계절에도 신경 쓰지 않고 사용할 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 방지합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"バンドエイド キズパワーパッド 靴ずれ用\"은 신발에 의한 물집 통증을 완화하고 빠르고 깨끗하게 치료하고 싶은 분들에게 진정한 구세주가 되는 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위 씻기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함 유지하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위 씻기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물 흐르는 물로 이물질과 세균을 꼼꼼히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 필요한 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가 물로만 씻기지 않을 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분, 유분, 크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 붙습니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 치수 큰 사이즈를 선택하는 것이 좋습니다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르면서 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 나와 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않게 되고, 교체해도 흰색 젤 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우, 온수를 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수 있습니다. 상처 입구가 막혀도 한동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손가락 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손가락 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살이 트는 것\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살이 트는 것\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6개입","offer_id":51927201677628,"sku":"4901730090889","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730090889.jpg?v=1753005082"},{"product_id":"band-aid-kizupowerpad-plus-regular-size","title":"밴드에이드 키즈파워패드 플러스 보통 사이즈","description":"\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_small\"\u003e\n\u003cdiv class=\"rich-text\" data-sb-field-path=\".product.longDescription\"\u003e\n\u003cp\u003e밴드에이드의 \"키즈파워패드 플러스 보통 사이즈\"는 상처 치유를 빠르게 하고 통증을 완화하며 상처 자국이 남기 어려운 **\"모이스트 힐링(습윤 요법)\"**을 가정에서 간편하게 할 수 있는 반창고입니다. 독자적인 하이드로콜로이드 소재가 고흡수 패드 중앙부에서 체액을 충분히 가두어 상처 부위를 건조시키지 않고 촉촉한 환경을 유지합니다. 피부색 반투명으로 눈에 잘 띄지 않으며, 유연한 착용감으로 베인 상처, 찰과상, 신발에 의한 물집 등 다양한 상처 케어에 도움이 됩니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e상품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치유:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 젤 상태로 부풀어 올라 상처 치유에 최적의 습윤 환경을 유지합니다. 이를 통해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e고흡수 패드로 체액 누출 방지:\u003c\/b\u003e 패드 중앙부가 25% 두꺼워 체액을 확실히 흡수하고 누출을 방지합니다. 높은 밀착성으로 잘 떨어지지 않으며, 최장 5일간 붙인 채로 유지할 수 있어(기준) 교체 번거로움을 줄여줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부에 부드럽고 유연한 착용감:\u003c\/b\u003e 전체가 피부색 반투명의 하이드로콜로이드 소재로 되어 있어 눈에 잘 띄지 않는 것이 특징입니다. 부드럽고 유연하여 몸의 움직임에 딱 맞게 밀착되며, 착용해도 이질감이 적습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 막습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e폭넓은 상처에 대응:\u003c\/b\u003e 베인 상처, 찰과상, 긁힌 상처, 아카기레, 살갗이 트는 상처, 신발 물집, 경미한 화상 등 다양한 일상의 상처에 사용할 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e「밴드에이드 キズパワーパッド プラス 보통 사이즈」는 최신 기술로 상처 치유를 지원하며, 일상생활을 쾌적하게 보내고 싶은 분에게 딱 맞는 반창고입니다.\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch2 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™는 무엇으로 만들어졌나요?\u003c\/h2\u003e\n\u003ch3 data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e하이드로콜로이드 소재\u003c\/h3\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e하이드로콜로이드는 의료 현장에서도 사용되는 소재입니다.\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e이 소재를 사용해 일본에서 처음으로 가정용으로 모이스트 힐링을 보급한 것이 キズパワーパッド™입니다.\u003c\/p\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-state=\"open\" data-orientation=\"vertical\"\u003e\u003cbutton data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-radix-collection-item=\"\" class=\"vds-d_flex vds-items_center vds-w_100% vds-cursor_pointer vds-gap_xSmall [\u0026amp;\u0026gt;.iconCollapsed]:vds-d_block focusVisible:vds-ring_3px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.accordion.border.focus expanded:[\u0026amp;_.iconCollapsed]:vds-opacity_0 expanded:[\u0026amp;_.iconCollapsed]:vds-pointer-events_none expanded:[\u0026amp;_.iconCollapsed]:vds-transform_rotate(-180deg) expanded:[\u0026amp;_.iconCollapsed]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out expanded:[\u0026amp;_.iconExpanded]:vds-opacity_1 expanded:[\u0026amp;_.iconExpanded]:vds-pointer-events_all expanded:[\u0026amp;_.iconExpanded]:vds-transform_rotate(180deg) expanded:[\u0026amp;_.iconExpanded]:vds-transition_opacity_0.2s_ease-in-out,_transform_0.4s_ease-in-out vds-textStyle_headline.medium vds-justify_space-between vds-text_components.accordion.label.text.label vds-bg_components.accordion.label.background.base vds-pt_components.accordion.label.padding.top vds-pr_components.accordion.label.padding.right vds-pl_components.accordion.label.padding.left vds-pb_components.accordion.label.padding.bottom\" id=\"radix-:rv:\" data-orientation=\"vertical\" data-state=\"open\" aria-expanded=\"true\" aria-controls=\"radix-:r10:\" type=\"button\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-text_left rtl:vds-text_right vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\"\u003e하이드로콜로이드 소재에 대하여\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_flex vds-items_center vds-pos_relative\"\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconCollapsed vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_1 vds-pos_absolute vds-right_0 lg:vds-right_unset vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3V11L3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L11 13V21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21V13L21 13C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11L13 11V3Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"iconExpanded vds-transition_transform_.2s_ease-in-out vds-transform_rotate(0deg) vds-opacity_0 vds-self_center\"\u003e\u003csvg aria-labelledby=\"svgTitle\" fill=\"currentcolor\" color=\"var(--components-accordion-label-icon-base)\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath fill=\"currentcolor\" d=\"M22 12C22 12.5523 21.5523 13 21 13L3 13C2.44771 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12Z\" clip-rule=\"evenodd\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/button\u003e\u003c\/h3\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"2rOzAFLVtCCT5wNf9g0kl7:content\" class='vds-overflow_hidden [\u0026amp;[data-state=\"open\"]]:vds-animation_accordionSlideDown_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-animation_accordionSlideUp_250ms_ease-in-out [\u0026amp;[data-state=\"closed\"]]:vds-h_0 [\u0026amp;[data-state=\"closed\"]]:vds-d_none vds-bg_components.accordion.dropdown.background.base vds-text_components.accordion.dropdown.text.body' data-orientation=\"vertical\" aria-labelledby=\"radix-:rv:\" role=\"region\" id=\"radix-:r10:\" data-state=\"open\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-pt_components.accordion.dropdown.padding.top vds-pr_components.accordion.dropdown.padding.right vds-pl_components.accordion.dropdown.padding.left vds-pb_components.accordion.dropdown.padding.bottom vds-d_flex vds-flex_column vds-gap_36 lg:vds-gap_48\"\u003e\n\u003csection data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-bg_components.page.background.base vds-p_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"71ttaViXBmx2aEeAG9xMKP\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_8 vds-w_100%\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-flex_column vds-gap-x_token(spacing.small) vds-overflow_hidden\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5E9m6UntGZrmhouOkl0kud\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_token(spacing.0) vds-rounded-tr_token(spacing.0) vds-rounded-bl_token(spacing.0) vds-rounded-br_token(spacing.0) vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start vds-border-w_token(spacing.0)\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_16\/9 sm:vds-aspect_16\/9\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/21tNs7vtM8zfJPpX9mtMZA\/16106c42622f1e0db6622f86fe17a8b6\/band-aid_kizupowerpad_hydrocolloid.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"364.44444444444446\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"5507ijn68XJZt0zNDrtzy\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_0 vds-pr_0 vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_typography.body.regular\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™는 이중 구조입니다. 외부는 세균과 물의 침입을 막는 폴리우레탄 필름, 내부는 하이드로콜로이드 소재로 되어 있습니다. 하이드로콜로이드 소재는 피부에 꼭 붙도록 하는 접착제(소수성 폴리머)와 수분을 흡수·보호하는 하이드로콜로이드 입자(친수성 폴리머)로 구성되어 있습니다.\u003c\/p\u003e\n\u003cp data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e이 하이드로콜로이드 입자가 상처 부위에서 나오는 체액을 흡수해 부풀어 젤 같은 쿠션이 됩니다.\u003cbr data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e피부가 재생되어 상처 부위에서 나오는 체액이 줄어들면, 교체할 때마다 부풀어 오름이 작아집니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003eキズパワーパッド™의 3가지 특징\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"4iyZQ22QYYA00fwM0dzqRL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3IyDwHATFdjsRC06QDNwVb\/6759f6c65ea147c1124449e744ad08e0\/band-aid_kizupowerpad_3features_soft_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"4khGHA2QyC80WgD7CxVKh8\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e건조로 인한 신경 자극을 억제하여 상처의 통증이 완화됩니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"uwxAT4yzmhjXDP0Aiq18c\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3gISA8dyVsS2edPHiJEtBw\/c7abd3c43d0859a5a4c3a87e1eaf8b5a\/band-aid_kizupowerpad_3features_quick_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6oujPBfuCoPxoRDdFIBHHP\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e피부 회복에 적합한 환경을 조성하는 체액(삼출액)을 유지하여 상처를 빠르게 치료합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-object-id=\"5QqgDfyfdyLnXL5Np6UowQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1rQjOYYE6LgO7U9SuV6zgy\/80cd03a369537fde8d0b64fba4aaecb7\/band-aid_kizupowerpad_3features_beauty_0.png\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"420\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"11nn5sD5Iftv4QG6zslfsl\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\" data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan data-immersive-translate-paragraph=\"1\" data-immersive-translate-walked=\"1b242af4-0b52-4ad6-a23c-91c76f68720f\"\u003e상처 자국이 남기 쉬운 딱지를 만들지 않고 깨끗하게 치료합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"GSNdJjBiez2w3Ui7tGEBg\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003ch2\u003e아카기레·신발 물집·화상에도 キズパワーパッド™\u003c\/h2\u003e\n\u003cp\u003e아카기레(손가락 갈라짐)·신발에 의한 물집 등, 생긴 상처의 통증은 참는 것... 그렇게 생각하지 않으세요?\u003cbr\u003e\u003cbr\u003eキズパワーパッド™라면, 그런 상처의 통증도 완화시키고, 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"6zfENla3iQoiQE70ZHTVbl\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"RjOZcNMOXnPdg1moSllbW\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"あかぎれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/2toNYz0HrdJVtSFflMEqXF\/483ce380c30eed20872645ee573872c1\/band-aid_kizupowerpad_akagire_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"308\" width=\"419\" loading=\"lazy\" data-sb-object-id=\"2iKtWhHrYKb4wVhdTYQKOw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/akagire\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1RAGfK0bRx1oc7kslCM3e7\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e손가락 갈라짐\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3qYV7ZfDV2f67k39ufYUEE\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"靴ずれ\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4eur2w2p4sIufVntjwOhdu\/4e1378fb4f77e304230f76ecfd13fe3f\/band-aid_kizupowerpad_shoeslip_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"309\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"5yRKpqGipGmLgEvn3tJUaw\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizupowerpad\/blister\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"uZNjmBZoYFCQjoj17p5sL\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1mLcpFTlW2zz9IbsQfixfJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.link.border.focus focusVisible:vds-rounded_2px vds-ring_-2px vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\" aria-disabled=\"false\" role=\"link\" title=\"やけど\" tabindex=\"0\" target=\"_self\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7CxVKo6SNcVO2lpwn4yxCp\/363c8949a447b5f8e5a255d9c29be5ef\/band-aid_kizupowerpad_scald_0.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"311\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"1ay76w0qTOyYACayLlDsUF\" data-sb-field-path=\"image\" alt=\"\"\u003e\u003c\/a\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\/yakedo\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.tertiary.text.base.idle hover:vds-text_components.button.tertiary.text.base.hover active:vds-text_components.button.tertiary.text.base.pressed focus:vds-text_components.button.tertiary.text.base.hover disabled:vds-text_components.button.tertiary.text.base.disabled disabled:hover:vds-text_components.button.tertiary.text.base.disabled disabled:active:vds-text_components.button.tertiary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-bg_transparent vds-border-style_solid vds-text_center group\" data-sb-object-id=\"1xWyjEHkhSPwVxgiX8BOHZ\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e화상\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"437\" width=\"421\" loading=\"lazy\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP1 상처 부위를 씻기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP2 관찰·처치하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"436\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"321\" width=\"420\" loading=\"lazy\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP1 상처 부위를 씻기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e수돗물 흐르는 물로 이물질과 세균을 꼼꼼히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 필요한 세포에 손상을 주어 치유를 방해할 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가 물로만 씻어내기 어려울 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP2 관찰·처치하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분, 유분, 크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 キズパワーパッド™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 붙습니다. 또한 キズパワーパッド™를 선택할 때는 상처보다 한 치수 큰 사이즈를 선택하는 것이 좋습니다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우에는 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e부착 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" data-nimg=\"1\" decoding=\"async\" height=\"458.44155844155847\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 나와 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않게 되고, 교체해도 흰색 젤 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체 시에는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우에는 따뜻한 물을 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 될 수도 있습니다. 상처 입구가 막혀도 한동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" data-sb-field-path=\"image\" alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" data-sb-field-path=\"image\" alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" data-sb-field-path=\"image\" alt=\"키즈파워패드™로 처치할 수 있는 상처 손가락 갈라짐\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e손가락 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" data-sb-field-path=\"image\" alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살이 트는 것\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e손톱 옆 살이 트는 것\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" data-nimg=\"1\" decoding=\"async\" height=\"622.4066390041494\" width=\"600\" loading=\"lazy\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" data-sb-field-path=\"image\" alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 data-sb-field-path=\"title\" id=\"content-card-headline-Primary\" class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca href=\"https:\/\/www.band-aid.jp\/kizu\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\" class=\"vds-box\"\u003e\n\u003cdiv data-sb-field-path=\".content\" class=\"vds-box\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\" class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\" aria-labelledby=\"\" class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\" data-sb-field-path=\".contentCard.description\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10매입","offer_id":51936483443004,"sku":"4901730180467","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180467.jpg?v=1753174271"},{"product_id":"band-aid-kizupowerpad-akagire","title":"밴드에이드 상처 파워 패드 물일용","description":"\u003ch3\u003eバンドエイド キズパワーパッド 水仕事用\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eバンドエイド의 \"キズパワーパッド 水仕事用\"은(는) 물에 자주 닿는 손과 손가락 상처에 최적인, \u003cb\u003e모이스트 힐링(습윤 요법)을 응용한 반창고입니다. 독자적인 하이드로콜로이드 소재가 상처 부위를 건조시키지 않고 촉촉한 환경을 유지하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다. 특히 물에 강하고 잘 떨어지지 않는\u003c\/b\u003e 설계로, 설거지나 손 씻기 등 일상생활에서 물일을 신경 쓰지 않고 쾌적하게 지내고 싶은 분께 딱 맞는 믿음직한 한 장입니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e제품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e물에 강하고 잘 떨어지지 않는 밀착력:\u003c\/b\u003e 특수 점착 기술로 물에 젖어도 잘 떨어지지 않는 강력한 밀착성을 실현. 물일이나 손 씻기가 많은 환경에서도 상처를 확실히 보호합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 젤 상태로 부풀어 올라 상처가 치료되기에 최적인 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부에 부드럽고 유연한 착용감:\u003c\/b\u003e 부드럽고 유연한 하이드로콜로이드 소재가 피부에 딱 맞아 손가락이나 관절의 움직임을 방해하지 않습니다. 붙이고 있어도 이질감이 적어 쾌적하게 지낼 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e눈에 잘 띄지 않는 반투명 타입:\u003c\/b\u003e 피부색 반투명이므로 붙이고 있어도 눈에 잘 띄지 않고, 손끝 등 노출되는 부위에도 부담 없이 사용할 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e\"물일할 때 상처를 확실히 보호\":\u003c\/b\u003e 일상생활에서 물에 자주 닿는 분의 상처 케어에 특화된, **\"기능성과 쾌적성을 양립한 반창고\"**로서 가사나 일을 지원합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"バンドエイド キズパワーパッド 水仕事用\"은(는) 물에 강한 강력한 보호력과 상처를 빠르고 깨끗하게 치료하는 효과로, 매일의 생활을 쾌적하게 보내고 싶은 분께 최적인 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰하기\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻기\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물 흐르는 물로 이물질과 세균을 꼼꼼히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 필요한 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가 물로만 씻어내기 어려울 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치하기\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분, 유분, 크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 붙습니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 치수 큰 사이즈를 선택하는 것이 좋습니다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어지면 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 하얗고 젤리 같은 부풀음이 없어집니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우, 온수를 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수 있습니다. 상처 입구가 막혀도 한동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"10매입","offer_id":51940170629436,"sku":"4901730120012","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730120012.jpg?v=1753233667"},{"product_id":"band-aid-kizupowerpad-plus-large-size","title":"밴드에이드 키즈파워패드 플러스 큰 사이즈","description":"\u003cp\u003e밴드에이드의 \"키즈파워패드 플러스 큰 사이즈\"는 넓은 범위의 상처와 깊은 상처의 치유를 빠르게 하고, 통증을 완화하며, 상처 자국이 남기 어려운 **\"모이스트 힐링(습윤 요법)\"**을 가정에서 간편하게 할 수 있는 반창고입니다. 독자적인 하이드로콜로이드 소재가 고흡수 패드 중앙부에서 체액을 충분히 가두어 상처 부위를 건조시키지 않고 촉촉한 환경을 유지합니다. 피부색 반투명으로 눈에 잘 띄지 않으며, 유연한 착용감으로 무릎이나 팔꿈치 등 큰 상처 케어에 특히 적합합니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e상품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치유:\u003c\/b\u003e 상처 부위에서 나오는 체액(삼출액)을 흡수해 겔 상태로 부풀어 올라 상처 치유에 최적의 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e큰 사이즈로 넓은 범위 상처에 대응:\u003c\/b\u003e 일반적인 사이즈로는 커버하기 어려운 무릎이나 팔꿈치 등의 큰 상처나 넓은 범위의 찰과상에도 대응합니다. 한 장으로 확실히 상처를 보호합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e고흡수 패드로 체액 누출 방지:\u003c\/b\u003e 패드 중앙부가 25% 두꺼워 체액을 확실히 흡수하고 누출을 방지합니다. 높은 밀착성으로 잘 떨어지지 않으며, 최장 5일간 붙인 채로 사용할 수 있어(목표) 교체 번거로움을 줄여줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e피부에 부드럽고 유연한 착용감:\u003c\/b\u003e 전체가 피부색 반투명의 하이드로콜로이드 소재로 되어 있어 눈에 잘 띄지 않는 것이 특징입니다. 부드럽고 유연하여 몸의 움직임에 딱 맞게 밀착되며, 착용해도 이질감이 적습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침투하는 것을 막아줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"밴드에이드 키즈파워패드 플러스 큰 사이즈\"는 최신 기술로 큰 상처의 치유를 지원하며, 일상생활을 쾌적하게 보내고 싶은 분께 딱 맞는 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻는다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치를 한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻는다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물의 흐르는 물로 이물질과 세균을 확실히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라서는 상처 회복에 작용하는 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가서 물로만 씻을 수 없을 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치를 한다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 갑시다.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분·유분·크림 등을 닦아냅니다. 그리고 미리 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 맞습니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 뼘 큰 사이즈를 선택하도록 합시다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우에는 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어져 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않게 되고, 교체해도 하얗게 겔 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우에는 따뜻한 물을 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수도 있습니다. 상처 입구가 막혀도 잠시 동안은 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살이 트는 것\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살이 트는 것\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 쓸린 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 쓸린 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 크면 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 중증 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6매입","offer_id":52088596037948,"sku":"4901730180450","price":1025.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730180450.jpg?v=1756608614"},{"product_id":"band-aid-kizupowerpad-yubi","title":"밴드에이드 상처 파워 패드 손가락용","description":"\u003cp\u003e\"バンドエイド\"의 \"キズパワーパッド 指用\"은 손끝 상처에 특화된, **모이스트 힐링(습윤 요법)**을 응용한 반창고입니다. 손가락에 감기 쉬운 특수한 형태와 높은 신축성을 가진 하이드로콜로이드 소재가 손가락 움직임에 딱 맞게 밀착합니다. 체액을 확실히 흡수해 상처 부위를 건조시키지 않고 촉촉한 환경을 유지하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료하고, 잘 떨어지지 않으며 이질감 없이 쾌적하게 지낼 수 있도록 지원합니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e제품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e손가락에 특화된 형태와 착용감:\u003c\/b\u003e 손가락에 감기 쉽도록 설계된 특수한 형태와 유연한 하이드로콜로이드 소재가 관절 움직임을 방해하지 않고 손가락에 딱 맞게 밀착합니다. 물일 시에도 떨어지기 어려워 쾌적하게 지낼 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 겔 상태로 부풀어 올라 상처가 치료되기에 최적인 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 신축성과 밀착성:\u003c\/b\u003e 신축성이 뛰어난 소재가 손가락 움직임에 유연하게 대응하며, 격렬한 움직임이나 마찰에도 밀리거나 떨어지기 어렵습니다. 최장 5일간 붙인 채로 있을 수 있어(목표) 교체 수고를 줄일 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e눈에 잘 띄지 않는 피부색 반투명:\u003c\/b\u003e 얇고 피부색 반투명이어서 붙여도 거의 눈에 띄지 않습니다. 일상생활에서 손가락을 사용할 때도 외관을 신경 쓰지 않고 지낼 수 있습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 방지합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"バンドエイド キズパワーパッド 指用\"은 손가락 상처를 효과적으로 보호하고 빠르고 깨끗하게 치료하고 싶은 분께 최적인, 기능성과 쾌적함을 겸비한 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻는다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치를 한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻는다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물의 흐르는 물로 이물질과 세균을 확실히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라서는 상처 회복에 작용하는 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양으로 하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가서 물로만 씻을 수 없을 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치를 한다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 갑시다.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분·유분·크림 등을 닦아냅니다. 그리고 미리 개별 포장에서 キズパワーパッド™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 맞습니다. 또한 キズパワーパッド™를 선택할 때는 상처보다 한 뼘 큰 사이즈를 선택하도록 합시다. 부상 부위·크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우에는 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어져 떨어졌다면, 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 하얗게 겔 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우에는 따뜻한 물을 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 될 수도 있습니다. 상처 입구가 막혀도 잠시 동안은 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손발이 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손발이 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 살갗이 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e살갗이 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우에는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나, 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나, 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"6매입","offer_id":52109593313596,"sku":"4901730016322","price":886.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730016322.jpg?v=1757038813"},{"product_id":"band-aid-kizupowerpad-hiji-hiza","title":"밴드에이드 키즈파워패드 팔꿈치·무릎용","description":"\u003ch3\u003e밴드에이드 키즈파워패드 팔꿈치·무릎용\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e밴드에이드의 \"키즈파워패드 팔꿈치·무릎용\"은 움직임이 많은 팔꿈치와 무릎 상처에 특화된, **모이스트 힐링(습윤 요법)**을 응용한 반창고입니다. 독자적인 초승달형 디자인과 신축성이 높은 하이드로콜로이드 소재가 관절 움직임에 딱 맞게 맞습니다. 체액을 확실히 흡수해 상처를 빠르고 깨끗하게 치료하며, 통증을 완화하면서 떨어지기 어렵고, 이질감 없이 쾌적하게 지낼 수 있도록 지원합니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e상품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e관절 움직임에 맞는 초승달형:\u003c\/b\u003e 팔꿈치와 무릎 관절 움직임을 방해하지 않는 독자적인 초승달형으로 커팅되어 있습니다. 이로 인해 굽혔다 폈다 해도 주름이 잘 생기지 않고, 확실히 밀착되어 떨어지기 어려운 것이 특징입니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처에서 나오는 체액(삼출액)을 흡수해 겔 상태로 부풀어 올라, 상처가 치료되기에 최적인 습윤 환경을 유지합니다. 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 신축성과 밀착성:\u003c\/b\u003e 신축성이 높은 하이드로콜로이드 소재가 피부 움직임에 맞춰 유연하게 맞습니다. 한 번 붙이면 딱 맞게 밀착되어 격렬한 움직임에도 밀리거나 떨어지기 어렵습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로, 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 막습니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e\"관절 상처에 특화된 고기능 반창고\":\u003c\/b\u003e 움직임이 많은 부위의 상처 케어에 특화된, **\"쾌적함과 기능성을 양립한 반창고\"**로서, 활동적인 매일을 보내는 분을 지원합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"밴드에이드 키즈파워패드 팔꿈치·무릎용\"은 관절 상처를 확실히 보호하고, 빠르고 깨끗하게 치료하고 싶은 분께 최적인, 기능성과 쾌적함을 겸비한 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻는다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치를 한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻는다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물 흐르는 물로 이물질과 세균을 확실히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라 상처 회복에 작용하는 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가서 물로만 씻을 수 없을 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치를 한다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 갑시다.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분·유분·크림 등을 닦아냅니다. 그리고 미리 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 따뜻하게 하면 피부에 잘 맞습니다. 또한 키즈파워패드™를 선택할 때는 상처보다 한 뼘 큰 사이즈를 선택하도록 합시다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈 페이퍼 섬유 등의 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우에는 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어지면 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 하얗게 겔 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체 시에는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우에는 따뜻한 물을 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 갓 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수도 있습니다. 상처 입구가 막혀도 잠시 동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3매입","offer_id":52135683522876,"sku":"4901730080163","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080163.jpg?v=1757360999"},{"product_id":"band-aid-kizupowerpad-large-size-jumbo-size","title":"밴드에이드 상처 파워 패드 점보 사이즈","description":"\u003cp\u003e밴드에이드의 \"키즈파워패드 점보 사이즈\"는 광범위한 상처나 찰과상 등 넓은 면적의 상처에 최적인, **모이스트 힐링(습윤 요법)**을 응용한 반창고입니다. 독자적인 하이드로콜로이드 소재가 상처 부위에서 나오는 체액을 충분히 흡수해 건조시키지 않고 촉촉한 환경을 유지합니다. 붙이기만 해도 통증을 완화하고 상처를 빠르고 깨끗하게 치료하며, 큰 흉터가 남기 어렵도록 도와줍니다. 피부색 반투명으로 눈에 잘 띄지 않고, 유연한 붙임감으로 일상생활에서 큰 상처 케어에 믿음직한 한 장입니다.\u003c\/p\u003e\n\u003chr\u003e\n\u003ch4\u003e상품 특징\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e광범위한 상처를 커버하는 점보 사이즈:\u003c\/b\u003e 큰 찰과상이나 광범위한 베인 상처 등 일반적인 반창고로는 커버할 수 없는 큰 상처도 확실히 보호합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e모이스트 힐링으로 빠르고 깨끗하게 치료:\u003c\/b\u003e 상처 부위에서 나오는 체액(삼출액)을 흡수해 겔 상태로 부풀어 올라 상처가 치료되기에 최적의 습윤 환경을 유지합니다. 이로 인해 딱지를 만들지 않고 피부 재생을 촉진하며, 통증을 완화하면서 상처를 빠르고 깨끗하게 치료합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e높은 밀착성과 잘 떨어지지 않음:\u003c\/b\u003e 부드럽고 유연한 하이드로콜로이드 소재가 피부에 딱 맞아 격렬한 움직임이나 마찰에도 잘 떨어지지 않습니다. 최장 5일간 붙일 수 있어(기준) 자주 교체하는 수고를 덜어줍니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e완전 방수 사양:\u003c\/b\u003e 360° 완전 방수 설계로 물일이나 샤워를 해도 잘 떨어지지 않으며, 상처 부위에 물이나 세균이 침입하는 것을 방지합니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003e\"큰 상처도 확실히 케어\":\u003c\/b\u003e 일상생활에서 발생할 수 있는 다양한 큰 상처에 대해 높은 보호력과 치료 효과를 발휘하는 **\"믿을 수 있는 고기능 반창고\"**입니다.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\"밴드에이드 키즈파워패드 점보 사이즈\"는 큰 상처를 효과적으로 케어하고, 빠르고 깨끗하게 치료하고 싶은 분께 최적인, 기능성과 쾌적함을 겸비한 반창고입니다.\u003c\/p\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3ilKvmPq8t3durLd2o1AzN\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용법 4단계\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3qxuWDCVYdFh7vPVLpEtCQ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"aPY7LNIaSiEpQnEnTVn5f\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/3Zfac7VeSV7SmPJqbylpgn\/88c96adbf94ec36c6fe9b921e467b306\/howtouse_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP1\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 부위를 씻는다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"4aC70b2pi9hDE89CNtxw11\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"6OpdP3cj9z3iaJvDDKCS8y\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1NtFbTtX4BbUHKjt0vdgYo\/9d735e0ef3e18c42271557c3624091f3\/howtouse_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP2\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e관찰·처치를 한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1djDyQRvwgMwZRWkV4tah4\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"3vB2Em9E6HJRO87WuD6cpP\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4nsLv1EmcoXebZx84GiX6Z\/f6b4b480e72450d8770e64acdc1c992d\/howtouse_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP3\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e촉촉함을 유지한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3dfqZzbzHvzcPEaNjdgamJ\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"6dTSHpVo2OQ3cpD51UnVr4\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/1MVeXvOaOsB8mv5TMC7bz6\/fb729bd97ff3c9bf44105357ee59ae71\/howtouse_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003eSTEP4\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e경과를 관찰한다\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"3LygO0B7lYnWrNd5yroLKH\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP1 상처 부위를 씻는다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"7deNCg1hlBZ6T0CH62T7sw\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP1 상처 부위를 씻는다\" data-sb-field-path=\"image\" data-sb-object-id=\"5aGJq9PbBJmdvW6x1zuBDB\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/75KcgJ7FTwGUGjk1wlkZpr\/06d8ea9b3f1f2502cc7a09113fa6efcd\/howtouse_taco_step1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e수돗물의 흐르는 물로 이물질과 세균을 확실히 씻어냅니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e소독액이나 크림 등은 바르지 마세요. 소독제 종류에 따라서는 상처 회복에 작용하는 세포에 손상을 주어 치유를 늦출 수 있습니다. 소독제를 사용할 경우에는 가능한 적은 양을 사용하고 물로 씻어내는 것이 좋습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e잘 씻기지 않을 때는...\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처에 모래나 작은 돌 등이 들어가서 물로만 씻을 수 없을 때는 깨끗한 거즈나 면봉 등으로 제거합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"VzJy5XMYSmLl9amO41vGJ\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP2 관찰·처치를 한다\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3RMYWolI3BCCGTrzbF7t2B\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™ 사용법 STEP2 관찰·처치를 한다\" data-sb-field-path=\"image\" data-sb-object-id=\"1YVomnKk0j3a0DAyeLxcKu\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/55U0ZKp7wOg6ygpE70uYND\/fd41e795304c48ac05db84bd049fa6f6\/howtouse_taco_step3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e깨끗한 수건이나 티슈로 물기를 닦고, 출혈이 있을 때는 지혈을 합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e2~3분이 지나도 피가 멈추지 않으면 병원에 가세요.\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e접착력을 높이고 잘 떨어지지 않도록 상처 부위와 주변 피부의 수분·유분·크림 등을 닦아냅니다. 그리고 사전에 개별 포장에서 키즈파워패드™를 꺼내 양손으로 1분간 데우면 피부에 잘 맞게 됩니다. 또한, 키즈파워패드™를 선택할 때는 상처보다 한 뼘 큰 사이즈를 선택하도록 합시다. 부상 부위와 크기에 맞는 상품을 선택하면 더욱 효과적으로 사용할 수 있습니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e어떤 점을 관찰하면 좋을까요?\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구에 수건이나 티슈의 섬유 등 이물이 붙어 있지 않은지 확인합니다. 또한, 화상의 경우 물집을 억지로 터뜨리거나 피부를 벗기지 않도록 합니다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"5KREKVy6EtsxGUGquRLtFC\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP3 촉촉함 유지하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"72bLf9x8ZriktgFADMwUm5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP3 촉촉함 유지하기\" data-sb-field-path=\"image\" data-sb-object-id=\"60URx4FhtngTqHkzC30FQL\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5jtzdhTTJVQrfA1ROFAZwQ\/2382fcb34fe06cc81e078ef3408bb4a6\/howtouse_taco_step2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e체액(삼출액)이 마르고 딱지가 생기지 않도록 キズパワーパッド™ 제품을 꼭 붙여 상처 입구의 촉촉함을 유지합니다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e붙인 후에도 キズパワーパッド™를 손바닥으로 덮어 1분간 따뜻하게 합시다. 그렇게 하면 가장자리까지 확실히 밀착시킬 수 있습니다.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4wILTvKcElNiCgJPcjTp5a\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eSTEP4 경과 관찰하기\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"53FMmnOxoClzLL4Fpb3YjL\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto md:vds-h_100% vds-self_flex-start vds-aspect_1\/1 vds-grow_0 md:vds-max-w_100% vds-overflow_hidden lg:vds-aspect_16\/9 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™ 사용법 STEP4 경과 관찰하기\" data-sb-field-path=\"image\" data-sb-object-id=\"9ptGO2PMB3umRavL6nEhn\" loading=\"lazy\" width=\"600\" height=\"458.44155844155847\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_contain vds-image vds-image--ratio_auto vds-object_contain vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_contain\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/39QvEknQY5QFLSil9KUfQs\/39d2761108ad53b5e54d3ffc9dc66eb5\/howtouse_taco_step4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e상처 입구가 막힐 때까지 상처 상태를 관찰합시다.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e상처 입구에 이상이 보이면 가정에서의 처치를 중단하고 의사와 상담합시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e효과적으로 사용하기 위한 팁\u003c\/p\u003e\n\u003cp\u003e체액(삼출액)이 キズパワーパッド™에서 새어 떨어지면 상처 입구를 씻고 새 것으로 교체합시다.\u003cbr\u003e피부가 재생되어 상처 입구가 막히면 체액이 나오지 않고, 교체해도 하얀 겔 상태로 부풀지 않게 됩니다.\u003cbr\u003e또한, 교체할 때는 제품의 한쪽 끝을 여러 번 당겨 천천히 떼어냅시다. 잘 떨어지지 않을 경우, 온수를 제품과 피부 사이에 흘려 넣으면 쉽게 떨어집니다.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e상처가 막혔을 때\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e상처 입구가 막히면 상처가 치유되기 시작했다는 신호입니다. 하지만 함부로 만지면 피부 아래의 복구 작업을 방해하여 복구가 늦어집니다. 또한, 새로 생긴 피부는 직사광선을 많이 받으면 색소 침착이 생길 수 있습니다. 상처 입구가 막혀도 잠시 동안 반창고로 보호합시다.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"1VrtWovpzNeBNZXFzVk5yv\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003eキズパワーパッド™로 처치할 수 있는 상처\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr_1fr_1fr_1fr md:vds-grid-cols_1fr_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"2kuzWbfpKHYtsOYYUtzaUa\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 찰과상\" data-sb-field-path=\"image\" data-sb-object-id=\"364K7jmTBISZdfTlcDVr5T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/7oHGVYbA1j5U8x268l0q3V\/b36e910c2b2b54e0d4807a0367d6f7b2\/howtouse_taco_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 찰과상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1s7hTgpsShoa7scs9byh02\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"キズパワーパッド™로 처치할 수 있는 상처 가벼운 베인 상처\" data-sb-field-path=\"image\" data-sb-object-id=\"37C5EhNu4xP3kcZZNJNOBW\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/5hj7136xd8DAI4gniXAdpz\/0997f93fd2ae1f3ca49e7e2ce93d97ad\/howtouse_taco_2.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e가벼운 베인 상처\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"nF0r1lpwribiGS1GXz6Su\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 경미한 화상\" data-sb-field-path=\"image\" data-sb-object-id=\"78Wu0t9PMN2BF2Dj1Otneg\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/6xY4fGLZ9njVV9ilyIuftP\/75582eb4f9692b6b7deaddcfdadebc7d\/howtouse_taco_3.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e경미한 화상\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"1sJMZf6lSDOtlTEJGK3Sx2\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손 갈라짐\" data-sb-field-path=\"image\" data-sb-object-id=\"EpYgy5w6JXmW4K50pfJQ1\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4YCQeHpBQDU3F5Ii9WqmTg\/fcd47282c0e7ebc2096b856827cb121c\/howtouse_taco_4.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손 갈라짐\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"5aMMe8xatAfqvDlKa6CqrB\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 손톱 옆 살 트임\" data-sb-field-path=\"image\" data-sb-object-id=\"4n2U54pM0BB5y33WMIWq1T\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/IW74Y5l7Gzpz1ZKfYzd54\/ee7641d6e466731dd061cc17c08d10c2\/howtouse_taco_5.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e손톱 옆 살 트임\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_flex-start\" aria-labelledby=\"\" data-sb-object-id=\"3zfRWFJx4NC36Krd4Hiip5\"\u003e\n\u003cdiv class=\"vds-box vds-w_100% vds-h_auto vds-self_flex-start vds-aspect_1\/1 vds-grow_0 vds-overflow_hidden lg:vds-aspect_1\/1 md:vds-aspect_1\/1 sm:vds-aspect_1\/1\"\u003e\u003cimg alt=\"키즈파워패드™로 처치할 수 있는 상처 신발에 의한 물집\" data-sb-field-path=\"image\" data-sb-object-id=\"7nAjW0zDmQ3glNhsYb7hrf\" loading=\"lazy\" width=\"600\" height=\"622.4066390041494\" decoding=\"async\" data-nimg=\"1\" class=\"vds-image vds-image--ratio_auto vds-image--widthVariant_originalSize vds-image--widthVariantMobile_originalSize vds-object_center_center vds-object_cover vds-image vds-image--ratio_auto vds-object_cover vds-w_100% vds-h_100% vds-rounded-tl_components.content.card.image.borderRadius.content.side.y.topLeft vds-rounded-tr_components.content.card.image.borderRadius.content.side.y.topRight vds-rounded-bl_components.content.card.image.borderRadius.content.side.y.bottomLeft vds-rounded-br_components.content.card.image.borderRadius.content.side.y.bottomRight vds-object_center_center vds-object_cover\" src=\"https:\/\/images.ctfassets.net\/9th3kck76zau\/4SYroJDgcnRMJf6ff0DEo3\/70cf245746e78fe4467e5a3a2ce4e046\/howtouse_taco_6.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003ch3 class=\"vds-textStyle_headline.medium vds-text_components.content.card.text.base.headline vds-break_break-word vds-max-w_token(spacing.typography.headline.content.max.width) vds-text_components.content.card.text.base.headline\" id=\"content-card-headline-Primary\" data-sb-field-path=\"title\"\u003e\u003cspan\u003e신발에 의한 물집\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--justify_center vds-items_center mdDown:vds-flex_column vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 vds-bg_components.content.card.background.base vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"5y907rzJOCQrnaiJtdx0uk\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e키즈파워패드™에 적합한 상처\u003cbr\u003e\u003cbr\u003e적합하지 않은 상처를 확인해 봅시다.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_large\"\u003e\u003ca data-sb-object-id=\"2ATJ62v6REnmaKNUDAJegb\" class=\"vds-textStyle_body.bold vds-cursor_pointer vds-text_components.button.primary.text.base.idle hover:vds-text_components.button.primary.text.base.hover active:vds-text_components.button.primary.text.base.pressed focus:vds-text_components.button.primary.text.base.hover disabled:vds-text_components.button.primary.text.base.disabled disabled:hover:vds-text_components.button.primary.text.base.disabled disabled:active:vds-text_components.button.primary.text.base.disabled vds-rounded_components.button.primary.borderRadius.all vds-d_inline-flex vds-justify_center vds-items_center vds-gap_8 vds-break_break-word vds-text_token(fonts.components.button.text.case.base) focusVisible:vds-ring_2px focusVisible:vds-outline-style_solid focusVisible:vds-ring_components.button.border.focus focusVisible:vds-ring_0 vds-pt_components.button.primary.padding.bottom vds-pl_components.button.primary.padding.left vds-pb_components.button.primary.padding.bottom vds-pr_components.button.primary.padding.right vds-border-style_solid vds-border_components.button.primary.border.base.idle hover:vds-border_components.button.primary.border.base.hover active:vds-border_components.button.primary.border.base.pressed focus:vds-border_components.button.primary.border.base.hover disabled:vds-border_components.button.primary.border.base.disabled disabled:hover:vds-border_components.button.primary.border.base.disabled disabled:active:vds-border_components.button.primary.border.base.disabled vds-border-w_token(spacing.components.button.primary.border.weight.all) vds-bg_components.button.primary.background.base.idle hover:vds-bg_components.button.primary.background.base.hover active:vds-bg_components.button.primary.background.base.pressed focus:vds-bg_components.button.primary.background.base.hover disabled:vds-bg_components.button.primary.background.base.disabled disabled:hover:vds-bg_components.button.primary.background.base.disabled disabled:active:vds-bg_components.button.primary.background.base.disabled vds-text_center group\" href=\"https:\/\/www.band-aid.jp\/kizu\" target=\"_self\"\u003e\u003cspan data-button-label=\"true\"\u003e자세한 내용은 여기를 클릭하세요\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"vds-box vds-box--display_block vds-mb_token(spacing.24) lg:vds-mb_token(spacing.36)\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-object-id=\"5Dv4qbppM2xtj3sJZ7Raw\"\u003e\n\u003cdiv class=\"vds-box\" data-sb-field-path=\".content\"\u003e\n\u003cdiv class=\"vds-textStyle_body.regular rich-text\"\u003e\n\u003cp\u003e넘어져서 긁힌 상처나 일상생활에서 생긴 베인 상처는 키즈파워패드™로 처치할 수 있습니다. 단, 상처가 깊거나 큰 경우에는 병원에 가십시오.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"vds-bg_components.page.background.base vds-py_section.margin.sidesY\"\u003e\n\u003cdiv class=\"vds-d_flex vds-justify_center vds-w_100% vds-bg_components.page.background.base\"\u003e\n\u003cdiv class=\"vds-w_100% vds-max-w_token(spacing.screenSize.content.max.width) vds-px_screenSize.margin.sidesX\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-box--gap_large vds-bg_components.page.background.base\" data-sb-object-id=\"4TaQbcBqj9Ck20zrsLCRDq\"\u003e\n\u003cdiv class=\"vds-box vds-box--justify_spaceBetween vds-box--gap_medium\"\u003e\n\u003cdiv class=\"vds-box vds-box--display_flex vds-box--direction_column vds-gap_token(spacing.8)\"\u003e\n\u003ch2 class=\"vds-textStyle_headline.xLarge vds-text_typography.headline.xLarge vds-max-w_token(spacing.typography.headline.content.max.width)\"\u003e\u003cspan\u003e사용상의 주의\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vds-d_grid vds-grid-rows_1fr vds-gap-y_token(spacing.screenSize.gutters) vds-gap-x_token(spacing.small) [\u0026amp;_.rich-text]:[\u0026amp;_h2:first-child,_h3:first-child,_h4:first-child,_h5:first-child,_h6:first-child]:vds-pt_7 lg:vds-grid-cols_1fr md:vds-grid-cols_1fr sm:vds-grid-cols_1fr\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_row vds-box--justify_center vds-items_center mdDown:vds-flex_row vds-rounded-tl_components.content.card.borderRadius.topLeft vds-rounded-tr_components.content.card.borderRadius.topRight vds-rounded-bl_components.content.card.borderRadius.bottomLeft vds-rounded-br_components.content.card.borderRadius.bottomRight vds-border-rw_token(spacing.components.content.card.border.weight.right) vds-border-lw_token(spacing.components.content.card.border.weight.left) vds-border-tw_token(spacing.components.content.card.border.weight.top) vds-border-bw_token(spacing.components.content.card.border.weight.bottom) vds-border-style_solid focus:vds-ring_0 md:vds-bg_components.content.card.background.base mdDown:vds-bg_transparent vds-overflow_hidden vds-grow_1 vds-border_components.content.card.border.base vds-gap_20 vds-justify_center\" aria-labelledby=\"\" data-sb-object-id=\"2VZr71hA4IZG9lnGliiREu\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-pt_components.content.card.padding.top vds-pl_components.content.card.padding.left vds-pr_components.content.card.padding.right vds-pb_components.content.card.padding.bottom vds-w_100% vds-gap_small vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_8 vds-grow_1\"\u003e\n\u003cdiv class=\"vds-box vds-box--direction_column vds-gap_xSmall\"\u003e\n\u003cdiv data-sb-field-path=\".contentCard.description\" class=\"vds-textStyle_body.regular rich-text vds-textStyle_body.regular vds-text_components.content.card.text.base.body\"\u003e\n\u003cp\u003e\u003cb\u003e2주 이상 회복되지 않는 상처는 의사의 조언을\u003c\/b\u003e\u003c\/p\u003e\n\u003cp\u003e2주 이상 경과해도 회복되지 않는 상처는 가정에서 치료할 수 있는 범위를 넘는 중증 상처이거나 상처가 잘 낫지 않는 원인이 있을 수 있습니다. 병원에 가서 의사의 조언을 받으십시오.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003e다음 사람은 사용 전에 의사 또는 약사와 상담하십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e당뇨병이나 혈행 장애 치료를 받고 있는 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e심한 권태감을 느끼거나 발열 등 전신 상태가 좋지 않은 사람.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e알레르기 체질이거나 약이나 반창고 등으로 발진 등의 과민 증상을 경험한 적이 있는 사람\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cb\u003e2세 이하의 유아에게는 사용하지 마십시오.\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"JNTL Consumer Health","offers":[{"title":"3매입","offer_id":52240217473340,"sku":"4901730080156","price":1004.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0845\/9803\/0652\/files\/4901730080156.jpg?v=1759283948"}],"url":"https:\/\/mamigo.jp\/ko-ph\/collections\/band-aid-kizupowerpad.oembed","provider":"MamiGo","version":"1.0","type":"link"}