From f089b782e8a1dfee9fa5fae17b84600e361c69ae Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Nov 2023 11:55:11 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/02=20=EC=9A=94=EC=B2=AD=EC=82=AC?= =?UTF-8?q?=ED=95=AD=20=EA=B4=80=EB=A6=AC=EC=9E=90=20=EB=8C=80=EC=8B=9C?= =?UTF-8?q?=EB=B3=B4=EB=93=9C,=20=EC=A1=B0=EC=A0=95=EC=A7=84=ED=96=89?= =?UTF-8?q?=EC=83=81=EC=84=B8=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C?= =?UTF-8?q?=EC=9A=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kcc/let/main/web/EgovMainController.java | 6 +- .../webapp/WEB-INF/jsp/main/EgovMainView.jsp | 6 +- .../webapp/kccadrPb/adm/css/dashboard.css | 13 +- .../webapp/kccadrPb/adm/dashboard2023.html | 323 +++++++ src/main/webapp/kccadrPb/usr/css/content.css | 33 +- .../webapp/kccadrPb/usr/css/content_media.css | 13 + .../usr/image/icon_sub_prc_type02_01.png | Bin 0 -> 669 bytes .../usr/image/icon_sub_prc_type02_01_on.png | Bin 0 -> 676 bytes .../usr/image/icon_sub_prc_type02_02.png | Bin 0 -> 441 bytes .../usr/image/icon_sub_prc_type02_02_on.png | Bin 0 -> 446 bytes .../usr/image/icon_sub_prc_type02_03.png | Bin 0 -> 543 bytes .../usr/image/icon_sub_prc_type02_03_on.png | Bin 0 -> 572 bytes .../usr/image/icon_sub_prc_type02_04.png | Bin 0 -> 570 bytes .../usr/image/icon_sub_prc_type02_04_on.png | Bin 0 -> 588 bytes src/main/webapp/kccadrPb/usr/workflow2.html | 806 ++++++++++++++++++ 15 files changed, 1187 insertions(+), 13 deletions(-) create mode 100644 src/main/webapp/kccadrPb/adm/dashboard2023.html create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_01.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_01_on.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02_on.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03_on.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_04.png create mode 100644 src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_04_on.png create mode 100644 src/main/webapp/kccadrPb/usr/workflow2.html diff --git a/src/main/java/kcc/let/main/web/EgovMainController.java b/src/main/java/kcc/let/main/web/EgovMainController.java index 7191366c..e0a59750 100644 --- a/src/main/java/kcc/let/main/web/EgovMainController.java +++ b/src/main/java/kcc/let/main/web/EgovMainController.java @@ -251,9 +251,9 @@ public class EgovMainController { model.addAttribute("progressCnt", cmmService.selectPgrCmmListMainCnt(cmmVO)); //처리현황(종결) - status : C -// cmmVO.setSearchStatus("C"); -// model.addAttribute("closeList", cmmService.selectPgrCmmListMain(cmmVO)); -// model.addAttribute("closeCnt", cmmService.selectPgrCmmListMainCnt(cmmVO)); + cmmVO.setSearchStatus("C"); + model.addAttribute("closeList", cmmService.selectPgrCmmListMain(cmmVO)); + model.addAttribute("closeCnt", cmmService.selectPgrCmmListMainCnt(cmmVO)); return "main/EgovMainView"; } diff --git a/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp b/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp index 00ac117c..c5960a0c 100644 --- a/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp +++ b/src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp @@ -109,10 +109,10 @@ -
+ -
+ diff --git a/src/main/webapp/kccadrPb/adm/css/dashboard.css b/src/main/webapp/kccadrPb/adm/css/dashboard.css index 9d361f65..2cc53d6e 100644 --- a/src/main/webapp/kccadrPb/adm/css/dashboard.css +++ b/src/main/webapp/kccadrPb/adm/css/dashboard.css @@ -1,7 +1,9 @@ /* 공통 */ -.dashboard .box_wrap{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 40px; box-sizing: border-box;} -.dashboard .box{width: calc((100% - 60px)/3); height: 300px;border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background-color: #fff; margin-bottom: 30px;} -.dashboard form{width: calc((100% - 60px)/3);} +.wrap{background-color:#f8f5f3;} +.dashboard .box_wrap{display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0; box-sizing: border-box;} +/* .dashboard .box{width: calc((100% - 60px)/3); height: 300px;border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background-color: #fff; margin-bottom: 30px;} */ +.dashboard .box{width: calc((100% - 60px)/2); height: 300px;border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2); background-color: #fff; margin-bottom: 30px;} +.dashboard form{width: calc((100% - 30px)/2);} .dashboard form .box{width: 100%} .dashboard .box_tit{display: flex; height: 60px; align-items: center; justify-content: space-between; padding: 0 25px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box;} .dashboard .box_tit p{font-size: 20px; font-weight: bold; letter-spacing: -0.5px; color: #333;} @@ -10,7 +12,8 @@ /* //공통 */ /* 오늘 사용자 현황 */ -.today_box{display: flex; justify-content: space-between; align-items: center;} +.dashboard .box_wrap .box:first-child{width:100%;} +.dashboard .today_box{display: flex; justify-content: space-between; align-items: center;height:calc(100% - 75px);} .today_box .today_status{text-align: center; width: calc((100% - 80px)/3);} .today_box p{font-size: 18px; font-weight: 300; margin-top: 12px;} .today_box .today_status i{display: block; width: 84px; height: 84px; background-color: #eeecea; border-radius: 100%; margin: 23px auto; background-repeat: no-repeat; background-position: center;} @@ -22,7 +25,7 @@ /* //오늘 사용자 현황 */ /* 시스템관리 */ -.system_box{display: flex; flex-wrap: wrap; justify-content: space-between;} +.dashboard .system_box{display: flex;width:100%;flex-wrap: wrap;justify-content: space-between;padding:0;margin:0 0 30px 0;} .system_box a{position: relative; display: flex; flex-flow: column; width: calc((100% - 10px)/2); height: 90px; justify-content: center; align-items: flex-start; border-radius: 10px; background-color: #666; margin: 5px 0; padding: 0 20px; box-sizing: border-box; background-repeat: no-repeat; background-position: calc(100% - 20px) center; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: background-color 0.2s ease-in-out;} .system_box a:hover{transition: background-color 0.2s ease-in-out;} .system_box .system01{background-color: #c3a279; background-image: url(/kccadrPb/adm/image/dashboard/icon_system01.png);} diff --git a/src/main/webapp/kccadrPb/adm/dashboard2023.html b/src/main/webapp/kccadrPb/adm/dashboard2023.html new file mode 100644 index 00000000..e6d16fce --- /dev/null +++ b/src/main/webapp/kccadrPb/adm/dashboard2023.html @@ -0,0 +1,323 @@ + + + + + + + + 관리자 대시보드 + + + + + + + + + + + + + + +
+ + + + + + +
+ + +
+ +
    +
  • +

    로그인 타임아웃 :

    60분 60분 +
  • +
  • +

    최종접속일시 :

    2020-06-11 11:00 +
  • +
+
+ + + +
+
+
+
+

오늘 사용자 현황

+
+
+
+

조정접수

+ + 18 +
+ +
+

진행

+ + 18 +
+ +
+

조정완료

+ + 18 +
+
+
+ +
+
+

2021 분쟁조정 처리현황

+ +
+
+
    +
  • +

    성립

    +
    +
    +
    +
  • +
  • +

    불성립

    +
    +
    +
    +
  • +
  • +

    취하

    +
    +
    +
    +
  • +
  • +

    기타

    +
    +
    +
    +
  • +
  • +

    진행

    +
    +
    +
    +
  • +
+ +
    +
  • 0
  • +
  • 10
  • +
  • 20
  • +
  • 30
  • +
  • 40
  • +
+ +
+
+
+
+

최근 조정 접수

+ +
+ +
+
+
+

조정 진행 사건 현황

+ +
+ +
+
+
+

조정처리현황

+ +
+ +
+
+
+

2021 연도별 조정 처리 현황

+ +
+
+ +
+
+
+
+

2021 분야별 조정 분포

+ +
+
+ +
+
+
+
+

조정처리 성립률

+ +
+
+ +
+
+
+
+ +
+ + +
+ + + + \ No newline at end of file diff --git a/src/main/webapp/kccadrPb/usr/css/content.css b/src/main/webapp/kccadrPb/usr/css/content.css index 0b0ebc13..2f09abde 100644 --- a/src/main/webapp/kccadrPb/usr/css/content.css +++ b/src/main/webapp/kccadrPb/usr/css/content.css @@ -8,7 +8,7 @@ .snb_wrap{width: 230px; position: relative;} .snb_wrap .snb_tit{width: 100%; height: 60px; padding-left: 20px; background-image: url(/kccadrPb/usr/image/icon_snb_select.png); background-position: calc(100% - 20px) center; background-repeat: no-repeat; text-align: left; font-size: 18px; font-weight: 300; color: #fff; border-right: 1px solid #4f75c4;} -.snb_depth{position: absolute; width: 100%; top: 60px; left: -1px; border: 1px solid #d5d5d5; background-color: #Fff; z-index: 2;} +.snb_depth{position: absolute; display:none; width: 100%; top: 60px; left: -1px; border: 1px solid #d5d5d5; background-color: #Fff; z-index: 2;} .snb_depth li:hover{background-color: #f5f5f5;} .snb_depth a{display: flex; padding: 0 0 0 20px; height: 40px; align-items: center; justify-content: left;} @@ -462,8 +462,25 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .status_detail .step.step05 i{background-image: url(/kccadrPb/usr/image/icon_sub_prc05.png);} .status_detail .step p{font-size: 14px;} .status_detail .step span{font-size: 18px; margin-top: 5px;} +/* f1f2f4 */ +.status_detail.type02 .step{position:relative;display:block;padding:20px 25px;} +.status_detail.type02 .step .step_title{display:flex;align-items:center;justify-content:flex-start;} +.status_detail.type02 .step.on p{color:#ea5404;} +.status_detail.type02 .step i{display:inline-block;width:30px;height:30px;margin:0 4px 0 0;background:transparent;border-radius:0;} +.status_detail.type02 .step.step01 i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_01.png);} +.status_detail.type02 .step.step01.on i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_01_on.png);} +.status_detail.type02 .step.step02 i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_02.png);} +.status_detail.type02 .step.step02.on i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_02_on.png);} +.status_detail.type02 .step.step03 i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_03.png);} +.status_detail.type02 .step.step03.on i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_03_on.png);} +.status_detail.type02 .step.step04 i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_04.png);} +.status_detail.type02 .step.step04.on i{background-image: url(/kccadrPb/usr/image/icon_sub_prc_type02_04_on.png);} +.status_detail.type02 .step p{font-size:18px;font-weight:400;color:#666;} +.status_detail.type02 .step .step_summary{width:100%;height:calc(100% - 35px);padding:10px 15px;background:#f1f2f4;border-radius:5px;margin:10px 0 0 0;font-size:15px;font-weight:300;color:#666;box-sizing:border-box;line-height:1.4;} +.status_detail.type02 .step.on .step_summary{background:#fdeee5;color:#ea5404;font-weight:400;} +.status_detail.type02 .step .step_summary span{display:inline-block;font-size:15px;font-weight:400;color:#666;margin:0 0 0 0;} -.step_wrap .step i.next{position: absolute; right: -14px; top: 52%; transform: translateY(-50%); width: 24px; height: 24px; background-color: #fff; border: 1px solid #d5d5d5; z-index: 1; color: transparent; background-image: url(/kccadrPb/usr/image/icon_step_next.png); background-repeat: no-repeat; background-position: 59% center; margin-right: 0;} +.step_wrap .step i.next,.step_wrap.type02 .step i.next,.step_wrap.type02 .step.on i.next{position: absolute; right: -14px; top: 52%; transform: translateY(-50%); width: 24px; height: 24px; background-color: #fff; border: 1px solid #d5d5d5; z-index: 1; color: transparent; background-image: url(/kccadrPb/usr/image/icon_step_next.png); background-repeat: no-repeat; background-position: 59% center; margin-right: 0;border-radius:100%;} .step_wrap .step:last-child .next{display: none;} .exp_date{display: inline-block; padding: 15px 50px; border-radius: 5px; border: 3px solid #2353b5; background-color: #f3f6fb; margin-bottom: 30px;margin-right:4px;} @@ -740,6 +757,18 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;} .work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;} +.work_flow_wrap.type02 .work_cont{height:600px;} +.work_flow_wrap.type02.off .work_cont{height:0;} +.work_flow_wrap.type02 .work_cont dl{width:100%;} +.work_flow_wrap.type02 .work_cont dl dt{font-size:18px;font-weight:500;margin:20px 0 8px 0;} +.work_flow_wrap.type02 .work_cont dl dd{border-bottom:1px solid #e5e5e5;padding:0 0 15px 0;} +.work_flow_wrap.type02 .work_cont dl dd:last-child{border-bottom:0;} +.work_flow_wrap.type02 .work_cont dl dd p{position:relative;display:block;width:100%;height:auto;border:0;text-align:left;margin:0 0 10px 0;padding:0 0 0 32px;text-indent:-1px;font-size:16px;line-height:1.4;} +.work_flow_wrap.type02 .work_cont dl dd p:last-child{margin:0 0 0 0;} +.work_flow_wrap.type02 .work_cont dl dd p::after{position:absolute;content:"";width:4px;height:4px;border-radius:100%;background:#ea5404;left:21px;top:6.5px;} +.work_flow_wrap.type02 .work_cont dl dd p span{display:block;font-size:15px;font-weight:300;} +.work_flow_wrap.type02 .work_cont dl dd p span b{font-weight:400;} + .popup_wrap .work_flow_wrap {padding:0 10px;margin:0 0 15px;} .popup_wrap .work_flow_wrap .work_tit {padding:10px 0 10px 5px;font-size:16px;} .popup_wrap .work_flow_wrap .work_cont {height:auto;padding:10px 15px;transition:none;} diff --git a/src/main/webapp/kccadrPb/usr/css/content_media.css b/src/main/webapp/kccadrPb/usr/css/content_media.css index e5781416..a78b05af 100644 --- a/src/main/webapp/kccadrPb/usr/css/content_media.css +++ b/src/main/webapp/kccadrPb/usr/css/content_media.css @@ -70,6 +70,16 @@ .status_detail .step{flex-flow: column; justify-content: center; text-align: center;} .status_detail .step i{margin-right: 0; margin-bottom: 10px;} .step_wrap .step .hover_content {left:30px;top:135px;} + + .status_detail.type02{flex-wrap:wrap;} + .status_detail.type02.num04 .step{width:calc((100% - 2px)/2);margin:0;} + .status_detail.type02.num04 .step01{border-radius:5px 0 0 0;} + .status_detail.type02.num04 .step02{border-radius:0 5px 0 0;} + .status_detail.type02.num04 .step02 .next{display:none;} + .status_detail.type02.num04 .step03{border-radius:0 0 0 5px;margin:-1px 0 0 1px;} + .status_detail.type02.num04 .step04{border-radius:0 0 5px 0;margin:-1px 0 0 0;} + .status_detail.type02 .step .step_summary{text-align:left;} + .status_detail.type02.num04 .step03 .next{clip:auto;} /* //조정진행상세 */ /* cont - 이용안내 */ @@ -323,6 +333,9 @@ .status_detail.num07 .step:last-child{border-left: 1px solid #d5d5d5;} .step_wrap .step:hover .hover_content {display:none;} + .status_detail.type02.num04 .step01{border-radius:5px 0 0 0;} + .status_detail.type02.num04 .step03{margin:-1px 0 0 0;} + .status_detail.type02.num04 .step04{border-radius:0 0 5px 0;margin:-1px 0 0 0;} /* //조정진행상세 */ .tbType01{table-layout: auto;} diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_01.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_01.png new file mode 100644 index 0000000000000000000000000000000000000000..74038b5d699be2a1e6aff9ac93f1e10340a3e20a GIT binary patch literal 669 zcmV;O0%HA%P)K*Gq_wQ5?td&oIa}%EAIWu|yUukd&r~Q7#Mj>m-sa zL|Ir$M(&a!xh0oaD3_8;BBc}yBV;o+Q!XP(p|SX%r)J*XXWsYO%#`L|r{{Uk^FP1u z`JeND{^xmX+S}Xpg!SnWYA?7utri*@8djkZtyqfJU5r_Sbr@ZMGYo_A5*Ki+Ha*yb z$(V$@n2C2~1U6$OwxJo-yb|{?G)?v`_F+T@euD)#jjwow8F*hJvK@2qp$Z_el~b?+ zpG4HhaWVsMNU$xqffu-s*(LD)1)wkrzp%KZ|8WN1jV~A{_V*eFh-I3AmgM)h02F?T zys0mJkb#>qAG2^J^<7NYEb^AlL)DiPOm-9L59@?OEK( z(f!mFv>Z5t55W)2OX9y1e6A=0lQ0#lb99f21T6%XphSk(;g+aa*+gDona+Fs9cQ|N zb+l?~_3H$@ASzcKp5QXZVt8u9s)dptaXI)xJQdkqhi9VjjKH5FP>P*S&&6^c#ac`g zui*Nk(4t^y!zP>(8UL}nz!G$>sM`}nhL7qFFp=5QMLjbu@~T zsxY`se3_gOCs$hq|KG{~msp`AI8e^9ruU!3e-Hi#nJkNzTdjZ800000NkvXXu0mjf De+VK*EwiaK@`UEUo=r%V?aUNI+xN|X<1l+;7gETb9e^{0kfMPpE_7fwXeyTv4$e4fu#vc+tn0jo6GSC2+=K6rQ04N6OQK z{g{Jl+{OaDF5qAX)?pXgQOuTT#h5hNS2&2OvRp2wb4A4s+{6hyK^1E7rk9hqSe)u& zYzTg1Ejm)$1RTqQC*wZ4a1~F*(l6=-e~+m}LSa%G-`e{@eyR82Gp398dl|#ifEs*A z{klqk!cU=_`YdoemSQ0;rna-GZWEDz=s8qLlSa%E z(VoJs48I*2?U~>_d^CPwNpk)x!Rtg4sK#7u$ne`F1X>bUf)Wa^#dVRf@)LQA)q1|; z?>N~Pth*JHt6wBwi^yEHcz_F-hH9(^jIus z6EF9piScvDZkip859`_h0000< KMNUMnLSTY!Ni$sl literal 0 HcmV?d00001 diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02.png new file mode 100644 index 0000000000000000000000000000000000000000..c9d1cac6f3543dfea30e61efd9146897e21a988b GIT binary patch literal 441 zcmV;q0Y?6bP)K*1t;Hj);wOY+;*D;HCfxI6$!JUA5y`B&5qi5a9^IR4Q>j&Pzi&SqO z)7S~*J;$RA&nX&3z@Gx)+ktN+Q)hYp0f#PE4W*tsKr_`#SF`Ku?bWivW6t;xPjft< zaaJTO2HeQE*ex0s0xw~`Xi!d06nME?V^IjakG&Bvwy+rkZcDb%uxe*DN4cw?;3F1_ zm`4RJm<0lV@ETvckaIl7 zd&$&=HOLwN#T$H={E6PiLW!UFRu}kyhqxLfV3=Fo85Bx*;)-PJ468~ExFva8h2B>& jYNZ>c`v?6!cwD*xjK(=io~vk600000NkvXXu0mjf+5f(i literal 0 HcmV?d00001 diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02_on.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_02_on.png new file mode 100644 index 0000000000000000000000000000000000000000..5410da825478bf7fa0dd07023ce807c94d9aa7e3 GIT binary patch literal 446 zcmV;v0YUzWP)C);&ucQ5ePX--?S?iOoifAPOn0R1n0*RtpKSa8rwo zrG5nMEVU7AtOZG-h$5m*AidupB-pqJTLdB~ti`Ob46`$H_eG06@Dy|A;rzMWJI~xg ztyc3M>U$SzPlEfC%u2bKWFKG*iz#`R_>J}Wi_-B^Hn@p~>y_2>KTlXQ@ES&A-UNoQ zm6A7t!GxYaIBYZuNuN`tTIAnjFJ8CxzD935DLiD4Pw^?E z=Lq+C!a~4@*)4YRhNXe0v6?q1BPR&_tzKPG8h8)89bjx?BLrL(O`&#GO)@(EY3s&$WZ&1hpfxno=SshZr z2P}zJom;K!@g3%IA^H<7ghB~l@vHvfD+ch`N3jsff?pA5{ os}McJjl>(sTd4Q$)x8IP0rkK=^v^6y$^ZZW07*qoM6N<$f;w}(od5s; literal 0 HcmV?d00001 diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03.png new file mode 100644 index 0000000000000000000000000000000000000000..a2fc6d5a0cc888dfd78c22e247f48b8a91c692d6 GIT binary patch literal 543 zcmV+)0^t3LP)R7i>K*1KyIQ547V&&CHLfe^GXg=u1=Hd^@)SP2plR8Sj5 zSP&J3NI(;Ou0bLqV&Q^_VCSO{ECid_X(u9BC^mv!O?a^PMjFs5YZ14(f!z0yd&qs$5d=Xx})FYY~JcN0w)xsn`#p}1Y zgg)$U7Pt>Pg=+65;_vYxF+Yos@gWyB1AJJhwp0@z$3$X2feToUy^Vr|g8_8q0S^i< z$%yIIcHma@+8kfwnk6`t72Ja&p5aD{-ib}oJ5%(_LSs3IrCGoOSR{P@ey8YDSRZ{V zMgJbxcEwz?2JgX3+?+utbg;2H`n8xN^=Qr1-hQDQx9cRHjdkN^7Vv(d1@<=xp2WU1 hq0s)JZ-ZN9e*go9U(zm4m^002ovPDHLkV1nJK?*#w= literal 0 HcmV?d00001 diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03_on.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_03_on.png new file mode 100644 index 0000000000000000000000000000000000000000..c6697b0be0ee2faee7b36e25339bc50cfbdf592f GIT binary patch literal 572 zcmV-C0>k}@P)K*1Ky|K@`XF&&DLE#Y&V#Q>P#|D40Y9-H;NIw!%jS@HaL?n&apKU@fMuHIQnp{ z2_H>?PlkF3H?S2u+6~@>LEOayoI?>gq}mA{4fR;4U*I|hu&Z6*jo6L*xL0P+;XBSY z;;#|#3DI_*3hh0iyv0>)z}|YDrIPOIgyYnYr+9>I!S+7XYp@zGgKa&2mQQZwIE`S5 z*=S)JU&8YTTtOE5>v32QIE#IFh&yHWkN8y9zJNklWcR-S9}`8Ji`mC9Ro0%uWvs=4 zR>6Iut$U2yvAzj^M+}!lJ28yqt$>fC3#Sp!!snrs>nkpb67Fy{$JMgB7jHz_Jdgmc zq-A&&7Mw+)(X1X8CCT{&Xa{bF68G^f%vpsam7G_KxHqi&H8$f{Y)IPd`(268vHot+ zb(%(hCSRP4Gb%-V6iY>)zc^F?Z4V_5g&$$=ir{OGDn(qtB-UZ3!s2SF6VH&z%A_P)`6pHR7i>K*H4IzQ5eVZ&uB6$-SOW-3Z-PjLK!yxq$Xl9VPPQ_ zx>6Rx%952yNa0#37FNno!Um<3XrhcFDI$LglM%YQ7U$gVoy)!N>)zL$1;09*_j#W4 z?L6l>&pB^LsZ=r+8aF1?e-hkT`yrpt4`V`#*soZG$7w)?LZLA@LU&`Z!93fr1rM+c zchkU=z#{ZUgSh1w!Ytfw2HwgZzr}ofkMI@k0>g_4|Ay;W)h=)uJ{!Zhnik#)xD(xR z6tNg1xQ4zo!Of^B6x4@0_OrO~H^4`5xsGi;wkJ){EOb2=cCVp z8hcBr-in#nP&=uR{w{15GO(vMxE1gwoD=qyO7?O>6FG%1IEjr}g6FB+Nc)9`(Ji#i z$=DZd_b@k0a8YHI1L(nXA^p90S;hF}McE2?NNAhz5G!#s7Z;j6+>_mSW@L{0=Bv6TyF?cfua-5YF{3p>CewSR9{!7ufOt7p7hM33}~lP7E2N?*IS*07*qo IM6N<$f>-+hQ~&?~ literal 0 HcmV?d00001 diff --git a/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_04_on.png b/src/main/webapp/kccadrPb/usr/image/icon_sub_prc_type02_04_on.png new file mode 100644 index 0000000000000000000000000000000000000000..3a63d97f58b2c33294616bf997abd8ee179b6dec GIT binary patch literal 588 zcmV-S0<-;zP)C*UyX0aU93-$7F>mLAp-~E!Hs~o;gYbgl(Lr*n#ei)z**#)30|mlBOMkR zMwiewXW~#~dxQne1m~4j*^eH)5z@Z_@5&hCUX+c12Zgo?Pq7XUguD7xncu3&cZ}NN z&)cC~M?tt>KPP~@u@sB&x{A*Xyuh(+-{_HYL#1*$E;N87eG{HZ{l=!YsOh*WEZ}rJ zxDxna3TRPT+`u!O$6cX(day^hy*3G_I}!XZ8WQ$!uTa + + + + + + + 저작권 전자조정시스템 > 전자조정 신청 > 조정 진행 상세 + + + + + + + + + + + + + + + + + +
+ +
+ +
+ + + + + +
+
+
+
+ 한국저작권위원회 + 바로가기 +
+
+ 로그인 + 회원가입 +
+ + +
+
+
+
+ +
+ + + + + + + + + + + + + + +
+
+
+

조정 진행 상세

+
+ +
+

조정번호 : 2021조정054

+

접수일 : 2021-07-15

+

진행현황 : 조정진행

+
+ +
+
+
+ +

신청접수

+
+ 다음 +
    +
  • 1. 시스템 조정신청
  • +
  • 2. 서류보완
  • +
  • 3. 조정비용 납부
  • +
+
+
+
+ +

기일지정

+
+ 다음 +
    +
  • 1. 조정사건 검토
  • +
  • 2. 기일지정
  • +
  • 3. 양 당사자 기일출석 통지
  • +
  • 4. 답변서, 준비서면등 제출
  • +
+
+
+
+ +

조정권고

+
+ 다음 +
    +
  • 1. 조정기일진행
  • +
  • 2. 1차, 2차, 3차로 계속 진행 가능
  • +
+
+
+
+ +

사건종결

+
+
    +
  • 1. 조정 성립
  • +
  • 2. 조정 불성립
  • +
  • 3. 조정신청 취하
  • +
+
+
+
+
+ + + +
+
+
+
+

조정진행 워크플로우

+ +
+
+
+
1. 시스템 조정신청 완료
+

담당 조사관이 신청서류를 검토한 후, 보완이 필요한 경우 서류의 보완요청을, 보완이 필요하지 않거나 요청한 서류보완이 완료된 경우 조정비용 납부를 요청합니다.

+
2. 조정비용 납부 완료 및 신청 접수
+
+

비용 납부가 완료되면 조정신청을 접수하고 분쟁사건 내용을 검토합니다.
검토 과정에서 양 당사자에게 연락을 드리거나 필요한 서류를 요청할 수 있습니다.

+
+
3. 조정기일 지정 및 양 당사자(신청인·피신청인) 출석 통지
+
+

+ 조정기일에는 양 당사자의 출석이 원칙입니다.
부득이하게 출석이 불가한 경우에는 기일변경 신청을 할 수 있습니다.※ 기일 5일 전까지, 담당 조사관에 문의 필수 +

+

양 당사자는 기일 5일 전까지 답변서 또는 준비서면을 제출하여 의견을 제시하여야 합니다.

+
+
4. 기일지정
+
+

+ 양 당사자는 기일에 출석하여 의견을 진술하고 조정부의 조력을 통해 원만한 합의를 모색합니다. + + 가. (당사자 합의) : 조정 성립
+
+ + 나. (조정부 조정권고안) : 양 당사자 수락 - 조정 성립 / 일방 당사자 불수락 – 조정 불성립
+
+ + 다. (조정부 직권조정결정안) : 양 당사자 이의신청 없음 – 조정 성립 / 일방 당사자 이의신청 제기 – 조정 불성립
+
+ + 라. (양 당사자 합의 불가) : 조정 불성립
+
+

+
+
5. 사건종결
+

조정 성립·불성립 또는 조정신청 취하의 결과를 양 당사자에게 통보하면 사건이 종결됩니다.

+
+
+
+
+ +

기일예정일 : 2021-09-25

+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+

신청인

+
+

홍길동

+
+

대리인

+
+

없음

+
+

피신청인1

+
+

고길동

+
+

피신청인2

+
+

고길동

+
+
+
+ + + + + + + + + + + + + + + + +
신청취지, 신청원인등의 정보제공
+

신청취지

+
+

독도는 우리땅입니다.

+
+

신청원인

+
+

아직도 넌 혼잔거니 물어오네요 난 그저 웃어요 사랑하고 있죠 사랑하는 사람 있어요 그대는 내가 안쓰러운 건가봐 + 좋은 사람있다면 한 번 만나보라 말하죠 그댄 모르죠 내게도 멋진 애인이 있다는 걸 너무 소중해 꼭 숨겨 두었죠 + 그 사람 나만 볼 수 있어요 내 눈에만 보여요 내 입술에 영원히 담아둘거야 가끔씩 차오르는 눈물만 알고 있죠 그 사람 그대라는 걸 + 나는 그 사람 갖고 싶지 않아요 욕심나지 않아요 그냥 사랑하고 싶어요 그댄 모르죠 내게도 멋진 애인이 있다는 걸 너무 소중해 꼭 숨겨 두었죠 + 그 사람 나만 볼 수 있어요 내 눈에만 보여요 내 입술에 영원히 담아둘거야 가끔씩 차오르는 눈물만 알고 있죠 그 사람 그대라는 걸 +

+ +
+
+ + +
+ +
+
+
+

신청인

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

신청인

+
+

신청인

+
+

홍길동

+
+

주소

+
+

서울특별시 마포구 마포대로 33

+
+

이메일

+
+

eee@naver.com

+
+

전화

+
+

+
+

휴대전화

+
+

010-1111-1111

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

대리인

+
+

이름

+
+

+
+

주소

+
+

+
+

이메일

+
+

+
+

전화

+
+

+
+

휴대전화

+
+

+
+
+
+
+

피신청인

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

피신청인1

+
+

신청인

+
+

고길동

+
+

주소

+
+

서울특별시 마포구 마포대로 33

+
+

이메일

+
+

aaa@naver.com

+
+

전화

+
+

+
+

휴대전화

+
+

010-1111-1111

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

피신청인2

+
+

이름

+
+

고길동

+
+

주소

+
+

+
+

이메일

+
+

+
+

전화

+
+

+
+

휴대전화

+
+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
조정진행내용 : 일자, 내용, 첨부파일 정보제공
일자내용첨부파일
+

2021-07-15

+
+

접수

+
+

2021-07-17

+
+

조정부 지정

+
+

2021-07-18

+
+

피신청인 답변서 제출

+
답변서.hwp
+

2021-07-15

+
+

신청인이 추가 답변서 제출

+
추가 답변서.hwp
+

2021-07-15

+
+

1차 기일 지정

+
+
+
+ + + + +
+
+
+ +
+
+ + +
+
+ + + + + + + + \ No newline at end of file