<!-- S : 이벤트 복사영역 여기서부터 -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect" />
<link href="https://fonts.googleapis.com/css2?family=Michroma&family=Orbitron:wght@400..900&display=swap" rel="stylesheet" />
<style type="text/css">/* root */
:root {
--head: 95px !important;
}
/* common */
body {
min-width: 1440px;
margin: 0;
padding: 0;
font-family: 'pretendard', sans-serif;
}
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;
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: 1920px;
}
.art-content-inner .txt.main {
position: absolute;
width: 100%;
left: 50%;
bottom: 61.32px;
transform: translateX(-50%);
font-family: 'Orbitron', sans-serif !important;
font-size: 43px;
font-weight: 700;
line-height: 1;
letter-spacing: -0.86px;
color: #ffffff;
}
.art-content-inner .txt.main span {
display: inline-block;
color: #fff;
animation: neon-sequence 6s ease-in-out infinite;
}
.art-content-inner .txt.main span:nth-child(1) {
animation-delay: 0s;
}
.art-content-inner .txt.main span:nth-child(2) {
animation-delay: 2s;
}
.art-content-inner .txt.main span:nth-child(3) {
animation-delay: 4s;
}
@keyframes neon-sequence {
0% {
color: #fff;
filter: drop-shadow(0 0 0 rgba(45, 133, 246, 0));
}
5% {
color: #2F8AFF;
filter: drop-shadow(0 0 1.39vw rgba(45, 133, 246, 0.4));
}
15% {
color: #2F8AFF;
filter: drop-shadow(0 0 1.39vw rgba(45, 133, 246, 1));
}
25% {
color: #2F8AFF;
filter: drop-shadow(0 0 1.39vw rgba(45, 133, 246, 0.4));
}
35% {
color: #fff;
filter: drop-shadow(0 0 0 rgba(45, 133, 246, 0));
}
100% {
color: #fff;
filter: drop-shadow(0 0 0 rgba(45, 133, 246, 0));
}
}
/* content01 */
.content01 {
padding: 64px 0;
background-color: #0C6AEC;
}
.content01_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #ffffff;
}
.content01_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #ffffff;
}
.content01_img {
max-width: 699px;
margin: 40px auto 0 !important;
}
/* content02 */
.content02 {
padding: 64px 0;
background-image: url(https://image.a-rt.com/art/editor/202602/1771987988636.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content02_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #2F8AFF;
}
.content02_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #000000;
}
.content02_img {
max-width: 1024px;
margin: 42px auto 0 !important;
}
.content02_comment {
margin-top: 20px !important;
font-size: 18px;
font-weight: 400;
line-height: 1;
letter-spacing: -1px;
color: #333333;
}
/* content03 */
.content03 {
padding: 64px 0;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988033697.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content03_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #2F8AFF;
}
.content03_txt {
margin: 16px auto 0 !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #000000;
}
.content03_coupon_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
margin: 40px auto 0;
}
.content03_coupon {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 416px;
height: 138px;
padding: 14px 28px 23px 28px;
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;
}
.content03_coupon_row {
display: flex;
justify-content: space-between;
align-items: center;
}
.content03_coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 1;
}
.content03_coupon .content03_coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 28px;
}
.content03_coupon:nth-of-type(2) .content03_coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 36px;
}
.content03_coupon_dis_plus {
font-size: 32px;
font-weight: 400;
line-height: 1;
margin-right: -2px;
}
.content03_coupon_dis_num {
margin-right: 3px;
font-size: 60px;
font-weight: 700;
line-height: 0.8;
letter-spacing: -3px;
}
.content03_coupon_dis_per {
font-size: 32px;
font-weight: 700;
line-height: 1;
}
.content03_coupon_name {
font-size: 15px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.45px;
text-align: right;
}
.content03_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;
}
.content03_coupon_dl_btn_txt {
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.64px;
}
.content03_coupon_dl_btn_ico {
width: 19px;
height: 19px;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988055041.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content03_caution {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 14px auto 0 !important;
}
.content03_caution_btn {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
text-decoration: none;
}
.content03_caution_ico {
width: 16px;
height: 16px;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988044269.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content03_caution_btn_txt {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.64px;
color: #000000;
}
/* content04 */
.content04 {
padding: 64px 0;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988083703.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content04_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #ffffff;
}
.content04_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #ffffff;
}
.content04_swiper_wrap {
margin-top: 40px !important;
}
.content04_swiper_box {
position: relative;
display: flex;
align-items: center;
max-width: 1278px;
margin: 0 auto;
}
.content04_swiper {
position: relative;
display: flex;
max-width: 1160px;
margin: 0 auto;
overflow-x: hidden;
}
.content04_swiper .swiper-wrapper {
align-items: center;
}
.content04_swiper .swiper-slide {
width: 400px;
}
.content04_swiper .swiper-slide.swiper-slide-prev {
display: flex;
justify-content: flex-end;
}
.content04_swiper .swiper-slide.swiper-slide-next {
display: flex;
justify-content: flex-start;
}
.content04_swiper_box .swiper-button-prev {
width: 37px;
height: 73px;
margin-top: 0;
left: 0;
right: unset;
top: 50%;
transform: translateY(-50%);
background-image: url(https://image.a-rt.com/art/editor/202602/1771988074785.png);
background-size: cover;
background-repeat: no-repeat;
}
.content04_swiper_box .swiper-button-next {
width: 37px;
height: 73px;
margin-top: 0;
left: unset;
right: 0;
top: 50%;
transform: translateY(-50%);
background-image: url(https://image.a-rt.com/art/editor/202602/1771988064457.png);
background-size: cover;
background-repeat: no-repeat;
}
.content04_swiper_rec_wrap {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 360px;
height: 363px;
padding: 38.25px 34.5px 37.58px;
box-sizing: border-box;
z-index: 0;
overflow: visible;
}
.content04_swiper_rec_wrap::before {
content: "";
position: absolute;
inset: 0;
background-size: cover;
background-repeat: no-repeat;
filter: drop-shadow(8px 6px 14px rgba(0, 0, 0, 0.24));
z-index: -1;
}
.swiper-slide.swiper-slide-active .content04_swiper_rec_wrap {
width: 400px;
height: 403.33px;
padding: 42.5px 38.33px 41.75px;
}
.content04_swiper_rec_wrap._01 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988091946.png);
background-size: cover;
background-repeat: no-repeat;
}
.content04_swiper_rec_wrap._02 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988111883.png);
background-size: cover;
background-repeat: no-repeat;
}
.content04_swiper_rec_wrap._03 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988135481.png);
background-size: cover;
background-repeat: no-repeat;
}
.content04_swiper_rec_wrap._04 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988158061.png);
background-size: cover;
background-repeat: no-repeat;
}
.swiper-slide:not(.swiper-slide.swiper-slide-active) .content04_swiper_rec_wrap._01 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988100610.png);
}
.swiper-slide:not(.swiper-slide.swiper-slide-active) .content04_swiper_rec_wrap._02 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988122353.png);
}
.swiper-slide:not(.swiper-slide.swiper-slide-active) .content04_swiper_rec_wrap._03 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988147570.png);
}
.swiper-slide:not(.swiper-slide.swiper-slide-active) .content04_swiper_rec_wrap._04 {
background-image: url(https://image.a-rt.com/art/editor/202602/1771988168171.png);
}
.content04_swiper_rec_ttl {
font-size: 25px;
font-weight: 600;
line-height: 1.2;
letter-spacing: -1px;
text-align: left;
color: #ffffff;
user-select: none;
}
.content04_swiper_rec_txt._01 {
margin-top: 135.6px;
font-size: 18px;
font-weight: 400;
line-height: 1.37;
letter-spacing: -1px;
text-align: left;
color: #ffffff;
user-select: none;
}
.content04_swiper_rec_txt._02 {
margin-top: 32.57px;
font-size: 18px;
font-weight: 600;
line-height: 1.18;
letter-spacing: -1px;
text-align: left;
color: #2F8AFF;
user-select: none;
}
.swiper-slide.swiper-slide-active .content04_swiper_rec_ttl {
font-size: 28px;
font-weight: 600;
line-height: 1.19;
letter-spacing: -1.12px;
text-align: left;
color: #ffffff;
}
.swiper-slide.swiper-slide-active .content04_swiper_rec_txt._01 {
margin-top: 150px;
font-size: 20px;
font-weight: 400;
line-height: 1.37;
letter-spacing: -1px;
text-align: left;
color: #ffffff;
}
.swiper-slide.swiper-slide-active .content04_swiper_rec_txt._02 {
margin-top: 34.96px;
font-size: 20px;
font-weight: 600;
line-height: 1.18;
letter-spacing: -1px;
text-align: left;
color: #2F8AFF;
}
/* content05 */
.content05 {
padding: 64px 0;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988178092.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content05_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #2F8AFF;
}
.content05_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #000000;
}
.content05_img_wrap {
position: relative;
max-width: 450px;
margin: 40px auto 0 !important;
}
.content05_txt_box {
position: absolute;
width: 450px;
height: 135.42px;
padding: 20.78px 0 20.78px 24.24px;
bottom: 0;
background: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.8) 100%
);
border-radius: 0 0 17.32px 17.32px;
}
.content05_img_ttl {
font-size: 28px;
font-weight: 600;
line-height: 1;
letter-spacing: -0.87px;
text-align: left;
color: #ffffff;
}
.content05_img_txt {
margin-top: 13.85px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.32;
letter-spacing: -0.87px;
text-align: left;
color: #ffffff;
}
.content05_swiper_wrap {
margin-top: 20px !important;
}
.content05_swiper_box {
position: relative;
display: flex;
align-items: center;
max-width: 451px;
margin: 0 auto;
}
.content05_swiper {
position: relative;
display: flex;
max-width: 451px;
margin: 0 auto;
overflow-x: hidden;
}
.content05_swiper .swiper-wrapper {
align-items: center;
}
.content05_swiper .swiper-slide {
width: 106px;
height: 106px;
}
.content05_swiper .swiper-slide img {
border-radius: 6.82px;
}
.content05_swiper_box .swiper-button-prev {
width: 40px;
height: 40px;
margin-top: 0;
right: unset;
left: -52px;
top: 50%;
transform: translateY(-50%) rotate(180deg);
background-image: url(https://image.a-rt.com/art/editor/202602/1771988200639.png);
background-size: cover;
background-repeat: no-repeat;
}
.content05_swiper_box .swiper-button-next {
width: 40px;
height: 40px;
margin-top: 0;
left: unset;
right: -52px;
top: 50%;
transform: translateY(-50%);
background-image: url(https://image.a-rt.com/art/editor/202602/1771988200639.png);
background-size: cover;
background-repeat: no-repeat;
}
/* gnb */
#tabNav {
position: sticky;
top: var(--head);
z-index: 1001;
}
#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%;
transition: all 0.3s;
}
#tabNav li a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 64px;
font-size: 20px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.8px;
color: #000000;
background-color: #ffffff;
}
#tabNav li.active a {
font-weight: 700;
color: #ffffff;
background-color: #2F8AFF;
}
/* tab_content01 */
.tab_content01 {
padding: 64px 0;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988684279.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.tab_content01_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #2F8AFF;
}
.tab_content01_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #ffffff;
}
.dis_rec {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
width: 430px;
margin: 40px auto 0 !important;
}
.dis_rec a {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 42px;
border-radius: 5px;
font-size: 18px;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
color: #A5A5A5;
background-color: rgba(0, 0, 0, 0.48);
}
.dis_rec a.active {
font-weight: 600;
color: #ffffff;
background-color: #2F8AFF;
}
.dis_rec_content {
position: relative;
display: none;
max-width: 718px;
margin: 20px auto 0 !important;
}
.dis_rec_content.active {
display: flex;
flex-direction: column;
align-items: center;
}
.dis_rec_content_ttl {
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -1px;
text-align: center;
color: #ffffff;
}
.dis_rec_content_wrap_flex {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 40px !important;
}
.dis_rec_content_wrap {
display: flex;
flex-direction: column;
gap: 20px;
justify-content: flex-start;
align-items: flex-start;
width: 226px;
height: 358px;
padding: 16px;
background-color: #ffffff;
box-sizing: border-box;
}
.dis_rec_content_img {
max-width: 194px;
flex-shrink: 0;
}
.dis_rec_content_txt_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.dis_rec_content_brand_name {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
text-align: left;
color: rgba(0, 0, 0, 0.5);
}
.dis_rec_content_item_name {
margin-top: 8px !important;
font-size: 22px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
text-align: left;
color: #000000;
}
.dis_rec_content_item_txt {
margin-top: 16px !important;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
letter-spacing: -1px;
text-align: left;
color: #000000;
white-space: nowrap;
}
/* tab_content02 */
.tab_content02 {
padding: 64px;
background-image: url(https://image.a-rt.com/art/editor/202602/1771988694401.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.tab_content02_ttl {
font-family: 'Orbitron', sans-serif !important;
font-size: 32px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
color: #2F8AFF;
}
.tab_content02_sub_ttl {
margin-top: 16px !important;
font-size: 20px;
font-weight: 400;
line-height: 1.18;
letter-spacing: -1px;
color: #ffffff;
}
.dis_pur {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin: 40px auto 0 !important;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
/* Firefox */
-ms-overflow-style: none;
/* IE/Edge 구버전 */
}
.dis_pur::-webkit-scrollbar {
display: none;
/* Chrome, Safari, 최신 Edge */
}
.dis_pur li {
flex: 0 0 auto;
}
.dis_pur a {
display: flex;
justify-content: center;
align-items: center;
height: 42px;
padding: 0 18px;
border-radius: 5px;
font-size: 18px;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
color: #A5A5A5;
background-color: rgba(0, 0, 0, 0.48);
}
.dis_pur a.active {
font-weight: 600;
color: #ffffff;
background-color: #2F8AFF;
}
.dis_pur_content {
position: relative;
display: none;
max-width: 718px;
margin: 20px auto 0 !important;
}
.dis_pur_content.active {
display: flex;
flex-direction: column;
align-items: center;
}
.dis_pur_content_ttl {
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -1px;
text-align: center;
color: #ffffff;
}
.dis_pur_content_wrap_flex {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 40px !important;
}
.dis_pur_content_wrap {
display: flex;
flex-direction: column;
gap: 19px;
justify-content: flex-start;
align-items: flex-start;
width: 226px;
height: 387px;
padding: 16px;
background-color: #ffffff;
box-sizing: border-box;
}
.dis_pur_content_img {
max-width: 194px;
flex-shrink: 0;
}
.dis_pur_content_txt_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.dis_pur_content_brand_name {
font-size: 16px;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
text-align: left;
color: rgba(0, 0, 0, 0.5);
}
.dis_pur_content_item_name {
min-height: 52px;
margin-top: 8px !important;
font-size: 22px;
font-weight: 700;
line-height: 1;
letter-spacing: -1px;
text-align: left;
color: #000000;
}
.dis_pur_content_item_txt {
margin-top: 16px !important;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
letter-spacing: -1px;
text-align: left;
color: #000000;
white-space: nowrap;
}
.dis_pur_content_item_more {
display: flex;
justify-content: center;
align-items: center;
width: 416px;
height: 64px;
margin: 30px auto 0 !important;
text-decoration: unset;
background-color: #000000;
}
.dis_pur_content_item_more_txt {
font-size: 16px;
font-weight: 500;
line-height: 1;
letter-spacing: -0.64px;
color: #ffffff;
}
.dis_pur_content_item_more_ico {
width: 20px;
height: 20px;
margin-left: 5px;
}
/* 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 main"><img alt="RUNNER STAGE 2026" src="https://image.a-rt.com/art/editor/202602/1771988667124.jpg" />
<p class="txt main"><span>READY</span>, <span>SET</span>, <span>RUN</span></p>
</div>
<div class="art-content-inner">
<div class="content01">
<p class="content01_ttl">BRAND LINE-UP</p>
<p class="content01_sub_ttl">러너들이 선택한 브랜드 셀렉션</p>
<div class="content01_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771987966041.png" /></div>
</div>
<div class="content02">
<p class="content02_ttl">RUNNING ESSENTIALS</p>
<p class="content02_sub_ttl">러닝을 위한 준비, 여기서부터</p>
<div class="content02_img"><img alt="#SHOES #APPAREL #GEAR #ACC" src="https://image.a-rt.com/art/editor/202602/1771988023776.png" /></div>
<p class="content02_comment">*온라인과 오프라인은 취급 상품이 다를 수 있습니다</p>
</div>
<div class="content03">
<p class="content03_ttl">MONTHLY COUPON PACK</p>
<p class="content03_txt">“RUNNER STAGE에서는 매월 특별한 쿠폰 혜택이?”</p>
<div class="content03_coupon_wrap">
<div class="content03_coupon"><span class="content03_coupon_row"> <span class="content03_coupon_ttl"> MONTHLY COUPON </span> </span> <span class="content03_coupon_row"> <span class="content03_coupon_dis"> <span class="content03_coupon_dis_num"> 10 </span> <span class="content03_coupon_dis_per"> % </span> </span> <span class="content03_coupon_name"> RUNNER<br />
STAGE </span> </span></div>
<div class="content03_coupon"><span class="content03_coupon_row"> <span class="content03_coupon_ttl"> MONTHLY COUPON </span> </span> <span class="content03_coupon_row"> <span class="content03_coupon_dis"> <span class="content03_coupon_dis_plus"> + </span> <span class="content03_coupon_dis_num"> 6,000 </span> <span class="content03_coupon_dis_per"> 원 </span> </span> <span class="content03_coupon_name"> RUNNER<br />
STAGE </span> </span></div>
</div>
<a class="content03_coupon_dl_btn hover" href="javascript:abc.couponDown('3000000978','3000000979')"><span class="content03_coupon_dl_btn_txt">쿠폰 모두 다운로드</span> <span class="content03_coupon_dl_btn_ico"></span> </a>
<div class="content03_caution"><a class="btn-md content03_caution_btn" data-href="#modal1" href="javascript:void(0);"><span class="content03_caution_ico"></span> <span class="content03_caution_btn_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>쿠폰 다운로드 및 사용 기간 2026/03/04 10:00 - 2026/03/31 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="content04">
<p class="content04_ttl">FIND YOUR PERFECT PAIR</p>
<p class="content04_sub_ttl">당신의 러닝 레벨을 확인해보세요</p>
<div class="content04_swiper_wrap">
<div class="content04_swiper_box">
<div class="swiper-button-prev"> </div>
<div class="swiper content04_swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="content04_swiper_rec_wrap _01">
<p class="content04_swiper_rec_ttl">DAILY RUNNER</p>
<p class="content04_swiper_rec_txt _01">일상 속에서 3-10km의 거리와 흐름을<br />
유지하는 데일리 플레이어</p>
<p class="content04_swiper_rec_txt _02">쿠션화/안정화 ~10K</p>
</div>
</div>
<div class="swiper-slide">
<div class="content04_swiper_rec_wrap _02">
<p class="content04_swiper_rec_ttl">TRAINER</p>
<p class="content04_swiper_rec_txt _01">거리와 페이스를 조율해 하프 코스까지<br />
완주를 목표로 하는 러너</p>
<p class="content04_swiper_rec_txt _02">슈퍼 트레이닝화 ~21K</p>
</div>
</div>
<div class="swiper-slide">
<div class="content04_swiper_rec_wrap _03">
<p class="content04_swiper_rec_ttl">RACER</p>
<p class="content04_swiper_rec_txt _01">속도와 기록을 향해 몰입하며<br />
장거리 훈련과 풀코스를 준비하는 레이서</p>
<p class="content04_swiper_rec_txt _02">레이싱화 ~FULL</p>
</div>
</div>
<div class="swiper-slide">
<div class="content04_swiper_rec_wrap _04">
<p class="content04_swiper_rec_ttl">STARTER</p>
<p class="content04_swiper_rec_txt _01">걷기와 가벼운 조깅으로 러닝의 리듬과<br />
기본기를 익혀가는 입문 러너</p>
<p class="content04_swiper_rec_txt _02">에브리데이 ~5K</p>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"> </div>
</div>
</div>
</div>
<div class="content05">
<p class="content05_ttl">BRAND IN FOCUS</p>
<p class="content05_sub_ttl">주목해야 할 러닝 브랜드 큐레이션</p>
<div class="content05_img_wrap"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988190318.png" />
<div class="content05_txt_box">
<p class="content05_img_ttl">움직임을 위한 설계, 미즈노</p>
<p class="content05_img_txt">기술로 다듬은 실루엣,<br />
움직임에 스타일을 더하다</p>
</div>
</div>
<div class="content05_swiper_wrap">
<div class="content05_swiper_box">
<div class="swiper-button-prev"> </div>
<div class="swiper content05_swiper">
<div class="swiper-wrapper">
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/product/2026/01/48238_1769128285644.jpg" /></div>
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/product/2026/02/66040_1770872214471.jpg" /></div>
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/product/2025/06/35212_1750130005109.jpg" /></div>
<div class="swiper-slide"><img alt="" src="https://image.a-rt.com/art/product/2025/08/39237_1755565656815.jpg" /></div>
</div>
</div>
<div class="swiper-button-next"> </div>
</div>
</div>
</div>
</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="#prodContent1">의류</a></li>
<li aria-controls="tabpanel4" class="tab" id="tab4" role="tab"><a href="#prodContent2">용품</a></li>
</ul>
</nav>
<div aria-labelledby="tab1" class="art-content-inner cnt tab_content01" id="tabpanel1">
<p class="tab_content01_ttl">RUN BY DISTANCE</p>
<p class="tab_content01_sub_ttl">거리별로 설계된 최적의 러닝화</p>
<ul class="dis_rec" id="dis_rec">
<li><a href="#dis_rec1">입문용</a></li>
<li><a href="#dis_rec2">10K</a></li>
<li><a href="#dis_rec3">21K</a></li>
<li><a href="#dis_rec4">FULL</a></li>
</ul>
<div class="dis_rec_content" id="dis_rec1">
<p class="dis_rec_content_ttl">처음 러닝을 시작하는 이들을 위한 밸런스형 셀렉션</p>
<div class="dis_rec_content_wrap_flex">
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988547731.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">ADIDAS</p>
<p class="dis_rec_content_item_name">ADIZERO SL2 M</p>
<p class="dis_rec_content_item_txt">경량 미드솔 설계로<br />
밸런스 좋은 입문 러닝화</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988558907.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">NIKE</p>
<p class="dis_rec_content_item_name">AIRZOOM PEGASUS</p>
<p class="dis_rec_content_item_txt">줌에어의 탄탄한 반발력으로<br />
매일 달리기 좋은 데일리화</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988569961.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">PUMA</p>
<p class="dis_rec_content_item_name">VELOCITY NITRO 4</p>
<p class="dis_rec_content_item_txt">니트로 폼 적용으로<br />
반응성 좋은 엔트리 러닝화</p>
</div>
</div>
</div>
</div>
<div class="dis_rec_content" id="dis_rec2">
<p class="dis_rec_content_ttl">경량과 쿠셔닝의 조화를 갖춘 데일리 러닝 구성</p>
<div class="dis_rec_content_wrap_flex">
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988579744.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">NIKE</p>
<p class="dis_rec_content_item_name">NIKE VOMERO 18</p>
<p class="dis_rec_content_item_txt">반발력 좋은 쿠셔닝으로<br />
중거리 주행에 최적화</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988590559.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">NEW BALANCE</p>
<p class="dis_rec_content_item_name">W108014E</p>
<p class="dis_rec_content_item_txt">프레쉬 폼 X 쿠션으로<br />
기록 단축형 10K 트레이너</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988600548.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">BROOKS</p>
<p class="dis_rec_content_item_name">Adrenaline GTS 25</p>
<p class="dis_rec_content_item_txt">가이드레일 안정 구조로<br />
균형 잡힌 주행감</p>
</div>
</div>
</div>
</div>
<div class="dis_rec_content" id="dis_rec3">
<p class="dis_rec_content_ttl">페이스 유지와 지지력을 고려한 하프 마라톤 최적화</p>
<div class="dis_rec_content_wrap_flex">
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988610994.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">NEW BALANCE</p>
<p class="dis_rec_content_item_name">WFCXCC4</p>
<p class="dis_rec_content_item_txt">퓨어셀 추진력으로<br />
하프 주행 효율 강화</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988620823.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">ASICS</p>
<p class="dis_rec_content_item_name">SONICBLAST</p>
<p class="dis_rec_content_item_txt">탄성 강화 미드솔로<br />
안정적인 하프 러닝화</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988630293.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">ADIDAS</p>
<p class="dis_rec_content_item_name">adizero Evo SL</p>
<p class="dis_rec_content_item_txt">아디제로 경량 설계로<br />
스피드감 있는 하프화</p>
</div>
</div>
</div>
</div>
<div class="dis_rec_content" id="dis_rec4">
<p class="dis_rec_content_ttl">기록 단축과 에너지 리턴을 위한 하이앤드 퍼포먼스</p>
<div class="dis_rec_content_wrap_flex">
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988639474.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">BROOKS</p>
<p class="dis_rec_content_item_name">Hyperion 3</p>
<p class="dis_rec_content_item_txt">경량 반발 설계로<br />
풀코스 주행 효율</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988648270.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">PRO-SPECS</p>
<p class="dis_rec_content_item_name">HYPER RUSH 2</p>
<p class="dis_rec_content_item_txt">강한 추진력 중심으로<br />
장거리 페이스 유지</p>
</div>
</div>
<div class="dis_rec_content_wrap">
<div class="dis_rec_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988657959.png" /></div>
<div class="dis_rec_content_txt_wrap">
<p class="dis_rec_content_brand_name">NIKE</p>
<p class="dis_rec_content_item_name">ZOOM FLY 6 PRM</p>
<p class="dis_rec_content_item_txt">카본 보강 구조로<br />
풀코스 스피드 유지</p>
</div>
</div>
</div>
</div>
</div>
<div aria-labelledby="tab2" class="art-content-inner cnt tab_content02" id="tabpanel2">
<p class="tab_content02_ttl">RUN BY PURPOSE</p>
<p class="tab_content02_sub_ttl">러닝 스타일에 따라 달라지는 기준</p>
<ul class="dis_pur" id="dis_pur">
<li><a href="#dis_pur1">레이싱화</a></li>
<li><a href="#dis_pur2">슈퍼 트레이닝화</a></li>
<li><a href="#dis_pur3">쿠션화</a></li>
<li><a href="#dis_pur4">안정화</a></li>
<li><a href="#dis_pur5">에브리데이</a></li>
<li><a href="#dis_pur6">트레일 러닝화</a></li>
</ul>
<div class="dis_pur_content" id="dis_pur1">
<p class="dis_pur_content_ttl">스피드와 기록 단축을 위한 최상급 퍼포먼스 라인</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988277127.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">BROOKS</p>
<p class="dis_pur_content_item_name">Hyperion Elite 5</p>
<p class="dis_pur_content_item_txt">카본 플레이트 설계로<br />
레이스 퍼포먼스 극대화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988286892.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">MIZUNO</p>
<p class="dis_pur_content_item_name">WAVE REBELLION<br />
FLASH 3</p>
<p class="dis_pur_content_item_txt">웨이브 반발 구조로<br />
폭발적인 스피드감</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988305427.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">PRO-SPECS</p>
<p class="dis_pur_content_item_name">INFINITE RUSH</p>
<p class="dis_pur_content_item_txt">에너지 리턴 중심의<br />
반발력 강화형 레이싱화</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
<div class="dis_pur_content" id="dis_pur2">
<p class="dis_pur_content_ttl">다양한 러닝 환경에 최적화된 올라운드 퍼포먼스 모델</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988316143.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">ADIDAS</p>
<p class="dis_pur_content_item_name">ADIZERO<br />
BOSTON 13</p>
<p class="dis_pur_content_item_txt">에너지로드 구조의 안정성<br />
스피드 트레이닝에 최적화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988329714.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">BROOKS</p>
<p class="dis_pur_content_item_name">Hyperion Max 3</p>
<p class="dis_pur_content_item_txt">탄력 있는 쿠셔닝과 추진력을<br />
갖춘 퍼포먼스 트레이너</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988339096.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">ASICS</p>
<p class="dis_pur_content_item_name">MAGIC SPEED 4</p>
<p class="dis_pur_content_item_txt">카본 보강 미드솔로<br />
템포 러닝 대응</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
<div class="dis_pur_content" id="dis_pur3">
<p class="dis_pur_content_ttl">장거리 주행을 위한 충격 흡수와 편안한 착화감</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988349052.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">BROOKS</p>
<p class="dis_pur_content_item_name">Ghost 17</p>
<p class="dis_pur_content_item_txt">균형 잡힌 쿠션으로<br />
편안한 장거리 러닝</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988359743.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">NIKE</p>
<p class="dis_pur_content_item_name">VOMERO 18</p>
<p class="dis_pur_content_item_txt">줌엑스폼의 소프트한 반발감<br />
쿠션감 중시 러닝화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988368947.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">PRO-SPECS</p>
<p class="dis_pur_content_item_name">Speed Rush 2</p>
<p class="dis_pur_content_item_txt">충격 흡수 설계로<br />
안정적인 착지감</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
<div class="dis_pur_content" id="dis_pur4">
<p class="dis_pur_content_ttl">균형잡힌 착지와 흔들림 없는 러닝을 위한 선택</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988378858.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">NEW BALANCE</p>
<p class="dis_pur_content_item_name">W860O14</p>
<p class="dis_pur_content_item_txt">안정 보강 설계로<br />
흔들림 없는 주행</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988393193.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">ASICS</p>
<p class="dis_pur_content_item_name">GEL-KAYANO 32</p>
<p class="dis_pur_content_item_txt">다이나믹 듀오맥스 기술로<br />
발안정성 극대화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988405172.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">BROOKS</p>
<p class="dis_pur_content_item_name">Glycerin GTS 22</p>
<p class="dis_pur_content_item_txt">가이드레일 시스템으로<br />
편안한 안정 러닝</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
<div class="dis_pur_content" id="dis_pur5">
<p class="dis_pur_content_ttl">가볍고 편안한 착용감으로 일상과 러닝을 모두 아우르는 선택</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988419830.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">NIKE</p>
<p class="dis_pur_content_item_name">AIRZOOM PEGASUS</p>
<p class="dis_pur_content_item_txt">줌에어의 탄탄한 반발감으로<br />
매일 달리기 좋은 데일리화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988431221.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">ADIDAS</p>
<p class="dis_pur_content_item_name">SUPERNOVA RISE 2</p>
<p class="dis_pur_content_item_txt">드림스트라이크 폼 적용으로<br />
편안한 착화감의 일상 러닝화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988441852.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">MIZUNO</p>
<p class="dis_pur_content_item_name">WAVE RIDER 29</p>
<p class="dis_pur_content_item_txt">웨이브 플레이트의 추진감<br />
꾸준한 러닝용 스테디셀러</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
<div class="dis_pur_content" id="dis_pur6">
<p class="dis_pur_content_ttl">다양한 지형에서도 안정적인 러닝을 지원하는 아웃도어의 설계</p>
<div class="dis_pur_content_wrap_flex">
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988451437.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">NEW BALANCE</p>
<p class="dis_pur_content_item_name">MTVNYMC1</p>
<p class="dis_pur_content_item_txt">견고한 그립력과 착화감<br />
안정적인 트레일 주행</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988460692.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">ADIDAS</p>
<p class="dis_pur_content_item_name">TERREX AGRAVIC 3</p>
<p class="dis_pur_content_item_txt">컨티넨탈 그립 아웃솔로<br />
미끄럼 방지력 탁월한 트레일화</p>
</div>
</div>
<div class="dis_pur_content_wrap">
<div class="dis_pur_content_img"><img alt="" src="https://image.a-rt.com/art/editor/202602/1771988469654.png" /></div>
<div class="dis_pur_content_txt_wrap">
<p class="dis_pur_content_brand_name">MERRELL</p>
<p class="dis_pur_content_item_name">PROMORPH</p>
<p class="dis_pur_content_item_txt">접지력 중심 구조로<br />
자연스러운 지형 대응</p>
</div>
</div>
</div>
<a class="dis_pur_content_item_more" href="#"><span class="dis_pur_content_item_more_txt">상품 더 보기</span> <span class="dis_pur_content_item_more_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202602/1771988486360.png" /> </span> </a></div>
</div>
</div>
<!-- e : art-container-event --><!-- content04_swiper --><script>
$(function () {
const $swiper = $('.swiper.content04_swiper');
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const slideCount = $swiper.find('.swiper-slide').length;
const swiperInstance = new Swiper('.swiper.content04_swiper', {
slidesPerView: 'auto',
centeredSlides: true,
spaceBetween: 20,
speed: 500,
allowTouchMove: true,
loop: slideCount > 1,
watchOverflow: true,
autoplay: {
delay: 3000,
disableOnInteraction: false,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}
});
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 });
observer.observe($swiper[0]);
});
</script><!-- content05_swiper --><script>
$(function () {
const $swiper = $('.swiper.content05_swiper');
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const slideCount = $swiper.find('.swiper-slide').length;
const swiperInstance = new Swiper('.swiper.content05_swiper', {
slidesPerView: 'auto',
centeredSlides: false,
spaceBetween: 9,
speed: 500,
allowTouchMove: true,
loop: slideCount > 1,
watchOverflow: true,
autoplay: {
delay: 3000,
disableOnInteraction: false,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev'
}
});
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 });
observer.observe($swiper[0]);
});
</script><!-- GNB 스크립트 --><script>
$(document).ready(function () {
let topSpace;
function headNone() {
if ($('.wrap .header-wrap').hasClass('scroll-down')) {
$(':root').css({
'--head': '60px'
});
topSpace = 100;
} else {
$(':root').css({
'--head': '0'
});
topSpace = 40;
}
}
function centerTab(tabElement) {
tabElement.scrollIntoView({
behavior: 'smooth',
block: 'nearest',
inline: 'center',
});
}
function onScroll() {
headNone();
const scrollY = Math.ceil($(window).scrollTop() + topSpace);
let activeSection = null;
$('.art-content-inner.cnt').removeClass('active');
$('#tabNav .tab').removeClass('active');
$('.art-content-inner.cnt').each(function () {
const cntTop = Math.floor($(this).offset().top);
const cntBtm = cntTop + $(this).height();
if (scrollY >= cntTop && scrollY < cntBtm) {
activeSection = this;
return false;
}
});
if (activeSection) {
$(activeSection).addClass('active');
const tabId = $(activeSection).attr('aria-labelledby');
const $tab = $('#' + tabId);
$tab.addClass('active');
centerTab($tab[0]);
}
}
$('#tabNav .tablist .tab a').on('click', function (event) {
event.preventDefault();
headNone();
const $tab = $(this).parent();
$tab.addClass('active').siblings().removeClass('active');
centerTab($tab[0]);
const href = $(this).attr('href');
$('html, body')
.stop()
.animate({
scrollTop: $(href).offset().top - topSpace
}, 300);
});
$(window).on('scroll', onScroll);
});
</script><!-- dis_rec --><script>
document.querySelectorAll('#dis_rec a').forEach(tab => {
tab.addEventListener('click', function (e) {
e.preventDefault();
document.querySelectorAll('#dis_rec a')
.forEach(a => a.classList.remove('active'));
this.classList.add('active');
document.querySelectorAll('.dis_rec_content')
.forEach(c => c.classList.remove('active'));
const target = document.querySelector(this.getAttribute('href'));
if (target) target.classList.add('active');
});
});
const firstTab = document.querySelector('#dis_rec a');
if (firstTab) firstTab.click();
</script><!-- dis_pur --><script>
document.querySelectorAll('#dis_pur a').forEach(tab => {
tab.addEventListener('click', function (e) {
e.preventDefault();
document.querySelectorAll('#dis_pur a')
.forEach(a => a.classList.remove('active'));
this.classList.add('active');
document.querySelectorAll('.dis_pur_content')
.forEach(c => c.classList.remove('active'));
const target = document.querySelector(this.getAttribute('href'));
if (target) target.classList.add('active');
});
});
const firstTab2 = document.querySelector('#dis_pur a');
if (firstTab2) firstTab2.click();
</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 () {
$('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 : 이벤트 복사영역 여기까지 -->