<!-- 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;
}
.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 {
position: relative;
width: 100%;
overflow: hidden;
}
.mv_txt_wrap {
position: absolute;
width: 100%;
left: 50%;
top: clamp(48px, 3.33vw, 64px);
transform: translateX(-50%);
}
.mv_txt_wrap p {
font-size: clamp(15px, 1.04vw, 20px);
font-weight: 700;
line-height: 100%;
color: #F882A9;
}
.mv_txt_img {
max-width: clamp(248px, 17.19vw, 330px);
margin: clamp(23px, 1.59vw, 30.5px) auto 0 !important;
}
@keyframes move {
0% {
transform: translateY(0);
}
50% {
transform: translateY(14px);
}
100% {
transform: translateY(0);
}
}
@keyframes move2 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-14px);
}
100% {
transform: translateY(0);
}
}
.mv_img {
position: absolute;
}
.mv_img._01 {
max-width: clamp(262px, 18.18vw, 349px);
top: clamp(128px, 8.91vw, 171px);
left: clamp(509px, 35.36vw, 679px);
animation: move 2s linear infinite;
}
.mv_img._02 {
max-width: clamp(280px, 19.43vw, 373px);
bottom: clamp(3px, 0.21vw, 4px);
right: clamp(513px, 35.63vw, 684px);
animation: move2 2s linear infinite;
}
.copy_wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 64px 0;
}
.copy_wrap._01 {
gap: 24px;
background-color: #34393F;
}
.copy_wrap._02 {
flex-direction: row;
padding: 80px 0;
gap: 76px;
background-color: #FAF0B2;
}
.copy_ttl {
font-size: 32px;
font-weight: 700;
line-height: 1.32;
letter-spacing: -1.12px;
color: #ffffff;
}
.copy_txt {
font-size: 16px;
font-weight: 300;
line-height: 1.6;
letter-spacing: -0.64px;
color: #ffffff;
}
.copy_wrap._02 .copy_ttl {
font-size: 28px;
line-height: 1;
letter-spacing: 0;
color: #000000;
}
.copy_wrap._02 .copy_txt {
font-weight: 400;
text-align: left;
color: #000000;
}
.content_intro {
padding: 64px 0;
background: linear-gradient(180deg, #F4FDE4 4.54%, #DCF0B3 100%);
}
.content_sub_ttl {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.64px;
color: #2A2A2A;
}
.content_main_ttl {
margin-top: 24px !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1.12px;
color: #000000;
}
.content_txt {
margin-top: 12px !important;
font-size: 20px;
font-weight: 400;
line-height: 1;
letter-spacing: -0.8px;
color: #000000;
}
.content_intro_coupon_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
margin: 40px auto 0;
}
.content_intro_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;
}
.content_intro_coupon_row {
display: flex;
justify-content: space-between;
align-items: center;
}
.content_intro_coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 1;
}
.content_intro_coupon_dl_ico {
width: 9.83px;
height: 11.06px;
}
.content_intro_coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 12px;
}
.content_intro_coupon_dis_num {
font-size: 60px;
font-weight: 700;
line-height: 0.8;
letter-spacing: -3px;
}
.content_intro_coupon_dis_per {
font-size: 32px;
font-weight: 700;
line-height: 1;
}
.content_intro_coupon_name {
font-size: 15px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.45px;
text-align: right;
}
.content_intro_coupon_dl_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
width: 416px;
height: 64px;
margin: 30px auto 0 !important;
background-color: #000000;
color: #ffffff;
text-decoration: none;
}
.content_intro_coupon_dl_btn_txt {
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.64px;
}
.content_intro_coupon_dl_btn_ico {
max-width: 19.2px;
}
.content_intro_caution {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 14px auto 0 !important;
}
.content_intro_caution_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
text-decoration: none;
}
.content_intro_caution_btn_img {
width: 16px;
height: 16px;
}
.content_intro_caution_btn_txt {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.64px;
color: #000000;
}
.content_md_pick {
padding: 64px 0;
background-color: #FCFAD8;
}
.content_md_pick .content_main_ttl {
margin-top: 0 !important;
}
.md_wrap {
display: flex;
justify-content: center;
gap: 12px;
margin: 40px auto 0 !important;
}
.md_box {
display: flex;
align-items: center;
width: 500px;
height: 210px;
border-radius: 16px;
background-color: rgba(255, 255, 255, 0.65);
filter: drop-shadow(0 4px 6px rgba(195, 193, 150, 0.25));
}
.md_box:nth-of-type(1) {
gap: 1px;
padding: 0 0 0 29px;
}
.md_box:nth-of-type(1) .md_img {
max-width: 153px;
margin-top: 26px !important;
}
.md_box:nth-of-type(2) {
gap: 17px;
padding: 0 0 0 33px;
}
.md_box:nth-of-type(2) .md_img {
max-width: 133px;
margin-top: 20px !important;
}
.md_txt_wrap {
display: flex;
flex-direction: column;
justify-content: center;
}
.md_txt_wrap p {
text-align: left;
}
.md_txt_wrap p:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
height: 32px;
border-radius: 6px;
font-size: 16px;
font-weight: 400;
line-height: 124%;
letter-spacing: -1px;
color: #000000;
background-color: #FAF0B2;
}
.md_box:nth-of-type(1) .md_txt_wrap p:nth-of-type(1) {
width: 105px;
}
.md_box:nth-of-type(2) .md_txt_wrap p:nth-of-type(1) {
width: 77px;
}
.md_txt_wrap p:nth-of-type(2) {
margin-top: 18px !important;
font-size: 20px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1px;
color: #000000;
}
.md_txt_wrap p:nth-of-type(3) {
margin-top: 12px !important;
font-size: 16px;
font-weight: 300;
line-height: 120%;
letter-spacing: -1px;
color: #000000;
}
/* 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/editor/202511/1762162521400.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"><img alt="" src="https://image.a-rt.com/art/editor/202603/1773276479745.jpg" />
<div class="mv_txt_wrap">
<p>ABC PLUS</p>
<div class="mv_txt_img"><img alt="SPRING OUTER FESTA" src="https://image.a-rt.com/art/editor/202603/1773276490845.png" /></div>
</div>
<div class="mv_img _01"><img alt="" src="https://image.a-rt.com/art/editor/202603/1773216123237.png" /></div>
<div class="mv_img _02"><img alt="" src="https://image.a-rt.com/art/editor/202603/1773216131924.png" /></div>
</div>
<div class="copy_wrap _01">
<p class="copy_ttl">봄바람이 불어오면<br />
가벼운 아우터와 나들이</p>
<p class="copy_txt">가끔 불어오는 찬바람은 막아주고<br />
따스한 봄 햇살을 맞아줄 봄 아우터 PICK</p>
</div>
<div class="copy_wrap _02">
<p class="copy_ttl">ABC PLUS는?</p>
<p class="copy_txt">ABC PLUS는 오직 온라인에서만 만날 수 있는 브랜드들로,<br />
다양한 카테고리를 통해 패션과 트렌드를 선도합니다.</p>
</div>
<div class="content_intro">
<p class="content_sub_ttl">SPECIAL BENEFIT</p>
<p class="content_main_ttl">봄맞이 추가 혜택</p>
<p class="content_txt">내 맘에 쏙 드는 아우터 PICK 하기</p>
<div class="content_intro_coupon_wrap">
<div class="content_intro_coupon"><span class="content_intro_coupon_row"> <span class="content_intro_coupon_ttl"> 봄맞이 COUPON </span> </span> <span class="content_intro_coupon_row"> <span class="content_intro_coupon_dis"> <span class="content_intro_coupon_dis_num"> 5 </span> <span class="content_intro_coupon_dis_per"> % </span> </span> <span class="content_intro_coupon_name"> 아우터<br />
PICK </span> </span></div>
</div>
<a class="content_intro_coupon_dl_btn hover" href="javascript:abc.couponDown('3000000995')"><span class="content_intro_coupon_dl_btn_txt">쿠폰 다운로드</span> <span class="content_intro_coupon_dl_btn_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898526310.png" /> </span> </a>
<div class="content_intro_caution"><a class="btn-md content_intro_caution_btn" data-href="#modal1" href="javascript:void(0);"><span class="content_intro_caution_btn_img"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898489709.png" /> </span> <span class="content_intro_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/03/18 10:00 - 2026/03/31 23:59</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 class="content_md_pick">
<p class="content_main_ttl">이 달의 MD’s PICK</p>
<p class="content_txt">지금 가장 인기있는 아우터 추천</p>
<div class="md_wrap">
<div class="md_box">
<div class="md_img"><img alt="" src="https://image.a-rt.com/art/editor/202603/1773216098115.png" /></div>
<div class="md_txt_wrap">
<p>아날로그 무드</p>
<p>어센틱 후드 윈드브레이커 자켓</p>
<p>밑단의 스트링 디테일과 가슴 커브드<br />
절개 패턴으로 스포티하면서 입체적인 디자인</p>
</div>
</div>
<div class="md_box">
<div class="md_img"><img alt="" src="https://image.a-rt.com/art/editor/202603/1773216111242.png" /></div>
<div class="md_txt_wrap">
<p>엘빈클로</p>
<p>A.N.C 카고 포켓 2WAY 바람막이</p>
<p>생활 방수 소재에 가볍고 편안한 착용감으로<br />
누구나, 어디에나 입기 좋은 베이직한 디자인</p>
</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><!-- 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 : 이벤트 복사영역 여기까지 -->