<!-- 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-content-inner img {
display: block;
width: 100%;
}
.art-content-inner p,
.art-content-inner ul {
margin: 0;
padding: 0;
}
/* content */
.mv_wrap {
position: relative;
}
.mv {
position: relative;
max-width: 100%;
margin: 0 auto;
}
.main_ttl {
position: absolute;
width: 563px;
top: 102px;
left: 50%;
transform: translateX(-50%);
}
.fade-in {
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
top: 0;
right: 0;
animation: heartRateIn 2.5s linear infinite;
}
.fade-out {
position: absolute;
width: 120%;
height: 100%;
top: 0;
left: -120%;
animation: heartRateOut 2.5s linear infinite;
animation-delay: 0.8s;
background: rgba(0, 0, 0, 1);
background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}
@keyframes heartRateIn {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 0;
}
}
@keyframes heartRateOut {
0% {
left: -120%;
}
20% {
left: -120%;
}
100% {
left: 0;
}
}
.countdown_wrap {
display: flex;
flex-direction: column;
gap: 17px;
padding: 86px 0 89px;
background-color: #ffffff;
}
.countdown_box {
margin: 0 auto;
}
.countdown_title_img {
max-width: 498px;
margin: 0 auto;
padding: 6px 0;
}
.countdown {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 0 auto !important;
gap: 24px;
}
.countdown .time-box {
display: flex;
flex-direction: column;
align-items: center;
}
.countdown .num {
font-size: 60px;
font-weight: 700;
line-height: 1;
letter-spacing: -1.8px;
}
.countdown .label {
margin-top: 7px !important;
font-size: 22px;
font-weight: 300;
line-height: 1;
letter-spacing: -0.44px;
color: #555555;
}
.countdown .colon {
font-size: 60px;
font-weight: 100;
line-height: 0.85;
letter-spacing: -1.8px;
color: #6E6E6E;
}
.coupon_wrap {
padding: 82px 0;
background-color: #000000;
}
.coupon_sub_ttl {
font-size: 23px;
font-weight: 500;
line-height: 1.74;
letter-spacing: -0.92px;
color: #FA1628;
}
.coupon_main_ttl {
margin-top: 12px !important;
font-size: 42px;
font-weight: 600;
line-height: 1.29;
letter-spacing: -1.26px;
color: #ffffff;
}
.coupon_img_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 45px 43px;
max-width: 895px;
margin: 65px auto 0 !important;
}
.coupon_img {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 426px;
height: 156px;
padding: 18px 25px 34px 38px;
background-image: url(https://image.a-rt.com/art/editor/202511/1762417196983.png);
background-repeat: no-repeat;
background-size: cover;
text-decoration: unset;
color: #000000;
}
.coupon_ttl {
font-size: 20px;
font-weight: 500;
line-height: 1;
}
.coupon_txt_wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
}
.coupon_discount_txt {
font-size: 42px;
font-weight: 700;
line-height: 0.8;
letter-spacing: -2.1px;
color: #000000;
}
.coupon_name_txt {
display: flex;
gap: 16px;
justify-content: flex-end;
align-items: center;
font-size: 20px;
font-weight: 500;
line-height: 1.2;
text-align: right;
}
.coupon_dl_btn {
max-width: 26px;
}
.coupon_img::after {
content: '';
display: block;
position: absolute;
width: 106px;
height: 106px;
top: -37px;
right: -23px;
background-repeat: no-repeat;
background-size: cover;
}
.coupon_img._01::after {
background-image: url(https://image.a-rt.com/art/editor/202511/1762417141257.png);
}
.coupon_img._02::after {
background-image: url(https://image.a-rt.com/art/editor/202511/1762417152558.png);
}
.coupon_img._03::after {
background-image: url(https://image.a-rt.com/art/editor/202511/1762417159241.png);
}
.coupon_img._04::after {
background-image: url(https://image.a-rt.com/art/editor/202511/1762417166297.png);
}
.btn-md {
display: inline-flex;
gap: 8px;
justify-content: center;
align-items: center;
margin-top: 53px;
text-decoration: unset;
color: #ffffff;
}
.caution_ico {
max-width: 25px;
}
.caution_txt {
font-size: 20px;
font-weight: 600;
line-height: 1;
}
/* 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;
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;
}
</style>
<!-- s : art-container-event -->
<div class="art-container-event">
<div class="art-content-inner">
<div class="mv_wrap">
<div class="mv"><img alt="" src="https://image.a-rt.com/art/editor/202511/1762482049283.jpg" />
<div class="fade-in"> </div>
<div class="fade-out"> </div>
</div>
<div class="main_ttl"><img alt="COMING SOON 심장이 두근대는 역대급 할인" src="https://image.a-rt.com/art/editor/202511/1762422239329.png" /></div>
</div>
<div class="countdown_wrap">
<div class="countdown_title_img"><img alt="놓치면 후회할 순간, COUNT DOWN" src="https://image.a-rt.com/art/editor/202511/1762479926302.png" /></div>
<div class="countdown_box">
<div class="countdown" id="countdown">
<div class="time-box"><span class="num" id="days">00</span> <span class="label">Days</span></div>
<span class="colon">:</span>
<div class="time-box"><span class="num" id="hours">00</span> <span class="label">hours</span></div>
<span class="colon">:</span>
<div class="time-box"><span class="num" id="minutes">00</span> <span class="label">minutes</span></div>
<span class="colon">:</span>
<div class="time-box"><span class="num" id="seconds">00</span> <span class="label">seconds</span></div>
</div>
</div>
</div>
<div class="coupon_wrap">
<p class="coupon_sub_ttl">매일 오전 11시, 한정 쿠폰</p>
<p class="coupon_main_ttl">미리 담아두는 혜택</p>
<div class="coupon_img_wrap"><a class="coupon_img _01" href="javascript:abc.couponDown('3000000767')"><span class="coupon_ttl"> EARLY COUPON PACK </span> <span class="coupon_txt_wrap"> <span class="coupon_discount_txt"> 12,000원 </span> <span class="coupon_name_txt"> <span>블랙<br />
사전 쿠폰</span> <span class="coupon_dl_btn"> <img alt="" src="https://image.a-rt.com/art/editor/202511/1762479894105.png" /> </span> </span> </span> </a> <a class="coupon_img _02" href="javascript:abc.couponDown('3000000768')"> <span class="coupon_ttl"> EARLY COUPON PACK </span> <span class="coupon_txt_wrap"> <span class="coupon_discount_txt"> 10,000원 </span> <span class="coupon_name_txt"> <span>블랙<br />
사전 쿠폰</span> <span class="coupon_dl_btn"> <img alt="" src="https://image.a-rt.com/art/editor/202511/1762479894105.png" /> </span> </span> </span> </a> <a class="coupon_img _03" href="javascript:abc.couponDown('3000000769')"> <span class="coupon_ttl"> EARLY COUPON PACK </span> <span class="coupon_txt_wrap"> <span class="coupon_discount_txt"> 8,000원 </span> <span class="coupon_name_txt"> <span>블랙<br />
사전 쿠폰</span> <span class="coupon_dl_btn"> <img alt="" src="https://image.a-rt.com/art/editor/202511/1762479894105.png" /> </span> </span> </span> </a> <a class="coupon_img _04" href="javascript:abc.couponDown('3000000770')"> <span class="coupon_ttl"> EARLY COUPON PACK </span> <span class="coupon_txt_wrap"> <span class="coupon_discount_txt"> 5,000원 </span> <span class="coupon_name_txt"> <span>블랙<br />
사전 쿠폰</span> <span class="coupon_dl_btn"> <img alt="" src="https://image.a-rt.com/art/editor/202511/1762479894105.png" /> </span> </span> </span> </a></div>
<a class="btn-md" data-href="#modal1" href="javascript:void(0);"><span class="caution_ico"><img alt="" src="https://image.a-rt.com/art/editor/202511/1762417117969.png" /></span> <span class="caution_txt">유의 사항</span> </a> <!-- 모달창 1 -->
<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>쿠폰 다운로드 및 사용 기간<br />
- 2025/11/14 11:00 - 2025/11/30 23:59</li>
<li>쿠폰별 세부 내용 쿠폰 다운로드 및 사용 기간<br />
- 12,000원 할인 쿠폰 : 5만원 이상 상품 구매시<br />
- 10,000원 할인 쿠폰 : 5만원 이상 상품 구매시<br />
- 8,000원 할인 쿠폰 : 3만원 이상 상품 구매시<br />
- 5,000원 할인 쿠폰 : 3만원 이상 상품 구매시</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="banner"><img alt="11월 14일 오전 11시 ABC마트에서 만나보세요" src="https://image.a-rt.com/art/editor/202511/1762417101273.jpg" /></div>
</div>
</div>
<!-- e : art-container-event --><!-- 타이머 스크립트 --><script>
// 타이머 기한
const targetDate = new Date("2025-11-14T11:00:00").getTime();
function updateCountdown() {
const now = new Date().getTime();
const distance = targetDate - now;
if (distance <= 0) {
clearInterval(timerInterval);
document.getElementById("days").textContent = "00";
document.getElementById("hours").textContent = "00";
document.getElementById("minutes").textContent = "00";
document.getElementById("seconds").textContent = "00";
return;
}
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("days").textContent = String(days).padStart(2, '0');
document.getElementById("hours").textContent = String(hours).padStart(2, '0');
document.getElementById("minutes").textContent = String(minutes).padStart(2, '0');
document.getElementById("seconds").textContent = String(seconds).padStart(2, '0');
}
const timerInterval = setInterval(updateCountdown, 1000);
updateCountdown();
</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 () {
$(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><!-- 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 : 이벤트 복사영역 여기까지 -->