[소스 변경 상세 내용]

- PC 개별디자인(상단 / HTML, CSS)

<기존 - HTML>

<th><div class="txt-l"><!--/smart_finder@title/--> <!--/smart_finder@icon/--></div></th>

<변경 - HTML>

<기존 - CSS>

.all-finder-page .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.all-finder-page .finder-body .finder-tbl td { padding: 5px 10px; }

<변경 - CSS>


- PC 개별디자인(상품관련>상품 검색 결과 / HTML, CSS)

<기존 - HTML>

<th><div class="txt-l"><!--/smart_finder@title/--> <!--/smart_finder@icon/--></div></th>

<변경 - HTML>

<기존 - CSS>

.all-finder-page .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.all-finder-page .finder-body .finder-tbl td { padding: 5px 10px; }

<변경 - CSS>


- 모바일 개별디자인(상단 / HTML, CSS, JS)

<기존 - HTML>

<dt><!--/smart_finder@title/--> <!--/smart_finder@icon/--></dt>

<변경 - HTML>

<기존 - CSS>

.all-finder-layer .finder-opt dl dt .fa { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:25px; color:#b2b2b2; }
.all-finder-layer .finder-opt dl dd { display:none; padding:10px 5px 0; border-top:1px solid #e7e7e7; background:#f4f4f4; font-size:0; }

<변경 - CSS>

<기존 - JS>

<변경 - JS>