diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css
index d17d2cf7..ef7cf997 100644
--- a/src/main/resources/static/css/common.css
+++ b/src/main/resources/static/css/common.css
@@ -150,8 +150,11 @@
background-color: #253660;
z-index: 100;
}
-#footer{
- z-index: 1;
+#wrapper{
+ min-height: 91%;
+}
+.footer{
+ transform : translateY(91%);
}
.bg-label{
background-color: lightblue;
@@ -174,13 +177,27 @@
color: #24396c;
text-align: center;
}
-.col-form-label-sm.text-center{
+
+.col-form-label-sm.text-center {
background-color: #aabfe178;
+ border: 1px solid rgba(var(--bs-secondary-rgb))!important;
+
}
+
+.col-form-label-sm.text-start, .col-sm-11.form-control-sm, .col-sm-10.form-control-sm{
+ border: 1px solid rgba(var(--bs-secondary-rgb))!important;
+}
+
+
+
@font-face {font-family:'GmarketSansMedium';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');}
.dash-title
{
font-family: 'GmarketSansMedium';
font-size: 18px;
-}
\ No newline at end of file
+}
+
+.bg-light.text-center{
+ background-color: #deebff78!important;
+}
diff --git a/src/main/resources/static/img/logoNew.png b/src/main/resources/static/img/logoNew.png
new file mode 100644
index 00000000..8dda7a05
Binary files /dev/null and b/src/main/resources/static/img/logoNew.png differ
diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html
index 53a87390..694d5906 100644
--- a/src/main/resources/templates/fragments/footer.html
+++ b/src/main/resources/templates/fragments/footer.html
@@ -1,45 +1,45 @@
-
-
-
-
-
-
-
- 21995 인천광역시 연수구 해돋이로 130 해양경찰청
-
-
- COPYRIGHT(C)2022 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. ALL RIGHT RESERVED
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/main/resources/templates/fragments/header.html b/src/main/resources/templates/fragments/header.html
index 1f89d56b..737f9523 100644
--- a/src/main/resources/templates/fragments/header.html
+++ b/src/main/resources/templates/fragments/header.html
@@ -6,9 +6,7 @@
diff --git a/src/main/resources/templates/fragments/leftMenu.html b/src/main/resources/templates/fragments/leftMenu.html
index 85cc24c0..123eca29 100644
--- a/src/main/resources/templates/fragments/leftMenu.html
+++ b/src/main/resources/templates/fragments/leftMenu.html
@@ -1,11 +1,13 @@
-
-
+
-->
-
-
-
+
+
-
-
-
Loading...
+
+
+
Loading
-
-
-
Loading
-
-
-
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/publicBoard/board/boardEditModal.html b/src/main/resources/templates/publicBoard/board/boardEditModal.html
index 2f8d7957..b3b0a4c6 100644
--- a/src/main/resources/templates/publicBoard/board/boardEditModal.html
+++ b/src/main/resources/templates/publicBoard/board/boardEditModal.html
@@ -16,7 +16,7 @@
-
작성자
+
작성자
@@ -24,7 +24,7 @@
-
작성일시
+
작성일시
@@ -34,20 +34,20 @@
소속관서에만 노출
-
첨부파일
+
첨부파일
diff --git a/src/main/resources/templates/publicBoard/board/boardPage.html b/src/main/resources/templates/publicBoard/board/boardPage.html
index 562e7b99..1cad231a 100644
--- a/src/main/resources/templates/publicBoard/board/boardPage.html
+++ b/src/main/resources/templates/publicBoard/board/boardPage.html
@@ -61,7 +61,7 @@
-
+
제목
관서
@@ -77,7 +77,7 @@
-
+
diff --git a/src/main/resources/templates/publicBoard/board/boardViewModal.html b/src/main/resources/templates/publicBoard/board/boardViewModal.html
index 3b662e1e..a26d8e32 100644
--- a/src/main/resources/templates/publicBoard/board/boardViewModal.html
+++ b/src/main/resources/templates/publicBoard/board/boardViewModal.html
@@ -17,11 +17,11 @@
-
+
+
제목
+
작성일시
-
제목
-
작성자
@@ -34,7 +34,7 @@
내용
-
diff --git a/src/main/resources/templates/publicBoard/notice/noticeViewModal.html b/src/main/resources/templates/publicBoard/notice/noticeViewModal.html
index c2853aee..8f5d532b 100644
--- a/src/main/resources/templates/publicBoard/notice/noticeViewModal.html
+++ b/src/main/resources/templates/publicBoard/notice/noticeViewModal.html
@@ -17,11 +17,11 @@
-
+
+
제목
+
작성일시
-
제목
-
작성자
@@ -34,7 +34,7 @@
내용
-
diff --git a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html
index 0452bc0e..cdaa6f3b 100644
--- a/src/main/resources/templates/publicBoard/qna/qnaEditModal.html
+++ b/src/main/resources/templates/publicBoard/qna/qnaEditModal.html
@@ -16,7 +16,7 @@
-
작성자
+
작성자
@@ -24,7 +24,7 @@
-
작성일시
+
작성일시
@@ -34,20 +34,20 @@
소속관서에만 노출
-
첨부파일
+
첨부파일
diff --git a/src/main/resources/templates/publicBoard/qna/qnaPage.html b/src/main/resources/templates/publicBoard/qna/qnaPage.html
index 0884b7c9..3c3cdeb1 100644
--- a/src/main/resources/templates/publicBoard/qna/qnaPage.html
+++ b/src/main/resources/templates/publicBoard/qna/qnaPage.html
@@ -62,7 +62,7 @@
-
+
제목
관서
@@ -75,10 +75,10 @@
-
+
-
+
diff --git a/src/main/resources/templates/publicBoard/qna/qnaViewModal.html b/src/main/resources/templates/publicBoard/qna/qnaViewModal.html
index 3b662e1e..f31b32ed 100644
--- a/src/main/resources/templates/publicBoard/qna/qnaViewModal.html
+++ b/src/main/resources/templates/publicBoard/qna/qnaViewModal.html
@@ -15,15 +15,15 @@
-
+
-
-
작성일시
-
-
제목
-
-
작성자
-
+
+ 제목
+
+ 작성일시
+
+ 작성자
+
@@ -33,9 +33,9 @@
- 내용
-
diff --git a/src/main/resources/templates/publicBoard/reference/referencePage.html b/src/main/resources/templates/publicBoard/reference/referencePage.html
index 0b90974e..4626eea5 100644
--- a/src/main/resources/templates/publicBoard/reference/referencePage.html
+++ b/src/main/resources/templates/publicBoard/reference/referencePage.html
@@ -67,7 +67,7 @@