<!-- S : 이벤트 복사영역 여기서부터 --><style type="text/css">.art-container-event { position: relative; width: 100%; max-width: 1920px; margin: 0 auto; text-align: center; overflow: hidden; } .art-content-inner { position: relative; display: flex; justify-content: center; margin: 0 auto; overflow: hidden; } .art-content-inner img { display: block; width: 100%; } .art-content-inner[class*='banner'] a { display: block; }</style><!-- s : art-container-event --><main class="art-container-event"><section class="art-content-inner"><img src="https://image.a-rt.com/art/managing/event/20230601_early_summer/gs/pc/bg2.jpg" usemap="#map1" /><map name="map1"><area alt="기간 한정 할인 쿠폰 팩 1" coords="308,986,718,1210" href="javascript:abc.couponDown('2000001075')" shape="rect" /> <area alt="기간 한정 할인 쿠폰 팩 2" coords="740,982,1154,1210" href="javascript:abc.couponDown('2000001076')" shape="rect" /> <area alt="기간 한정 할인 쿠폰 팩 3" coords="1184,984,1592,1218" href="javascript:abc.couponDown('2000001079')" shape="rect" /> <area alt="기간 한정 할인 쿠폰 팩 4" coords="526,1238,936,1466" href="javascript:abc.couponDown('2000001074')" shape="rect" /> <area alt="기간 한정 할인 쿠폰 팩 5" coords="956,1238,1382,1466" href="javascript:abc.couponDown('2000001077')" shape="rect" /> <area alt="배송 / 교환 무료 쿠폰 팩 1" coords="520,1686,940,1932" href="javascript:abc.couponDown('2000001080')" shape="rect" /> <area alt="배송 / 교환 무료 쿠폰 팩 2" coords="960,1684,1378,1934" href="javascript:abc.couponDown('2000001085')" shape="rect" /> <area alt="전체 쿠폰 다운로드" coords="734,2010,1182,2108" href="javascript:abc.couponDown('2000001075','2000001076','2000001078','2000001074','2000001077','2000001080','2000001085')" shape="rect" /> <area alt="쿠폰 적용 상품 보기" coords="762,2368,1176,2444" href="#tabEventProdContent1" shape="rect" /> <area alt="SNEAKERS 1" coords="324,3044,724,3452" href="https://grandstage.a-rt.com/product/new?prdtNo=1020083285" shape="rect" /> <area alt="SNEAKERS 2" coords="756,3044,1154,3452" href="https://grandstage.a-rt.com/product/new?prdtNo=1020068841" shape="rect" /> <area alt="SNEAKERS 3" coords="1186,3042,1586,3452" href="https://grandstage.a-rt.com/product/new?prdtNo=1020089303" shape="rect" /> <area alt="RUNNING 1" coords="326,3598,726,4010" href="https://grandstage.a-rt.com/product/new?prdtNo=1020093174" shape="rect" /> <area alt="RUNNING 2" coords="756,3596,1158,4012" href="https://grandstage.a-rt.com/product/new?prdtNo=1020086868" shape="rect" /> <area alt="RUNNING 3" coords="1188,3600,1588,4008" href="https://grandstage.a-rt.com/product/new?prdtNo=1020098925" shape="rect" /> <area alt="CLOTHES 1" coords="324,4160,724,4566" href="https://grandstage.a-rt.com/product/new?prdtNo=1020098957" shape="rect" /> <area alt="CLOTHES 2" coords="758,4160,1154,4566" href="https://grandstage.a-rt.com/product/new?prdtNo=1020091630" shape="rect" /> <area alt="CLOTHES 3" coords="1190,4158,1584,4566" href="https://grandstage.a-rt.com/product/new?prdtNo=1020096717" shape="rect" /> <area alt="GRAND STAGE 베스트 상품" coords="0,4728,1920,4886" href="https://grandstage.a-rt.com/promotion/planning-display/detail?plndpNo=2000003291" shape="rect" /> <area alt="썸머 페스티벌 1" coords="362,6116,526,6174" href="https://abcmart.a-rt.com/promotion/planning-display/detail?plndpNo=2000003288" shape="rect" /> <area alt="썸머 페스티벌 2" coords="894,6112,1044,6172" href="https://abcmart.a-rt.com/promotion/planning-display/detail?plndpNo=2000003287" shape="rect" /> <area alt="썸머 페스티벌 3" coords="1408,6108,1572,6170" href="https://abcmart.a-rt.com/promotion/planning-display/detail?plndpNo=2000003295" shape="rect" /> <area alt="BEST REVIEW EVENT 참여하기" coords="732,7142,1178,7240" href="https://www.a-rt.com/promotion/event/detail?eventNo=2000001779" shape="rect" /> <area alt="G-LOG REVIEW EVENT 참여하기" coords="732,8232,1178,8328" href="https://grandstage.a-rt.com/promotion/event/detail?eventNo=2000001781" shape="rect" /></map></section><section class="art-content-inner banner"><a href="https://www.a-rt.com/display/webzine/detail/main?wbznSeq=1193&page=1"><img alt="ABC 미리 썸머" src="https://image.a-rt.com/art/managing/event/20230601_early_summer/gs/pc/banner.jpg" /><img alt="" src="https://image.a-rt.com/art/editor/202306/1687227511644.jpg" style="width: 1920px; height: 198px;" /> </a></section></main><!-- e : art-container-event --><!-- 1920px 스크립트 --><script> $(document).ready(function () { editorCalcWidth(); }); $(window).on({ resize: function () { editorCalcWidth(); }, }); function editorCalcWidth() { var width_size = $(window).width(); if (width_size > 1200) { $('.editor-wrap').css({ width: width_size, 'margin-left': -(width_size - 1200) / 2, }); } } </script><!-- 이미지맵 반응형 스크립트 --><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><!-- E : 이벤트 복사영역 여기까지 -->