From 6a916b069c73ad7def95ad72ae848125544bc309 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 22 2월 2022 15:40:08 +0900
Subject: [PATCH] Merge branch 'master' of http://192.168.0.28:9001/r/owl-kisa

---
 src/main/resources/mails/issueSendEmail.html                               |   12 
 src/main/resources/mails/issueAddEmail.html                                |   14 +-
 src/main/resources/mails/workspaceInviteNewUserEmail.html                  |   20 +-
 src/main/resources/mails/workspaceExpireAlarmEmail.html                    |   20 +-
 src/main/resources/mails/workspaceJoinEmail.html                           |   20 +-
 src/main/resources/system_dev.properties                                   |    3 
 src/main/resources/mails/issueSendEmailTemplate1.html                      |   12 
 src/main/resources/mails/workspaceExpireEmail.html                         |   20 +-
 src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html  |   10 
 src/main/resources/mails/regularPaymentModifyEmail.html                    |   12 
 src/main/resources/mails/issueSendEmailTemplate2.html                      |   12 
 src/main/resources/mails/projectDefaultIncludeEmail.html                   |   12 
 src/main/resources/mails/projectDefaultExcludeEmail.html                   |   12 
 src/main/resources/mails/userJoinStatisticsEmail.html                      |   12 
 src/main/resources/mails/userSearchPasswordEmail.html                      |   12 
 src/main/resources/mails/regularPaymentCancelEmail.html                    |   18 +-
 src/main/resources/mails/userWithDrawEmail.html                            |   14 +-
 src/main/resources/mails/totalStatisticsEmail.html                         |   12 
 src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html |   18 +-
 src/main/resources/mails/regularPaymentEmail.html                          |   16 +-
 src/main/resources/mails/workspaceInviteSystemUserEmail.html               |   16 +-
 src/main/resources/mails/issueRemoveEmail.html                             |   14 +-
 src/main/resources/mails/issueSendEmailTemplate3.html                      |   12 
 src/main/resources/mails/projectManagerExcludeEmail.html                   |   12 
 src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java           |    8 
 src/main/resources/mails/workspaceMaxStorageExcessEmail.html               |   14 +-
 src/main/resources/mails/projectManagerIncludeEmail.html                   |   12 
 src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html  |   12 
 src/main/resources/mails/workspaceMaxUserExcessEmail.html                  |   14 +-
 29 files changed, 201 insertions(+), 194 deletions(-)

diff --git a/src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java b/src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java
index c0041f5..6850762 100644
--- a/src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java
+++ b/src/main/java/kr/wisestone/owl/service/impl/UserServiceImpl.java
@@ -172,6 +172,9 @@
     @Value("${total.statistics.email}")
     private String totalStatisticsEmail; //  �봽濡쒖젥�듃, �씠�뒋, �궗�슜�옄�닔 �븣由�
 
+    @Value("${email.joinEmail}")
+    private boolean bJoinEmail;
+
     @Autowired
     private ExcelView excelView;
 
@@ -292,8 +295,9 @@
         userMap.put("registerDate", DateUtil.convertDateToYYYYMMDD(user.getRegisterDate()));
 
         //  �쉶�썝 媛��엯 �븣由� 硫붿씪 �쟾�넚
-        this.systemEmailService.directEmail(new String[]{user.getAccount()}, EmailType.WORKSPACE_JOIN, userMap, null);
-
+        if(bJoinEmail) {
+            this.systemEmailService.directEmail(new String[]{user.getAccount()}, EmailType.WORKSPACE_JOIN, userMap, null);
+        }
         return user;
     }
 
diff --git a/src/main/resources/mails/issueAddEmail.html b/src/main/resources/mails/issueAddEmail.html
index 6ccd810..6083129 100644
--- a/src/main/resources/mails/issueAddEmail.html
+++ b/src/main/resources/mails/issueAddEmail.html
@@ -7,14 +7,14 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
         <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
             <h3><span th:utext="${#messages.msg('issue.add.occurrence')}">諛쒖깮 �떆媛�</span> : <span th:utext="${eventOccurDate}"></span></h3>
             <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('issue.add.registerIssue')}">
-                OWL ITS �씠�뒋媛� �벑濡앸릺�뿀�뒿�땲�떎.
+                KISA �씠�뒋媛� �벑濡앸릺�뿀�뒿�땲�떎.
             </h1>
         </td>
     </tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/issueRemoveEmail.html b/src/main/resources/mails/issueRemoveEmail.html
index 70e2234..513f12b 100644
--- a/src/main/resources/mails/issueRemoveEmail.html
+++ b/src/main/resources/mails/issueRemoveEmail.html
@@ -7,14 +7,14 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
         <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
             <h3><span th:utext="${#messages.msg('issue.add.occurrence')}">諛쒖깮 �떆媛�</span> : <span th:utext="${eventOccurDate}"></span></h3>
             <h1 style="margin-top: 0px;color:#030962;">
-                <span th:utext="${#messages.msg('issue.add.deleteIssue')}">OWL ITS �씠�뒋媛� �궘�젣�릺�뿀�뒿�땲�떎.</span>
+                <span th:utext="${#messages.msg('issue.add.deleteIssue')}">KISA �씠�뒋媛� �궘�젣�릺�뿀�뒿�땲�떎.</span>
             </h1>
         </td>
     </tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/issueSendEmail.html b/src/main/resources/mails/issueSendEmail.html
index 92bf1d7..9c75061 100644
--- a/src/main/resources/mails/issueSendEmail.html
+++ b/src/main/resources/mails/issueSendEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/issueSendEmailTemplate1.html b/src/main/resources/mails/issueSendEmailTemplate1.html
index 8dc3421..4a43847 100644
--- a/src/main/resources/mails/issueSendEmailTemplate1.html
+++ b/src/main/resources/mails/issueSendEmailTemplate1.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/issueSendEmailTemplate2.html b/src/main/resources/mails/issueSendEmailTemplate2.html
index 47edfd2..57eeebf 100644
--- a/src/main/resources/mails/issueSendEmailTemplate2.html
+++ b/src/main/resources/mails/issueSendEmailTemplate2.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/issueSendEmailTemplate3.html b/src/main/resources/mails/issueSendEmailTemplate3.html
index d7a1088..0aa3040 100644
--- a/src/main/resources/mails/issueSendEmailTemplate3.html
+++ b/src/main/resources/mails/issueSendEmailTemplate3.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="" th:href="${url}" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -148,17 +148,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="" th:href="${url}" target="_blank" style="text-decoration: underline; color: #4B72FA;" th:utext="${url}">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+<!--            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>-->
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html b/src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html
index be96f02..00f9419 100644
--- a/src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html
+++ b/src/main/resources/mails/projectDefaultExcludeAndManagerIncludeEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -62,17 +62,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectDefaultExcludeEmail.html b/src/main/resources/mails/projectDefaultExcludeEmail.html
index 7637f25..86672ea 100644
--- a/src/main/resources/mails/projectDefaultExcludeEmail.html
+++ b/src/main/resources/mails/projectDefaultExcludeEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -63,17 +63,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectDefaultIncludeEmail.html b/src/main/resources/mails/projectDefaultIncludeEmail.html
index f402520..daed841 100644
--- a/src/main/resources/mails/projectDefaultIncludeEmail.html
+++ b/src/main/resources/mails/projectDefaultIncludeEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -63,17 +63,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html b/src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html
index ca47699..d05e7d6 100644
--- a/src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html
+++ b/src/main/resources/mails/projectManagerExcludeAndDefaultIncludeEmail.html
@@ -62,17 +62,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectManagerExcludeEmail.html b/src/main/resources/mails/projectManagerExcludeEmail.html
index c73738d..3c0f4e9 100644
--- a/src/main/resources/mails/projectManagerExcludeEmail.html
+++ b/src/main/resources/mails/projectManagerExcludeEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -62,17 +62,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/projectManagerIncludeEmail.html b/src/main/resources/mails/projectManagerIncludeEmail.html
index 85b6aeb..5734918 100644
--- a/src/main/resources/mails/projectManagerIncludeEmail.html
+++ b/src/main/resources/mails/projectManagerIncludeEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="http://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -62,17 +62,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html b/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html
index 86cfbc5..350529c 100644
--- a/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html
+++ b/src/main/resources/mails/regularPaymentCancelByAccountingManagerEmail.html
@@ -9,9 +9,9 @@
        xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"
-                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"
-                                                                  style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"-->
+<!--                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"-->
+<!--                                                                  style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -77,18 +77,18 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a
-                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
+                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a
+                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/regularPaymentCancelEmail.html b/src/main/resources/mails/regularPaymentCancelEmail.html
index e5f9ed2..4d94882 100644
--- a/src/main/resources/mails/regularPaymentCancelEmail.html
+++ b/src/main/resources/mails/regularPaymentCancelEmail.html
@@ -9,9 +9,9 @@
        xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"
-                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"
-                                                                  style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS"-->
+<!--                                                                  src="http://wisestone.kr/owlsolution/logo-dark.png"-->
+<!--                                                                  style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -66,18 +66,18 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a
-                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a
+                    href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/regularPaymentEmail.html b/src/main/resources/mails/regularPaymentEmail.html
index e1bd9d1..b5b8807 100644
--- a/src/main/resources/mails/regularPaymentEmail.html
+++ b/src/main/resources/mails/regularPaymentEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -20,8 +20,8 @@
     <tr>
         <td style="background-color: #fff; padding: 20px 70px;color: #636363; font-size: 13px;">
             <span style="color:#4B72FA;font-weight:bold;" th:utext="${userName}"></span><span th:utext="${#messages.msg('user.hello')}">�떂, �븞�뀞�븯�꽭�슂.</span><br/>
-            <span th:utext="${#messages.msg('regular.payment.using.service')}">OWL ITS �꽌鍮꾩뒪瑜� �씠�슜�빐 二쇱뀛�꽌 媛먯궗�빀�땲�떎.</span><br/><br/>
-            <span style="color:#000;" th:utext="${#messages.msg('regular.payment.complete')}">怨좉컼�떂�씠 �떊泥��븯�떊 OWL ITS �젙湲� 寃곗젣媛� �셿猷뚮릺�뿀�뒿�땲�떎. </span>
+            <span th:utext="${#messages.msg('regular.payment.using.service')}">KISA �꽌鍮꾩뒪瑜� �씠�슜�빐 二쇱뀛�꽌 媛먯궗�빀�땲�떎.</span><br/><br/>
+            <span style="color:#000;" th:utext="${#messages.msg('regular.payment.complete')}">怨좉컼�떂�씠 �떊泥��븯�떊 KISA �젙湲� 寃곗젣媛� �셿猷뚮릺�뿀�뒿�땲�떎. </span>
         </td>
     </tr>
     <tr>
@@ -84,17 +84,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
           <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/regularPaymentModifyEmail.html b/src/main/resources/mails/regularPaymentModifyEmail.html
index 5b91f8d..cc943d6 100644
--- a/src/main/resources/mails/regularPaymentModifyEmail.html
+++ b/src/main/resources/mails/regularPaymentModifyEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -87,17 +87,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/totalStatisticsEmail.html b/src/main/resources/mails/totalStatisticsEmail.html
index 76ac8b1..148b89c 100644
--- a/src/main/resources/mails/totalStatisticsEmail.html
+++ b/src/main/resources/mails/totalStatisticsEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -58,17 +58,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
+                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/userJoinStatisticsEmail.html b/src/main/resources/mails/userJoinStatisticsEmail.html
index ccc297f..ca7d8b2 100644
--- a/src/main/resources/mails/userJoinStatisticsEmail.html
+++ b/src/main/resources/mails/userJoinStatisticsEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -65,17 +65,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+            Copyright 짤 KISA. All Rights Reserved.
           </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/userSearchPasswordEmail.html b/src/main/resources/mails/userSearchPasswordEmail.html
index d1bc738..64c0431 100644
--- a/src/main/resources/mails/userSearchPasswordEmail.html
+++ b/src/main/resources/mails/userSearchPasswordEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -48,17 +48,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/userWithDrawEmail.html b/src/main/resources/mails/userWithDrawEmail.html
index a4c3812..c8bae94 100644
--- a/src/main/resources/mails/userWithDrawEmail.html
+++ b/src/main/resources/mails/userWithDrawEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -21,22 +21,22 @@
         <td style="background-color: #fff; padding: 20px 70px;color: #636363; font-size: 13px;">
             <span style="color:#4B72FA;font-weight:bold;" th:utext="${name}"></span>
             <span th:utext="${#messages.msg('user.hello')}">�떂, �븞�뀞�븯�꽭�슂.</span><br/>
-            <span th:utext="${#messages.msg('user.withDraw.success')}">�쉶�썝�떂�씠 �슂泥��븯�떊 OWL ITS �쉶�썝 �깉�눜媛� �꽦怨듭쟻�쑝濡� �셿猷뚮릺�뿀�뒿�땲�떎. 洹몃룞�븞 �씠�슜�빐 二쇱뀛�꽌 媛먯궗�뱶由쎈땲�떎. �떎�떆 諛⑸Ц�븯�떎 �닔 �엳�룄濡� �뜑�슧�뜑 �끂�젰�븯寃좎뒿�땲�떎.</span>
+            <span th:utext="${#messages.msg('user.withDraw.success')}">�쉶�썝�떂�씠 �슂泥��븯�떊 KISA �쉶�썝 �깉�눜媛� �꽦怨듭쟻�쑝濡� �셿猷뚮릺�뿀�뒿�땲�떎. 洹몃룞�븞 �씠�슜�빐 二쇱뀛�꽌 媛먯궗�뱶由쎈땲�떎. �떎�떆 諛⑸Ц�븯�떎 �닔 �엳�룄濡� �뜑�슧�뜑 �끂�젰�븯寃좎뒿�땲�떎.</span>
         </td>
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/workspaceExpireAlarmEmail.html b/src/main/resources/mails/workspaceExpireAlarmEmail.html
index 653b9bf..0de59dd 100644
--- a/src/main/resources/mails/workspaceExpireAlarmEmail.html
+++ b/src/main/resources/mails/workspaceExpireAlarmEmail.html
@@ -15,8 +15,8 @@
                 <tr>
                     <td style="width:210px"></td>
                     <td style="width:180px;">
-                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"
-                                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
+<!--                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"-->
+<!--                                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                     </td>
                     <td style="width:210px"></td>
                 </tr>
@@ -29,7 +29,7 @@
     </tr>
     <tr>
         <td style="background-color: #fff;">
-            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
+<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
         </td>
     </tr>
     <tr>
@@ -43,14 +43,14 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;">
                         <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg1', dayCount)}"><span
-                                style="font-size:24px;font-weight:bold;">OWL ITS �뾽臾� 怨듦컙 �궗�슜 湲곌컙�씠<br/><span
+                                style="font-size:24px;font-weight:bold;">KISA �뾽臾� 怨듦컙 �궗�슜 湲곌컙�씠<br/><span
                                 style="color:#ff3c00; font-weight:bold;">D-7</span>�씪 �궓�븯�뒿�땲�떎.</span></pre><br/><br/>
                         <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg2', name, workspaceName, dayCount)}"><span
-                                style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂, OWL ITS�쓽 <span
+                                style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂, KISA�쓽 <span
                                 style="color:#4B72FA;font-weight:bold">[�뾽臾닿났媛�] </span> �뾽臾닿났媛� �궗�슜 湲곌컙�씠 <span
                                 style="color:#ff3c00; font-weight:bold;">[D-DAY]</span>�씪 諛뽰뿉
                             �궓吏� �븡�븯�뼱�슂.<br/></pre>
-                        <span th:utext="${#messages.msg('workspace.expiredAlarm.msg3')}">�젙湲� 寃곗젣瑜� �떊泥��븯�떆硫� OWL ITS�쓽 紐⑤뱺 湲곕뒫�쓣 洹몃�濡� �궗�슜�븯�떎 �닔 �엳�뒿�땲�떎.</span>
+                        <span th:utext="${#messages.msg('workspace.expiredAlarm.msg3')}">�젙湲� 寃곗젣瑜� �떊泥��븯�떆硫� KISA�쓽 紐⑤뱺 湲곕뒫�쓣 洹몃�濡� �궗�슜�븯�떎 �닔 �엳�뒿�땲�떎.</span>
 
                     </td>
                     <td style="width:40px"></td>
@@ -102,7 +102,7 @@
                 </tr>
                 <tr>
                     <td colspan="3" style="text-align:center;font-size:12px;">
-                        <span th:utext="${#messages.msg('workspace.expiredAlarm,msg5')}">吏�湲� OWL ITS �젙湲곌껐�젣瑜� �떊泥��븯�떆怨� �떎�뼇�븳 �씠�뒋 愿�由� 湲곕뒫�쓣 留덉쓬猿� �궗�슜�븯�꽭�슂!</span>
+                        <span th:utext="${#messages.msg('workspace.expiredAlarm,msg5')}">吏�湲� KISA �젙湲곌껐�젣瑜� �떊泥��븯�떆怨� �떎�뼇�븳 �씠�뒋 愿�由� 湲곕뒫�쓣 留덉쓬猿� �궗�슜�븯�꽭�슂!</span>
                     </td>
                 </tr>
                 <tr>
@@ -138,9 +138,9 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;text-align:center;">
                         <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg7')}">
-                        <span style="font-size:12px;color: #8D929D;">OWL ITS �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫� <a
+                        <span style="font-size:12px;color: #8D929D;">KISA �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫� <!--<a
                                 href="mailto:supportowl@wisestone.kr"
-                                style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
+                                style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
                         </pre>
                     </td>
                     <td style="width:40px"></td>
@@ -165,7 +165,7 @@
                    <pre th:utext="${#messages.msg('workspace.expiredAlarm.msg8')}">
                         蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.<br/>
                         <span style="color: #A5A5A5; font-size: 11px;">
-                    Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+                    Copyright 짤 KISA. All Rights Reserved.
                         </span>
                    </pre>
                     </td>
diff --git a/src/main/resources/mails/workspaceExpireEmail.html b/src/main/resources/mails/workspaceExpireEmail.html
index 455595c..a0d32a2 100644
--- a/src/main/resources/mails/workspaceExpireEmail.html
+++ b/src/main/resources/mails/workspaceExpireEmail.html
@@ -16,8 +16,8 @@
                 <tr>
                     <td style="width:210px"></td>
                     <td style="width:180px;">
-                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"
-                                                                                 src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
+<!--                        <a href="http://owlsolution.co.kr" target="_blank"><img alt="OWL ITS"-->
+<!--                                                                                 src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                     </td>
                     <td style="width:210px"></td>
                 </tr>
@@ -30,7 +30,7 @@
     </tr>
     <tr>
         <td style="background-color: #fff;">
-            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
+<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
         </td>
     </tr>
     <tr>
@@ -44,16 +44,16 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;">
                         <pre th:utext="${#messages.msg('workspace.expire.msg1')}">
-                            <span style="font-size:24px;font-weight:bold;">OWL ITS �뾽臾� 怨듦컙 <br/>�궗�슜 湲곌컙�씠 留뚮즺�릺�뿀�뒿�땲�떎.</span><br/><br/>
+                            <span style="font-size:24px;font-weight:bold;">KISA �뾽臾� 怨듦컙 <br/>�궗�슜 湲곌컙�씠 留뚮즺�릺�뿀�뒿�땲�떎.</span><br/><br/>
                         </pre>
                         <pre th:utext="${#messages.msg('workspace.expire.msg2', userName)}">
-                            <span style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂, OWL ITS瑜� �씠�슜�빐 二쇱뀛�꽌 媛먯궗�빀�땲�떎.<br/>
+                            <span style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂, KISA瑜� �씠�슜�빐 二쇱뀛�꽌 媛먯궗�빀�땲�떎.<br/>
                         </pre>
                         <pre th:utext="${#messages.msg('workspace.expire.msg3', workspaceName)}">
                             <span style="color:#4B72FA;font-weight:bold">[�뾽臾닿났媛꾨챸]</span>�뾽臾� 怨듦컙 �궗�슜 湲곌컙�씠 留뚮즺�릺�뿀�뒿�땲�떎.<br/><br/>
                         </pre>
                         <pre th:utext="${#messages.msg('workspace.expire.msg4')}">
-                            <span>怨꾩냽 �궗�슜�쓣 �썝�븯�떊�떎硫� OWL ITS �젙湲곌껐�젣瑜� �떊泥��빐 二쇱꽭�슂. �젙湲� 寃곗젣瑜� �떊泥��븯�떆硫� OWL ITS�쓽 紐⑤뱺 湲곕뒫�쓣 洹몃�濡� �궗�슜�븯�떎 �닔 �엳�뒿�땲�떎.<br/><br/></span>
+                            <span>怨꾩냽 �궗�슜�쓣 �썝�븯�떊�떎硫� KISA �젙湲곌껐�젣瑜� �떊泥��빐 二쇱꽭�슂. �젙湲� 寃곗젣瑜� �떊泥��븯�떆硫� KISA�쓽 紐⑤뱺 湲곕뒫�쓣 洹몃�濡� �궗�슜�븯�떎 �닔 �엳�뒿�땲�떎.<br/><br/></span>
                         </pre>
                         <pre th:utext="${#messages.msg('workspace.expire.msg5')}">
                             <span style="color:#ff3c00; font-size:12px;">�살쑀�쓽�궗�빆<br/>�궗�슜湲곌컙 留뚮즺 6媛쒖썡 �씠�썑�뿉�뒗 �뾽臾닿났媛꾩뿉 ���옣�맂 �뜲�씠�꽣媛� 紐⑤몢 �궘�젣�릺�땲 �쑀�쓽�빐 二쇱꽭�슂!</span>
@@ -136,9 +136,9 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;text-align:center;">
                         <pre th:utext="${#messages.msg('workspace.expire.msg8')}">
-                            <span style="font-size:12px;color: #8D929D;">OWL ITS �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫�
-                            <a href="mailto:supportowl@wisestone.kr"
-                               style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
+                            <span style="font-size:12px;color: #8D929D;">KISA �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫�
+                            <!--<a href="mailto:supportowl@wisestone.kr"
+                               style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
                         </pre>
                     </td>
                     <td style="width:40px"></td>
@@ -163,7 +163,7 @@
                         <pre th:utext="${#messages.msg('workspace.expire.msg9')}">
                              蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.<br/>
                             <span style="color: #A5A5A5; font-size: 11px;">
-                                Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+                                Copyright 짤 KISA. All Rights Reserved.
                             </span>
                         </pre>
                     </td>
diff --git a/src/main/resources/mails/workspaceInviteNewUserEmail.html b/src/main/resources/mails/workspaceInviteNewUserEmail.html
index 9703d26..a90b9c7 100644
--- a/src/main/resources/mails/workspaceInviteNewUserEmail.html
+++ b/src/main/resources/mails/workspaceInviteNewUserEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -22,7 +22,7 @@
             <span th:utext="${#messages.msg('workspace.hello')}">�븞�뀞�븯�꽭�슂.</span> <br/>
             <span style="color:#4B72FA; font-weight:bold;" th:utext="${inviteUserName}"></span>
             <span th:utext="${#messages.msg('workspace.asked.you')}">�떂�씠 怨좉컼�떂�쓣</span>
-            <span style="color:#4B72FA; font-weight:bold;">OWL ITS</span>
+            <span style="color:#4B72FA; font-weight:bold;">KISA</span>
             [<span th:utext="${workspaceName}"> </span>] <span th:utext="${#messages.msg('workspace.invited.to')}">�뿉 珥덈��븯���뒿�땲�떎.</span>
         </td>
     </tr>
@@ -31,13 +31,13 @@
             <table style="width:450px; background-color: #F4F4F4; margin: 20px 0px 40px;" align="center">
                 <tr>
                     <td colspan="2" style="padding: 20px 40px; color: #111; border-top: 1px solid #e7e7e7;">
-                        <span th:utext="${#messages.msg('workspace.click.button')}">�븘�옒 踰꾪듉�쓣 �겢由��븯�뿬 �쉶�썝媛��엯�쓣 �븯�떆硫� 珥덈��맂 �뾽臾� 怨듦컙�뿉 李몄뿬�븷 �닔 �엳�뒿�땲�떎. OWL ITS�뒗 �씠�뒋 湲곕컲�쓽 �봽濡쒖젥�듃 愿�由� �댋濡� 紐⑤뱺 �씠�뒋瑜� 愿�由ы븯怨� �삊�뾽�븷 �닔 �엳�뒿�땲�떎.</span>
+                        <span th:utext="${#messages.msg('workspace.click.button')}">�븘�옒 踰꾪듉�쓣 �겢由��븯�뿬 �쉶�썝媛��엯�쓣 �븯�떆硫� 珥덈��맂 �뾽臾� 怨듦컙�뿉 李몄뿬�븷 �닔 �엳�뒿�땲�떎. KISA�뒗 �씠�뒋 湲곕컲�쓽 �봽濡쒖젥�듃 愿�由� �댋濡� 紐⑤뱺 �씠�뒋瑜� 愿�由ы븯怨� �삊�뾽�븷 �닔 �엳�뒿�땲�떎.</span>
                     </td>
                 </tr>
                 <tr>
                     <td colspan="2" style="padding:20px;  color: #8D929D; font-size: 13px; text-align: center;border-bottom: 1px solid #e7e7e7;">
-                        <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;"><span th:utext="${#messages.msg('user.password.login')}">OWL
-                    ITS 濡쒓렇�씤</span></a>
+                        <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;"><span th:utext="${#messages.msg('user.password.login')}">
+                    KISA 濡쒓렇�씤</span></a>
                     </td>
                 </tr>
             </table>
@@ -45,17 +45,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/workspaceInviteSystemUserEmail.html b/src/main/resources/mails/workspaceInviteSystemUserEmail.html
index 45dfcef..54a6fa0 100644
--- a/src/main/resources/mails/workspaceInviteSystemUserEmail.html
+++ b/src/main/resources/mails/workspaceInviteSystemUserEmail.html
@@ -7,7 +7,7 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
@@ -22,7 +22,7 @@
             <span th:utext="${#messages.msg('workspace.hello')}">�븞�뀞�븯�꽭�슂.</span> <br/>
             <span style="color:#4B72FA; font-weight:bold;" th:utext="${inviteUserName}"></span>
             <span th:utext="${#messages.msg('workspace.asked.you')}">�떂�씠 怨좉컼�떂�쓣</span>
-            <span  style="color:#4B72FA; font-weight:bold;">OWL ITS</span>
+            <span  style="color:#4B72FA; font-weight:bold;">KISA</span>
             [<span th:utext="${workspaceName}"></span>] <span th:utext="${#messages.msg('workspace.invited.to')}">�뿉 珥덈��븯���뒿�땲�떎.</span>
         </td>
     </tr>
@@ -37,7 +37,7 @@
                 <tr>
                     <td colspan="2" style="padding:20px;  color: #8D929D; font-size: 13px; text-align: center;border-bottom: 1px solid #e7e7e7;">
                         <a href="https://owlsolution.io" target="_blank" style="padding: 10px 15px; background-color: #4B72FA; color: #fff; font-weight: bolder; font-size: 14px; display: inline-block; text-decoration: none;">
-                            <span th:utext="${#messages.msg('user.password.login')}">OWL ITS 濡쒓렇�씤</span>
+                            <span th:utext="${#messages.msg('user.password.login')}">KISA 濡쒓렇�씤</span>
                         </a>
                     </td>
                 </tr>
@@ -46,17 +46,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+<!--            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">-->
+<!--                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/workspaceJoinEmail.html b/src/main/resources/mails/workspaceJoinEmail.html
index 57dc8d2..b20d905 100644
--- a/src/main/resources/mails/workspaceJoinEmail.html
+++ b/src/main/resources/mails/workspaceJoinEmail.html
@@ -16,8 +16,8 @@
                 <tr>
                     <td style="width:210px"></td>
                     <td style="width:180px;">
-                        <a th:href="${url}" target="_blank"><img alt="OWL ITS"
-                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>
+<!--                        <a th:href="${url}" target="_blank"><img alt="OWL ITS"-->
+<!--                                                                src="http://owlsolution.co.kr/images/mail/logo-dark.png"></a>-->
                     </td>
                     <td style="width:210px"></td>
                 </tr>
@@ -30,7 +30,7 @@
     </tr>
     <tr>
         <td style="background-color: #fff;">
-            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">
+<!--            <img alt="OWL ITS" src="http://owlsolution.co.kr/images/mail/em-top.jpg">-->
         </td>
     </tr>
     <tr>
@@ -44,9 +44,9 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;">
                         <pre th:utext="${#messages.msg('workspace.join.msg1', name)}">
-                            <span style="font-size:24px;font-weight:bold;"> OWL ITS 媛��엯�쓣 �솚�쁺�빀�땲�떎.</span><br/><br/>
+                            <span style="font-size:24px;font-weight:bold;"> KISA 媛��엯�쓣 �솚�쁺�빀�땲�떎.</span><br/><br/>
                             �븞�뀞�븯�꽭�슂. <span
-                                style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂! OWL ITS 媛��엯�쓣 吏꾩떖�쑝濡� �솚�쁺�빀�땲�떎.<br/>OWL ITS瑜� �씠�슜�븯硫� �봽濡쒖젥�듃�뿉�꽌 諛쒖깮�븯�뒗 �씠�뒋瑜� �슚�쑉�쟻�쑝濡� 愿�由ы븷 �닔 �엳�뒿�땲�떎.
+                                style="color:#4B72FA;font-weight:bold">�궗�슜�옄紐�</span>�떂! KISA 媛��엯�쓣 吏꾩떖�쑝濡� �솚�쁺�빀�땲�떎.<br/>KISA瑜� �씠�슜�븯硫� �봽濡쒖젥�듃�뿉�꽌 諛쒖깮�븯�뒗 �씠�뒋瑜� �슚�쑉�쟻�쑝濡� 愿�由ы븷 �닔 �엳�뒿�땲�떎.
                         </pre>
                     </td>
                     <td style="width:40px"></td>
@@ -121,7 +121,7 @@
                     <td style="width:40px"></td>
                     <td style="width:520px; text-align:center;">
                         <span th:utext="${#messages.msg('workspace.join.msg5')}">
-                            吏�湲�, OWL ITS�뿉 濡쒓렇�씤�빐 �떎�뼇�븳 湲곕뒫�쓣 �궗�슜�빐 蹂댁꽭�슂!
+                            吏�湲�, KISA�뿉 濡쒓렇�씤�빐 �떎�뼇�븳 湲곕뒫�쓣 �궗�슜�빐 蹂댁꽭�슂!
                         </span>
                     </td>
                     <td style="width:40px"></td>
@@ -137,7 +137,7 @@
                                 <td style="width:300px; height:50px; text-align:center; background:#37308d; border-radius:25px">
                                     <a th:href="${url}" target="_blank"
                                        style="display:inline-block; width:100%; height:50px; line-height:50px; font-size:15px; font-weight:bold; color:#fff; text-decoration:none"
-                                       th:utext="${#messages.msg('workspace.join.msg6')}">�븘�슱ITS 濡쒓렇�씤�븯湲�</a>
+                                       th:utext="${#messages.msg('workspace.join.msg6')}">KISA 濡쒓렇�씤�븯湲�</a>
                                 </td>
                                 <td style="width:150px"></td>
                             </tr>
@@ -159,9 +159,9 @@
                     <td style="width:40px"></td>
                     <td style="width:520px;text-align:center;">
                         <pre th:utext="${#messages.msg('workspace.join.msg7')}">
-                            <span style="font-size:12px;color: #8D929D;">OWL ITS �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫� <a
+                            <span style="font-size:12px;color: #8D929D;">KISA �궗�슜�뿉 �뼱�젮���씠 �엳�떎硫� <!--<a
                                     href="mailto:supportowl@wisestone.kr"
-                                    style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
+                                    style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>-->濡� �씠硫붿씪�쓣 蹂대궡二쇱꽭�슂.</span>
                         </pre>
                     </td>
                     <td style="width:40px"></td>
@@ -186,7 +186,7 @@
                         <pre th:utext="${#messages.msg('workspace.join.msg8')}">
                             蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.<br/>
                             <span style="color: #A5A5A5; font-size: 11px;">
-                            Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+                            Copyright 짤 KISA. All Rights Reserved.
                           </span>
                         </pre>
                     </td>
diff --git a/src/main/resources/mails/workspaceMaxStorageExcessEmail.html b/src/main/resources/mails/workspaceMaxStorageExcessEmail.html
index 3b737fa..689d1ce 100644
--- a/src/main/resources/mails/workspaceMaxStorageExcessEmail.html
+++ b/src/main/resources/mails/workspaceMaxStorageExcessEmail.html
@@ -7,13 +7,13 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
         <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
             <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('workspace.storage.space')}">
-                OWL ITS �뾽臾� 怨듦컙�뿉 ���옣 怨듦컙�씠 遺�議깊빀�땲�떎.
+                KISA �뾽臾� 怨듦컙�뿉 ���옣 怨듦컙�씠 遺�議깊빀�땲�떎.
             </h1>
         </td>
     </tr>
@@ -65,17 +65,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+           <!-- <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
+                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/mails/workspaceMaxUserExcessEmail.html b/src/main/resources/mails/workspaceMaxUserExcessEmail.html
index 6a46bda..65134ef 100644
--- a/src/main/resources/mails/workspaceMaxUserExcessEmail.html
+++ b/src/main/resources/mails/workspaceMaxUserExcessEmail.html
@@ -7,13 +7,13 @@
 <table align="center" style="width: 600px; margin:0 auto; background-color: #fff; box-shadow: 0px 20px 50px rgba(0,0,0,0.05);font-size: 14px; line-height: 1.43;font-family: &quot;留묒� 怨좊뵓&quot;" xmlns:th="http://www.thymeleaf.org">
     <tr>
         <td style="background-color: #fff;">
-            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>
+<!--            <a href="https://owlsolution.io" target="_blank"><img alt="OWL ITS" src="http://wisestone.kr/owlsolution/logo-dark.png" style="padding: 20px 60px"></a>-->
         </td>
     </tr>
     <tr>
         <td style="background-color: #fff; padding: 40px 70px 0 70px; border-top: 1px solid rgba(0,0,0,0.05);">
             <h1 style="margin-top: 0px;color:#030962;" th:utext="${#messages.msg('workspace.maximum.number.user')}">
-                OWL ITS �뾽臾� 怨듦컙�뿉 理쒕� �솢�꽦 �궗�슜�옄 �닔媛� 珥덇낵�릺�뿀�뒿�땲�떎.
+                KISA �뾽臾� 怨듦컙�뿉 理쒕� �솢�꽦 �궗�슜�옄 �닔媛� 珥덇낵�릺�뿀�뒿�땲�떎.
             </h1>
         </td>
     </tr>
@@ -54,17 +54,17 @@
     </tr>
     <tr>
         <td style="text-align:center;padding-bottom:40px;">
-            <span style="color: #000; font-weight:bold; font-size:16px;">OWL ITS TEAM</span><br/>
-            <a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
-                https://owlsolution.io</a><br/><br/>
-            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a></span>
+            <span style="color: #000; font-weight:bold; font-size:16px;">KISA</span><br/>
+            <!--<a href="https://owlsolution.io" target="_blank" style="text-decoration: underline; color: #4B72FA;">
+                https://owlsolution.io</a><br/><br/>-->
+            <span style="font-size:12px;color: #8D929D;">If you have any questions, contact us at <!--<a href="mailto:supportowl@wisestone.kr" style="text-decoration: underline; color: #4B72FA;">supportowl@wisestone.kr</a>--></span>
         </td>
     </tr>
     <tr>
         <td style="background-color: #f1f4fd; padding: 30px; text-align: center;color: #A5A5A5; font-size: 12px; margin-bottom: 5px;">
             <span th:utext="${#messages.msg('common.common.sendMail')}">蹂� 硫붿씪�� 諛쒖떊�쟾�슜 硫붿씪�엯�땲�떎.</span><br/>
             <span style="color: #A5A5A5; font-size: 10px;">
-              Copyright 짤 WISESTONE CO., Ltd. All Rights Reserved.
+              Copyright 짤 KISA. All Rights Reserved.
             </span>
         </td>
     </tr>
diff --git a/src/main/resources/system_dev.properties b/src/main/resources/system_dev.properties
index 8e517fe..30dbca1 100644
--- a/src/main/resources/system_dev.properties
+++ b/src/main/resources/system_dev.properties
@@ -50,6 +50,9 @@
 email.debug=true
 email.sendUrl=http://localhost:8080
 
+# \uAC00\uC785 \uD658\uC601 \uBA54\uC77C \uBC1C\uC2E0 \uC5EC\uBD80
+email.joinEmail=false
+
 # \uD68C\uACC4 \uB2F4\uB2F9\uC790 \uACB0\uC81C \uCDE8\uC18C \uC54C\uB9BC - \uD68C\uACC4 \uB2F4\uB2F9\uC790\uB294 \uAF2D \uC2DC\uC2A4\uD15C\uC5D0 \uAC00\uC785 \uB418\uC5B4 \uC788\uC5B4\uC57C \uD55C\uB2E4.
 payment.cancel.manager.email=jslee1@wisestone.kr
 

--
Gitblit v1.8.0