|
|
@@ -36,24 +36,22 @@
|
|
|
<th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">
|
|
|
<div class="swiper-slide">
|
|
|
<th:block th:if="${ContentsData.imgPath1!=null && ContentsData.imgPath1!=''}">
|
|
|
- <th:block th:if="${ContentsData.strVar1!=null && ContentsData.strVar1!='' }">
|
|
|
- <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>
|
|
|
- </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>
|
|
|
- <dd th:text="${ContentsData.strTitle1}"></dd>
|
|
|
- <!--<dd>NEW ARRIVAL</dd>-->
|
|
|
- <dd class="txt_xs" th:text="${ContentsData.subText1}"></dd>
|
|
|
- </dl>
|
|
|
- <button type="button" class="btn"><span>자세히 보기</span></button>
|
|
|
- </div>
|
|
|
- <!--<img src="/images/pc/thumb/main_visual01.jpg" alt="">-->
|
|
|
- <img th:src="${@environment.getProperty('domain.image')+ContentsData.imgPath1}">
|
|
|
- </th:block>
|
|
|
+ <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>
|
|
|
+ </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>
|
|
|
+ <dd th:text="${ContentsData.strTitle1}"></dd>
|
|
|
+ <!--<dd>NEW ARRIVAL</dd>-->
|
|
|
+ <dd class="txt_xs" th:text="${ContentsData.subText1}"></dd>
|
|
|
+ </dl>
|
|
|
+ <button type="button" class="btn"><span>자세히 보기</span></button>
|
|
|
+ </div>
|
|
|
+ <!--<img src="/images/pc/thumb/main_visual01.jpg" alt="">-->
|
|
|
+ <img th:src="${@environment.getProperty('domain.image')+ContentsData.imgPath1}">
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</th:block>
|