diff --git a/src/main/java/kcc/kccadr/xxx/web/XxxController.java b/src/main/java/kcc/kccadr/xxx/web/XxxController.java
index cddad236..bc1ae673 100644
--- a/src/main/java/kcc/kccadr/xxx/web/XxxController.java
+++ b/src/main/java/kcc/kccadr/xxx/web/XxxController.java
@@ -320,5 +320,41 @@ public class XxxController {
modelAndView.addObject("result", result);
return modelAndView;
}
+
+ /**
+ * XXX 과거사건 기록 통합 검색
+ */
+ @RequestMapping("/kccadr/xxx/XxxIntegratedSrch.do")
+ public String XxxIntegratedSrch() throws Exception {
+
+ return "/kccadr/xxx/xxxIntegratedSrch";
+ }
+
+ /**
+ * XXX 과거사건 기록 조회 결과
+ */
+ @RequestMapping("/kccadr/xxx/XxxIntegratedSrchDetail.do")
+ public String XxxIntegratedSrchDetail() throws Exception {
+
+ return "/kccadr/xxx/xxxIntegratedSrchDetail";
+ }
+
+ /**
+ * XXX 조정위원별 사건 관리 통계
+ */
+ @RequestMapping("/kccadr/xxx/XxxStatusStat.do")
+ public String XxxStatusStat() throws Exception {
+
+ return "/kccadr/xxx/xxxStatusStat";
+ }
+
+ /**
+ * XXX 대시보드(위원장,부서장)
+ */
+ @RequestMapping("/kccadr/xxx/XxxLeaderMainPage.do")
+ public String XxxLeaderMainPage() throws Exception {
+
+ return "/kccadr/xxx/xxxLeaderMainPage";
+ }
}
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrch.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrch.jsp
new file mode 100644
index 00000000..9f347bdd
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrch.jsp
@@ -0,0 +1,51 @@
+<%@ page contentType="text/html; charset=utf-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+
+
+
+의견정보
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrchDetail.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrchDetail.jsp
new file mode 100644
index 00000000..ecd40e62
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxIntegratedSrchDetail.jsp
@@ -0,0 +1,120 @@
+<%@ page contentType="text/html; charset=utf-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+
+
+
+의견정보
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxLeaderMainPage.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxLeaderMainPage.jsp
new file mode 100644
index 00000000..899895a5
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxLeaderMainPage.jsp
@@ -0,0 +1,149 @@
+<%@ page contentType="text/html; charset=utf-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+
+
+
+의견정보
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxStatusStat.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxStatusStat.jsp
new file mode 100644
index 00000000..2e37763a
--- /dev/null
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/xxx/xxxStatusStat.jsp
@@ -0,0 +1,288 @@
+<%@ page contentType="text/html; charset=utf-8"%>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
+<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
+<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
+<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
+
+
+
+
+의견정보
+
+
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
index cd75834e..60684b00 100644
--- a/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
+++ b/src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
@@ -128,6 +128,15 @@ function saveid(form) {
function getid(form){
form.checkId.checked = ((form.id_text.value = getCookie("ncms_saveid")) != "");
}
+
+function otpPhoneView(obj){
+ var target=$(obj).closest('.login_right_box');
+ if(target.hasClass('login_right_otp_box')){
+ target.removeClass('login_right_otp_box');
+ }else{
+ target.addClass('login_right_otp_box');
+ }
+}
@@ -151,8 +160,13 @@ function getid(form){
+
+
+
+
Copyright ⓒ한국저작권위원회 All Rights Reserved.
diff --git a/src/main/webapp/kccadrPb/adm/css/content.css b/src/main/webapp/kccadrPb/adm/css/content.css
index 68096b84..4ac99972 100644
--- a/src/main/webapp/kccadrPb/adm/css/content.css
+++ b/src/main/webapp/kccadrPb/adm/css/content.css
@@ -20,6 +20,16 @@
.login_wrap .submit_box input[type="submit"]{width: 180px; height: 50px; background-color: #ea5404; border-radius: 5px; color: #fff; font-size: 20px; font-weight: 500; border: 0; transition: background-color 0.2s ease-in-out;}
.login_wrap .submit_box input[type="submit"]:hover{background-color: #de3900; transition: background-color 0.2s ease-in-out;}
.login_wrap .copyright{font-size: 14px; position: absolute; bottom: 40px; color: #333;}
+.login_wrap .login_right_box .otp_phone_box {display:none;}
+
+.login_wrap .login_right_box.login_right_otp_box {padding-top:70px;}
+.login_wrap .login_right_box.login_right_otp_box .login_tit {margin-bottom:29px;}
+.login_wrap .login_right_box.login_right_otp_box .id_box,
+.login_wrap .login_right_box.login_right_otp_box .pw_box {margin-bottom:15px;}
+.login_wrap .login_right_box.login_right_otp_box .otp_phone_box {display:block;}
+.login_wrap .login_right_box.login_right_otp_box .otp_phone_box input[type=text] {width:calc(100% - 145px);border:1px solid #e5e5e5;background:#f4f4f4;border-radius:5px;}
+.login_wrap .login_right_box.login_right_otp_box .otp_phone_box .otp_phone_btn {width:100px;height:38px;font-size:14px;text-align:center;vertical-align:top;border:1px solid #e5e5e5;border-radius:5px;}
+.login_wrap .login_right_box.login_right_otp_box .submit_box {margin-top:26px;}
/* //로그인 */
/* cont_tit */
@@ -439,4 +449,22 @@ table select+button{vertical-align: middle;}
.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
+/* //워크플로우 */
+
+/* 과거사건 기록 통합 검색 */
+.inte_cont .list_util input[type=text] {width:calc(100% - 180px);}
+/* //과거사건 기록 통합 검색 */
+
+/* 조정위원별 사건 관리 현황 통계 */
+.stat_cont .tb_tit .btn_down_excel {display:inline-block;width:170px;height:40px;padding:0 10px 0 45px;font-size:18px;font-weight:400;text-align:left;color:#0e8040;border:1px solid #0e8040;background:url(/kccadrPb/adm/image/btn_down_excel.png) #fff no-repeat left 18px center;}
+.stat_cont .stat_list {overflow:hidden;overflow-y:auto;max-height:566px;/*max-height:847px;*/border-top:2px solid #ea5404;}
+.stat_cont .stat_list li {padding:15px 0;border-bottom:1px solid #d5d5d5;}
+.stat_cont .stat_list li dl {display:flex;justify-content:space-between;}
+.stat_cont .stat_list li dl dt {display:flex;width:100px;align-items:center;justify-content:center;}
+.stat_cont .stat_list li dl dd {width:calc(100% - 120px);}
+.stat_cont .stat_list li dl dd table tbody tr th {padding:10px;font-size:16px;text-align:center;}
+.stat_cont .stat_list li dl dd table tbody tr th:nth-child(2) {border-right:1px solid #e5e5e5;}
+.stat_cont .stat_list li dl dd table tbody tr .title {font-size:18px;line-height:1.2;}
+.stat_cont .stat_list li dl dd table tbody tr td {text-align:center;}
+.stat_cont .stat_list li dl dd table tbody tr td.all {font-weight:500;color:#ea5404;}
+/* //조정위원별 사건 관리 현황 통계 */
\ No newline at end of file