diff --git a/src/main/webapp/WEB-INF/jsp/framework/frameworkIncludeBase.jsp b/src/main/webapp/WEB-INF/jsp/framework/frameworkIncludeBase.jsp
index e60969ec..2240a9a7 100644
--- a/src/main/webapp/WEB-INF/jsp/framework/frameworkIncludeBase.jsp
+++ b/src/main/webapp/WEB-INF/jsp/framework/frameworkIncludeBase.jsp
@@ -18,6 +18,8 @@
+
+
diff --git a/src/main/webapp/WEB-INF/templates/layout/cmm_style.html b/src/main/webapp/WEB-INF/templates/layout/cmm_style.html
index e5068b4a..2b5c9a92 100644
--- a/src/main/webapp/WEB-INF/templates/layout/cmm_style.html
+++ b/src/main/webapp/WEB-INF/templates/layout/cmm_style.html
@@ -17,6 +17,8 @@
+
+
diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css
index 4d49ad3f..af195da9 100644
--- a/src/main/webapp/resources/biz/common/css/index.css
+++ b/src/main/webapp/resources/biz/common/css/index.css
@@ -1,88 +1,6 @@
@charset "UTF-8";
-caption {
- display: none;
-}
-
-/* 필수 항목 캡션 */
-label.required:after {
- content: '*';
- color: red;
-}
-
-input[type=file] {
- height: 24px;
- padding: 0 5px; }
-
-input[type=text]:disabled, input[type=text]:read-only {
- background-color: #eceef1;
-}
-
-/*2023.01.26 dataset css 추가*/
-input[data-fmt-type=number] {
- text-align: right;
- padding-right: 10px;
-}
-input[data-fmt-type=time], input[data-fmt-type=day] {
-
-}
-
-/*팝업*/
-.popup {
- clear: both;
- overflow: hidden;
- position: relative;
- text-align: center;
- min-width: 1440px;
-}
-
-/*---- 모달 ----*/
-.modal-wrap {
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: none;
- background: rgba(0, 0, 0, 0.7);
- z-index: 1000; }
- .modal-wrap .modal-cell {
- display: table-cell;
- vertical-align: middle;
- text-align: center;
- overflow-y: scroll; }
- .modal-wrap .modal-cell .cont-box {
- display: none;
- position: relative;
- margin: 0 auto;
- background: #fff;
- width: 500px;
- padding: 40px 30px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- .modal-wrap .modal-cell .cont-box .btn-box {
- padding-top: 10px;
- margin-bottom: -10px; }
- .modal-wrap .modal-cell .cont-box .btn-close {
- position: absolute;
- top: 10px;
- right: 10px;
- background: transparent;
- border: none;
- font-size: 30px; }
- .modal-wrap .modal-cell .cont-box .btn-close::after {
- content: "\f00d"; }
-
-
-@media screen and (max-width: 760px) {
- .modal-wrap .modal-cell .cont-box {
- width: 90%; }
-}
-
-
-
-
.title {
border: 0px solid green;
@@ -110,12 +28,7 @@ button.btnDark {
-img.ui-datepicker-trigger {
- position: absolute;
- margin-left: -25px;
- margin-top: 6px;
- cursor: pointer;
-}
+
.list{cursor: pointer;}
diff --git a/src/main/webapp/resources/framework/css/common/common.css b/src/main/webapp/resources/framework/css/common/common.css
new file mode 100644
index 00000000..042424a2
--- /dev/null
+++ b/src/main/webapp/resources/framework/css/common/common.css
@@ -0,0 +1,89 @@
+
+caption {
+ display: none;
+}
+
+/* 필수 항목 캡션 */
+label.required:after {
+ content: '*';
+ color: red;
+}
+
+input[type=file] {
+ height: 24px;
+ padding: 0 5px; }
+
+input[type=text]:disabled, input[type=text]:read-only {
+ background-color: #eceef1;
+}
+
+/*2023.01.26 dataset css 추가*/
+input[data-fmt-type=number] {
+ text-align: right;
+ padding-right: 10px;
+}
+input[data-fmt-type=time], input[data-fmt-type=day] {
+
+}
+
+/*팝업*/
+.popup {
+ clear: both;
+ overflow: hidden;
+ position: relative;
+ text-align: center;
+ min-width: 1440px;
+}
+
+/*---- 모달 ----*/
+.modal-wrap {
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ display: none;
+ background: rgba(0, 0, 0, 0.7);
+ z-index: 1000; }
+.modal-wrap .modal-cell {
+ display: table-cell;
+ vertical-align: middle;
+ text-align: center;
+ overflow-y: scroll; }
+.modal-wrap .modal-cell .cont-box {
+ display: none;
+ position: relative;
+ margin: 0 auto;
+ background: #fff;
+ width: 500px;
+ padding: 40px 30px;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box; }
+.modal-wrap .modal-cell .cont-box .btn-box {
+ padding-top: 10px;
+ margin-bottom: -10px; }
+.modal-wrap .modal-cell .cont-box .btn-close {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ background: transparent;
+ border: none;
+ font-size: 30px; }
+.modal-wrap .modal-cell .cont-box .btn-close::after {
+ content: "\f00d"; }
+
+
+@media screen and (max-width: 760px) {
+ .modal-wrap .modal-cell .cont-box {
+ width: 90%; }
+}
+
+
+
+img.ui-datepicker-trigger {
+ position: absolute;
+ margin-left: -25px;
+ margin-top: 6px;
+ cursor: pointer;
+}
+