|
|
@@ -37,14 +37,15 @@
|
|
|
<div class="swiper-slide">
|
|
|
<th:block th:if="${ContentsData.imgPath1!=null && ContentsData.imgPath1!=''}">
|
|
|
<div class="txtWrap">
|
|
|
-
|
|
|
<th:block th:if="${ContentsData.strVar5!=null && ContentsData.strVar5!=''}">
|
|
|
- <p class="vrt_txt" th:if="${ContentsData.strVar5=='P'}" th:text="${ContentsData.planBrandGroupNm}"></p>
|
|
|
- <p class="vrt_txt" th:if="${ContentsData.strVar5!='P'}" >EVENT</p>
|
|
|
+ <p class="vrt_txt" th:if="${ContentsData.strVar5=='P' and ContentsData.planBrandCnt<2}" th:text="${ContentsData.planBrandGroupNm}"></p>
|
|
|
+ <p class="vrt_txt" th:if="${ContentsData.strVar5=='P' and ContentsData.planBrandCnt>1}" th:text="${ContentsData.planBrandGroupNm+' 외'}"></p>
|
|
|
+ <p class="vrt_txt" th:if="${ContentsData.strVar5!='P' or (ContentsData.strVar5=='P' and ContentsData.planGb=='E') }" >EVENT</p>
|
|
|
</th:block>
|
|
|
<dl th:class="${ContentsData.strVar7=='BLACK'?'':'w'}">
|
|
|
- <dt th:if="${ContentsData.strVar5=='P'}" th:text="${ContentsData.planBrandGroupNm}"></dt>
|
|
|
- <dt th:if="${ContentsData.strVar5!='P'}" >EVENT</dt>
|
|
|
+ <dt th:if="${ContentsData.strVar5=='P' and ContentsData.planBrandCnt<2}" th:text="${ContentsData.planBrandGroupNm}"></dt>
|
|
|
+ <dt th:if="${ContentsData.strVar5=='P' and ContentsData.planBrandCnt>1}" th:text="${ContentsData.planBrandGroupNm+' 외'}"></dt>
|
|
|
+ <dt th:if="${ContentsData.strVar5!='P' or (ContentsData.strVar5=='P' and ContentsData.planGb=='E') }" >EVENT</dt>
|
|
|
<dd class="mainTitle">
|
|
|
<input type="hidden" name="mainTitlee" th:value="${ContentsData.strTitle1}"/>
|
|
|
</dd>
|