마이페이지-스트리밍프리미엄 구독해지팝업

This commit is contained in:
hyeonggil
2024-10-04 10:50:36 +09:00
parent 4ba72910a1
commit 3ff4ee80bb
7 changed files with 691 additions and 93 deletions

View File

@@ -3790,12 +3790,19 @@ pre {
.cancelPremiumPopup .content .alertMessage {
display: block;
margin-bottom: 2rem;
margin-bottom: 1rem;
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
text-align: center;
}
.cancelPremiumPopup .content .alertMessage em {
display: block;
margin-top: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: right;
}
@media (max-width: 768px) {
.cancelPremiumPopup .content .alertMessage {
font-size: 1.6rem;
@@ -3803,10 +3810,17 @@ pre {
}
}
.cancelPremiumPopup .content .alertSubMessage li {
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: 600;
padding-left: 1.4rem;
text-indent: -1rem;
}
@media (max-width: 768px) {
.cancelPremiumPopup .content .alertSubMessage li {
padding-left: 0;
text-indent: 0;
}
}
.cancelPremiumPopup .content .alertSubMessage li + li {
margin-top: 1rem;
}
@@ -3819,21 +3833,26 @@ pre {
padding: 0.5rem 0;
}
.cancelPremiumPopup .content .alertSubMessage li ul li {
color: #666;
color: #aaa;
font-size: 1.4rem;
font-weight: 400;
padding-left: 2rem;
text-indent: -2.2rem;
line-height: 1.5;
}
.cancelPremiumPopup .content .alertSubMessage li ul li span {
display: block;
}
.cancelPremiumPopup .content .alertSubMessage li ul li span b {
color: #000;
font-weight: 400;
}
.cancelPremiumPopup .content .totalRefund {
display: flex;
align-items: center;
justify-content: center;
height: 8rem;
margin: 3.2rem 0 3.6rem;
margin: 3rem 0 3.6rem;
background-color: #ececec;
font-size: 1.6rem;
font-weight: 400;

File diff suppressed because one or more lines are too long

View File

@@ -204,7 +204,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 0;
margin-left: 2rem;
@@ -269,7 +269,7 @@ pre {
}
}
> div {
>div {
display: block;
align-items: center;
justify-content: space-between;
@@ -334,7 +334,7 @@ pre {
margin-top: 3rem;
width: 100%;
> div {
>div {
h3 {
font-size: 1.8rem;
font-weight: 600;
@@ -347,8 +347,8 @@ pre {
.itemListWarp {
margin-top: 2rem;
> ul {
> li {
>ul {
>li {
border: 1px solid #dedede;
border-radius: 0.6rem;
@@ -386,10 +386,10 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
display: flex;
> p {
>p {
min-width: 7.5rem;
height: 7.5rem;
overflow: hidden;
@@ -478,7 +478,7 @@ pre {
}
}
dt + dd {
dt+dd {
margin-top: 1rem;
@include desktopMin {
@@ -486,7 +486,7 @@ pre {
}
}
dd + dd {
dd+dd {
margin-top: 1.5rem;
font-size: 1.5rem;
@@ -498,7 +498,7 @@ pre {
}
}
.cartItemInfo + ul {
.cartItemInfo+ul {
padding-right: 0;
@include tablet {
@@ -517,7 +517,7 @@ pre {
font-weight: 400;
}
li + li {
li+li {
margin-top: 0.5rem;
}
}
@@ -631,20 +631,20 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
}
}
> div.subScription {
>div.subScription {
.itemListWarp {
ul {
li {
.cartItem {
.cartItemInfo {
> div {
>div {
dl {
dt {
span {
@@ -663,7 +663,7 @@ pre {
}
}
> div + div {
>div+div {
margin-top: 1.5rem;
@include tablet {
@@ -671,13 +671,13 @@ pre {
}
}
> div.myPayList {
>div.myPayList {
width: 100%;
> ul {
>ul {
width: 100%;
> li {
>li {
border: 1px solid #dedede;
border-radius: 0.6rem;
width: 100%;
@@ -730,7 +730,7 @@ pre {
font-size: 1.4rem;
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -942,7 +942,7 @@ pre {
font-size: 1.4rem;
}
p + p {
p+p {
border-left: 1px solid #dedede;
padding-left: 1rem;
margin-left: 1rem;
@@ -959,7 +959,7 @@ pre {
}
}
> li + li {
>li+li {
margin-top: 3rem;
}
}
@@ -968,41 +968,50 @@ pre {
&.type2 {
.infoWarp {
display: none;
@include desktopMin {
display: block;
}
}
> div.myPayList {
>div.myPayList {
border-top: 1px solid #999;
@include desktopMin {
border-top: 0;
}
> ul {
> li {
>ul {
>li {
border-radius: 0;
border: 0;
border-bottom: 1px solid #dedede;
@include desktopMin {
border: 1px solid #dedede;
border-radius: 0.6rem;
}
.paySummary {
position: relative;
flex-wrap: nowrap;
align-items: stretch;
padding: 1.5rem 0;
@include desktopMin {
flex-direction: column;
align-items: flex-start;
min-height: 16.2rem;
padding: 3.2rem;
}
> dl {
>dl {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-around;
width: 60%;
@include desktopMin {
margin-top: 3.2rem;
width: 100%;
@@ -1013,6 +1022,7 @@ pre {
font-size: 1.4rem;
color: #000;
line-height: 1.1;
@include desktopMin {
padding-top: 1.2rem;
font-size: 2rem;
@@ -1023,6 +1033,7 @@ pre {
position: static;
font-size: 1.4rem;
color: #676767;
@include desktopMin {
position: absolute;
top: 0;
@@ -1039,16 +1050,19 @@ pre {
padding-top: 0;
margin-top: 0;
border-top: 0;
@include desktopMin {
display: flex;
justify-content: space-between;
flex-direction: row;
width: 100%;
}
dl {
justify-content: flex-start;
width: auto;
padding-top: 0;
dt {
font-size: 1.4rem;
font-weight: 400;
@@ -1071,6 +1085,7 @@ pre {
&.status {
position: static;
@include desktopMin {
position: absolute;
top: 3.2rem;
@@ -1078,12 +1093,14 @@ pre {
width: auto;
padding-top: 0;
}
dt {
font-size: 1.4rem;
font-weight: 600;
color: #05141f;
line-height: 1.2;
}
dd {
display: flex;
align-items: center;
@@ -1091,9 +1108,11 @@ pre {
font-size: 1.4rem;
font-weight: 600;
color: #05141f;
@include desktopMin {
margin-left: 1rem;
}
&:before {
content: "";
display: block;
@@ -1101,6 +1120,7 @@ pre {
height: 1rem;
margin-right: 0.6rem;
background-color: #d9d9d9;
@include desktopMin {
margin-right: 0.9rem;
}
@@ -1130,8 +1150,10 @@ pre {
}
}
}
> li + li {
>li+li {
margin-top: 0;
@include desktopMin {
margin-top: 1rem;
}
@@ -1237,8 +1259,9 @@ pre {
width: 100%;
}
}
.contents {
+ .title {
+.title {
margin-top: 2.2rem;
}
}
@@ -1256,6 +1279,7 @@ pre {
display: flex;
flex-wrap: wrap;
margin-top: 5rem;
.title {
width: 100%;
padding: 2.4rem 0;
@@ -1269,6 +1293,7 @@ pre {
font-size: 1.4rem;
}
}
.contents {
flex: 1;
padding: 2rem 0;
@@ -1281,16 +1306,19 @@ pre {
flex: none;
width: 100%;
}
ul {
li + li {
li+li {
margin-top: 1rem;
}
}
strong {
display: block;
margin-bottom: 1.5rem;
color: #676767;
}
span {
padding-left: 1rem;
font-size: 1.2rem;
@@ -1307,6 +1335,7 @@ pre {
margin-top: 4rem;
a {
&::after,
&::before {
width: 3.2rem;
@@ -1340,7 +1369,7 @@ pre {
flex-wrap: nowrap;
}
a + a {
a+a {
margin-top: 1rem;
@include tablet {
@@ -1377,7 +1406,7 @@ pre {
}
}
p + p {
p+p {
display: flex;
align-items: center;
margin-top: 1rem;
@@ -1521,14 +1550,14 @@ pre {
.completeForm {
margin-top: 2rem;
> div {
>div {
border-top: 1px solid #999999;
@include tablet {
border-top: 1px solid #dedede;
}
> dl {
>dl {
border-bottom: 1px solid #dedede;
display: flex;
flex-wrap: wrap;
@@ -1545,7 +1574,7 @@ pre {
}
}
> dt {
>dt {
padding-top: 1rem;
@include tablet {
@@ -1554,7 +1583,7 @@ pre {
}
}
> dd {
>dd {
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 600;
@@ -1566,7 +1595,7 @@ pre {
}
}
> dt {
>dt {
width: 100%;
font-size: 1.4rem;
padding-left: 0rem;
@@ -1594,7 +1623,7 @@ pre {
}
}
> dt.calc {
>dt.calc {
@include tablet {
&::after {
content: "";
@@ -1603,7 +1632,7 @@ pre {
}
}
> dd {
>dd {
padding-left: 0;
width: 100%;
font-size: 1.4rem;
@@ -1677,7 +1706,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 3rem;
}
@@ -1713,7 +1742,7 @@ pre {
}
a {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1799,7 +1828,7 @@ pre {
}
}
> p {
>p {
margin-top: 1rem;
color: #000;
font-weight: 600;
@@ -1813,7 +1842,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -1827,7 +1856,7 @@ pre {
.usrQuestions,
.adminAnswer {
> div {
>div {
display: flex;
align-items: center;
gap: 0.8rem;
@@ -1921,7 +1950,7 @@ pre {
}
.usrQuestions {
> div {
>div {
em {
padding-left: 0.8rem;
@@ -2024,7 +2053,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
width: 100%;
p {
@@ -2101,7 +2130,7 @@ pre {
}
}
div + div {
div+div {
margin-top: 3rem;
width: fit-content;
@@ -2221,7 +2250,7 @@ pre {
}
}
label + label {
label+label {
margin-top: 1.5rem;
}
}
@@ -2363,7 +2392,7 @@ pre {
}
}
dl + dl {
dl+dl {
margin-top: 0;
border-bottom: 1px solid #999;
border-top: 1px solid #dedede;
@@ -2425,7 +2454,7 @@ pre {
cursor: not-allowed;
}
[type="radio"]:disabled + span {
[type="radio"]:disabled+span {
opacity: 0.5;
cursor: not-allowed;
}
@@ -2503,7 +2532,7 @@ pre {
}
}
p + p {
p+p {
margin-top: 2rem;
}
}
@@ -2559,7 +2588,7 @@ pre {
.itemStreaming {
margin-top: 2rem;
> p {
>p {
color: #000;
font-size: 1.4rem;
margin-top: 1rem;
@@ -2571,7 +2600,7 @@ pre {
}
}
> span {
>span {
display: block;
color: #676767;
font-size: 1.4em;
@@ -2590,7 +2619,7 @@ pre {
visibility: hidden;
position: absolute;
&:checked + label {
&:checked+label {
background-color: #05141f;
dt,
@@ -2682,7 +2711,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
}
@@ -2771,7 +2800,7 @@ pre {
flex-wrap: nowrap;
}
> div {
>div {
display: flex;
// margin-top: 1.4rem;
@@ -2779,7 +2808,7 @@ pre {
margin-top: 0;
}
> p {
>p {
min-width: 7.5rem;
height: 7.5rem;
overflow: hidden;
@@ -2863,7 +2892,7 @@ pre {
margin-top: 1.2rem;
}
dt + dd {
dt+dd {
margin-top: 0.5rem;
@include desktopMin {
@@ -2871,7 +2900,7 @@ pre {
}
}
dd + dd {
dd+dd {
margin-top: 1.5rem;
font-size: 1.4rem;
@@ -2883,7 +2912,7 @@ pre {
}
}
.cartItemInfo + dl {
.cartItemInfo+dl {
@include maxmobile {
width: 100%;
}
@@ -2944,7 +2973,7 @@ pre {
width: 100%;
min-width: 18rem;
button + button {
button+button {
margin-top: 1rem;
}
@@ -3167,7 +3196,7 @@ pre {
}
}
li + li {
li+li {
margin-top: 1rem;
}
@@ -3187,7 +3216,7 @@ pre {
min-height: 17rem;
}
> p {
>p {
font-weight: 600;
font-size: 1.8rem;
color: #9ea1a2;
@@ -3223,7 +3252,7 @@ pre {
width: fit-content;
}
> p {
>p {
width: 100%;
display: flex;
align-items: center;
@@ -3249,6 +3278,7 @@ pre {
button,
a {
&::before,
&::after {
@include tablet {
@@ -3475,14 +3505,14 @@ pre {
width: 100% !important;
tr {
td + td + td {
td+td+td {
width: calc(100% - 138px) !important;
}
}
}
}
.mailBodyContents > table > tbody > tr > td {
.mailBodyContents>table>tbody>tr>td {
font-size: 1.8rem !important;
@include maxtablet {
@@ -3966,7 +3996,7 @@ pre {
}
}
> div {
>div {
width: 100%;
display: flex;
flex-wrap: wrap;
@@ -3985,11 +4015,11 @@ pre {
}
}
input[type="text"] + input[type="text"] {
input[type="text"]+input[type="text"] {
margin-left: 1rem;
}
input[type="text"] + select {
input[type="text"]+select {
width: 100%;
margin-top: 1rem;
@@ -4097,23 +4127,39 @@ pre {
.content {
.alertMessage {
display: block;
margin-bottom: 2rem;
margin-bottom: 1rem;
font-size: 2.4rem;
font-weight: 600;
line-height: 3.2rem;
text-align: center;
em {
display: block;
margin-top: 1rem;
font-size: 1.4rem;
font-weight: 400;
text-align: right;
}
@media (max-width: 768px) {
font-size: 1.6rem;
line-height: 2.2rem;
}
}
.alertSubMessage {
li {
font-size: 1.4rem;
font-size: 1.6rem;
font-weight: 600;
padding-left: 1.4rem;
text-indent: -1rem;
+ li {
@media (max-width: 768px) {
padding-left: 0;
text-indent: 0;
}
+li {
margin-top: 1rem;
@media (max-width: 768px) {
@@ -4123,25 +4169,34 @@ pre {
ul {
padding: 0.5rem 0;
li {
color: #666;
color: #aaa;
font-size: 1.4rem;
font-weight: 400;
padding-left: 2rem;
text-indent: -2.2rem;
line-height: 1.5;
span {
display: block;
color: #000;
b {
color: #000;
font-weight: 400;
}
}
}
}
}
}
.totalRefund {
display: flex;
align-items: center;
justify-content: center;
height: 8rem;
margin: 3.2rem 0 3.6rem;
margin: 3rem 0 3.6rem;
background-color: #ececec;
font-size: 1.6rem;
font-weight: 400;
@@ -4152,12 +4207,14 @@ pre {
font-size: 1.4rem;
margin: 2rem 0;
}
b {
font-weight: 400;
.minusPriceInfo {
font-weight: 600;
}
}
}
}
}
}

View File

@@ -67,7 +67,7 @@
Connect store
</span> -->
</a>
</div>
</div>qhqo
<span class="closeBtn" id="closeBtn">
<a href="#"></a>
</span>

View File

@@ -891,11 +891,11 @@
<div class="popInner">
<div class="content">
<strong class="alertMessage">
스트리밍 프리미엄 약정 사양<br />
구독해지를 예약 하시겠습니까?
스트리밍 프리미엄 약정 사양 구독해지를 하시겠습니까?
<em>당일 해지(결제 7일 이내)</em>
</strong>
<!-- [당일 해지] (결제 7일 이내) -->
<!-- <div class="alertSubMessage">
<div class="alertSubMessage">
<ul>
<li>∙ 구독을 해지하시면 차량에서 해당 사양의 이용이 중지됩니다.</li>
<li>
@@ -907,7 +907,7 @@
</li>
<li>
<span>나) 스트리밍 프리미엄 데이터 요금제</span>
통신사 정책에 따라 사후 일할 계산됩니다. (문의 : 기아 커넥트 센터 1899-2121)
통신사 정책에 따라 사후 일할 계산됩니다.<br>(문의 : 기아 커넥트 센터 1899-2121)
</li>
</ul>
</li>
@@ -919,7 +919,7 @@
<ul>
<li>
가) 차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
<ul>
<li>
<span><b>a) 환불 금액 : 6,000원</b> (잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span>
@@ -932,14 +932,12 @@
</li>
<li>
<span><b>c) 총 받으실 금액 : 6,000원</b></span>
i) 할인 반환금 : 0원 <br />
ii)중도해지 위약금 : 0원 (약정 기간 종료 전 해지로 인한 위약금)<br />
i) 환불 금액 6,000원 - 중도 해지 납부 금액 0원
</li>
</ul>
</li>
</ul>
</div> -->
</div>
<!--// [당일 해지] (결제 7일 이내) -->
<!-- [당일 해지] (결제 7일 초과) -->
<!-- <div class="alertSubMessage">
@@ -967,7 +965,7 @@
<ul>
<li>
가) 차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
<ul>
<li>
<span><b>a) 환불 금액 : 5,000원</b> (잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span>
@@ -988,7 +986,7 @@
</div> -->
<!--// [당일 해지] (결제 7일 초과) -->
<!-- [예약 해지] (다음 회차 정기결제 시점 해지) -->
<div class="alertSubMessage">
<!-- <div class="alertSubMessage">
<ul>
<li>
∙ 디지털 사양 구독 해지를 예약하시면 다음 회차 정기 결제 일에 해지되며 차량에서 해당 사양의 이용이 중지됩니다.<br />
@@ -1016,7 +1014,7 @@
<ul>
<li>
가) 차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
차량용 webOS 콘텐츠 플랫폼 비용 상세 사항
<ul>
<li>
<span><b>a) 환불 금액 : 0원</b> (잔여 이용 기간에 대하여 돌려받으실 환불 금액 )</span>
@@ -1034,7 +1032,7 @@
</ul>
</li>
</ul>
</div>
</div> -->
<!--// [예약 해지] (다음 회차 정기결제 시점 해지) -->
<div class="carswBtn">
<div class="towButton">
@@ -1042,7 +1040,7 @@
<p>계속 구독하기</p>
</a>
<a href="" id="alertCancelPremiumReservation" class="PurchaseBtn rightBtn">
<p>구독 해지 예약</p>
<p>구독 해지</p>
</a>
</div>
</div>

View File

@@ -0,0 +1,239 @@
<?php $bland_code = "kia"; ?>
<!--
//메타의 각 브랜드 별 코드는 hyundai,genesis 입니다.
//브랜드 별 경로에 따라 해당 코드를 변경해주세요.
-->
<?php $gnbStyleCode = "hBoder"; ?>
<?php $mypage_code = "payment"; ?>
<!--
페이지 별 붙박이 코드입니다. 해당 변수는 JSP로만 변경해주시고, 값은 그대로 유지만 시켜주시면 됩니다.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>제품상세명 &gt; 제품리스트 &gt; 회사명</title>
<!--
//위에 순서대로 title 이 변경되어야 합니다.
-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/meta.php");
?>
<!--사양상세 페이지 css 분리-->
<link rel="stylesheet" charset="UTF-8" href="../assets/css/mypage.css?v1" type="text/css" />
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/style.php");
?>
</head>
<body>
<!--//header-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/header.php");
?>
<!--//header-->
<!--//content-warp-->
<div class="contentWarp">
<div class="mypageWarp">
<div class="leftLnbWarp">
<div class="title">
<h1>마이페이지</h1>
<p><span>일반회원 홍길동님</span></p>
</div>
<div class="couponArea">
<dl class="lnbCoupon">
<dt><span>사용 가능한</span> 쿠폰</dt>
<dd>3</dd>
</dl>
<dl class="lnbPoint">
<dt><span>멤버스</span> 포인트</dt>
<dd>32,000 P</dd>
</dl>
</div>
<div class="swiper lnbList">
<ul class="swiper-wrapper">
<!--//lnb-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/mylnb.php");
?>
<!--//lnb-->
</ul>
</div>
</div>
<div class="rightConWarp">
<div class="conTitle">
<h2>결제내역</h2>
</div>
<div class="tabWarp">
<a href="">
<p>
<span>디지털 사양</span>
</p>
</a>
<a href="" class="tabActive">
<p>
<span>스트리밍 프리미엄</span>
</p>
</a>
</div>
<div class="myItemWarp type2">
<div class="infoWarp">* 스트리밍 사양의 결제 내역은 Kia Connect 앱에서 확인 가능합니다.</div>
<div class="myPayList">
<ul>
<li>
<a href="payment-history-view.html">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>미납금</dt>
<dd>결제완료</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">6,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">6,000원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>스트리밍 프리미엄 데이터 요금제</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>중도해지 계산금액</dt>
<dd>결제실패</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>월 구독 2회차</dt>
<dd>결제실패</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>스트리밍 프리미엄 데이터 요금제</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>결제완료</dt>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
</div>
</div>
</a>
</li>
<li>
<a href="">
<div class="paySummary">
<dl>
<dt>차량용 webOS 콘텐츠 플랫폼</dt>
<dd>2024-10-15</dd>
</dl>
<div class="totalPay">
<dl class="status">
<dt>월 구독 1회차</dt>
<dd>결제완료</dd>
</dl>
<dl class="quotedInfo">
<dt>사양 금액 :</dt>
<dd class="amount">5,000원</dd>
</dl>
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">6,000원</dd>
</dl>
</div>
</div>
</a>
</li>
<!-- <li class="listNone">
<p>결재이력이 없습니다. </p>
</li> -->
</ul>
<!-- <%-- 활성화 페이지에 active 클래스 부여해 주시면 됩니다. --%> -->
<!-- <div class="paging">
<div class="pagingInner">
<a href=""><i class="pre"></i></a>
<a href="">1</a>
<a href="" class="active">2</a>
<a href="">3</a>
<a href="">4</a>
<a href="">5</a>
<a href=""><i class="next"></i></a>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!--//content-warp-->
<!--//footer-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/footer.php");
?>
<!--//footer-->
</body>
</html>

View File

@@ -0,0 +1,285 @@
<?php $bland_code = "kia"; ?>
<!--
//메타의 각 브랜드 별 코드는 hyundai,genesis 입니다.
//브랜드 별 경로에 따라 해당 코드를 변경해주세요.
-->
<?php $gnbStyleCode = "hBoder"; ?>
<!--
페이지 별 붙박이 코드입니다. 해당 변수는 JSP로만 변경해주시고, 값은 그대로 유지만 시켜주시면 됩니다.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>제품상세명 &gt; 제품리스트 &gt; 회사명</title>
<!--
//위에 순서대로 title 이 변경되어야 합니다.
-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/meta.php");
?>
<!--상품상세 페이지 css 분리-->
<link rel="stylesheet" charset="UTF-8" href="../assets/css/mypage.css?v1" type="text/css" />
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/style.php");
?>
</head>
<body>
<!--//header-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/header.php");
?>
<!--//header-->
<!--//content-warp-->
<div class="contentWarp">
<div class="mypageWarp">
<div class="leftLnbWarp">
<div class="title">
<h1>마이페이지</h1>
<p><span>일반회원 홍길동님</span></p>
</div>
<div class="swiper lnbList">
<ul class="swiper-wrapper">
<!--//lnb-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/mylnb.php");
?>
<!--//lnb-->
</ul>
</div>
</div>
<div class="rightConWarp">
<div class="conTitle">
<h2>결제내역</h2>
</div>
<div class="tabWarp">
<a href="">
<p>
<span>디지털 사양</span>
</p>
</a>
<a href="" class="tabActive">
<p>
<span>스트리밍 프리미엄</span>
</p>
</a>
</div>
<div class="myItemViewWrap">
<div class="borderView">
<dl>
<dt class="itemName">
주문 사양
</dt>
<dd class="itemValue">
스트리밍 프리미엄
</dd>
</dl>
<dl>
<dt class="itemName">
구매 옵션
</dt>
<dd class="itemValue">
약정
</dd>
</dl>
<dl>
<dt class="itemName">
사양 유형
</dt>
<dd class="itemValue">
차량용 webOS 콘텐츠 플랫폼
</dd>
</dl>
<dl>
<dt class="itemName">
주문 번호
</dt>
<dd class="itemValue">
240826143900002
</dd>
</dl>
<dl>
<dt class="itemName">
주문 일시
</dt>
<dd class="itemValue">
2022-03-09 10:11:12
</dd>
</dl>
<dl>
<dt class="itemName">
사양 금액
</dt>
<dd class="itemValue">
6,000 원
</dd>
</dl>
<dl>
<dt class="itemName">
결제 구분
</dt>
<dd class="itemValue">
<strong>중도해지계산금액</strong>
</dd>
</dl>
<dl>
<dt class="itemName">
결제 금액 계산
</dt>
<dd class="itemValue">
<div class="contentsWrap">
<div class="title">
a) 환불 금액 : -5,000원
</div>
<div class="contents">
<div class="text">
잔여 이용 기간에 대하여 돌려받으실 환불 금액<br>
i) 일할 계산 환불 금액: 월 요금 (월 요금 * (사용일수/결제월 총일수의 반올림))
</div>
</div>
<div class="title">
b) 중도 해지 납부 금액 : 3,000원
</div>
<div class="contents">
<div class="text">
i) 할인 반환금 : 1,000원
(할인 받으셨던 기간 동안의 해택 반환금)
ii)중도해지 위약금 : 2,000원
(약정 기간 종료 전 해지로 인한 위약금)
</div>
</div>
<div class="title">
c) 결제 금액 : -2,000원
</div>
<div class="contents">
<div class="text">
a) 환불 금액 b) 중도 해지 납부 금액 = -5,000원 + 3,000원
</div>
</div>
</dd>
</dl>
<dl>
<dt class="itemName">
결제 일자
</dt>
<dd class="itemValue">
2024.09.01
</dd>
</dl>
<dl>
<dt class="itemName">
상태
</dt>
<dd class="itemValue">
결제 완료
</dd>
</dl>
<dl>
<dt class="itemName">
결제 정보
</dt>
<dd class="itemValue">
국민카드(1234-12**-****-123*)
</dd>
</dl>
<div class="optionWrap">
<div class="title">
차량용 webOS 콘텐츠 플랫폼
</div>
<div class="contents">
<strong>구매옵션(약정)</strong>
<div class="text">
<ul>
<li>∙ 당일 해지 7일 이내인 경우 전체 환불 됩니다.</li>
<li>∙ 당일 해지 결제 7일 초과인 경우<br>
<span>∙ 납부하신 당월 결제 금액은 일할 계산되어 환불 처리 됩니다.</span>
</li>
<li>
∙ 예약 해지로 정기 결제 시점 해지되는 경우<br>
<span>∙ 다음 회차 정기 결제 일에 해지되며 환불받으실 금액은 없습니다.</span>
</li>
</ul>
</div>
</div>
<div class="contents">
<strong>구매옵션(무약정)</strong>
<div class="text">
<ul>
<li>∙ 당일 해지 7일 이내인 경우 전체 환불 됩니다.</li>
<li>∙ 당일 해지 결제 7일 초과인 경우<br>
<span>∙ 납부하신 당월 결제 금액은 일할 계산되어 환불 처리 됩니다.</span>
</li>
<li>
∙ 예약 해지로 정기 결제 시점 해지되는 경우<br>
<span>∙ 다음 회차 정기 결제 일에 해지되며 환불받으실 금액은 없습니다.</span>
</li>
</ul>
</div>
</div>
</div>
<div class="optionWrap">
<div class="title">
스트리밍 프리미엄 데이터 요금제
</div>
<div class="contents">
<strong>구매옵션(약정)</strong>
<div class="text">
<ul>
<li>
∙ 통신사 정책에 따라 사후 일할 계산됩니다. <br><br>
<span>(문의 : 기아 커넥트 센터 1899-2121)</span>
</li>
</ul>
</div>
</div>
<div class="contents">
<strong>구매옵션(무약정)</strong>
<div class="text">
<ul>
<li>
∙ 통신사 정책에 따라 사후 일할 계산됩니다. <br><br>
<span>(문의 : 기아 커넥트 센터 1899-2121)</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="inquiryBtn">
<div class="oneButton">
<a href="payment-history-list2.html"><p>목록</p></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--//content-warp-->
<!--//footer-->
<?php
include($_SERVER['DOCUMENT_ROOT']."/kr/include/footer.php");
?>
<!--//footer-->
</body>
</html>