/* CSS Reset and Base Styles */
.B4045-X3113-V2749_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.B4045-X3113-V2749_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    padding: 20px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Hero Section */
.B4045-X3113-V2749_hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    color: white !important;
    margin-bottom: 30px !important;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3) !important;
}

.B4045-X3113-V2749_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.B4045-X3113-V2749_subtitle {
    font-size: 18px !important;
    margin-bottom: 25px !important;
    opacity: 0.9 !important;
}

.B4045-X3113-V2749_price-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

.B4045-X3113-V2749_original-price {
    font-size: 20px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.B4045-X3113-V2749_sale-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffeb3b !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.B4045-X3113-V2749_discount {
    background: #ff4444 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.B4045-X3113-V2749_free-shipping {
    font-size: 18px !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 12px 25px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    backdrop-filter: blur(10px) !important;
}

/* Info Cards */
.B4045-X3113-V2749_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 40px !important;
}

.B4045-X3113-V2749_card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 2px solid #e3f2fd !important;
}

.B4045-X3113-V2749_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.B4045-X3113-V2749_card-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.B4045-X3113-V2749_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #1976d2 !important;
}

.B4045-X3113-V2749_card-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Section Titles */
.B4045-X3113-V2749_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #1976d2 !important;
    position: relative !important;
}

.B4045-X3113-V2749_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #667eea, #764ba2) !important;
    border-radius: 2px !important;
}

/* Details Section */
.B4045-X3113-V2749_details {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.B4045-X3113-V2749_detail-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border-left: 4px solid #667eea !important;
}

.B4045-X3113-V2749_detail-label {
    font-weight: 600 !important;
    color: #555 !important;
    flex-shrink: 0 !important;
}

.B4045-X3113-V2749_detail-value {
    font-weight: 500 !important;
    color: #333 !important;
    text-align: right !important;
}
/* Benefits Section */
.B4045-X3113-V2749_benefits {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}

.B4045-X3113-V2749_benefit-item {
    text-align: center !important;
    padding: 25px !important;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    border-radius: 12px !important;
    transition: transform 0.3s ease !important;
}

.B4045-X3113-V2749_benefit-item:hover {
    transform: scale(1.05) !important;
}

.B4045-X3113-V2749_benefit-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.B4045-X3113-V2749_benefit-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1976d2 !important;
}

/* Usage Guide */
.B4045-X3113-V2749_usage {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.B4045-X3113-V2749_step {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    padding: 25px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    border: 2px solid #e0e0e0 !important;
    transition: border-color 0.3s ease !important;
}

.B4045-X3113-V2749_step:hover {
    border-color: #667eea !important;
}

.B4045-X3113-V2749_step-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
}

.B4045-X3113-V2749_step-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.B4045-X3113-V2749_step-content p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}

/* Reviews Section */
.B4045-X3113-V2749_reviews {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.B4045-X3113-V2749_review-card {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border-left: 4px solid #ff9800 !important;
    transition: transform 0.3s ease !important;
}

.B4045-X3113-V2749_review-card:hover {
    transform: translateY(-3px) !important;
}

.B4045-X3113-V2749_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.B4045-X3113-V2749_review-rating {
    font-size: 16px !important;
}

.B4045-X3113-V2749_review-author {
    font-weight: 600 !important;
    color: #e65100 !important;
    font-size: 14px !important;
}

.B4045-X3113-V2749_review-text {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.5 !important;
    font-style: italic !important;
}

/* Features Section */
.B4045-X3113-V2749_features {
    background: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_features-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.B4045-X3113-V2749_feature-box {
    position: relative !important;
    background: linear-gradient(135deg, #e8f5e8 0%, #c8e6c9 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid #4caf50 !important;
    transition: transform 0.3s ease !important;
}

.B4045-X3113-V2749_feature-box:hover {
    transform: scale(1.02) !important;
}

.B4045-X3113-V2749_feature-badge {
    position: absolute !important;
    top: -10px !important;
    right: 20px !important;
    background: #ff4444 !important;
    color: white !important;
    padding: 6px 12px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.B4045-X3113-V2749_feature-box h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #2e7d32 !important;
}

.B4045-X3113-V2749_feature-box p {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.5 !important;
}
/* Purchase Section */
.B4045-X3113-V2749_purchase {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.2) !important;
    border: 2px solid #ffc107 !important;
}

.B4045-X3113-V2749_purchase-box {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 30px !important;
    align-items: center !important;
}

.B4045-X3113-V2749_purchase-highlight h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #f57c00 !important;
}

.B4045-X3113-V2749_purchase-benefits {
    list-style: none !important;
}

.B4045-X3113-V2749_purchase-benefits li {
    font-size: 18px !important;
    margin-bottom: 12px !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.B4045-X3113-V2749_price-final {
    text-align: center !important;
    padding: 30px !important;
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.B4045-X3113-V2749_final-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1976d2 !important;
    margin-bottom: 10px !important;
}

.B4045-X3113-V2749_savings {
    font-size: 18px !important;
    color: #4caf50 !important;
    font-weight: 600 !important;
}

/* Footer */
.B4045-X3113-V2749_footer {
    background: linear-gradient(135deg, #263238 0%, #37474f 100%) !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-top: 20px !important;
}

.B4045-X3113-V2749_footer-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.B4045-X3113-V2749_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #81c784 !important;
}

.B4045-X3113-V2749_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}

.B4045-X3113-V2749_footer-section h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #81c784 !important;
    border-bottom: 2px solid #81c784 !important;
    padding-bottom: 8px !important;
}

.B4045-X3113-V2749_footer-section p {
    font-size: 14px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    color: #e0e0e0 !important;
}

.B4045-X3113-V2749_footer-section strong {
    color: white !important;
}

.B4045-X3113-V2749_footer-bottom {
    text-align: center !important;
    padding-top: 20px !important;
    border-top: 1px solid #555 !important;
    font-size: 14px !important;
    color: #bbb !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .B4045-X3113-V2749_wrapper {
        padding: 15px !important;
    }
    
    .B4045-X3113-V2749_hero {
        padding: 30px 20px !important;
    }
    
    .B4045-X3113-V2749_title {
        font-size: 24px !important;
    }
    
    .B4045-X3113-V2749_sale-price {
        font-size: 28px !important;
    }
    
    .B4045-X3113-V2749_price-container {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .B4045-X3113-V2749_info-cards {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_details-grid {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .B4045-X3113-V2749_usage-steps {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_reviews-grid {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_features-container {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_purchase-box {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .B4045-X3113-V2749_footer-info {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .B4045-X3113-V2749_step {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .B4045-X3113-V2749_detail-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
    }
}

@media (max-width: 480px) {
    .B4045-X3113-V2749_benefits-grid {
        grid-template-columns: 1fr !important;
    }
    
    .B4045-X3113-V2749_title {
        font-size: 20px !important;
    }
    
    .B4045-X3113-V2749_section-title {
        font-size: 22px !important;
    }
    
    .B4045-X3113-V2749_card {
        padding: 20px !important;
    }
    
    .B4045-X3113-V2749_details,
    .B4045-X3113-V2749_benefits,
    .B4045-X3113-V2749_usage,
    .B4045-X3113-V2749_reviews,
    .B4045-X3113-V2749_features,
    .B4045-X3113-V2749_purchase {
        padding: 25px !important;
    }
}