/* 전체 래퍼 스타일 */
.V0628-U8234-S0795_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* 메인 섹션 스타일 */
.V0628-U8234-S0795_main-section {
    margin-bottom: 40px !important;
    background: linear-gradient(135deg, #f8fffe 0%, #e6f7f1 100%) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

.V0628-U8234-S0795_product-header {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.V0628-U8234-S0795_category-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #4CAF50, #66BB6A) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3) !important;
}

.V0628-U8234-S0795_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2E7D32 !important;
    margin: 15px 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
}

.V0628-U8234-S0795_product-subtitle {
    font-size: 18px !important;
    color: #558B2F !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
}

/* 메인 콘텐츠 레이아웃 */
.V0628-U8234-S0795_main-content {
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

/* 이미지 섹션 */
.V0628-U8234-S0795_image-section {
    flex: 1 !important;
    max-width: 500px !important;
}

.V0628-U8234-S0795_main-image-container {
    margin-bottom: 15px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.V0628-U8234-S0795_main-image {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease !important;
}

.V0628-U8234-S0795_main-image:hover {
    transform: scale(1.05) !important;
}

.V0628-U8234-S0795_thumbnail-gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
}

.V0628-U8234-S0795_thumbnail {
    width: 100% !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.V0628-U8234-S0795_thumbnail:hover {
    border-color: #4CAF50 !important;
    transform: scale(1.1) !important;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4) !important;
}
/* 정보 섹션 */
.V0628-U8234-S0795_info-section {
    flex: 1 !important;
    min-width: 400px !important;
}

.V0628-U8234-S0795_product-info-card,
.V0628-U8234-S0795_ingredient-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #e8f5e8 !important;
}

.V0628-U8234-S0795_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2E7D32 !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.V0628-U8234-S0795_info-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 15px !important;
}

.V0628-U8234-S0795_info-item {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    padding: 15px !important;
    background: #f8fffe !important;
    border-radius: 10px !important;
    border-left: 4px solid #4CAF50 !important;
}

.V0628-U8234-S0795_info-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #558B2F !important;
}

.V0628-U8234-S0795_info-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2E7D32 !important;
}

/* 원재료 정보 */
.V0628-U8234-S0795_ingredient-content {
    text-align: center !important;
}

.V0628-U8234-S0795_ingredient-text {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}

.V0628-U8234-S0795_origin-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #FF9800, #FFB74D) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 10px rgba(255, 152, 0, 0.3) !important;
}

/* 특징 섹션 */
.V0628-U8234-S0795_features-section {
    margin: 50px 0 !important;
    padding: 40px !important;
    background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%) !important;
    border-radius: 20px !important;
}

.V0628-U8234-S0795_section-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.V0628-U8234-S0795_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2E7D32 !important;
    margin-bottom: 15px !important;
}

.V0628-U8234-S0795_story-text {
    font-size: 18px !important;
    color: #558B2F !important;
    font-weight: 400 !important;
}

.V0628-U8234-S0795_features-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.V0628-U8234-S0795_feature-card {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.V0628-U8234-S0795_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}
.V0628-U8234-S0795_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.V0628-U8234-S0795_feature-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2E7D32 !important;
    margin-bottom: 10px !important;
}

.V0628-U8234-S0795_feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 사용법 섹션 */
.V0628-U8234-S0795_usage-section {
    margin: 50px 0 !important;
}

.V0628-U8234-S0795_usage-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.V0628-U8234-S0795_usage-card,
.V0628-U8234-S0795_storage-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #e8f5e8 !important;
}

.V0628-U8234-S0795_usage-steps {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.V0628-U8234-S0795_step {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 15px !important;
    background: #f8fffe !important;
    border-radius: 10px !important;
    border-left: 4px solid #4CAF50 !important;
}

.V0628-U8234-S0795_step-number {
    background: linear-gradient(45deg, #4CAF50, #66BB6A) !important;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    flex-shrink: 0 !important;
}

.V0628-U8234-S0795_step-text {
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 !important;
}

/* 보관 팁 */
.V0628-U8234-S0795_storage-tips {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.V0628-U8234-S0795_tip {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    background: #f8fffe !important;
    border-radius: 8px !important;
}

.V0628-U8234-S0795_tip-icon {
    font-size: 20px !important;
    flex-shrink: 0 !important;
}

.V0628-U8234-S0795_tip-text {
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

/* 푸터 스타일 */
.V0628-U8234-S0795_footer {
    margin-top: 60px !important;
    background: linear-gradient(135deg, #2E7D32 0%, #388E3C 100%) !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.3) !important;
}

.V0628-U8234-S0795_footer-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.V0628-U8234-S0795_company-info {
    flex: 1 !important;
}

.V0628-U8234-S0795_company-name {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: white !important;
}

.V0628-U8234-S0795_contact-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.V0628-U8234-S0795_contact-item {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

.V0628-U8234-S0795_contact-label {
    font-size: 14px !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

.V0628-U8234-S0795_contact-value {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.V0628-U8234-S0795_footer-text {
    flex: 1 !important;
    text-align: right !important;
}

.V0628-U8234-S0795_footer-text p {
    font-size: 16px !important;
    opacity: 0.9 !important;
    margin: 0 !important;
    font-style: italic !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .V0628-U8234-S0795_wrapper {
        padding: 15px !important;
    }
    
    .V0628-U8234-S0795_main-section {
        padding: 20px !important;
    }
    
    .V0628-U8234-S0795_product-title {
        font-size: 24px !important;
    }
    
    .V0628-U8234-S0795_product-subtitle {
        font-size: 16px !important;
    }
    
    .V0628-U8234-S0795_main-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .V0628-U8234-S0795_image-section {
        max-width: 100% !important;
    }
    
    .V0628-U8234-S0795_info-section {
        min-width: auto !important;
    }
    
    .V0628-U8234-S0795_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V0628-U8234-S0795_features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .V0628-U8234-S0795_usage-container {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .V0628-U8234-S0795_footer-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .V0628-U8234-S0795_footer-text {
        text-align: center !important;
    }
    
    .V0628-U8234-S0795_thumbnail-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .V0628-U8234-S0795_product-title {
        font-size: 20px !important;
    }
    
    .V0628-U8234-S0795_story-heading {
        font-size: 20px !important;
    }
    
    .V0628-U8234-S0795_story-text {
        font-size: 16px !important;
    }
    
    .V0628-U8234-S0795_feature-card {
        padding: 20px 15px !important;
    }
    
    .V0628-U8234-S0795_usage-card,
    .V0628-U8234-S0795_storage-card {
        padding: 20px !important;
    }
    
    .V0628-U8234-S0795_footer {
        padding: 25px !important;
    }
}

/* 추가 인터랙션 효과 */
.V0628-U8234-S0795_product-info-card:hover,
.V0628-U8234-S0795_ingredient-card:hover,
.V0628-U8234-S0795_usage-card:hover,
.V0628-U8234-S0795_storage-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
    transition: all 0.3s ease !important;
}

.V0628-U8234-S0795_info-item:hover {
    background: #e8f5e8 !important;
    transition: background 0.3s ease !important;
}

/* 스크롤 애니메이션을 위한 기본 설정 */
.V0628-U8234-S0795_wrapper * {
    box-sizing: border-box !important;
}

/* 접근성 개선 */
.V0628-U8234-S0795_main-image:focus,
.V0628-U8234-S0795_thumbnail:focus {
    outline: 2px solid #4CAF50 !important;
    outline-offset: 2px !important;
}