diff --git a/frontend/components/pop/hardcoded/MenuIcons.tsx b/frontend/components/pop/hardcoded/MenuIcons.tsx
index dc9b642c..94a56813 100644
--- a/frontend/components/pop/hardcoded/MenuIcons.tsx
+++ b/frontend/components/pop/hardcoded/MenuIcons.tsx
@@ -86,30 +86,7 @@ const MENU_ITEMS: MenuIconItem[] = [
),
href: "/pop/screens/inventory",
},
- {
- id: "work-order",
- title: "작업지시",
- gradient: "linear-gradient(135deg,#ec4899,#be185d)",
- shadowColor: "rgba(236,72,153,.3)",
- icon: (
-
- ),
- href: "/pop/work",
- },
- {
- id: "performance",
- title: "생산실적",
- gradient: "linear-gradient(135deg,#14b8a6,#0f766e)",
- shadowColor: "rgba(20,184,166,.3)",
- icon: (
-
- ),
- href: "/pop/screens/performance",
- },
+ // 작업지시, 생산실적은 생산관리(/pop/production) 메뉴 안으로 이동
{
id: "safety",
title: "안전관리",