<!-- 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: 1200px;
margin: 0;
padding: 0;
}
body * {
box-sizing: border-box;
}
.wrap .special-sub-wrap .sub-top .editor-wrap {
min-width: 1200px;
}
.art-container-event {
position: relative;
width: 100%;
max-width: 1200px;
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,
.art-container-event button {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.art-container-event a:focus,
.art-container-event button:focus {
outline: none;
}
.art-content-inner img {
display: block;
width: 100%;
}
/* main */
.mv {
position: relative;
max-width: 100%;
overflow: hidden;
cursor: pointer;
}
.mv .video_wrap {
position: relative;
display: flex;
width: 1200px;
height: 675px;
}
.mv .video_wrap video {
position: absolute;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
.mv .video_wrap p {
position: absolute;
pointer-events: none;
}
.mv .video_wrap ._ttl {
width: 100%;
top: 50px;
left: 50%;
transform: translateX(-50%);
font-size: 100px;
font-weight: 900;
line-height: 100%;
letter-spacing: -1px;
text-align: center;
color: #ffffff;
filter: drop-shadow(0 2px 7px rgba(48, 48, 48, 0.61));
}
.mv .video_wrap ._txt._01 {
bottom: 40px;
left: 280px;
font-size: 28px;
font-weight: 500;
line-height: 132%;
letter-spacing: -0.8px;
text-align: left;
color: #ffffff;
filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.62));
}
.mv .video_wrap ._txt._02 {
bottom: 49px;
right: 280px;
font-size: 14px;
font-weight: 300;
line-height: 100%;
color: #ffffff;
text-align: left;
opacity: 0.5;
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.78));
}
.mv .txt_wrap {
display: flex;
flex-direction: column;
padding: 55px 280px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789729570944.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.mv .txt_wrap p {
text-align: left;
color: #ffffff;
}
.mv .txt_wrap p:nth-of-type(1) {
font-size: 20px;
font-weight: 400;
line-height: 100%;
}
.mv .txt_wrap p:nth-of-type(2) {
margin-top: 18px !important;
font-size: 32px;
font-weight: 700;
line-height: 132%;
letter-spacing: -1.12px;
}
.mv .txt_wrap p:nth-of-type(3) {
margin-top: 24px !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
}
/* 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;
border-top: 0.5px solid #000000;
border-bottom: 0.5px solid #000000;
}
#tabNav li:not(:first-of-type) {
border-left: 0.5px solid #000000;
}
#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: #ffffff;
background-color: #BC3717;
transition: all 0.3s;
}
#tabNav li.active a,
#tabNav li a:hover {
font-weight: 700;
color: #FFFFFF;
background: #000000;
}
/* content common */
.content {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_ttl01 {
font-size: 32px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.12px;
color: #000000;
}
.content_ttl02 {
margin-top: 12px !important;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
/* content _01 */
.content._01 {
background-image: url(https://image.a-rt.com/art/editor/202609/1789729532790.jpg);
}
.content._01 .content_ttl01._02 {
margin-top: 64px !important;
}
.content_coupon_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 416px;
margin: 40px 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/1789729546347.png);
background-repeat: no-repeat;
background-size: cover;
color: #ffffff;
}
.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;
margin-left: 32px !important;
}
.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: 2px;
width: 100px;
height: 100px;
padding-bottom: 23px !important;
top: -43px;
right: -26px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789729562999.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.coupon_badge span {
line-height: 100%;
color: #FF0000;
}
.coupon_badge span:nth-of-type(1) {
font-size: 25px;
font-weight: 600;
letter-spacing: -1.13px;
}
.coupon_badge span:nth-of-type(2) {
font-size: 20px;
font-weight: 400;
letter-spacing: -0.81px;
}
.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_pack {
display: flex;
flex-direction: column;
align-items: center;
gap: 19px;
margin: 40px auto 0 !important;
}
.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/1789729554244.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content_coupon_pack ._coupon .txt_wrap {
display: flex;
align-items: flex-end;
}
.content_coupon_pack ._coupon .txt_wrap p {
color: #000000;
}
.content_coupon_pack ._coupon .txt_wrap p._txt._01 {
font-size: 32px;
font-weight: 400;
line-height: 100%;
}
.content_coupon_pack ._coupon .txt_wrap p._txt._02 {
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content_coupon_pack ._coupon .txt_wrap p._txt._03 {
margin-left: 3px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content_coupon_pack ._coupon ._txt {
font-size: 15px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.45px;
text-align: right;
color: #000000;
}
.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: #ffffff;
background-color: #CD7864;
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 _02 */
.content._02 {
padding-bottom: 0 !important;
background-color: #FFEFEB;
}
.content._02 .content_swiper_wrap {
margin: 48px auto 0 !important;
}
.content_swiper_wrap .swiper_ttl {
display: flex;
justify-content: center;
align-items: center;
width: 130px;
height: 36px;
font-size: 16px;
font-weight: 500;
line-height: 100%;
color: #ffffff;
background-color: #BC3717;
border-radius: 5px;
}
.content._02 .content_swiper_wrap .swiper_ttl {
margin: 0 auto !important;
}
.content_swiper_wrap .content_swiper {
margin: 32px auto 0 !important;
overflow: hidden;
}
.content_swiper .swiper-wrapper {
justify-content: center;
gap: 18px;
transform-style: preserve-3d;
}
.content_swiper .swiper-slide {
position: relative;
display: flex;
flex-direction: column;
gap: 18px;
width: 200px;
isolation: isolate;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content_swiper .swiper-slide .video_box {
position: relative;
display: flex;
justify-content: center;
width: 200px;
height: 300px;
overflow: hidden;
isolation: isolate;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content_swiper .swiper-slide .video_box video {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
object-position: center;
transform: translateZ(0) scale(1.02);
-webkit-transform: translateZ(0) scale(1.02);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content_swiper .swiper-slide .video_box video._x110 {
transform: translateZ(0) scale(1.1);
-webkit-transform: translateZ(0) scale(1.1);
}
.content_swiper .swiper-slide .video_box::after {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(https://image.a-rt.com/art/editor/202609/1789729578054.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
pointer-events: none;
transform: translateZ(1px);
-webkit-transform: translateZ(1px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content_swiper .swiper-slide .video_box .txt_wrap {
position: absolute;
z-index: 2;
left: 0;
bottom: 0;
text-align: left;
pointer-events: none;
transform: translateZ(2px);
-webkit-transform: translateZ(2px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.content_swiper .swiper-slide .video_box .txt_wrap .item_name {
padding: 11px 14px !important;
font-size: 14px;
font-weight: 500;
line-height: 100%;
color: #ffffff;
}
.content_swiper .swiper-slide .video_box .txt_wrap .item_brand {
display: inline-block;
padding: 6px 9px;
font-size: 12px;
font-weight: 300;
line-height: 100%;
color: #ffffff;
background-color: #000000;
}
.content_swiper .swiper-slide .txt_box {
display: flex;
flex-direction: column;
gap: 6px;
}
.content_swiper .swiper-slide .txt_box ._ttl {
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.56px;
text-align: left;
color: #000000;
}
.content_swiper .swiper-slide .txt_box ._txt {
font-size: 13px;
font-weight: 300;
line-height: 140%;
letter-spacing: -0.45px;
text-align: left;
color: #595959;
}
/* content _03 */
.content._03 {
background-color: #FFEFEB;
}
.content._03 .content_swiper_wrap {
margin: 0 auto !important;
}
.content._03 .content_swiper_wrap .swiper_ttl {
margin: 0 auto !important;
}
/* content _04 */
.content._04 {
padding: 64px 0 0;
background-color: #ffffff;
}
.search_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.search_wrap ._ttl {
font-size: 32px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.12px;
color: #000000;
}
.search_wrap ._ttl > span {
color: #BC3717;
}
.search_wrap ._ttl > span span {
letter-spacing: 0;
}
.search_wrap ._txt {
margin-top: 12px !important;
font-size: 20px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.8px;
color: rgba(0, 0, 0, 0.6);
}
.search_wrap .search_box {
display: flex;
justify-content: space-between;
align-items: center;
width: 400px;
height: 60px;
margin: 48px auto 0 !important;
padding: 15px 34px !important;
background-color: #FFF3EF;
border-radius: 111px;
}
.search_wrap .search_box ._typing {
display: flex;
align-items: center;
font-size: 25px;
font-weight: 600;
line-height: 100%;
color: #000000;
}
.search_wrap .search_box ._ico {
width: 30px;
height: 30px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789548966979.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 span:nth-child(5) {
animation-name: typing_5;
}
.search_box ._typing span:nth-child(6) {
animation-name: typing_6;
}
.search_box ._typing::after {
content: '';
display: inline-block;
flex: 0 0 auto;
width: 2px;
height: 25px;
margin-left: 2px;
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 typing_5 {
0% {
max-width: 0;
}
35% {
max-width: 2em;
}
94%,
100% {
max-width: 0;
}
}
@keyframes typing_6 {
0% {
max-width: 0;
}
43% {
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);
}
}
.accordion {
width: 100%;
}
.accordion_btn {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin: 52px auto 0 !important;
padding: 23px 0;
background-color: #BC3717;
border: none;
cursor: pointer;
}
.accordion_btn span {
display: flex;
align-items: center;
gap: 16px;
font-size: 20px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.8px;
color: #ffffff;
}
.accordion_btn span::after {
content: '';
display: block;
width: 19px;
height: 9px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789722287456.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.accordion:has(.accordion_content.is_open) .accordion_btn span::after {
transform: rotate(180deg);
}
.accordion_content {
display: none;
}
.accordion_content.is_open {
display: block;
}
.accordion_inner {
min-height: 0;
overflow: hidden;
}
.accordion_content.is_open .accordion_inner {
padding: 48px 0 64px;
}
.accordion_content.is_open .accordion_inner p {
font-size: 20px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.8px;
color: #5E5E5E;
}
.accordion_content.is_open .accordion_inner .img_wrap {
position: relative;
width: 440px;
height: 650px;
margin: 24px auto 0 !important;
overflow: hidden;
}
.accordion_content.is_open .accordion_inner .img_wrap::after {
content: '';
position: absolute;
inset: 0;
display: block;
width: 440px;
height: 650px;
background-image: url(https://image.a-rt.com/art/editor/202609/1789722304980.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.accordion_content.is_open .accordion_inner .img_box {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 402px;
opacity: 0;
visibility: hidden;
animation: img_box_change 12s step-end infinite;
}
.accordion_content.is_open .accordion_inner .img_box:first-child {
position: relative;
}
.accordion_content.is_open .accordion_inner .img_box:nth-child(1) {
animation-delay: 0s;
}
.accordion_content.is_open .accordion_inner .img_box:nth-child(2) {
animation-delay: -3s;
}
.accordion_content.is_open .accordion_inner .img_box:nth-child(3) {
animation-delay: -6s;
}
.accordion_content.is_open .accordion_inner .img_box:nth-child(4) {
animation-delay: -9s;
}
.accordion_content.is_open .accordion_inner .img_box img {
display: block;
width: 100%;
opacity: 0;
visibility: hidden;
animation: img_change 2.8s step-end infinite;
}
.accordion_content.is_open .accordion_inner .img_box img:not(:first-child) {
position: absolute;
top: 0;
left: 0;
}
.accordion_content.is_open .accordion_inner .img_box img:nth-child(1) {
animation-delay: 0s;
}
.accordion_content.is_open .accordion_inner .img_box img:nth-child(2) {
animation-delay: 0.7s;
}
.accordion_content.is_open .accordion_inner .img_box img:nth-child(3) {
animation-delay: 1.4s;
}
.accordion_content.is_open .accordion_inner .img_box img:nth-child(4) {
animation-delay: 2.1s;
}
@keyframes img_change {
0%,
24.99% {
opacity: 1;
visibility: visible;
}
25%,
100% {
opacity: 0;
visibility: hidden;
}
}
@keyframes img_box_change {
0%,
24.99% {
opacity: 1;
visibility: visible;
}
25%,
100% {
opacity: 0;
visibility: hidden;
}
}
/* banner_wrap */
.banner_wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
padding: 60px 0;
background-color: #000000;
}
.banner_img {
max-width: 80px;
}
.banner_txt {
display: flex;
justify-content: center;
align-items: baseline;
gap: 10px;
font-size: 20px;
font-weight: 400;
line-height: 40px;
letter-spacing: -1px;
text-decoration: unset;
color: #ffffff;
}
.banner_txt_ico {
width: 7px;
height: 14px;
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 mv">
<div class="video_wrap">
<video autoplay="" muted="" playsinline="" preload="auto"><source src="http://api.wecandeo.com/video/default/BOKNS9AQWrHQg7ii9ipD2jMWlwNOz6xais3w6RuY0ii9IruETvEaiisCKwfMxzxNx4FQQR2uFX5kXOvgr8dQGa5t89wieie.mp4" type="video/mp4" /></video>
<p class="_ttl">오늘도 RUN</p>
<p class="_txt _01">러닝과 일상을 함께,<br />
시작은 ABC마트</p>
<p class="_txt _02">*AI GENERATED</p>
</div>
<div class="txt_wrap">
<p>SPECIAL WEEK</p>
<p>역대급 할인 혜택과 함께<br />
기간 한정 러닝&워킹 혜택</p>
<p>9.21 - 9.30</p>
</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="#tabpanel3">워킹화</a></li>
<li aria-controls="tabpanel4" class="tab" id="tab4" role="tab"><a href="#tabpanel4">슈즈 찾기</a></li>
</ul>
</nav>
<div aria-labelledby="tab1" class="art-content-inner cnt content _01" id="tabpanel1">
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-y="-5%">
<p class="content_ttl01">온라인 단독 할인 혜택</p>
<p class="content_ttl02">매일 11시, RUN 쿠폰 오픈</p>
<div class="content_coupon_wrap">
<div class="content_coupon">
<div class="content_coupon_ttl_wrap">
<p class="content_coupon_ttl">매일 RUN, 선착순 쿠폰</p>
</div>
<div class="content_coupon_text_wrap">
<p class="content_coupon_discount"><span class="dis_num">15,000</span> <span class="dis_per">원</span></p>
<p class="content_coupon_name">기간 한정<br />
단독 쿠폰</p>
</div>
<p class="coupon_badge"><span>500명</span> <span>한정</span></p>
</div>
</div>
<a class="content_coupon_dl_btn hover" href="javascript:abc.couponDown('3000001407')"><span class="content_coupon_dl_txt">오늘의 쿠폰 다운 받기</span> </a></div>
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-y="-5%">
<p class="content_ttl01 _02">나에게 맞는 혜택 PLUS</p>
<div class="content_coupon_pack">
<div class="_coupon">
<div class="txt_wrap">
<p class="_txt _02">16</p>
<p class="_txt _03">%</p>
</div>
<p class="_txt">첫 러닝 대상 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p class="_txt _02">10</p>
<p class="_txt _03">%</p>
</div>
<p class="_txt">오늘도 RUN 쿠폰</p>
</div>
<div class="_coupon">
<div class="txt_wrap">
<p class="_txt _01">+</p>
<p class="_txt _02">3,000</p>
<p class="_txt _03">원</p>
</div>
<p class="_txt">오늘도 RUN<br />
중복 쿠폰</p>
</div>
</div>
<a class="content_coupon_dl_btn hover" href="javascript:abc.couponDown('3000001408','3000001409','3000001410')"><span class="content_coupon_dl_txt">한번에 쿠폰 받기</span> </a>
<div class="coupon_period_wrap">
<p>기간</p>
<p>26. 09. 21 - 26. 09. 30</p>
</div>
<div class="btn-md_wrap"><a class="btn-md" data-href="#modal1" href="javascript:void(0);"><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/21 11:00 - 2026/09/30 23:59</li>
<li>쿠폰은 통합멤버십 회원 대상이며, 각 쿠폰은 ID당 1회 다운로드 가능합니다.</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">
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-y="-5%">
<p class="content_ttl01">FIND YOUR PACE</p>
<p class="content_ttl02">걷기부터 러닝까지, 브랜드별 슈즈 선택</p>
<div class="content_swiper_wrap ani" data-delay="" data-speed="0.7s" data-threshold="0.2" data-x="" data-y="-5%">
<p class="swiper_ttl">RUNNING</p>
<div class="content_swiper_box">
<div class="content_swiper swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="video_box">
<video muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728063.mp4?key=dyIcYKWQPVpAZLMa%2FLEozLtHneFdYbupOjFo%2B6cWym9r2mucHC8qmMrcLPOzJcGwaCuGQ7JuOmuPHa%2BwNQXkJ1Ue%2F3m8WMJY5GQEGCT5BUo%3D&packageId=1011216&videoId=17042077" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">DOWNSHIFTER 14</p>
<p class="item_brand">NIKE</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">통기성 메쉬와 부드러운 쿠셔닝</p>
<p class="_txt">가볍게 즐기는 데일리 러닝</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728069.mp4?key=dyIcYKWQPVpAZLMa%2FLEozCQtIzQaprr8oT7ltpxtaabiQqlovBTSv95z00mRKgT%2FcZ8Dgg2ArxlVEqWKrIKYPA1tzFRYNQ40hHMJnkazJsM%3D&packageId=1011216&videoId=17042079" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">ADIZERO BK</p>
<p class="item_brand">ADIDAS</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">가벼운 착화감과 안정적인 지지력</p>
<p class="_txt">경쾌한 움직임을 위한 러닝화</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video class="_x110" muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728075.mp4?key=dyIcYKWQPVpAZLMa%2FLEozOfaNnCufv80ZOWng9%2BQH8rdcbIGHDCoWYl8BdISLGccsYa9X9Pxix0hBuQj0Ct8sEKxH68YnQyEMRVX%2BYa%2BB7I%3D&packageId=1011216&videoId=17042081" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">GO RUN ELEVATE 2.0</p>
<p class="item_brand">SKECHERS</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">가볍고 반응성 좋은 쿠셔닝</p>
<p class="_txt">편안하게 이어가는 데일리 러닝</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728081.mp4?key=dyIcYKWQPVpAZLMa%2FLEozO8uAq28CvUK3Vo6TPRVlVrjQixr5JfHdELg2a%2B2r8hchWTe3hz35pTWN6RT1izULCxJSPsJSKhKVRGnAiSel%2BE%3D&packageId=1011216&videoId=17042083" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">SKYROCKET LITE 2 WIDE</p>
<p class="item_brand">PUMA</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">와이드 핏과 가벼운 쿠셔닝</p>
<p class="_txt">여유롭고 편안한 러닝</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div aria-labelledby="tab3" class="art-content-inner cnt content _03" id="tabpanel3">
<div class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-y="-5%">
<div class="content_swiper_wrap ani" data-delay="" data-speed="0.7s" data-threshold="0.2" data-x="" data-y="-5%">
<p class="swiper_ttl">WALKING</p>
<div class="content_swiper_box">
<div class="content_swiper swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="video_box">
<video muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728039.mp4?key=dyIcYKWQPVpAZLMa%2FLEozPFLw4MfUBMeZe68rH%2F3RGY0aN7pXzDNAGgRBit4CiZ3zuB9cEMyHWPL8gjLWCIu9d34LiRteNek%2BZYT7xMs8NM%3D&packageId=1011216&videoId=17042069" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">GO WALK GLIDE-STEP 2.0</p>
<p class="item_brand">SKECHERS</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">유연한 미드솔과 부드러운 쿠셔닝</p>
<p class="_txt">자연스러운 걸음을 위한 워킹화</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video class="_x110" muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728045.mp4?key=dyIcYKWQPVpAZLMa%2FLEozH%2Fqet111xA245krBVErFdtGvw2DcDwOOPHBiVzuh1yoZdgF1aEAM75%2F59sspRxjfuXyu%2FY9gRh%2BJUzNPZ%2F5W%2BU%3D&packageId=1011216&videoId=17042071" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">GO WALK ARCH FIT 2.0</p>
<p class="item_brand">SKECHERS</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">아치 서포트와 안정적인 지지력</p>
<p class="_txt">오래 걸어도 편안한 착화감</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video class="_x110" muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728051.mp4?key=dyIcYKWQPVpAZLMa%2FLEozGxu6QDOpWgsxhKgLM1pGb9lzCBce%2BUP%2BpHte6QKrLvJiW9jjg7enxueofEPrLiMXt4t1nGzLVGK9bzWCSBQwEY%3D&packageId=1011216&videoId=17042073" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">DAYSOF LACE</p>
<p class="item_brand">ABC SELECT</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">유연한 착화감과 편안한 쿠셔닝</p>
<p class="_txt">일상에서 가볍게 즐기는 워킹</p>
</div>
</div>
<div class="swiper-slide">
<div class="video_box">
<video class="_x110" muted="" playsinline="" preload="none"><source src="https://abcmart.fms.wecandeo.com/3132/2026/09/16/11/V36728057.mp4?key=dyIcYKWQPVpAZLMa%2FLEozN%2FvJ8nGI%2BkzZoWxsHuYDa4w1gSaFqjUMbG4cvDjmPCNs8zbSfhKqFTn9avig8v5mXN3ZXF1RaXmcOhmdLMNnxg%3D&packageId=1011216&videoId=17042075" type="video/mp4" /></video>
<div class="txt_wrap">
<p class="item_name">DAYSOF FASTLACE</p>
<p class="item_brand">ABC SELECT</p>
</div>
</div>
<div class="txt_box">
<p class="_ttl">빠른 조임으로 간편한 착화</p>
<p class="_txt">신고 벗기 편한 데일리 워킹</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div aria-labelledby="tab4" class="art-content-inner cnt content _04" id="tabpanel4">
<div class="search_wrap">
<p class="_ttl">상단 검색창에 <span>‘오늘도<span>RUN</span>’</span> 검색</p>
<p class="_txt">필터를 통해 원하는 브랜드, 카테고리별로<br />
혜택이 적용되는 상품을 한눈에 만나보세요!</p>
<div class="search_box">
<p class="_typing"><span>오</span><span>늘</span><span>도</span><span>R</span><span>U</span><span>N</span></p>
<p class="_ico"> </p>
</div>
</div>
<div class="accordion"><button aria-controls="accordion_content" aria-expanded="false" class="accordion_btn" type="button"><span>나에게 맞는 러닝화, 필터로 쉽게 찾아보세요!</span></button>
<div aria-hidden="true" class="accordion_content" id="accordion_content">
<div class="accordion_inner">
<p>이용 가이드</p>
<div class="img_wrap">
<div class="img_box"><img alt="" src="https://image.a-rt.com/art/editor/202609/1789722369832.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722379842.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722369832.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722379842.jpg" /></div>
<div class="img_box"><img alt="" src="https://image.a-rt.com/art/editor/202609/1789722389530.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722396949.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722403094.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722409070.jpg" /></div>
<div class="img_box"><img alt="" src="https://image.a-rt.com/art/editor/202609/1789722415307.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722425227.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722431695.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722415307.jpg" /></div>
<div class="img_box"><img alt="" src="https://image.a-rt.com/art/editor/202609/1789722439131.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722448611.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722439131.jpg" /> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722448611.jpg" /></div>
</div>
</div>
</div>
</div>
</div>
<div class="art-content-inner"><a class="banner_wrap hover" href="https://grandstage.a-rt.com/promotion/planning-display/detail?plndpNo=2000006712" target="_blank"><span class="banner_img"> <img alt="" src="https://image.a-rt.com/art/editor/202609/1789722462003.png" /> </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>
$(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><!-- 애니메이션 --><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><!-- 락인 영상 컨트롤 --><script>
(function initVideoControl() {
const video = document.querySelector('.video_wrap video');
if (!video) {
setTimeout(initVideoControl, 100);
return;
}
if (video.dataset.controlInitialized === 'true') return;
video.dataset.controlInitialized = 'true';
video.loop = false;
video.removeAttribute('loop');
video.addEventListener('click', function () {
if (!video.paused && !video.ended) return;
video.currentTime = 0;
video.play();
});
})();
</script><!-- 하단 영상 지연 프리로드 --><script>
(function initDeferredVideoPreload() {
const videos = document.querySelectorAll(
'.content_swiper .swiper-slide .video_box video'
);
if (!videos.length) {
setTimeout(initDeferredVideoPreload, 100);
return;
}
if (!('IntersectionObserver' in window)) {
videos.forEach(function (video) {
video.preload = 'auto';
video.load();
});
return;
}
const preloadObserver = new IntersectionObserver(function (entries, observer) {
entries.forEach(function (entry) {
if (!entry.isIntersecting) return;
const video = entry.target;
if (video.dataset.preloadStarted === 'true') {
observer.unobserve(video);
return;
}
video.dataset.preloadStarted = 'true';
video.preload = 'auto';
video.load();
observer.unobserve(video);
});
}, {
root: null,
rootMargin: '900px 0px',
threshold: 0
});
videos.forEach(function (video) {
preloadObserver.observe(video);
});
})();
</script><!-- content_swiper 영상 컨트롤 --><script>
(function initSwiperVideoHover() {
const videoBoxes = document.querySelectorAll(
'.content_swiper .swiper-slide .video_box'
);
if (!videoBoxes.length) {
setTimeout(initSwiperVideoHover, 100);
return;
}
videoBoxes.forEach(function (videoBox) {
if (videoBox.dataset.hoverInitialized === 'true') return;
const video = videoBox.querySelector('video');
if (!video) return;
videoBox.dataset.hoverInitialized = 'true';
videoBox.addEventListener('mouseenter', function () {
const playPromise = video.play();
if (playPromise !== undefined) {
playPromise.catch(function () {});
}
});
videoBox.addEventListener('mouseleave', function () {
video.pause();
video.currentTime = 0;
});
});
})();
</script><!-- 아코디언 --><script>
(function initAccordion() {
const accordionButtons = document.querySelectorAll('.accordion_btn');
if (!accordionButtons.length) {
setTimeout(initAccordion, 100);
return;
}
accordionButtons.forEach(function (accordionButton) {
if (accordionButton.dataset.accordionInitialized === 'true') return;
const accordion = accordionButton.closest('.accordion');
const accordionContent = accordion
? accordion.querySelector('.accordion_content')
: null;
if (!accordionContent) return;
accordionButton.dataset.accordionInitialized = 'true';
accordionButton.addEventListener('click', function () {
const isOpen = accordionButton.getAttribute('aria-expanded') === 'true';
accordionButton.setAttribute('aria-expanded', String(!isOpen));
accordionContent.setAttribute('aria-hidden', String(isOpen));
accordionContent.classList.toggle('is_open', !isOpen);
});
});
})();
</script><!-- E : 이벤트 복사영역 여기까지 -->