/* COOKZZANG Mall - Z0657-K8341-Y2572 오뚜기 일회용케찹 9G 상세페이지 CSS */

/* 전체 래퍼 스타일 */
.Z0657-K8341-Y2572_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
}

.Z0657-K8341-Y2572_wrapper * {
    box-sizing: border-box !important;
}

/* 메인 배너 섹션 */
.Z0657-K8341-Y2572_hero-section {
    background: linear-gradient(135deg, #B91C1C 0%, #DC2626 50%, #F87171 100%) !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    position: relative !important;
    overflow: hidden !important;
}

.Z0657-K8341-Y2572_hero-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="0.9em" font-size="90" opacity="0.1">🍅</text></svg>') repeat !important;
    background-size: 80px 80px !important;
    opacity: 0.3 !important;
}

.Z0657-K8341-Y2572_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 1 !important;
}

.Z0657-K8341-Y2572_hero-text {
    flex: 1 !important;
    min-width: 300px !important;
}

.Z0657-K8341-Y2572_main-title {
    font-size: 2.8em !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin: 0 0 15px 0 !important;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5) !important;
}

.Z0657-K8341-Y2572_subtitle {
    font-size: 1.2em !important;
    color: #FEF2F2 !important;
    margin: 0 0 25px 0 !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_hero-badges {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.Z0657-K8341-Y2572_badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
}

.Z0657-K8341-Y2572_badge-room {
    background: linear-gradient(45deg, #F59E0B, #FBBF24) !important;
}

.Z0657-K8341-Y2572_badge-ottogi {
    background: linear-gradient(45deg, #DC2626, #F87171) !important;
}

.Z0657-K8341-Y2572_badge-delivery {
    background: linear-gradient(45deg, #2563EB, #60A5FA) !important;
}

.Z0657-K8341-Y2572_badge-bulk {
    background: linear-gradient(45deg, #059669, #34D399) !important;
}

.Z0657-K8341-Y2572_hero-image {
    flex: 1 !important;
    text-align: center !important;
    min-width: 300px !important;
}

.Z0657-K8341-Y2572_main-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s ease !important;
    border: 3px solid #FFFFFF !important;
}

.Z0657-K8341-Y2572_main-image:hover {
    transform: scale(1.05) !important;
}
/* 섹션 공통 스타일 */
.Z0657-K8341-Y2572_section-title {
    font-size: 2.2em !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    color: #B91C1C !important;
    position: relative !important;
}

.Z0657-K8341-Y2572_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(45deg, #DC2626, #F87171) !important;
    border-radius: 2px !important;
}

/* 특징 섹션 */
.Z0657-K8341-Y2572_features-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 40px !important;
}

.Z0657-K8341-Y2572_feature-card {
    background: white !important;
    padding: 30px 25px !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 #F8F9FA !important;
    position: relative !important;
    overflow: hidden !important;
}

.Z0657-K8341-Y2572_feature-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(220,38,38,0.1), transparent) !important;
    transition: left 0.5s ease !important;
}

.Z0657-K8341-Y2572_feature-card:hover::before {
    left: 100% !important;
}

.Z0657-K8341-Y2572_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    border-color: #DC2626 !important;
}

.Z0657-K8341-Y2572_feature-icon {
    font-size: 3em !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Z0657-K8341-Y2572_feature-title {
    font-size: 1.3em !important;
    font-weight: 600 !important;
    color: #B91C1C !important;
    margin: 0 0 10px 0 !important;
}

.Z0657-K8341-Y2572_feature-desc {
    color: #5D6D7E !important;
    font-size: 1em !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}
/* 상세 정보 섹션 */
.Z0657-K8341-Y2572_details-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_details-content {
    display: flex !important;
    gap: 40px !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
}

.Z0657-K8341-Y2572_details-image {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: center !important;
}

.Z0657-K8341-Y2572_detail-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border: 2px solid #DC2626 !important;
}

.Z0657-K8341-Y2572_details-info {
    flex: 1 !important;
    min-width: 300px !important;
}

.Z0657-K8341-Y2572_info-table {
    background: linear-gradient(135deg, #FEF2F2 0%, #FECACA 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    border: 1px solid #DC2626 !important;
}

.Z0657-K8341-Y2572_info-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(220,38,38,0.3) !important;
}

.Z0657-K8341-Y2572_info-row:last-child {
    border-bottom: none !important;
}

.Z0657-K8341-Y2572_info-label {
    font-weight: 600 !important;
    color: #B91C1C !important;
    font-size: 1.1em !important;
}

.Z0657-K8341-Y2572_info-value {
    color: #7F1D1D !important;
    font-weight: 500 !important;
    text-align: right !important;
    max-width: 60% !important;
}
/* 보관방법 섹션 */
.Z0657-K8341-Y2572_storage-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_storage-card {
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 100%) !important;
    padding: 25px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
    gap: 20px !important;
}

.Z0657-K8341-Y2572_storage-icon {
    font-size: 3em !important;
    color: white !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_storage-content {
    flex: 1 !important;
}

.Z0657-K8341-Y2572_storage-title {
    font-size: 1.4em !important;
    font-weight: 600 !important;
    color: white !important;
    margin: 0 0 8px 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_storage-desc {
    color: white !important;
    font-size: 1.1em !important;
    margin: 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
    line-height: 1.5 !important;
}
/* 사용법 섹션 */
.Z0657-K8341-Y2572_usage-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_usage-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.Z0657-K8341-Y2572_usage-step {
    background: white !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #F8F9FA !important;
}

.Z0657-K8341-Y2572_usage-step:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
    border-color: #DC2626 !important;
}

.Z0657-K8341-Y2572_step-number {
    background: linear-gradient(135deg, #DC2626, #F87171) !important;
    color: white !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: 1.2em !important;
    flex-shrink: 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_step-content {
    flex: 1 !important;
}

.Z0657-K8341-Y2572_step-title {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    color: #B91C1C !important;
    margin: 0 0 8px 0 !important;
}

.Z0657-K8341-Y2572_step-desc {
    color: #5D6D7E !important;
    font-size: 0.95em !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.Z0657-K8341-Y2572_step-icon {
    font-size: 2em !important;
    flex-shrink: 0 !important;
}
/* 배달업소 장점 섹션 */
.Z0657-K8341-Y2572_delivery-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_delivery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.Z0657-K8341-Y2572_delivery-card {
    background: linear-gradient(135deg, #2563EB 0%, #60A5FA 100%) !important;
    color: white !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
}

.Z0657-K8341-Y2572_delivery-card:hover {
    transform: translateY(-5px) scale(1.02) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25) !important;
}

.Z0657-K8341-Y2572_delivery-icon {
    font-size: 2.5em !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Z0657-K8341-Y2572_delivery-title {
    font-size: 1.2em !important;
    font-weight: 600 !important;
    color: white !important;
    margin: 0 0 10px 0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_delivery-desc {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.95em !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}
/* 리뷰 섹션 */
.Z0657-K8341-Y2572_review-section {
    margin-bottom: 50px !important;
}

.Z0657-K8341-Y2572_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.Z0657-K8341-Y2572_review-card {
    background: white !important;
    padding: 25px 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 #F8F9FA !important;
    position: relative !important;
}

.Z0657-K8341-Y2572_review-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12) !important;
    border-color: #DC2626 !important;
}

.Z0657-K8341-Y2572_review-stars {
    font-size: 1.2em !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Z0657-K8341-Y2572_review-text {
    color: #374151 !important;
    font-size: 1em !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.6 !important;
    font-style: italic !important;
}

.Z0657-K8341-Y2572_review-author {
    color: #B91C1C !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    margin: 0 !important;
}
/* 브랜드 스토리 섹션 */
.Z0657-K8341-Y2572_story-section {
    background: linear-gradient(135deg, #F8F9FA 0%, #E9ECEF 100%) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
    border: 3px solid #DC2626 !important;
}

.Z0657-K8341-Y2572_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #B91C1C !important;
    margin: 0 0 25px 0 !important;
}

.Z0657-K8341-Y2572_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Z0657-K8341-Y2572_story-text {
    font-size: 18px !important;
    color: #7F1D1D !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.7 !important;
}

.Z0657-K8341-Y2572_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 푸터 섹션 */
.Z0657-K8341-Y2572_footer {
    background: linear-gradient(135deg, #B91C1C 0%, #7F1D1D 100%) !important;
    color: white !important;
    padding: 30px 0 !important;
    border-radius: 15px !important;
    margin-top: 40px !important;
}

.Z0657-K8341-Y2572_footer-content {
    text-align: center !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.Z0657-K8341-Y2572_footer-title {
    font-size: 1.3em !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    color: #FFFFFF !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Z0657-K8341-Y2572_footer-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.Z0657-K8341-Y2572_footer-item {
    margin: 0 !important;
    font-size: 0.95em !important;
}

.Z0657-K8341-Y2572_footer-label {
    font-weight: 600 !important;
    color: #FEF2F2 !important;
}
/* 반응형 디자인 */
@media (max-width: 768px) {
    .Z0657-K8341-Y2572_wrapper {
        padding: 15px !important;
    }
    
    .Z0657-K8341-Y2572_hero-section {
        padding: 25px 20px !important;
    }
    
    .Z0657-K8341-Y2572_hero-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 25px !important;
    }
    
    .Z0657-K8341-Y2572_main-title {
        font-size: 2.2em !important;
    }
    
    .Z0657-K8341-Y2572_section-title {
        font-size: 1.8em !important;
    }
    
    .Z0657-K8341-Y2572_details-content {
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .Z0657-K8341-Y2572_storage-card {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .Z0657-K8341-Y2572_features-grid,
    .Z0657-K8341-Y2572_usage-steps,
    .Z0657-K8341-Y2572_delivery-grid,
    .Z0657-K8341-Y2572_review-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Z0657-K8341-Y2572_usage-step {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .Z0657-K8341-Y2572_info-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .Z0657-K8341-Y2572_info-value {
        text-align: left !important;
        max-width: 100% !important;
    }
    
    .Z0657-K8341-Y2572_footer-details {
        text-align: center !important;
    }
    
    .Z0657-K8341-Y2572_hero-badges {
        justify-content: center !important;
    }
    
    .Z0657-K8341-Y2572_story-section {
        padding: 25px 20px !important;
    }
}