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', '//assets.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 = '2509171429';
  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"; },getSkinLanguageCode : function() { return "ko_KR"; },getCurrency : function() { return "KRW"; },getFlagCode : function() { return "KR"; },getTimezone: function() { return "Asia/Seoul" },getDateFormat: function() { return "Y-m-d" },isMultiShop : function() { return 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.GLOBAL_INFO = (function() {
  424. 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","front_language_code":"ko_KR"};
  425. return {
  426. getBaseDomain: function() {
  427. return oData['base_domain'];
  428. },
  429. getRootDomain: function() {
  430. return oData['root_domain'];
  431. },
  432. getApiDomain: function() {
  433. return oData['api_domain'];
  434. },
  435. isGlobal: function() {
  436. return oData['is_global'];
  437. },
  438. isGlobalStandard: function() {
  439. return oData['is_global_standard'];
  440. },
  441. getCountryCode: function() {
  442. return oData['country_code'];
  443. },
  444. getLanguageCode: function() {
  445. return oData['language_code'];
  446. },
  447. getAdminLanguageCode: function() {
  448. return oData['admin_language_code'];
  449. },
  450. getFrontLanguageCode: function() {
  451. return oData['front_language_code'];
  452. }
  453. };
  454. })();
  455. var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN;
  456. var EC_API_DOMAIN = CAFE24.API_DOMAIN;
  457. var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS;
  458. var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO');
  459. CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"];
  460. 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"};
  461. var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE;
  462. var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES;
  463. CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = {  
  464. sClearanceCategoryCode: '',
  465. sManualLink: '//support.cafe24.com/hc/ko/articles/7739013909529',
  466. sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system',
  467. aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"',
  468. sCountryCodeData: 'kor',
  469. sEnglishExampleURlForGlobal: '',
  470. aReverseAddressCountryCode: ["VNM","PHL"],
  471. aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]',
  472. aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"]
  473. };
  474. var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES');
  475. CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = {
  476. aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"},
  477. aUseIdCardKeyCountry: ["CN","TW"],
  478. 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"]},
  479. aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"],
  480. aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}},
  481. aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"},
  482. aUseDeferPaymethod: ["ja_JP","zh_CN"],
  483. aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"],
  484. aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"},
  485. aCheckStoreByPaymethod: ["ja_JP","zh_CN"],
  486. aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"],
  487. aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"},
  488. aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"],
  489. aNoCheckZipCode: ["KOR","JPN"],
  490. aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"],
  491. aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"],
  492. aDuplicatedBaseAddr: ["TW","JP"],
  493. aReverseAddressCountryCode: ["VN","PH"],
  494. aCheckZipCode: ["PHL","en_PH","PH"]
  495. };
  496. var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES');
  497. CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = {  
  498. sAdminWebEditorLanguageCode: 'ko' ,
  499. oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"],
  500. oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"},
  501. };
  502. var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES');
  503. CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = {  
  504. bUseLegacyBoard: true
  505. };
  506. var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES');
  507. CAFE24.GLOBAL_MALL_LANGUAGE_CODES = {
  508. oDesign: {
  509. 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"}},
  510. 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"},
  511. 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"}},
  512. oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"],
  513. 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"},
  514. aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"]
  515. },
  516. oStore: {
  517. 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"}},
  518. 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"}},
  519. aChangeableLanguages: ["en_US","ja_JP","ko_KR"],
  520. aNoZipCodeLanguage: ["ko_KR","ja_JP"]
  521. },
  522. oMobile: {
  523. sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641",
  524. 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",
  525. },
  526. oPromotion: {
  527. bQrCodeAvailable: true,
  528. bSnsMarketingAvailable: true
  529. },
  530. oShippingReverseAddressLanguage: ["vi_VN","en_PH"] ,
  531. 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"}},
  532. getAdminMainLocaleLanguage: function(sSkinLocaleCode) {
  533. var oLocaleData = [];
  534. var locale = "";
  535. var shopLangName = "";
  536. if (sSkinLocaleCode == "US") {
  537. locale = "en_US";
  538. shopLangName = "ENGLISH";
  539. } else if (sSkinLocaleCode == "JP") {
  540. locale = "ja_JP";
  541. shopLangName = "JAPANESE";
  542. } else if (sSkinLocaleCode == "CN") {
  543. locale = "zh_CN";
  544. shopLangName = "SIMPLIFIED.CHINESE";
  545. } else if (sSkinLocaleCode == "TW") {
  546. locale = "zh_TW";
  547. shopLangName = "TRADITIONAL.CHINESE";
  548. } else if (sSkinLocaleCode == "ES") {
  549. locale = "es_ES";
  550. shopLangName = "SPANISH";
  551. } else if (sSkinLocaleCode == "PT") {
  552. locale = "pt_PT";
  553. shopLangName = "PORTUGUESE";
  554. } else if (sSkinLocaleCode == "VN") {
  555. locale = "vi_VN";
  556. shopLangName = "VIETNAMESE";
  557. } else if(sSkinLocaleCode == "PH") {
  558. locale = "en_PH";
  559. shopLangName = "ENGLISH.PH";
  560. }
  561. oLocaleData["locale"] = locale;
  562. oLocaleData["shopLangName"] = shopLangName;
  563. return oLocaleData;
  564. }
  565. };
  566. var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES');
  567. CAFE24.GLOBAL_DATETIME_INFO = {
  568. 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"},
  569. 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"},
  570. oPolicies: {"shop":{"outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}},
  571. sOverrideTimezone: '',
  572. sMomentNamespace: 'EC_GLOBAL_MOMENT'
  573. };
  574. 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==\/_"};
  575. var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE');
  576. CAFE24.FRONT_JS_CONFIG_SHOP = {"search_period":[],"calendar_config":{"maxDate":"2027-09-19","locale":"ko"},"aProductPurchaseInfo_12383":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12390":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12382":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12378":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12387":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12384":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12377":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12389":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12381":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12388":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12375":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12325":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12284":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11725":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11823":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12262":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11464":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12256":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11929":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12376":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12373":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12372":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12371":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12374":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12363":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12370":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12361":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12341":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12362":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12364":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12365":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12354":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12360":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12356":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12353":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12359":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12357":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12350":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12358":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12355":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12349":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12345":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12347":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12352":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12339":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12351":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12348":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12344":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12340":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12338":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12335":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12343":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12337":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12336":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12334":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12331":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12329":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12326":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12333":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12328":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12332":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12327":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12318":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12324":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11701":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12319":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12323":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12295":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11474":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12316":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12322":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12313":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12320":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12321":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12312":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12317":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12314":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12300":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12308":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12302":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12301":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12309":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12307":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12299":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12306":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12303":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12310":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12305":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12280":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12292":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12293":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12291":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11930":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12282":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12278":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12290":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12283":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12122":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12281":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12285":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11752":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12053":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11744":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11765":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12368":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12366":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12298":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12296":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12271":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12218":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12118":{"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_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}};
  577. var EC_FRONT_JS_CONFIG_SHOP = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_SHOP');
  578. CAFE24.FRONT_JS_CONFIG_MEMBER = {"sAuthUrl":"https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?action=auth"};
  579. var EC_FRONT_JS_CONFIG_MEMBER = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MEMBER');
  580. typeof window.CAFE24 === "undefined" && (window.CAFE24 = {});
  581. CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2509171429,"IS_WEB_VIEW":"F"};
  582. 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"}};
  583. </script>
  584.  
  585. <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"  />
  586. <style type="text/css">
  587.  
  588. </style>
  589. <title>쏘앵</title></head><body><span itemscope="" itemtype="http://schema.org/Organization">
  590.    <link itemprop="url" href="http://www.ssoaeng.co.kr">
  591.    <a itemprop="sameAs" href="https://www.instagram.com/ssoaeng_y"></a>
  592. <a itemprop="sameAs" href="https://www.facebook.com/ssoaeng.k"></a>
  593. </span>    
  594.    
  595.  
  596.    <!-- criteo loader -->
  597.    <script type="text/javascript" src="//dynamic.criteo.com/js/ld/ld.js?a=40780" async="true"></script>
  598.    <script type="text/javascript" src="//openapi.toup.net/common/js/md5.min.js" ></script>
  599.    <!-- criteo loader -->
  600.  
  601.  
  602.  
  603.  
  604. <!-- Uneedcomms Keepgrow Script -->
  605. <script id="kg-service-init" data-hosting="cafe24" src="//storage.keepgrow.com/admin/keepgrow-service/keepgrow-service_cdd9aaa8-1d95-4da2-9f48-35b1a061c701.js"></script>
  606. <!-- Uneedcomms Keepgrow Script -->
  607.  
  608. <!-- 인스타그램 연동아이콘 -->
  609. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:285px">
  610. <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>
  611. </div>
  612.  
  613. <!-- 유튜브 연동아이콘 -->
  614. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:233px">
  615. <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>
  616. </div>
  617.  
  618. <!-- 카카오톡 연동아이콘 4 -->
  619. <div style="z-index:999999;width:56px;height:56px;position:fixed;right:5.9%;bottom:164px">
  620. <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>
  621.    
  622.  
  623. <div id="wrap">
  624.    
  625.    <!-- 좌측 -->
  626.    <!-- header -->
  627. <div id="header">
  628.  
  629.  <div class="left_zone">
  630.      
  631.    <div class="logo">
  632.        <!-- 로고 -->
  633.        <a href="/index.html"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/logo.png" alt="로고"></a>
  634.    </div>
  635.  
  636.    <div class="menu">
  637.        
  638.        
  639.        <ul class="category">
  640.            
  641.            <!-- 카테고리 시작 -->
  642.            <li class="store">          
  643.                  <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>
  644. <div id="panel_1">
  645.                      <div class="position">
  646.                          <ul>
  647.                              <li class="xans-record-"><a href="/product/list.html?cate_no=41">NEW 5%</a></li>
  648.                              <li class="xans-record-"><a href="/product/list.html?cate_no=30"><font color="#ec6a1c">BEST 50</font></a></li>
  649.                              <li class="xans-record-"><a href="/product/list.html?cate_no=102">SET</a></li>
  650.                              <li class="xans-record-"><a href="/product/list.html?cate_no=27">OUTER</a></li>
  651.                              <li class="xans-record-"><a href="/product/list.html?cate_no=26">TOP</a></li>
  652.                              <li class="xans-record-"><a href="/product/list.html?cate_no=81">COUPLE</a></li>
  653.                              <li class="xans-record-"><a href="/product/list.html?cate_no=28">DRESS</a></li>
  654.                              <li class="xans-record-"><a href="/product/list.html?cate_no=29">BOTTOM</a></li>
  655.                              <li class="xans-record-"><a href="/product/list.html?cate_no=42">SHOES & BAG</a></li>
  656.                              <li class="xans-record-"><a href="/product/list.html?cate_no=32">ACC</a></li>
  657.                              <li class="xans-record-"><a href="/product/list.html?cate_no=104">season off ~30%</a></li>
  658.                                                        </ul>
  659.                      </div>
  660.                      </div>
  661. </div>
  662.            </li>
  663.            
  664.            <li class="margin">
  665.                <!-- 고객센터 -->
  666.                <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>
  667.                <div id="panel">
  668.                    <p class="tel">쏘앵 카카오채널 1:1 상담</p>
  669.                    <p class="time">AM11-PM3<br>LUNCH PM12-PM1:00<br>(SAT.RED CLOSED)</p>
  670.                </div>
  671.            </li>
  672.            <!-- 카테고리 끝 -->
  673.        </ul>
  674.    </div>
  675.      
  676.      
  677.      
  678.      
  679.          
  680.      
  681.      
  682.      
  683.  </div>
  684.    
  685.    
  686.  
  687.    
  688.  <div class="right_zone">  
  689.     <div class="inner">
  690.      <div id="find_btn"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/left_search_btn.png"></a></div>
  691.      <div id="find_view">
  692.            <form id="searchBarForm" name="" action="/product/search.html" method="get" target="_self" enctype="multipart/form-data" >
  693. <input id="banner_action" name="banner_action" value="" type="hidden"  /><div class="xans-element- xans-layout xans-layout-searchheader "><!--
  694.                $product_page=/product/detail.html
  695.                $category_page=/product/list.html
  696.            -->
  697. <fieldset>
  698.                <legend>검색</legend>
  699.                <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;">
  700. </fieldset>
  701. </div>
  702. </form>     </div>
  703.     </div>
  704.  </div>
  705.    
  706. </div>
  707.    
  708.    
  709.    <div id="container">
  710.        
  711.        
  712.  
  713.  
  714. <!-- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★    
  715.  
  716.  
  717. - 직접 수정하실 경우 꼭! 백업 후 작업해주세요. ^ ^
  718.  
  719. - 현재 편집창에서 이미지를 직접 바꾸실 경우 경로가 바뀌어 차후 유지/보수가 어려워집니다.
  720.  아래 표기된 경로와 파일명으로 FTP 접속 > 업로드 > 덮어쓰기로 처리해주세요!
  721.  (제공해드리는 원본파일명으로 제작되었으니 FTP 업로드방법을 참조하시어 작업하시면 됩니다.)
  722.  
  723. - ★ FTP 경로 : sde_design/skin1(스킨번호)/_dj/img ★ 사이트의 모든 이미지는 해당 FTP 경로에 업로드하시면 됩니다.
  724.  
  725. - 왼쪽 로고+메뉴부분 : dj/header.html
  726.  
  727. - 좌측 검색창에 위 주소를 복사해 검색하시면 해당 파일을 열수 있습니다.
  728.  
  729. - 원하시는 수정 페이지를 쉽게 찾으시는 방법 !
  730.  사이트를 연 상태에서 상단 주소창에 표시된 주소중 도메인을 제외한 url로 좌측 검색창에서 검색하시면 됩니다. (html까지만)
  731.  ex) http://ecudemo50534.cafe24.com/product/list.html?cate_no=24 이라면 product/list.html 로 검색하세요!
  732.  
  733.  
  734. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ -->
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. <div id="main_item_all">
  743.       <div class="xans-element- xans-product xans-product-listmain-4 xans-product-listmain xans-product-4 ec-base-product best_item"><!--
  744.               $count = 5
  745.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  746.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  747.           -->
  748. <div class="main_item_list item_left">
  749.             <ul class="prdList best_ul grid2">  
  750.                
  751.                
  752.              <li id="anchorBoxId_12383" class="xans-record-">
  753.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12383&cate_no=1&display_group=5';">
  754.                   <div class="thumbnail">
  755.                       <a href="/product/detail.html?product_no=12383&cate_no=1&display_group=5" name="anchorBoxName_12383"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/26ff109279fbea0a0eab419feefa59f2.jpg" id="eListPrdImage12383_5" alt="루즈핏레터긴팔티-t"></a>
  756.                   </div>  
  757.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12383&cate_no=1&display_group=5';">
  758.                     <div class="inner">
  759.                       <p class="name"><a href="/product/detail.html?product_no=12383&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">루즈핏레터긴팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  760.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  761. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">32,000won</span></li>
  762. <li class=" xans-record-">
  763. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">30,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  764. </ul>
  765.                     </div>
  766.                    </div>
  767.                  </div>
  768.               </li>
  769.                
  770.  
  771.              <!-- 첫번째 상품아래 텍스트 -->
  772.              <li class="item_text">
  773.                   <div class="box_design_main" onclick="window.location.href='/_dj/lookbook_list.html?cate_no=45';">
  774.                           <p>NEW SEASON RULES</p>
  775.                           <p>whether you're heading back to uni or just want to update your everyday basics</p>
  776.                           <p>5%</p>
  777.                   </div>
  778.               </li>
  779.                
  780.              <li id="anchorBoxId_12390" class="xans-record-">
  781.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12390&cate_no=1&display_group=5';">
  782.                   <div class="thumbnail">
  783.                       <a href="/product/detail.html?product_no=12390&cate_no=1&display_group=5" name="anchorBoxName_12390"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/95aef60be1e5c583fdee507e57c878f6.webp" id="eListPrdImage12390_5" alt="자수피그후드긴팔티-t"></a>
  784.                   </div>  
  785.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12390&cate_no=1&display_group=5';">
  786.                     <div class="inner">
  787.                       <p class="name"><a href="/product/detail.html?product_no=12390&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">자수피그후드긴팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  788.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  789. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">63,000won</span></li>
  790. <li class=" xans-record-">
  791. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">59,900won</span><span id="span_product_tax_type_text" style=""> </span></li>
  792. </ul>
  793.                     </div>
  794.                    </div>
  795.                  </div>
  796.               </li>
  797.                
  798.                              <li id="anchorBoxId_12382" class="xans-record-">
  799.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12382&cate_no=1&display_group=5';">
  800.                   <div class="thumbnail">
  801.                       <a href="/product/detail.html?product_no=12382&cate_no=1&display_group=5" name="anchorBoxName_12382"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/929289ac1011d1e3c03f1c25784a557c.jpg" id="eListPrdImage12382_5" alt="베이직와이드데님팬츠-p"></a>
  802.                   </div>  
  803.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12382&cate_no=1&display_group=5';">
  804.                     <div class="inner">
  805.                       <p class="name"><a href="/product/detail.html?product_no=12382&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">베이직와이드데님팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  806.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  807. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">45,000won</span></li>
  808. <li class=" xans-record-">
  809. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">42,800won</span><span id="span_product_tax_type_text" style=""> </span></li>
  810. </ul>
  811.                     </div>
  812.                    </div>
  813.                  </div>
  814.               </li>
  815.                
  816.                
  817.                
  818.           </ul>
  819.              
  820.              
  821.           <ul class="prdList grid2 best_ul right_sec">
  822.          
  823.               <li>
  824.                    <div id="main_slide1">
  825.           <div class="dj_slider_1">  
  826.                
  827.                  <div class="slider_1">  
  828.                            
  829.                                     <!----------------
  830.  
  831.                                     메인 이미지 롤링
  832.                                     이미지사이즈 909 * 1160
  833.                                     onclick="window.location.href='링크주소';"
  834.  
  835.                                     ------------------>                          
  836.                                     <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>        
  837.                 </div>  
  838.  
  839.                
  840. <script type="text/javascript" src="/_dj/js/slick/slick.min.js"></script>
  841.                  <!--
  842.  
  843.                  autoplaySpeed: 4000 에서 속도를 조절하시면 됩니다. 1000 = 1초
  844.  
  845.                  -->
  846.                  <script type="text/javascript">
  847.                  $('.slider_1').slick({      
  848.                  autoplay: true,
  849.                  customPaging : function(slider_1, i) {
  850.                  var thumb = $(slider_1.$slides[i]).data('thumb');
  851.                  return ''+thumb+'';},
  852.                 autoplaySpeed: 9000,
  853.                 dots: false,
  854.                  arrow: true,
  855.                  infinite: true,
  856.                  speed: 300,              
  857.                  cssEase: 'linear',
  858.                 accessibility: false,
  859.                 pauseOnHover: false,          
  860.                 });
  861.                 </script>
  862.       </div>  
  863.            </div>    
  864.            </li>
  865.        
  866.            <li id="anchorBoxId_12378" class="xans-record-">
  867.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12378&cate_no=1&display_group=5';">
  868.                   <div class="thumbnail">
  869.                       <a href="/product/detail.html?product_no=12378&cate_no=1&display_group=5" name="anchorBoxName_12378"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/90e67f5547453328b8361fd943b191bd.webp" id="eListPrdImage12378_5" alt="스트링와이드데님팬츠-p"></a>
  870.                   </div>  
  871.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12378&cate_no=1&display_group=5';">
  872.                     <div class="inner">
  873.                       <p class="name"><a href="/product/detail.html?product_no=12378&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">스트링와이드데님팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  874.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  875. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">67,000won</span></li>
  876. <li class=" xans-record-">
  877. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">64,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  878. </ul>
  879.                     </div>
  880.                    </div>
  881.                  </div>
  882.               </li>
  883.                
  884.              
  885.             <li id="anchorBoxId_12387" class="xans-record-">
  886.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12387&cate_no=1&display_group=5';">
  887.                   <div class="thumbnail">
  888.                       <a href="/product/detail.html?product_no=12387&cate_no=1&display_group=5" name="anchorBoxName_12387"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/1ac9d1ae69845400f1812d028c033351.jpg" id="eListPrdImage12387_5" alt="야옹긴팔맨투맨"></a>
  889.                   </div>  
  890.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12387&cate_no=1&display_group=5';">
  891.                     <div class="inner">
  892.                       <p class="name"><a href="/product/detail.html?product_no=12387&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">야옹긴팔맨투맨</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  893.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  894. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">33,000won</span></li>
  895. <li class=" xans-record-">
  896. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">31,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  897. </ul>
  898.                     </div>
  899.                    </div>
  900.                  </div>
  901.               </li>
  902.                
  903.          </ul>
  904.       </div>
  905. </div>
  906.  
  907.       <!-- //추천상품 -->
  908.  
  909.  
  910. <!-- [UPSELL] timesale -->
  911. <upsell-widget-timesale data-widget-id="9426" data-content-center="false" style="--container-max-width: 1200px; --mobile-padding: 0 15px"></upsell-widget-timesale>
  912. <!-- [UPSELL] timesale -->    
  913.  
  914. <!-- [UPSELL] main-page -->
  915. <upsell-widget-main-page data-widget-id="9423"></upsell-widget-main-page>
  916. <!-- [UPSELL] main-page -->
  917.    
  918.    
  919.      <!-- //추천상품 -->
  920.       <div class="xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product new_item"><!--
  921.               $count = 6
  922.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  923.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  924.           -->
  925. <div class="main_item_list">
  926.             <ul class="prdList grid3">  
  927.        
  928.                 <li id="anchorBoxId_12384" class="xans-record-">
  929.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12384&cate_no=1&display_group=2';">
  930.                   <div class="thumbnail">
  931.                       <a href="/product/detail.html?product_no=12384&cate_no=1&display_group=2" name="anchorBoxName_12384"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5233444df6ac28d01689138e88b09274.webp" id="eListPrdImage12384_2" alt="밑단레이스팬츠-p"></a>
  932.                   </div>  
  933.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12384&cate_no=1&display_group=2';">
  934.                     <div class="inner">
  935.                       <p class="name"><a href="/product/detail.html?product_no=12384&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">밑단레이스팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  936.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  937. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">40,000won</span></li>
  938. <li class=" xans-record-">
  939. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  940. </ul>
  941.                     </div>
  942.                    </div>
  943.                  </div>
  944.               </li>
  945.                
  946.                
  947.              <li id="anchorBoxId_12377" class="xans-record-">
  948.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12377&cate_no=1&display_group=2';">
  949.                   <div class="thumbnail">
  950.                       <a href="/product/detail.html?product_no=12377&cate_no=1&display_group=2" name="anchorBoxName_12377"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5955cbfdd127311a92b29d5a7b79fc64.jpg" id="eListPrdImage12377_2" alt="빈티지셔츠자켓-jk"></a>
  951.                   </div>  
  952.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12377&cate_no=1&display_group=2';">
  953.                     <div class="inner">
  954.                       <p class="name"><a href="/product/detail.html?product_no=12377&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">빈티지셔츠자켓-jk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  955.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  956. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">68,000won</span></li>
  957. <li class=" xans-record-">
  958. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">64,600won</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_12389" class="xans-record-">
  965.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12389&cate_no=1&display_group=2';">
  966.                   <div class="thumbnail">
  967.                       <a href="/product/detail.html?product_no=12389&cate_no=1&display_group=2" name="anchorBoxName_12389"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/1dcfcb0c9c3e43bb03d25ef31492e794.jpg" id="eListPrdImage12389_2" alt="자수하프피그팬츠-p ㅣ 핑크"></a>
  968.                   </div>  
  969.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12389&cate_no=1&display_group=2';">
  970.                     <div class="inner">
  971.                       <p class="name"><a href="/product/detail.html?product_no=12389&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">자수하프피그팬츠-p ㅣ 핑크</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 class="" style="font-size:11px;color:#222222;font-weight:bold;">49,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_12381" class="xans-record-">
  980.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12381&cate_no=1&display_group=2';">
  981.                   <div class="thumbnail">
  982.                       <a href="/product/detail.html?product_no=12381&cate_no=1&display_group=2" name="anchorBoxName_12381"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/c552d8960c15a0c8836260b89cab389f.jpg" id="eListPrdImage12381_2" alt="레이스스프라이프셔츠-nb"></a>
  983.                   </div>  
  984.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12381&cate_no=1&display_group=2';">
  985.                     <div class="inner">
  986.                       <p class="name"><a href="/product/detail.html?product_no=12381&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">레이스스프라이프셔츠-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </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 class="" style="font-size:11px;color:#222222;text-decoration:line-through;">61,000won</span></li>
  989. <li class=" xans-record-">
  990. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">58,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  991. </ul>
  992.                     </div>
  993.                    </div>
  994.                  </div>
  995.               </li>
  996. <li id="anchorBoxId_12388" class="xans-record-">
  997.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12388&cate_no=1&display_group=2';">
  998.                   <div class="thumbnail">
  999.                       <a href="/product/detail.html?product_no=12388&cate_no=1&display_group=2" name="anchorBoxName_12388"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/8410c73a4bc73a8abbd09b41b95613fc.webp" id="eListPrdImage12388_2" alt="벨벳도트팬츠-p"></a>
  1000.                   </div>  
  1001.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12388&cate_no=1&display_group=2';">
  1002.                     <div class="inner">
  1003.                       <p class="name"><a href="/product/detail.html?product_no=12388&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">벨벳도트팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1004.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  1005. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">47,000won</span></li>
  1006. <li class=" xans-record-">
  1007. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">44,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1008. </ul>
  1009.                     </div>
  1010.                    </div>
  1011.                  </div>
  1012.               </li>
  1013. <li id="anchorBoxId_12375" class="xans-record-">
  1014.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12375&cate_no=1&display_group=2';">
  1015.                   <div class="thumbnail">
  1016.                       <a href="/product/detail.html?product_no=12375&cate_no=1&display_group=2" name="anchorBoxName_12375"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/7b8bf7c599910dd3f137e87816ac836f.webp" id="eListPrdImage12375_2" alt="포켓단추소프트자켓-jk"></a>
  1017.                   </div>  
  1018.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12375&cate_no=1&display_group=2';">
  1019.                     <div class="inner">
  1020.                       <p class="name"><a href="/product/detail.html?product_no=12375&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">포켓단추소프트자켓-jk</span>      </a></p>
  1021.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  1022. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">84,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1023. </ul>
  1024.                     </div>
  1025.                    </div>
  1026.                  </div>
  1027.               </li>
  1028.           </ul>
  1029.       </div>
  1030. </div>
  1031.       <!-- //추천상품 -->
  1032.    
  1033. </div>
  1034.    
  1035.  
  1036.  
  1037.  
  1038.  
  1039.      <!-- BEST -->
  1040.       <div class="xans-element- xans-product xans-product-listmain-11 xans-product-listmain xans-product-11 ec-base-product new_item"><!--
  1041.               $count = 8
  1042.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1043.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1044.           -->
  1045. <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>
  1046. <div class="main_item_list">
  1047.             <ul class="prdList grid4">  
  1048.        
  1049.                 <li id="anchorBoxId_12325" class="xans-record-">
  1050.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12325&cate_no=1&display_group=12';">
  1051.                   <div class="thumbnail">
  1052.                       <a href="/product/detail.html?product_no=12325&cate_no=1&display_group=12" name="anchorBoxName_12325"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/60ff724490644ca9bd877c8256935803.webp" id="eListPrdImage12325_12" alt="니트 숄"></a>
  1053.                   </div>  
  1054.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12325&cate_no=1&display_group=12';">
  1055.                     <div class="inner">
  1056.                       <p class="name"><a href="/product/detail.html?product_no=12325&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">니트 숄</span>      </a></p>
  1057.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1058. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;text-decoration:line-through;">19,000won</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></li>
  1059. <li class=" xans-record-">
  1060. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;">17,100won<br> (10% 할인)</span></li>
  1061. </ul>
  1062.                     </div>
  1063.                    </div>
  1064.                  </div>
  1065.               </li>
  1066.                
  1067.                
  1068.            
  1069.               <li id="anchorBoxId_12284" class="xans-record-">
  1070.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12284&cate_no=1&display_group=12';">
  1071.                   <div class="thumbnail">
  1072.                       <a href="/product/detail.html?product_no=12284&cate_no=1&display_group=12" name="anchorBoxName_12284"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/69c68bb60e803de82cf9b1066f34d1a9.jpg" id="eListPrdImage12284_12" alt="새틴컬러스커트-sk ㅣ s - m size ㅣ 코랄"></a>
  1073.                   </div>  
  1074.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12284&cate_no=1&display_group=12';">
  1075.                     <div class="inner">
  1076.                       <p class="name"><a href="/product/detail.html?product_no=12284&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">새틴컬러스커트-sk ㅣ s - m size ㅣ 코랄</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1077.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1078. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;text-decoration:line-through;">38,000won</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></li>
  1079. <li class=" xans-record-">
  1080. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;">34,200won<br> (10% 할인)</span></li>
  1081. </ul>
  1082.                     </div>
  1083.                    </div>
  1084.                  </div>
  1085.               </li>
  1086. <li id="anchorBoxId_11725" class="xans-record-">
  1087.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11725&cate_no=1&display_group=12';">
  1088.                   <div class="thumbnail">
  1089.                       <a href="/product/detail.html?product_no=11725&cate_no=1&display_group=12" name="anchorBoxName_11725"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/7c0ad3a03be40faf85fb325e60d5ff79.webp" id="eListPrdImage11725_12" alt="레이쉬-nb"></a>
  1090.                   </div>  
  1091.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11725&cate_no=1&display_group=12';">
  1092.                     <div class="inner">
  1093.                       <p class="name"><a href="/product/detail.html?product_no=11725&cate_no=1&display_group=12" class=""><span class="" 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>
  1094.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1095. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">59,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1096. <li class=" xans-record-">
  1097. <p class="title2 displaynone"></p></li>
  1098. </ul>
  1099.                     </div>
  1100.                    </div>
  1101.                  </div>
  1102.               </li>
  1103. <li id="anchorBoxId_11823" class="xans-record-">
  1104.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11823&cate_no=1&display_group=12';">
  1105.                   <div class="thumbnail">
  1106.                       <a href="/product/detail.html?product_no=11823&cate_no=1&display_group=12" name="anchorBoxName_11823"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/61750313354e21fe8a20aa13721d0725.webp" id="eListPrdImage11823_12" alt="케니러-nb (10월1일 순차발송)"></a>
  1107.                   </div>  
  1108.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11823&cate_no=1&display_group=12';">
  1109.                     <div class="inner">
  1110.                       <p class="name"><a href="/product/detail.html?product_no=11823&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">케니러-nb (10월1일 순차발송)</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1111.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1112. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">53,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1113. <li class=" xans-record-">
  1114. <p class="title2 displaynone"></p></li>
  1115. </ul>
  1116.                     </div>
  1117.                    </div>
  1118.                  </div>
  1119.               </li>
  1120. <li id="anchorBoxId_12262" class="xans-record-">
  1121.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12262&cate_no=1&display_group=12';">
  1122.                   <div class="thumbnail">
  1123.                       <a href="/product/detail.html?product_no=12262&cate_no=1&display_group=12" name="anchorBoxName_12262"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/b57d4b7cd3bff211df6fd1c7a9679e12.webp" id="eListPrdImage12262_12" alt="배색ST박시반팔티-t"></a>
  1124.                   </div>  
  1125.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12262&cate_no=1&display_group=12';">
  1126.                     <div class="inner">
  1127.                       <p class="name"><a href="/product/detail.html?product_no=12262&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">배색ST박시반팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1128.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1129. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;text-decoration:line-through;">31,000won</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></li>
  1130. <li class=" xans-record-">
  1131. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;">27,900won<br> (10% 할인)</span></li>
  1132. </ul>
  1133.                     </div>
  1134.                    </div>
  1135.                  </div>
  1136.               </li>
  1137. <li id="anchorBoxId_11464" class="xans-record-">
  1138.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11464&cate_no=1&display_group=12';">
  1139.                   <div class="thumbnail">
  1140.                       <a href="/product/detail.html?product_no=11464&cate_no=1&display_group=12" name="anchorBoxName_11464"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202408/c347950e8295c9f81bfd3c88125142fc.webp" id="eListPrdImage11464_12" alt="7컬러 피그-nb"></a>
  1141.                   </div>  
  1142.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11464&cate_no=1&display_group=12';">
  1143.                     <div class="inner">
  1144.                       <p class="name"><a href="/product/detail.html?product_no=11464&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">7컬러 피그-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1145.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1146. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;text-decoration:line-through;">39,000won</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></li>
  1147. <li class=" xans-record-">
  1148. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;">35,100won<br> (10% 할인)</span></li>
  1149. </ul>
  1150.                     </div>
  1151.                    </div>
  1152.                  </div>
  1153.               </li>
  1154. <li id="anchorBoxId_12256" class="xans-record-">
  1155.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12256&cate_no=1&display_group=12';">
  1156.                   <div class="thumbnail">
  1157.                       <a href="/product/detail.html?product_no=12256&cate_no=1&display_group=12" name="anchorBoxName_12256"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/5de7f733c43ffaf8237eafe09f3fbe95.jpg" id="eListPrdImage12256_12" alt="체크셔츠-nb"></a>
  1158.                   </div>  
  1159.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12256&cate_no=1&display_group=12';">
  1160.                     <div class="inner">
  1161.                       <p class="name"><a href="/product/detail.html?product_no=12256&cate_no=1&display_group=12" class=""><span class="" 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>
  1162.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1163. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">42,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1164. <li class=" xans-record-">
  1165. <p class="title2 displaynone"></p></li>
  1166. </ul>
  1167.                     </div>
  1168.                    </div>
  1169.                  </div>
  1170.               </li>
  1171. <li id="anchorBoxId_11929" class="xans-record-">
  1172.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=12';">
  1173.                   <div class="thumbnail">
  1174.                       <a href="/product/detail.html?product_no=11929&cate_no=1&display_group=12" name="anchorBoxName_11929"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/36065b6af563dfe0ef9e49b0be5ed396.webp" id="eListPrdImage11929_12" alt="베퓨-t"></a>
  1175.                   </div>  
  1176.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=12';">
  1177.                     <div class="inner">
  1178.                       <p class="name"><a href="/product/detail.html?product_no=11929&cate_no=1&display_group=12" class=""><span class="" 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>
  1179.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1180. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1181. <li class=" xans-record-">
  1182. <p class="title2 displaynone"></p></li>
  1183. </ul>
  1184.                     </div>
  1185.                    </div>
  1186.                  </div>
  1187.               </li>
  1188.           </ul>
  1189.       </div>
  1190. </div>
  1191.       <!-- //BEST -->
  1192.    
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.    
  1201.      <!-- //신상품 -->
  1202.       <div class="xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product new_item"><!--
  1203.               $count = 100
  1204.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1205.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1206.           -->
  1207. <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>
  1208. <div class="main_item_list">
  1209.             <ul class="prdList grid4">  
  1210.        
  1211.                 <li id="anchorBoxId_12390" class="xans-record-">
  1212.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12390&cate_no=1&display_group=3';">
  1213.                   <div class="thumbnail">
  1214.                       <a href="/product/detail.html?product_no=12390&cate_no=1&display_group=3" name="anchorBoxName_12390"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/95aef60be1e5c583fdee507e57c878f6.webp" id="eListPrdImage12390_3" alt="자수피그후드긴팔티-t"></a>
  1215.                   </div>  
  1216.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12390&cate_no=1&display_group=3';">
  1217.                     <div class="inner">
  1218.                       <p class="name"><a href="/product/detail.html?product_no=12390&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">자수피그후드긴팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1219.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1220. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">63,000won</span></li>
  1221. <li class=" xans-record-">
  1222. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">59,900won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1223. </ul>
  1224.                     </div>
  1225.                    </div>
  1226.                  </div>
  1227.               </li>
  1228.                
  1229.                
  1230.            
  1231.               <li id="anchorBoxId_12389" class="xans-record-">
  1232.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12389&cate_no=1&display_group=3';">
  1233.                   <div class="thumbnail">
  1234.                       <a href="/product/detail.html?product_no=12389&cate_no=1&display_group=3" name="anchorBoxName_12389"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/1dcfcb0c9c3e43bb03d25ef31492e794.jpg" id="eListPrdImage12389_3" alt="자수하프피그팬츠-p ㅣ 핑크"></a>
  1235.                   </div>  
  1236.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12389&cate_no=1&display_group=3';">
  1237.                     <div class="inner">
  1238.                       <p class="name"><a href="/product/detail.html?product_no=12389&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">자수하프피그팬츠-p ㅣ 핑크</span>      </a></p>
  1239.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1240. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1241. </ul>
  1242.                     </div>
  1243.                    </div>
  1244.                  </div>
  1245.               </li>
  1246. <li id="anchorBoxId_12388" class="xans-record-">
  1247.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12388&cate_no=1&display_group=3';">
  1248.                   <div class="thumbnail">
  1249.                       <a href="/product/detail.html?product_no=12388&cate_no=1&display_group=3" name="anchorBoxName_12388"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/8410c73a4bc73a8abbd09b41b95613fc.webp" id="eListPrdImage12388_3" alt="벨벳도트팬츠-p"></a>
  1250.                   </div>  
  1251.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12388&cate_no=1&display_group=3';">
  1252.                     <div class="inner">
  1253.                       <p class="name"><a href="/product/detail.html?product_no=12388&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">벨벳도트팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1254.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1255. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">47,000won</span></li>
  1256. <li class=" xans-record-">
  1257. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">44,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1258. </ul>
  1259.                     </div>
  1260.                    </div>
  1261.                  </div>
  1262.               </li>
  1263. <li id="anchorBoxId_12387" class="xans-record-">
  1264.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12387&cate_no=1&display_group=3';">
  1265.                   <div class="thumbnail">
  1266.                       <a href="/product/detail.html?product_no=12387&cate_no=1&display_group=3" name="anchorBoxName_12387"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/1ac9d1ae69845400f1812d028c033351.jpg" id="eListPrdImage12387_3" alt="야옹긴팔맨투맨"></a>
  1267.                   </div>  
  1268.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12387&cate_no=1&display_group=3';">
  1269.                     <div class="inner">
  1270.                       <p class="name"><a href="/product/detail.html?product_no=12387&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">야옹긴팔맨투맨</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1271.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1272. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">33,000won</span></li>
  1273. <li class=" xans-record-">
  1274. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">31,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1275. </ul>
  1276.                     </div>
  1277.                    </div>
  1278.                  </div>
  1279.               </li>
  1280. <li id="anchorBoxId_12384" class="xans-record-">
  1281.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12384&cate_no=1&display_group=3';">
  1282.                   <div class="thumbnail">
  1283.                       <a href="/product/detail.html?product_no=12384&cate_no=1&display_group=3" name="anchorBoxName_12384"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5233444df6ac28d01689138e88b09274.webp" id="eListPrdImage12384_3" alt="밑단레이스팬츠-p"></a>
  1284.                   </div>  
  1285.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12384&cate_no=1&display_group=3';">
  1286.                     <div class="inner">
  1287.                       <p class="name"><a href="/product/detail.html?product_no=12384&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단레이스팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1288.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1289. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">40,000won</span></li>
  1290. <li class=" xans-record-">
  1291. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1292. </ul>
  1293.                     </div>
  1294.                    </div>
  1295.                  </div>
  1296.               </li>
  1297. <li id="anchorBoxId_12383" class="xans-record-">
  1298.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12383&cate_no=1&display_group=3';">
  1299.                   <div class="thumbnail">
  1300.                       <a href="/product/detail.html?product_no=12383&cate_no=1&display_group=3" name="anchorBoxName_12383"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/26ff109279fbea0a0eab419feefa59f2.jpg" id="eListPrdImage12383_3" alt="루즈핏레터긴팔티-t"></a>
  1301.                   </div>  
  1302.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12383&cate_no=1&display_group=3';">
  1303.                     <div class="inner">
  1304.                       <p class="name"><a href="/product/detail.html?product_no=12383&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">루즈핏레터긴팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1305.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1306. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">32,000won</span></li>
  1307. <li class=" xans-record-">
  1308. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">30,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1309. </ul>
  1310.                     </div>
  1311.                    </div>
  1312.                  </div>
  1313.               </li>
  1314. <li id="anchorBoxId_12382" class="xans-record-">
  1315.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12382&cate_no=1&display_group=3';">
  1316.                   <div class="thumbnail">
  1317.                       <a href="/product/detail.html?product_no=12382&cate_no=1&display_group=3" name="anchorBoxName_12382"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/929289ac1011d1e3c03f1c25784a557c.jpg" id="eListPrdImage12382_3" alt="베이직와이드데님팬츠-p"></a>
  1318.                   </div>  
  1319.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12382&cate_no=1&display_group=3';">
  1320.                     <div class="inner">
  1321.                       <p class="name"><a href="/product/detail.html?product_no=12382&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이직와이드데님팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1322.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1323. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">45,000won</span></li>
  1324. <li class=" xans-record-">
  1325. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">42,800won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1326. </ul>
  1327.                     </div>
  1328.                    </div>
  1329.                  </div>
  1330.               </li>
  1331. <li id="anchorBoxId_12381" class="xans-record-">
  1332.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12381&cate_no=1&display_group=3';">
  1333.                   <div class="thumbnail">
  1334.                       <a href="/product/detail.html?product_no=12381&cate_no=1&display_group=3" name="anchorBoxName_12381"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/c552d8960c15a0c8836260b89cab389f.jpg" id="eListPrdImage12381_3" alt="레이스스프라이프셔츠-nb"></a>
  1335.                   </div>  
  1336.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12381&cate_no=1&display_group=3';">
  1337.                     <div class="inner">
  1338.                       <p class="name"><a href="/product/detail.html?product_no=12381&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레이스스프라이프셔츠-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1339.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1340. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">61,000won</span></li>
  1341. <li class=" xans-record-">
  1342. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">58,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1343. </ul>
  1344.                     </div>
  1345.                    </div>
  1346.                  </div>
  1347.               </li>
  1348. <li id="anchorBoxId_12378" class="xans-record-">
  1349.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12378&cate_no=1&display_group=3';">
  1350.                   <div class="thumbnail">
  1351.                       <a href="/product/detail.html?product_no=12378&cate_no=1&display_group=3" name="anchorBoxName_12378"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/90e67f5547453328b8361fd943b191bd.webp" id="eListPrdImage12378_3" alt="스트링와이드데님팬츠-p"></a>
  1352.                   </div>  
  1353.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12378&cate_no=1&display_group=3';">
  1354.                     <div class="inner">
  1355.                       <p class="name"><a href="/product/detail.html?product_no=12378&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트링와이드데님팬츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1356.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1357. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">67,000won</span></li>
  1358. <li class=" xans-record-">
  1359. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">64,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1360. </ul>
  1361.                     </div>
  1362.                    </div>
  1363.                  </div>
  1364.               </li>
  1365. <li id="anchorBoxId_12377" class="xans-record-">
  1366.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12377&cate_no=1&display_group=3';">
  1367.                   <div class="thumbnail">
  1368.                       <a href="/product/detail.html?product_no=12377&cate_no=1&display_group=3" name="anchorBoxName_12377"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5955cbfdd127311a92b29d5a7b79fc64.jpg" id="eListPrdImage12377_3" alt="빈티지셔츠자켓-jk"></a>
  1369.                   </div>  
  1370.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12377&cate_no=1&display_group=3';">
  1371.                     <div class="inner">
  1372.                       <p class="name"><a href="/product/detail.html?product_no=12377&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빈티지셔츠자켓-jk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1373.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1374. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">68,000won</span></li>
  1375. <li class=" xans-record-">
  1376. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">64,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1377. </ul>
  1378.                     </div>
  1379.                    </div>
  1380.                  </div>
  1381.               </li>
  1382. <li id="anchorBoxId_12376" class="xans-record-">
  1383.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12376&cate_no=1&display_group=3';">
  1384.                   <div class="thumbnail">
  1385.                       <a href="/product/detail.html?product_no=12376&cate_no=1&display_group=3" name="anchorBoxName_12376"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/17d00a77556cec01242f124cd07edff3.jpg" id="eListPrdImage12376_3" alt="포켓단추팬츠-p"></a>
  1386.                   </div>  
  1387.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12376&cate_no=1&display_group=3';">
  1388.                     <div class="inner">
  1389.                       <p class="name"><a href="/product/detail.html?product_no=12376&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">포켓단추팬츠-p</span>      </a></p>
  1390.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1391. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">67,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1392. </ul>
  1393.                     </div>
  1394.                    </div>
  1395.                  </div>
  1396.               </li>
  1397. <li id="anchorBoxId_12373" class="xans-record-">
  1398.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12373&cate_no=1&display_group=3';">
  1399.                   <div class="thumbnail">
  1400.                       <a href="/product/detail.html?product_no=12373&cate_no=1&display_group=3" name="anchorBoxName_12373"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/889a1c3a201389253dc6377bb997817c.webp" id="eListPrdImage12373_3" alt="st루즈긴팔티-t"></a>
  1401.                   </div>  
  1402.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12373&cate_no=1&display_group=3';">
  1403.                     <div class="inner">
  1404.                       <p class="name"><a href="/product/detail.html?product_no=12373&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">st루즈긴팔티-t</span>      </a></p>
  1405.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1406. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1407. </ul>
  1408.                     </div>
  1409.                    </div>
  1410.                  </div>
  1411.               </li>
  1412. <li id="anchorBoxId_12372" class="xans-record-">
  1413.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12372&cate_no=1&display_group=3';">
  1414.                   <div class="thumbnail">
  1415.                       <a href="/product/detail.html?product_no=12372&cate_no=1&display_group=3" name="anchorBoxName_12372"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/287beb294d92412652a75abd5258649d.webp" id="eListPrdImage12372_3" alt="와이드트랙팬츠-p"></a>
  1416.                   </div>  
  1417.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12372&cate_no=1&display_group=3';">
  1418.                     <div class="inner">
  1419.                       <p class="name"><a href="/product/detail.html?product_no=12372&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">와이드트랙팬츠-p</span>      </a></p>
  1420.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1421. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">71,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1422. </ul>
  1423.                     </div>
  1424.                    </div>
  1425.                  </div>
  1426.               </li>
  1427. <li id="anchorBoxId_12375" class="xans-record-">
  1428.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12375&cate_no=1&display_group=3';">
  1429.                   <div class="thumbnail">
  1430.                       <a href="/product/detail.html?product_no=12375&cate_no=1&display_group=3" name="anchorBoxName_12375"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/7b8bf7c599910dd3f137e87816ac836f.webp" id="eListPrdImage12375_3" alt="포켓단추소프트자켓-jk"></a>
  1431.                   </div>  
  1432.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12375&cate_no=1&display_group=3';">
  1433.                     <div class="inner">
  1434.                       <p class="name"><a href="/product/detail.html?product_no=12375&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">포켓단추소프트자켓-jk</span>      </a></p>
  1435.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1436. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">84,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1437. </ul>
  1438.                     </div>
  1439.                    </div>
  1440.                  </div>
  1441.               </li>
  1442. <li id="anchorBoxId_12371" class="xans-record-">
  1443.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12371&cate_no=1&display_group=3';">
  1444.                   <div class="thumbnail">
  1445.                       <a href="/product/detail.html?product_no=12371&cate_no=1&display_group=3" name="anchorBoxName_12371"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/7d3b3d302834198315f19c3168ac8b9f.jpg" id="eListPrdImage12371_3" alt="레이어드더블가디건"></a>
  1446.                   </div>  
  1447.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12371&cate_no=1&display_group=3';">
  1448.                     <div class="inner">
  1449.                       <p class="name"><a href="/product/detail.html?product_no=12371&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레이어드더블가디건</span>      </a></p>
  1450.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1451. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1452. </ul>
  1453.                     </div>
  1454.                    </div>
  1455.                  </div>
  1456.               </li>
  1457. <li id="anchorBoxId_12374" class="xans-record-">
  1458.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12374&cate_no=1&display_group=3';">
  1459.                   <div class="thumbnail">
  1460.                       <a href="/product/detail.html?product_no=12374&cate_no=1&display_group=3" name="anchorBoxName_12374"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d869af860386af9ad3330477a094716f.webp" id="eListPrdImage12374_3" alt="끈나시맥시원피스-ops"></a>
  1461.                   </div>  
  1462.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12374&cate_no=1&display_group=3';">
  1463.                     <div class="inner">
  1464.                       <p class="name"><a href="/product/detail.html?product_no=12374&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">끈나시맥시원피스-ops</span>      </a></p>
  1465.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1466. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">84,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1467. </ul>
  1468.                     </div>
  1469.                    </div>
  1470.                  </div>
  1471.               </li>
  1472. <li id="anchorBoxId_12363" class="xans-record-">
  1473.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12363&cate_no=1&display_group=3';">
  1474.                   <div class="thumbnail">
  1475.                       <a href="/product/detail.html?product_no=12363&cate_no=1&display_group=3" name="anchorBoxName_12363"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/948cbf892590da6ff5539672d8a74e20.jpg" id="eListPrdImage12363_3" alt="단가라긴팔티셔츠-t"></a>
  1476.                   </div>  
  1477.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12363&cate_no=1&display_group=3';">
  1478.                     <div class="inner">
  1479.                       <p class="name"><a href="/product/detail.html?product_no=12363&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">단가라긴팔티셔츠-t</span>      </a></p>
  1480.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1481. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1482. </ul>
  1483.                     </div>
  1484.                    </div>
  1485.                  </div>
  1486.               </li>
  1487. <li id="anchorBoxId_12370" class="xans-record-">
  1488.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12370&cate_no=1&display_group=3';">
  1489.                   <div class="thumbnail">
  1490.                       <a href="/product/detail.html?product_no=12370&cate_no=1&display_group=3" name="anchorBoxName_12370"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/a6bbc70502f467de3769627835fbe1bb.webp" id="eListPrdImage12370_3" alt="피그레터링긴팔티-t"></a>
  1491.                   </div>  
  1492.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12370&cate_no=1&display_group=3';">
  1493.                     <div class="inner">
  1494.                       <p class="name"><a href="/product/detail.html?product_no=12370&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피그레터링긴팔티-t</span>      </a></p>
  1495.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1496. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1497. </ul>
  1498.                     </div>
  1499.                    </div>
  1500.                  </div>
  1501.               </li>
  1502. <li id="anchorBoxId_12361" class="xans-record-">
  1503.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12361&cate_no=1&display_group=3';">
  1504.                   <div class="thumbnail">
  1505.                       <a href="/product/detail.html?product_no=12361&cate_no=1&display_group=3" name="anchorBoxName_12361"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d5c51ac2e9203b2ea405cbcb496f7842.jpg" id="eListPrdImage12361_3" alt="오프숄더 맨투맨"></a>
  1506.                   </div>  
  1507.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12361&cate_no=1&display_group=3';">
  1508.                     <div class="inner">
  1509.                       <p class="name"><a href="/product/detail.html?product_no=12361&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">오프숄더 맨투맨</span>      </a></p>
  1510.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1511. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1512. </ul>
  1513.                     </div>
  1514.                    </div>
  1515.                  </div>
  1516.               </li>
  1517. <li id="anchorBoxId_12341" class="xans-record-">
  1518.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12341&cate_no=1&display_group=3';">
  1519.                   <div class="thumbnail">
  1520.                       <a href="/product/detail.html?product_no=12341&cate_no=1&display_group=3" name="anchorBoxName_12341"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/1202399c284eaf706c8ab1410988d8fb.jpg" id="eListPrdImage12341_3" alt="캐롤라이맨투맨"></a>
  1521.                   </div>  
  1522.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12341&cate_no=1&display_group=3';">
  1523.                     <div class="inner">
  1524.                       <p class="name"><a href="/product/detail.html?product_no=12341&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">캐롤라이맨투맨</span>      </a></p>
  1525.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1526. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1527. </ul>
  1528.                     </div>
  1529.                    </div>
  1530.                  </div>
  1531.               </li>
  1532. <li id="anchorBoxId_12362" class="xans-record-">
  1533.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12362&cate_no=1&display_group=3';">
  1534.                   <div class="thumbnail">
  1535.                       <a href="/product/detail.html?product_no=12362&cate_no=1&display_group=3" name="anchorBoxName_12362"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/478ffae7f408b911ba6d5ea0315bd07f.jpg" id="eListPrdImage12362_3" alt="흑청벌룬팬츠-p"></a>
  1536.                   </div>  
  1537.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12362&cate_no=1&display_group=3';">
  1538.                     <div class="inner">
  1539.                       <p class="name"><a href="/product/detail.html?product_no=12362&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">흑청벌룬팬츠-p</span>      </a></p>
  1540.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1541. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1542. </ul>
  1543.                     </div>
  1544.                    </div>
  1545.                  </div>
  1546.               </li>
  1547. <li id="anchorBoxId_12364" class="xans-record-">
  1548.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12364&cate_no=1&display_group=3';">
  1549.                   <div class="thumbnail">
  1550.                       <a href="/product/detail.html?product_no=12364&cate_no=1&display_group=3" name="anchorBoxName_12364"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/93db09aee19feb8ff07add4dd898c1ff.webp" id="eListPrdImage12364_3" alt="레이스맥시스커트-sk"></a>
  1551.                   </div>  
  1552.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12364&cate_no=1&display_group=3';">
  1553.                     <div class="inner">
  1554.                       <p class="name"><a href="/product/detail.html?product_no=12364&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레이스맥시스커트-sk</span>      </a></p>
  1555.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1556. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">69,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1557. </ul>
  1558.                     </div>
  1559.                    </div>
  1560.                  </div>
  1561.               </li>
  1562. <li id="anchorBoxId_12365" class="xans-record-">
  1563.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12365&cate_no=1&display_group=3';">
  1564.                   <div class="thumbnail">
  1565.                       <a href="/product/detail.html?product_no=12365&cate_no=1&display_group=3" name="anchorBoxName_12365"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5fb505bf348206a1d0a408889ca4fd88.webp" id="eListPrdImage12365_3" alt="자수하프피그팬츠-p ㅣ 크림"></a>
  1566.                   </div>  
  1567.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12365&cate_no=1&display_group=3';">
  1568.                     <div class="inner">
  1569.                       <p class="name"><a href="/product/detail.html?product_no=12365&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">자수하프피그팬츠-p ㅣ 크림</span>      </a></p>
  1570.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1571. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1572. </ul>
  1573.                     </div>
  1574.                    </div>
  1575.                  </div>
  1576.               </li>
  1577. <li id="anchorBoxId_12354" class="xans-record-">
  1578.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12354&cate_no=1&display_group=3';">
  1579.                   <div class="thumbnail">
  1580.                       <a href="/product/detail.html?product_no=12354&cate_no=1&display_group=3" name="anchorBoxName_12354"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/2ef07cf797072d9955273593f056cb0a.jpg" id="eListPrdImage12354_3" alt="유닛스트라이프긴팔티-t"></a>
  1581.                   </div>  
  1582.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12354&cate_no=1&display_group=3';">
  1583.                     <div class="inner">
  1584.                       <p class="name"><a href="/product/detail.html?product_no=12354&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">유닛스트라이프긴팔티-t</span>      </a></p>
  1585.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1586. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">32,300won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1587. </ul>
  1588.                     </div>
  1589.                    </div>
  1590.                  </div>
  1591.               </li>
  1592. <li id="anchorBoxId_12360" class="xans-record-">
  1593.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12360&cate_no=1&display_group=3';">
  1594.                   <div class="thumbnail">
  1595.                       <a href="/product/detail.html?product_no=12360&cate_no=1&display_group=3" name="anchorBoxName_12360"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d8ef35b5f691055d12bdfe88348494f9.jpg" id="eListPrdImage12360_3" alt="버뮤다피그팬츠-p"></a>
  1596.                   </div>  
  1597.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12360&cate_no=1&display_group=3';">
  1598.                     <div class="inner">
  1599.                       <p class="name"><a href="/product/detail.html?product_no=12360&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">버뮤다피그팬츠-p</span>      </a></p>
  1600.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1601. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">50,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1602. </ul>
  1603.                     </div>
  1604.                    </div>
  1605.                  </div>
  1606.               </li>
  1607. <li id="anchorBoxId_12356" class="xans-record-">
  1608.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12356&cate_no=1&display_group=3';">
  1609.                   <div class="thumbnail">
  1610.                       <a href="/product/detail.html?product_no=12356&cate_no=1&display_group=3" name="anchorBoxName_12356"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/def8b78107613779fba6cc387a256e69.webp" id="eListPrdImage12356_3" alt="홀터넥나시-n"></a>
  1611.                   </div>  
  1612.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12356&cate_no=1&display_group=3';">
  1613.                     <div class="inner">
  1614.                       <p class="name"><a href="/product/detail.html?product_no=12356&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">홀터넥나시-n</span>      </a></p>
  1615.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1616. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1617. </ul>
  1618.                     </div>
  1619.                    </div>
  1620.                  </div>
  1621.               </li>
  1622. <li id="anchorBoxId_12353" class="xans-record-">
  1623.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12353&cate_no=1&display_group=3';">
  1624.                   <div class="thumbnail">
  1625.                       <a href="/product/detail.html?product_no=12353&cate_no=1&display_group=3" name="anchorBoxName_12353"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/a2cbc2480b08042abce5b4e78e1bdd76.jpg" id="eListPrdImage12353_3" alt="샌프란후드티-t"></a>
  1626.                   </div>  
  1627.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12353&cate_no=1&display_group=3';">
  1628.                     <div class="inner">
  1629.                       <p class="name"><a href="/product/detail.html?product_no=12353&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">샌프란후드티-t</span>      </a></p>
  1630.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1631. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1632. </ul>
  1633.                     </div>
  1634.                    </div>
  1635.                  </div>
  1636.               </li>
  1637. <li id="anchorBoxId_12359" class="xans-record-">
  1638.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12359&cate_no=1&display_group=3';">
  1639.                   <div class="thumbnail">
  1640.                       <a href="/product/detail.html?product_no=12359&cate_no=1&display_group=3" name="anchorBoxName_12359"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/c54d0d7549171bbb2bdf49fd48dd23ae.jpg" id="eListPrdImage12359_3" alt="미키피그맨투맨"></a>
  1641.                   </div>  
  1642.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12359&cate_no=1&display_group=3';">
  1643.                     <div class="inner">
  1644.                       <p class="name"><a href="/product/detail.html?product_no=12359&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">미키피그맨투맨</span>      </a></p>
  1645.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1646. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">67,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1647. </ul>
  1648.                     </div>
  1649.                    </div>
  1650.                  </div>
  1651.               </li>
  1652. <li id="anchorBoxId_12357" class="xans-record-">
  1653.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12357&cate_no=1&display_group=3';">
  1654.                   <div class="thumbnail">
  1655.                       <a href="/product/detail.html?product_no=12357&cate_no=1&display_group=3" name="anchorBoxName_12357"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/4a2e7e3fb7e75b68315f3b68047f0978.jpg" id="eListPrdImage12357_3" alt="긴팔티-t"></a>
  1656.                   </div>  
  1657.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12357&cate_no=1&display_group=3';">
  1658.                     <div class="inner">
  1659.                       <p class="name"><a href="/product/detail.html?product_no=12357&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">긴팔티-t</span>      </a></p>
  1660.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1661. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1662. </ul>
  1663.                     </div>
  1664.                    </div>
  1665.                  </div>
  1666.               </li>
  1667. <li id="anchorBoxId_12350" class="xans-record-">
  1668.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12350&cate_no=1&display_group=3';">
  1669.                   <div class="thumbnail">
  1670.                       <a href="/product/detail.html?product_no=12350&cate_no=1&display_group=3" name="anchorBoxName_12350"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/8facd73bfd624afa75607e7a2afcd508.jpg" id="eListPrdImage12350_3" alt="프릴후드셔츠-nb"></a>
  1671.                   </div>  
  1672.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12350&cate_no=1&display_group=3';">
  1673.                     <div class="inner">
  1674.                       <p class="name"><a href="/product/detail.html?product_no=12350&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">프릴후드셔츠-nb</span>      </a></p>
  1675.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1676. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">65,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1677. </ul>
  1678.                     </div>
  1679.                    </div>
  1680.                  </div>
  1681.               </li>
  1682. <li id="anchorBoxId_12358" class="xans-record-">
  1683.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12358&cate_no=1&display_group=3';">
  1684.                   <div class="thumbnail">
  1685.                       <a href="/product/detail.html?product_no=12358&cate_no=1&display_group=3" name="anchorBoxName_12358"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/01a599aeb06b4dfd43395c36ca18339b.webp" id="eListPrdImage12358_3" alt="샌드와이드데님팬츠-p"></a>
  1686.                   </div>  
  1687.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12358&cate_no=1&display_group=3';">
  1688.                     <div class="inner">
  1689.                       <p class="name"><a href="/product/detail.html?product_no=12358&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">샌드와이드데님팬츠-p</span>      </a></p>
  1690.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1691. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1692. </ul>
  1693.                     </div>
  1694.                    </div>
  1695.                  </div>
  1696.               </li>
  1697. <li id="anchorBoxId_12355" class="xans-record-">
  1698.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12355&cate_no=1&display_group=3';">
  1699.                   <div class="thumbnail">
  1700.                       <a href="/product/detail.html?product_no=12355&cate_no=1&display_group=3" name="anchorBoxName_12355"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/fc5d25f46226f10089601863959343da.webp" id="eListPrdImage12355_3" alt="롱스판스커트-sk"></a>
  1701.                   </div>  
  1702.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12355&cate_no=1&display_group=3';">
  1703.                     <div class="inner">
  1704.                       <p class="name"><a href="/product/detail.html?product_no=12355&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">롱스판스커트-sk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1705.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1706. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">26,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1707. </ul>
  1708.                     </div>
  1709.                    </div>
  1710.                  </div>
  1711.               </li>
  1712. <li id="anchorBoxId_12349" class="xans-record-">
  1713.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12349&cate_no=1&display_group=3';">
  1714.                   <div class="thumbnail">
  1715.                       <a href="/product/detail.html?product_no=12349&cate_no=1&display_group=3" name="anchorBoxName_12349"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/28f4a604fe0ebe4f830d2cab8f54c011.webp" id="eListPrdImage12349_3" alt="아리조나후드티-t"></a>
  1716.                   </div>  
  1717.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12349&cate_no=1&display_group=3';">
  1718.                     <div class="inner">
  1719.                       <p class="name"><a href="/product/detail.html?product_no=12349&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">아리조나후드티-t</span>      </a></p>
  1720.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1721. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1722. </ul>
  1723.                     </div>
  1724.                    </div>
  1725.                  </div>
  1726.               </li>
  1727. <li id="anchorBoxId_12345" class="xans-record-">
  1728.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12345&cate_no=1&display_group=3';">
  1729.                   <div class="thumbnail">
  1730.                       <a href="/product/detail.html?product_no=12345&cate_no=1&display_group=3" name="anchorBoxName_12345"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d55b41661bb9e0c4f52befbda2efa075.webp" id="eListPrdImage12345_3" alt="데님롱스커트-sk ㅣ s - l size"></a>
  1731.                   </div>  
  1732.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12345&cate_no=1&display_group=3';">
  1733.                     <div class="inner">
  1734.                       <p class="name"><a href="/product/detail.html?product_no=12345&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">데님롱스커트-sk ㅣ s - l size</span>      </a></p>
  1735.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1736. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1737. </ul>
  1738.                     </div>
  1739.                    </div>
  1740.                  </div>
  1741.               </li>
  1742. <li id="anchorBoxId_12347" class="xans-record-">
  1743.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12347&cate_no=1&display_group=3';">
  1744.                   <div class="thumbnail">
  1745.                       <a href="/product/detail.html?product_no=12347&cate_no=1&display_group=3" name="anchorBoxName_12347"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/c20c4e6e98f7d03d6b8da33cdcb481de.webp" id="eListPrdImage12347_3" alt="피그먼트긴팔티-t ㅣ m - l size"></a>
  1746.                   </div>  
  1747.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12347&cate_no=1&display_group=3';">
  1748.                     <div class="inner">
  1749.                       <p class="name"><a href="/product/detail.html?product_no=12347&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피그먼트긴팔티-t ㅣ m - l size</span>      </a></p>
  1750.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1751. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">35,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1752. </ul>
  1753.                     </div>
  1754.                    </div>
  1755.                  </div>
  1756.               </li>
  1757. <li id="anchorBoxId_12352" class="xans-record-">
  1758.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12352&cate_no=1&display_group=3';">
  1759.                   <div class="thumbnail">
  1760.                       <a href="/product/detail.html?product_no=12352&cate_no=1&display_group=3" name="anchorBoxName_12352"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/815b6a4ef3a62593593fa5bca4d2af79.jpg" id="eListPrdImage12352_3" alt="절개카모롱팬츠-p"></a>
  1761.                   </div>  
  1762.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12352&cate_no=1&display_group=3';">
  1763.                     <div class="inner">
  1764.                       <p class="name"><a href="/product/detail.html?product_no=12352&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">절개카모롱팬츠-p</span>      </a></p>
  1765.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1766. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">50,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1767. </ul>
  1768.                     </div>
  1769.                    </div>
  1770.                  </div>
  1771.               </li>
  1772. <li id="anchorBoxId_12339" class="xans-record-">
  1773.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12339&cate_no=1&display_group=3';">
  1774.                   <div class="thumbnail">
  1775.                       <a href="/product/detail.html?product_no=12339&cate_no=1&display_group=3" name="anchorBoxName_12339"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d10f9dc73bb183176f817b5de8035205.jpg" id="eListPrdImage12339_3" alt="카라박시원피스-ops"></a>
  1776.                   </div>  
  1777.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12339&cate_no=1&display_group=3';">
  1778.                     <div class="inner">
  1779.                       <p class="name"><a href="/product/detail.html?product_no=12339&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">카라박시원피스-ops</span>      </a></p>
  1780.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1781. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">62,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1782. </ul>
  1783.                     </div>
  1784.                    </div>
  1785.                  </div>
  1786.               </li>
  1787. <li id="anchorBoxId_12351" class="xans-record-">
  1788.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12351&cate_no=1&display_group=3';">
  1789.                   <div class="thumbnail">
  1790.                       <a href="/product/detail.html?product_no=12351&cate_no=1&display_group=3" name="anchorBoxName_12351"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/3948049a600e3b9a4fa95e45f5ee252d.webp" id="eListPrdImage12351_3" alt="주름레이어드긴팔티-t"></a>
  1791.                   </div>  
  1792.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12351&cate_no=1&display_group=3';">
  1793.                     <div class="inner">
  1794.                       <p class="name"><a href="/product/detail.html?product_no=12351&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">주름레이어드긴팔티-t</span>      </a></p>
  1795.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1796. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1797. </ul>
  1798.                     </div>
  1799.                    </div>
  1800.                  </div>
  1801.               </li>
  1802. <li id="anchorBoxId_12348" class="xans-record-">
  1803.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12348&cate_no=1&display_group=3';">
  1804.                   <div class="thumbnail">
  1805.                       <a href="/product/detail.html?product_no=12348&cate_no=1&display_group=3" name="anchorBoxName_12348"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/8e40eeaac14fb25b43a3e224e7593ae4.jpg" id="eListPrdImage12348_3" alt="트임피그맥시팬츠-p ㅣ 차콜"></a>
  1806.                   </div>  
  1807.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12348&cate_no=1&display_group=3';">
  1808.                     <div class="inner">
  1809.                       <p class="name"><a href="/product/detail.html?product_no=12348&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">트임피그맥시팬츠-p ㅣ 차콜</span>      </a></p>
  1810.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1811. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1812. </ul>
  1813.                     </div>
  1814.                    </div>
  1815.                  </div>
  1816.               </li>
  1817. <li id="anchorBoxId_12344" class="xans-record-">
  1818.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12344&cate_no=1&display_group=3';">
  1819.                   <div class="thumbnail">
  1820.                       <a href="/product/detail.html?product_no=12344&cate_no=1&display_group=3" name="anchorBoxName_12344"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/92b989e8bd7ecaa69fe114daa8bbacbd.jpg" id="eListPrdImage12344_3" alt="브로큰롱긴팔티-t"></a>
  1821.                   </div>  
  1822.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12344&cate_no=1&display_group=3';">
  1823.                     <div class="inner">
  1824.                       <p class="name"><a href="/product/detail.html?product_no=12344&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">브로큰롱긴팔티-t</span>      </a></p>
  1825.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1826. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">21,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1827. </ul>
  1828.                     </div>
  1829.                    </div>
  1830.                  </div>
  1831.               </li>
  1832. <li id="anchorBoxId_12340" class="xans-record-">
  1833.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12340&cate_no=1&display_group=3';">
  1834.                   <div class="thumbnail">
  1835.                       <a href="/product/detail.html?product_no=12340&cate_no=1&display_group=3" name="anchorBoxName_12340"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/d7de968dbb8a570675e02010adf9be26.jpg" id="eListPrdImage12340_3" alt="백포인트루즈맨투맨-mtm"></a>
  1836.                   </div>  
  1837.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12340&cate_no=1&display_group=3';">
  1838.                     <div class="inner">
  1839.                       <p class="name"><a href="/product/detail.html?product_no=12340&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">백포인트루즈맨투맨-mtm</span>      </a></p>
  1840.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1841. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1842. </ul>
  1843.                     </div>
  1844.                    </div>
  1845.                  </div>
  1846.               </li>
  1847. <li id="anchorBoxId_12338" class="xans-record-">
  1848.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12338&cate_no=1&display_group=3';">
  1849.                   <div class="thumbnail">
  1850.                       <a href="/product/detail.html?product_no=12338&cate_no=1&display_group=3" name="anchorBoxName_12338"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/efeb3df98b29de8d3b91aea52df6db1f.webp" id="eListPrdImage12338_3" alt="스트라이프스커트-sk"></a>
  1851.                   </div>  
  1852.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12338&cate_no=1&display_group=3';">
  1853.                     <div class="inner">
  1854.                       <p class="name"><a href="/product/detail.html?product_no=12338&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프스커트-sk</span>      </a></p>
  1855.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1856. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1857. </ul>
  1858.                     </div>
  1859.                    </div>
  1860.                  </div>
  1861.               </li>
  1862. <li id="anchorBoxId_12335" class="xans-record-">
  1863.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12335&cate_no=1&display_group=3';">
  1864.                   <div class="thumbnail">
  1865.                       <a href="/product/detail.html?product_no=12335&cate_no=1&display_group=3" name="anchorBoxName_12335"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/e6345457e1e577b4282be066d8e140d4.webp" id="eListPrdImage12335_3" alt="뒷스트링원피스-ops"></a>
  1866.                   </div>  
  1867.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12335&cate_no=1&display_group=3';">
  1868.                     <div class="inner">
  1869.                       <p class="name"><a href="/product/detail.html?product_no=12335&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">뒷스트링원피스-ops</span>      </a></p>
  1870.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1871. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1872. </ul>
  1873.                     </div>
  1874.                    </div>
  1875.                  </div>
  1876.               </li>
  1877. <li id="anchorBoxId_12343" class="xans-record-">
  1878.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12343&cate_no=1&display_group=3';">
  1879.                   <div class="thumbnail">
  1880.                       <a href="/product/detail.html?product_no=12343&cate_no=1&display_group=3" name="anchorBoxName_12343"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/00dd03e9b0526cd2be6d9f7346558212.webp" id="eListPrdImage12343_3" alt="카모팬츠-p"></a>
  1881.                   </div>  
  1882.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12343&cate_no=1&display_group=3';">
  1883.                     <div class="inner">
  1884.                       <p class="name"><a href="/product/detail.html?product_no=12343&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">카모팬츠-p</span>      </a></p>
  1885.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1886. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">59,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1887. </ul>
  1888.                     </div>
  1889.                    </div>
  1890.                  </div>
  1891.               </li>
  1892. <li id="anchorBoxId_12337" class="xans-record-">
  1893.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12337&cate_no=1&display_group=3';">
  1894.                   <div class="thumbnail">
  1895.                       <a href="/product/detail.html?product_no=12337&cate_no=1&display_group=3" name="anchorBoxName_12337"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/19deb5374815ae6d48e5a1640847ac45.jpg" id="eListPrdImage12337_3" alt="16수워싱긴팔티-t"></a>
  1896.                   </div>  
  1897.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12337&cate_no=1&display_group=3';">
  1898.                     <div class="inner">
  1899.                       <p class="name"><a href="/product/detail.html?product_no=12337&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">16수워싱긴팔티-t</span>      </a></p>
  1900.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1901. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1902. </ul>
  1903.                     </div>
  1904.                    </div>
  1905.                  </div>
  1906.               </li>
  1907. <li id="anchorBoxId_12336" class="xans-record-">
  1908.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12336&cate_no=1&display_group=3';">
  1909.                   <div class="thumbnail">
  1910.                       <a href="/product/detail.html?product_no=12336&cate_no=1&display_group=3" name="anchorBoxName_12336"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/aed3771fef80faf9da155d796a937d0f.jpg" id="eListPrdImage12336_3" alt="아노락와이드롱팬츠-p"></a>
  1911.                   </div>  
  1912.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12336&cate_no=1&display_group=3';">
  1913.                     <div class="inner">
  1914.                       <p class="name"><a href="/product/detail.html?product_no=12336&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">아노락와이드롱팬츠-p</span>      </a></p>
  1915.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1916. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1917. </ul>
  1918.                     </div>
  1919.                    </div>
  1920.                  </div>
  1921.               </li>
  1922. <li id="anchorBoxId_12334" class="xans-record-">
  1923.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12334&cate_no=1&display_group=3';">
  1924.                   <div class="thumbnail">
  1925.                       <a href="/product/detail.html?product_no=12334&cate_no=1&display_group=3" name="anchorBoxName_12334"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/29bb52dd6e866bcc2ce6ee6ca7dfc999.jpg" id="eListPrdImage12334_3" alt="체크스커트-sk"></a>
  1926.                   </div>  
  1927.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12334&cate_no=1&display_group=3';">
  1928.                     <div class="inner">
  1929.                       <p class="name"><a href="/product/detail.html?product_no=12334&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">체크스커트-sk</span>      </a></p>
  1930.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1931. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1932. </ul>
  1933.                     </div>
  1934.                    </div>
  1935.                  </div>
  1936.               </li>
  1937. <li id="anchorBoxId_12331" class="xans-record-">
  1938.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12331&cate_no=1&display_group=3';">
  1939.                   <div class="thumbnail">
  1940.                       <a href="/product/detail.html?product_no=12331&cate_no=1&display_group=3" name="anchorBoxName_12331"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/278caf4d5d83ccce67ebd2f1e3f9994f.webp" id="eListPrdImage12331_3" alt="단추텐셀긴팔티-t"></a>
  1941.                   </div>  
  1942.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12331&cate_no=1&display_group=3';">
  1943.                     <div class="inner">
  1944.                       <p class="name"><a href="/product/detail.html?product_no=12331&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">단추텐셀긴팔티-t</span>      </a></p>
  1945.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1946. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">37,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1947. </ul>
  1948.                     </div>
  1949.                    </div>
  1950.                  </div>
  1951.               </li>
  1952. <li id="anchorBoxId_12329" class="xans-record-">
  1953.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12329&cate_no=1&display_group=3';">
  1954.                   <div class="thumbnail">
  1955.                       <a href="/product/detail.html?product_no=12329&cate_no=1&display_group=3" name="anchorBoxName_12329"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/9cfbcdd63da9499c5bc40749ab63d4f3.webp" id="eListPrdImage12329_3" alt="트랙나일론점퍼-jp"></a>
  1956.                   </div>  
  1957.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12329&cate_no=1&display_group=3';">
  1958.                     <div class="inner">
  1959.                       <p class="name"><a href="/product/detail.html?product_no=12329&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">트랙나일론점퍼-jp</span>      </a></p>
  1960.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1961. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">77,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1962. </ul>
  1963.                     </div>
  1964.                    </div>
  1965.                  </div>
  1966.               </li>
  1967. <li id="anchorBoxId_12326" class="xans-record-">
  1968.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12326&cate_no=1&display_group=3';">
  1969.                   <div class="thumbnail">
  1970.                       <a href="/product/detail.html?product_no=12326&cate_no=1&display_group=3" name="anchorBoxName_12326"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/7d148b3d27f57f886ad1022e1388817c.webp" id="eListPrdImage12326_3" alt="리본브이셔츠-nb"></a>
  1971.                   </div>  
  1972.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12326&cate_no=1&display_group=3';">
  1973.                     <div class="inner">
  1974.                       <p class="name"><a href="/product/detail.html?product_no=12326&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">리본브이셔츠-nb</span>      </a></p>
  1975.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1976. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1977. </ul>
  1978.                     </div>
  1979.                    </div>
  1980.                  </div>
  1981.               </li>
  1982. <li id="anchorBoxId_12333" class="xans-record-">
  1983.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12333&cate_no=1&display_group=3';">
  1984.                   <div class="thumbnail">
  1985.                       <a href="/product/detail.html?product_no=12333&cate_no=1&display_group=3" name="anchorBoxName_12333"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/43b9b075cfaddeada8e3e16f9acf3f75.webp" id="eListPrdImage12333_3" alt="체크오버핏셔츠-nb"></a>
  1986.                   </div>  
  1987.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12333&cate_no=1&display_group=3';">
  1988.                     <div class="inner">
  1989.                       <p class="name"><a href="/product/detail.html?product_no=12333&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">체크오버핏셔츠-nb</span>      </a></p>
  1990.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1991. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1992. </ul>
  1993.                     </div>
  1994.                    </div>
  1995.                  </div>
  1996.               </li>
  1997. <li id="anchorBoxId_12328" class="xans-record-">
  1998.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12328&cate_no=1&display_group=3';">
  1999.                   <div class="thumbnail">
  2000.                       <a href="/product/detail.html?product_no=12328&cate_no=1&display_group=3" name="anchorBoxName_12328"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/010becff42c1c10f934503d260147650.jpg" id="eListPrdImage12328_3" alt="피치프릴스커트-sk ㅣ 베이지"></a>
  2001.                   </div>  
  2002.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12328&cate_no=1&display_group=3';">
  2003.                     <div class="inner">
  2004.                       <p class="name"><a href="/product/detail.html?product_no=12328&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피치프릴스커트-sk ㅣ 베이지</span>      </a></p>
  2005.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2006. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">37,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2007. </ul>
  2008.                     </div>
  2009.                    </div>
  2010.                  </div>
  2011.               </li>
  2012. <li id="anchorBoxId_12332" class="xans-record-">
  2013.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12332&cate_no=1&display_group=3';">
  2014.                   <div class="thumbnail">
  2015.                       <a href="/product/detail.html?product_no=12332&cate_no=1&display_group=3" name="anchorBoxName_12332"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/629dac2a539adaf2c549448cc24c0c5d.webp" id="eListPrdImage12332_3" alt="카고포켓피그팬츠-p"></a>
  2016.                   </div>  
  2017.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12332&cate_no=1&display_group=3';">
  2018.                     <div class="inner">
  2019.                       <p class="name"><a href="/product/detail.html?product_no=12332&cate_no=1&display_group=3" class=""><span class="" 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>
  2020.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2021. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">101,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2022. </ul>
  2023.                     </div>
  2024.                    </div>
  2025.                  </div>
  2026.               </li>
  2027. <li id="anchorBoxId_12325" class="xans-record-">
  2028.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12325&cate_no=1&display_group=3';">
  2029.                   <div class="thumbnail">
  2030.                       <a href="/product/detail.html?product_no=12325&cate_no=1&display_group=3" name="anchorBoxName_12325"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/60ff724490644ca9bd877c8256935803.webp" id="eListPrdImage12325_3" alt="니트 숄"></a>
  2031.                   </div>  
  2032.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12325&cate_no=1&display_group=3';">
  2033.                     <div class="inner">
  2034.                       <p class="name"><a href="/product/detail.html?product_no=12325&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">니트 숄</span>      </a></p>
  2035.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2036. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2037. </ul>
  2038.                     </div>
  2039.                    </div>
  2040.                  </div>
  2041.               </li>
  2042. <li id="anchorBoxId_12327" class="xans-record-">
  2043.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12327&cate_no=1&display_group=3';">
  2044.                   <div class="thumbnail">
  2045.                       <a href="/product/detail.html?product_no=12327&cate_no=1&display_group=3" name="anchorBoxName_12327"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/55cfdb4554a79c93407ef3e581592a83.jpg" id="eListPrdImage12327_3" alt="벨루아숏팬츠-p"></a>
  2046.                   </div>  
  2047.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12327&cate_no=1&display_group=3';">
  2048.                     <div class="inner">
  2049.                       <p class="name"><a href="/product/detail.html?product_no=12327&cate_no=1&display_group=3" class=""><span class="" 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>
  2050.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2051. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">21,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2052. </ul>
  2053.                     </div>
  2054.                    </div>
  2055.                  </div>
  2056.               </li>
  2057. <li id="anchorBoxId_12318" class="xans-record-">
  2058.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12318&cate_no=1&display_group=3';">
  2059.                   <div class="thumbnail">
  2060.                       <a href="/product/detail.html?product_no=12318&cate_no=1&display_group=3" name="anchorBoxName_12318"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/05f7bf8312d058aa978bebd02557ae2d.webp" id="eListPrdImage12318_3" alt="베이직기본니트-nt"></a>
  2061.                   </div>  
  2062.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12318&cate_no=1&display_group=3';">
  2063.                     <div class="inner">
  2064.                       <p class="name"><a href="/product/detail.html?product_no=12318&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이직기본니트-nt</span>      </a></p>
  2065.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2066. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2067. </ul>
  2068.                     </div>
  2069.                    </div>
  2070.                  </div>
  2071.               </li>
  2072. <li id="anchorBoxId_12324" class="xans-record-">
  2073.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12324&cate_no=1&display_group=3';">
  2074.                   <div class="thumbnail">
  2075.                       <a href="/product/detail.html?product_no=12324&cate_no=1&display_group=3" name="anchorBoxName_12324"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/ba46d75657f0362784f0b582d92dbbb4.webp" id="eListPrdImage12324_3" alt="밑단프릴팬츠-p"></a>
  2076.                   </div>  
  2077.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12324&cate_no=1&display_group=3';">
  2078.                     <div class="inner">
  2079.                       <p class="name"><a href="/product/detail.html?product_no=12324&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단프릴팬츠-p</span>      </a></p>
  2080.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2081. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">30,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2082. </ul>
  2083.                     </div>
  2084.                    </div>
  2085.                  </div>
  2086.               </li>
  2087. <li id="anchorBoxId_11701" class="xans-record-">
  2088.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11701&cate_no=1&display_group=3';">
  2089.                   <div class="thumbnail">
  2090.                       <a href="/product/detail.html?product_no=11701&cate_no=1&display_group=3" name="anchorBoxName_11701"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202412/9a17d2472e3ac8e25e84d2a067d4c187.jpg" id="eListPrdImage11701_3" alt="유넥트임반팔티-t"></a>
  2091.                   </div>  
  2092.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11701&cate_no=1&display_group=3';">
  2093.                     <div class="inner">
  2094.                       <p class="name"><a href="/product/detail.html?product_no=11701&cate_no=1&display_group=3" class=""><span class="" 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>
  2095.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2096. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">18,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2097. </ul>
  2098.                     </div>
  2099.                    </div>
  2100.                  </div>
  2101.               </li>
  2102. <li id="anchorBoxId_12319" class="xans-record-">
  2103.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12319&cate_no=1&display_group=3';">
  2104.                   <div class="thumbnail">
  2105.                       <a href="/product/detail.html?product_no=12319&cate_no=1&display_group=3" name="anchorBoxName_12319"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/0010d34bf711987f500c895b86d691a6.jpg" id="eListPrdImage12319_3" alt="삥줄나일론팬츠-p ㅣ 소라"></a>
  2106.                   </div>  
  2107.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12319&cate_no=1&display_group=3';">
  2108.                     <div class="inner">
  2109.                       <p class="name"><a href="/product/detail.html?product_no=12319&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">삥줄나일론팬츠-p ㅣ 소라</span>      </a></p>
  2110.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2111. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">47,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2112. </ul>
  2113.                     </div>
  2114.                    </div>
  2115.                  </div>
  2116.               </li>
  2117. <li id="anchorBoxId_12323" class="xans-record-">
  2118.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12323&cate_no=1&display_group=3';">
  2119.                   <div class="thumbnail">
  2120.                       <a href="/product/detail.html?product_no=12323&cate_no=1&display_group=3" name="anchorBoxName_12323"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/5bbf7dcbe9691de9ee2c0d08038db535.jpg" id="eListPrdImage12323_3" alt="단가라카리니트-nt"></a>
  2121.                   </div>  
  2122.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12323&cate_no=1&display_group=3';">
  2123.                     <div class="inner">
  2124.                       <p class="name"><a href="/product/detail.html?product_no=12323&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">단가라카리니트-nt</span>      </a></p>
  2125.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2126. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2127. </ul>
  2128.                     </div>
  2129.                    </div>
  2130.                  </div>
  2131.               </li>
  2132. <li id="anchorBoxId_12295" class="xans-record-">
  2133.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12295&cate_no=1&display_group=3';">
  2134.                   <div class="thumbnail">
  2135.                       <a href="/product/detail.html?product_no=12295&cate_no=1&display_group=3" name="anchorBoxName_12295"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/048df2e96826be4bbc53383e15683ec2.jpg" id="eListPrdImage12295_3" alt="[무도금 925 silver] 키티 목걸이"></a>
  2136.                   </div>  
  2137.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12295&cate_no=1&display_group=3';">
  2138.                     <div class="inner">
  2139.                       <p class="name"><a href="/product/detail.html?product_no=12295&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">[무도금 925 silver] 키티 목걸이</span>      </a></p>
  2140.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2141. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">69,000won</span></li>
  2142. <li class=" xans-record-">
  2143. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2144. </ul>
  2145.                     </div>
  2146.                    </div>
  2147.                  </div>
  2148.               </li>
  2149. <li id="anchorBoxId_11474" class="xans-record-">
  2150.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11474&cate_no=1&display_group=3';">
  2151.                   <div class="thumbnail">
  2152.                       <a href="/product/detail.html?product_no=11474&cate_no=1&display_group=3" name="anchorBoxName_11474"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202409/9725e2bbee47095539f44689bab3ddb7.webp" id="eListPrdImage11474_3" alt="기본박시핏후드집업 ㅣ 네이비"></a>
  2153.                   </div>  
  2154.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11474&cate_no=1&display_group=3';">
  2155.                     <div class="inner">
  2156.                       <p class="name"><a href="/product/detail.html?product_no=11474&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기본박시핏후드집업 ㅣ 네이비</span>      </a></p>
  2157.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2158. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2159. </ul>
  2160.                     </div>
  2161.                    </div>
  2162.                  </div>
  2163.               </li>
  2164. <li id="anchorBoxId_12316" class="xans-record-">
  2165.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12316&cate_no=1&display_group=3';">
  2166.                   <div class="thumbnail">
  2167.                       <a href="/product/detail.html?product_no=12316&cate_no=1&display_group=3" name="anchorBoxName_12316"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/bf34b31e2b968951b6bb1a1270ee1ccb.jpg" id="eListPrdImage12316_3" alt="스트라이프긴팔티-t"></a>
  2168.                   </div>  
  2169.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12316&cate_no=1&display_group=3';">
  2170.                     <div class="inner">
  2171.                       <p class="name"><a href="/product/detail.html?product_no=12316&cate_no=1&display_group=3" class=""><span class="" 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>
  2172.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2173. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2174. </ul>
  2175.                     </div>
  2176.                    </div>
  2177.                  </div>
  2178.               </li>
  2179. <li id="anchorBoxId_12322" class="xans-record-">
  2180.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12322&cate_no=1&display_group=3';">
  2181.                   <div class="thumbnail">
  2182.                       <a href="/product/detail.html?product_no=12322&cate_no=1&display_group=3" name="anchorBoxName_12322"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/8536867499b2e55ea99d353fdb37e094.webp" id="eListPrdImage12322_3" alt="트임피그맥시팬츠-p"></a>
  2183.                   </div>  
  2184.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12322&cate_no=1&display_group=3';">
  2185.                     <div class="inner">
  2186.                       <p class="name"><a href="/product/detail.html?product_no=12322&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">트임피그맥시팬츠-p</span>      </a></p>
  2187.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2188. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2189. </ul>
  2190.                     </div>
  2191.                    </div>
  2192.                  </div>
  2193.               </li>
  2194. <li id="anchorBoxId_12313" class="xans-record-">
  2195.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12313&cate_no=1&display_group=3';">
  2196.                   <div class="thumbnail">
  2197.                       <a href="/product/detail.html?product_no=12313&cate_no=1&display_group=3" name="anchorBoxName_12313"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/3e904c34ea24f32607cf98ea4a39ad70.jpg" id="eListPrdImage12313_3" alt="레터링루즈핏맨투맨"></a>
  2198.                   </div>  
  2199.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12313&cate_no=1&display_group=3';">
  2200.                     <div class="inner">
  2201.                       <p class="name"><a href="/product/detail.html?product_no=12313&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레터링루즈핏맨투맨</span>      </a></p>
  2202.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2203. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2204. </ul>
  2205.                     </div>
  2206.                    </div>
  2207.                  </div>
  2208.               </li>
  2209. <li id="anchorBoxId_12320" class="xans-record-">
  2210.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12320&cate_no=1&display_group=3';">
  2211.                   <div class="thumbnail">
  2212.                       <a href="/product/detail.html?product_no=12320&cate_no=1&display_group=3" name="anchorBoxName_12320"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/2791fd1c5fb8f4d158497062df11d743.jpg" id="eListPrdImage12320_3" alt="단가라롱긴팔원피스-ops"></a>
  2213.                   </div>  
  2214.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12320&cate_no=1&display_group=3';">
  2215.                     <div class="inner">
  2216.                       <p class="name"><a href="/product/detail.html?product_no=12320&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">단가라롱긴팔원피스-ops</span>      </a></p>
  2217.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2218. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">42,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2219. </ul>
  2220.                     </div>
  2221.                    </div>
  2222.                  </div>
  2223.               </li>
  2224. <li id="anchorBoxId_12321" class="xans-record-">
  2225.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12321&cate_no=1&display_group=3';">
  2226.                   <div class="thumbnail">
  2227.                       <a href="/product/detail.html?product_no=12321&cate_no=1&display_group=3" name="anchorBoxName_12321"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/19b8bcb7a8ff38036ef25151adc89b3b.jpg" id="eListPrdImage12321_3" alt="트랙 집업"></a>
  2228.                   </div>  
  2229.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12321&cate_no=1&display_group=3';">
  2230.                     <div class="inner">
  2231.                       <p class="name"><a href="/product/detail.html?product_no=12321&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">트랙 집업</span>      </a></p>
  2232.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2233. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">69,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2234. </ul>
  2235.                     </div>
  2236.                    </div>
  2237.                  </div>
  2238.               </li>
  2239. <li id="anchorBoxId_12312" class="xans-record-">
  2240.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12312&cate_no=1&display_group=3';">
  2241.                   <div class="thumbnail">
  2242.                       <a href="/product/detail.html?product_no=12312&cate_no=1&display_group=3" name="anchorBoxName_12312"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/9b9a26d0f25c1c03539db2b2fae6bf2b.webp" id="eListPrdImage12312_3" alt="빈티지워싱레더자켓-jk"></a>
  2243.                   </div>  
  2244.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12312&cate_no=1&display_group=3';">
  2245.                     <div class="inner">
  2246.                       <p class="name"><a href="/product/detail.html?product_no=12312&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빈티지워싱레더자켓-jk</span>      </a></p>
  2247.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2248. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">88,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2249. </ul>
  2250.                     </div>
  2251.                    </div>
  2252.                  </div>
  2253.               </li>
  2254. <li id="anchorBoxId_12317" class="xans-record-">
  2255.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12317&cate_no=1&display_group=3';">
  2256.                   <div class="thumbnail">
  2257.                       <a href="/product/detail.html?product_no=12317&cate_no=1&display_group=3" name="anchorBoxName_12317"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/5117433fbbb14eddd7d342fcf4e84781.webp" id="eListPrdImage12317_3" alt="기본박시핏후드집업 ㅣ 그레이"></a>
  2258.                   </div>  
  2259.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12317&cate_no=1&display_group=3';">
  2260.                     <div class="inner">
  2261.                       <p class="name"><a href="/product/detail.html?product_no=12317&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기본박시핏후드집업 ㅣ 그레이</span>      </a></p>
  2262.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2263. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2264. </ul>
  2265.                     </div>
  2266.                    </div>
  2267.                  </div>
  2268.               </li>
  2269. <li id="anchorBoxId_12314" class="xans-record-">
  2270.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12314&cate_no=1&display_group=3';">
  2271.                   <div class="thumbnail">
  2272.                       <a href="/product/detail.html?product_no=12314&cate_no=1&display_group=3" name="anchorBoxName_12314"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/9188776a83d1a1538a5e35c2235c9712.jpg" id="eListPrdImage12314_3" alt="데일리H라인스커트-sk"></a>
  2273.                   </div>  
  2274.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12314&cate_no=1&display_group=3';">
  2275.                     <div class="inner">
  2276.                       <p class="name"><a href="/product/detail.html?product_no=12314&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">데일리H라인스커트-sk</span>      </a></p>
  2277.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2278. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2279. </ul>
  2280.                     </div>
  2281.                    </div>
  2282.                  </div>
  2283.               </li>
  2284. <li id="anchorBoxId_12300" class="xans-record-">
  2285.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12300&cate_no=1&display_group=3';">
  2286.                   <div class="thumbnail">
  2287.                       <a href="/product/detail.html?product_no=12300&cate_no=1&display_group=3" name="anchorBoxName_12300"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/9e8a9596ca395ff2a9241d99041bea46.webp" id="eListPrdImage12300_3" alt="코듀로이반팬츠-p ㅣ 네이비"></a>
  2288.                   </div>  
  2289.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12300&cate_no=1&display_group=3';">
  2290.                     <div class="inner">
  2291.                       <p class="name"><a href="/product/detail.html?product_no=12300&cate_no=1&display_group=3" class=""><span class="" 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>
  2292.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2293. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2294. </ul>
  2295.                     </div>
  2296.                    </div>
  2297.                  </div>
  2298.               </li>
  2299. <li id="anchorBoxId_12308" class="xans-record-">
  2300.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12308&cate_no=1&display_group=3';">
  2301.                   <div class="thumbnail">
  2302.                       <a href="/product/detail.html?product_no=12308&cate_no=1&display_group=3" name="anchorBoxName_12308"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/b5465f3c20fbe1509fc75b5162cbc538.jpg" id="eListPrdImage12308_3" alt="잔잔스트라이프스커트-sk ㅣ 핑크"></a>
  2303.                   </div>  
  2304.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12308&cate_no=1&display_group=3';">
  2305.                     <div class="inner">
  2306.                       <p class="name"><a href="/product/detail.html?product_no=12308&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">잔잔스트라이프스커트-sk ㅣ 핑크</span>      </a></p>
  2307.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2308. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2309. </ul>
  2310.                     </div>
  2311.                    </div>
  2312.                  </div>
  2313.               </li>
  2314. <li id="anchorBoxId_12302" class="xans-record-">
  2315.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12302&cate_no=1&display_group=3';">
  2316.                   <div class="thumbnail">
  2317.                       <a href="/product/detail.html?product_no=12302&cate_no=1&display_group=3" name="anchorBoxName_12302"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/fc875edb5d4ccd300b2bc228ac9f0ea3.jpg" id="eListPrdImage12302_3" alt="스트라이프컬러긴팔티-t"></a>
  2318.                   </div>  
  2319.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12302&cate_no=1&display_group=3';">
  2320.                     <div class="inner">
  2321.                       <p class="name"><a href="/product/detail.html?product_no=12302&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프컬러긴팔티-t</span>      </a></p>
  2322.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2323. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2324. </ul>
  2325.                     </div>
  2326.                    </div>
  2327.                  </div>
  2328.               </li>
  2329. <li id="anchorBoxId_12301" class="xans-record-">
  2330.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12301&cate_no=1&display_group=3';">
  2331.                   <div class="thumbnail">
  2332.                       <a href="/product/detail.html?product_no=12301&cate_no=1&display_group=3" name="anchorBoxName_12301"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/dd2cad711658f6ce25e8c3a860b2fd75.jpg" id="eListPrdImage12301_3" alt="NYC피그긴팔티-t"></a>
  2333.                   </div>  
  2334.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12301&cate_no=1&display_group=3';">
  2335.                     <div class="inner">
  2336.                       <p class="name"><a href="/product/detail.html?product_no=12301&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">NYC피그긴팔티-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2337.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2338. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2339. </ul>
  2340.                     </div>
  2341.                    </div>
  2342.                  </div>
  2343.               </li>
  2344. <li id="anchorBoxId_12309" class="xans-record-">
  2345.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12309&cate_no=1&display_group=3';">
  2346.                   <div class="thumbnail">
  2347.                       <a href="/product/detail.html?product_no=12309&cate_no=1&display_group=3" name="anchorBoxName_12309"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/eee0bb2beb8a15b4f0615de3b7f0d753.jpg" id="eListPrdImage12309_3" alt="네비르체크셔츠-nb"></a>
  2348.                   </div>  
  2349.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12309&cate_no=1&display_group=3';">
  2350.                     <div class="inner">
  2351.                       <p class="name"><a href="/product/detail.html?product_no=12309&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">네비르체크셔츠-nb</span>      </a></p>
  2352.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2353. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2354. </ul>
  2355.                     </div>
  2356.                    </div>
  2357.                  </div>
  2358.               </li>
  2359. <li id="anchorBoxId_12307" class="xans-record-">
  2360.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12307&cate_no=1&display_group=3';">
  2361.                   <div class="thumbnail">
  2362.                       <a href="/product/detail.html?product_no=12307&cate_no=1&display_group=3" name="anchorBoxName_12307"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/5c7b4504e0f09bf8326b4fb5326aac68.webp" id="eListPrdImage12307_3" alt="잔잔스트라이프스커트-sk ㅣ 소라"></a>
  2363.                   </div>  
  2364.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12307&cate_no=1&display_group=3';">
  2365.                     <div class="inner">
  2366.                       <p class="name"><a href="/product/detail.html?product_no=12307&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">잔잔스트라이프스커트-sk ㅣ 소라</span>      </a></p>
  2367.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2368. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2369. </ul>
  2370.                     </div>
  2371.                    </div>
  2372.                  </div>
  2373.               </li>
  2374. <li id="anchorBoxId_12299" class="xans-record-">
  2375.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12299&cate_no=1&display_group=3';">
  2376.                   <div class="thumbnail">
  2377.                       <a href="/product/detail.html?product_no=12299&cate_no=1&display_group=3" name="anchorBoxName_12299"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/e0f7ef54926adc3a68720a08e7ad1387.jpg" id="eListPrdImage12299_3" alt="피그서울긴팔티-t"></a>
  2378.                   </div>  
  2379.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12299&cate_no=1&display_group=3';">
  2380.                     <div class="inner">
  2381.                       <p class="name"><a href="/product/detail.html?product_no=12299&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피그서울긴팔티-t</span>      </a></p>
  2382.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2383. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2384. </ul>
  2385.                     </div>
  2386.                    </div>
  2387.                  </div>
  2388.               </li>
  2389. <li id="anchorBoxId_12306" class="xans-record-">
  2390.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12306&cate_no=1&display_group=3';">
  2391.                   <div class="thumbnail">
  2392.                       <a href="/product/detail.html?product_no=12306&cate_no=1&display_group=3" name="anchorBoxName_12306"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/ac1ae01f8a308b4d5919664af605e2bf.jpg" id="eListPrdImage12306_3" alt="잔잔스트라이프셔츠-nb ㅣ 핑크"></a>
  2393.                   </div>  
  2394.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12306&cate_no=1&display_group=3';">
  2395.                     <div class="inner">
  2396.                       <p class="name"><a href="/product/detail.html?product_no=12306&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">잔잔스트라이프셔츠-nb ㅣ 핑크</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2397.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2398. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">46,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2399. </ul>
  2400.                     </div>
  2401.                    </div>
  2402.                  </div>
  2403.               </li>
  2404. <li id="anchorBoxId_12303" class="xans-record-">
  2405.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12303&cate_no=1&display_group=3';">
  2406.                   <div class="thumbnail">
  2407.                       <a href="/product/detail.html?product_no=12303&cate_no=1&display_group=3" name="anchorBoxName_12303"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/77086c3d0381e5fb02cfdfe944e19756.jpg" id="eListPrdImage12303_3" alt="실키레이스스커트-sk"></a>
  2408.                   </div>  
  2409.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12303&cate_no=1&display_group=3';">
  2410.                     <div class="inner">
  2411.                       <p class="name"><a href="/product/detail.html?product_no=12303&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">실키레이스스커트-sk</span>      </a></p>
  2412.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2413. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2414. </ul>
  2415.                     </div>
  2416.                    </div>
  2417.                  </div>
  2418.               </li>
  2419. <li id="anchorBoxId_12310" class="xans-record-">
  2420.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12310&cate_no=1&display_group=3';">
  2421.                   <div class="thumbnail">
  2422.                       <a href="/product/detail.html?product_no=12310&cate_no=1&display_group=3" name="anchorBoxName_12310"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/1842aab83e9e62896f11de8c68107a4d.webp" id="eListPrdImage12310_3" alt="네비르캉캉스커트-sk"></a>
  2423.                   </div>  
  2424.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12310&cate_no=1&display_group=3';">
  2425.                     <div class="inner">
  2426.                       <p class="name"><a href="/product/detail.html?product_no=12310&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">네비르캉캉스커트-sk</span>      </a></p>
  2427.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2428. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">35,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2429. </ul>
  2430.                     </div>
  2431.                    </div>
  2432.                  </div>
  2433.               </li>
  2434. <li id="anchorBoxId_12305" class="xans-record-">
  2435.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12305&cate_no=1&display_group=3';">
  2436.                   <div class="thumbnail">
  2437.                       <a href="/product/detail.html?product_no=12305&cate_no=1&display_group=3" name="anchorBoxName_12305"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/10be268979643660664fb6f9b117f395.jpg" id="eListPrdImage12305_3" alt="잔잔스트라이프셔츠-nb ㅣ 소라"></a>
  2438.                   </div>  
  2439.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12305&cate_no=1&display_group=3';">
  2440.                     <div class="inner">
  2441.                       <p class="name"><a href="/product/detail.html?product_no=12305&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">잔잔스트라이프셔츠-nb ㅣ 소라</span>      </a></p>
  2442.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2443. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">46,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2444. </ul>
  2445.                     </div>
  2446.                    </div>
  2447.                  </div>
  2448.               </li>
  2449. <li id="anchorBoxId_12280" class="xans-record-">
  2450.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12280&cate_no=1&display_group=3';">
  2451.                   <div class="thumbnail">
  2452.                       <a href="/product/detail.html?product_no=12280&cate_no=1&display_group=3" name="anchorBoxName_12280"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/fe11b9a1fdc522c1b85166bca30be6bb.jpg" id="eListPrdImage12280_3" alt="라이더맥긴팔맨투맨"></a>
  2453.                   </div>  
  2454.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12280&cate_no=1&display_group=3';">
  2455.                     <div class="inner">
  2456.                       <p class="name"><a href="/product/detail.html?product_no=12280&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">라이더맥긴팔맨투맨</span>      </a></p>
  2457.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2458. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2459. </ul>
  2460.                     </div>
  2461.                    </div>
  2462.                  </div>
  2463.               </li>
  2464. <li id="anchorBoxId_11823" class="xans-record-">
  2465.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11823&cate_no=1&display_group=3';">
  2466.                   <div class="thumbnail">
  2467.                       <a href="/product/detail.html?product_no=11823&cate_no=1&display_group=3" name="anchorBoxName_11823"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/61750313354e21fe8a20aa13721d0725.webp" id="eListPrdImage11823_3" alt="케니러-nb (10월1일 순차발송)"></a>
  2468.                   </div>  
  2469.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11823&cate_no=1&display_group=3';">
  2470.                     <div class="inner">
  2471.                       <p class="name"><a href="/product/detail.html?product_no=11823&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">케니러-nb (10월1일 순차발송)</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2472.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2473. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">53,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2474. </ul>
  2475.                     </div>
  2476.                    </div>
  2477.                  </div>
  2478.               </li>
  2479. <li id="anchorBoxId_12292" class="xans-record-">
  2480.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12292&cate_no=1&display_group=3';">
  2481.                   <div class="thumbnail">
  2482.                       <a href="/product/detail.html?product_no=12292&cate_no=1&display_group=3" name="anchorBoxName_12292"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/1aef936301cacef475ab6a587b7d3322.webp" id="eListPrdImage12292_3" alt="피그박시핏긴팔티-t"></a>
  2483.                   </div>  
  2484.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12292&cate_no=1&display_group=3';">
  2485.                     <div class="inner">
  2486.                       <p class="name"><a href="/product/detail.html?product_no=12292&cate_no=1&display_group=3" class=""><span class="" 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>
  2487.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2488. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2489. </ul>
  2490.                     </div>
  2491.                    </div>
  2492.                  </div>
  2493.               </li>
  2494. <li id="anchorBoxId_12284" class="xans-record-">
  2495.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12284&cate_no=1&display_group=3';">
  2496.                   <div class="thumbnail">
  2497.                       <a href="/product/detail.html?product_no=12284&cate_no=1&display_group=3" name="anchorBoxName_12284"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/69c68bb60e803de82cf9b1066f34d1a9.jpg" id="eListPrdImage12284_3" alt="새틴컬러스커트-sk ㅣ s - m size ㅣ 코랄"></a>
  2498.                   </div>  
  2499.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12284&cate_no=1&display_group=3';">
  2500.                     <div class="inner">
  2501.                       <p class="name"><a href="/product/detail.html?product_no=12284&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">새틴컬러스커트-sk ㅣ s - m size ㅣ 코랄</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2502.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2503. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2504. </ul>
  2505.                     </div>
  2506.                    </div>
  2507.                  </div>
  2508.               </li>
  2509. <li id="anchorBoxId_11725" class="xans-record-">
  2510.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11725&cate_no=1&display_group=3';">
  2511.                   <div class="thumbnail">
  2512.                       <a href="/product/detail.html?product_no=11725&cate_no=1&display_group=3" name="anchorBoxName_11725"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/7c0ad3a03be40faf85fb325e60d5ff79.webp" id="eListPrdImage11725_3" alt="레이쉬-nb"></a>
  2513.                   </div>  
  2514.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11725&cate_no=1&display_group=3';">
  2515.                     <div class="inner">
  2516.                       <p class="name"><a href="/product/detail.html?product_no=11725&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레이쉬-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2517.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2518. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">59,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2519. </ul>
  2520.                     </div>
  2521.                    </div>
  2522.                  </div>
  2523.               </li>
  2524. <li id="anchorBoxId_12293" class="xans-record-">
  2525.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12293&cate_no=1&display_group=3';">
  2526.                   <div class="thumbnail">
  2527.                       <a href="/product/detail.html?product_no=12293&cate_no=1&display_group=3" name="anchorBoxName_12293"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/a1acb691173c916e0564d9b5e14cbe6c.jpg" id="eListPrdImage12293_3" alt="피치프릴스커트-sk ㅣ 아이보리"></a>
  2528.                   </div>  
  2529.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12293&cate_no=1&display_group=3';">
  2530.                     <div class="inner">
  2531.                       <p class="name"><a href="/product/detail.html?product_no=12293&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피치프릴스커트-sk ㅣ 아이보리</span>      </a></p>
  2532.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2533. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">37,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2534. </ul>
  2535.                     </div>
  2536.                    </div>
  2537.                  </div>
  2538.               </li>
  2539. <li id="anchorBoxId_12291" class="xans-record-">
  2540.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12291&cate_no=1&display_group=3';">
  2541.                   <div class="thumbnail">
  2542.                       <a href="/product/detail.html?product_no=12291&cate_no=1&display_group=3" name="anchorBoxName_12291"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/fd0af6a672894253efedb1deb5dfbb30.jpg" id="eListPrdImage12291_3" alt="삥줄나일론팬츠-p ㅣ 그레이"></a>
  2543.                   </div>  
  2544.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12291&cate_no=1&display_group=3';">
  2545.                     <div class="inner">
  2546.                       <p class="name"><a href="/product/detail.html?product_no=12291&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">삥줄나일론팬츠-p ㅣ 그레이</span>      </a></p>
  2547.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2548. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">47,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2549. </ul>
  2550.                     </div>
  2551.                    </div>
  2552.                  </div>
  2553.               </li>
  2554. <li id="anchorBoxId_11930" class="xans-record-">
  2555.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11930&cate_no=1&display_group=3';">
  2556.                   <div class="thumbnail">
  2557.                       <a href="/product/detail.html?product_no=11930&cate_no=1&display_group=3" name="anchorBoxName_11930"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/51758e3028c4fd8c5d62ba2de97222d7.webp" id="eListPrdImage11930_3" alt="에브프-nb"></a>
  2558.                   </div>  
  2559.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11930&cate_no=1&display_group=3';">
  2560.                     <div class="inner">
  2561.                       <p class="name"><a href="/product/detail.html?product_no=11930&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">에브프-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2562.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2563. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2564. </ul>
  2565.                     </div>
  2566.                    </div>
  2567.                  </div>
  2568.               </li>
  2569. <li id="anchorBoxId_12282" class="xans-record-">
  2570.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12282&cate_no=1&display_group=3';">
  2571.                   <div class="thumbnail">
  2572.                       <a href="/product/detail.html?product_no=12282&cate_no=1&display_group=3" name="anchorBoxName_12282"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/452c02d865e71ea65464d2e52299610d.webp" id="eListPrdImage12282_3" alt="캣츠긴팔맨투맨"></a>
  2573.                   </div>  
  2574.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12282&cate_no=1&display_group=3';">
  2575.                     <div class="inner">
  2576.                       <p class="name"><a href="/product/detail.html?product_no=12282&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">캣츠긴팔맨투맨</span>      </a></p>
  2577.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2578. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2579. </ul>
  2580.                     </div>
  2581.                    </div>
  2582.                  </div>
  2583.               </li>
  2584. <li id="anchorBoxId_12278" class="xans-record-">
  2585.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12278&cate_no=1&display_group=3';">
  2586.                   <div class="thumbnail">
  2587.                       <a href="/product/detail.html?product_no=12278&cate_no=1&display_group=3" name="anchorBoxName_12278"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/d4f8f6377cb2a7350abbae772efda082.jpg" id="eListPrdImage12278_3" alt="기본모달긴팔티-t"></a>
  2588.                   </div>  
  2589.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12278&cate_no=1&display_group=3';">
  2590.                     <div class="inner">
  2591.                       <p class="name"><a href="/product/detail.html?product_no=12278&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기본모달긴팔티-t</span>      </a></p>
  2592.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2593. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">20,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2594. </ul>
  2595.                     </div>
  2596.                    </div>
  2597.                  </div>
  2598.               </li>
  2599. <li id="anchorBoxId_12290" class="xans-record-">
  2600.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12290&cate_no=1&display_group=3';">
  2601.                   <div class="thumbnail">
  2602.                       <a href="/product/detail.html?product_no=12290&cate_no=1&display_group=3" name="anchorBoxName_12290"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/dfd0426ed90b1065fca7daa21879e609.jpg" id="eListPrdImage12290_3" alt="도트반팔티-t"></a>
  2603.                   </div>  
  2604.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12290&cate_no=1&display_group=3';">
  2605.                     <div class="inner">
  2606.                       <p class="name"><a href="/product/detail.html?product_no=12290&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">도트반팔티-t</span>      </a></p>
  2607.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2608. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2609. </ul>
  2610.                     </div>
  2611.                    </div>
  2612.                  </div>
  2613.               </li>
  2614. <li id="anchorBoxId_12283" class="xans-record-">
  2615.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12283&cate_no=1&display_group=3';">
  2616.                   <div class="thumbnail">
  2617.                       <a href="/product/detail.html?product_no=12283&cate_no=1&display_group=3" name="anchorBoxName_12283"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/1298ba575bf0e8fedefc57a11ce3b448.webp" id="eListPrdImage12283_3" alt="로고피그후드집업 ㅣ 크림"></a>
  2618.                   </div>  
  2619.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12283&cate_no=1&display_group=3';">
  2620.                     <div class="inner">
  2621.                       <p class="name"><a href="/product/detail.html?product_no=12283&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">로고피그후드집업 ㅣ 크림</span>      </a></p>
  2622.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2623. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">65,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2624. </ul>
  2625.                     </div>
  2626.                    </div>
  2627.                  </div>
  2628.               </li>
  2629. <li id="anchorBoxId_12122" class="xans-record-">
  2630.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12122&cate_no=1&display_group=3';">
  2631.                   <div class="thumbnail">
  2632.                       <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>
  2633.                   </div>  
  2634.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12122&cate_no=1&display_group=3';">
  2635.                     <div class="inner">
  2636.                       <p class="name"><a href="/product/detail.html?product_no=12122&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">샤브이-nb ㅣ 블루</span>      </a></p>
  2637.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2638. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2639. </ul>
  2640.                     </div>
  2641.                    </div>
  2642.                  </div>
  2643.               </li>
  2644. <li id="anchorBoxId_12281" class="xans-record-">
  2645.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12281&cate_no=1&display_group=3';">
  2646.                   <div class="thumbnail">
  2647.                       <a href="/product/detail.html?product_no=12281&cate_no=1&display_group=3" name="anchorBoxName_12281"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/d05783ad0a7cd9ec0c1eb0b4103aec96.webp" id="eListPrdImage12281_3" alt="코듀로이반팬츠-p ㅣ 그린"></a>
  2648.                   </div>  
  2649.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12281&cate_no=1&display_group=3';">
  2650.                     <div class="inner">
  2651.                       <p class="name"><a href="/product/detail.html?product_no=12281&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">코듀로이반팬츠-p ㅣ 그린</span>      </a></p>
  2652.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2653. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">32,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2654. </ul>
  2655.                     </div>
  2656.                    </div>
  2657.                  </div>
  2658.               </li>
  2659. <li id="anchorBoxId_12285" class="xans-record-">
  2660.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12285&cate_no=1&display_group=3';">
  2661.                   <div class="thumbnail">
  2662.                       <a href="/product/detail.html?product_no=12285&cate_no=1&display_group=3" name="anchorBoxName_12285"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/31e9eb762387c419b41f6b68e7ab3940.jpg" id="eListPrdImage12285_3" alt="슬림유넥긴팔티-t"></a>
  2663.                   </div>  
  2664.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12285&cate_no=1&display_group=3';">
  2665.                     <div class="inner">
  2666.                       <p class="name"><a href="/product/detail.html?product_no=12285&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">슬림유넥긴팔티-t</span>      </a></p>
  2667.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2668. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2669. </ul>
  2670.                     </div>
  2671.                    </div>
  2672.                  </div>
  2673.               </li>
  2674. <li id="anchorBoxId_11752" class="xans-record-">
  2675.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11752&cate_no=1&display_group=3';">
  2676.                   <div class="thumbnail">
  2677.                       <a href="/product/detail.html?product_no=11752&cate_no=1&display_group=3" name="anchorBoxName_11752"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/a7352b0d75712de76a4868b45713e58a.jpg" id="eListPrdImage11752_3" alt="베이저-nb ㅣ 차콜"></a>
  2678.                   </div>  
  2679.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11752&cate_no=1&display_group=3';">
  2680.                     <div class="inner">
  2681.                       <p class="name"><a href="/product/detail.html?product_no=11752&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이저-nb ㅣ 차콜</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2682.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2683. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">74,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2684. </ul>
  2685.                     </div>
  2686.                    </div>
  2687.                  </div>
  2688.               </li>
  2689. <li id="anchorBoxId_12053" class="xans-record-">
  2690.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12053&cate_no=1&display_group=3';">
  2691.                   <div class="thumbnail">
  2692.                       <a href="/product/detail.html?product_no=12053&cate_no=1&display_group=3" name="anchorBoxName_12053"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/b5b082f9efb6d5c9572e9c8f8a6ca9b3.webp" id="eListPrdImage12053_3" alt="샤브이-nb ㅣ 그레이"></a>
  2693.                   </div>  
  2694.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12053&cate_no=1&display_group=3';">
  2695.                     <div class="inner">
  2696.                       <p class="name"><a href="/product/detail.html?product_no=12053&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">샤브이-nb ㅣ 그레이</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2697.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2698. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2699. </ul>
  2700.                     </div>
  2701.                    </div>
  2702.                  </div>
  2703.               </li>
  2704. <li id="anchorBoxId_11744" class="xans-record-">
  2705.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11744&cate_no=1&display_group=3';">
  2706.                   <div class="thumbnail">
  2707.                       <a href="/product/detail.html?product_no=11744&cate_no=1&display_group=3" name="anchorBoxName_11744"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/b02f6b3bfd3f3f58e0bff1b4036cbea2.webp" id="eListPrdImage11744_3" alt="베이저-sk ㅣ 화이트"></a>
  2708.                   </div>  
  2709.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11744&cate_no=1&display_group=3';">
  2710.                     <div class="inner">
  2711.                       <p class="name"><a href="/product/detail.html?product_no=11744&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이저-sk ㅣ 화이트</span>      </a></p>
  2712.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2713. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2714. </ul>
  2715.                     </div>
  2716.                    </div>
  2717.                  </div>
  2718.               </li>
  2719. <li id="anchorBoxId_11765" class="xans-record-">
  2720.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11765&cate_no=1&display_group=3';">
  2721.                   <div class="thumbnail">
  2722.                       <a href="/product/detail.html?product_no=11765&cate_no=1&display_group=3" name="anchorBoxName_11765"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/a6747e0cad97c056ba2dc652421bff92.jpg" id="eListPrdImage11765_3" alt="베이저-sk ㅣ 소라"></a>
  2723.                   </div>  
  2724.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11765&cate_no=1&display_group=3';">
  2725.                     <div class="inner">
  2726.                       <p class="name"><a href="/product/detail.html?product_no=11765&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이저-sk ㅣ 소라</span>      </a></p>
  2727.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2728. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2729. </ul>
  2730.                     </div>
  2731.                    </div>
  2732.                  </div>
  2733.               </li>
  2734.           </ul>
  2735.       </div>
  2736. </div>
  2737.       <!-- //신상품 -->
  2738.    
  2739.  
  2740.  
  2741.  
  2742.    
  2743.      <!-- //shoes.bag -->
  2744.       <div class="xans-element- xans-product xans-product-listmain-3 xans-product-listmain xans-product-3 ec-base-product new_item"><!--
  2745.               $count = 16
  2746.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2747.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2748.           -->
  2749. <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>
  2750. <div class="main_item_list">
  2751.             <ul class="prdList grid4">  
  2752.        
  2753.                 <li id="anchorBoxId_12368" class="xans-record-">
  2754.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12368&cate_no=1&display_group=4';">
  2755.                   <div class="thumbnail">
  2756.                       <a href="/product/detail.html?product_no=12368&cate_no=1&display_group=4" name="anchorBoxName_12368"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/24a25adc7ae1b9ed34d2e429c21d25c2.jpg" id="eListPrdImage12368_4" alt="스터드호보백-bag"></a>
  2757.                   </div>  
  2758.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12368&cate_no=1&display_group=4';">
  2759.                     <div class="inner">
  2760.                       <p class="name"><a href="/product/detail.html?product_no=12368&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">스터드호보백-bag</span>      </a></p>
  2761.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2762. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">24,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2763. </ul>
  2764.                     </div>
  2765.                    </div>
  2766.                  </div>
  2767.               </li>
  2768.                
  2769.                
  2770.            
  2771.               <li id="anchorBoxId_12366" class="xans-record-">
  2772.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12366&cate_no=1&display_group=4';">
  2773.                   <div class="thumbnail">
  2774.                       <a href="/product/detail.html?product_no=12366&cate_no=1&display_group=4" name="anchorBoxName_12366"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/fe7a79f3b671f693a5b263e1aca56e59.jpg" id="eListPrdImage12366_4" alt="주름호피숄더백-bag"></a>
  2775.                   </div>  
  2776.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12366&cate_no=1&display_group=4';">
  2777.                     <div class="inner">
  2778.                       <p class="name"><a href="/product/detail.html?product_no=12366&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">주름호피숄더백-bag</span>      </a></p>
  2779.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2780. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2781. </ul>
  2782.                     </div>
  2783.                    </div>
  2784.                  </div>
  2785.               </li>
  2786. <li id="anchorBoxId_12298" class="xans-record-">
  2787.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12298&cate_no=1&display_group=4';">
  2788.                   <div class="thumbnail">
  2789.                       <a href="/product/detail.html?product_no=12298&cate_no=1&display_group=4" name="anchorBoxName_12298"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/56fa6b3d221e794dd5a9c9ba96879751.jpg" id="eListPrdImage12298_4" alt="투리드 모자"></a>
  2790.                   </div>  
  2791.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12298&cate_no=1&display_group=4';">
  2792.                     <div class="inner">
  2793.                       <p class="name"><a href="/product/detail.html?product_no=12298&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">투리드 모자</span>      </a></p>
  2794.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2795. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">20,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2796. </ul>
  2797.                     </div>
  2798.                    </div>
  2799.                  </div>
  2800.               </li>
  2801. <li id="anchorBoxId_12296" class="xans-record-">
  2802.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12296&cate_no=1&display_group=4';">
  2803.                   <div class="thumbnail">
  2804.                       <a href="/product/detail.html?product_no=12296&cate_no=1&display_group=4" name="anchorBoxName_12296"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/b30f784ae3a30d08df6aeda073eded79.jpg" id="eListPrdImage12296_4" alt="시스루 체크 스카프"></a>
  2805.                   </div>  
  2806.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12296&cate_no=1&display_group=4';">
  2807.                     <div class="inner">
  2808.                       <p class="name"><a href="/product/detail.html?product_no=12296&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">시스루 체크 스카프</span>      </a></p>
  2809.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2810. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">14,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2811. </ul>
  2812.                     </div>
  2813.                    </div>
  2814.                  </div>
  2815.               </li>
  2816. <li id="anchorBoxId_12271" class="xans-record-">
  2817.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12271&cate_no=1&display_group=4';">
  2818.                   <div class="thumbnail">
  2819.                       <a href="/product/detail.html?product_no=12271&cate_no=1&display_group=4" name="anchorBoxName_12271"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202508/d63af7a30b094c0b8b95bc4afa3c049f.jpg" id="eListPrdImage12271_4" alt="빈티지시크백-bag"></a>
  2820.                   </div>  
  2821.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12271&cate_no=1&display_group=4';">
  2822.                     <div class="inner">
  2823.                       <p class="name"><a href="/product/detail.html?product_no=12271&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">빈티지시크백-bag</span>      </a></p>
  2824.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2825. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2826. </ul>
  2827.                     </div>
  2828.                    </div>
  2829.                  </div>
  2830.               </li>
  2831. <li id="anchorBoxId_12218" class="xans-record-">
  2832.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12218&cate_no=1&display_group=4';">
  2833.                   <div class="thumbnail">
  2834.                       <a href="/product/detail.html?product_no=12218&cate_no=1&display_group=4" name="anchorBoxName_12218"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202507/3f9dd6e01f6c979da12803fef4234ea1.jpg" id="eListPrdImage12218_4" alt="페이즐리 스카프"></a>
  2835.                   </div>  
  2836.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12218&cate_no=1&display_group=4';">
  2837.                     <div class="inner">
  2838.                       <p class="name"><a href="/product/detail.html?product_no=12218&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">페이즐리 스카프</span>      </a></p>
  2839.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2840. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">12,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2841. </ul>
  2842.                     </div>
  2843.                    </div>
  2844.                  </div>
  2845.               </li>
  2846. <li id="anchorBoxId_12118" class="xans-record-">
  2847.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12118&cate_no=1&display_group=4';">
  2848.                   <div class="thumbnail">
  2849.                       <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>
  2850.                   </div>  
  2851.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12118&cate_no=1&display_group=4';">
  2852.                     <div class="inner">
  2853.                       <p class="name"><a href="/product/detail.html?product_no=12118&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">하트밀집 모자</span>      </a></p>
  2854.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2855. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2856. </ul>
  2857.                     </div>
  2858.                    </div>
  2859.                  </div>
  2860.               </li>
  2861. <li id="anchorBoxId_12087" class="xans-record-">
  2862.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2863.                   <div class="thumbnail">
  2864.                       <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>
  2865.                   </div>  
  2866.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2867.                     <div class="inner">
  2868.                       <p class="name"><a href="/product/detail.html?product_no=12087&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">고리 레그워머</span>      </a></p>
  2869.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2870. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">8,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2871. </ul>
  2872.                     </div>
  2873.                    </div>
  2874.                  </div>
  2875.               </li>
  2876. <li id="anchorBoxId_12085" class="xans-record-">
  2877.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12085&cate_no=1&display_group=4';">
  2878.                   <div class="thumbnail">
  2879.                       <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>
  2880.                   </div>  
  2881.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12085&cate_no=1&display_group=4';">
  2882.                     <div class="inner">
  2883.                       <p class="name"><a href="/product/detail.html?product_no=12085&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">리본진주밀집 모자</span>      </a></p>
  2884.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2885. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2886. </ul>
  2887.                     </div>
  2888.                    </div>
  2889.                  </div>
  2890.               </li>
  2891. <li id="anchorBoxId_12047" class="xans-record-">
  2892.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2893.                   <div class="thumbnail">
  2894.                       <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>
  2895.                   </div>  
  2896.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2897.                     <div class="inner">
  2898.                       <p class="name"><a href="/product/detail.html?product_no=12047&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">데링프-bag</span>      </a></p>
  2899.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2900. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2901. </ul>
  2902.                     </div>
  2903.                    </div>
  2904.                  </div>
  2905.               </li>
  2906. <li id="anchorBoxId_12051" class="xans-record-">
  2907.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12051&cate_no=1&display_group=4';">
  2908.                   <div class="thumbnail">
  2909.                       <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>
  2910.                   </div>  
  2911.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12051&cate_no=1&display_group=4';">
  2912.                     <div class="inner">
  2913.                       <p class="name"><a href="/product/detail.html?product_no=12051&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">노로크 슈즈</span>      </a></p>
  2914.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2915. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2916. </ul>
  2917.                     </div>
  2918.                    </div>
  2919.                  </div>
  2920.               </li>
  2921. <li id="anchorBoxId_12048" class="xans-record-">
  2922.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12048&cate_no=1&display_group=4';">
  2923.                   <div class="thumbnail">
  2924.                       <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>
  2925.                   </div>  
  2926.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12048&cate_no=1&display_group=4';">
  2927.                     <div class="inner">
  2928.                       <p class="name"><a href="/product/detail.html?product_no=12048&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">너멜리 슈즈</span>      </a></p>
  2929.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2930. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">46,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2931. </ul>
  2932.                     </div>
  2933.                    </div>
  2934.                  </div>
  2935.               </li>
  2936. <li id="anchorBoxId_12044" class="xans-record-">
  2937.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12044&cate_no=1&display_group=4';">
  2938.                   <div class="thumbnail">
  2939.                       <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>
  2940.                   </div>  
  2941.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12044&cate_no=1&display_group=4';">
  2942.                     <div class="inner">
  2943.                       <p class="name"><a href="/product/detail.html?product_no=12044&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">캐프 모자</span>      </a></p>
  2944.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2945. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">20,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2946. </ul>
  2947.                     </div>
  2948.                    </div>
  2949.                  </div>
  2950.               </li>
  2951. <li id="anchorBoxId_12033" class="xans-record-">
  2952.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12033&cate_no=1&display_group=4';">
  2953.                   <div class="thumbnail">
  2954.                       <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>
  2955.                   </div>  
  2956.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12033&cate_no=1&display_group=4';">
  2957.                     <div class="inner">
  2958.                       <p class="name"><a href="/product/detail.html?product_no=12033&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">네멀리 모자</span>      </a></p>
  2959.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2960. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2961. </ul>
  2962.                     </div>
  2963.                    </div>
  2964.                  </div>
  2965.               </li>
  2966. <li id="anchorBoxId_12029" class="xans-record-">
  2967.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12029&cate_no=1&display_group=4';">
  2968.                   <div class="thumbnail">
  2969.                       <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>
  2970.                   </div>  
  2971.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12029&cate_no=1&display_group=4';">
  2972.                     <div class="inner">
  2973.                       <p class="name"><a href="/product/detail.html?product_no=12029&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">켄리너-bag</span>      </a></p>
  2974.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2975. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">30,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2976. </ul>
  2977.                     </div>
  2978.                    </div>
  2979.                  </div>
  2980.               </li>
  2981. <li id="anchorBoxId_11755" class="xans-record-">
  2982.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2983.                   <div class="thumbnail">
  2984.                       <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>
  2985.                   </div>  
  2986.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2987.                     <div class="inner">
  2988.                       <p class="name"><a href="/product/detail.html?product_no=11755&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">메리 슈즈</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2989.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2990. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2991. </ul>
  2992.                     </div>
  2993.                    </div>
  2994.                  </div>
  2995.               </li>
  2996.           </ul>
  2997.       </div>
  2998. </div>
  2999.       <!-- //shoes.bag -->
  3000.    
  3001.  
  3002.  
  3003.  
  3004. <div style="height:50px"></div>
  3005.  
  3006. <!-- criteo main -->
  3007. <script type="text/javascript">
  3008. setTimeout(function() {
  3009. window._criteo_email = document.getElementById("_criteo_email") ? document.getElementById("_criteo_email").innerHTML : "" ;
  3010. window._criteo_email = typeof _criteoSha256 === "function" && window._criteo_email != '' ? _criteoSha256(window._criteo_email.trim().toLowerCase() ) : '' ;
  3011. window.criteo_q = window.criteo_q || [];
  3012. window.criteo_q.push(
  3013. { event: "setAccount", account: '40780' },
  3014. { event: "setSiteType", type: /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d" },
  3015. { event: "setEmail", email: window._criteo_email , hash_method: "sha256"} ,
  3016. { event: "setZipcode", zipcode: "" },
  3017. { event: "viewHome"}
  3018. );
  3019. }, 2000);
  3020. </script>
  3021. <!-- criteo main -->
  3022.  
  3023.    </div>
  3024.    
  3025.     <div id="right_section">
  3026.    
  3027.    <ul class="menu">
  3028.        <li>
  3029.            <div id="flip2"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/menu_icon.png" alt="메뉴"></a></div>
  3030.                <div id="panel2">
  3031.                     <ul>
  3032.                         <li><a href="https://www.instagram.com/ssoaeng_y/" target="blank">INSTA</a></li>
  3033.                         <li><a href="/board/free/list.html?board_no=1" target="_top">NOTICE</a></li>
  3034.                         <li><a href="/board/product/list.html?board_no=6" target="_top">QNA</a></li>
  3035.                         <li><a href="/board/product/list.html?board_no=4" target="_top">REVIEW</a></li>
  3036.                         <li><a href="/board/gallery/list.html?board_no=8" target="_top">EVENT</a></li>
  3037.                         <li><a href="https://yeon5732.cafe24.com/product/list.html?cate_no=39" target="_top">ONLY U</a></li>
  3038.                         <!--<li><a href="/board/free/read.html?no=12575&board_no=1" target="_top">입고지연안내</a></li>-->
  3039.                         <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
  3040. </a>
  3041. </li>
  3042.                     </ul>
  3043.                </div>
  3044.        </li>
  3045.    </ul>
  3046.  
  3047.    <ul class="member_menu">
  3048.            <li class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/join.html">JOIN +2,000</a>
  3049. </li>
  3050.            <li><a href="/member/login.html" class="xans-element- xans-layout xans-layout-statelogoff ">LOGIN
  3051. </a>
  3052. </li>
  3053.            <li></li>
  3054.            <li><a href="/myshop/index.html">MY PAGE</a></li>
  3055.            <li></li>
  3056.            <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>  
  3057.    </ul>
  3058.    
  3059.    <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>
  3060.        
  3061. </div>
  3062.  
  3063. </div>
  3064.    
  3065.    
  3066.  
  3067.  
  3068.  
  3069. <div style="padding:70px 0 0 0;"></div>
  3070.   <!-- 인스타 그램
  3071.        <div id="insta_all" >    
  3072.              <ul class="insta_t">
  3073.                  <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>
  3074.              </ul>
  3075.              <ul class="insta">
  3076.                  <div style="padding:0 150px;">-->
  3077.                  <!--
  3078.                  C스토어 > 인스타그램위젯 > 썸네일 138px , 진열 8x2
  3079.                  module="instagramwidget_display_2" 는 위젯리스트중 적용하고자 하는 위젯의 코드로 변경하여 사용하시면 됩니다.
  3080.                  -->
  3081.                  <!--<div module="instagramwidget_display_2" class="widget {$sWidgetClass}" style="{$sWidgetStyle}">
  3082.                      
  3083.                      <!--<h2><a target="_blank" class="widget-title">{$sWidgetTitle}</a></h2>
  3084.                      <strong class="idTag {$sIdTagClass}">
  3085.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3086.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3087.                      </strong>
  3088.                      <div class="thumb {$sThumbClass}" style="{$sThumbStyle}"></div>
  3089.                  </div>
  3090.                  </div>
  3091.              </ul>
  3092.            </div>-->  
  3093.  
  3094.  
  3095.  
  3096.    <div class="xans-element- xans-layout xans-layout-footer footer_start "><ul class="cs_center">
  3097.            <div class="cs">            
  3098.             <!--
  3099.             고객센터 수정부분
  3100.             -->        
  3101.            <li class="title1">CUSTOMER CENTER</li>
  3102.           쏘앵  카카오채널  1:1 상담
  3103.            <li class="tel_time">MON-FRI: AM 11:00 ~ PM 3:00<br>
  3104.                 <p style="font-size:10px;">(SAT,SUN,HOLIDAY CLOSED)</p>
  3105. </li>
  3106.            </div>
  3107.            
  3108.            <div class="bank">
  3109.                <li class="title2">BANK ACCOUNT</li>
  3110.  
  3111.                <li class="account">
  3112.                  <span class="han">KB</span> <span class="num">497801.01.492113</span><br>
  3113.                  <span class="han">WOORI</span> <span class="num">1005.202.666249</span><br>
  3114.                    <span class="han">SINHAN</span> <span class="num">110.441.284275</span><br>
  3115.                </li>
  3116.               <li class="name">HOLDER  김소연(쏘앵)</li>
  3117.           </div>
  3118.         <div class="bottom_pg">
  3119.              <p class="title">SHOP INFO</p>
  3120.              <li>
  3121.                <p class="address">
  3122.                    <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>
  3123.                 <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> 
  3124.                </p>
  3125.              </li>
  3126.         </div>
  3127.  
  3128.        </ul>
  3129. </div>
  3130. <div class="footer_bottom">
  3131. <div id="util" class="xans-element- xans-layout xans-layout-footer "><ul class="company_pg">
  3132.          <div class="inner2">
  3133.                <li class="logo">
  3134.                    <a href="http://cafe24.com/" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cafe24.png"></a>
  3135.                    <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>
  3136.                    <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cash.png">
  3137.                     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/pg_kg.png">
  3138.                     <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>
  3139.                </li>
  3140.          </div>
  3141.        </ul>
  3142. </div>
  3143.    
  3144. </div>
  3145.  
  3146. <div style="height:40px; clear:both;"></div>
  3147.  
  3148. <!-- 기본적으로 framseset , iframe 구조시 미톡 미실행 -->
  3149. <!-- 미실행 되는 영역에서 실행을 원할경우 아래코드 추가 설치 mi_is_chat 값을 true 로 변경 기본 false -->
  3150. <script>var mi_is_chat= false;</script>
  3151. <!-- Mirae Talk Script Ver 2.0   -->
  3152. <script async='true'  src="//log1.toup.net/mirae_log_chat_common.js?adkey=rrzin" charset="UTF-8"></script>
  3153. <!-- Mirae Talk Script END Ver 2.0   -->
  3154.  
  3155.  
  3156.  
  3157.  
  3158.    
  3159. <!-- 참고: 결제를 위한 필수 영역 -->
  3160. <div id="progressPaybar" style="display:none;">
  3161.    <div id="progressPaybarBackground" class="layerProgress"></div>
  3162.    <div id="progressPaybarView">
  3163.        <div class="box">
  3164.            <p class="graph">
  3165.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/txt_progress.gif" alt="현재 결제가 진행중입니다."></span>
  3166.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/img_loading.gif" alt=""></span>
  3167.            </p>
  3168.            <p class="txt">
  3169.                본 결제 창은 결제완료 후 자동으로 닫히며,결제 진행 중에 본 결제 창을 닫으시면<br>
  3170.                주문이 되지 않으니 결제 완료 될 때 까지 닫지 마시기 바랍니다.
  3171.            </p>
  3172.        </div>
  3173.    </div>
  3174. </div>
  3175. <!-- //참고 -->
  3176.  
  3177.  
  3178.  
  3179. <span itemscope="" itemtype="https://schema.org/Organization">
  3180. <link itemprop="url" href="https://ssoaeng.co.kr">
  3181. </span>
  3182. <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=31d9070bb66a87edbcea130716996081&u=yeon5732.1"></script>
  3183. <script>        (function (i, s, o, g) {
  3184.            var a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  3185.            var initialized = false;
  3186.            var interval = null;
  3187.  
  3188.            function safeInit() {
  3189.              if (initialized) return;
  3190.              if (typeof i.initCaWebAnalytics === 'function') {
  3191.                try {
  3192.                  i.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"});
  3193.                  initialized = true;
  3194.                } finally {
  3195.                  if (interval) clearInterval(interval);
  3196.                  a.onload = a.onreadystatechange = a.onerror = null;
  3197.                }
  3198.              }
  3199.            }
  3200.  
  3201.            a.onload = a.onreadystatechange = function () {
  3202.              if (!a.readyState || a.readyState === 'loaded' || a.readyState === 'complete') {
  3203.                safeInit();
  3204.              }
  3205.            };
  3206.  
  3207.            a.onerror = function () {
  3208.              if (interval) { clearInterval(interval); interval = null; }
  3209.              a.onload = a.onreadystatechange = a.onerror = null;
  3210.            };
  3211.  
  3212.            interval = setInterval(safeInit, 200);
  3213.            setTimeout(function () {
  3214.              if (interval) { clearInterval(interval); interval = null; }
  3215.            }, 10000);
  3216.  
  3217.            safeInit();
  3218.  
  3219.            a.async = 1;
  3220.            a.setAttribute('crossorigin', 'anonymous');
  3221.            a.src = g;
  3222.            m.parentNode.insertBefore(a, m);
  3223.        })(window, document, 'script', "//optimizer.poxo.com/ca2/analytics.js");</script>
  3224.  
  3225.                <script>
  3226.                try {
  3227.                    // Account ID 적용
  3228.                    if (!wcs_add) var wcs_add = {};
  3229.                    wcs_add["wa"] = "s_396dc22179cd";
  3230.            
  3231.                    // 네이버 페이 White list가 있을 경우
  3232.                    wcs.checkoutWhitelist = ["yeon5732.cafe24.com", "www.yeon5732.cafe24.com", "m.yeon5732.cafe24.com", "ssoaeng.co.kr", "www.ssoaeng.co.kr", "m.ssoaeng.co.kr"];
  3233.                
  3234.                    // 레퍼러
  3235.                    wcs.setReferer("");
  3236.  
  3237.                    // 유입 추적 함수 호출
  3238.                    wcs.inflow("ssoaeng.co.kr");
  3239.  
  3240.                    // 로그수집
  3241.                    wcs_do();
  3242.                } catch (e) {};
  3243.                </script>
  3244.            
  3245.  
  3246. <!-- External Script Start -->
  3247.  
  3248. <!-- fbe -->
  3249. <!-- CMC3 script -->
  3250. <div id="fbe_common_top_script" style="display:none;">
  3251.  <script type="text/javascript">
  3252. if (typeof facebookChannel === 'undefined') {
  3253.  var facebookChannel = {
  3254.    mall_id: CAFE24.SHOP.getMallID(),
  3255.    shop_no: CAFE24.SDE_SHOP_NUM,
  3256.    shop_id: CAFE24.SHOP.getMallID() + '.' + CAFE24.SDE_SHOP_NUM,
  3257.    external_id: null,
  3258.    event_id: null,
  3259.  
  3260.    setInitActivated: function(is_activated) {
  3261.      window.top.fbe_init_activated = !!is_activated;
  3262.    },
  3263.    getInitActivated: function() {
  3264.      return !!window.top.fbe_init_activated;
  3265.    },
  3266.    setEventActivated: function(event_type, is_activated) {
  3267.      if (typeof event_type === 'string' && event_type) {
  3268.        let key = 'fbe_' + event_type + '_activated'
  3269.        window.top[key] = !!is_activated;
  3270.      }
  3271.    },
  3272.    getEventActivated: function(event_type) {
  3273.      if (typeof event_type === 'string' && event_type) {
  3274.        let key = 'fbe_' + event_type + '_activated'
  3275.        return !!window.top[key];
  3276.      }
  3277.      return false;
  3278.    },
  3279.    getCookie: function(name) {
  3280.      return (name = (document.cookie + ';').match(name + '=.*;')) && name[0].split(/=|;/)[1];
  3281.    },
  3282.    getExternalId: function() {
  3283.      return facebookChannel.getCookie('fb_external_id');
  3284.    },
  3285.    getEventId: function() {
  3286.      return facebookChannel.getCookie('fb_event_id');
  3287.    },
  3288.    getInt: function(value) {
  3289.      let value_int = parseInt(value);
  3290.      value_int = isNaN(value_int) ? 0 : value_int;
  3291.      return value_int;
  3292.    },
  3293.    getFloat: function(value) {
  3294.      let value_float = parseFloat(value);
  3295.      value_float = isNaN(value_float) ? 0.00 : value_float.toFixed(2);
  3296.      return value_float;
  3297.    },
  3298.    init: function() {
  3299.      if (facebookChannel.getInitActivated()) {
  3300.        return;
  3301.      }
  3302.      facebookChannel.setInitActivated(true);
  3303.  
  3304.      !function(f,b,e,v,n,t,s)
  3305.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  3306.        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  3307.        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  3308.        n.queue=[];t=b.createElement(e);t.async=!0;
  3309.        t.src=v;s=b.getElementsByTagName(e)[0];
  3310.        s.parentNode.insertBefore(t,s)}(window,document,'script',
  3311.        'https://connect.facebook.net/en_US/fbevents.js');
  3312.  
  3313.      if ((typeof EC_GLOBAL_INFO !== 'undefined' && EC_GLOBAL_INFO.getCountryCode() === 'US') || (typeof SHOP !== 'undefined' && SHOP.getLanguage() === 'en_US')) {
  3314.        fbq('dataProcessingOptions', ['LDU'], 0, 0);
  3315.      }
  3316.  
  3317.      if (typeof ECLOG !== 'undefined' && !!ECLOG.EXTERNAL_ID) {
  3318.        ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) {
  3319.          if (error || !external_id) {
  3320.            external_id = facebookChannel.getExternalId();
  3321.            console.info('external_id is cookie value.', '(1)');
  3322.          }
  3323.          fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3324.          fbq('trackSingle', '2129130783993076', 'PageView');
  3325.          facebookChannel.external_id = external_id;
  3326.        });
  3327.      } else {
  3328.        let external_id = facebookChannel.getExternalId();
  3329.        console.info('external_id is cookie value.', '(2)');
  3330.  
  3331.        fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3332.        fbq('trackSingle', '2129130783993076', 'PageView');
  3333.        facebookChannel.external_id = external_id;
  3334.      }
  3335.    },
  3336.    pixelEvent: function(event_type, callback, is_cookie_event) {
  3337.      if (facebookChannel.getEventActivated(event_type)) {
  3338.        return;
  3339.      }
  3340.      facebookChannel.setEventActivated(event_type, true);
  3341.      is_cookie_event = !!is_cookie_event;
  3342.  
  3343.      let retry = 0;
  3344.      let execute = function() {
  3345.        if (!facebookChannel.external_id) {
  3346.          if (retry < 10) {
  3347.            retry++;
  3348.            if (retry >= 5) {
  3349.              console.warn('retry #' + retry, event_type);
  3350.            }
  3351.            setTimeout(execute, 1000);
  3352.          } else {
  3353.            console.warn('external_id is empty.');
  3354.          }
  3355.          return;
  3356.        }
  3357.  
  3358.        if (callback.length === 0) {
  3359.          callback();
  3360.        }
  3361.        else if (!is_cookie_event && typeof ECLOG !== 'undefined' && !!ECLOG.EVENT_ID) {
  3362.          ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) {
  3363.            if (error || !event_id) {
  3364.              event_id = facebookChannel.getEventId();
  3365.              console.info('event_id is cookie value.', '(1)');
  3366.            }
  3367.            facebookChannel.event_id = event_id;
  3368.            if (event_id) {
  3369.              callback(event_id);
  3370.            } else {
  3371.              console.warn('event_id is empty.', '(1)');
  3372.            }
  3373.          });
  3374.        }
  3375.        else {
  3376.          let event_id = facebookChannel.getEventId();
  3377.          console.info('event_id is cookie value.', '(2)');
  3378.          facebookChannel.event_id = event_id;
  3379.          if (event_id) {
  3380.            callback(event_id);
  3381.          } else {
  3382.            console.warn('event_id is empty.', '(2)');
  3383.          }
  3384.        }
  3385.      };
  3386.      execute();
  3387.    },
  3388.    messengerChatPlugin: function() {
  3389.      let event_type = 'messenger';
  3390.      let sdk_version = '';
  3391.      let locale = '';
  3392.      if (!sdk_version) {
  3393.        console.warn('sdk_version is empty.');
  3394.        return;
  3395.      }
  3396.      if (!locale) {
  3397.        console.warn('locale is empty.');
  3398.        return;
  3399.      }
  3400.      if (facebookChannel.getEventActivated(event_type)) {
  3401.        return;
  3402.      }
  3403.      facebookChannel.setEventActivated(event_type, true);
  3404.  
  3405.      window.fbAsyncInit = function() {
  3406.        FB.init({
  3407.          appId : '216637735743129',
  3408.          autoLogAppEvents : true,
  3409.          xfbml : true,
  3410.          version : sdk_version
  3411.        });
  3412.      };
  3413.      (function(d, s, id) {
  3414.        var js, fjs = d.getElementsByTagName(s)[0];
  3415.        if (d.getElementById(id)) return;
  3416.        js = d.createElement(s); js.id = id;
  3417.        js.src = 'https://connect.facebook.net/' + locale + '/sdk/xfbml.customerchat.js';
  3418.        fjs.parentNode.insertBefore(js, fjs);
  3419.      }(document, 'script', 'facebook-jssdk'));
  3420.    }
  3421.  };
  3422.  
  3423.  facebookChannel.init();
  3424. }
  3425. </script>
  3426. <noscript><img height="1" width="1" style="display:none"
  3427.  src="https://www.facebook.com/tr?id=2129130783993076&ev=PageView&noscript=1"
  3428. /></noscript>
  3429. </div>
  3430. <!-- CMC3 script -->
  3431.  
  3432. <!-- External Script End -->
  3433.  
  3434. <script type="text/javascript" src="//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js" charset="utf-8"></script>
  3435. <script type="text/javascript" src="/ind-script/i18n.php?v=2509171429&lang=ko_KR&domain=front&type=" charset="utf-8"></script>
  3436.  
  3437. <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=1757985794" ></script><script src="/ind-script/optimizer_user.php?filename=pc9BDoIwEEbhA5St5_iDxnieMp3AQNtBptX09qJx4xZ3b_UlD5MmBpOrxpuhsebr7XLGWoco5KaSIiywC2wyZtgiue8xG5KGGhnRN60F5AuPurVuthMOkV9o8Cb09j9xnNsF0pQ0_0X8Tt6r0OIews8dfQE&type=js&k=4a1c0fe94175154c7178019c3d8c0f74e5c329b7&t=1520306469&user=T" ></script>
  3438. <script type="text/javascript">
  3439. var sIsChannelUi = 'F';
  3440. var sChRef = '';
  3441. var sUseShoppingpayPg = 'F';
  3442. var sOwnMallLanding = 'F';
  3443. var sShoppingPayCookie = '';
  3444. var sYtshopping = 'F';
  3445. if (sIsChannelUi === 'T') {
  3446. sessionStorage.setItem('ch_ref', sChRef);
  3447. }
  3448. CAFE24.getChRefData = function() {
  3449. if (sIsChannelUi === 'T') {
  3450. return sessionStorage.getItem('ch_ref');
  3451. }
  3452. }
  3453. // 자사몰랜딩/유튜브랜딩 공용
  3454. CAFE24.checkChannelUI = function() {
  3455. if ((sIsChannelUi === 'T' && sessionStorage.getItem('ch_ref') || (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T')) || sYtshopping === 'T') {
  3456. return true;
  3457. } else {
  3458. return false;
  3459. }
  3460. }
  3461. // 자사몰랜딩 UI확인
  3462. CAFE24.isOwnMallLandingUI = function() {
  3463. return sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T';
  3464. }
  3465. CAFE24.attachShoppingpayParam = function(sUrl) {
  3466. if (sUrl) {
  3467. var sChRef = CAFE24.getChRefData();
  3468. if (sChRef) {
  3469. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3470. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3471. } else if (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T') {
  3472. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3473. sUrl += sSeparator + 'co_servicetype=shoppingpay';
  3474. }
  3475. }
  3476. return sUrl;
  3477. }
  3478. CAFE24.attachChRef = function(sUrl) {
  3479. if (sUrl) {
  3480. var sChRef = CAFE24.getChRefData();
  3481. if (sChRef) {
  3482. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3483. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3484. }
  3485. }
  3486. return sUrl;
  3487. }
  3488. var sIsCheckout = 'F';
  3489. var sCheckoutToken = '';
  3490. if (sIsCheckout === 'T') {
  3491. sessionStorage.setItem('checkoutToken', sCheckoutToken);
  3492. } else {
  3493. sessionStorage.removeItem('checkoutToken');
  3494. }
  3495. CAFE24.getCheckoutToken = function() {
  3496. if (sIsCheckout === 'T') {
  3497. return sessionStorage.getItem('checkoutToken');
  3498. }
  3499. }
  3500. CAFE24.attachCheckoutParam = function(sUrl) {
  3501. if (sUrl) {
  3502. var sCheckoutToken = CAFE24.getCheckoutToken();
  3503. if (sCheckoutToken) {
  3504. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3505. sUrl += sSeparator + 'checkoutToken=' + sCheckoutToken;
  3506. }
  3507. }
  3508. return sUrl;
  3509. }
  3510. CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB;
  3511. try {
  3512. var isUseLoginKeepingSubmit = false;
  3513. // isSeqNoKeyExpiretime
  3514. function isSeqNoKeyExpiretime(iExpiretime)
  3515. {
  3516. var sDate = new Date();
  3517. var iNow = Math.floor(sDate.getTime() / 1000);
  3518. // 유효시간 확인
  3519. if (iExpiretime > iNow) {
  3520. return false;
  3521. }
  3522. return true;
  3523. }
  3524. function isUseLoginKeeping()
  3525. {
  3526. // 디바이스 확인
  3527. if (EC_MOBILE_DEVICE === false) {
  3528. return;
  3529. }
  3530. // 로그인 여부
  3531. var isLogin = document.cookie.match(/(?:^| |;)iscache=F/) ? true : false
  3532. if (isLogin) {
  3533. return;
  3534. }
  3535. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3536. var iSeqnoExpiretime;
  3537. var iSeqNoKey;
  3538. if (sLoginKeepingInfo == null) {
  3539. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3540. iSeqNoKey = localStorage.getItem('seq_no_key');
  3541. // 유효시간, key 값 확인
  3542. if (iSeqnoExpiretime === null || iSeqNoKey === null) {
  3543. return;
  3544. }
  3545. } else {
  3546. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3547. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3548. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3549. if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) {
  3550. return;
  3551. }
  3552. }
  3553. if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) {
  3554. return;
  3555. }
  3556. useLoginKeepingSubmit();
  3557. }
  3558. function findGetParamValue(paramKey)
  3559. {
  3560. var result = null,
  3561. tmp = [];
  3562. location.search.substr(1).split('&').forEach(function (item) {
  3563. tmp = item.split('=');
  3564. if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]);
  3565. });
  3566. return result;
  3567. }
  3568. function useLoginKeepingSubmit()
  3569. {
  3570. var iSeqnoExpiretime;
  3571. var iSeqNoKey;
  3572. var sUseLoginKeepingIp;
  3573. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3574. if (sLoginKeepingInfo == null) {
  3575. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3576. iSeqNoKey = localStorage.getItem('seq_no_key');
  3577. } else {
  3578. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3579. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3580. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3581. sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip;
  3582. }
  3583. var oForm = document.createElement('form');
  3584. oForm.method = 'post';
  3585. oForm.action = '/exec/front/member/LoginKeeping';
  3586. document.body.appendChild(oForm);
  3587. var oSeqNoObj = document.createElement('input');
  3588. oSeqNoObj.name = 'seq_no_key';
  3589. oSeqNoObj.type = 'hidden';
  3590. oSeqNoObj.value = iSeqNoKey;
  3591. oForm.appendChild(oSeqNoObj);
  3592. oSeqNoObj = document.createElement('input');
  3593. oSeqNoObj.name = 'seq_no_key_expiretime';
  3594. oSeqNoObj.type = 'hidden';
  3595. oSeqNoObj.value = iSeqnoExpiretime;
  3596. oForm.appendChild(oSeqNoObj);
  3597. var returnUrl = findGetParamValue('returnUrl');
  3598. if (returnUrl == '' || returnUrl == null) {
  3599. returnUrl = location.pathname + location.search;
  3600. }
  3601. oSeqNoObj = document.createElement('input');
  3602. oSeqNoObj.name = 'returnUrl';
  3603. oSeqNoObj.type = 'hidden';
  3604. oSeqNoObj.value = returnUrl;
  3605. oForm.appendChild(oSeqNoObj);
  3606. if (sUseLoginKeepingIp != undefined) {
  3607. oSeqNoObj = document.createElement('input');
  3608. oSeqNoObj.name = 'use_login_keeping_ip';
  3609. oSeqNoObj.type = 'hidden';
  3610. oSeqNoObj.value = sUseLoginKeepingIp;
  3611. oForm.appendChild(oSeqNoObj);
  3612. }
  3613. oForm.submit();
  3614. isUseLoginKeepingSubmit = true;
  3615. }
  3616. isUseLoginKeeping();
  3617. } catch(e) {
  3618. }
  3619. var bUseElastic = false;
  3620. var sSearchBannerUseFlag = 'F';
  3621. 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;
  3622. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}
  3623. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}
  3624. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}
  3625. if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({"bIsUseLikeProduct":false,"bIsUseLikeCategory":false});}
  3626. if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT !== "undefined") {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk = 'F';}
  3627. var basket_result = '/product/add_basket.html';
  3628. var basket_option = '/product/basket_option.html';
  3629. 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"};
  3630. var sMileageName = '적립금';
  3631. var sMileageUnit = '[:PRICE:]원';
  3632. var sDepositName = '예치금';
  3633. var sDepositUnit = '원';
  3634. 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'},{'src':'https://static.alphwidget.com/script/Push-Script/PRODUCTION/alphapush_mileage.js?vs=20250717230705.1&client_id=tgHZp6LCG5KuklqvIYgrtB'},{'src':'https://static.alphwidget.com/script/Push-Script/PRODUCTION/alphapush_onsite.js?vs=20250717231742.1&client_id=tgHZp6LCG5KuklqvIYgrtB'}];
  3635. 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'];
  3636. var EC_APPSCRIPT_ASSIGN_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_ASSIGN_DATA');
  3637. var EC_APPSCRIPT_SDK_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_SDK_DATA');
  3638. </script></body></html>
  3639.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda