<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
body {
margin: 0;
padding: 0;
}
.art-container-event {
color: #fff;
position: relative;
width: 100%;
min-width: 1440px;
max-width: 1920px;
margin: 0 auto;
text-align: center;
overflow: hidden;
font-family: Pretendard, sans-serif !important;
}
.art-content-inner img {
display: block;
width: 100%;
}
.art-content-inner p {
margin: 0;
padding: 0;
}
.mv_wrap {
position: relative;
width: 100%;
overflow: hidden;
}
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
.mv_slide {
position: absolute;
width: 16.95vw;
min-width: 244px;
max-width: 325.5px;
min-height: 292px;
max-height: 390px;
height: 20.31vw;
left: 50%;
bottom: 6.9%;
transform: translate(-50%, 0);
}
.mv_slide .mv_slide_01,
.mv_slide .mv_slide_02,
.mv_slide .mv_slide_03 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
animation-fill-mode: both;
transition: opacity 0.5s ease-in-out;
}
.mv_slide .mv_slide_01 {
background-image: url(https://image.a-rt.com/art/editor/202508/1756361980832.png);
}
.mv_slide .mv_slide_02 {
background-image: url(https://image.a-rt.com/art/editor/202508/1756361994904.png);
}
.mv_slide .mv_slide_03 {
background-image: url(https://image.a-rt.com/art/editor/202508/1756362002696.png);
}
.mv_slide .mv_slide_01.active,
.mv_slide .mv_slide_02.active,
.mv_slide .mv_slide_03.active {
opacity: 1;
}
.mv_asset {
position: absolute;
left: 49%;
bottom: 9%;
transform: translate(-49%, 0);
}
.mv_asset img {
width: 39.6vw;
height: 26.04vw;
max-width: 760.23px;
max-height: 500px;
min-width: 570px;
min-height: 375px;
}
.section01 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 72px 0 73px;
background-color: #000000;
}
.section01 .section01_ttl {
font-size: 40px;
font-weight: 500;
line-height: 1.35;
}
.section01 .section01_txt {
margin-top: 18px;
font-size: 22px;
font-weight: 400;
line-height: 1.59;
}
.section01 .section01_period {
margin-top: 24px;
font-size: 22px;
font-weight: 500;
line-height: 1.59;
}
.section02 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 136px 0 95px;
background-color: #212532;
}
.section02 .section02_ttl {
padding: 14px 28px 15px 29px;
font-size: 25px;
font-weight: 500;
line-height: 1;
border: 2px solid #fff;
border-radius: 27.5px;
color: #fff;
}
.section02 .section02_coupon_ttl {
margin-top: 29px;
font-size: 42px;
font-weight: 700;
line-height: 1.29;
color: #fff;
}
.section02 .section02_coupon_txt {
margin-top: 5px;
font-size: 25px;
font-weight: 500;
line-height: 2.16;
color: #fff;
}
.section02 .section02_coupon_img {
max-width: 361.6px;
margin-top: 21px;
}
.section02 .coupon_dl {
display: flex;
margin-top: 53.89px;
align-items: center;
justify-content: center;
width: 529px;
height: 81px;
font-size: 25px;
font-weight: 700;
line-height: 2.16;
text-decoration: none;
color: #fff;
background-color: #000;
}
.section02 .coupon_dl:hover {
color: #000;
background-color: #fff;
transition: .3s ease;
}
.section02 .btn-md {
display: flex;
margin-top: 51px;
justify-content: center;
align-items: center;
gap: 8px;
text-decoration: none;
}
.section02 .btn-md .section02_caution_ico {
max-width: 30px;
}
.section02 .btn-md .section02_caution_txt {
font-size: 25px;
font-weight: 600;
line-height: 1;
color: #fff;
}
/* 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: #000;
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 .md-txt li span {
padding: 5px;
background-color: #212532;
color: #fff;
font-weight: 500;
}
.md-cnt.notice .btn-close {
position: absolute;
top: 30px;
right: 30px;
background: url(https://image.a-rt.com/art/editor/202508/1756362014383.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/202508/1756361953622.jpg" /></div>
<div class="mv_slide">
<div class="mv_slide_01"> </div>
<div class="mv_slide_02"> </div>
<div class="mv_slide_03"> </div>
</div>
<div class="mv_asset"><img alt="" src="https://image.a-rt.com/art/editor/202508/1756361973619.png" /></div>
</div>
<div class="section01">
<p class="section01_ttl">나만의 선택 시작<br />
인기 스니커즈 컬렉션</p>
<p class="section01_txt">ABC PLUS가 추천하는 데일리 스타일<br />
한정 기간 특가 찬스 놓치지 마세요</p>
<p class="section01_period">25.09.02 ~ 25.09.15</p>
</div>
<div class="section02">
<p class="section02_ttl">혜택 1.</p>
<p class="section02_coupon_ttl">기간 한정 단독 쿠폰</p>
<p class="section02_coupon_txt">스니커즈 컬렉션 10% 추가 할인</p>
<div class="section02_coupon_img"><img alt="스니커즈 컬렉션 할인 쿠폰 10%" src="https://image.a-rt.com/art/editor/202508/1756362025598.png" /></div>
<a class="coupon_dl" href="javascript:abc.couponDown('3000000640')">쿠폰 다운로드</a> <a class="btn-md" data-href="#modal1" href="javascript:void(0);"> <span class="section02_caution_ico"><img alt="" src="https://image.a-rt.com/art/editor/202508/1756362034927.png" /></span> <span class="section02_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>쿠폰 다운로드 및 사용 기간 <span>2025/09/02 10:00 - 2025/09/15 23:59</span></li>
<li>쿠폰은 통합멤버십 회원 대상이며으로 다운로드 가능합니다.</li>
<li>일부 상품의 경우 쿠폰 적용 대상에서 제외될 수 있습니다.</li>
<li>다운로드한 쿠폰은 마이 페이지 > 쇼핑 혜택 > 쿠폰 리스트에서 확인 가능합니다.</li>
<li>본 행사는 당사 사정에 의해 사전 고지 없이 내용 변경 및 조기 종료 될 수 있습니다.</li>
<li>쿠폰을 사용하여 주문하신 후 취소/반품 하신 경우, 재발급되지 않습니다.</li>
</ul>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button></div>
</div>
</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});
}
$(document).ready(function () {
editorCalcWidth();
});
$(window).on('scroll resize', function () {
editorCalcWidth();
});
</script><!-- mv 전환 효과 --><script>
$(function () {
var $slides = $(".mv_slide > div");
var current = 0;
var total = $slides.length;
var interval = 2500;
$slides.eq(current).addClass("active");
setInterval(function () {
$slides.eq(current).removeClass("active");
current = (current + 1) % total;
$slides.eq(current).addClass("active");
}, interval);
});
</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><!-- E : 이벤트 복사영역 여기까지 -->