스트리밍 프리미엄 이미지 업로드

This commit is contained in:
hyeonggil
2024-10-23 15:25:43 +09:00
parent 0826aca1d4
commit 925059b8f4
10 changed files with 529 additions and 143 deletions

View File

@@ -319,7 +319,7 @@
<tr>
<td>2</td>
<td>26,000</td>
<td>600</td>
<td>6,000</td>
<td>32,000</td>
</tr>
<tr>
@@ -330,7 +330,7 @@
</tr>
<tr>
<td>4</td>
<td>45,000</td>
<td>45,500</td>
<td>4,800</td>
<td>50,300</td>
</tr>
@@ -434,15 +434,15 @@
</dd>
</dl>
<div class="agree-label">
<label for="allagree">
<input type="checkbox" id="allagree" />
<label for="agree1">
<input type="checkbox" id="agree1" />
<span>개인정보 제3자 제공동의(필수)</span>
</label>
<a href="#">더보기 ></a>
</div>
<div class="agree-label">
<label for="allagree">
<input type="checkbox" id="allagree" />
<label for="agree2">
<input type="checkbox" id="agree2" />
<span>차량용 webOS 콘텐츠 플랫폼 이용약관 (KT)(필수)</span>
</label>
<a href="#">더보기 ></a>
@@ -696,26 +696,50 @@
</div>
</div>
<div class="popupWarp" style="display: none">
<div class="popInner termsPop" style="display: none">
<div class="popupWarp" id="popupWarp" style="display: none;opacity: 1;">
<div class="popInner termsPop" style="display: block">
<div class="popContents">
<h1>개인정보 수집/이용 및 기타 동의</h1>
<h1>개인정보 제3자 제공 동의</h1>
<div class="termsCon">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to
make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable
English. ManyLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of
Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like
readable English. Many
</p>
<p>
기아는 개인정보보호법 제 17조에 따라 아래와 같이 정보주체의 개인정보를 동의 받아 제공하고 있습니다.
</p>
<div class="table-wrap mt-2">
<table>
<colgroup>
<col style="width: 33%;">
<col style="width: 67%;">
</colgroup>
<tbody>
<tr>
<th>제공받는 자</th>
<td>KT(스트리밍 프리미엄 webOS 결제주체)</td>
</tr>
<tr>
<th>제공받는 자의 수집 · 이용 목적</th>
<td>스트리밍 프리미엄 사양의 “차량용 webOS 콘텐츠 플랫폼” 이용을 위한 결제 정보 보관 및 미납금(위약금 및 할인반환금) 청구 / 일할정산 환불금 지급을 위함</td>
</tr>
<tr>
<th>개인정보 제공 항목</th>
<td>기아 커넥트 스토어 구매 내역, 이름, ID, 이메일, 휴대폰번호, VIN정보, carID</td>
</tr>
<tr>
<th>제공받는 자의 보유 기간</th>
<td>
처리 목적 달성 시 파기<br>
(스트리밍 프리미엄 이용 해지 완료 및 미납금 처리 완료 시)
</td>
</tr>
</tbody>
</table>
</div>
<div class="noticeTextUnderTable">
※ 고객님께서는 동의를 거부할 권리가 있습니다. 단, 동의 거부 시 스트리밍 프리미엄 서비스를 구매/이용하실 수 없습니다.
</div>
</div>
<div>
<div class="oneButton">
<a href=""><p>닫기</p></a>
<a href="javascript:close_layer_popup('popupWarp')"><p>닫기</p></a>
</div>
</div>
</div>
@@ -756,5 +780,8 @@
</div>
</div>
<!--//footer-->
<script>
open_layer_popup('popupWarp')
</script>
</body>
</html>