/* 콜팝용기 1000개 상세페이지 CSS */
/* 제품코드: Q7137-R2026-A4264 */

.Q7137-R2026-A4264_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

.Q7137-R2026-A4264_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 헤더 섹션 */
.Q7137-R2026-A4264_header {
    background: linear-gradient(135deg, #FF6B6B, #4ECDC4) !important;
    color: white !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-radius: 0 0 20px 20px !important;
    margin-bottom: 30px !important;
}

.Q7137-R2026-A4264_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;
}

.Q7137-R2026-A4264_subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
}

/* 제품 정보 카드 */
.Q7137-R2026-A4264_product-info {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    padding: 0 20px !important;
    margin-bottom: 40px !important;
}

.Q7137-R2026-A4264_info-card {
    background: #ffffff !important;
    border: 2px solid #E8F4FD !important;
    border-radius: 15px !important;
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
}

.Q7137-R2026-A4264_info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.Q7137-R2026-A4264_card-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2C3E50 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.Q7137-R2026-A4264_card-content {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #555555 !important;
}

.Q7137-R2026-A4264_price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #E74C3C !important;
    text-align: center !important;
}

/* 특징 섹션 */
.Q7137-R2026-A4264_features {
    background: linear-gradient(145deg, #F8F9FA, #E9ECEF) !important;
    border-radius: 20px !important;
    padding: 40px 20px !important;
    margin: 40px 20px !important;
}

.Q7137-R2026-A4264_features-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #2C3E50 !important;
    margin-bottom: 30px !important;
}

.Q7137-R2026-A4264_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.Q7137-R2026-A4264_feature-item {
    background: white !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.Q7137-R2026-A4264_feature-item:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
}

.Q7137-R2026-A4264_feature-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.Q7137-R2026-A4264_feature-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2C3E50 !important;
    margin-bottom: 10px !important;
}

.Q7137-R2026-A4264_feature-desc {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
}

/* 사용법 섹션 */
.Q7137-R2026-A4264_usage {
    padding: 40px 20px !important;
    margin: 40px 0 !important;
}

.Q7137-R2026-A4264_usage-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #2C3E50 !important;
    margin-bottom: 30px !important;
}

.Q7137-R2026-A4264_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.Q7137-R2026-A4264_step {
    background: #FFF5E6 !important;
    border: 2px solid #FFB74D !important;
    border-radius: 15px !important;
    padding: 20px !important;
    text-align: center !important;
    position: relative !important;
}

.Q7137-R2026-A4264_step-number {
    position: absolute !important;
    top: -15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #FF9800 !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-weight: 700 !important;
}

.Q7137-R2026-A4264_step-content {
    margin-top: 10px !important;
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.5 !important;
}

/* 스토리 섹션 */
.Q7137-R2026-A4264_story {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 50px 20px !important;
    margin: 40px 0 !important;
    border-radius: 20px !important;
}

.Q7137-R2026-A4264_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.Q7137-R2026-A4264_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 푸터 */
.Q7137-R2026-A4264_footer {
    background: #2C3E50 !important;
    color: white !important;
    padding: 30px 20px !important;
    margin-top: 50px !important;
    border-radius: 20px 20px 0 0 !important;
}

.Q7137-R2026-A4264_footer-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.Q7137-R2026-A4264_footer-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #3498DB !important;
}

.Q7137-R2026-A4264_footer-info {
    font-size: 14px !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Q7137-R2026-A4264_product-info {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .Q7137-R2026-A4264_title {
        font-size: 24px !important;
    }
    
    .Q7137-R2026-A4264_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Q7137-R2026-A4264_usage-steps {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .Q7137-R2026-A4264_wrapper {
        padding: 0 10px !important;
    }
    
    .Q7137-R2026-A4264_header {
        padding: 30px 15px !important;
    }
    
    .Q7137-R2026-A4264_title {
        font-size: 20px !important;
    }
    
    .Q7137-R2026-A4264_subtitle {
        font-size: 16px !important;
    }
}