diff --git a/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp b/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp
index 133608b1..baa00cfd 100644
--- a/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/error/errorPage.jsp
@@ -60,12 +60,12 @@
이전으로 돌아가기
"
+ src="
"
alt="page-misc-error-light"
width="500"
class="img-fluid"
- data-app-dark-img="illustrations/page-misc-error-dark.png"
- data-app-light-img="illustrations/page-misc-error-light.png"
+ data-app-dark-img="error/page-misc-error-dark.png"
+ data-app-light-img="error/page-misc-error-light.png"
/>
diff --git a/src/main/webapp/WEB-INF/jsp/include/taglib.jsp b/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
index a8ded572..19a0e603 100644
--- a/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
+++ b/src/main/webapp/WEB-INF/jsp/include/taglib.jsp
@@ -1,6 +1,4 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"
%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"
%><%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"
-%><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
-
-<%@ taglib prefix="privacy" uri="/WEB-INF/tlds/privacy.tld"%>
\ No newline at end of file
+%><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/tlds/privacy.tld b/src/main/webapp/WEB-INF/tlds/privacy.tld
deleted file mode 100644
index 4d85050c..00000000
--- a/src/main/webapp/WEB-INF/tlds/privacy.tld
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
- Common Code tag library
- Common Code tag library
- 1.0
- privacy
-
-
- 주민번호 입력 box JSTL
- input
- cokr.xit.fims.framework.support.tag.privacy.input
- JSP
-
- id
- true
- true
-
-
- name
- true
-
-
- cls
- true
-
-
- disabled
- true
-
-
- readonly
- true
-
-
-
-
diff --git a/src/main/webapp/resources/img/illustrations/page-misc-error-dark.png b/src/main/webapp/resources/img/error/page-misc-error-dark.png
similarity index 100%
rename from src/main/webapp/resources/img/illustrations/page-misc-error-dark.png
rename to src/main/webapp/resources/img/error/page-misc-error-dark.png
diff --git a/src/main/webapp/resources/img/illustrations/page-misc-error-light.png b/src/main/webapp/resources/img/error/page-misc-error-light.png
similarity index 100%
rename from src/main/webapp/resources/img/illustrations/page-misc-error-light.png
rename to src/main/webapp/resources/img/error/page-misc-error-light.png