|
|
@@ -376,56 +376,36 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
+
|
|
|
+ <!-- main_tv -->
|
|
|
+ <th:block th:if="${contentsLoc=='012'}">
|
|
|
+ <div class="content wide main_tv" th:if="${brandMainLayoutData.ContentsList != null}">
|
|
|
+ <div class="cont_head">
|
|
|
+ <p class="displayH t_c" th:text="${contentsTitle}">TBJ`S TV</p>
|
|
|
+ </div>
|
|
|
+ <div class="cont_body">
|
|
|
+ <div class="slide_wrap">
|
|
|
+ <div class="swiper-container post-tv">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:each="item, stat : ${brandMainLayoutData.ContentsList}">
|
|
|
+ <div class="swiper-slide">
|
|
|
+ <div class="movbox">
|
|
|
+ <iframe th:if="${item.strVar1=='Y'}" width="100%" height="100%" th:src="${'https://www.youtube.com/embed/'+item.strVar2+'?rel=0'}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
+ <iframe th:if="${item.strVar1=='M'}" class="pd_mov" th:src="${'http://v.kr.kollus.com/'+item.strVar2+'?enable_initialize_focus=false'}" allowfullscreen></iframe>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-button-prev white"></div><!-- 클래스명 white 추가 -->
|
|
|
+ <div class="swiper-button-next white"></div>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-pagination"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
- <!-- main_tv -->
|
|
|
-<!-- <div class="content wide main_tv">-->
|
|
|
-<!-- <div class="cont_head">-->
|
|
|
-<!-- <p class="displayH t_c">TBJ`S TV</p>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="cont_body">-->
|
|
|
-<!-- <div class="slide_wrap">-->
|
|
|
-<!-- <div class="swiper-container post-tv">-->
|
|
|
-<!-- <div class="swiper-wrapper">-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/hqryeW6scd0?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/J7nowE2iTIM?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/cRiKrFk7FTM?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/hqryeW6scd0?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/J7nowE2iTIM?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-slide">-->
|
|
|
-<!-- <div class="movbox">-->
|
|
|
-<!-- <iframe width="100%" height="100%" src="https://www.youtube.com/embed/cRiKrFk7FTM?rel=0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-button-prev white"></div><!– 클래스명 white 추가 –>-->
|
|
|
-<!-- <div class="swiper-button-next white"></div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="swiper-pagination"></div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
- <!-- //main_tv -->
|
|
|
</div>
|
|
|
</div>
|
|
|
|