HOME
{{#if categories}}
{{#each categories}}
{{/each}}
{{/if}}

{{ selectedLabel }}
{{#if selectedChildCategories}}
-
{{#each selectedChildCategories}}
- {{label}} ({{productCount}}) {{/each}}
{{#if keyword}}
{{searchWord}} 검색결과 {{totalCount}}개
{{else}}
상품 {{totalCount}}개
{{/if}}
-
{{#each productList}}
-
{{img listImageUrls 200 200 productName 'middle'}} {{#if adult}} 19금 {{/if}} {{#ifEq isSoldOut true}} SOLD OUT {{/ifEq}} {{#ifEq saleStatusType 'READY'}}판매임박{{/ifEq}} {{#ifEq saleStatusType 'FINISHED'}}판매종료{{/ifEq}} {{#ifGt stockCnt 0}} {{/ifGt}}{{#if brandName}} {{brandName}} {{/if}} {{#if brandName}} {{brandName}} {{else}} {{brandNameEn}} {{/if}} {{safeString productName}} {{#if promotionText}} {{promotionText}} {{/if}} {{#if keywords}}{{keywords}}{{/if}}
-
{{#each stickerInfos}}
{{#ifEq type 'TEXT'}}
{{label}}
{{else}}
- {{img label}} {{/ifEq}} {{/each}}
{{#ifEq categoryChk 689189}} {{else}} {{#if rate}}{{rate}}%{{/if}} {{/ifEq}}{{#ifEq categoryChk 689189}} 월 렌탈가 {{toCurrencyString salePrice}}원~ {{else}} 판매가 {{#ifHasDiscount immediateDiscountAmt additionDiscountAmt}}{{toCurrencyString salePrice}}원{{/ifHasDiscount}} 할인가 {{toCurrencyString calculatedSalePrice}}원 {{/ifEq}}
{{else}}
{{message}}
{{/each}}