|
|
@@ -143,7 +143,7 @@
|
|
|
|
|
|
<!-- 4. 잇 아이템 -->
|
|
|
<th:block th:if="${contentsLoc=='004'}">
|
|
|
- <div class="content main_it">
|
|
|
+ <div class="content main_it" th:if="${mainLayoutData.BestItemList != null}">
|
|
|
<div class="cont_head">
|
|
|
<p class="displayH" id="id004">
|
|
|
<input type="hidden" name="title" th:value="${mainLayoutData.contentsTitle}">
|
|
|
@@ -197,7 +197,7 @@
|
|
|
|
|
|
<!-- 5. 프로모션배너 -->
|
|
|
<th:block th:if="${contentsLoc=='005'}">
|
|
|
- <div class="content main_2stage">
|
|
|
+ <div class="content main_2stage" th:if="${mainLayoutData.ContentsList != null}">
|
|
|
<div class="cont_head dpnone">
|
|
|
<p class="t_c">프로모션배너</p>
|
|
|
</div>
|