diff --git a/WebContent/WEB-INF/view/contractMgmt/FileRegistPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/FileRegistPopup.jsp
new file mode 100644
index 0000000..dd8e3ec
--- /dev/null
+++ b/WebContent/WEB-INF/view/contractMgmt/FileRegistPopup.jsp
@@ -0,0 +1,298 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
+<%@ page import="com.pms.common.utils.*"%>
+<%@ page import="java.util.*" %>
+<%@include file= "/init.jsp" %>
+
+
+
+
+<%=Constants.SYSTEM_NAME%>
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate1.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate1.jsp
index 2114cab..99ba1c4 100644
--- a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate1.jsp
+++ b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate1.jsp
@@ -223,36 +223,34 @@ body {
z-index: 1000;
}
-.plm_btns:first-child {
- margin-left: 600px;
-}
-/* .plm_btns {
+/* 견적서 전용 버튼 스타일 */
+.estimate-btn {
display: inline-block;
- padding: 12px 40px;
- margin: 0 5px;
- font-size: 15px;
- font-weight: bold;
+ padding: 5px 15px;
+ margin: 0 2px;
+ font-size: 12px;
+ font-weight: normal;
cursor: pointer;
- border: 2px solid #007bff;
- background-color: #007bff;
+ border: 1px solid #60a5fa;
+ background-color: #60a5fa;
color: white;
- border-radius: 5px;
+ border-radius: 3px;
transition: all 0.3s;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
-} */
+}
-.plm_btns:hover {
- background-color: #0056b3;
- border-color: #0056b3;
+.estimate-btn:hover {
+ background-color: #1e3a8a;
+ border-color: #1e3a8a;
box-shadow: 0 2px 6px rgba(0,123,255,0.4);
}
-.plm_btns:active {
- background-color: #004085;
- border-color: #004085;
- box-shadow: 0 1px 3px rgba(0,123,255,0.2);
+.estimate-btn:active {
+ background-color: #1e3a8a;
+ border-color: #1e3a8a;
+ box-shadow: 0 1px 3px rgba(96,165,250,0.3);
}
input[type="text"],
@@ -1267,10 +1265,10 @@ function fn_save() {
-
-
-
-
+
+
+
+