/* COOKZZANG Mall 착한오징어 몸통살3kg 상세페이지 스타일 */
/* 제품코드: U9802-N5840-K2744 */

/* 전체 초기화 및 기본 설정 */
.U9802-N5840-K2744_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.U9802-N5840-K2744_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;
    width: 100% !important;
}

.U9802-N5840-K2744_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 헤더 섹션 */
.U9802-N5840-K2744_header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 60px 0 !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}

.U9802-N5840-K2744_title-area {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.U9802-N5840-K2744_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.U9802-N5840-K2744_price-info {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
}

.U9802-N5840-K2744_original-price {
    font-size: 24px !important;
    text-decoration: line-through !important;
    color: #ffcccb !important;
    font-weight: 400 !important;
}

.U9802-N5840-K2744_discount-rate {
    background: #ff4757 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 10px rgba(255,71,87,0.3) !important;
}

.U9802-N5840-K2744_sale-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #feca57 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.U9802-N5840-K2744_product-specs {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.U9802-N5840-K2744_spec-item {
    background: rgba(255,255,255,0.2) !important;
    padding: 12px 24px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
}

/* 이미지 섹션 */
.U9802-N5840-K2744_images {
    padding: 80px 0 !important;
    background: white !important;
}

.U9802-N5840-K2744_image-gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

.U9802-N5840-K2744_product-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.U9802-N5840-K2744_product-image:hover {
    transform: translateY(-10px) !important;
}

/* 특징 섹션 */
.U9802-N5840-K2744_features {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%) !important;
}

.U9802-N5840-K2744_story-heading {
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-family: 'Noto Serif KR', serif !important;
}

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

.U9802-N5840-K2744_feature-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 2px solid transparent !important;
}

.U9802-N5840-K2744_feature-card:hover {
    transform: translateY(-10px) !important;
    border-color: #667eea !important;
}

.U9802-N5840-K2744_feature-icon {
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

.U9802-N5840-K2744_feature-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #2c3e50 !important;
}

.U9802-N5840-K2744_story-text {
    font-size: 18px !important;
    color: #666 !important;
    line-height: 1.8 !important;
}
/* 보관 및 사용법 섹션 */
.U9802-N5840-K2744_usage {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%) !important;
}

.U9802-N5840-K2744_usage-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
    gap: 40px !important;
}

.U9802-N5840-K2744_info-card {
    background: white !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    transition: transform 0.3s ease !important;
}

.U9802-N5840-K2744_info-card:hover {
    transform: translateY(-5px) !important;
}

.U9802-N5840-K2744_info-icon {
    font-size: 50px !important;
    flex-shrink: 0 !important;
}

.U9802-N5840-K2744_info-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

/* 상세 정보 섹션 */
.U9802-N5840-K2744_details {
    padding: 80px 0 !important;
    background: white !important;
}

.U9802-N5840-K2744_detail-table {
    background: #f8f9fa !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.U9802-N5840-K2744_detail-row {
    display: flex !important;
    border-bottom: 1px solid #e9ecef !important;
    transition: background-color 0.3s ease !important;
}

.U9802-N5840-K2744_detail-row:hover {
    background-color: #e3f2fd !important;
}

.U9802-N5840-K2744_detail-row:last-child {
    border-bottom: none !important;
}

.U9802-N5840-K2744_detail-label {
    background: #667eea !important;
    color: white !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    flex: 0 0 150px !important;
    display: flex !important;
    align-items: center !important;
}

.U9802-N5840-K2744_detail-value {
    padding: 20px 25px !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    font-weight: 500 !important;
    color: #2c3e50 !important;
}

/* 추천 섹션 */
.U9802-N5840-K2744_recommendation {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #e3ffe7 0%, #d9e7ff 100%) !important;
}

.U9802-N5840-K2744_recommendation-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.U9802-N5840-K2744_rec-item {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.U9802-N5840-K2744_rec-item:hover {
    transform: translateY(-5px) !important;
    border-color: #4ade80 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

.U9802-N5840-K2744_rec-icon {
    font-size: 50px !important;
    margin-bottom: 15px !important;
}

/* 주의사항 섹션 */
.U9802-N5840-K2744_notice {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%) !important;
}

.U9802-N5840-K2744_notice-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.U9802-N5840-K2744_notice-item {
    background: white !important;
    padding: 25px 30px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    border-left: 5px solid #ff6b6b !important;
    transition: transform 0.3s ease !important;
}

.U9802-N5840-K2744_notice-item:hover {
    transform: translateX(10px) !important;
}

.U9802-N5840-K2744_notice-icon {
    font-size: 30px !important;
    flex-shrink: 0 !important;
}

/* 푸터 섹션 */
.U9802-N5840-K2744_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%) !important;
    color: white !important;
    padding: 60px 0 30px !important;
}

.U9802-N5840-K2744_footer-content {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 50px !important;
    align-items: start !important;
}

.U9802-N5840-K2744_footer-logo {
    text-align: center !important;
}

.U9802-N5840-K2744_footer-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #feca57 !important;
    font-family: 'Noto Serif KR', serif !important;
}

.U9802-N5840-K2744_footer-subtitle {
    font-size: 16px !important;
    color: #bdc3c7 !important;
    font-style: italic !important;
}

.U9802-N5840-K2744_footer-info {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.U9802-N5840-K2744_company-info {
    padding: 20px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
}

.U9802-N5840-K2744_info-text {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.U9802-N5840-K2744_contact-info {
    padding: 20px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px) !important;
}

.U9802-N5840-K2744_contact-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #feca57 !important;
}

.U9802-N5840-K2744_contact-time {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #ecf0f1 !important;
}

.U9802-N5840-K2744_contact-notice {
    font-size: 14px !important;
    color: #bdc3c7 !important;
    font-style: italic !important;
}

.U9802-N5840-K2744_footer-bottom {
    grid-column: 1 / -1 !important;
    text-align: center !important;
    margin-top: 30px !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.U9802-N5840-K2744_copyright {
    font-size: 14px !important;
    color: #bdc3c7 !important;
    margin-bottom: 5px !important;
}

.U9802-N5840-K2744_quality {
    font-size: 16px !important;
    color: #feca57 !important;
    font-weight: 600 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .U9802-N5840-K2744_container {
        padding: 0 15px !important;
    }
    
    .U9802-N5840-K2744_product-title {
        font-size: 32px !important;
    }
    
    .U9802-N5840-K2744_price-info {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .U9802-N5840-K2744_product-specs {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .U9802-N5840-K2744_image-gallery {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .U9802-N5840-K2744_feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U9802-N5840-K2744_usage-info {
        grid-template-columns: 1fr !important;
    }
    
    .U9802-N5840-K2744_recommendation-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .U9802-N5840-K2744_footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .U9802-N5840-K2744_footer-info {
        grid-template-columns: 1fr !important;
    }
    
    .U9802-N5840-K2744_detail-label {
        flex: 0 0 120px !important;
        font-size: 14px !important;
    }
    
    .U9802-N5840-K2744_detail-value {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .U9802-N5840-K2744_recommendation-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U9802-N5840-K2744_info-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .U9802-N5840-K2744_notice-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .U9802-N5840-K2744_detail-row {
        flex-direction: column !important;
    }
    
    .U9802-N5840-K2744_detail-label {
        flex: none !important;
        border-radius: 0 !important;
    }
}