/* Reset and Base Styles */
.O9108-Y9108-T1077_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

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

/* Header Styles */
.O9108-Y9108-T1077_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 40px 20px !important;
    border-radius: 20px !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3) !important;
}

.O9108-Y9108-T1077_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;
}

.O9108-Y9108-T1077_subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 25px !important;
}

.O9108-Y9108-T1077_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.O9108-Y9108-T1077_original-price {
    font-size: 20px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.O9108-Y9108-T1077_current-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffeb3b !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.O9108-Y9108-T1077_discount {
    background: #ff4757 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.3) !important;
}

/* Image Styles */
.O9108-Y9108-T1077_image-section {
    margin: 40px 0 !important;
    text-align: center !important;
}

.O9108-Y9108-T1077_main-image,
.O9108-Y9108-T1077_secondary-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.O9108-Y9108-T1077_main-image:hover,
.O9108-Y9108-T1077_secondary-image:hover {
    transform: scale(1.02) !important;
}

/* Section Titles */
.O9108-Y9108-T1077_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    position: relative !important;
}

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

/* Info Section */
.O9108-Y9108-T1077_info-section {
    margin: 50px 0 !important;
}

.O9108-Y9108-T1077_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin: 30px 0 !important;
}

.O9108-Y9108-T1077_info-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid transparent !important;
}

.O9108-Y9108-T1077_info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    border-color: #667eea !important;
}

.O9108-Y9108-T1077_info-icon {
    font-size: 32px !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    border-radius: 50% !important;
    color: white !important;
    flex-shrink: 0 !important;
}

.O9108-Y9108-T1077_info-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.O9108-Y9108-T1077_info-label {
    font-size: 14px !important;
    color: #7f8c8d !important;
    font-weight: 500 !important;
}

.O9108-Y9108-T1077_info-value {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

/* Features Section */
.O9108-Y9108-T1077_features-section {
    margin: 50px 0 !important;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    color: white !important;
}

.O9108-Y9108-T1077_features-section .O9108-Y9108-T1077_section-title {
    color: white !important;
}

.O9108-Y9108-T1077_features-section .O9108-Y9108-T1077_section-title::after {
    background: rgba(255, 255, 255, 0.3) !important;
}

.O9108-Y9108-T1077_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin: 30px 0 !important;
}

.O9108-Y9108-T1077_feature-card {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: transform 0.3s ease !important;
}

.O9108-Y9108-T1077_feature-card:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.O9108-Y9108-T1077_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.O9108-Y9108-T1077_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: white !important;
}

.O9108-Y9108-T1077_feature-desc {
    font-size: 16px !important;
    line-height: 1.5 !important;
    opacity: 0.9 !important;
    color: white !important;
}

/* Usage Section */
.O9108-Y9108-T1077_usage-section {
    margin: 50px 0 !important;
}

.O9108-Y9108-T1077_usage-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
}

.O9108-Y9108-T1077_usage-card {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.3s ease !important;
}

.O9108-Y9108-T1077_usage-card:hover {
    transform: translateY(-5px) !important;
}

.O9108-Y9108-T1077_usage-step {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: 50px !important;
    height: 50px !important;
    background: #ff4757 !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(255, 71, 87, 0.4) !important;
}

.O9108-Y9108-T1077_usage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 20px 0 10px 0 !important;
    color: white !important;
}

.O9108-Y9108-T1077_usage-desc {
    font-size: 16px !important;
    line-height: 1.5 !important;
    opacity: 0.9 !important;
    color: white !important;
}

/* Storage Section */
.O9108-Y9108-T1077_storage-section {
    margin: 50px 0 !important;
    background: #f8f9fa !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    border-left: 5px solid #ffa726 !important;
}

.O9108-Y9108-T1077_storage-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.O9108-Y9108-T1077_storage-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.O9108-Y9108-T1077_storage-icon {
    font-size: 24px !important;
    width: 40px !important;
    flex-shrink: 0 !important;
}

.O9108-Y9108-T1077_storage-text {
    font-size: 16px !important;
    color: #2c3e50 !important;
    line-height: 1.5 !important;
}

/* Story Section */
.O9108-Y9108-T1077_story-section {
    margin: 50px 0 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 50px 40px !important;
    border-radius: 20px !important;
    color: white !important;
    text-align: center !important;
}

.O9108-Y9108-T1077_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

.O9108-Y9108-T1077_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    opacity: 0.95 !important;
    color: white !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* Reviews Section */
.O9108-Y9108-T1077_reviews-section {
    margin: 50px 0 !important;
}

.O9108-Y9108-T1077_reviews-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
}

.O9108-Y9108-T1077_review-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid transparent !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.O9108-Y9108-T1077_review-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #667eea, #764ba2) !important;
}

.O9108-Y9108-T1077_review-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
    border-color: #667eea !important;
}

.O9108-Y9108-T1077_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.O9108-Y9108-T1077_review-rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.O9108-Y9108-T1077_stars {
    font-size: 18px !important;
    letter-spacing: 2px !important;
}

.O9108-Y9108-T1077_rating-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #f39c12 !important;
    background: #fff3cd !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
}

.O9108-Y9108-T1077_reviewer-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
}

.O9108-Y9108-T1077_reviewer-name {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.O9108-Y9108-T1077_review-date {
    font-size: 14px !important;
    color: #7f8c8d !important;
}

.O9108-Y9108-T1077_review-content {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #34495e !important;
    background: #f8f9fa !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border-left: 4px solid #667eea !important;
    margin: 0 !important;
}

/* Footer Section */
.O9108-Y9108-T1077_footer {
    margin-top: 60px !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    color: white !important;
    text-align: center !important;
}

.O9108-Y9108-T1077_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #ecf0f1 !important;
}

.O9108-Y9108-T1077_footer-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.O9108-Y9108-T1077_footer-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 20px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
}

.O9108-Y9108-T1077_footer-label {
    font-weight: 600 !important;
    color: #bdc3c7 !important;
    font-size: 16px !important;
}

.O9108-Y9108-T1077_footer-value {
    font-weight: 500 !important;
    color: #ecf0f1 !important;
    font-size: 16px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .O9108-Y9108-T1077_wrapper {
        padding: 15px !important;
    }
    
    .O9108-Y9108-T1077_title {
        font-size: 24px !important;
    }
    
    .O9108-Y9108-T1077_subtitle {
        font-size: 16px !important;
    }
    
    .O9108-Y9108-T1077_current-price {
        font-size: 24px !important;
    }
    
    .O9108-Y9108-T1077_section-title {
        font-size: 24px !important;
    }
    
    .O9108-Y9108-T1077_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .O9108-Y9108-T1077_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .O9108-Y9108-T1077_usage-cards {
        grid-template-columns: 1fr !important;
    }
    
    .O9108-Y9108-T1077_reviews-container {
        grid-template-columns: 1fr !important;
    }
    
    .O9108-Y9108-T1077_review-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    .O9108-Y9108-T1077_reviewer-info {
        align-items: flex-start !important;
    }
    
    .O9108-Y9108-T1077_storage-content {
        gap: 15px !important;
    }
    
    .O9108-Y9108-T1077_storage-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    
    .O9108-Y9108-T1077_footer-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
    }
    
    .O9108-Y9108-T1077_story-section {
        padding: 30px 20px !important;
    }
    
    .O9108-Y9108-T1077_footer {
        padding: 30px 20px !important;
    }
}

@media (max-width: 480px) {
    .O9108-Y9108-T1077_title {
        font-size: 20px !important;
    }
    
    .O9108-Y9108-T1077_price-section {
        flex-direction: column !important;
        gap: 10px !important;
    }
}
