diff --git a/web-ui/templates/README.md b/web-ui/templates/README.md
index 7c114db..2c004a5 100644
--- a/web-ui/templates/README.md
+++ b/web-ui/templates/README.md
@@ -79,17 +79,28 @@
- 색상, 타이포그래피, 간격 등 CSS 변수
- 공통 컴포넌트 스타일 (버튼, 카드, 배지 등)
-### 네비게이션
+### 상단 네비게이션 (Navbar)
```html
-
+
```
- 자동으로 로드되는 표준 네비게이션 헤더
- 사용자 프로필 메뉴, 로그아웃 기능 포함
+- 현재 시각 표시
+
+### 사이드바 네비게이션 (Sidebar)
+```html
+
+
+```
+- 카테고리별 접이식 메뉴 (작업관리, 안전관리, 근태관리, 시스템관리)
+- 사용자 권한에 따른 메뉴 자동 필터링
+- 접기/펼치기 상태 자동 저장 (localStorage)
+- 현재 페이지 자동 하이라이트
### 인증
```html
-
+
```
- 페이지 접근 시 자동 로그인 확인
- 미인증 시 로그인 페이지로 리다이렉트
diff --git a/web-ui/templates/admin-layout.html b/web-ui/templates/admin-layout.html
index e1b4bfd..c9ee676 100644
--- a/web-ui/templates/admin-layout.html
+++ b/web-ui/templates/admin-layout.html
@@ -17,12 +17,16 @@
+
+
+
+
diff --git a/web-ui/templates/dashboard-layout.html b/web-ui/templates/dashboard-layout.html
index 40126fb..fa06825 100644
--- a/web-ui/templates/dashboard-layout.html
+++ b/web-ui/templates/dashboard-layout.html
@@ -15,12 +15,16 @@
+
+
+
+
diff --git a/web-ui/templates/simple-layout.html b/web-ui/templates/simple-layout.html
index 68a99cf..d2b4d2f 100644
--- a/web-ui/templates/simple-layout.html
+++ b/web-ui/templates/simple-layout.html
@@ -16,12 +16,16 @@
+
+
+
+
diff --git a/web-ui/templates/work-layout.html b/web-ui/templates/work-layout.html
index d4c1c80..44ca82d 100644
--- a/web-ui/templates/work-layout.html
+++ b/web-ui/templates/work-layout.html
@@ -17,12 +17,16 @@
+
+
+
+