diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmDetail.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmDetail.jsp
index 100db76b..6d3c9bbd 100644
--- a/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmDetail.jsp
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/adjPgrMgr/apm/apmDetail.jsp
@@ -56,6 +56,9 @@
window.open("");
}
+
diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css
index 0bbe0727..68096b84 100644
--- a/src/main/webapp/kccadrPb/adm/css/content.css
+++ b/src/main/webapp/kccadrPb/adm/css/content.css
@@ -413,12 +413,12 @@ table select+button{vertical-align: middle;}
#pageUnit{width: 100px}
/* 워크플로우 */
-.work_flow_wrap{background-color: #f1f2f4; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 20px; margin: 0 0 30px 0;transition: all 0.5s ease; height: auto;}
+.work_flow_wrap{background-color: #f1f2f4; border: 1px solid #d5d5d5; border-radius: 5px; padding: 0 20px; margin: 0 0 30px 0;transition: all 0.5s ease; height: auto;min-width:1200px;box-sizing:border-box;}
.work_flow_wrap .work_tit{display: flex; justify-content: space-between; align-items: center; font-size: 20px; padding: 20px 0 20px 6px;}
.btn_open, .work_flow_wrap .btn_close{width: 30px; height: 30px; border-radius: 5px; background-color: #fff;}
.btn_open i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_plus.png); background-repeat: no-repeat; background-position: center;}
.work_flow_wrap .btn_close i{display: inline-block; width: 100%; height: 100%; background-image: url(/kccadrPb/usr/image/common/btn_minus.png); background-repeat: no-repeat; background-position: center;}
-.work_cont{background-color: #fff; border-radius: 5px; padding: 20px 25px; margin: 0 0 25px 0;transition: all 0.5s ease;height:714px;overflow:hidden;}
+.work_cont{background-color: #fff; border-radius: 5px; padding: 20px 25px; margin: 0 0 25px 0;transition: all 0.5s ease;height:740px;overflow:hidden;width:1160px;box-sizing:border-box;}
.work_flow_wrap .top_work{display: flex; justify-content: space-between; align-items: center;}
.work_flow_wrap .work_cont .top_work li{overflow: visible;}
@@ -436,5 +436,7 @@ table select+button{vertical-align: middle;}
.work_flow_wrap.off .work_cont{height: 0; padding: 0 25px; margin: 0; transition: all 0.5s ease;}
.work_cont .status01 p{border: 1px solid #ea5404; color: #ea5404;}
+.work_cont p.status01{border: 1px solid #ea5404; color: #ea5404;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
+.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
/* //워크플로우 */
\ No newline at end of file