광수마수 작업 중
This commit is contained in:
@@ -3236,10 +3236,11 @@ video::-webkit-media-controls {
|
||||
padding: 2rem;
|
||||
}
|
||||
.policyPopup .popInner {
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
max-width: 120rem;
|
||||
min-height: 22rem;
|
||||
max-height: 90%;
|
||||
max-height: calc(90vh - 342px);
|
||||
position: relative;
|
||||
top: 0 !important;
|
||||
background-color: #fff;
|
||||
@@ -3267,6 +3268,11 @@ video::-webkit-media-controls {
|
||||
padding: 0 3rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content + .content {
|
||||
margin-top: 7rem;
|
||||
padding-top: 6rem;
|
||||
border-top: 1px solid #D9D9D9;
|
||||
}
|
||||
.policyPopup .popInner .content u {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
@@ -3281,88 +3287,86 @@ video::-webkit-media-controls {
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.policyPopup .popInner .content .title strong {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
font-size: 3.2rem;
|
||||
line-height: 3.4rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .editorText {
|
||||
margin-top: 3rem;
|
||||
max-height: calc(90vh - 342px);
|
||||
overflow-y: auto;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.policyPopup .popInner .content .editorText {
|
||||
margin-top: 1.6rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents {
|
||||
.policyPopup .popInner .content .editorText.termsContents {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents h2 {
|
||||
.policyPopup .popInner .content .editorText.termsContents h2 {
|
||||
font-size: 1.8rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.policyPopup .popInner .content .editorText .termsContents h2 {
|
||||
.policyPopup .popInner .content .editorText.termsContents h2 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents h3 {
|
||||
.policyPopup .popInner .content .editorText.termsContents h3 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.policyPopup .popInner .content .editorText .termsContents h3 {
|
||||
.policyPopup .popInner .content .editorText.termsContents h3 {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents h4 {
|
||||
.policyPopup .popInner .content .editorText.termsContents h4 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents > p {
|
||||
.policyPopup .popInner .content .editorText.termsContents > p {
|
||||
margin-top: 2rem;
|
||||
line-height: 2.2rem;
|
||||
font-size: 1.6rem;
|
||||
line-height: 3rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.policyPopup .popInner .content .editorText .termsContents > p {
|
||||
.policyPopup .popInner .content .editorText.termsContents > p {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ul,
|
||||
.policyPopup .popInner .content .editorText .termsContents ol {
|
||||
.policyPopup .popInner .content .editorText.termsContents ul,
|
||||
.policyPopup .popInner .content .editorText.termsContents ol {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ul li,
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li {
|
||||
.policyPopup .popInner .content .editorText.termsContents ul li,
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li {
|
||||
line-height: 2.2rem;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li {
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li span {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li span {
|
||||
line-height: 2.2rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li span::before {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li span::before {
|
||||
display: block;
|
||||
padding-right: 0.5rem;
|
||||
font-style: normal;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li ol {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li ol {
|
||||
margin-top: 0.3rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li ol li {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li ol li {
|
||||
padding: 0 0 0 2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li ol li span {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li ol li span {
|
||||
line-height: 2.2rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .editorText .termsContents ol li ol li span::before {
|
||||
.policyPopup .popInner .content .editorText.termsContents ol li ol li span::before {
|
||||
display: block;
|
||||
padding-right: 0.5rem;
|
||||
font-style: normal;
|
||||
@@ -3376,6 +3380,8 @@ video::-webkit-media-controls {
|
||||
.policyPopup .popInner .content .marketingCheck {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 3rem;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -3384,6 +3390,16 @@ video::-webkit-media-controls {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck h4 {
|
||||
width: 100%;
|
||||
margin: 0 0 1.6rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck h5 {
|
||||
width: 100%;
|
||||
margin: 0 0 1.6rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck > span {
|
||||
display: block;
|
||||
}
|
||||
@@ -3392,6 +3408,13 @@ video::-webkit-media-controls {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck .titArea {
|
||||
margin-bottom: 4rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck .titArea + .agree-area {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck .agree-area {
|
||||
display: block;
|
||||
gap: 5rem;
|
||||
@@ -3419,11 +3442,40 @@ video::-webkit-media-controls {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.policyPopup .popInner .content .marketingCheck.Multi {
|
||||
display: block;
|
||||
}
|
||||
.policyPopup .popInner .content .bu {
|
||||
display: block;
|
||||
padding-left: 0.8rem;
|
||||
text-indent: -1rem;
|
||||
}
|
||||
.policyPopup .popInner .content .bu2 {
|
||||
display: block;
|
||||
padding-left: 1.8rem;
|
||||
text-indent: -1.8rem;
|
||||
}
|
||||
.policyPopup .popInner .content .acc {
|
||||
color: #000;
|
||||
font-weight: 700;
|
||||
}
|
||||
.policyPopup .popInner .content .acc .bu {
|
||||
display: block;
|
||||
padding-left: 2rem;
|
||||
text-indent: -2rem;
|
||||
}
|
||||
.policyPopup .popInner .content .noticeTextBox {
|
||||
padding: 3.2rem;
|
||||
border: 1px solid #E2E2E2;
|
||||
}
|
||||
.policyPopup .popInner .content .agreeBox {
|
||||
padding: 4.2rem;
|
||||
border: 1px solid #E2E2E2;
|
||||
}
|
||||
.policyPopup .popInner .content .agreeBox h4 {
|
||||
margin: 0 0 1.6rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.termsContents {
|
||||
margin-top: 4rem;
|
||||
@@ -3875,12 +3927,13 @@ video::-webkit-media-controls {
|
||||
}
|
||||
}
|
||||
.table-wrap.type2 table td {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.6rem;
|
||||
color: #676767;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.table-wrap.type2 table td {
|
||||
padding: 1.8rem 1rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.table-wrap.type2 table td a {
|
||||
@@ -3889,13 +3942,13 @@ video::-webkit-media-controls {
|
||||
}
|
||||
|
||||
.noticeTextUnderTable {
|
||||
margin-top: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
margin-top: 3.2rem;
|
||||
font-size: 2.2rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.4rem;
|
||||
line-height: 3rem;
|
||||
color: #000000;
|
||||
text-indent: -1.8rem;
|
||||
padding-left: 2.4rem;
|
||||
text-indent: -2.4rem;
|
||||
padding: 0 0 2rem 2.4rem;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.noticeTextUnderTable {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3083,10 +3083,11 @@ video::-webkit-media-controls {
|
||||
z-index: 500;
|
||||
padding: 2rem;
|
||||
.popInner {
|
||||
overflow-y:auto;
|
||||
width: 100%;
|
||||
max-width: 120rem;
|
||||
min-height: 22rem;
|
||||
max-height: 90%;
|
||||
max-height: calc(90vh - 342px);
|
||||
position: relative;
|
||||
top: 0 !important;
|
||||
// left: 50%;
|
||||
@@ -3108,6 +3109,11 @@ video::-webkit-media-controls {
|
||||
@media (max-width: 1100px) {
|
||||
padding: 0 3rem;
|
||||
}
|
||||
&+ .content {
|
||||
margin-top:7rem;
|
||||
padding-top:6rem;
|
||||
border-top:1px solid #D9D9D9;
|
||||
}
|
||||
u {
|
||||
border-bottom:1px solid #000;
|
||||
}
|
||||
@@ -3121,20 +3127,18 @@ video::-webkit-media-controls {
|
||||
text-align: center;
|
||||
line-height: 2.6rem;
|
||||
@include tablet {
|
||||
font-size: 2.4rem;
|
||||
line-height: 3.2rem;
|
||||
font-size: 3.2rem;
|
||||
line-height: 3.4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.editorText {
|
||||
margin-top: 3rem;
|
||||
max-height: calc(90vh - 342px);
|
||||
overflow-y:auto;
|
||||
margin-top: 4rem;
|
||||
|
||||
@include maxtablet {
|
||||
margin-top: 1.6rem;
|
||||
}
|
||||
.termsContents {
|
||||
&.termsContents {
|
||||
margin-top: 4rem;
|
||||
h2 {
|
||||
font-size: 1.8rem;
|
||||
@@ -3154,8 +3158,8 @@ video::-webkit-media-controls {
|
||||
}
|
||||
> p {
|
||||
margin-top: 2rem;
|
||||
line-height: 2.2rem;
|
||||
font-size: 1.6rem;
|
||||
line-height: 3rem;
|
||||
font-size:2.2rem;
|
||||
@include maxtablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
@@ -3242,17 +3246,36 @@ video::-webkit-media-controls {
|
||||
.marketingCheck {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
flex-wrap: wrap;
|
||||
margin-top:3rem;
|
||||
flex-direction: column;
|
||||
@include tablet {
|
||||
flex-direction: row;
|
||||
}
|
||||
h4 {
|
||||
width: 100%;
|
||||
margin:0 0 1.6rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
h5 {
|
||||
width: 100%;
|
||||
margin:0 0 1.6rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
> span {
|
||||
display: block;
|
||||
@include maxtablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
}
|
||||
.titArea {
|
||||
margin-bottom: 4rem;
|
||||
font-size: 2.2rem;
|
||||
&+.agree-area {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
.agree-area {
|
||||
display: block;
|
||||
gap: 5rem;
|
||||
@@ -3276,12 +3299,41 @@ video::-webkit-media-controls {
|
||||
}
|
||||
|
||||
}
|
||||
&.Multi {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
.bu {
|
||||
display: block;
|
||||
padding-left:0.8rem;
|
||||
text-indent: -1rem;
|
||||
}
|
||||
.bu2 {
|
||||
display: block;
|
||||
padding-left:1.8rem;
|
||||
text-indent: -1.8rem;
|
||||
}
|
||||
.acc {
|
||||
color: #000;
|
||||
font-weight: 700;
|
||||
.bu {
|
||||
display: block;
|
||||
padding-left:2rem;
|
||||
text-indent: -2rem;
|
||||
}
|
||||
}
|
||||
.noticeTextBox {
|
||||
padding:3.2rem;
|
||||
border:1px solid #E2E2E2;
|
||||
}
|
||||
.agreeBox {
|
||||
padding:4.2rem;
|
||||
border:1px solid #E2E2E2;
|
||||
h4 {
|
||||
margin:0 0 1.6rem;
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3685,10 +3737,11 @@ video::-webkit-media-controls {
|
||||
}
|
||||
}
|
||||
td {
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.6rem;
|
||||
color:#676767;
|
||||
@include maxtablet {
|
||||
padding: 1.8rem 1rem;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -3700,13 +3753,13 @@ video::-webkit-media-controls {
|
||||
}
|
||||
}
|
||||
.noticeTextUnderTable {
|
||||
margin-top: 2.4rem;
|
||||
font-size: 1.6rem;
|
||||
margin-top: 3.2rem;
|
||||
font-size: 2.2rem;
|
||||
font-weight: 400;
|
||||
line-height: 2.4rem;
|
||||
line-height: 3rem;
|
||||
color: #000000;
|
||||
text-indent: -1.8rem;
|
||||
padding-left: 2.4rem;
|
||||
text-indent: -2.4rem;
|
||||
padding:0 0 2rem 2.4rem;
|
||||
@include maxtablet {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@
|
||||
<label for="c">
|
||||
<input type="checkbox" name="" id="c">
|
||||
<span>
|
||||
Kia Connect Store 마케팅 목적 수집ㆍ이용동의(선택)
|
||||
Kia Connect Store 마케팅 목적 수집ㆍ이용 동의(선택)
|
||||
<button type="button" class="btn-more" onClick="javascript:open_layer_popup('ad_popup');"><em>더보기</em></button>
|
||||
</span>
|
||||
</label>
|
||||
@@ -664,7 +664,7 @@
|
||||
<div class="popInner">
|
||||
<div class="content">
|
||||
<p class="title">
|
||||
<strong>마케팅 활용 목적의 개인정보 <br class="br-m">수집 · 이용 동의 (선택)</strong>
|
||||
<strong>개인정보 수집 · 이용 동의</strong>
|
||||
</p>
|
||||
|
||||
<div class="editorText termsContents withTable">
|
||||
@@ -689,45 +689,29 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<span class="bu">- 기아 커넥트 스토어 회원가입, 본인 인증 - 디지털 사양 서비스 제공</span>
|
||||
<span class="bu">- 기아 커넥트 스토어 회원가입, 본인 인증</span>
|
||||
<span>- 디지털 사양 서비스 제공</span>
|
||||
<span class="bu">- 기아 커넥트 스토어 상품 구매 서비스 이용</span>
|
||||
<span class="bu">- 상담 서비스 개선, 고객 본인확인, 고객 상담/민원 처리, 고지사항 전달, 분쟁조정을 위한 기록보존, 서비스 만족도조사</span>
|
||||
<span class="bu">- 서비스 부정이용 방지, 불량회원 사용통제 등</span>
|
||||
<span class="bu">- 제품/서비스 이용내역 분석을 통한 개별 서비스 개선 및 개발, 접속빈도 파악 및 서비스 이용에 대한 통계처리</span>
|
||||
</td>
|
||||
</td>
|
||||
<td>
|
||||
구입차량정보, 정비 서비스 이용정보, <strong>기아가 제공하는
|
||||
서비스*</strong> 이용 시 수집 · 이용에 동의한 정보 및
|
||||
상기 정보들을 조합 또는 분석하여 생성된 정보<br><br>
|
||||
성명, ID(이메일), 비밀번호, 생년월일, 휴대폰번호, CI, 구입차량정보, 이용중 사양, 결제내역, 위시리스트, 상품리뷰, 쿠폰내역, 알림내역, 본인 확인 및 고객 상담에 필요한 정보 (서비스 이용 내역, 유선 및 온라인 상담 내용*, 고객 상담/민원에 따라 생성된 정보 등), 로그인 이력, 서비스 이용 기록<br><br>
|
||||
|
||||
※ 기아가 제공하는 서비스는 개인정보처리방침
|
||||
(<a href="https://privacy.kia.com/overview/full-policy" target="_blank">https://privacy.kia.com/overview/full-policy/</a>)을
|
||||
참고하시기 바랍니다.
|
||||
<span class="bu2">※ 유선 및 온라인 상담 내용에는 통화이력, 녹취본, 상담사가 기재한 내용 등이 포함됩니다.</span>
|
||||
</td>
|
||||
<td>
|
||||
서비스 이용 기간 또는 동의 해지 시까지
|
||||
<strong class="acc">
|
||||
기아 커넥트 스토어 탈퇴 시까지 보유<br><br>
|
||||
<span class="bu">※ 단, 상담 서비스 이용 종료 후 5년 후 파기 (단, 분쟁 발생 시 그 종료시까지)</span><br>
|
||||
<span class="bu">※ 단, 서비스 부정이용 방지 목적으로는 탈퇴 후 6개월까지 보관합니다.</span>
|
||||
</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="noticeTextUnderTable">
|
||||
※ 고객님께서는 동의를 거부할 권리가 있습니다. 단, 동의 거부 시 기아가 제공하는 상품 정보 및 이벤트 안내 등의 유익한 정보 안내를 받아 보실 수 없습니다.
|
||||
</div>
|
||||
|
||||
<div class="marketingCheck">
|
||||
<span>마케팅 목적의 개인정보 수집 및 이용에 동의 하시겠습니까?</span>
|
||||
<div class="agree-area">
|
||||
<label for="mktAgree">
|
||||
<input type="checkbox" name="" id="mktAgree">
|
||||
<span>동의합니다.</span>
|
||||
</label>
|
||||
<label for="mktDisagree">
|
||||
<input type="checkbox" name="" id="mktDisagree">
|
||||
<span>동의하지 않습니다.</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -745,6 +729,77 @@
|
||||
<!-- [S] 전자적 전송매체를 활용한 광고성 정보 수신 동의 -->
|
||||
<div id="ad_popup" class="policyPopup" style="display:none; opacity:1;">
|
||||
<div class="popInner">
|
||||
<div class="content">
|
||||
<p class="title">
|
||||
<strong>마케팅 활용 목적의 개인정보 수집 · 이용 동의 (선택)</strong>
|
||||
</p>
|
||||
|
||||
<div class="editorText termsContents withTable">
|
||||
<p>
|
||||
<strong>※ 마케팅 활용 동의를 수행하는 경우 광고성 정보 수신동의도 동의한 것으로 간주합니다.</strong><br>
|
||||
기아는 <u>개인정보보호법 제22조.→,정보통신망법 제50조</u>에 따라 아래와 같이 정보주체의 개인정보를 동의받아 수집하고 있습니다
|
||||
</p>
|
||||
<div class="table-wrap type2 mt-2">
|
||||
<table style="min-width: 600px">
|
||||
<colgroup>
|
||||
<col style="width: 280px;">
|
||||
<col style="width: 280px;">
|
||||
<col style="width: 280px;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>① 개인정보의 수집ㆍ이용 목적</th>
|
||||
<th>② 개인정보의 수집ㆍ이용 항목</th>
|
||||
<th>③ 개인정보의 보유 및 이용 기간</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<strong class="acc">
|
||||
기아가 제공하는 상품 · 서비스 · 이벤트 제공 안내,
|
||||
가입한 서비스 간 개인정보 결합 및 분석을 통한
|
||||
개인 맞춤형 서비스 제공
|
||||
</strong>
|
||||
</td>
|
||||
<td>
|
||||
구입차량정보, 정비 서비스 이용정보, 기아가 제공하는 서비스* 이용 시 수집 · 이용에 동의한 정보 및 상기 정보들을 조합 또는 분석하여 생성된 정보<br><br>
|
||||
※ 기아가 제공하는 서비스는 개인정보처리방침(https://privacy.kia.com/overview/full-policy/) 을 참고하시기 바랍니다.
|
||||
</td>
|
||||
<td>
|
||||
<strong class="acc">
|
||||
서비스 이용 기간 또는 동의 해지 시까지
|
||||
</strong>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="noticeTextUnderTable">
|
||||
※ 고객님께서는 동의를 거부할 권리가 있습니다. 단, 동의 거부 시 기아가 제공하는 상품 정보 및 이벤트 안내 등의 유익한 정보 안내를 받아 보실 수 없습니다.
|
||||
</div>
|
||||
|
||||
|
||||
<div class="marketingCheck">
|
||||
<div class="titArea">
|
||||
<h4>마케팅 활용 동의</h4>
|
||||
<span>마케팅 목적의 개인정보 수집 및 이용에 동의 하시겠습니까?</span>
|
||||
</div>
|
||||
<div class="agree-area">
|
||||
<label for="agreeYes1">
|
||||
<input type="checkbox" name="" id="agreeYes1">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="agreeNo1">
|
||||
<input type="checkbox" name="" id="agreeNo1">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="content">
|
||||
<p class="title">
|
||||
<strong>전자적 전송매체를 활용한 광고성 정보 수신 동의 (선택)</strong>
|
||||
@@ -753,25 +808,93 @@
|
||||
<div class="editorText termsContents withTable">
|
||||
|
||||
<p>
|
||||
<strong>※ 광고성 정보 수신동의를 수행하는 경우 마케팅 활용 동의도 동의한 것으로 간주합니다.</strong>
|
||||
<br><br>기아는 정보통신망법 제50조에 따라 고객 동의 기반으로 마케팅 활용 목적으로 수집한 개인정보를 전자적 전송 매체(SMS(알림톡),
|
||||
E-mail, TM, DM(우편) 등) 를 통해 광고성 정보를 발송하고 있습니다.
|
||||
<strong>※ 광고성 정보 수신동의를 수행하는 경우 마케팅 활용 동의도 동의한 것으로 간주합니다.</strong><br>
|
||||
</p>
|
||||
|
||||
<div class="noticeTextBox">
|
||||
기아는 정보통신망법 제50조에 따라 고객 동의 기반으로 마케팅 활용 목적으로 수집한 개인정보를 전자적 전송 매체(이메일, SMS(알림톡), 우편, 전화 등)를 통해 광고성 정보를 발송하고 있습니다.
|
||||
</div>
|
||||
|
||||
<div class="marketingCheck">
|
||||
<span>전자적 전송매체를 활용한 광고성 정보 수신에 동의 하시겠습니까?</span>
|
||||
<div class="titArea">
|
||||
<h4>광고성 정보 수신 동의</h4>
|
||||
<span>광고성 정보 수신에 동의하시겠습니까?</span>
|
||||
</div>
|
||||
<div class="agree-area">
|
||||
<label for="adAgree">
|
||||
<input type="checkbox" name="" id="adAgree">
|
||||
<span>동의합니다.</span>
|
||||
<label for="agreeYes2">
|
||||
<input type="checkbox" name="" id="agreeYes2">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="adDisagree">
|
||||
<input type="checkbox" name="" id="adDisagree">
|
||||
<span>동의하지 않습니다.</span>
|
||||
<label for="agreeNo2">
|
||||
<input type="checkbox" name="" id="agreeNo2">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="agreeBox">
|
||||
<div class="titArea">
|
||||
<h4>수신 정보 동의</h4>
|
||||
<span>※ 수신정보 동의 항목 중 1개 이상 동의하는 경우 광고성 정보 수신동의는 동의한 것으로 간주합니다.</span>
|
||||
</div>
|
||||
|
||||
<div class="marketingCheck">
|
||||
<h5>이메일 수신여부</h5>
|
||||
<span>광고성 정보 수신에 동의하시겠습니까?</span>
|
||||
<div class="agree-area">
|
||||
<label for="agreeYes2">
|
||||
<input type="checkbox" name="" id="agreeYes2">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="agreeNo2">
|
||||
<input type="checkbox" name="" id="agreeNo2">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="marketingCheck">
|
||||
<h5>이메일 수신여부</h5>
|
||||
<span>광고성 정보 수신에 동의하시겠습니까?</span>
|
||||
<div class="agree-area">
|
||||
<label for="agreeYes2">
|
||||
<input type="checkbox" name="" id="agreeYes2">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="agreeNo2">
|
||||
<input type="checkbox" name="" id="agreeNo2">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="marketingCheck">
|
||||
<h5>이메일 수신여부</h5>
|
||||
<span>광고성 정보 수신에 동의하시겠습니까?</span>
|
||||
<div class="agree-area">
|
||||
<label for="agreeYes2">
|
||||
<input type="checkbox" name="" id="agreeYes2">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="agreeNo2">
|
||||
<input type="checkbox" name="" id="agreeNo2">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="marketingCheck">
|
||||
<h5>이메일 수신여부</h5>
|
||||
<span>광고성 정보 수신에 동의하시겠습니까?</span>
|
||||
<div class="agree-area">
|
||||
<label for="agreeYes2">
|
||||
<input type="checkbox" name="" id="agreeYes2">
|
||||
<span>예</span>
|
||||
</label>
|
||||
<label for="agreeNo2">
|
||||
<input type="checkbox" name="" id="agreeNo2">
|
||||
<span>아니요</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="carswBtn">
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
|
||||
<div class="mypageLink">
|
||||
<span>
|
||||
<strong>회원 정보 수정</strong><a href="#" class="btn-more">기아통합계정 내 정보 수정으로 가기</a>
|
||||
<strong>회원 정보 수정</strong><a href="#" class="btn-more">내 정보 수정으로 가기</a>
|
||||
</span>
|
||||
<span>
|
||||
<strong>개인정보 이용 동의 수정</strong><a href="#" class="btn-more">기아 프라이버시 센터로 가기</a>
|
||||
|
||||
Reference in New Issue
Block a user