더이로운 https://shop.eloun.co.kr 더이로운 ko Thu, 11 Dec 2025 02:04:11 +0900 theeloun@gmail.com (더이로운) 더이로운 https://shop.eloun.co.kr https://shop.eloun.co.kr/img/logo.gif <![CDATA[MSM Jointflex]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

엠에스엠 조인트플렉스

건강한 관절을 위한 프리미엄 영양제
식품의 유형
건강기능식품
주요원료
디메틸설폰(MSM), 비타민D3(콜레칼시페롤), 초록입홍합추출물, 글루코사민황산염, 상어연골, 콜라겐(대구), 결정셀룰로오스, 히알루론산, 보스웰리아분말, 스테아린산, 스테아린산마그네슘
게, 새우, 조개류(홍합 포함) 함유
외피제 : 히드록시프로필메틸셀룰로오스
영양·기능정보

엠에스엠

  • 관절 및 연골 건강에 도움을 줄 수 있음

비타민D

  • 골다공증발생 위험 감소에 도움을 줌
  • 뼈의 형성과 유지에 필요
  • 칼슘과 인이 흡수되고 이용되는데 필요
1일 섭취량 : 1정 (2,035 mg)
1일 섭취량당 함량 영양성분 기준치
열량 5 kcal  
탄수화물 1g 0.3%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
비타민D 10 μg 100%
엠에스엠(MSM) 1,550 mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
섭취방법

1일 1회, 1회 1정을 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 및 알레르기 체질이거나 질병 등으로 치료 중이신 분은 섭취 전 의사와 상담하십시오.
  2. 과칼슘 혈증이 있거나 의약품 복용 시 전문가와 상담하십시오.
  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하십시오.
보관방법

직사광선을 피하고 서늘한 실온에 보관하십시오.

주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[칼슘마그네슘]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

칼슘마그네슘

내 건강의 밸런스를 맞춰주는 칼슘+마그네슘
식품의 유형
건강기능식품(칼슘, 마그네슘 제품)
주요원료
가이호칼슘(유기산패각칼슘, 칼슘 39% 이상), 탄산칼슘(칼슘 37% 이상), 산화마그네슘, 결정셀룰로오스, 프락토올리고당, 카복시메틸셀룰로오스칼슘, 스테아린산마그네슘, 생선콜라겐, 비타민C, 이산화규소, 대두추출분말(대두), 스테아린산마그네슘, 비타민혼합제제(DL-α-토코페릴 아세테이트, 말토덱스트린, 변성전분, 이산화규소), 하이드록시프로필메틸셀룰로오스, 두나엘라건조추출물, 비타민D혼합제제(말토덱스트린, 비타민D3분말, 아카시아검, 자당, 옥수수전분, 중쇄중성지방분말, 이산화규소), (비타민D3분말), d-α-토코페릴 아세테이트
게, 새우, 조개류(홍합 포함) 함유
영양·기능정보

칼슘

  • 뼈와 치아형성에 필요
  • 신경과 근육기능유지에 필요
  • 정상적인 혈액응고에 필요
  • 골다공증 발생 위험 감소에 도움을 줌

마그네슘

  • 에너지 이용에 필요
  • 신경과 근육기능에 필요
1일 섭취량 : 1정 (670 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 1g 미만 0%
단백질 0g 0%
지방 0g 0%
나트륨 8mg 0%
칼슘 300 mg 43%
마그네슘 94.5 mg 30%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
섭취방법

1일 1회, 1회 2정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 및 알레르기 체질이거나 질병 등으로 치료 중이신 분은 섭취 전 의사와 상담하십시오.
  2. 고칼슘혈증이 있거나 의약품 복용 시 전문가와 상담하십시오.
  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하십시오.
보관방법

직사광선을 피하고 서늘한 곳, 어린이의 손이 닿지 않는 곳에 보관하십시오.

주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[장용성 프로바이오틱스 피비5500]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

장용성 프로바이오틱스 피비5500

편안한 장을 위하여 100억 CFU 프로바이오틱스
식품의 유형
건강기능식품
원료명 및 함량

글루콘산 아연, 락토바실러스 불가리쿠스, 락토바실러스 아시도필루스, 락토카제이비실러스 람노스, 비피도박테리움 롱검, 락토플랜타비실러스 플란타룸, 리모시락토바실러스 루테리, 리모시락토바실러스 파멘툼, 락토바실러스 퍼먼툼, 락토바실러스 가세리, 락토바실러스 헬베티커스, 락토카제이비실러스 파라카제이, 비피도박테리움 브레베, 락토카제이비실러스 카제이, 리모시락토바실러스 루테리, 비피도박테리움 롱검, 락토바실러스 로이테리, 비피도박테리움 애니멀리스 중 락티스 감자 전분, 하드젤라틴캡슐 전분, 올리고당, 스테아린산 마그네슘, 이산화규소(고결방지제), 아세로 라오리고당, 카도 올리고

게, 새우 함유
외피제 : 젤라틴(돈피), 정제수, 셀락, 그레이프시드오일, 레시틴, 글리세린, 향료, 에틸바닐린, 테이타늄 마그네슘, 이산화티타늄(착색료), 돼지고기 함유
섭취방법

1일 1회, 1회 1캡슐을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 질환이 있거나 약물을 복용 시 의사와 상담하십시오.
  2. 알레르기 체질 등은 개인에 따라 과민반응을 나타낼 수 있으니 원료명을 확인하시고 섭취에 주의하십시오.
  3. 어린이가 함부로 섭취하지 않도록 보호자의 지도하에 섭취하십시오.
  4. 이상사례 발생 시 섭취를 중단하고 의사와 상담하십시오.
보관방법

유통 중에는 직사광선을 피하고 서늘한 실온에 보관하십시오.
제품 개봉 후에는 유산균의 안정성 유지를 위하여 냉장보관(0~10℃)을 권장드립니다.

영양·기능정보

프로바이오틱스

  • 유산균 증식 및 유해균 억제에 도움을 줄 수 있음
  • 배변활동 원활에 도움을 줄 수 있음
  • 장 건강에 도움을 줄 수 있음

아연

  • 정상적인 면역기능·세포분열에 필요
1일 섭취량 : 1캡슐 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
아연 4mg 35%
프로바이오틱스 100억 CFU  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
체크사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[엽산앤아연]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

엽산앤아연

하루 한정으로 채우는 건강
식품의 유형
건강기능식품
주요원료
산화아연, 엽산, 결정셀룰로스, 혼합유당, 과채가공품, 오렌지맛분말, 단호박농축분말, 해조칼슘, 스테아린산마그네슘, 비타민E 혼합제제, 히드록시프로필메틸셀룰로오스, 아세로라추출분말, 비타민B6 염산염, 비타민B12 혼합제제
우유, 대두 함유
영양·기능정보

엽산

  • 세포와 혈액생성에 필요
  • 태아 신경관의 정상 발달에 필요
  • 혈액의 호모시스테인 수피를 정상으로 유지하는데 필요

아연

  • 정상적인 면역기능에 필요
  • 정상적인 세포분열에 필요
1일 섭취량 : 1정 (650 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 1g 미만 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
엽산 680 μg DEF 170%
아연 3.6mg 42%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질, 알레르기 체질의 경우 성분을 확인하시고 섭취하십시오.
  2. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하십시오.
보관방법

직사관선을 피하고 고온 다습한 곳을 피해 보관하십시오.

어린이의 손이 닿지 않는 곳에 보관하십시오.

주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[비타민D 5000IU]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

비타민D 5000IU

한번에 관리하는 고햠량 비타민D 
식품의 유형
건강기능식품(비타민D)
주요원료

비타민D3혼합제제(정제팜유, 비타민D3, 비타민E), 대두유(외국산–아르헨티나, 미국, 베트남 등

대두, 쇠고기 함유
캡슐기제 : 젤라틴(우피), 글리세린, D-소비톨액, 에틸바닐린(향료)
영양·기능정보

비타민D

  • 골다공증발생 위험 감소에 도움을 줌
  • 뼈의 형성과 유지에 필요
  • 칼슘과 인이 흡수되고 이용되는데 필요
1일 섭취량 : 1캡슐 (300 mg)
1일 섭취량당 함량 영양성분 기준치
열량 3 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0.3g 1%
나트륨 0mg 0%
비타민D 125 μg (5000IU) 250%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
섭취방법

1일 1회, 1회 1캡슐을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 고칼슘혈증이 있거나 의약품 복용 시 전문가와 상담하십시오.
  2. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하십시오.
  3. 섭취 전 제품에 이상이 있는지 확인 후 섭취하십시오.
보관방법

고온다습(30℃ 이상, 상대습도 75% 이상)한 곳에 두시면 젤라틴 피막이 변형될 수 있으므로 반드시 직사광선과 습기를 피하여 실온에 보관하십시오.

주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[아이뷰 루테인 플러스]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

아이뷰 루테인 플러스

눈 건강에 도움을 줄 수 있는 마리골드꽃추출물 함유
식품의 유형
건강기능식품
주요원료

마리골드꽃추출물(루테인, 지아잔틴), 베타카로틴(당근), D-알파-토코페롤, 산화아연, 레티닐팔미테이트, 대두유, 팜유, 정제어유(정어리, 멸치), 레시틴(대두), 중쇄지방산, 포도종자유(아스타잔틴), 밀랍, 글리세롤, 블루베리추출물, 포도종자추출물 등

대두, 돼지고기 함유
캡슐기제 : 젤라틴(돈피), 글리세린, 정제수, 카라멜색소
영양·기능정보

마리골드꽃추출물

  • 노화로 인해 감소될 수 있는 황반색소밀도를 유지하여 눈 건강에 도움을 줄 수 있음

베타카로틴, 비타민A

  • 어두운 곳에서 시각 적응을 위해 필요
  • 피부와 점막을 형성하고 기능을 유지하는데 필요
  • 상피세포의 성장과 발달에 필요

비타민E

  • 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

아연

  • 정상적인 면역기능·세포분요
1일 섭취량 : 1캡슐 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 5 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0.5g 1%
나트륨 0mg 0%
베타카로틴 3mg  
비타민A 700μg RAE 100%
비타민E 5mg α-TE 45%
아연 5mg 59%
루테인 20mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
섭취방법

1일 1회, 1회 1캡슐을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 어린이, 임산부 및 수유부는 섭취를 피하십시오.
  2. 특정 성분에 알레르기 체질이거나 질병이 있는 경우 섭취 전 전문가와 상담하십시오.
  3. 과다 섭취 시 설사를 일으킬 수 있습니다.
  4. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하십시오.
보관방법

고온다습한 곳과 직사광선을 피하고 서늘한 실온에 보관하십시오.

주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[코큐텐ACE+]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

코큐텐 ACE+

항산화 기능의 활력에너지, 코엔자임Q10과 비타민 A,C,E, 셀렌 함유
식품의 유형
건강기능식품
원료명 및 함량

코엔자임Q10, 비타민C, 건조효모(셀렌 함유), d-α-토코페롤, 유성형비타민A지방산에스테르(비타민A유지), 땅콩기름, dl-α-토코페롤, 대두유〔대두유, d-토코페롤(혼합형), 규소수지〕, 포도씨유, 밀납, 대두레시틴, 맥주효모, 니코틴산아미드, 베타카로틴혼합제제(콘오일, 베타카로틴, dl-α-토코페롤), 비타민B1염산염, 비타민B2, 비타민B6염산염, 비타민B12혼합제제(말토덱스트린, 비타민B12), 구연산나트륨, 구연산, 비타민B12

대두, 땅콩, 쇠고기 함유
캡슐기제 : 젤라틴(우피), 정제수, 글리세린, 홍국색소, 이산화티타늄(착색료), 치자청색소, 치자황색소
섭취방법

1일 1회, 1회 1캡슐을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 소비기한을 확인하시기 바라며, 섭취량 및 섭취방법을 준수하시기 바랍니다.

  2. 어린이의 경우 섭취 시 목에 걸릴 우려가 있으니 보호자의 지도하에 섭취하십시오.

  3. 특이체질, 알레르기 체질의 경우 성분을 확인하시고 섭취하여 주시기 바랍니다.

  4. 수유부는 섭취를 피하시기 바랍니다.

  5. 항응고제 복용 시 전문가와 상담하시기 바랍니다.

  6. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

비타민A

  • 어두운 곳에서 시각 적응을 위해 필요
  • 피부와 점막을 형성하고 기능을 유지하는데 필요
  • 상피세포의 성장과 발달에 필요

비타민C

  • 결합조직 형성과 기능유지에 필요
  • 철의 흡수에 필요
  • 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

비타민E

  • 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

셀렌(셀레늄)

  • 유해산소로부터 세포를 보호하는데 필요

코엔자임Q10

  • 항산화 · 높은 혈압 감소에 도움을 줄 수 있음
1일 섭취량 : 1캡슐 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
비타민A 540㎍ RAE 77%
비타민C 33.75mg 34%
비타민E 3.62mg α-TE 33%
셀렌(셀레늄) 16.6µg 30%
코엔자임Q10 100mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 항산화]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 항산화

피부건강, 항산화에 도움을 줄 수 있는 특허받은 100% 국내산 클로렐라 함유
식품의 유형
건강기능식품

피부건강, 항산화에 도움을 줄 수 있는 특허받은 100% 국내산 클로렐라와 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다.GRAS에 등재된 안전한 원료를 사용하여 세포벽 파쇄 공정으로 높은 흡수율을 가지고 있습니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

클로렐라(국산), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 3정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

클로렐라(국산)

  • 피부건강·항산화·면역력 증진·혈중 콜레스테롤 개선에 도움을 줄음
1일 섭취량 : 3정 (1,800 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
클로렐라(총 엽록소 표시량) 20mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 혈행개선]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 혈행개선

혈행개선에 도움을 줄 수 있는 나토균배양분말 함유
식품의 유형
건강기능식품

혈행개선에 도움을 줄 수 있는 나토균배양분말과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다. 전통 발효효소 식품인 낫토에서 분리한 나토키나제는 현소판 응집을 억제하여 혈행 개선에 도움을 줄 수 있습니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

나토균배양분말(미국, 인도), 판토텐산(영국), 비타민 B12(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

나토균배양분말(미국, 인도)

  • 혈행개선에 도움을 줄 수 있음
1일 섭취량 : 1정 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
나토균배양분말 1,000 FU  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 콜레스테롤 개선]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 콜레스테롤 개선

혈중 콜레스테롤 개선 및 체지방 감소에 도움을 줄 수 있는 키토산 함유
식품의 유형
건강기능식품

혈중 콜레스테롤 개선 및 체지방 감소에 도움을 줄 수 있는 키토산과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

키토산(국산), 판토텐산(영국), 비타민 B12(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 2회, 1회 3정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

키토산(국산)

  • 혈중 콜레스테롤 개선 및 체지방 감소에 도움을 줄 수 있음
1일 섭취량 : 6정 (4,500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
키토산 3,000mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 체지방 감소 다이어트]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 체지방 감소 다이어트

체지방감소에 도움을 줄 수 있는 레몬밤추출물을 함유
식품의 유형
건강기능식품

체지방감소에 도움을 줄 수 있는 레몬밤 추출물혼합분말과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

레몬밤추출물(스위스), 뽕나무잎추출물(국내산), 인진쑥추출물(국내산), 판토텐산(영국), 비타민 B12(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 2정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

밀크씨슬추출물(미국)

  • 간 건강에 도움을 줄수 있음
1일 섭취량 : 2정 (1,600 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
레몬밤 추출물혼합분말 33.4mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 간건강]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 간건강

간 건강에 도움을 줄 수 있는 밀크씨슬추출물을 함유
식품의 유형
건강기능식품

간 건강에 도움을 줄 수 있는 밀크씨슬추출물과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다.
자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

밀크씨슬추출물(미국), 판토텐산(영국), 비타민 B12(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

밀크씨슬추출물(미국)

  • 간 건강에 도움을 줄수 있음
1일 섭취량 : 1정 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
밀크씨슬추출물 130mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 위건강]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 위건강

위 건강에 도움을 줄 수 있는 스페인감초추출물와 프로바이오틱스
식품의 유형
건강기능식품

위 점막 내 헬리코박터균 증식을 억제하고 위 점막을 보호하여 위 건강에 도움을 줄 수 있는 스페인감초추출물과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형잡힌 기본 제품입니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

스페인감초추출물(인도), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

스페인감초추출물(인도)

  • 위 점막 내 헬리코박터균(Helicobacter pylori) 증식을 억제하고 위 점막을 보호하여 위 건강에 도움을 줄 수 있음
1일 섭취량 : 1정 (750 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
스페인감초추출물 150mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 피로회복]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 피로개선

스트레스로 인한 피로개선에는 홍경천추출물
식품의 유형
건강기능식품

스트레스로 인한 피로개선에 도움을 줄 수 있는 홍경천추출물과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

홍경천추출물(중국), 판토텐산(영국), 비타민 B12(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 2정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 특이체질 또는 알레르기 체질인 경우에는 개인에 따라 과민반응을 나타낼 수 있으므로 원료를 확인한 후 섭취하십시오

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

홍경천추출물(중국)

  • 스트레스로 인한 피로개선에 도움을 줄 수 있음

판토텐산(영국)

  • 지방, 탄수화물, 단백질 대사와 에너지 생성에 필요

비타민 B12(독일)

  • 정상적인 엽산 대사에 필요
1일 섭취량 : 2정 (1,800 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
홍경천추출물 5mg 100%
판토텐산 15mg 300%
비타민 B12 300㎍ 12,500%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더이로운 스트레스 완화]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 스트레스 완화

스트레스 해소에는 테아닌
식품의 유형
건강기능식품

스트레스로 인한 긴장완화에 도움을 줄 수 있는 테아닌과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다.

자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

테아닌(인도), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 임산부, 수유부는 섭취를 피하시기 바랍니다.

  2. 카페인 함유음료(커피, 홍차, 녹차 등)와의 병용 섭취에 주의하십시오.

  3. 수술전후 환자는 전문의와 상담하십시오.

  4. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  5. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

테아닌(인도)

  • 스트레스로 인한 긴장완화에 도움을 줄음
1일 섭취량 : 1정 (800 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
테아닌 250mg  
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
파브자임
5%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 유산균
1%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
2. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[약사비책Ⅲ 뼈 건강]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

약사비책Ⅲ 뼈 건강

건강기능식품 섭취에 도움을 주는 약사비책
식품의 유형
건강기능식품

비타민 D와 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다.

자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

비타민 D(스위스), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 블랙마카(페루산), 대두(국산), 파인애플추출분말(태국), 파파야추출분말(중국), 카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)

대두 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 약사비책 Ⅰ, Ⅱ, Ⅲ는 함께 복용하지 마십시오.

  2. 특이체질, 알레르기 체질의 경우 성분을 확인하시고 섭취하여 주시기 바랍니다.

  3. 임산부, 수유부는 섭취를 피하시기 바랍니다.

  4. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

비타민D(스위스)

  • 칼슘과 인이 흡수되고 이용되는데 필요
  • 뼈의 형성과 유지에 필요
  • 골다골증발생 위험 감소에 도움을 줌
1일 섭취량 : 1정 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
비타민D 10μg 100%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
우벤짐
38%
식물성(파인애플발효, 현미발효, 나토배양물, 대두발효, 보리발효, 율무발효)프로테아제와 동물성 프로테아제(판크레아스파우더-1)를 조화롭게 구성한 제품입니다.
현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산)
유산균 발효 마카
20%
페루산 블랙마카를 유산균으로 발효하여 부드럽고 활용성 높게 만든 발효 마카 제품입니다. 3종 유산균 발효 공정을 적용한 프리미엄 마카 원료입니다.
블랙마카(페루산), 대두(국산)
파브자임
10%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 G 유산균
10%
Lactobacillus fermentum ME-3 균주와 카무트를 사용한 프로바이오틱스 제품입니다.
카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)
ME-3 유산균
2%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 우벤짐(Wobenzym)
우벤짐(Wobenzym)은 파브자임을 비롯한 여러 식물성 및 동물성 발효유래 단백질분해효소(브로멜라인, 트립신)와 플라보노이드(루틴)을 조화롭게 구성한 효소 조성물입니다.
주요 작용 영역
소화·영양 활동 보조
운동 후 회복 보조
순환·활동성 보조
항산화
스트레스 완화
활동량이 많거나 피로가 누적된 성인, 근육회복·순환관리가 필요하신 분에게 적합합니다.
영양소 소화 및 활용 보조
회복·순환·항상화 균형 유지
피로·부종 완화
항응고제·항혈소판제 복용자, 효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
핵심 기전 ①: 단백질 분해 및 영양소 흡수 보조
- 브로멜라인은 위산 환경에서도 안정적인 단백질 분해활성을 유지하며, 단백질의 흡수율과 생체이용률(Bioavailability)을 높여줍니다.
- 브로멜라인이 장관 내 단백질분해 작용을 통해 영양분 분해 및 흡수를 촉진합니다.
핵심 기전 ②: 운동 후 회복 및 피로 완화 보조
- 브로멜라인·파파인 등 단백질분해효소 혼합물 복용시 근육통(DOMS) 및 근력 회복속도에 유의미한 개선효과를 가지고 있습니다.
- 피로감 완화, 근육회복 등 일상활동 보조제로 응용 가능합니다.
핵심 기전 ③: 순환 및 조직 회복 보조
- 관절·활동성 유지 보조, 일상 움직임의 편안함 개선 용도의 부원료입니다.
- 혈류순환·조직회복을 지원하는 부종 완화형 보조제로 작용합니다.
핵심 기전 ④: 항산화 및 대사 스트레스 완화
- 브로멜라인의 ROS 억제 및 항산화 효소(SOD, GPx)활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- hs-CRP감소 및 항산화능 증가를 보여 생활습관성 피로 및 미세염증 관리를 위한 부원료로 이용됩니다.
2. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
3. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
4. 발효마카
블랙마카로 알려진 마카를 발효하여 남성은 물론 여성까지 다 섭취할 수 있는 발효 성분입니다. 식물 고유의 풍미와 활용성을 높인 발효 마카 소재를 사용했습니다.
주요 작용 영역
활력/피로회복
항산화/항염
스트레스·호르몬 밸런스
장내환경/면역
피부미백·항산화
김치 유산균으로 발효된 마카는 일반 마카보다 흡수율과 항산화력이 높아 피로회복, 에너지 대사, 스트레스 완화, 항산화 밸런스를 도와주는 부원료입니다. 식물영양소와 발효유산균 대사산물이 함께 작용해 체력, 피로, 피부건강 등 일상적인 활력 밸런스를 유지하는데 도움을 줄 수 있습니다.
혈행개선
혈행개선 효과가 있음 인정되어 전반적인 순환기계 건강에 도움을 줄 수 있습니다.
호르몬 조절
남성, 여성에게 도움이 되는 호르몬 조절 능력에 도움을 줄 수 있음.
항염·항산화
김치 유산균 발효를 통해 폴리페놀, 플라보노이드 농도가 증가하고, 항산화 효소(SOD, GPx) 활성이 촉진됨.
피로회복 및 에너지 대사 보조
김치 유산균 발효 마카는 일반 마카보다 저분자화되어 흡수율이 높고, 대사성 피로 완화 기능이 더 우수함.
항스트레스 조절
스트레스 대응 호르몬 축(Fatique Axis)에 긍정적 영향을 주는 항스트레스 성분으로 응용 가능.
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[약사비책Ⅱ 혈액생성]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

약사비책Ⅱ 혈액생성

건강기능식품의 섭취를 도와주는 약사비책
식품의 유형
건강기능식품

강력한 항산화제로 활성산소에 의한 조직의 손상을 방지해주는 비타민 C와 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

비타민 C(영국), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 블랙마카(페루산), 대두(국산), 파인애플추출분말(태국), 파파야추출분말(중국), 카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)

대두 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 약사비책 Ⅰ, Ⅱ, Ⅲ는 함께 복용하지 마십시오.

  2. 특이체질, 알레르기 체질의 경우 성분을 확인하시고 섭취하여 주시기 바랍니다.

  3. 임산부, 수유부는 섭취를 피하시기 바랍니다.

  4. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

비타민C(영국)

  • 결합조직 형성과 기능유지에 필요
  • 철의 흡수에 필요
  • 항산화 작용을 하여 유해산소로부터 세포를 보호하요
1일 섭취량 : 1정 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
비타민C 100mg 100%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
우벤짐
38%
식물성(파인애플발효, 현미발효, 나토배양물, 대두발효, 보리발효, 율무발효)프로테아제와 동물성 프로테아제(판크레아스파우더-1)를 조화롭게 구성한 제품입니다.
현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산)
유산균 발효 마카
20%
페루산 블랙마카를 유산균으로 발효하여 부드럽고 활용성 높게 만든 발효 마카 제품입니다. 3종 유산균 발효 공정을 적용한 프리미엄 마카 원료입니다.
블랙마카(페루산), 대두(국산)
파브자임
10%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 G 유산균
10%
Lactobacillus fermentum ME-3 균주와 카무트를 사용한 프로바이오틱스 제품입니다.
카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)
ME-3 유산균
2%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 우벤짐(Wobenzym)
우벤짐(Wobenzym)은 파브자임을 비롯한 여러 식물성 및 동물성 발효유래 단백질분해효소(브로멜라인, 트립신)와 플라보노이드(루틴)을 조화롭게 구성한 효소 조성물입니다.
주요 작용 영역
소화·영양 활동 보조
운동 후 회복 보조
순환·활동성 보조
항산화
스트레스 완화
활동량이 많거나 피로가 누적된 성인, 근육회복·순환관리가 필요하신 분에게 적합합니다.
영양소 소화 및 활용 보조
회복·순환·항상화 균형 유지
피로·부종 완화
항응고제·항혈소판제 복용자, 효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
핵심 기전 ①: 단백질 분해 및 영양소 흡수 보조
- 브로멜라인은 위산 환경에서도 안정적인 단백질 분해활성을 유지하며, 단백질의 흡수율과 생체이용률(Bioavailability)을 높여줍니다.
- 브로멜라인이 장관 내 단백질분해 작용을 통해 영양분 분해 및 흡수를 촉진합니다.
핵심 기전 ②: 운동 후 회복 및 피로 완화 보조
- 브로멜라인·파파인 등 단백질분해효소 혼합물 복용시 근육통(DOMS) 및 근력 회복속도에 유의미한 개선효과를 가지고 있습니다.
- 피로감 완화, 근육회복 등 일상활동 보조제로 응용 가능합니다.
핵심 기전 ③: 순환 및 조직 회복 보조
- 관절·활동성 유지 보조, 일상 움직임의 편안함 개선 용도의 부원료입니다.
- 혈류순환·조직회복을 지원하는 부종 완화형 보조제로 작용합니다.
핵심 기전 ④: 항산화 및 대사 스트레스 완화
- 브로멜라인의 ROS 억제 및 항산화 효소(SOD, GPx)활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- hs-CRP감소 및 항산화능 증가를 보여 생활습관성 피로 및 미세염증 관리를 위한 부원료로 이용됩니다.
2. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
3. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
4. 발효마카
블랙마카로 알려진 마카를 발효하여 남성은 물론 여성까지 다 섭취할 수 있는 발효 성분입니다. 식물 고유의 풍미와 활용성을 높인 발효 마카 소재를 사용했습니다.
주요 작용 영역
활력/피로회복
항산화/항염
스트레스·호르몬 밸런스
장내환경/면역
피부미백·항산화
김치 유산균으로 발효된 마카는 일반 마카보다 흡수율과 항산화력이 높아 피로회복, 에너지 대사, 스트레스 완화, 항산화 밸런스를 도와주는 부원료입니다. 식물영양소와 발효유산균 대사산물이 함께 작용해 체력, 피로, 피부건강 등 일상적인 활력 밸런스를 유지하는데 도움을 줄 수 있습니다.
혈행개선
혈행개선 효과가 있음 인정되어 전반적인 순환기계 건강에 도움을 줄 수 있습니다.
호르몬 조절
남성, 여성에게 도움이 되는 호르몬 조절 능력에 도움을 줄 수 있음.
항염·항산화
김치 유산균 발효를 통해 폴리페놀, 플라보노이드 농도가 증가하고, 항산화 효소(SOD, GPx) 활성이 촉진됨.
피로회복 및 에너지 대사 보조
김치 유산균 발효 마카는 일반 마카보다 저분자화되어 흡수율이 높고, 대사성 피로 완화 기능이 더 우수함.
항스트레스 조절
스트레스 대응 호르몬 축(Fatique Axis)에 긍정적 영향을 주는 항스트레스 성분으로 응용 가능.
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[약사비책Ⅰ 에너지 생성]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

약사비책Ⅰ 에너지 생성

활력 넘치는 에너지의 근원
식품의 유형
건강기능식품

에너지 생성에 필요한 비타민 B1과 다양한 발효 효소 및 프로바이오틱스로 구성된 균형 잡힌 기본 제품입니다.

자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

비타민 B1(독일), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 블랙마카(페루산), 대두(국산), 파인애플추출분말(태국), 파파야추출분말(중국), 카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)

대두 함유
섭취방법

1일 1회, 1회 1정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 약사비책 Ⅰ, Ⅱ, Ⅲ는 함께 복용하지 마십시오.

  2. 특이체질, 알레르기 체질의 경우 성분을 확인하시고 섭취하여 주시기 바랍니다.

  3. 임산부, 수유부는 섭취를 피하시기 바랍니다.

  4. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관·밀봉 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

비타민B1(독일)

  • 탄수화물과 에너지 대사에 필요
1일 섭취량 : 1정 (500 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
비타민B1 5mg 417%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
우벤짐
38%
식물성(파인애플발효, 현미발효, 나토배양물, 대두발효, 보리발효, 율무발효)프로테아제와 동물성 프로테아제(판크레아스파우더-1)를 조화롭게 구성한 제품입니다.
현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산)
유산균 발효 마카
20%
페루산 블랙마카를 유산균으로 발효하여 부드럽고 활용성 높게 만든 발효 마카 제품입니다. 3종 유산균 발효 공정을 적용한 프리미엄 마카 원료입니다.
블랙마카(페루산), 대두(국산)
파브자임
10%
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 G 유산균
10%
Lactobacillus fermentum ME-3 균주와 카무트를 사용한 프로바이오틱스 제품입니다.
카무트(캐나다), Lactobacillus fermentum ME-3(프랑스)
ME-3 유산균
2%
Lactobacillus fermentum ME-3 균주를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스)
부원료 소개
1. 우벤짐(Wobenzym)
우벤짐(Wobenzym)은 파브자임을 비롯한 여러 식물성 및 동물성 발효유래 단백질분해효소(브로멜라인, 트립신)와 플라보노이드(루틴)을 조화롭게 구성한 효소 조성물입니다.
주요 작용 영역
소화·영양 활동 보조
운동 후 회복 보조
순환·활동성 보조
항산화
스트레스 완화
활동량이 많거나 피로가 누적된 성인, 근육회복·순환관리가 필요하신 분에게 적합합니다.
영양소 소화 및 활용 보조
회복·순환·항상화 균형 유지
피로·부종 완화
항응고제·항혈소판제 복용자, 효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
핵심 기전 ①: 단백질 분해 및 영양소 흡수 보조
- 브로멜라인은 위산 환경에서도 안정적인 단백질 분해활성을 유지하며, 단백질의 흡수율과 생체이용률(Bioavailability)을 높여줍니다.
- 브로멜라인이 장관 내 단백질분해 작용을 통해 영양분 분해 및 흡수를 촉진합니다.
핵심 기전 ②: 운동 후 회복 및 피로 완화 보조
- 브로멜라인·파파인 등 단백질분해효소 혼합물 복용시 근육통(DOMS) 및 근력 회복속도에 유의미한 개선효과를 가지고 있습니다.
- 피로감 완화, 근육회복 등 일상활동 보조제로 응용 가능합니다.
핵심 기전 ③: 순환 및 조직 회복 보조
- 관절·활동성 유지 보조, 일상 움직임의 편안함 개선 용도의 부원료입니다.
- 혈류순환·조직회복을 지원하는 부종 완화형 보조제로 작용합니다.
핵심 기전 ④: 항산화 및 대사 스트레스 완화
- 브로멜라인의 ROS 억제 및 항산화 효소(SOD, GPx)활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- hs-CRP감소 및 항산화능 증가를 보여 생활습관성 피로 및 미세염증 관리를 위한 부원료로 이용됩니다.
2. 파브자임
파브자임은 파파인, 브로멜라인을 의미하는 상표로서 효소 요법(Enzyme Therapy)에 많이 활용되고 있는 효소로 알려져 있는 파인애플추출효소(Bromelain) 및 파파야추출효소(Papain)가 합리적으로 조성되어 있는 효소제입니다.
주요 작용 영역
다중 pH 효소활성
염증조절+항산화
혈류개선+세포재생
면역 항상성 유지
파브자임은 파인애플과 파파야에서 추출한 천연 단백질분해효소 복합체로 단백질 소화와 조직 회복을 촉진하고 염증·산화스트레스를 완화하여 소화·순환·피로·피부건강을 전반적으로 지원합니다.
효소·과일(파인애플, 파파야)에 알레르기가 있으신 분은 복용 전 전문가와 상담하십시오.
파인애플추출효소 Bromelain
파인애플에서 추출한 단백질분해효소로 소화를 도와주는 건강보조식품입니다. 항염증작용과 진통제의 효과가 있어 퇴행성관절염의 증상을 감소시키는데 도움을 줍니다.
파파야추출효소 Papain
파파야는 열대 및 아열대 국가에서 널리 재배되며, 전통 약제나 음식으로 사용됩니다. 주요성분인 파파야추출효소는 항염증 효과가 뛰어납니다.
핵심 기전 ①: 단백질 분해 및 조직 회복 촉진
- 브로멜라인과 파파인은 각각 서로 다른 pH(브로멜라인 pH6~8, 파파인 pH 5~7)에서 작용하며, 위와 장 전체에 걸쳐 단백질을 효율적으로 분해합니다.
- 손상조직 단백질 및 염증 잔여물을 제거하여 조직 재생속도 향상에 도움을 줍니다.
핵심 기전 ②: 항염 및 순환 개선
- 염증성 사이토카인(TNF-α, IL-1β, IL-6) 억제
- NF-kB, COX-2, PGE2 신호경로 차단
- Kallikrein-Bradykinin 체계 조절로 혈관투소
핵심 기전 ③: 혈류 개선 및 순화
- 브로멜라인은 섬유소(Fibrin) 용해 및 혈소판 응집 억제 작용을 통해 미세순환을 원활하게 하여 조직 산소공급과 대사활성 증가에 기여합니다.
핵심 기전 ④: 항산화 및 면역 조절
- 파파인과 브로멜라인 모두 활성산소(ROS) 억제 및 항산화 효소(SOD, GPx)의 활성 증가로 미세염증·산화 스트레스 완화형 보조제로 작용합니다.
- 대식세포 및 T-세포 반응을 조절하여 면역 균형 유지에 도움을 줍니다.
핵심 기전 ⑤: 피로 회복 및 운동 후 회복 보조
- 단백질분해효소는 근육 내 손상단백질 제거와 젖산 축적 감소를 통해 운동 후 회복속도 향상 및 근육통 감소에 도움을 줍니다.
핵심 기전 ⑥: 피부 건강 및 탄력 개선
- 파파인은 표피의 단백질 결합을 부드럽게 분해해 각질 제거 및 피부결 개선에 도움을 줍니다.
- 브로멜라인은 콜라겐 합성을 촉진하고 미세순환을 개선하여 피부탄력 유지에 도움을 줍니다.
3. ME-3(Mitochondrial NAPD-dependent Malic Enzyme3)
ME-3는 에스토니아 Tartu 대학에서 발견된 특수 프로바이오틱 균주입니다. 유산균임에도 불구하고 산화환원 균형(REDOX) 조절 능력이 탁월한 것이 특징이며, GSH(glutathione) 관련 대사 조절 시스템을 갖춘 프로바이오틱 균주입니다.
주요 작용 영역
산화환원 균형 유지
에너지 대사 촉진
미토콘드리아 기능 보존
대사 스트레스 완화
소장내 장벽 생성
ME-3 유산균은 미토콘드리아 내에서 NADPH를 생성하여  세포 산화스트레스를 줄이고 에너지 대사를 활성화하는 핵심 효소입니다. 산화환원 균형을 유지하여 항산화, 피로회복, 세포보호, 항노화에 기여하는 미래지향적 프로바이오틱스 부원료입니다.
핵심 기전 ①: NADPH 생성 및 산화환원(REDOX) 항상성 유지
- ME-3는 미토콘드리아 내에서 NADP+ → NADPH로 환원시키는 반응을 매개하여 세포 내 환원력 공급원으로 작용합니다.
- 생성된 NADPH는 글루타티온 환원(GSH → GSSS 환원) 및 티오레독신 경로를 통해 ROS 제거 및 항산화 유지에 기여합니다.
근거 논문
• Grell TAJ et al., Biochem Biophys Rep., 2022
- ME-3 활성이 감소할 때 NADPH/NADP+ 비율 저하 및 산화스트레스 증가 확인
 
• Huang Y et al., Cell Mol Life Sci., 2024
- ME-3 발현 저하시 ROS 상승 및 세포 생존률 감소 보고
핵심 기전 ②: 미토콘드리아 에너지 대사 및 대사상
- ME-3는 말산 → 피루베이트 전환 과정에서 CO2를 발생시키며, 이 피루베이트가 TCA 회로로 들어가 AIP 합성을 돕습니다.
- 에너지 생산 및 중간대사체 균형을 조절하여 피로회복 및 대사활성 유지에 기여합니다.
근거 논문
• Hasan NM et al., J Biol Chem., 2015
- ME-3가 췌장 β세포 에너지대사 및 인슐린 분비 조절에 필수적임을 보고

• Wang Z et al., Front Physiol., 2023
- 미토콘드리아 말산효소 활성이 세포 대사효율 향상과 관련됨
핵심 기전 ③: 항산화 및 세포 보호 기전
- ME-3는 미토콘드리아 내 과산화수소 생성을 억제하고 NADPH 공급을 통해 항산화 효소(SOD, Catalase, GPx) 활성을 지속시킵니다.
- 이를 통해 산화적 손상으로부터 미토콘드리아 막전위를 모호하며, 세포 노화 억제 및 조직 보존에 기여합니다.
근거 논문
• Rathnavelu V et al., Cell Biochem Biophys., 2016
- ME-3 경로의 항산화성 및 세포 보호 작용 기전 확인
핵심 기전 ④: 대사적 스트레스 대응 및 항피로 효과
- 저산소, 고혈당, 산화환경 등에서 ME-3 활성이 유지되면 세포는 에너지 결핍 및 산화손상 스트레스를 완화합니다.
- 이를 통해 피로 회복, 대사 스트레스 완화, 조직 재생 효과를 기대할 수 있습니다.
근거 논문
• Huang Y et al., 2024
- ME-3 저발현 세포의 ATP 레벨 감소 및 ROS 축적 증가에 대한 확인
핵심 기전 ⑤: 항노화 및 신경 연구 가능성
- 뇌세포에서 ME-3는 에너지 대사 및 항산화 균형에 관여하며, 신경퇴행성 질환 연구의 표적 효소로 주목 받고 있습니다.
근거 논문
• Yan H et al., Neurochem Res., 2023
- ME-3 활성이 감소한 세포에서 미토콘드리아 ROS 상승 및 신경세포 손상 관찰
4. 발효마카
블랙마카로 알려진 마카를 발효하여 남성은 물론 여성까지 다 섭취할 수 있는 발효 성분입니다. 식물 고유의 풍미와 활용성을 높인 발효 마카 소재를 사용했습니다.
주요 작용 영역
활력/피로회복
항산화/항염
스트레스·호르몬 밸런스
장내환경/면역
피부미백·항산화
김치 유산균으로 발효된 마카는 일반 마카보다 흡수율과 항산화력이 높아 피로회복, 에너지 대사, 스트레스 완화, 항산화 밸런스를 도와주는 부원료입니다. 식물영양소와 발효유산균 대사산물이 함께 작용해 체력, 피로, 피부건강 등 일상적인 활력 밸런스를 유지하는데 도움을 줄 수 있습니다.
혈행개선
혈행개선 효과가 있음 인정되어 전반적인 순환기계 건강에 도움을 줄 수 있습니다.
호르몬 조절
남성, 여성에게 도움이 되는 호르몬 조절 능력에 도움을 줄 수 있음.
항염·항산화
김치 유산균 발효를 통해 폴리페놀, 플라보노이드 농도가 증가하고, 항산화 효소(SOD, GPx) 활성이 촉진됨.
피로회복 및 에너지 대사 보조
김치 유산균 발효 마카는 일반 마카보다 저분자화되어 흡수율이 높고, 대사성 피로 완화 기능이 더 우수함.
항스트레스 조절
스트레스 대응 호르몬 축(Fatique Axis)에 긍정적 영향을 주는 항스트레스 성분으로 응용 가능.
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[프리미엄 비타민C 1000mg]]> <프리미엄 비타민C 1000mg>

 

섭취방법 : 하루 1캡슐 섭취(1000mg)

 

청정국가 뉴질랜드에서 직접만든 비타민 C 제품입니다.

비타민 C는 결합 조직을 튼튼하게 하고, 철분 흡수를 도우며, 유해산소로부터 세포를 지켜주는데 꼭 필요한 성분입니다.
 

* 주원료

- 비타민 C

- 1000mg/일

 

 

* 기능성 내용

- 결합조직 형성과 기능유지에 필요

- 철의 흡수에 필요

- 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필

 

 

* 엄선한 부원료 배합

1. 쌀 추출물&쌀 껍질로 안심할 수 있게

- 합성 착색료나 인공 향료, 화학적 부형제 대신 쌀 추출물과 쌀 껍질을 사용했습니다.

 



 

]]>
<![CDATA[100억 프리미엄 프로바이오틱스]]> <100억 프리미엄 프로바이오틱>

 

섭취방법 : 하루 1캡슐 섭취(100억 CFU)

 

뉴질랜드에서 직수입되었습니다.
엄선한 17종의 균쥬로 구성된 100억 유산균으로, 목넘김이 쉬운 작은 사이즈로 만들어졌습니다.
프리미엄 프로바이오틱스와 프로바이오틱스의 먹이가 되는 프리바이오틱스로 구성되어 있어 편리하게 섭취할 수 있습니다.

 

* 주원료

- 프로바이오틱스

- 100억 CFU/일

 

 

* 기능성 내용

- 유산균 증식 및 유해균 억제・배변활동 원활・ 장 건강에 도움을 줄 수 있음

 

 

* 전성분

- 17종 혼합 유산균(락토 바실러스 애시도필러스, 락티 카제이 바실러스 람노서스, 락티 플랜티 바실러스 플랜타룸, 락토 바실러스 델브루에키아 종 불가리쿠스, 락티 카제이 바실러스 카제이, 락티 카제이 바실러스 파라카제이, 리모시 락토 바실러스 루테리, 락토 바실러스 가세리, 락토 바실러스 헬베티쿠스, 리기락토 바실러스 살리바리우스, 리모시 락토 바실러스 퍼맨텀, 락토코커스 락티스, 비피도 박테리움 애니멀스종 락티스, 비피도 박테리움 비피덤, 비피도 박테리움 브레브, 비피도 박테리움 롱검, 스트렙토코쿠스 서머필루스), 프락토 올리고당, 결정셀룰로스, 자일로올리고당, 바실러스 코아귤런스, 키위분말, 스테아린산마그네슘, 이산화규소(고결방지제), 초유(우유 함유)

 

 

* 엄선한 부원료 배합

1. 신바이오틱스

- 프로바이오틱스와 프리바이오틱스가 함께 배합된 신바이오틱스 제품입니다.

- 장 건강을 돕는 유익균인 프로바이오틱스의 먹이로 증식을 돕는 성분인 프리바이오틱스가 함유되어 있습니다.

 

2. 프락토올리고당 + 자일로 올리고당

 

 

3. 뉴질랜드산 키위 + 초유 분말

 

 

* 소형 식물성 캡슐

- 안전하고 편안한 섭취를 위한 소형 식물성 캡슐로 되어 있습니다.

- 불쾌감이 없는 무색, 무미, 무취의 캡슐로 섭취가 편리하며, 소화가 잘 되는 100% 식물성 캡슐입니다.

- 동물성 젤라틴을 사용하지 않고 '식물성 캡슐'을 사용하였습니다.

 



]]>
<![CDATA[더이로운 AI 헬스체커]]>
 

더이로운 AI 헬스체커 데스크용입니다.

 

FHD 터치 모니터(해상도 1080*1920)

 

내장형 윈도우 PC로 구성되어 있습니다.

(n97, 8gb ram, ssd 128gb)

]]>
<![CDATA[[벌크 180정]알이에프 관절&면역365]]>




 

]]>
<![CDATA[[벌크 120정]알이에프 관절&면역365]]>




 

]]>
<![CDATA[[벌크 60정]알이에프 관절&면역365]]>




 

]]>
<![CDATA[[벌크 180정]하이-톡 관절&뼈]]>


 

]]>
<![CDATA[[벌크 120정]하이-톡 관절&뼈]]>


 

]]>
<![CDATA[[벌크 60정]하이-톡 관절&뼈]]>


 

]]>
<![CDATA[[벌크 180정]하이-톡 활력]]>


 

]]>
<![CDATA[[벌크 120정]하이-톡 활력]]>


 

]]>
<![CDATA[[벌크 60정]하이-톡 활력]]>


 

]]>
<![CDATA[[벌크 180정]하이-톡 갱년기]]>



 

]]>
<![CDATA[[벌크 120정]하이-톡 갱년기]]>



 

]]>
<![CDATA[[벌크 60정]하이-톡 갱년기]]>



 

]]>
<![CDATA[[벌크 180정]하이-톡 혈당]]>



 

]]>
<![CDATA[[벌크 120정]하이-톡 혈당]]>



 

]]>
<![CDATA[[벌크 60정]하이-톡 혈당]]>



 

]]>
<![CDATA[[벌크 60캡슐]Dr.송문기 메타트롤 프로]]>











 

]]>
<![CDATA[[벌크 180정]약사비책 혈액생성엔 철분]]> <약사비책 혈액생성엔 철분 상품자료>

 

섭취방법: 하루 1정(700mg)

 

철분손실량이 많은 여성과 임산부를 위한 혈액생성에 도움을 주는 3중 기능성 건강기능식품

철분과 함께 흡수율을 높이기 위해 비타민C를 함께 구성

철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요한 구리 함유 

 

하루 1번, 1정으로 간편하게 철분 섭취

 

철은 필수적인 미량의 무기질로 우리 몸에서 자연적으로 합성하지 못해 철분을 함유한 음식과 건강기능식품 등을 통해 섭취해주는 것이 좋습니다.

일일섭취량의 30%로 과잉섭취 걱정없이 성장기 청소년, 임산부 등 안심하고 섭취할 수 있도록 설계하였습니다.

 

1. 기능성 내용 

* 철 : 체내 산소운반과 혈액생성에 필요, 에너지 생성에 필요 / 일일섭취량 3.6 mg

* 구리 : 철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 0.24 mg

* 비타민C : 결합조직 형성과 기능 유지에 필요, 철의 흡수에 필요, 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 200 mg

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

]]>
<![CDATA[[벌크 120정]약사비책 혈액생성엔 철분]]> <약사비책 혈액생성엔 철분 상품자료>

 

섭취방법: 하루 1정(700mg)

 

철분손실량이 많은 여성과 임산부를 위한 혈액생성에 도움을 주는 3중 기능성 건강기능식품

철분과 함께 흡수율을 높이기 위해 비타민C를 함께 구성

철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요한 구리 함유 

 

하루 1번, 1정으로 간편하게 철분 섭취

 

철은 필수적인 미량의 무기질로 우리 몸에서 자연적으로 합성하지 못해 철분을 함유한 음식과 건강기능식품 등을 통해 섭취해주는 것이 좋습니다.

일일섭취량의 30%로 과잉섭취 걱정없이 성장기 청소년, 임산부 등 안심하고 섭취할 수 있도록 설계하였습니다.

 

1. 기능성 내용 

* 철 : 체내 산소운반과 혈액생성에 필요, 에너지 생성에 필요 / 일일섭취량 3.6 mg

* 구리 : 철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 0.24 mg

* 비타민C : 결합조직 형성과 기능 유지에 필요, 철의 흡수에 필요, 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 200 mg

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

]]>
<![CDATA[[벌크 60정]약사비책 혈액생성엔 철분]]> <약사비책 혈액생성엔 철분 상품자료>

 

섭취방법: 하루 1정(700mg)

 

철분손실량이 많은 여성과 임산부를 위한 혈액생성에 도움을 주는 3중 기능성 건강기능식품

철분과 함께 흡수율을 높이기 위해 비타민C를 함께 구성

철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요한 구리 함유 

 

하루 1번, 1정으로 간편하게 철분 섭취

 

철은 필수적인 미량의 무기질로 우리 몸에서 자연적으로 합성하지 못해 철분을 함유한 음식과 건강기능식품 등을 통해 섭취해주는 것이 좋습니다.

일일섭취량의 30%로 과잉섭취 걱정없이 성장기 청소년, 임산부 등 안심하고 섭취할 수 있도록 설계하였습니다.

 

1. 기능성 내용 

* 철 : 체내 산소운반과 혈액생성에 필요, 에너지 생성에 필요 / 일일섭취량 3.6 mg

* 구리 : 철의 운반과 이용에 필요, 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 0.24 mg

* 비타민C : 결합조직 형성과 기능 유지에 필요, 철의 흡수에 필요, 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요 / 일일섭취량 200 mg

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

]]>
<![CDATA[[벌크 120정]약사비책 요오드]]> <약사비책 요오드 상품소개>

 

섭취방법 : 하루 1정(750mg)

 

갑상선 건강, 뼈건강, 항산화를 위한 필수영양소 3종 건강기능식품

 

* 기능성 내용 및 하루섭취량

1. 요오드 100㎍ : 갑상선 호르몬의 합성에 필요, 에너지 생성에 필요, 신경발달에 필요

2. 셀렌 16.5㎍ : 유해산소로부터 세포를 보호하는데 필요

3. 비타민D 3㎍ : 칼슘과 인이 흡수되고 이용 되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

 

체내 요오드의 70~80%는 갑상선에 존재하며 요오드의 갑상선 호르몬을 구성하는 주된 영양소입니다.

셀렌은 인체에 유해한 활성산소로부터 세포를 보호하는데 필요한 항산화 미네랄로 체내에서 합성되지 않아 꼭 섭취해야줘야 합니다.
비타민D는 체내에서 칼슘과 인의 흡수와 이용에 필요하며 뼈를 형성하고 유지하는데에도 필요한 영양소 입니다.

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 건조효모 아연 : 적절한 갑상선 기능에 필수적 성분
6. 양배추추출분말 : 각종 영양분이 많고 위 건강에 도움을 준다고 알려져 인기가 많은 식품으로 하루 20mg의 소량으로 과대섭취 걱정없이 안전하게 섭취할 수 있습니다.
7. 세븐베리농축분말 : 항산화가 풍부한 베리류 (블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스)

 

]]>
<![CDATA[[벌크 180정]약사비책 요오드]]> <약사비책 요오드 상품소개>

 

섭취방법 : 하루 1정(750mg)

 

갑상선 건강, 뼈건강, 항산화를 위한 필수영양소 3종 건강기능식품

 

* 기능성 내용 및 하루섭취량

1. 요오드 100㎍ : 갑상선 호르몬의 합성에 필요, 에너지 생성에 필요, 신경발달에 필요

2. 셀렌 16.5㎍ : 유해산소로부터 세포를 보호하는데 필요

3. 비타민D 3㎍ : 칼슘과 인이 흡수되고 이용 되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

 

체내 요오드의 70~80%는 갑상선에 존재하며 요오드의 갑상선 호르몬을 구성하는 주된 영양소입니다.

셀렌은 인체에 유해한 활성산소로부터 세포를 보호하는데 필요한 항산화 미네랄로 체내에서 합성되지 않아 꼭 섭취해야줘야 합니다.
비타민D는 체내에서 칼슘과 인의 흡수와 이용에 필요하며 뼈를 형성하고 유지하는데에도 필요한 영양소 입니다.

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 건조효모 아연 : 적절한 갑상선 기능에 필수적 성분
6. 양배추추출분말 : 각종 영양분이 많고 위 건강에 도움을 준다고 알려져 인기가 많은 식품으로 하루 20mg의 소량으로 과대섭취 걱정없이 안전하게 섭취할 수 있습니다.
7. 세븐베리농축분말 : 항산화가 풍부한 베리류 (블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스)

 

]]>
<![CDATA[[벌크 60정]약사비책 요오드]]> <약사비책 요오드 상품소개>

 

섭취방법 : 하루 1정(750mg)

 

갑상선 건강, 뼈건강, 항산화를 위한 필수영양소 3종 건강기능식품

 

* 기능성 내용 및 하루섭취량

1. 요오드 100㎍ : 갑상선 호르몬의 합성에 필요, 에너지 생성에 필요, 신경발달에 필요

2. 셀렌 16.5㎍ : 유해산소로부터 세포를 보호하는데 필요

3. 비타민D 3㎍ : 칼슘과 인이 흡수되고 이용 되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

 

체내 요오드의 70~80%는 갑상선에 존재하며 요오드의 갑상선 호르몬을 구성하는 주된 영양소입니다.

셀렌은 인체에 유해한 활성산소로부터 세포를 보호하는데 필요한 항산화 미네랄로 체내에서 합성되지 않아 꼭 섭취해야줘야 합니다.
비타민D는 체내에서 칼슘과 인의 흡수와 이용에 필요하며 뼈를 형성하고 유지하는데에도 필요한 영양소 입니다.

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 건조효모 아연 : 적절한 갑상선 기능에 필수적 성분
6. 양배추추출분말 : 각종 영양분이 많고 위 건강에 도움을 준다고 알려져 인기가 많은 식품으로 하루 20mg의 소량으로 과대섭취 걱정없이 안전하게 섭취할 수 있습니다.
7. 세븐베리농축분말 : 항산화가 풍부한 베리류 (블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스)

 

]]>
<![CDATA[[벌크 180정]약사비책 면역]]> <약사비책 면역 상품 소개>

 

식약처 고시 아연, 셀렌, 크롬 3중 기능성 건강기능식품 입니다.

생체이용률과 흡수율이 높은 건조효모에서 유래한 아연, 셀렌, 크롬 영양소

 

섭취방법 : 하루 1정(750mg)

 

* 기능성 내용

1. 아연 : 정상적인 면역기능에 필요, 정상적인 세포분열에 필요 / 함량 2.55mg

2. 셀렌 : 유해산소로부터 세포를 보호하는데 필요 / 함량 16.5 ㎍

3. 크롬 : 체내 탄수화물, 지방, 단백질 대사에 필요 / 함량 0.009mg

 

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

 

 

]]>
<![CDATA[[벌크 120정]약사비책 면역]]> <약사비책 면역 상품 소개>

 

식약처 고시 아연, 셀렌, 크롬 3중 기능성 건강기능식품 입니다.

생체이용률과 흡수율이 높은 건조효모에서 유래한 아연, 셀렌, 크롬 영양소

 

섭취방법 : 하루 1정(750mg)

 

* 기능성 내용

1. 아연 : 정상적인 면역기능에 필요, 정상적인 세포분열에 필요 / 함량 2.55mg

2. 셀렌 : 유해산소로부터 세포를 보호하는데 필요 / 함량 16.5 ㎍

3. 크롬 : 체내 탄수화물, 지방, 단백질 대사에 필요 / 함량 0.009mg

 

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

 

 

]]>
<![CDATA[[벌크 60정]약사비책 면역]]> <약사비책 면역 상품 소개>

 

식약처 고시 아연, 셀렌, 크롬 3중 기능성 건강기능식품 입니다.

생체이용률과 흡수율이 높은 건조효모에서 유래한 아연, 셀렌, 크롬 영양소

 

섭취방법 : 하루 1정(750mg)

 

* 기능성 내용

1. 아연 : 정상적인 면역기능에 필요, 정상적인 세포분열에 필요 / 함량 2.55mg

2. 셀렌 : 유해산소로부터 세포를 보호하는데 필요 / 함량 16.5 ㎍

3. 크롬 : 체내 탄수화물, 지방, 단백질 대사에 필요 / 함량 0.009mg

 

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

 

 

]]>
<![CDATA[Dr.송문기 메타트롤 프로]]>











 

]]>
<![CDATA[[벌크 180정]약사비책 뼈건강엔 칼마디]]> <약사비책 뼈건강엔 칼마디 상품소개>

 

섭취방법 : 하루 4정(4,000 mg)

 

뼈 건강에 집중한 5종 기능성 건강기능식품

소화흡수가 용이한 식물성 해조칼슘과 뼈건강에 도움을 주는 비타민D, 마그네슘, 비타민K, 망간 구성

 

* 기능성 내용 및 하루섭취량

1. 칼슘 700mg : 뼈와 치아 형성에 필요, 신경과 근육기능유지에 필요, 정상적인 혈액응고에 필요, 골다공증발생 위험 감소에 도움을 줌

2. 마그네슘 350mg: 에너지 이용에 필요, 신경과 근육 기능유지에 필요

3. 비타민D 10㎍: 칼슘과 인이 흡수되고 이용되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

4. 비타민K 70㎍ : 정상적인 혈액응고에 필요, 뼈의 구성에 필요

5. 망간 3mg : 뼈 형성에 필요, 에너지 이용에 필요, 유해산소로부터 세포를 보호하는데 필요

 

일일섭취량 해조칼슘 700mg과 마그네슘 350mg으로 2:1의 체내 칼슘 흡수를 높이기 위한 이상적 배합

비타민D, 비타민K, 망간은 일일섭취량의 100%로 중복섭취를 고려하여 안전하게 배합했습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 120정]약사비책 뼈건강엔 칼마디]]> <약사비책 뼈건강엔 칼마디 상품소개>

 

섭취방법 : 하루 4정(4,000 mg)

 

뼈 건강에 집중한 5종 기능성 건강기능식품

소화흡수가 용이한 식물성 해조칼슘과 뼈건강에 도움을 주는 비타민D, 마그네슘, 비타민K, 망간 구성

 

* 기능성 내용 및 하루섭취량

1. 칼슘 700mg : 뼈와 치아 형성에 필요, 신경과 근육기능유지에 필요, 정상적인 혈액응고에 필요, 골다공증발생 위험 감소에 도움을 줌

2. 마그네슘 350mg: 에너지 이용에 필요, 신경과 근육 기능유지에 필요

3. 비타민D 10㎍: 칼슘과 인이 흡수되고 이용되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

4. 비타민K 70㎍ : 정상적인 혈액응고에 필요, 뼈의 구성에 필요

5. 망간 3mg : 뼈 형성에 필요, 에너지 이용에 필요, 유해산소로부터 세포를 보호하는데 필요

 

일일섭취량 해조칼슘 700mg과 마그네슘 350mg으로 2:1의 체내 칼슘 흡수를 높이기 위한 이상적 배합

비타민D, 비타민K, 망간은 일일섭취량의 100%로 중복섭취를 고려하여 안전하게 배합했습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 60정]약사비책 뼈건강엔 칼마디]]> <약사비책 뼈건강엔 칼마디 상품소개>

 

섭취방법 : 하루 4정(4,000 mg)

 

뼈 건강에 집중한 5종 기능성 건강기능식품

소화흡수가 용이한 식물성 해조칼슘과 뼈건강에 도움을 주는 비타민D, 마그네슘, 비타민K, 망간 구성

 

* 기능성 내용 및 하루섭취량

1. 칼슘 700mg : 뼈와 치아 형성에 필요, 신경과 근육기능유지에 필요, 정상적인 혈액응고에 필요, 골다공증발생 위험 감소에 도움을 줌

2. 마그네슘 350mg: 에너지 이용에 필요, 신경과 근육 기능유지에 필요

3. 비타민D 10㎍: 칼슘과 인이 흡수되고 이용되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

4. 비타민K 70㎍ : 정상적인 혈액응고에 필요, 뼈의 구성에 필요

5. 망간 3mg : 뼈 형성에 필요, 에너지 이용에 필요, 유해산소로부터 세포를 보호하는데 필요

 

일일섭취량 해조칼슘 700mg과 마그네슘 350mg으로 2:1의 체내 칼슘 흡수를 높이기 위한 이상적 배합

비타민D, 비타민K, 망간은 일일섭취량의 100%로 중복섭취를 고려하여 안전하게 배합했습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 180정]약사비책 몰리브덴, 셀렌, 아연]]> <약사비책 몰리브덴, 셀렌, 아연 상품자료>

 

섭취방법 : 하루 1정(750mg)

 

건조효모에서 추출한 자연유래 성분의 미네랄 3종 건강기능식품

몰리브덴은 대사에 관련된 필수 미네랄의 하나로 간, 신장에 존재하는 미량 미네랄로 면역 아연, 항산화 셀렌이 함께 배합되어 있습니다.

 

* 기능성내용 및 하루섭취량

1. 건조효모(몰리브덴) 7.5㎍ : 산화 · 환원 효소의 활성에 필요

2. 건조효모(셀렌) 16.5㎍: 유해산소로부터 세포를 보호하는데 필요

3. 건조효모(아연) 2.55mg: 정상적인 면역기능에 필요, 정상적인 세포분열에 필요

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 효모추출물(L-글루타치온50%) : 글루타치온은 주로 간에서 합성되며 대사과정에서 발생하는 활성산소를 제거하여 안전하게 배출하는 역할을 한다. 

]]>
<![CDATA[[벌크 120정]약사비책 몰리브덴, 셀렌, 아연]]> <약사비책 몰리브덴, 셀렌, 아연 상품자료>

 

섭취방법 : 하루 1정(750mg)

 

건조효모에서 추출한 자연유래 성분의 미네랄 3종 건강기능식품

몰리브덴은 대사에 관련된 필수 미네랄의 하나로 간, 신장에 존재하는 미량 미네랄로 면역 아연, 항산화 셀렌이 함께 배합되어 있습니다.

 

* 기능성내용 및 하루섭취량

1. 건조효모(몰리브덴) 7.5㎍ : 산화 · 환원 효소의 활성에 필요

2. 건조효모(셀렌) 16.5㎍: 유해산소로부터 세포를 보호하는데 필요

3. 건조효모(아연) 2.55mg: 정상적인 면역기능에 필요, 정상적인 세포분열에 필요

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 효모추출물(L-글루타치온50%) : 글루타치온은 주로 간에서 합성되며 대사과정에서 발생하는 활성산소를 제거하여 안전하게 배출하는 역할을 한다. 

]]>
<![CDATA[[벌크 60정]약사비책 몰리브덴, 셀렌, 아연]]> <약사비책 몰리브덴, 셀렌, 아연 상품자료>

 

섭취방법 : 하루 1정(750mg)

 

건조효모에서 추출한 자연유래 성분의 미네랄 3종 건강기능식품

몰리브덴은 대사에 관련된 필수 미네랄의 하나로 간, 신장에 존재하는 미량 미네랄로 면역 아연, 항산화 셀렌이 함께 배합되어 있습니다.

 

* 기능성내용 및 하루섭취량

1. 건조효모(몰리브덴) 7.5㎍ : 산화 · 환원 효소의 활성에 필요

2. 건조효모(셀렌) 16.5㎍: 유해산소로부터 세포를 보호하는데 필요

3. 건조효모(아연) 2.55mg: 정상적인 면역기능에 필요, 정상적인 세포분열에 필요

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 효모추출물(L-글루타치온50%) : 글루타치온은 주로 간에서 합성되며 대사과정에서 발생하는 활성산소를 제거하여 안전하게 배출하는 역할을 한다. 

]]>
<![CDATA[[벌크 180정]약사비책 눈건강]]> <약사비책 눈건강 상품자료>

 

섭취방법 : 하루 1정 섭취(600mg)

 

눈 건강을 위한 필수영양소 비타민A 건강기능식품

비타민A가 부족하면 야맹증, 시력저하, 안구건조증 등이 나타날 수 있어 주의가 필요합니다.

청소년에게 많이 일어나는 급격한 시력저하는 공부나 독서 등 눈을 과하게 사용하거나 텔레비전·게임기·컴퓨터 사용이 많은 경우가 원인이 되어 나타날 수 있습니다. 

한국인영양소섭취기준 6~8세 어린이의 비타민A 평균 필요량은 290㎍ RAE로 하루 1정 섭취로 어린이도 안전하게 섭취할 수 있습니다.

 

* 기능성 내용

- 비타민A : 일일섭취량 210 ㎍ RAE/1일

1) 어두운곳에서 시각적응을 위해 필요

2) 피부와 점막을 형성하고 기능을 유지하는데 필요

3) 상피세포의 성장과 발달에 필요

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

- 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

- 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 브로콜리분말 : 루테인, 지아잔틴이 풍부 

 

 

]]>
<![CDATA[[벌크 120정]약사비책 눈건강]]> <약사비책 눈건강 상품자료>

 

섭취방법 : 하루 1정 섭취(600mg)

 

눈 건강을 위한 필수영양소 비타민A 건강기능식품

비타민A가 부족하면 야맹증, 시력저하, 안구건조증 등이 나타날 수 있어 주의가 필요합니다.

청소년에게 많이 일어나는 급격한 시력저하는 공부나 독서 등 눈을 과하게 사용하거나 텔레비전·게임기·컴퓨터 사용이 많은 경우가 원인이 되어 나타날 수 있습니다. 

한국인영양소섭취기준 6~8세 어린이의 비타민A 평균 필요량은 290㎍ RAE로 하루 1정 섭취로 어린이도 안전하게 섭취할 수 있습니다.

 

* 기능성 내용

- 비타민A : 일일섭취량 210 ㎍ RAE/1일

1) 어두운곳에서 시각적응을 위해 필요

2) 피부와 점막을 형성하고 기능을 유지하는데 필요

3) 상피세포의 성장과 발달에 필요

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

- 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

- 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 브로콜리분말 : 루테인, 지아잔틴이 풍부 

 

 

]]>
<![CDATA[[벌크 60정]약사비책 눈건강]]> <약사비책 눈건강 상품자료>

 

섭취방법 : 하루 1정 섭취(600mg)

 

눈 건강을 위한 필수영양소 비타민A 건강기능식품

비타민A가 부족하면 야맹증, 시력저하, 안구건조증 등이 나타날 수 있어 주의가 필요합니다.

청소년에게 많이 일어나는 급격한 시력저하는 공부나 독서 등 눈을 과하게 사용하거나 텔레비전·게임기·컴퓨터 사용이 많은 경우가 원인이 되어 나타날 수 있습니다. 

한국인영양소섭취기준 6~8세 어린이의 비타민A 평균 필요량은 290㎍ RAE로 하루 1정 섭취로 어린이도 안전하게 섭취할 수 있습니다.

 

* 기능성 내용

- 비타민A : 일일섭취량 210 ㎍ RAE/1일

1) 어두운곳에서 시각적응을 위해 필요

2) 피부와 점막을 형성하고 기능을 유지하는데 필요

3) 상피세포의 성장과 발달에 필요

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

- 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

- 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 브로콜리분말 : 루테인, 지아잔틴이 풍부 

 

 

]]>
<![CDATA[[벌크 180정]약사비책 항산화 케어]]> <약사비책 항산화케어 상품자료>

 

섭취방법 : 하루 1정(500mg)

 

눈건강과 항산화케어를 한번에 담은 3중 기능성 건강기능식품입니다.

 

* 베타카로틴 1.26mg : 어두운곳에서 시각 적응을 위해 필요, 피부와 점막을 형성하고 기능을 유지하는데 필요, 상피세포의 성장과 발달에 필요

→ 카로티노이드의 한 종류이며 비타민A의 전구체 입니다.

→ 눈의 간상세포에서 물체를 볼 수 있게 해주는 로돕신을 합성하는데 관여하고 신체보호기능을 갖고 있습니다.

 

* 비타민C 30mg : 결합조직형성과 기능유지에 필요, 철의 흡수에 필요, 항산화작용을 하여 유해산소로부터 세포를 보호하는데 필요

* 비타민E 3.3mg α-TE : 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

일일 섭취량의 30%함유하여 과다복용 걱정없이 안심하고 섭취할 수 있습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 120정]약사비책 항산화 케어]]> <약사비책 항산화케어 상품자료>

 

섭취방법 : 하루 1정(500mg)

 

눈건강과 항산화케어를 한번에 담은 3중 기능성 건강기능식품입니다.

 

* 베타카로틴 1.26mg : 어두운곳에서 시각 적응을 위해 필요, 피부와 점막을 형성하고 기능을 유지하는데 필요, 상피세포의 성장과 발달에 필요

→ 카로티노이드의 한 종류이며 비타민A의 전구체 입니다.

→ 눈의 간상세포에서 물체를 볼 수 있게 해주는 로돕신을 합성하는데 관여하고 신체보호기능을 갖고 있습니다.

 

* 비타민C 30mg : 결합조직형성과 기능유지에 필요, 철의 흡수에 필요, 항산화작용을 하여 유해산소로부터 세포를 보호하는데 필요

* 비타민E 3.3mg α-TE : 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

일일 섭취량의 30%함유하여 과다복용 걱정없이 안심하고 섭취할 수 있습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 60정]약사비책 항산화 케어]]> <약사비책 항산화케어 상품자료>

 

섭취방법 : 하루 1정(500mg)

 

눈건강과 항산화케어를 한번에 담은 3중 기능성 건강기능식품입니다.

 

* 베타카로틴 1.26mg : 어두운곳에서 시각 적응을 위해 필요, 피부와 점막을 형성하고 기능을 유지하는데 필요, 상피세포의 성장과 발달에 필요

→ 카로티노이드의 한 종류이며 비타민A의 전구체 입니다.

→ 눈의 간상세포에서 물체를 볼 수 있게 해주는 로돕신을 합성하는데 관여하고 신체보호기능을 갖고 있습니다.

 

* 비타민C 30mg : 결합조직형성과 기능유지에 필요, 철의 흡수에 필요, 항산화작용을 하여 유해산소로부터 세포를 보호하는데 필요

* 비타민E 3.3mg α-TE : 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

일일 섭취량의 30%함유하여 과다복용 걱정없이 안심하고 섭취할 수 있습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

]]>
<![CDATA[[벌크 180정]약사비책 에너지플러스 비타민B]]> <약사비책 에너지플러스 비타민B 상품자료>

 

섭취방법 : 하루 2정(750mg X 2정)

 

육체피로, 활력개선을 위한 비타민B군 종합비타민

비타민B군의 영양성분을 한번에 담았습니다.

- 체내 에너지 생성에 필요

- 단백질 및 아미노산 이용에 필요

- 지방, 탄수화물, 단백질 대사와 에너지생성에 필요

- 정상적인 엽산 대사에 필요

- 세포와 혈액생성에 필요

 

* 수용성 비타민B 8종

* 비타민 B군 중 한 가지가 결핍되면 다른 비타민 B군도 같이 결핍되어 있는 경우가 많으므로 여러가지 비타민 B군을 함께 섭취하는 것이 좋습니다.

* 비타민 B 복합체(vitamin B complex)는 비타민 B1, 비타민 B2, 니코틴산, 판토텐산, 비타민 B6, 엽산, 비타민 B12, 비오틴이 있다. 이들 비타민 B군을 여러 개 함유하는 혼합물을 편의상 비타민 B군의 주요한 작용은 여러 가지 효소의 보조효소가 되는 것입니다.

대부분 보조효소형인 활성형으로 되어 비로소 비타민으로서의 작용을 나타내며 비타민에는 B군 보조효소로서의 작용 이외에 특이한 약리작용을 갖습니다.

 

 

8종 복합 기능정보와 하루섭취량

1. 나이아신 : 체내 에너지 생성에 필요 / 23 mg NE

2. 판토텐산 : 지방, 탄수화물, 단백질 대사와 에너지생성에 필요 / 100 mg

3. 비타민B12 : 정상적인 엽산 대사에 필요 / 32 ㎍

4. 비타민B2 : 체내 에너지 생성에 필요 / 40 mg

5. 비타민B6 : 단백질 및 아미노산 이용에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 30 mg

6. 비타민B1 : 탄수화물과 에너지 대사에 필요 / 100 mg

7. 엽산 : 세포와 혈액생성에 필요, 태아 신경관의 정상 발달에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 400 ㎍ DFE

8. 비오틴 : 지방, 탄수화물, 단백질 대사와 에너지 생성에 필요 / 300 ㎍

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 27종 과일야채혼합농축분말 : 블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스, 주황당근, 돼지감자, 토마토, 호박, 노란당근, 비트뿌리, 사탕무, 흑당근, 오이, 샐러리, 리크, 완두콩, 양파, 붉은피망, 당호박, 양배추, 시금치, 양상추, 파스닙, 브로콜리 

]]>
<![CDATA[[벌크 120정]약사비책 에너지플러스 비타민B]]> <약사비책 에너지플러스 비타민B 상품자료>

 

섭취방법 : 하루 2정(750mg X 2정)

 

육체피로, 활력개선을 위한 비타민B군 종합비타민

비타민B군의 영양성분을 한번에 담았습니다.

- 체내 에너지 생성에 필요

- 단백질 및 아미노산 이용에 필요

- 지방, 탄수화물, 단백질 대사와 에너지생성에 필요

- 정상적인 엽산 대사에 필요

- 세포와 혈액생성에 필요

 

* 수용성 비타민B 8종

* 비타민 B군 중 한 가지가 결핍되면 다른 비타민 B군도 같이 결핍되어 있는 경우가 많으므로 여러가지 비타민 B군을 함께 섭취하는 것이 좋습니다.

* 비타민 B 복합체(vitamin B complex)는 비타민 B1, 비타민 B2, 니코틴산, 판토텐산, 비타민 B6, 엽산, 비타민 B12, 비오틴이 있다. 이들 비타민 B군을 여러 개 함유하는 혼합물을 편의상 비타민 B군의 주요한 작용은 여러 가지 효소의 보조효소가 되는 것입니다.

대부분 보조효소형인 활성형으로 되어 비로소 비타민으로서의 작용을 나타내며 비타민에는 B군 보조효소로서의 작용 이외에 특이한 약리작용을 갖습니다.

 

 

8종 복합 기능정보와 하루섭취량

1. 나이아신 : 체내 에너지 생성에 필요 / 23 mg NE

2. 판토텐산 : 지방, 탄수화물, 단백질 대사와 에너지생성에 필요 / 100 mg

3. 비타민B12 : 정상적인 엽산 대사에 필요 / 32 ㎍

4. 비타민B2 : 체내 에너지 생성에 필요 / 40 mg

5. 비타민B6 : 단백질 및 아미노산 이용에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 30 mg

6. 비타민B1 : 탄수화물과 에너지 대사에 필요 / 100 mg

7. 엽산 : 세포와 혈액생성에 필요, 태아 신경관의 정상 발달에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 400 ㎍ DFE

8. 비오틴 : 지방, 탄수화물, 단백질 대사와 에너지 생성에 필요 / 300 ㎍

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 27종 과일야채혼합농축분말 : 블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스, 주황당근, 돼지감자, 토마토, 호박, 노란당근, 비트뿌리, 사탕무, 흑당근, 오이, 샐러리, 리크, 완두콩, 양파, 붉은피망, 당호박, 양배추, 시금치, 양상추, 파스닙, 브로콜리 

]]>
<![CDATA[[벌크 60정]약사비책 에너지플러스 비타민B]]> <약사비책 에너지플러스 비타민B 상품자료>

 

섭취방법 : 하루 2정(750mg X 2정)

 

육체피로, 활력개선을 위한 비타민B군 종합비타민

비타민B군의 영양성분을 한번에 담았습니다.

- 체내 에너지 생성에 필요

- 단백질 및 아미노산 이용에 필요

- 지방, 탄수화물, 단백질 대사와 에너지생성에 필요

- 정상적인 엽산 대사에 필요

- 세포와 혈액생성에 필요

 

* 수용성 비타민B 8종

* 비타민 B군 중 한 가지가 결핍되면 다른 비타민 B군도 같이 결핍되어 있는 경우가 많으므로 여러가지 비타민 B군을 함께 섭취하는 것이 좋습니다.

* 비타민 B 복합체(vitamin B complex)는 비타민 B1, 비타민 B2, 니코틴산, 판토텐산, 비타민 B6, 엽산, 비타민 B12, 비오틴이 있다. 이들 비타민 B군을 여러 개 함유하는 혼합물을 편의상 비타민 B군의 주요한 작용은 여러 가지 효소의 보조효소가 되는 것입니다.

대부분 보조효소형인 활성형으로 되어 비로소 비타민으로서의 작용을 나타내며 비타민에는 B군 보조효소로서의 작용 이외에 특이한 약리작용을 갖습니다.

 

 

8종 복합 기능정보와 하루섭취량

1. 나이아신 : 체내 에너지 생성에 필요 / 23 mg NE

2. 판토텐산 : 지방, 탄수화물, 단백질 대사와 에너지생성에 필요 / 100 mg

3. 비타민B12 : 정상적인 엽산 대사에 필요 / 32 ㎍

4. 비타민B2 : 체내 에너지 생성에 필요 / 40 mg

5. 비타민B6 : 단백질 및 아미노산 이용에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 30 mg

6. 비타민B1 : 탄수화물과 에너지 대사에 필요 / 100 mg

7. 엽산 : 세포와 혈액생성에 필요, 태아 신경관의 정상 발달에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 400 ㎍ DFE

8. 비오틴 : 지방, 탄수화물, 단백질 대사와 에너지 생성에 필요 / 300 ㎍

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 27종 과일야채혼합농축분말 : 블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스, 주황당근, 돼지감자, 토마토, 호박, 노란당근, 비트뿌리, 사탕무, 흑당근, 오이, 샐러리, 리크, 완두콩, 양파, 붉은피망, 당호박, 양배추, 시금치, 양상추, 파스닙, 브로콜리 

]]>
<![CDATA[하이-톡 관절&뼈]]>


 

]]>
<![CDATA[루니프리미엄]]>










]]>
<![CDATA[하이-톡 활력]]>


 

]]>
<![CDATA[추천이 불가능합니다.]]> 여러가지 이유로 약사님이 건강기능식품 추천이 불가능하다고 판단한 경우입니다.

 

건강기능식품 추천이 불가능하여, 추천 불가로 완료합니다.


※ "추천이 불가능합니다."는 상품이 아니며, 0원 결제를 하더라도 배송되는 상품은 없습니다.

]]>
<![CDATA[알이에프 관절&면역365]]>




 

]]>
<![CDATA[하이-톡 갱년기]]>



 

]]>
<![CDATA[하이-톡 혈당]]>



 

]]>
<![CDATA[하이톡 갱년기]]>



 

]]>
<![CDATA[하이톡 혈당]]>



 

]]>
<![CDATA[더이로운 에너지플러스 비타민B]]> <더이로운 에너지플러스 비타민B 상품자료>

 

섭취방법 : 하루 2정(800mg X 2정)

 

육체피로, 활력개선을 위한 비타민B군 종합비타민

비타민B군의 영양성분을 한번에 담았습니다.

- 체내 에너지 생성에 필요

- 단백질 및 아미노산 이용에 필요

- 지방, 탄수화물, 단백질 대사와 에너지생성에 필요

- 정상적인 엽산 대사에 필요

- 세포와 혈액생성에 필요

 

* 수용성 비타민B 8종

* 비타민 B군 중 한 가지가 결핍되면 다른 비타민 B군도 같이 결핍되어 있는 경우가 많으므로 여러가지 비타민 B군을 함께 섭취하는 것이 좋습니다.

* 비타민 B 복합체(vitamin B complex)는 비타민 B1, 비타민 B2, 니코틴산, 판토텐산, 비타민 B6, 엽산, 비타민 B12, 비오틴이 있다. 이들 비타민 B군을 여러 개 함유하는 혼합물을 편의상 비타민 B군의 주요한 작용은 여러 가지 효소의 보조효소가 되는 것입니다.

대부분 보조효소형인 활성형으로 되어 비로소 비타민으로서의 작용을 나타내며 비타민에는 B군 보조효소로서의 작용 이외에 특이한 약리작용을 갖습니다.

 

 

8종 복합 기능정보와 하루섭취량

1. 나이아신 : 체내 에너지 생성에 필요 / 23 mg NE

2. 판토텐산 : 지방, 탄수화물, 단백질 대사와 에너지생성에 필요 / 200 mg

3. 비타민B12 : 정상적인 엽산 대사에 필요 / 32 ㎍

4. 비타민B2 : 체내 에너지 생성에 필요 / 40 mg

5. 비타민B6 : 단백질 및 아미노산 이용에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 67 mg

6. 비타민B1 : 탄수화물과 에너지 대사에 필요 / 100 mg

7. 엽산 : 세포와 혈액생성에 필요, 태아 신경관의 정상 발달에 필요, 혈액의 호모시스테인 수준을 정상으로 유지하는데 필요 / 400 ㎍ DFE

8. 비오틴 : 지방, 탄수화물, 단백질 대사와 에너지 생성에 필요 / 900 ㎍

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 27종 과일야채혼합농축분말 : 블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스, 주황당근, 돼지감자, 토마토, 호박, 노란당근, 비트뿌리, 사탕무, 흑당근, 오이, 샐러리, 리크, 완두콩, 양파, 붉은피망, 당호박, 양배추, 시금치, 양상추, 파스닙, 브로콜리 

 
]]>
<![CDATA[더이로운 눈건강]]> <더이로운 눈건강 상품자료>

 

섭취방법 : 하루 1정 섭취(600mg)

 

눈 건강을 위한 필수영양소 비타민A 건강기능식품

비타민A가 부족하면 야맹증, 시력저하, 안구건조증 등이 나타날 수 있어 주의가 필요합니다.

청소년에게 많이 일어나는 급격한 시력저하는 공부나 독서 등 눈을 과하게 사용하거나 텔레비전·게임기·컴퓨터 사용이 많은 경우가 원인이 되어 나타날 수 있습니다. 

 

* 기능성 내용

- 비타민A : 일일섭취량 700 ㎍ RAE/1일

1) 어두운곳에서 시각적응을 위해 필요

2) 피부와 점막을 형성하고 기능을 유지하는데 필요

3) 상피세포의 성장과 발달에 필요

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

- 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

- 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 브로콜리분말 : 루테인, 지아잔틴이 풍부 
 

 

 

]]>
<![CDATA[더이로운 항산화 케어]]> <더이로운 항산화케어 상품자료>

 

섭취방법 : 하루 1정(800mg)

 

눈건강과 항산화케어를 한번에 담은 3중 기능성 건강기능식품입니다.

 

* 베타카로틴 1.26mg : 어두운곳에서 시각 적응을 위해 필요, 피부와 점막을 형성하고 기능을 유지하는데 필요, 상피세포의 성장과 발달에 필요

→ 카로티노이드의 한 종류이며 비타민A의 전구체 입니다.

→ 눈의 간상세포에서 물체를 볼 수 있게 해주는 로돕신을 합성하는데 관여하고 신체보호기능을 갖고 있습니다.

 

* 비타민C 100mg : 결합조직형성과 기능유지에 필요, 철의 흡수에 필요, 항산화작용을 하여 유해산소로부터 세포를 보호하는데 필요

* 비타민E 11mg α-TE : 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요

일일 섭취량의 30%함유하여 과다복용 걱정없이 안심하고 섭취할 수 있습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 
]]>
<![CDATA[더이로운 몰리브덴, 셀렌, 아연]]> <더이로운 몰리브덴, 셀렌, 아연 상품자료>

 

섭취방법 : 하루 1정(750mg)

 

건조효모에서 추출한 자연유래 성분의 미네랄 3종 건강기능식품

몰리브덴은 대사에 관련된 필수 미네랄의 하나로 간, 신장에 존재하는 미량 미네랄로 면역 아연, 항산화 셀렌이 함께 배합되어 있습니다.

 

* 기능성내용 및 하루섭취량

1. 건조효모(몰리브덴) 230㎍ : 산화 · 환원 효소의 활성에 필요

2. 건조효모(셀렌) 55㎍: 유해산소로부터 세포를 보호하는데 필요

3. 건조효모(아연) 12mg: 정상적인 면역기능에 필요, 정상적인 세포분열에 필요

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 효모추출물(L-글루타치온50%) : 글루타치온은 주로 간에서 합성되며 대사과정에서 발생하는 활성산소를 제거하여 안전하게 배출하는 역할을 한다. 

]]>
<![CDATA[더이로운 뼈건강엔 칼마디]]> <더이로운 뼈건강엔 칼마디 상품소개>

 

섭취방법 : 하루 4정(4,000 mg)

 

뼈 건강에 집중한 5종 기능성 건강기능식품

소화흡수가 용이한 식물성 해조칼슘과 뼈건강에 도움을 주는 비타민D, 마그네슘, 비타민K, 망간 구성

 

* 기능성 내용 및 하루섭취량

1. 칼슘 700mg : 뼈와 치아 형성에 필요, 신경과 근육기능유지에 필요, 정상적인 혈액응고에 필요, 골다공증발생 위험 감소에 도움을 줌

2. 마그네슘 350mg: 에너지 이용에 필요, 신경과 근육 기능유지에 필요

3. 비타민D 10㎍: 칼슘과 인이 흡수되고 이용되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

4. 비타민K 70㎍ : 정상적인 혈액응고에 필요, 뼈의 구성에 필요

5. 망간 3mg : 뼈 형성에 필요, 에너지 이용에 필요, 유해산소로부터 세포를 보호하는데 필요

 

일일섭취량 해조칼슘 700mg과 마그네슘 350mg으로 2:1의 체내 칼슘 흡수를 높이기 위한 이상적 배합

비타민D, 비타민K, 망간은 일일섭취량의 100%로 중복섭취를 고려하여 안전하게 배합했습니다.

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 
]]>
<![CDATA[더이로운 면역]]> <더이로운 면역 상품 소개>

 

식약처 고시 아연, 셀렌, 크롬 3중 기능성 건강기능식품 입니다.

생체이용률과 흡수율이 높은 건조효모에서 유래한 아연, 셀렌, 크롬 영양소

 

섭취방법 : 하루 1정(800mg)

 

* 기능성 내용

1. 아연 : 정상적인 면역기능에 필요, 정상적인 세포분열에 필요 / 함량 8.5mg

2. 셀렌 : 유해산소로부터 세포를 보호하는데 필요 / 함량 55 ㎍

3. 크롬 : 체내 탄수화물, 지방, 단백질 대사에 필요 / 함량 30 ㎍

 

 

엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

*대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

 

 

 

 

]]>
<![CDATA[더이로운 요오드]]> <더이로운 요오드 상품소개>

 

섭취방법 : 하루 1정(750mg)

 

갑상선 건강, 뼈건강, 항산화를 위한 필수영양소 3종 건강기능식품

 

* 기능성 내용 및 하루섭취량

1. 요오드 150㎍ : 갑상선 호르몬의 합성에 필요, 에너지 생성에 필요, 신경발달에 필요

2. 셀렌 135㎍ : 유해산소로부터 세포를 보호하는데 필요

3. 비타민D 50㎍ : 칼슘과 인이 흡수되고 이용 되는데 필요, 뼈의 형성과 유지에 필요, 골다공증발생 위험 감소에 도움을 줌

 

체내 요오드의 70~80%는 갑상선에 존재하며 요오드의 갑상선 호르몬을 구성하는 주된 영양소입니다.

셀렌은 인체에 유해한 활성산소로부터 세포를 보호하는데 필요한 항산화 미네랄로 체내에서 합성되지 않아 꼭 섭취해야줘야 합니다.
비타민D는 체내에서 칼슘과 인의 흡수와 이용에 필요하며 뼈를 형성하고 유지하는데에도 필요한 영양소 입니다.

 

* 엄선한 부원료 배합

1. 프로바이오틱스 발효효소

* 뉴트라자임울트라 

: 대두발효효소골드 (국내산 대두에 프로바이오틱스 식용미생물을 접종하여 발효한 발효효소)

: 나토배양물 분말 (혈전용해효소 나토키나제)

* 대두발효효소 나토키나제K2

: 대두발효효소골드

: 바실러스나토균추출물(비타민K2) / 비타민K2의 급원식품인 바실러스나토균 함유

2. 영양소 흡수 돕는 구연산

: 인체 에너지대사과정의 기본산물로 피로물질은 배출하고 신진대사는 활발히 도와줍니다.

3. 신바이오틱스 배합 (장내 유산균의 활성화에 도움이 되는 3세대 유산균)

: 프로바이오틱스와 프리바이오틱스가 서로 시너지 효과를 내도록 조합

→ 프로바이오틱스 : 투입된 유산균 (Lactobacillus acidophilus, Lactobacillus bulgaricus, Bifidobacterium longum)

→ 프리바이오틱스 : 유산균의 먹이원 프락토올리고당

4. 레드비트농축분말 : 항산화 성분이 풍부

5. 건조효모 아연 : 적절한 갑상선 기능에 필수적 성분
6. 양배추추출분말 : 각종 영양분이 많고 위 건강에 도움을 준다고 알려져 인기가 많은 식품으로 하루 20mg의 소량으로 과대섭취 걱정없이 안전하게 섭취할 수 있습니다.
7. 세븐베리농축분말 : 항산화가 풍부한 베리류 (블랙베리, 블랙커런트, 블루베리, 스트로베리, 라즈베리, 크랜베리, 아사이주스)

 

]]>
<![CDATA[더이로운 혈액생성엔 철분]]> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; line-height: 1.6; color: #333; padding: 40px 20px; } .container { max-width: 900px; margin: 0 auto; background: #ffffff; border-radius: 12px; overflow: hidden; } .header { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); color: white; padding: 30px; text-align: center; position: relative; } .header::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: #3498db; border-radius: 2px; } .header h1 { font-size: 28px; font-weight: 300; letter-spacing: -0.5px; margin-bottom: 8px; } .header .subtitle { font-size: 14px; opacity: 0.8; font-weight: 300; } .content { padding: 40px; } .section { margin-bottom: 40px; } .section:last-child { margin-bottom: 0; } .section-title { font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid #ecf0f1; display: flex; align-items: center; gap: 8px; } .section-title::before { content: ''; width: 4px; height: 16px; background: #3498db; border-radius: 2px; } .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 20px; } .info-card { background: #f8f9fa; padding: 20px; border-radius: 8px; border: 1px solid #e9ecef; transition: all 0.3s ease; } .info-card:hover { border-color: #3498db; box-shadow: 0 2px 8px rgba(52, 152, 219, 0.1); } .info-card-label { font-size: 12px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; font-weight: 500; } .info-card-value { font-size: 18px; font-weight: 600; color: #2c3e50; } .ingredients-section { background: #f8f9fa; padding: 25px; border-radius: 8px; border: 1px solid #e9ecef; } .ingredients-list { margin-bottom: 15px; line-height: 1.8; color: #495057; } .allergy-warning { background: #fff5f5; border: 1px solid #fed7d7; color: #c53030; padding: 12px 16px; border-radius: 6px; font-weight: 500; display: flex; align-items: center; gap: 8px; } .allergy-warning::before { content: '⚠️'; font-size: 16px; } .coating-info { margin-top: 15px; padding: 12px 16px; background: #f1f3f5; border-radius: 6px; font-size: 14px; color: #6c757d; } .method-card { background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%); padding: 25px; border-radius: 8px; border: 1px solid #e1f5fe; } .method-card p { font-size: 16px; color: #1565c0; font-weight: 500; } .precautions-list { background: #faf5ff; padding: 25px; border-radius: 8px; border: 1px solid #f3e8ff; } .precautions-list ol { list-style: none; counter-reset: precaution-counter; } .precautions-list li { counter-increment: precaution-counter; margin-bottom: 12px; padding-left: 32px; position: relative; line-height: 1.6; color: #4a5568; } .precautions-list li::before { content: counter(precaution-counter); position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #9f7aea; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; } .storage-card { background: #f0fdf4; padding: 25px; border-radius: 8px; border: 1px solid #dcfce7; } .storage-card p { color: #166534; font-weight: 500; } .nutrition-section { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #e5e7eb; margin-bottom: 1px; } .benefit-box { background: white; padding: 25px; } .benefit-box h3 { font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .benefit-box h3::before { content: '•'; color: #3b82f6; font-size: 20px; } .benefit-box ul { list-style: none; } .benefit-box li { margin-bottom: 8px; padding-left: 16px; position: relative; color: #6b7280; } .benefit-box li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .daily-intake { background: #f3f4f6; padding: 20px 25px; text-align: center; font-size: 16px; font-weight: 600; color: #374151; margin-bottom: 1px; } .nutrition-table { width: 100%; border-collapse: collapse; background: white; } .nutrition-table th { background: #f9fafb; padding: 15px; text-align: left; font-weight: 600; color: #374151; border-bottom: 1px solid #e5e7eb; font-size: 14px; } .nutrition-table td { padding: 15px; border-bottom: 1px solid #f3f4f6; color: #6b7280; } .nutrition-table tr:last-child td { border-bottom: none; } .functional-section { background: #f0f9ff; padding: 25px; border-radius: 8px; border: 1px solid #e0f2fe; } .functional-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; } .functional-text { flex: 1; min-width: 200px; } .functional-amount { font-size: 24px; font-weight: 700; color: #0369a1; background: white; padding: 12px 24px; border-radius: 6px; border: 2px solid #e0f2fe; } .disclaimer { margin-top: 15px; font-size: 12px; color: #6b7280; font-style: italic; } .intro-section { background: linear-gradient(135deg, #fff7ed 0%, #fed7aa 100%); padding: 30px; border-radius: 8px; border: 1px solid #fdba74; margin-bottom: 30px; } .intro-section p { font-size: 12px; line-height: 1.8; color: #7c2d12; margin-bottom: 12px; } .intro-section p:last-child { margin-bottom: 0; } .sub-ingredients { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .sub-ingredient-card { background: white; padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; transition: all 0.3s ease; height: 100%; } .sub-ingredient-card:hover { border-color: #ea580c; box-shadow: 0 2px 8px rgba(234, 88, 12, 0.1); transform: translateY(-2px); } .sub-ingredient-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; } .sub-ingredient-name { font-size: 16px; font-weight: 600; color: #2c3e50; line-height: 1.3; } .sub-ingredient-percentage { font-size: 16px; font-weight: 700; color: #ea580c; background: #fff7ed; padding: 6px 12px; border-radius: 20px; min-width: 60px; text-align: center; } .sub-ingredient-desc { font-size: 14px; color: #6b7280; line-height: 1.6; margin-bottom: 15px; } .sub-ingredient-sources { font-size: 12px; color: #9ca3af; font-style: italic; background: #f9fafb; padding: 10px; border-radius: 4px; } .detailed-ingredients { margin-top: 30px; } .detailed-section { padding: 25px; border-radius: 8px; border: 1px solid #e5e7eb; margin-bottom: 20px; } .detailed-section:nth-child(1) { background: #fef2f2; border-color: #fecaca; } .detailed-section:nth-child(2) { background: #f0fdf4; border-color: #bbf7d0; } .detailed-section:nth-child(3) { background: #fef3c7; border-color: #fde68a; } .detailed-section:nth-child(4) { background: #ecfdf5; border-color: #a7f3d0; } .detailed-title { font-size: 18px; font-weight: 600; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .detailed-title { color: #dc2626; } .detailed-section:nth-child(2) .detailed-title { color: #16a34a; } .detailed-section:nth-child(3) .detailed-title { color: #d97706; } .detailed-section:nth-child(4) .detailed-title { color: #059669; } .detailed-title::before { font-size: 20px; } .enzyme-subsection { margin-bottom: 25px; } .enzyme-subsection:last-child { margin-bottom: 0; } .enzyme-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .enzyme-title { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title { color: #d97706; } .detailed-section:nth-child(4) .enzyme-title { color: #059669; } .enzyme-title-highlight { padding: 4px 8px; border-radius: 4px; font-size: 14px; font-weight: 500; } .detailed-section:nth-child(1) .enzyme-title-highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .enzyme-title-highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .enzyme-title-highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .enzyme-title-highlight { background: #a7f3d0; color: #059669; } .enzyme-description { font-size: 14px; color: #6b7280; line-height: 1.7; margin-bottom: 15px; } .research-areas { background: white; padding: 15px; border-radius: 6px; border-left: 4px solid #dc2626; margin-bottom: 15px; } .research-title { font-size: 14px; font-weight: 600; color: #dc2626; margin-bottom: 10px; } .research-list { display: flex; flex-wrap: wrap; gap: 8px; } .research-tag { background: #fef2f2; color: #dc2626; padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 500; } .mechanism-section { background: white; padding: 20px; border-radius: 6px; border: 1px solid #f3f4f6; margin-bottom: 15px; } .mechanism-title { font-size: 16px; font-weight: 600; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .detailed-section:nth-child(1) .mechanism-title { color: #dc2626; } .detailed-section:nth-child(2) .mechanism-title { color: #16a34a; } .detailed-section:nth-child(3) .mechanism-title { color: #d97706; } .detailed-section:nth-child(4) .mechanism-title { color: #059669; } .mechanism-title::before { font-size: 16px; } .mechanism-content { font-size: 14px; color: #6b7280; line-height: 1.7; } .enzyme-list { list-style: none; margin-left: 0; } .enzyme-list li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 14px; color: #6b7280; line-height: 1.6; } .enzyme-list li::before { content: '▸'; position: absolute; left: 0; font-weight: bold; } .detailed-section:nth-child(1) .enzyme-list li::before { color: #dc2626; } .detailed-section:nth-child(2) .enzyme-list li::before { color: #16a34a; } .detailed-section:nth-child(3) .enzyme-list li::before { color: #d97706; } .detailed-section:nth-child(4) .enzyme-list li::before { color: #059669; } .research-results { background: #eff6ff; padding: 15px; border-radius: 6px; border: 1px solid #dbeafe; margin-top: 12px; } .research-results-title { font-size: 14px; font-weight: 600; color: #1e40af; margin-bottom: 8px; } .research-data { font-size: 13px; color: #64748b; } .fermented-maca-effects { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; } .effect-card { background: white; padding: 15px; border-radius: 6px; border: 1px solid #e5e7eb; } .effect-title { font-size: 14px; font-weight: 600; color: #059669; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; } .effect-title::before { content: '✓'; color: #059669; } .effect-desc { font-size: 13px; color: #6b7280; line-height: 1.5; } .highlight { padding: 2px 6px; border-radius: 3px; font-weight: 500; } .detailed-section:nth-child(1) .highlight { background: #fecaca; color: #dc2626; } .detailed-section:nth-child(2) .highlight { background: #bbf7d0; color: #16a34a; } .detailed-section:nth-child(3) .highlight { background: #fde68a; color: #d97706; } .detailed-section:nth-child(4) .highlight { background: #a7f3d0; color: #059669; } @media (max-width: 768px) { .content { padding: 25px; } .benefits-grid { grid-template-columns: 1fr; } .functional-content { flex-direction: column; text-align: center; } .functional-amount { align-self: stretch; } }

더이로운 혈액생성엔 철분

빈혈이 걱정된다면 혈액생성을 위한 철분 보충제
식품의 유형
건강기능식품

철분손실량이 많은 여성과 임산부를 위한 혈액생성에 도움을 주는 3중 기능성 건강기능식품입니다. 철분과 함께 흡수율을 높이기 위해 비타민C를 함께 구성하였습니다. 자연 유래 성분을 발효 공정을 활용하여 조화롭게 배합한 제품으로, 건강기능식품의 섭취를 도와줍니다.

원료명 및 함량

철(스페인), 구리(미국), 비타민C(영국), 현미발효(국산), 판크레아스파우더(중국), 대두발효효소나토키나제(대두:국산/나토배양물분말:미국,인도), 대두발효(국산), 보리발효(국산), 율무발효(국산), 파인애플추출분말(태국), 파파야추출분말(중국), Lactobacillus fermentum ME-3(프랑스)

대두, 밀, 우유 함유
섭취방법

1일 1회, 1회 3정을 충분한 물과 함께 섭취하십시오.

섭취 시 주의사항
  1. 임산부, 수유부는 복용 전 전문가와 상담하십시오.

  2. 질환이 있거나 의약품 복용 시 전문가와 상담하십시오.

  3. 이상사례 발생 시 섭취를 중단하고 전문가와 상담하시기 바랍니다.

보관방법

직사광선을 받지 아니하는 서늘한 곳에서 보관하시고, 어린이의 손에 닿지 않도록 주의하시기 바랍니다.

영양·기능정보

  • 체내 산소운반과 혈액생성에 필요
  • 에너지 생성에 필요

구리

  • 철의 운반과 이용에 필요
  • 유해산소로부터 세포를 보호하는데 필요

비타민C

  • 결합조직 형성과 기능 유지에 필요
  • 철의 흡수에 필요
  • 항산화 작용을 하여 유해산소로부터 세포를 보호하는데 필요
1일 섭취량 : 3정 (2,700 mg)
1일 섭취량당 함량 영양성분 기준치
열량 0 kcal  
탄수화물 0g 0%
단백질 0g 0%
지방 0g 0%
나트륨 0mg 0%
15mg 125%
구리 7mg 875%
비타민C 1,000mg 1,000%
※ 영양성분 기준치는 1일 영양성분 기준치에 대한 비율임
엄선한 부원료 배합
뉴트라자임 울트라(효소식품)
 
아밀라아제, 프로테아제, 글루코 아밀라아제, 리파아제, 브로멜라인, 락타아제, 말타아제, 셀룰라아제 등 다양한 소화 효소를 포함한 효소 복합물입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
대두발효효소나토키나제K2
 
일본의 전통 발효 식품인 '낫토'에서 추출한 낫토균(Bacillus natto)이 콩을 발효시키면서 만들어내는 효소입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
파브자임블렌드(효소식품)
 
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
비타민K2
 
파인애플·파파야 등 식물성 단백질분해효소를 배합한 효소 원료입니다. 식물 유래 발효 성분을 활용한 단백질 효소 블렌드입니다.
파인애플추출분말(태국), 파파야추출분말(중국)
유산균3종혼합분말

 

 
유산균 3가지 종을 혼합한 분말 (프로바이오틱스)로 여러 종의 유산균을 함께 섭취하여 장내 다양한 부위에 작용하여 균형 잡힌 장 환경에 도움을 줄 수 있습니다.
파인애플추출분말(태국), 파파야추출분말(중국)
ME-3 G 유산균
2%
Lactobacillus fermentum ME-3 균주와 카무트를 사용한 프로바이오틱스 제품입니다.
Lactobacillus fermentum ME-3(프랑스), 카무트(캐나다)
주의사항

본 제품은 질병의 예방 및 치료를 위한 의약품이 아닙니다.

]]>
<![CDATA[더블뷰티 글루타치온 & 콜라겐]]>








 








 

]]>
<![CDATA[에센셜프로틴 식물성단백질 곡물맛 500g]]>













 








 

]]>
<![CDATA[에센셜프로틴 식물성단백질 코코아맛 500g]]>













 








 

]]>
<![CDATA[브이핏티]]>








 








 

]]>
<![CDATA[송이가득]]>



 

 







 

]]>
<![CDATA[알이에프(R.E.F) 관절&면역365]]>



 

]]>
<![CDATA[더이로운 소분 상품 배송비]]> 해나눔에서 소분되어 배송되는 더이로운 소분 상품 배송비입니다.

]]>