/* Q0489-H3071-R3949 미트페이퍼 상세페이지 CSS */
/* 모든 스타일은 Q0489-H3071-R3949_wrapper 내에서만 적용됩니다 */

.Q0489-H3071-R3949_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Q0489-H3071-R3949_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
}

/* 메인 헤더 섹션 */
.Q0489-H3071-R3949_hero-section {
    background: linear-gradient(135deg, #ff6b9d, #ffc3dc) !important;
    padding: 60px 30px !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(255, 107, 157, 0.3) !important;
}

.Q0489-H3071-R3949_hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_badge {
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #ff6b9d !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Q0489-H3071-R3949_main-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}
.Q0489-H3071-R3949_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.Q0489-H3071-R3949_price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 15px 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
}

.Q0489-H3071-R3949_origin {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 10px 20px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
}

/* 섹션 공통 스타일 */
.Q0489-H3071-R3949_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* 제품 특징 섹션 */
.Q0489-H3071-R3949_features-section {
    margin-bottom: 60px !important;
    padding: 40px 0 !important;
}

.Q0489-H3071-R3949_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}
.Q0489-H3071-R3949_feature-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #e9ecef !important;
}

.Q0489-H3071-R3949_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.Q0489-H3071-R3949_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.Q0489-H3071-R3949_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.Q0489-H3071-R3949_feature-desc {
    font-size: 16px !important;
    color: #6c757d !important;
    line-height: 1.6 !important;
}

/* 사용법 안내 섹션 */
.Q0489-H3071-R3949_usage-section {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    padding: 60px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
}

.Q0489-H3071-R3949_usage-section .Q0489-H3071-R3949_section-title {
    color: #fff !important;
}
.Q0489-H3071-R3949_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_step {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Q0489-H3071-R3949_step-number {
    background: #ff6b9d !important;
    color: #fff !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;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
}

.Q0489-H3071-R3949_step-content h4 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.Q0489-H3071-R3949_step-content p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* 제품 상세 정보 섹션 */
.Q0489-H3071-R3949_specs-section {
    margin-bottom: 60px !important;
    padding: 40px 0 !important;
}
.Q0489-H3071-R3949_specs-table {
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_spec-row {
    display: flex !important;
    border-bottom: 1px solid #e9ecef !important;
}

.Q0489-H3071-R3949_spec-row:last-child {
    border-bottom: none !important;
}

.Q0489-H3071-R3949_spec-label {
    background: #f8f9fa !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    color: #495057 !important;
    width: 200px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.Q0489-H3071-R3949_spec-value {
    padding: 20px 25px !important;
    color: #333 !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* 배송 정보 섹션 */
.Q0489-H3071-R3949_delivery-section {
    background: linear-gradient(135deg, #f093fb, #f5576c) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
}

.Q0489-H3071-R3949_delivery-section .Q0489-H3071-R3949_section-title {
    color: #fff !important;
}
.Q0489-H3071-R3949_delivery-info {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_delivery-item {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 20px 25px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    min-width: 150px !important;
}

.Q0489-H3071-R3949_delivery-label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Q0489-H3071-R3949_delivery-value {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 왜 선택해야 하는지 섹션 */
.Q0489-H3071-R3949_why-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #a8edea, #fed6e3) !important;
    border-radius: 20px !important;
}

.Q0489-H3071-R3949_why-section .Q0489-H3071-R3949_section-title {
    color: #2c3e50 !important;
}

.Q0489-H3071-R3949_why-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}
.Q0489-H3071-R3949_why-card {
    background: rgba(255, 255, 255, 0.8) !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.3) !important;
    transition: transform 0.3s ease !important;
}

.Q0489-H3071-R3949_why-card:hover {
    transform: translateY(-3px) !important;
}

.Q0489-H3071-R3949_why-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Q0489-H3071-R3949_why-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 12px !important;
}

.Q0489-H3071-R3949_why-desc {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 */
.Q0489-H3071-R3949_story-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}

.Q0489-H3071-R3949_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}
.Q0489-H3071-R3949_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #444 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}

.Q0489-H3071-R3949_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 주문 정보 섹션 */
.Q0489-H3071-R3949_order-section {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
}

.Q0489-H3071-R3949_order-section .Q0489-H3071-R3949_section-title {
    color: #fff !important;
}

.Q0489-H3071-R3949_order-info {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.Q0489-H3071-R3949_order-highlight {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    backdrop-filter: blur(10px) !important;
}

.Q0489-H3071-R3949_order-highlight h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}
.Q0489-H3071-R3949_order-highlight p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 16px !important;
}

.Q0489-H3071-R3949_contact-box {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
}

.Q0489-H3071-R3949_contact-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Q0489-H3071-R3949_contact-item:last-child {
    border-bottom: none !important;
}

.Q0489-H3071-R3949_contact-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
}

.Q0489-H3071-R3949_contact-value {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 푸터 섹션 */
.Q0489-H3071-R3949_footer-section {
    background: linear-gradient(135deg, #2c3e50, #3498db) !important;
    padding: 50px 30px 30px !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.Q0489-H3071-R3949_footer-content {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 40px !important;
    margin-bottom: 30px !important;
}
.Q0489-H3071-R3949_footer-logo h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.Q0489-H3071-R3949_footer-logo p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
}

.Q0489-H3071-R3949_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}

.Q0489-H3071-R3949_footer-group h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.Q0489-H3071-R3949_footer-group p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Q0489-H3071-R3949_footer-bottom {
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Q0489-H3071-R3949_footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Q0489-H3071-R3949_wrapper {
        padding: 0 15px !important;
    }
    
    .Q0489-H3071-R3949_main-title {
        font-size: 28px !important;
    }
    
    .Q0489-H3071-R3949_price {
        font-size: 24px !important;
        padding: 12px 20px !important;
    }
    
    .Q0489-H3071-R3949_price-section {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .Q0489-H3071-R3949_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Q0489-H3071-R3949_usage-steps {
        grid-template-columns: 1fr !important;
    }
    
    .Q0489-H3071-R3949_step {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .Q0489-H3071-R3949_step-number {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    .Q0489-H3071-R3949_spec-row {
        flex-direction: column !important;
    }
    
    .Q0489-H3071-R3949_spec-label {
        width: 100% !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
    
    .Q0489-H3071-R3949_footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .Q0489-H3071-R3949_delivery-info {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .Q0489-H3071-R3949_contact-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 5px !important;
    }
}