Help
RSS
API
Feed
Maltego
Contact
Domain > kipling.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-04-08
175.125.93.130
(
ClassC
)
2025-12-09
183.111.232.73
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: openrestyDate: Tue, 09 Dec 2025 19:07:25 GMTContent-Type: text/htmlContent-Length: 166Connection: keep-aliveLocation: https://kipling.co.kr/ 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: Tue, 09 Dec 2025 19:07:26 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: Tue, 09 Dec 2025 19:07:26 GMTX-XSS-Protection: 1;modeblockX-HURL: /kiplingkorea1view_pcUSagent_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.eyJpc3MiOiJraXBsaW5na29yZWEuY2FmZTI0LmNvbSIsImF1ZCI6ImpzLWVycm9yLXRyYWNlci1hcGkuY2FmZTI0LmNvbSIsIm1hbGxfaWQiOiJraXBsaW5na29yZWEiLCJzaG9wX25vIjoxLCJwYXRoX3JvbGUiOiJNQUlOIiwibGFuZ3VhZ2VfY29kZSI6ImtvX0tSIiwiY291bnRyeV9jb2RlIjoiS1IiLCJpc195dHMiOmZhbHNlLCJpc19jb250YWluZXIiOmZhbHNlLCJ3b3Jrc3BhY2UiOiJwcm9kdWN0aW9uIn0.SC6VFUw8H8CYOZMFj-RSn2eRg2MeNtVMNJnwICzsMwQ, {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 contentKIPLING 공식 온라인스토어 I 가벼운 여행가방과 캐리어는 키플링 />meta namekeywords content키플링 />meta http-equivContent-Type contenttext/html; charsetutf-8> meta nameviewport contentwidthdevice-width; initial-scale1; maximum-scale3; minimum-scale1; user-scalableno; classvv idpinch_zoom/> meta http-equivX-UA-Compatible contentIEedge> !-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --> style> /*웹 상단 카테고리 폰트크기*/ #m_header a , #m_header span {font-size:15px;} /*웹 상품목록 좌측 폰트크기*/ .sub_category > ul > li a {font-size:13px;} @media only screen and (max-width: 1024px) { /*모바일 상품목록 선택된 카테고리 속성 배경색과 폰트컬러를 변경해서 사용 하실 수 있습니다*/ .sub_category ul li.selected{background-color:#000;} .sub_category ul li.selected a{color:#fff;} } /style> link relpreconnect hrefhttps://fonts.googleapis.com>link relpreconnect hrefhttps://fonts.gstatic.com crossorigin>link hrefhttps://fonts.googleapis.com/css2?familyNoto+Sans+KR:wght@300;500&displayswap relstylesheet> style> :root { --marquee-height : 40px; --header-height : 90px; --layout-padding:40px; --header-margin:30px; --brand-color:#000; --font-weight-medium : 300; --font-weight-bold : 500; } @media only screen and (max-width: 1024px) { :root{ --marquee-height : 30px; --header-height : 55px; --layout-padding:10px; } } h1,h2,h3,h4,h5{font-weight:500!important;} body,html{ font-family: Noto Sans KR , sans-serif; font-size:11px; font-weight:300; color:#000; } textarea , input {font-family: Noto Sans KR , sans-serif;} /style> !-- ##### https://last-design.com - 맞춤제작 한국어 ##### ##### 문의사항은 이메일 또는 게시판으로 부탁 드립니다 - bhs01311@naver.com ##### ##### https://last-design.com/board/product/list.html?board_no6 ##### --> style> .slick-slider{ touch-action: auto!important; } /*swiper slide*/ .swiper-slide , .swiper-slide a{line-height:0;} .swiper-slide a:hover{text-decoration:none;} .swiper-container{position:relative;} /*페이징 막대기 형식*/ .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {left:auto; right:auto; bottom:auto; height:3px; border-radius:0; margin:50px auto; max-width:750px; width:90%; position:relative!important; clear:both;} .swiper-scrollbar-drag {background-color:#000;} /*페이징 동그란 버튼 형식*/ .swiper-pagination {bottom:30px!important;} .swiper-pagination-bullet {width: 10px; height: 10px; background: #aaa; border-radius: 50%; opacity: 1; padding:3px;} .swiper-pagination-bullet-active {background: #000!important; } .swiper{margin:0;} .swiper-slide img {width:100%;} /*swiper button*/ .swiper_left_button , .swiper_right_button {position:absolute; top:50%; transform:translateY(-50%); z-index:3; font-size:35px; padding:10px; cursor:pointer;} .swiper_left_button {left:0;} .swiper_right_button {right:0;} .slide_popup_wrap_outer iframe{width:100%; height:calc(100% - 70px); border:0; padding:0; margin:0;} #kakao_chat {position:fixed; left:20px; bottom:20px; width:80px; z-index:9; padding:10px; background-color:#f9e000; border-radius:100px;} #kakao_chat img{width:100%;} @media only screen and (max-width: 1024px) { .swiper-slide {width:calc(100% - 100px);} #kakao_chat {width:65px;} } /style> !-- Google Tag Manager -->script>(function(w,d,s,l,i){wlwl||;wl.push({gtm.start:new Date().getTime(),event:gtm.js});var fd.getElementsByTagName(s)0,jd.createElement(s),dll!dataLayer?&l+l:;j.asynctrue;j.srchttps://www.googletagmanager.com/gtm.js?id+i+dl;f.parentNode.insertBefore(j,f);})(window,document,script,dataLayer,GTM-T8TW28QG);/script>!-- End Google Tag Manager -->link relcanonical hrefhttps://kipling.co.kr />meta propertyog:url contenthttps://kipling.co.kr />meta propertyog:title content키플링 />meta propertyog:description contentKIPLING 공식 온라인스토어 I 가벼운 여행가방과 캐리어는 키플링 />meta propertyog:site_name content키플링 />meta propertyog:type contentwebsite />meta propertyog:image contenthttps://kipling.co.kr/web/upload/share-image-1-fc5a232a3369d3e8f450787c2e47ce5c.jpg />meta namegoogle-site-verification contentHFIHgvEki1Z3mkKYExtlpF7o1ih7HTNT_NZ30rbFeD0 />meta namenaver-site-verification content0471212a363bc14ab0c54460f30e88089d17d17e />link relshortcut icon href/web/upload/favicon-e935e9d9fe08d5490dbd4a5ebe6e5eb6.ico />script typetext/javascript src//wcs.naver.net/wcslog.js>/script>script typetext/javascript>var CAFE24API { instance : , MALL_ID : kiplingkorea, 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://kiplingkorea.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 2512101443;CAFE24.getDeprecatedNamespace function(sDeprecatedNamespace, sSupersededNamespace) {var sNamespace sSupersededNamespace ? sSupersededNamespace : sDeprecatedNamespace.replace(/^EC_/, );return CAFE24sNamespace;}CAFE24.FRONT_LANGUAGE_CODE ko_KR;CAFE24.MOBILE false;CAFE24.MOBILE_DEVICE false;CAFE24.MOBILE_USE false;var EC_MOBILE CAFE24.MOBILE;var EC_MOBILE_DEVICE CAFE24.MOBILE_DEVICE;var EC_MOBILE_USE CAFE24.MOBILE_USE;CAFE24.SKIN_CODE skin2;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 false; },getModeName : function() {return false; },isMobileAdmin : function() {return false; },isNewProMode : function() {return true; },isExperienceMall : function() { return false; },isDcollection : function() {return false; },isYoutubeShops : function() {return false; },getYtShopsShopNo : function() {return 0; },isFrontDesignChangeRequired : function() {return false;},isG2G : function() {return false; },getAdminID : function() {return },getMallID : function() {return kiplingkorea},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:kiplingkorea.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:kiplingkorea,sDefaultAppDomain:https:\/\/app4you.cafe24.com,sWebLogOffFlag:F,cdnUrl:https:\/\/cafe24.poxo.com\/ec01\/kiplingkorea\/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw\/_};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-12-10,locale:ko},aProductPurchaseInfo_3931:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3512:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_1040:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3553:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3256:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3262:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3261:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3255:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3754:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3552:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3824:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3279:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3518:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3392:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3257:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3823:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3271:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_3907:{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.BOARD {config_8:{board_no:8,use_block:F,use_report:F}};CAFE24.FRONTEND {FW_MANIFEST_CACHE_REVISION:2512101443,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//img.echosting.cafe24.com/editors/froala/css/froala_style_ec.min.css?vs2512101443 charsetutf-8/>link relstylesheet typetext/css href/ind-script/optimizer.php?filenamenZKxDQIxDEX7KC1zGBAsABsgMYDjMxCdE0dOToLtOSqgOAnSPvm93xhumhg2W4NiejVMYFx1MmKgWuFimhuQpqTZz2AFv9wzuaoytajZBb13ilNrvaOCD7Y-tWEQ7lS1OImZXcCcF_clBjjHgjTC6bN3ROE8oMHO7_0aLoKtRBqXMlgKHBRt-K7M2IcX9kGUxl7ZuKi1_-z3lzwB&typecss&k180ea7d06ac06d42f6c8c3e2f844b8c8624af294&t1726130154 />link relstylesheet typetext/css href/ind-script/optimizer_user.php?filenametdY7bsMwDAbgPe7acxDoKdqlS0-gB2MTpkRBpND49jECtCjQMeImydDnfyBtwiYFAdMyFLvCTo2prrt0DNBGZErLZoVBMy4ZldYKulN9Aw6HDIMYlBIkVSiB6su5eIVpZNx0YVKbzCYpRVyyPg4nwy5oGmpSFk1dmCfbel7cj_loRg9zsQ3LbBnT5dzgZZAT3MJKNZhX7g25eSXvkkcyJz0Os-mt_YvLzUk-H2B3si1EL1mEjZpfbvaq76twdqvv_FGvMlm_IaXpda3f1J4tu8ef_-xoRihYInZgWZ8dBP6ih27SQHrG_n6OAtKPT3F5RcSKVzKX5F_29Lf6v_wzcN0B&typecss&k961d48c481c48989330dc69e74694f2dfe50aaf3&t1715586991&userT />style typetext/css>/style>title>키플링/title>/head> body idlayout> !-- Uneedcomms Keepgrow Script -->div styledisplay:none !important>/div> script idkg-service-init data-hostingcafe24 data-envmobile src//storage.keepgrow.com/admin/keepgrow-service/keepgrow-service_8000e521-2d2e-4c30-aacc-01c6eb5cbe71.js>/script>!-- Uneedcomms Keepgrow Script --> div idloading>/div> div idkakao_chat>a hrefhttps://pf.kakao.com/_kYFxdK target_blank>img srchttps://leenos.godohosting.com/KIPLING/kakaotalk_icon(PC).jpg>/a>/div> !--slide 팝업--> div classslide_popup_wrap_outer> div classslide_popup_wrap> div classslide_popup> div classslide_popup_close_button_wrap> button classslide_popup_close_button xi-close-thin>/button> /div> div classslide_popup_contents login_popup_wrap> style> .login_tab{padding-bottom:20px;} .login_tab ul {display:flex;} .login_tab ul li a, .login_tab ul li {cursor:pointer; font-size:15px; margin-right:20px; color:#aaa;} .login_tab ul li.active{color:#000;} .join_coupon{padding:20px 0;} .join_coupon img{width:100%;} .login_contents{display:none;} .login_contents.active{display:block;}/style>!--div idtitleArea> h2>로그인/h2>/div>-->div classlogin_tab> ul> li classactive>로그인/li> li>a href/myshop/order/list.html target_parent>비회원 주문조회/a>/li> /ul> /div>div classlogin_contents active> form idmember_form_2406761375 name action/exec/front/Member/login/ methodpost target_self enctypemultipart/form-data >input idreturnUrl namereturnUrl value/ typehidden />input idforbidIpUrl nameforbidIpUrl value/ typehidden />input idcertificationUrl namecertificationUrl value/intro/adult_certification.html typehidden />input idsIsSnsCheckid namesIsSnsCheckid value typehidden />input idsProvider namesProvider value typehidden />input idch_ref namech_ref value typehidden />input idcheckoutToken namecheckoutToken value typehidden />div idmember_login_module_id classxans-element- xans-member xans-member-login >!--$defaultReturnUrl /index.html-->!--주문조회-->div classloginWrap> fieldset> div classformBox> div classform>span title아이디 또는 이메일>input idmember_id namemember_id fw-filterisFill fw-label아이디 fw-msg classinputTypeText placeholder value typetext />/span> input idmember_passwd namemember_passwd fw-filterisFill&isMin4&isMax16 fw-label패스워드 fw-msg autocompleteoff value typepassword /> /div> div classoption> span classauto>/span> span classsave>input idcheck_save_id0 namecheck_save_id fw-filter fw-label아이디저장 fw-msg valueT typecheckbox />label forcheck_save_id0 >아이디 저장/label>/span> span classssl>img src//img.echosting.cafe24.com/skin/mobile_ko_KR/member/ico_ssl.png alt보안접속>em>보안접속/em>/span> span classsetIpSecurity> span classdisplaynone>IP보안/span> /span> /div> div classloginUtil> a href/member/id/find_id.html classbtnLogin>아이디찾기/a> span>//span> a href/member/passwd/find_passwd_info.html classbtnLogin>비밀번호찾기/a> /div> div classec-base-button gColumn> button typebutton classbtnSubmit onclickMemberAction.login(member_form_2406761375); return false;>로그인/button> a href/member/agreement.html classbtnEm>회원가입/a> /div> div classec-base-button gFull> a href onclick classbtnEm displaynone>비회원 구매/a> /div> div classec-base-button gFull> a href#none classbtnEm onclickMemberAction.snsLogin(naver, %2F)>span>네이버 로그인/span>/a> a href#none classbtnEm displaynone onclick>span>Facebook으로 로그인/span>/a> a href#none classbtnEm displaynone onclick>span>구글 로그인/span>/a> a href#none classbtnEm onclickMemberAction.kakaosyncLogin(437755fc4d73ba6983763991b98713c2)>span>카카오로 시작하기/span>/a> a href#none classbtnEm displaynone onclick>span>LINE 로그인/span>/a> a href#none classbtnEm displaynone onclick>span>Apple로 로그인/span>/a> a href#none classbtnEm displaynone onclick>span>Yahoo! JAPAN ID로 로그인/span>/a> /div> div classjoin_coupon> !--pc.ver 팝업 이미지 입니다--> img srchttps://file.cafe24cos.com/popup-admin-live/kiplingkorea/0f7220b7-4cfb-41aa-d2f3-a05b23a46080.jpeg classonly_pc> !--mobile.ver 팝업 이미지 입니다--> img srchttps://file.cafe24cos.com/popup-admin-live/kiplingkorea/0f7220b7-4cfb-41aa-d2f3-a05b23a46080.jpeg classonly_mobile> /div> /div> /fieldset> /div>/div>/form>/div> !--div classlogin_contents> div moduleMyShop_OrderHistoryNologin id{$order_history_nologin_id}> fieldset> div classformBox> div classform> {$form.order_name} {$form.order_id} {$form.order_password} /div> div classec-base-button gFull> button typesubmit classbtnSubmit>주문조회/button> /div> p>* 비회원인 경우 주문번호로 주문조회만 가능합니다./p> /div> /fieldset> /div>/div>--> /div> div classslide_popup_contents mypage_popup_wrap> div classmyshopMain> div classxans-element- xans-myshop xans-myshop-orderstate >div classtitle> h3>나의 주문처리 현황 span classdesc>(최근 em>3개월/em> 기준)/span>/h3> /div>div classstate> ul classorder> li> a href/myshop/order/list.html?order_statusshipped_before> strong>입금전/strong> span classcount>span idxans_myshop_orderstate_shppied_before_count>0/span>/span> /a> /li> li> a href/myshop/order/list.html?order_statusshipped_standby> strong>배송준비중/strong> span classcount>span idxans_myshop_orderstate_shppied_standby_count>0/span>/span> /a> /li> li> a href/myshop/order/list.html?order_statusshipped_begin> strong>배송중/strong> span classcount>span idxans_myshop_orderstate_shppied_begin_count>0/span>/span> /a> /li> li> a href/myshop/order/list.html?order_statusshipped_complate> strong>배송완료/strong> span classcount>span idxans_myshop_orderstate_shppied_complate_count>0/span>/span> /a> /li> /ul> ul classcs> li> a href/myshop/order/list.html?order_statusorder_cancel> span classicoDot>/span> strong>취소 : /strong> span classcount>span idxans_myshop_orderstate_order_cancel_count>0/span>/span> /a> /li> li> a href/myshop/order/list.html?order_statusorder_exchange> span classicoDot>/span> strong>교환 : /strong> span classcount>span idxans_myshop_orderstate_order_exchange_count>0/span>/span> /a> /li> li> a href/myshop/order/list.html?order_statusorder_return> span classicoDot>/span> strong>반품 : /strong> span classcount>span idxans_myshop_orderstate_order_return_count>0/span>/span> /a> /li> /ul> /div>/div> div classxans-element- xans-myshop xans-myshop-main >ul> li classorder>a href/myshop/order/list.html>주문조회/a>/li> li classmodify>a href/member/modify.html>회원정보/a>/li> li classwishlist>a href/myshop/wish_list.html>관심상품 span classcount displaynone>(span classxans_myshop_main_interest_prd_cnt>0/span>)/span>/a>/li> li classlikeit displaynone>a href>좋아요/a>/li> li classmileage>a href/myshop/mileage/historyList.html>적립금/a>/li> li classdeposits displaynone>a href/myshop/deposits/historyList.html>예치금/a>/li> li classconsult displaynone>a href/board/consult/list.html>1:1 맞춤상담/a>/li> li classcoupon >a href/myshop/coupon/coupon.html>쿠폰 span classcount displaynone>(span classxans_myshop_main_coupon_cnt>0/span>)/span>/a>/li> li classboard >a href/myshop/board_list.html>게시물관리/a>/li> li classaddress>a href/myshop/addr/list.html>배송 주소록 관리/a>/li> !-- li classregularDelivery displaynone>a href/myshop/regular_delivery.html>정기배송 관리/a>/li> --> /ul>/div>/div> /div> div classslide_popup_contents cart_popup_wrap> iframe src/order/basket_slide_outer.html> /iframe>/div> div classslide_popup_contents slide_search_wrap> div classsearch_layer_popup_wrap> div classsearch_layer_popup> 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 />a href#none onclickSEARCH_BANNER.submitSearchBanner(this); return false;>img src//ecimg.cafe24img.com/pg742b21945889004/kiplingkorea/img/custom_search_icon.svg>/a>/fieldset>/div>/form> div classbest_search> h2>추천 검색어/h2> ul> !--링크 + 텍스트를 수정하여 관리하실 수 있습니다--> li>a href/product/list.html?cate_no81>OUTLET/a>/li> li>a href/product/list.html?cate_no103>기내용캐리어/a>/li> li>a href/product/list.html?cate_no62>여행가방/a>/li> li>a href/product/list.html?cate_no78>베스트상품/a>/li> li>a href/product/list.html?cate_no97>프린트컬러/a>/li> li>a href/product/list.html?cate_no96>베이직컬러/a>/li> /ul> /div> /div> /div> /div> /div> /div> /div> !--아래 파일에 마우스오버 후 - 파일열기를 클릭 하시면 헤더영역 수정 파일이 열립니다 !--최상단 좌측으로 움직이는 띠베너 영역 입니다--> div classmarquee_wrap> div classmarquee> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> a href/promotion_2512.html>♥12월 행사상품♥/a> /div> /div> div idmobile_mask>/div> div idm_header_wrap> div idm_header> div classm_header_left> div classmobile_nav_button_wrap only_mobile> div classmobile_bar_fake>/div> div classnav_button>/div> /div> a href#none classm_back_button only_mobile xi-angle-left>/a> !--mobile.ver 로고 경로 입니다--> div classm_logo_wrap only_pc> div classm_logo>a href/>img srchttps://cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/img/Kipling%20-%20Brand%20Logo%20-%20Trademark%20-%202024%20-%20Black.png>/a>/div> /div> div classpc_cate_wrap> ul> !--마우스오버 후 파일열기클릭하시면 카테고리 수정 파일이 열립니다--> style> .custom-link { font-weight: bold; color: red; }/style>li>a href/product/list.html?cate_no44>백팩/a>/li>li>a href/product/list.html?cate_no52>크로스백/a>/li>li>a href/product/list.html?cate_no53>토트백/a>/li>li>a href/product/list.html?cate_no46>캐리어&여행가방/a>/li>li>a href/product/list.html?cate_no47>미니백&ACC/a>/li> /ul> /div> /div> !--pc.ver 로고 경로 입니다--> div classm_logo_wrap only_mobile> div classm_logo>a href/>img srchttps://cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/img/Kipling%20-%20Brand%20Logo%20-%20Trademark%20-%202024%20-%20Black.png>/a>/div> /div> div classheader_title_nav only_pc>/div> div classm_header_right> div classonly_pc> a href/store.html>스토어/a> a href/member/agreement.html classxans-element- xans-layout xans-layout-statelogoff >회원가입/a> !----- ↓ 킵그로우 1초 회원가입 주석처리(싱크 미사용시, 아래 주석을 해제하여 사용바랍니다.) -------> !-- a href#none moduleLayout_statelogoff classlogin_button>로그인/a> --> !----- 킵그로우 1초 회원가입 주석 끝 -------> !----- ↓ 킵그로우 1초 회원가입 추가소스 -------> a href/member/login.html classxans-element- xans-layout xans-layout-statelogoff >로그인/a> !----- 킵그로우 1초 회원가입 추가소스 끝 -------> a href#none classmypage_button>마이페이지/a> a href#none classcart_button>장바구니/a> /div> a href#none classsearch_menu_button>img src//ecimg.cafe24img.com/pg742b21945889004/kiplingkorea/img/custom_search_icon.svg>/a> a href/order/basket.html classonly_mobile>img src//ecimg.cafe24img.com/pg742b21945889004/kiplingkorea/img/custom_cart_icon.svg>/a> /div> /div> /div> div classnav> ul> div classsub_cate_wrap_outer> div classsub_cate_wrap> div classsub_middle_cate_wrap active> div classsub_middle_cate> ul classbig_cate> style> .custom-link { font-weight: bold; color: red; }/style>li>a href/product/list.html?cate_no44>백팩/a>/li>li>a href/product/list.html?cate_no52>크로스백/a>/li>li>a href/product/list.html?cate_no53>토트백/a>/li>li>a href/product/list.html?cate_no46>캐리어&여행가방/a>/li>li>a href/product/list.html?cate_no47>미니백&ACC/a>/li> /ul> ul classsmall_cate> a href/store.html>스토어/a> a href/myshop/order/list.html>로그인/회원가입/a> a href/m_mypage_index.html class>마이페이지/a> a href#none classcart_button>장바구니/a> /ul> ul classmobile_sns> li>a hrefhttps://www.instagram.com/kiplingkorea/ target_blank classxi-instagram>/a>/li> li>a hrefhttps://www.facebook.com/kiplingkorea target_blank classxi-facebook>/a>/li> li>a hrefhttps://pf.kakao.com/_kYFxdK#none target_blank classxi-kakaotalk>/a>/li> /ul> /div> /div> /div>/div> /ul> /div> div idcontents> style> #contents{width:100%; max-width:100%; padding:130px 0 0 0;} @media only screen and (max-width: 1024px) { #contents{padding:85px 0 0 0;} }/style>style> .m_header_left .only_mobile.m_back_button {opacity:0!important;}/style>!--아래 파일에 마우스 오버 후 파일열기 클릭 하시면 - 팝업설정 파일이 열립니다-->style> .custom_popup_wrap_outer {position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; cursor:pointer; display:none;} .custom_popup_wrap_outer.active{display:block;} .custom_popup_wrap {position:absolute; background-color:#fff;} .custom_popup_contents ul li{line-height:0;} .custom_popup_wrap_outer img{width:100%;} .custom_popup_contents , .custom_popup_contents a {line-height:0; font-size:0;} .custom_popup_button {border-top:1px solid #000; position:relative;} .custom_popup_button button{display:block; text-align:center; line-height:50px; height:50px; font-size:15px; flex:1; cursor:pointer; color:#000;} .custom_popup_button button:first-child::after{content:; width:1px; height:100%; position:absolute; left:50%; top:0; z-index:3; background-color:#000;} .slider_speed_control {display: none;} /style>style> /*배경색 투명도 조절*/ .custom_popup_wrap_outer {background-color:rgba(0,0,0,.4);} /*pc.ver 가로값 위치 설정 영역*/ .custom_popup_wrap {width:500px; left:50%; top:50%; transform:translate(-50% , -50%);} @media only screen and (max-width: 734px) { /*mobile.ver 팝업 위치 설정*/ .custom_popup_wrap {left:0; top:auto; bottom:0; position:fixed; padding: 0; margin: 0; transform:translate(0 , 0);} .custom_popup_wrap {width:100%;} } /style> !-- 팝업 미노출시 - 하단에 넣어주세요 div classcustom_popup_wrap_outer styledisplay:none!important;--> div classcustom_popup_wrap_outer> div classcustom_popup_wrap> div classcustom_popup> div classcustom_popup_contents> ul> !-- 1번 팝업 --> li data-start2025-11-19T09:59:00 data-end2025-11-20T23:59:59> a href/promotion_kdkd.html> img srchttps://leenos.godohosting.com/KIPLING/popup/251112_KP_BF_POPUP(PC)_2(1).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/popup/251112_KP_BF_POPUP(MO)_2(1).jpg classonly_mobile> /a> /li> !-- 2번 팝업 --> li data-start2025-10-10T00:00:00 data-end2025-10-13T00:00:00> a href> img srchttps://leenos.godohosting.com/KIPLING/popup/250918_popup_(PC)_1.jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/popup/250918_popup_(MO)_1.jpg classonly_mobile> /a> /li> /ul> /div> !-- 슬라이더 속도 조절 입력 필드 --> div classslider_speed_control> label forsliderSpeed>슬라이더 속도 (밀리초): /label> label forsliderSpeed>슬라이더 속도 (밀리초): /label> input typenumber idsliderSpeed value3000 min1000 step500> /div> div classcustom_popup_button_wrap> div classcustom_popup_button flex_wrap> button classcustom_popup_day_close_button>오늘 그만보기/button> button classcustom_popup_close_button>닫기/button> /div> /div> /div> /div>/div>script>document.addEventListener(DOMContentLoaded, function() { const now new Date(); const popupWrapOuter document.querySelector(.custom_popup_wrap_outer); const popupWrap document.querySelector(.custom_popup_wrap); const popupItems document.querySelectorAll(.custom_popup_contents li); let visibleCount 0; popupItems.forEach(item > { const start new Date(item.dataset.start); const end new Date(item.dataset.end); if (now start || now > end) { item.remove(); // 종료된 팝업 삭제 } else { item.style.display block; // 기간 내 팝업 표시 visibleCount++; } }); if (visibleCount 0) { popupWrapOuter.remove(); // 전체 팝업 제거 } else { // 남은 팝업 중앙/하단 위치 유지 popupWrap.style.height auto; popupWrapOuter.style.display block; } // 오늘 그만보기 버튼 const dayCloseBtn document.querySelector(.custom_popup_day_close_button); if(dayCloseBtn){ dayCloseBtn.addEventListener(click, function(){ popupWrapOuter.style.display none; const expire new Date(); expire.setHours(23,59,59,999); // 오늘 밤까지 쿠키 유지 document.cookie popup_closed1; expires + expire.toUTCString() + ; path/; }); // 쿠키 확인 후 노출 여부 결정 if(document.cookie.indexOf(popup_closed1) ! -1){ popupWrapOuter.style.display none; } } // 닫기 버튼 const closeBtn document.querySelector(.custom_popup_close_button); if(closeBtn){ closeBtn.addEventListener(click, function(){ popupWrapOuter.style.display none; }); }});/script>div classmain_section full> div classswiper-container> div classswiper_fade> div classswiper-wrapper> !--1개의 슬라이드 베너 주말특가 --> !--div classswiper-slide> a href/promotion_2025weekend.html> img srchttps://leenos.godohosting.com/KIPLING/KV/251104_WEEKEND_kv_(PC).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/KV/251104_WEEKEND_kv_(MO).jpg classonly_mobile> /a> /div> !--1개의 슬라이드 베너 키특위크--> !--div classswiper-slide> a href/promotion_kdkd.html> img srchttps://leenos.godohosting.com/KIPLING/KV/251120_KP_BF_KV_3(PC).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/KV/251120_KP_BF_KV_3(MO).jpg classonly_mobile> /a> /div> !--1개의 슬라이드 베너 12월--> div classswiper-slide> a href/promotion_2512.html> img srchttps://leenos.godohosting.com/KIPLING/KV/251128_kp_12KV_v1_(PC).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/KV/251128_kp_12KV_v1_(MO).jpg classonly_mobile> /a> /div> !--1개의 슬라이드 베너 셀렉트--> div classswiper-slide> a href/promotion_25KS.html> img srchttps://leenos.godohosting.com/KIPLING/KV/251203_KP_KS_2512_KV(PC).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/KV/251203_KP_KS_2512_KV(MO).jpg classonly_mobile> /a> /div> !--1개의 슬라이드 베너 25fw 입고 --> div classswiper-slide> a href/promotion_25fw.html> img srchttps://leenos.godohosting.com/KIPLING/KV/250717_KP_25FW_KV_(PC).jpg classonly_pc> img srchttps://leenos.godohosting.com/KIPLING/KV/250717_KP_25FW_KV_(MO).jpg classonly_mobile> /a> /div> /div> div classswiper_left_button xi-angle-left-thin>/div> div classswiper_right_button xi-angle-right-thin>/div> div classswiper-pagination>/div> /div> /div>/div>/div>!-- kv 예약설정 위한 스크립트-->script> document.addEventListener(DOMContentLoaded, () > { const now new Date(); const slides document.querySelectorAll(.swiper-slide); slides.forEach(slide > { const showTime slide.dataset.show ? new Date(slide.dataset.show) : null; const hideTime slide.dataset.hide ? new Date(slide.dataset.hide) : null; let visible true; // 시작일 전이면 숨김 if (showTime && now showTime) visible false; // 종료일 지났으면 숨김 if (hideTime && now > hideTime) visible false; slide.style.display visible ? block : none; }); // Swiper 다시 초기화 (보이는 슬라이드만 적용) if (typeof Swiper ! undefined) { new Swiper(.swiper-container, { loop: true, effect: fade, navigation: { nextEl: .swiper_right_button, prevEl: .swiper_left_button, }, pagination: { el: .swiper-pagination, clickable: true, } }); } });/script>!-- 스타일링 영역 -->div classmain_section> div classxans-element- xans-board xans-board-listpackage-8 xans-board-listpackage xans-board-8 product_list style >h2>a href/board/gallery/list.html?board_no8>STYLING +/a>/h2>div classswiper-container idstyling> div classswiper_main_style_slide> !-- $count 10 $main_list yes $subject_cut 100 $main_list_reply_view no --> ul classxans-element- xans-board xans-board-list-8 xans-board-list xans-board-8 swiper-wrapper>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@sukkiriu.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@md.room_.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@jihappy_717.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@ava_yusin.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@iam.jinnn.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@silver.swim.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@vibeisnice.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@06_02_00_.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3931&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/251104_AMITA_SMBK_@yeoun_ji_.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 아미타 KPCBA32 SMBK/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3814&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_FIREFLY-UP(SKBE)_@jsss0.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 파이어플라이업 KPCBA09 SKBE/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3824&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_CITY-PACK-MINI(SKBE)_@sais_ou_pas.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 시티팩미니 KPCBA04 SKBE/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3834&cate_no53&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_ART-MINI(SKBE)_@miym.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★크로스백 토트백 아트미니 KPCBT06 SKBE/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3807&cate_no52&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_GABBIE-S(CMPN)_@093118.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★크로스백 가비S KPCBS12 CMPN/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3823&cate_no44&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_CITY-PACK-S(CMPN)_@bellani.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★백팩 시티팩S KPCBA07 CMPN/div>/div> /div> /li>li classitem swiper-slide xans-record-> div classbox_wrap> div classcontents>p>a hrefhttps://www.kipling.co.kr/product/detail.html?product_no3833&cate_no53&display_group1 classdetail_link>img srchttps://leenos.godohosting.com/KIPLING/STYLING/250825_ART-MINI(CMPN)_@myhyeonyy.jpg classfr-fic fr-dii>/a>/p>/div> div classname_wrap>div classname>★온라인단독★크로스백 토트백 아트미니 KPCBT06 CMPN/div>/div> /div> /li>/ul> div classswiper_left_button xi-angle-left-thin>/div> div classswiper_right_button xi-angle-right-thin>/div> div classswiper-scrollbar>/div> /div> /div>/div>/div>!-- best영역 -->div classmain_section> div classxans-element- xans-product xans-product-listnormal product_list>h2>a href/product/list.html?cate_no78>BEST/a>/h2>div classswiper-container> div classswiper_main_product_slide> !-- $count 18 $cate_no 78 --> ul classswiper-wrapper> li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3931&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/30af7089f8e120d717e2a88409f82e26.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/7c2af11236a83fc770c4039c4f653806.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/30af7089f8e120d717e2a88409f82e26.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3931&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★백팩 데일리백 아미타 KPCBA32 SMBK/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>168,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>151,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li> li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3512&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/220264847774ac8cf3fc56e293c2812d.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/138069bbb9332ec640ec526ec30260e5.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/220264847774ac8cf3fc56e293c2812d.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3512&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>크로스백 여행가방 아바누M KPABS06 BK/NS/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_04.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>198,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>178,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no1040&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/4f116067b261a0d03b68e25eb833346c.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/7a025ddbef4a77332d3fe62b52559b98.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/4f116067b261a0d03b68e25eb833346c.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no1040&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>크로스백 마샤 KMABT25 BKFL/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_05.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>188,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>49,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3553&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/c1e4e3ad3379f319b1a79449b611ad32.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/d1ac5ab72b5f3150a7e178ab48480628.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/c1e4e3ad3379f319b1a79449b611ad32.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3553&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>크로스백 여행가방 카이 KPABS14 BK/NS/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_04.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>178,200원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>178,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3256&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/0e2c16950a692a17b433c1ac035c2935.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/9164cebf820b4c5aca2c3eeeb7d409f8.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/0e2c16950a692a17b433c1ac035c2935.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3256&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 크로스백 산드라 KMABS46 SN/PB/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>158,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>53,100원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3262&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/3d3671a44c3c7e9454c8ffc6d8ba1d17.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/12455b13ec9e75406dcf6e5953e3ba2d.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/3d3671a44c3c7e9454c8ffc6d8ba1d17.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3262&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 토트백 타이스 KMABT26 SN/PB/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>218,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>89,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3261&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/2dc6982e099bd2cdeeea30f69aaa8726.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/72e58f805ff66ca3c88b1895290a9e12.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/2dc6982e099bd2cdeeea30f69aaa8726.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3261&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 토트백 타이스 KMCBT29 STAP/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>228,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>89,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3255&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/fa4d5d7cb36d7e4c20461255a3157d70.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/264ba541b62d6e090d78ebe8e0a77c16.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/fa4d5d7cb36d7e4c20461255a3157d70.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3255&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 크로스백 산드라 KMCBS37 STAP/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>168,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>48,900원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3754&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/909ffd23070e6c3112f969af6b77b29e.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/5b40ff1760ab6afb2f98bb1065d5309f.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/909ffd23070e6c3112f969af6b77b29e.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3754&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★백팩 데일리백 아미타 KPCBA32 SMMH/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_01.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>168,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>151,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3552&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/fc61b78277e13639f5cfe854f0a6b6bc.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/cbd1edffcd864dc24f57de40a7a03495.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/fc61b78277e13639f5cfe854f0a6b6bc.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3552&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>백팩 여행가방 시티팩미니 KPABA03 BK/NS/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_04.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>187,200원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>187,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3824&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/b818e27540950d3420fab4947a5c1bb4.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/7b89eae403cf06aaeaa3b65dd93bcac6.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/b818e27540950d3420fab4947a5c1bb4.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3824&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★백팩 시티팩미니 KPCBA04 SKBE/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_01.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>198,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>178,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3279&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/e29c3510b618c21f35cefaaddd48078a.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/614f9de09eeb9af7e180247fa292b3da.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/e29c3510b618c21f35cefaaddd48078a.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3279&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 크로스백 이나키 S KMABS45 SN/PB/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>158,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>59,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3518&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/b09cdf83e704dfab04aaa5c2682911fb.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/b54d2944066308ea96a37fb0cf353862.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/b09cdf83e704dfab04aaa5c2682911fb.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3518&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>크로스백 미니백 아바누 KPABS02 BK/NS/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_04.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>188,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>169,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3392&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/ecfe2fa30e21461e0d4dd27278e15c48.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/6f9655ead0aa84ef5888e43d3c454c4b.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/ecfe2fa30e21461e0d4dd27278e15c48.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3392&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★숄더백 크로스백 그윈 KPCBS37 SMBK/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>188,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>75,900원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3257&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/118090e234d09b999ec752878d05df96.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/35a42198348dce6967359f838bdf02c4.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/118090e234d09b999ec752878d05df96.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3257&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 크로스백 산드라 KMABS46 MY/PB/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>158,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>59,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3823&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/74cdd09a65ce6857fe0f56d077ce827b.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/6fefd945389e477bc83e08eed59981b8.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/74cdd09a65ce6857fe0f56d077ce827b.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3823&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★백팩 시티팩S KPCBA07 CMPN/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_01.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>228,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>205,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3271&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/f62542c643cfb1b5554b00e0984b76a5.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/6cc1b690959c0dc4df8b386afef04384.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/f62542c643cfb1b5554b00e0984b76a5.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3271&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>비건레더 숄더백 마샤 KMABT25 SN/PB/span>/a> div classicon> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>178,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>49,000원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li>li classitem swiper-slide xans-record-> div classbox_wrap> div classbox> a href/product/detail.html?product_no3907&cate_no78&display_group1 classlink>/a> div classthumb> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/4d1e0911085e4c0eb9565ae5b406a8af.jpg classbig> img src//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/medium/202512/973ba0e4def5860bf0e77ae4b12ccf20.jpg classmedium> div classvideo_wrap> video poster//cafe24.poxo.com/ec01/kiplingkorea/0jJurf5+JqL2mXn6P+LWO0fz3GRl9nUzgLMGtfV4qg8JdngMMUQ9RcM4t0ovuG8kKC1g7VpIPC61gRDA3daMSw/_/web/product/big/202512/4d1e0911085e4c0eb9565ae5b406a8af.jpg playsinline loop muted autoplay classplay> source src typevideo/mp4> /source>/video> /div> /div> div classcontents> div classname_wrap> a href/product/detail.html?product_no3907&cate_no78&display_group1 class name>span classtitle displaynone>span class stylefont-size:12px;color:#555555;>상품명/span> :/span> span class stylefont-size:12px;color:#555555;>★온라인단독★크로스백 여행가방 아바누M KPCBS10 TRGN/span>/a> div classicon> img src//img.echosting.cafe24.com/icon/product/global/icon_global_01.gif alt /> /div> ul classxans-element- xans-product xans-product-listitem>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#555555;>소비자가/span> :/strong> span class stylefont-size:12px;color:#555555;text-decoration:line-through;>188,000원/span>/li>li class xans-record->strong classtitle >span class stylefont-size:12px;color:#008BCC;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:12px;color:#008BCC;font-weight:bold;>169,200원/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone> :/strong> /li>/ul> /div> /div> /div> /div>/li> /ul> div classswiper_left_button xi-angle-left-thin>/div> div classswiper_right_button xi-angle-right-thin>/div> div classswiper-scrollbar>/div> /div> /div>/div>/div>!-- L3 -->div classmain_section full> div classswiper-container> div classswiper_banner> div classswiper-wrapper> !--1개의 슬라이드 베너--> div classswiper-slide> a href/product/list.html?cate_no270>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_01.jpg> /div> !--1개의 슬라이드 베너--> div classswiper-slide> a href/product/list.html?cate_no271>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_02.jpg> /div> !--1개의 슬라이드 베너--> div classswiper-slide> a href/promotion_heritage.html>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_03.jpg> /div> /div> div classswiper_left_button xi-angle-left-thin>/div> div classswiper_right_button xi-angle-right-thin>/div> div classswiper-scrollbar>/div> /div> /div>/div>!-- L4 -->div classmain_section full> div classswiper-container> div classswiper_banner> div classswiper-wrapper> !--1개의 슬라이드 베너--> div classswiper-slide> a href/product/list.html?cate_no273>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_04.jpg> /div> !--1개의 슬라이드 베너--> div classswiper-slide> a href/product/list.html?cate_no274>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_05.jpg> /div> !--1개의 슬라이드 베너--> div classswiper-slide> a href/promotion_gift.html>/a> img srchttps://leenos.godohosting.com/KIPLING/L2/250717_KP_L3_06.jpg> /div> /div> div classswiper_left_button xi-angle-left-thin>/div> div classswiper_right_button xi-angle-right-thin>/div> div classswiper-scrollbar>/div> /div> /div>/div> style> #footer{border-top:1px solid #000;} #footer_menu{width:100%; clear:both; display:table; padding:25px 0; border-top:1px solid #000; border-bottom:1px solid #000;} #footer_menu li {display:inline-block;} #footer_company , #footer{width:100%; clear:both; display:table; padding:50px 0;} #footer .footer_box a{display:inline-block;} #footer .footer_box_wrap{display:inline-block; vertical-align:top; padding-right:100px;} #footer .footer_box_wrap:last-child{padding:0;} #footer .footer_box_wrap .footer_box h2{padding-bottom:20px; font-weight:500!important;} #footer .footer_sns{padding-top:10px;} #footer .copyright_wrap{clear:both; display:table; width:100%;} #footer .copyright{padding:50px;} .footer_left{float:left; padding-left:var(--layout-padding);} .footer_right{float:right; padding-right:var(--layout-padding); text-align:left;} .footer_left a{margin-right:25px;} .footer_right a{margin-left:5px;} #footer_company{display:none;} .footer_center{text-align:center;} .footer_center .footer_box p , .footer_center .footer_box span {display:inline-block;} @media only screen and (max-width: 1350px) { #footer .only_pc{display:none!important;} #footer .only_mobile{display:block!important;} #footer{border:0;} #footer_menu{padding:20px 0;} #footer_menu .footer_right{display:none;} #footer_company , #footer{width:100%; clear:both; display:table; padding:20px 0;} #footer .footer_box_wrap{display:block; padding:0; border-top:1px solid #000;} #footer .footer_box_wrap .footer_box{padding:10px;} #footer .footer_left .footer_box_wrap:last-child{border-bottom:1px solid #000;} #footer .footer_box_wrap .footer_box h2 {font-size:16px; position:relative; display:block; line-height:30px; padding:0;} /*footer 타이틀 섹션*/ #footer .footer_box_wrap .footer_box > div{display:none; padding:20px 0;} /*footer 컨텐츠 영역*/ #footer .footer_right .footer_box_wrap{border:0;} #footer .footer_right .footer_box_wrap h2{font-size:12px; padding:20px 0;} #footer .copyright{padding:10px;} .footer_left , .footer_right{padding:0; text-align:left; float:none;} #footer .footer_sns{padding:20px 0 0 0;} #footer .footer_sns a{margin-right:10px;} .footer_left a{margin-right:20px;} .footer_right a{margin-left:0;} /*모바일 전용 하단 우측 타이틀영역*/ .footer_title_arrow {position:absolute; right:10px; top:50%; transform:translateY(-50%);} .footer_title_arrow span{font-size:15px;} .footer_title_arrow .xi-minus-thin{display:none;} #footer .footer_box_wrap .footer_box.active .xi-plus-thin{display:none;} #footer .footer_box_wrap .footer_box.active .xi-minus-thin{display:block;} }/style>div idfooter> div classfooter_left> div classfooter_box_wrap> div classfooter_box> h2> span>INFORMATION/span> div classfooter_title_arrow only_mobile> span classxi-plus-thin>/span> span classxi-minus-thin>/span> /div> /h2> div> p>a href/layout/about.html>ABOUT/a>/p> p>a href/store.html>매장안내/a>/p> p>a href/member/mall_agreement.html>이용약관/a>/p> p>a href/member/privacy.html>개인정보처리방침/a>/p> /div> /div> /div> div classfooter_box_wrap> div classfooter_box> h2> span>CUSTOMER SERVICE/span> div classfooter_title_arrow only_mobile> span classxi-plus-thin>/span> span classxi-minus-thin>/span> /div> /h2> div> p>a href/board/free/list.html?board_no1>공지사항/a>/p>p> /p>p>a href/board/product/list.html?board_no4>상품 후기/a>/p>p> /p>p>a href/faq.html>FAQ/a>/p>p> /p>/div> /div> /div> div classfooter_box_wrap> div classfooter_box> h2> span>SOCIAL/span> div classfooter_title_arrow only_mobile> span classxi-plus-thin>/span> span classxi-minus-thin>/span> /div> /h2> div> p>a hrefhttps://www.instagram.com/kiplingkorea/ target_blank>INSTAGRAM/a>/p> p>a hrefhttps://www.facebook.com/kiplingkorea target_blank>FACEBOOK/a>/p> p>a hrefhttps://pf.kakao.com/_kYFxdK#none target_blank>KAKAOTALK/a>/p> /div> /div> /div> div classfooter_box_wrap> div classfooter_box> h2> span>CS/span> div classfooter_title_arrow only_mobile> span classxi-plus-thin>/span> span classxi-minus-thin>/span> /div> /h2> div> p>1588-6983~4/p> p>MON - FRI 09:00 ~ 17:00/p> p>LUNCH TIME 12:30 ~ 13:30/p> p>WEEKEND.HOLIDAY OFF/p> /div> /div> /div> /div> div classfooter_right> div classfooter_box_wrap> div classfooter_box> h2>(주)폴라리스 AI/h2> p>대표자(성명) : 지준경 / 개인정보관리책임자 : 권용수/p> p>주소 : 08380 서울특별시 구로구 디지털로31길 12 16층 폴라리스 AI/p> p>전화 : 1588-6983 / 팩스 : 02-383-6985/p> p>사업자 등록번호 : 214-86-07396 / 통신판매업 신고 : 제 2024-서울구로-1573호 a hrefhttps://www.ftc.go.kr/bizCommPop.do?wrkr_no2148607396 target_blank>사업자정보확인/a>/p> p>COPYRIGHT © 키플링. ALL RIGHTS RESERVED./p> /div> /div> /div> /div> script src//code.jquery.com/jquery-1.11.2.min.js>/script>script typetext/javascript> window.jQuery1_11_2 jQuery.noConflict(true);/script> script typetext/javascript>var sAuthSSLDomain https://login2.cafe24ssl.com;/script>script typetext/javascript srchttps://login2.cafe24ssl.com/crypt/AuthSSLManager.js>/script>script typetext/javascript srchttps://login2.cafe24ssl.com/crypt/AuthSSLManager.plugin.js>/script>!-- 참고: SNS 회원 약관동의 레이어 -->style typetext/css> #mCafe24SnsAgree { position:fixed; z-index:99999999; top:50px; left:50%; width:598px; margin:0 0 0 -300px; }/style>div idmCafe24SnsAgree styledisplay:none;> div classdimmed>/div> input typehidden idsOauth2EncData namesOauth2EncData value /> iframe nameifrm_sns idifrm_sns src/protected/loginSns.html?__popupPageT styleposition:relative; z-index:99999999;height: 750px; width: 598px; frameborder0>/iframe>/div>!-- //참고: SNS 회원경약관동의 레이어 -->!-- Google Tag Manager (noscript) -->noscript>iframe srchttps://www.googletagmanager.com/ns.html?idGTM-T8TW28QGheight0 width0 styledisplay:none;visibility:hidden>/iframe>/noscript>!-- End Google Tag Manager (noscript) -->!-- Byapps GA script start -->script async srchttps://malog.byapps.co.kr/js/byapps_MA_sdk.3.x.php?aidkipling>/script>!-- //Byapps GA script end -->span itemscope itemtypehttps://schema.org/Organization>link itempropurl hrefhttps://kipling.co.kr>a itempropsameAs hrefhttps://apps.apple.com/kr/app/%ED%82%A4%ED%94%8C%EB%A7%81/id1527376245>/a>a itempropsameAs hrefhttps://play.google.com/store/apps/details?idcom.kipling.byapps>/a>a itempropsameAs hrefhttps://www.instagram.com/kiplingkorea/>/a>a itempropsameAs hrefhttps://www.facebook.com/kiplingKorea?localeko_KR>/a>/span>script typetext/javascript src/app/Eclog/js/cid.generate.js?vs9742fd093d8d1d06bd40446a5c5afbd4&ukiplingkorea.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:kiplingkorea,stype:e,domain:,shop_no:1,lang:ko_KR,mobile_flag:F,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?v20251210);/script> script> try { // Account ID 적용 if (!wcs_add) var wcs_add {}; wcs_addwa s_18b62978897d; // 네이버 페이 White list가 있을 경우 wcs.checkoutWhitelist kiplingkorea.cafe24.com, www.kiplingkorea.cafe24.com, m.kiplingkorea.cafe24.com, kipling.kr, www.kipling.kr, m.kipling.kr, kipling.co.kr, www.kipling.co.kr, m.kipling.co.kr; // 레퍼러 wcs.setReferer(); // 유입 추적 함수 호출 wcs.inflow(kipling.co.kr); // 로그수집 wcs_do(); } catch (e) {}; /script> !-- External Script Start -->!-- fbe -->!-- CMC3 script -->div idfbe_common_top_script styledisplay:none;> script typetext/javascript>if (typeof facebookChannel undefined) { var facebookChannel { mall_id: CAFE24.SHOP.getMallID(), shop_no: CAFE24.SDE_SHOP_NUM, shop_id: CAFE24.SHOP.getMallID() + . + CAFE24.SDE_SHOP_NUM, external_id: null, event_id: null, setInitActivated: function(is_activated) { window.top.fbe_init_activated !!is_activated; }, getInitActivated: function() { return !!window.top.fbe_init_activated; }, setEventActivated: function(event_type, is_activated) { if (typeof event_type string && event_type) { let key fbe_ + event_type + _activated window.topkey !!is_activated; } }, getEventActivated: function(event_type) { if (typeof event_type string && event_type) { let key fbe_ + event_type + _activated return !!window.topkey; } return false; }, getCookie: function(name) { return (name (document.cookie + ;).match(name + .*;)) && name0.split(/|;/)1; }, getExternalId: function() { return facebookChannel.getCookie(fb_external_id); }, getEventId: function() { return facebookChannel.getCookie(fb_event_id); }, getInt: function(value) { let value_int parseInt(value); value_int isNaN(value_int) ? 0 : value_int; return value_int; }, getFloat: function(value) { let value_float parseFloat(value); value_float isNaN(value_float) ? 0.00 : value_float.toFixed(2); return value_float; }, init: function() { if (facebookChannel.getInitActivated()) { return; } facebookChannel.setInitActivated(true); !function(f,b,e,v,n,t,s) {if(f.fbq)return;nf.fbqfunction(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbqn;n.pushn;n.loaded!0;n.version2.0; n.queue;tb.createElement(e);t.async!0; t.srcv;sb.getElementsByTagName(e)0; s.parentNode.insertBefore(t,s)}(window,document,script, https://connect.facebook.net/en_US/fbevents.js); if ((typeof EC_GLOBAL_INFO ! undefined && EC_GLOBAL_INFO.getCountryCode() US) || (typeof SHOP ! undefined && SHOP.getLanguage() en_US)) { fbq(dataProcessingOptions, LDU, 0, 0); } if (typeof ECLOG ! undefined && !!ECLOG.EXTERNAL_ID) { ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) { if (error || !external_id) { external_id facebookChannel.getExternalId(); console.info(external_id is cookie value., (1)); } fbq(init, 629957987350953,{external_id: external_id}, {agent: plcafe24}); fbq(trackSingle, 629957987350953, PageView); facebookChannel.external_id external_id; }); } else { let external_id facebookChannel.getExternalId(); console.info(external_id is cookie value., (2)); fbq(init, 629957987350953,{external_id: external_id}, {agent: plcafe24}); fbq(trackSingle, 629957987350953, PageView); facebookChannel.external_id external_id; } }, pixelEvent: function(event_type, callback, is_cookie_event) { if (facebookChannel.getEventActivated(event_type)) { return; } facebookChannel.setEventActivated(event_type, true); is_cookie_event !!is_cookie_event; let retry 0; let execute function() { if (!facebookChannel.external_id) { if (retry 10) { retry++; if (retry > 5) { console.warn(retry # + retry, event_type); } setTimeout(execute, 1000); } else { console.warn(external_id is empty.); } return; } if (callback.length 0) { callback(); } else if (!is_cookie_event && typeof ECLOG ! undefined && !!ECLOG.EVENT_ID) { ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) { if (error || !event_id) { event_id facebookChannel.getEventId(); console.info(event_id is cookie value., (1)); } facebookChannel.event_id event_id; if (event_id) { callback(event_id); } else { console.warn(event_id is empty., (1)); } }); } else { let event_id facebookChannel.getEventId(); console.info(event_id is cookie value., (2)); facebookChannel.event_id event_id; if (event_id) { callback(event_id); } else { console.warn(event_id is empty., (2)); } } }; execute(); }, messengerChatPlugin: function() { let event_type messenger; let sdk_version ; let locale ; if (!sdk_version) { console.warn(sdk_version is empty.); return; } if (!locale) { console.warn(locale is empty.); return; } if (facebookChannel.getEventActivated(event_type)) { return; } facebookChannel.setEventActivated(event_type, true); window.fbAsyncInit function() { FB.init({ appId : 216637735743129, autoLogAppEvents : true, xfbml : true, version : sdk_version }); }; (function(d, s, id) { var js, fjs d.getElementsByTagName(s)0; if (d.getElementById(id)) return; js d.createElement(s); js.id id; js.src https://connect.facebook.net/ + locale + /sdk/xfbml.customerchat.js; fjs.parentNode.insertBefore(js, fjs); }(document, script, facebook-jssdk)); } }; facebookChannel.init();}/script>noscript>img height1 width1 styledisplay:none srchttps://www.facebook.com/tr?id629957987350953&evPageView&noscript1/>/noscript>/div>!-- CMC3 script -->!-- kmp -->!-- CMC3 script -->div idkmp_common_top_script styledisplay:none;>script typetext/javascript charsetUTF-8 src//t1.daumcdn.net/adfit/static/kp.js>/script>script typetext/javascript> kakaoPixel(7134600479797262258).pageView(); kakaoPixel.setServiceOrigin(20001);/script>/div>!-- CMC3 script --> !-- External Script End -->script typetext/javascript src//t1.daumcdn.net/adfit/static/kp.js charsetutf-8>/script>script typetext/javascript src//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js charsetutf-8>/script>script typetext/javascript src/ind-script/i18n.php?v2512101443&langko_KR&domainfront&type charsetutf-8>/script>script src/ind-script/optimizer.php?filenamezVlJU-M4FL6Dr_M7DLPVXEloZijCQBFozrL8nAjLkkZLgvvXz5Oc7iEEb3KomkMcL_o-PemtktK1rCA9_1mnhSYVbKUuUw1GOk0hfTEpO_9DJC_mp7SrnWOK0DJ9-ceBrnd_vyS_J2cjkfBqQQvCze5FQqUsGUxlcZpHDSEBmhQiGko4IyYOjV-t1O8GrrRcIX5PPTmxYBk2qLCVsCnQ23DzzOz68dslsSSpmBjBw1mGKHjE-36UUZoJWwygl9R5sa6kruZSWC05B92Pu-fOXCg10yxfDZDHWcb7WxVahpk6MZIjQooTK9UJZwJOMiLEELkaCiqrSoqhrV-JQHcSaJtKgx3eS8BZqBRHvXwMIkqltzJjHNKHN_hGvo5ZacFVMnf4ymyZGtdh4QT1E-rb5Y7apGo14qEMHUKgqaZPjfe8peDkW80lyUeBKmeJ7_cuM6A3bcppASvJ64LxwaaXQ0Ect34KTEW0nX1gdeOjXLZiAfT_iLk5BhBhcEbNVCYghonVVJYKLMl9ODx2LvlIzVTXysqTF9MefIP9Q5WB3jMlYmpB0yp8uPD3S7KB63wUR4NeyNXIvt_gbgBUBPYraFbUjVtHwJfvjWUQ6gGs0-JpdI5X3OFITbrBPI2WIfV3Ff94EZXBD2m9DYncHNIjg0IHgc_rYQ1cwaePY01EzkcHsBEdbIJdfR4_Bm97tGnikhLMaqXsjxP_SdDb9MLZ9XK5aPeP5VqqPe-4CrnmhpREpqW_3rNX4F2lVAfNPJQST52VRAv0EjK3Go0yQDRdj0rDlhRoJK0RtwU1R2WJnOj01-S35CwtsMpSjJY6joSfn4lW1XcMdxmG6z9g-REqke-Uo6keoAANgsLcaf9f32tGOzQ-k0Tn-0lIqSTzb-NAtXTWZZE9OkrjgBn6XRkH1aCktnFYzowvc7szXoum_oat_903pe6d8mpfAgdqJ1ItvFDTKC5CGT6RZGk7dTKMI3jG5UHpNpBowUpIZ1pu0bHmhK4hnmXesdwbjt8NK4pml7heTKQYb_EfJLvhurnjIk6vjZGnX16tJoEoPIfHpeQ5Ro5j0_ZEvzjS64qsjk56yQyu8WuGa_0jUl8j3RIXUBya0BLr1Z2CaySeEVPC0dV35UR-sPybTvtcmSmUP8gmxIRDKnEcmWZM5Echig6674m-NnVuq-m1VVW7AiY12NWpanfkQXi6ezotpK6InSrJsWhcTE3tJ_kBNgy2lvBydzuXToz3v10-wjLdEsbTmfNrOXxZye5QcUsExsA9wi1gEbbqX8usbYW1rWWWgelvPQ-bKTdQj5Kl2UgJ12hcs78QDb_TOWjapZIegiaiTmdQ3SlwEEdv2dLDgsappJgyllsssTuzbg_-Eqt8w-L7f2Zm3V1YDyCg3T7aw4BpFibAHwK8hHoru9Z2g1geJUae-aTRBP-IN0sQULCprrEg9QQZ_tQkjzfIC2clZhBGAw2G5228bzhu2b1UTsU7qDMoDmh09A2bopjb2q92dvFimoXsUU3yvWBrfzF_qlofwWp3TI8kOwqPr9GnD6_J4NeikPFGwAmrSMZhgkSK2LWWHE57djcHiLNoPcZrAauILNVk-VPec15yCDTbhJL2c2yP-rI7Pto_4wx1F342VDNlR6L9Hmx64es5BTQcJxekK7t_SLIXhpSaDzzI1rg-hyv2ii3_BQ&typejs&k66d47b54a9cc41d17c55b0bf89f3a71a0457929a&t1765237852 >/script>script src/ind-script/optimizer_user.php?filenametZNBDsMwCAQf4F77DqT8yLFRQgzGNbaq_L5qpb4g5MZpNLtiYVdBwBSmYTco1JjqVrRjhDZXphT2IQyWMWQ02ipYoboAx1PngDUaJTgMmGw8DnuCF1AiVWdgf01EV2aaNlSCpa7MrmRjyr6uhCHtmIpvASqi1Tt5LaevpXvu33HHKzVts4XFt9E3Nex32LJuF1f6HabmyQiCsmKHP_ID&typejs&k06673f8365e093b6195e44799bc5e494bf1f28e9&t1725591741&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 false; 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 login_id_type_text 아이디 또는 이메일; var sFormId member_form_2406761375var sEleId member_form_2406761375::member_id,member_form_2406761375::member_passwd,member_form_2406761375::check_save_id,member_form_2406761375::member_check_save_id,member_form_2406761375::returnUrl,member_form_2406761375::forbidIpUrl,member_form_2406761375::certificationUrl,member_form_2406761375::sIsSnsCheckid,member_form_2406761375::sProvider,member_form_2406761375::ch_ref,member_form_2406761375::checkoutToken,member_form_2406761375::check_save_id,member_form_2406761375::use_login_keeping,member_form_2406761375::sLoginKey,member_form_2406761375::use_login_keeping_no,member_form_2406761375::is_use_login_keeping_ipAuthSSL.Bind(sFormId, sEleId);var getParams new URLSearchParams(window.location.search);var sProvider getParams.get(provider);var oAuth2EncData getParams.get(encrypt);var sProviderTitle getParams.get(sProviderTitleEn);// 모든 값이 null이 아니고 빈 문자열이 아닐 경우에만 실행if (sProvider && oAuth2EncData && sProviderTitle) {memberSns.sProvider sProvider;memberSns.oAuth2EncData oAuth2EncData;memberSns.sProviderTitle sProviderTitle;cacheOpenAgreementLayer();}CAFE24.KAKAO_PIXEL_BRIDGE.init(7134600479797262258);var bUseElastic false;var sSearchBannerUseFlag F;var bIsUseSpread false;var sIsSecret false;var iBoardNo 8;if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({bIsUseLikeProduct:false,bIsUseLikeCategory:false});}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:,tail:\uc6d0},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_REVIEW_TALK_REVIEW_COUNT ! undefined) {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk F;}var aLogData {log_server1:eclog2-225.cafe24.com,log_server2:elg-db-svcm-313.cafe24.com,mid:kiplingkorea,stype:e,domain:,shop_no:1,lang:ko_KR,ver:2,hash:,ca:cfa-js.cafe24.com\/cfa.js,etc:,mobile_flag:F};var sMileageName 적립금;var sMileageUnit :PRICE:원;var sDepositName 예치금;var sDepositUnit 원;CAFE24.APPSCRIPT_ASSIGN_DATA CAFE24.APPSCRIPT_ASSIGN_DATA || {src:https://app4you.cafe24.com/SmartPopup/tunnel/scriptTags?vs20240328093916.1&client_idAyPifbe9TEq8i4fmvfUgaZ, integrity: sha384-j+WLOriOo0/sb+Ho5fn6lGPknv0cW+wMxOLlx8qpy01ShkkynynGNJQ53niqAdze},{src:https://calendar-app.cafe24.com/openapi/inject.js?vs20240826094029.1&client_idA8RQp67UIt9nBlqvThz2jC};CAFE24.APPSCRIPT_SDK_DATA CAFE24.APPSCRIPT_SDK_DATA || application,category,collection,community,customer,order,privacy,product,promotion,shipping,store,supply,notification,personal,design,mileage;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
]