2024/11/01 뉴스레터 개인정보동의 수정

This commit is contained in:
subsub 2024-11-01 09:54:15 +09:00
parent da5b3b198e
commit 25d80faa4e
3 changed files with 24 additions and 12 deletions

View File

@ -366,18 +366,17 @@
<b class="title depth02 orange_border round">개인정보 수집·이용 동의<span class="color_red">(필수)</span></b>
<div class="box gray_border">
<pre>
1. 개인정보의 수집 및 이용 목적
조정원에서 정기적으로 발행하는 뉴스레터 등 다양한 정책정보 수신을 위한 정책고객 가입하기는 관계법령 등에서
정하는 소관 업무의 수행을 위하여 다음과 같이 개인정보를 수집 및 이용합니다. 수집된 개인정보는 정해진 목적 이외
의 용도로는 이용되지 않으며, 수집 목적이 변경될 경우 사전에 알리고 동의를 받을 예정입니다.
<p class="title">1. 개인정보의 수집 및 이용 목적</p>
<p>조정원에서 정기적으로 발행하는 뉴스레터 등 다양한 정책정보 수신을 위한 정책고객 가입하기는 관계법령 등에서 정하는 소관 업무의 수행을 위하여 다음과 같이 개인정보를 수집 및 이용합니다. 수집된 개인정보는 정해진 목적 이외의 용도로는 이용되지 않으며, 수집 목적이 변경될 경우 사전에 알리고 동의를 받을 예정입니다.</p>
<p class="title">2. 수집하는 개인정보의 항목</p>
<dl class="sub_dl">
<dt>가. 필수항목 : 신청인 성명, 연락처</dt>
<dt>나. 선택항목 : 이메일 등</dt>
<dt>다. 자동수집항목 : IP(Internet Protocol)주소 - 부정한 방법으로 타인명의를 사용하는 경우에 대비하기 위해 정보이용내역 등을 자동 수집합니다.</dt>
</dl>
2. 수집하는 개인정보의 항목
가. 필수항목 : 신청인 성명, 연락처
나. 선택항목 : 이메일 등
다. 자동수집항목 : IP(Internet Protocol)주소 - 부정한 방법으로 타인명의를 사용하는 경우에 대비하기 위해 정보이용내
역 등을 자동 수집합니다.
</pre>
</div>
<div class="box gray_fill agree_box">

View File

@ -265,4 +265,12 @@ div.webnote_toolbar_container{display:flex;}
.step_ol.cs-step li:last-child::before,.step_ol.cs-step li:last-child::after{display:none;}
.step_ol.cs-step li a:hover,.step_ol.cs-step li.active a{color:#fff;border:1px solid #171c70;background:#171c70;}
.step_ol.cs-step li a:before{display:inline-block;padding:0 10px 0 0;font-size:18px;background:transparent;margin:0;line-height:1.3;}
.step_ol.cs-step li:hover a:before, .step_ol.cs-step li.active a:before{font-weight:600;color:#fff;background:#171c70;}
.step_ol.cs-step li:hover a:before, .step_ol.cs-step li.active a:before{font-weight:600;color:#fff;background:#171c70;}
/* page */
.wrap .pagination,.wrap .pagination-control{height:40px;}
.wrap .pagination li a{display:flex;width:40px;height:40px;font-size:15px;font-weight:400;line-height:1;justify-content:center;align-items:center;}
.wrap .pagination li a:hover{color:#163db1;background:#e3edfe;}
.wrap .pagination li a.on{background:#fff !important;font-weight:600;color:#163db1 !important;border:1px solid #163db1;}
.wrap .pagination-inner{border:0;}
.wrap .pagination-control.prev a:after,.pagination-control.next a:after{display:none;}

View File

@ -5,6 +5,11 @@
.news_service .box.gray_fill .apl_tit{display:inline-block;margin:0 13px 0 0;font-size:1.6rem;font-weight:500;color:#333;}
.news_service .box.gray_fill.agree_box{padding:20px;margin:40px 0;}
.news_service .box.gray_fill .email_wrap{display:inline-flex;align-items:center;gap:5px;flex-wrap:wrap;}
.news_service .gray_border.box{max-height:384px;line-height:1.4;overflow:auto;}
.news_service .gray_border.box .title{font-size:1.9rem;font-weight:500;}
.news_service .gray_border.box .title+p{margin:15px 0 30px 15px;color:#666;}
.news_service .sub_dl{display:flex;margin:15px;font-size:1.7rem;color:#666;flex-direction:column;gap:6px;}
.news_service .sub_dl dd{padding:0 0 4px 20px;font-size:1.5rem;}
/* 분쟁조정 제도 */
.system_info .system_dl{color:#333;line-height:1.5;border-bottom:1px solid #d8d8d8;padding:0 0 40px 0;margin:0 0 40px 0;}