#dotasia-product-content { all: initial; display: block !important; font-family: ‘Noto Sans KR’, -apple-system, sans-serif !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 { background: #ffffff !important; color: #1a1a1a !important; }
/* Typography System */
#dotasia-product-content h2 { font-size: 32px !important; font-weight: 700 !important; color: #1a1a1a !important; margin: 0 0 24px 0 !important; display: block !important; }
#dotasia-product-content h3 { font-size: 24px !important; font-weight: 700 !important; color: #2c2c2c !important; margin: 0 0 16px 0 !important; display: block !important; }
#dotasia-product-content p { font-size: 16px !important; line-height: 1.8 !important; color: #2c2c2c !important; margin: 0 0 16px 0 !important; display: block !important; }
#dotasia-product-content strong { font-weight: 700 !important; color: #1a1a1a !important; }
/* Layout */
#dotasia-product-content .dotasia-container { max-width: 1200px !important; margin: 0 auto !important; padding: 40px 20px !important; }
#dotasia-product-content .dotasia-section { margin-bottom: 60px !important; }
/* Hero Section */
#dotasia-product-content .dotasia-hero { text-align: center !important; padding: 40px 20px !important; background: linear-gradient(180deg, #fef9f3 0%, #ffffff 100%) !important; border-radius: 20px !important; margin-bottom: 40px !important; }
#dotasia-product-content .dotasia-hero-badge { display: inline-block !important; background: #f24331 !important; color: white !important; padding: 6px 16px !important; border-radius: 20px !important; font-size: 14px !important; font-weight: 600 !important; margin-bottom: 16px !important; }
#dotasia-product-content .dotasia-hero-subtitle { font-size: 20px !important; color: #757575 !important; margin-bottom: 24px !important; font-weight: 500 !important; }
/* Feature Cards */
#dotasia-product-content .dotasia-features { display: grid !important; grid-template-columns: 1fr !important; gap: 20px !important; margin-bottom: 40px !important; }
#dotasia-product-content .dotasia-feature-card { background: #fafafa !important; border-radius: 16px !important; padding: 24px !important; text-align: center !important; border: 1px solid #e8e8e8 !important; }
#dotasia-product-content .dotasia-feature-icon { font-size: 36px !important; margin-bottom: 12px !important; display: block !important; }
#dotasia-product-content .dotasia-feature-title { font-size: 20px !important; font-weight: 700 !important; color: #1a1a1a !important; margin-bottom: 8px !important; display: block !important; }
#dotasia-product-content .dotasia-feature-desc { font-size: 15px !important; color: #757575 !important; line-height: 1.6 !important; }
/* Scenario Section */
#dotasia-product-content .dotasia-scenarios { background: #fff8f0 !important; border-radius: 16px !important; padding: 32px 24px !important; margin-bottom: 40px !important; }
#dotasia-product-content .dotasia-scenario-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
#dotasia-product-content .dotasia-scenario-item { display: flex !important; align-items: flex-start !important; margin-bottom: 20px !important; padding-left: 8px !important; }
#dotasia-product-content .dotasia-scenario-icon { font-size: 24px !important; margin-right: 16px !important; flex-shrink: 0 !important; }
#dotasia-product-content .dotasia-scenario-text { font-size: 17px !important; line-height: 1.7 !important; color: #2c2c2c !important; }
#dotasia-product-content .dotasia-scenario-text strong { background: #ffeb3b !important; padding: 2px 6px !important; border-radius: 4px !important; }
/* Info Table */
#dotasia-product-content .dotasia-info-table { background: white !important; border-radius: 12px !important; overflow: hidden !important; border: 1px solid #e8e8e8 !important; margin-bottom: 40px !important; }
#dotasia-product-content .dotasia-info-row { display: grid !important; grid-template-columns: 140px 1fr !important; border-bottom: 1px solid #f0f0f0 !important; }
#dotasia-product-content .dotasia-info-row:last-child { border-bottom: none !important; }
#dotasia-product-content .dotasia-info-label { background: #f8f8f8 !important; padding: 16px 20px !important; font-weight: 600 !important; font-size: 15px !important; color: #757575 !important; }
#dotasia-product-content .dotasia-info-value { padding: 16px 20px !important; font-size: 16px !important; color: #1a1a1a !important; }
/* Quality Section */
#dotasia-product-content .dotasia-quality { background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%) !important; border-radius: 20px !important; padding: 40px 24px !important; text-align: center !important; margin-bottom: 40px !important; }
#dotasia-product-content .dotasia-quality-badges { display: flex !important; justify-content: center !important; gap: 24px !important; flex-wrap: wrap !important; margin-top: 24px !important; }
#dotasia-product-content .dotasia-quality-badge { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 8px !important; }
#dotasia-product-content .dotasia-quality-icon { font-size: 32px !important; }
#dotasia-product-content .dotasia-quality-text { font-size: 14px !important; color: #757575 !important; font-weight: 500 !important; }
/* Brand Story */
#dotasia-product-content .dotasia-brand { text-align: center !important; padding: 40px 20px !important; background: #fafafa !important; border-radius: 16px !important; }
#dotasia-product-content .dotasia-brand-title { font-size: 24px !important; font-weight: 700 !important; margin-bottom: 16px !important; color: #1a1a1a !important; }
#dotasia-product-content .dotasia-brand-desc { font-size: 16px !important; line-height: 1.8 !important; color: #757575 !important; max-width: 600px !important; margin: 0 auto !important; }
/* Responsive */
@media (min-width: 768px) {
#dotasia-product-content h2 { font-size: 36px !important; }
#dotasia-product-content h3 { font-size: 28px !important; }
#dotasia-product-content p { font-size: 18px !important; }
#dotasia-product-content .dotasia-features { grid-template-columns: repeat(3, 1fr) !important; }
#dotasia-product-content .dotasia-info-row { grid-template-columns: 180px 1fr !important; }
}
@media (min-width: 1024px) {
#dotasia-product-content h2 { font-size: 42px !important; }
#dotasia-product-content .dotasia-container { padding: 60px 24px !important; }
}
농협 경기 안성쌀 4kg
🍚 경기도 안성의 깨끗한 자연에서 자란 명품 쌀
✨ 안성쌀을 선택해야 하는 이유
경기도 명품쌀
안성 지역 최고급 쌀
농협의 엄격한 품질관리
찰진 식감
윤기 나는 밥맛
쫄깃하고 구수한 맛
적당한 용량
4kg 실속 포장
신선함 유지 최적 용량
🍽️ 이럴 때 딱이에요!
-
매일 먹는 밥이 맛있어지길 원할 때 -
믿을 수 있는 농협 쌀을 찾을 때 -
김밥, 주먹밥 등 요리에 활용할 때 -
윤기 나는 하얀 쌀밥을 즐기고 싶을 때
📋 제품 정보
🏆 농협이 보증하는 품질
경기도 안성의 청정 지역에서 재배된 최상급 쌀만을 엄선했습니다
국내산 100%
농협 품질인증
프리미엄 등급
신선 포장
🌟 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;
}
농협 경기 안성쌀 4kg은 어떻게 밥을 지어야 하나요?
이 쌀로 만들 수 있는 요리는 무엇인가요?
이 제품과 잘 어울리는 반찬은 무엇인가요?
개봉 후 보관 방법과 유통기한은 어떻게 되나요?
{
«@context»: «https://schema.org»,
«@type»: «FAQPage»,
«mainEntity»: [
{
«@type»: «Question»,
«name»: «농협 경기 안성쌀 4kg은 어떻게 밥을 지어야 하나요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «쌀을 깨끗한 물에 2-3번 씻은 후 30분 정도 불린 다음 밥솥에 넣고 취사하면 됩니다. 물과 쌀의 비율은 1:1.2 정도가 적당하며, 벨기에 한인마트에서 구매하신 많은 고객들이 이 방법으로 맛있는 밥을 드시고 있습니다.»
}
},
{
«@type»: «Question»,
«name»: «이 쌀로 만들 수 있는 요리는 무엇인가요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «기본 밥은 물론 김밥, 주먹밥, 볶음밥, 리조또 등 다양한 요리가 가능합니다. 특히 찰진 식감이 좋아 김치볶음밥이나 새우볶음밥을 만들 때 훌륭한 결과를 얻을 수 있으며, 프랑스 한인마트 고객들 사이에서도 인기가 높습니다.»
}
},
{
«@type»: «Question»,
«name»: «이 제품과 잘 어울리는 반찬은 무엇인가요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «한국 전통 반찬인 김치, 불고기, 생선구이와 매우 잘 어울립니다. 또한 된장찌개나 김치찌개 같은 국물 요리와 함께 드시면 고향의 맛을 제대로 느낄 수 있으며, 말라가 한인마트에서도 이런 조합을 추천하고 있습니다.»
}
},
{
«@type»: «Question»,
«name»: «개봉 후 보관 방법과 유통기한은 어떻게 되나요?»,
«acceptedAnswer»: {
«@type»: «Answer»,
«text»: «개봉 후에는 밀폐용기에 담아 서늘하고 건조한 곳에 보관하시면 됩니다. 여름철에는 냉장보관을 권장하며, 개봉 후 2-3개월 내에 드시는 것이 좋습니다. DotAsia에서 신선하게 포장하여 배송하므로 품질을 오래 유지할 수 있습니다.»
}
}
]
}





Valoraciones
No hay valoraciones aún.