<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">/* font */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
/* root */
:root {
--head: 80px;
--font: 'pretendard', sans-serif;
--bg-color: #fff;
}
/* common */
.art-container-event {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
}
.art-content-inner {
position: relative;
/* display: flex;
justify-content: center; */
margin: 0 auto;
overflow: hidden;
}
.art-content-inner img {
display: block;
width: 100%;
}
/* gnb */
#tabNav {
position: sticky;
top: var(--head);
display: flex;
gap: 1px;
justify-content: center;
font-family: var(--font) !important;
background-color: #fff;
transition: all 0.3s;
z-index: 2;
width: 100%;
}
#tabNav li {
font-size: 28px;
font-weight: 700;
line-height: 80px;
letter-spacing: -0.03em;
color: #20a398;
background-color: #86eadf;
transition: all 0.3s;
width: 100%;
}
#tabNav li:hover,
#tabNav li.active {
color: #000;
background-color: var(--bg-color);
}
#tabNav li a {
display: block;
width: 100%;
height: 100%;
}
/* modal */
.md-cnt.notice {
visibility: hidden;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-family: 'Pretendard', sans-serif !important;
background-color: #fff;
padding: 30px;
width: 800px;
height: auto;
z-index: 1000;
}
.md-cnt.notice .md-tit .main {
font-size: 28px;
font-weight: 600;
letter-spacing: -0.05em;
line-height: 1;
border-bottom: 2px solid #000;
padding-bottom: 30px;
}
.md-cnt.notice .md-txt {
font-size: 18px;
letter-spacing: -0.05em;
line-height: 1.8;
text-align: left;
padding-top: 30px;
}
.md-cnt.notice .md-txt ul {
list-style: inside;
list-style-type: '- ';
text-indent: -12px;
padding-left: 12px;
}
.md-cnt.notice .md-txt li.spot {
color: #ee1c25;
font-weight: 600;
}
.md-cnt.notice .btn-close {
position: absolute;
top: 30px;
right: 30px;
background: url('https://image.a-rt.com/art/managing/event/20230302_NIKE_AIR_MAX_DAY_CAMPAIGN/pc/md/btn2.png') no-repeat center/contain;
width: 27px;
height: 27px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
#dim {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
cursor: pointer;
}
.md-open {
overflow-y: hidden;
padding-right: 17px;
}
/* slide */
.art-content-inner .swiper1 {
position: absolute;
top: 15.24%;
left: 50%;
transform: translateX(-50%);
width: 85.42%;
overflow: hidden;
padding-top: 100px;
}
.art-content-inner .swiper1 .swiper-slide {
transition: transform 0.5s ease;
}
.art-content-inner .swiper1 .swiper-slide.swiper-slide-active::before {
content: '';
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%);
width: 1920px;
height: 54px;
}
.art-content-inner .swiper1 .slide1.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/txt1.png') no-repeat;
}
.art-content-inner .swiper1 .slide2.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/txt2.png') no-repeat;
}
.art-content-inner .swiper1 .slide3.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/txt3.png') no-repeat;
}
.art-content-inner .swiper1 .slide4.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/txt4.png') no-repeat;
}
.art-content-inner .swiper1 .swiper-slide.swiper-slide-active::after {
content: '';
position: absolute;
top: 50px;
right: -90px;
width: 150px;
height: 82px;
}
.art-content-inner .swiper1 .slide1.swiper-slide-active::after {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/sticker1.png') no-repeat;
}
.art-content-inner .swiper1 .slide2.swiper-slide-active::after {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/sticker2.png') no-repeat;
}
.art-content-inner .swiper1 .slide3.swiper-slide-active::after {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/sticker3.png') no-repeat;
}
.art-content-inner .swiper1 .slide4.swiper-slide-active::after {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/sticker4.png') no-repeat;
}
.art-content-inner .swiper1 .swiper-slide:not(.swiper-slide-active) {
transform: scale(0.8);
z-index: -1;
}
.art-content-inner .swiper1 .swiper-slide:not(.swiper-slide-active)::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.art-content-inner .swiper2 {
position: absolute;
top: 31.15%;
left: 50%;
transform: translateX(-50%);
width: 81.88%;
overflow: hidden;
padding-bottom: 100px;
}
.art-content-inner .swiper2 .swiper-slide {
transition: transform 0.5s ease;
}
.art-content-inner .swiper2 .swiper-slide.swiper-slide-active::before {
content: '';
position: absolute;
bottom: -100px;
left: 50%;
transform: translateX(-50%);
width: 1920px;
height: 61px;
}
.art-content-inner .swiper2 .slide1.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/txt1.png') no-repeat;
}
.art-content-inner .swiper2 .slide2.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/txt2.png') no-repeat;
}
.art-content-inner .swiper2 .slide3.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/txt3.png') no-repeat;
}
.art-content-inner .swiper2 .slide4.swiper-slide-active::before {
background: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/txt4.png') no-repeat;
}
.art-content-inner .swiper2 .swiper-slide:not(.swiper-slide-active) {
transform: scale(0.8);
z-index: -1;
}
.art-content-inner .swiper2 .swiper-slide:not(.swiper-slide-active) img {
filter: blur(4px) brightness(30%);
}
.art-content-inner .swiper .swiper-button-prev {
background-image: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_prv.png');
left: 20.47%;
}
.art-content-inner .swiper .swiper-button-next {
background-image: url('https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_nxt.png');
right: 20.47%;
}
.art-content-inner .swiper .swiper-button-prev,
.art-content-inner .swiper .swiper-button-next {
top: 50%;
transform: translateY(-50%);
background-size: 100%;
margin-top: 0;
width: 47px;
height: 80px;
}
.art-content-inner .swiper1 .swiper-button-prev,
.art-content-inner .swiper1 .swiper-button-next {
top: calc(50% + 50px);
}
.art-content-inner .swiper2 .swiper-button-prev,
.art-content-inner .swiper2 .swiper-button-next {
top: calc(50% - 50px);
}
.art-content-inner .btn-submit {
position: absolute;
bottom: 6%;
left: 50%;
transform: translateX(-50%);
display: none;
width: 22.92%;
height: 6.86%;
}
.art-content-inner .btn-submit.active {
display: block;
}
</style>
<!-- s : art-container-event -->
<div class="art-container-event"><!-- 메인 이미지 -->
<div class="art-content-inner main"><img alt="" src="https://image.a-rt.com/art/editor/202505/1747039963228.jpg" /></div>
<!-- GNB -->
<ul id="tabNav" role="tablist">
<li aria-controls="tabpanel1" class="tab" id="tab1" role="tab"><a href="#tabpanel1">NEW 멤버십 혜택</a></li>
<li aria-controls="tabpanel2" class="tab" id="tab2" role="tab"><a href="#tabpanel2">30% 선착순 쿠폰</a></li>
<li aria-controls="tabpanel3" class="tab" id="tab3" role="tab"><a href="#tabpanel3">웰컴 프리 드로우</a></li>
<li aria-controls="tabpanel4" class="tab" id="tab4" role="tab"><a href="#tabpanel4">멤버스 드랍</a></li>
</ul>
<!-- NEW 멤버십 혜택 -->
<div aria-labelledby="tab1" class="art-content-inner cnt" id="tabpanel1"><img src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/cnt1.jpg" usemap="#map1" /><map name="map1"><area alt="더 많은 혜택 보러가기" coords="720,606,1208,724" href="https://member.a-rt.com/p/promotion-view/146" shape="rect" target="_blank" /> <area alt="링크 공유하기" coords="718,1890,1204,2018" href="#;" onclick="copyURL()" shape="rect" /></map></div>
<!-- 30% 선착순 쿠폰 -->
<div aria-labelledby="tab2" class="art-content-inner cnt" id="tabpanel2"><img src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/cnt2.jpg" usemap="#map2" /><map name="map2"><area alt="쿠폰 유의사항" aria-haspopup="dialog" class="btn-md" coords="896,496,1030,556" data-href="#modal1" href="#;" shape="rect" /> <area alt="쿠폰 발급 받기" coords="722,572,1188,672" href="javascript:abc.couponDown('3000000409')" shape="rect" /> <area alt="이번주 쿠폰 상품" coords="728,680,1190,774" href="#prodContent1" shape="rect" /></map></div>
<!-- 웰컴 프리 드로우 -->
<div aria-labelledby="tab3" class="art-content-inner cnt" id="tabpanel3"><img src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/cnt3.jpg" />
<div class="swiper swiper1">
<div class="swiper-wrapper">
<div class="swiper-slide slide1"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/img1.jpg" /></div>
<div class="swiper-slide slide2"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/img2.jpg" /></div>
<div class="swiper-slide slide3"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/img3.jpg" /></div>
<div class="swiper-slide slide4"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide1/img4.jpg" /></div>
</div>
<div class="swiper-button-wrap">
<div class="swiper-button-prev"> </div>
<div class="swiper-button-next"> </div>
</div>
</div>
<a class="btn-submit btn1" href="https://abcmart.a-rt.com/promotion/event/detail?eventNo=2000002210" target="_blank"> <img alt="이벤트 응모하기" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_submit.png" /> </a> <a class="btn-submit btn2" href="https://abcmart.a-rt.com/promotion/event/detail?eventNo=2000002211" target="_blank"> <img alt="이벤트 응모하기" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_submit.png" /> </a> <a class="btn-submit btn3" href="https://abcmart.a-rt.com/promotion/event/detail?eventNo=2000002212" target="_blank"> <img alt="이벤트 응모하기" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_submit.png" /> </a> <a class="btn-submit btn4" href="https://abcmart.a-rt.com/promotion/event/detail?eventNo=2000002213" target="_blank"> <img alt="이벤트 응모하기" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/btn_submit.png" /> </a></div>
<!-- 시크릿 특가?? -->
<div class="art-content-inner cnt"><img src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/cnt4.jpg" usemap="#map4" /><map name="map4"><area alt="이번주 특가 보기" coords="729,663,1191,767" href="#prodContent2" shape="rect" /></map></div>
<!-- 멤버스 드랍? -->
<div aria-labelledby="tab4" class="art-content-inner cnt" id="tabpanel4"><img src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/cnt5.jpg" usemap="#map5" /><map name="map5"><area alt="상품 보러가기" coords="731,689,1190,799" href="https://grandstage.a-rt.com/display/calendar" shape="rect" target="_blank" /></map>
<div class="swiper swiper2">
<div class="swiper-wrapper">
<div class="swiper-slide slide1"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/img1.png" /></div>
<div class="swiper-slide slide2"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/img2.png" /></div>
<div class="swiper-slide slide3"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/img3.png" /></div>
<div class="swiper-slide slide4"><img alt="" src="https://image.a-rt.com/art/managing/event/20250508_mem_evt/pc/slide2/img4.png" /></div>
</div>
<div class="swiper-button-wrap">
<div class="swiper-button-prev"> </div>
<div class="swiper-button-next"> </div>
</div>
</div>
</div>
<!-- 모달창 -->
<div aria-labelledby="mdTit1" aria-modal="true" class="md-cnt notice" id="modal1" role="dialog">
<div class="md-tit">
<h4 class="main" id="mdTit1">쿠폰 유의사항</h4>
</div>
<div class="md-txt">
<ul>
<li>본 쿠폰은 멤버십 회원 전용 쿠폰입니다.</li>
<li>ID당 1일 1회 다운로드 가능하며, 마이페이지에서 확인하실 수 있습니다.</li>
<li>1일 선착순 500명 한정 발급되며, 지정된 기간 내 미사용 시, 자동 소멸됩니다.</li>
<li>기타 쿠폰 및 할인과 중복 사용은 불가합니다.</li>
<li>쿠폰 적용 가능 상품은 변동될 수 있습니다.</li>
<li>본 쿠폰은 당사 사정에 따라 사전 고지 없이 변경 또는 종료될 수 있습니다.</li>
<li>본 쿠폰은 최대 할인 금액 제한이 있어, 실제 적용 할인율은 다를 수 있습니다.</li>
<li class="spot">일부 브랜드 및 상품은 쿠폰 적용이 불가할 수 있습니다.</li>
</ul>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button></div>
</div>
<!-- e : art-container-event --><!-- 1920px 스크립트 --><script>
function editorCalcWidth() {
var width_size = $(window).width();
if (width_size > 1200) $('.editor-wrap').css({ width: width_size });
}
function fixImageMaps(force) {
var imgs = document.querySelectorAll('img[usemap]');
[].forEach.call(imgs, function (img) {
if (!img.naturalHeight) {
return;
}
var h = img.height / img.naturalHeight;
var w = img.width / img.naturalWidth;
var map = document.getElementsByName(img.useMap.slice(1))[0];
if (!map) {
return;
}
for (var i = 0; i < map.children.length; i++) {
var area = map.children[i];
if (!area.coords) {
continue;
}
var coords = area.coords;
if (!area.originalCoords) {
area.originalCoords = coords;
} else {
coords = area.originalCoords;
}
var split = coords.split(',');
var fixed = '';
split.forEach(function (coord, n) {
if (n != 0) {
fixed += ',';
}
fixed += n % 2 == 0 ? Number(coord) * w : Number(coord) * h;
});
area.coords = fixed;
}
});
}
$(document).ready(function () {
editorCalcWidth();
fixImageMaps();
});
$(window).on('scroll resize', function () {
editorCalcWidth();
fixImageMaps();
});
</script><!-- GNB 스크립트 --><script>
$(document).ready(function () {
const topSpace = 160;
function onScroll() {
const scrollY = Math.ceil($(window).scrollTop() + topSpace);
$('.art-content-inner.cnt').each(function () {
const cntTop = Math.floor($(this).offset().top);
const cntBtm = cntTop + $(this).height();
if (scrollY >= cntTop && scrollY < cntBtm) {
$(this).addClass('active');
$('#' + $(this).attr('aria-labelledby'))
.addClass('active')
.siblings()
.removeClass('active');
} else {
$(this).removeClass('active');
$('#' + $(this).attr('aria-labelledby')).removeClass('active');
}
});
}
$('#tabNav li a').on('click', function (event) {
event.preventDefault();
$('html, body')
.stop()
.animate({ scrollTop: $($(this).attr('href')).offset().top - topSpace }, 0);
});
$(window).on('scroll', onScroll);
});
</script><!-- 모달 스크립트 --><script>
$(document).ready(function () {
$('.btn-md').on('click', function () {
const openBtn = $(this);
const mdCnt = $($(this).attr('data-href'));
const closeBtn = mdCnt.find('.btn-close');
const first = mdCnt.find('[data-link="first"]');
const last = mdCnt.find('[data-link="last"]');
const mainHeight = $('.art-container-event').outerHeight();
$('body').css({ height: mainHeight }).addClass('md-open');
mdCnt.siblings().attr({ 'aria-hidden': true, inert: '' });
mdCnt.before('<div id="dim"></div>');
const dim = $('#dim');
dim.stop().fadeIn().next().css('visibility', 'visible');
first.on('keydown', function (e) {
if (e.shiftKey && e.keyCode === 9) {
e.preventDefault();
last.focus();
}
});
last.on('keydown', function (e) {
if (!e.shiftKey && e.keyCode === 9) {
e.preventDefault();
first.focus();
}
});
closeBtn.on('click', function () {
$('body').css({ height: '' }).removeClass('md-open');
dim.stop().fadeOut(function () {
$(this).remove();
});
mdCnt.css('visibility', 'hidden').siblings().removeAttr('aria-hidden inert');
openBtn.focus();
});
dim.on('click', function () {
closeBtn.trigger('click');
});
$(window).on('keydown', function (e) {
if (e.keyCode === 27) closeBtn.click();
});
});
});
</script><!-- 링크 복사 스크립트 --><script>
function copyURL() {
const currentURL = window.location.href;
navigator.clipboard
.writeText(currentURL)
.then(() => {
alert('링크가 복사되었습니다.');
})
.catch(() => {
alert('복사에 실패했습니다.');
});
}
</script><!-- 슬라이드1 스크립트 --><script>
$(function () {
$('.swiper1').each(function (i) {
$(this)
.find('.swiper-button-wrap')
.find("[class*='swiper-button']")
.addClass('type' + i);
var today = new Date();
var day = today.getDate();
var dateSlideIndex = 0;
const btnSubmit1 = document.querySelector('.btn-submit.btn1');
const btnSubmit2 = document.querySelector('.btn-submit.btn2');
const btnSubmit3 = document.querySelector('.btn-submit.btn3');
const btnSubmit4 = document.querySelector('.btn-submit.btn4');
switch (day) {
case 16:
case 17:
case 18:
dateSlideIndex = 0;
btnSubmit1.classList.add('active');
break;
case 23:
case 24:
case 25:
dateSlideIndex = 1;
btnSubmit2.classList.add('active');
break;
case 30:
case 31:
case 1:
dateSlideIndex = 2;
btnSubmit3.classList.add('active');
break;
case 6:
case 7:
case 8:
dateSlideIndex = 3;
btnSubmit4.classList.add('active');
break;
default:
dateSlideIndex = 0;
btnSubmit1.classList.add('active');
}
const mySwiper = new Swiper($(this), {
initialSlide: dateSlideIndex,
slidesPerView: 3,
centeredSlides: true,
speed: 800,
allowTouchMove: true,
loop: $('.swiper-slide').length > 1,
watchOverflow: true,
navigation: {
nextEl: $(this)
.find('.swiper-button-wrap')
.find('.swiper-button-next.type' + i),
prevEl: $(this)
.find('.swiper-button-wrap')
.find('.swiper-button-prev.type' + i),
},
});
});
});
</script><!-- 슬라이드2 스크립트 --><script>
$(function () {
$('.swiper2').each(function (i) {
$(this)
.find('.swiper-button-wrap')
.find("[class*='swiper-button']")
.addClass('type' + i);
var today = new Date();
var day = today.getDate();
var dateSlideIndex = 0;
switch (day) {
case 15:
case 16:
case 17:
case 18:
case 19:
case 20:
case 21:
dateSlideIndex = 0;
break;
case 22:
case 23:
case 24:
case 25:
case 26:
case 27:
case 28:
dateSlideIndex = 1;
break;
case 29:
case 30:
case 31:
case 1:
case 2:
case 3:
case 4:
dateSlideIndex = 2;
break;
case 5:
case 6:
case 7:
case 8:
dateSlideIndex = 3;
break;
default:
dateSlideIndex = 0;
}
const mySwiper = new Swiper($(this), {
initialSlide: dateSlideIndex,
slidesPerView: 3,
centeredSlides: true,
speed: 800,
allowTouchMove: true,
loop: $('.swiper-slide').length > 1,
watchOverflow: true,
navigation: {
nextEl: $(this)
.find('.swiper-button-wrap')
.find('.swiper-button-next.type' + i),
prevEl: $(this)
.find('.swiper-button-wrap')
.find('.swiper-button-prev.type' + i),
},
});
});
});
</script><!-- E : 이벤트 복사영역 여기까지 -->