이 글은 어디로 올라가있는거니
<% If ( eventData("MO_DETAIL_MEDIA_TYPE") = "MOV" ) Then %>
<style type="text/css">
.video_warp .video_img_box { background:#fff url('<%=eventData("LIST_BANNER_IMG") %>') no-repeat center center; width:100%; height:900px; background-size:cover; }
</style>
<div class="video_warp">
<div class="video_img_box"></div>
<a href="javascript:;" class="btn_top_play">
<img src="/img/common/btn_main_play.png" alt="재생">
</a>
</div>
<div id="promo_video_layer">
<a href="javascript:;" class="video_pop_close">
<span>비디오팝업 열기/닫기</span>
</a>
<iframe class="player" width="720" height="1180" src="<%=eventMediaList(0)("MEDIA_URL") %>?rel=0&controls=1&loop=1&showinfo=0&autoplay=1" frameborder="0"></iframe>
</div>
<% End If %>
</div>
<% End If %>
<% If ( eventData("BRAND_CNT") = 1 ) Then %>
<span class="brand_name en"><%=GetBrandMallName(eventData("BRAND_TYPE_LIST"), "EN") %></span>
<% End If %>
</div>