diff --git a/frontend/components/layout/AppLayout.tsx b/frontend/components/layout/AppLayout.tsx
index 0d23a88e..449a9c49 100644
--- a/frontend/components/layout/AppLayout.tsx
+++ b/frontend/components/layout/AppLayout.tsx
@@ -423,28 +423,80 @@ function AppLayoutInner({ children }: AppLayoutProps) {
const uiMenus = convertMenuToUI(currentMenus, user as ExtendedUserInfo);
return (
-
- {/* 모바일 사이드바 오버레이 */}
- {sidebarOpen && isMobile && (
-
setSidebarOpen(false)} />
+
+ {/* 모바일 헤더 - 모바일에서만 표시 */}
+ {isMobile && (
+
)}
- {/* 왼쪽 사이드바 */}
-