/* COOKZZANG Mall - 갈비만두 상세페이지 CSS (N2357-P3192-U9439) */
/* 모든 CSS 속성에 !important 적용하여 외부 스타일 간섭 방지 */

/* 기본 래퍼 스타일 */
.N2357-P3192-U9439_wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%) !important;
}

.N2357-P3192-U9439_wrapper * {
    box-sizing: border-box !important;
}

/* 헤더 섹션 */
.N2357-P3192-U9439_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    border-radius: 20px !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3) !important;
}

.N2357-P3192-U9439_badge {
    display: inline-block !important;
    background: #FF6B35 !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4) !important;
}

.N2357-P3192-U9439_title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin: 15px 0 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.N2357-P3192-U9439_subtitle {
    font-size: 18px !important;
    color: #FFE4E1 !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

/* 메인 이미지 섹션 */
.N2357-P3192-U9439_image-section {
    text-align: center !important;
    margin: 40px 0 !important;
    padding: 20px !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.N2357-P3192-U9439_main-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.N2357-P3192-U9439_main-image:hover {
    transform: scale(1.02) !important;
}

/* 정보 카드 섹션 */
.N2357-P3192-U9439_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px 0 !important;
}

.N2357-P3192-U9439_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.1) !important;
    border: 2px solid #FF6B35 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.N2357-P3192-U9439_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3) !important;
}

.N2357-P3192-U9439_card-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.N2357-P3192-U9439_card-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 10px !important;
}

.N2357-P3192-U9439_card-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.4 !important;
}
/* 스토리 섹션 */
.N2357-P3192-U9439_story-section {
    background: linear-gradient(135deg, #FFF8DC 0%, #FFFACD 100%) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    margin: 40px 0 !important;
    border: 3px solid #FF6B35 !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.2) !important;
}

.N2357-P3192-U9439_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.N2357-P3192-U9439_story-text {
    font-size: 18px !important;
    color: #444 !important;
    text-align: center !important;
    line-height: 1.8 !important;
    font-weight: 500 !important;
}

/* 보조 이미지 섹션 */
.N2357-P3192-U9439_second-image-section {
    text-align: center !important;
    margin: 40px 0 !important;
    padding: 20px !important;
    background: white !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.N2357-P3192-U9439_second-image {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.N2357-P3192-U9439_second-image:hover {
    transform: scale(1.02) !important;
}

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

.N2357-P3192-U9439_highlight-item {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%) !important;
    color: white !important;
    padding: 20px 15px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3) !important;
    transition: transform 0.3s ease !important;
}

.N2357-P3192-U9439_highlight-item:hover {
    transform: translateY(-3px) !important;
}

.N2357-P3192-U9439_highlight-emoji {
    font-size: 24px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.N2357-P3192-U9439_highlight-text {
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* 고객 리뷰 섹션 */
.N2357-P3192-U9439_reviews {
    background: linear-gradient(135deg, #F0F8FF 0%, #E6F3FF 100%) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    margin: 40px 0 !important;
    border: 2px solid #4169E1 !important;
}

.N2357-P3192-U9439_reviews-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #4169E1 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.N2357-P3192-U9439_review-list {
    display: grid !important;
    gap: 20px !important;
}

.N2357-P3192-U9439_review-item {
    background: white !important;
    padding: 20px !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
    border-left: 4px solid #FF6B35 !important;
}

.N2357-P3192-U9439_review-stars {
    font-size: 16px !important;
    margin-bottom: 8px !important;
}

.N2357-P3192-U9439_review-text {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 8px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.N2357-P3192-U9439_review-author {
    font-size: 14px !important;
    color: #888 !important;
    text-align: right !important;
}

/* 주의사항 */
.N2357-P3192-U9439_notice {
    background: linear-gradient(135deg, #FFF2E6 0%, #FFE6CC 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    margin: 40px 0 !important;
    border: 2px solid #FF8C00 !important;
    box-shadow: 0 5px 15px rgba(255, 140, 0, 0.2) !important;
}

.N2357-P3192-U9439_notice-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #FF8C00 !important;
    margin-bottom: 15px !important;
}

.N2357-P3192-U9439_notice-content {
    font-size: 15px !important;
    color: #444 !important;
    line-height: 1.8 !important;
}

/* 푸터 */
.N2357-P3192-U9439_footer {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    color: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    margin-top: 50px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.3) !important;
}

.N2357-P3192-U9439_footer-content h5 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #FFD700 !important;
}

.N2357-P3192-U9439_footer-content p {
    font-size: 14px !important;
    margin: 5px 0 !important;
    color: #FFFFE0 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .N2357-P3192-U9439_wrapper {
        padding: 15px !important;
    }
    
    .N2357-P3192-U9439_title {
        font-size: 24px !important;
    }
    
    .N2357-P3192-U9439_info-cards {
        grid-template-columns: 1fr !important;
    }
    
    .N2357-P3192-U9439_highlights {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .N2357-P3192-U9439_story-heading {
        font-size: 20px !important;
    }
    
    .N2357-P3192-U9439_story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .N2357-P3192-U9439_highlights {
        grid-template-columns: 1fr !important;
    }
    
    .N2357-P3192-U9439_header {
        padding: 20px 15px !important;
    }
    
    .N2357-P3192-U9439_story-section {
        padding: 25px 20px !important;
    }
    
    .N2357-P3192-U9439_reviews {
        padding: 25px 20px !important;
    }
}