/* 쿡짱몰 상세페이지 스타일시트 - 냉동면류 제품 */
/* 상품코드: B0780-H1176-U5315 */

/* 전역 스타일 리셋 - 상품코드 프리픽스 적용 */
.B0780-H1176-U5315_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 메인 컨테이너 */
.B0780-H1176-U5315_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    background-color: #ffffff !important;
}

/* 섹션 공통 스타일 */
.B0780-H1176-U5315_section {
    padding: 60px 20px !important;
    text-align: center !important;
}

/* 제목 스타일 */
.B0780-H1176-U5315_title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #d42c2c !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* 서브타이틀 */
.B0780-H1176-U5315_subtitle {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 20px !important;
}

/* 히어로 섹션 */
.B0780-H1176-U5315_hero {
    background: linear-gradient(135deg, #ffe4e4 0%, #ffd6d6 100%) !important;
    padding: 80px 20px !important;
}

.B0780-H1176-U5315_hero-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
}

.B0780-H1176-U5315_hero-text {
    flex: 1 !important;
    min-width: 300px !important;
    text-align: left !important;
}

.B0780-H1176-U5315_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
}

.B0780-H1176-U5315_hero-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

/* 특징 카드 */
.B0780-H1176-U5315_features {
    background-color: #f8f9fa !important;
}

.B0780-H1176-U5315_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.B0780-H1176-U5315_feature-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}

.B0780-H1176-U5315_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12) !important;
}

.B0780-H1176-U5315_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.B0780-H1176-U5315_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #d42c2c !important;
    margin-bottom: 15px !important;
}

.B0780-H1176-U5315_feature-desc {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #666 !important;
}

/* 조리방법 섹션 */
.B0780-H1176-U5315_cooking {
    background-color: #fff5e6 !important;
}

.B0780-H1176-U5315_cooking-steps {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.B0780-H1176-U5315_cooking-step {
    background: white !important;
    padding: 25px !important;
    border-radius: 10px !important;
    width: 200px !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
}

.B0780-H1176-U5315_step-number {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #ff6b6b !important;
    color: white !important;
    border-radius: 50% !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

/* 스토리 섹션 */
.B0780-H1176-U5315_story {
    background-color: #fff5f5 !important;
}

.B0780-H1176-U5315_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: left !important;
}

.B0780-H1176-U5315_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #d42c2c !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.B0780-H1176-U5315_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #555 !important;
}

/* 영양정보 테이블 */
.B0780-H1176-U5315_nutrition-table {
    width: 100% !important;
    max-width: 600px !important;
    margin: 30px auto !important;
    border-collapse: collapse !important;
    background: white !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
}

.B0780-H1176-U5315_nutrition-table th,
.B0780-H1176-U5315_nutrition-table td {
    padding: 15px !important;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
}

.B0780-H1176-U5315_nutrition-table th {
    background-color: #d42c2c !important;
    color: white !important;
    font-weight: 600 !important;
}

.B0780-H1176-U5315_nutrition-table td:first-child {
    font-weight: 500 !important;
    color: #333 !important;
}

/* 푸터 섹션 */
.B0780-H1176-U5315_footer {
    background-color: #f8f9fa !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-top: 1px solid #e9ecef !important;
}

.B0780-H1176-U5315_footer-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.B0780-H1176-U5315_company-info {
    margin-bottom: 20px !important;
}

.B0780-H1176-U5315_company-name {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #d42c2c !important;
    margin-bottom: 10px !important;
}

.B0780-H1176-U5315_contact-info {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

.B0780-H1176-U5315_contact-info span {
    display: inline-block !important;
    margin: 0 15px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .B0780-H1176-U5315_title {
        font-size: 28px !important;
    }
    
    .B0780-H1176-U5315_subtitle {
        font-size: 20px !important;
    }
    
    .B0780-H1176-U5315_hero-content {
        flex-direction: column !important;
    }
    
    .B0780-H1176-U5315_hero-text {
        text-align: center !important;
    }
    
    .B0780-H1176-U5315_feature-grid {
        grid-template-columns: 1fr !important;
    }
    
    .B0780-H1176-U5315_cooking-steps {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .B0780-H1176-U5315_contact-info span {
        display: block !important;
        margin: 5px 0 !important;
    }
}