|
|
@@ -69,12 +69,13 @@
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
+ </div>
|
|
|
+ <div class="mdhtml_box bnnoti" th:if="${goodsInfo.goodsTopDesc != null and !goodsInfo.goodsTopDesc.empty }">
|
|
|
<!-- 관리자 에디터입력 내용 노출 상단 html -->
|
|
|
- <th:block th:if="${goodsInfo.goodsTopDesc != null and !goodsInfo.goodsTopDesc.empty }" >
|
|
|
<div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
<th:block th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsTopDesc))}"></th:block>
|
|
|
- </th:block >
|
|
|
-
|
|
|
+ </div>
|
|
|
+ <div class="mdhtml_box" >
|
|
|
<th:block th:if="${goodsInfo.tobeFormYn == 'N' and goodsInfo.goodsDesc != null and !goodsInfo.goodsDesc.empty}" >
|
|
|
<div style="height:4rem"></div><!-- 여백용 html -->
|
|
|
<div id="goodsDescHtml"></div>
|
|
|
@@ -165,7 +166,7 @@
|
|
|
</th:block>
|
|
|
|
|
|
<!-- 관리자 에디터입력 내용 노출 하다단 html -->
|
|
|
- <div class="mdhtml_box" th:if="${goodsInfo.goodsDownDesc != null and !goodsInfo.goodsDownDesc.empty}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsDownDesc))}"></div>
|
|
|
+ <div class="mdhtml_box bnnoti" th:if="${goodsInfo.goodsDownDesc != null and !goodsInfo.goodsDownDesc.empty}" th:utext="${#strings.unescapeJava(#strings.escapeJava(goodsInfo.goodsDownDesc))}"></div>
|
|
|
|
|
|
<!-- 브랜드 노출 -->
|
|
|
<div class="brand_box">
|