diff --git a/design/uiux/prototype/01-로그인.html b/design/uiux/prototype/01-로그인.html
index 1a6162c..0418c59 100644
--- a/design/uiux/prototype/01-로그인.html
+++ b/design/uiux/prototype/01-로그인.html
@@ -127,6 +127,7 @@
name="employeeId"
class="form-control"
placeholder="사번을 입력하세요"
+ value="user-001"
required
autocomplete="username"
>
@@ -141,6 +142,7 @@
name="password"
class="form-control"
placeholder="비밀번호를 입력하세요"
+ value="password123"
required
autocomplete="current-password"
minlength="8"