|
|
@@ -266,6 +266,69 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
|
|
|
+ <!-- special_shop -->
|
|
|
+ <th:block th:if="${contentsLoc=='011'}">
|
|
|
+ <div class="content wide special_shop">
|
|
|
+ <div class="cont_head">
|
|
|
+ <p class="displayH t_c" th:text="${contentsTitle}"></p>
|
|
|
+ </div>
|
|
|
+ <div class="cont_body" th:if="${brandMainLayoutData.planningList != null}">
|
|
|
+ <div class="spe_thumb">
|
|
|
+ <div class="swiper-container">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:each="planningData, planningStat : ${brandMainLayoutData.planningList}">
|
|
|
+ <div class="swiper-slide">
|
|
|
+ <a href="javascript:void(0);" th:onclick="cfnGoToGoodsDetail('','','','SBM011',[[${planningData.planSq}]],'');">
|
|
|
+ <div class="txtWrap">
|
|
|
+ <p th:text="${planningData.planNm}">티.바지.점퍼의 계절!</p>
|
|
|
+ <!--<p>가을 전격 오픈</p>-->
|
|
|
+ <span th:text="${planningData.dtlTitle1}"></span>
|
|
|
+ </div>
|
|
|
+ <img th:src="${@environment.getProperty('domain.image') + '/' + planningData.mainPimg}"> alt="">
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-button-prev white"></div>
|
|
|
+ <div class="swiper-button-next white"></div>
|
|
|
+ </div>
|
|
|
+ <div class="spe_pr_list" >
|
|
|
+ <div class="slide_wrap">
|
|
|
+ <th:block th:each="planningData, planningStat : ${brandMainLayoutData.planningList}">
|
|
|
+ <div class="spe_sl">
|
|
|
+ <div class="swiper-container">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:if="${planningData.planningGoodsList != null and !planningData.planningGoodsList.empty}" th:each="planningGoods, status : ${planningData.planningGoodsList}">
|
|
|
+ <div class="swiper-slide view">
|
|
|
+ <div class="item_prod">
|
|
|
+ <div class="item_state">
|
|
|
+ <a href="javascript:void(0);" class=" itemLink" th:onclick="cfnGoToGoodsDetail([[${planningGoods.goodsCd}]], '', '', 'SBM011');">
|
|
|
+ <div class="itemPic">
|
|
|
+ <img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + planningGoods.sysImgNm}">
|
|
|
+ </div>
|
|
|
+ <div class="itemName" th:text="${planningGoods.goodsNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
+ <p class="itemPrice" th:text="${#numbers.formatInteger(planningGoods.currPrice,1,'COMMA')}">80,100
|
|
|
+ <span class="itemPrice_original" th:text="${#numbers.formatInteger(planningGoods.listPrice,1,'COMMA')}">89,000</span>
|
|
|
+ <span class=" itemPercent" th:if="${planningGoods.currPrice != planningGoods.listPrice}" th:text="${(planningGoods.listPrice == 0 ? 0 : #numbers.formatDecimal((planningGoods.listPrice - planningGoods.currPrice) / (planningGoods.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
+ </p>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-scrollbar"></div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+
|
|
|
+
|
|
|
<!-- brand_product -->
|
|
|
<th:block th:if="${contentsLoc=='013'}">
|
|
|
<div class="content brand_product">
|