<!-- 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;
}
/* mv */
.mv_wrap {
position: relative;
}
.mv {
position: relative;
width: 100%;
overflow: hidden;
}
/* content common */
.content {
padding: 64px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* content copy */
.content._copy {
display: flex;
justify-content: center;
align-items: center;
gap: 76px;
background-color: #EE9F00;
}
.content._copy > .ttl {
font-size: 28px;
font-weight: 600;
line-height: 100%;
color: #ffffff;
}
.content._copy > .txt {
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.96px;
text-align: left;
color: #ffffff;
}
/* content intro */
.content._intro {
background-color: #242324;
}
.content._intro .logo img {
width: auto !important;
max-height: 32px;
margin: 0 auto !important;
}
.content._intro > .ttl {
margin: 36px auto 0 !important;
font-size: 32px;
font-weight: 700;
line-height: 132%;
letter-spacing: -1.12px;
color: #ffffff;
}
.content._intro > .txt {
margin: 18px auto 0 !important;
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #ffffff;
}
.content._intro .video_wrap {
position: relative;
max-width: 720px;
margin: 48px auto 0 !important;
}
.content._intro .video_wrap video {
width: 720px;
line-height: 100%;
}
/* content _benefit */
.content._benefit {
background-color: #FFEEB8;
}
.content._benefit > .ttl {
font-size: 32px;
font-weight: 700;
line-height: 132%;
letter-spacing: -1.12px;
color: #000000;
}
.content._benefit > .txt {
margin: 12px auto 0 !important;
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
.content._benefit .coupon {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 416px;
height: 138px;
margin: 40px auto 0 !important;
padding: 14px 28px 23px;
background-image: url(https://image.a-rt.com/art/editor/202512/1764898734130.png);
background-repeat: no-repeat;
background-size: cover;
color: #000000;
user-select: none;
}
.content._benefit .coupon_row {
display: flex;
justify-content: space-between;
align-items: center;
}
.content._benefit .coupon_ttl {
font-size: 16px;
font-weight: 500;
line-height: 100%;
}
.content._benefit .coupon_dis {
display: flex;
align-items: flex-end;
margin-left: 32px !important;
}
.content._benefit .coupon_dis_num {
font-size: 60px;
font-weight: 700;
line-height: 80%;
letter-spacing: -3px;
}
.content._benefit .coupon_dis_per {
margin-left: 3px !important;
font-size: 32px;
font-weight: 700;
line-height: 100%;
}
.content._benefit .coupon_badge {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 3px;
width: 94px;
height: 94px;
top: -33px;
right: -29px;
font-size: 19px;
font-weight: 400;
line-height: 100%;
letter-spacing: -1px;
color: #ffffff;
background-image: url(https://image.a-rt.com/art/editor/202607/1783573070581.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 .coupon_badge span {
margin-bottom: 1px !important;
font-size: 24px;
font-weight: 700;
}
.content._benefit .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;
}
.content._benefit .coupon_dl_btn_txt {
font-size: 16px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.64px;
}
.content._benefit .coupon_dl_btn_ico {
max-width: 19.2px;
}
.content._benefit .coupon_period_wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
width: max-content;
margin: 28px auto 0 !important;
}
.content._benefit .coupon_period_box {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 24px;
}
.content._benefit .coupon_period_box .ttl {
display: flex;
justify-content: center;
align-items: center;
width: 108px;
font-size: 16px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
background-color: #FAD96D;
border-radius: 8px;
}
.content._benefit .coupon_period_box:nth-of-type(1) .ttl {
height: 32px;
}
.content._benefit .coupon_period_box:nth-of-type(2) .ttl {
height: 44px;
}
.content._benefit .coupon_period_box .txt {
display: flex;
font-size: 16px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.64px;
color: #000000;
}
.content._benefit .coupon_period_box:nth-of-type(1) .txt {
align-items: center;
gap: 10px;
}
.content._benefit .coupon_period_box:nth-of-type(2) .txt {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.content._benefit .coupon_period_box:nth-of-type(2) .txt span:nth-of-type(2) {
font-size: 14px;
font-weight: 300;
line-height: 100%;
letter-spacing: -0.4px;
color: #8E8158;
}
.content._benefit .caution_wrap {
display: flex;
justify-content: center;
width: max-content;
margin: 44px auto 0 !important;
padding: 35px !important;
border-radius: 10px;
background-color: #EEDBA0;
}
.content._benefit .caution_box {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
width: max-content;
}
.content._benefit .caution_box p {
display: flex;
align-items: center;
gap: 10px;
font-size: 20px;
font-weight: 600;
line-height: 100%;
letter-spacing: -0.8px;
color: #2F2D27;
}
.content._benefit .caution_box p::before {
content: '';
display: block;
width: 20px;
height: 20px;
background-image: url(https://image.a-rt.com/art/editor/202607/1783572942570.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.content._benefit .caution_box ul {
text-align: left;
font-size: 14px;
font-weight: 300;
line-height: 150%;
letter-spacing: -0.4px;
color: #4F472E;
list-style: none !important;
}
/* content _item */
.content._item {
background-image: url(https://image.a-rt.com/art/editor/202607/1783573052513.jpg);
}
.content._item .main_ttl {
font-size: 32px;
font-weight: 700;
line-height: 120%;
color: #000000;
}
.content._item .content_img {
max-width: 374px;
margin: 32px auto 0 !important;
}
.content._item ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 16px;
width: 708px;
margin: 48px auto 0 !important;
}
.content._item ul li {
display: flex;
justify-content: flex-start;
align-items: center;
width: 346px;
padding: 14px 24px;
background-color: #ffffff;
border-radius: 9px;
}
.content._item ul li p:nth-of-type(1) {
display: flex;
justify-content: flex-end;
width: 48px;
font-size: 16px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.75px;
color: #EEB700;
}
.content._item ul li p:nth-of-type(1)::after {
content: '';
display: block;
width: 1px;
height: 25px;
margin: 0 14px !important;
background-color: #DED3B1;
}
.content._item ul li p:nth-of-type(2) {
font-size: 16px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.75px;
color: #000000;
}
.content._item ul li p:nth-of-type(2) span {
font-weight: 600;
}
/* content _01 */
.content._01 {
background-image: url(https://image.a-rt.com/art/editor/202607/1783572955779.jpg);
padding-top: 83px !important;
}
.content._01 .main_ttl {
position: relative;
width: 278px;
margin: 0 auto !important;
padding-left: 41px !important;
z-index: 0;
}
.content._01 .main_ttl::before {
content: '';
position: absolute;
width: 287px;
height: 80px;
top: -32px;
left: 0;
background-image: url(https://image.a-rt.com/art/editor/202607/1783572989079.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.content._01 .sub_ttl {
margin-top: 28px !important;
}
.content._01 .content_img {
max-width: 654px;
margin: 32px auto 0 !important;
}
.content._01 .txt {
margin: 48px auto 0 !important;
}
/* content _02 */
.content._02 {
background-image: url(https://image.a-rt.com/art/editor/202607/1783573009887.jpg);
}
.content._02 .main_ttl {
position: relative;
width: 285px;
margin: 0 auto !important;
padding-left: 43px !important;
z-index: 0;
}
.content._02 .main_ttl::before {
content: '';
position: absolute;
width: 294px;
height: 80px;
top: -32px;
left: 0;
background-image: url(https://image.a-rt.com/art/editor/202607/1783573026624.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}
.content._02 .sub_ttl {
margin-top: 28px !important;
}
.content._02 .content_img {
max-width: 700px;
margin: 32px auto 0 !important;
}
.content._02 .txt {
margin: 32px auto 0 !important;
}
/* content _01 _02 common */
.content._01 .main_ttl,
.content._02 .main_ttl {
font-size: 32px;
font-weight: 700;
line-height: 100%;
color: #000000;
}
.content._01 .sub_ttl,
.content._02 .sub_ttl {
font-size: 20px;
font-weight: 400;
line-height: 100%;
letter-spacing: -0.8px;
color: #000000;
}
.content._01 .txt,
.content._02 .txt,
.content._03 .txt {
font-size: 16px;
font-weight: 300;
line-height: 160%;
letter-spacing: -0.64px;
color: #000000;
}
/* content _03 */
.content._03 {
background-image: url(https://image.a-rt.com/art/editor/202607/1783573034979.jpg);
}
.content._03 .content_img {
max-width: 529px;
margin: 0 auto !important;
}
.content._03 .txt {
margin-top: 32px !important;
}
/* 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="CHUCK TAYLOR MALDEN STREET CONVERSE" src="https://image.a-rt.com/art/editor/202607/1783573080046.jpg" /></div>
</div>
<div class="content _copy">
<p class="ttl">LAUNCHING</p>
<p class="txt">지금 공개된 신상부터 주목받는 브랜드까지,<br />
당신을 위한 첫 번째 소식을 지금 바로 만나보세요.</p>
</div>
<div class="content _intro">
<div class="logo"><img alt="CONVERSE" src="https://image.a-rt.com/art/editor/202606/1781742833144.png" /></div>
<p class="ttl">클래식 아이코닉<br />
척테일러 몰든 스트리트</p>
<p class="txt">모던한 무드와 클래식 디테일의 조화.<br />
다양한 스타일에 부담 없이 매치하기 좋은<br />
새로운 스트리트 무드를 만나보세요.</p>
<div class="ani video_wrap" data-delay="" data-speed="1s" data-threshold="0.3" data-x="" data-y="">
<video autoplay="" controls="" loop="" muted="" playsinline="" preload="auto"><source src="http://api.wecandeo.com/video/default/BOKNS9AQWrHQg7ii9ipD2jMWlwNOz6xais39UMI71QlY8OQkPAHXO2xxPMxzxNx4FQQd3s3BsDtFUqFD8DQ4iiAWdwieie.mp4" /></video>
</div>
</div>
<div class="content _benefit">
<p class="ttl">컨버스 할인 쿠폰<br />
선착순 증정 이벤트</p>
<p class="txt">선착순 300명, 1만원 할인 쿠폰 증정</p>
<div class="coupon ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="" data-y="10%"><span class="coupon_row"> <span class="coupon_ttl"> SPECIAL COUPON </span> </span> <span class="coupon_row"> <span class="coupon_dis"> <span class="coupon_dis_num">10,000</span><span class="coupon_dis_per">원</span> </span> </span> <span class="coupon_badge"> 선착순<br />
<span>300명</span> </span></div>
<a class="coupon_dl_btn" href="javascript:abc.couponDown('3000001250')"><span class="coupon_dl_btn_txt">쿠폰 다운로드</span> <span class="coupon_dl_btn_ico"> <img alt="" src="https://image.a-rt.com/art/editor/202512/1764898740612.png" /> </span> </a>
<div class="coupon_period_wrap">
<div class="coupon_period_box">
<p class="ttl">이벤트 기간</p>
<p class="txt">26. 07. 10<span>-</span>소진 시까지</p>
</div>
<div class="coupon_period_box">
<p class="ttl">대상 상품</p>
<p class="txt"><span>척테일러 몰든 스트리트 포 레더</span> <span>(A01715C · A01716C · A09522C · A19196C)</span></p>
</div>
</div>
<div class="caution_wrap">
<div class="caution_box">
<p>이벤트 유의 사항</p>
<ul>
<li>• 쿠폰은 지정 상품만 사용 가능합니다.</li>
<li>• 당사 사정에 의해 사전 고지 없이 내용 변경 및 조기 종료 될 수 있습니다.</li>
<li>• 사은품은 온라인 물류센터 출고 건에 한하여 제공됩니다.</li>
<li>• 쿠폰은 통합멤버십 회원 대상이며, 각 쿠폰은 ID당 1회 다운로드 가능합니다.</li>
<li>• 쿠폰은 마이 페이지 > 쇼핑혜택 > 쿠폰 리스트에서 확인 가능합니다.</li>
<li>• 쿠폰을 사용하여 주문하신 후 취소/반품 하신 경우, 재발급되지 않습니다.</li>
</ul>
</div>
</div>
</div>
<div class="content _item">
<p class="main_ttl">CHUCK TAYLOR<br />
MALDEN STREET</p>
<div class="ani content_img" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1783573062135.png" /></div>
<ul>
<li class="ani" data-delay="" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">
<p>01</p>
<p>편안한 착화감을 더하는 <span>오솔라이트 쿠셔닝</span></p>
</li>
<li class="ani" data-delay="0.2s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">
<p>02</p>
<p>완성도를 높이는 아이코닉한 <span>스티치 디테일</span></p>
</li>
<li class="ani" data-delay="0.4s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">
<p>03</p>
<p>컨버스 헤리티지를 담은 <span>스타 패치 디테일</span></p>
</li>
<li class="ani" data-delay="0.6s" data-speed="0.7s" data-threshold="0.3" data-x="10%" data-y="">
<p>04</p>
<p>안정적인 접지력의 <span>다이아몬드 패턴 아웃솔</span></p>
</li>
</ul>
</div>
<div class="content _01">
<p class="main_ttl">DAILY STREET</p>
<p class="sub_ttl">일상 속 스트리트</p>
<div class="ani content_img" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1783572965031.png" /></div>
<p class="txt">부담 없이 신기 좋은 깔끔한 실루엣이<br />
데일리 스타일을 완성합니다.</p>
</div>
<div class="content _02">
<p class="main_ttl">ICONIC DETAIL</p>
<p class="sub_ttl">컨버스 헤리티지</p>
<div class="ani content_img" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1783573018646.png" /></div>
<p class="txt">스타 앵클 패치와 시그니처 디테일.<br />
오랜 시간 사랑받아온 디자인을 담았습니다.</p>
</div>
<div class="content _03">
<div class="ani content_img" data-delay="" data-speed="1s" data-threshold="0.5" data-x="" data-y=""><img alt="" src="https://image.a-rt.com/art/editor/202607/1783573043300.png" /></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 : 이벤트 복사영역 여기까지 -->
-
컨버스
공용척테일러 몰든 스트리트 미드 포 레더 블랙
85,000원
-
컨버스
공용척테일러 몰든 스트리트 미드 포 레더 블랙
85,000원
-
컨버스
공용척테일러 몰든 스트리트 포 레더 블랙
79,000원
-
컨버스
공용척테일러 몰든 스트리트 포 레더 슬립 블랙
75,000원
-
컨버스
공용척테일러 몰든 스트리트 미드 블랙
79,000원
-
컨버스
공용척테일러 몰든 스트리트 미드 화이트
79,000원
-
컨버스
공용척테일러 몰든 스트리트 미드 블랙
89,000
53,000원
[40%]
-
컨버스
공용척테일러 몰든 스트리트 미드 그레이
85,000원
-
컨버스
공용척테일러 몰든 스트리트 블랙
69,000원
-
컨버스
공용척테일러 몰든 스트리트 화이트
69,000원
-
컨버스
공용척테일러 몰든 스트리트 블랙 브라운
79,000
39,000원
[50%]
-
컨버스
공용척테일러 몰든 스트리트 옥스 블랙
69,000원
-
컨버스
공용척테일러 몰든 스트리트 빈티지 카고
69,000원
-
컨버스
공용척테일러 몰든 스트리트 슬립
65,000원
-
컨버스
공용척테일러 몰든 스트리트 슬립
65,000
45,000원
[30%]
-
컨버스
공용척테일러 몰든 스트리트 슬립
65,000원