<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">
/* font */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
/* root */
:root {
--head: 80px !important;
}
/* common */
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 {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
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;
-webkit-tap-highlight-color: transparent;
}
.art-container-event a:focus {
outline: none;
}
.art-content-inner img {
display: block;
width: 100%;
}
/* main */
.main {
position: relative;
max-width: 100%;
overflow: hidden;
}
/* gnb */
#tabNav {
position: sticky;
top: var(--head);
z-index: 2;
}
#tabNav .tablist {
display: flex;
align-items: center;
overflow: hidden;
overflow-x: auto;
font-family: var(--font) !important;
white-space: nowrap;
transition: all 0.3s;
-ms-overflow-style: none;
/* IE, Edge */
scrollbar-width: none;
/* Firefox */
}
#tabNav .tablist::-webkit-scrollbar {
display: none;
/* 크롬, 사파리, 오페라 등 Webkit 기반 브라우저 */
}
#tabNav li {
position: relative;
width: 100%;
height: 64px;
transition: all 0.3s;
}
#tabNav li a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
font-size: 20px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.8px;
color: #ACACAC;
background-color: #432200;
transition: all 0.3s;
}
#tabNav li.active a,
#tabNav li a:hover {
font-weight: 700;
color: #FFFFFF;
background: #FE910D;
}
/* content common */
.content {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_ttl01 {
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #432200;
}
.content_ttl02 {
margin-top: 24px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.12px;
color: #000000;
}
.content_ttl03 {
margin-top: 12px !important;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
.content_coupon_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 416px;
margin: 24px auto 0 !important;
user-select: none;
}
.content_coupon {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 416px;
height: 138px;
padding: 14px 28px 23px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548705203.png);
background-repeat: no-repeat;
background-size: cover;
}
.content_coupon_ttl_wrap {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.content_coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
}
.content_coupon_text_wrap {
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 100%;
}
.content_coupon_discount {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.content_coupon_discount .dis_plus {
font-size: 32px;
font-weight: 400;
line-height: 100%;
}
.content_coupon_discount .dis_num {
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content_coupon_discount .dis_per {
margin-left: 3px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content_coupon_name {
font-size: 15px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.45px;
text-align: right;
}
.coupon_badge {
position: absolute;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
gap: 3px;
width: 100px;
height: 100px;
padding-bottom: 24px !important;
top: -37px;
right: -47px;
background-color: #ffffff;
border-radius: 82.5px;
filter: drop-shadow(0 2.5px 5px rgba(106, 106, 106, 0.2));
}
.coupon_badge span {
line-height: 100%;
color: #FF6800;
}
.coupon_badge span:nth-of-type(1) {
font-size: 26px;
font-weight: 600;
letter-spacing: -1.2px;
}
.coupon_badge span:nth-of-type(2) {
font-size: 20px;
font-weight: 400;
letter-spacing: -1px;
}
.content_coupon_dl_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
width: 416px;
height: 64px;
margin: 30px auto 0 !important;
color: #FFFFFF;
background-color: #000000;
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
text-decoration: unset;
}
.content_coupon_dl_btn::after {
content: '';
width: 19px;
height: 19px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548790398.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_coupon_dl_btn span {
display: flex;
align-items: center;
gap: 5px;
}
.coupon_period_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 24px;
margin: 28px auto 0 !important;
}
.coupon_period_wrap p:nth-of-type(1) {
display: flex;
justify-content: center;
align-items: center;
width: 108px;
height: 32px;
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #432200;
background-color: #FFE2B2;
border-radius: 4px;
}
.coupon_period_wrap p:nth-of-type(2) {
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
.btn-md_wrap {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 12px auto 0 !important;
}
.btn-md {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
color: #ffffff;
}
.content_caution_ico {
width: 16px;
height: 16px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548775071.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_caution_txt {
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
.hover {
opacity: 1;
transition: opacity 0.3s;
}
.hover:hover {
opacity: 0.8;
transition: opacity 0.3s;
}
/* content _copy */
.content._copy {
background-color: #FFF1D4;
}
.content._copy .txt_wrap {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;
}
.content._copy .txt_wrap p {
letter-spacing: -1px;
color: #432200;
}
.content._copy .txt_wrap p:nth-of-type(1) {
position: relative;
font-size: 32px;
font-weight: 700;
line-height: 128%;
letter-spacing: -1.12px;
z-index: 0;
}
.content._copy .txt_wrap p:nth-of-type(1)::after {
content: '';
position: absolute;
width: 150px;
height: 32px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548782604.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
bottom: -2px;
right: 55px;
z-index: -1;
}
.content._copy .txt_wrap p:nth-of-type(2) {
font-size: 16px;
font-weight: 400;
line-height: 160%;
letter-spacing: -0.64px;
}
/* content _01 */
.content._01 {
background-color: #ffffff;
}
.content._01 .coupon_timer {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 6px;
width: max-content;
margin: 24px auto 0 !important;
font-size: 18px;
font-weight: 500;
line-height: 100%;
letter-spacing: -1px;
color: #E90000;
}
.content._01 .coupon_timer::before {
content: '';
width: 18px;
height: 18px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548807393.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* content _02 */
.content._02 {
background-color: #FFEFCE;
}
.content._02 .content_coupon_pack {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
margin: 40px auto 0 !important;
}
.content._02 .content_coupon_pack ._coupon {
display: flex;
justify-content: space-between;
align-items: center;
width: 416px;
height: 110px;
padding: 0 33px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548798813.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._02 .content_coupon_pack ._coupon .txt_wrap {
display: flex;
align-items: flex-end;
}
.content._02 .content_coupon_pack ._coupon .txt_wrap p {
color: #000000;
}
.content._02 .content_coupon_pack ._coupon .txt_wrap p:nth-of-type(1) {
font-size: 32px;
font-weight: 500;
line-height: 100%;
}
.content._02 .content_coupon_pack ._coupon .txt_wrap p:nth-of-type(2) {
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content._02 .content_coupon_pack ._coupon .txt_wrap p:nth-of-type(3) {
margin-left: 3px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content._02 .content_coupon_pack ._coupon ._txt {
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.48px;
color: #000000;
}
/* content _03 */
.content._03 {
background-color: #FFF9EB;
}
.content._03 ._img {
max-width: 464px;
margin: 40px auto 0 !important;
}
.content._03 ._period {
margin: 20px auto 0 !important;
font-size: 18px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.72px;
color: #000000;
}
.content._03 .content_sale_btn {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 20px auto 0 !important;
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
color: #ffffff;
background-color: #000000;
}
.content._03 .content_sale_btn[hidden] {
display: none !important;
}
/* search_wrap */
.search_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 32px;
padding: 64px 0;
background-color: #432200;
}
.search_wrap ._txt {
font-size: 27px;
font-weight: 500;
line-height: 128%;
letter-spacing: -1px;
color: #ffffff;
}
.search_wrap ._txt span {
font-size: 32px;
font-weight: 600;
}
.search_wrap .search_box {
display: flex;
justify-content: space-between;
align-items: center;
width: 400px;
height: 60px;
padding: 15.5px 20px;
background-color: #F6F6F6;
border: 2px solid #000000;
}
.search_wrap .search_box ._typing {
display: flex;
align-items: center;
font-size: 25px;
font-weight: 700;
line-height: 100%;
color: #000000;
}
.search_wrap .search_box ._ico {
width: 32px;
height: 32px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548826369.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.search_box ._typing {
display: inline-flex;
align-items: center;
animation: none;
}
.search_box ._typing span {
display: inline-block;
flex: 0 1 auto;
max-width: 0;
overflow: hidden;
white-space: nowrap;
animation-duration: 3.6s;
animation-timing-function: step-end;
animation-iteration-count: infinite;
}
.search_box ._typing span:nth-child(1) {
animation-name: typing_1;
}
.search_box ._typing span:nth-child(2) {
animation-name: typing_2;
}
.search_box ._typing span:nth-child(3) {
animation-name: typing_3;
}
.search_box ._typing span:nth-child(4) {
animation-name: typing_4;
}
.search_box ._typing::after {
content: '';
display: inline-block;
flex: 0 0 auto;
width: 2px;
height: 25px;
margin-left: 3px;
background-color: currentColor;
visibility: visible;
animation: cursor_blink 3.6s step-end infinite;
}
.search_box ._ico {
transform: translateY(0);
transform-origin: center;
animation: icon_click 3.6s ease-in-out infinite;
}
@keyframes typing_1 {
0% {
max-width: 0;
}
4% {
max-width: 2em;
}
94%,
100% {
max-width: 0;
}
}
@keyframes typing_2 {
0% {
max-width: 0;
}
11% {
max-width: 2em;
}
94%,
100% {
max-width: 0;
}
}
@keyframes typing_3 {
0% {
max-width: 0;
}
19% {
max-width: 2em;
}
94%,
100% {
max-width: 0;
}
}
@keyframes typing_4 {
0% {
max-width: 0;
}
27% {
max-width: 2em;
}
94%,
100% {
max-width: 0;
}
}
@keyframes cursor_blink {
0%,
34% {
visibility: visible;
}
35%,
41% {
visibility: hidden;
}
42%,
48% {
visibility: visible;
}
49%,
55% {
visibility: hidden;
}
56%,
62% {
visibility: visible;
}
63%,
100% {
visibility: hidden;
}
}
@keyframes icon_click {
0%,
63%,
77%,
100% {
transform: translateY(0);
filter: brightness(1);
}
68% {
transform: translateY(15%);
filter: brightness(0.7);
}
73% {
transform: translateY(0);
filter: brightness(1);
}
}
/* content _04 */
.content._04 {
background-image: url(https://image.a-rt.com/art/editor/202609/1789548726443.jpg);
}
.content._04 ._ttl {
position: relative;
width: fit-content;
margin: 0 auto !important;
font-size: 32px;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.12px;
color: #000000;
z-index: 0;
}
.content._04 ._ttl::after {
content: '';
position: absolute;
width: 267px;
height: 27px;
bottom: -7px;
right: -9px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548761479.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.content._04 .content_list {
position: relative;
display: flex;
justify-content: center;
align-items: center;
gap: 240px;
margin: 56px auto 0 !important;
}
.content._04 .content_list::after {
content: '';
position: absolute;
width: 2px;
height: 440px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.2);
}
.content._04 .content_list li {
display: flex;
flex-direction: column;
align-items: center;
}
.content._04 .content_list li .txt_wrap {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.content._04 .content_list li .txt_wrap p:nth-of-type(1) {
font-size: 16px;
font-weight: 600;
line-height: 100%;
color: #FF6800;
}
.content._04 .content_list li .txt_wrap p:nth-of-type(2) {
font-size: 18px;
font-weight: 500;
line-height: 132%;
letter-spacing: -0.36px;
color: #000000;
}
.content._04 .content_list li .txt_wrap p:nth-of-type(2) span {
font-weight: 700;
}
.content._04 .content_list li ._btn {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
background-color: #000000;
}
.content._04 .content_list li ._btn span {
display: flex;
align-items: center;
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
color: #ffffff;
}
.content._04 .content_list li ._btn span::after {
content: '';
width: 16px;
height: 16px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548734761.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._04 .md-cnt.notice {
width: 750px;
padding: 0;
box-sizing: border-box;
}
.md_top_wrap {
padding: 46px 69px 47.77px;
}
.md_ttl {
font-size: 30px;
font-weight: 600;
line-height: 1.4;
letter-spacing: -0.6px;
}
.md_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 30.77px 17.14px;
margin-top: 38px !important;
}
.md_list li {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 14.12px;
width: 292.86px;
}
.md_img {
max-width: 92px;
}
.md_txt {
font-size: 19px;
font-weight: 500;
letter-spacing: -0.76px;
padding-left: 0.5em !important;
text-indent: -0.5em;
}
.md_txt span {
font-size: 16px;
font-weight: 400;
line-height: 1.56;
letter-spacing: -0.64px;
}
.md_bottom_wrap {
padding: 20px 0;
background-color: #656565;
}
.md_bottom_wrap p {
font-size: 20px;
font-weight: 400;
line-height: 1.65;
letter-spacing: -0.8px;
color: #D9D9D9;
}
/* banner_wrap */
.banner_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 154px;
padding: 72px 0;
background-color: #000000;
}
.banner_img {
height: 25px;
}
.banner_img img {
height: 100% !important;
max-height: 100% !important;
}
.banner_txt {
display: flex;
justify-content: center;
align-items: baseline;
gap: 10px;
font-size: 25px;
font-weight: 400;
line-height: 1.6;
letter-spacing: -1px;
text-decoration: unset;
color: #ffffff;
}
.banner_txt_ico {
width: 9.5px;
height: 19px;
background-image: url(https://image.a-rt.com/art/editor/202509/1758697013113.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* 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;
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: -11px;
padding-left: 11px;
}
.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;
padding: 0;
border: 0;
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 main">
<img src="https://image.a-rt.com/art/editor/202609/1789548817177.png" alt="2026 추석 선물대전 09.18 - 09.28">
</div>
<!-- GNB -->
<nav id="tabNav">
<ul class="tablist" role="tablist">
<li aria-controls="tabpanel1" class="tab" id="tab1" role="tab">
<a href="#tabpanel1">선착순 쿠폰</a>
</li>
<li aria-controls="tabpanel2" class="tab" id="tab2" role="tab">
<a href="#tabpanel2">전용 쿠폰팩</a>
</li>
<li aria-controls="tabpanel3" class="tab" id="tab3" role="tab">
<a href="#tabpanel3">전용 특가</a>
</li>
<li aria-controls="tabpanel4" class="tab" id="tab4" role="tab">
<a href="#tabpanel4">선물 추천</a>
</li>
</ul>
</nav>
<div class="art-content-inner content _copy">
<div class="txt_wrap">
<p>마음을 전하는 온라인 단독 혜택</p>
<p>보름달처럼 가득 준비한 혜택으로<br>감사의 마음을 더욱 풍성하게 전해보세요.</p>
</div>
</div>
<div aria-labelledby="tab1" class="art-content-inner cnt content _01" id="tabpanel1">
<p class="content_ttl01">
BENEFIT 1.
</p>
<p class="content_ttl02">
24시간 +5% 쿠폰
</p>
<p class="content_ttl03">
매일 11시, 단 하루만 사용 가능한 중복 쿠폰
</p>
<div class="ani" data-y="-5%" data-speed="0.7s" data-threshold="0.3" data-delay="">
<p class="coupon_timer"><span><span></span> 남았어요.</span></p>
<div class="content_coupon_wrap">
<div class="content_coupon">
<div class="content_coupon_ttl_wrap">
<p class="content_coupon_ttl">
추석맞이, 원데이 쿠폰
</p>
</div>
<div class="content_coupon_text_wrap">
<p class="content_coupon_discount">
<span class="dis_plus">+</span>
<span class="dis_num">5</span>
<span class="dis_per">%</span>
</p>
<p class="content_coupon_name">
24시간<br>중복 할인
</p>
</div>
<p class="coupon_badge">
<span>500명</span>
<span>한정</span>
</p>
</div>
</div>
<a href="javascript:abc.couponDown('3000001385')" class="content_coupon_dl_btn hover">
<span class="content_coupon_dl_txt">오늘의 선착순 쿠폰 받기</span>
</a>
<div class="coupon_period_wrap">
<p>기간</p><p>2026. 09. 18 - 2026. 09. 28</p>
</div>
<div class="btn-md_wrap">
<a href="javascript:void(0);" class="btn-md" data-href="#modal1">
<span class="content_caution_ico"></span><span class="content_caution_txt">유의사항</span>
</a>
</div>
</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>쿠폰 다운로드 및 사용 기간 2026/09/18 11:00 - 2026/09/28 23:59</li>
<li>쿠폰은 통합멤버십 회원 대상이며, 각 쿠폰은 ID당 2회 다운로드 가능합니다.</li>
<li>쿠폰은 프로모션 기간동안 매일 오전 11시에 발급됩니다.</li>
<li>다운로드한 쿠폰은 발급 시점으로부터 24시간 동안 사용 가능합니다.</li>
<li>일부 상품의 경우 쿠폰 적용 대상에서 제외될 수 있습니다.</li>
<li>다운로드한 쿠폰은 마이 페이지 > 쇼핑 혜택 > 쿠폰 리스트에서 확인 가능합니다.</li>
<li>본 행사는 당사 사정에 의해 사전 고지 없이 내용 변경 및 조기 종료 될 수 있습니다.</li>
<li>쿠폰을 사용하여 주문하신 후 취소/반품 하신 경우, 재발급되지 않습니다.</li>
</ul>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button>
</div>
</div>
<div aria-labelledby="tab2" class="art-content-inner cnt content _02" id="tabpanel2">
<p class="content_ttl01">
BENEFIT 2.
</p>
<p class="content_ttl02">
추석 맞이 전용 쿠폰팩
</p>
<p class="content_ttl03">
실속 있는 추석 한정쿠폰
</p>
<div class="ani" data-y="-5%" data-speed="0.7s" data-threshold="0.3" data-delay="">
<div class="content_coupon_pack">
<div class="_coupon">
<div class="txt_wrap">
<p>+</p>
<p>14</p>
<p>%</p>
</div>
<p class="_txt">스니커즈 전용 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p>+</p>
<p>12</p>
<p>%</p>
</div>
<p class="_txt">스포츠화 전용 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p>+</p>
<p>16</p>
<p>%</p>
</div>
<p class="_txt">아동화 전용 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p>+</p>
<p>16</p>
<p>%</p>
</div>
<p class="_txt">구두·캐주얼 전용 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p>+</p>
<p>12</p>
<p>%</p>
</div>
<p class="_txt">의류 상·하의 전용 쿠폰</p>
</div>
</div>
<a href="javascript:abc.couponDown('3000001386','3000001387','3000001388','3000001389','3000001390')" class="content_coupon_dl_btn hover">
<span class="content_coupon_dl_txt">쿠폰 다운로드</span>
</a>
<div class="btn-md_wrap">
<a href="javascript:void(0);" class="btn-md" data-href="#modal2">
<span class="content_caution_ico"></span><span class="content_caution_txt">유의사항</span>
</a>
</div>
</div>
<!-- 모달창 2 -->
<div aria-labelledby="mdTit2" aria-modal="true" class="md-cnt notice" id="modal2" role="dialog">
<div class="md-tit">
<h4 class="main" id="mdTit2">유의사항</h4>
</div>
<div class="md-txt">
<ul>
<li>쿠폰 다운로드 및 사용 기간 2026/09/18 10:00 - 2026/09/28 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 aria-labelledby="tab3" class="art-content-inner cnt content _03" id="tabpanel3" data-open-date="2026-09-16T00:00:00">
<p class="content_ttl01">
BENEFIT 3.
</p>
<p class="content_ttl02">
추석 명절 전용 특가
</p>
<p class="content_ttl03">
온라인에서만 진행되는 추석 한정 혜택
</p>
<div class="ani" data-y="-5%" data-speed="0.7s" data-threshold="0.3" data-delay="">
<div class="_img">
<img src="https://image.a-rt.com/art/editor/202609/1789548718930.png" alt="">
</div>
<p class="_period">26. 09. 18 - 09. 27</p>
<!-- 1번 링크 -->
<a href="https://grandstage.a-rt.com/display/sale/main?page=1" class="content_sale_btn hover" data-start-date="2026-09-18T10:00:00" data-end-date="2026-09-24T00:00:00" hidden target="_blank">특가 보러가기</a>
<!-- 2번 링크 -->
<a href="#" class="content_sale_btn hover" data-start-date="2026-09-24T00:00:00" data-end-date="2026-09-28T00:00:00" hidden target="_blank">특가 보러가기</a>
</div>
</div>
<div class="search_wrap">
<p class="_txt">지금 <span>‘추석맞이’</span>를 검색하고 더 많은 상품을 만나보세요!</p>
<div class="search_box">
<p class="_typing"><span>추</span><span>석</span><span>맞</span><span>이</span></p>
<p class="_ico"></p>
</div>
</div>
<div aria-labelledby="tab4" class="art-content-inner cnt content _04" id="tabpanel4">
<p class="_ttl">전하고 싶은 마음, 기다림 없이 전하세요</p>
<div class="ani" data-y="-5%" data-speed="0.7s" data-threshold="0.3" data-delay="">
<ul class="content_list">
<li>
<div class="txt_wrap">
<p>INFO 1.</p>
<p>마음을 담은 한장,<br><span>기프트 카드로 센스있게</span></p>
</div>
<div class="_img">
<img src="https://image.a-rt.com/art/editor/202609/1789548744936.png" alt="">
</div>
<a href="https://www.a-rt.com/giftcard/giftcard-guide?track=W0034" class="_btn hover" target="_blank"><span>구매 / 선물하기</span></a>
</li>
<li>
<div class="txt_wrap">
<p>INFO 2.</p>
<p>배송 걱정 없이<br><span>가까운 매장에서 바로 픽업</span></p>
</div>
<div class="_img">
<img src="https://image.a-rt.com/art/editor/202609/1789548753088.png" alt="">
</div>
<a href="javascript:void(0);" class="btn-md _btn hover" data-href="#modal3"><span>픽업 이용 방법</span></a>
</li>
</ul>
</div>
<!-- 모달창 3 -->
<div aria-modal="true" class="md-cnt notice" id="modal3" role="dialog">
<div class="md_top_wrap">
<p class="md_ttl">
ABC마트<br>
매장 픽업 이용방법
</p>
<ul class="md_list">
<li>
<div class="md_img">
<img src="https://image.a-rt.com/art/editor/202509/1758699706026.png" alt="">
</div>
<p class="md_txt">
1.매장픽업 가능 상품 주문
</p>
</li>
<li>
<div class="md_img">
<img src="https://image.a-rt.com/art/editor/202509/1758699730486.png" alt="">
</div>
<p class="md_txt">
2.상품 수령할 매장 선택
</p>
</li>
<li>
<div class="md_img">
<img src="https://image.a-rt.com/art/editor/202509/1758699746638.png" alt="">
</div>
<p class="md_txt">
3.픽업 알림 받기
</p>
</li>
<li>
<div class="md_img">
<img src="https://image.a-rt.com/art/editor/202509/1758699762646.png" alt="">
</div>
<p class="md_txt">
4.매장 방문하여 상품 수령<br>
<span>(알림 수신 후 최대 7일 이내)</span>
</p>
</li>
</ul>
</div>
<div class="md_bottom_wrap">
<p>
* 픽업 가능 매장은 주문 단계에서 실시간으로 확인할 수 있어요
</p>
</div>
<button class="btn-close" data-link="last" type="button">닫기</button>
</div>
</div>
<div class="art-content-inner">
<a href="https://grandstage.a-rt.com/" class="banner_wrap hover" target="_blank">
<span class="banner_img">
<img src="https://image.a-rt.com/art/editor/202509/1758696659113.png" alt="">
</span>
<span class="banner_txt">
<span>탑티어 상품 더 만나보기</span>
<span class="banner_txt_ico"></span>
</span>
</a>
</div>
</div>
<!-- e : art-container-event -->
<!-- GNB 스크립트 -->
<script>
$(document).ready(function () {
const topSpace = 144;
function onScroll() {
const scrollY = Math.ceil($(window).scrollTop() + topSpace);
$('.art-content-inner.cnt').each(function () {
const cntTop = Math.floor($(this).offset().top);
const cntBtm = cntTop + $(this).height();
if (scrollY >= cntTop && scrollY < cntBtm) {
$(this).addClass('active');
$('#' + $(this).attr('aria-labelledby'))
.addClass('active')
.siblings()
.removeClass('active');
} else {
$(this).removeClass('active');
$('#' + $(this).attr('aria-labelledby')).removeClass('active');
}
});
}
$('#tabNav li a').on('click', function (event) {
event.preventDefault();
$('html, body')
.stop()
.animate({
scrollTop: $($(this).attr('href')).offset().top - topSpace
}, 0);
});
$(window).on('scroll', onScroll);
});
</script>
<!-- 쿠폰 텍스트 타이머 -->
<script>
(function () {
function initCouponTimer() {
const timer = document.querySelector('.coupon_timer');
if (!timer) return;
const timerText = timer.querySelector('span > span');
if (!timerText) return;
function updateTimer() {
const now = new Date();
const startTime = new Date(now);
const endTime = new Date(now);
startTime.setHours(0, 0, 0, 0);
endTime.setHours(11, 0, 0, 0);
let remainingTime = 0;
if (startTime.getTime() < endTime.getTime()) {
if (now >= startTime && now < endTime) {
remainingTime =
endTime.getTime() - now.getTime();
}
} else {
if (now >= startTime) {
endTime.setDate(endTime.getDate() + 1);
remainingTime =
endTime.getTime() - now.getTime();
} else if (now < endTime) {
startTime.setDate(startTime.getDate() - 1);
remainingTime =
endTime.getTime() - now.getTime();
}
}
const hours = Math.floor(
remainingTime / (1000 * 60 * 60)
);
const minutes = Math.floor(
(remainingTime % (1000 * 60 * 60)) / (1000 * 60)
);
const seconds = Math.floor(
(remainingTime % (1000 * 60)) / 1000
);
timerText.textContent =
hours + '시간 ' +
minutes + '분 ' +
seconds + '초';
}
updateTimer();
setInterval(updateTimer, 1000);
}
if (document.readyState === 'loading') {
document.addEventListener(
'DOMContentLoaded',
initCouponTimer
);
} else {
initCouponTimer();
}
})();
</script>
<!-- 전용 특가 타이머 스크립트 -->
<script>
(function () {
function initSaleLinks() {
const saleLinks = document.querySelectorAll(
'.content_sale_btn[data-start-date]'
);
if (!saleLinks.length) return;
function updateSaleLinks() {
const now = Date.now();
saleLinks.forEach(function (link) {
const startTime = new Date(
link.dataset.startDate + '+09:00'
).getTime();
const endTime = link.dataset.endDate
? new Date(
link.dataset.endDate + '+09:00'
).getTime()
: null;
const isStarted = now >= startTime;
const isBeforeEnd = endTime === null || now < endTime;
link.hidden = !(isStarted && isBeforeEnd);
});
}
updateSaleLinks();
setInterval(updateSaleLinks, 1000);
}
if (document.readyState === 'loading') {
document.addEventListener(
'DOMContentLoaded',
initSaleLinks
);
} else {
initSaleLinks();
}
})();
</script>
<!-- 모달 스크립트 -->
<script>
$(document).ready(function () {
const focusableSelector = [
'a[href]',
'button:not([disabled])',
'input:not([disabled])',
'select:not([disabled])',
'textarea:not([disabled])',
'[tabindex]:not([tabindex="-1"])'
].join(',');
let activeModal = null;
let activeOpenBtn = null;
function openModal(openBtn, modal) {
const mainHeight = $('.art-container-event').outerHeight();
activeModal = modal;
activeOpenBtn = openBtn;
$('body').css({
height: mainHeight
}).addClass('md-open');
modal.siblings().attr({
'aria-hidden': true,
inert: ''
});
$('#dim').remove();
modal.before('<div id="dim"></div>');
const dim = $('#dim');
dim.stop().fadeIn();
modal.css('visibility', 'visible');
const focusableItems = modal.find(focusableSelector).filter(':visible');
const firstFocus = focusableItems.first();
const lastFocus = focusableItems.last();
if (firstFocus.length) {
firstFocus.focus();
}
modal.off('keydown.modalFocus').on('keydown.modalFocus', function (e) {
if (e.key !== 'Tab' && e.keyCode !== 9) return;
if (!focusableItems.length) return;
if (e.shiftKey && document.activeElement === firstFocus[0]) {
e.preventDefault();
lastFocus.focus();
}
if (!e.shiftKey && document.activeElement === lastFocus[0]) {
e.preventDefault();
firstFocus.focus();
}
});
dim.off('click.modalDim').on('click.modalDim', function () {
closeModal();
});
$(window).off('keydown.modalEsc').on('keydown.modalEsc', function (e) {
if (e.key === 'Escape' || e.keyCode === 27) {
closeModal();
}
});
}
function closeModal() {
if (!activeModal || !activeModal.length) return;
const iframe = activeModal.find('iframe');
if (iframe.length) {
iframe.attr('src', iframe.attr('src'));
}
$('body').css({
height: ''
}).removeClass('md-open');
$('#dim').stop().fadeOut(function () {
$(this).remove();
});
activeModal
.css('visibility', 'hidden')
.siblings()
.removeAttr('aria-hidden inert');
activeModal.off('keydown.modalFocus');
$(window).off('keydown.modalEsc');
if (
activeOpenBtn &&
activeOpenBtn.length &&
$.contains(document, activeOpenBtn[0])
) {
activeOpenBtn.focus();
}
activeModal = null;
activeOpenBtn = null;
}
$('.btn-md').off('click.modalOpen').on('click.modalOpen', function (e) {
e.preventDefault();
const openBtn = $(this);
const target = openBtn.attr('data-href');
const modal = $(target);
if (!modal.length) return;
openModal(openBtn, modal);
});
$('.md-cnt .btn-close').off('click.modalClose').on('click.modalClose', function () {
closeModal();
});
});
</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>
<!-- 애니메이션 -->
<script>
(function () {
function waitImagesLoaded(container, callback) {
const imgs = Array.from(container.querySelectorAll('img'));
if (!imgs.length) return callback();
let loaded = 0;
function check() {
loaded++;
if (loaded === imgs.length) callback();
}
imgs.forEach(img => {
if (img.complete) {
check();
} else {
img.addEventListener('load', check, { once: true });
img.addEventListener('error', check, { once: true });
}
});
}
function initAni() {
const style = document.createElement("style");
style.textContent = `
.ani{
--ani-x:0;
--ani-y:0;
--ani-speed:.7s;
--ani-delay:0s;
opacity:0;
transform:translate(var(--ani-x),var(--ani-y));
transition:
opacity var(--ani-speed) var(--ani-delay),
transform var(--ani-speed) var(--ani-delay);
}
.ani.on{
opacity:1;
transform:translate(0,0);
}
.ani.z_index1{position:relative;z-index:1;}
.ani.z_index2{position:relative;z-index:2;}
.ani.z_index3{position:relative;z-index:3;}
@keyframes aniMove{
from{
opacity:0;
transform:translate(var(--ani-x),var(--ani-y));
}
to{
opacity:1;
transform:translate(0,0);
}
}`;
document.head.appendChild(style);
document.querySelectorAll(".ani").forEach(el => {
if (el.dataset.x) el.style.setProperty("--ani-x", el.dataset.x);
if (el.dataset.y) el.style.setProperty("--ani-y", el.dataset.y);
if (el.dataset.speed) el.style.setProperty("--ani-speed", el.dataset.speed);
if (el.dataset.delay) el.style.setProperty("--ani-delay", el.dataset.delay);
const threshold = parseFloat(el.dataset.threshold) || 0;
const io = new IntersectionObserver(entries => {
entries.forEach(e => {
if (e.isIntersecting) {
e.target.classList.add("on");
io.unobserve(e.target);
}
});
}, {
threshold: threshold
});
io.observe(el);
});
}
const container = document.querySelector('.art-container-event');
if (!container) return;
waitImagesLoaded(container, initAni);
})();
</script>
<!-- E : 이벤트 복사영역 여기까지 -->