HOME  
                            
                    
                                {{#if categories}}
                                
                                {{#each categories}}
                                 > 
                                
                                {{/each}}
                                
                                {{/if}}
                            
                        {{ selectedCategoryTit }}
                                {{#if selectedChildCategories}}
                                
                            - 
                                    {{#each selectedChildCategories}}
                                    
- {{label}} ({{productCount}}) {{/each}}
                                {{#if keyword}}
                                총 {{totalCount}}개의 상품이 검색되었습니다.
                                {{else}}
                                {{totalCount}}개의 상품
                                {{/if}}
                                
                                    
                                        
                                            
                                                
                                            
                                        
                                    
                                
                            
                            - 
                                            {{#each productList}}
                                            
- 
                                                {{img listImageUrls '' '' productName 'middle'}} {{#if adult}} 19금 {{/if}} {{#if isSoldOut}} SOLD OUT {{/if}} {{#ifEq saleStatusType 'READY'}}판매임박{{/ifEq}} {{#ifEq saleStatusType 'FINISHED'}}판매종료{{/ifEq}}{{#if brandName}} {{brandName}} {{else}} {{brandNameEn}} {{/if}} {{safeString productName}} {{#if promotionText}} {{promotionText}} {{/if}}{{#ifHasDiscount immediateDiscountAmt additionDiscountAmt}}{{toCurrencyString salePrice}}원{{/ifHasDiscount}} {{toCurrencyString calculatedSalePrice}}원{{#each stickerInfos}} {{#ifEq type 'TEXT'}} {{label}} {{else}} {{img label}} {{/ifEq}} {{/each}}
                                            {{else}}
{{{message}}}
                                            {{/each}}