<!-- 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;
}
.wrap .special-sub-wrap .sub-top .editor-wrap {
min-width: 1440px !important;
}
.art-container-event {
background: #000000;
color: #ffffff;
font-family: Pretendard, sans-serif !important;
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.art-content-inner img {
display: block;
width: 100%;
}
.art-content-inner p,
.art-content-inner ul {
margin: 0;
padding: 0;
}
/* content */
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
.mv p {
position: absolute;
color: #FFFFFF;
}
.mv p:nth-of-type(1) {
top: clamp(38px, 2.66vw, 51px);
left: 50%;
transform: translateX(-50%);
font-size: clamp(21px, 1.46vw, 28px);
font-weight: 500;
line-height: 100%;
letter-spacing: -1px;
}
.mv p:nth-of-type(2) {
bottom: clamp(60px, 4.17vw, 80px);
left: 50%;
transform: translateX(-50%);
font-size: clamp(26px, 1.82vw, 35px);
font-weight: 500;
line-height: 100%;
letter-spacing: -1px;
}
.mv p:nth-of-type(2) span {
color: #FF7B4F;
}
.content {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_sub_ttl {
font-size: 16px;
font-weight: 600;
line-height: 100%;
color: #2A2A2A;
}
.content_main_ttl {
margin: 0 auto !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.12px;
color: #FF7B4F;
}
.content_sub_ttl + .content_main_ttl {
margin: 24px auto 0 !important;
color: #000000;
}
.content_txt {
margin: 12px auto 0 !important;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #ffffff;
}
.content_sub_ttl + .content_main_ttl + .content_txt {
color: #000000;
}
/* content _intro */
.content._intro {
background-image: url(https://image.a-rt.com/art/editor/202605/1778744225010.jpg);
}
.content_intro_swiper_wrap {
position: relative;
max-width: 1156px;
margin: 48px auto 0 !important;
user-select: none;
}
.content_intro_swiper_box {
max-width: 1156px;
overflow: hidden;
}
.content_intro_swiper {
position: relative;
height: 420px;
margin-left: -40px !important;
overflow: hidden;
user-select: none;
}
.content_intro_swiper .swiper-slide {
width: 358px;
height: 376px;
margin-left: 10px !important;
margin-right: 10px !important;
transition: all 0.3s;
}
.content_intro_swiper .swiper-slide.swiper-slide-active {
width: 400px;
height: 420px;
transition: all 0.3s;
}
.content_intro_swiper .swiper-wrapper {
align-items: center;
}
.content_intro_swiper .swiper-slide .card_wrap {
position: relative;
width: 100%;
height: 100%;
}
.content_intro_swiper .swiper-slide .card_wrap .img_wrap {
position: relative;
}
.content_intro_swiper .swiper-slide .card_wrap .img_wrap img {
position: absolute;
inset: 0;
}
.content_intro_swiper .swiper-slide .card_wrap .img_wrap img:nth-of-type(2) {
opacity: 0;
transition: all 0.3s;
}
.content_intro_swiper .swiper-slide.swiper-slide-active .card_wrap .img_wrap img:nth-of-type(1) {
opacity: 0;
transition: all 0.3s;
}
.content_intro_swiper .swiper-slide.swiper-slide-active .card_wrap .img_wrap img:nth-of-type(2) {
opacity: 1;
transition: all 0.3s;
}
.content_intro_swiper .swiper-slide .card_wrap .txt_wrap {
position: absolute;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 304px;
top: 36px;
left: 36px;
transition: all 0.3s;
}
.content_intro_swiper .swiper-slide .card_wrap .txt_wrap p {
text-align: left;
color: #ffffff;
}
.content_intro_swiper .swiper-slide .card_wrap .txt_wrap p:nth-of-type(1) {
font-size: 32px;
font-weight: 700;
line-height: 110%;
}
.content_intro_swiper .swiper-slide .card_wrap .txt_wrap p:nth-of-type(2) {
font-size: 20px;
font-weight: 500;
line-height: 132%;
letter-spacing: -0.8px;
}
.content_intro_swiper .swiper-slide .card_wrap .txt_wrap p:nth-of-type(2) span {
font-weight: 700;
color: #FF7B4F;
}
.content_intro_swiper .swiper-slide.swiper-slide-active .card_wrap .txt_wrap {
height: 328px;
top: 46px;
left: 42px;
transition: all 0.3s;
}
.content_intro_swiper_wrap .arrow_wrap {
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
width: 1278px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.content_intro_swiper_wrap .arrow_wrap .next,
.content_intro_swiper_wrap .arrow_wrap .prev {
width: 36.5px;
height: 73px;
background-image: url(https://image.a-rt.com/art/editor/202605/1778654318319.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
cursor: pointer;
}
.content_intro_swiper_wrap .arrow_wrap .prev {
transform: rotate(180deg);
}
/* content _01 */
.content._01 {
padding: 54px 0 44px;
background-color: #FF7C41;
}
.content01_coupon_wrap {
display: flex;
justify-content: center;
align-items: center;
margin: 40px auto 0;
}
.content01_coupon {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 416px;
height: 138px;
padding: 13.6px 31.6px 22.8px 25.6px;
background-image: url(https://image.a-rt.com/art/editor/202512/1764898516370.png);
background-repeat: no-repeat;
background-size: cover;
color: #000000;
user-select: none;
}
.content01_coupon_row {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.content01_coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 100%;
}
.content01_coupon_dl_ico {
display: block;
width: 9px;
height: 11px;
background-image: url(https://image.a-rt.com/art/editor/202605/1778744277665.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content01_coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 30px !important;
}
.content01_coupon_dis_num {
margin-left: 0.2px !important;
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content01_coupon_dis_per {
margin-left: 3px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content01_coupon_name {
margin-bottom: 2.4px !important;
font-size: 15px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.45px;
text-align: right;
}
.content01_coupon_dl_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
width: 416px;
height: 64px;
margin: 35px auto 0 !important;
background-color: #000000;
color: #ffffff;
text-decoration: none;
}
.content01_coupon_dl_btn_txt {
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
}
.content01_coupon_dl_btn_ico {
max-width: 19.2px;
}
.content01_caution {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 20px auto 0 !important;
}
.content01_caution_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
text-decoration: none;
}
.content01_caution_btn_img {
width: 16px;
height: 16px;
}
.content01_caution_btn_txt {
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
/* content _02 */
.content._02 {
padding: 64px 0 82px;
background: linear-gradient(180deg, #FFEDD8 0%, #FFC3A8 100%);
}
.content02_img {
max-width: 420px;
margin: 49px auto 0 !important;
}
/* banner_link */
.banner_link {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
padding: 60px 0;
text-decoration: unset;
background-color: #000000;
}
.banner_link .banner_img {
max-width: 64px;
}
.banner_link .banner_txt {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 400;
line-height: 40px;
letter-spacing: -1px;
color: #ffffff;
}
.banner_link .banner_txt::after {
content: '';
display: block;
width: 7px;
height: 14px;
background-image: url(https://image.a-rt.com/art/editor/202605/1778744159390.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* 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;
color: #000000;
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;
margin: 0;
padding-bottom: 30px;
border-bottom: 2px solid #000;
}
.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/editor/202511/1762162521400.png') no-repeat center/contain;
width: 27px;
height: 27px;
padding: 0;
border: 0;
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;
}
</style>
<!-- s : art-container-event -->
<div class="art-container-event">
<div class="art-content-inner">
<div class="mv"><img alt="RUN&LIFE SPECIAL WEEK" src="https://image.a-rt.com/art/editor/202605/1778744297319.jpg" />
<p>5. 18 - 5. 31</p>
<p><span>기간 한정</span> 러닝&워킹 혜택</p>
</div>
<div class="content _intro">
<p class="content_main_ttl">나에게 맞는 액티브 셀렉션</p>
<p class="content_txt">일상부터 아웃도어까지</p>
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="" data-y="10%">
<div class="content_intro_swiper_wrap">
<div class="content_intro_swiper_box">
<div class="content_intro_swiper swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card_wrap _01">
<div class="img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744232559.png" /> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744182243.png" /></div>
<div class="txt_wrap">
<p>RUNNING</p>
<p>일상 생활부터<br />
<span>가벼운 조깅을 위한 선택</span></p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card_wrap _01">
<div class="img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744240827.png" /> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744191015.png" /></div>
<div class="txt_wrap">
<p>HIKING</p>
<p>자연 속에서 즐기는<br />
<span>가벼운 트래킹 활동</span></p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card_wrap _01">
<div class="img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744249667.png" /> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744199394.png" /></div>
<div class="txt_wrap">
<p>KIDS</p>
<p>자유롭게 뛰어놀 수 있는<br />
<span>활동적인 키즈 슈즈</span></p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card_wrap _01">
<div class="img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744259328.png" /> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744208112.png" /></div>
<div class="txt_wrap">
<p>ACC</p>
<p>러닝과 워킹을 완성하는<br />
<span>필수 액세서리</span></p>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card_wrap _01">
<div class="img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744267453.png" /> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744216785.png" /></div>
<div class="txt_wrap">
<p>WALKING</p>
<p>가벼운 걸음부터 이어지는<br />
<span>편안한 데일리 워킹화</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="arrow_wrap">
<div class="prev"> </div>
<div class="next"> </div>
</div>
</div>
</div>
</div>
<div class="content _01">
<p class="content_sub_ttl">BENEFIT 1.</p>
<p class="content_main_ttl">온라인 단독 쿠폰 혜택</p>
<p class="content_txt">신상품 전용 할인 쿠폰</p>
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="" data-y="10%">
<div class="content01_coupon_wrap">
<div class="content01_coupon"><span class="content01_coupon_row"> <span class="content01_coupon_ttl"> RUN & LIFE </span> <span class="content01_coupon_dl_ico"></span> </span> <span class="content01_coupon_row"> <span class="content01_coupon_dis"> <span class="content01_coupon_dis_num"> 15 </span> <span class="content01_coupon_dis_per"> % </span> </span> <span class="content01_coupon_name"> 기간 한정<br />
단독 쿠폰 </span> </span></div>
</div>
<a class="content01_coupon_dl_btn" href="javascript:abc.couponDown('3000001126')"><span class="content01_coupon_dl_btn_txt">쿠폰 다운로드</span> <span class="content01_coupon_dl_btn_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898740612.png" /> </span> </a>
<div class="content01_caution"><a class="btn-md content01_caution_btn" data-href="#modal1" href="javascript:void(0);"><span class="content01_caution_btn_img"> <img alt="" src="https://image.a-rt.com/art/editor/202604/1775791049291.png" /> </span> <span class="content01_caution_btn_txt">유의사항</span> </a></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>쿠폰 다운로드 및 사용 기간 2026/05/18 11:00 - 2026/05/31 23:59</li>
<li>쿠폰은 통합멤버십 회원 대상이며, 각 쿠폰은 ID당 2회 다운로드 가능합니다.</li>
<li>일부 상품의 경우 쿠폰 적용 대상에서 제외될 수 있습니다.</li>
<li>다운로드한 쿠폰은 마이 페이지 > 쇼핑 혜택 > 쿠폰 리스트에서 확인 가능합니다.</li>
<li>본 행사는 당사 사정에 의해 사전 고지 없이 내용 변경 및 조기 종료 될 수 있습니다.</li>
<li>쿠폰을 사용하여 주문하신 후 취소/반품 하신 경우, 재발급되지 않습니다.</li>
</ul>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button></div>
</div>
<div class="content _02">
<p class="content_sub_ttl">BENEFIT 2.</p>
<p class="content_main_ttl">기간 한정 할인 혜택</p>
<p class="content_txt">놓치기 아쉬운 기획전 특별가</p>
<div class="content02_img ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="" data-y="10%"><img alt="" src="https://image.a-rt.com/art/editor/202605/1778744288047.png" /></div>
</div>
<a class="banner_link" href="https://grandstage.a-rt.com/promotion/planning-display/detail/main?plndpNo=2000006334" target="_blank"><span class="banner_img"> <img alt="" src="https://image.a-rt.com/art/editor/202605/1778744173097.png" /> </span> <span class="banner_txt">RUNNER STAGE에서 전문 러닝화 만나보기</span> </a></div>
</div>
<!-- e : art-container-event --><!-- 모달 스크립트 --><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 () {
$(this).parent('.md-cnt').find('iframe').attr('src', $(this).parent('.md-cnt').find('iframe')
.attr('src'));
$('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><!-- content_intro_swiper --><script>
$(function () {
const target = document.querySelector('.swiper.content_intro_swiper');
if (!target) return;
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting && !target.classList.contains('initialized')) {
target.classList.add('initialized');
$('.swiper').each(function (i) {
$(this).find('.swiper-pagination').addClass('type' + i);
const mySwiper = new Swiper($(this)[0], {
slidesPerView: 'auto',
centeredSlides: true,
speed: 500,
allowTouchMove: true,
loop: $('.swiper-slide').length > 1,
watchOverflow: true,
navigation: {
nextEl: '.next',
prevEl: '.prev',
},
});
function updateSpaceBetween() {
const vw = window.innerWidth;
const baseSpace = mySwiper.originalSpaceBetween || mySwiper.params.spaceBetween;
if (vw <= 720) {
const converted = (baseSpace / 720) * vw;
mySwiper.params.spaceBetween = converted;
} else {
mySwiper.params.spaceBetween = baseSpace;
}
mySwiper.update();
}
mySwiper.originalSpaceBetween = mySwiper.params.spaceBetween;
updateSpaceBetween();
$(window).on('resize', updateSpaceBetween);
});
observer.unobserve(entry.target);
}
});
}, { threshold: 0.3 });
observer.observe(target);
});
</script><!-- 애니메이션 --><script>
(function () {
function waitImagesLoaded(container, callback) {
const imgs = Array.from(container.querySelectorAll('img'));
if (!imgs.length) return callback();
let loaded = 0;
function check() {
loaded++;
if (loaded === imgs.length) callback();
}
imgs.forEach(img => {
if (img.complete) {
check();
} else {
img.addEventListener('load', check, { once: true });
img.addEventListener('error', check, { once: true });
}
});
}
function initAni() {
const style = document.createElement("style");
style.textContent = `
.ani{
--ani-x:0;
--ani-y:0;
--ani-speed:.7s;
--ani-delay:0s;
opacity:0;
transform:translate(var(--ani-x),var(--ani-y));
transition:
opacity var(--ani-speed) var(--ani-delay),
transform var(--ani-speed) var(--ani-delay);
}
.ani.on{
opacity:1;
transform:translate(0,0);
}
.ani.z_index1{position:relative;z-index:1;}
.ani.z_index2{position:relative;z-index:2;}
.ani.z_index3{position:relative;z-index:3;}
@keyframes aniMove{
from{
opacity:0;
transform:translate(var(--ani-x),var(--ani-y));
}
to{
opacity:1;
transform:translate(0,0);
}
}`;
document.head.appendChild(style);
document.querySelectorAll(".ani").forEach(el => {
if (el.dataset.x) el.style.setProperty("--ani-x", el.dataset.x);
if (el.dataset.y) el.style.setProperty("--ani-y", el.dataset.y);
if (el.dataset.speed) el.style.setProperty("--ani-speed", el.dataset.speed);
if (el.dataset.delay) el.style.setProperty("--ani-delay", el.dataset.delay);
const threshold = parseFloat(el.dataset.threshold) || 0;
const io = new IntersectionObserver(entries => {
entries.forEach(e => {
if (e.isIntersecting) {
e.target.classList.add("on");
io.unobserve(e.target);
}
});
}, {
threshold: threshold
});
io.observe(el);
});
}
const container = document.querySelector('.art-container-event');
if (!container) return;
waitImagesLoaded(container, initAni);
})();
</script><!-- 1920px 스크립트 --><script>
function editorCalcWidth() {
var width_size = $(window).width();
if (width_size > 1200) $('.editor-wrap').css({ width: width_size });
}
$(document).ready(function () {
editorCalcWidth();
});
$(window).on('scroll resize', function () {
editorCalcWidth();
});
</script><!-- E : 이벤트 복사영역 여기까지 -->