<!-- 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 */
@keyframes hover {
0% { transform: translateY(0); }
25% { transform: translateY(-5px); }
75% { transform: translateY(5px); }
100% { transform: translateY(0); }
}
.hover {
display: block;
}
.hover:hover {
animation: hover 1s linear infinite;
}
/* mv */
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
/* content common */
.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%;
letter-spacing: -0.64px;
color: #2A2A2A;
}
.content_main_ttl {
margin: 24px auto 0 !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.12px;
color: #000000;
}
.content_txt {
margin: 12px auto 0 !important;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
/* content _copy */
.content._copy {
display: flex;
align-items: center;
justify-content: center;
gap: 76px;
padding: 80px 0;
background-color: #FBF4D7;
}
.content._copy .ttl {
font-size: 28px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1px;
color: #000000;
}
.content._copy .txt {
font-size: 16px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.64px;
text-align: left;
color: #000000;
}
.content._brand {
background-image: url(https://image.a-rt.com/art/editor/202604/1775782343493.jpg);
}
.content._brand .ttl {
position: relative;
font-size: 32px;
font-weight: 500;
line-height: 132%;
letter-spacing: -1.12px;
color: #000000;
z-index: 0;
}
.content._brand .ttl::after {
content: '';
position: absolute;
display: block;
width: 101px;
height: 24px;
bottom: 3px;
left: 50%;
transform: translateX(-50%);
background-color: #FBF1C9;
z-index: -1;
}
.content._brand .ttl span {
font-weight: 700;
}
.content._brand .txt {
margin: 24px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #000000;
}
.content._brand .img {
max-width: 450px;
margin: 50px auto 0 !important;
}
.content._coupon {
background-color: #FFEBF6;
}
.content_coupon_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 35px auto 0 !important;
}
.content_coupon {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 417px;
height: 138px;
padding: 13.6px 31.6px 22.8px 25.6px;
background-image: url(https://image.a-rt.com/art/editor/202512/1764898734130.png);
background-repeat: no-repeat;
background-size: cover;
color: #000000;
user-select: none;
}
.content_coupon_row {
display: flex;
justify-content: space-between;
align-items: center;
}
.content_coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 100%;
}
.content_coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 12px;
}
.content_coupon_dis_num {
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content_coupon_dis_per {
margin-left: 3.75px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content_coupon_name {
margin-bottom: 2.4px !important;
font-size: 15px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.45px;
text-align: right;
}
.content_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;
}
.content_coupon_dl_btn_txt {
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
}
.content_coupon_dl_btn_ico {
max-width: 19.2px;
}
.coupon_info_wrap {
display: flex;
flex-direction: column;
gap: 16px;
max-width: 416px;
margin: 28px auto 0 !important;
}
.coupon_info_wrap li {
list-style: none;
}
.coupon_info_wrap > li ul {
display: flex;
align-items: center;
gap: 24px;
}
.coupon_info_wrap > li ul li:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
width: 108px;
height: 34px;
font-size: 18px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
background-color: #FBD8EB;
border-radius: 4px;
}
.coupon_info_wrap > li ul li:nth-of-type(2) {
display: flex;
align-items: center;
gap: 12px;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
.coupon_info_wrap > li ul li:nth-of-type(2) span:nth-of-type(2) {
position: relative;
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 2px;
z-index: 0;
}
.coupon_info_wrap > li ul li:nth-of-type(2) span:nth-of-type(2):after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 61px;
height: 26px;
background-color: #FFE796;
z-index: -1;
}
.content_caution {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 20px auto 0 !important;
}
.content_caution_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
text-decoration: none;
}
.content_caution_btn_img {
width: 16px;
height: 16px;
}
.content_caution_btn_txt {
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
/* content _discount */
.content._discount {
background: linear-gradient(180deg, #FFF9FC 0%, #FFDBEF 100%);
}
.content._discount .content_txt {
line-height: 120%;
}
.content._discount .content_txt span {
position: relative;
font-weight: 600;
z-index: 0;
}
.content._discount .content_txt span::after {
content: '';
position: absolute;
width: 37px;
height: 22px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #FFE796;
z-index: -1;
}
.content._discount .img {
max-width: 450px;
margin: 50px auto 0 !important;
}
/* content _countdown */
.content._countdown {
display: flex;
flex-direction: column;
gap: 16px;
background-color: #000000;
}
.content._countdown .ttl {
font-size: 20px;
font-weight: 600;
line-height: 114%;
letter-spacing: -0.6px;
color: #ffffff;
}
.countdown_box {
margin: 0 auto !important;
}
.countdown {
display: flex;
justify-content: center;
align-items: flex-start;
margin: 0 auto !important;
gap: 28px;
}
.countdown .time-box {
display: flex;
flex-direction: column;
align-items: center;
}
.countdown .num {
font-size: 60px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.8px;
color: #ffffff;
}
.countdown .label {
margin-top: 7.2px !important;
font-size: 22px;
font-weight: 300;
line-height: 100%;
letter-spacing: -0.44px;
color: #DCDCDC;
}
.countdown .colon {
font-size: 60px;
font-weight: 100;
line-height: 85%;
letter-spacing: -1.8px;
color: #DCDCDC;
}
/* 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;
margin: 0;
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/editor/202511/1762162521400.png') no-repeat center/contain;
width: 27px;
height: 27px;
text-indent: 100%;
padding: 0;
border: 0;
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="BRAND DAY 4.14 FEMME" src="https://image.a-rt.com/art/editor/202604/1775782375781.jpg" /></div>
<div class="content _copy">
<p class="ttl">브랜드 데이는?</p>
<p class="txt">단 하루, 오늘의 브랜드를 선정하여 신상품 최대 할인 쿠폰부터<br />
브랜드 데이 특가까지 한번에 만나볼 수 있는 특별한 날입니다.</p>
</div>
<div class="content _brand">
<p class="ttl">오늘의 브랜드<br />
<span>누오보</span></p>
<p class="txt">누오보는 이태리어로 '새로운, 새롭게' 라는 의미로<br />
매 시즌 트렌디한 뉴 슈즈들을 선보이며<br />
20대 여성들과의 공감을 지향합니다.</p>
<div class="img"><img alt="" src="https://image.a-rt.com/art/editor/202604/1775782357128.jpg" /></div>
</div>
<div class="content _coupon">
<p class="content_sub_ttl">브랜드 데이 혜택 1.</p>
<p class="content_main_ttl">신상품 최대 할인 쿠폰</p>
<p class="content_txt">단 하루만 사용 가능한 온라인 전용 혜택</p>
<div class="content_coupon_wrap">
<div class="content_coupon"><span class="content_coupon_row"> <span class="content_coupon_ttl"> BRAND DAY COUPON </span> </span> <span class="content_coupon_row"> <span class="content_coupon_dis"> <span class="content_coupon_dis_num"> 18 </span> <span class="content_coupon_dis_per"> % </span> </span> <span class="content_coupon_name"> 신상품<br />
쿠폰 </span> </span></div>
</div>
<a class="content_coupon_dl_btn hover" href="javascript:abc.couponDown('3000001036')"><span class="content_coupon_dl_btn_txt">쿠폰 다운로드</span> <span class="content_coupon_dl_btn_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898740612.png" /> </span> </a>
<ul class="coupon_info_wrap">
<li>
<ul>
<li>기간</li>
<li><span>26. 04. 14</span><span>단 하루</span></li>
</ul>
</li>
<li>
<ul>
<li>대상 상품</li>
<li>페이지 하단 관련 상품</li>
</ul>
</li>
</ul>
<div class="content_caution"><a class="btn-md content_caution_btn" data-href="#modal1" href="javascript:void(0);"><span class="content_caution_btn_img"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898717220.png" /> </span> <span class="content_caution_btn_txt">유의사항</span> </a></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/04/14 11:00 - 2026/04/14 23:59</li>
<li>쿠폰은 통합멤버십 회원 대상이며, 각 쿠폰은 ID당 3회 다운로드 가능합니다.</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 _discount">
<p class="content_sub_ttl">브랜드 데이 혜택 2.</p>
<p class="content_main_ttl">브랜드 데이 추가 할인</p>
<p class="content_txt">지금 가장 필요한 상품,<br />
단 하루 더 높아지는 <span>최대</span> 할인 혜택</p>
<div class="img"><img alt="" src="https://image.a-rt.com/art/editor/202604/1775782366067.jpg" /></div>
</div>
<div class="content _countdown">
<p class="ttl">브랜드 데이 종료까지</p>
<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>
</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><!-- 타이머 스크립트 --><script>
const targetDate = new Date("2026-04-15T00: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><!-- 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 : 이벤트 복사영역 여기까지 -->