/* G3834-F9017-W6824_style.css */
/* 기본 스타일 설정 */
.tks-container-G3834-F9017-W6824 * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    word-break: keep-all !important;
}

.tks-container-G3834-F9017-W6824 {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* 헤더 스타일 */
.tks-header-G3834-F9017-W6824 {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 20px !important;
    border-bottom: 2px solid #e1c34b !important;
}

.tks-product-title-G3834-F9017-W6824 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.tks-product-subtitle-G3834-F9017-W6824 {
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 20px !important;
}

/* 메인 이미지 스타일 */
.tks-main-image-G3834-F9017-W6824 {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto 40px auto !important;
    display: block !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

/* 제품 정보 스타일 */
.tks-product-info-G3834-F9017-W6824 {
    margin-bottom: 60px !important;
    padding: 30px !important;
    background-color: #f9f6e8 !important;
    border-radius: 12px !important;
}

.tks-info-title-G3834-F9017-W6824 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-info-icon-G3834-F9017-W6824 {
    margin-right: 10px !important;
    font-size: 24px !important;
}

.tks-info-grid-G3834-F9017-W6824 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 768px) {
    .tks-info-grid-G3834-F9017-W6824 {
        grid-template-columns: 1fr !important;
    }
}

.tks-info-item-G3834-F9017-W6824 {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-info-label-G3834-F9017-W6824 {
    flex: 0 0 100px !important;
    font-weight: 700 !important;
    color: #333333 !important;
}

.tks-info-value-G3834-F9017-W6824 {
    flex: 1 !important;
    color: #444444 !important;
}

/* 사용 방법 섹션 스타일 */
.tks-usage-section-G3834-F9017-W6824 {
    margin-bottom: 60px !important;
    padding: 30px !important;
    background-color: #fbf3d9 !important;
    border-radius: 12px !important;
}

.tks-usage-title-G3834-F9017-W6824 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-usage-steps-G3834-F9017-W6824 {
    counter-reset: step-counter !important;
}

.tks-usage-step-G3834-F9017-W6824 {
    position: relative !important;
    padding: 15px 15px 15px 60px !important;
    margin-bottom: 15px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-usage-step-G3834-F9017-W6824::before {
    content: counter(step-counter) !important;
    counter-increment: step-counter !important;
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #e1c34b !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 제품 특징 카드 스타일 */
.tks-features-section-G3834-F9017-W6824 {
    margin-bottom: 60px !important;
}

.tks-features-title-G3834-F9017-W6824 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-features-grid-G3834-F9017-W6824 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

@media (max-width: 768px) {
    .tks-features-grid-G3834-F9017-W6824 {
        grid-template-columns: 1fr !important;
    }
}

.tks-feature-card-G3834-F9017-W6824 {
    padding: 25px !important;
    background-color: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: transform 0.3s, box-shadow 0.3s !important;
}

.tks-feature-card-G3834-F9017-W6824:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
}

.tks-feature-icon-G3834-F9017-W6824 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #e1c34b !important;
    display: block !important;
    text-align: center !important;
}

.tks-feature-title-G3834-F9017-W6824 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.tks-feature-desc-G3834-F9017-W6824 {
    text-align: center !important;
    font-size: 16px !important;
    color: #666666 !important;
}

/* 요리 활용팁 섹션 스타일 */
.tks-recipes-section-G3834-F9017-W6824 {
    margin-bottom: 60px !important;
    padding: 30px !important;
    background-color: #f4f7e9 !important;
    border-radius: 12px !important;
}

.tks-recipes-title-G3834-F9017-W6824 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-recipe-item-G3834-F9017-W6824 {
    padding: 15px !important;
    margin-bottom: 15px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
}

.tks-recipe-emoji-G3834-F9017-W6824 {
    font-size: 24px !important;
    margin-right: 15px !important;
}

.tks-recipe-text-G3834-F9017-W6824 {
    flex: 1 !important;
}

/* 주의사항 섹션 스타일 */
.tks-caution-section-G3834-F9017-W6824 {
    margin-bottom: 60px !important;
    padding: 30px !important;
    background-color: #fff0f0 !important;
    border-radius: 12px !important;
}

.tks-caution-title-G3834-F9017-W6824 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
}

.tks-caution-item-G3834-F9017-W6824 {
    position: relative !important;
    padding: 15px 15px 15px 40px !important;
    margin-bottom: 15px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.tks-caution-item-G3834-F9017-W6824::before {
    content: "⚠️" !important;
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* 푸터 스타일 */
.tks-footer-G3834-F9017-W6824 {
    margin-top: 60px !important;
    padding: 30px !important;
    background-color: #f5f5f5 !important;
    border-radius: 12px !important;
    text-align: center !important;
}

.tks-footer-title-G3834-F9017-W6824 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.tks-footer-info-G3834-F9017-W6824 {
    font-size: 14px !important;
    color: #666666 !important;
    margin-bottom: 8px !important;
}

.tks-story-heading {
    font-size: 24px !important;
}

.tks-story-text {
    font-size: 18px !important;
}