디즈니 전용관 작업 중
This commit is contained in:
@@ -460,6 +460,8 @@
|
||||
<div class="noticeBox">
|
||||
<h4>Notice</h4>
|
||||
<ul>
|
||||
<li>Availabe after OTA updates : EV6, EV9, Sorento, Carnival, K5, K8</li>
|
||||
<li>2026 The New Sorento is available for purchase regardless OTA updates.</li>
|
||||
<li>It can be purchased only for users of the Kia Connect service.</li>
|
||||
<li>It is only available for vehicles with a 12.3-inch cluster among the ccNC infotainment platforms.</li>
|
||||
<li>Purchase availability can be found on the detailed page of each product.</li>
|
||||
@@ -789,6 +791,12 @@
|
||||
</div>
|
||||
<!--//content-warp-->
|
||||
|
||||
<div class="goto-area">
|
||||
<div class="contentSection">
|
||||
<a href="/kr/info/registration-guide" class="btn-goto">Go to the list</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--//footer-->
|
||||
<div class="floating_menu">
|
||||
<a href="/kr/service/faq.html" class="floating_faq"><img src="../assets/images/common/floating_inquiry.png" alt="자주하는 질문" /></a>
|
||||
@@ -1002,39 +1010,7 @@
|
||||
$(document).ready(function () {
|
||||
// Disney 스와이퍼 초기화
|
||||
var disneySwiper = new Swiper(".disneySwiper", {
|
||||
slidesPerView: 4.2,
|
||||
spaceBetween: 24,
|
||||
loop: true,
|
||||
autoplay: {
|
||||
delay: 1500,
|
||||
disableOnInteraction: false,
|
||||
},
|
||||
// pagination: {
|
||||
// el: ".swiper-pagination",
|
||||
// clickable: true,
|
||||
// },
|
||||
// navigation: {
|
||||
// nextEl: ".swiper-button-next",
|
||||
// prevEl: ".swiper-button-prev",
|
||||
// },
|
||||
breakpoints: {
|
||||
640: {
|
||||
slidesPerView: 1,
|
||||
spaceBetween: 0,
|
||||
},
|
||||
768: {
|
||||
slidesPerView: 3,
|
||||
spaceBetween: 24,
|
||||
},
|
||||
1024: {
|
||||
slidesPerView: 4.5,
|
||||
spaceBetween: 24,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
var disneyFeaturesSwiper = new Swiper(".features-list-swiper", {
|
||||
slidesPerView: 2.15,
|
||||
slidesPerView: "auto",
|
||||
spaceBetween: 16,
|
||||
loop: true,
|
||||
autoplay: {
|
||||
@@ -1049,15 +1025,46 @@
|
||||
// nextEl: ".swiper-button-next",
|
||||
// prevEl: ".swiper-button-prev",
|
||||
// },
|
||||
breakpoints: {
|
||||
768: {
|
||||
slidesPerView: 3,
|
||||
},
|
||||
1024: {
|
||||
slidesPerView: 4,
|
||||
spaceBetween: 16,
|
||||
},
|
||||
// breakpoints: {
|
||||
// 640: {
|
||||
// slidesPerView: 3,
|
||||
// spaceBetween: 16,
|
||||
// },
|
||||
// 768: {
|
||||
// slidesPerView: 3,
|
||||
// spaceBetween: 24,
|
||||
// },
|
||||
// 1024: {
|
||||
// slidesPerView: 4.5,
|
||||
// spaceBetween: 24,
|
||||
// },
|
||||
// },
|
||||
});
|
||||
|
||||
var disneyFeaturesSwiper = new Swiper(".features-list-swiper", {
|
||||
slidesPerView: "auto",
|
||||
spaceBetween: 16,
|
||||
loop: true,
|
||||
autoplay: {
|
||||
delay: 1500,
|
||||
disableOnInteraction: false,
|
||||
},
|
||||
// pagination: {
|
||||
// el: ".swiper-pagination",
|
||||
// clickable: true,
|
||||
// },
|
||||
// navigation: {
|
||||
// nextEl: ".swiper-button-next",
|
||||
// prevEl: ".swiper-button-prev",
|
||||
// },
|
||||
// breakpoints: {
|
||||
// 768: {
|
||||
// slidesPerView: 3,
|
||||
// },
|
||||
// 1024: {
|
||||
// slidesPerView: 4,
|
||||
// },
|
||||
// },
|
||||
});
|
||||
|
||||
// 탭 클릭 이벤트
|
||||
|
||||
Reference in New Issue
Block a user