diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_2.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_2.jsp index 0edbb90c..f4a52c95 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_2.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_2.jsp @@ -1411,7 +1411,7 @@
- + diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_3.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_3.jsp index 3c5ca963..b351ea1d 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_3.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/mediation/mediationStep04_3.jsp @@ -1942,7 +1942,7 @@
- + diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myCheck.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myCheck.jsp index 3a510c71..d486b646 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myCheck.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myCheck.jsp @@ -29,9 +29,9 @@ function certPop(div){ if(div == 'naver'){ - window.open('/web/user/cert/nCertStep1.do', 'naverPop', 'width=710, height=527') + window.open('/web/user/cert/nCertStep1.do', 'naverPop', 'width=710, height=620') }else if(div == 'kakao'){ - window.open('/web/user/cert/kCertStep1.do', 'kakaoPop', 'width=710, height=527') + window.open('/web/user/cert/kCertStep1.do', 'kakaoPop', 'width=710, height=620') } } diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep1.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep1.jsp index 1c0df152..1f35bd33 100644 --- a/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep1.jsp +++ b/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep1.jsp @@ -45,6 +45,63 @@ } +
+ + +
+ +
+ + +
+ +
@@ -80,13 +137,13 @@
- +
  • - +
  • diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep2.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep2.jsp index 7c5ad728..cd4a0122 100644 --- a/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep2.jsp +++ b/src/main/webapp/WEB-INF/jsp/uat/uia/KCertStep2.jsp @@ -51,7 +51,7 @@
    - +
    diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep1.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep1.jsp index d8b4605f..2d0e8b7a 100644 --- a/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep1.jsp +++ b/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep1.jsp @@ -45,6 +45,64 @@ } +
    + + +
    + +
    + + +
    + +
    +
    @@ -80,13 +138,13 @@
    - +
  • - +
  • diff --git a/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep2.jsp b/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep2.jsp index 6dd55859..f577327d 100644 --- a/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep2.jsp +++ b/src/main/webapp/WEB-INF/jsp/uat/uia/NCertStep2.jsp @@ -51,7 +51,7 @@
    - +
    diff --git a/src/main/webapp/kofair_case_seed/usr/images/component/dragdrop_img.png b/src/main/webapp/kofair_case_seed/usr/images/component/dragdrop_img.png new file mode 100644 index 00000000..12e73c54 Binary files /dev/null and b/src/main/webapp/kofair_case_seed/usr/images/component/dragdrop_img.png differ diff --git a/src/main/webapp/kofair_case_seed/usr/style/popup.css b/src/main/webapp/kofair_case_seed/usr/style/popup.css index e99ccf5c..628319c0 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/popup.css +++ b/src/main/webapp/kofair_case_seed/usr/style/popup.css @@ -62,7 +62,13 @@ .idf.window_popup.case_popup .box.gray_fill{width:calc(100% - 60px);margin:20px auto 0 auto;} .idf.window_popup.case_popup .input_box li{display:flex;width:100%;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;} .idf.window_popup.case_popup .input_box li p{width:100%;} -.idf.window_popup.case_popup .input_box input::placeholder{font-size:1.5rem;} +.idf.window_popup.case_popup .input_box input::placeholder{font-size:1.5rem;} + +.layer_popup.cert_popup .box.gray_border>p{margin:0 0 10px 0;} +.layer_popup.cert_popup .box.gray_border .sub_dl{display:flex;color:#666;flex-direction:column;gap:4px;} +.layer_popup.cert_popup .box.gray_border .sub_dl dt{font-size:1.7rem;font-weight:500;margin:5px 0 0 0;} +.layer_popup.cert_popup .box.gray_border .sub_dl dt p{display:inline-block;} +.layer_popup.cert_popup .box.gray_border .sub_dl dd{font-size:1.6rem;font-weight:300;padding:0 20px;} /* ==================== 모바일 ==================== */ @media screen and (max-width: 767px){ diff --git a/src/main/webapp/kofair_case_seed/usr/style/style.css b/src/main/webapp/kofair_case_seed/usr/style/style.css index d31f7fd2..af18c40e 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/style.css +++ b/src/main/webapp/kofair_case_seed/usr/style/style.css @@ -187,6 +187,10 @@ .file_upload_wrap li a .file_name{max-width:calc(100% - 130px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .file_upload_wrap li a .file_size{font-size:1.4rem;font-weight:300;color:#666;margin:0 0 0 35px;} +.dragdrop_wrap{border:2px dashed #e0e3f5 !important;border-radius:5px;} +.dragdrop_wrap.innorix_basic div.irx_filetree.empty-uploader{background:url(/kofair_case_seed/usr/images/component/dragdrop_img.png) no-repeat center center !important;} +.dragdrop_wrap+.temp-file-button{border:1px solid #2435ac !important;color:#2435ac !important;} + /* info_ul */ .info_ul{display:flex;line-height:1.4;flex-direction:column;gap:25px;} .info_ul .btn_wrap{margin:20px 0 0 0;}