@ -118,7 +118,7 @@
<div class="swiper-wrapper">
<#if model['lm_pick_img']?has_content >
<#list model['lm_pick_img'] as item>
<div class="swiper-slide img_box" onclick="layer_open('#detail_img_pop');">
<div class="swiper-slide img_box">
<img class="main-img" src="${URL_ROOT}/file/get.do?mt_file_seq=${item['mt_file_seq']!}">
</div>
</#list>