diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-icon.css b/src/main/webapp/resources/css/fims/framework/common/xit-icon.css
index 9df013c8..6c92b8c0 100644
--- a/src/main/webapp/resources/css/fims/framework/common/xit-icon.css
+++ b/src/main/webapp/resources/css/fims/framework/common/xit-icon.css
@@ -9,6 +9,13 @@
content: url("../../../../image/korea-post.svg");
}
+.xit-si::before {
+ content: url("../../../../image/si.svg");
+}
+.xit-department::before {
+ content: url("../../../../image/department.svg");
+}
+
.svg-cctv-fixed:before {
--bs-origin : url("../../../../../file/modifySvg/고정형cctv.svg");
--bs-active : url("../../../../../file/modifySvg/고정형cctv.svg?modify=active");
diff --git a/src/main/webapp/resources/image/department.svg b/src/main/webapp/resources/image/department.svg
new file mode 100644
index 00000000..f7e4e117
--- /dev/null
+++ b/src/main/webapp/resources/image/department.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/main/webapp/resources/image/si.svg b/src/main/webapp/resources/image/si.svg
new file mode 100644
index 00000000..800d2e65
--- /dev/null
+++ b/src/main/webapp/resources/image/si.svg
@@ -0,0 +1 @@
+
\ No newline at end of file