/* T5772-Q5352-S9740 쉐프원 장아찌소스 Style Sheet */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&family=Noto+Serif+KR:wght@400;600;700&display=swap');

/* Reset & Base */
.T5772_Q5352_S9740_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.T5772_Q5352_S9740_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
}

/* Hero Section */
.T5772_Q5352_S9740_hero {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #D2691E 100%) !important;
    padding: 50px 30px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 0 0 30px 30px !important;
}

.T5772_Q5352_S9740_hero_badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.T5772_Q5352_S9740_hero_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.T5772_Q5352_S9740_hero_subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 30px !important;
}

.T5772_Q5352_S9740_hero_image {
    margin-top: 20px !important;
}

.T5772_Q5352_S9740_hero_image img {
    max-width: 300px !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
}

/* Section Title */
.T5772_Q5352_S9740_section_title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #8B4513 !important;
}

/* Benefits Section */
.T5772_Q5352_S9740_benefits {
    padding: 50px 25px !important;
    background: #FDF5E6 !important;
}

.T5772_Q5352_S9740_benefits_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.T5772_Q5352_S9740_benefit_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(139,69,19,0.1) !important;
    transition: transform 0.3s ease !important;
}

.T5772_Q5352_S9740_benefit_card:hover {
    transform: translateY(-5px) !important;
}

.T5772_Q5352_S9740_benefit_icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.T5772_Q5352_S9740_benefit_title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.T5772_Q5352_S9740_benefit_desc {
    font-size: 14px !important;
    color: #666 !important;
}

/* Gallery Section */
.T5772_Q5352_S9740_product_gallery {
    padding: 50px 25px !important;
    background: #fff !important;
}

.T5772_Q5352_S9740_gallery_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
}

.T5772_Q5352_S9740_gallery_item img {
    width: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

/* Info Section */
.T5772_Q5352_S9740_info {
    padding: 50px 25px !important;
    background: #F5F5DC !important;
}

.T5772_Q5352_S9740_info_table {
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.T5772_Q5352_S9740_info_row {
    display: flex !important;
    border-bottom: 1px solid #eee !important;
}

.T5772_Q5352_S9740_info_row:last-child {
    border-bottom: none !important;
}

.T5772_Q5352_S9740_info_label {
    flex: 0 0 120px !important;
    background: #8B4513 !important;
    color: #fff !important;
    padding: 15px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.T5772_Q5352_S9740_info_value {
    flex: 1 !important;
    padding: 15px !important;
    font-size: 14px !important;
    color: #333 !important;
}

/* Usage Section */
.T5772_Q5352_S9740_usage {
    padding: 50px 25px !important;
    background: #fff !important;
}

.T5772_Q5352_S9740_usage_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
}

.T5772_Q5352_S9740_usage_card {
    background: linear-gradient(135deg, #FFF8DC 0%, #FFEFD5 100%) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid #DEB887 !important;
}

.T5772_Q5352_S9740_usage_icon {
    font-size: 36px !important;
    margin-bottom: 12px !important;
}

.T5772_Q5352_S9740_usage_title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 8px !important;
}

.T5772_Q5352_S9740_usage_desc {
    font-size: 13px !important;
    color: #666 !important;
}

/* Reviews Section */
.T5772_Q5352_S9740_reviews {
    padding: 50px 25px !important;
    background: #FAF0E6 !important;
}

.T5772_Q5352_S9740_reviews_grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
}

.T5772_Q5352_S9740_review_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.T5772_Q5352_S9740_review_rating {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    color: #D2691E !important;
}

.T5772_Q5352_S9740_review_text {
    font-size: 14px !important;
    color: #333 !important;
    margin-bottom: 12px !important;
    line-height: 1.5 !important;
}

.T5772_Q5352_S9740_review_author {
    font-size: 13px !important;
    color: #888 !important;
}

/* CTA Section */
.T5772_Q5352_S9740_cta {
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    text-align: center !important;
    color: #fff !important;
}

.T5772_Q5352_S9740_cta_title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.T5772_Q5352_S9740_cta_subtitle {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

/* Footer Section */
.T5772_Q5352_S9740_footer {
    background: #2C2C2C !important;
    padding: 40px 25px !important;
    color: #fff !important;
}

.T5772_Q5352_S9740_footer_content {
    text-align: center !important;
}

.T5772_Q5352_S9740_footer_logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.T5772_Q5352_S9740_footer_info {
    margin-bottom: 20px !important;
}

.T5772_Q5352_S9740_footer_info p {
    font-size: 14px !important;
    margin-bottom: 8px !important;
    color: #ccc !important;
}

.T5772_Q5352_S9740_footer_copyright {
    font-size: 12px !important;
    color: #888 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .T5772_Q5352_S9740_hero {
        padding: 40px 20px !important;
    }
    
    .T5772_Q5352_S9740_hero_title {
        font-size: 28px !important;
    }
    
    .T5772_Q5352_S9740_hero_subtitle {
        font-size: 16px !important;
    }
    
    .T5772_Q5352_S9740_hero_image img {
        max-width: 250px !important;
    }
    
    .T5772_Q5352_S9740_section_title {
        font-size: 20px !important;
    }
    
    .T5772_Q5352_S9740_benefits_grid,
    .T5772_Q5352_S9740_gallery_grid,
    .T5772_Q5352_S9740_usage_grid,
    .T5772_Q5352_S9740_reviews_grid {
        grid-template-columns: 1fr !important;
    }
    
    .T5772_Q5352_S9740_benefit_card,
    .T5772_Q5352_S9740_usage_card,
    .T5772_Q5352_S9740_review_card {
        padding: 20px !important;
    }
    
    .T5772_Q5352_S9740_info_row {
        flex-direction: column !important;
    }
    
    .T5772_Q5352_S9740_info_label {
        flex: none !important;
    }
    
    .T5772_Q5352_S9740_cta_title {
        font-size: 20px !important;
    }
    
    .T5772_Q5352_S9740_cta_subtitle {
        font-size: 14px !important;
    }
}
