It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://ssoaeng.co.kr

  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
  3.  
  4.  
  5.  
  6. <head><script>(function(i, s, o, g, r) {
  7.    var a = s.createElement(o);
  8.    var m = s.getElementsByTagName(o)[0];
  9.    a.async = true;
  10.    a.src = g;
  11.    a.onload = function() {
  12.        if (i[r].init) {
  13.            i[r].init('https://js-error-tracer-api.cafe24.com', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ5ZW9uNTczMi5jYWZlMjQuY29tIiwiYXVkIjoianMtZXJyb3ItdHJhY2VyLWFwaS5jYWZlMjQuY29tIiwibWFsbF9pZCI6Inllb241NzMyIiwic2hvcF9ubyI6MSwicGF0aF9yb2xlIjoiTUFJTiIsImxhbmd1YWdlX2NvZGUiOiJrb19LUiIsImNvdW50cnlfY29kZSI6IktSIiwiaXNfeXRzIjpmYWxzZSwiaXNfY29udGFpbmVyIjpmYWxzZSwid29ya3NwYWNlIjoicHJvZHVjdGlvbiJ9.R7CulG62VWFbV2oE7aVihwJwrZ-PO8lIbWRIdRXrOt4', {"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}});
  14.        }
  15.    };
  16.    m.parentNode.insertBefore(a, m);
  17. }(window, document, 'script', '//optimizer.poxo.com/jet/jet.js', 'EC_JET'));</script>
  18. <script type="text/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 type="text/javascript">if (typeof EC_ROUTE === "undefined") {
  19.    /**
  20.     * 프론트용 라우트 플러그인
  21.     * @type {{bInit: boolean, init: EC_ROUTE.init}}
  22.     * CAFE24.ROUTE 참조
  23.     */
  24.    var EC_ROUTE = {
  25.        EC_DOMAIN_PATH_INFO: 'EC_DOMAIN_PATH_INFO',
  26.        bInit: false,
  27.        aFromList: [],
  28.        aToList: [],
  29.        aCleanFilter: null,
  30.        init: function () {
  31.            if (this.bInit || typeof CAFE24.ROUTE === 'undefined') {
  32.                return;
  33.            }
  34.            this.bInit = true;
  35.            this.aCleanFilter = [
  36.                /^shop[1-9][0-9]*$/,
  37.                /^(m|p)$/,
  38.                new RegExp('^(' + Object.keys(CAFE24.ROUTE.support_language_list).join('|')  + ')$'),
  39.                /^skin-(base|skin[1-9][0-9]*|mobile[0-9]*)$/,
  40.            ];
  41.        },
  42.        isNeedRoute: function ()
  43.        {
  44.            return CAFE24.ROUTE.is_need_route;
  45.        },
  46.        /**
  47.         *
  48.         * @param iShopNo
  49.         * @param bMobile
  50.         * @param sFrontLanguage
  51.         * @param sSkinCode
  52.         * @returns {*|string}
  53.         */
  54.        getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode)
  55.        {
  56.            var oRouteConfig = {};
  57.            if (typeof iShopNo == 'undefined') {
  58.                oRouteConfig.shop_no = CAFE24.SDE_SHOP_NUM;
  59.            } else {
  60.                oRouteConfig.shop_no = iShopNo;
  61.            }
  62.            if (typeof bMobile == 'undefined') {
  63.                oRouteConfig.is_mobile = false;
  64.            } else {
  65.                oRouteConfig.is_mobile = bMobile;
  66.            }
  67.            if (typeof sFrontLanguage == 'undefined') {
  68.                oRouteConfig.language_code = '';
  69.            }else {
  70.                oRouteConfig.language_code = sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다.
  71.            }
  72.            if (typeof sSkinCode == 'undefined') {
  73.                oRouteConfig.skin_code = '';
  74.            }else {
  75.                oRouteConfig.skin_code = sSkinCode;
  76.            }
  77.  
  78.            var sDomain = '';
  79.            if (oRouteConfig.shop_no != CAFE24.SDE_SHOP_NUM) {
  80.                // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다.
  81.                sDomain = this._getUrlDomainMultishop(oRouteConfig);
  82.            } else {
  83.                // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함.
  84.                sDomain = this._getUrlDomain(oRouteConfig);
  85.            }
  86.            return sDomain;
  87.        },
  88.        _getUrlDomainMultishop: function (oRouteConfig)
  89.        {
  90.            var sDomain = '';
  91.            EC$.ajax({
  92.                type: 'GET',
  93.                url: '/exec/front/Shop/Domain',
  94.                data: {
  95.                    '_shop_no' : oRouteConfig.shop_no,
  96.                    'is_mobile' : oRouteConfig.is_mobile,
  97.                    'language_code' : oRouteConfig.language_code,
  98.                    'skin_code' : oRouteConfig.skin_code,
  99.                },
  100.                async: false,
  101.                dataType: 'json',
  102.                cache: true,
  103.                success: function(oResult) {
  104.                    switch (oResult.code) {
  105.                        case '0000' :
  106.                            sDomain = oResult.data;
  107.                            break;
  108.                        default :
  109.                            break;
  110.                    }
  111.                    return false;
  112.                }
  113.            });
  114.            return sDomain;
  115.        },
  116.        _getUrlDomain: function (oRouteConfig)
  117.        {
  118.            oRouteConfig.domain = this._getCreateHost(oRouteConfig);
  119.            return location.protocol + '//' + oRouteConfig.domain + this._getCreateUri(oRouteConfig);
  120.        },
  121.        _getCreateHost : function (oRouteConfig)
  122.        {
  123.            var sHost = location.host;
  124.            var aHost = sHost.split('.');
  125.            if (this.isBaseDomain(sHost)) {
  126.                if (aHost.length > 3) {
  127.                    aHost[0] = '';
  128.                }
  129.            } else if (oRouteConfig.is_mobile) {
  130.                if (this.isMobileDomain()) {
  131.                    oRouteConfig.is_mobile = false;
  132.                }
  133.            }
  134.            return aHost.filter(Boolean).join('.');
  135.        },
  136.        _getCreateUri: function (oRouteInfo)
  137.        {
  138.            var aUrl = [];
  139.            if (this.isBaseDomain() && oRouteInfo.shop_no > 1) {
  140.                aUrl.push('shop' + oRouteInfo.shop_no);
  141.            }
  142.            if (oRouteInfo.is_mobile) {
  143.                aUrl.push('m');
  144.            }
  145.            if (oRouteInfo.language_code != 'ZZ' && oRouteInfo.language_code != '') {
  146.                var iIndex = Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code);
  147.                if (iIndex !== -1) {
  148.                    aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)[iIndex]);
  149.                }
  150.            }
  151.            if (this.isBaseDomain() && oRouteInfo.skin_code != 'default' && oRouteInfo.skin_code != '') {
  152.                aUrl.push('skin-' + oRouteInfo.skin_code);
  153.            }
  154.            var sUrl= '/';
  155.            if (aUrl.length > 0) {
  156.                sUrl= '/' + aUrl.join('/');
  157.                sUrl = this.rtrim(sUrl, '/');
  158.            }
  159.            return sUrl;
  160.        },
  161.        /**
  162.         * en, en-US => en_US
  163.         */
  164.        convertValidLanguageCode: function (sUrlLanguageCode)
  165.        {
  166.            if (typeof CAFE24.ROUTE.support_language_list[sUrlLanguageCode] != 'undefined') {
  167.                return CAFE24.ROUTE.support_language_list[sUrlLanguageCode];
  168.            }
  169.            return false;
  170.        },
  171.        isMobileDomain: function (sHost)
  172.        {
  173.            if (typeof sHost == 'undefined') {
  174.                sHost = location.host;
  175.            }
  176.            var aMatched = sHost.match(/^(m|mobile|skin\-mobile|skin\-mobile[0-9]+[\-]{2}shop[0-9]+|skin\-mobile[0-9]+|mobile[\-]{2}shop[0-9]+)\./i);
  177.            return aMatched != null;
  178.        },
  179.        isBaseDomain: function (sHost)
  180.        {
  181.            if (typeof sHost == 'undefined') {
  182.                sHost = location.host;
  183.            }
  184.            return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) !== -1;
  185.        },
  186.        removePrefixUrl: function (sUrl)
  187.        {
  188.            if (this.isNeedRoute()) {
  189.                sUrl = sUrl.replace(this.getPrefixUrl('/'), '/'); // 자동으로  prefix 붙은 영역을 제거해준다.
  190.            }
  191.            return sUrl;
  192.        },
  193.        getPrefixUrl: function (sUrl)
  194.        {
  195.            if (this.isNeedRoute() === false) {
  196.                return sUrl;
  197.            }
  198.            if (sUrl.indexOf('/') !== 0) {
  199.                return sUrl;
  200.            }
  201.            if (sUrl.match(/^\/{2,}/) !== null) {
  202.                return sUrl;
  203.            }
  204.  
  205.            var iCachedPosition = this.aFromList.indexOf(sUrl);
  206.            if (iCachedPosition > -1) {
  207.                return this.aToList[iCachedPosition];
  208.            }
  209.  
  210.            var bTailSlash = (sCleanUrl !== '/' && sUrl.substr(-1) === '/');
  211.            var sCleanUrl = this.getCleanUrl(sUrl);
  212.            var aPrefixPart = CAFE24.ROUTE.path.prefix.split('/');
  213.            var aUrlPart = sCleanUrl.split('/');
  214.            var bMatched = true;
  215.            var sReturnUrl = sCleanUrl;
  216.            if (aUrlPart.length < aPrefixPart.length) {
  217.                bMatched = false;
  218.            } else {
  219.                for (var i = 0; i < aPrefixPart.length ; i++) {
  220.                    if (aPrefixPart[i] != aUrlPart[i]) {
  221.                        bMatched = false;
  222.                        break;
  223.                    }
  224.                }
  225.            }
  226.            if (bMatched === false) {
  227.                if (sCleanUrl == '/') {
  228.                    sReturnUrl = CAFE24.ROUTE.path.prefix;
  229.                } else {
  230.                    sReturnUrl = CAFE24.ROUTE.path.prefix +  sCleanUrl;
  231.                }
  232.                sReturnUrl = bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, '/')
  233.                this.aFromList.push(sUrl);
  234.                this.aToList.push(sReturnUrl);
  235.            }
  236.            return sReturnUrl;
  237.        },
  238.        /**
  239.         * document.location.pathname 이 필요할 경우 사용한다.
  240.         * @returns {*}
  241.         */
  242.        getPathName: function()
  243.        {
  244.            if (typeof CAFE24.ROUTE.path.result == 'undefined') {
  245.                return document.location.pathname;
  246.            }
  247.            return CAFE24.ROUTE.path.result;
  248.        },
  249.        rtrim: function (str, chr)
  250.        {
  251.            var rgxtrim = (!chr) ? new RegExp('\\s+$') : new RegExp(chr+'+$');
  252.            return str.replace(rgxtrim, '');
  253.        },
  254.        getShopNo: function ()
  255.        {
  256.            return CAFE24.ROUTE.shop_no;
  257.        },
  258.        getSkinCode: function ()
  259.        {
  260.            return CAFE24.ROUTE.skin_code;
  261.        },
  262.        getLanguageCode: function ()
  263.        {
  264.            return CAFE24.ROUTE.language_code;
  265.        },
  266.        getMobile: function ()
  267.        {
  268.            return CAFE24.ROUTE.is_mobile;
  269.        },
  270.        getIsMobile: function ()
  271.        {
  272.            return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile[0-9]*$/);
  273.        },
  274.        getCleanUrl: function (sUrl)
  275.        {
  276.            if (sUrl === '/') {
  277.                return sUrl;
  278.            }
  279.  
  280.            var aUrl = sUrl.split('/');
  281.            aUrl.shift();
  282.  
  283.            if (aUrl.length < 1) {
  284.                return sUrl;
  285.            }
  286.  
  287.            // 현재 4 depth 까지 미리보기 기능이 구현되어있음
  288.            var iPos = 0;
  289.            var bFind = false;
  290.            for (var i = 0; i < aUrl.length ; i++) {
  291.                bFind = false;
  292.                for (var iSub = iPos, iSubCount = this.aCleanFilter.length; iSub < iSubCount ; iSub++) {
  293.                    if (aUrl[i].match(this.aCleanFilter[iSub]) !== null) {
  294.                        bFind = true;
  295.                        iPos = iSub + 1;
  296.                        aUrl.splice(i, 1);
  297.                        i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨.
  298.                        break;
  299.                    }
  300.                }
  301.                if (bFind === false) {
  302.                    break;
  303.                }
  304.            }
  305.            return '/' + aUrl.join('/');
  306.        },
  307.        getIsEasyUrl : function ()
  308.        {
  309.            return !window.location.pathname.match(/^[\w\/\-\.]+(php|html|htm)$/i);
  310.        }
  311.    };
  312.    EC_ROUTE.init();
  313. }
  314. </script>
  315. <meta name="path_role" content="MAIN" />
  316. <meta name="author" content="쏘앵" />
  317. <meta name="description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" />
  318. <meta name="keywords" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  319.  
  320.    <link href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css" rel="stylesheet" type="text/css">
  321.    <link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
  322.    <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
  323.    <meta property="og:type" content="website">
  324. <meta property="og:title" content="쏘앵">
  325. <meta property="og:url" content="http://www.ssoaeng.co.kr">
  326. <meta property="og:description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매">
  327. <link rel="canonical" href="http://www.ssoaeng.co.kr">
  328.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  329.  
  330.  
  331.    <!--PG크로스브라우징필수내용 시작-->
  332.    <meta http-equiv="Cache-Control" content="no-cache">
  333.    <meta http-equiv="Expires" content="0">
  334.    <meta http-equiv="Pragma" content="no-cache">
  335.    <!--PG크로스브라우징필수내용 끝-->
  336.  
  337.    <!--해당 CSS는 쇼핑몰 전체 페이지에 영향을 줍니다. 삭제와 수정에 주의해주세요.-->
  338.    
  339.    
  340.    
  341.    
  342.  
  343.    <!-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. -->
  344.    
  345.    
  346.    
  347.    <script type="text/javascript" src="/ec-js/common.js"></script><!-- 해당 JS는 플래시를 사용하기 위한 스크립트입니다. -->
  348.    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  349. <meta name="naver-site-verification" content="a41a1a033ac348e2488667d9fbf46e89258d6976" />
  350. <meta name="google-site-verification" content="Iuo_pExjQtpZiajNSsDeOiL-FkJ5hOH6vdpuaCoQpVw" />
  351. <meta name="msvalidate.01" content="9FCC140002FD0242619917FEE8746F37" />
  352. <meta name="facebook-domain-verification" content="w859bosrlckgp1fhplaa1za22yq6om" />
  353. <meta property="og:title" content="쏘앵" />
  354. <meta property="og:description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" />
  355. <meta property="og:site_name" content="쏘앵" />
  356. <meta property="og:type" content="website" />
  357. <link rel="shortcut icon" href="/web/upload/favicon_20150216221033.ico" />
  358. <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
  359. <script type="text/javascript">var CAFE24API = { instance : [], MALL_ID : 'yeon5732', 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.instance[appKey]) { 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)) { copyObject[attr] = CAFE24API[attr]; } } this.instance[appKey] = copyObject; } return this.instance[appKey]; } }, initializeXhr : function () { try { return new XMLHttpRequest(); } catch (error) { return new window.ActiveXObject('Microsoft.XMLHTTP'); } }, fullPath: function (url) { return 'https://yeon5732.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'}}); } }); }, 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) queryVars['cafe24_app_key'] = obj.clientId; if (obj.version) queryVars['cafe24_api_version'] = obj.version; if (params === null) { var seperator = url.indexOf('?') == -1 ? '?' : '&'; var queryString = []; for (var key in queryVars) { queryString.push(key + '=' + queryVars[key]); } 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; charset=utf-8'); for (var key in queryVars) { params[key] = queryVars[key]; } 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>
  360. <script type="text/javascript">
  361. window.CAFE24 = window.CAFE24 || {};
  362. CAFE24.MANIFEST_CACHE_REVISION = '2507021416';
  363. CAFE24.getDeprecatedNamespace = function(sDeprecatedNamespace, sSupersededNamespace) {
  364. var sNamespace = sSupersededNamespace
  365. ? sSupersededNamespace
  366. : sDeprecatedNamespace.replace(/^EC_/, '');
  367. return CAFE24[sNamespace];
  368. }
  369. CAFE24.FRONT_LANGUAGE_CODE = "ko_KR";
  370. CAFE24.MOBILE = false;
  371. CAFE24.MOBILE_DEVICE = false;
  372. CAFE24.MOBILE_USE = true;
  373. var EC_MOBILE = CAFE24.MOBILE;
  374. var EC_MOBILE_DEVICE = CAFE24.MOBILE_DEVICE;
  375. var EC_MOBILE_USE = CAFE24.MOBILE_USE;
  376. CAFE24.SKIN_CODE = "skin11";
  377. CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = {"common_member_id_crypt":""};
  378. var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = CAFE24.getDeprecatedNamespace('EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA');
  379. CAFE24.SDE_SHOP_NUM = 1;CAFE24.SHOP = {getLanguage : 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 false; },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 {
  380. "KR": "ko_KR",
  381. "US": "en_US",
  382. "JP": "ja_JP",
  383. "CN": "zh_CN",
  384. "TW": "zh_TW",
  385. "VN": "vi_VN",
  386. "PH": "en_PH"
  387. }},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; },isG2G : function() {return false; },getAdminID : function() {return ''},getMallID : function() {return 'yeon5732'},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) {
  388. sPriceTxt = String(sPriceTxt);
  389. var aCurrencySymbol = ["","\uc6d0",false];
  390. if (typeof CAFE24.SHOP_PRICE !== 'undefined' && isNaN(sPriceTxt.replace(/[,]/gi, '')) === false && bIsNumberFormat === true) {
  391. // bIsNumberFormat 사용하려면 Ui(':libUipackCurrency')->plugin('Currency') 화폐 라이브러리 추가 필요
  392. sPriceTxt = CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/[,]/gi, ''), true, CAFE24.SDE_SHOP_NUM);
  393. }
  394. try {
  395. var sPlusMinusSign = (sPriceTxt.toString()).substr(0, 1);
  396. if (sPlusMinusSign === '-' || sPlusMinusSign === '+') {
  397. sPriceTxt = (sPriceTxt.toString()).substr(1);
  398. return sPlusMinusSign + aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  399. } else {
  400. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  401. }
  402. } catch (e) {
  403. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  404. }
  405. }};CAFE24.CURRENCY_INFO = {getOriginReferenceCurrency : function() {return 'USD'},getCurrencyList : function(sCurrencyCode) { var aCurrencyList = {"JPY":{"currency_symbol":"&yen;","decimal_place":0,"round_method_type":"F"},"VND":{"currency_symbol":"&#8363;","decimal_place":0,"round_method_type":"F"},"PHP":{"currency_symbol":"&#8369;","decimal_place":2,"round_method_type":"R"},"USD":{"currency_symbol":"$","decimal_place":2,"round_method_type":"R"},"CNY":{"currency_symbol":"&yen;","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":".&#1583;.&#1576;","decimal_place":3,"round_method_type":"R"},"BDT":{"currency_symbol":"&#2547;","decimal_place":2,"round_method_type":"R"},"GBP":{"currency_symbol":"&pound;","decimal_place":2,"round_method_type":"R"},"CAD":{"currency_symbol":"C$","decimal_place":2,"round_method_type":"R"},"CZK":{"currency_symbol":"K&#269;","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":"&#8377;","decimal_place":2,"round_method_type":"R"},"IDR":{"currency_symbol":"Rp","decimal_place":0,"round_method_type":"F"},"ILS":{"currency_symbol":"&#8362;","decimal_place":2,"round_method_type":"R"},"JOD":{"currency_symbol":" &#1583;&#1610;&#1606;&#1575;&#1585;","decimal_place":3,"round_method_type":"R"},"KWD":{"currency_symbol":"&#1583;&#1610;&#1606;&#1575;&#1585;","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":"&#8360;","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":"&#65020;","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":"&#3647;","decimal_place":2,"round_method_type":"R"},"TRY":{"currency_symbol":"TL","decimal_place":2,"round_method_type":"R"},"AED":{"currency_symbol":"&#1601;&#1604;&#1587;","decimal_place":2,"round_method_type":"R"}}; return aCurrencyList[sCurrencyCode] },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() {
  406. var oBankInfo = "";
  407. $.ajax({
  408. type: "GET",
  409. url: "/exec/front/Shop/Bankinfo",
  410. dataType: "json",
  411. async: false,
  412. success: function(oResponse) {
  413. oBankInfo = oResponse;
  414. }
  415. });
  416. return oBankInfo; }};            var EC_SDE_SHOP_NUM = CAFE24.SDE_SHOP_NUM;
  417. var SHOP = CAFE24.getDeprecatedNamespace('SHOP');
  418. var EC_COMMON_UTIL = CAFE24.getDeprecatedNamespace('EC_COMMON_UTIL');
  419. var EC_SHOP_LIB_INFO = CAFE24.getDeprecatedNamespace('EC_SHOP_LIB_INFO');
  420. var EC_CURRENCY_INFO = CAFE24.getDeprecatedNamespace('EC_CURRENCY_INFO');
  421. CAFE24.ROOT_DOMAIN = "cafe24.com";
  422. CAFE24.API_DOMAIN = "cafe24api.com";
  423. CAFE24.TRANSLATE_LOG_STATUS = "F";
  424. CAFE24.GLOBAL_INFO = (function() {
  425. var oData = {"base_domain":"yeon5732.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"};
  426. return {
  427. getBaseDomain: function() {
  428. return oData['base_domain'];
  429. },
  430. getRootDomain: function() {
  431. return oData['root_domain'];
  432. },
  433. getApiDomain: function() {
  434. return oData['api_domain'];
  435. },
  436. isGlobal: function() {
  437. return oData['is_global'];
  438. },
  439. isGlobalStandard: function() {
  440. return oData['is_global_standard'];
  441. },
  442. getCountryCode: function() {
  443. return oData['country_code'];
  444. },
  445. getLanguageCode: function() {
  446. return oData['language_code'];
  447. },
  448. getAdminLanguageCode: function() {
  449. return oData['admin_language_code'];
  450. }
  451. };
  452. })();
  453. var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN;
  454. var EC_API_DOMAIN = CAFE24.API_DOMAIN;
  455. var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS;
  456. var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO');
  457. CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"];
  458. 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"};
  459. var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE;
  460. var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES;
  461. CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = {  
  462. sClearanceCategoryCode: '',
  463. sManualLink: '//support.cafe24.com/hc/ko/articles/7739013909529',
  464. sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system',
  465. aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"',
  466. sCountryCodeData: 'kor',
  467. sEnglishExampleURlForGlobal: '',
  468. aReverseAddressCountryCode: ["VNM","PHL"],
  469. aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]',
  470. aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"]
  471. };
  472. var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES');
  473. CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = {
  474. aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"},
  475. aUseIdCardKeyCountry: ["CN","TW"],
  476. 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"]},
  477. aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"],
  478. aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}},
  479. aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"},
  480. aUseDeferPaymethod: ["ja_JP","zh_CN"],
  481. aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"],
  482. aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"},
  483. aCheckStoreByPaymethod: ["ja_JP","zh_CN"],
  484. aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"],
  485. aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"},
  486. aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"],
  487. aNoCheckZipCode: ["KOR","JPN"],
  488. aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"],
  489. aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"],
  490. aDuplicatedBaseAddr: ["TW","JP"],
  491. aReverseAddressCountryCode: ["VN","PH"],
  492. aCheckZipCode: ["PHL","en_PH","PH"]
  493. };
  494. var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES');
  495. CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = {  
  496. sAdminWebEditorLanguageCode: 'ko' ,
  497. oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"],
  498. oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"},
  499. };
  500. var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES');
  501. CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = {  
  502. bUseLegacyBoard: true
  503. };
  504. var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES');
  505. CAFE24.GLOBAL_MALL_LANGUAGE_CODES = {
  506. oDesign: {
  507. 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"}},
  508. 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"},
  509. oSmartDesignSwitchTipLink: {"edibot":{"img":"\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/img_editor_dnd.png","link":"\/\/ecsupport.cafe24.com\/board\/free\/list.html?board_act=list&board_no=12&category_no=9&cate_no=9"},"smart":{"img":"\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/ko_KR\/img_editor_smart.png","link":"\/\/sdsupport.cafe24.com"}},
  510. oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"],
  511. 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"},
  512. aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"]
  513. },
  514. oStore: {
  515. 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"}},
  516. 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"}},
  517. aChangeableLanguages: ["en_US","ja_JP","ko_KR"],
  518. aNoZipCodeLanguage: ["ko_KR","ja_JP"]
  519. },
  520. oMobile: {
  521. sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641",
  522. sAmpFaqUrl: "https://ecsupport.cafe24.com/board/free/read.html?no=1864&board_no=5&category_no=13&cate_no=13&category_no=13&category_no=13",
  523. },
  524. oPromotion: {
  525. bQrCodeAvailable: true,
  526. bSnsMarketingAvailable: true
  527. },
  528. oShippingReverseAddressLanguage: ["vi_VN","en_PH"] ,
  529. 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"}},
  530. getAdminMainLocaleLanguage: function(sSkinLocaleCode) {
  531. var oLocaleData = [];
  532. var locale = "";
  533. var shopLangName = "";
  534. if (sSkinLocaleCode == "US") {
  535. locale = "en_US";
  536. shopLangName = "ENGLISH";
  537. } else if (sSkinLocaleCode == "JP") {
  538. locale = "ja_JP";
  539. shopLangName = "JAPANESE";
  540. } else if (sSkinLocaleCode == "CN") {
  541. locale = "zh_CN";
  542. shopLangName = "SIMPLIFIED.CHINESE";
  543. } else if (sSkinLocaleCode == "TW") {
  544. locale = "zh_TW";
  545. shopLangName = "TRADITIONAL.CHINESE";
  546. } else if (sSkinLocaleCode == "ES") {
  547. locale = "es_ES";
  548. shopLangName = "SPANISH";
  549. } else if (sSkinLocaleCode == "PT") {
  550. locale = "pt_PT";
  551. shopLangName = "PORTUGUESE";
  552. } else if (sSkinLocaleCode == "VN") {
  553. locale = "vi_VN";
  554. shopLangName = "VIETNAMESE";
  555. } else if(sSkinLocaleCode == "PH") {
  556. locale = "en_PH";
  557. shopLangName = "ENGLISH.PH";
  558. }
  559. oLocaleData["locale"] = locale;
  560. oLocaleData["shopLangName"] = shopLangName;
  561. return oLocaleData;
  562. }
  563. };
  564. var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES');
  565. CAFE24.GLOBAL_DATETIME_INFO = {
  566. oConstants: {"STANDARD_DATE_REGEX":"\/([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))\/","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-DD[T]HH: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"},
  567. 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"},
  568. oPolicies: {"shop":{"outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}},
  569. sOverrideTimezone: '',
  570. sMomentNamespace: 'EC_GLOBAL_MOMENT'
  571. };
  572. CAFE24.FRONT_JS_CONFIG_MANAGE = {"sSmartBannerScriptUrl":"https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs=1563164396689206","sMallId":"yeon5732","sDefaultAppDomain":"https:\/\/app4you.cafe24.com","sWebLogOffFlag":"F","cdnUrl":"https:\/\/cafe24.poxo.com\/ec01\/yeon5732\/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==\/_"};
  573. var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE');
  574. CAFE24.FRONT_JS_CONFIG_SHOP = {"search_period":[],"calendar_config":{"maxDate":"2027-07-12","locale":"ko"},"aProductPurchaseInfo_12194":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12186":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12189":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12192":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12187":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12190":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12183":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12174":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12191":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12188":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12175":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12084":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12034":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12045":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12046":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12069":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11435":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11967":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12182":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12185":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12181":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12176":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12180":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12184":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12179":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12177":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12173":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12178":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12172":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12164":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12170":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12167":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12166":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12165":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12171":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12168":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12169":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12163":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12162":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12161":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12160":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12159":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12157":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12155":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12158":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12156":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12154":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12153":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12146":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12149":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12150":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12147":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12148":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12139":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12141":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12140":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12144":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12145":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12142":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12138":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12137":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12134":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12136":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12131":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12132":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12129":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12128":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12133":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12114":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12127":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12122":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12126":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12117":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12120":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12125":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12115":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12113":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12124":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12116":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12123":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12119":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12111":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12110":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12107":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12105":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12109":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12108":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12112":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12099":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12100":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12104":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12101":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12098":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12093":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12102":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12097":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12090":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12095":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12096":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12086":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12094":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12091":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12082":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12088":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12081":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12077":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12078":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12118":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12103":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12087":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12085":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12071":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12052":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12047":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12051":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12048":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12044":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12033":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12029":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11755":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11742":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11473":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10466":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true}};
  575. var EC_FRONT_JS_CONFIG_SHOP = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_SHOP');
  576. CAFE24.FRONT_JS_CONFIG_MEMBER = {"sAuthUrl":"https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?action=auth"};
  577. var EC_FRONT_JS_CONFIG_MEMBER = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MEMBER');
  578. typeof window.CAFE24 === "undefined" && (window.CAFE24 = {});
  579. CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2507021416,"IS_WEB_VIEW":"F"};
  580. 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"}};
  581. </script>
  582.  
  583. <link rel="stylesheet" type="text/css" href="/ind-script/optimizer.php?filename=nY1BCkIxDAX3pVvPERU9gTcQPEBa87X8NClpCnp7xZUbQbp9vJmBu1aC3d6gmd4MKxh1HZYJcu-wmIpD1lpV4nvYwD9_yqErDy8qIeljEhzus1HGJ9kc6piYJlFtgYtQSCjys88lwaU0zCucv30nZJIrGhziMW5hYfRW8vrRvAA&type=css&k=3572cbbdf8913438f1d2bd7f51c552f63984d500&t=1726130154"  /><link rel="stylesheet" type="text/css" href="/ind-script/optimizer_user.php?filename=rdJRDsIwCADQf-ev5yBqjFfww0uwFjdmW5pCY3Z75-YN1h9CIHkBAowSCch1VakozCTpdr9eINc-sOtGiwHUU-dJeUigb07nM3R-AqcKfjpE5HRc8hPslTSwp7LD-jlRfA0EAWepBg6NBilzUzTWYKyj5CerNZWVsLjxQdj6Di8R20Vizgqc1HAoGD_sB7Ktt8Ud9H_EHpXdOrqTGCW1FLdCmy_NZbmsa4H1ti75BQ&type=css&k=2964b45e00f67eeefbe63cae88f49ca524628a79&t=1737699058&user=T"  />
  584. <style type="text/css">
  585.  
  586. </style>
  587. <title>쏘앵</title></head><body><span itemscope="" itemtype="http://schema.org/Organization">
  588.    <link itemprop="url" href="http://www.ssoaeng.co.kr">
  589.    <a itemprop="sameAs" href="https://www.instagram.com/ssoaeng_y"></a>
  590. <a itemprop="sameAs" href="https://www.facebook.com/ssoaeng.k"></a>
  591. </span>    
  592.    
  593.  
  594.    <!-- criteo loader -->
  595.    <script type="text/javascript" src="//dynamic.criteo.com/js/ld/ld.js?a=40780" async="true"></script>
  596.    <script type="text/javascript" src="//openapi.toup.net/common/js/md5.min.js" ></script>
  597.    <!-- criteo loader -->
  598.  
  599.  
  600.  
  601.  
  602. <!-- Uneedcomms Keepgrow Script -->
  603. <script id="kg-service-init" data-hosting="cafe24" src="//storage.keepgrow.com/admin/keepgrow-service/keepgrow-service_cdd9aaa8-1d95-4da2-9f48-35b1a061c701.js"></script>
  604. <!-- Uneedcomms Keepgrow Script -->
  605.  
  606. <!-- 인스타그램 연동아이콘 -->
  607. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:285px">
  608. <a href="https://www.instagram.com/ssoaeng_y/" target="_blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/ssoaeng/circle-insta.png" width="100%"></a>
  609. </div>
  610.  
  611. <!-- 유튜브 연동아이콘 -->
  612. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:233px">
  613. <a href="https://www.youtube.com/@ssoaengbubu" target="_blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/ssoaeng/circle_youtube.png" width="100%"></a>
  614. </div>
  615.  
  616. <!-- 카카오톡 연동아이콘 4 -->
  617. <div style="z-index:999999;width:56px;height:56px;position:fixed;right:5.9%;bottom:164px">
  618. <a href="#" target="_self" onclick="window.open('https://pf.kakao.com/_Mhxbxob/chat','NewWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=750,height=800')" onfocus="blur()"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/ssoaeng/katok.png" width="100%"></a></div>
  619.    
  620.  
  621. <div id="wrap">
  622.    
  623.    <!-- 좌측 -->
  624.    <!-- header -->
  625. <div id="header">
  626.  
  627.  <div class="left_zone">
  628.      
  629.    <div class="logo">
  630.        <!-- 로고 -->
  631.        <a href="/index.html"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/logo.png" alt="로고"></a>
  632.    </div>
  633.  
  634.    <div class="menu">
  635.        
  636.        
  637.        <ul class="category">
  638.            
  639.            <!-- 카테고리 시작 -->
  640.            <li class="store">          
  641.                  <div id="category" class="xans-element- xans-layout xans-layout-category"><div id="flip_1"><a href="#none" class="cate_title">CATEGORY<img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/cate_arrow.jpg"></a></div>
  642. <div id="panel_1">
  643.                      <div class="position">
  644.                          <ul>
  645.                              <li class="xans-record-"><a href="/product/list.html?cate_no=41">NEW 5%</a></li>
  646.                              <li class="xans-record-"><a href="/product/list.html?cate_no=30"><font color="#ec6a1c">BEST 50</font></a></li>
  647.                              <li class="xans-record-"><a href="/product/list.html?cate_no=100">FAMILY</a></li>
  648.                              <li class="xans-record-"><a href="/product/list.html?cate_no=102">SET</a></li>
  649.                              <li class="xans-record-"><a href="/product/list.html?cate_no=27">OUTER</a></li>
  650.                              <li class="xans-record-"><a href="/product/list.html?cate_no=26">TOP</a></li>
  651.                              <li class="xans-record-"><a href="/product/list.html?cate_no=81">COUPLE</a></li>
  652.                              <li class="xans-record-"><a href="/product/list.html?cate_no=28">DRESS</a></li>
  653.                              <li class="xans-record-"><a href="/product/list.html?cate_no=29">BOTTOM</a></li>
  654.                              <li class="xans-record-"><a href="/product/list.html?cate_no=42">SHOES & BAG</a></li>
  655.                              <li class="xans-record-"><a href="/product/list.html?cate_no=32">ACC</a></li>
  656.                              <li class="xans-record-"><a href="/product/list.html?cate_no=104">season off ~30%</a></li>
  657.                                                        </ul>
  658.                      </div>
  659.                      </div>
  660. </div>
  661.            </li>
  662.            
  663.            <li class="margin">
  664.                <!-- 고객센터 -->
  665.                <div id="flip"><a href="#none" class="cate_title">C/S<img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/cate_arrow.jpg"></a></div>
  666.                <div id="panel">
  667.                    <p class="tel">쏘앵 카카오채널 1:1 상담</p>
  668.                    <p class="time">AM11-PM3<br>LUNCH PM12-PM1:00<br>(SAT.RED CLOSED)</p>
  669.                </div>
  670.            </li>
  671.            <!-- 카테고리 끝 -->
  672.        </ul>
  673.    </div>
  674.      
  675.      
  676.      
  677.      
  678.          
  679.      
  680.      
  681.      
  682.  </div>
  683.    
  684.    
  685.  
  686.    
  687.  <div class="right_zone">  
  688.     <div class="inner">
  689.      <div id="find_btn"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/left_search_btn.png"></a></div>
  690.      <div id="find_view">
  691.            <form id="searchBarForm" name="" action="/product/search.html" method="get" target="_self" enctype="multipart/form-data" >
  692. <input id="banner_action" name="banner_action" value="" type="hidden"  /><div class="xans-element- xans-layout xans-layout-searchheader "><!--
  693.                $product_page=/product/detail.html
  694.                $category_page=/product/list.html
  695.            -->
  696. <fieldset>
  697.                <legend>검색</legend>
  698.                <input id="keyword" name="keyword" fw-filter="" fw-label="검색어" fw-msg="" class="inputTypeText" placeholder="" onmousedown="SEARCH_BANNER.clickSearchForm(this)" value="" type="text"  /><input type="image" src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s72_find_btn.jpg" alt="검색" onclick="SEARCH_BANNER.submitSearchBanner(this); return false;">
  699. </fieldset>
  700. </div>
  701. </form>     </div>
  702.     </div>
  703.  </div>
  704.    
  705. </div>
  706.    
  707.    
  708.    <div id="container">
  709.        
  710.        
  711.  
  712.  
  713. <!-- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★    
  714.  
  715.  
  716. - 직접 수정하실 경우 꼭! 백업 후 작업해주세요. ^ ^
  717.  
  718. - 현재 편집창에서 이미지를 직접 바꾸실 경우 경로가 바뀌어 차후 유지/보수가 어려워집니다.
  719.  아래 표기된 경로와 파일명으로 FTP 접속 > 업로드 > 덮어쓰기로 처리해주세요!
  720.  (제공해드리는 원본파일명으로 제작되었으니 FTP 업로드방법을 참조하시어 작업하시면 됩니다.)
  721.  
  722. - ★ FTP 경로 : sde_design/skin1(스킨번호)/_dj/img ★ 사이트의 모든 이미지는 해당 FTP 경로에 업로드하시면 됩니다.
  723.  
  724. - 왼쪽 로고+메뉴부분 : dj/header.html
  725.  
  726. - 좌측 검색창에 위 주소를 복사해 검색하시면 해당 파일을 열수 있습니다.
  727.  
  728. - 원하시는 수정 페이지를 쉽게 찾으시는 방법 !
  729.  사이트를 연 상태에서 상단 주소창에 표시된 주소중 도메인을 제외한 url로 좌측 검색창에서 검색하시면 됩니다. (html까지만)
  730.  ex) http://ecudemo50534.cafe24.com/product/list.html?cate_no=24 이라면 product/list.html 로 검색하세요!
  731.  
  732.  
  733. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ -->
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741. <div id="main_item_all">
  742.       <div class="xans-element- xans-product xans-product-listmain-4 xans-product-listmain xans-product-4 ec-base-product best_item"><!--
  743.               $count = 5
  744.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  745.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  746.           -->
  747. <div class="main_item_list item_left">
  748.             <ul class="prdList best_ul grid2">  
  749.                
  750.                
  751.              <li id="anchorBoxId_12194" class="xans-record-">
  752.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12194&cate_no=1&display_group=5';">
  753.                   <div class="thumbnail">
  754.                       <a href="/product/detail.html?product_no=12194&cate_no=1&display_group=5" name="anchorBoxName_12194"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/de924eee3544bc311b688590c83c7c78.jpg" id="eListPrdImage12194_5" alt="-"></a>
  755.                   </div>  
  756.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12194&cate_no=1&display_group=5';">
  757.                     <div class="inner">
  758.                       <p class="name"><a href="/product/detail.html?product_no=12194&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">-</span>      </a></p>
  759.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  760. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">1won</span><span id="span_product_tax_type_text" style=""> </span></li>
  761. </ul>
  762.                     </div>
  763.                    </div>
  764.                  </div>
  765.               </li>
  766.                
  767.  
  768.              <!-- 첫번째 상품아래 텍스트 -->
  769.              <li class="item_text">
  770.                   <div class="box_design_main" onclick="window.location.href='/_dj/lookbook_list.html?cate_no=45';">
  771.                           <p>NEW SEASON RULES</p>
  772.                           <p>whether you're heading back to uni or just want to update your everyday basics</p>
  773.                           <p>5%</p>
  774.                   </div>
  775.               </li>
  776.                
  777.              <li id="anchorBoxId_12186" class="xans-record-">
  778.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12186&cate_no=1&display_group=5';">
  779.                   <div class="thumbnail">
  780.                       <a href="/product/detail.html?product_no=12186&cate_no=1&display_group=5" name="anchorBoxName_12186"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/7093c5540bc8a29eb311fa96388f54fa.webp" id="eListPrdImage12186_5" alt="H라인카고스커트-sk"></a>
  781.                   </div>  
  782.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12186&cate_no=1&display_group=5';">
  783.                     <div class="inner">
  784.                       <p class="name"><a href="/product/detail.html?product_no=12186&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">H라인카고스커트-sk</span>      </a></p>
  785.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  786. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">57,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  787. </ul>
  788.                     </div>
  789.                    </div>
  790.                  </div>
  791.               </li>
  792.                
  793.                              <li id="anchorBoxId_12189" class="xans-record-">
  794.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=5';">
  795.                   <div class="thumbnail">
  796.                       <a href="/product/detail.html?product_no=12189&cate_no=1&display_group=5" name="anchorBoxName_12189"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/f311c1bd69cf1a8e510a57b628251324.webp" id="eListPrdImage12189_5" alt="[signaturefit♥] 피그박시반팔티-t"></a>
  797.                   </div>  
  798.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=5';">
  799.                     <div class="inner">
  800.                       <p class="name"><a href="/product/detail.html?product_no=12189&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">[signaturefit♥] 피그박시반팔티-t</span>      </a></p>
  801.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  802. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  803. </ul>
  804.                     </div>
  805.                    </div>
  806.                  </div>
  807.               </li>
  808.                
  809.                
  810.                
  811.           </ul>
  812.              
  813.              
  814.           <ul class="prdList grid2 best_ul right_sec">
  815.          
  816.               <li>
  817.                    <div id="main_slide1">
  818.           <div class="dj_slider_1">  
  819.                
  820.                  <div class="slider_1">  
  821.                            
  822.                                     <!----------------
  823.  
  824.                                     메인 이미지 롤링
  825.                                     이미지사이즈 909 * 1160
  826.                                     onclick="window.location.href='링크주소';"
  827.  
  828.                                     ------------------>                          
  829.                                     <div onclick="window.location.href='https://www.ssoaeng.co.kr/product/detail.html?product_no=11914&amp;cate_no=1&amp;display_group=12';" class="list1" data-thumb=""><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s74_main_imgaa1-1.jpg" style="width:100%"></div>        
  830.                 </div>  
  831.  
  832.                
  833. <script type="text/javascript" src="/_dj/js/slick/slick.min.js"></script>
  834.                  <!--
  835.  
  836.                  autoplaySpeed: 4000 에서 속도를 조절하시면 됩니다. 1000 = 1초
  837.  
  838.                  -->
  839.                  <script type="text/javascript">
  840.                  $('.slider_1').slick({      
  841.                  autoplay: true,
  842.                  customPaging : function(slider_1, i) {
  843.                  var thumb = $(slider_1.$slides[i]).data('thumb');
  844.                  return ''+thumb+'';},
  845.                 autoplaySpeed: 9000,
  846.                 dots: false,
  847.                  arrow: true,
  848.                  infinite: true,
  849.                  speed: 300,              
  850.                  cssEase: 'linear',
  851.                 accessibility: false,
  852.                 pauseOnHover: false,          
  853.                 });
  854.                 </script>
  855.       </div>  
  856.            </div>    
  857.            </li>
  858.        
  859.            <li id="anchorBoxId_12192" class="xans-record-">
  860.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12192&cate_no=1&display_group=5';">
  861.                   <div class="thumbnail">
  862.                       <a href="/product/detail.html?product_no=12192&cate_no=1&display_group=5" name="anchorBoxName_12192"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/cccf4b3ceff6f3cc059040539cf5a048.webp" id="eListPrdImage12192_5" alt="펀칭미니원피스-ops"></a>
  863.                   </div>  
  864.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12192&cate_no=1&display_group=5';">
  865.                     <div class="inner">
  866.                       <p class="name"><a href="/product/detail.html?product_no=12192&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">펀칭미니원피스-ops</span>      </a></p>
  867.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  868. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">40,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  869. </ul>
  870.                     </div>
  871.                    </div>
  872.                  </div>
  873.               </li>
  874.                
  875.              
  876.             <li id="anchorBoxId_12187" class="xans-record-">
  877.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12187&cate_no=1&display_group=5';">
  878.                   <div class="thumbnail">
  879.                       <a href="/product/detail.html?product_no=12187&cate_no=1&display_group=5" name="anchorBoxName_12187"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/a2e7b358d576d30ec5451399228164c0.jpg" id="eListPrdImage12187_5" alt="스트라이프나시-n"></a>
  880.                   </div>  
  881.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12187&cate_no=1&display_group=5';">
  882.                     <div class="inner">
  883.                       <p class="name"><a href="/product/detail.html?product_no=12187&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">스트라이프나시-n</span>      </a></p>
  884.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  885. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  886. </ul>
  887.                     </div>
  888.                    </div>
  889.                  </div>
  890.               </li>
  891.                
  892.          </ul>
  893.       </div>
  894. </div>
  895.  
  896.       <!-- //추천상품 -->
  897.  
  898.  
  899. <!-- [UPSELL] timesale -->
  900. <upsell-widget-timesale data-widget-id="9426" data-content-center="false" style="--container-max-width: 1200px; --mobile-padding: 0 15px"></upsell-widget-timesale>
  901. <!-- [UPSELL] timesale -->    
  902.  
  903. <!-- [UPSELL] main-page -->
  904. <upsell-widget-main-page data-widget-id="9423"></upsell-widget-main-page>
  905. <!-- [UPSELL] main-page -->
  906.    
  907.    
  908.      <!-- //추천상품 -->
  909.       <div class="xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product new_item"><!--
  910.               $count = 6
  911.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  912.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  913.           -->
  914. <div class="main_item_list">
  915.             <ul class="prdList grid3">  
  916.        
  917.                 <li id="anchorBoxId_12190" class="xans-record-">
  918.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12190&cate_no=1&display_group=2';">
  919.                   <div class="thumbnail">
  920.                       <a href="/product/detail.html?product_no=12190&cate_no=1&display_group=2" name="anchorBoxName_12190"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/9d3e5ec9670e179a50bc6b7e4eccb7e6.webp" id="eListPrdImage12190_2" alt="테리단추나시-n"></a>
  921.                   </div>  
  922.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12190&cate_no=1&display_group=2';">
  923.                     <div class="inner">
  924.                       <p class="name"><a href="/product/detail.html?product_no=12190&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">테리단추나시-n</span>      </a></p>
  925.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  926. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  927. </ul>
  928.                     </div>
  929.                    </div>
  930.                  </div>
  931.               </li>
  932.                
  933.                
  934.              <li id="anchorBoxId_12183" class="xans-record-">
  935.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12183&cate_no=1&display_group=2';">
  936.                   <div class="thumbnail">
  937.                       <a href="/product/detail.html?product_no=12183&cate_no=1&display_group=2" name="anchorBoxName_12183"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/19f51e933b35edc6e55603a1dd5686cb.webp" id="eListPrdImage12183_2" alt="벌룬바스락블라우스-bl"></a>
  938.                   </div>  
  939.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12183&cate_no=1&display_group=2';">
  940.                     <div class="inner">
  941.                       <p class="name"><a href="/product/detail.html?product_no=12183&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">벌룬바스락블라우스-bl</span>      </a></p>
  942.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  943. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  944. </ul>
  945.                     </div>
  946.                    </div>
  947.                  </div>
  948.               </li>
  949.               <li id="anchorBoxId_12189" class="xans-record-">
  950.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=2';">
  951.                   <div class="thumbnail">
  952.                       <a href="/product/detail.html?product_no=12189&cate_no=1&display_group=2" name="anchorBoxName_12189"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/f311c1bd69cf1a8e510a57b628251324.webp" id="eListPrdImage12189_2" alt="[signaturefit♥] 피그박시반팔티-t"></a>
  953.                   </div>  
  954.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=2';">
  955.                     <div class="inner">
  956.                       <p class="name"><a href="/product/detail.html?product_no=12189&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">[signaturefit♥] 피그박시반팔티-t</span>      </a></p>
  957.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  958. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  959. </ul>
  960.                     </div>
  961.                    </div>
  962.                  </div>
  963.               </li>
  964. <li id="anchorBoxId_12174" class="xans-record-">
  965.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12174&cate_no=1&display_group=2';">
  966.                   <div class="thumbnail">
  967.                       <a href="/product/detail.html?product_no=12174&cate_no=1&display_group=2" name="anchorBoxName_12174"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/64f7739c705ea75f58f24883ca786b13.webp" id="eListPrdImage12174_2" alt="하와이피그박시나시-n"></a>
  968.                   </div>  
  969.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12174&cate_no=1&display_group=2';">
  970.                     <div class="inner">
  971.                       <p class="name"><a href="/product/detail.html?product_no=12174&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">하와이피그박시나시-n</span>      </a></p>
  972.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  973. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  974. </ul>
  975.                     </div>
  976.                    </div>
  977.                  </div>
  978.               </li>
  979. <li id="anchorBoxId_12191" class="xans-record-">
  980.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12191&cate_no=1&display_group=2';">
  981.                   <div class="thumbnail">
  982.                       <a href="/product/detail.html?product_no=12191&cate_no=1&display_group=2" name="anchorBoxName_12191"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/b581804147eb9fd413b905f71b59ad9a.jpg" id="eListPrdImage12191_2" alt="테리버뮤다팬츠-p"></a>
  983.                   </div>  
  984.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12191&cate_no=1&display_group=2';">
  985.                     <div class="inner">
  986.                       <p class="name"><a href="/product/detail.html?product_no=12191&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">테리버뮤다팬츠-p</span>      </a></p>
  987.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  988. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  989. </ul>
  990.                     </div>
  991.                    </div>
  992.                  </div>
  993.               </li>
  994. <li id="anchorBoxId_12188" class="xans-record-">
  995.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12188&cate_no=1&display_group=2';">
  996.                   <div class="thumbnail">
  997.                       <a href="/product/detail.html?product_no=12188&cate_no=1&display_group=2" name="anchorBoxName_12188"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/d0b07d9bf33e16e0b14aed260d99abc3.webp" id="eListPrdImage12188_2" alt="텐셀와플스커트-sk ㅣ 화이트"></a>
  998.                   </div>  
  999.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12188&cate_no=1&display_group=2';">
  1000.                     <div class="inner">
  1001.                       <p class="name"><a href="/product/detail.html?product_no=12188&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">텐셀와플스커트-sk ㅣ 화이트</span>      </a></p>
  1002.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  1003. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1004. </ul>
  1005.                     </div>
  1006.                    </div>
  1007.                  </div>
  1008.               </li>
  1009.           </ul>
  1010.       </div>
  1011. </div>
  1012.       <!-- //추천상품 -->
  1013.    
  1014. </div>
  1015.    
  1016.  
  1017.  
  1018.  
  1019.  
  1020.      <!-- BEST -->
  1021.       <div class="xans-element- xans-product xans-product-listmain-11 xans-product-listmain xans-product-11 ec-base-product new_item"><!--
  1022.               $count = 8
  1023.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1024.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1025.           -->
  1026. <p id="all_dot_title">best<br>product<br><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s69_title_dot.jpg"></p>
  1027. <div class="main_item_list">
  1028.             <ul class="prdList grid4">  
  1029.        
  1030.                 <li id="anchorBoxId_12175" class="xans-record-">
  1031.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12175&cate_no=1&display_group=12';">
  1032.                   <div class="thumbnail">
  1033.                       <a href="/product/detail.html?product_no=12175&cate_no=1&display_group=12" name="anchorBoxName_12175"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/7f9adc555acde8172338ce09a9c5fa40.webp" id="eListPrdImage12175_12" alt="스트라이프 비키니"></a>
  1034.                   </div>  
  1035.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12175&cate_no=1&display_group=12';">
  1036.                     <div class="inner">
  1037.                       <p class="name"><a href="/product/detail.html?product_no=12175&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">스트라이프 비키니</span>      </a></p>
  1038.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1039. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1040. <li class=" xans-record-">
  1041. <p class="title2 displaynone"></p></li>
  1042. </ul>
  1043.                     </div>
  1044.                    </div>
  1045.                  </div>
  1046.               </li>
  1047.                
  1048.                
  1049.            
  1050.               <li id="anchorBoxId_12084" class="xans-record-">
  1051.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12084&cate_no=1&display_group=12';">
  1052.                   <div class="thumbnail">
  1053.                       <a href="/product/detail.html?product_no=12084&cate_no=1&display_group=12" name="anchorBoxName_12084"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/a9c934f8524f51d593b528a6dd5a2f3f.webp" id="eListPrdImage12084_12" alt="피그먼트반팔티-t"></a>
  1054.                   </div>  
  1055.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12084&cate_no=1&display_group=12';">
  1056.                     <div class="inner">
  1057.                       <p class="name"><a href="/product/detail.html?product_no=12084&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">피그먼트반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1058.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1059. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1060. <li class=" xans-record-">
  1061. <p class="title2 displaynone"></p></li>
  1062. </ul>
  1063.                     </div>
  1064.                    </div>
  1065.                  </div>
  1066.               </li>
  1067. <li id="anchorBoxId_12034" class="xans-record-">
  1068.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12034&cate_no=1&display_group=12';">
  1069.                   <div class="thumbnail">
  1070.                       <a href="/product/detail.html?product_no=12034&cate_no=1&display_group=12" name="anchorBoxName_12034"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/29f364ec119c4fa68fa314391aa83041.jpg" id="eListPrdImage12034_12" alt="이히프-t"></a>
  1071.                   </div>  
  1072.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12034&cate_no=1&display_group=12';">
  1073.                     <div class="inner">
  1074.                       <p class="name"><a href="/product/detail.html?product_no=12034&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">이히프-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1075.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1076. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1077. <li class=" xans-record-">
  1078. <p class="title2 displaynone"></p></li>
  1079. </ul>
  1080.                     </div>
  1081.                    </div>
  1082.                  </div>
  1083.               </li>
  1084. <li id="anchorBoxId_12045" class="xans-record-">
  1085.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12045&cate_no=1&display_group=12';">
  1086.                   <div class="thumbnail">
  1087.                       <a href="/product/detail.html?product_no=12045&cate_no=1&display_group=12" name="anchorBoxName_12045"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/d27d9acc1c5e50e793498ddfffe30567.jpg" id="eListPrdImage12045_12" alt="구니크-ops"></a>
  1088.                   </div>  
  1089.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12045&cate_no=1&display_group=12';">
  1090.                     <div class="inner">
  1091.                       <p class="name"><a href="/product/detail.html?product_no=12045&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">구니크-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1092.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1093. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">27,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1094. <li class=" xans-record-">
  1095. <p class="title2 displaynone"></p></li>
  1096. </ul>
  1097.                     </div>
  1098.                    </div>
  1099.                  </div>
  1100.               </li>
  1101. <li id="anchorBoxId_12046" class="xans-record-">
  1102.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12046&cate_no=1&display_group=12';">
  1103.                   <div class="thumbnail">
  1104.                       <a href="/product/detail.html?product_no=12046&cate_no=1&display_group=12" name="anchorBoxName_12046"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/b455dd42921bbee12dda2edddbde0ebb.webp" id="eListPrdImage12046_12" alt="찰랑찰랑-set"></a>
  1105.                   </div>  
  1106.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12046&cate_no=1&display_group=12';">
  1107.                     <div class="inner">
  1108.                       <p class="name"><a href="/product/detail.html?product_no=12046&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">찰랑찰랑-set</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1109.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1110. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1111. <li class=" xans-record-">
  1112. <p class="title2 displaynone"></p></li>
  1113. </ul>
  1114.                     </div>
  1115.                    </div>
  1116.                  </div>
  1117.               </li>
  1118. <li id="anchorBoxId_12069" class="xans-record-">
  1119.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12069&cate_no=1&display_group=12';">
  1120.                   <div class="thumbnail">
  1121.                       <a href="/product/detail.html?product_no=12069&cate_no=1&display_group=12" name="anchorBoxName_12069"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/c78ff58ab1a2f4580bfc0fa90d3d823e.webp" id="eListPrdImage12069_12" alt="스트반팔티-t"></a>
  1122.                   </div>  
  1123.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12069&cate_no=1&display_group=12';">
  1124.                     <div class="inner">
  1125.                       <p class="name"><a href="/product/detail.html?product_no=12069&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">스트반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1126.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1127. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1128. <li class=" xans-record-">
  1129. <p class="title2 displaynone"></p></li>
  1130. </ul>
  1131.                     </div>
  1132.                    </div>
  1133.                  </div>
  1134.               </li>
  1135. <li id="anchorBoxId_11435" class="xans-record-">
  1136.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=12';">
  1137.                   <div class="thumbnail">
  1138.                       <a href="/product/detail.html?product_no=11435&cate_no=1&display_group=12" name="anchorBoxName_11435"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202408/df09efd289e6f72521fff00624a6c9e6.webp" id="eListPrdImage11435_12" alt="크로셰-nb"></a>
  1139.                   </div>  
  1140.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=12';">
  1141.                     <div class="inner">
  1142.                       <p class="name"><a href="/product/detail.html?product_no=11435&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">크로셰-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1143.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1144. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1145. <li class=" xans-record-">
  1146. <p class="title2 displaynone"></p></li>
  1147. </ul>
  1148.                     </div>
  1149.                    </div>
  1150.                  </div>
  1151.               </li>
  1152. <li id="anchorBoxId_11967" class="xans-record-">
  1153.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=12';">
  1154.                   <div class="thumbnail">
  1155.                       <a href="/product/detail.html?product_no=11967&cate_no=1&display_group=12" name="anchorBoxName_11967"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bac61f6fb4ee0ddad304791d5798da77.jpg" id="eListPrdImage11967_12" alt="헤므-p ㅣ 레몬"></a>
  1156.                   </div>  
  1157.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=12';">
  1158.                     <div class="inner">
  1159.                       <p class="name"><a href="/product/detail.html?product_no=11967&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">헤므-p ㅣ 레몬</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1160.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1161. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1162. <li class=" xans-record-">
  1163. <p class="title2 displaynone"></p></li>
  1164. </ul>
  1165.                     </div>
  1166.                    </div>
  1167.                  </div>
  1168.               </li>
  1169.           </ul>
  1170.       </div>
  1171. </div>
  1172.       <!-- //BEST -->
  1173.    
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.    
  1182.      <!-- //신상품 -->
  1183.       <div class="xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product new_item"><!--
  1184.               $count = 100
  1185.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1186.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1187.           -->
  1188. <p id="all_dot_title">more<br>items<br><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s69_title_dot.jpg"></p>
  1189. <div class="main_item_list">
  1190.             <ul class="prdList grid4">  
  1191.        
  1192.                 <li id="anchorBoxId_12192" class="xans-record-">
  1193.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12192&cate_no=1&display_group=3';">
  1194.                   <div class="thumbnail">
  1195.                       <a href="/product/detail.html?product_no=12192&cate_no=1&display_group=3" name="anchorBoxName_12192"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/cccf4b3ceff6f3cc059040539cf5a048.webp" id="eListPrdImage12192_3" alt="펀칭미니원피스-ops"></a>
  1196.                   </div>  
  1197.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12192&cate_no=1&display_group=3';">
  1198.                     <div class="inner">
  1199.                       <p class="name"><a href="/product/detail.html?product_no=12192&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">펀칭미니원피스-ops</span>      </a></p>
  1200.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1201. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">40,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1202. </ul>
  1203.                     </div>
  1204.                    </div>
  1205.                  </div>
  1206.               </li>
  1207.                
  1208.                
  1209.            
  1210.               <li id="anchorBoxId_12191" class="xans-record-">
  1211.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12191&cate_no=1&display_group=3';">
  1212.                   <div class="thumbnail">
  1213.                       <a href="/product/detail.html?product_no=12191&cate_no=1&display_group=3" name="anchorBoxName_12191"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/b581804147eb9fd413b905f71b59ad9a.jpg" id="eListPrdImage12191_3" alt="테리버뮤다팬츠-p"></a>
  1214.                   </div>  
  1215.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12191&cate_no=1&display_group=3';">
  1216.                     <div class="inner">
  1217.                       <p class="name"><a href="/product/detail.html?product_no=12191&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테리버뮤다팬츠-p</span>      </a></p>
  1218.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1219. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1220. </ul>
  1221.                     </div>
  1222.                    </div>
  1223.                  </div>
  1224.               </li>
  1225. <li id="anchorBoxId_12189" class="xans-record-">
  1226.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=3';">
  1227.                   <div class="thumbnail">
  1228.                       <a href="/product/detail.html?product_no=12189&cate_no=1&display_group=3" name="anchorBoxName_12189"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/f311c1bd69cf1a8e510a57b628251324.webp" id="eListPrdImage12189_3" alt="[signaturefit♥] 피그박시반팔티-t"></a>
  1229.                   </div>  
  1230.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12189&cate_no=1&display_group=3';">
  1231.                     <div class="inner">
  1232.                       <p class="name"><a href="/product/detail.html?product_no=12189&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">[signaturefit♥] 피그박시반팔티-t</span>      </a></p>
  1233.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1234. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1235. </ul>
  1236.                     </div>
  1237.                    </div>
  1238.                  </div>
  1239.               </li>
  1240. <li id="anchorBoxId_12187" class="xans-record-">
  1241.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12187&cate_no=1&display_group=3';">
  1242.                   <div class="thumbnail">
  1243.                       <a href="/product/detail.html?product_no=12187&cate_no=1&display_group=3" name="anchorBoxName_12187"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/a2e7b358d576d30ec5451399228164c0.jpg" id="eListPrdImage12187_3" alt="스트라이프나시-n"></a>
  1244.                   </div>  
  1245.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12187&cate_no=1&display_group=3';">
  1246.                     <div class="inner">
  1247.                       <p class="name"><a href="/product/detail.html?product_no=12187&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">스트라이프나시-n</span>      </a></p>
  1248.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1249. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1250. </ul>
  1251.                     </div>
  1252.                    </div>
  1253.                  </div>
  1254.               </li>
  1255. <li id="anchorBoxId_12190" class="xans-record-">
  1256.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12190&cate_no=1&display_group=3';">
  1257.                   <div class="thumbnail">
  1258.                       <a href="/product/detail.html?product_no=12190&cate_no=1&display_group=3" name="anchorBoxName_12190"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/9d3e5ec9670e179a50bc6b7e4eccb7e6.webp" id="eListPrdImage12190_3" alt="테리단추나시-n"></a>
  1259.                   </div>  
  1260.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12190&cate_no=1&display_group=3';">
  1261.                     <div class="inner">
  1262.                       <p class="name"><a href="/product/detail.html?product_no=12190&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테리단추나시-n</span>      </a></p>
  1263.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1264. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1265. </ul>
  1266.                     </div>
  1267.                    </div>
  1268.                  </div>
  1269.               </li>
  1270. <li id="anchorBoxId_12182" class="xans-record-">
  1271.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12182&cate_no=1&display_group=3';">
  1272.                   <div class="thumbnail">
  1273.                       <a href="/product/detail.html?product_no=12182&cate_no=1&display_group=3" name="anchorBoxName_12182"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/b48e66021cdd932b05ff559e0b735127.webp" id="eListPrdImage12182_3" alt="도트오버롤팬츠-p"></a>
  1274.                   </div>  
  1275.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12182&cate_no=1&display_group=3';">
  1276.                     <div class="inner">
  1277.                       <p class="name"><a href="/product/detail.html?product_no=12182&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">도트오버롤팬츠-p</span>      </a></p>
  1278.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1279. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1280. </ul>
  1281.                     </div>
  1282.                    </div>
  1283.                  </div>
  1284.               </li>
  1285. <li id="anchorBoxId_12188" class="xans-record-">
  1286.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12188&cate_no=1&display_group=3';">
  1287.                   <div class="thumbnail">
  1288.                       <a href="/product/detail.html?product_no=12188&cate_no=1&display_group=3" name="anchorBoxName_12188"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/d0b07d9bf33e16e0b14aed260d99abc3.webp" id="eListPrdImage12188_3" alt="텐셀와플스커트-sk ㅣ 화이트"></a>
  1289.                   </div>  
  1290.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12188&cate_no=1&display_group=3';">
  1291.                     <div class="inner">
  1292.                       <p class="name"><a href="/product/detail.html?product_no=12188&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">텐셀와플스커트-sk ㅣ 화이트</span>      </a></p>
  1293.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1294. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1295. </ul>
  1296.                     </div>
  1297.                    </div>
  1298.                  </div>
  1299.               </li>
  1300. <li id="anchorBoxId_12185" class="xans-record-">
  1301.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12185&cate_no=1&display_group=3';">
  1302.                   <div class="thumbnail">
  1303.                       <a href="/product/detail.html?product_no=12185&cate_no=1&display_group=3" name="anchorBoxName_12185"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/9f4a4b0100097d8401becbb7e6312bd6.jpg" id="eListPrdImage12185_3" alt="단가라끈나시-n"></a>
  1304.                   </div>  
  1305.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12185&cate_no=1&display_group=3';">
  1306.                     <div class="inner">
  1307.                       <p class="name"><a href="/product/detail.html?product_no=12185&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">단가라끈나시-n</span>      </a></p>
  1308.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1309. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">18,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1310. </ul>
  1311.                     </div>
  1312.                    </div>
  1313.                  </div>
  1314.               </li>
  1315. <li id="anchorBoxId_12183" class="xans-record-">
  1316.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12183&cate_no=1&display_group=3';">
  1317.                   <div class="thumbnail">
  1318.                       <a href="/product/detail.html?product_no=12183&cate_no=1&display_group=3" name="anchorBoxName_12183"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/19f51e933b35edc6e55603a1dd5686cb.webp" id="eListPrdImage12183_3" alt="벌룬바스락블라우스-bl"></a>
  1319.                   </div>  
  1320.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12183&cate_no=1&display_group=3';">
  1321.                     <div class="inner">
  1322.                       <p class="name"><a href="/product/detail.html?product_no=12183&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">벌룬바스락블라우스-bl</span>      </a></p>
  1323.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1324. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1325. </ul>
  1326.                     </div>
  1327.                    </div>
  1328.                  </div>
  1329.               </li>
  1330. <li id="anchorBoxId_12181" class="xans-record-">
  1331.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12181&cate_no=1&display_group=3';">
  1332.                   <div class="thumbnail">
  1333.                       <a href="/product/detail.html?product_no=12181&cate_no=1&display_group=3" name="anchorBoxName_12181"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/5ca448368caa7c35f187ef7d1d7e122c.jpg" id="eListPrdImage12181_3" alt="데일리맥시롱스커트-sk"></a>
  1334.                   </div>  
  1335.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12181&cate_no=1&display_group=3';">
  1336.                     <div class="inner">
  1337.                       <p class="name"><a href="/product/detail.html?product_no=12181&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">데일리맥시롱스커트-sk</span>      </a></p>
  1338.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1339. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1340. </ul>
  1341.                     </div>
  1342.                    </div>
  1343.                  </div>
  1344.               </li>
  1345. <li id="anchorBoxId_12186" class="xans-record-">
  1346.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12186&cate_no=1&display_group=3';">
  1347.                   <div class="thumbnail">
  1348.                       <a href="/product/detail.html?product_no=12186&cate_no=1&display_group=3" name="anchorBoxName_12186"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/7093c5540bc8a29eb311fa96388f54fa.webp" id="eListPrdImage12186_3" alt="H라인카고스커트-sk"></a>
  1349.                   </div>  
  1350.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12186&cate_no=1&display_group=3';">
  1351.                     <div class="inner">
  1352.                       <p class="name"><a href="/product/detail.html?product_no=12186&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">H라인카고스커트-sk</span>      </a></p>
  1353.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1354. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">57,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1355. </ul>
  1356.                     </div>
  1357.                    </div>
  1358.                  </div>
  1359.               </li>
  1360. <li id="anchorBoxId_12176" class="xans-record-">
  1361.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12176&cate_no=1&display_group=3';">
  1362.                   <div class="thumbnail">
  1363.                       <a href="/product/detail.html?product_no=12176&cate_no=1&display_group=3" name="anchorBoxName_12176"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/5a1178ec45e941e70bfad629403bdf3f.jpg" id="eListPrdImage12176_3" alt="더블피그버뮤다팬츠-p ㅣ m - l size"></a>
  1364.                   </div>  
  1365.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12176&cate_no=1&display_group=3';">
  1366.                     <div class="inner">
  1367.                       <p class="name"><a href="/product/detail.html?product_no=12176&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">더블피그버뮤다팬츠-p ㅣ m - l size</span>      </a></p>
  1368.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1369. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1370. </ul>
  1371.                     </div>
  1372.                    </div>
  1373.                  </div>
  1374.               </li>
  1375. <li id="anchorBoxId_12180" class="xans-record-">
  1376.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12180&cate_no=1&display_group=3';">
  1377.                   <div class="thumbnail">
  1378.                       <a href="/product/detail.html?product_no=12180&cate_no=1&display_group=3" name="anchorBoxName_12180"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/ed38de2dc7a4cf850216ac5a3485c0c3.jpg" id="eListPrdImage12180_3" alt="캘리포니아반팔티-t"></a>
  1379.                   </div>  
  1380.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12180&cate_no=1&display_group=3';">
  1381.                     <div class="inner">
  1382.                       <p class="name"><a href="/product/detail.html?product_no=12180&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">캘리포니아반팔티-t</span>      </a></p>
  1383.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1384. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1385. </ul>
  1386.                     </div>
  1387.                    </div>
  1388.                  </div>
  1389.               </li>
  1390. <li id="anchorBoxId_12184" class="xans-record-">
  1391.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12184&cate_no=1&display_group=3';">
  1392.                   <div class="thumbnail">
  1393.                       <a href="/product/detail.html?product_no=12184&cate_no=1&display_group=3" name="anchorBoxName_12184"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/6e93d83d68fc8e65b0a75da1ae226dcb.jpg" id="eListPrdImage12184_3" alt="플리츠밴딩팬츠-p"></a>
  1394.                   </div>  
  1395.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12184&cate_no=1&display_group=3';">
  1396.                     <div class="inner">
  1397.                       <p class="name"><a href="/product/detail.html?product_no=12184&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플리츠밴딩팬츠-p</span>      </a></p>
  1398.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1399. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1400. </ul>
  1401.                     </div>
  1402.                    </div>
  1403.                  </div>
  1404.               </li>
  1405. <li id="anchorBoxId_12179" class="xans-record-">
  1406.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12179&cate_no=1&display_group=3';">
  1407.                   <div class="thumbnail">
  1408.                       <a href="/product/detail.html?product_no=12179&cate_no=1&display_group=3" name="anchorBoxName_12179"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/ca413426b63279df80e17c4633927ebf.jpg" id="eListPrdImage12179_3" alt="땡땡이박시원피스-ops"></a>
  1409.                   </div>  
  1410.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12179&cate_no=1&display_group=3';">
  1411.                     <div class="inner">
  1412.                       <p class="name"><a href="/product/detail.html?product_no=12179&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">땡땡이박시원피스-ops</span>      </a></p>
  1413.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1414. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">40,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1415. </ul>
  1416.                     </div>
  1417.                    </div>
  1418.                  </div>
  1419.               </li>
  1420. <li id="anchorBoxId_12175" class="xans-record-">
  1421.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12175&cate_no=1&display_group=3';">
  1422.                   <div class="thumbnail">
  1423.                       <a href="/product/detail.html?product_no=12175&cate_no=1&display_group=3" name="anchorBoxName_12175"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/7f9adc555acde8172338ce09a9c5fa40.webp" id="eListPrdImage12175_3" alt="스트라이프 비키니"></a>
  1424.                   </div>  
  1425.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12175&cate_no=1&display_group=3';">
  1426.                     <div class="inner">
  1427.                       <p class="name"><a href="/product/detail.html?product_no=12175&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">스트라이프 비키니</span>      </a></p>
  1428.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1429. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1430. </ul>
  1431.                     </div>
  1432.                    </div>
  1433.                  </div>
  1434.               </li>
  1435. <li id="anchorBoxId_12177" class="xans-record-">
  1436.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12177&cate_no=1&display_group=3';">
  1437.                   <div class="thumbnail">
  1438.                       <a href="/product/detail.html?product_no=12177&cate_no=1&display_group=3" name="anchorBoxName_12177"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/d2aad37933b84a838e831f4df482be43.webp" id="eListPrdImage12177_3" alt="썸머박시블라우스-bl"></a>
  1439.                   </div>  
  1440.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12177&cate_no=1&display_group=3';">
  1441.                     <div class="inner">
  1442.                       <p class="name"><a href="/product/detail.html?product_no=12177&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">썸머박시블라우스-bl</span>      </a></p>
  1443.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1444. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1445. </ul>
  1446.                     </div>
  1447.                    </div>
  1448.                  </div>
  1449.               </li>
  1450. <li id="anchorBoxId_12173" class="xans-record-">
  1451.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12173&cate_no=1&display_group=3';">
  1452.                   <div class="thumbnail">
  1453.                       <a href="/product/detail.html?product_no=12173&cate_no=1&display_group=3" name="anchorBoxName_12173"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/cbd74f004d543739f7baf80c932d9c39.webp" id="eListPrdImage12173_3" alt="플라워썸머롱팬츠-p"></a>
  1454.                   </div>  
  1455.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12173&cate_no=1&display_group=3';">
  1456.                     <div class="inner">
  1457.                       <p class="name"><a href="/product/detail.html?product_no=12173&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플라워썸머롱팬츠-p</span>      </a></p>
  1458.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1459. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1460. </ul>
  1461.                     </div>
  1462.                    </div>
  1463.                  </div>
  1464.               </li>
  1465. <li id="anchorBoxId_12174" class="xans-record-">
  1466.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12174&cate_no=1&display_group=3';">
  1467.                   <div class="thumbnail">
  1468.                       <a href="/product/detail.html?product_no=12174&cate_no=1&display_group=3" name="anchorBoxName_12174"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/64f7739c705ea75f58f24883ca786b13.webp" id="eListPrdImage12174_3" alt="하와이피그박시나시-n"></a>
  1469.                   </div>  
  1470.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12174&cate_no=1&display_group=3';">
  1471.                     <div class="inner">
  1472.                       <p class="name"><a href="/product/detail.html?product_no=12174&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">하와이피그박시나시-n</span>      </a></p>
  1473.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1474. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1475. </ul>
  1476.                     </div>
  1477.                    </div>
  1478.                  </div>
  1479.               </li>
  1480. <li id="anchorBoxId_12178" class="xans-record-">
  1481.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12178&cate_no=1&display_group=3';">
  1482.                   <div class="thumbnail">
  1483.                       <a href="/product/detail.html?product_no=12178&cate_no=1&display_group=3" name="anchorBoxName_12178"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/5cb4768549e26bf797022e35528ed932.jpg" id="eListPrdImage12178_3" alt="린넨배기팬츠-p"></a>
  1484.                   </div>  
  1485.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12178&cate_no=1&display_group=3';">
  1486.                     <div class="inner">
  1487.                       <p class="name"><a href="/product/detail.html?product_no=12178&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">린넨배기팬츠-p</span>      </a></p>
  1488.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1489. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1490. </ul>
  1491.                     </div>
  1492.                    </div>
  1493.                  </div>
  1494.               </li>
  1495. <li id="anchorBoxId_12172" class="xans-record-">
  1496.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12172&cate_no=1&display_group=3';">
  1497.                   <div class="thumbnail">
  1498.                       <a href="/product/detail.html?product_no=12172&cate_no=1&display_group=3" name="anchorBoxName_12172"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/e1f7a5cc1c758d62210486bd2124a64b.jpg" id="eListPrdImage12172_3" alt="플로리다루즈반팔티-t"></a>
  1499.                   </div>  
  1500.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12172&cate_no=1&display_group=3';">
  1501.                     <div class="inner">
  1502.                       <p class="name"><a href="/product/detail.html?product_no=12172&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플로리다루즈반팔티-t</span>      </a></p>
  1503.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1504. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">25,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1505. </ul>
  1506.                     </div>
  1507.                    </div>
  1508.                  </div>
  1509.               </li>
  1510. <li id="anchorBoxId_12164" class="xans-record-">
  1511.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12164&cate_no=1&display_group=3';">
  1512.                   <div class="thumbnail">
  1513.                       <a href="/product/detail.html?product_no=12164&cate_no=1&display_group=3" name="anchorBoxName_12164"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/4a214ded757f844f12300dcaf5b82edc.webp" id="eListPrdImage12164_3" alt="16수프린팅반팔티-t"></a>
  1514.                   </div>  
  1515.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12164&cate_no=1&display_group=3';">
  1516.                     <div class="inner">
  1517.                       <p class="name"><a href="/product/detail.html?product_no=12164&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">16수프린팅반팔티-t</span>      </a></p>
  1518.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1519. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1520. </ul>
  1521.                     </div>
  1522.                    </div>
  1523.                  </div>
  1524.               </li>
  1525. <li id="anchorBoxId_12170" class="xans-record-">
  1526.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12170&cate_no=1&display_group=3';">
  1527.                   <div class="thumbnail">
  1528.                       <a href="/product/detail.html?product_no=12170&cate_no=1&display_group=3" name="anchorBoxName_12170"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/700af1572e119c91b826e52394b7dd58.jpg" id="eListPrdImage12170_3" alt="텐셀홀터끈나시-n"></a>
  1529.                   </div>  
  1530.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12170&cate_no=1&display_group=3';">
  1531.                     <div class="inner">
  1532.                       <p class="name"><a href="/product/detail.html?product_no=12170&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">텐셀홀터끈나시-n</span>      </a></p>
  1533.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1534. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">24,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1535. </ul>
  1536.                     </div>
  1537.                    </div>
  1538.                  </div>
  1539.               </li>
  1540. <li id="anchorBoxId_12167" class="xans-record-">
  1541.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12167&cate_no=1&display_group=3';">
  1542.                   <div class="thumbnail">
  1543.                       <a href="/product/detail.html?product_no=12167&cate_no=1&display_group=3" name="anchorBoxName_12167"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/7b9355c2e44724b6fed7adf018cf14ae.webp" id="eListPrdImage12167_3" alt="어깨패드박시반팔티-t"></a>
  1544.                   </div>  
  1545.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12167&cate_no=1&display_group=3';">
  1546.                     <div class="inner">
  1547.                       <p class="name"><a href="/product/detail.html?product_no=12167&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">어깨패드박시반팔티-t</span>      </a></p>
  1548.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1549. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1550. </ul>
  1551.                     </div>
  1552.                    </div>
  1553.                  </div>
  1554.               </li>
  1555. <li id="anchorBoxId_12166" class="xans-record-">
  1556.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12166&cate_no=1&display_group=3';">
  1557.                   <div class="thumbnail">
  1558.                       <a href="/product/detail.html?product_no=12166&cate_no=1&display_group=3" name="anchorBoxName_12166"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/600d3021dc83bbdf4d0aba1033984280.jpg" id="eListPrdImage12166_3" alt="플라워폴리원피스-ops"></a>
  1559.                   </div>  
  1560.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12166&cate_no=1&display_group=3';">
  1561.                     <div class="inner">
  1562.                       <p class="name"><a href="/product/detail.html?product_no=12166&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플라워폴리원피스-ops</span>      </a></p>
  1563.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1564. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">40,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1565. </ul>
  1566.                     </div>
  1567.                    </div>
  1568.                  </div>
  1569.               </li>
  1570. <li id="anchorBoxId_12165" class="xans-record-">
  1571.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12165&cate_no=1&display_group=3';">
  1572.                   <div class="thumbnail">
  1573.                       <a href="/product/detail.html?product_no=12165&cate_no=1&display_group=3" name="anchorBoxName_12165"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/17c5714a20567f8a8ebca4490d643172.jpg" id="eListPrdImage12165_3" alt="5부플리츠팬츠-p"></a>
  1574.                   </div>  
  1575.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12165&cate_no=1&display_group=3';">
  1576.                     <div class="inner">
  1577.                       <p class="name"><a href="/product/detail.html?product_no=12165&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">5부플리츠팬츠-p</span>      </a></p>
  1578.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1579. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1580. </ul>
  1581.                     </div>
  1582.                    </div>
  1583.                  </div>
  1584.               </li>
  1585. <li id="anchorBoxId_12171" class="xans-record-">
  1586.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12171&cate_no=1&display_group=3';">
  1587.                   <div class="thumbnail">
  1588.                       <a href="/product/detail.html?product_no=12171&cate_no=1&display_group=3" name="anchorBoxName_12171"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/1286adff561561ed3223115622cf6032.webp" id="eListPrdImage12171_3" alt="텐셀와플스커트-sk ㅣ 블랙"></a>
  1589.                   </div>  
  1590.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12171&cate_no=1&display_group=3';">
  1591.                     <div class="inner">
  1592.                       <p class="name"><a href="/product/detail.html?product_no=12171&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">텐셀와플스커트-sk ㅣ 블랙</span>      </a></p>
  1593.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1594. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1595. </ul>
  1596.                     </div>
  1597.                    </div>
  1598.                  </div>
  1599.               </li>
  1600. <li id="anchorBoxId_12168" class="xans-record-">
  1601.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12168&cate_no=1&display_group=3';">
  1602.                   <div class="thumbnail">
  1603.                       <a href="/product/detail.html?product_no=12168&cate_no=1&display_group=3" name="anchorBoxName_12168"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/bede72f3c270fe7984e51a4ae6a1a4fb.jpg" id="eListPrdImage12168_3" alt="린넨데님와이드팬츠-p ㅣ s - xl size ㅣ 진청"></a>
  1604.                   </div>  
  1605.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12168&cate_no=1&display_group=3';">
  1606.                     <div class="inner">
  1607.                       <p class="name"><a href="/product/detail.html?product_no=12168&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">린넨데님와이드팬츠-p ㅣ s - xl size ㅣ 진청</span>      </a></p>
  1608.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1609. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1610. </ul>
  1611.                     </div>
  1612.                    </div>
  1613.                  </div>
  1614.               </li>
  1615. <li id="anchorBoxId_12169" class="xans-record-">
  1616.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12169&cate_no=1&display_group=3';">
  1617.                   <div class="thumbnail">
  1618.                       <a href="/product/detail.html?product_no=12169&cate_no=1&display_group=3" name="anchorBoxName_12169"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/429604f0e751b7c5d1cf83666bb7157b.jpg" id="eListPrdImage12169_3" alt="포켓스판데님팬츠-p ㅣ s - xl size ㅣ 흑청"></a>
  1619.                   </div>  
  1620.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12169&cate_no=1&display_group=3';">
  1621.                     <div class="inner">
  1622.                       <p class="name"><a href="/product/detail.html?product_no=12169&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">포켓스판데님팬츠-p ㅣ s - xl size ㅣ 흑청</span>      </a></p>
  1623.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1624. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1625. </ul>
  1626.                     </div>
  1627.                    </div>
  1628.                  </div>
  1629.               </li>
  1630. <li id="anchorBoxId_12163" class="xans-record-">
  1631.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12163&cate_no=1&display_group=3';">
  1632.                   <div class="thumbnail">
  1633.                       <a href="/product/detail.html?product_no=12163&cate_no=1&display_group=3" name="anchorBoxName_12163"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ac230b705786ab432717b0bd87de6991.webp" id="eListPrdImage12163_3" alt="후드바람막이 점퍼-jp"></a>
  1634.                   </div>  
  1635.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12163&cate_no=1&display_group=3';">
  1636.                     <div class="inner">
  1637.                       <p class="name"><a href="/product/detail.html?product_no=12163&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">후드바람막이 점퍼-jp</span>      </a></p>
  1638.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1639. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1640. </ul>
  1641.                     </div>
  1642.                    </div>
  1643.                  </div>
  1644.               </li>
  1645. <li id="anchorBoxId_12162" class="xans-record-">
  1646.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12162&cate_no=1&display_group=3';">
  1647.                   <div class="thumbnail">
  1648.                       <a href="/product/detail.html?product_no=12162&cate_no=1&display_group=3" name="anchorBoxName_12162"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/30bb78c17c5873738a2aebce49833d35.webp" id="eListPrdImage12162_3" alt="코튼린넨점프수트"></a>
  1649.                   </div>  
  1650.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12162&cate_no=1&display_group=3';">
  1651.                     <div class="inner">
  1652.                       <p class="name"><a href="/product/detail.html?product_no=12162&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">코튼린넨점프수트</span>      </a></p>
  1653.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1654. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1655. </ul>
  1656.                     </div>
  1657.                    </div>
  1658.                  </div>
  1659.               </li>
  1660. <li id="anchorBoxId_12161" class="xans-record-">
  1661.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12161&cate_no=1&display_group=3';">
  1662.                   <div class="thumbnail">
  1663.                       <a href="/product/detail.html?product_no=12161&cate_no=1&display_group=3" name="anchorBoxName_12161"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/96f72b40bd2d38cf142308ff5383741c.webp" id="eListPrdImage12161_3" alt="롱기장피그나시-n"></a>
  1664.                   </div>  
  1665.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12161&cate_no=1&display_group=3';">
  1666.                     <div class="inner">
  1667.                       <p class="name"><a href="/product/detail.html?product_no=12161&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">롱기장피그나시-n</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1668.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1669. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1670. </ul>
  1671.                     </div>
  1672.                    </div>
  1673.                  </div>
  1674.               </li>
  1675. <li id="anchorBoxId_12160" class="xans-record-">
  1676.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12160&cate_no=1&display_group=3';">
  1677.                   <div class="thumbnail">
  1678.                       <a href="/product/detail.html?product_no=12160&cate_no=1&display_group=3" name="anchorBoxName_12160"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/228d3e2d932772f91900ce278871bec4.webp" id="eListPrdImage12160_3" alt="브이코튼원피스-ops"></a>
  1679.                   </div>  
  1680.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12160&cate_no=1&display_group=3';">
  1681.                     <div class="inner">
  1682.                       <p class="name"><a href="/product/detail.html?product_no=12160&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">브이코튼원피스-ops</span>      </a></p>
  1683.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1684. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1685. </ul>
  1686.                     </div>
  1687.                    </div>
  1688.                  </div>
  1689.               </li>
  1690. <li id="anchorBoxId_12159" class="xans-record-">
  1691.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12159&cate_no=1&display_group=3';">
  1692.                   <div class="thumbnail">
  1693.                       <a href="/product/detail.html?product_no=12159&cate_no=1&display_group=3" name="anchorBoxName_12159"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/b3b6a4aee44b52a71d0db672a70da695.jpg" id="eListPrdImage12159_3" alt="바스락숏팬츠-p"></a>
  1694.                   </div>  
  1695.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12159&cate_no=1&display_group=3';">
  1696.                     <div class="inner">
  1697.                       <p class="name"><a href="/product/detail.html?product_no=12159&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">바스락숏팬츠-p</span>      </a></p>
  1698.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1699. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">27,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1700. </ul>
  1701.                     </div>
  1702.                    </div>
  1703.                  </div>
  1704.               </li>
  1705. <li id="anchorBoxId_12157" class="xans-record-">
  1706.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12157&cate_no=1&display_group=3';">
  1707.                   <div class="thumbnail">
  1708.                       <a href="/product/detail.html?product_no=12157&cate_no=1&display_group=3" name="anchorBoxName_12157"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/357d6d808a3357b4e8e05b32dc6f71a4.webp" id="eListPrdImage12157_3" alt="포켓스판데님팬츠-p ㅣ s - xl size"></a>
  1709.                   </div>  
  1710.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12157&cate_no=1&display_group=3';">
  1711.                     <div class="inner">
  1712.                       <p class="name"><a href="/product/detail.html?product_no=12157&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">포켓스판데님팬츠-p ㅣ s - xl size</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1713.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1714. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1715. </ul>
  1716.                     </div>
  1717.                    </div>
  1718.                  </div>
  1719.               </li>
  1720. <li id="anchorBoxId_12155" class="xans-record-">
  1721.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12155&cate_no=1&display_group=3';">
  1722.                   <div class="thumbnail">
  1723.                       <a href="/product/detail.html?product_no=12155&cate_no=1&display_group=3" name="anchorBoxName_12155"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/8df6e2d16469b181a067acbb25029a39.jpg" id="eListPrdImage12155_3" alt="스터프레터링반팔티-t"></a>
  1724.                   </div>  
  1725.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12155&cate_no=1&display_group=3';">
  1726.                     <div class="inner">
  1727.                       <p class="name"><a href="/product/detail.html?product_no=12155&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">스터프레터링반팔티-t</span>      </a></p>
  1728.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1729. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">17,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1730. </ul>
  1731.                     </div>
  1732.                    </div>
  1733.                  </div>
  1734.               </li>
  1735. <li id="anchorBoxId_12158" class="xans-record-">
  1736.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12158&cate_no=1&display_group=3';">
  1737.                   <div class="thumbnail">
  1738.                       <a href="/product/detail.html?product_no=12158&cate_no=1&display_group=3" name="anchorBoxName_12158"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/5c42ce671ccf8b701e7404164fa6275c.jpg" id="eListPrdImage12158_3" alt="셔링바스락밴딩나시-n"></a>
  1739.                   </div>  
  1740.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12158&cate_no=1&display_group=3';">
  1741.                     <div class="inner">
  1742.                       <p class="name"><a href="/product/detail.html?product_no=12158&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">셔링바스락밴딩나시-n</span>      </a></p>
  1743.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1744. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1745. </ul>
  1746.                     </div>
  1747.                    </div>
  1748.                  </div>
  1749.               </li>
  1750. <li id="anchorBoxId_12156" class="xans-record-">
  1751.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12156&cate_no=1&display_group=3';">
  1752.                   <div class="thumbnail">
  1753.                       <a href="/product/detail.html?product_no=12156&cate_no=1&display_group=3" name="anchorBoxName_12156"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/6e74c7b4155db7bc86ee574ed4f8d368.jpg" id="eListPrdImage12156_3" alt="단가라박시반팔티-t"></a>
  1754.                   </div>  
  1755.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12156&cate_no=1&display_group=3';">
  1756.                     <div class="inner">
  1757.                       <p class="name"><a href="/product/detail.html?product_no=12156&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">단가라박시반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1758.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1759. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1760. </ul>
  1761.                     </div>
  1762.                    </div>
  1763.                  </div>
  1764.               </li>
  1765. <li id="anchorBoxId_12154" class="xans-record-">
  1766.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12154&cate_no=1&display_group=3';">
  1767.                   <div class="thumbnail">
  1768.                       <a href="/product/detail.html?product_no=12154&cate_no=1&display_group=3" name="anchorBoxName_12154"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/0e85bbbeb12eef88db285fd6aa40c51a.jpg" id="eListPrdImage12154_3" alt="바스락썸머숏팬츠-p ㅣ 소라"></a>
  1769.                   </div>  
  1770.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12154&cate_no=1&display_group=3';">
  1771.                     <div class="inner">
  1772.                       <p class="name"><a href="/product/detail.html?product_no=12154&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">바스락썸머숏팬츠-p ㅣ 소라</span>      </a></p>
  1773.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1774. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">27,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1775. </ul>
  1776.                     </div>
  1777.                    </div>
  1778.                  </div>
  1779.               </li>
  1780. <li id="anchorBoxId_12153" class="xans-record-">
  1781.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12153&cate_no=1&display_group=3';">
  1782.                   <div class="thumbnail">
  1783.                       <a href="/product/detail.html?product_no=12153&cate_no=1&display_group=3" name="anchorBoxName_12153"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/cb65532f8ed490762e488d32e11721d5.jpg" id="eListPrdImage12153_3" alt="버튼린넨원피스-ops"></a>
  1784.                   </div>  
  1785.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12153&cate_no=1&display_group=3';">
  1786.                     <div class="inner">
  1787.                       <p class="name"><a href="/product/detail.html?product_no=12153&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">버튼린넨원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1788.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1789. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1790. </ul>
  1791.                     </div>
  1792.                    </div>
  1793.                  </div>
  1794.               </li>
  1795. <li id="anchorBoxId_12146" class="xans-record-">
  1796.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12146&cate_no=1&display_group=3';">
  1797.                   <div class="thumbnail">
  1798.                       <a href="/product/detail.html?product_no=12146&cate_no=1&display_group=3" name="anchorBoxName_12146"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/7d98bd9dcf4555707a7be22990b68160.webp" id="eListPrdImage12146_3" alt="베이직박시나시-n"></a>
  1799.                   </div>  
  1800.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12146&cate_no=1&display_group=3';">
  1801.                     <div class="inner">
  1802.                       <p class="name"><a href="/product/detail.html?product_no=12146&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베이직박시나시-n</span>      </a></p>
  1803.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1804. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1805. </ul>
  1806.                     </div>
  1807.                    </div>
  1808.                  </div>
  1809.               </li>
  1810. <li id="anchorBoxId_12149" class="xans-record-">
  1811.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12149&cate_no=1&display_group=3';">
  1812.                   <div class="thumbnail">
  1813.                       <a href="/product/detail.html?product_no=12149&cate_no=1&display_group=3" name="anchorBoxName_12149"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/42de8f6b24e1a4c5e87fc693d123f5b4.jpg" id="eListPrdImage12149_3" alt="바스락썸머숏팬츠-p ㅣ 연퍼플"></a>
  1814.                   </div>  
  1815.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12149&cate_no=1&display_group=3';">
  1816.                     <div class="inner">
  1817.                       <p class="name"><a href="/product/detail.html?product_no=12149&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">바스락썸머숏팬츠-p ㅣ 연퍼플</span>      </a></p>
  1818.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1819. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">27,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1820. </ul>
  1821.                     </div>
  1822.                    </div>
  1823.                  </div>
  1824.               </li>
  1825. <li id="anchorBoxId_12150" class="xans-record-">
  1826.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12150&cate_no=1&display_group=3';">
  1827.                   <div class="thumbnail">
  1828.                       <a href="/product/detail.html?product_no=12150&cate_no=1&display_group=3" name="anchorBoxName_12150"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/7a9b5021cfc3b8f470e2a24d530a1e30.jpg" id="eListPrdImage12150_3" alt="단가라롱박시원피스-ops"></a>
  1829.                   </div>  
  1830.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12150&cate_no=1&display_group=3';">
  1831.                     <div class="inner">
  1832.                       <p class="name"><a href="/product/detail.html?product_no=12150&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">단가라롱박시원피스-ops</span>      </a></p>
  1833.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1834. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">21,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1835. </ul>
  1836.                     </div>
  1837.                    </div>
  1838.                  </div>
  1839.               </li>
  1840. <li id="anchorBoxId_12147" class="xans-record-">
  1841.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12147&cate_no=1&display_group=3';">
  1842.                   <div class="thumbnail">
  1843.                       <a href="/product/detail.html?product_no=12147&cate_no=1&display_group=3" name="anchorBoxName_12147"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/916519f0f166fabe60df10dc372ecd84.jpg" id="eListPrdImage12147_3" alt="린넨데님와이드팬츠-p ㅣ s - xl size ㅣ 연청"></a>
  1844.                   </div>  
  1845.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12147&cate_no=1&display_group=3';">
  1846.                     <div class="inner">
  1847.                       <p class="name"><a href="/product/detail.html?product_no=12147&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">린넨데님와이드팬츠-p ㅣ s - xl size ㅣ 연청</span>      </a></p>
  1848.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1849. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1850. </ul>
  1851.                     </div>
  1852.                    </div>
  1853.                  </div>
  1854.               </li>
  1855. <li id="anchorBoxId_12148" class="xans-record-">
  1856.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12148&cate_no=1&display_group=3';">
  1857.                   <div class="thumbnail">
  1858.                       <a href="/product/detail.html?product_no=12148&cate_no=1&display_group=3" name="anchorBoxName_12148"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ffc0d889dfc5b7959efd53e44bc67996.webp" id="eListPrdImage12148_3" alt="단가라카라반팔티-t ㅣ 어깨패드"></a>
  1859.                   </div>  
  1860.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12148&cate_no=1&display_group=3';">
  1861.                     <div class="inner">
  1862.                       <p class="name"><a href="/product/detail.html?product_no=12148&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">단가라카라반팔티-t ㅣ 어깨패드</span>      </a></p>
  1863.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1864. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1865. </ul>
  1866.                     </div>
  1867.                    </div>
  1868.                  </div>
  1869.               </li>
  1870. <li id="anchorBoxId_12139" class="xans-record-">
  1871.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12139&cate_no=1&display_group=3';">
  1872.                   <div class="thumbnail">
  1873.                       <a href="/product/detail.html?product_no=12139&cate_no=1&display_group=3" name="anchorBoxName_12139"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/4bd9ec5be78c2266e18ff770c67fefd7.webp" id="eListPrdImage12139_3" alt="나일론A라인스커트-sk ㅣ s - m size"></a>
  1874.                   </div>  
  1875.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12139&cate_no=1&display_group=3';">
  1876.                     <div class="inner">
  1877.                       <p class="name"><a href="/product/detail.html?product_no=12139&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">나일론A라인스커트-sk ㅣ s - m size</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1878.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1879. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1880. </ul>
  1881.                     </div>
  1882.                    </div>
  1883.                  </div>
  1884.               </li>
  1885. <li id="anchorBoxId_12141" class="xans-record-">
  1886.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12141&cate_no=1&display_group=3';">
  1887.                   <div class="thumbnail">
  1888.                       <a href="/product/detail.html?product_no=12141&cate_no=1&display_group=3" name="anchorBoxName_12141"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/966002cddd5745c0acd8d2f8649038c3.jpg" id="eListPrdImage12141_3" alt="캐롤라이나박시반팔티-t"></a>
  1889.                   </div>  
  1890.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12141&cate_no=1&display_group=3';">
  1891.                     <div class="inner">
  1892.                       <p class="name"><a href="/product/detail.html?product_no=12141&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">캐롤라이나박시반팔티-t</span>      </a></p>
  1893.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1894. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1895. </ul>
  1896.                     </div>
  1897.                    </div>
  1898.                  </div>
  1899.               </li>
  1900. <li id="anchorBoxId_12140" class="xans-record-">
  1901.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12140&cate_no=1&display_group=3';">
  1902.                   <div class="thumbnail">
  1903.                       <a href="/product/detail.html?product_no=12140&cate_no=1&display_group=3" name="anchorBoxName_12140"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/14e00758e5dea79ab24282858fe6d2bb.webp" id="eListPrdImage12140_3" alt="플라워퍼프원피스-ops"></a>
  1904.                   </div>  
  1905.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12140&cate_no=1&display_group=3';">
  1906.                     <div class="inner">
  1907.                       <p class="name"><a href="/product/detail.html?product_no=12140&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플라워퍼프원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1908.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1909. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1910. </ul>
  1911.                     </div>
  1912.                    </div>
  1913.                  </div>
  1914.               </li>
  1915. <li id="anchorBoxId_12144" class="xans-record-">
  1916.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12144&cate_no=1&display_group=3';">
  1917.                   <div class="thumbnail">
  1918.                       <a href="/product/detail.html?product_no=12144&cate_no=1&display_group=3" name="anchorBoxName_12144"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/7de2ad3de6956da400237e0a113b2a78.webp" id="eListPrdImage12144_3" alt="포켓로고버뮤다팬츠-p"></a>
  1919.                   </div>  
  1920.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12144&cate_no=1&display_group=3';">
  1921.                     <div class="inner">
  1922.                       <p class="name"><a href="/product/detail.html?product_no=12144&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">포켓로고버뮤다팬츠-p</span>      </a></p>
  1923.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1924. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1925. </ul>
  1926.                     </div>
  1927.                    </div>
  1928.                  </div>
  1929.               </li>
  1930. <li id="anchorBoxId_12145" class="xans-record-">
  1931.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12145&cate_no=1&display_group=3';">
  1932.                   <div class="thumbnail">
  1933.                       <a href="/product/detail.html?product_no=12145&cate_no=1&display_group=3" name="anchorBoxName_12145"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/1132e06ce7cab7d5ed4b0143d6be8af8.jpg" id="eListPrdImage12145_3" alt="위리어스루즈긴팔티-t"></a>
  1934.                   </div>  
  1935.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12145&cate_no=1&display_group=3';">
  1936.                     <div class="inner">
  1937.                       <p class="name"><a href="/product/detail.html?product_no=12145&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">위리어스루즈긴팔티-t</span>      </a></p>
  1938.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1939. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1940. </ul>
  1941.                     </div>
  1942.                    </div>
  1943.                  </div>
  1944.               </li>
  1945. <li id="anchorBoxId_12142" class="xans-record-">
  1946.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12142&cate_no=1&display_group=3';">
  1947.                   <div class="thumbnail">
  1948.                       <a href="/product/detail.html?product_no=12142&cate_no=1&display_group=3" name="anchorBoxName_12142"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ddee6935b137714259c4d20a336dcaab.jpg" id="eListPrdImage12142_3" alt="빈티지캐릭터반팔티-t"></a>
  1949.                   </div>  
  1950.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12142&cate_no=1&display_group=3';">
  1951.                     <div class="inner">
  1952.                       <p class="name"><a href="/product/detail.html?product_no=12142&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">빈티지캐릭터반팔티-t</span>      </a></p>
  1953.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1954. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">21,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1955. </ul>
  1956.                     </div>
  1957.                    </div>
  1958.                  </div>
  1959.               </li>
  1960. <li id="anchorBoxId_12138" class="xans-record-">
  1961.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12138&cate_no=1&display_group=3';">
  1962.                   <div class="thumbnail">
  1963.                       <a href="/product/detail.html?product_no=12138&cate_no=1&display_group=3" name="anchorBoxName_12138"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/18868caf3cab7c5a81264f691ad1eda0.jpg" id="eListPrdImage12138_3" alt="랜드박시반팔티-t"></a>
  1964.                   </div>  
  1965.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12138&cate_no=1&display_group=3';">
  1966.                     <div class="inner">
  1967.                       <p class="name"><a href="/product/detail.html?product_no=12138&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">랜드박시반팔티-t</span>      </a></p>
  1968.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1969. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1970. </ul>
  1971.                     </div>
  1972.                    </div>
  1973.                  </div>
  1974.               </li>
  1975. <li id="anchorBoxId_12137" class="xans-record-">
  1976.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12137&cate_no=1&display_group=3';">
  1977.                   <div class="thumbnail">
  1978.                       <a href="/product/detail.html?product_no=12137&cate_no=1&display_group=3" name="anchorBoxName_12137"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/9903089160d5656d5088937240d1e4d4.jpg" id="eListPrdImage12137_3" alt="프릴맥시스커트-sk"></a>
  1979.                   </div>  
  1980.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12137&cate_no=1&display_group=3';">
  1981.                     <div class="inner">
  1982.                       <p class="name"><a href="/product/detail.html?product_no=12137&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">프릴맥시스커트-sk</span>      </a></p>
  1983.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1984. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">67,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1985. </ul>
  1986.                     </div>
  1987.                    </div>
  1988.                  </div>
  1989.               </li>
  1990. <li id="anchorBoxId_12134" class="xans-record-">
  1991.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12134&cate_no=1&display_group=3';">
  1992.                   <div class="thumbnail">
  1993.                       <a href="/product/detail.html?product_no=12134&cate_no=1&display_group=3" name="anchorBoxName_12134"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/e5e8c0b78bcc35b092b810ea80ded6b6.jpg" id="eListPrdImage12134_3" alt="텐셀스트라이프셔츠-nb"></a>
  1994.                   </div>  
  1995.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12134&cate_no=1&display_group=3';">
  1996.                     <div class="inner">
  1997.                       <p class="name"><a href="/product/detail.html?product_no=12134&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">텐셀스트라이프셔츠-nb</span>      </a></p>
  1998.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1999. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">53,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2000. </ul>
  2001.                     </div>
  2002.                    </div>
  2003.                  </div>
  2004.               </li>
  2005. <li id="anchorBoxId_12136" class="xans-record-">
  2006.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12136&cate_no=1&display_group=3';">
  2007.                   <div class="thumbnail">
  2008.                       <a href="/product/detail.html?product_no=12136&cate_no=1&display_group=3" name="anchorBoxName_12136"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/952c5249e57e5fe637e8d67fd4e64735.jpg" id="eListPrdImage12136_3" alt="플래쉬피그나시-n ㅣ 코랄핑크"></a>
  2009.                   </div>  
  2010.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12136&cate_no=1&display_group=3';">
  2011.                     <div class="inner">
  2012.                       <p class="name"><a href="/product/detail.html?product_no=12136&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">플래쉬피그나시-n ㅣ 코랄핑크</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2013.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2014. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2015. </ul>
  2016.                     </div>
  2017.                    </div>
  2018.                  </div>
  2019.               </li>
  2020. <li id="anchorBoxId_12131" class="xans-record-">
  2021.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12131&cate_no=1&display_group=3';">
  2022.                   <div class="thumbnail">
  2023.                       <a href="/product/detail.html?product_no=12131&cate_no=1&display_group=3" name="anchorBoxName_12131"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/7728e4ab9b207e7a8271dbd7fb727433.webp" id="eListPrdImage12131_3" alt="데끼버뮤다팬츠-p"></a>
  2024.                   </div>  
  2025.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12131&cate_no=1&display_group=3';">
  2026.                     <div class="inner">
  2027.                       <p class="name"><a href="/product/detail.html?product_no=12131&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">데끼버뮤다팬츠-p</span>      </a></p>
  2028.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2029. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2030. </ul>
  2031.                     </div>
  2032.                    </div>
  2033.                  </div>
  2034.               </li>
  2035. <li id="anchorBoxId_12132" class="xans-record-">
  2036.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12132&cate_no=1&display_group=3';">
  2037.                   <div class="thumbnail">
  2038.                       <a href="/product/detail.html?product_no=12132&cate_no=1&display_group=3" name="anchorBoxName_12132"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/b94e426e9bb84f5478555eae77422407.webp" id="eListPrdImage12132_3" alt="데이코튼반팔티-t"></a>
  2039.                   </div>  
  2040.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12132&cate_no=1&display_group=3';">
  2041.                     <div class="inner">
  2042.                       <p class="name"><a href="/product/detail.html?product_no=12132&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">데이코튼반팔티-t</span>      </a></p>
  2043.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2044. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2045. </ul>
  2046.                     </div>
  2047.                    </div>
  2048.                  </div>
  2049.               </li>
  2050. <li id="anchorBoxId_12129" class="xans-record-">
  2051.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12129&cate_no=1&display_group=3';">
  2052.                   <div class="thumbnail">
  2053.                       <a href="/product/detail.html?product_no=12129&cate_no=1&display_group=3" name="anchorBoxName_12129"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/12795741859acbc803d2877a1f7469a0.webp" id="eListPrdImage12129_3" alt="딸기홈웨어세트-set"></a>
  2054.                   </div>  
  2055.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12129&cate_no=1&display_group=3';">
  2056.                     <div class="inner">
  2057.                       <p class="name"><a href="/product/detail.html?product_no=12129&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">딸기홈웨어세트-set</span>      </a></p>
  2058.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2059. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2060. </ul>
  2061.                     </div>
  2062.                    </div>
  2063.                  </div>
  2064.               </li>
  2065. <li id="anchorBoxId_12128" class="xans-record-">
  2066.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12128&cate_no=1&display_group=3';">
  2067.                   <div class="thumbnail">
  2068.                       <a href="/product/detail.html?product_no=12128&cate_no=1&display_group=3" name="anchorBoxName_12128"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/8e450f5c0d434b32084ca7c8d3b18be2.jpg" id="eListPrdImage12128_3" alt="펀칭롱스커트-sk"></a>
  2069.                   </div>  
  2070.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12128&cate_no=1&display_group=3';">
  2071.                     <div class="inner">
  2072.                       <p class="name"><a href="/product/detail.html?product_no=12128&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">펀칭롱스커트-sk</span>      </a></p>
  2073.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2074. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2075. </ul>
  2076.                     </div>
  2077.                    </div>
  2078.                  </div>
  2079.               </li>
  2080. <li id="anchorBoxId_12133" class="xans-record-">
  2081.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12133&cate_no=1&display_group=3';">
  2082.                   <div class="thumbnail">
  2083.                       <a href="/product/detail.html?product_no=12133&cate_no=1&display_group=3" name="anchorBoxName_12133"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/24a6bdfad63007df46ebae355039a59b.jpg" id="eListPrdImage12133_3" alt="밑단레이스밴딩팬츠-p"></a>
  2084.                   </div>  
  2085.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12133&cate_no=1&display_group=3';">
  2086.                     <div class="inner">
  2087.                       <p class="name"><a href="/product/detail.html?product_no=12133&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">밑단레이스밴딩팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2088.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2089. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2090. </ul>
  2091.                     </div>
  2092.                    </div>
  2093.                  </div>
  2094.               </li>
  2095. <li id="anchorBoxId_12114" class="xans-record-">
  2096.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12114&cate_no=1&display_group=3';">
  2097.                   <div class="thumbnail">
  2098.                       <a href="/product/detail.html?product_no=12114&cate_no=1&display_group=3" name="anchorBoxName_12114"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/599d03676385c4bb5307766cfe487a71.jpg" id="eListPrdImage12114_3" alt="테릭피그반팔티-t"></a>
  2099.                   </div>  
  2100.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12114&cate_no=1&display_group=3';">
  2101.                     <div class="inner">
  2102.                       <p class="name"><a href="/product/detail.html?product_no=12114&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테릭피그반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2103.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2104. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2105. </ul>
  2106.                     </div>
  2107.                    </div>
  2108.                  </div>
  2109.               </li>
  2110. <li id="anchorBoxId_12127" class="xans-record-">
  2111.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12127&cate_no=1&display_group=3';">
  2112.                   <div class="thumbnail">
  2113.                       <a href="/product/detail.html?product_no=12127&cate_no=1&display_group=3" name="anchorBoxName_12127"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ea0a57bafdc15531c2e1a738c6eea947.webp" id="eListPrdImage12127_3" alt="언발프릴블라우스-bl"></a>
  2114.                   </div>  
  2115.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12127&cate_no=1&display_group=3';">
  2116.                     <div class="inner">
  2117.                       <p class="name"><a href="/product/detail.html?product_no=12127&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">언발프릴블라우스-bl</span>      </a></p>
  2118.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2119. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2120. </ul>
  2121.                     </div>
  2122.                    </div>
  2123.                  </div>
  2124.               </li>
  2125. <li id="anchorBoxId_12122" class="xans-record-">
  2126.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12122&cate_no=1&display_group=3';">
  2127.                   <div class="thumbnail">
  2128.                       <a href="/product/detail.html?product_no=12122&cate_no=1&display_group=3" name="anchorBoxName_12122"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/5f8e12e17674c9b449bb8bb75d1f6072.jpg" id="eListPrdImage12122_3" alt="샤브이-nb ㅣ 블루"></a>
  2129.                   </div>  
  2130.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12122&cate_no=1&display_group=3';">
  2131.                     <div class="inner">
  2132.                       <p class="name"><a href="/product/detail.html?product_no=12122&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">샤브이-nb ㅣ 블루</span>      </a></p>
  2133.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2134. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2135. </ul>
  2136.                     </div>
  2137.                    </div>
  2138.                  </div>
  2139.               </li>
  2140. <li id="anchorBoxId_12126" class="xans-record-">
  2141.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12126&cate_no=1&display_group=3';">
  2142.                   <div class="thumbnail">
  2143.                       <a href="/product/detail.html?product_no=12126&cate_no=1&display_group=3" name="anchorBoxName_12126"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/a6f8d5e651b977db181a167ecb173d19.webp" id="eListPrdImage12126_3" alt="패치버뮤다팬츠-p"></a>
  2144.                   </div>  
  2145.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12126&cate_no=1&display_group=3';">
  2146.                     <div class="inner">
  2147.                       <p class="name"><a href="/product/detail.html?product_no=12126&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">패치버뮤다팬츠-p</span>      </a></p>
  2148.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2149. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2150. </ul>
  2151.                     </div>
  2152.                    </div>
  2153.                  </div>
  2154.               </li>
  2155. <li id="anchorBoxId_12117" class="xans-record-">
  2156.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12117&cate_no=1&display_group=3';">
  2157.                   <div class="thumbnail">
  2158.                       <a href="/product/detail.html?product_no=12117&cate_no=1&display_group=3" name="anchorBoxName_12117"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/e88a7b92adf76815d7683c55c60a9e5e.jpg" id="eListPrdImage12117_3" alt="자수레이스숏팬츠-p"></a>
  2159.                   </div>  
  2160.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12117&cate_no=1&display_group=3';">
  2161.                     <div class="inner">
  2162.                       <p class="name"><a href="/product/detail.html?product_no=12117&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">자수레이스숏팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2163.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2164. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2165. </ul>
  2166.                     </div>
  2167.                    </div>
  2168.                  </div>
  2169.               </li>
  2170. <li id="anchorBoxId_12120" class="xans-record-">
  2171.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12120&cate_no=1&display_group=3';">
  2172.                   <div class="thumbnail">
  2173.                       <a href="/product/detail.html?product_no=12120&cate_no=1&display_group=3" name="anchorBoxName_12120"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/45f6e75275c19451a5b28030d23066cb.jpg" id="eListPrdImage12120_3" alt="스트라이프롱팬츠-p"></a>
  2174.                   </div>  
  2175.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12120&cate_no=1&display_group=3';">
  2176.                     <div class="inner">
  2177.                       <p class="name"><a href="/product/detail.html?product_no=12120&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">스트라이프롱팬츠-p</span>      </a></p>
  2178.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2179. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">37,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2180. </ul>
  2181.                     </div>
  2182.                    </div>
  2183.                  </div>
  2184.               </li>
  2185. <li id="anchorBoxId_12125" class="xans-record-">
  2186.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12125&cate_no=1&display_group=3';">
  2187.                   <div class="thumbnail">
  2188.                       <a href="/product/detail.html?product_no=12125&cate_no=1&display_group=3" name="anchorBoxName_12125"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/dfdc3cc2d26149b3d883a338b076261b.jpg" id="eListPrdImage12125_3" alt="라몬즈루즈핏반팔티-t"></a>
  2189.                   </div>  
  2190.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12125&cate_no=1&display_group=3';">
  2191.                     <div class="inner">
  2192.                       <p class="name"><a href="/product/detail.html?product_no=12125&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">라몬즈루즈핏반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2193.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2194. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">50,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2195. </ul>
  2196.                     </div>
  2197.                    </div>
  2198.                  </div>
  2199.               </li>
  2200. <li id="anchorBoxId_12115" class="xans-record-">
  2201.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12115&cate_no=1&display_group=3';">
  2202.                   <div class="thumbnail">
  2203.                       <a href="/product/detail.html?product_no=12115&cate_no=1&display_group=3" name="anchorBoxName_12115"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/012b3bf01ed7ab35c1d9100f99951494.jpg" id="eListPrdImage12115_3" alt="프릴도트롱스커트-sk"></a>
  2204.                   </div>  
  2205.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12115&cate_no=1&display_group=3';">
  2206.                     <div class="inner">
  2207.                       <p class="name"><a href="/product/detail.html?product_no=12115&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">프릴도트롱스커트-sk</span>      </a></p>
  2208.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2209. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">69,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2210. </ul>
  2211.                     </div>
  2212.                    </div>
  2213.                  </div>
  2214.               </li>
  2215. <li id="anchorBoxId_12113" class="xans-record-">
  2216.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12113&cate_no=1&display_group=3';">
  2217.                   <div class="thumbnail">
  2218.                       <a href="/product/detail.html?product_no=12113&cate_no=1&display_group=3" name="anchorBoxName_12113"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/9a6e4df04824bb92f5450553f53f5571.jpg" id="eListPrdImage12113_3" alt="피그오버핏나시-n"></a>
  2219.                   </div>  
  2220.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12113&cate_no=1&display_group=3';">
  2221.                     <div class="inner">
  2222.                       <p class="name"><a href="/product/detail.html?product_no=12113&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">피그오버핏나시-n</span>      </a></p>
  2223.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2224. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2225. </ul>
  2226.                     </div>
  2227.                    </div>
  2228.                  </div>
  2229.               </li>
  2230. <li id="anchorBoxId_12124" class="xans-record-">
  2231.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12124&cate_no=1&display_group=3';">
  2232.                   <div class="thumbnail">
  2233.                       <a href="/product/detail.html?product_no=12124&cate_no=1&display_group=3" name="anchorBoxName_12124"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/0e465ba729154f760764a163121966f4.jpg" id="eListPrdImage12124_3" alt="심플스판나시-n ㅣ 카키"></a>
  2234.                   </div>  
  2235.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12124&cate_no=1&display_group=3';">
  2236.                     <div class="inner">
  2237.                       <p class="name"><a href="/product/detail.html?product_no=12124&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">심플스판나시-n ㅣ 카키</span>      </a></p>
  2238.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2239. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2240. </ul>
  2241.                     </div>
  2242.                    </div>
  2243.                  </div>
  2244.               </li>
  2245. <li id="anchorBoxId_12116" class="xans-record-">
  2246.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12116&cate_no=1&display_group=3';">
  2247.                   <div class="thumbnail">
  2248.                       <a href="/product/detail.html?product_no=12116&cate_no=1&display_group=3" name="anchorBoxName_12116"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/c0bb8b287ffa07ad996ec378b00d84ad.webp" id="eListPrdImage12116_3" alt="위캔프린팅반팔티-t"></a>
  2249.                   </div>  
  2250.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12116&cate_no=1&display_group=3';">
  2251.                     <div class="inner">
  2252.                       <p class="name"><a href="/product/detail.html?product_no=12116&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">위캔프린팅반팔티-t</span>      </a></p>
  2253.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2254. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">25,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2255. </ul>
  2256.                     </div>
  2257.                    </div>
  2258.                  </div>
  2259.               </li>
  2260. <li id="anchorBoxId_12123" class="xans-record-">
  2261.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12123&cate_no=1&display_group=3';">
  2262.                   <div class="thumbnail">
  2263.                       <a href="/product/detail.html?product_no=12123&cate_no=1&display_group=3" name="anchorBoxName_12123"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/a76a5bcbd6e61e5a9961787a56818dad.jpg" id="eListPrdImage12123_3" alt="샤브이-p"></a>
  2264.                   </div>  
  2265.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12123&cate_no=1&display_group=3';">
  2266.                     <div class="inner">
  2267.                       <p class="name"><a href="/product/detail.html?product_no=12123&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">샤브이-p</span>      </a></p>
  2268.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2269. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2270. </ul>
  2271.                     </div>
  2272.                    </div>
  2273.                  </div>
  2274.               </li>
  2275. <li id="anchorBoxId_12119" class="xans-record-">
  2276.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12119&cate_no=1&display_group=3';">
  2277.                   <div class="thumbnail">
  2278.                       <a href="/product/detail.html?product_no=12119&cate_no=1&display_group=3" name="anchorBoxName_12119"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/fa0dbf022844c7eca3cedb2fb7044899.jpg" id="eListPrdImage12119_3" alt="코튼나염반팔티-t"></a>
  2279.                   </div>  
  2280.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12119&cate_no=1&display_group=3';">
  2281.                     <div class="inner">
  2282.                       <p class="name"><a href="/product/detail.html?product_no=12119&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">코튼나염반팔티-t</span>      </a></p>
  2283.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2284. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">24,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2285. </ul>
  2286.                     </div>
  2287.                    </div>
  2288.                  </div>
  2289.               </li>
  2290. <li id="anchorBoxId_12111" class="xans-record-">
  2291.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12111&cate_no=1&display_group=3';">
  2292.                   <div class="thumbnail">
  2293.                       <a href="/product/detail.html?product_no=12111&cate_no=1&display_group=3" name="anchorBoxName_12111"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/9c16cf170ff953af898f296335bf0773.jpg" id="eListPrdImage12111_3" alt="피그루즈핏반팔티-t"></a>
  2294.                   </div>  
  2295.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12111&cate_no=1&display_group=3';">
  2296.                     <div class="inner">
  2297.                       <p class="name"><a href="/product/detail.html?product_no=12111&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">피그루즈핏반팔티-t</span>      </a></p>
  2298.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2299. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2300. </ul>
  2301.                     </div>
  2302.                    </div>
  2303.                  </div>
  2304.               </li>
  2305. <li id="anchorBoxId_12110" class="xans-record-">
  2306.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12110&cate_no=1&display_group=3';">
  2307.                   <div class="thumbnail">
  2308.                       <a href="/product/detail.html?product_no=12110&cate_no=1&display_group=3" name="anchorBoxName_12110"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/2240df241139f3e6d93288c0c121e12c.webp" id="eListPrdImage12110_3" alt="자수하프피그팬츠-p"></a>
  2309.                   </div>  
  2310.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12110&cate_no=1&display_group=3';">
  2311.                     <div class="inner">
  2312.                       <p class="name"><a href="/product/detail.html?product_no=12110&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">자수하프피그팬츠-p</span>      </a></p>
  2313.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2314. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2315. </ul>
  2316.                     </div>
  2317.                    </div>
  2318.                  </div>
  2319.               </li>
  2320. <li id="anchorBoxId_12107" class="xans-record-">
  2321.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12107&cate_no=1&display_group=3';">
  2322.                   <div class="thumbnail">
  2323.                       <a href="/product/detail.html?product_no=12107&cate_no=1&display_group=3" name="anchorBoxName_12107"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/6612c34583929d2ea619ae9d08089604.webp" id="eListPrdImage12107_3" alt="엠보싱미니원피스-ops"></a>
  2324.                   </div>  
  2325.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12107&cate_no=1&display_group=3';">
  2326.                     <div class="inner">
  2327.                       <p class="name"><a href="/product/detail.html?product_no=12107&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">엠보싱미니원피스-ops</span>      </a></p>
  2328.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2329. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">69,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2330. </ul>
  2331.                     </div>
  2332.                    </div>
  2333.                  </div>
  2334.               </li>
  2335. <li id="anchorBoxId_12105" class="xans-record-">
  2336.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12105&cate_no=1&display_group=3';">
  2337.                   <div class="thumbnail">
  2338.                       <a href="/product/detail.html?product_no=12105&cate_no=1&display_group=3" name="anchorBoxName_12105"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/beab563185eb2ff541d57a9fd5426675.jpg" id="eListPrdImage12105_3" alt="레이어드더블반팔티-t"></a>
  2339.                   </div>  
  2340.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12105&cate_no=1&display_group=3';">
  2341.                     <div class="inner">
  2342.                       <p class="name"><a href="/product/detail.html?product_no=12105&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">레이어드더블반팔티-t</span>      </a></p>
  2343.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2344. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2345. </ul>
  2346.                     </div>
  2347.                    </div>
  2348.                  </div>
  2349.               </li>
  2350. <li id="anchorBoxId_12109" class="xans-record-">
  2351.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12109&cate_no=1&display_group=3';">
  2352.                   <div class="thumbnail">
  2353.                       <a href="/product/detail.html?product_no=12109&cate_no=1&display_group=3" name="anchorBoxName_12109"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/c541630b25e35af1cfb91b2803119b2b.webp" id="eListPrdImage12109_3" alt="심플스판나시-n ㅣ 네이비"></a>
  2354.                   </div>  
  2355.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12109&cate_no=1&display_group=3';">
  2356.                     <div class="inner">
  2357.                       <p class="name"><a href="/product/detail.html?product_no=12109&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">심플스판나시-n ㅣ 네이비</span>      </a></p>
  2358.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2359. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2360. </ul>
  2361.                     </div>
  2362.                    </div>
  2363.                  </div>
  2364.               </li>
  2365. <li id="anchorBoxId_12108" class="xans-record-">
  2366.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12108&cate_no=1&display_group=3';">
  2367.                   <div class="thumbnail">
  2368.                       <a href="/product/detail.html?product_no=12108&cate_no=1&display_group=3" name="anchorBoxName_12108"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/2c37f9e953a46f9d9ffe384d4e4a3431.jpg" id="eListPrdImage12108_3" alt="캉캉코튼원피스-ops"></a>
  2369.                   </div>  
  2370.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12108&cate_no=1&display_group=3';">
  2371.                     <div class="inner">
  2372.                       <p class="name"><a href="/product/detail.html?product_no=12108&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">캉캉코튼원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2373.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2374. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2375. </ul>
  2376.                     </div>
  2377.                    </div>
  2378.                  </div>
  2379.               </li>
  2380. <li id="anchorBoxId_12112" class="xans-record-">
  2381.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12112&cate_no=1&display_group=3';">
  2382.                   <div class="thumbnail">
  2383.                       <a href="/product/detail.html?product_no=12112&cate_no=1&display_group=3" name="anchorBoxName_12112"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/3d9aa4f7de8d5466fba54de9aac953c6.webp" id="eListPrdImage12112_3" alt="미니프릴스커트-sk ㅣ 바지안감"></a>
  2384.                   </div>  
  2385.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12112&cate_no=1&display_group=3';">
  2386.                     <div class="inner">
  2387.                       <p class="name"><a href="/product/detail.html?product_no=12112&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">미니프릴스커트-sk ㅣ 바지안감</span>      </a></p>
  2388.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2389. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2390. </ul>
  2391.                     </div>
  2392.                    </div>
  2393.                  </div>
  2394.               </li>
  2395. <li id="anchorBoxId_12099" class="xans-record-">
  2396.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12099&cate_no=1&display_group=3';">
  2397.                   <div class="thumbnail">
  2398.                       <a href="/product/detail.html?product_no=12099&cate_no=1&display_group=3" name="anchorBoxName_12099"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/50b94bb2aa314fa81e52e4babcbeb949.webp" id="eListPrdImage12099_3" alt="스판찰랑반팔긴바지-set"></a>
  2399.                   </div>  
  2400.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12099&cate_no=1&display_group=3';">
  2401.                     <div class="inner">
  2402.                       <p class="name"><a href="/product/detail.html?product_no=12099&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">스판찰랑반팔긴바지-set</span>      </a></p>
  2403.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2404. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2405. </ul>
  2406.                     </div>
  2407.                    </div>
  2408.                  </div>
  2409.               </li>
  2410. <li id="anchorBoxId_12100" class="xans-record-">
  2411.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12100&cate_no=1&display_group=3';">
  2412.                   <div class="thumbnail">
  2413.                       <a href="/product/detail.html?product_no=12100&cate_no=1&display_group=3" name="anchorBoxName_12100"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/fc8673f02131ca4a6a7dc83313c59277.jpg" id="eListPrdImage12100_3" alt="99박시반팔티-t"></a>
  2414.                   </div>  
  2415.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12100&cate_no=1&display_group=3';">
  2416.                     <div class="inner">
  2417.                       <p class="name"><a href="/product/detail.html?product_no=12100&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">99박시반팔티-t</span>      </a></p>
  2418.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2419. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2420. </ul>
  2421.                     </div>
  2422.                    </div>
  2423.                  </div>
  2424.               </li>
  2425. <li id="anchorBoxId_12104" class="xans-record-">
  2426.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12104&cate_no=1&display_group=3';">
  2427.                   <div class="thumbnail">
  2428.                       <a href="/product/detail.html?product_no=12104&cate_no=1&display_group=3" name="anchorBoxName_12104"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/73b747922902de8626cab0229af56a9f.jpg" id="eListPrdImage12104_3" alt="배색라인원피스-ops"></a>
  2429.                   </div>  
  2430.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12104&cate_no=1&display_group=3';">
  2431.                     <div class="inner">
  2432.                       <p class="name"><a href="/product/detail.html?product_no=12104&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">배색라인원피스-ops</span>      </a></p>
  2433.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2434. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2435. </ul>
  2436.                     </div>
  2437.                    </div>
  2438.                  </div>
  2439.               </li>
  2440. <li id="anchorBoxId_12101" class="xans-record-">
  2441.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12101&cate_no=1&display_group=3';">
  2442.                   <div class="thumbnail">
  2443.                       <a href="/product/detail.html?product_no=12101&cate_no=1&display_group=3" name="anchorBoxName_12101"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/5d6e87edea77065a03befc13656f870a.webp" id="eListPrdImage12101_3" alt="뒷꼬임나시-n"></a>
  2444.                   </div>  
  2445.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12101&cate_no=1&display_group=3';">
  2446.                     <div class="inner">
  2447.                       <p class="name"><a href="/product/detail.html?product_no=12101&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">뒷꼬임나시-n</span>      </a></p>
  2448.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2449. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2450. </ul>
  2451.                     </div>
  2452.                    </div>
  2453.                  </div>
  2454.               </li>
  2455. <li id="anchorBoxId_12098" class="xans-record-">
  2456.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12098&cate_no=1&display_group=3';">
  2457.                   <div class="thumbnail">
  2458.                       <a href="/product/detail.html?product_no=12098&cate_no=1&display_group=3" name="anchorBoxName_12098"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/9515e66ddb4b1342ff6d39a3b8dde445.jpg" id="eListPrdImage12098_3" alt="피그나염반팔티-t"></a>
  2459.                   </div>  
  2460.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12098&cate_no=1&display_group=3';">
  2461.                     <div class="inner">
  2462.                       <p class="name"><a href="/product/detail.html?product_no=12098&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">피그나염반팔티-t</span>      </a></p>
  2463.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2464. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2465. </ul>
  2466.                     </div>
  2467.                    </div>
  2468.                  </div>
  2469.               </li>
  2470. <li id="anchorBoxId_12093" class="xans-record-">
  2471.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12093&cate_no=1&display_group=3';">
  2472.                   <div class="thumbnail">
  2473.                       <a href="/product/detail.html?product_no=12093&cate_no=1&display_group=3" name="anchorBoxName_12093"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/1f58f6b7d8d5b656948835192fd8714c.webp" id="eListPrdImage12093_3" alt="쿨링스트라이프셔츠-nb"></a>
  2474.                   </div>  
  2475.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12093&cate_no=1&display_group=3';">
  2476.                     <div class="inner">
  2477.                       <p class="name"><a href="/product/detail.html?product_no=12093&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">쿨링스트라이프셔츠-nb</span>      </a></p>
  2478.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2479. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">61,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2480. </ul>
  2481.                     </div>
  2482.                    </div>
  2483.                  </div>
  2484.               </li>
  2485. <li id="anchorBoxId_12102" class="xans-record-">
  2486.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12102&cate_no=1&display_group=3';">
  2487.                   <div class="thumbnail">
  2488.                       <a href="/product/detail.html?product_no=12102&cate_no=1&display_group=3" name="anchorBoxName_12102"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/13a17d18ec031a78818d055e28161d78.jpg" id="eListPrdImage12102_3" alt="헤므-p ㅣ 핑크"></a>
  2489.                   </div>  
  2490.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12102&cate_no=1&display_group=3';">
  2491.                     <div class="inner">
  2492.                       <p class="name"><a href="/product/detail.html?product_no=12102&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤므-p ㅣ 핑크</span>      </a></p>
  2493.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2494. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2495. </ul>
  2496.                     </div>
  2497.                    </div>
  2498.                  </div>
  2499.               </li>
  2500. <li id="anchorBoxId_12097" class="xans-record-">
  2501.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12097&cate_no=1&display_group=3';">
  2502.                   <div class="thumbnail">
  2503.                       <a href="/product/detail.html?product_no=12097&cate_no=1&display_group=3" name="anchorBoxName_12097"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ef4852692cdfbfd3bd2bb63fc0c30cc7.jpg" id="eListPrdImage12097_3" alt="퍼프박시블라우스-bl"></a>
  2504.                   </div>  
  2505.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12097&cate_no=1&display_group=3';">
  2506.                     <div class="inner">
  2507.                       <p class="name"><a href="/product/detail.html?product_no=12097&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">퍼프박시블라우스-bl</span>      </a></p>
  2508.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2509. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">50,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2510. </ul>
  2511.                     </div>
  2512.                    </div>
  2513.                  </div>
  2514.               </li>
  2515. <li id="anchorBoxId_12090" class="xans-record-">
  2516.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12090&cate_no=1&display_group=3';">
  2517.                   <div class="thumbnail">
  2518.                       <a href="/product/detail.html?product_no=12090&cate_no=1&display_group=3" name="anchorBoxName_12090"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ddd2d702ecb00b805b3db04cd95eb9d4.webp" id="eListPrdImage12090_3" alt="피그먼트오아티-t"></a>
  2519.                   </div>  
  2520.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12090&cate_no=1&display_group=3';">
  2521.                     <div class="inner">
  2522.                       <p class="name"><a href="/product/detail.html?product_no=12090&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">피그먼트오아티-t</span>      </a></p>
  2523.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2524. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2525. </ul>
  2526.                     </div>
  2527.                    </div>
  2528.                  </div>
  2529.               </li>
  2530. <li id="anchorBoxId_12095" class="xans-record-">
  2531.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12095&cate_no=1&display_group=3';">
  2532.                   <div class="thumbnail">
  2533.                       <a href="/product/detail.html?product_no=12095&cate_no=1&display_group=3" name="anchorBoxName_12095"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/37a60b0780b4cd721fb9e317c83134d9.jpg" id="eListPrdImage12095_3" alt="프릴나시탑블라우스-bl"></a>
  2534.                   </div>  
  2535.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12095&cate_no=1&display_group=3';">
  2536.                     <div class="inner">
  2537.                       <p class="name"><a href="/product/detail.html?product_no=12095&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">프릴나시탑블라우스-bl</span>      </a></p>
  2538.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2539. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2540. </ul>
  2541.                     </div>
  2542.                    </div>
  2543.                  </div>
  2544.               </li>
  2545. <li id="anchorBoxId_12096" class="xans-record-">
  2546.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12096&cate_no=1&display_group=3';">
  2547.                   <div class="thumbnail">
  2548.                       <a href="/product/detail.html?product_no=12096&cate_no=1&display_group=3" name="anchorBoxName_12096"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/683a7f26013bae8025f32d3f7fe03229.webp" id="eListPrdImage12096_3" alt="나일론핀턱팬츠-p ㅣ 블랙"></a>
  2549.                   </div>  
  2550.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12096&cate_no=1&display_group=3';">
  2551.                     <div class="inner">
  2552.                       <p class="name"><a href="/product/detail.html?product_no=12096&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">나일론핀턱팬츠-p ㅣ 블랙</span>      </a></p>
  2553.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2554. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2555. </ul>
  2556.                     </div>
  2557.                    </div>
  2558.                  </div>
  2559.               </li>
  2560. <li id="anchorBoxId_12086" class="xans-record-">
  2561.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12086&cate_no=1&display_group=3';">
  2562.                   <div class="thumbnail">
  2563.                       <a href="/product/detail.html?product_no=12086&cate_no=1&display_group=3" name="anchorBoxName_12086"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/171db131684ec88bc63ca69efe76afa2.webp" id="eListPrdImage12086_3" alt="레이스긴팔블라우스-bl"></a>
  2564.                   </div>  
  2565.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12086&cate_no=1&display_group=3';">
  2566.                     <div class="inner">
  2567.                       <p class="name"><a href="/product/detail.html?product_no=12086&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">레이스긴팔블라우스-bl</span>      </a></p>
  2568.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2569. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2570. </ul>
  2571.                     </div>
  2572.                    </div>
  2573.                  </div>
  2574.               </li>
  2575. <li id="anchorBoxId_12094" class="xans-record-">
  2576.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12094&cate_no=1&display_group=3';">
  2577.                   <div class="thumbnail">
  2578.                       <a href="/product/detail.html?product_no=12094&cate_no=1&display_group=3" name="anchorBoxName_12094"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/c007f6f51f3acf9fdc3c4030c9064bbc.jpg" id="eListPrdImage12094_3" alt="쿨링스트라이프팬츠-p"></a>
  2579.                   </div>  
  2580.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12094&cate_no=1&display_group=3';">
  2581.                     <div class="inner">
  2582.                       <p class="name"><a href="/product/detail.html?product_no=12094&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">쿨링스트라이프팬츠-p</span>      </a></p>
  2583.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2584. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2585. </ul>
  2586.                     </div>
  2587.                    </div>
  2588.                  </div>
  2589.               </li>
  2590. <li id="anchorBoxId_12091" class="xans-record-">
  2591.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12091&cate_no=1&display_group=3';">
  2592.                   <div class="thumbnail">
  2593.                       <a href="/product/detail.html?product_no=12091&cate_no=1&display_group=3" name="anchorBoxName_12091"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/3231faac1dbcb67d49752fd471a22b18.jpg" id="eListPrdImage12091_3" alt="체크밴딩숏팬츠-p"></a>
  2594.                   </div>  
  2595.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12091&cate_no=1&display_group=3';">
  2596.                     <div class="inner">
  2597.                       <p class="name"><a href="/product/detail.html?product_no=12091&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체크밴딩숏팬츠-p</span>      </a></p>
  2598.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2599. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2600. </ul>
  2601.                     </div>
  2602.                    </div>
  2603.                  </div>
  2604.               </li>
  2605. <li id="anchorBoxId_12084" class="xans-record-">
  2606.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12084&cate_no=1&display_group=3';">
  2607.                   <div class="thumbnail">
  2608.                       <a href="/product/detail.html?product_no=12084&cate_no=1&display_group=3" name="anchorBoxName_12084"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/a9c934f8524f51d593b528a6dd5a2f3f.webp" id="eListPrdImage12084_3" alt="피그먼트반팔티-t"></a>
  2609.                   </div>  
  2610.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12084&cate_no=1&display_group=3';">
  2611.                     <div class="inner">
  2612.                       <p class="name"><a href="/product/detail.html?product_no=12084&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">피그먼트반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2613.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2614. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2615. </ul>
  2616.                     </div>
  2617.                    </div>
  2618.                  </div>
  2619.               </li>
  2620. <li id="anchorBoxId_12082" class="xans-record-">
  2621.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12082&cate_no=1&display_group=3';">
  2622.                   <div class="thumbnail">
  2623.                       <a href="/product/detail.html?product_no=12082&cate_no=1&display_group=3" name="anchorBoxName_12082"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/56b2cdc790e98f010fd3583a9ebd9392.jpg" id="eListPrdImage12082_3" alt="망사나시끈블라우스-bl"></a>
  2624.                   </div>  
  2625.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12082&cate_no=1&display_group=3';">
  2626.                     <div class="inner">
  2627.                       <p class="name"><a href="/product/detail.html?product_no=12082&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">망사나시끈블라우스-bl</span>      </a></p>
  2628.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2629. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">57,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2630. </ul>
  2631.                     </div>
  2632.                    </div>
  2633.                  </div>
  2634.               </li>
  2635. <li id="anchorBoxId_12088" class="xans-record-">
  2636.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12088&cate_no=1&display_group=3';">
  2637.                   <div class="thumbnail">
  2638.                       <a href="/product/detail.html?product_no=12088&cate_no=1&display_group=3" name="anchorBoxName_12088"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/9a929d6c736fbc73aee7d11fc24f981e.jpg" id="eListPrdImage12088_3" alt="나일론핀턱팬츠-p ㅣ 차콜"></a>
  2639.                   </div>  
  2640.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12088&cate_no=1&display_group=3';">
  2641.                     <div class="inner">
  2642.                       <p class="name"><a href="/product/detail.html?product_no=12088&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">나일론핀턱팬츠-p ㅣ 차콜</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2643.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2644. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2645. </ul>
  2646.                     </div>
  2647.                    </div>
  2648.                  </div>
  2649.               </li>
  2650. <li id="anchorBoxId_12081" class="xans-record-">
  2651.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12081&cate_no=1&display_group=3';">
  2652.                   <div class="thumbnail">
  2653.                       <a href="/product/detail.html?product_no=12081&cate_no=1&display_group=3" name="anchorBoxName_12081"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ad39cec5f9a56854c0e487e93d4904d3.webp" id="eListPrdImage12081_3" alt="카라크롭반팔티-t"></a>
  2654.                   </div>  
  2655.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12081&cate_no=1&display_group=3';">
  2656.                     <div class="inner">
  2657.                       <p class="name"><a href="/product/detail.html?product_no=12081&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">카라크롭반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2658.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2659. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2660. </ul>
  2661.                     </div>
  2662.                    </div>
  2663.                  </div>
  2664.               </li>
  2665. <li id="anchorBoxId_12077" class="xans-record-">
  2666.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12077&cate_no=1&display_group=3';">
  2667.                   <div class="thumbnail">
  2668.                       <a href="/product/detail.html?product_no=12077&cate_no=1&display_group=3" name="anchorBoxName_12077"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/ace6978efed29b3977672530ee68c6bc.webp" id="eListPrdImage12077_3" alt="루즈핏롱원피스-ops"></a>
  2669.                   </div>  
  2670.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12077&cate_no=1&display_group=3';">
  2671.                     <div class="inner">
  2672.                       <p class="name"><a href="/product/detail.html?product_no=12077&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">루즈핏롱원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2673.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2674. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2675. </ul>
  2676.                     </div>
  2677.                    </div>
  2678.                  </div>
  2679.               </li>
  2680. <li id="anchorBoxId_12078" class="xans-record-">
  2681.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12078&cate_no=1&display_group=3';">
  2682.                   <div class="thumbnail">
  2683.                       <a href="/product/detail.html?product_no=12078&cate_no=1&display_group=3" name="anchorBoxName_12078"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/dabb2cbe5bae3708fc1ca1253a4f631e.jpg" id="eListPrdImage12078_3" alt="단가라반팔티-t"></a>
  2684.                   </div>  
  2685.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12078&cate_no=1&display_group=3';">
  2686.                     <div class="inner">
  2687.                       <p class="name"><a href="/product/detail.html?product_no=12078&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">단가라반팔티-t</span>      </a></p>
  2688.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2689. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2690. </ul>
  2691.                     </div>
  2692.                    </div>
  2693.                  </div>
  2694.               </li>
  2695.           </ul>
  2696.       </div>
  2697. </div>
  2698.       <!-- //신상품 -->
  2699.    
  2700.  
  2701.  
  2702.  
  2703.    
  2704.      <!-- //shoes.bag -->
  2705.       <div class="xans-element- xans-product xans-product-listmain-3 xans-product-listmain xans-product-3 ec-base-product new_item"><!--
  2706.               $count = 16
  2707.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2708.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2709.           -->
  2710. <p id="all_dot_title">shoes bag<br>acc items<br><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s69_title_dot.jpg"></p>
  2711. <div class="main_item_list">
  2712.             <ul class="prdList grid4">  
  2713.        
  2714.                 <li id="anchorBoxId_12118" class="xans-record-">
  2715.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12118&cate_no=1&display_group=4';">
  2716.                   <div class="thumbnail">
  2717.                       <a href="/product/detail.html?product_no=12118&cate_no=1&display_group=4" name="anchorBoxName_12118"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/a5e2f803de905f86f893bea72d837d74.jpg" id="eListPrdImage12118_4" alt="하트밀집 모자"></a>
  2718.                   </div>  
  2719.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12118&cate_no=1&display_group=4';">
  2720.                     <div class="inner">
  2721.                       <p class="name"><a href="/product/detail.html?product_no=12118&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">하트밀집 모자</span>      </a></p>
  2722.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2723. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2724. </ul>
  2725.                     </div>
  2726.                    </div>
  2727.                  </div>
  2728.               </li>
  2729.                
  2730.                
  2731.            
  2732.               <li id="anchorBoxId_12103" class="xans-record-">
  2733.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12103&cate_no=1&display_group=4';">
  2734.                   <div class="thumbnail">
  2735.                       <a href="/product/detail.html?product_no=12103&cate_no=1&display_group=4" name="anchorBoxName_12103"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/193e0b9d6d249d612b45d4f8b2e0df81.jpg" id="eListPrdImage12103_4" alt="빈티지스냅백 모자"></a>
  2736.                   </div>  
  2737.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12103&cate_no=1&display_group=4';">
  2738.                     <div class="inner">
  2739.                       <p class="name"><a href="/product/detail.html?product_no=12103&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">빈티지스냅백 모자</span>      </a></p>
  2740.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2741. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">18,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2742. </ul>
  2743.                     </div>
  2744.                    </div>
  2745.                  </div>
  2746.               </li>
  2747. <li id="anchorBoxId_12087" class="xans-record-">
  2748.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2749.                   <div class="thumbnail">
  2750.                       <a href="/product/detail.html?product_no=12087&cate_no=1&display_group=4" name="anchorBoxName_12087"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/181a1b37daecf614c9ac6517eb024e2e.jpg" id="eListPrdImage12087_4" alt="고리 레그워머"></a>
  2751.                   </div>  
  2752.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2753.                     <div class="inner">
  2754.                       <p class="name"><a href="/product/detail.html?product_no=12087&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">고리 레그워머</span>      </a></p>
  2755.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2756. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">8,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2757. </ul>
  2758.                     </div>
  2759.                    </div>
  2760.                  </div>
  2761.               </li>
  2762. <li id="anchorBoxId_12085" class="xans-record-">
  2763.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12085&cate_no=1&display_group=4';">
  2764.                   <div class="thumbnail">
  2765.                       <a href="/product/detail.html?product_no=12085&cate_no=1&display_group=4" name="anchorBoxName_12085"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202506/d850750497d942e6771fda34bb0452f5.jpg" id="eListPrdImage12085_4" alt="리본진주밀집 모자"></a>
  2766.                   </div>  
  2767.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12085&cate_no=1&display_group=4';">
  2768.                     <div class="inner">
  2769.                       <p class="name"><a href="/product/detail.html?product_no=12085&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">리본진주밀집 모자</span>      </a></p>
  2770.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2771. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2772. </ul>
  2773.                     </div>
  2774.                    </div>
  2775.                  </div>
  2776.               </li>
  2777. <li id="anchorBoxId_12071" class="xans-record-">
  2778.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12071&cate_no=1&display_group=4';">
  2779.                   <div class="thumbnail">
  2780.                       <a href="/product/detail.html?product_no=12071&cate_no=1&display_group=4" name="anchorBoxName_12071"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/6c6673221661e137b4d8a1701d39b4ab.jpg" id="eListPrdImage12071_4" alt="베이직토드백-bag"></a>
  2781.                   </div>  
  2782.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12071&cate_no=1&display_group=4';">
  2783.                     <div class="inner">
  2784.                       <p class="name"><a href="/product/detail.html?product_no=12071&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">베이직토드백-bag</span>      </a></p>
  2785.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2786. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2787. </ul>
  2788.                     </div>
  2789.                    </div>
  2790.                  </div>
  2791.               </li>
  2792. <li id="anchorBoxId_12052" class="xans-record-">
  2793.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12052&cate_no=1&display_group=4';">
  2794.                   <div class="thumbnail">
  2795.                       <a href="/product/detail.html?product_no=12052&cate_no=1&display_group=4" name="anchorBoxName_12052"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/c029d049f600151b0fb1e1f9a4ef2d7c.jpg" id="eListPrdImage12052_4" alt="림카드-bag"></a>
  2796.                   </div>  
  2797.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12052&cate_no=1&display_group=4';">
  2798.                     <div class="inner">
  2799.                       <p class="name"><a href="/product/detail.html?product_no=12052&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">림카드-bag</span>      </a></p>
  2800.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2801. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">12,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2802. </ul>
  2803.                     </div>
  2804.                    </div>
  2805.                  </div>
  2806.               </li>
  2807. <li id="anchorBoxId_12047" class="xans-record-">
  2808.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2809.                   <div class="thumbnail">
  2810.                       <a href="/product/detail.html?product_no=12047&cate_no=1&display_group=4" name="anchorBoxName_12047"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/1911bfe6be9055ad4240305b520e8ff4.jpg" id="eListPrdImage12047_4" alt="데링프-bag"></a>
  2811.                   </div>  
  2812.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2813.                     <div class="inner">
  2814.                       <p class="name"><a href="/product/detail.html?product_no=12047&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">데링프-bag</span>      </a></p>
  2815.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2816. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2817. </ul>
  2818.                     </div>
  2819.                    </div>
  2820.                  </div>
  2821.               </li>
  2822. <li id="anchorBoxId_12051" class="xans-record-">
  2823.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12051&cate_no=1&display_group=4';">
  2824.                   <div class="thumbnail">
  2825.                       <a href="/product/detail.html?product_no=12051&cate_no=1&display_group=4" name="anchorBoxName_12051"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/53cae4b79c8b671b62ed1cbc917b0ccb.jpg" id="eListPrdImage12051_4" alt="노로크 슈즈"></a>
  2826.                   </div>  
  2827.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12051&cate_no=1&display_group=4';">
  2828.                     <div class="inner">
  2829.                       <p class="name"><a href="/product/detail.html?product_no=12051&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">노로크 슈즈</span>      </a></p>
  2830.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2831. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2832. </ul>
  2833.                     </div>
  2834.                    </div>
  2835.                  </div>
  2836.               </li>
  2837. <li id="anchorBoxId_12048" class="xans-record-">
  2838.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12048&cate_no=1&display_group=4';">
  2839.                   <div class="thumbnail">
  2840.                       <a href="/product/detail.html?product_no=12048&cate_no=1&display_group=4" name="anchorBoxName_12048"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/95a7fc42805458d55037dc6949b52260.jpg" id="eListPrdImage12048_4" alt="너멜리 슈즈"></a>
  2841.                   </div>  
  2842.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12048&cate_no=1&display_group=4';">
  2843.                     <div class="inner">
  2844.                       <p class="name"><a href="/product/detail.html?product_no=12048&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">너멜리 슈즈</span>      </a></p>
  2845.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2846. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">46,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2847. </ul>
  2848.                     </div>
  2849.                    </div>
  2850.                  </div>
  2851.               </li>
  2852. <li id="anchorBoxId_12044" class="xans-record-">
  2853.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12044&cate_no=1&display_group=4';">
  2854.                   <div class="thumbnail">
  2855.                       <a href="/product/detail.html?product_no=12044&cate_no=1&display_group=4" name="anchorBoxName_12044"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/e99b959e1d68b77485661eda3da42ace.jpg" id="eListPrdImage12044_4" alt="캐프 모자"></a>
  2856.                   </div>  
  2857.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12044&cate_no=1&display_group=4';">
  2858.                     <div class="inner">
  2859.                       <p class="name"><a href="/product/detail.html?product_no=12044&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">캐프 모자</span>      </a></p>
  2860.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2861. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">20,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2862. </ul>
  2863.                     </div>
  2864.                    </div>
  2865.                  </div>
  2866.               </li>
  2867. <li id="anchorBoxId_12033" class="xans-record-">
  2868.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12033&cate_no=1&display_group=4';">
  2869.                   <div class="thumbnail">
  2870.                       <a href="/product/detail.html?product_no=12033&cate_no=1&display_group=4" name="anchorBoxName_12033"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/348758ea2ef2f954fa7164d2e16a2bb3.jpg" id="eListPrdImage12033_4" alt="네멀리 모자"></a>
  2871.                   </div>  
  2872.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12033&cate_no=1&display_group=4';">
  2873.                     <div class="inner">
  2874.                       <p class="name"><a href="/product/detail.html?product_no=12033&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">네멀리 모자</span>      </a></p>
  2875.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2876. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2877. </ul>
  2878.                     </div>
  2879.                    </div>
  2880.                  </div>
  2881.               </li>
  2882. <li id="anchorBoxId_12029" class="xans-record-">
  2883.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12029&cate_no=1&display_group=4';">
  2884.                   <div class="thumbnail">
  2885.                       <a href="/product/detail.html?product_no=12029&cate_no=1&display_group=4" name="anchorBoxName_12029"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/e0335fde8794d6cbb4178ee685a38aff.jpg" id="eListPrdImage12029_4" alt="켄리너-bag"></a>
  2886.                   </div>  
  2887.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12029&cate_no=1&display_group=4';">
  2888.                     <div class="inner">
  2889.                       <p class="name"><a href="/product/detail.html?product_no=12029&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">켄리너-bag</span>      </a></p>
  2890.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2891. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">30,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2892. </ul>
  2893.                     </div>
  2894.                    </div>
  2895.                  </div>
  2896.               </li>
  2897. <li id="anchorBoxId_11755" class="xans-record-">
  2898.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2899.                   <div class="thumbnail">
  2900.                       <a href="/product/detail.html?product_no=11755&cate_no=1&display_group=4" name="anchorBoxName_11755"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/5f627b8d540faae30934d0805d4abcfb.jpg" id="eListPrdImage11755_4" alt="메리 슈즈"></a>
  2901.                   </div>  
  2902.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2903.                     <div class="inner">
  2904.                       <p class="name"><a href="/product/detail.html?product_no=11755&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">메리 슈즈</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2905.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2906. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2907. </ul>
  2908.                     </div>
  2909.                    </div>
  2910.                  </div>
  2911.               </li>
  2912. <li id="anchorBoxId_11742" class="xans-record-">
  2913.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11742&cate_no=1&display_group=4';">
  2914.                   <div class="thumbnail">
  2915.                       <a href="/product/detail.html?product_no=11742&cate_no=1&display_group=4" name="anchorBoxName_11742"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/2ea440611f7dfbc522cc49c42a384dc9.jpg" id="eListPrdImage11742_4" alt="슬림 슈즈"></a>
  2916.                   </div>  
  2917.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11742&cate_no=1&display_group=4';">
  2918.                     <div class="inner">
  2919.                       <p class="name"><a href="/product/detail.html?product_no=11742&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">슬림 슈즈</span>      </a></p>
  2920.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2921. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2922. </ul>
  2923.                     </div>
  2924.                    </div>
  2925.                  </div>
  2926.               </li>
  2927. <li id="anchorBoxId_11473" class="xans-record-">
  2928.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11473&cate_no=1&display_group=4';">
  2929.                   <div class="thumbnail">
  2930.                       <a href="/product/detail.html?product_no=11473&cate_no=1&display_group=4" name="anchorBoxName_11473"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202409/cd8d1381992fa3a7647f921109172f52.jpg" id="eListPrdImage11473_4" alt="페러 양말"></a>
  2931.                   </div>  
  2932.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11473&cate_no=1&display_group=4';">
  2933.                     <div class="inner">
  2934.                       <p class="name"><a href="/product/detail.html?product_no=11473&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">페러 양말</span>      </a></p>
  2935.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2936. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">6,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2937. </ul>
  2938.                     </div>
  2939.                    </div>
  2940.                  </div>
  2941.               </li>
  2942. <li id="anchorBoxId_10466" class="xans-record-">
  2943.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10466&cate_no=1&display_group=4';">
  2944.                   <div class="thumbnail">
  2945.                       <a href="/product/detail.html?product_no=10466&cate_no=1&display_group=4" name="anchorBoxName_10466"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202306/c3f01d77d645bc7f6a64a4a848a00e8e.jpg" id="eListPrdImage10466_4" alt="리스 보넷"></a>
  2946.                   </div>  
  2947.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10466&cate_no=1&display_group=4';">
  2948.                     <div class="inner">
  2949.                       <p class="name"><a href="/product/detail.html?product_no=10466&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">리스 보넷</span>      </a></p>
  2950.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2951. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">20,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2952. </ul>
  2953.                     </div>
  2954.                    </div>
  2955.                  </div>
  2956.               </li>
  2957.           </ul>
  2958.       </div>
  2959. </div>
  2960.       <!-- //shoes.bag -->
  2961.    
  2962.  
  2963.  
  2964.  
  2965. <div style="height:50px"></div>
  2966.  
  2967. <!-- criteo main -->
  2968. <script type="text/javascript">
  2969. setTimeout(function() {
  2970. window._criteo_email = document.getElementById("_criteo_email") ? document.getElementById("_criteo_email").innerHTML : "" ;
  2971. window._criteo_email = typeof _criteoSha256 === "function" && window._criteo_email != '' ? _criteoSha256(window._criteo_email.trim().toLowerCase() ) : '' ;
  2972. window.criteo_q = window.criteo_q || [];
  2973. window.criteo_q.push(
  2974. { event: "setAccount", account: '40780' },
  2975. { event: "setSiteType", type: /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d" },
  2976. { event: "setEmail", email: window._criteo_email , hash_method: "sha256"} ,
  2977. { event: "setZipcode", zipcode: "" },
  2978. { event: "viewHome"}
  2979. );
  2980. }, 2000);
  2981. </script>
  2982. <!-- criteo main -->
  2983.  
  2984.    </div>
  2985.    
  2986.     <div id="right_section">
  2987.    
  2988.    <ul class="menu">
  2989.        <li>
  2990.            <div id="flip2"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/menu_icon.png" alt="메뉴"></a></div>
  2991.                <div id="panel2">
  2992.                     <ul>
  2993.                         <li><a href="https://www.instagram.com/ssoaeng_y/" target="blank">INSTA</a></li>
  2994.                         <li><a href="/board/free/list.html?board_no=1" target="_top">NOTICE</a></li>
  2995.                         <li><a href="/board/product/list.html?board_no=6" target="_top">QNA</a></li>
  2996.                         <li><a href="/board/product/list.html?board_no=4" target="_top">REVIEW</a></li>
  2997.                         <li><a href="/board/gallery/list.html?board_no=8" target="_top">EVENT</a></li>
  2998.                         <li><a href="https://yeon5732.cafe24.com/product/list.html?cate_no=39" target="_top">ONLY U</a></li>
  2999.                         <!--<li><a href="/board/free/read.html?no=12575&board_no=1" target="_top">입고지연안내</a></li>-->
  3000.                         <li><a href="/link/bookmark.html" target="_blank" onclick="winPop(this.href); return false;" class="xans-element- xans-layout xans-layout-bookmark ">BOOKMARK +1,000
  3001. </a>
  3002. </li>
  3003.                     </ul>
  3004.                </div>
  3005.        </li>
  3006.    </ul>
  3007.  
  3008.    <ul class="member_menu">
  3009.            <li class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/join.html">JOIN +2,000</a>
  3010. </li>
  3011.            <li><a href="/member/login.html" class="xans-element- xans-layout xans-layout-statelogoff ">LOGIN
  3012. </a>
  3013. </li>
  3014.            <li></li>
  3015.            <li><a href="/myshop/index.html">MY PAGE</a></li>
  3016.            <li></li>
  3017.            <li class="cart"><a href="/order/basket.html"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/r_cart_icon.png" alt="장바구니"></a></li>  
  3018.    </ul>
  3019.    
  3020.    <ul class="go_top"><a href="#"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/go_top_icon.png" alt="go top"></a></ul>
  3021.        
  3022. </div>
  3023.  
  3024. </div>
  3025.    
  3026.    
  3027.  
  3028.  
  3029.  
  3030. <div style="padding:70px 0 0 0;"></div>
  3031.   <!-- 인스타 그램
  3032.        <div id="insta_all" >    
  3033.              <ul class="insta_t">
  3034.                  <li class="title">INSTAGRAM<span> @ssoaeng_y</span><span class="right"><a href="http://instagram.com/ssoaeng_y" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/s69_footer_insta_f_btn.png" /></a></span></li>
  3035.              </ul>
  3036.              <ul class="insta">
  3037.                  <div style="padding:0 150px;">-->
  3038.                  <!--
  3039.                  C스토어 > 인스타그램위젯 > 썸네일 138px , 진열 8x2
  3040.                  module="instagramwidget_display_2" 는 위젯리스트중 적용하고자 하는 위젯의 코드로 변경하여 사용하시면 됩니다.
  3041.                  -->
  3042.                  <!--<div module="instagramwidget_display_2" class="widget {$sWidgetClass}" style="{$sWidgetStyle}">
  3043.                      
  3044.                      <!--<h2><a target="_blank" class="widget-title">{$sWidgetTitle}</a></h2>
  3045.                      <strong class="idTag {$sIdTagClass}">
  3046.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3047.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3048.                      </strong>
  3049.                      <div class="thumb {$sThumbClass}" style="{$sThumbStyle}"></div>
  3050.                  </div>
  3051.                  </div>
  3052.              </ul>
  3053.            </div>-->  
  3054.  
  3055.  
  3056.  
  3057.    <div class="xans-element- xans-layout xans-layout-footer footer_start "><ul class="cs_center">
  3058.            <div class="cs">            
  3059.             <!--
  3060.             고객센터 수정부분
  3061.             -->        
  3062.            <li class="title1">CUSTOMER CENTER</li>
  3063.           쏘앵  카카오채널  1:1 상담
  3064.            <li class="tel_time">MON-FRI: AM 11:00 ~ PM 3:00<br>
  3065.                 <p style="font-size:10px;">(SAT,SUN,HOLIDAY CLOSED)</p>
  3066. </li>
  3067.            </div>
  3068.            
  3069.            <div class="bank">
  3070.                <li class="title2">BANK ACCOUNT</li>
  3071.  
  3072.                <li class="account">
  3073.                  <span class="han">KB</span> <span class="num">497801.01.492113</span><br>
  3074.                  <span class="han">WOORI</span> <span class="num">1005.202.666249</span><br>
  3075.                    <span class="han">SINHAN</span> <span class="num">110.441.284275</span><br>
  3076.                </li>
  3077.               <li class="name">HOLDER  김소연(쏘앵)</li>
  3078.           </div>
  3079.         <div class="bottom_pg">
  3080.              <p class="title">SHOP INFO</p>
  3081.              <li>
  3082.                <p class="address">
  3083.                    <span>[쏘앵]</span>  <span>OWNER : <span class="han">김소연</span></span>  <span>COMPANY REG.NO : <span>217-10-49328</span></span>  <span>NETWORK REG.NO  : <span>제2015-서울동대문-0161 호</span></span><span> <span><a href="#none" onclick="window.open('http://www.ftc.go.kr/bizCommPop.do?wrkr_no=2171049328', 'bizCommPop', 'width=750, height=950;');return false;">[BUSINESS INFO]</a></span></span> <br>
  3084.                 <span>ADDRESS : <span> 서울특별시 동대문구 제기동 1140-17 거성빌딩 6층</span></span>  <span>CPO : <a href="mailto:ssoaeng_y@naver.com"><span>조영환 (SSOAENG_Y@NAVER.COM)</span></a></span><span style="padding:6px 0 0; display:block;">- 반품주소지 : 강릉시 성산면 공제로 57-28 cj대한통운 송정대리점 쏘앵 </span> 
  3085.                </p>
  3086.              </li>
  3087.         </div>
  3088.  
  3089.        </ul>
  3090. </div>
  3091. <div class="footer_bottom">
  3092. <div id="util" class="xans-element- xans-layout xans-layout-footer "><ul class="company_pg">
  3093.          <div class="inner2">
  3094.                <li class="logo">
  3095.                    <a href="http://cafe24.com/" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cafe24.png"></a>
  3096.                    <a href="http://ftc.go.kr/info/bizinfo/communicationList.jsp?searchKey=04&amp;searchVal=000-00-00000" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_fair.png"></a>
  3097.                    <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cash.png">
  3098.                     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/pg_kg.png">
  3099.                     <a href="javascript:;" onclick="window.open('/web/upload/dj/s53/ssoaeng_e.jpg','window','location=no, directories=no,resizable=no,status=no,toolbar=no,menubar=no, width=650, height=900,left=0, top=0, scrollbars=yes');return false" alt="서비스가입사실확인" title="서비스 가입사실 확인"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/pg_kg2.png"></a>
  3100.                </li>
  3101.          </div>
  3102.        </ul>
  3103. </div>
  3104.    
  3105. </div>
  3106.  
  3107. <div style="height:40px; clear:both;"></div>
  3108.  
  3109. <!-- 기본적으로 framseset , iframe 구조시 미톡 미실행 -->
  3110. <!-- 미실행 되는 영역에서 실행을 원할경우 아래코드 추가 설치 mi_is_chat 값을 true 로 변경 기본 false -->
  3111. <script>var mi_is_chat= false;</script>
  3112. <!-- Mirae Talk Script Ver 2.0   -->
  3113. <script async='true'  src="//log1.toup.net/mirae_log_chat_common.js?adkey=rrzin" charset="UTF-8"></script>
  3114. <!-- Mirae Talk Script END Ver 2.0   -->
  3115.  
  3116.  
  3117.  
  3118.  
  3119.    
  3120. <!-- 참고: 결제를 위한 필수 영역 -->
  3121. <div id="progressPaybar" style="display:none;">
  3122.    <div id="progressPaybarBackground" class="layerProgress"></div>
  3123.    <div id="progressPaybarView">
  3124.        <div class="box">
  3125.            <p class="graph">
  3126.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/txt_progress.gif" alt="현재 결제가 진행중입니다."></span>
  3127.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/img_loading.gif" alt=""></span>
  3128.            </p>
  3129.            <p class="txt">
  3130.                본 결제 창은 결제완료 후 자동으로 닫히며,결제 진행 중에 본 결제 창을 닫으시면<br>
  3131.                주문이 되지 않으니 결제 완료 될 때 까지 닫지 마시기 바랍니다.
  3132.            </p>
  3133.        </div>
  3134.    </div>
  3135. </div>
  3136. <!-- //참고 -->
  3137.  
  3138.  
  3139.  
  3140. <span itemscope="" itemtype="https://schema.org/Organization">
  3141. <link itemprop="url" href="https://ssoaeng.co.kr">
  3142. </span>
  3143. <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=ce4501c10446af83aa169888c1ae47c7&u=yeon5732.1"></script>
  3144. <script>        (function (i, s, o, g) {
  3145.            a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  3146.            a.async = 1;
  3147.            a.src = g;
  3148.            a.setAttribute('crossorigin', 'anonymous');
  3149.            m.parentNode.insertBefore(a, m);
  3150.            a.onload = function() {
  3151.                if (typeof window.initCaWebAnalytics === 'function') {
  3152.                    window.initCaWebAnalytics({"mid":"yeon5732","stype":"e","domain":"","shop_no":1,"lang":"ko_KR","mobile_flag":"F","send_endpoint":"https://ca-log.cafe24data.com","path_role":"MAIN"});
  3153.                }
  3154.            };
  3155.        })(window, document, 'script', '//optimizer.poxo.com/ca2/analytics.js');</script>
  3156.  
  3157.                <script>
  3158.                try {
  3159.                    // Account ID 적용
  3160.                    if (!wcs_add) var wcs_add = {};
  3161.                    wcs_add["wa"] = "s_396dc22179cd";
  3162.            
  3163.                    // 네이버 페이 White list가 있을 경우
  3164.                    wcs.checkoutWhitelist = ["yeon5732.cafe24.com", "www.yeon5732.cafe24.com", "m.yeon5732.cafe24.com", "ssoaeng.co.kr", "www.ssoaeng.co.kr", "m.ssoaeng.co.kr"];
  3165.                
  3166.                    // 레퍼러
  3167.                    wcs.setReferer("");
  3168.  
  3169.                    // 유입 추적 함수 호출
  3170.                    wcs.inflow("ssoaeng.co.kr");
  3171.  
  3172.                    // 로그수집
  3173.                    wcs_do();
  3174.                } catch (e) {};
  3175.                </script>
  3176.            
  3177.  
  3178. <!-- External Script Start -->
  3179.  
  3180. <!-- fbe -->
  3181. <!-- CMC3 script -->
  3182. <div id="fbe_common_top_script" style="display:none;">
  3183.  <script type="text/javascript">
  3184. if (typeof facebookChannel === 'undefined') {
  3185.  var facebookChannel = {
  3186.    mall_id: CAFE24.SHOP.getMallID(),
  3187.    shop_no: CAFE24.SDE_SHOP_NUM,
  3188.    shop_id: CAFE24.SHOP.getMallID() + '.' + CAFE24.SDE_SHOP_NUM,
  3189.    external_id: null,
  3190.    event_id: null,
  3191.  
  3192.    setInitActivated: function(is_activated) {
  3193.      window.top.fbe_init_activated = !!is_activated;
  3194.    },
  3195.    getInitActivated: function() {
  3196.      return !!window.top.fbe_init_activated;
  3197.    },
  3198.    setEventActivated: function(event_type, is_activated) {
  3199.      if (typeof event_type === 'string' && event_type) {
  3200.        let key = 'fbe_' + event_type + '_activated'
  3201.        window.top[key] = !!is_activated;
  3202.      }
  3203.    },
  3204.    getEventActivated: function(event_type) {
  3205.      if (typeof event_type === 'string' && event_type) {
  3206.        let key = 'fbe_' + event_type + '_activated'
  3207.        return !!window.top[key];
  3208.      }
  3209.      return false;
  3210.    },
  3211.    getCookie: function(name) {
  3212.      return (name = (document.cookie + ';').match(name + '=.*;')) && name[0].split(/=|;/)[1];
  3213.    },
  3214.    getExternalId: function() {
  3215.      return facebookChannel.getCookie('fb_external_id');
  3216.    },
  3217.    getEventId: function() {
  3218.      return facebookChannel.getCookie('fb_event_id');
  3219.    },
  3220.    getInt: function(value) {
  3221.      let value_int = parseInt(value);
  3222.      value_int = isNaN(value_int) ? 0 : value_int;
  3223.      return value_int;
  3224.    },
  3225.    getFloat: function(value) {
  3226.      let value_float = parseFloat(value);
  3227.      value_float = isNaN(value_float) ? 0.00 : value_float.toFixed(2);
  3228.      return value_float;
  3229.    },
  3230.    init: function() {
  3231.      if (facebookChannel.getInitActivated()) {
  3232.        return;
  3233.      }
  3234.      facebookChannel.setInitActivated(true);
  3235.  
  3236.      !function(f,b,e,v,n,t,s)
  3237.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  3238.        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  3239.        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  3240.        n.queue=[];t=b.createElement(e);t.async=!0;
  3241.        t.src=v;s=b.getElementsByTagName(e)[0];
  3242.        s.parentNode.insertBefore(t,s)}(window,document,'script',
  3243.        'https://connect.facebook.net/en_US/fbevents.js');
  3244.  
  3245.      if ((typeof EC_GLOBAL_INFO !== 'undefined' && EC_GLOBAL_INFO.getCountryCode() === 'US') || (typeof SHOP !== 'undefined' && SHOP.getLanguage() === 'en_US')) {
  3246.        fbq('dataProcessingOptions', ['LDU'], 0, 0);
  3247.      }
  3248.  
  3249.      if (typeof ECLOG !== 'undefined' && !!ECLOG.EXTERNAL_ID) {
  3250.        ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) {
  3251.          if (error || !external_id) {
  3252.            external_id = facebookChannel.getExternalId();
  3253.            console.info('external_id is cookie value.', '(1)');
  3254.          }
  3255.          fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3256.          fbq('trackSingle', '2129130783993076', 'PageView');
  3257.          facebookChannel.external_id = external_id;
  3258.        });
  3259.      } else {
  3260.        let external_id = facebookChannel.getExternalId();
  3261.        console.info('external_id is cookie value.', '(2)');
  3262.  
  3263.        fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3264.        fbq('trackSingle', '2129130783993076', 'PageView');
  3265.        facebookChannel.external_id = external_id;
  3266.      }
  3267.    },
  3268.    pixelEvent: function(event_type, callback, is_cookie_event) {
  3269.      if (facebookChannel.getEventActivated(event_type)) {
  3270.        return;
  3271.      }
  3272.      facebookChannel.setEventActivated(event_type, true);
  3273.      is_cookie_event = !!is_cookie_event;
  3274.  
  3275.      let retry = 0;
  3276.      let execute = function() {
  3277.        if (!facebookChannel.external_id) {
  3278.          if (retry < 10) {
  3279.            retry++;
  3280.            if (retry >= 5) {
  3281.              console.warn('retry #' + retry, event_type);
  3282.            }
  3283.            setTimeout(execute, 1000);
  3284.          } else {
  3285.            console.warn('external_id is empty.');
  3286.          }
  3287.          return;
  3288.        }
  3289.  
  3290.        if (callback.length === 0) {
  3291.          callback();
  3292.        }
  3293.        else if (!is_cookie_event && typeof ECLOG !== 'undefined' && !!ECLOG.EVENT_ID) {
  3294.          ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) {
  3295.            if (error || !event_id) {
  3296.              event_id = facebookChannel.getEventId();
  3297.              console.info('event_id is cookie value.', '(1)');
  3298.            }
  3299.            facebookChannel.event_id = event_id;
  3300.            if (event_id) {
  3301.              callback(event_id);
  3302.            } else {
  3303.              console.warn('event_id is empty.', '(1)');
  3304.            }
  3305.          });
  3306.        }
  3307.        else {
  3308.          let event_id = facebookChannel.getEventId();
  3309.          console.info('event_id is cookie value.', '(2)');
  3310.          facebookChannel.event_id = event_id;
  3311.          if (event_id) {
  3312.            callback(event_id);
  3313.          } else {
  3314.            console.warn('event_id is empty.', '(2)');
  3315.          }
  3316.        }
  3317.      };
  3318.      execute();
  3319.    },
  3320.    messengerChatPlugin: function() {
  3321.      let event_type = 'messenger';
  3322.      let sdk_version = '';
  3323.      let locale = '';
  3324.      if (!sdk_version) {
  3325.        console.warn('sdk_version is empty.');
  3326.        return;
  3327.      }
  3328.      if (!locale) {
  3329.        console.warn('locale is empty.');
  3330.        return;
  3331.      }
  3332.      if (facebookChannel.getEventActivated(event_type)) {
  3333.        return;
  3334.      }
  3335.      facebookChannel.setEventActivated(event_type, true);
  3336.  
  3337.      window.fbAsyncInit = function() {
  3338.        FB.init({
  3339.          appId : '216637735743129',
  3340.          autoLogAppEvents : true,
  3341.          xfbml : true,
  3342.          version : sdk_version
  3343.        });
  3344.      };
  3345.      (function(d, s, id) {
  3346.        var js, fjs = d.getElementsByTagName(s)[0];
  3347.        if (d.getElementById(id)) return;
  3348.        js = d.createElement(s); js.id = id;
  3349.        js.src = 'https://connect.facebook.net/' + locale + '/sdk/xfbml.customerchat.js';
  3350.        fjs.parentNode.insertBefore(js, fjs);
  3351.      }(document, 'script', 'facebook-jssdk'));
  3352.    }
  3353.  };
  3354.  
  3355.  facebookChannel.init();
  3356. }
  3357. </script>
  3358. <noscript><img height="1" width="1" style="display:none"
  3359.  src="https://www.facebook.com/tr?id=2129130783993076&ev=PageView&noscript=1"
  3360. /></noscript>
  3361. </div>
  3362. <!-- CMC3 script -->
  3363.  
  3364. <!-- External Script End -->
  3365.  
  3366. <script type="text/javascript" src="//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js" charset="utf-8"></script>
  3367. <script type="text/javascript" src="/ind-script/i18n.php?lang=ko_KR&domain=front&v=2507021416" charset="utf-8"></script>
  3368.  
  3369. <script src="/ind-script/optimizer.php?filename=zZlbV-M2EMffwa_9HIZ229NXEpaWs1A4hC3PijxOButWXQjeT9-xHXZJwTfZnNPDIXEc_X8aSaOZUZxutYT09Geb5pZJ2GlbpBacDpZD-uhSPP1dJY_up7SrXUDDeJE-_hPAlvu3X5LfkpORSnj2YBUTbn8j4VoXCFMpwYqoISTAk1xFS5XmWuUCuY9CnCaf6C-qc_rWa_ufeTNWb0h_sLoZ8-CRGkhqpXwK_Lq-eEC_vf92zjxLJKoRHIFrUsE9XfernLGofD4Ar3mozLrQVi618lYLAbZfdyuCOzNmYTHbDLAneBT9rXKr65k6clqQQqsjr82RQAVHa6bUELsaBNdSajW09TNTtBsVubax4If3Uus8SCNoXd4XMWPSa71GAendK31jX8estOikzgLdcjs04zrMg-LVhFbtskDbRrY68VBChxHkqunXZve8Rgj2rRSaZaNEMnhW9XuzdmCf2hanRWy0KHMUg10vg5wF4aspcJJZv-jwuqrRaqvNQYcXNeYLK5hOi-r1Fp9BdO2SDsyy9pKvnU7SIj2HddiM75D8eKNteYXOjxbfQQ4WFIdlsNV7eWuRjx-0A2b5dtQqe5bn5dtoOj6brTdYi_4fuTWjSK8cub6bSgLmUG2mUiR4llV5axzHiLBBCpRPTCDJtX3hfb-R0AVzk7GVwSpzb_FEMDSL8HE9bEEY-PBxbJnK3iTnOTug8Iq0kz6MT6HYzzZNQnNGOarQ_cH9hwVjwsqS8CpjNv2U_JqcpDlleYO8iISI0xPVamxHPFzV8bD6gtJfnQlfkKNRf8Gu-r9tEviNqWArEMB9FGq_vI-urdIaoX_HJYYP6EaoIkr7UsrspEuorOcFvTIf4gxp5jP9_Owtq62qP9cfV1pkOvi5sXEJtgd6Kdlmdug5OiqSS6RieUb0JeFWlNgENF6MkY7Yabgl8IK5AmZfvougsjdpeTr2QU7y3--wZccZajRKzWPTAlU2C-j8TR0TCfq7SS2trteWFvY1cuqoq2PTvpEH6fn-03FOp3jmp1oyFybEnFwOk1TUSeQQcRYfGH5AVnV2iGFcYQHpwuod5e8l41uIp0zYka_0-xGNxux1dLT0DEW6CFUxSjeljp7fO3hC2Hkmiv3lUgfVYdk1U5ScDmA7WAu96S8Bt15S1eTRI7j-1ktbGq-_QDnKFuZKxZvXaJ0Eue76xaFHfmMzsHzkHL4GNKluOsF01yaDGL2e2kMhb6Jz35SxXKOAznKoR38ORjuM7_8B3bY7BA4A8NGb6jWB6h-YIL-r5QWUdLjLJlLuNYWK5aTR1Psj3i1BQY5Tt8YVKyfY8IdlWbxDngWvKbUjrzEUmnfxeyMIj7faBBO_QQOduiRY2uhPOGVhrssqwe3jxTQPOUBN2nu1r_2J1fOicgav3ZPu2XoWTnV4mj68phi4VLmOdwLBULK1gAkWGea3Vgs47vmlZ4A5V60PKFrEJiJLNVn-mCoXVKOEbpdw1v6ErlJ93v9ue_j0pq656GvHLRo_Ul09gkjPqlrOAK8flOWsK7u_CzkIQ8YsBz6iszp4uMBnavkv&type=js&k=b78af3fb095f7ef6ea6fef7332ba6cab5e0d859c&t=1751950774" ></script><script src="/ind-script/optimizer_user.php?filename=pc9BDoIwEEbhA5St5_iDxnieMp3AQNtBptX09qJx4xZ3b_UlD5MmBpOrxpuhsebr7XLGWoco5KaSIiywC2wyZtgiue8xG5KGGhnRN60F5AuPurVuthMOkV9o8Cb09j9xnNsF0pQ0_0X8Tt6r0OIews8dfQE&type=js&k=4a1c0fe94175154c7178019c3d8c0f74e5c329b7&t=1520306469&user=T" ></script>
  3370. <script type="text/javascript">
  3371. var sIsChannelUi = 'F';
  3372. var sChRef = '';
  3373. var sUseShoppingpayPg = 'F';
  3374. var sOwnMallLanding = 'F';
  3375. var sShoppingPayCookie = '';
  3376. var sYtshopping = 'F';
  3377. if (sIsChannelUi === 'T') {
  3378. sessionStorage.setItem('ch_ref', sChRef);
  3379. }
  3380. CAFE24.getChRefData = function() {
  3381. if (sIsChannelUi === 'T') {
  3382. return sessionStorage.getItem('ch_ref');
  3383. }
  3384. }
  3385. // 자사몰랜딩/유튜브랜딩 공용
  3386. CAFE24.checkChannelUI = function() {
  3387. if ((sIsChannelUi === 'T' && sessionStorage.getItem('ch_ref') || (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T')) || sYtshopping === 'T') {
  3388. return true;
  3389. } else {
  3390. return false;
  3391. }
  3392. }
  3393. // 자사몰랜딩 UI확인
  3394. CAFE24.isOwnMallLandingUI = function() {
  3395. return sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T';
  3396. }
  3397. CAFE24.attachShoppingpayParam = function(sUrl) {
  3398. if (sUrl) {
  3399. var sChRef = CAFE24.getChRefData();
  3400. if (sChRef) {
  3401. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3402. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3403. } else if (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T') {
  3404. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3405. sUrl += sSeparator + 'co_servicetype=shoppingpay';
  3406. }
  3407. }
  3408. return sUrl;
  3409. }
  3410. CAFE24.attachChRef = function(sUrl) {
  3411. if (sUrl) {
  3412. var sChRef = CAFE24.getChRefData();
  3413. if (sChRef) {
  3414. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3415. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3416. }
  3417. }
  3418. return sUrl;
  3419. }
  3420. var sIsCheckout = 'F';
  3421. var sCheckoutToken = '';
  3422. if (sIsCheckout === 'T') {
  3423. sessionStorage.setItem('checkoutToken', sCheckoutToken);
  3424. } else {
  3425. sessionStorage.removeItem('checkoutToken');
  3426. }
  3427. CAFE24.getCheckoutToken = function() {
  3428. if (sIsCheckout === 'T') {
  3429. return sessionStorage.getItem('checkoutToken');
  3430. }
  3431. }
  3432. CAFE24.attachCheckoutParam = function(sUrl) {
  3433. if (sUrl) {
  3434. var sCheckoutToken = CAFE24.getCheckoutToken();
  3435. if (sCheckoutToken) {
  3436. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3437. sUrl += sSeparator + 'checkoutToken=' + sCheckoutToken;
  3438. }
  3439. }
  3440. return sUrl;
  3441. }
  3442. CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB;
  3443. try {
  3444. var isUseLoginKeepingSubmit = false;
  3445. // isSeqNoKeyExpiretime
  3446. function isSeqNoKeyExpiretime(iExpiretime)
  3447. {
  3448. var sDate = new Date();
  3449. var iNow = Math.floor(sDate.getTime() / 1000);
  3450. // 유효시간 확인
  3451. if (iExpiretime > iNow) {
  3452. return false;
  3453. }
  3454. return true;
  3455. }
  3456. function isUseLoginKeeping()
  3457. {
  3458. // 디바이스 확인
  3459. if (EC_MOBILE_DEVICE === false) {
  3460. return;
  3461. }
  3462. // 로그인 여부
  3463. var isLogin = document.cookie.match(/(?:^| |;)iscache=F/) ? true : false
  3464. if (isLogin) {
  3465. return;
  3466. }
  3467. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3468. var iSeqnoExpiretime;
  3469. var iSeqNoKey;
  3470. if (sLoginKeepingInfo == null) {
  3471. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3472. iSeqNoKey = localStorage.getItem('seq_no_key');
  3473. // 유효시간, key 값 확인
  3474. if (iSeqnoExpiretime === null || iSeqNoKey === null) {
  3475. return;
  3476. }
  3477. } else {
  3478. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3479. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3480. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3481. if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) {
  3482. return;
  3483. }
  3484. }
  3485. if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) {
  3486. return;
  3487. }
  3488. useLoginKeepingSubmit();
  3489. }
  3490. function findGetParamValue(paramKey)
  3491. {
  3492. var result = null,
  3493. tmp = [];
  3494. location.search.substr(1).split('&').forEach(function (item) {
  3495. tmp = item.split('=');
  3496. if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]);
  3497. });
  3498. return result;
  3499. }
  3500. function useLoginKeepingSubmit()
  3501. {
  3502. var iSeqnoExpiretime;
  3503. var iSeqNoKey;
  3504. var sUseLoginKeepingIp;
  3505. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3506. if (sLoginKeepingInfo == null) {
  3507. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3508. iSeqNoKey = localStorage.getItem('seq_no_key');
  3509. } else {
  3510. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3511. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3512. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3513. sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip;
  3514. }
  3515. var oForm = document.createElement('form');
  3516. oForm.method = 'post';
  3517. oForm.action = '/exec/front/member/LoginKeeping';
  3518. document.body.appendChild(oForm);
  3519. var oSeqNoObj = document.createElement('input');
  3520. oSeqNoObj.name = 'seq_no_key';
  3521. oSeqNoObj.type = 'hidden';
  3522. oSeqNoObj.value = iSeqNoKey;
  3523. oForm.appendChild(oSeqNoObj);
  3524. oSeqNoObj = document.createElement('input');
  3525. oSeqNoObj.name = 'seq_no_key_expiretime';
  3526. oSeqNoObj.type = 'hidden';
  3527. oSeqNoObj.value = iSeqnoExpiretime;
  3528. oForm.appendChild(oSeqNoObj);
  3529. var returnUrl = findGetParamValue('returnUrl');
  3530. if (returnUrl == '' || returnUrl == null) {
  3531. returnUrl = location.pathname + location.search;
  3532. }
  3533. oSeqNoObj = document.createElement('input');
  3534. oSeqNoObj.name = 'returnUrl';
  3535. oSeqNoObj.type = 'hidden';
  3536. oSeqNoObj.value = returnUrl;
  3537. oForm.appendChild(oSeqNoObj);
  3538. if (sUseLoginKeepingIp != undefined) {
  3539. oSeqNoObj = document.createElement('input');
  3540. oSeqNoObj.name = 'use_login_keeping_ip';
  3541. oSeqNoObj.type = 'hidden';
  3542. oSeqNoObj.value = sUseLoginKeepingIp;
  3543. oForm.appendChild(oSeqNoObj);
  3544. }
  3545. oForm.submit();
  3546. isUseLoginKeepingSubmit = true;
  3547. }
  3548. isUseLoginKeeping();
  3549. } catch(e) {
  3550. }
  3551. var bUseElastic = false;
  3552. var sSearchBannerUseFlag = 'F';
  3553. 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":"won"},"aFrontSubCurrencyFormat":{"head":"","tail":""}}}; var SHOP_CURRENCY_INFO = CAFE24.SHOP_CURRENCY_INFO;
  3554. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}
  3555. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}
  3556. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}
  3557. if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({"bIsUseLikeProduct":false,"bIsUseLikeCategory":false});}
  3558. if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT !== "undefined") {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk = 'F';}
  3559. var basket_result = '/product/add_basket.html';
  3560. var basket_option = '/product/basket_option.html';
  3561. var aLogData = {"log_server1":"eclog2-260.cafe24.com","log_server2":"elg-db-svcm-105.cafe24.com","mid":"yeon5732","stype":"e","domain":"","shop_no":1,"lang":"ko_KR","ver":2,"hash":"","ca":"cfa-js.cafe24.com\/cfa.js","etc":"","mobile_flag":"F"};
  3562. var sMileageName = '적립금';
  3563. var sMileageUnit = '[:PRICE:]원';
  3564. var sDepositName = '예치금';
  3565. var sDepositUnit = '원';
  3566. CAFE24.APPSCRIPT_ASSIGN_DATA = CAFE24.APPSCRIPT_ASSIGN_DATA || [{'src':'https://static.alphwidget.com/script/Push-Script/PRODUCTION/alphapush_funnel.js?vs=20250624012055.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Push-Script/PRODUCTION/alphapush_main.js?vs=20250624131108.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Push-Script/PRODUCTION/alphapush_GA.js?vs=20250624131109.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/briefing_widget.js?vs=20250624171907.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/login_popup.js?vs=20250624171907.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/review_count.js?vs=20250624171907.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/reviewWrite_button.js?vs=20250624171907.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/ticker_main.js?vs=20250624171907.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/widget.js?vs=20250624171908.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/alphareview_GA.js?vs=20250624171908.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Review-Script/PRODUCTION/alpha_au.js?vs=20250624171908.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Common-Script/PRODUCTION/alphacore_alpha_data.js?vs=20250625203402.1&client_id=tgHZp6LCG5KuklqvIYgrtB'}];
  3567. CAFE24.APPSCRIPT_SDK_DATA = CAFE24.APPSCRIPT_SDK_DATA || ['application','category','collection','customer','notification','order','personal','privacy','product','promotion','store','supply','community','analytics','design','mileage','salesreport','shipping'];
  3568. var EC_APPSCRIPT_ASSIGN_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_ASSIGN_DATA');
  3569. var EC_APPSCRIPT_SDK_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_SDK_DATA');
  3570. </script></body></html>
  3571.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda