105 lines
3.8 KiB
PHP
105 lines
3.8 KiB
PHP
<?php $bland_code = "kia"; ?>
|
|
<!--
|
|
//메타의 각 브랜드 별 코드는 hyundai,genesis 입니다.
|
|
//브랜드 별 경로에 따라 해당 코드를 변경해주세요.
|
|
-->
|
|
<?php $gnbStyleCode = "hskey"; ?>
|
|
<!--
|
|
페이지 별 붙박이 코드입니다. 해당 변수는 JSP로만 변경해주시고, 값은 그대로 유지만 시켜주시면 됩니다.
|
|
-->
|
|
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>제품상세명 > 제품리스트 > 회사명</title>
|
|
<!--
|
|
//위에 순서대로 title 이 변경되어야 합니다.
|
|
-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/meta.php");
|
|
?>
|
|
<!--상품상세 페이지 css 분리-->
|
|
<link rel="stylesheet" charset="UTF-8" href="/kr/assets/css/service.css?v1" type="text/css" />
|
|
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/style.php");
|
|
?>
|
|
|
|
|
|
</head>
|
|
<body id="event">
|
|
<div class="contentHeaderCase case02"> </div>
|
|
|
|
<!--//header-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/header.php");
|
|
?>
|
|
<!--//header-->
|
|
|
|
<div class="pageTitle">
|
|
<h1>스토어 이용안내</h1>
|
|
</div>
|
|
|
|
<div class="contentWarp">
|
|
<div class="contentsTypeNew caseStoreguide">
|
|
<h2 class="titleCase01">기아 커넥트 스토어 이용 가이드</h2>
|
|
|
|
<div class="storeguideTab swiper">
|
|
<div class="swiper-wrapper">
|
|
<a class="swiper-slide" href="../info/buying-Installation-guide-Inquiry">
|
|
<strong>디지털 사양 조회</strong>
|
|
<p>내 차량으로 구매할 수 있는 디지털 사양을 조회해보세요.</p>
|
|
</a>
|
|
<a class="swiper-slide" href="../info/buying-Installation-guide-purchase">
|
|
<strong>디지털 사양 구매</strong>
|
|
<p>주문 및 결제 방법을 확인하세요.</p>
|
|
</a>
|
|
<a class="swiper-slide" href="../info/buying-Installation-guide-installation">
|
|
<strong>디지털 사양 설치</strong>
|
|
<p>결제 후, 차량에 설치하는 방법을 확인하세요.</p>
|
|
</a>
|
|
<a class="swiper-slide" href="../info/buying-Installation-guide-cancellation">
|
|
<strong>구매 취소</strong>
|
|
<p>결제 완료한 디지털 사양의 구매취소 방법을 확인하세요.</p>
|
|
</a>
|
|
<a class="swiper-slide" href="../info/buying-Installation-guide-refund">
|
|
<strong>구독 해지</strong>
|
|
<p>구독 해지 및 환불방법을 확인하세요.</p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="caseService noBorder">
|
|
<header>
|
|
<p>궁금하신 점이나<br>문의사항이 있으신가요?</p>
|
|
</header>
|
|
<div>
|
|
<a href="../service/faq">자주하는 질문</a>
|
|
<a href="../service/inquiry-list">문의하러 가기</a>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--//footer-->
|
|
<?php
|
|
include($_SERVER['DOCUMENT_ROOT']."/kr/include/footer.php");
|
|
?>
|
|
<!--//footer-->
|
|
<script>
|
|
var swiperTab = new Swiper(".storeguideTab", {
|
|
slidesPerView: "auto",
|
|
freeMode: true,
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|