<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">/* font */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
/* common */
body {
min-width: 1440px;
margin: 0;
padding: 0;
}
body * {
box-sizing: border-box;
}
.art-container-event {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
background-color: #000000;
font-family: Pretendard, sans-serif !important;
}
.art-content-inner {
position: relative;
margin: 0 auto;
overflow: hidden;
}
.art-container-event ul {
margin: 0;
padding: 0;
list-style: none;
}
.art-container-event p {
margin: 0;
padding: 0;
}
.art-container-event a {
text-decoration: none;
}
.art-content-inner img {
display: block;
width: 100%;
}
/* main */
.main {
position: relative;
max-width: 100%;
overflow: hidden;
}
.main p {
position: absolute;
color: #D61B54;
}
.main p:nth-of-type(1) {
top: clamp(76px, 6.25vw, 120px);
left: 50%;
transform: translateX(-50%);
font-size: clamp(13px, 1.04vw, 20px);
font-weight: 400;
line-height: 1;
letter-spacing: -1px;
}
.main p:nth-of-type(1) span {
font-weight: 700;
}
.main p:nth-of-type(2) {
bottom: clamp(76px, 6.25vw, 120px);
left: 50%;
transform: translateX(-50%);
font-size: clamp(13px, 1.04vw, 20px);
font-weight: 400;
line-height: 1;
}
/* content common */
.content {
padding: 64px 0;
}
/* content intro */
.content._intro {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 18px;
background-image: url(https://image.a-rt.com/art/editor/202602/1770189876104.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._intro .ttl {
font-size: 32px;
font-weight: 700;
line-height: 1.32;
letter-spacing: -1.12px;
color: #ffffff;
}
.content._intro .txt {
font-size: 16px;
font-weight: 300;
line-height: 1.6;
letter-spacing: -0.64px;
color: #ffffff;
}
/* content01 */
.content._01 {
background-color: #FFF0F2;
}
.heart_icon {
max-width: 40px;
margin: 0 auto !important;
filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
animation: animationSwing 2s ease-in-out infinite;
}
@keyframes animationSwing {
0% { transform: rotate(-15deg); }
50% { transform: rotate(15deg); }
100% { transform: rotate(-15deg); }
}
.content01_ttl {
margin: 24px auto 0 !important;
font-size: 32px;
font-weight: 800;
line-height: 1;
letter-spacing: -1px;
color: #000000;
}
.content01_txt {
position: relative;
display: inline-block;
margin: 12px auto 0 !important;
font-size: 16px;
font-weight: 400;
line-height: 1.6;
letter-spacing: -1px;
text-align: left;
color: #000000;
z-index: 1;
}
.content01_txt span {
display: inline-block;
font-weight: 600;
}
.content01_txt::before {
content: '';
position: absolute;
display: block;
width: 148px;
height: 12px;
bottom: 3px;
left: 18px;
background-image: url(https://image.a-rt.com/art/editor/202602/1770189911256.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.content01_img_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
max-width: 612px;
margin: 40px auto 0 !important;
}
.content01_img {
max-width: 303px;
filter: drop-shadow(0 4px 8px rgba(191, 170, 176, 0.12));
}
.btn-md_wrap {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 24.5px auto 0 !important;
}
.btn-md {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.content01_caution_ico {
max-width: 16px;
}
.content01_caution_txt {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.64px;
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;
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 {
font-weight: 600;
background-color: #D0FFDB;
color: #000;
}
.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="main"><img alt="LOVELY VALENTINE" src="https://image.a-rt.com/art/editor/202602/1770257740154.jpg" />
<p>장바구니에 담는 순간 <span>최대 22%</span></p>
<p>02.09 ~ 02.14</p>
</div>
<div class="content _intro">
<p class="ttl">발렌타인데이<br />
기간 한정 프로모션</p>
<p class="txt">장바구니에 담으면 22% 시크릿 할인<br />
지금만 만날 수 있는 혜택</p>
</div>
<div class="content _01">
<div class="heart_icon"><img alt="" src="https://image.a-rt.com/art/editor/202602/1770189920392.png" /></div>
<p class="content01_ttl">최대 22% 할인 받는 방법</p>
<p class="content01_txt">① 선물하기 or 바로구매 클릭<br />
② 사이즈 선택 후, 장바구니 클릭<br />
③ <span>장바구니에서 할인가 확인</span>하고 주문</p>
<div class="content01_img_wrap">
<div class="content01_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1770189894933.png" /></div>
<div class="content01_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1770189903169.png" /></div>
</div>
<div class="btn-md_wrap"><a class="btn-md" data-href="#modal1" href="javascript:void(0);"><span class="content01_caution_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1770189886046.png" /></span> <span class="content01_caution_txt">유의사항</span> </a></div>
<!-- 모달창 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>본 프로모션은 통합 멤버십 회원 대상 혜택입니다.</li>
<li>할인가는 장바구니 및 결제 페이지에서 최종 확인 가능합니다.</li>
<li>상품당 1일 구매 수량이 제한될 수 있습니다.</li>
<li>본 프로모션은 쿠폰과 중복으로 적용되지 않습니다.</li>
<li>본 프로모션은 온라인몰 전용으로 진행됩니다.</li>
<li>내부 사정에 따라 프로모션 내용이 일부 변경 및 조기 종료될 수 있습니다.</li>
</ul>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button></div>
</div>
<div class="banner_wrap"><a href="https://grandstage.a-rt.com/promotion/planning-display/detail?plndpNo=2000006637" target="_blank"><img alt="GRAND STAGE 더 다양한 상품 보러 가기" src="https://image.a-rt.com/art/editor/202602/1770189861929.jpg" /> </a></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 () {
$('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 : 이벤트 복사영역 여기까지 -->