■ 배너 판다씨[ no17 ] - 맴버쉽혜택 : freesize
■ 소스 위치 /_panda/_layout/joinbenefit.html 파일 3줄
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 기존소스
<div module="bannermanage2_display_번호" class="-login-benefit">
   <!-- 헥사곤 아이콘 -->
   <div class="-hexagon-tiny -mos" scroll data-scroll="up"></div>
   <!-- 미니타이틀 -->
   <div class="-titlepack -center">
      <h3 class="-font-ns">멤버쉽 이벤트</h3>
   </div>
   <a href="{$href}" {$target} class="-mos -opo">{$banner}</a>
   <a href="{$href}" {$target} class="-mos -opo">{$banner}</a>
</div>
(※ 기존소스에서 수정하신 내용이 있다면 차이가 있을 수 있습니다.)
■ 소스 수정
  • module="bannermanage2_display_번호"를 삭제해주세요.
  • <a href="{$href}" {$target} class="-mos -opo">{$banner}</a>
    <a href="[링크경로]" class="-mos -opo"><img src="[이미지경로]" /></a>로 변경해주세요.
  • 이미지를 추가하시려면
    <a href="[링크경로]" class="-mos -opo"><img src="[이미지경로]" /></a> 부분을 더 추가해주시면 됩니다.
■ 수정된 소스 예시
<div class="-login-benefit">
   <!-- 헥사곤 아이콘 -->
   <div class="-hexagon-tiny -mos" scroll data-scroll="up"></div>
   <!-- 미니타이틀 -->
   <div class="-titlepack -center">
      <h3 class="-font-ns">멤버쉽 이벤트</h3>
   </div>
   <a href="/index.html" class="-mos -opo"><img src="/_img/no18/banner/07/01.png" /></a>
   <a href="/index.html" class="-mos -opo"><img src="/_img/no18/banner/07/02.png" /></a>
   <a href="/index.html" class="-mos -opo"><img src="/_img/no18/banner/07/03.png" /></a>
   <a href="/index.html" class="-mos -opo"><img src="/_img/no18/banner/07/04.png" /></a>
   <a href="/index.html" class="-mos -opo"><img src="/_img/no18/banner/07/05.png" /></a>
</div>
■ 수정 예시 영상