diff --git a/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp
index 52959581..7a104e45 100644
--- a/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fims/stat/stat01040-main.jsp
@@ -21,9 +21,11 @@
+">
+
\ No newline at end of file
diff --git a/src/main/webapp/resources/js/fims/stat/sendPreset.js b/src/main/webapp/resources/js/fims/stat/sendPreset.js
new file mode 100644
index 00000000..88946a52
--- /dev/null
+++ b/src/main/webapp/resources/js/fims/stat/sendPreset.js
@@ -0,0 +1,14 @@
+var sendPreset1 = [
+ { aggregateType : "count" }, //발송건수
+ { aggregateType : "count" }, //열람건수
+ { aggregateType : "count" }, //미열람건수
+ { aggregateType : "count" }, //전송실패건수
+ { aggregateType : "count" }, //비회원
+ { aggregateType : "count" }, //수신거부
+ { aggregateType : "count" }, //내부오류
+ { aggregateType : "count" }, //요청오류
+ { aggregateType : "count" }, //비허용사용자
+ { aggregateType : "count" }, //전송실패
+ { aggregateType : "count" } //문서도달실패
+
+];
\ No newline at end of file
diff --git a/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js b/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js
index e8a77465..a9baa2e5 100644
--- a/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js
+++ b/src/main/webapp/resources/lib/fims/biz/paintweb/paintweb-config.js
@@ -38,7 +38,7 @@ let paintweb_config = {
* @default "400px"
* 672px
*/
- "viewportHeight": "100%",
+ "viewportHeight": "800px",
/**
* Image save quality for the JPEG format.