#dotasia-product-content .hdt-hidden, #dotasia-product-content hdt-modal { display: none !important; } #dotasia-product-content { width: 100% !important; background: #ffffff !important; color: #1a1a1a !important; } /* Typography System */ #dotasia-product-content .dotasia-hero-title { font-size: 32px !important; font-weight: 700 !important; color: #1a1a1a !important; line-height: 1.3 !important; margin-bottom: 16px !important; } #dotasia-product-content .dotasia-subtitle { font-size: 20px !important; font-weight: 500 !important; color: #2c2c2c !important; line-height: 1.5 !important; margin-bottom: 24px !important; } #dotasia-product-content .dotasia-section-title { font-size: 24px !important; font-weight: 700 !important; color: #1a1a1a !important; margin-bottom: 24px !important; line-height: 1.4 !important; } #dotasia-product-content .dotasia-body-text { font-size: 16px !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: #fff3e0 !important; padding: 4px 8px !important; border-radius: 4px !important; } /* Layout System */ #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; border-bottom: 1px solid #e8e8e8 !important; } #dotasia-product-content .dotasia-section:last-child { border-bottom: none !important; } /* Hero Section */ #dotasia-product-content .dotasia-hero { background: linear-gradient(180deg, #fff8f5 0%, #ffffff 100%) !important; padding: 40px 20px !important; text-align: center !important; } #dotasia-product-content .dotasia-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; } /* Feature Cards */ #dotasia-product-content .dotasia-features { display: grid !important; grid-template-columns: 1fr !important; gap: 20px !important; margin: 32px 0 !important; } #dotasia-product-content .dotasia-feature-card { background: #fafafa !important; border-radius: 12px !important; padding: 24px !important; text-align: center !important; transition: all 0.3s ease !important; } #dotasia-product-content .dotasia-feature-card:hover { background: #f5f5f5 !important; transform: translateY(-2px) !important; } #dotasia-product-content .dotasia-feature-icon { font-size: 36px !important; margin-bottom: 12px !important; } #dotasia-product-content .dotasia-feature-title { font-size: 18px !important; font-weight: 700 !important; color: #1a1a1a !important; margin-bottom: 8px !important; } #dotasia-product-content .dotasia-feature-desc { font-size: 15px !important; color: #757575 !important; line-height: 1.6 !important; } /* Scenario Cards */ #dotasia-product-content .dotasia-scenarios { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; margin: 32px 0 !important; } #dotasia-product-content .dotasia-scenario-card { background: white !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: 15px !important; font-weight: 600 !important; color: #2c2c2c !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: 32px 0 !important; } #dotasia-product-content .dotasia-info-row { display: flex !important; padding: 20px !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 { flex: 0 0 120px !important; font-weight: 600 !important; color: #757575 !important; font-size: 15px !important; } #dotasia-product-content .dotasia-info-value { flex: 1 !important; color: #1a1a1a !important; font-size: 16px !important; font-weight: 500 !important; } /* Tips Section */ #dotasia-product-content .dotasia-tips { background: #f8f9fa !important; border-radius: 12px !important; padding: 24px !important; margin: 32px 0 !important; } #dotasia-product-content .dotasia-tip-item { display: flex !important; align-items: flex-start !important; margin-bottom: 16px !important; } #dotasia-product-content .dotasia-tip-item:last-child { margin-bottom: 0 !important; } #dotasia-product-content .dotasia-tip-icon { font-size: 20px !important; margin-right: 12px !important; flex-shrink: 0 !important; } #dotasia-product-content .dotasia-tip-text { font-size: 15px !important; line-height: 1.6 !important; color: #2c2c2c !important; } /* Quality Badges */ #dotasia-product-content .dotasia-quality-badges { display: flex !important; flex-wrap: wrap !important; gap: 12px !important; justify-content: center !important; margin: 32px 0 !important; } #dotasia-product-content .dotasia-quality-badge { background: white !important; border: 2px solid #e8e8e8 !important; border-radius: 8px !important; padding: 12px 20px !important; font-size: 14px !important; font-weight: 600 !important; color: #2c2c2c !important; } /* Responsive Design */ @media (min-width: 768px) { #dotasia-product-content .dotasia-hero-title { font-size: 42px !important; } #dotasia-product-content .dotasia-subtitle { font-size: 24px !important; } #dotasia-product-content .dotasia-section-title { font-size: 28px !important; } #dotasia-product-content .dotasia-body-text { font-size: 18px !important; } #dotasia-product-content .dotasia-features { grid-template-columns: repeat(3, 1fr) !important; } #dotasia-product-content .dotasia-scenarios { grid-template-columns: repeat(4, 1fr) !important; } #dotasia-product-content .dotasia-container { padding: 0 40px !important; } #dotasia-product-content .dotasia-section { padding: 80px 0 !important; } #dotasia-product-content .dotasia-info-label { flex: 0 0 160px !important; } } @media (min-width: 1024px) { #dotasia-product-content .dotasia-hero-title { font-size: 48px !important; } #dotasia-product-content .dotasia-highlight { font-size: 20px !important; } }
종가집 맛김치 3kg 단지형
아삭한 식감과 깊은 맛의 정통 발효 김치
✨ 왜 종가집 맛김치를 선택해야 할까요?
정통 발효 기술
만든 프리미엄 김치
황금 숙성 상태
️ 이럴 때 딱이에요!
제품 정보
종가집만의 특별함
️ 품질 보증
종가집은 40년 전통의 김치 전문 브랜드로
한국의 맛을 세계에 전하고 있습니다
.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;
}
종가집 맛김치 3kg 단지형 – 냉장은 바로 먹을 수 있나요?
이 김치로 어떤 요리를 만들 수 있나요?
이 제품과 잘 어울리는 음식은 무엇인가요?
개봉 후 보관 방법과 유통기한은 어떻게 되나요?
{
«@context»: «https://schema.org»,
«@type»: «FAQPage»,
«mainEntity»: [
{
«@type»: «Question»,
«name»: «종가집 맛김치 3kg 단지형 – 냉장은 바로 먹을 수 있나요?»,
«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»: «냉장고에서 0-10도로 보관하시고 개봉 후 1개월 이내에 드시는 것이 좋습니다. 단지 뚜껑을 꼭 닫아 밀폐 보관하시면 신선함이 오래 유지됩니다. 발렌시아 한인마트 고객들도 대용량이라 한 달 정도 나누어 드신다고 합니다.»
}
}
]
}









Valoraciones
No hay valoraciones aún.