<!-- S : 이벤트 복사영역 여기서부터 -->
<div style="background: #000000">
<style type="text/css">/* webfont */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
/* default */
.art-container-event {
position: relative;
width: 100%;
max-width: 1920px;
margin: 0 auto;
text-align: center;
overflow: hidden;
}
.art-content-inner {
position: relative;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
.art-content-inner img {
display: block;
width: 100%;
}
/* keyframes */
@keyframes scale-in {
0% {
scale: 1.2;
}
100% {
scale: 1;
}
}
@keyframes dark-in {
0% {
background-color: rgba(0, 0, 0, 0.4);
}
100% {
background-color: rgba(0, 0, 0, 0);
}
}
@keyframes fade-in {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes fade-out {
0% {
opacity: 0;
transform: translateY(-40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes move-in {
0% {
opacity: 0;
transform: translateY(10%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes move-out {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(10%);
}
}
@keyframes right-in {
0% {
opacity: 0;
transform: translateX(50%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes right-out {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(50%);
}
}
@keyframes left-in {
0% {
opacity: 0;
transform: translateX(-25%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes left-out {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-25%);
}
}
/* common */
.art-content-inner .ani {
opacity: 0;
}
.art-content-inner .ani:not(.fix) {
animation: move-out 0.6s ease-in-out forwards;
}
.art-content-inner .ani.active {
animation: move-in 0.6s ease-in-out forwards;
}
.art-content-inner .ani.active.delay {
animation-delay: 0.4s;
}
.art-content-inner [class*='txt'] {
font-family: Pretendard, sans-serif !important;
word-break: keep-all;
}
.art-content-inner .main-txt {
font-size: 50px;
font-weight: 800;
line-height: 60px;
}
.art-content-inner .sub-txt {
font-size: 18px;
font-weight: 500;
line-height: 28px;
}
.art-content-inner[class*='cnt'] {
margin-bottom: 300px;
}
.art-content-inner .blind {
width: 1px;
height: 1px;
overflow: hidden;
border: none;
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
}
/* main */
.art-content-inner.main {
margin-bottom: 150px;
}
.art-content-inner.main .img-wrap {
position: relative;
overflow: hidden;
}
.art-content-inner.main .img-wrap img {
animation: scale-in 1s ease-out forwards;
}
.art-content-inner.main .img-wrap::after {
content: '';
position: absolute;
top: 0;
left: 0;
animation: dark-in 1s ease-in-out forwards;
width: 100%;
height: 100%;
}
.art-content-inner.main .txt-wrap {
margin-top: 150px;
}
.art-content-inner.main .main-txt {
padding-bottom: 60px;
}
.art-content-inner.main .sub-txt:first-child {
padding-bottom: 18px;
}
.art-content-inner.main .txt-wrap.ani.active .fade-in {
animation: fade-in 0.8s ease-in-out forwards;
}
.art-content-inner.main .txt-wrap.ani.active .fade-out {
animation: fade-out 0.8s ease-in-out forwards;
}
/* cnt1 */
.art-content-inner.cnt1 {
max-width: 640px;
}
.art-content-inner.cnt1 .video-wrap {
position: relative;
width: 100%;
margin-bottom: 50px;
}
.art-content-inner.cnt1 .video-wrap video {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border: 0;
}
.art-content-inner.cnt1 .btn-sound {
position: absolute;
bottom: 30px;
left: 30px;
width: 60px;
height: 60px;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 50%;
background-image: url('https://www.a-rt.com/static/images/showcase/showcase_btn_music_bg.png');
background-repeat: no-repeat;
background-position: -60px 0;
background-size: cover;
z-index: 1;
}
.art-content-inner.cnt1 .btn-sound.active {
background-position: 0 0;
}
.art-content-inner.cnt1 .sub-txt {
padding-top: 100px;
}
/* cnt2 */
.art-content-inner.cnt2 {
display: flex;
justify-content: space-between;
gap: 18px;
max-width: 1300px;
margin-bottom: 200px;
}
/* cnt3 */
.art-content-inner.cnt3 {
max-width: 640px;
}
.art-content-inner.cnt3 .swiper {
width: 100%;
padding-bottom: 108px;
overflow: hidden;
cursor: pointer;
}
.art-content-inner.cnt3 .swiper .swiper-pagination {
bottom: 0;
height: 8px;
}
.art-content-inner.cnt3 .swiper .swiper-pagination .swiper-pagination-bullet {
background: #fff;
border-radius: unset;
width: 100px;
height: 8px;
margin: 0;
transition: all 0.45s;
}
/* cnt6 */
.art-content-inner.cnt6 {
max-width: 960px;
margin-bottom: 100px;
}
/* credit */
.art-content-inner.credit {
margin-bottom: 200px;
}
.art-content-inner.credit .sub-txt {
font-size: 18px;
font-color: (0,0,0,0);
line-height: 30px;
letter-spacing: -0.02em;
}
/* banner */
.art-content-inner.banner .banner-wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.art-content-inner.banner .banner-wrap .banner-trend {
grid-column: 1 / span 4;
}
.art-content-inner.banner .banner-wrap [class*='banner'] {
position: relative;
cursor: pointer;
overflow: hidden;
}
.art-content-inner.banner .banner-wrap [class*='banner'] img {
transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.art-content-inner.banner .banner-wrap [class*='banner']:hover img {
transform: scale(1.1);
}
.art-content-inner.banner .banner-wrap [class*='banner']::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}
.art-content-inner.banner .banner-wrap [class*='banner']:hover::before {
background: rgba(0, 0, 0, 0.6);
}
.art-content-inner.banner .banner-wrap [class*='banner'] .txt-wrap {
position: absolute;
top: 50%;
left: 50px;
transform: translateY(-50%);
color: #fff;
text-align: left;
z-index: 2;
}
.art-content-inner.banner .banner-wrap [class*='banner'] .txt-wrap .caption {
font-size: 20px;
font-weight: 300;
margin-bottom: 46px;
}
.art-content-inner.banner .banner-wrap [class*='banner'] .txt-wrap .main {
font-size: 40px;
font-weight: 800;
line-height: 50px;
}
.art-content-inner.banner .banner-wrap [class*='banner'] .txt-wrap .sub {
font-size: 20px;
font-weight: 400;
margin-top: 30px;
}
.art-content-inner.banner .banner-wrap .banner-trend .txt-wrap {
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.art-content-inner.banner .banner-wrap .banner-trend .txt-wrap .main {
font-size: 48px;
line-height: 70px;
}
.art-content-inner.banner .banner-wrap .banner-trend .txt-wrap .sub {
font-size: 20px;
line-height: 45px;
margin: 0;
}
</style>
<!-- s : art-container-event -->
<div class="art-container-event">
<div class="art-content-inner main">
<div class="img-wrap"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731487481573.jpg" /></span></div>
<div class="txt-wrap ani fix">
<div class="fade-in">
<p class="sub-txt"><span style="color:#ffffff;">VANS</span></p>
<p class="main-txt"><span style="color:#ffffff;">아웃도어 퍼포먼스와<br />
아이코닉 디자인의 완벽한 결합</span></p>
</div>
<p class="sub-txt fade-out"><span style="color:#ffffff;">오리지널 액션 스포츠·라이프스타일 브랜드 반스가<br />
겨울을 맞아 혁신적인 MTE 컬렉션을 선보입니다.<br />
<br />
이번 컬렉션은 액티비티에<br />
최적화된 디자인과 기능성을 자랑합니다.<br />
모노톤 배색은 현대적인 감각을 더하고 패치워크와 반스만의<br />
아이코닉한 디테일이 조화를 이루어 풍부한 스타일로 어필됩니다.<br />
<br />
예측 불가한 날씨에도 탄탄한 보호 기능과<br />
쾌적한 컨디션 유지력을 보여주는 특별한 이번 라인업,<br />
지금 함께 살펴볼까요?</span></p>
</div>
</div>
<div class="art-content-inner cnt1">
<div class="img-wrap ani"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731486380787.jpg" /></span></div>
<p class="sub-txt ani"><span style="color:#ffffff;">MTE 워터프루프 라인은<br />
프리미엄 극세사 단열재를 적용해 높은 보온성을 제공하고<br />
내부 습기를 차단해 상쾌한 착용감을 선사합니다.<br />
또한 하이드로가드 360° 기술을 통해 편안하고<br />
통기성 있는 방수 효과를 제공합니다.<br />
<br />
천연고무 아웃솔은 유연하고 뛰어난 지지력을 자랑하며<br />
오솔라이트 삭라이너와 울트라쿠시 EVA 미드솔이 결합되어<br />
훨씬 가볍고 편안한 착화감을 느낄 수 있습니다.</span></p>
</div>
<div class="art-content-inner cnt2">
<div class="img-wrap ani"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482664251.jpg" /></span></div>
<div class="img-wrap ani delay"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482664267.jpg" /></span></div>
</div>
<div class="art-content-inner cnt3">
<div class="swiper swiper1 ani">
<div class="swiper-wrapper">
<div class="swiper-slide"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482732670.jpg" /></span></div>
<div class="swiper-slide"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482732721.jpg" /></span></div>
<div class="swiper-slide"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482732722.jpg" /></span></div>
</div>
<div class="swiper-pagination"><span style="color:#ffffff;"></span></div>
</div>
</div>
<div class="art-content-inner cnt6">
<div class="img-wrap ani"><span style="color:#ffffff;"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731486918644.jpg" /></span></div>
</div>
<div class="art-content-inner credit">
<p class="sub-txt ani"><span style="color:#ffffff;"> 다가오는 겨울, 반스만의 스트릿 감성과<br />
재치 있는 디자인 그리고 기능성을 더한<br />
MTE 윈터 컬렉션으로 스타일리시한 룩을 완성해 보세요.</span></p>
</div>
<div class="art-content-inner banner">
<div class="banner-wrap">
<div class="banner-trend" onclick="window.open('https://www.a-rt.com/display/webzine/trend');"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482894475.jpg" />
<div class="txt-wrap">
<p class="main">TREND</p>
<p class="sub">매거진 바로가기</p>
</div>
</div>
<div class="banner-editorial" onclick="window.open('https://grandstage.a-rt.com/product/brand/page/main?brandNo=000072&page=1');"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731489050276.jpg" />
<div class="txt-wrap">
<p class="caption">BRAND</p>
<p class="main">서브컬쳐를<br />
선도하는 브랜드</p>
<p class="sub">타고난 반항적 이미지 그리고 개성</p>
</div>
</div>
<div class="banner-launching" onclick="window.open('https://www.a-rt.com/display/webzine/detail/main?wbznSeq=1762&wbznType=L');"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482822806.jpg" />
<div class="txt-wrap">
<p class="caption">HOT</p>
<p class="main">모든 지면에서<br />
최고의 컨디션으로</p>
<p class="sub">반스 코듀라 컬렉션 만나보기</p>
</div>
</div>
<div class="banner-style" onclick="window.open('https://www.a-rt.com/display/webzine/detail/main?wbznSeq=1754&wbznType=L');"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482822818.jpg" />
<div class="txt-wrap">
<p class="caption">RECOMMEND</p>
<p class="main">2024 아시아<br />
아티스트 컬렉션</p>
<p class="sub">OFF THE WALL 정신을 구현하라</p>
</div>
</div>
<div class="banner-news" onclick="window.open('https://www.a-rt.com/display/webzine/detail/main?wbznSeq=1770&wbznType=C');"><img alt="" src="https://image.a-rt.com//art/display/webzine/202411/1731482822832.jpg" />
<div class="txt-wrap">
<p class="caption">RECOMMEND</p>
<p class="main">반짝반짝 빛나는<br />
홀리데이 컬렉션</p>
<p class="sub">메리제인으로 사랑을 표현하세요</p>
</div>
</div>
</div>
</div>
</div>
<img alt="" src="https://image.a-rt.com/art/editor/202406/1720054159226.jpg" style="width: 1920px; height: 50px;" /> <!-- e : art-container-event --><!-- 이미지맵 반응형 스크립트 --><script>
function fixImageMaps(force) {
var imgs = document.querySelectorAll('img[usemap]');
[].forEach.call(imgs, function (img) {
if (!img.naturalHeight) {
return;
}
var h = img.height / img.naturalHeight;
var w = img.width / img.naturalWidth;
var map = document.getElementsByName(img.useMap.slice(1))[0];
if (!map) {
return;
}
for (var i = 0; i < map.children.length; i++) {
var area = map.children[i];
if (!area.coords) {
continue;
}
var coords = area.coords;
if (!area.originalCoords) {
area.originalCoords = coords;
} else {
coords = area.originalCoords;
}
var split = coords.split(',');
var fixed = '';
split.forEach(function (coord, n) {
if (n != 0) {
fixed += ',';
}
fixed += n % 2 == 0 ? Number(coord) * w : Number(coord) * h;
});
area.coords = fixed;
}
});
}
window.onresize = fixImageMaps;
window.onload = fixImageMaps;
</script><!-- 스크롤 이벤트 스크립트 --><script>
$(function () {
$(window).on('scroll', function () {
const scrollY = $(this).scrollTop() + $(this).height() * 0.7;
$('.ani').each(function () {
if (scrollY > $(this).offset().top) $(this).addClass('active');
else $(this).removeClass('active');
});
});
});
<!-- 버튼 슬라이드 스크립트 --><script>
$(function () {
$('.swiper').each(function (i) {
$(this)
.find('.swiper-pagination')
.addClass('type' + i);
const mySwiper = new Swiper($(this), {
slidesPerView: 1,
speed: 1500,
allowTouchMove: true,
loop: $('.swiper-slide').length > 1,
watchOverflow: true,
autoplay: {
delay: 2000,
disableOnInteraction: false,
},
pagination: {
el: $(this).find('.swiper-pagination.type' + i),
clickable: true,
},
});
});
});
</script><!-- E : 이벤트 복사영역 여기까지 --></div>