<!-- S : 이벤트 복사영역 여기서부터 -->
<style type="text/css">@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
body {
min-width: 1440px;
margin: 0;
padding: 0;
}
body * {
box-sizing: border-box;
}
.wrap .special-sub-wrap .sub-top .editor-wrap {
min-width: 1440px;
}
.art-container-event {
color: #ffffff;
font-family: Pretendard, sans-serif !important;
position: relative;
width: 100%;
max-width: 1920px;
text-align: center;
overflow: hidden;
}
.art-content-inner img {
display: block;
width: 100%;
}
.art-content-inner p,
.art-content-inner ul {
margin: 0;
padding: 0;
}
.art-content-inner a {
text-decoration: none;
-webkit-tap-highlight-color: transparent;
}
.art-content-inner a:focus {
outline: none;
}
/* mv */
.mv_wrap {
position: relative;
}
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
.mv_img {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.mv_img._01 {
width: clamp(366px, 25.42vw, 488px);
top: clamp(38px, 2.60vw, 50px);
}
.mv_img._02 {
width: clamp(414px, 28.75vw, 552px);
bottom: clamp(175px, 12.14vw, 233px);
}
.mv_txt {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
gap: 76px;
bottom: clamp(48px, 3.33vw, 64px);
left: 50%;
transform: translateX(-50%);
}
.mv_txt > .ttl {
font-size: 28px;
font-weight: 600;
line-height: 100%;
color: #ffffff;
}
.mv_txt > .txt {
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.96px;
text-align: left;
color: #ffffff;
}
.mv_wrap .asset {
position: absolute;
}
.mv_wrap .asset._01 {
max-width: clamp(95px, 6.56vw, 126px);
top: clamp(92px, 6.41vw, 123px);
right: clamp(444px, 30.83vw, 592px);
transform-origin: 100% 100%;
animation: curve_move 2s ease-in-out infinite alternate;
}
.mv_wrap .asset._02 {
max-width: clamp(124px, 8.59vw, 165px);
top: clamp(224px, 15.57vw, 299px);
left: clamp(459px, 31.87vw, 612px);
transform-origin: 0% 100%;
animation: curve_move 1.8s ease-in-out infinite alternate;
}
.mv_wrap .asset._03 {
max-width: clamp(134px, 9.27vw, 178px);
top: clamp(296px, 20.57vw, 395px);
right: clamp(442px, 30.68vw, 589px);
transform-origin: 0% -100%;
animation: curve_move 2.3s ease-in-out infinite alternate;
}
/* content common */
.content {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
@keyframes curve_move {
0% {
transform: rotate(-5deg);
}
100% {
transform: rotate(5deg);
}
}
/* content intro */
.content._intro {
background-color: #151A37;
}
.content._intro > .ttl {
max-width: 203px;
margin: 6px auto !important;
}
.content._intro > .txt {
margin: 30px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #ffffff;
}
/* content _benefit */
.content._benefit {
background-image: url(https://image.a-rt.com/art/editor/202607/1784768955993.jpg);
}
.content._benefit > .ttl {
max-width: 311px;
margin: 5px auto !important;
}
.content._benefit > .txt {
margin: 23px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 100%;
letter-spacing: -0.64px;
color: #FFFFFF;
}
.content._benefit .benefit_wrap {
position: relative;
display: flex;
flex-direction: column;
max-width: 540px;
margin: 32px auto 0 !important;
border-radius: 36px;
border: 4px solid #6178DC;
background-color: #ffffff;
}
.content._benefit .benefit_wrap .gift_box {
display: flex;
flex-direction: column;
align-items: center;
padding: 35px 0 21px;
}
.content._benefit .benefit_wrap .gift_box .gift_img_wrap {
position: relative;
}
.content._benefit .benefit_wrap .gift_box .gift_img_wrap .gift_img {
max-width: 242px;
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}
.content._benefit .benefit_wrap .gift_box .gift_img_wrap .gift_badge {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2px;
width: 96px;
height: 96px;
bottom: -13px;
right: -63px;
color: #000000;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769020412.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
animation: rotateSwing 2s ease-in-out infinite;
}
@keyframes rotateSwing {
0% {
transform: rotate(-5deg);
}
50% {
transform: rotate(5deg);
}
100% {
transform: rotate(-5deg);
}
}
.content._benefit .benefit_wrap .gift_box .gift_img_wrap .gift_badge span:nth-of-type(1) {
font-size: 18px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.77px;
}
.content._benefit .benefit_wrap .gift_box .gift_img_wrap .gift_badge span:nth-of-type(2) {
font-size: 24px;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.07px;
}
.content._benefit .benefit_wrap .gift_box .gift_info {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px auto 0 !important;
}
.content._benefit .benefit_wrap .gift_box .gift_info span:nth-of-type(1) {
font-size: 16px;
font-weight: 500;
line-height: 160%;
letter-spacing: -0.64px;
color: #000000;
}
.content._benefit .benefit_wrap .gift_box .gift_info span:nth-of-type(2) {
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #828282;
}
.content._benefit .caution_wrap {
display: flex;
justify-content: center;
padding: 38px 0 34px !important;
background-color: rgba(159, 159, 159, 0.1);
border-radius: 0 0 36px 36px;
}
.content._benefit .caution_box {
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
width: max-content;
padding: 0 49.5px;
}
.content._benefit .caution_box p {
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
color: #4F4F4F;
}
.content._benefit .caution_box p::before {
content: '';
display: block;
width: 22px;
height: 22px;
background-image: url(https://image.a-rt.com/art/editor/202607/1784768386116.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._benefit .caution_box ul {
text-align: left;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
margin-left: 17px !important;
color: #737373;
}
.content._benefit .benefit_wrap .asset {
position: absolute;
max-width: 201px;
bottom: -65px;
right: -72px;
filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
transform-origin: 100% 0%;
animation: curve_move 2s ease-in-out infinite alternate;
}
/* content _item */
.content._item {
background-image: url(https://image.a-rt.com/art/editor/202607/1784769001876.jpg);
}
.content._item .ttl {
max-width: 271px;
margin: 0 auto !important;
}
.content._item .item_wrap {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-end;
width: 540px;
height: 711px;
margin: 30px auto 0 !important;
padding: 36px 32px !important;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769050187.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._item .item_wrap ul {
display: flex;
flex-direction: column;
align-items: center;
gap: 38px;
list-style: none;
}
.content._item .item_wrap ul li {
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
.content._item .item_wrap ul li span {
font-weight: 600;
color: #0F68DD;
}
.content._item .item_wrap .asset {
position: absolute;
max-width: 118px;
left: -55px;
bottom: -28px;
filter: drop-shadow(0 0 6px rgba(58, 58, 58, 0.15));
transform-origin: -100% 0%;
animation: curve_move 2s ease-in-out infinite alternate;
}
/* content _01 */
.content._01 {
background-image: url(https://image.a-rt.com/art/editor/202607/1784768418084.jpg);
}
.content._01 .ttl {
max-width: 280px;
margin: 1.5px auto !important;
filter: drop-shadow(0 0 8px #1C83DE);
}
.content._01 .content_img_wrap {
display: flex;
justify-content: center;
align-items: flex-end;
gap: 42px;
margin: 34.5px auto 0 !important;
}
.content._01 .content_img {
position: relative;
}
.content._01 .content_img._01 {
max-width: 373px;
}
.content._01 .content_img._01::before {
content: '';
position: absolute;
width: 20px;
height: 29px;
top: -4px;
left: 161px;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769101329.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._01 .content_img._02 {
max-width: 337px;
margin-bottom: 16px !important;
}
.content._01 .content_img._02::before {
content: '';
position: absolute;
width: 20px;
height: 29px;
top: 0;
left: 176px;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769101329.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scaleX(-1);
}
.content._01 .asset {
position: absolute;
max-width: 174px;
bottom: -106px;
right: -29px;
transform-origin: 50% 100%;
animation: curve_move 2s ease-in-out infinite alternate;
}
.content._01 .txt {
margin: 30px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #ffffff;
}
/* content _02 */
.content._02 {
background-image: url(https://image.a-rt.com/art/editor/202607/1784768915663.jpg);
}
.content._02 .ttl {
max-width: 300px;
margin: 1.5px auto !important;
filter: drop-shadow(0 0 8px #1C83DE);
}
.content._02 .content_img_wrap {
display: flex;
justify-content: center;
align-items: flex-end;
gap: 41px;
margin: 35.5px auto 0 !important;
}
.content._02 .content_img {
position: relative;
}
.content._02 .content_img._01 {
max-width: 337px;
margin-bottom: 18px;
}
.content._02 .content_img._01::before {
content: '';
position: absolute;
width: 20px;
height: 29px;
top: 3px;
left: 137px;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769101329.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._02 .asset {
position: absolute;
max-width: 206px;
top: 113px;
left: -94px;
transform-origin: 100% 0%;
animation: curve_move 2s ease-in-out infinite alternate;
}
.content._02 .content_img._02 {
max-width: 373px;
}
.content._02 .content_img._02::before {
content: '';
position: absolute;
width: 20px;
height: 29px;
top: 1px;
left: 195px;
background-image: url(https://image.a-rt.com/art/editor/202607/1784769101329.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
transform: scaleX(-1);
}
.content._02 .txt {
margin: 29px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #ffffff;
}
/* footer */
.footer {
padding: 147px 0 107px;
background-color: #000000;
}
.footer .btn {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
width: 800px;
height: 80px;
margin: 0 auto;
font-size: 20px;
font-weight: 700;
line-height: 100%;
letter-spacing: -0.8px;
text-align: center;
text-decoration: none;
color: #ffffff;
background-color: #000000;
border: 1px solid #ffffff;
transition: .3s ease;
box-sizing: border-box;
}
.footer .btn:hover {
color: #000000;
background: #ffffff;
}
.footer .btn .ico {
display: inline-block;
width: 32px;
height: 32px;
background: url(https://image.a-rt.com/art/editor/202511/1762486356070.png) center/cover no-repeat;
transition: .3s ease;
}
.footer .btn:hover .ico {
background: url(https://image.a-rt.com/art/editor/202511/1762486365218.png) center/cover no-repeat;
}
.footer .copy {
margin-top: 31.6px !important;
text-align: center;
font-size: 18px;
font-weight: 500;
line-height: 100%;
color: #D3D3D3;
}
.footer .copy .attention {
font-weight: 700;
color: #ffffff;
}
</style>
<!--
data-x : X 시작 위치 (-10%, 50px 등)
data-y : Y 시작 위치 (10%, -50px 등)
data-speed : 애니메이션 속도 (.7s, 1s 등)
data-delay : 애니메이션 지연 시간 (.3s, .5s 등)
data-threshold : 화면에 보이는 비율 (0~1, 예: 0.3)
--><!-- s : art-container-event -->
<div class="art-container-event">
<div class="art-content-inner">
<div class="mv_wrap">
<div class="mv"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784771305395.jpg" /></div>
<div class="mv_img _01"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784771314027.png" /></div>
<div class="mv_img _02"><img alt="ABC-MART X Pinkfong Baby Shark 아기상어와 떠나는 신나는 여름 모험" src="https://image.a-rt.com/art/editor/202607/1784771322392.png" /></div>
<div class="mv_txt">
<p class="ttl">DISCOVER</p>
<p class="txt">잊고 있던 매력과 몰랐던 정보까지,<br />
다시 발견하는 트렌디한 아이템 소개합니다.</p>
</div>
<div class="asset _01"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784769070316.png" /></div>
<div class="asset _02"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784769077180.png" /></div>
<div class="asset _03"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784769084139.png" /></div>
</div>
<div class="content _intro">
<div class="ttl"><img alt="신나는 걸음부터 특별한 모험까지" src="https://image.a-rt.com/art/editor/202607/1784768972169.png" /></div>
<p class="txt">아이들이 좋아하는 아기상어가<br />
여름 샌들로 찾아왔습니다.<br />
아기상어와 함께 걷고 직접 체험하는<br />
새로운 모험을 경험해 보세요.</p>
</div>
<div class="content _item">
<div class="ttl"><img alt="아기상어 샌들 컬렉션" src="https://image.a-rt.com/art/editor/202607/1784769012301.png" /></div>
<div class="item_wrap ani" data-delay="" data-speed="1s" data-threshold="0.3" data-x="" data-y="">
<ul>
<li class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">아이들이 좋아하는 <span>파스텔 컬러</span></li>
<li class="ani" data-delay="0.2s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">귀여운 <span>아기상어</span> 얼굴 장식</li>
<li class="ani" data-delay="0.4s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">시원한 <span>메쉬 소재</span></li>
<li class="ani" data-delay="0.6s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">발가락을 감싸는 <span>안정적인 구조</span></li>
<li class="ani" data-delay="0.8s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">간편하게 조절하는 <span>벨크로 스트랩</span></li>
</ul>
<div class="asset"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768991423.png" /></div>
</div>
</div>
<div class="content _01">
<div class="ttl"><img alt="베이비 샤크 메리 제인" src="https://image.a-rt.com/art/editor/202607/1784768897723.png" /></div>
<div class="content_img_wrap">
<div class="ani content_img _01" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768426462.png" /></div>
<div class="ani" data-delay="0.3s" data-speed="1s" data-threshold="0.5" data-x="" data-y="">
<div class="content_img _02"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768435158.png" />
<div class="asset"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768409321.png" /></div>
</div>
</div>
</div>
<p class="txt">통기성 메쉬와 푹신한 쿠션이<br />
아이의 발을 가볍고 편안하게 감싸줍니다.</p>
</div>
<div class="content _02">
<div class="ttl"><img alt="베이비 샤크 토가드 샌들" src="https://image.a-rt.com/art/editor/202607/1784768940487.png" /></div>
<div class="content_img_wrap">
<div class="ani content_img _01" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768924196.png" />
<div class="asset"><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768907199.png" /></div>
</div>
<div class="ani content_img _02" data-delay="0.3s" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1784768931977.png" /></div>
</div>
<p class="txt">발가락을 보호하는 토가드 구조와<br />
통기성 메쉬로 편안하게 신을 수 있습니다.</p>
</div>
<div class="footer"><a class="btn" href="https://www.a-rt.com/display/webzine/magazine">더 많은 콘텐츠 보러가기<span class="ico"></span></a>
<p class="copy">콘텐츠가 마음에 들었다면 <span class="attention">좋아요</span>를 눌러주세요.</p>
</div>
</div>
</div>
<!-- e : art-container-event --><!-- 애니메이션 --><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><!-- 1920px 스크립트 --><script>
function editorCalcWidth() {
var width_size = $(window).width();
if (width_size > 1440) $('.editor-wrap').css({ width: width_size });
}
$(document).ready(function () {
editorCalcWidth();
});
$(window).on('scroll resize', function () {
editorCalcWidth();
});
</script><!-- E : 이벤트 복사영역 여기까지 -->
-
에이비씨 셀렉트
키즈베이비 샤크 메리 제인
49,000
34,000원
[30%]
-
에이비씨 셀렉트
키즈베이비 샤크 메리 제인
49,000
34,000원
[30%]
-
에이비씨 셀렉트
키즈베이비 샤크 메리 제인
49,000
34,000원
[30%]
-
에이비씨 셀렉트
키즈베이비 샤크 토가드 샌들
59,000
29,000원
[50%]
-
에이비씨 셀렉트
키즈베이비 샤크 토가드 샌들
59,000
27,000원
[54%]
-
에이비씨 셀렉트
키즈베이비 샤크 토가드 샌들
59,000
29,000원
[50%]
-
에이비씨 셀렉트
키즈베이비 샤크 픽픽 4
49,000원
-
에이비씨 셀렉트
키즈베이비 샤크 픽픽 4
49,000원
-
에이비씨 셀렉트
키즈베이비 샤크 픽픽 4
49,000원
-
에이비씨 셀렉트
키즈베이비 샤크 픽픽 3
55,000원
-
에이비씨 셀렉트
키즈베이비 샤크 픽픽 3
55,000원
-
에이비씨 셀렉트
키즈베이비 샤크 레이스
49,000
29,000원
[40%]
-
에이비씨 셀렉트
키즈베이비 샤크 레이스
49,000
29,000원
[40%]
-
에이비씨 셀렉트
키즈베이비 샤크 레이스
49,000
29,000원
[40%]
-
에이비씨 셀렉트
키즈베이비 샤크 티니 핀
49,000
29,000원
[40%]
-
에이비씨 셀렉트
키즈베이비 샤크 티니 핀
49,000
29,000원
[40%]