diff --git a/src/main/webapp/WEB-INF/jsp/_extra/user/sms/process.jsp b/src/main/webapp/WEB-INF/jsp/_extra/user/sms/process.jsp
index ba0d5624..c5858518 100644
--- a/src/main/webapp/WEB-INF/jsp/_extra/user/sms/process.jsp
+++ b/src/main/webapp/WEB-INF/jsp/_extra/user/sms/process.jsp
@@ -5,9 +5,12 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page import="java.util.Date"%>
<%@ page import="java.io.File"%>
-<%@ include file="/WEB-INF/views/_extra/dao/smsDao.jsp"%>
+<%-- <%@ include file="/WEB-INF/views/_extra/dao/smsDao.jsp"%>
<%@ include file="/WEB-INF/views/_extra/dao/commonFileDao.jsp"%>
-<%@ include file="/WEB-INF/views/_extra/common/commonFileUtil.jsp"%>
+<%@ include file="/WEB-INF/views/_extra/common/commonFileUtil.jsp"%> --%>
+<%@ include file="/WEB-INF/jsp/seed/_extra/dao/smsDao.jsp"%>
+<%@ include file="/WEB-INF/jsp/seed/_extra/dao/commonFileDao.jsp"%>
+<%@ include file="/WEB-INF/jsp/seed/_extra/common/commonFileUtil.jsp"%>
<%
diff --git a/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp b/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp
index c35c39e4..d662bc5c 100644
--- a/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp
+++ b/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp
@@ -160,14 +160,13 @@
- ${caseList.proDate}일
- ${caseList.caseDate}
+ ${caseList.proDate}일
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/common/commonFileUtil.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/common/commonFileUtil.jsp
new file mode 100644
index 00000000..5ed44254
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/common/commonFileUtil.jsp
@@ -0,0 +1,28 @@
+<%@ page language="java" pageEncoding="utf-8"%>
+<%@ page import="java.io.File" %>
+<%!
+public void deleteFileArray(String deleteFileName, String deleteFilePath){
+ if(deleteFileName!=null && !deleteFileName.equals("")){
+ String[] deleteFileNames = deleteFileName.split(",");
+ int iLoop = deleteFileNames.length;
+ for(int i=0; i
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/dao/commonFileDao.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/dao/commonFileDao.jsp
new file mode 100644
index 00000000..56f17e53
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/dao/commonFileDao.jsp
@@ -0,0 +1,348 @@
+<%@ page language="java" pageEncoding="utf-8"%>
+<%@ page import="seed.utils.*" %>
+<%@ page import="java.sql.*" %>
+<%@ page import="java.util.ArrayList" %>
+<%@ page import="java.util.List" %>
+<%@ page import="java.util.Map" %>
+<%@ page import="java.sql.SQLException" %>
+<%@ page import="org.apache.commons.dbutils.DbUtils" %>
+<%@ page import="org.apache.commons.dbutils.QueryRunner" %>
+<%@ page import="org.apache.commons.dbutils.ResultSetHandler" %>
+<%@ page import="org.apache.commons.dbutils.handlers.MapListHandler" %>
+<%@ page import="org.apache.commons.dbutils.handlers.MapHandler" %>
+
+<%!
+
+ public List