/* 점보롤박스 상세페이지 CSS - U5917-O0290-M2260 */

/* 전체 컨테이너 스코프 제한 */
.U5917_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.U5917_wrapper * {
    box-sizing: border-box !important;
}

/* 메인 헤더 섹션 */
.U5917_header {
    background: linear-gradient(135deg, #f8fffe 0%, #e8f5f3 100%) !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.U5917_product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c5530 !important;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
}

.U5917_product-subtitle {
    font-size: 18px !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

.U5917_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.U5917_original-price {
    font-size: 20px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.U5917_current-price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
}

.U5917_discount-badge {
    background: #e74c3c !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 제품 이미지 섹션 */
.U5917_image-section {
    text-align: center !important;
    margin: 40px 0 !important;
    padding: 30px !important;
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.U5917_main-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

/* 특징 하이라이트 */
.U5917_highlights {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px 0 !important;
}

.U5917_highlight-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    border: 2px solid #e8f5f3 !important;
    transition: transform 0.3s ease !important;
}

.U5917_highlight-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

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

.U5917_highlight-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c5530 !important;
    margin-bottom: 10px !important;
}

.U5917_highlight-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 상세 정보 섹션 */
.U5917_details-section {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 15px !important;
    margin: 30px 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.U5917_section-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c5530 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #4CAF50 !important;
}

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

.U5917_info-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    background: #f8f9fa !important;
    border-radius: 10px !important;
    border-left: 4px solid #4CAF50 !important;
}

.U5917_info-label {
    font-weight: 600 !important;
    color: #2c5530 !important;
    min-width: 100px !important;
    margin-right: 15px !important;
}

.U5917_info-value {
    color: #444 !important;
    flex: 1 !important;
}

/* 스토리 섹션 */
.U5917_story-section {
    background: linear-gradient(135deg, #f0f8f0 0%, #e8f5e8 100%) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    margin: 40px 0 !important;
    text-align: center !important;
}

.U5917_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c5530 !important;
    margin-bottom: 20px !important;
}

.U5917_story-text {
    font-size: 18px !important;
    color: #444 !important;
    line-height: 1.8 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* 푸터 섹션 */
.U5917_footer {
    background: #2c5530 !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    margin-top: 40px !important;
    text-align: center !important;
}

.U5917_footer-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #a8d5aa !important;
}

.U5917_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.U5917_footer-item {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .U5917_wrapper {
        padding: 0 15px !important;
    }
    
    .U5917_header {
        padding: 30px 15px !important;
    }
    
    .U5917_product-title {
        font-size: 24px !important;
    }
    
    .U5917_current-price {
        font-size: 28px !important;
    }
    
    .U5917_highlights {
        grid-template-columns: 1fr !important;
    }
    
    .U5917_info-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U5917_price-section {
        flex-direction: column !important;
        gap: 10px !important;
    }
}