스트리밍 프리미엄 해지 팝업 작업중
This commit is contained in:
@@ -45,16 +45,14 @@
|
||||
gap: 10px;
|
||||
}
|
||||
.alertPopup .popInner {
|
||||
position: relative ;
|
||||
position: relative;
|
||||
top: auto;
|
||||
left: auto;
|
||||
transform:translate(0)
|
||||
transform: translate(0);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<!--알럿팝업-->
|
||||
|
||||
<!-- [S] 요금제 리스트에서 변경 또는 해지 버튼을 클릭 시 노출되는 레이어 팝업 -->
|
||||
@@ -108,17 +106,7 @@
|
||||
<div class="popContents">
|
||||
<h1>개인정보 수집/이용 및 기타 동의</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>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>
|
||||
</div>
|
||||
<div>
|
||||
<div class="oneButton">
|
||||
@@ -168,7 +156,7 @@
|
||||
<div class="content">
|
||||
<strong class="alertMessage">
|
||||
<em>즉시 해지(결제 7일 이내)</em>
|
||||
스트리밍 프리미엄 무약정 사양<br>구독을 해지 하시겠습니까?
|
||||
스트리밍 프리미엄 무약정 사양<br />구독을 해지 하시겠습니까?
|
||||
</strong>
|
||||
<!-- [즉시 해지] (결제 7일 이내) -->
|
||||
<div class="alertSubMessage">
|
||||
@@ -178,49 +166,46 @@
|
||||
∙ 해지 시 과금/환불 비용 구분<br />
|
||||
<ul>
|
||||
<li>
|
||||
<span>가) 차량용 webOS 콘텐츠 플랫폼</span>
|
||||
가입일로부터 7일 이내에 환불 요청 시, 전체 환불 처리 됩니다.
|
||||
<strong>가) 차량용 webOS 콘텐츠 플랫폼</strong>
|
||||
<span>가입일로부터 7일 이내에 환불 요청 시, <br class="br-m" />전체 환불 처리 됩니다.</span>
|
||||
|
||||
<div class="amount-box">
|
||||
<div class="totalRefund">
|
||||
<div class="plus"><b>총 받으실 금액 :</b> <span class="amount">6,000원</span></div>
|
||||
<div class="minus"><b>총 납부하실 금액 :</b> <span class="amount">0원</span></div>
|
||||
</div>
|
||||
<div class="totalRefund-detail">
|
||||
<ul>
|
||||
<li>
|
||||
<span
|
||||
><b>1) 환불 금액 : 6,000원</b>
|
||||
<br class="br-m" />
|
||||
(잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span
|
||||
>
|
||||
i) 일할 계산 : 7일 이내 전체 환불
|
||||
</li>
|
||||
<li>
|
||||
<span><b>2) 총 받으실 금액 : 6,000원</b></span>
|
||||
i) 환불 금액 6,000원
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<button type="button" class="btn-detail" onclick="slideToggle(this,'.totalRefund-detail')"><em>비용 상세보기</em></button>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="amount-box">
|
||||
<div class="totalRefund">
|
||||
<div class="plus"><b>총 받으실 금액 :</b> <span class="amount">6,000원</span></div>
|
||||
<div class="minus"><b>총 납부하실 금액 :</b> <span class="amount">0원</span></div>
|
||||
</div>
|
||||
<div class="totalRefund-detail">
|
||||
<ul>
|
||||
<li>
|
||||
<span><b>1) 환불 금액 : 6,000원</b> (잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span>
|
||||
i) 일할 계산 : 7일 이내 전체 환불
|
||||
</li>
|
||||
<li>
|
||||
<span><b>2) 총 받으실 금액 : 6,000원</b></span>
|
||||
i) 환불 금액 6,000원
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<button type="button" class="btn-detail">비용 상세보기</button>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
|
||||
<ul>
|
||||
<li>
|
||||
<span><b>a) 환불 금액 : 6,000원</b> (잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span>
|
||||
i) 일할 계산 : 7일 이내 전체 환불
|
||||
</li>
|
||||
<li>
|
||||
<span><b>b) 중도 해지 납부 금액 : 0원</b> (약정 사양 중도 해지로 인한 납부 금액) </span>
|
||||
i) 할인 반환금 : 0원 <br />
|
||||
ii)중도해지 위약금 : 0원 (약정 기간 종료 전 해지로 인한 위약금)
|
||||
</li>
|
||||
<li>
|
||||
<span><b>c) 총 받으실 금액 : 6,000원</b></span>
|
||||
i) 환불 금액 6,000원 - 중도 해지 납부 금액 0원
|
||||
<strong>나) 스트리밍 프리미엄 데이터 요금제</strong>
|
||||
<span>
|
||||
통신사 정책에 따라 사후 일할 계산됩니다.<br class="br-m" />
|
||||
(문의 : 기아 커넥트 센터 1899-2121)
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user