Help
RSS
API
Feed
Maltego
Contact
Domain > m.kimmistudio.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-05-25
14.128.157.234
(
ClassC
)
2025-10-05
14.128.157.235
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: openrestyDate: Sun, 05 Oct 2025 12:59:39 GMTContent-Type: text/htmlContent-Length: 166Connection: keep-aliveLocation: https://m.kimmistudio.com/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>openresty/center>/body>/html>
Port 443
HTTP/1.1 200 OKServer: openrestyDate: Sun, 05 Oct 2025 12:59:40 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingVary: Accept-EncodingP3P: CPNOI ADM DEV PSAi COM NAV OUR OTR STP IND DEMExpires: Mon, 26 Jul 1997 05:00:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cachex-cache-valid: YESStrict-Transport-Security: max-age31536000Referrer-Policy: strict-origin-when-cross-originX-Content-Type-Options: nosniffx-hrpcs-signal: 1x-hrpcs-ttl: 300sLast-Modified: Sun, 05 Oct 2025 12:59:40 GMTX-XSS-Protection: 1;modeblockX-HURL: /kimmistudio21view_mobUSagent_pcX-isCacheURL: YESX-ttl: 300.000X-Cache: MISSX-hits: 0X-ANIGIF: Accept-Ranges: bytes !DOCTYPE html>html langko> head>script>(function(i, s, o, g, r) { var a s.createElement(o); var m s.getElementsByTagName(o)0; a.async true; a.src g; a.onload function() { if (ir.init) { ir.init(https://js-error-tracer-api.cafe24.com, eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJraW1taXN0dWRpbzIuY2FmZTI0LmNvbSIsImF1ZCI6ImpzLWVycm9yLXRyYWNlci1hcGkuY2FmZTI0LmNvbSIsIm1hbGxfaWQiOiJraW1taXN0dWRpbzIiLCJzaG9wX25vIjoxLCJwYXRoX3JvbGUiOiJNQUlOIiwibGFuZ3VhZ2VfY29kZSI6ImtvX0tSIiwiY291bnRyeV9jb2RlIjoiS1IiLCJpc195dHMiOmZhbHNlLCJpc19jb250YWluZXIiOmZhbHNlLCJ3b3Jrc3BhY2UiOiJwcm9kdWN0aW9uIn0.C7bS49PU_D271obW5PMSNhM9_jipgB6-GiyTwrZJgqU, {errors:{path:\/api\/v1\/store,collectWindowErrors:true,preventDuplicateReports:true,storageKeyPrefix:EC_JET.MAIN,samplingEnabled:true,samplingRate:0.5},vitals:{path:\/api\/v1\/vitals,samplingEnabled:true,samplingRate:0.3},resources:{path:\/api\/v1\/resources,samplingEnabled:true,samplingRate:0.5,durationThreshold:3000}}); } }; m.parentNode.insertBefore(a, m);}(window, document, script, //assets.poxo.com/jet/jet.js, EC_JET));/script>script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>script typetext/javascript>if (typeof EC_ROUTE undefined) { /** * 프론트용 라우트 플러그인 * @type {{bInit: boolean, init: EC_ROUTE.init}} * CAFE24.ROUTE 참조 */ var EC_ROUTE { EC_DOMAIN_PATH_INFO: EC_DOMAIN_PATH_INFO, bInit: false, aFromList: , aToList: , aCleanFilter: null, init: function () { if (this.bInit || typeof CAFE24.ROUTE undefined) { return; } this.bInit true; this.aCleanFilter /^shop1-90-9*$/, /^(m|p)$/, new RegExp(^( + Object.keys(CAFE24.ROUTE.support_language_list).join(|) + )$), /^skin-(base|skin1-90-9*|mobile0-9*)$/, ; }, isNeedRoute: function () { return CAFE24.ROUTE.is_need_route; }, /** * * @param iShopNo * @param bMobile * @param sFrontLanguage * @param sSkinCode * @returns {*|string} */ getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode) { var oRouteConfig {}; if (typeof iShopNo undefined) { oRouteConfig.shop_no CAFE24.SDE_SHOP_NUM; } else { oRouteConfig.shop_no iShopNo; } if (typeof bMobile undefined) { oRouteConfig.is_mobile false; } else { oRouteConfig.is_mobile bMobile; } if (typeof sFrontLanguage undefined) { oRouteConfig.language_code ; }else { oRouteConfig.language_code sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다. } if (typeof sSkinCode undefined) { oRouteConfig.skin_code ; }else { oRouteConfig.skin_code sSkinCode; } var sDomain ; if (oRouteConfig.shop_no ! CAFE24.SDE_SHOP_NUM) { // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다. sDomain this._getUrlDomainMultishop(oRouteConfig); } else { // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함. sDomain this._getUrlDomain(oRouteConfig); } return sDomain; }, _getUrlDomainMultishop: function (oRouteConfig) { var sDomain ; EC$.ajax({ type: GET, url: /exec/front/Shop/Domain, data: { _shop_no : oRouteConfig.shop_no, is_mobile : oRouteConfig.is_mobile, language_code : oRouteConfig.language_code, skin_code : oRouteConfig.skin_code, }, async: false, dataType: json, cache: true, success: function(oResult) { switch (oResult.code) { case 0000 : sDomain oResult.data; break; default : break; } return false; } }); return sDomain; }, _getUrlDomain: function (oRouteConfig) { oRouteConfig.domain this._getCreateHost(oRouteConfig); return location.protocol + // + oRouteConfig.domain + this._getCreateUri(oRouteConfig); }, _getCreateHost : function (oRouteConfig) { var sHost location.host; var aHost sHost.split(.); if (this.isBaseDomain(sHost)) { if (aHost.length > 3) { aHost0 ; } } else if (oRouteConfig.is_mobile) { if (this.isMobileDomain()) { oRouteConfig.is_mobile false; } } return aHost.filter(Boolean).join(.); }, _getCreateUri: function (oRouteInfo) { var aUrl ; if (this.isBaseDomain() && oRouteInfo.shop_no > 1) { aUrl.push(shop + oRouteInfo.shop_no); } if (oRouteInfo.is_mobile) { aUrl.push(m); } if (oRouteInfo.language_code ! ZZ && oRouteInfo.language_code ! ) { var iIndex Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code); if (iIndex ! -1) { aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)iIndex); } } if (this.isBaseDomain() && oRouteInfo.skin_code ! default && oRouteInfo.skin_code ! ) { aUrl.push(skin- + oRouteInfo.skin_code); } var sUrl /; if (aUrl.length > 0) { sUrl / + aUrl.join(/); sUrl this.rtrim(sUrl, /); } return sUrl; }, /** * en, en-US > en_US */ convertValidLanguageCode: function (sUrlLanguageCode) { if (typeof CAFE24.ROUTE.support_language_listsUrlLanguageCode ! undefined) { return CAFE24.ROUTE.support_language_listsUrlLanguageCode; } return false; }, isMobileDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } var aMatched sHost.match(/^(m|mobile|skin\-mobile|skin\-mobile0-9+\-{2}shop0-9+|skin\-mobile0-9+|mobile\-{2}shop0-9+)\./i); return aMatched ! null; }, isBaseDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) ! -1; }, removePrefixUrl: function (sUrl) { if (this.isNeedRoute()) { sUrl sUrl.replace(this.getPrefixUrl(/), /); // 자동으로 prefix 붙은 영역을 제거해준다. } return sUrl; }, getPrefixUrl: function (sUrl) { if (this.isNeedRoute() false) { return sUrl; } if (sUrl.indexOf(/) ! 0) { return sUrl; } if (sUrl.match(/^\/{2,}/) ! null) { return sUrl; } var iCachedPosition this.aFromList.indexOf(sUrl); if (iCachedPosition > -1) { return this.aToListiCachedPosition; } var bTailSlash (sCleanUrl ! / && sUrl.substr(-1) /); var sCleanUrl this.getCleanUrl(sUrl); var aPrefixPart CAFE24.ROUTE.path.prefix.split(/); var aUrlPart sCleanUrl.split(/); var bMatched true; var sReturnUrl sCleanUrl; if (aUrlPart.length aPrefixPart.length) { bMatched false; } else { for (var i 0; i aPrefixPart.length ; i++) { if (aPrefixParti ! aUrlParti) { bMatched false; break; } } } if (bMatched false) { if (sCleanUrl /) { sReturnUrl CAFE24.ROUTE.path.prefix; } else { sReturnUrl CAFE24.ROUTE.path.prefix + sCleanUrl; } sReturnUrl bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, /) this.aFromList.push(sUrl); this.aToList.push(sReturnUrl); } return sReturnUrl; }, /** * document.location.pathname 이 필요할 경우 사용한다. * @returns {*} */ getPathName: function() { if (typeof CAFE24.ROUTE.path.result undefined) { return document.location.pathname; } return CAFE24.ROUTE.path.result; }, rtrim: function (str, chr) { var rgxtrim (!chr) ? new RegExp(\\s+$) : new RegExp(chr++$); return str.replace(rgxtrim, ); }, getShopNo: function () { return CAFE24.ROUTE.shop_no; }, getSkinCode: function () { return CAFE24.ROUTE.skin_code; }, getLanguageCode: function () { return CAFE24.ROUTE.language_code; }, getMobile: function () { return CAFE24.ROUTE.is_mobile; }, getIsMobile: function () { return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile0-9*$/); }, getCleanUrl: function (sUrl) { if (sUrl /) { return sUrl; } var aUrl sUrl.split(/); aUrl.shift(); if (aUrl.length 1) { return sUrl; } // 현재 4 depth 까지 미리보기 기능이 구현되어있음 var iPos 0; var bFind false; for (var i 0; i aUrl.length ; i++) { bFind false; for (var iSub iPos, iSubCount this.aCleanFilter.length; iSub iSubCount ; iSub++) { if (aUrli.match(this.aCleanFilteriSub) ! null) { bFind true; iPos iSub + 1; aUrl.splice(i, 1); i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨. break; } } if (bFind false) { break; } } return / + aUrl.join(/); }, getIsEasyUrl : function () { return !window.location.pathname.match(/^\w\/\-\.+(php|html|htm)$/i); } }; EC_ROUTE.init();}/script>meta namepath_role contentMAIN />meta nameauthor content(주)키미스튜디오 />meta namedescription content키미스튜디오 />meta namekeywords content(주)키미스튜디오 />meta http-equivContent-Type contenttext/html; charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, minimum-scale1.0, user-scalableyes/> meta nameformat-detection contenttelephoneno/> link hrefhttps://fonts.googleapis.com/css2?familyNanum+Gothic:wght@400;700&familyNoto+Sans+KR:wght@100;300;400;500;700;900&familyNoto+Serif:ital,wght@0,400;0,700;1,400&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familySource+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyLora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&displayswap relstylesheet>link hrefhttps://fonts.googleapis.com/css2?familyIBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&displayswap relstylesheet>link relstylesheet typetext/css hrefhttps://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css>link relstylesheet hrefhttps://cdn.jsdelivr.net/gh/xpressengine/xeicon@2.3.1/xeicon.min.css>link relstylesheet href//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css>script srchttps://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js>/script>script typetext/javascript src/js/aos.js>/script> !---->!---->!--메뉴얼--> link relstylesheet typetext/css href/css/fullpage_design.css> script typetext/javascript src/js/fullpage.js>/script> link relcanonical hrefhttps://kimmistudio.com />meta propertyog:url contenthttps://kimmistudio.com />meta propertyog:title content키미스튜디오 />meta propertyog:description content키미스튜디오 />meta propertyog:site_name content(주)키미스튜디오 />meta propertyog:type contentwebsite />meta namenaver-site-verification content8d027663dae202def335ec94dcd67a5c573a34ed />script typetext/javascript src//wcs.naver.net/wcslog.js>/script>script typetext/javascript>var CAFE24API { instance : , MALL_ID : kimmistudio2, SHOP_NO : 1, init : function (appInfo) { if (typeof appInfo object) { if (appInfo.hasOwnProperty(client_id)) { var appKey appInfo.client_id; } } else { var appKey appInfo; } if (appKey) { if (!this.instanceappKey) { CAFE24API.clientId appKey; if (appInfo.hasOwnProperty(version)) { CAFE24API.version appInfo.version; } else { if (CAFE24API.hasOwnProperty(version)) { delete CAFE24API.version; } } var copyObject CAFE24API.constructor(); for (var attr in CAFE24API) { if (CAFE24API.hasOwnProperty(attr)) { copyObjectattr CAFE24APIattr; } } this.instanceappKey copyObject; } return this.instanceappKey; } }, initializeXhr : function () { try { return new XMLHttpRequest(); } catch (error) { return new window.ActiveXObject(Microsoft.XMLHTTP); } }, fullPath: function (url) { return https://kimmistudio2.cafe24api.com + url; }, getLoginProvider: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {login: CAPP_ASYNC_METHODS.AppCommon.getLoginProvider()}); }, getCustomerProvider: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {login: CAPP_ASYNC_METHODS.AppCommon.getCustomerProvider()}); }, getMemberID: function (callback) { if (!CAPP_ASYNC_METHODS.IS_LOGIN) { callback(null); } else { callback(CAPP_ASYNC_METHODS.AppCommon.getMemberID()); } }, getEncryptedMemberId: function (client_id, callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getEncryptedMemberId(client_id)); }, getMemberInfo: function (callback) { callback({id: CAPP_ASYNC_METHODS.AppCommon.getMemberInfo()}); }, getCustomerIDInfo: function (callback) { if (!CAFE24API.__scopeErr(callback, application)) { return; } callback(null, {id: CAPP_ASYNC_METHODS.AppCommon.getCustomerIDInfo()}); }, getCustomerInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {customer: CAPP_ASYNC_METHODS.AppCommon.getCustomerInfo()}); }, getMileageInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {mileage: CAPP_ASYNC_METHODS.AppCommon.getMileageInfo()}); }, getPointInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {point: CAPP_ASYNC_METHODS.AppCommon.getPointInfo()}); }, getDepositInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {deposit: CAPP_ASYNC_METHODS.AppCommon.getDepositInfo()}); }, getCreditInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, customer)) { return; } callback(null, {credit: CAPP_ASYNC_METHODS.AppCommon.getCreditInfo()}); }, getCartList: function (callback) { if (!CAFE24API.__scopeErr(callback, personal)) { return; } CAPP_ASYNC_METHODS.AppCommon.getCartList().then(function(data){ callback(null, {carts: data}); }); }, getCartInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, personal)) { return; } callback(null, {cart: CAPP_ASYNC_METHODS.AppCommon.getCartInfo()}); }, getCartItemList: function (callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } callback(null, {items: CAPP_ASYNC_METHODS.AppCommon.getCartItemList()}); }, getCartCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, personal)) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getCartCount()); }, getCouponCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, promotion)) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getCouponCount()); }, getWishCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, personal)) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getWishCount()); }, getShopInfo: function (callback) { if (!CAFE24API.__scopeErr(callback, store)) { return; } callback(null, {shop: CAPP_ASYNC_METHODS.AppCommon.getShopInfo()}); }, addCurrentProductToCart: function (mall_id, time, app_key, member_id, hmac, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.addCurrentProductToCart(mall_id, time, app_key, member_id, hmac).then(function(data){ callback(null, {cart: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), {error: {code: 422, message: This sdk is not available on the current page}}); } }); }, precreateOrder: function (mall_id, time, app_key, member_id, hmac, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.precreateOrder(mall_id, time, app_key, member_id, hmac).then(function(data){ callback(null, {order: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), {error: {code: 422, message: This sdk is not available on the current page}}); } }); }, calculatePayment: function (mall_id, request_time, app_key, member_id, request_data_json, hmac, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.calculatePayment(mall_id, request_time, app_key, member_id, request_data_json, hmac).then(function(data){ callback(null, {expected_payment: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), {error: {code: 422, message: This sdk is not available on the current page}}); } }); }, precreateOrderV2: function (mall_id, time, app_key, member_id, request_data_json, hmac, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.precreateOrderV2(mall_id, time, app_key, member_id, request_data_json, hmac).then(function(data){ callback(null, {order: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), {error: {code: 422, message: This sdk is not available on the current page}}); } }); }, getOrderItemList: function (start_date, end_date, order_status, page, count, order_id, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderItemList(start_date, end_date, order_status, page, count, order_id).then(function(data){ callback(null, {items: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }); }, getOrderDetailInfo: function (shop_no, order_id, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderDetailInfo(shop_no, order_id).then(function(data){ callback(null, {orders: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }); }, getClaimableItemList: function (order_id, customer_service_type, callback) { if (!CAFE24API.__scopeErr(callback, order)) { return; } CAPP_ASYNC_METHODS.AppCommon.getClaimableItemList(order_id, customer_service_type).then(function(data){ callback(null, {items: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }); }, emptyCart: function (basket_shipping_type, callback) { if (!CAFE24API.__scopeErr(callback, personal)) { return; } CAPP_ASYNC_METHODS.AppCommon.emptyCart(basket_shipping_type).then(function (data) { callback(null, {result: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }) ; }, deleteCartItems: function (basket_shipping_type, product_list, callback) { if (!CAFE24API.__scopeErr(callback, personal)) { return; } CAPP_ASYNC_METHODS.AppCommon.deleteCartItems(basket_shipping_type, product_list).then(function (data) { callback(null, {result: data}); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }) ; }, addCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, personal)) { return; } CAPP_ASYNC_METHODS.AppCommon.addCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }) }, addBundleProductsCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, personal)) { return; } CAPP_ASYNC_METHODS.AppCommon.addBundleProductsCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error(422), {error: {code: data.code, message: data.message}}); } else { callback(new Error(422), { error: { code: 422, message: This sdk is not available on the current page } }); } }) }, get : function(url, callback) { return CAFE24API.complete(GET, url, this, null, callback); }, post : function(url, params, callback) { return CAFE24API.complete(POST, url, this, params, callback); }, put : function(url, params, callback) { return CAFE24API.complete(PUT, url, this, params, callback); }, delete : function(url, callback) { return CAFE24API.complete(DELETE, url, this, null, callback); }, complete : function(method, url, obj, params, callback) { var xhr CAFE24API.sendXhr(method, url, obj, params, callback); xhr.onreadystatechange function () { if (xhr.readyState XMLHttpRequest.DONE) { if (xhr.status > 200 && xhr.status 208) { callback(null, JSON.parse(xhr.responseText)); } else { callback(new Error(xhr.status), JSON.parse(xhr.responseText)); } } }; }, sendXhr : function (method, url, obj, params, callback) { if (method ! POST) { var url obj.fullPath(url); } var xhr obj.initializeXhr(); var queryVars {}; if (obj.clientId) queryVarscafe24_app_key obj.clientId; if (obj.version) queryVarscafe24_api_version obj.version; if (params null) { var seperator url.indexOf(?) -1 ? ? : &; var queryString ; for (var key in queryVars) { queryString.push(key + + queryVarskey); } if (queryString.length > 0) { url url + seperator + queryString.join(&); } } xhr.open(method, url, true); if (typeof params object && params ! null) { xhr.setRequestHeader(Content-type,application/x-www-form-urlencoded; charsetutf-8); for (var key in queryVars) { paramskey queryVarskey; } params formData + JSON.stringify(params); } xhr.send(params || null); return xhr; }, __sessionErr: function (callback) { callback(new Error(403), {error: {code: 403, message: Failed to get session. Only available when log in.}}); }, __scopeErr: function (callback, scope) { if (typeof CAFE24.APPSCRIPT_SDK_DATA ! undefined && jQuery.inArray(scope, CAFE24.APPSCRIPT_SDK_DATA ) > -1 ) { return true; } callback(new Error(403), {error: {code: 403, message: You do not have the necessary authority(scope) to use the SDK.}}); }, __chkValidSessionScope: function (callback, scope) { if (!CAPP_ASYNC_METHODS.IS_LOGIN) { CAFE24API.__sessionErr(callback); return false; } if (!CAFE24API.__scopeErr(callback, scope)) { return false; } return true; } }; /script>script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.MANIFEST_CACHE_REVISION 2510011432;CAFE24.getDeprecatedNamespace function(sDeprecatedNamespace, sSupersededNamespace) {var sNamespace sSupersededNamespace ? sSupersededNamespace : sDeprecatedNamespace.replace(/^EC_/, );return CAFE24sNamespace;}CAFE24.FRONT_LANGUAGE_CODE ko_KR;CAFE24.MOBILE true;CAFE24.MOBILE_DEVICE false;CAFE24.MOBILE_USE true;var EC_MOBILE CAFE24.MOBILE;var EC_MOBILE_DEVICE CAFE24.MOBILE_DEVICE;var EC_MOBILE_USE CAFE24.MOBILE_USE;CAFE24.SKIN_CODE mobile1;CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA {common_member_id_crypt:};var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA CAFE24.getDeprecatedNamespace(EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA);CAFE24.SDE_SHOP_NUM 1;CAFE24.SHOP {getLanguage : function() { return ko_KR; },getSkinLanguageCode : function() { return ko_KR; },getCurrency : function() { return KRW; },getFlagCode : function() { return KR; },getTimezone: function() { return Asia/Seoul },getDateFormat: function() { return Y-m-d },isMultiShop : function() { return true; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {KR: ko_KR,US: en_US,JP: ja_JP,CN: zh_CN,TW: zh_TW,VN: vi_VN,PH: en_PH}},isLanguageShop : function(sLanguageCode) { return sLanguageCode ko_KR; },getDefaultShopNo : function() { return 1; },getProductVer : function() { return 2; },isSDE : function() { return true; },isMode : function() {return true; },getModeName : function() {return true; },isMobileAdmin : function() {return false; },isNewProMode : function() {return false; },isExperienceMall : function() { return false; },isDcollection : function() {return false; },isYoutubeShops : function() {return false; },getYtShopsShopNo : function() {return 0; },isG2G : function() {return false; },getAdminID : function() {return },getMallID : function() {return kimmistudio2},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) { sPriceTxt String(sPriceTxt);var aCurrencySymbol ,\uc6d0,false;if (typeof CAFE24.SHOP_PRICE ! undefined && isNaN(sPriceTxt.replace(/,/gi, )) false && bIsNumberFormat true) {// bIsNumberFormat 사용하려면 Ui(:libUipackCurrency)->plugin(Currency) 화폐 라이브러리 추가 필요sPriceTxt CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/,/gi, ), true, CAFE24.SDE_SHOP_NUM);}try {var sPlusMinusSign (sPriceTxt.toString()).substr(0, 1);if (sPlusMinusSign - || sPlusMinusSign +) {sPriceTxt (sPriceTxt.toString()).substr(1);return sPlusMinusSign + aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;} else {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}} catch (e) {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}}};CAFE24.CURRENCY_INFO {getOriginReferenceCurrency : function() {return USD},getCurrencyList : function(sCurrencyCode) { var aCurrencyList {JPY:{currency_symbol:¥,decimal_place:0,round_method_type:F},VND:{currency_symbol:₫,decimal_place:0,round_method_type:F},PHP:{currency_symbol:₱,decimal_place:2,round_method_type:R},USD:{currency_symbol:$,decimal_place:2,round_method_type:R},CNY:{currency_symbol:¥,decimal_place:2,round_method_type:R},TWD:{currency_symbol:NT$,decimal_place:0,round_method_type:F},EUR:{currency_symbol:\u20ac,decimal_place:2,round_method_type:R},BRL:{currency_symbol:R$,decimal_place:2,round_method_type:R},AUD:{currency_symbol:A$,decimal_place:2,round_method_type:R},BHD:{currency_symbol:.د.ب,decimal_place:3,round_method_type:R},BDT:{currency_symbol:৳,decimal_place:2,round_method_type:R},GBP:{currency_symbol:£,decimal_place:2,round_method_type:R},CAD:{currency_symbol:C$,decimal_place:2,round_method_type:R},CZK:{currency_symbol:Kč,decimal_place:2,round_method_type:R},DKK:{currency_symbol:kr,decimal_place:2,round_method_type:R},HKD:{currency_symbol:HK$,decimal_place:2,round_method_type:R},HUF:{currency_symbol:Ft,decimal_place:2,round_method_type:R},INR:{currency_symbol:₹,decimal_place:2,round_method_type:R},IDR:{currency_symbol:Rp,decimal_place:0,round_method_type:F},ILS:{currency_symbol:₪,decimal_place:2,round_method_type:R},JOD:{currency_symbol: دينار,decimal_place:3,round_method_type:R},KWD:{currency_symbol:دينار,decimal_place:3,round_method_type:R},MYR:{currency_symbol:RM,decimal_place:2,round_method_type:R},MXN:{currency_symbol:Mex$,decimal_place:2,round_method_type:R},NZD:{currency_symbol:NZ$,decimal_place:2,round_method_type:R},NOK:{currency_symbol:kr,decimal_place:2,round_method_type:R},PKR:{currency_symbol:₨,decimal_place:2,round_method_type:R},PLN:{currency_symbol:z\u0142,decimal_place:2,round_method_type:R},RUB:{currency_symbol:\u0440\u0443\u0431,decimal_place:2,round_method_type:R},SAR:{currency_symbol:﷼,decimal_place:2,round_method_type:R},SGD:{currency_symbol:S$,decimal_place:2,round_method_type:R},ZAR:{currency_symbol:R,decimal_place:2,round_method_type:R},SEK:{currency_symbol:kr,decimal_place:2,round_method_type:R},CHF:{currency_symbol:Fr,decimal_place:2,round_method_type:R},THB:{currency_symbol:฿,decimal_place:2,round_method_type:R},TRY:{currency_symbol:TL,decimal_place:2,round_method_type:R},AED:{currency_symbol:فلس,decimal_place:2,round_method_type:R}}; return aCurrencyListsCurrencyCode },isUseReferenceCurrency : function() {return false }};CAFE24.COMMON_UTIL {convertSslForString : function(sString) { return sString.replace(/http:/gi, );},convertSslForHtml : function(sHtml) { return sHtml.replace(/((?:src|href)\s*\s*)http:(\/\/(?:a-z0-9\-_\.+)\/)/ig, $1$2);},getProtocol : function() { return https; },moveSsl : function() { if (CAFE24.COMMON_UTIL.getProtocol() http) { var oLocation jQuery(window.location); var sUrl https:// + oLocation.attr(host) + oLocation.attr(pathname) + oLocation.attr(search); window.location.replace(sUrl); } },setEcCookie : function(sKey, sValue, iExpire) {var exdate new Date();exdate.setDate(exdate.getDate() + iExpire);var setValue escape(sValue) + ; domain. + CAFE24.GLOBAL_INFO.getBaseDomain() + ; path/;expires + exdate.toUTCString();document.cookie sKey + + setValue;}};CAFE24.SHOP_LIB_INFO {getBankInfo : function() { var oBankInfo ;$.ajax({type: GET,url: /exec/front/Shop/Bankinfo,dataType: json,async: false,success: function(oResponse) {oBankInfo oResponse;}});return oBankInfo; }}; var EC_SDE_SHOP_NUM CAFE24.SDE_SHOP_NUM;var SHOP CAFE24.getDeprecatedNamespace(SHOP);var EC_COMMON_UTIL CAFE24.getDeprecatedNamespace(EC_COMMON_UTIL);var EC_SHOP_LIB_INFO CAFE24.getDeprecatedNamespace(EC_SHOP_LIB_INFO);var EC_CURRENCY_INFO CAFE24.getDeprecatedNamespace(EC_CURRENCY_INFO);CAFE24.ROOT_DOMAIN cafe24.com;CAFE24.API_DOMAIN cafe24api.com;CAFE24.GLOBAL_INFO (function() {var oData {base_domain:kimmistudio2.cafe24.com,root_domain:cafe24.com,api_domain:cafe24api.com,is_global:false,is_global_standard:false,country_code:KR,language_code:ko_KR,admin_language_code:ko_KR,front_language_code:ko_KR};return {getBaseDomain: function() {return oDatabase_domain;},getRootDomain: function() {return oDataroot_domain;},getApiDomain: function() {return oDataapi_domain;},isGlobal: function() {return oDatais_global;},isGlobalStandard: function() {return oDatais_global_standard;},getCountryCode: function() {return oDatacountry_code;},getLanguageCode: function() {return oDatalanguage_code;},getAdminLanguageCode: function() {return oDataadmin_language_code;},getFrontLanguageCode: function() {return oDatafront_language_code;}};})();var EC_ROOT_DOMAIN CAFE24.ROOT_DOMAIN;var EC_API_DOMAIN CAFE24.API_DOMAIN;var EC_TRANSLATE_LOG_STATUS CAFE24.TRANSLATE_LOG_STATUS;var EC_GLOBAL_INFO CAFE24.getDeprecatedNamespace(EC_GLOBAL_INFO);CAFE24.AVAILABLE_LANGUAGE ko_KR,zh_CN,en_US,zh_TW,es_ES,pt_PT,vi_VN,ja_JP,en_PH;CAFE24.AVAILABLE_LANGUAGE_CODES {ko_KR:KOR,zh_CN:CHN,en_US:ENG,zh_TW:TWN,es_ES:ESP,pt_PT:PRT,vi_VN:VNM,ja_JP:JPN,en_PH:PHL};var EC_AVAILABLE_LANGUAGE CAFE24.AVAILABLE_LANGUAGE;var EC_AVAILABLE_LANGUAGE_CODES CAFE24.AVAILABLE_LANGUAGE_CODES;CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES { sClearanceCategoryCode: ,sManualLink: //support.cafe24.com/hc/ko/articles/7739013909529,sHsCodePopupLink: https://www.wcotradetools.org/en/harmonized-system,aCustomRegex: PHL : ^0-9{8}A-Z?$,sCountryCodeData: kor,sEnglishExampleURlForGlobal: ,aReverseAddressCountryCode: VNM,PHL,aSizeGuideCountryAlign: US,UK,EU,KR,JP,CN,aIsSupportTran: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,pt_PT,es_ES};var EC_GLOBAL_PRODUCT_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_PRODUCT_LANGUAGE_CODES);CAFE24.GLOBAL_ORDER_LANGUAGE_CODES {aModifyOrderLanguage: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,VN:vi_VN,PH:en_PH},aUseIdCardKeyCountry: CN,TW,aLanguageWithCountryCode: {zh_CN:CN,CHN,HK,HNK,ja_JP:JP,JPN,zh_TW:TW,TWN,ko_KR:KR,KOR,vi_VN:VN,VNM,en_PH:PH,PHL},aCheckDisplayRequiredIcon: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,aSetReceiverName: {zh_CN:{sCountry:CN,bUseLastName:true},zh_TW:{sCountry:TW,bUseLastName:false},ja_JP:{sCountry:JP,bUseLastName:true}},aSetDeferPaymethodLanguage: {ja_JP:\uc77c\ubcf8,zh_CN:\uc911\uad6d},aUseDeferPaymethod: ja_JP,zh_CN,aCheckShippingCompanyAndPaymethod: ja_JP,zh_CN,aSetDeferPaymethodLanguageForShipping: {ja_JP:\u65e5\u672c,zh_CN:\uc911\uad6d},aCheckStoreByPaymethod: ja_JP,zh_CN,aCheckIsEmailRequiredForJs: en_US,zh_CN,zh_TW,ja_JP,vi_VN,en_PH,aSetIdCardKeyCountryLanguage: {CN:\uc911\uad6d\uc758,TW:\ub300\ub9cc\uc758},aReverseGlobalAddress: en_PH,vi_VN,PHL,VNM,VN,PH,aNoCheckZipCode: KOR,JPN,aNotPostCodeAPICountryList: en_US,es_ES,pt_PT,en_PH,aEnableSearchExchangeAddr: KR,JP,CN,VN,TW,PH,aDuplicatedBaseAddr: TW,JP,aReverseAddressCountryCode: VN,PH,aCheckZipCode: PHL,en_PH,PH};var EC_GLOBAL_ORDER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_ORDER_LANGUAGE_CODES);CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES { sAdminWebEditorLanguageCode: ko ,oNotAvailDecimalPointLanguages: ko_KR,ja_JP,zh_TW,vi_VN,oAddressCountryCode: {KOR:ko_KR,JPN:ja_JP,CHN:zh_CN,TWN:zh_TW,VNM:vi_VN,PHL:en_PH},};var EC_GLOBAL_MEMBER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MEMBER_LANGUAGE_CODES);CAFE24.GLOBAL_BOARD_LANGUAGE_CODES { bUseLegacyBoard: true};var EC_GLOBAL_BOARD_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_BOARD_LANGUAGE_CODES);CAFE24.GLOBAL_MALL_LANGUAGE_CODES {oDesign: {oDesignAddReplaceInfo: {group_id:SKIN.ADD.ADMIN.DESIGNDETAIL,replacement:{KR:KOREAN,US:ENGLISH,JP:JAPANESE,CN:SIMPLIFIED.CHINESE,TW:TRADITIONAL.CHINESE,ES:SPANISH,PT:PORTUGUESE,PH:ENGLISH}},oDesignDetailLanguageCountryMap: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,US:en_US,ES:es_ES,PT:pt_PT,PH:en_PH},oSmartDesignSwitchTipLink: {edibot:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/img_editor_dnd.png,link:\/\/ecsupport.cafe24.com\/board\/free\/list.html?board_actlist&board_no12&category_no9&cate_no9},smart:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/ko_KR\/img_editor_smart.png,link:\/\/sdsupport.cafe24.com}},oSmartDesignDecoShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT,oSmartDesignDecoMultilingual: {list:{ko_KR:KOREAN,en_US:ENGLISH,ja_JP:JAPANESE,zh_CN:SIMPLIFIED.CHINESE,zh_TW:TRADITIONAL.CHINESE,es_ES:SPANISH,pt_PT:PORTUGUESE,vi_VN:VIETNAMESE},group_id:EDITOR.LAYER.EDITING.DECO},aSmartDesignModuleShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT},oStore: {oMultiShopCurrencyInfo: {en_US:{currency:USD},zh_CN:{currency:USD,sub_currency:CNY},ja_JP:{currency:JPY},zh_TW:{currency:TWD},es_ES:{currency:EUR},pt_PT:{currency:EUR},ko_KR:{currency:KRW},vi_VN:{currency:VND},en_PH:{currency:PHP}},oBrowserRedirectLanguage: {ko:{primary:ko_KR,secondary:en_US},en:{detail:{en-ph:{primary:en_PH,secondary:en_US},en-us:{primary:en_US,secondary:es_ES},default:{primary:en_US,secondary:es_ES}}},ja:{primary:ja_JP,secondary:en_US},zh:{detail:{zh-cn:{primary:zh_CN,secondary:en_US},zh-tw:{primary:zh_TW,secondary:zh_CN},default:{primary:en_US,secondary:ko_KR}}},es:{primary:es_ES,secondary:en_US},pt:{primary:pt_PT,secondary:en_US},vi:{primary:vi_VN,secondary:en_US},default:{primary:en_US,secondary:ko_KR}},aChangeableLanguages: en_US,ja_JP,ko_KR,aNoZipCodeLanguage: ko_KR,ja_JP},oMobile: {sSmartWebAppFaqUrl: https://support.cafe24.com/hc/ko/articles/8466586607641,sAmpFaqUrl: https://ecsupport.cafe24.com/board/free/read.html?no1864&board_no5&category_no13&cate_no13&category_no13&category_no13,},oPromotion: {bQrCodeAvailable: true,bSnsMarketingAvailable: true},oShippingReverseAddressLanguage: vi_VN,en_PH ,oGlobalStandardSwitchHelpCodeLink: {SH.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/SH.DS.html},PR.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PR.DS.html},OR.SM.BO:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/OR.SM.BO.html},DE.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/DE.DS.html},MB.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/MB.DS.html},PM.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PM.DS.html}},getAdminMainLocaleLanguage: function(sSkinLocaleCode) {var oLocaleData ;var locale ;var shopLangName ;if (sSkinLocaleCode US) {locale en_US;shopLangName ENGLISH;} else if (sSkinLocaleCode JP) {locale ja_JP;shopLangName JAPANESE;} else if (sSkinLocaleCode CN) {locale zh_CN;shopLangName SIMPLIFIED.CHINESE;} else if (sSkinLocaleCode TW) {locale zh_TW;shopLangName TRADITIONAL.CHINESE;} else if (sSkinLocaleCode ES) {locale es_ES;shopLangName SPANISH;} else if (sSkinLocaleCode PT) {locale pt_PT;shopLangName PORTUGUESE;} else if (sSkinLocaleCode VN) {locale vi_VN;shopLangName VIETNAMESE;} else if(sSkinLocaleCode PH) {locale en_PH;shopLangName ENGLISH.PH;}oLocaleDatalocale locale;oLocaleDatashopLangName shopLangName;return oLocaleData;}};var EC_GLOBAL_MALL_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MALL_LANGUAGE_CODES);CAFE24.GLOBAL_DATETIME_INFO {oConstants: {STANDARD_DATE_REGEX:\/(12\\d{3}-(01-9|10-2)-(01-9|12\\d|301))\/,IN_ZONE:inZone,OUT_ZONE:outZone,IN_FORMAT:inFormat,OUT_FORMAT:outFormat,IN_DATE_FORMAT:inDateFormat,IN_TIME_FORMAT:inTimeFormat,OUT_DATE_FORMAT:outDateFormat,OUT_TIME_FORMAT:outTimeFormat,IN_FORMAT_DATE_ONLY:1,IN_FORMAT_TIME_ONLY:2,IN_FORMAT_ALL:3,OUT_FORMAT_DATE_ONLY:1,OUT_FORMAT_TIME_ONLY:2,OUT_FORMAT_ALL:3,DATE_ONLY:YYYY-MM-DD,TIME_ONLY:HH:mm:ss,FULL_TIME:YYYY-MM-DD HH:mm:ss,ISO_8601:YYYY-MM-DDTHH:mm:ssZ,YEAR_ONLY:YYYY,MONTH_ONLY:MM,DAY_ONLY:DD,WEEK_ONLY:e,TIME_H_I_ONLY:HH:mm,TIME_HOUR_ONLY:HH,TIME_MINUTE_ONLY:mm,POSTGRE_FULL_TIME:YYYY-MM-DD HH24:MI:SS,POSTGRE_TIME_ONLY: HH24:MI:SS,MICRO_SECOND_ONLY:u,SEOUL:Asia\/Seoul,TOKYO:Asia\/Tokyo,SHANGHAI:Asia\/Shanghai,TAIPEI:Asia\/Taipei,HANOI:Asia\/Bangkok,LOS_ANGELES:America\/Los_Angeles,LISBON:Europe\/Lisbon,MADRID:Europe\/Madrid,SINGAPORE:Asia\/Singapore,UTC:Etc\/UTC,MAX_DATETIME:9999-12-31 23:59:59},oOptions: {inZone:Asia\/Seoul,inFormat:YYYY-MM-DD HH:mm:ss,inDateFormat:YYYY-MM-DD,inTimeFormat:HH:mm:ss,outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss},oPolicies: {shop:{outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss}},sOverrideTimezone: ,sMomentNamespace: EC_GLOBAL_MOMENT};CAFE24.FRONT_JS_CONFIG_MANAGE {sSmartBannerScriptUrl:https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs1563164396689206,sMallId:kimmistudio2,sDefaultAppDomain:https:\/\/app4you.cafe24.com,sWebLogOffFlag:F,cdnUrl:https:\/\/cafe24.poxo.com\/ec01\/kimmistudio2\/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx\/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz\/ryMgA\/_};var EC_FRONT_JS_CONFIG_MANAGE CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MANAGE);CAFE24.FRONT_JS_CONFIG_MEMBER {sAuthUrl:https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?actionauth};var EC_FRONT_JS_CONFIG_MEMBER CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MEMBER);CAFE24.FRONT_JS_CONFIG_SHOP {search_period:,calendar_config:{maxDate:2027-10-05,locale:ko},aProductPurchaseInfo_500:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_498:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_482:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_322:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_425:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true}};var EC_FRONT_JS_CONFIG_SHOP CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_SHOP);typeof window.CAFE24 undefined && (window.CAFE24 {});CAFE24.FRONTEND {FW_MANIFEST_CACHE_REVISION:2510011432,IS_WEB_VIEW:F};CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>link relstylesheet typetext/css href/ind-script/optimizer.php?filenamenY1BCkIxDAX3pVvPERU9gTcQPEBa87X8NClpCnp7xZUbQbp9vJmBu1aC3d6gmd4MKxh1HZYJcu-wmIpD1lpV4nvYwD9_yqErDy8qIeljEhzus1HGJ9kc6piYJlFtgYtQSCjys88lwaU0zCucv30nZJIrGhziMW5hYfRW8vrRvAA&typecss&k3572cbbdf8913438f1d2bd7f51c552f63984d500&t1726130154 />link relstylesheet typetext/css href/ind-script/optimizer_user.php?filenametdU7UsQwDAbgntByDg8cgY6CihMothKLlS1PJPO4PV5eDR0rd44980mj-TUJWQoGjEtXPDScqBRS64nkLrS-MsUlW-GgCZeESnsNRVZivA1RdZxTZwwM79ItgBnWdA-14nE9nm_C__VvcgWl-FkqSilS3dmvC3cW49X4wKtO0-gGO1UwnFYgI7d53R8jOnHe4NduNiEuv7y8TbPHw4T9-dENVp6XmU04TcxMeqibXOqfSX2lNoZcyD8im1TzaJEK7OgBgagH87wy1BP6r6wyJXzE2j263ETs8u35-28rnY00S3vK1BrV3aNEk9abB2TSFjcsIySfESrCEbOHdNCeXbbqhbQDn6UP&typecss&k1cb8ab823aaee74e2df350e5abe4a1374526b944&t1706249102&userT />style typetext/css>/style>title>키미스튜디오/title>/head> body idmain classmain-body> div classxans-element- xans-popup xans-popup-multipopup >!-- $banner_popup_no 10 ※ 노출시킬 팝업의 ID를 숫자로 넣어주세요. --> /div> div classxans-element- xans-popup xans-popup-multipopup >!-- $banner_popup_no 9 ※ 노출시킬 배너의 ID를 숫자로 넣어주세요. --> /div> div idwrap> aside idaside classxans-element- xans-layout xans-layout-slidepackage >div classloginState> ul classxans-element- xans-layout xans-layout-statelogoff >li>a href/member/login.html>LOGIN/a>/li>li>a href/member/agreement.html>JOIN/a>/li>li classxans-element- xans-layout xans-layout-orderbasketcount >a href/order/basket.html>CART 0/a>/li>li>a href/myshop/order/list.html>ORDER/a>/li>/ul> /div>div idslideCateList classcategoryCont> div>a href/shopinfo/company.html>BRAND/a>/div> ul styledisplay:block; classxans-element- xans-layout xans-layout-category categoryList>li idcate117 classxans-record-> a href#none classcate cate?cate_no117>SHOP/a> a href/category/shop/117/ classview>상품보기/a> /li>li idcate154 classxans-record-> a href#none classcate cate?cate_no154>FINE JEWELRY/a> a href/category/fine-jewelry/154/ classview>상품보기/a> /li>li idcate151 classxans-record-> a href#none classcate cate?cate_no151>KI MMI SELECTION/a> a href/category/ki-mmi-selection/151/ classview>상품보기/a> /li>/ul> div>a href/collection/collection.html?cate_no23>COLLECTION/a>/div> h2>COMMUNITYbutton typebutton classicoCategory>펼침/button>/h2> ul styledisplay:none; classxans-element- xans-layout xans-layout-boardinfo categoryList>li classxans-record->a href/board/notice/1/>NOTICE/a> /li>li classxans-record->a href/board/review/4/>REVIEW/a> /li>li classxans-record->a href/board/qa/6/>Q&A/a> /li>/ul> /div>div classmult-shop> a hrefhttps://kimmistudio.com/>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/skin-skin4/image/ko_KR_53x36.png>KRW(₩)/a>!----->a hrefhttps://en.kimmistudio.com/>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/skin-skin4/image/en_US_53x36.png>USD($)/a>!-----> /div>a href#none classbtnClose>i classxi-close-thin>/i>/a>/aside> div idcontainer> div idmain-popup classmain-popup styledisplay:none;> div idtop_popup> div classswiper-container> div classswiper-wrapper> div classswiper-slide>a href#>fagotting and wooden bead trim./a>/div>div classswiper-slide>a href#>back for a premium feel./a>/div>div classswiper-slide>a href#>pant for al summer occasions./a>/div> /div> /div>/div> div classpopup-bottom> a hrefjavascript:closePopupNotToday()>i classxi-check-min>/i>/a> a hrefjavascript:closeMainPopup();>i classxi-close-thin>/i>/a> /div>/div> div idmain-header>div idheader> div classheader-inner> div classheader-left>a href#none classfold>i classxi-bars>/i>/a>/div> div>!-- ※ 샘플 사이트 기준 ※ 로고 이미지 사이즈 : 가로 382px / 세로 172px ( 여백 포함 사이즈 )-->h1>a href/index.html>img src/web/upload/logo.svg>/a>/h1>/div> div classheader-right> ul> li classsearch-btn>i classxi-search>/i>/li> li>a href/order/basket.html classxans-element- xans-layout xans-layout-orderbasketcount >i classxi-market>/i>span>(0)/span>/a>/li> /ul> /div> /div>/div>div idsearch-inner> h2>Search/h2> div classsearch-close>i classxi-close-thin>/i>/div> form idsearchBarForm name action/product/search.html methodget target_self enctypemultipart/form-data >input idbanner_action namebanner_action value typehidden />div classxans-element- xans-layout xans-layout-searchheader >!-- $product_page/product/detail.html $category_page/product/list.html -->fieldset> legend>검색/legend> input idkeyword namekeyword fw-filter fw-label검색어 fw-msg classinputTypeText placeholder onmousedownSEARCH_BANNER.clickSearchForm(this) value typetext />i classxi-search onclickSEARCH_BANNER.submitSearchBanner(this); return false;>/i>/fieldset>/div>/form> div idsearch-word classxans-element- xans-search xans-search-hotkeyword>h2>인기검색어/h2>ul> li classxans-record->a href/product/search.html?keyword%EC%83%81%EC%A0%90%EA%B4%80%EB%A6%AC+%3E+%EC%9A%B4%EC%98%81%EA%B4%80%EB%A6%AC+%3E+%EC%83%81%ED%92%88%EA%B2%80%EC%83%89+%EC%84%A4%EC%A0%95+%3E+%EC%9D%B8%EA%B8%B0%EA%B2%80%EC%83%89%EC%96%B4+%EC%84%A4%EC%A0%95&sort_method>span>#/span> 상점관리 > 운영관리 > 상품검색 설정 > 인기검색어 설정/a>/li> /ul>/div>/div>div idsearch-bg>/div>script> $(.search-btn).click(function() { $(#search-inner).addClass(open); $(#search-bg).addClass(open); }); $(.search-close, #search-bg).click(function(){ $(#search-inner).removeClass(open); $(#search-bg).removeClass(open); });/script>/div> div idcontents> div idmain-visual> div classswiper-container> div classswiper-wrapper> !-- ※ 샘플 사이트 기준 ※ 가로 1800px / 세로 1299px ( 이미지 모두 동일한 사이즈로 업로드 ) ※ 표준 이미지 사이즈 ※ 가로 1100px / 세로 1900px ( 이미지 모두 동일한 사이즈로 업로드 )-->div classswiper-slide stylebackground-image:url(/web/upload/category/editor/2023/05/14/2d7d62d7db7497621e4b1ae9c2976c50.jpg)>a href/product/list.html?cate_no42>/a>/div>div classswiper-slide stylebackground-image:url(/web/upload/category/editor/2023/05/14/34e438a31b488a244e7e44a6282bbfc3.jpg)>a href/product/list.html?cate_no42>/a>/div>div classswiper-slide stylebackground-image:url(/web/upload/category/editor/2023/05/14/99075e0d4d1256b9f63e337b28f7078d.jpg)>a href/product/list.html?cate_no42>/a>/div> /div> !-- Add Pagination --> div classswiper-pagination>/div> /div>/div>div moduellayout_logincheck> !-- $url /member/login.html ※ 로그인 후, 이동할 페이지 url을 지정할 수 있는 변수 -->/div>div classxans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product typeThumb>!-- $count 8 ※ 상품진열갯수를 설정하는 변수입니다. 설정하지 않을 경우, 최대 200개의 상품이 진열 됩니다. ※ 진열된 상품이 많으면, 쇼핑몰에 부하가 발생할 수 있습니다. $moreview yes $cache yes-->ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/6차-ki-mmi-pumps-4color7cm-9cm/500/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202510/222bc2d13dc56dd5ce34a3fac3476214.jpg ideListPrdImage500_2 alt6차 KI MMI Pumps (4color)(7cm / 9cm)>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202510/96d1268f60b066b1557a7c38613d1ded.jpg id alt6차 KI MMI Pumps (4color)(7cm / 9cm) classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno500 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor > div classxans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1>span stylebackground-color:#6B0000; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#6B0000; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#B58C66; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#B58C66; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#171D40; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#171D40; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#000000; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#000000; color_no displayGroup2 classchips xans-record->/span>/div> /div> strong classname >a href/product/6차-ki-mmi-pumps-4color7cm-9cm/500/category/1/display/2/?icidMAIN.product_listmain_1>6차 KI MMI Pumps (4color)(7cm / 9cm)/a>/strong> ul classspec> li classprice custom >strike>KRW 275,000/strike>/li> li classprice >KRW 238,000 span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >🤍NEW COLOR🤍br>오픈 10.02 (목) 7 : 00 PM br>배송 10.27 (월) 순차배송시작/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/inoui-editions×키미스튜디오jorgen-scarf/499/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202510/215cb60c89c576c1f154ef1e4a177da9.jpg ideListPrdImage499_2 altINOUI EDITIONS×키미스튜디오JORGEN SCARF>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202510/18cd8a8e0f7020edd5ae0865abca54cf.jpg id altINOUI EDITIONS×키미스튜디오JORGEN SCARF classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno499 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor displaynone> /div> strong classname >a href/product/inoui-editions×키미스튜디오jorgen-scarf/499/category/1/display/2/?icidMAIN.product_listmain_1>INOUI EDITIONS×키미스튜디오JORGEN SCARF/a>/strong> ul classspec> li classprice custom displaynone>strike>KRW 0/strike>/li> li classprice displaynone > span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >🏷️이누이에디션 기획전 키미10%할인br>오픈 10.02 (목) 10:00AMbr>배송 2시이전 주문건 바로배송br>선물패키지 제공/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/ico_product_soldout.gif classicon_img alt품절 /> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/ki-mmi-madenew-satin-pants-3-color/498/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202509/17bd16a7b5bda0e94945c927e39a90ad.jpg ideListPrdImage498_2 altKI MMI MADENEW Satin Pants (3 color)>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202509/2995694659028c757ba6a8a90a4716e9.jpg id altKI MMI MADENEW Satin Pants (3 color) classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno498 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor > div classxans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1>span stylebackground-color:#633A1E; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#BADBD8; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#E3D3B3; color_no displayGroup2 classchips xans-record->/span>/div> /div> strong classname >a href/product/ki-mmi-madenew-satin-pants-3-color/498/category/1/display/2/?icidMAIN.product_listmain_1>KI MMI MADENEW Satin Pants (3 color)/a>/strong> ul classspec> li classprice custom >strike>KRW 135,000/strike>/li> li classprice >KRW 135,000 span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >오픈 09.29 (월) 10 : 00 AMbr>배송 10/10 (금) 순차배송시작br>무료배송/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/ki-mmi-made-스카프블라우스크림페일블루/482/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202508/21c42fd2e01328e0fa8b94ce972a39e9.jpg ideListPrdImage482_2 altKI MMI MADE 스카프블라우스(크림/페일블루)>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202508/b39366d1bf37bf176887f0abdcb03b8d.jpg id altKI MMI MADE 스카프블라우스(크림/페일블루) classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno482 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor > div classxans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1>span stylebackground-color:#FCFBD6; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#C7D6DB; color_no displayGroup2 classchips xans-record->/span>/div> /div> strong classname >a href/product/ki-mmi-made-스카프블라우스크림페일블루/482/category/1/display/2/?icidMAIN.product_listmain_1>KI MMI MADE 스카프블라우스(크림/페일블루)/a>/strong> ul classspec> li classprice custom displaynone>strike>KRW 0/strike>/li> li classprice >KRW 153,000 span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >2시 이전 주문건 바로배송br>무료배송/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/ki-mmi-classic-short-long-14k-담수진주네크리스-aaa급/322/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202404/c92c4180eb02713f1844c0af788d57dc.jpg ideListPrdImage322_2 altKI MMI Classic (short / long) 14K 담수진주네크리스 (AAA+급)>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202404/22008858b676ceb378f6b840a1700325.jpg id altKI MMI Classic (short / long) 14K 담수진주네크리스 (AAA+급) classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno322 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor displaynone> /div> strong classname >a href/product/ki-mmi-classic-short-long-14k-담수진주네크리스-aaa급/322/category/1/display/2/?icidMAIN.product_listmain_1>KI MMI Classic (short / long) 14K 담수진주네크리스 (AAA+급)/a>/strong> ul classspec> li classprice custom displaynone>strike>KRW 0/strike>/li> li classprice >KRW 660,000 span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >2시 이전 주문건 바로 배송/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/2차-디어모먼트링/425/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202504/87576d5201d1c810c8b77f1f2739d6d6.jpg ideListPrdImage425_2 alt2차 디어모먼트링>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202504/de21c0cba73d706f7b32677893200caa.jpg id alt2차 디어모먼트링 classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno425 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor displaynone> /div> strong classname >a href/product/2차-디어모먼트링/425/category/1/display/2/?icidMAIN.product_listmain_1>2차 디어모먼트링/a>/strong> ul classspec> li classprice custom displaynone>strike>KRW 0/strike>/li> li classprice >KRW 108,000 span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >2시 이전 주문건 바로배송/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon> /li> /ul> /div>/li>li classxans-record-> div classthumbnail> a href/product/soft-sulrem-035-4colorclassic-knit/403/category/1/display/2/?icidMAIN.product_listmain_1>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/medium/202502/9d66e63d0276bd54b8954b2078d9298c.jpg ideListPrdImage403_2 altSoft Sulrem #035 (4color)Classic knit>img src//cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/product/small/202502/083f328860a5bdb46fb5973472961b7a.jpg id altSoft Sulrem #035 (4color)Classic knit classpr-over>/a> div classwish>img srchttps://cafe24.poxo.com/ec01/kimmistudio2/HOvhRhvOk+Cp2KY4JuusAjGMKkwirTBVz60gyfvPSORv7JHx/fm1sBrhKkE1ttPBaaJjpDD1yd3EP3pz/ryMgA/_/web/upload/icon_202208111459056600.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno403 categoryno1 icon_statusoff login_statusF individual-setF />/div> /div> div classdescription> div classcolor > div classxans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1>span stylebackground-color:#0FAFFA; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#FFC56E; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#A8D2FF; color_no displayGroup2 classchips xans-record->/span>span stylebackground-color:#E0B279; color_no displayGroup2 classchips xans-record->/span>/div> /div> strong classname >a href/product/soft-sulrem-035-4colorclassic-knit/403/category/1/display/2/?icidMAIN.product_listmain_1>Soft Sulrem #035 (4color)Classic knit/a>/strong> ul classspec> li classprice custom displaynone>strike>KRW 0/strike>/li> li classprice displaynone > span classdisplaynone>/span>span idspan_product_price_text>span idspan_product_tax_type_text style> /span>/span>/li> li classprice sale displaynone>/li> li classprice sale displaynone>/li> li classsimple displaynone>/li> li classsummary >2시 이전 주문건 바로배송/li> li classprice displaynone> div classdiscountPeriod displaynone> a href#none classbtnNormal>할인기간/a> div classlayerDiscountPeriod> div classinner> strong classtitle>할인기간/strong> p classtimeleft>/p> ul> li>span>할인금액/span>/li> li>span>할인기간/span> ~br>/li> /ul> a href#none classbtnClose>닫기/a> /div> /div> /div> /li> li classicon>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/ico_product_soldout.gif classicon_img alt품절 /> /li> /ul> /div>/li> /ul>/div>div classxans-element- xans-product xans-product-listmore-1 xans-product-listmore xans-product-1 ec-base-paginate typeMoreview>a href#none onclicktry { $M.displayMore(1, 2, 0, 8, 0, true, S0000000, false, ); } catch(e) { return false; } classbtnMore> MORE ( span idmore_current_page_2 class> 1 /span> / span idmore_total_page_2 class>9/span> ) span classicoMore>/span> /a>/div> /div> /div> div idfooter classxans-element- xans-layout xans-layout-footer >div classfooter-inner> div classfooter-left> div classfooter-category> ul> li classcate-shop>a href/product/list_thumb.html?cate_no42>/a>/li> li classcate-coll>a href/collection/collection.html?cate_no23>/a>/li> li classcate-about>a href/shopinfo/company.html>/a>/li> /ul> /div> div classfooter-menu> ul> li>a href/shopinfo/guide.html>쇼핑몰 가이드/a>/li> li>a href/member/mall_agreement.html>이용약관/a>/li> li>a href/member/privacy.html>strong>개인정보처리방침/strong>/a>/li> /ul> /div> /div> div classfooter-right> div classaddress> span classb_company none>Company. (주)키미스튜디오 /span>span classb_owner>Owner. 김미희/span>br> span classb_business_license none>Business License. 594-86-02429/span>br> span classb_online_license none>Online License. 제2022-서울성동-00685호/span>br> span classb_addresse none>Address. 04779 18, Seongsuil-ro 1-gil, Seongdong-gu, Seoul, Republic of Korea /span>br> span classb_cpo none>CPO. KIM MIHEE/span> span classb_e_mail>E-mail. a hrefmailto:kimmistudio@kimmistudio.com>kimmistudio@kimmistudio.com/a>/span>br> span classnone>strong classdelivery_title>/strong> strong classb_return>/strong> a href# classb_return_link target_balnk>/a>/span> div classfooter-cs> div>span classb_phone>Tel. 070-8064-3567/span>br>span classb_time>/span>span classb_lunch>/span>/div> div>span classb_bank1>/span>span classb_bank2>/span>span classb_bank3>/span>span classb_holder>/span>/div> /div> div classcopyright>Copyright © (주)키미스튜디오. All Rights Reserved./div> /div> /div> div classfooter-sns> ul> li>a href# target_balnk classb_instagram>i classxi-instagram>/i>/a>/li> li>a href# target_balnk classb_youtube>i classxi-youtube-play>/i>/a>/li> li>a href# target_balnk classb_facebook>i classxi-facebook>/i>/a>/li> li>a href# target_balnk classb_blog>i>B/i>/a>/li> li>a href# target_balnk classb_kakaotalk>i classxi-kakaotalk>/i>/a>/li> li>a href# target_balnk classb_linetalk>i classxi-message>/i>/a>/li> /ul> /div> /div>/div>div idright-inner> ul classright-arrow> li>i classxi-arrow-up>/i>/li> !--li>i classxi-arrow-down>/i>/li>--> /ul>/div>div idprogressPaybar styledisplay:none;> div idprogressPaybarBackground classlayerProgress>/div> div idprogressPaybarView> p classgraph>현재 결제가 진행중입니다./p> p classtxt> 본 결제 창은 결제완료 후 자동으로 닫히며, br> 결제 진행 중에 본 결제 창을 닫으시면br> 주문이 되지 않으니 br> 결제 완료 될 때 까지 닫지 마시기 바랍니다. /p> /div>/div>div classxans-element- xans-layout xans-layout-multishopshipping ec-base-layer typeModal >h1>WORLD SHIPPING/h1>div classwrap worldshipLayer> p classdesc>PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :/p> div classselect> select classxans-element- xans-layout xans-layout-multishopshippingcountrylist>option valueUS selectedselected classxans-record->SHIPPING TO : 미국(U.S.A)/option>option valueGB classxans-record->SHIPPING TO : 영국(UNITED KINGDOM)/option>option valueCN classxans-record->SHIPPING TO : 중국(CHINA(PEOPLES REP))/option>option valueJP classxans-record->SHIPPING TO : 일본(JAPAN)/option>option valueFR classxans-record->SHIPPING TO : 프랑스(FRANCE)/option>/select> /div> div classselect> select classxans-element- xans-layout xans-layout-multishopshippinglanguagelist>option valuem.kimmistudio.com selectedselected classxans-record->LANGUAGE : 한국어/option>option valuem.en.kimmistudio.com classxans-record->LANGUAGE : English/option>/select> /div> /div>div classec-base-button gFull> a href#none classbtnSubmit>GO/a> /div>a href#none classbtnClose>닫기/a>/div>div classxans-element- xans-mobilequick xans-mobilequick-display > /div> /div> span itemscope itemtypehttps://schema.org/Organization>link itempropurl hrefhttps://kimmistudio.com>/span>script typetext/javascript src/app/Eclog/js/cid.generate.js?vs847048902164f86ab03eb4a069bf8769&ukimmistudio2.1>/script>script> (function (i, s, o, g) { var a s.createElement(o), m s.getElementsByTagName(o)0; var initialized false; var interval null; function safeInit() { if (initialized) return; if (typeof i.initCaWebAnalytics function) { try { i.initCaWebAnalytics({mid:kimmistudio2,stype:e,domain:,shop_no:1,lang:ko_KR,mobile_flag:T,send_endpoint:https://ca-log.cafe24data.com,path_role:MAIN}); initialized true; } finally { if (interval) clearInterval(interval); a.onload a.onreadystatechange a.onerror null; } } } a.onload a.onreadystatechange function () { if (!a.readyState || a.readyState loaded || a.readyState complete) { safeInit(); } }; a.onerror function () { if (interval) { clearInterval(interval); interval null; } a.onload a.onreadystatechange a.onerror null; }; interval setInterval(safeInit, 200); setTimeout(function () { if (interval) { clearInterval(interval); interval null; } }, 10000); safeInit(); a.async 1; a.setAttribute(crossorigin, anonymous); a.src g; m.parentNode.insertBefore(a, m); })(window, document, script, //optimizer.poxo.com/ca2/analytics.js);/script> script> try { // Account ID 적용 if (!wcs_add) var wcs_add {}; wcs_addwa s_59afa85055c; // 네이버 페이 White list가 있을 경우 wcs.checkoutWhitelist kimmistudio2.cafe24.com, www.kimmistudio2.cafe24.com, m.kimmistudio2.cafe24.com, kimmistudio.com, www.kimmistudio.com, m.kimmistudio.com; // 레퍼러 wcs.setReferer(); // 유입 추적 함수 호출 wcs.inflow(kimmistudio.com); // 로그수집 wcs_do(); } catch (e) {}; /script> script typetext/javascript src/ind-script/i18n.php?v2510011432&langko_KR&domainfront&type charsetutf-8>/script>script src/ind-script/optimizer.php?filenamezVnJVuM4FN2Dt_0dhp5Ob0koujkFDYdQxfpZfk6ENbUGguvr-9kOVaTBkxzO6UUcD7pXT9J9g-x0oyWmpz_btLAgcattmVp0OliG6aNL-ekfKnl0P6V97QI3wMr08Z-Attr9_ZL8npxMROKzR6tAuN2NhGldcpzLEqyIGkKCLClUNBQEBxeHpqde2_8M3Fi9Jvze8uTg0XNqIKmV8imy6-bkgfvN_bdz8JBIribwCJ4RCu_pfBjljOXKFyPoNQu1WRfayqVW3moh0A7jbkVwZ8YsLM_XI-wJnovhVoXVzUwdOS0IodWR1-ZIcIVHGSg1xq6WgmkptRrb-hkUuZMibRqLfnwvDc6jNILW5X0QGJNe64wLTO9e4Vv7emalAyd1HuiW23IzrcMiKFZPaN0uD8wnslPEYxl6jCCppl9a73lNIeBbJTTkk0AyeKj7vckc2qeuxekAGy2qgovR0suxgCB8PQVOgvWLd1Q3Pcpla96A_h8xN6cAohzNqJvLhOC4Ws9lkeghr8NhpxpXG232lvWiWazPUIJOy_p4y59R9MWiHppl44tfel2xA3qOWVhPRt1hgRYVw2Ww9X91azmLsJuCzlrb6oo73w1eaLD5HpruJll9d3KPDsGyzSQH9FAU1dtEN6gSI8KaU3R9olRN4tD2RS3fb0Ql8be0tRxV7t7SE4MhH8GP62GDwuCHj2MDKheTY9iEDigmc1rjD-On-O0PNk1CM6DEVurhjPDDgimCXxK9ysGmvya_JSdpQaWB4ayMJBGnJ6rT2B5PXTWeWj-gnNmkzxfKyVR_47b-3bZZ_8bUZCsUyHwU1W55H11XeTYB_44kxg_oRqgyCvtS_2ylS2gvwEo6gg9xhrTzmX569hYaq5rr5nKlRa6DPzRtXLIZIL2UsD446Tl3VFlXnCrsA1JfEt2KyhaBrYp5pBB7DbdEvABX4sGX7yKo_E3RNZ_2Qc7S73eyZc_GazKVOoxNC67ygxCdx1Sp7xF9bVNLp_S60sKuXkwddXVsuh15FJ7tro4L2vqDn2vJoWhCTCG-n6T6K-JRFGfxgeEHyarJDjEcV7zEdGH1lvL3EtgG41lmeOQr_G5Ek2l2ONopeeAiXYS6GKWbUkfP7x0-cdx6EOXudKmD6rHsGhQlpz2yLWZCr4dLwI2XVDV57jm64dZLWxmvP2M1yRZwlWLtMRonUWZoo-E3NkfLJs7ha4I21c1nMP21ySiOQaUOsJCaaN83ZyzXXGBvOTSAP0ejHY_v_4G7TX8IHEHAJjvVawaqf3AG_K6Bl1jR5i6fyXKvKVQsZ42m8Y94WaLCgs91jSuoZtjwp4U8XpBnwWtK7Zw1NBSat_G-EYTnt9oEE--ggXZdEi05-hOfszDXVZ3gdvFinkL2qGb5XqO1v3j9kak6gGp3TPeQHYSn3jzNH15bDFyqQseLQACXkAmcYZEBv7Fa4PHAm54R5lx1ftXoAJuILNVm-WOqXLiaBHTbhEH3Z70a9Wn3Vn7_k09Tc9Fjxyw3fiK6fqOentW1nEHWfF0roC-7v0uyF4aMWY78rmd18HjBn6nlvw&typejs&k595e895e8fe1bb46e64f95ecf65d89900902fbf9&t1758587957 >/script>script src/ind-script/optimizer_user.php?filenamerZPRjQIxDEQLCL_UYUErVJBNrI0hjq045kT3tyBRgfm33ozeyNCEEbAkN5wGD2ImW15JrqC-dSqpLe5gFVNFo30Ay0YdL3A3sD9SnCemcbrbGUKsba44pGGuOFPJC3eZrzjQhsUhxQqOdYiKS8rjEadU7PTEsJ6eX-Lr6GRUPq46HUeMw-MVWap3_Eaw90XWRG-NVGns8QAVdY1jlmj6EepJ5rn_eJMizPL-zn8&typejs&k00593f551454393258281e85061748bc19080380&t1693888943&userT >/script>script typetext/javascript>var sIsFrontDesignChangeRequired F;var sYtshopping F;var sIsYoutubeShops F;var sIsValidChRef F;var sChRef ;if (sIsValidChRef T) {sessionStorage.setItem(ch_ref, sChRef);}// ch_ref 존재 여부 체크CAFE24.hasChRef function() {if (sIsValidChRef T && sessionStorage.getItem(ch_ref)) {return true;}return false;}// ch_ref 데이터 조회CAFE24.getChRefData function() {if (sIsValidChRef T) {return sessionStorage.getItem(ch_ref);}}// 프론트 디자인 변경이 필요한지 여부 반환CAFE24.checkChannelUI function() {if ((sIsFrontDesignChangeRequired T && sessionStorage.getItem(ch_ref)) || sIsYoutubeShops T) {return true;} else {return false;}}// 파라미터에 ch_ref 추가CAFE24.attachChRef function(sUrl) {if (sUrl) {var sChRef CAFE24.getChRefData();if (sChRef) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + ch_ref + sChRef;}}return sUrl;}var sIsCheckout F;var sCheckoutToken ;if (sIsCheckout T) {sessionStorage.setItem(checkoutToken, sCheckoutToken);} else {sessionStorage.removeItem(checkoutToken);}CAFE24.getCheckoutToken function() {if (sIsCheckout T) {return sessionStorage.getItem(checkoutToken);}}CAFE24.attachCheckoutParam function(sUrl) {if (sUrl) {var sCheckoutToken CAFE24.getCheckoutToken();if (sCheckoutToken) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + checkoutToken + sCheckoutToken;}}return sUrl;}CAFE24.MOBILE_WEB true; var mobileWeb CAFE24.MOBILE_WEB;try {var isUseLoginKeepingSubmit false;// isSeqNoKeyExpiretimefunction isSeqNoKeyExpiretime(iExpiretime){var sDate new Date();var iNow Math.floor(sDate.getTime() / 1000);// 유효시간 확인if (iExpiretime > iNow) {return false;}return true;}function isUseLoginKeeping(){// 디바이스 확인if (EC_MOBILE_DEVICE false) {return;}// 로그인 여부var isLogin document.cookie.match(/(?:^| |;)iscacheF/) ? true : falseif (isLogin) {return;}var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);var iSeqnoExpiretime;var iSeqNoKey;if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);// 유효시간, key 값 확인if (iSeqnoExpiretime null || iSeqNoKey null) {return;}} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;if (isNaN(iSeqNoKey) true || isNaN(iSeqnoExpiretime) true) {return;}}if (isSeqNoKeyExpiretime(iSeqnoExpiretime) false) {return;}useLoginKeepingSubmit();}function findGetParamValue(paramKey){var result null,tmp ;location.search.substr(1).split(&).forEach(function (item) {tmp item.split();if (tmp0 paramKey) result decodeURIComponent(tmp1);});return result;}function useLoginKeepingSubmit(){var iSeqnoExpiretime;var iSeqNoKey;var sUseLoginKeepingIp;var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;sUseLoginKeepingIp oLoginKeepingInfo.use_login_keeping_ip;}var oForm document.createElement(form);oForm.method post;oForm.action /exec/front/member/LoginKeeping;document.body.appendChild(oForm);var oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key;oSeqNoObj.type hidden;oSeqNoObj.value iSeqNoKey;oForm.appendChild(oSeqNoObj);oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key_expiretime;oSeqNoObj.type hidden;oSeqNoObj.value iSeqnoExpiretime;oForm.appendChild(oSeqNoObj);var returnUrl findGetParamValue(returnUrl);if (returnUrl || returnUrl null) {returnUrl location.pathname + location.search;}oSeqNoObj document.createElement(input);oSeqNoObj.name returnUrl;oSeqNoObj.type hidden;oSeqNoObj.value returnUrl;oForm.appendChild(oSeqNoObj);if (sUseLoginKeepingIp ! undefined) {oSeqNoObj document.createElement(input);oSeqNoObj.name use_login_keeping_ip;oSeqNoObj.type hidden;oSeqNoObj.value sUseLoginKeepingIp;oForm.appendChild(oSeqNoObj);}oForm.submit();isUseLoginKeepingSubmit true;}isUseLoginKeeping();} catch(e) {}var bUseElastic false;var sSearchBannerUseFlag F;CAFE24.FRONT_XANS_TEMPLATE.setTemplate(xans-product-listmain-1, div class\xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product typeThumb\>\n!--\n $count 8\n \u203b \uc0c1\ud488\uc9c4\uc5f4\uac2f\uc218\ub97c \uc124\uc815\ud558\ub294 \ubcc0\uc218\uc785\ub2c8\ub2e4. \uc124\uc815\ud558\uc9c0 \uc54a\uc744 \uacbd\uc6b0, \ucd5c\ub300 200\uac1c\uc758 \uc0c1\ud488\uc774 \uc9c4\uc5f4 \ub429\ub2c8\ub2e4.\n \u203b \uc9c4\uc5f4\ub41c \uc0c1\ud488\uc774 \ub9ce\uc73c\uba74, \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n $moreview yes\n $cache yes\n-->\nul class\prdList grid2\>\n !--$-->!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ id\{$image_medium_id}\ alt\{$seo_alt_tag}\>img src\{$image_small}\ id\{$image_small_id}\ alt\{$seo_alt_tag}\ class\pr-over\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-1 xans-product-imagestyle xans-product-1\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n div class\wish\>{$list_wish_icon}\/div>\n \/div>\n div class\description\>\n div class\color {$colorchip_display|display}\>\n !--#-->div class\xans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1\>\n!--$-->!--@-->span class\chips\ style\background-color:{$color};\ {$color_image}>\/span>\n!--@-->span class\chips\ style\background-color:{$color};\ {$color_image}>\/span>!--$-->\n\/div>\n!--#-->\n \/div>\n strong class\name {$product_name_display|display}\>a href\{$link_product_detail}\>{$product_name}\/a>\/strong>\n ul class\spec\>\n li class\price custom {$product_sale_strike|replace:strike mPriceStrike,displaynone,} {$product_custom|display}\>strike>{$disp_product_custom}\/strike>\/li>\n li class\price {$product_price_display|display} {$product_sale_strike}\>{$disp_product_price} span class\{$product_price_ref_display|display}\>{$txt_product_price_ref}\/span>span id\span_product_price_text\>{$product_tax_type_text}\/span>\n\/li>\n li class\price sale {$product_sale_display|display}\>{$product_sale_price}\/li>\n li class\price sale {$optimum_discount_price_display|display}\>{$optimum_discount_price}\/li>\n li class\simple {$simple_desc|display}\>{$simple_desc}\/li>\n li class\summary {$summary_desc|display}\>{$summary_desc}\/li> \n li class\price {$product_promotion_display|display}\>\n div class\discountPeriod {$product_promotion_display|display}\>\n a href\#none\ class\btnNormal\>\ud560\uc778\uae30\uac04\/a>\n div class\layerDiscountPeriod\>\n div class\inner\>\n strong class\title\>\ud560\uc778\uae30\uac04\/strong>\n p class\timeleft\>{$product_promotion_date}\/p>\n ul>\n li>\nspan>\ud560\uc778\uae08\uc561\/span>{$product_promotion_dc_price}\/li>\n li>\nspan>\ud560\uc778\uae30\uac04\/span>{$product_promotion_start_date} ~br>{$product_promotion_end_date}\/li>\n \/ul>\n a href\#none\ class\btnClose\>\ub2eb\uae30\/a>\n \/div>\n \/div>\n \/div>\n \/li>\n li class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/li>\n \/ul>\n \/div>\n\/li>\n!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ id\{$image_medium_id}\ alt\{$seo_alt_tag}\>img src\{$image_small}\ id\{$image_small_id}\ alt\{$seo_alt_tag}\ class\pr-over\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-1 xans-product-imagestyle xans-product-1\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n div class\wish\>{$list_wish_icon}\/div>\n \/div>\n div class\description\>\n div class\color {$colorchip_display|display}\>\n !--#-->div class\xans-element- xans-product xans-product-colorchip-1 xans-product-colorchip xans-product-1\>\n!--$-->!--@-->span class\chips\ style\background-color:{$color};\ {$color_image}>\/span>\n!--@-->span class\chips\ style\background-color:{$color};\ {$color_image}>\/span>!--$-->\n\/div>\n!--#-->\n \/div>\n strong class\name {$product_name_display|display}\>a href\{$link_product_detail}\>{$product_name}\/a>\/strong>\n ul class\spec\>\n li class\price custom {$product_sale_strike|replace:strike mPriceStrike,displaynone,} {$product_custom|display}\>strike>{$disp_product_custom}\/strike>\/li>\n li class\price {$product_price_display|display} {$product_sale_strike}\>{$disp_product_price} span class\{$product_price_ref_display|display}\>{$txt_product_price_ref}\/span>span id\span_product_price_text\>{$product_tax_type_text}\/span>\n\/li>\n li class\price sale {$product_sale_display|display}\>{$product_sale_price}\/li>\n li class\price sale {$optimum_discount_price_display|display}\>{$optimum_discount_price}\/li>\n li class\simple {$simple_desc|display}\>{$simple_desc}\/li>\n li class\summary {$summary_desc|display}\>{$summary_desc}\/li> \n li class\price {$product_promotion_display|display}\>\n div class\discountPeriod {$product_promotion_display|display}\>\n a href\#none\ class\btnNormal\>\ud560\uc778\uae30\uac04\/a>\n div class\layerDiscountPeriod\>\n div class\inner\>\n strong class\title\>\ud560\uc778\uae30\uac04\/strong>\n p class\timeleft\>{$product_promotion_date}\/p>\n ul>\n li>\nspan>\ud560\uc778\uae08\uc561\/span>{$product_promotion_dc_price}\/li>\n li>\nspan>\ud560\uc778\uae30\uac04\/span>{$product_promotion_start_date} ~br>{$product_promotion_end_date}\/li>\n \/ul>\n a href\#none\ class\btnClose\>\ub2eb\uae30\/a>\n \/div>\n \/div>\n \/div>\n \/li>\n li class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/li>\n \/ul>\n \/div>\n\/li>\n!--$-->\n \/ul>\n\/div>\n);if (typeof($M) ! undefined) {$M.sModule xans-product-listmain;$M.iCount 0;$M.iCategoryNo 0;$M.iSortMethod 0;$M.init();}CAFE24.SHOP_CURRENCY_INFO {1:{aShopCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},aShopSubCurrencyInfo:null,aBaseCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},fExchangeRate:1,fExchangeSubRate:null,aFrontCurrencyFormat:{head:KRW ,tail:},aFrontSubCurrencyFormat:{head: ,tail:}}}; var SHOP_CURRENCY_INFO CAFE24.SHOP_CURRENCY_INFO;if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({bIsUseLikeProduct:false,bIsUseLikeCategory:false});}if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT ! undefined) {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk F;}var basket_result /product/add_basket.html;var basket_option /product/basket_option.html;try { $M.setDisplayPageMore(1, 2, 0, 8, 0, true, S0000000, false, ); } catch(e) {}EC$(window).on(unload, function() { try { sessionStorage.removeItem(sStorageDetail); } catch (e) {} });var EC_SHOP_MULTISHOP_SHIPPING {bMultishopShipping:false,bMultishopShippingCountrySelection:false,bMultishopShippingLanguageSelection:false};var aLogData {log_server1:eclog2-225.cafe24.com,log_server2:elg-db-svcm-263.cafe24.com,mid:kimmistudio2,stype:e,domain:,shop_no:1,lang:ko_KR,ver:2,hash:,ca:cfa-js.cafe24.com\/cfa.js,etc:,mobile_flag:T};var sMileageName 적립금;var sMileageUnit :PRICE:원;var sDepositName 예치금;var sDepositUnit 원;; (function() {var setPcVersionCookie function() {$.ajax({url: /exec/front/manage/ajaxcookie,async: false});};if (typeof window.isPCver function) {var isPCverOld window.isPCver;window.isPCver function() {setPcVersionCookie();isPCverOld();};}}());CAFE24.APPSCRIPT_ASSIGN_DATA CAFE24.APPSCRIPT_ASSIGN_DATA || {src:https://app4you.cafe24.com/SmartPopup/tunnel/scriptTags?vs20250707201731.1&client_idAyPifbe9TEq8i4fmvfUgaZ, integrity: sha384-j+WLOriOo0/sb+Ho5fn6lGPknv0cW+wMxOLlx8qpy01ShkkynynGNJQ53niqAdze},{src:https://calendar-app.cafe24.com/openapi/inject.js?vs20241008155933.1&client_idA8RQp67UIt9nBlqvThz2jC};CAFE24.APPSCRIPT_SDK_DATA CAFE24.APPSCRIPT_SDK_DATA || application,category,order,product,store,collection,customer,mileage,privacy,promotion,shipping,supply,notification,community,design;var EC_APPSCRIPT_ASSIGN_DATA CAFE24.getDeprecatedNamespace(EC_APPSCRIPT_ASSIGN_DATA);var EC_APPSCRIPT_SDK_DATA CAFE24.getDeprecatedNamespace(EC_APPSCRIPT_SDK_DATA);/script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]