<!-- 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: #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%;
height: 780px;
overflow: hidden;
}
.mv .mv1,
.mv .mv2 {
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 .mv1 {
background-image: url(https://image.a-rt.com/art/editor/202512/1764898649873.jpg);
}
.mv .mv2 {
background-image: url(https://image.a-rt.com/art/editor/202512/1764898656997.jpg);
}
.mv .mv1.active,
.mv .mv2.active {
opacity: 1;
}
.copy_wrap {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 24px;
padding: 64px 0;
background-color: #24272E;
}
.copy_ttl {
font-size: 32px;
font-weight: 700;
line-height: 1;
color: #ffffff;
}
.copy_txt {
font-size: 16px;
font-weight: 300;
line-height: 1.6;
letter-spacing: -0.64px;
color: #ffffff;
}
.content_intro {
padding: 64px 0;
background-color: #E2EAF2;
}
.content_sub_ttl {
font-size: 16px;
font-weight: 600;
line-height: 1;
color: #163E5C;
}
.content_main_ttl {
margin-top: 24px !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
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 {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 416px;
height: 138px;
margin: 40px auto 0;
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: 32.4px;
}
.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_item {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
}
.content_item._01 {
background-image: url(https://image.a-rt.com/art/editor/202512/1764898624525.jpg);
}
.content_item._02{
background-image: url(https://image.a-rt.com/art/editor/202512/1764898632082.jpg);
}
.content_item._03 {
background-image: url(https://image.a-rt.com/art/editor/202512/1764898639015.jpg);
}
.content_item._01 .content_txt,
.content_item._02 .content_txt,
.content_item._03 .content_txt {
line-height: 1.2;
}
.content_item_swiper {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 40px !important;
}
.content_item_swiper .content_item_swiper_img {
width: 352px;
flex-shrink: 0;
}
/* 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">
<div class="mv1"> </div>
<div class="mv2"> </div>
</div>
<div class="copy_wrap">
<p class="copy_ttl">WINTER OUTER FESTIVAL</p>
<p class="copy_txt">추워진 날씨엔 따끈따끈한 겨울 신상<br />
온라인 단독 혜택으로 만나보세요</p>
</div>
<div class="content_intro">
<p class="content_sub_ttl">BENEFIT</p>
<p class="content_main_ttl">WINTER STYLE COUPON</p>
<p class="content_txt">아우터 페스티벌에서 만나는 시즌 혜택</p>
<div class="content_intro_coupon"><span class="content_intro_coupon_row"> <span class="content_intro_coupon_ttl"> OUTER FESTIVAL </span> <span class="content_intro_coupon_dl_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898536277.png" /> </span> </span> <span class="content_intro_coupon_row"> <span class="content_intro_coupon_dis"> <span class="content_intro_coupon_dis_num"> 14 </span> <span class="content_intro_coupon_dis_per"> % </span> </span> <span class="content_intro_coupon_name"> 온라인<br />
단독 쿠폰 </span> </span></div>
<a class="content_intro_coupon_dl_btn" href="javascript:abc.couponDown('3000000817')"><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>쿠폰 다운로드 및 사용 기간 2025/12/05 15:00 - 2025/12/18 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_item_wrap">
<div class="content_item _01">
<p class="content_sub_ttl">OUTER FESTIVAL</p>
<p class="content_main_ttl">PADDED OUTER</p>
<p class="content_txt">가벼운 착용감과 뛰어난 활동성,<br />
미니멀한 핏의 트렌드 패딩</p>
<div class="content_item_swiper">
<div class="content_item_swiper_img"><img alt="NIKE 나이키 스포츠웨어 스우시 시리즈 여성 써마 핏 오버사이즈 다운 패딩 재킷" src="https://image.a-rt.com/art/editor/202512/1764898545635.png" /></div>
<div class="content_item_swiper_img"><img alt="NEW BALANCE UNI 플라잉 스탠드넥 경량 구스 다운" src="https://image.a-rt.com/art/editor/202512/1764898551743.png" /></div>
<div class="content_item_swiper_img"><img alt="FILA 여성 플로우다운" src="https://image.a-rt.com/art/editor/202512/1764898559415.png" /></div>
</div>
</div>
<div class="content_item _02">
<p class="content_sub_ttl">OUTER FESTIVAL</p>
<p class="content_main_ttl">VEST OUTER</p>
<p class="content_txt">어떤 룩에도 따뜻함을 채워주는<br />
웨어러블 베스트 셀렉션</p>
<div class="content_item_swiper">
<div class="content_item_swiper_img"><img alt="ADIDAS 에센셜 헤링본 다운 베스트" src="https://image.a-rt.com/art/editor/202512/1764898566633.png" /></div>
<div class="content_item_swiper_img"><img alt="JORDAN 조던 플라이트 남성 다운 베스트" src="https://image.a-rt.com/art/editor/202512/1764898575538.png" /></div>
<div class="content_item_swiper_img"><img alt="ADIDAS 에센셜 클라이마웜 3-스트라이프 푸퍼 다운 베스트" src="https://image.a-rt.com/art/editor/202512/1764898582825.png" /></div>
</div>
</div>
<div class="content_item _03">
<p class="content_sub_ttl">OUTER FESTIVAL</p>
<p class="content_main_ttl">FLEECE OUTER</p>
<p class="content_txt">포근한 소재로 아우터/이너<br />
모두 활용 가능한 데일리 플리스</p>
<div class="content_item_swiper">
<div class="content_item_swiper_img"><img alt="NIKE 나이키 스포츠웨어 여성 하이파일 플리스 재킷" src="https://image.a-rt.com/art/editor/202512/1764898590288.png" /></div>
<div class="content_item_swiper_img"><img alt="NIKE 나이키 스포츠웨어 클럽 남성 윈터라이즈드 재킷" src="https://image.a-rt.com/art/editor/202512/1764898598212.png" /></div>
<div class="content_item_swiper_img"><img alt="NEW BALANCE WOMEN 하이파일 플리스 자켓 (세미 오버핏)" src="https://image.a-rt.com/art/editor/202512/1764898605639.png" /></div>
</div>
</div>
</div>
</div>
</div>
<!-- e : art-container-event --><!-- mv 전환 효과 --><script>
$(function () {
var $slides = $(".mv > 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>
$(function () {
const $swipers = $('.swiper.content_item_swiper');
if (!$swipers.length) return;
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const $wrap = $(entry.target);
const slideCount = $wrap.find('.swiper-slide').length;
const swiperInstance = new Swiper(entry.target, {
slidesPerView: 'auto',
centeredSlides: true,
spaceBetween: 20,
speed: 500,
allowTouchMove: true,
loop: slideCount > 1,
watchOverflow: true,
autoplay: {
delay: 3000,
disableOnInteraction: false,
}
});
function updateSpaceBetween() {
const baseSpace = swiperInstance.originalParams.spaceBetween;
if (window.innerWidth <= 720) {
swiperInstance.params.spaceBetween = (baseSpace / 720) * window.innerWidth;
} else {
swiperInstance.params.spaceBetween = baseSpace;
}
swiperInstance.update();
}
updateSpaceBetween();
window.addEventListener('resize', updateSpaceBetween);
observer.unobserve(entry.target);
}
});
}, { threshold: 0.3 });
$swipers.each(function () {
observer.observe(this);
});
});
</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 : 이벤트 복사영역 여기까지 -->