@@ -55,7 +55,7 @@
</div>
</th:block>
<!-- 착용정보 있을 시 노출 -->
- <th:block th:if="${not #strings.isEmpty(goodsInfo.sizeGb)}">
+ <th:block th:if="${not #strings.isEmpty(goodsInfo.sizeGb) and goodsInfo.reviewRegCnt > 0}">
<div class="average">
<div class="part_average" th:with="scoreSize1=${#numbers.formatDecimal((goodsInfo.scoreSize1*100/goodsInfo.reviewRegCnt), 0,0)}
, scoreSize2=${#numbers.formatDecimal((goodsInfo.scoreSize2*100/goodsInfo.reviewRegCnt), 0,0)}