/* 5칸도시락 공용 뚜껑 평면 - SmartStore 호환 CSS */
/* Product Code: V7021-Z8367-F5797 */

/* Wrapper */
.V7021-Z8367-F5797_wrapper {
    max-width: 860px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background: #fff !important;
}

/* Hero Section */
.V7021-Z8367-F5797_hero {
    background: #2E7D32 !important;
    padding: 50px 20px !important;
    text-align: center !important;
}

.V7021-Z8367-F5797_badge {
    display: inline-block !important;
    background: #81C784 !important;
    color: #1B5E20 !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.V7021-Z8367-F5797_title {
    font-size: 34px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 12px 0 !important;
}

.V7021-Z8367-F5797_subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 8px 0 !important;
}

.V7021-Z8367-F5797_spec {
    font-size: 14px !important;
    color: #81C784 !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* Image Sections */
.V7021-Z8367-F5797_main-image,
.V7021-Z8367-F5797_second-image,
.V7021-Z8367-F5797_third-image {
    padding: 30px 20px !important;
    background: #E8F5E9 !important;
}

.V7021-Z8367-F5797_image-card {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.V7021-Z8367-F5797_image-card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px !important;
}

/* Section Title */
.V7021-Z8367-F5797_section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2E7D32 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #2E7D32 !important;
}

/* Intro Section */
.V7021-Z8367-F5797_intro {
    padding: 40px 20px !important;
    background: #fff !important;
}

.V7021-Z8367-F5797_intro-text {
    font-size: 16px !important;
    color: #555 !important;
    text-align: center !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    line-height: 1.8 !important;
}

.V7021-Z8367-F5797_intro-text strong {
    color: #2E7D32 !important;
    font-weight: 700 !important;
}

/* Info Section */
.V7021-Z8367-F5797_info-section {
    padding: 40px 20px !important;
    background: #E8F5E9 !important;
}

.V7021-Z8367-F5797_info-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.V7021-Z8367-F5797_info-card {
    flex: 0 0 calc(50% - 6px) !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px 12px !important;
    text-align: center !important;
    border: 1px solid #C8E6C9 !important;
}

.V7021-Z8367-F5797_info-icon {
    font-size: 28px !important;
    margin-bottom: 8px !important;
}

.V7021-Z8367-F5797_info-label {
    font-size: 12px !important;
    color: #888 !important;
    margin-bottom: 4px !important;
}

.V7021-Z8367-F5797_info-value {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #2E7D32 !important;
}

/* Features Section */
.V7021-Z8367-F5797_features {
    padding: 40px 20px !important;
    background: #fff !important;
}

.V7021-Z8367-F5797_feature-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.V7021-Z8367-F5797_feature-card {
    flex: 0 0 calc(50% - 8px) !important;
    box-sizing: border-box !important;
    background: #E8F5E9 !important;
    border-radius: 12px !important;
    padding: 25px 15px !important;
    text-align: center !important;
    border: 1px solid #C8E6C9 !important;
}

.V7021-Z8367-F5797_feature-icon {
    font-size: 36px !important;
    margin-bottom: 12px !important;
}

.V7021-Z8367-F5797_feature-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2E7D32 !important;
    margin: 0 0 8px 0 !important;
}

.V7021-Z8367-F5797_feature-desc {
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Usage Section */
.V7021-Z8367-F5797_usage {
    padding: 40px 20px !important;
    background: #2E7D32 !important;
}

.V7021-Z8367-F5797_usage .V7021-Z8367-F5797_section-title {
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,0.3) !important;
}

.V7021-Z8367-F5797_usage-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.V7021-Z8367-F5797_usage-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

.V7021-Z8367-F5797_usage-num {
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background: #81C784 !important;
    color: #1B5E20 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.V7021-Z8367-F5797_usage-content h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #81C784 !important;
    margin: 0 0 5px 0 !important;
}

.V7021-Z8367-F5797_usage-content p {
    font-size: 14px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 !important;
}

/* Storage Section */
.V7021-Z8367-F5797_storage {
    padding: 40px 20px !important;
    background: #fff !important;
}

.V7021-Z8367-F5797_storage-box {
    background: #E8F5E9 !important;
    border-radius: 12px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    border: 2px dashed #2E7D32 !important;
}

.V7021-Z8367-F5797_storage-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
}

.V7021-Z8367-F5797_storage-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2E7D32 !important;
    margin: 0 0 8px 0 !important;
}

.V7021-Z8367-F5797_storage-sub {
    font-size: 14px !important;
    color: #666 !important;
    margin: 0 !important;
}

/* Reviews Section */
.V7021-Z8367-F5797_reviews {
    padding: 40px 20px !important;
    background: #E8F5E9 !important;
}

.V7021-Z8367-F5797_review-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.V7021-Z8367-F5797_review-card {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 20px !important;
    border: 1px solid #C8E6C9 !important;
}

.V7021-Z8367-F5797_review-stars {
    color: #FFC107 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.V7021-Z8367-F5797_review-text {
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.5 !important;
}

.V7021-Z8367-F5797_review-author {
    font-size: 13px !important;
    color: #2E7D32 !important;
    font-weight: 600 !important;
}

/* CTA Section */
.V7021-Z8367-F5797_cta {
    padding: 50px 20px !important;
    background: #2E7D32 !important;
    text-align: center !important;
}

.V7021-Z8367-F5797_cta-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 10px 0 !important;
}

.V7021-Z8367-F5797_cta-subtitle {
    font-size: 15px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 !important;
}

/* Footer */
.V7021-Z8367-F5797_footer {
    padding: 35px 20px !important;
    background: #1B5E20 !important;
    text-align: center !important;
}

.V7021-Z8367-F5797_footer-logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #81C784 !important;
    margin-bottom: 12px !important;
}

.V7021-Z8367-F5797_footer-tel {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 15px 0 !important;
}

.V7021-Z8367-F5797_footer-copy {
    font-size: 12px !important;
    color: rgba(255,255,255,0.5) !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .V7021-Z8367-F5797_title {
        font-size: 28px !important;
    }
    
    .V7021-Z8367-F5797_section-title {
        font-size: 20px !important;
    }
    
    .V7021-Z8367-F5797_info-card,
    .V7021-Z8367-F5797_feature-card {
        flex: 0 0 calc(50% - 6px) !important;
    }
    
    .V7021-Z8367-F5797_cta-title {
        font-size: 22px !important;
    }
}
