Cart

  Product Price Quantity Subtotal
[크레이지아론] 퍼티(소) [크레이지아론] 퍼티(소) Remove 7,800
7,800
[크레이지아론] 퍼티(중) [크레이지아론] 퍼티(중) Remove 12,800
25,600
[포켓몬스터] 체인징 피규어 시리즈 [포켓몬스터] 체인징 피규어 시리즈 Remove 17,800
35,600
[한글용사 아이야] 기초 한글 120 [한글용사 아이야] 기초 한글 120 Remove 20,000
40,000
[하프토이] 아기 동물 세트 [하프토이] 아기 동물 세트 Remove 12,800
25,600
[퍼니퍼티] 자개 [퍼니퍼티] 자개 Remove 7,000
7,000
[한글용사아이야] 뿅망치 스탬프 놀이세트 [한글용사아이야] 뿅망치 스탬프 놀이세트 Remove 16,000
16,000
[퍼니퍼티] 이모지 옐로우 [퍼니퍼티] 이모지 옐로우 Remove 12,800
12,800
[퍼니퍼티] 서프라이즈 매직 [퍼니퍼티] 서프라이즈 매직 Remove 6,000
12,000
[퍼니퍼티] 짱구 파자마 [퍼니퍼티] 짱구 파자마 Remove 12,800
12,800
[하프토이] 숲 디오라마 세트 [하프토이] 숲 디오라마 세트 Remove 19,800
19,800
[퍼니퍼티] 구슬아이스크림 [퍼니퍼티] 구슬아이스크림 Remove 6,000
6,000

장바구니 합계

소계 221,000
배송

배송 옵션은 체크아웃 중에 업데이트됩니다.

총계 221,000
(function($){ // Elementor frontend 초기화 이후 실행 if (window.elementorFrontend) { elementorFrontend.hooks.addAction('frontend/element_ready/global', function(){ function getActivePanelId(){ var $p = $('.elementor-tab-content.elementor-active'); return $p.length ? $p.attr('id') : ''; } function activateTab(id){ $('.e-n-tab-title[aria-controls="'+ id +'"]').trigger('click'); } // 로드 시 해시 유지 var h = location.hash.slice(1); if (h) { activateTab(h); history.replaceState(null, null, '#'+h); } // 탭 클릭 해시 갱신 $(document).on('click', '.e-n-tab-title', function(){ history.replaceState(null, null, '#'+ $(this).attr('aria-controls')); }); // 페이지네이션 가로채기 $(document).on('click', '.kitify-products-pagination a', function(e){ e.preventDefault(); var pid = getActivePanelId(), $a = $(this), href= $a.attr('href').split('?')[0], p = ($a.attr('href').match(/paged=(\d+)/)||[])[1]||1; href += '?paged='+p + (pid?'&tab='+pid:''); $.get(href, function(html){ var $tmp = $('
').html(html); $('.kitify-products-wrapper').html( $tmp.find('.kitify-products-wrapper').html() ); $('.kitify-products-pagination').html( $tmp.find('.kitify-products-pagination').html() ); if (pid) activateTab(pid); }); }); // AJAX 완료 후 탭 재활성화 $(document).ajaxComplete(function(e,x,s){ if (s.url.indexOf('kitify_products')!==-1) { var pid = getActivePanelId(); if (pid) activateTab(pid); } }); }); } })(jQuery);