/* Reset and Base Styles */
.L4129-U6884-C3628_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.L4129-U6884-C3628_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;
    min-height: 100vh !important;
    padding: 20px !important;
}

/* Hero Section */
.L4129-U6884-C3628_hero {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 60px !important;
    gap: 60px !important;
}

.L4129-U6884-C3628_hero-content {
    flex: 1 !important;
}

.L4129-U6884-C3628_product-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.L4129-U6884-C3628_hero-title {
    font-size: 48px !important;
    font-weight: 700 !important;    color: #2c3e50 !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.L4129-U6884-C3628_hero-subtitle {
    font-size: 18px !important;
    color: #7f8c8d !important;
    margin-bottom: 30px !important;
}

.L4129-U6884-C3628_price-section {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.L4129-U6884-C3628_original-price {
    font-size: 18px !important;
    color: #bdc3c7 !important;
    text-decoration: line-through !important;
}

.L4129-U6884-C3628_discount-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
}

.L4129-U6884-C3628_discount-badge {
    background: #e74c3c !important;
    color: white !important;
    padding: 4px 12px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.L4129-U6884-C3628_hero-image {
    flex: 1 !important;
    text-align: center !important;
}

.L4129-U6884-C3628_main-image {
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
    transition: transform 0.3s ease !important;
}

.L4129-U6884-C3628_main-image:hover {
    transform: scale(1.05) !important;
}

/* Features Section */
.L4129-U6884-C3628_features {
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 60px !important;
}

.L4129-U6884-C3628_section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}
.L4129-U6884-C3628_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.L4129-U6884-C3628_feature-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 40px !important;
    border-radius: 15px !important;
    text-align: center !important;
    color: white !important;
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.L4129-U6884-C3628_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4) !important;
}

.L4129-U6884-C3628_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.L4129-U6884-C3628_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.L4129-U6884-C3628_feature-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
}
/* Specifications Section */
.L4129-U6884-C3628_specifications {
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 60px !important;
}

.L4129-U6884-C3628_spec-container {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
}

.L4129-U6884-C3628_spec-image {
    flex: 1 !important;
}

.L4129-U6884-C3628_spec-img {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important;
}

.L4129-U6884-C3628_spec-details {
    flex: 1 !important;
}

.L4129-U6884-C3628_spec-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid #ecf0f1 !important;
}
.L4129-U6884-C3628_spec-item:last-child {
    border-bottom: none !important;
}

.L4129-U6884-C3628_spec-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.L4129-U6884-C3628_spec-value {
    font-size: 16px !important;
    color: #7f8c8d !important;
    font-weight: 500 !important;
}

/* Usage Guide Section */
.L4129-U6884-C3628_usage {
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 60px !important;
}

.L4129-U6884-C3628_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.L4129-U6884-C3628_usage-card {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 20px rgba(252, 182, 159, 0.3) !important;
    transition: transform 0.3s ease !important;
}
.L4129-U6884-C3628_usage-card:hover {
    transform: translateY(-3px) !important;
}

.L4129-U6884-C3628_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #e67e22 !important;
    margin-bottom: 15px !important;
}

.L4129-U6884-C3628_usage-text {
    font-size: 14px !important;
    color: #8e44ad !important;
    line-height: 1.6 !important;
}

/* Story Section */
.L4129-U6884-C3628_story {
    max-width: 1200px !important;
    margin: 0 auto 60px auto !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 60px !important;
    color: white !important;
}

.L4129-U6884-C3628_story-content {
    text-align: center !important;
}

.L4129-U6884-C3628_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
}

.L4129-U6884-C3628_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    opacity: 0.95 !important;
}
/* Footer Section */
.L4129-U6884-C3628_footer {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    padding: 40px !important;
    color: white !important;
}

.L4129-U6884-C3628_footer-content {
    text-align: center !important;
}

.L4129-U6884-C3628_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #f39c12 !important;
}

.L4129-U6884-C3628_footer-company {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.L4129-U6884-C3628_footer-contact,
.L4129-U6884-C3628_footer-email {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    opacity: 0.9 !important;
}
/* Responsive Design */
@media (max-width: 768px) {
    .L4129-U6884-C3628_wrapper {
        padding: 10px !important;
    }
    
    .L4129-U6884-C3628_hero {
        flex-direction: column !important;
        padding: 40px 30px !important;
        gap: 40px !important;
    }
    
    .L4129-U6884-C3628_hero-title {
        font-size: 32px !important;
        text-align: center !important;
    }
    
    .L4129-U6884-C3628_price-section {
        justify-content: center !important;
    }
    
    .L4129-U6884-C3628_spec-container {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .L4129-U6884-C3628_features,
    .L4129-U6884-C3628_specifications,
    .L4129-U6884-C3628_usage,
    .L4129-U6884-C3628_story,
    .L4129-U6884-C3628_footer {
        padding: 30px 20px !important;
        margin-bottom: 30px !important;
    }
    
    .L4129-U6884-C3628_section-title {
        font-size: 24px !important;
    }
    
    .L4129-U6884-C3628_features-grid,
    .L4129-U6884-C3628_usage-grid {
        grid-template-columns: 1fr !important;
    }
}