[소스 변경 상세 내용]

파란색으로 표기된 소스를 같은 위치에 추가해주시기 바랍니다.

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

<div class="<!--/smart_finder@class_name/-->">
    <!--/loop_smart_finder@items(20)/-->
     <!--/smart_finder@items@name/-->
    <!--/end_loop/-->
   </div>
  </td>
 </tr>
<!--/if_smart_finder@is_category/-->
 <tr class="finder-child-category">
  <th><div class='txt-l'></div></th>
  <td><div class='finder-category2'></div></td>
 </tr>
 <!--/end_if/-->
<!--/end_loop/-->

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

.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body tr.finder-child-category {display:none;}
.all-finder-layer .finder-body tr.finder-child-category th,
.all-finder-layer .finder-body tr.finder-child-category td { border-top:none; }
.all-finder-layer .finder-body tr.finder-child-category td { background:#fbfbfb; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow: unset; }
.all-finder-layer .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; }

.all-finder-layer .finder-body .finder-color { padding-left:10px; }

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

      <div class="<!--/smart_finder@class_name/-->">
    <!--/loop_smart_finder@items(20)/-->
     <!--/smart_finder@items@name/-->
    <!--/end_loop/-->
   </div>
  </td>
 </tr>
 <!--/if_smart_finder@is_category/-->
 <tr class="finder-child-category">
  <th><div class='txt-l'></div></th>
  <td><div class='finder-category2'></div></td>
 </tr>
 <!--/end_if/-->
<!--/end_loop/-->

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

.all-finder-page .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-page .finder-body tr.finder-child-category {display:none;}
.all-finder-page .finder-body tr.finder-child-category th,
.all-finder-page .finder-body tr.finder-child-category td { border-top:none; }
.all-finder-page .finder-body tr.finder-child-category td { background:#fbfbfb; }
.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; vertical-align:top; word-break:break-all; color:#9a9a9a; }
.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2 .fa-check { display:none; }
.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on { font-weight:bold; color:#000; border:0; border-radius:0; box-shadow: unset; }
.all-finder-page .finder-body tr.finder-child-category td .finder-category2 .finder-cate2.on .fa-check { display:inline-block; margin-right:3px; }

.all-finder-page .finder-body .finder-color { padding-left:10px; }

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

 <dd style="<!--/smart_finder@style/-->">
  <div class="<!--/smart_finder@class_name/-->">
   <!--/loop_smart_finder@items(20)/-->
    <!--/smart_finder@items@name/-->
   <!--/end_loop/-->
  </div>
 </dd>
 <!--/if_smart_finder@is_category/-->
 <dd class="finder-child-category">
  <div class="mobile-select-category"></div>
  <div class="finder-category2"></div>
 </dd>
 <!--/end_if/-->

<!--/end_loop/-->

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

.all-finder-layer .finder-opt .finder-price .finder-price-input label .txt-input { display: inline-block; width: 84%; height: 32px; line-height: 32px; padding: 0; border: none; background: none; color: #000; outline:none; text-align:right; }
.all-finder-layer .finder-opt .finder-child-category { padding:0; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category { padding:15px; margin-bottom:9px; border-bottom:1px solid #e7e7e7; font-size:14px; font-weight:bold; color:#9a9a9a; background:#fff; word-break:break-all; letter-spacing:-1px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .pd-2px { padding:0 2px; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fc-black { color:#000; }
.all-finder-layer .finder-opt .finder-child-category .mobile-select-category .fa { margin-left:2px; color:#000; }

.all-finder-layer .finder-btn-c { z-index:1; position:fixed; bottom:0; left:0; width:100%; height:55px; text-align: center; font-size:0; }