--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserInsert.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovUserInsert.jsp
... | ... | @@ -246,7 +246,7 @@ |
| 246 | 246 |
<div class="listTop resisterList"> |
| 247 | 247 |
<p class="right block fwMd"><span class="tType4 c_e40000 fwBold">*</span>는 필수입력 항목입니다.</p> |
| 248 | 248 |
</div> |
| 249 |
- <table class="tbType2"> |
|
| 249 |
+ <table class="tbType2 col-table data-table"> |
|
| 250 | 250 |
<colgroup> |
| 251 | 251 |
<col style="width: 20%"> |
| 252 | 252 |
<col style="width: 80%"> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2184,6 +2184,14 @@ |
| 2184 | 2184 |
.privacy_content_select_wrap {text-align: left;}
|
| 2185 | 2185 |
.privacy_content_select_wrap .version_change_select{width: 278px; margin: 10px 0 20px 0;}
|
| 2186 | 2186 |
|
| 2187 |
+.privacy_labeling .title{font-family: 'GmarketSansBold'; font-size: 24px; padding-top: 4px; margin:40px 0 0 0;}
|
|
| 2188 |
+.privacy_labeling .labeling{display:flex;gap:20px;margin:20px 0 0 0;}
|
|
| 2189 |
+.privacy_labeling li{display:flex;width:calc(100% / 6);font-size:17px;padding:37px 0 28px 0;border:1px solid #dddddd;border-radius:5px;text-align:center;flex-direction:column;align-items:center;justify-content:center;}
|
|
| 2190 |
+.privacy_labeling li img{margin:0 0 20px 0;}
|
|
| 2191 |
+.privacy_labeling li:hover .send_hover_cont{display:block;max-width:350px;}
|
|
| 2192 |
+.privacy_labeling li .send_hover_cont{font-size:14px;font-weight:300;}
|
|
| 2193 |
+.privacy_labeling li .send_hover_cont .hover_title{display:block;font-size:16px;font-weight:600;margin:0 0 18px 0;line-height:1.4;}
|
|
| 2194 |
+.privacy_labeling li .send_hover_cont .hover_title span{font-size:15px;font-weight:400;}
|
|
| 2187 | 2195 |
|
| 2188 | 2196 |
|
| 2189 | 2197 |
|
+++ src/main/webapp/publish/images/labeling_01.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/labeling_02.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/labeling_03.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/labeling_04.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/labeling_05.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/labeling_06.png
| Binary file is not shown |
--- src/main/webapp/publish/service2_2024.html
+++ src/main/webapp/publish/service2_2024.html
... | ... | @@ -46,7 +46,16 @@ |
| 46 | 46 |
$(document).ready(function () {
|
| 47 | 47 |
$(".version_change_select").change(function () {
|
| 48 | 48 |
window.open("/publish/popup_clause_list.html", "_blank", "width=650, height=700, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes");
|
| 49 |
- }) |
|
| 49 |
+ }); |
|
| 50 |
+ |
|
| 51 |
+ $(".privacy_index_box a").click(function(){
|
|
| 52 |
+ var idxHref = $(this).attr("href");
|
|
| 53 |
+ var idxSct = $(idxHref).offset().top - 196; |
|
| 54 |
+ $("html,body").animate({
|
|
| 55 |
+ scrollTop:idxSct |
|
| 56 |
+ },400) |
|
| 57 |
+ }); |
|
| 58 |
+ |
|
| 50 | 59 |
}) |
| 51 | 60 |
</script> |
| 52 | 61 |
|
... | ... | @@ -435,6 +444,59 @@ |
| 435 | 444 |
주식회사 아이티앤(이하 ‘회사’라 한다)은 『정보통신망이용촉진 및 정보보호 등에 관한 법률(이하 정보통신망법)』, 『개인정보 보호법』등 개인정보와 관련된 법령을 준수하고 있으며, 이용자의 개인정보가 보호받을 수 있도록 최선을 다하고 있습니다. 회사는 「개인정보보호법」제30조에 따라 개인정보 처리에 관한 절차 및 기준을 안내하고, 이와 관련한 고충을 |
| 436 | 445 |
신속하고 원활하게 처리할 수 있도록 하기 위하여 다음과 같이 개인정보처리방침을 수립·공개합니다. |
| 437 | 446 |
</div> |
| 447 |
+ <div class="privacy_labeling"> |
|
| 448 |
+ <p class="title">주요 개인정보 처리 표시(라벨링)</p> |
|
| 449 |
+ <ul class="labeling"> |
|
| 450 |
+ <li> |
|
| 451 |
+ <img src="/publish/images/labeling_01.png" alt="" /> |
|
| 452 |
+ 개인정보 |
|
| 453 |
+ <div class="send_hover_cont"> |
|
| 454 |
+ <b class="hover_title">이름, 휴대전화번호 등</b> |
|
| 455 |
+ ※ 세부 내용은 개인정보처리방침 본문 확인 |
|
| 456 |
+ </div> |
|
| 457 |
+ </li> |
|
| 458 |
+ <li> |
|
| 459 |
+ <img src="/publish/images/labeling_02.png" alt="" /> |
|
| 460 |
+ 결제정보 |
|
| 461 |
+ <div class="send_hover_cont"> |
|
| 462 |
+ <b class="hover_title">계좌(카드)정보, 예금주(카드 명의자) 정보 등</b> |
|
| 463 |
+ ※ 세부 내용은 개인정보처리방침 본문 확인 |
|
| 464 |
+ </div> |
|
| 465 |
+ </li> |
|
| 466 |
+ <li> |
|
| 467 |
+ <img src="/publish/images/labeling_03.png" alt="" /> |
|
| 468 |
+ 처리목적 |
|
| 469 |
+ <div class="send_hover_cont"> |
|
| 470 |
+ <b class="hover_title">회원관리, 서비스제공 및 관리, 신규서비스 개발 및 마케팅·광고·홍보</b> |
|
| 471 |
+ ※ 세부항목은 개인정보처리방침 본문 확인 |
|
| 472 |
+ </div> |
|
| 473 |
+ </li> |
|
| 474 |
+ <li> |
|
| 475 |
+ <img src="/publish/images/labeling_04.png" alt="" /> |
|
| 476 |
+ 자동수집 |
|
| 477 |
+ <div class="send_hover_cont"> |
|
| 478 |
+ <b class="hover_title" style="margin:0;">쿠키</b> |
|
| 479 |
+ </div> |
|
| 480 |
+ </li> |
|
| 481 |
+ <li> |
|
| 482 |
+ <img src="/publish/images/labeling_05.png" alt="" /> |
|
| 483 |
+ 처리위탁 |
|
| 484 |
+ <div class="send_hover_cont"> |
|
| 485 |
+ ※ 세부항목은 개인정보처리방침 본문 확인 |
|
| 486 |
+ </div> |
|
| 487 |
+ </li> |
|
| 488 |
+ <li> |
|
| 489 |
+ <img src="/publish/images/labeling_06.png" alt="" /> |
|
| 490 |
+ 개인정보보호책임자 |
|
| 491 |
+ <div class="send_hover_cont"> |
|
| 492 |
+ <b class="hover_title">개인정보보호책임자 |
|
| 493 |
+ <span>개인정보보호책임자(1551-8011, help@iten.co.kr)</span> |
|
| 494 |
+ </b> |
|
| 495 |
+ ※ 세부내용은 개인정보처리방침 본문 확인 |
|
| 496 |
+ </div> |
|
| 497 |
+ </li> |
|
| 498 |
+ </ul> |
|
| 499 |
+ </div> |
|
| 438 | 500 |
<div class="privacy_index"> |
| 439 | 501 |
<p class="title">목차</p> |
| 440 | 502 |
<p class="info">개인정보처리방침은 다음과 같은 내용을 담고 있습니다.</p> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?