/* ===== P2067-F4670-R0122 CJ 쇠고기다시다 25kg 스타일 ===== */

/* Reset & Base */
.P2067_F4670_R0122_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.P2067_F4670_R0122_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background: #fff !important;
}

/* ===== Hero Section ===== */
.P2067_F4670_R0122_hero {
    background: linear-gradient(135deg, #8B4513 0%, #CD853F 50%, #D2691E 100%) !important;
    padding: 50px 20px !important;
    text-align: center !important;
    position: relative !important;
}

.P2067_F4670_R0122_hero_badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.95) !important;
    color: #8B4513 !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.P2067_F4670_R0122_hero_title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.P2067_F4670_R0122_hero_subtitle {
    font-size: 18px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 30px !important;
}

.P2067_F4670_R0122_hero_image_container {
    max-width: 500px !important;
    margin: 0 auto 25px !important;
}

.P2067_F4670_R0122_hero_image {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
}

.P2067_F4670_R0122_hero_tags {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.P2067_F4670_R0122_tag {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
}

/* ===== Section Title ===== */
.P2067_F4670_R0122_section_title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
}

/* ===== Features Section ===== */
.P2067_F4670_R0122_features {
    padding: 50px 20px !important;
    background: #FFF8F0 !important;
}

.P2067_F4670_R0122_features_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.P2067_F4670_R0122_feature_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(139,69,19,0.1) !important;
    transition: transform 0.3s ease !important;
}

.P2067_F4670_R0122_feature_card:hover {
    transform: translateY(-5px) !important;
}

.P2067_F4670_R0122_feature_icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

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

.P2067_F4670_R0122_feature_desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* ===== Gallery Section ===== */
.P2067_F4670_R0122_gallery {
    padding: 50px 20px !important;
    background: #fff !important;
}

.P2067_F4670_R0122_gallery_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.P2067_F4670_R0122_gallery_img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

/* ===== Specs Section ===== */
.P2067_F4670_R0122_specs {
    padding: 50px 20px !important;
    background: linear-gradient(135deg, #FFF5EB 0%, #FFE4C4 100%) !important;
}

.P2067_F4670_R0122_specs_container {
    max-width: 700px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    box-shadow: 0 5px 20px rgba(139,69,19,0.15) !important;
}

.P2067_F4670_R0122_spec_row {
    display: flex !important;
    justify-content: space-between !important;
    padding: 15px 0 !important;
    border-bottom: 1px dashed #E0C8B0 !important;
}

.P2067_F4670_R0122_spec_row:last-child {
    border-bottom: none !important;
}

.P2067_F4670_R0122_spec_label {
    font-weight: 700 !important;
    color: #8B4513 !important;
    font-size: 15px !important;
}

.P2067_F4670_R0122_spec_value {
    color: #555 !important;
    font-size: 15px !important;
    text-align: right !important;
}

/* ===== Usage Section ===== */
.P2067_F4670_R0122_usage {
    padding: 50px 20px !important;
    background: #fff !important;
}

.P2067_F4670_R0122_usage_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.P2067_F4670_R0122_usage_item {
    background: linear-gradient(135deg, #FFECD2 0%, #FCB69F 100%) !important;
    padding: 15px 25px !important;
    border-radius: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.P2067_F4670_R0122_usage_emoji {
    font-size: 24px !important;
}

.P2067_F4670_R0122_usage_text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #8B4513 !important;
}

/* ===== Reviews Section ===== */
.P2067_F4670_R0122_reviews {
    padding: 50px 20px !important;
    background: #FFF8F0 !important;
}

.P2067_F4670_R0122_reviews_container {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.P2067_F4670_R0122_review_card {
    background: #fff !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(139,69,19,0.1) !important;
    border-left: 4px solid #CD853F !important;
}

.P2067_F4670_R0122_review_header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.P2067_F4670_R0122_review_name {
    font-weight: 700 !important;
    color: #8B4513 !important;
    font-size: 15px !important;
}

.P2067_F4670_R0122_review_stars {
    font-size: 14px !important;
}

.P2067_F4670_R0122_review_text {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    font-style: italic !important;
}

.P2067_F4670_R0122_review_business {
    font-size: 12px !important;
    color: #999 !important;
    display: block !important;
    text-align: right !important;
}

/* ===== CTA Section ===== */
.P2067_F4670_R0122_cta {
    padding: 50px 20px !important;
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%) !important;
    text-align: center !important;
}

.P2067_F4670_R0122_cta_title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.P2067_F4670_R0122_cta_subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
}

/* ===== Footer Section ===== */
.P2067_F4670_R0122_footer {
    padding: 40px 20px !important;
    background: #333 !important;
    text-align: center !important;
}

.P2067_F4670_R0122_footer_logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #CD853F !important;
    margin-bottom: 20px !important;
}

.P2067_F4670_R0122_footer_info {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    color: #aaa !important;
    font-size: 14px !important;
}

.P2067_F4670_R0122_footer_item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
}

.P2067_F4670_R0122_footer_label {
    color: #CD853F !important;
    font-weight: 600 !important;
}

.P2067_F4670_R0122_footer_copyright {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #444 !important;
    color: #666 !important;
    font-size: 12px !important;
}

/* ===== Responsive Design ===== */
@media screen and (max-width: 768px) {
    .P2067_F4670_R0122_hero {
        padding: 30px 15px !important;
    }
    
    .P2067_F4670_R0122_hero_title {
        font-size: 26px !important;
    }
    
    .P2067_F4670_R0122_hero_subtitle {
        font-size: 15px !important;
    }
    
    .P2067_F4670_R0122_section_title {
        font-size: 20px !important;
    }
    
    .P2067_F4670_R0122_features,
    .P2067_F4670_R0122_gallery,
    .P2067_F4670_R0122_specs,
    .P2067_F4670_R0122_usage,
    .P2067_F4670_R0122_reviews,
    .P2067_F4670_R0122_cta {
        padding: 30px 15px !important;
    }
    
    .P2067_F4670_R0122_features_grid,
    .P2067_F4670_R0122_reviews_container {
        grid-template-columns: 1fr !important;
    }
    
    .P2067_F4670_R0122_usage_grid {
        gap: 10px !important;
    }
    
    .P2067_F4670_R0122_usage_item {
        padding: 12px 18px !important;
    }
    
    .P2067_F4670_R0122_cta_title {
        font-size: 22px !important;
    }
    
    .P2067_F4670_R0122_footer_info {
        gap: 8px !important;
    }
    
    .P2067_F4670_R0122_footer_item {
        flex-direction: column !important;
        gap: 3px !important;
    }
}
