diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp
index 81f3f0b6..04a9bb02 100644
--- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp
+++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp
@@ -4543,7 +4543,16 @@ function returnTerm(sdt,edt,gubun){
data : JSON.stringify(data),
success: function(response) {
if(gubun == "appReqTerm"){
- $("#appReqTerm").val(response);
+ //alert();
+
+ if(response*1 > 21){
+ //신청인 보완기간은 최대 21일로 고정
+ //appReqTerm = 21;
+ $("#appReqTerm").val(21);
+ }else{
+ $("#appReqTerm").val(response);
+ }
+
}else if(gubun == "stopReqTerm"){
$("#stopReqTerm").val(response);
}else if(gubun == "answerTerm"){
@@ -5131,7 +5140,7 @@ function docOpen(obj) {
)');">종료보고서 결재
-
+