#dotasia-product-content { all: initial; display: block !important; font-family: ‘Noto Sans KR’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif !important; color: #1a1a1a !important; background: #ffffff !important; }
#dotasia-product-content * { all: unset; display: revert; box-sizing: border-box !important; }
#dotasia-product-content .hdt-hidden, #dotasia-product-content hdt-modal { display: none !important; }
#dotasia-product-content img { display: block !important; max-width: 100% !important; height: auto !important; }
/* Typography */
#dotasia-product-content .dotasia-hero-title { font-size: 32px !important; font-weight: 700 !important; line-height: 1.3 !important; color: #1a1a1a !important; margin-bottom: 16px !important; }
#dotasia-product-content .dotasia-hero-subtitle { font-size: 20px !important; font-weight: 500 !important; line-height: 1.5 !important; color: #2c2c2c !important; margin-bottom: 24px !important; }
#dotasia-product-content .dotasia-section-title { font-size: 24px !important; font-weight: 700 !important; line-height: 1.4 !important; color: #1a1a1a !important; margin-bottom: 20px !important; text-align: center !important; }
#dotasia-product-content .dotasia-feature-title { font-size: 18px !important; font-weight: 700 !important; line-height: 1.4 !important; color: #1a1a1a !important; margin-bottom: 8px !important; }
#dotasia-product-content .dotasia-body-text { font-size: 16px !important; font-weight: 400 !important; line-height: 1.8 !important; color: #2c2c2c !important; }
#dotasia-product-content .dotasia-highlight { font-size: 18px !important; font-weight: 700 !important; color: #1a1a1a !important; background: linear-gradient(transparent 60%, #fff3e0 60%) !important; padding: 2px 4px !important; }
/* Layout */
#dotasia-product-content .dotasia-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; }
#dotasia-product-content .dotasia-section { padding: 60px 0 !important; }
#dotasia-product-content .dotasia-hero-section { background: linear-gradient(180deg, #f8f8f8 0%, #ffffff 100%) !important; padding: 40px 0 !important; text-align: center !important; }
/* Feature Cards */
#dotasia-product-content .dotasia-features-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 20px !important; margin: 40px 0 !important; }
#dotasia-product-content .dotasia-feature-card { background: #fafafa !important; border-radius: 16px !important; padding: 24px !important; border: 1px solid #e8e8e8 !important; transition: all 0.3s ease !important; }
#dotasia-product-content .dotasia-feature-card:hover { border-color: #f24331 !important; transform: translateY(-2px) !important; }
#dotasia-product-content .dotasia-feature-icon { font-size: 32px !important; margin-bottom: 12px !important; }
/* Scenario Cards */
#dotasia-product-content .dotasia-scenario-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; margin: 32px 0 !important; }
#dotasia-product-content .dotasia-scenario-card { background: #ffffff !important; border: 2px solid #e8e8e8 !important; border-radius: 12px !important; padding: 20px !important; text-align: center !important; }
#dotasia-product-content .dotasia-scenario-emoji { font-size: 28px !important; margin-bottom: 8px !important; }
#dotasia-product-content .dotasia-scenario-text { font-size: 16px !important; font-weight: 600 !important; color: #2c2c2c !important; }
/* Info Table */
#dotasia-product-content .dotasia-info-table { width: 100% !important; margin: 32px 0 !important; background: #ffffff !important; border-radius: 12px !important; overflow: hidden !important; border: 1px solid #e8e8e8 !important; }
#dotasia-product-content .dotasia-info-row { display: flex !important; padding: 20px !important; border-bottom: 1px solid #e8e8e8 !important; }
#dotasia-product-content .dotasia-info-row:last-child { border-bottom: none !important; }
#dotasia-product-content .dotasia-info-label { flex: 0 0 120px !important; font-size: 16px !important; font-weight: 600 !important; color: #757575 !important; }
#dotasia-product-content .dotasia-info-value { flex: 1 !important; font-size: 16px !important; font-weight: 500 !important; color: #1a1a1a !important; }
/* Badge */
#dotasia-product-content .dotasia-badge { display: inline-block !important; background: #f24331 !important; color: #ffffff !important; padding: 6px 16px !important; border-radius: 20px !important; font-size: 14px !important; font-weight: 600 !important; margin: 8px 4px !important; }
#dotasia-product-content .dotasia-badge-secondary { background: #fff3e0 !important; color: #f24331 !important; }
/* Special Box */
#dotasia-product-content .dotasia-special-box { background: linear-gradient(135deg, #fff8f0 0%, #fff3e0 100%) !important; border-radius: 20px !important; padding: 32px !important; margin: 40px 0 !important; text-align: center !important; border: 2px solid #ffe0b2 !important; }
/* Desktop Styles */
@media (min-width: 768px) {
#dotasia-product-content .dotasia-hero-title { font-size: 42px !important; }
#dotasia-product-content .dotasia-hero-subtitle { font-size: 24px !important; }
#dotasia-product-content .dotasia-section-title { font-size: 28px !important; }
#dotasia-product-content .dotasia-feature-title { font-size: 20px !important; }
#dotasia-product-content .dotasia-body-text { font-size: 18px !important; }
#dotasia-product-content .dotasia-features-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 24px !important; }
#dotasia-product-content .dotasia-scenario-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 20px !important; }
#dotasia-product-content .dotasia-section { padding: 80px 0 !important; }
#dotasia-product-content .dotasia-hero-section { padding: 60px 0 !important; }
#dotasia-product-content .dotasia-container { padding: 0 24px !important; }
#dotasia-product-content .dotasia-info-label { flex: 0 0 140px !important; }
}
/* Divider */
#dotasia-product-content .dotasia-divider { height: 1px !important; background: #e8e8e8 !important; margin: 40px 0 !important; }
🍐 해태 갈아만든배 238ml 12개입
시원하고 달콤한 배의 진한 맛을 그대로 담았어요
가성비 최고
12개입 세트
✨ 왜 갈아만든배를 선택해야 할까요?
진짜 배를 갈아 만든
국산 배를 통째로 갈아 만들어 과육의 식감까지 살아있어요
시원한 갈증 해소
목이 칼칼할 때, 갈증날 때 시원하게 한 캔!
센스있는 선물
12개입 세트로 가족, 친구들과 나눠 마시기 좋아요
🎯 이럴 때 딱이에요!
수분 보충
입가심
시원하게
부드럽게
📋 제품 정보
🌟 특별한 혜택
12개입 대용량으로 가성비 최고!
온 가족이 함께 즐기는 건강한 음료
🍐 진짜 배의 영양 그대로
💛 달콤하고 시원한 맛
✨ 목 넘김이 부드러워요
🏆 해태, 믿고 마시는 브랜드
오랜 시간 사랑받아온 해태음료의 스테디셀러
갈아만든 시리즈의 대표 제품
dotAsia가 엄선한 프리미엄 음료 컬렉션
품질과 맛, 모두 만족시켜드립니다
.dotasia-faq-section {
margin: 40px 0 !important;
padding: 0 20px !important;
font-family: ‘Noto Sans KR’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif !important;
}
.dotasia-faq-title {
font-size: 24px !important;
font-weight: 700 !important;
color: #1a1a1a !important;
margin-bottom: 24px !important;
text-align: center !important;
display: block !important;
font-family: ‘Noto Sans KR’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif !important;
}
.dotasia-faq-list {
max-width: 800px !important;
margin: 0 auto !important;
}
.dotasia-faq-item {
background: #ffffff !important;
border: 1px solid #e5e7eb !important;
border-radius: 12px !important;
margin-bottom: 12px !important;
overflow: hidden !important;
}
.dotasia-faq-item summary {
padding: 20px !important;
font-size: 16px !important;
font-weight: 600 !important;
color: #1a1a1a !important;
cursor: pointer !important;
list-style: none !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
font-family: ‘Noto Sans KR’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif !important;
}
.dotasia-faq-item summary::-webkit-details-marker {
display: none !important;
}
.dotasia-faq-item summary::after {
content: ‘+’ !important;
font-size: 20px !important;
color: #f24430 !important;
font-weight: 600 !important;
}
.dotasia-faq-item[open] summary::after {
content: ‘−’ !important;
color: #f24430 !important;
}
.dotasia-faq-item[open] summary {
background: #fff8f5 !important;
border-bottom: 1px solid #f24430 !important;
}
.dotasia-faq-answer {
padding: 20px !important;
font-size: 15px !important;
color: #4b5563 !important;
line-height: 1.8 !important;
background: #ffffff !important;
font-family: ‘Noto Sans KR’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif !important;
}
.dotasia-faq-answer a {
color: #f24430 !important;
text-decoration: underline !important;
font-weight: 500 !important;
}
.dotasia-faq-answer a:hover {
color: #d93a2a !important;
}
해태 갈아만든배 238ml 12개입 (선물용)은 어떻게 마시나요?
이 배 음료로 만들 수 있는 음식이 있나요?
갈아만든배와 함께 먹으면 좋은 음식은 무엇인가요?
개봉 후 보관 방법과 유통기한은 어떻게 되나요?
{
«@context»: «https://schema.org»,
«@type»: «FAQPage»,
«mainEntity»: [
{
«@type»: «Question»,
«name»: «해태 갈아만든배 238ml 12개입 (선물용)은 어떻게 마시나요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «캔을 열어서 바로 마실 수 있는 음료입니다. 냉장고에서 차갑게 보관했다가 시원하게 드시면 더욱 맛있습니다. 말라가 한인마트에서도 인기가 높은 제품으로, 운동 후나 목이 마를 때 언제든지 드실 수 있습니다.»
}
},
{
«@type»: «Question»,
«name»: «이 배 음료로 만들 수 있는 음식이 있나요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «이 제품을 활용해 배 화채나 배 젤리를 만들 수 있습니다. 세비야 한인마트 고객들은 요거트와 섞어 배 스무디를 만들거나, 얼음과 함께 갈아서 배 빙수를 만들어 드시기도 합니다.»
}
},
{
«@type»: «Question»,
«name»: «갈아만든배와 함께 먹으면 좋은 음식은 무엇인가요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «기름진 음식이나 고기 요리를 드신 후 입가심용으로 마시면 좋습니다. 마르세유 한인마트와 포르투갈 한인마트에서는 고향의 맛을 그리워하는 분들이 한식과 함께 자주 구매하십니다.»
}
},
{
«@type»: «Question»,
«name»: «개봉 후 보관 방법과 유통기한은 어떻게 되나요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «개봉 전에는 직사광선을 피해 서늘한 곳에 보관하시면 됩니다. 개봉 후에는 냉장 보관하시고 하루 이내에 드시는 것이 좋습니다. 바르셀로나 한인마트에서도 신선한 상태로 판매되고 있습니다.»
}
}
]
}



Valoraciones
No hay valoraciones aún.