<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
body {
min-width: 1440px;
margin: 0;
padding: 0;
}
body * {
box-sizing: border-box;
}
.art-container-event {
background: #ffffff;
color: #000000;
font-family: Pretendard, sans-serif !important;
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.art-container-event.cont-block_margin_del {
margin-top: -20px !important;
}
.art-content-inner img {
display: block;
width: 100%;
}
.art-content-inner p,
.art-content-inner ul {
margin: 0;
padding: 0;
}
.art-content-inner li {
list-style: none;
}
.content_wrap {
width: 1200px;
margin: 0 auto;
background: #F4F4F4;
}
.content_box {
max-width: 576px;
margin: 0 auto;
background-color: #FAFAFA;
}
.category_wrap {
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
padding: 32px 0;
color: #ffffff;
background-color: #000000;
}
.category_wrap .lead_txt {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.16px;
}
.category_wrap .category_txt {
margin-top: 16px;
font-size: 14px;
font-weight: 400;
line-height: 1.56;
letter-spacing: -0.35px;
}
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
.main_copy_wrap {
padding: 96px 0;
}
.main_copy_wrap .main_copy_txt {
font-size: 28px;
font-weight: 600;
line-height: 1.4;
letter-spacing: -0.7px;
}
.content_copy_wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 24px;
padding: 20px 40px 0;
text-align: left;
}
.content_copy_wrap .content_main_copy_txt {
font-size: 22px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.55px;
}
.content_copy_wrap .content_sub_copy_txt {
font-size: 14px;
font-weight: 400;
line-height: 1.56;
letter-spacing: -0.35px;
}
.item_content {
padding: 20px 0 0;
text-align: center;
}
.item_content .main-swiper {
margin: 0 auto;
overflow: hidden;
}
.item_content .main-swiper .swiper-slide img {
width: 100%;
height: auto;
display: block;
object-fit: contain;
}
.thumbs-area {
margin: 0 auto;
padding: 32px 0;
}
.thumbs-wrap {
position: relative;
display: inline-flex;
align-items: center;
}
.thumbs-swiper {
position: relative;
max-width: 380px;
overflow: hidden;
}
.thumbs-swiper .swiper-wrapper {
justify-content: flex-start;
}
.thumbs-swiper .swiper-slide {
width: 86px;
cursor: pointer;
}
.thumbs-swiper .swiper-slide img {
width: 100%;
height: auto;
object-fit: cover;
}
.thumbs-swiper .swiper-slide-thumb-active {
border: 1px solid #000000;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
box-sizing: border-box;
}
.thumbs-prev,
.thumbs-next {
width: 30px;
height: 30px;
margin-top: 0;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
position: absolute;
z-index: 2;
cursor: pointer;
background-image: unset !important;
}
.thumbs-prev {
left: -42px;
}
.thumbs-next {
right: -42px;
}
.thumbs-prev:after,
.thumbs-next:after {
content: unset;
}
.footer {
padding: 40px 0 60px;
}
.footer .btn {
margin: 0 auto;
font-size: 16px;
font-weight: bold;
width: 480px;
box-sizing: border-box;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
height: 56px;
border: 1px solid #000000;
text-decoration: none;
color: #000000;
background-color: unset;
}
.footer .btn .ico {
display: inline-block;
width: 24px;
height: 24px;
margin-left: 8px;
background: url(https://image.a-rt.com/art/editor/202509/1757642940261.png) center/cover no-repeat;
}
.footer .copy {
margin: 32px 0 0;
text-align: center;
font-size: 14px;
line-height: 1;
}
.footer .copy .attention {
font-weight: bold;
}
</style>
<div class="art-container-event">
<div class="art-content-inner">
<div class="content_wrap">
<div class="content_box">
<div class="mv"><img alt="" src="https://image.a-rt.com/art/editor/202512/1764923856211.png" /></div>
<!-- category_wrap -->
<div class="category_wrap">
<p class="lead_txt">NEWS</p>
<p class="category_txt">지금 공개된 신상부터 주목받는 브랜드까지,<br />
당신을 위한 첫 번째 소식을 지금 바로 만나보세요.</p>
</div>
<!--// category_wrap --><!-- main_copy_wrap -->
<div class="main_copy_wrap">
<p class="main_copy_txt">STRANGER THINGS<br />
2025 COLLECTION</p>
</div>
<!--// main_copy_wrap --></div>
</div>
</div>
</div>
<script>
$(function () {
$('.item_content').each(function () {
const $item = $(this);
const mainSwiperEl = $item.find('.main-swiper')[0];
const thumbsSwiperEl = $item.find('.thumbs-swiper')[0];
const thumbsWrapper = $item.find('.thumbs-swiper .swiper-wrapper')[0];
const mainWrapper = $item.find('.main-swiper .swiper-wrapper')[0];
thumbsWrapper.innerHTML = mainWrapper.innerHTML;
function isMobile() {
return /Android|iPhone|iPad|iPod|iOS/i.test(navigator.userAgent);
}
function pxToVw(px) {
return (px / 720) * window.innerWidth;
}
const thumbsSwiper = new Swiper(thumbsSwiperEl, {
slidesPerView: 4,
spaceBetween: 12,
allowTouchMove: false,
loop: true,
navigation: {
nextEl: $item.find('.thumbs-next')[0],
prevEl: $item.find('.thumbs-prev')[0],
},
});
const mainSwiper = new Swiper(mainSwiperEl, {
slidesPerView: 1,
allowTouchMove: true,
loop: true,
speed: 300,
// autoplay: {
// delay: 3000,
// disableOnInteraction: false,
// },
});
function applySpaceBetween() {
const pxValue = thumbsSwiper.originalSpace || thumbsSwiper.params.spaceBetween;
thumbsSwiper.originalSpace = pxValue;
if (isMobile() && window.innerWidth <= 720) {
thumbsSwiper.params.spaceBetween = pxToVw(pxValue);
} else {
thumbsSwiper.params.spaceBetween = pxValue;
}
thumbsSwiper.update();
}
applySpaceBetween();
$(window).on('resize', applySpaceBetween);
// let autoplayTimer = null;
// function resetAutoplay() {
// if (autoplayTimer) clearTimeout(autoplayTimer);
// mainSwiper.autoplay.stop();
// autoplayTimer = setTimeout(() => {
// mainSwiper.autoplay.start();
// }, mainSwiper.params.autoplay.delay);
// }
function updateThumbs(idx) {
const windowSize = 4;
const windowStart = Math.floor(idx / windowSize) * windowSize;
thumbsSwiper.slideToLoop(windowStart, 0);
thumbsSwiper.slides.removeClass('swiper-slide-thumb-active');
thumbsSwiper.slides.each(function (i, el) {
if ($(el).attr('data-swiper-slide-index') == idx) {
$(el).addClass('swiper-slide-thumb-active');
}
});
}
updateThumbs(0);
$item.find('.thumbs-next').on('click', function () {
mainSwiper.slideNext(mainSwiper.params.speed);
updateThumbs(mainSwiper.realIndex);
resetAutoplay();
});
$item.find('.thumbs-prev').on('click', function () {
mainSwiper.slidePrev(mainSwiper.params.speed);
updateThumbs(mainSwiper.realIndex);
resetAutoplay();
});
$item.find('.thumbs-swiper .swiper-slide').on('click', function () {
const targetIndex = $(this).attr('data-swiper-slide-index');
if (targetIndex !== undefined) {
mainSwiper.slideToLoop(parseInt(targetIndex, 10), 300);
updateThumbs(parseInt(targetIndex, 10));
resetAutoplay();
}
});
mainSwiper.on('slideChange', function () {
updateThumbs(this.realIndex);
});
mainSwiper.on('touchStart', function () {
resetAutoplay();
});
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (!autoplayTimer) {
if (entry.isIntersecting) {
mainSwiper.autoplay.start();
} else {
mainSwiper.autoplay.stop();
}
}
});
}, { threshold: 0.3 });
observer.observe(mainSwiperEl);
});
});
</script><!-- E : 이벤트 복사영역 여기까지 -->
<!-- S : 이벤트 복사영역 여기서부터 -->
<div class="art-container-event cont-block_margin_del">
<div class="art-content-inner">
<div class="content_wrap">
<div class="content_box"><!-- content_copy_wrap -->
<div class="content_copy_wrap">
<p class="content_main_copy_txt">나이키 X 기묘한 이야기 시즌5 컬렉션 런칭</p>
<p class="content_sub_copy_txt">나이키가 넷플릭스 기묘한 이야기 시즌5와 협업을 이어가며 새로운 콜라보 아이템을 공개했습니다. 각 아이템마다 기묘한 이야기의 분위기를 반영한 디자인으로 완성되었으며 ABC마트에서만 만나볼 수 있는 단독 상품도 함께 선보입니다.</p>
<p class="content_sub_copy_txt">※단독 상품 <br />
[나이키 x 기묘한 이야기5] 남성 윈드러너 재킷 / IB5670-410<br />
[나이키 x 기묘한 이야기5] 남성 윈드러너 팬츠 / IF1983-410</p>
</div>
<div class="item_content">
<div class="swiper main-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/editor/202512/1764923887395.png" /></div>
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/editor/202512/1764923895219.png" /></div>
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/editor/202512/1764923913205.png" /></div>
</div>
</div>
<div class="thumbs-area">
<div class="thumbs-wrap">
<div class="swiper thumbs-swiper"><!-- 썸네일 이미지 자동 생성 -->
<div class="swiper-wrapper"> </div>
<!--// 썸네일 이미지 자동 생성 --></div>
<div class="swiper-button-prev thumbs-prev"><img alt="" src="https://image.a-rt.com/art/editor/202509/1757643043611.png" /></div>
<div class="swiper-button-next thumbs-next"><img alt="" src="https://image.a-rt.com/art/editor/202509/1757643030010.png" /></div>
</div>
</div>
</div>
<!--// item_content --></div>
</div>
</div>
</div>
<!-- E : 이벤트 복사영역 여기까지 -->
<!-- S : 이벤트 복사영역 여기서부터 -->
<div class="art-container-event cont-block_margin_del">
<div class="art-content-inner">
<div class="footer"><a class="btn" href="https://www.a-rt.com/display/webzine/trend?newType=N">더 많은 콘텐츠 보러가기<span class="ico"></span></a>
<p class="copy">콘텐츠가 마음에 들었다면 <span class="attention">좋아요</span>를 눌러주세요.</p>
</div>
</div>
</div>
<!-- E : 이벤트 복사영역 여기까지 -->
-
나이키
[나이키 x 기묘한 이야기5] 남성 윈드러너 재킷
149,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 윈드러너 팬츠
125,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 WSQK 후디
99,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 WSQK 팬츠
95,000
76,000원
[20%]
-
나이키
[나이키 x 기묘한 이야기5] 남성 티셔츠
55,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 스트레인저 후디
109,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 스트레인저 팬츠
99,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 베크나 티셔츠
55,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 베크나 오버사이즈 후디
119,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 베크나 오버사이즈 팬츠
115,000원
-
나이키
[나이키 x 기묘한 이야기5] 남성 WSQK 티셔츠
69,000원