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'}}); } }); }, calculatePayment: function (mall_id, request_time, app_key, member_id, request_data_json, hmac, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.calculatePayment(mall_id, request_time, app_key, member_id, request_data_json, hmac).then(function(data){ callback(null, {'expected_payment': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error('422'), {'error': {code: 422, message: 'This sdk is not available on the current page'}}); } }); }, precreateOrderV2: function (mall_id, time, app_key, member_id, request_data_json, hmac, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.precreateOrderV2(mall_id, time, app_key, member_id, request_data_json, hmac).then(function(data){ callback(null, {'order': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error('422'), {'error': {code: 422, message: 'This sdk is not available on the current page'}}); } }); }, getOrderItemList: function (start_date, end_date, order_status, page, count, order_id, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderItemList(start_date, end_date, order_status, page, count, order_id).then(function(data){ callback(null, {'items': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, getOrderDetailInfo: function (shop_no, order_id, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderDetailInfo(shop_no, order_id).then(function(data){ callback(null, {'orders': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, getClaimableItemList: function (order_id, customer_service_type, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getClaimableItemList(order_id, customer_service_type).then(function(data){ callback(null, {'items': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, emptyCart: function (basket_shipping_type, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.emptyCart(basket_shipping_type).then(function (data) { callback(null, {'result': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) ; }, deleteCartItems: function (basket_shipping_type, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.deleteCartItems(basket_shipping_type, product_list).then(function (data) { callback(null, {'result': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) ; }, addCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.addCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) }, addBundleProductsCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.addBundleProductsCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) }, get : function(url, callback) { return CAFE24API.complete('GET', url, this, null, callback); }, post : function(url, params, callback) { return CAFE24API.complete('POST', url, this, params, callback); }, put : function(url, params, callback) { return CAFE24API.complete('PUT', url, this, params, callback); }, delete : function(url, callback) { return CAFE24API.complete('DELETE', url, this, null, callback); }, complete : function(method, url, obj, params, callback) { var xhr = CAFE24API.sendXhr(method, url, obj, params, callback); xhr.onreadystatechange = function () { if (xhr.readyState === XMLHttpRequest.DONE) { if (xhr.status >= 200 && xhr.status <= 208) { callback(null, JSON.parse(xhr.responseText)); } else { callback(new Error(xhr.status), JSON.parse(xhr.responseText)); } } }; }, sendXhr : function (method, url, obj, params, callback) { if (method !== 'POST') { var url = obj.fullPath(url); } var xhr = obj.initializeXhr(); var queryVars = {}; if (obj.clientId) 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 = '2511051436';
  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-11-08","locale":"ko"},"aProductPurchaseInfo_12564":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12567":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12561":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12562":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12558":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12565":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12566":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12560":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12550":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12553":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12563":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12395":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12452":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12459":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12467":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12470":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12481":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12416":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12487":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12559":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11714":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11716":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10739":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12557":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11717":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12554":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12552":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12551":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12555":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12545":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12549":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12547":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12539":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12546":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12541":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12543":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11683":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12548":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12532":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12542":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12536":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12544":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12534":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12540":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12537":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12535":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12538":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12533":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12519":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12526":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12523":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12516":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12522":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12525":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12517":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12524":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12521":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12520":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12527":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12518":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12514":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12511":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12508":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12515":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12512":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12510":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12507":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12509":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12513":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11634":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_9861":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12493":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12498":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12496":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12501":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12492":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11737":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12499":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11707":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12497":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12502":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12489":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12485":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12484":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12486":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12488":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11676":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10943":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11677":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11678":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11730":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11756":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10150":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12478":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12483":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12480":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12477":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12482":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12474":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12479":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12476":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12473":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12471":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11745":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12556":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12531":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12530":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12529":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12528":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12436":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10744":{"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_12087":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12047":{"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":2511051436,"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_12564" class="xans-record-">
  753.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12564&cate_no=1&display_group=5';">
  754.                   <div class="thumbnail">
  755.                       <a href="/product/detail.html?product_no=12564&cate_no=1&display_group=5" name="anchorBoxName_12564"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/9b6c6497e3f10b8c47c1025dbe9f0161.webp" id="eListPrdImage12564_5" alt="차르르부들긴팔티-t"></a>
  756.                   </div>  
  757.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12564&cate_no=1&display_group=5';">
  758.                     <div class="inner">
  759.                       <p class="name"><a href="/product/detail.html?product_no=12564&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_12567" class="xans-record-">
  781.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12567&cate_no=1&display_group=5';">
  782.                   <div class="thumbnail">
  783.                       <a href="/product/detail.html?product_no=12567&cate_no=1&display_group=5" name="anchorBoxName_12567"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/e19cad799dedc5be534d4f10c4b5d8fa.webp" id="eListPrdImage12567_5" alt="기모더블라인스트링팬츠-p ㅣ 그레이 ㅣ m - l size"></a>
  784.                   </div>  
  785.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12567&cate_no=1&display_group=5';">
  786.                     <div class="inner">
  787.                       <p class="name"><a href="/product/detail.html?product_no=12567&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">기모더블라인스트링팬츠-p ㅣ 그레이 ㅣ m - l size</span>      </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:#008BCC;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  790. </ul>
  791.                     </div>
  792.                    </div>
  793.                  </div>
  794.               </li>
  795.                
  796.                              <li id="anchorBoxId_12561" class="xans-record-">
  797.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12561&cate_no=1&display_group=5';">
  798.                   <div class="thumbnail">
  799.                       <a href="/product/detail.html?product_no=12561&cate_no=1&display_group=5" name="anchorBoxName_12561"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/662b90bb9110e9114335dda9e5229244.webp" id="eListPrdImage12561_5" alt="버건디골덴팬츠-p ㅣ s - l size"></a>
  800.                   </div>  
  801.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12561&cate_no=1&display_group=5';">
  802.                     <div class="inner">
  803.                       <p class="name"><a href="/product/detail.html?product_no=12561&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">버건디골덴팬츠-p ㅣ s - l size</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>
  804.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  805. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">42,000won</span></li>
  806. <li class=" xans-record-">
  807. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">39,900won</span><span id="span_product_tax_type_text" style=""> </span></li>
  808. </ul>
  809.                     </div>
  810.                    </div>
  811.                  </div>
  812.               </li>
  813.                
  814.                
  815.                
  816.           </ul>
  817.              
  818.              
  819.           <ul class="prdList grid2 best_ul right_sec">
  820.          
  821.               <li>
  822.                    <div id="main_slide1">
  823.           <div class="dj_slider_1">  
  824.                
  825.                  <div class="slider_1">  
  826.                            
  827.                                     <!----------------
  828.  
  829.                                     메인 이미지 롤링
  830.                                     이미지사이즈 909 * 1160
  831.                                     onclick="window.location.href='링크주소';"
  832.  
  833.                                     ------------------>                          
  834.                                     <div onclick="window.location.href='https://www.ssoaeng.co.kr/product/detail.html?product_no=12421&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_imgaaaa1-1.jpg" style="width:100%"></div>        
  835.                 </div>  
  836.  
  837.                
  838. <script type="text/javascript" src="/_dj/js/slick/slick.min.js"></script>
  839.                  <!--
  840.  
  841.                  autoplaySpeed: 4000 에서 속도를 조절하시면 됩니다. 1000 = 1초
  842.  
  843.                  -->
  844.                  <script type="text/javascript">
  845.                  $('.slider_1').slick({      
  846.                  autoplay: true,
  847.                  customPaging : function(slider_1, i) {
  848.                  var thumb = $(slider_1.$slides[i]).data('thumb');
  849.                  return ''+thumb+'';},
  850.                 autoplaySpeed: 9000,
  851.                 dots: false,
  852.                  arrow: true,
  853.                  infinite: true,
  854.                  speed: 300,              
  855.                  cssEase: 'linear',
  856.                 accessibility: false,
  857.                 pauseOnHover: false,          
  858.                 });
  859.                 </script>
  860.       </div>  
  861.            </div>    
  862.            </li>
  863.        
  864.            <li id="anchorBoxId_12562" class="xans-record-">
  865.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12562&cate_no=1&display_group=5';">
  866.                   <div class="thumbnail">
  867.                       <a href="/product/detail.html?product_no=12562&cate_no=1&display_group=5" name="anchorBoxName_12562"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/af3c01f8eed027a6d6e8a205b13cc116.jpg" id="eListPrdImage12562_5" alt="기모어크로후드티-t"></a>
  868.                   </div>  
  869.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12562&cate_no=1&display_group=5';">
  870.                     <div class="inner">
  871.                       <p class="name"><a href="/product/detail.html?product_no=12562&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>
  872.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  873. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">59,000won</span></li>
  874. <li class=" xans-record-">
  875. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">56,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  876. </ul>
  877.                     </div>
  878.                    </div>
  879.                  </div>
  880.               </li>
  881.                
  882.              
  883.             <li id="anchorBoxId_12558" class="xans-record-">
  884.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=12558&cate_no=1&display_group=5';">
  885.                   <div class="thumbnail">
  886.                       <a href="/product/detail.html?product_no=12558&cate_no=1&display_group=5" name="anchorBoxName_12558"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/a3bef2fdabab64bcc2d25746914f44b6.webp" id="eListPrdImage12558_5" alt="USC맨투맨-mtm"></a>
  887.                   </div>  
  888.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12558&cate_no=1&display_group=5';">
  889.                     <div class="inner">
  890.                       <p class="name"><a href="/product/detail.html?product_no=12558&cate_no=1&display_group=5" class=""><span class="" style="font-size:12px;color:#555555;">USC맨투맨-mtm</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>
  891.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  892. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#555555;text-decoration:line-through;">29,000won</span></li>
  893. <li class=" xans-record-">
  894. <p class="title2 displaynone"></p><span class="" style="font-size:12px;color:#008BCC;font-weight:bold;">27,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  895. </ul>
  896.                     </div>
  897.                    </div>
  898.                  </div>
  899.               </li>
  900.                
  901.          </ul>
  902.       </div>
  903. </div>
  904.  
  905.       <!-- //추천상품 -->
  906.  
  907.  
  908. <!-- [UPSELL] timesale -->
  909. <upsell-widget-timesale data-widget-id="9426" data-content-center="false" style="--container-max-width: 1200px; --mobile-padding: 0 15px"></upsell-widget-timesale>
  910. <!-- [UPSELL] timesale -->    
  911.  
  912. <!-- [UPSELL] main-page -->
  913. <upsell-widget-main-page data-widget-id="9423"></upsell-widget-main-page>
  914. <!-- [UPSELL] main-page -->
  915.    
  916.    
  917.      <!-- //추천상품 -->
  918.       <div class="xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product new_item"><!--
  919.               $count = 6
  920.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  921.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  922.           -->
  923. <div class="main_item_list">
  924.             <ul class="prdList grid3">  
  925.        
  926.                 <li id="anchorBoxId_12565" class="xans-record-">
  927.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12565&cate_no=1&display_group=2';">
  928.                   <div class="thumbnail">
  929.                       <a href="/product/detail.html?product_no=12565&cate_no=1&display_group=2" name="anchorBoxName_12565"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d582853034bfffb16e9f19ed0a17d842.webp" id="eListPrdImage12565_2" alt="스트라이프데님팬츠-p ㅣ s - l size"></a>
  930.                   </div>  
  931.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12565&cate_no=1&display_group=2';">
  932.                     <div class="inner">
  933.                       <p class="name"><a href="/product/detail.html?product_no=12565&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프데님팬츠-p ㅣ s - l size</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>
  934.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  935. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">44,000won</span></li>
  936. <li class=" xans-record-">
  937. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">41,800won</span><span id="span_product_tax_type_text" style=""> </span></li>
  938. </ul>
  939.                     </div>
  940.                    </div>
  941.                  </div>
  942.               </li>
  943.                
  944.                
  945.              <li id="anchorBoxId_12566" class="xans-record-">
  946.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12566&cate_no=1&display_group=2';">
  947.                   <div class="thumbnail">
  948.                       <a href="/product/detail.html?product_no=12566&cate_no=1&display_group=2" name="anchorBoxName_12566"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/fb736da699fc398ef4372942e00794ec.webp" id="eListPrdImage12566_2" alt="기모후리스맨투맨-mtm"></a>
  949.                   </div>  
  950.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12566&cate_no=1&display_group=2';">
  951.                     <div class="inner">
  952.                       <p class="name"><a href="/product/detail.html?product_no=12566&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">기모후리스맨투맨-mtm</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>
  953.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  954. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">38,000won</span></li>
  955. <li class=" xans-record-">
  956. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">36,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  957. </ul>
  958.                     </div>
  959.                    </div>
  960.                  </div>
  961.               </li>
  962.               <li id="anchorBoxId_12560" class="xans-record-">
  963.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12560&cate_no=1&display_group=2';">
  964.                   <div class="thumbnail">
  965.                       <a href="/product/detail.html?product_no=12560&cate_no=1&display_group=2" name="anchorBoxName_12560"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d1a64f7dfea1d98fa71b283ec1f0fed0.jpg" id="eListPrdImage12560_2" alt="기모더로드피그후드티-t"></a>
  966.                   </div>  
  967.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12560&cate_no=1&display_group=2';">
  968.                     <div class="inner">
  969.                       <p class="name"><a href="/product/detail.html?product_no=12560&cate_no=1&display_group=2" 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>
  970.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  971. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">59,000won</span></li>
  972. <li class=" xans-record-">
  973. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,100won</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_12550" class="xans-record-">
  980.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12550&cate_no=1&display_group=2';">
  981.                   <div class="thumbnail">
  982.                       <a href="/product/detail.html?product_no=12550&cate_no=1&display_group=2" name="anchorBoxName_12550"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/9e4a48837a1567f9f87611e5a44c1c2c.jpg" id="eListPrdImage12550_2" alt="기모스카피그후드티-t"></a>
  983.                   </div>  
  984.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12550&cate_no=1&display_group=2';">
  985.                     <div class="inner">
  986.                       <p class="name"><a href="/product/detail.html?product_no=12550&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">기모스카피그후드티-t</span>      </a></p>
  987.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  988. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">53,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  989. </ul>
  990.                     </div>
  991.                    </div>
  992.                  </div>
  993.               </li>
  994. <li id="anchorBoxId_12553" class="xans-record-">
  995.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12553&cate_no=1&display_group=2';">
  996.                   <div class="thumbnail">
  997.                       <a href="/product/detail.html?product_no=12553&cate_no=1&display_group=2" name="anchorBoxName_12553"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/ec2db9f67ab2c09949dd8799247881e8.webp" id="eListPrdImage12553_2" alt="밑단호피롤업-p ㅣ s - m size"></a>
  998.                   </div>  
  999.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12553&cate_no=1&display_group=2';">
  1000.                     <div class="inner">
  1001.                       <p class="name"><a href="/product/detail.html?product_no=12553&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">밑단호피롤업-p ㅣ s - m size</span>      </a></p>
  1002.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  1003. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">65,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1004. </ul>
  1005.                     </div>
  1006.                    </div>
  1007.                  </div>
  1008.               </li>
  1009. <li id="anchorBoxId_12563" class="xans-record-">
  1010.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=12563&cate_no=1&display_group=2';">
  1011.                   <div class="thumbnail">
  1012.                       <a href="/product/detail.html?product_no=12563&cate_no=1&display_group=2" name="anchorBoxName_12563"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/68067e6f40fbdaab9a25630e05e4aea9.webp" id="eListPrdImage12563_2" alt="도톰레더자켓-jk ㅣ 블랙"></a>
  1013.                   </div>  
  1014.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12563&cate_no=1&display_group=2';">
  1015.                     <div class="inner">
  1016.                       <p class="name"><a href="/product/detail.html?product_no=12563&cate_no=1&display_group=2" class=""><span class="" style="font-size:11px;color:#222222;">도톰레더자켓-jk ㅣ 블랙</span>      </a></p>
  1017.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  1018. <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>
  1019. </ul>
  1020.                     </div>
  1021.                    </div>
  1022.                  </div>
  1023.               </li>
  1024.           </ul>
  1025.       </div>
  1026. </div>
  1027.       <!-- //추천상품 -->
  1028.    
  1029. </div>
  1030.    
  1031.  
  1032.  
  1033.  
  1034.  
  1035.      <!-- BEST -->
  1036.       <div class="xans-element- xans-product xans-product-listmain-11 xans-product-listmain xans-product-11 ec-base-product new_item"><!--
  1037.               $count = 8
  1038.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1039.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1040.           -->
  1041. <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>
  1042. <div class="main_item_list">
  1043.             <ul class="prdList grid4">  
  1044.        
  1045.                 <li id="anchorBoxId_12395" class="xans-record-">
  1046.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12395&cate_no=1&display_group=12';">
  1047.                   <div class="thumbnail">
  1048.                       <a href="/product/detail.html?product_no=12395&cate_no=1&display_group=12" name="anchorBoxName_12395"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/3a038662878956d5dd8aa106b92f900f.webp" id="eListPrdImage12395_12" alt="후드긴팔원피스-ops"></a>
  1049.                   </div>  
  1050.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12395&cate_no=1&display_group=12';">
  1051.                     <div class="inner">
  1052.                       <p class="name"><a href="/product/detail.html?product_no=12395&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">후드긴팔원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1053.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1054. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1055. <li class=" xans-record-">
  1056. <p class="title2 displaynone"></p></li>
  1057. </ul>
  1058.                     </div>
  1059.                    </div>
  1060.                  </div>
  1061.               </li>
  1062.                
  1063.                
  1064.            
  1065.               <li id="anchorBoxId_12452" class="xans-record-">
  1066.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12452&cate_no=1&display_group=12';">
  1067.                   <div class="thumbnail">
  1068.                       <a href="/product/detail.html?product_no=12452&cate_no=1&display_group=12" name="anchorBoxName_12452"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/d83c8227dff63c0df106c4e240340275.webp" id="eListPrdImage12452_12" alt="빈티지스트라이프롱팬츠-p ㅣ 레드"></a>
  1069.                   </div>  
  1070.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12452&cate_no=1&display_group=12';">
  1071.                     <div class="inner">
  1072.                       <p class="name"><a href="/product/detail.html?product_no=12452&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">빈티지스트라이프롱팬츠-p ㅣ 레드</span>      </a></p>
  1073.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1074. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1075. <li class=" xans-record-">
  1076. <p class="title2 displaynone"></p></li>
  1077. </ul>
  1078.                     </div>
  1079.                    </div>
  1080.                  </div>
  1081.               </li>
  1082. <li id="anchorBoxId_12459" class="xans-record-">
  1083.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12459&cate_no=1&display_group=12';">
  1084.                   <div class="thumbnail">
  1085.                       <a href="/product/detail.html?product_no=12459&cate_no=1&display_group=12" name="anchorBoxName_12459"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/20a78381323d616f4568ed180e2d8b32.jpg" id="eListPrdImage12459_12" alt="소프트베이직반팔티-t ㅣ 퍼플"></a>
  1086.                   </div>  
  1087.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12459&cate_no=1&display_group=12';">
  1088.                     <div class="inner">
  1089.                       <p class="name"><a href="/product/detail.html?product_no=12459&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">소프트베이직반팔티-t ㅣ 퍼플</span>      </a></p>
  1090.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1091. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">18,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1092. <li class=" xans-record-">
  1093. <p class="title2 displaynone"></p></li>
  1094. </ul>
  1095.                     </div>
  1096.                    </div>
  1097.                  </div>
  1098.               </li>
  1099. <li id="anchorBoxId_12467" class="xans-record-">
  1100.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12467&cate_no=1&display_group=12';">
  1101.                   <div class="thumbnail">
  1102.                       <a href="/product/detail.html?product_no=12467&cate_no=1&display_group=12" name="anchorBoxName_12467"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/7f7beea9ac3d09345ae677974e140470.jpg" id="eListPrdImage12467_12" alt="홀단추니트가디건 ㅣ 네이비"></a>
  1103.                   </div>  
  1104.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12467&cate_no=1&display_group=12';">
  1105.                     <div class="inner">
  1106.                       <p class="name"><a href="/product/detail.html?product_no=12467&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">홀단추니트가디건 ㅣ 네이비</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1107.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1108. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1109. <li class=" xans-record-">
  1110. <p class="title2 displaynone"></p></li>
  1111. </ul>
  1112.                     </div>
  1113.                    </div>
  1114.                  </div>
  1115.               </li>
  1116. <li id="anchorBoxId_12470" class="xans-record-">
  1117.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12470&cate_no=1&display_group=12';">
  1118.                   <div class="thumbnail">
  1119.                       <a href="/product/detail.html?product_no=12470&cate_no=1&display_group=12" name="anchorBoxName_12470"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/8b47c34779671d53d3818d92ae976210.webp" id="eListPrdImage12470_12" alt="홀단추니트가디건 ㅣ 블랙"></a>
  1120.                   </div>  
  1121.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12470&cate_no=1&display_group=12';">
  1122.                     <div class="inner">
  1123.                       <p class="name"><a href="/product/detail.html?product_no=12470&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">홀단추니트가디건 ㅣ 블랙</span>      </a></p>
  1124.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1125. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1126. <li class=" xans-record-">
  1127. <p class="title2 displaynone"></p></li>
  1128. </ul>
  1129.                     </div>
  1130.                    </div>
  1131.                  </div>
  1132.               </li>
  1133. <li id="anchorBoxId_12481" class="xans-record-">
  1134.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12481&cate_no=1&display_group=12';">
  1135.                   <div class="thumbnail">
  1136.                       <a href="/product/detail.html?product_no=12481&cate_no=1&display_group=12" name="anchorBoxName_12481"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/5dfd0df6c8a4eca644ed1db6e957fa2e.webp" id="eListPrdImage12481_12" alt="멜빵점프수트-pt"></a>
  1137.                   </div>  
  1138.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12481&cate_no=1&display_group=12';">
  1139.                     <div class="inner">
  1140.                       <p class="name"><a href="/product/detail.html?product_no=12481&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">멜빵점프수트-pt</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1141.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1142. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1143. <li class=" xans-record-">
  1144. <p class="title2 displaynone"></p></li>
  1145. </ul>
  1146.                     </div>
  1147.                    </div>
  1148.                  </div>
  1149.               </li>
  1150. <li id="anchorBoxId_12416" class="xans-record-">
  1151.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12416&cate_no=1&display_group=12';">
  1152.                   <div class="thumbnail">
  1153.                       <a href="/product/detail.html?product_no=12416&cate_no=1&display_group=12" name="anchorBoxName_12416"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/c84f0f59c35ca4b9292d9e18d18fbfed.webp" id="eListPrdImage12416_12" alt="기본베이직긴팔티-t"></a>
  1154.                   </div>  
  1155.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12416&cate_no=1&display_group=12';">
  1156.                     <div class="inner">
  1157.                       <p class="name"><a href="/product/detail.html?product_no=12416&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>
  1158.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1159. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#111111;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1160. <li class=" xans-record-">
  1161. <p class="title2 displaynone"></p></li>
  1162. </ul>
  1163.                     </div>
  1164.                    </div>
  1165.                  </div>
  1166.               </li>
  1167. <li id="anchorBoxId_12487" class="xans-record-">
  1168.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12487&cate_no=1&display_group=12';">
  1169.                   <div class="thumbnail">
  1170.                       <a href="/product/detail.html?product_no=12487&cate_no=1&display_group=12" name="anchorBoxName_12487"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/87074c137dff7c50a3c99fad6e471178.webp" id="eListPrdImage12487_12" alt="곰돌이울니트가디건"></a>
  1171.                   </div>  
  1172.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12487&cate_no=1&display_group=12';">
  1173.                     <div class="inner">
  1174.                       <p class="name"><a href="/product/detail.html?product_no=12487&cate_no=1&display_group=12" class=""><span class="" style="font-size:11px;color:#111111;">곰돌이울니트가디건</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1175.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1176. <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>
  1177. <li class=" xans-record-">
  1178. <p class="title2 displaynone"></p></li>
  1179. </ul>
  1180.                     </div>
  1181.                    </div>
  1182.                  </div>
  1183.               </li>
  1184.           </ul>
  1185.       </div>
  1186. </div>
  1187.       <!-- //BEST -->
  1188.    
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.    
  1197.      <!-- //신상품 -->
  1198.       <div class="xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product new_item"><!--
  1199.               $count = 100
  1200.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1201.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1202.           -->
  1203. <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>
  1204. <div class="main_item_list">
  1205.             <ul class="prdList grid4">  
  1206.        
  1207.                 <li id="anchorBoxId_12565" class="xans-record-">
  1208.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12565&cate_no=1&display_group=3';">
  1209.                   <div class="thumbnail">
  1210.                       <a href="/product/detail.html?product_no=12565&cate_no=1&display_group=3" name="anchorBoxName_12565"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d582853034bfffb16e9f19ed0a17d842.webp" id="eListPrdImage12565_3" alt="스트라이프데님팬츠-p ㅣ s - l size"></a>
  1211.                   </div>  
  1212.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12565&cate_no=1&display_group=3';">
  1213.                     <div class="inner">
  1214.                       <p class="name"><a href="/product/detail.html?product_no=12565&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프데님팬츠-p ㅣ s - l size</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>
  1215.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1216. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">44,000won</span></li>
  1217. <li class=" xans-record-">
  1218. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">41,800won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1219. </ul>
  1220.                     </div>
  1221.                    </div>
  1222.                  </div>
  1223.               </li>
  1224.                
  1225.                
  1226.            
  1227.               <li id="anchorBoxId_12566" class="xans-record-">
  1228.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12566&cate_no=1&display_group=3';">
  1229.                   <div class="thumbnail">
  1230.                       <a href="/product/detail.html?product_no=12566&cate_no=1&display_group=3" name="anchorBoxName_12566"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/fb736da699fc398ef4372942e00794ec.webp" id="eListPrdImage12566_3" alt="기모후리스맨투맨-mtm"></a>
  1231.                   </div>  
  1232.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12566&cate_no=1&display_group=3';">
  1233.                     <div class="inner">
  1234.                       <p class="name"><a href="/product/detail.html?product_no=12566&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모후리스맨투맨-mtm</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>
  1235.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1236. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">38,000won</span></li>
  1237. <li class=" xans-record-">
  1238. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">36,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1239. </ul>
  1240.                     </div>
  1241.                    </div>
  1242.                  </div>
  1243.               </li>
  1244. <li id="anchorBoxId_12560" class="xans-record-">
  1245.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12560&cate_no=1&display_group=3';">
  1246.                   <div class="thumbnail">
  1247.                       <a href="/product/detail.html?product_no=12560&cate_no=1&display_group=3" name="anchorBoxName_12560"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d1a64f7dfea1d98fa71b283ec1f0fed0.jpg" id="eListPrdImage12560_3" alt="기모더로드피그후드티-t"></a>
  1248.                   </div>  
  1249.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12560&cate_no=1&display_group=3';">
  1250.                     <div class="inner">
  1251.                       <p class="name"><a href="/product/detail.html?product_no=12560&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>
  1252.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1253. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">59,000won</span></li>
  1254. <li class=" xans-record-">
  1255. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1256. </ul>
  1257.                     </div>
  1258.                    </div>
  1259.                  </div>
  1260.               </li>
  1261. <li id="anchorBoxId_12559" class="xans-record-">
  1262.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12559&cate_no=1&display_group=3';">
  1263.                   <div class="thumbnail">
  1264.                       <a href="/product/detail.html?product_no=12559&cate_no=1&display_group=3" name="anchorBoxName_12559"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/4faa2e6a87db32906a1be46e72e5b5db.jpg" id="eListPrdImage12559_3" alt="새틴롱스커트-sk ㅣ 블랙"></a>
  1265.                   </div>  
  1266.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12559&cate_no=1&display_group=3';">
  1267.                     <div class="inner">
  1268.                       <p class="name"><a href="/product/detail.html?product_no=12559&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">새틴롱스커트-sk ㅣ 블랙</span>      </a></p>
  1269.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1270. <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>
  1271. </ul>
  1272.                     </div>
  1273.                    </div>
  1274.                  </div>
  1275.               </li>
  1276. <li id="anchorBoxId_11714" class="xans-record-">
  1277.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11714&cate_no=1&display_group=3';">
  1278.                   <div class="thumbnail">
  1279.                       <a href="/product/detail.html?product_no=11714&cate_no=1&display_group=3" name="anchorBoxName_11714"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/1e7fbe168b0dc7aaba93d91e9b37af22.webp" id="eListPrdImage11714_3" alt="테느 카라-t"></a>
  1280.                   </div>  
  1281.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11714&cate_no=1&display_group=3';">
  1282.                     <div class="inner">
  1283.                       <p class="name"><a href="/product/detail.html?product_no=11714&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>
  1284.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1285. <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>
  1286. </ul>
  1287.                     </div>
  1288.                    </div>
  1289.                  </div>
  1290.               </li>
  1291. <li id="anchorBoxId_12558" class="xans-record-">
  1292.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12558&cate_no=1&display_group=3';">
  1293.                   <div class="thumbnail">
  1294.                       <a href="/product/detail.html?product_no=12558&cate_no=1&display_group=3" name="anchorBoxName_12558"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/a3bef2fdabab64bcc2d25746914f44b6.webp" id="eListPrdImage12558_3" alt="USC맨투맨-mtm"></a>
  1295.                   </div>  
  1296.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12558&cate_no=1&display_group=3';">
  1297.                     <div class="inner">
  1298.                       <p class="name"><a href="/product/detail.html?product_no=12558&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">USC맨투맨-mtm</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>
  1299.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1300. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">29,000won</span></li>
  1301. <li class=" xans-record-">
  1302. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">27,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1303. </ul>
  1304.                     </div>
  1305.                    </div>
  1306.                  </div>
  1307.               </li>
  1308. <li id="anchorBoxId_12567" class="xans-record-">
  1309.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12567&cate_no=1&display_group=3';">
  1310.                   <div class="thumbnail">
  1311.                       <a href="/product/detail.html?product_no=12567&cate_no=1&display_group=3" name="anchorBoxName_12567"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/e19cad799dedc5be534d4f10c4b5d8fa.webp" id="eListPrdImage12567_3" alt="기모더블라인스트링팬츠-p ㅣ 그레이 ㅣ m - l size"></a>
  1312.                   </div>  
  1313.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12567&cate_no=1&display_group=3';">
  1314.                     <div class="inner">
  1315.                       <p class="name"><a href="/product/detail.html?product_no=12567&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모더블라인스트링팬츠-p ㅣ 그레이 ㅣ m - l size</span>      </a></p>
  1316.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1317. <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>
  1318. </ul>
  1319.                     </div>
  1320.                    </div>
  1321.                  </div>
  1322.               </li>
  1323. <li id="anchorBoxId_12564" class="xans-record-">
  1324.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12564&cate_no=1&display_group=3';">
  1325.                   <div class="thumbnail">
  1326.                       <a href="/product/detail.html?product_no=12564&cate_no=1&display_group=3" name="anchorBoxName_12564"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/9b6c6497e3f10b8c47c1025dbe9f0161.webp" id="eListPrdImage12564_3" alt="차르르부들긴팔티-t"></a>
  1327.                   </div>  
  1328.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12564&cate_no=1&display_group=3';">
  1329.                     <div class="inner">
  1330.                       <p class="name"><a href="/product/detail.html?product_no=12564&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>
  1331.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1332. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">32,000won</span></li>
  1333. <li class=" xans-record-">
  1334. <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>
  1335. </ul>
  1336.                     </div>
  1337.                    </div>
  1338.                  </div>
  1339.               </li>
  1340. <li id="anchorBoxId_12562" class="xans-record-">
  1341.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12562&cate_no=1&display_group=3';">
  1342.                   <div class="thumbnail">
  1343.                       <a href="/product/detail.html?product_no=12562&cate_no=1&display_group=3" name="anchorBoxName_12562"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/af3c01f8eed027a6d6e8a205b13cc116.jpg" id="eListPrdImage12562_3" alt="기모어크로후드티-t"></a>
  1344.                   </div>  
  1345.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12562&cate_no=1&display_group=3';">
  1346.                     <div class="inner">
  1347.                       <p class="name"><a href="/product/detail.html?product_no=12562&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>
  1348.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1349. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">59,000won</span></li>
  1350. <li class=" xans-record-">
  1351. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">56,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1352. </ul>
  1353.                     </div>
  1354.                    </div>
  1355.                  </div>
  1356.               </li>
  1357. <li id="anchorBoxId_12561" class="xans-record-">
  1358.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12561&cate_no=1&display_group=3';">
  1359.                   <div class="thumbnail">
  1360.                       <a href="/product/detail.html?product_no=12561&cate_no=1&display_group=3" name="anchorBoxName_12561"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/662b90bb9110e9114335dda9e5229244.webp" id="eListPrdImage12561_3" alt="버건디골덴팬츠-p ㅣ s - l size"></a>
  1361.                   </div>  
  1362.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12561&cate_no=1&display_group=3';">
  1363.                     <div class="inner">
  1364.                       <p class="name"><a href="/product/detail.html?product_no=12561&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">버건디골덴팬츠-p ㅣ s - l size</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>
  1365.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1366. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;text-decoration:line-through;">42,000won</span></li>
  1367. <li class=" xans-record-">
  1368. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">39,900won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1369. </ul>
  1370.                     </div>
  1371.                    </div>
  1372.                  </div>
  1373.               </li>
  1374. <li id="anchorBoxId_11716" class="xans-record-">
  1375.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11716&cate_no=1&display_group=3';">
  1376.                   <div class="thumbnail">
  1377.                       <a href="/product/detail.html?product_no=11716&cate_no=1&display_group=3" name="anchorBoxName_11716"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/a0310950dbf6c20d1658dd08584b76ef.webp" id="eListPrdImage11716_3" alt="박시핏니트퍼가디건"></a>
  1378.                   </div>  
  1379.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11716&cate_no=1&display_group=3';">
  1380.                     <div class="inner">
  1381.                       <p class="name"><a href="/product/detail.html?product_no=11716&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_60.gif"  alt="" /> </a></p>
  1382.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1383. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">73,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1384. </ul>
  1385.                     </div>
  1386.                    </div>
  1387.                  </div>
  1388.               </li>
  1389. <li id="anchorBoxId_12563" class="xans-record-">
  1390.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12563&cate_no=1&display_group=3';">
  1391.                   <div class="thumbnail">
  1392.                       <a href="/product/detail.html?product_no=12563&cate_no=1&display_group=3" name="anchorBoxName_12563"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/68067e6f40fbdaab9a25630e05e4aea9.webp" id="eListPrdImage12563_3" alt="도톰레더자켓-jk ㅣ 블랙"></a>
  1393.                   </div>  
  1394.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12563&cate_no=1&display_group=3';">
  1395.                     <div class="inner">
  1396.                       <p class="name"><a href="/product/detail.html?product_no=12563&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">도톰레더자켓-jk ㅣ 블랙</span>      </a></p>
  1397.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1398. <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>
  1399. </ul>
  1400.                     </div>
  1401.                    </div>
  1402.                  </div>
  1403.               </li>
  1404. <li id="anchorBoxId_10739" class="xans-record-">
  1405.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10739&cate_no=1&display_group=3';">
  1406.                   <div class="thumbnail">
  1407.                       <a href="/product/detail.html?product_no=10739&cate_no=1&display_group=3" name="anchorBoxName_10739"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202310/5a852d9b7f8c7e3ef0959a4e759e7787.webp" id="eListPrdImage10739_3" alt="레더블루종점퍼-jp ㅣ 3온스 안감"></a>
  1408.                   </div>  
  1409.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10739&cate_no=1&display_group=3';">
  1410.                     <div class="inner">
  1411.                       <p class="name"><a href="/product/detail.html?product_no=10739&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레더블루종점퍼-jp ㅣ 3온스 안감</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1412.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1413. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">126,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1414. </ul>
  1415.                     </div>
  1416.                    </div>
  1417.                  </div>
  1418.               </li>
  1419. <li id="anchorBoxId_12557" class="xans-record-">
  1420.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12557&cate_no=1&display_group=3';">
  1421.                   <div class="thumbnail">
  1422.                       <a href="/product/detail.html?product_no=12557&cate_no=1&display_group=3" name="anchorBoxName_12557"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/1efb5df3177dc7a7b9d493f4a06331c8.webp" id="eListPrdImage12557_3" alt="기모폭닥세트-set"></a>
  1423.                   </div>  
  1424.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12557&cate_no=1&display_group=3';">
  1425.                     <div class="inner">
  1426.                       <p class="name"><a href="/product/detail.html?product_no=12557&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모폭닥세트-set</span>      </a></p>
  1427.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1428. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">61,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1429. </ul>
  1430.                     </div>
  1431.                    </div>
  1432.                  </div>
  1433.               </li>
  1434. <li id="anchorBoxId_11717" class="xans-record-">
  1435.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11717&cate_no=1&display_group=3';">
  1436.                   <div class="thumbnail">
  1437.                       <a href="/product/detail.html?product_no=11717&cate_no=1&display_group=3" name="anchorBoxName_11717"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/e16d2c58173f8481d5714861d5952f61.webp" id="eListPrdImage11717_3" alt="기모후리스조거팬츠-p"></a>
  1438.                   </div>  
  1439.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11717&cate_no=1&display_group=3';">
  1440.                     <div class="inner">
  1441.                       <p class="name"><a href="/product/detail.html?product_no=11717&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>
  1442.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1443. <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>
  1444. </ul>
  1445.                     </div>
  1446.                    </div>
  1447.                  </div>
  1448.               </li>
  1449. <li id="anchorBoxId_12554" class="xans-record-">
  1450.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12554&cate_no=1&display_group=3';">
  1451.                   <div class="thumbnail">
  1452.                       <a href="/product/detail.html?product_no=12554&cate_no=1&display_group=3" name="anchorBoxName_12554"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d49b917cc7da7a84e447bba8e72688dc.jpg" id="eListPrdImage12554_3" alt="기모시카고맨투맨-mtm"></a>
  1453.                   </div>  
  1454.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12554&cate_no=1&display_group=3';">
  1455.                     <div class="inner">
  1456.                       <p class="name"><a href="/product/detail.html?product_no=12554&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모시카고맨투맨-mtm</span>      </a></p>
  1457.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1458. <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>
  1459. </ul>
  1460.                     </div>
  1461.                    </div>
  1462.                  </div>
  1463.               </li>
  1464. <li id="anchorBoxId_12552" class="xans-record-">
  1465.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12552&cate_no=1&display_group=3';">
  1466.                   <div class="thumbnail">
  1467.                       <a href="/product/detail.html?product_no=12552&cate_no=1&display_group=3" name="anchorBoxName_12552"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/b15c7d04cc5371f7213bc98335d42acb.jpg" id="eListPrdImage12552_3" alt="울니트나시세트-set"></a>
  1468.                   </div>  
  1469.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12552&cate_no=1&display_group=3';">
  1470.                     <div class="inner">
  1471.                       <p class="name"><a href="/product/detail.html?product_no=12552&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">울니트나시세트-set</span>      </a></p>
  1472.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1473. <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>
  1474. </ul>
  1475.                     </div>
  1476.                    </div>
  1477.                  </div>
  1478.               </li>
  1479. <li id="anchorBoxId_12551" class="xans-record-">
  1480.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12551&cate_no=1&display_group=3';">
  1481.                   <div class="thumbnail">
  1482.                       <a href="/product/detail.html?product_no=12551&cate_no=1&display_group=3" name="anchorBoxName_12551"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/2e6cd4e719b6f689b5da83b182144c7b.jpg" id="eListPrdImage12551_3" alt="3피스홈웨어세트-set"></a>
  1483.                   </div>  
  1484.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12551&cate_no=1&display_group=3';">
  1485.                     <div class="inner">
  1486.                       <p class="name"><a href="/product/detail.html?product_no=12551&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">3피스홈웨어세트-set</span>      </a></p>
  1487.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1488. <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>
  1489. </ul>
  1490.                     </div>
  1491.                    </div>
  1492.                  </div>
  1493.               </li>
  1494. <li id="anchorBoxId_12555" class="xans-record-">
  1495.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12555&cate_no=1&display_group=3';">
  1496.                   <div class="thumbnail">
  1497.                       <a href="/product/detail.html?product_no=12555&cate_no=1&display_group=3" name="anchorBoxName_12555"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/7660f825cb99ba3887584174acc954e6.jpg" id="eListPrdImage12555_3" alt="호피골덴팬츠-p"></a>
  1498.                   </div>  
  1499.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12555&cate_no=1&display_group=3';">
  1500.                     <div class="inner">
  1501.                       <p class="name"><a href="/product/detail.html?product_no=12555&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">호피골덴팬츠-p</span>      </a></p>
  1502.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1503. <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>
  1504. </ul>
  1505.                     </div>
  1506.                    </div>
  1507.                  </div>
  1508.               </li>
  1509. <li id="anchorBoxId_12550" class="xans-record-">
  1510.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12550&cate_no=1&display_group=3';">
  1511.                   <div class="thumbnail">
  1512.                       <a href="/product/detail.html?product_no=12550&cate_no=1&display_group=3" name="anchorBoxName_12550"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/9e4a48837a1567f9f87611e5a44c1c2c.jpg" id="eListPrdImage12550_3" alt="기모스카피그후드티-t"></a>
  1513.                   </div>  
  1514.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12550&cate_no=1&display_group=3';">
  1515.                     <div class="inner">
  1516.                       <p class="name"><a href="/product/detail.html?product_no=12550&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모스카피그후드티-t</span>      </a></p>
  1517.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1518. <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>
  1519. </ul>
  1520.                     </div>
  1521.                    </div>
  1522.                  </div>
  1523.               </li>
  1524. <li id="anchorBoxId_12545" class="xans-record-">
  1525.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12545&cate_no=1&display_group=3';">
  1526.                   <div class="thumbnail">
  1527.                       <a href="/product/detail.html?product_no=12545&cate_no=1&display_group=3" name="anchorBoxName_12545"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/0718a20fedc31de48e29892df8e22134.webp" id="eListPrdImage12545_3" alt="88카라니트가디건-cd (11월17일 순차발송)"></a>
  1528.                   </div>  
  1529.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12545&cate_no=1&display_group=3';">
  1530.                     <div class="inner">
  1531.                       <p class="name"><a href="/product/detail.html?product_no=12545&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">88카라니트가디건-cd (11월17일 순차발송)</span>      </a></p>
  1532.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1533. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1534. </ul>
  1535.                     </div>
  1536.                    </div>
  1537.                  </div>
  1538.               </li>
  1539. <li id="anchorBoxId_12553" class="xans-record-">
  1540.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12553&cate_no=1&display_group=3';">
  1541.                   <div class="thumbnail">
  1542.                       <a href="/product/detail.html?product_no=12553&cate_no=1&display_group=3" name="anchorBoxName_12553"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/ec2db9f67ab2c09949dd8799247881e8.webp" id="eListPrdImage12553_3" alt="밑단호피롤업-p ㅣ s - m size"></a>
  1543.                   </div>  
  1544.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12553&cate_no=1&display_group=3';">
  1545.                     <div class="inner">
  1546.                       <p class="name"><a href="/product/detail.html?product_no=12553&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단호피롤업-p ㅣ s - m size</span>      </a></p>
  1547.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1548. <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>
  1549. </ul>
  1550.                     </div>
  1551.                    </div>
  1552.                  </div>
  1553.               </li>
  1554. <li id="anchorBoxId_12549" class="xans-record-">
  1555.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12549&cate_no=1&display_group=3';">
  1556.                   <div class="thumbnail">
  1557.                       <a href="/product/detail.html?product_no=12549&cate_no=1&display_group=3" name="anchorBoxName_12549"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/860fecc8cc2730b0589be46e2308ed3f.jpg" id="eListPrdImage12549_3" alt="헤비쭈리조거팬츠-p ㅣ 오트밀 ㅣ m - l size"></a>
  1558.                   </div>  
  1559.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12549&cate_no=1&display_group=3';">
  1560.                     <div class="inner">
  1561.                       <p class="name"><a href="/product/detail.html?product_no=12549&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">헤비쭈리조거팬츠-p ㅣ 오트밀 ㅣ m - l size</span>      </a></p>
  1562.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1563. <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>
  1564. </ul>
  1565.                     </div>
  1566.                    </div>
  1567.                  </div>
  1568.               </li>
  1569. <li id="anchorBoxId_12547" class="xans-record-">
  1570.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12547&cate_no=1&display_group=3';">
  1571.                   <div class="thumbnail">
  1572.                       <a href="/product/detail.html?product_no=12547&cate_no=1&display_group=3" name="anchorBoxName_12547"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/d69341a4433a1b321de6447c162bbcf2.webp" id="eListPrdImage12547_3" alt="울100%모헤어가디건-cd"></a>
  1573.                   </div>  
  1574.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12547&cate_no=1&display_group=3';">
  1575.                     <div class="inner">
  1576.                       <p class="name"><a href="/product/detail.html?product_no=12547&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">울100%모헤어가디건-cd</span>      </a></p>
  1577.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1578. <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>
  1579. </ul>
  1580.                     </div>
  1581.                    </div>
  1582.                  </div>
  1583.               </li>
  1584. <li id="anchorBoxId_12539" class="xans-record-">
  1585.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12539&cate_no=1&display_group=3';">
  1586.                   <div class="thumbnail">
  1587.                       <a href="/product/detail.html?product_no=12539&cate_no=1&display_group=3" name="anchorBoxName_12539"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/11941256bc172ab15c08dbaa0e53643c.jpg" id="eListPrdImage12539_3" alt="기모더블라인스트링팬츠-p ㅣ 백메란지 ㅣ m - l size"></a>
  1588.                   </div>  
  1589.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12539&cate_no=1&display_group=3';">
  1590.                     <div class="inner">
  1591.                       <p class="name"><a href="/product/detail.html?product_no=12539&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모더블라인스트링팬츠-p ㅣ 백메란지 ㅣ m - l size</span>      </a></p>
  1592.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1593. <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>
  1594. </ul>
  1595.                     </div>
  1596.                    </div>
  1597.                  </div>
  1598.               </li>
  1599. <li id="anchorBoxId_12546" class="xans-record-">
  1600.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12546&cate_no=1&display_group=3';">
  1601.                   <div class="thumbnail">
  1602.                       <a href="/product/detail.html?product_no=12546&cate_no=1&display_group=3" name="anchorBoxName_12546"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/db3e9ba6e646a5c146d6f73de88bb06b.webp" id="eListPrdImage12546_3" alt="기모단추조거팬츠-p"></a>
  1603.                   </div>  
  1604.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12546&cate_no=1&display_group=3';">
  1605.                     <div class="inner">
  1606.                       <p class="name"><a href="/product/detail.html?product_no=12546&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모단추조거팬츠-p</span>      </a></p>
  1607.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1608. <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>
  1609. </ul>
  1610.                     </div>
  1611.                    </div>
  1612.                  </div>
  1613.               </li>
  1614. <li id="anchorBoxId_12541" class="xans-record-">
  1615.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12541&cate_no=1&display_group=3';">
  1616.                   <div class="thumbnail">
  1617.                       <a href="/product/detail.html?product_no=12541&cate_no=1&display_group=3" name="anchorBoxName_12541"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/2e450afb6d7a1b355e5ddb171d5151ce.jpg" id="eListPrdImage12541_3" alt="빈티지레오파드긴팔티-t"></a>
  1618.                   </div>  
  1619.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12541&cate_no=1&display_group=3';">
  1620.                     <div class="inner">
  1621.                       <p class="name"><a href="/product/detail.html?product_no=12541&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빈티지레오파드긴팔티-t</span>      </a></p>
  1622.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1623. <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>
  1624. </ul>
  1625.                     </div>
  1626.                    </div>
  1627.                  </div>
  1628.               </li>
  1629. <li id="anchorBoxId_12543" class="xans-record-">
  1630.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12543&cate_no=1&display_group=3';">
  1631.                   <div class="thumbnail">
  1632.                       <a href="/product/detail.html?product_no=12543&cate_no=1&display_group=3" name="anchorBoxName_12543"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/8b0935e4aa14e4a9a4dfd199d3cb5866.webp" id="eListPrdImage12543_3" alt="피치긴팔카라티-t"></a>
  1633.                   </div>  
  1634.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12543&cate_no=1&display_group=3';">
  1635.                     <div class="inner">
  1636.                       <p class="name"><a href="/product/detail.html?product_no=12543&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피치긴팔카라티-t</span>      </a></p>
  1637.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1638. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1639. </ul>
  1640.                     </div>
  1641.                    </div>
  1642.                  </div>
  1643.               </li>
  1644. <li id="anchorBoxId_11683" class="xans-record-">
  1645.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11683&cate_no=1&display_group=3';">
  1646.                   <div class="thumbnail">
  1647.                       <a href="/product/detail.html?product_no=11683&cate_no=1&display_group=3" name="anchorBoxName_11683"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202412/69a732291c42abc2ec5fb6932b6fc797.webp" id="eListPrdImage11683_3" alt="울 브러쉬가디건스커트세트-set"></a>
  1648.                   </div>  
  1649.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11683&cate_no=1&display_group=3';">
  1650.                     <div class="inner">
  1651.                       <p class="name"><a href="/product/detail.html?product_no=11683&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">울 브러쉬가디건스커트세트-set</span>      </a></p>
  1652.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1653. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">123,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1654. <li class=" xans-record-">
  1655. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;">주문시 10일 이상 소요</span></li>
  1656. </ul>
  1657.                     </div>
  1658.                    </div>
  1659.                  </div>
  1660.               </li>
  1661. <li id="anchorBoxId_12548" class="xans-record-">
  1662.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12548&cate_no=1&display_group=3';">
  1663.                   <div class="thumbnail">
  1664.                       <a href="/product/detail.html?product_no=12548&cate_no=1&display_group=3" name="anchorBoxName_12548"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/9bf22d1b48b25aa314f66494bedfc997.jpg" id="eListPrdImage12548_3" alt="6컬러골덴와이드팬츠-p"></a>
  1665.                   </div>  
  1666.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12548&cate_no=1&display_group=3';">
  1667.                     <div class="inner">
  1668.                       <p class="name"><a href="/product/detail.html?product_no=12548&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">6컬러골덴와이드팬츠-p</span>      </a></p>
  1669.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1670. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">40,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1671. </ul>
  1672.                     </div>
  1673.                    </div>
  1674.                  </div>
  1675.               </li>
  1676. <li id="anchorBoxId_12532" class="xans-record-">
  1677.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12532&cate_no=1&display_group=3';">
  1678.                   <div class="thumbnail">
  1679.                       <a href="/product/detail.html?product_no=12532&cate_no=1&display_group=3" name="anchorBoxName_12532"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/4cf2d3306313fd984c89827951983250.jpg" id="eListPrdImage12532_3" alt="켈로그스맨투맨"></a>
  1680.                   </div>  
  1681.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12532&cate_no=1&display_group=3';">
  1682.                     <div class="inner">
  1683.                       <p class="name"><a href="/product/detail.html?product_no=12532&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">켈로그스맨투맨</span>      </a></p>
  1684.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1685. <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>
  1686. </ul>
  1687.                     </div>
  1688.                    </div>
  1689.                  </div>
  1690.               </li>
  1691. <li id="anchorBoxId_12542" class="xans-record-">
  1692.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12542&cate_no=1&display_group=3';">
  1693.                   <div class="thumbnail">
  1694.                       <a href="/product/detail.html?product_no=12542&cate_no=1&display_group=3" name="anchorBoxName_12542"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/baf9b97288caf9d4cfb28ef80cb79810.webp" id="eListPrdImage12542_3" alt="와이드데님팬츠-p"></a>
  1695.                   </div>  
  1696.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12542&cate_no=1&display_group=3';">
  1697.                     <div class="inner">
  1698.                       <p class="name"><a href="/product/detail.html?product_no=12542&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">와이드데님팬츠-p</span>      </a></p>
  1699.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1700. <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>
  1701. </ul>
  1702.                     </div>
  1703.                    </div>
  1704.                  </div>
  1705.               </li>
  1706. <li id="anchorBoxId_12536" class="xans-record-">
  1707.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12536&cate_no=1&display_group=3';">
  1708.                   <div class="thumbnail">
  1709.                       <a href="/product/detail.html?product_no=12536&cate_no=1&display_group=3" name="anchorBoxName_12536"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/ef1c8087cdcdf40425c826793733798a.webp" id="eListPrdImage12536_3" alt="포근도톰울니트-nt"></a>
  1710.                   </div>  
  1711.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12536&cate_no=1&display_group=3';">
  1712.                     <div class="inner">
  1713.                       <p class="name"><a href="/product/detail.html?product_no=12536&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">포근도톰울니트-nt</span>      </a></p>
  1714.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1715. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">60,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1716. </ul>
  1717.                     </div>
  1718.                    </div>
  1719.                  </div>
  1720.               </li>
  1721. <li id="anchorBoxId_12544" class="xans-record-">
  1722.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12544&cate_no=1&display_group=3';">
  1723.                   <div class="thumbnail">
  1724.                       <a href="/product/detail.html?product_no=12544&cate_no=1&display_group=3" name="anchorBoxName_12544"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/c76f033759914a86140e06170dd18708.jpg" id="eListPrdImage12544_3" alt="데이즈와이드밴딩팬츠-p"></a>
  1725.                   </div>  
  1726.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12544&cate_no=1&display_group=3';">
  1727.                     <div class="inner">
  1728.                       <p class="name"><a href="/product/detail.html?product_no=12544&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">데이즈와이드밴딩팬츠-p</span>      </a></p>
  1729.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1730. <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>
  1731. </ul>
  1732.                     </div>
  1733.                    </div>
  1734.                  </div>
  1735.               </li>
  1736. <li id="anchorBoxId_12534" class="xans-record-">
  1737.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12534&cate_no=1&display_group=3';">
  1738.                   <div class="thumbnail">
  1739.                       <a href="/product/detail.html?product_no=12534&cate_no=1&display_group=3" name="anchorBoxName_12534"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/16384d1b16e07eb493069cc20aee57cf.webp" id="eListPrdImage12534_3" alt="스트라이프자켓-jk"></a>
  1740.                   </div>  
  1741.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12534&cate_no=1&display_group=3';">
  1742.                     <div class="inner">
  1743.                       <p class="name"><a href="/product/detail.html?product_no=12534&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프자켓-jk</span>      </a></p>
  1744.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1745. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">73,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1746. </ul>
  1747.                     </div>
  1748.                    </div>
  1749.                  </div>
  1750.               </li>
  1751. <li id="anchorBoxId_12540" class="xans-record-">
  1752.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12540&cate_no=1&display_group=3';">
  1753.                   <div class="thumbnail">
  1754.                       <a href="/product/detail.html?product_no=12540&cate_no=1&display_group=3" name="anchorBoxName_12540"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/832b009b5eddb5dbf33997a17c032f23.jpg" id="eListPrdImage12540_3" alt="st긴팔카라니트-nt"></a>
  1755.                   </div>  
  1756.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12540&cate_no=1&display_group=3';">
  1757.                     <div class="inner">
  1758.                       <p class="name"><a href="/product/detail.html?product_no=12540&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">st긴팔카라니트-nt</span>      </a></p>
  1759.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1760. <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>
  1761. </ul>
  1762.                     </div>
  1763.                    </div>
  1764.                  </div>
  1765.               </li>
  1766. <li id="anchorBoxId_12537" class="xans-record-">
  1767.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12537&cate_no=1&display_group=3';">
  1768.                   <div class="thumbnail">
  1769.                       <a href="/product/detail.html?product_no=12537&cate_no=1&display_group=3" name="anchorBoxName_12537"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/633035c97060d86db2ebb4c8b36084d7.jpg" id="eListPrdImage12537_3" alt="주름와이드데님팬츠-p"></a>
  1770.                   </div>  
  1771.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12537&cate_no=1&display_group=3';">
  1772.                     <div class="inner">
  1773.                       <p class="name"><a href="/product/detail.html?product_no=12537&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">주름와이드데님팬츠-p</span>      </a></p>
  1774.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1775. <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>
  1776. </ul>
  1777.                     </div>
  1778.                    </div>
  1779.                  </div>
  1780.               </li>
  1781. <li id="anchorBoxId_12535" class="xans-record-">
  1782.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12535&cate_no=1&display_group=3';">
  1783.                   <div class="thumbnail">
  1784.                       <a href="/product/detail.html?product_no=12535&cate_no=1&display_group=3" name="anchorBoxName_12535"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/bcd2bedb4f559d4a23b0b7cb62b6aa16.jpg" id="eListPrdImage12535_3" alt="셔링박시롱원피스-ops"></a>
  1785.                   </div>  
  1786.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12535&cate_no=1&display_group=3';">
  1787.                     <div class="inner">
  1788.                       <p class="name"><a href="/product/detail.html?product_no=12535&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">셔링박시롱원피스-ops</span>      </a></p>
  1789.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1790. <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>
  1791. </ul>
  1792.                     </div>
  1793.                    </div>
  1794.                  </div>
  1795.               </li>
  1796. <li id="anchorBoxId_12538" class="xans-record-">
  1797.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12538&cate_no=1&display_group=3';">
  1798.                   <div class="thumbnail">
  1799.                       <a href="/product/detail.html?product_no=12538&cate_no=1&display_group=3" name="anchorBoxName_12538"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/ee565da41d1413d3fc6eb763df29a181.webp" id="eListPrdImage12538_3" alt="빅오버핏점퍼-jp ㅣ 브라운"></a>
  1800.                   </div>  
  1801.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12538&cate_no=1&display_group=3';">
  1802.                     <div class="inner">
  1803.                       <p class="name"><a href="/product/detail.html?product_no=12538&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빅오버핏점퍼-jp ㅣ 브라운</span>      </a></p>
  1804.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1805. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">93,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1806. </ul>
  1807.                     </div>
  1808.                    </div>
  1809.                  </div>
  1810.               </li>
  1811. <li id="anchorBoxId_12533" class="xans-record-">
  1812.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12533&cate_no=1&display_group=3';">
  1813.                   <div class="thumbnail">
  1814.                       <a href="/product/detail.html?product_no=12533&cate_no=1&display_group=3" name="anchorBoxName_12533"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/692a4e7aff97aa36161eee184d5ab2c1.webp" id="eListPrdImage12533_3" alt="양기모스트링팬츠-p ㅣ m - l size"></a>
  1815.                   </div>  
  1816.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12533&cate_no=1&display_group=3';">
  1817.                     <div class="inner">
  1818.                       <p class="name"><a href="/product/detail.html?product_no=12533&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">양기모스트링팬츠-p ㅣ m - l size</span>      </a></p>
  1819.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1820. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1821. </ul>
  1822.                     </div>
  1823.                    </div>
  1824.                  </div>
  1825.               </li>
  1826. <li id="anchorBoxId_12519" class="xans-record-">
  1827.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12519&cate_no=1&display_group=3';">
  1828.                   <div class="thumbnail">
  1829.                       <a href="/product/detail.html?product_no=12519&cate_no=1&display_group=3" name="anchorBoxName_12519"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/38bb6774a7ad9714303b2302392a703b.webp" id="eListPrdImage12519_3" alt="베이직울하프코트-ct"></a>
  1830.                   </div>  
  1831.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12519&cate_no=1&display_group=3';">
  1832.                     <div class="inner">
  1833.                       <p class="name"><a href="/product/detail.html?product_no=12519&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">베이직울하프코트-ct</span>      </a></p>
  1834.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1835. <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>
  1836. </ul>
  1837.                     </div>
  1838.                    </div>
  1839.                  </div>
  1840.               </li>
  1841. <li id="anchorBoxId_12526" class="xans-record-">
  1842.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12526&cate_no=1&display_group=3';">
  1843.                   <div class="thumbnail">
  1844.                       <a href="/product/detail.html?product_no=12526&cate_no=1&display_group=3" name="anchorBoxName_12526"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/7678afc3a2331b5a95de01cf6721bc51.jpg" id="eListPrdImage12526_3" alt="스트라이프목폴라티-t"></a>
  1845.                   </div>  
  1846.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12526&cate_no=1&display_group=3';">
  1847.                     <div class="inner">
  1848.                       <p class="name"><a href="/product/detail.html?product_no=12526&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">스트라이프목폴라티-t</span>      </a></p>
  1849.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1850. <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>
  1851. </ul>
  1852.                     </div>
  1853.                    </div>
  1854.                  </div>
  1855.               </li>
  1856. <li id="anchorBoxId_12523" class="xans-record-">
  1857.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12523&cate_no=1&display_group=3';">
  1858.                   <div class="thumbnail">
  1859.                       <a href="/product/detail.html?product_no=12523&cate_no=1&display_group=3" name="anchorBoxName_12523"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/f27be5ed6ac70e0b48d7c77a1f326971.webp" id="eListPrdImage12523_3" alt="체크루즈핏자켓-jk"></a>
  1860.                   </div>  
  1861.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12523&cate_no=1&display_group=3';">
  1862.                     <div class="inner">
  1863.                       <p class="name"><a href="/product/detail.html?product_no=12523&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">체크루즈핏자켓-jk</span>      </a></p>
  1864.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1865. <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>
  1866. </ul>
  1867.                     </div>
  1868.                    </div>
  1869.                  </div>
  1870.               </li>
  1871. <li id="anchorBoxId_12516" class="xans-record-">
  1872.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12516&cate_no=1&display_group=3';">
  1873.                   <div class="thumbnail">
  1874.                       <a href="/product/detail.html?product_no=12516&cate_no=1&display_group=3" name="anchorBoxName_12516"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/49db38d9fe842510b3ad39129307f133.webp" id="eListPrdImage12516_3" alt="빅오버핏점퍼-jp ㅣ 블랙"></a>
  1875.                   </div>  
  1876.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12516&cate_no=1&display_group=3';">
  1877.                     <div class="inner">
  1878.                       <p class="name"><a href="/product/detail.html?product_no=12516&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빅오버핏점퍼-jp ㅣ 블랙</span>      </a></p>
  1879.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1880. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">93,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1881. </ul>
  1882.                     </div>
  1883.                    </div>
  1884.                  </div>
  1885.               </li>
  1886. <li id="anchorBoxId_12522" class="xans-record-">
  1887.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12522&cate_no=1&display_group=3';">
  1888.                   <div class="thumbnail">
  1889.                       <a href="/product/detail.html?product_no=12522&cate_no=1&display_group=3" name="anchorBoxName_12522"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/f885826eadee760dfa8111fa531b918f.jpg" id="eListPrdImage12522_3" alt="호피후리스팬츠-p ㅣ 기모안감"></a>
  1890.                   </div>  
  1891.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12522&cate_no=1&display_group=3';">
  1892.                     <div class="inner">
  1893.                       <p class="name"><a href="/product/detail.html?product_no=12522&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">호피후리스팬츠-p ㅣ 기모안감</span>      </a></p>
  1894.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1895. <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>
  1896. </ul>
  1897.                     </div>
  1898.                    </div>
  1899.                  </div>
  1900.               </li>
  1901. <li id="anchorBoxId_12525" class="xans-record-">
  1902.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12525&cate_no=1&display_group=3';">
  1903.                   <div class="thumbnail">
  1904.                       <a href="/product/detail.html?product_no=12525&cate_no=1&display_group=3" name="anchorBoxName_12525"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/5357264ecf5a574409c73a73f61466ab.jpg" id="eListPrdImage12525_3" alt="경량패딩점퍼-jp (11월17일 순차발송)"></a>
  1905.                   </div>  
  1906.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12525&cate_no=1&display_group=3';">
  1907.                     <div class="inner">
  1908.                       <p class="name"><a href="/product/detail.html?product_no=12525&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">경량패딩점퍼-jp (11월17일 순차발송)</span>      </a></p>
  1909.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1910. <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>
  1911. </ul>
  1912.                     </div>
  1913.                    </div>
  1914.                  </div>
  1915.               </li>
  1916. <li id="anchorBoxId_12517" class="xans-record-">
  1917.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12517&cate_no=1&display_group=3';">
  1918.                   <div class="thumbnail">
  1919.                       <a href="/product/detail.html?product_no=12517&cate_no=1&display_group=3" name="anchorBoxName_12517"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/b258952df269d4584b7f6aea78c8985e.jpg" id="eListPrdImage12517_3" alt="컬러루즈긴팔티-t"></a>
  1920.                   </div>  
  1921.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12517&cate_no=1&display_group=3';">
  1922.                     <div class="inner">
  1923.                       <p class="name"><a href="/product/detail.html?product_no=12517&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">컬러루즈긴팔티-t</span>      </a></p>
  1924.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1925. <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>
  1926. </ul>
  1927.                     </div>
  1928.                    </div>
  1929.                  </div>
  1930.               </li>
  1931. <li id="anchorBoxId_12524" class="xans-record-">
  1932.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12524&cate_no=1&display_group=3';">
  1933.                   <div class="thumbnail">
  1934.                       <a href="/product/detail.html?product_no=12524&cate_no=1&display_group=3" name="anchorBoxName_12524"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/48a7d21a3e6f7769139784bec7edfb3c.jpg" id="eListPrdImage12524_3" alt="기모더블라인스트링팬츠-p ㅣ 네이비 ㅣ m - l size"></a>
  1935.                   </div>  
  1936.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12524&cate_no=1&display_group=3';">
  1937.                     <div class="inner">
  1938.                       <p class="name"><a href="/product/detail.html?product_no=12524&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">기모더블라인스트링팬츠-p ㅣ 네이비 ㅣ m - l size</span>      </a></p>
  1939.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1940. <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>
  1941. </ul>
  1942.                     </div>
  1943.                    </div>
  1944.                  </div>
  1945.               </li>
  1946. <li id="anchorBoxId_12521" class="xans-record-">
  1947.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12521&cate_no=1&display_group=3';">
  1948.                   <div class="thumbnail">
  1949.                       <a href="/product/detail.html?product_no=12521&cate_no=1&display_group=3" name="anchorBoxName_12521"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/579613835be8e03f183021bab1c51a54.webp" id="eListPrdImage12521_3" alt="코튼오버맨투맨"></a>
  1950.                   </div>  
  1951.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12521&cate_no=1&display_group=3';">
  1952.                     <div class="inner">
  1953.                       <p class="name"><a href="/product/detail.html?product_no=12521&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">코튼오버맨투맨</span>      </a></p>
  1954.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1955. <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>
  1956. </ul>
  1957.                     </div>
  1958.                    </div>
  1959.                  </div>
  1960.               </li>
  1961. <li id="anchorBoxId_12520" class="xans-record-">
  1962.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12520&cate_no=1&display_group=3';">
  1963.                   <div class="thumbnail">
  1964.                       <a href="/product/detail.html?product_no=12520&cate_no=1&display_group=3" name="anchorBoxName_12520"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/70be7e36f4c7d820dead6873e99681aa.jpg" id="eListPrdImage12520_3" alt="하이웨스트부츠컷팬츠-p ㅣ s - l size"></a>
  1965.                   </div>  
  1966.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12520&cate_no=1&display_group=3';">
  1967.                     <div class="inner">
  1968.                       <p class="name"><a href="/product/detail.html?product_no=12520&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">하이웨스트부츠컷팬츠-p ㅣ s - l size</span>      </a></p>
  1969.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1970. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">60,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1971. </ul>
  1972.                     </div>
  1973.                    </div>
  1974.                  </div>
  1975.               </li>
  1976. <li id="anchorBoxId_12527" class="xans-record-">
  1977.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12527&cate_no=1&display_group=3';">
  1978.                   <div class="thumbnail">
  1979.                       <a href="/product/detail.html?product_no=12527&cate_no=1&display_group=3" name="anchorBoxName_12527"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/f1f8c833988e6aee533d10c47b2c9711.webp" id="eListPrdImage12527_3" alt="헤비쭈리조거팬츠-p ㅣ 그레이 ㅣ m - l size"></a>
  1980.                   </div>  
  1981.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12527&cate_no=1&display_group=3';">
  1982.                     <div class="inner">
  1983.                       <p class="name"><a href="/product/detail.html?product_no=12527&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">헤비쭈리조거팬츠-p ㅣ 그레이 ㅣ m - l size</span>      </a></p>
  1984.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1985. <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>
  1986. </ul>
  1987.                     </div>
  1988.                    </div>
  1989.                  </div>
  1990.               </li>
  1991. <li id="anchorBoxId_12518" class="xans-record-">
  1992.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12518&cate_no=1&display_group=3';">
  1993.                   <div class="thumbnail">
  1994.                       <a href="/product/detail.html?product_no=12518&cate_no=1&display_group=3" name="anchorBoxName_12518"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/513b73644ac5e844b07eeb2e60c4f1b3.webp" id="eListPrdImage12518_3" alt="와이드흑청팬츠-p"></a>
  1995.                   </div>  
  1996.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12518&cate_no=1&display_group=3';">
  1997.                     <div class="inner">
  1998.                       <p class="name"><a href="/product/detail.html?product_no=12518&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">와이드흑청팬츠-p</span>      </a></p>
  1999.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2000. <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>
  2001. </ul>
  2002.                     </div>
  2003.                    </div>
  2004.                  </div>
  2005.               </li>
  2006. <li id="anchorBoxId_12514" class="xans-record-">
  2007.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12514&cate_no=1&display_group=3';">
  2008.                   <div class="thumbnail">
  2009.                       <a href="/product/detail.html?product_no=12514&cate_no=1&display_group=3" name="anchorBoxName_12514"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/3f964aedb4dfdb6f16ef3cf8b83fbe6a.webp" id="eListPrdImage12514_3" alt="페인팅와이드조거팬츠-p ㅣ m - l size"></a>
  2010.                   </div>  
  2011.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12514&cate_no=1&display_group=3';">
  2012.                     <div class="inner">
  2013.                       <p class="name"><a href="/product/detail.html?product_no=12514&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">페인팅와이드조거팬츠-p ㅣ m - l size</span>      </a></p>
  2014.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2015. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2016. </ul>
  2017.                     </div>
  2018.                    </div>
  2019.                  </div>
  2020.               </li>
  2021. <li id="anchorBoxId_12511" class="xans-record-">
  2022.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12511&cate_no=1&display_group=3';">
  2023.                   <div class="thumbnail">
  2024.                       <a href="/product/detail.html?product_no=12511&cate_no=1&display_group=3" name="anchorBoxName_12511"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/a28c8d28a76a8877c766dd2b6138bb3b.jpg" id="eListPrdImage12511_3" alt="굵은스트라이프맨투맨-mtm"></a>
  2025.                   </div>  
  2026.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12511&cate_no=1&display_group=3';">
  2027.                     <div class="inner">
  2028.                       <p class="name"><a href="/product/detail.html?product_no=12511&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">굵은스트라이프맨투맨-mtm</span>      </a></p>
  2029.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2030. <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>
  2031. </ul>
  2032.                     </div>
  2033.                    </div>
  2034.                  </div>
  2035.               </li>
  2036. <li id="anchorBoxId_12508" class="xans-record-">
  2037.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12508&cate_no=1&display_group=3';">
  2038.                   <div class="thumbnail">
  2039.                       <a href="/product/detail.html?product_no=12508&cate_no=1&display_group=3" name="anchorBoxName_12508"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/ffd6b54e79e91ef82f8c1d3452023069.jpg" id="eListPrdImage12508_3" alt="하이넥패딩조끼-vest"></a>
  2040.                   </div>  
  2041.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12508&cate_no=1&display_group=3';">
  2042.                     <div class="inner">
  2043.                       <p class="name"><a href="/product/detail.html?product_no=12508&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">하이넥패딩조끼-vest</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2044.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2045. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2046. </ul>
  2047.                     </div>
  2048.                    </div>
  2049.                  </div>
  2050.               </li>
  2051. <li id="anchorBoxId_12515" class="xans-record-">
  2052.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12515&cate_no=1&display_group=3';">
  2053.                   <div class="thumbnail">
  2054.                       <a href="/product/detail.html?product_no=12515&cate_no=1&display_group=3" name="anchorBoxName_12515"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e35861cd46a42de9a077b139df41ed6a.jpg" id="eListPrdImage12515_3" alt="레몬베이지스웨이드백-bag"></a>
  2055.                   </div>  
  2056.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12515&cate_no=1&display_group=3';">
  2057.                     <div class="inner">
  2058.                       <p class="name"><a href="/product/detail.html?product_no=12515&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레몬베이지스웨이드백-bag</span>      </a></p>
  2059.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2060. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">94,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2061. </ul>
  2062.                     </div>
  2063.                    </div>
  2064.                  </div>
  2065.               </li>
  2066. <li id="anchorBoxId_12512" class="xans-record-">
  2067.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12512&cate_no=1&display_group=3';">
  2068.                   <div class="thumbnail">
  2069.                       <a href="/product/detail.html?product_no=12512&cate_no=1&display_group=3" name="anchorBoxName_12512"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/995835e03af5eaa54d61451a9ee281ca.jpg" id="eListPrdImage12512_3" alt="레오파드벨벳팬츠-p"></a>
  2070.                   </div>  
  2071.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12512&cate_no=1&display_group=3';">
  2072.                     <div class="inner">
  2073.                       <p class="name"><a href="/product/detail.html?product_no=12512&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레오파드벨벳팬츠-p</span>      </a></p>
  2074.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2075. <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>
  2076. </ul>
  2077.                     </div>
  2078.                    </div>
  2079.                  </div>
  2080.               </li>
  2081. <li id="anchorBoxId_12510" class="xans-record-">
  2082.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12510&cate_no=1&display_group=3';">
  2083.                   <div class="thumbnail">
  2084.                       <a href="/product/detail.html?product_no=12510&cate_no=1&display_group=3" name="anchorBoxName_12510"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/45cdc5edc652f55ea909c3b42b8ae2b0.webp" id="eListPrdImage12510_3" alt="도톰오버롱셔츠-nb"></a>
  2085.                   </div>  
  2086.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12510&cate_no=1&display_group=3';">
  2087.                     <div class="inner">
  2088.                       <p class="name"><a href="/product/detail.html?product_no=12510&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">도톰오버롱셔츠-nb</span>      </a></p>
  2089.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2090. <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>
  2091. </ul>
  2092.                     </div>
  2093.                    </div>
  2094.                  </div>
  2095.               </li>
  2096. <li id="anchorBoxId_12507" class="xans-record-">
  2097.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12507&cate_no=1&display_group=3';">
  2098.                   <div class="thumbnail">
  2099.                       <a href="/product/detail.html?product_no=12507&cate_no=1&display_group=3" name="anchorBoxName_12507"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/530b3ffd5685809ed1b5223f345835cf.jpg" id="eListPrdImage12507_3" alt="비비드st홈웨어세트-set"></a>
  2100.                   </div>  
  2101.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12507&cate_no=1&display_group=3';">
  2102.                     <div class="inner">
  2103.                       <p class="name"><a href="/product/detail.html?product_no=12507&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">비비드st홈웨어세트-set</span>      </a></p>
  2104.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2105. <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>
  2106. </ul>
  2107.                     </div>
  2108.                    </div>
  2109.                  </div>
  2110.               </li>
  2111. <li id="anchorBoxId_12509" class="xans-record-">
  2112.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12509&cate_no=1&display_group=3';">
  2113.                   <div class="thumbnail">
  2114.                       <a href="/product/detail.html?product_no=12509&cate_no=1&display_group=3" name="anchorBoxName_12509"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/62fd0c393684a92aa24f3bbcd9345893.webp" id="eListPrdImage12509_3" alt="벨로아치마세트-set"></a>
  2115.                   </div>  
  2116.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12509&cate_no=1&display_group=3';">
  2117.                     <div class="inner">
  2118.                       <p class="name"><a href="/product/detail.html?product_no=12509&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">벨로아치마세트-set</span>      </a></p>
  2119.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2120. <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>
  2121. </ul>
  2122.                     </div>
  2123.                    </div>
  2124.                  </div>
  2125.               </li>
  2126. <li id="anchorBoxId_12513" class="xans-record-">
  2127.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12513&cate_no=1&display_group=3';">
  2128.                   <div class="thumbnail">
  2129.                       <a href="/product/detail.html?product_no=12513&cate_no=1&display_group=3" name="anchorBoxName_12513"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/a1f8d3c30d077fcf4aa610ef1d87e372.webp" id="eListPrdImage12513_3" alt="포켓데님셔츠-nb ㅣ 흑청"></a>
  2130.                   </div>  
  2131.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12513&cate_no=1&display_group=3';">
  2132.                     <div class="inner">
  2133.                       <p class="name"><a href="/product/detail.html?product_no=12513&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">포켓데님셔츠-nb ㅣ 흑청</span>      </a></p>
  2134.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2135. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2136. </ul>
  2137.                     </div>
  2138.                    </div>
  2139.                  </div>
  2140.               </li>
  2141. <li id="anchorBoxId_11634" class="xans-record-">
  2142.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11634&cate_no=1&display_group=3';">
  2143.                   <div class="thumbnail">
  2144.                       <a href="/product/detail.html?product_no=11634&cate_no=1&display_group=3" name="anchorBoxName_11634"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202411/8dfad310a7cb4b635c5412dcdfd776a6.jpg" id="eListPrdImage11634_3" alt="레이스패치조거팬츠-p"></a>
  2145.                   </div>  
  2146.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11634&cate_no=1&display_group=3';">
  2147.                     <div class="inner">
  2148.                       <p class="name"><a href="/product/detail.html?product_no=11634&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>
  2149.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2150. <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>
  2151. </ul>
  2152.                     </div>
  2153.                    </div>
  2154.                  </div>
  2155.               </li>
  2156. <li id="anchorBoxId_9861" class="xans-record-">
  2157.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=9861&cate_no=1&display_group=3';">
  2158.                   <div class="thumbnail">
  2159.                       <a href="/product/detail.html?product_no=9861&cate_no=1&display_group=3" name="anchorBoxName_9861"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202211/f3c17e23f84bf15c352b913f35bfe3ff.webp" id="eListPrdImage9861_3" alt="디머 집업"></a>
  2160.                   </div>  
  2161.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=9861&cate_no=1&display_group=3';">
  2162.                     <div class="inner">
  2163.                       <p class="name"><a href="/product/detail.html?product_no=9861&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_60.gif"  alt="" /> </a></p>
  2164.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2165. <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>
  2166. </ul>
  2167.                     </div>
  2168.                    </div>
  2169.                  </div>
  2170.               </li>
  2171. <li id="anchorBoxId_12493" class="xans-record-">
  2172.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12493&cate_no=1&display_group=3';">
  2173.                   <div class="thumbnail">
  2174.                       <a href="/product/detail.html?product_no=12493&cate_no=1&display_group=3" name="anchorBoxName_12493"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/1c1c84fe7decae1f1b2b031dae9f577c.webp" id="eListPrdImage12493_3" alt="피그빈티지팬츠-p ㅣ 브라운"></a>
  2175.                   </div>  
  2176.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12493&cate_no=1&display_group=3';">
  2177.                     <div class="inner">
  2178.                       <p class="name"><a href="/product/detail.html?product_no=12493&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피그빈티지팬츠-p ㅣ 브라운</span>      </a></p>
  2179.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2180. <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>
  2181. </ul>
  2182.                     </div>
  2183.                    </div>
  2184.                  </div>
  2185.               </li>
  2186. <li id="anchorBoxId_12498" class="xans-record-">
  2187.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12498&cate_no=1&display_group=3';">
  2188.                   <div class="thumbnail">
  2189.                       <a href="/product/detail.html?product_no=12498&cate_no=1&display_group=3" name="anchorBoxName_12498"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/cfe9792086b880cd53181e894e86f0f1.webp" id="eListPrdImage12498_3" alt="도톰레더자켓-jk ㅣ 레드"></a>
  2190.                   </div>  
  2191.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12498&cate_no=1&display_group=3';">
  2192.                     <div class="inner">
  2193.                       <p class="name"><a href="/product/detail.html?product_no=12498&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">도톰레더자켓-jk ㅣ 레드</span>      </a></p>
  2194.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2195. <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>
  2196. </ul>
  2197.                     </div>
  2198.                    </div>
  2199.                  </div>
  2200.               </li>
  2201. <li id="anchorBoxId_12496" class="xans-record-">
  2202.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12496&cate_no=1&display_group=3';">
  2203.                   <div class="thumbnail">
  2204.                       <a href="/product/detail.html?product_no=12496&cate_no=1&display_group=3" name="anchorBoxName_12496"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/775b0a7a91c40517a284a445df5f3ad8.jpg" id="eListPrdImage12496_3" alt="이글루즈핏맨투맨"></a>
  2205.                   </div>  
  2206.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12496&cate_no=1&display_group=3';">
  2207.                     <div class="inner">
  2208.                       <p class="name"><a href="/product/detail.html?product_no=12496&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">이글루즈핏맨투맨</span>      </a></p>
  2209.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2210. <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>
  2211. </ul>
  2212.                     </div>
  2213.                    </div>
  2214.                  </div>
  2215.               </li>
  2216. <li id="anchorBoxId_12501" class="xans-record-">
  2217.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12501&cate_no=1&display_group=3';">
  2218.                   <div class="thumbnail">
  2219.                       <a href="/product/detail.html?product_no=12501&cate_no=1&display_group=3" name="anchorBoxName_12501"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/0e447cb48fb5af607dd993a647cfa51d.webp" id="eListPrdImage12501_3" alt="레터링레이어드긴팔티-t"></a>
  2220.                   </div>  
  2221.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12501&cate_no=1&display_group=3';">
  2222.                     <div class="inner">
  2223.                       <p class="name"><a href="/product/detail.html?product_no=12501&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레터링레이어드긴팔티-t</span>      </a></p>
  2224.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2225. <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>
  2226. </ul>
  2227.                     </div>
  2228.                    </div>
  2229.                  </div>
  2230.               </li>
  2231. <li id="anchorBoxId_12492" class="xans-record-">
  2232.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12492&cate_no=1&display_group=3';">
  2233.                   <div class="thumbnail">
  2234.                       <a href="/product/detail.html?product_no=12492&cate_no=1&display_group=3" name="anchorBoxName_12492"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/dccac1539927e1b38a63b65a28edcb64.jpg" id="eListPrdImage12492_3" alt="레이어드니트나시-n"></a>
  2235.                   </div>  
  2236.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12492&cate_no=1&display_group=3';">
  2237.                     <div class="inner">
  2238.                       <p class="name"><a href="/product/detail.html?product_no=12492&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">레이어드니트나시-n</span>      </a></p>
  2239.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2240. <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>
  2241. </ul>
  2242.                     </div>
  2243.                    </div>
  2244.                  </div>
  2245.               </li>
  2246. <li id="anchorBoxId_11737" class="xans-record-">
  2247.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11737&cate_no=1&display_group=3';">
  2248.                   <div class="thumbnail">
  2249.                       <a href="/product/detail.html?product_no=11737&cate_no=1&display_group=3" name="anchorBoxName_11737"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/1acfe2381505196fb21ed4def5901df7.webp" id="eListPrdImage11737_3" alt="메즈 울 가디건"></a>
  2250.                   </div>  
  2251.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11737&cate_no=1&display_group=3';">
  2252.                     <div class="inner">
  2253.                       <p class="name"><a href="/product/detail.html?product_no=11737&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_60.gif"  alt="" /> </a></p>
  2254.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2255. <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>
  2256. </ul>
  2257.                     </div>
  2258.                    </div>
  2259.                  </div>
  2260.               </li>
  2261. <li id="anchorBoxId_12499" class="xans-record-">
  2262.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12499&cate_no=1&display_group=3';">
  2263.                   <div class="thumbnail">
  2264.                       <a href="/product/detail.html?product_no=12499&cate_no=1&display_group=3" name="anchorBoxName_12499"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/5294b52a0a742bbc585385de91d05993.jpg" id="eListPrdImage12499_3" alt="와이드절개팬츠-p ㅣ 네이비"></a>
  2265.                   </div>  
  2266.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12499&cate_no=1&display_group=3';">
  2267.                     <div class="inner">
  2268.                       <p class="name"><a href="/product/detail.html?product_no=12499&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>
  2269.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2270. <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>
  2271. </ul>
  2272.                     </div>
  2273.                    </div>
  2274.                  </div>
  2275.               </li>
  2276. <li id="anchorBoxId_11707" class="xans-record-">
  2277.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11707&cate_no=1&display_group=3';">
  2278.                   <div class="thumbnail">
  2279.                       <a href="/product/detail.html?product_no=11707&cate_no=1&display_group=3" name="anchorBoxName_11707"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/cfb0cefa6c9af809184c14f2cabc72d7.webp" id="eListPrdImage11707_3" alt="페리 모헤어 가디건"></a>
  2280.                   </div>  
  2281.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11707&cate_no=1&display_group=3';">
  2282.                     <div class="inner">
  2283.                       <p class="name"><a href="/product/detail.html?product_no=11707&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_60.gif"  alt="" /> </a></p>
  2284.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2285. <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>
  2286. </ul>
  2287.                     </div>
  2288.                    </div>
  2289.                  </div>
  2290.               </li>
  2291. <li id="anchorBoxId_12497" class="xans-record-">
  2292.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12497&cate_no=1&display_group=3';">
  2293.                   <div class="thumbnail">
  2294.                       <a href="/product/detail.html?product_no=12497&cate_no=1&display_group=3" name="anchorBoxName_12497"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/5f51f90f5b52a4cd851d60fdecc58e76.webp" id="eListPrdImage12497_3" alt="도트 스커트-sk"></a>
  2295.                   </div>  
  2296.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12497&cate_no=1&display_group=3';">
  2297.                     <div class="inner">
  2298.                       <p class="name"><a href="/product/detail.html?product_no=12497&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">도트 스커트-sk</span>      </a></p>
  2299.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2300. <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>
  2301. </ul>
  2302.                     </div>
  2303.                    </div>
  2304.                  </div>
  2305.               </li>
  2306. <li id="anchorBoxId_12502" class="xans-record-">
  2307.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12502&cate_no=1&display_group=3';">
  2308.                   <div class="thumbnail">
  2309.                       <a href="/product/detail.html?product_no=12502&cate_no=1&display_group=3" name="anchorBoxName_12502"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/0d016c42540f201b1c24111339e4a3bd.jpg" id="eListPrdImage12502_3" alt="벨벳프릴스커트-sk"></a>
  2310.                   </div>  
  2311.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12502&cate_no=1&display_group=3';">
  2312.                     <div class="inner">
  2313.                       <p class="name"><a href="/product/detail.html?product_no=12502&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">벨벳프릴스커트-sk</span>      </a></p>
  2314.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2315. <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>
  2316. </ul>
  2317.                     </div>
  2318.                    </div>
  2319.                  </div>
  2320.               </li>
  2321. <li id="anchorBoxId_12489" class="xans-record-">
  2322.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12489&cate_no=1&display_group=3';">
  2323.                   <div class="thumbnail">
  2324.                       <a href="/product/detail.html?product_no=12489&cate_no=1&display_group=3" name="anchorBoxName_12489"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/1ff37913c0eac38c876509348a60e105.webp" id="eListPrdImage12489_3" alt="와이드절개팬츠-p"></a>
  2325.                   </div>  
  2326.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12489&cate_no=1&display_group=3';">
  2327.                     <div class="inner">
  2328.                       <p class="name"><a href="/product/detail.html?product_no=12489&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>
  2329.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2330. <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>
  2331. </ul>
  2332.                     </div>
  2333.                    </div>
  2334.                  </div>
  2335.               </li>
  2336. <li id="anchorBoxId_12485" class="xans-record-">
  2337.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12485&cate_no=1&display_group=3';">
  2338.                   <div class="thumbnail">
  2339.                       <a href="/product/detail.html?product_no=12485&cate_no=1&display_group=3" name="anchorBoxName_12485"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/785c5a2581de43da27b9b82d3da1b42b.webp" id="eListPrdImage12485_3" alt="랩퍼프블라우스-bl"></a>
  2340.                   </div>  
  2341.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12485&cate_no=1&display_group=3';">
  2342.                     <div class="inner">
  2343.                       <p class="name"><a href="/product/detail.html?product_no=12485&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">랩퍼프블라우스-bl</span>      </a></p>
  2344.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2345. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">61,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2346. </ul>
  2347.                     </div>
  2348.                    </div>
  2349.                  </div>
  2350.               </li>
  2351. <li id="anchorBoxId_12484" class="xans-record-">
  2352.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12484&cate_no=1&display_group=3';">
  2353.                   <div class="thumbnail">
  2354.                       <a href="/product/detail.html?product_no=12484&cate_no=1&display_group=3" name="anchorBoxName_12484"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/50bd2c68e034640cbb1a5b3b57d2be8d.webp" id="eListPrdImage12484_3" alt="차르르체크셔츠-nb"></a>
  2355.                   </div>  
  2356.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12484&cate_no=1&display_group=3';">
  2357.                     <div class="inner">
  2358.                       <p class="name"><a href="/product/detail.html?product_no=12484&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">차르르체크셔츠-nb</span>      </a></p>
  2359.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2360. <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>
  2361. </ul>
  2362.                     </div>
  2363.                    </div>
  2364.                  </div>
  2365.               </li>
  2366. <li id="anchorBoxId_12487" class="xans-record-">
  2367.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12487&cate_no=1&display_group=3';">
  2368.                   <div class="thumbnail">
  2369.                       <a href="/product/detail.html?product_no=12487&cate_no=1&display_group=3" name="anchorBoxName_12487"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/87074c137dff7c50a3c99fad6e471178.webp" id="eListPrdImage12487_3" alt="곰돌이울니트가디건"></a>
  2370.                   </div>  
  2371.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12487&cate_no=1&display_group=3';">
  2372.                     <div class="inner">
  2373.                       <p class="name"><a href="/product/detail.html?product_no=12487&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_60.gif"  alt="" /> </a></p>
  2374.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2375. <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>
  2376. </ul>
  2377.                     </div>
  2378.                    </div>
  2379.                  </div>
  2380.               </li>
  2381. <li id="anchorBoxId_12486" class="xans-record-">
  2382.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12486&cate_no=1&display_group=3';">
  2383.                   <div class="thumbnail">
  2384.                       <a href="/product/detail.html?product_no=12486&cate_no=1&display_group=3" name="anchorBoxName_12486"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/0ac3733ac145f5bcda07f3b5c3a423b5.jpg" id="eListPrdImage12486_3" alt="밑단스트링트랙팬츠-p ㅣ 블랙"></a>
  2385.                   </div>  
  2386.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12486&cate_no=1&display_group=3';">
  2387.                     <div class="inner">
  2388.                       <p class="name"><a href="/product/detail.html?product_no=12486&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단스트링트랙팬츠-p ㅣ 블랙</span>      </a></p>
  2389.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2390. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">54,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2391. </ul>
  2392.                     </div>
  2393.                    </div>
  2394.                  </div>
  2395.               </li>
  2396. <li id="anchorBoxId_12488" class="xans-record-">
  2397.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12488&cate_no=1&display_group=3';">
  2398.                   <div class="thumbnail">
  2399.                       <a href="/product/detail.html?product_no=12488&cate_no=1&display_group=3" name="anchorBoxName_12488"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/c30b3aac7ac2bef2a3952faaf9943713.jpg" id="eListPrdImage12488_3" alt="언발넥라인st티셔츠-t"></a>
  2400.                   </div>  
  2401.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12488&cate_no=1&display_group=3';">
  2402.                     <div class="inner">
  2403.                       <p class="name"><a href="/product/detail.html?product_no=12488&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">언발넥라인st티셔츠-t</span>      </a></p>
  2404.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2405. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">22,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2406. </ul>
  2407.                     </div>
  2408.                    </div>
  2409.                  </div>
  2410.               </li>
  2411. <li id="anchorBoxId_11676" class="xans-record-">
  2412.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11676&cate_no=1&display_group=3';">
  2413.                   <div class="thumbnail">
  2414.                       <a href="/product/detail.html?product_no=11676&cate_no=1&display_group=3" name="anchorBoxName_11676"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202412/dc8bc8a1a6db5f4370004b79f400e5c7.jpg" id="eListPrdImage11676_3" alt="부클자수후드티-t ㅣ 기모안감"></a>
  2415.                   </div>  
  2416.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11676&cate_no=1&display_group=3';">
  2417.                     <div class="inner">
  2418.                       <p class="name"><a href="/product/detail.html?product_no=11676&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">부클자수후드티-t ㅣ 기모안감</span>      </a></p>
  2419.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2420. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2421. </ul>
  2422.                     </div>
  2423.                    </div>
  2424.                  </div>
  2425.               </li>
  2426. <li id="anchorBoxId_10943" class="xans-record-">
  2427.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10943&cate_no=1&display_group=3';">
  2428.                   <div class="thumbnail">
  2429.                       <a href="/product/detail.html?product_no=10943&cate_no=1&display_group=3" name="anchorBoxName_10943"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202312/34014757e9068d7931205fcf76a4b5d5.jpg" id="eListPrdImage10943_3" alt="드키 니트 후드집업"></a>
  2430.                   </div>  
  2431.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10943&cate_no=1&display_group=3';">
  2432.                     <div class="inner">
  2433.                       <p class="name"><a href="/product/detail.html?product_no=10943&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_60.gif"  alt="" /> </a></p>
  2434.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2435. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">61,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2436. </ul>
  2437.                     </div>
  2438.                    </div>
  2439.                  </div>
  2440.               </li>
  2441. <li id="anchorBoxId_11677" class="xans-record-">
  2442.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11677&cate_no=1&display_group=3';">
  2443.                   <div class="thumbnail">
  2444.                       <a href="/product/detail.html?product_no=11677&cate_no=1&display_group=3" name="anchorBoxName_11677"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202412/b26d8da6501a71486c77411df37b1aaa.webp" id="eListPrdImage11677_3" alt="체크스트링팬츠-p"></a>
  2445.                   </div>  
  2446.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11677&cate_no=1&display_group=3';">
  2447.                     <div class="inner">
  2448.                       <p class="name"><a href="/product/detail.html?product_no=11677&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>
  2449.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2450. <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>
  2451. </ul>
  2452.                     </div>
  2453.                    </div>
  2454.                  </div>
  2455.               </li>
  2456. <li id="anchorBoxId_11678" class="xans-record-">
  2457.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11678&cate_no=1&display_group=3';">
  2458.                   <div class="thumbnail">
  2459.                       <a href="/product/detail.html?product_no=11678&cate_no=1&display_group=3" name="anchorBoxName_11678"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202412/f9a8b6465cbcc1321d129e94f55f336c.webp" id="eListPrdImage11678_3" alt="(couple) 에더 니트집업"></a>
  2460.                   </div>  
  2461.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11678&cate_no=1&display_group=3';">
  2462.                     <div class="inner">
  2463.                       <p class="name"><a href="/product/detail.html?product_no=11678&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">(couple) 에더 니트집업</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2464.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2465. <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>
  2466. </ul>
  2467.                     </div>
  2468.                    </div>
  2469.                  </div>
  2470.               </li>
  2471. <li id="anchorBoxId_11730" class="xans-record-">
  2472.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11730&cate_no=1&display_group=3';">
  2473.                   <div class="thumbnail">
  2474.                       <a href="/product/detail.html?product_no=11730&cate_no=1&display_group=3" name="anchorBoxName_11730"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/8dd252ddb4f871d44777d653b0bcc4df.webp" id="eListPrdImage11730_3" alt="(couple) 로미르 울 -nt"></a>
  2475.                   </div>  
  2476.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11730&cate_no=1&display_group=3';">
  2477.                     <div class="inner">
  2478.                       <p class="name"><a href="/product/detail.html?product_no=11730&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">(couple) 로미르 울 -nt</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2479.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2480. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2481. </ul>
  2482.                     </div>
  2483.                    </div>
  2484.                  </div>
  2485.               </li>
  2486. <li id="anchorBoxId_11756" class="xans-record-">
  2487.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11756&cate_no=1&display_group=3';">
  2488.                   <div class="thumbnail">
  2489.                       <a href="/product/detail.html?product_no=11756&cate_no=1&display_group=3" name="anchorBoxName_11756"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/d9974e4799cb319608edf27866c4d59e.webp" id="eListPrdImage11756_3" alt="네이머-jk"></a>
  2490.                   </div>  
  2491.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11756&cate_no=1&display_group=3';">
  2492.                     <div class="inner">
  2493.                       <p class="name"><a href="/product/detail.html?product_no=11756&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_60.gif"  alt="" /> </a></p>
  2494.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2495. <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>
  2496. </ul>
  2497.                     </div>
  2498.                    </div>
  2499.                  </div>
  2500.               </li>
  2501. <li id="anchorBoxId_10150" class="xans-record-">
  2502.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10150&cate_no=1&display_group=3';">
  2503.                   <div class="thumbnail">
  2504.                       <a href="/product/detail.html?product_no=10150&cate_no=1&display_group=3" name="anchorBoxName_10150"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202303/155efd71c5c7eb4487b868d5f5aac4e7.webp" id="eListPrdImage10150_3" alt="깔깔이-jp"></a>
  2505.                   </div>  
  2506.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10150&cate_no=1&display_group=3';">
  2507.                     <div class="inner">
  2508.                       <p class="name"><a href="/product/detail.html?product_no=10150&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">깔깔이-jp</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2509.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2510. <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>
  2511. </ul>
  2512.                     </div>
  2513.                    </div>
  2514.                  </div>
  2515.               </li>
  2516. <li id="anchorBoxId_12478" class="xans-record-">
  2517.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12478&cate_no=1&display_group=3';">
  2518.                   <div class="thumbnail">
  2519.                       <a href="/product/detail.html?product_no=12478&cate_no=1&display_group=3" name="anchorBoxName_12478"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/252146f397d0f380293e76e8904a2434.webp" id="eListPrdImage12478_3" alt="매듭체크울셔츠-nb"></a>
  2520.                   </div>  
  2521.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12478&cate_no=1&display_group=3';">
  2522.                     <div class="inner">
  2523.                       <p class="name"><a href="/product/detail.html?product_no=12478&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">매듭체크울셔츠-nb</span>      </a></p>
  2524.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2525. <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>
  2526. </ul>
  2527.                     </div>
  2528.                    </div>
  2529.                  </div>
  2530.               </li>
  2531. <li id="anchorBoxId_12481" class="xans-record-">
  2532.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12481&cate_no=1&display_group=3';">
  2533.                   <div class="thumbnail">
  2534.                       <a href="/product/detail.html?product_no=12481&cate_no=1&display_group=3" name="anchorBoxName_12481"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/5dfd0df6c8a4eca644ed1db6e957fa2e.webp" id="eListPrdImage12481_3" alt="멜빵점프수트-pt"></a>
  2535.                   </div>  
  2536.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12481&cate_no=1&display_group=3';">
  2537.                     <div class="inner">
  2538.                       <p class="name"><a href="/product/detail.html?product_no=12481&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">멜빵점프수트-pt</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2539.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2540. <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>
  2541. </ul>
  2542.                     </div>
  2543.                    </div>
  2544.                  </div>
  2545.               </li>
  2546. <li id="anchorBoxId_12483" class="xans-record-">
  2547.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12483&cate_no=1&display_group=3';">
  2548.                   <div class="thumbnail">
  2549.                       <a href="/product/detail.html?product_no=12483&cate_no=1&display_group=3" name="anchorBoxName_12483"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e4cf007c288cebde94f9799d9cc115e6.webp" id="eListPrdImage12483_3" alt="마이애미박시맨투맨-mtm"></a>
  2550.                   </div>  
  2551.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12483&cate_no=1&display_group=3';">
  2552.                     <div class="inner">
  2553.                       <p class="name"><a href="/product/detail.html?product_no=12483&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">마이애미박시맨투맨-mtm</span>      </a></p>
  2554.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2555. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2556. </ul>
  2557.                     </div>
  2558.                    </div>
  2559.                  </div>
  2560.               </li>
  2561. <li id="anchorBoxId_12480" class="xans-record-">
  2562.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12480&cate_no=1&display_group=3';">
  2563.                   <div class="thumbnail">
  2564.                       <a href="/product/detail.html?product_no=12480&cate_no=1&display_group=3" name="anchorBoxName_12480"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/3c8faba5595fbccb64936e5b4e438e5f.jpg" id="eListPrdImage12480_3" alt="밑단스트링트랙팬츠-p ㅣ 그레이"></a>
  2565.                   </div>  
  2566.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12480&cate_no=1&display_group=3';">
  2567.                     <div class="inner">
  2568.                       <p class="name"><a href="/product/detail.html?product_no=12480&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단스트링트랙팬츠-p ㅣ 그레이</span>      </a></p>
  2569.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2570. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">54,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2571. </ul>
  2572.                     </div>
  2573.                    </div>
  2574.                  </div>
  2575.               </li>
  2576. <li id="anchorBoxId_12477" class="xans-record-">
  2577.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12477&cate_no=1&display_group=3';">
  2578.                   <div class="thumbnail">
  2579.                       <a href="/product/detail.html?product_no=12477&cate_no=1&display_group=3" name="anchorBoxName_12477"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/c1429455286c2847c33a374687299b10.webp" id="eListPrdImage12477_3" alt="부쉬이롱긴팔티-t"></a>
  2580.                   </div>  
  2581.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12477&cate_no=1&display_group=3';">
  2582.                     <div class="inner">
  2583.                       <p class="name"><a href="/product/detail.html?product_no=12477&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">부쉬이롱긴팔티-t</span>      </a></p>
  2584.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2585. <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>
  2586. </ul>
  2587.                     </div>
  2588.                    </div>
  2589.                  </div>
  2590.               </li>
  2591. <li id="anchorBoxId_12482" class="xans-record-">
  2592.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12482&cate_no=1&display_group=3';">
  2593.                   <div class="thumbnail">
  2594.                       <a href="/product/detail.html?product_no=12482&cate_no=1&display_group=3" name="anchorBoxName_12482"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/ee876d3957467427d97a434bc4931b7e.jpg" id="eListPrdImage12482_3" alt="밑단시보리트임팬츠-p ㅣ 그레이"></a>
  2595.                   </div>  
  2596.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12482&cate_no=1&display_group=3';">
  2597.                     <div class="inner">
  2598.                       <p class="name"><a href="/product/detail.html?product_no=12482&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">밑단시보리트임팬츠-p ㅣ 그레이</span>      </a></p>
  2599.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2600. <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>
  2601. </ul>
  2602.                     </div>
  2603.                    </div>
  2604.                  </div>
  2605.               </li>
  2606. <li id="anchorBoxId_12474" class="xans-record-">
  2607.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12474&cate_no=1&display_group=3';">
  2608.                   <div class="thumbnail">
  2609.                       <a href="/product/detail.html?product_no=12474&cate_no=1&display_group=3" name="anchorBoxName_12474"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/db1b26effd427e195c105ebcc612df11.jpg" id="eListPrdImage12474_3" alt="빈티지스트라이프롱팬츠-p ㅣ 카키"></a>
  2610.                   </div>  
  2611.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12474&cate_no=1&display_group=3';">
  2612.                     <div class="inner">
  2613.                       <p class="name"><a href="/product/detail.html?product_no=12474&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">빈티지스트라이프롱팬츠-p ㅣ 카키</span>      </a></p>
  2614.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2615. <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>
  2616. </ul>
  2617.                     </div>
  2618.                    </div>
  2619.                  </div>
  2620.               </li>
  2621. <li id="anchorBoxId_12479" class="xans-record-">
  2622.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12479&cate_no=1&display_group=3';">
  2623.                   <div class="thumbnail">
  2624.                       <a href="/product/detail.html?product_no=12479&cate_no=1&display_group=3" name="anchorBoxName_12479"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e01df3c0b6ca25a1c739e1d4d7ee2c5f.webp" id="eListPrdImage12479_3" alt="99레이어드맨투맨"></a>
  2625.                   </div>  
  2626.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12479&cate_no=1&display_group=3';">
  2627.                     <div class="inner">
  2628.                       <p class="name"><a href="/product/detail.html?product_no=12479&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">99레이어드맨투맨</span>      </a></p>
  2629.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2630. <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>
  2631. </ul>
  2632.                     </div>
  2633.                    </div>
  2634.                  </div>
  2635.               </li>
  2636. <li id="anchorBoxId_12476" class="xans-record-">
  2637.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12476&cate_no=1&display_group=3';">
  2638.                   <div class="thumbnail">
  2639.                       <a href="/product/detail.html?product_no=12476&cate_no=1&display_group=3" name="anchorBoxName_12476"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e38d6a49c8cb961afe8d8579fe93b3f9.jpg" id="eListPrdImage12476_3" alt="골지트임레깅스 ㅣ 베이지"></a>
  2640.                   </div>  
  2641.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12476&cate_no=1&display_group=3';">
  2642.                     <div class="inner">
  2643.                       <p class="name"><a href="/product/detail.html?product_no=12476&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">골지트임레깅스 ㅣ 베이지</span>      </a></p>
  2644.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2645. <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>
  2646. </ul>
  2647.                     </div>
  2648.                    </div>
  2649.                  </div>
  2650.               </li>
  2651. <li id="anchorBoxId_12473" class="xans-record-">
  2652.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12473&cate_no=1&display_group=3';">
  2653.                   <div class="thumbnail">
  2654.                       <a href="/product/detail.html?product_no=12473&cate_no=1&display_group=3" name="anchorBoxName_12473"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e565ad01fcebacabbc2d7da464f7d614.jpg" id="eListPrdImage12473_3" alt="피그스테이긴팔티-t"></a>
  2655.                   </div>  
  2656.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12473&cate_no=1&display_group=3';">
  2657.                     <div class="inner">
  2658.                       <p class="name"><a href="/product/detail.html?product_no=12473&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">피그스테이긴팔티-t</span>      </a></p>
  2659.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2660. <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>
  2661. </ul>
  2662.                     </div>
  2663.                    </div>
  2664.                  </div>
  2665.               </li>
  2666. <li id="anchorBoxId_12471" class="xans-record-">
  2667.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12471&cate_no=1&display_group=3';">
  2668.                   <div class="thumbnail">
  2669.                       <a href="/product/detail.html?product_no=12471&cate_no=1&display_group=3" name="anchorBoxName_12471"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/a45091cb2da6fc35b9489af57120fede.jpg" id="eListPrdImage12471_3" alt="단가라레이어드원피스-ops"></a>
  2670.                   </div>  
  2671.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12471&cate_no=1&display_group=3';">
  2672.                     <div class="inner">
  2673.                       <p class="name"><a href="/product/detail.html?product_no=12471&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">단가라레이어드원피스-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2674.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2675. <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>
  2676. </ul>
  2677.                     </div>
  2678.                    </div>
  2679.                  </div>
  2680.               </li>
  2681. <li id="anchorBoxId_11745" class="xans-record-">
  2682.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11745&cate_no=1&display_group=3';">
  2683.                   <div class="thumbnail">
  2684.                       <a href="/product/detail.html?product_no=11745&cate_no=1&display_group=3" name="anchorBoxName_11745"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/78194669fa3655484c41cd2d7087aab1.webp" id="eListPrdImage11745_3" alt="(couple) 그레프-nt"></a>
  2685.                   </div>  
  2686.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11745&cate_no=1&display_group=3';">
  2687.                     <div class="inner">
  2688.                       <p class="name"><a href="/product/detail.html?product_no=11745&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">(couple) 그레프-nt</span>      </a></p>
  2689.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2690. <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>
  2691. </ul>
  2692.                     </div>
  2693.                    </div>
  2694.                  </div>
  2695.               </li>
  2696. <li id="anchorBoxId_12470" class="xans-record-">
  2697.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12470&cate_no=1&display_group=3';">
  2698.                   <div class="thumbnail">
  2699.                       <a href="/product/detail.html?product_no=12470&cate_no=1&display_group=3" name="anchorBoxName_12470"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/8b47c34779671d53d3818d92ae976210.webp" id="eListPrdImage12470_3" alt="홀단추니트가디건 ㅣ 블랙"></a>
  2700.                   </div>  
  2701.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12470&cate_no=1&display_group=3';">
  2702.                     <div class="inner">
  2703.                       <p class="name"><a href="/product/detail.html?product_no=12470&cate_no=1&display_group=3" class=""><span class="" style="font-size:11px;color:#222222;">홀단추니트가디건 ㅣ 블랙</span>      </a></p>
  2704.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2705. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2706. </ul>
  2707.                     </div>
  2708.                    </div>
  2709.                  </div>
  2710.               </li>
  2711. <li id="anchorBoxId_12467" class="xans-record-">
  2712.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12467&cate_no=1&display_group=3';">
  2713.                   <div class="thumbnail">
  2714.                       <a href="/product/detail.html?product_no=12467&cate_no=1&display_group=3" name="anchorBoxName_12467"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/7f7beea9ac3d09345ae677974e140470.jpg" id="eListPrdImage12467_3" alt="홀단추니트가디건 ㅣ 네이비"></a>
  2715.                   </div>  
  2716.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12467&cate_no=1&display_group=3';">
  2717.                     <div class="inner">
  2718.                       <p class="name"><a href="/product/detail.html?product_no=12467&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_60.gif"  alt="" /> </a></p>
  2719.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2720. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2721. </ul>
  2722.                     </div>
  2723.                    </div>
  2724.                  </div>
  2725.               </li>
  2726.           </ul>
  2727.       </div>
  2728. </div>
  2729.       <!-- //신상품 -->
  2730.    
  2731.  
  2732.  
  2733.  
  2734.    
  2735.      <!-- //shoes.bag -->
  2736.       <div class="xans-element- xans-product xans-product-listmain-3 xans-product-listmain xans-product-3 ec-base-product new_item"><!--
  2737.               $count = 16
  2738.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2739.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2740.           -->
  2741. <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>
  2742. <div class="main_item_list">
  2743.             <ul class="prdList grid4">  
  2744.        
  2745.                 <li id="anchorBoxId_12556" class="xans-record-">
  2746.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12556&cate_no=1&display_group=4';">
  2747.                   <div class="thumbnail">
  2748.                       <a href="/product/detail.html?product_no=12556&cate_no=1&display_group=4" name="anchorBoxName_12556"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/eabc59ca266d63c562f201cd97c7bfbb.jpg" id="eListPrdImage12556_4" alt="퍼버클모자"></a>
  2749.                   </div>  
  2750.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12556&cate_no=1&display_group=4';">
  2751.                     <div class="inner">
  2752.                       <p class="name"><a href="/product/detail.html?product_no=12556&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">퍼버클모자</span>      </a></p>
  2753.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2754. <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>
  2755. </ul>
  2756.                     </div>
  2757.                    </div>
  2758.                  </div>
  2759.               </li>
  2760.                
  2761.                
  2762.            
  2763.               <li id="anchorBoxId_12531" class="xans-record-">
  2764.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12531&cate_no=1&display_group=4';">
  2765.                   <div class="thumbnail">
  2766.                       <a href="/product/detail.html?product_no=12531&cate_no=1&display_group=4" name="anchorBoxName_12531"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/f2ef38795ee773666e412a5ddbc11d3d.jpg" id="eListPrdImage12531_4" alt="워싱캠프캡모자"></a>
  2767.                   </div>  
  2768.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12531&cate_no=1&display_group=4';">
  2769.                     <div class="inner">
  2770.                       <p class="name"><a href="/product/detail.html?product_no=12531&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">워싱캠프캡모자</span>      </a></p>
  2771.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2772. <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>
  2773. </ul>
  2774.                     </div>
  2775.                    </div>
  2776.                  </div>
  2777.               </li>
  2778. <li id="anchorBoxId_12530" class="xans-record-">
  2779.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12530&cate_no=1&display_group=4';">
  2780.                   <div class="thumbnail">
  2781.                       <a href="/product/detail.html?product_no=12530&cate_no=1&display_group=4" name="anchorBoxName_12530"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/95982c32176b14e7a8ad38285a16d2b1.jpg" id="eListPrdImage12530_4" alt="보카시울귀도리비니"></a>
  2782.                   </div>  
  2783.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12530&cate_no=1&display_group=4';">
  2784.                     <div class="inner">
  2785.                       <p class="name"><a href="/product/detail.html?product_no=12530&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">보카시울귀도리비니</span>      </a></p>
  2786.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2787. <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>
  2788. </ul>
  2789.                     </div>
  2790.                    </div>
  2791.                  </div>
  2792.               </li>
  2793. <li id="anchorBoxId_12529" class="xans-record-">
  2794.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12529&cate_no=1&display_group=4';">
  2795.                   <div class="thumbnail">
  2796.                       <a href="/product/detail.html?product_no=12529&cate_no=1&display_group=4" name="anchorBoxName_12529"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202511/cefe6c64f39b251d09c5936188c84a42.jpg" id="eListPrdImage12529_4" alt="부클리본모자"></a>
  2797.                   </div>  
  2798.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12529&cate_no=1&display_group=4';">
  2799.                     <div class="inner">
  2800.                       <p class="name"><a href="/product/detail.html?product_no=12529&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">부클리본모자</span>      </a></p>
  2801.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2802. <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>
  2803. </ul>
  2804.                     </div>
  2805.                    </div>
  2806.                  </div>
  2807.               </li>
  2808. <li id="anchorBoxId_12528" class="xans-record-">
  2809.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12528&cate_no=1&display_group=4';">
  2810.                   <div class="thumbnail">
  2811.                       <a href="/product/detail.html?product_no=12528&cate_no=1&display_group=4" name="anchorBoxName_12528"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/9a79f203245b7a993a27c3f7ca3dc796.jpg" id="eListPrdImage12528_4" alt="앙고라골지 비니"></a>
  2812.                   </div>  
  2813.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12528&cate_no=1&display_group=4';">
  2814.                     <div class="inner">
  2815.                       <p class="name"><a href="/product/detail.html?product_no=12528&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">앙고라골지 비니</span>      </a></p>
  2816.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2817. <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>
  2818. </ul>
  2819.                     </div>
  2820.                    </div>
  2821.                  </div>
  2822.               </li>
  2823. <li id="anchorBoxId_12515" class="xans-record-">
  2824.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12515&cate_no=1&display_group=4';">
  2825.                   <div class="thumbnail">
  2826.                       <a href="/product/detail.html?product_no=12515&cate_no=1&display_group=4" name="anchorBoxName_12515"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202510/e35861cd46a42de9a077b139df41ed6a.jpg" id="eListPrdImage12515_4" alt="레몬베이지스웨이드백-bag"></a>
  2827.                   </div>  
  2828.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12515&cate_no=1&display_group=4';">
  2829.                     <div class="inner">
  2830.                       <p class="name"><a href="/product/detail.html?product_no=12515&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">레몬베이지스웨이드백-bag</span>      </a></p>
  2831.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2832. <p class="title2 displaynone"></p><span class="" style="font-size:11px;color:#222222;font-weight:bold;">94,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2833. </ul>
  2834.                     </div>
  2835.                    </div>
  2836.                  </div>
  2837.               </li>
  2838. <li id="anchorBoxId_12436" class="xans-record-">
  2839.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12436&cate_no=1&display_group=4';">
  2840.                   <div class="thumbnail">
  2841.                       <a href="/product/detail.html?product_no=12436&cate_no=1&display_group=4" name="anchorBoxName_12436"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202509/102b750b62c1f97951504cb66abb4c1b.jpg" id="eListPrdImage12436_4" alt="니트 보넷"></a>
  2842.                   </div>  
  2843.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12436&cate_no=1&display_group=4';">
  2844.                     <div class="inner">
  2845.                       <p class="name"><a href="/product/detail.html?product_no=12436&cate_no=1&display_group=4" class=""><span class="" style="font-size:11px;color:#222222;">니트 보넷</span>      </a></p>
  2846.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2847. <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>
  2848. </ul>
  2849.                     </div>
  2850.                    </div>
  2851.                  </div>
  2852.               </li>
  2853. <li id="anchorBoxId_10744" class="xans-record-">
  2854.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10744&cate_no=1&display_group=4';">
  2855.                   <div class="thumbnail">
  2856.                       <a href="/product/detail.html?product_no=10744&cate_no=1&display_group=4" name="anchorBoxName_10744"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202310/df212ab4e2b553b36a8e8386010fcfb7.jpg" id="eListPrdImage10744_4" alt="아카 비니"></a>
  2857.                   </div>  
  2858.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10744&cate_no=1&display_group=4';">
  2859.                     <div class="inner">
  2860.                       <p class="name"><a href="/product/detail.html?product_no=10744&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>
  2861.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2862. <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>
  2863. </ul>
  2864.                     </div>
  2865.                    </div>
  2866.                  </div>
  2867.               </li>
  2868. <li id="anchorBoxId_12368" class="xans-record-">
  2869.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12368&cate_no=1&display_group=4';">
  2870.                   <div class="thumbnail">
  2871.                       <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>
  2872.                   </div>  
  2873.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12368&cate_no=1&display_group=4';">
  2874.                     <div class="inner">
  2875.                       <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>
  2876.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2877. <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>
  2878. </ul>
  2879.                     </div>
  2880.                    </div>
  2881.                  </div>
  2882.               </li>
  2883. <li id="anchorBoxId_12366" class="xans-record-">
  2884.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12366&cate_no=1&display_group=4';">
  2885.                   <div class="thumbnail">
  2886.                       <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>
  2887.                   </div>  
  2888.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12366&cate_no=1&display_group=4';">
  2889.                     <div class="inner">
  2890.                       <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>
  2891.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2892. <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>
  2893. </ul>
  2894.                     </div>
  2895.                    </div>
  2896.                  </div>
  2897.               </li>
  2898. <li id="anchorBoxId_12298" class="xans-record-">
  2899.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12298&cate_no=1&display_group=4';">
  2900.                   <div class="thumbnail">
  2901.                       <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>
  2902.                   </div>  
  2903.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12298&cate_no=1&display_group=4';">
  2904.                     <div class="inner">
  2905.                       <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>
  2906.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2907. <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>
  2908. </ul>
  2909.                     </div>
  2910.                    </div>
  2911.                  </div>
  2912.               </li>
  2913. <li id="anchorBoxId_12296" class="xans-record-">
  2914.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12296&cate_no=1&display_group=4';">
  2915.                   <div class="thumbnail">
  2916.                       <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>
  2917.                   </div>  
  2918.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12296&cate_no=1&display_group=4';">
  2919.                     <div class="inner">
  2920.                       <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>
  2921.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2922. <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>
  2923. </ul>
  2924.                     </div>
  2925.                    </div>
  2926.                  </div>
  2927.               </li>
  2928. <li id="anchorBoxId_12271" class="xans-record-">
  2929.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12271&cate_no=1&display_group=4';">
  2930.                   <div class="thumbnail">
  2931.                       <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>
  2932.                   </div>  
  2933.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12271&cate_no=1&display_group=4';">
  2934.                     <div class="inner">
  2935.                       <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>
  2936.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2937. <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>
  2938. </ul>
  2939.                     </div>
  2940.                    </div>
  2941.                  </div>
  2942.               </li>
  2943. <li id="anchorBoxId_12218" class="xans-record-">
  2944.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12218&cate_no=1&display_group=4';">
  2945.                   <div class="thumbnail">
  2946.                       <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>
  2947.                   </div>  
  2948.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12218&cate_no=1&display_group=4';">
  2949.                     <div class="inner">
  2950.                       <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>
  2951.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2952. <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>
  2953. </ul>
  2954.                     </div>
  2955.                    </div>
  2956.                  </div>
  2957.               </li>
  2958. <li id="anchorBoxId_12087" class="xans-record-">
  2959.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2960.                   <div class="thumbnail">
  2961.                       <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>
  2962.                   </div>  
  2963.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12087&cate_no=1&display_group=4';">
  2964.                     <div class="inner">
  2965.                       <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>
  2966.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2967. <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>
  2968. </ul>
  2969.                     </div>
  2970.                    </div>
  2971.                  </div>
  2972.               </li>
  2973. <li id="anchorBoxId_12047" class="xans-record-">
  2974.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2975.                   <div class="thumbnail">
  2976.                       <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>
  2977.                   </div>  
  2978.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=12047&cate_no=1&display_group=4';">
  2979.                     <div class="inner">
  2980.                       <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>
  2981.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2982. <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>
  2983. </ul>
  2984.                     </div>
  2985.                    </div>
  2986.                  </div>
  2987.               </li>
  2988.           </ul>
  2989.       </div>
  2990. </div>
  2991.       <!-- //shoes.bag -->
  2992.    
  2993.  
  2994.  
  2995.  
  2996. <div style="height:50px"></div>
  2997.  
  2998. <!-- criteo main -->
  2999. <script type="text/javascript">
  3000. setTimeout(function() {
  3001. window._criteo_email = document.getElementById("_criteo_email") ? document.getElementById("_criteo_email").innerHTML : "" ;
  3002. window._criteo_email = typeof _criteoSha256 === "function" && window._criteo_email != '' ? _criteoSha256(window._criteo_email.trim().toLowerCase() ) : '' ;
  3003. window.criteo_q = window.criteo_q || [];
  3004. window.criteo_q.push(
  3005. { event: "setAccount", account: '40780' },
  3006. { event: "setSiteType", type: /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d" },
  3007. { event: "setEmail", email: window._criteo_email , hash_method: "sha256"} ,
  3008. { event: "setZipcode", zipcode: "" },
  3009. { event: "viewHome"}
  3010. );
  3011. }, 2000);
  3012. </script>
  3013. <!-- criteo main -->
  3014.  
  3015.    </div>
  3016.    
  3017.     <div id="right_section">
  3018.    
  3019.    <ul class="menu">
  3020.        <li>
  3021.            <div id="flip2"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/menu_icon.png" alt="메뉴"></a></div>
  3022.                <div id="panel2">
  3023.                     <ul>
  3024.                         <li><a href="https://www.instagram.com/ssoaeng_y/" target="blank">INSTA</a></li>
  3025.                         <li><a href="/board/free/list.html?board_no=1" target="_top">NOTICE</a></li>
  3026.                         <li><a href="/board/product/list.html?board_no=6" target="_top">QNA</a></li>
  3027.                         <li><a href="/board/product/list.html?board_no=4" target="_top">REVIEW</a></li>
  3028.                         <li><a href="/board/gallery/list.html?board_no=8" target="_top">EVENT</a></li>
  3029.                         <li><a href="https://yeon5732.cafe24.com/product/list.html?cate_no=39" target="_top">ONLY U</a></li>
  3030.                         <!--<li><a href="/board/free/read.html?no=12575&board_no=1" target="_top">입고지연안내</a></li>-->
  3031.                         <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
  3032. </a>
  3033. </li>
  3034.                     </ul>
  3035.                </div>
  3036.        </li>
  3037.    </ul>
  3038.  
  3039.    <ul class="member_menu">
  3040.            <li class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/join.html">JOIN +2,000</a>
  3041. </li>
  3042.            <li><a href="/member/login.html" class="xans-element- xans-layout xans-layout-statelogoff ">LOGIN
  3043. </a>
  3044. </li>
  3045.            <li></li>
  3046.            <li><a href="/myshop/index.html">MY PAGE</a></li>
  3047.            <li></li>
  3048.            <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>  
  3049.    </ul>
  3050.    
  3051.    <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>
  3052.        
  3053. </div>
  3054.  
  3055. </div>
  3056.    
  3057.    
  3058.  
  3059.  
  3060.  
  3061. <div style="padding:70px 0 0 0;"></div>
  3062.   <!-- 인스타 그램
  3063.        <div id="insta_all" >    
  3064.              <ul class="insta_t">
  3065.                  <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>
  3066.              </ul>
  3067.              <ul class="insta">
  3068.                  <div style="padding:0 150px;">-->
  3069.                  <!--
  3070.                  C스토어 > 인스타그램위젯 > 썸네일 138px , 진열 8x2
  3071.                  module="instagramwidget_display_2" 는 위젯리스트중 적용하고자 하는 위젯의 코드로 변경하여 사용하시면 됩니다.
  3072.                  -->
  3073.                  <!--<div module="instagramwidget_display_2" class="widget {$sWidgetClass}" style="{$sWidgetStyle}">
  3074.                      
  3075.                      <!--<h2><a target="_blank" class="widget-title">{$sWidgetTitle}</a></h2>
  3076.                      <strong class="idTag {$sIdTagClass}">
  3077.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3078.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3079.                      </strong>
  3080.                      <div class="thumb {$sThumbClass}" style="{$sThumbStyle}"></div>
  3081.                  </div>
  3082.                  </div>
  3083.              </ul>
  3084.            </div>-->  
  3085.  
  3086.  
  3087.  
  3088.    <div class="xans-element- xans-layout xans-layout-footer footer_start "><ul class="cs_center">
  3089.            <div class="cs">            
  3090.             <!--
  3091.             고객센터 수정부분
  3092.             -->        
  3093.            <li class="title1">CUSTOMER CENTER</li>
  3094.           쏘앵  카카오채널  1:1 상담
  3095.            <li class="tel_time">MON-FRI: AM 11:00 ~ PM 3:00<br>
  3096.                 <p style="font-size:10px;">(SAT,SUN,HOLIDAY CLOSED)</p>
  3097. </li>
  3098.            </div>
  3099.            
  3100.            <div class="bank">
  3101.                <li class="title2">BANK ACCOUNT</li>
  3102.  
  3103.                <li class="account">
  3104.                  <span class="han">KB</span> <span class="num">497801.01.492113</span><br>
  3105.                  <span class="han">WOORI</span> <span class="num">1005.202.666249</span><br>
  3106.                    <span class="han">SINHAN</span> <span class="num">110.441.284275</span><br>
  3107.                </li>
  3108.               <li class="name">HOLDER  김소연(쏘앵)</li>
  3109.           </div>
  3110.         <div class="bottom_pg">
  3111.              <p class="title">SHOP INFO</p>
  3112.              <li>
  3113.                <p class="address">
  3114.                    <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>
  3115.                 <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> 
  3116.                </p>
  3117.              </li>
  3118.         </div>
  3119.  
  3120.        </ul>
  3121. </div>
  3122. <div class="footer_bottom">
  3123. <div id="util" class="xans-element- xans-layout xans-layout-footer "><ul class="company_pg">
  3124.          <div class="inner2">
  3125.                <li class="logo">
  3126.                    <a href="http://cafe24.com/" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cafe24.png"></a>
  3127.                    <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>
  3128.                    <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cash.png">
  3129.                     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/pg_kg.png">
  3130.                     <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>
  3131.                </li>
  3132.          </div>
  3133.        </ul>
  3134. </div>
  3135.    
  3136. </div>
  3137.  
  3138. <div style="height:40px; clear:both;"></div>
  3139.  
  3140. <!-- 기본적으로 framseset , iframe 구조시 미톡 미실행 -->
  3141. <!-- 미실행 되는 영역에서 실행을 원할경우 아래코드 추가 설치 mi_is_chat 값을 true 로 변경 기본 false -->
  3142. <script>var mi_is_chat= false;</script>
  3143. <!-- Mirae Talk Script Ver 2.0   -->
  3144. <script async='true'  src="//log1.toup.net/mirae_log_chat_common.js?adkey=rrzin" charset="UTF-8"></script>
  3145. <!-- Mirae Talk Script END Ver 2.0   -->
  3146.  
  3147.  
  3148.  
  3149.  
  3150.    
  3151. <!-- 참고: 결제를 위한 필수 영역 -->
  3152. <div id="progressPaybar" style="display:none;">
  3153.    <div id="progressPaybarBackground" class="layerProgress"></div>
  3154.    <div id="progressPaybarView">
  3155.        <div class="box">
  3156.            <p class="graph">
  3157.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/txt_progress.gif" alt="현재 결제가 진행중입니다."></span>
  3158.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/img_loading.gif" alt=""></span>
  3159.            </p>
  3160.            <p class="txt">
  3161.                본 결제 창은 결제완료 후 자동으로 닫히며,결제 진행 중에 본 결제 창을 닫으시면<br>
  3162.                주문이 되지 않으니 결제 완료 될 때 까지 닫지 마시기 바랍니다.
  3163.            </p>
  3164.        </div>
  3165.    </div>
  3166. </div>
  3167. <!-- //참고 -->
  3168.  
  3169.  
  3170.  
  3171. <span itemscope="" itemtype="https://schema.org/Organization">
  3172. <link itemprop="url" href="https://ssoaeng.co.kr">
  3173. </span>
  3174. <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=36175e9718bfe5c654a0d482a19d5549&u=yeon5732.1"></script>
  3175. <script>        (function (i, s, o, g) {
  3176.            var a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  3177.            var initialized = false;
  3178.            var interval = null;
  3179.  
  3180.            function safeInit() {
  3181.              if (initialized) return;
  3182.              if (typeof i.initCaWebAnalytics === 'function') {
  3183.                try {
  3184.                  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"});
  3185.                  initialized = true;
  3186.                } finally {
  3187.                  if (interval) clearInterval(interval);
  3188.                  a.onload = a.onreadystatechange = a.onerror = null;
  3189.                }
  3190.              }
  3191.            }
  3192.  
  3193.            a.onload = a.onreadystatechange = function () {
  3194.              if (!a.readyState || a.readyState === 'loaded' || a.readyState === 'complete') {
  3195.                safeInit();
  3196.              }
  3197.            };
  3198.  
  3199.            a.onerror = function () {
  3200.              if (interval) { clearInterval(interval); interval = null; }
  3201.              a.onload = a.onreadystatechange = a.onerror = null;
  3202.            };
  3203.  
  3204.            interval = setInterval(safeInit, 200);
  3205.            setTimeout(function () {
  3206.              if (interval) { clearInterval(interval); interval = null; }
  3207.            }, 10000);
  3208.  
  3209.            safeInit();
  3210.  
  3211.            a.async = 1;
  3212.            a.setAttribute('crossorigin', 'anonymous');
  3213.            a.src = g;
  3214.            m.parentNode.insertBefore(a, m);
  3215.        })(window, document, 'script', "//optimizer.poxo.com/ca2/analytics.js");</script>
  3216.  
  3217.                <script>
  3218.                try {
  3219.                    // Account ID 적용
  3220.                    if (!wcs_add) var wcs_add = {};
  3221.                    wcs_add["wa"] = "s_396dc22179cd";
  3222.            
  3223.                    // 네이버 페이 White list가 있을 경우
  3224.                    wcs.checkoutWhitelist = ["yeon5732.cafe24.com", "www.yeon5732.cafe24.com", "m.yeon5732.cafe24.com", "ssoaeng.co.kr", "www.ssoaeng.co.kr", "m.ssoaeng.co.kr"];
  3225.                
  3226.                    // 레퍼러
  3227.                    wcs.setReferer("");
  3228.  
  3229.                    // 유입 추적 함수 호출
  3230.                    wcs.inflow("ssoaeng.co.kr");
  3231.  
  3232.                    // 로그수집
  3233.                    wcs_do();
  3234.                } catch (e) {};
  3235.                </script>
  3236.            
  3237.  
  3238. <!-- External Script Start -->
  3239.  
  3240. <!-- fbe -->
  3241. <!-- CMC3 script -->
  3242. <div id="fbe_common_top_script" style="display:none;">
  3243.  <script type="text/javascript">
  3244. if (typeof facebookChannel === 'undefined') {
  3245.  var facebookChannel = {
  3246.    mall_id: CAFE24.SHOP.getMallID(),
  3247.    shop_no: CAFE24.SDE_SHOP_NUM,
  3248.    shop_id: CAFE24.SHOP.getMallID() + '.' + CAFE24.SDE_SHOP_NUM,
  3249.    external_id: null,
  3250.    event_id: null,
  3251.  
  3252.    setInitActivated: function(is_activated) {
  3253.      window.top.fbe_init_activated = !!is_activated;
  3254.    },
  3255.    getInitActivated: function() {
  3256.      return !!window.top.fbe_init_activated;
  3257.    },
  3258.    setEventActivated: function(event_type, is_activated) {
  3259.      if (typeof event_type === 'string' && event_type) {
  3260.        let key = 'fbe_' + event_type + '_activated'
  3261.        window.top[key] = !!is_activated;
  3262.      }
  3263.    },
  3264.    getEventActivated: function(event_type) {
  3265.      if (typeof event_type === 'string' && event_type) {
  3266.        let key = 'fbe_' + event_type + '_activated'
  3267.        return !!window.top[key];
  3268.      }
  3269.      return false;
  3270.    },
  3271.    getCookie: function(name) {
  3272.      return (name = (document.cookie + ';').match(name + '=.*;')) && name[0].split(/=|;/)[1];
  3273.    },
  3274.    getExternalId: function() {
  3275.      return facebookChannel.getCookie('fb_external_id');
  3276.    },
  3277.    getEventId: function() {
  3278.      return facebookChannel.getCookie('fb_event_id');
  3279.    },
  3280.    getInt: function(value) {
  3281.      let value_int = parseInt(value);
  3282.      value_int = isNaN(value_int) ? 0 : value_int;
  3283.      return value_int;
  3284.    },
  3285.    getFloat: function(value) {
  3286.      let value_float = parseFloat(value);
  3287.      value_float = isNaN(value_float) ? 0.00 : value_float.toFixed(2);
  3288.      return value_float;
  3289.    },
  3290.    init: function() {
  3291.      if (facebookChannel.getInitActivated()) {
  3292.        return;
  3293.      }
  3294.      facebookChannel.setInitActivated(true);
  3295.  
  3296.      !function(f,b,e,v,n,t,s)
  3297.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  3298.        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  3299.        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  3300.        n.queue=[];t=b.createElement(e);t.async=!0;
  3301.        t.src=v;s=b.getElementsByTagName(e)[0];
  3302.        s.parentNode.insertBefore(t,s)}(window,document,'script',
  3303.        'https://connect.facebook.net/en_US/fbevents.js');
  3304.  
  3305.      if ((typeof EC_GLOBAL_INFO !== 'undefined' && EC_GLOBAL_INFO.getCountryCode() === 'US') || (typeof SHOP !== 'undefined' && SHOP.getLanguage() === 'en_US')) {
  3306.        fbq('dataProcessingOptions', ['LDU'], 0, 0);
  3307.      }
  3308.  
  3309.      if (typeof ECLOG !== 'undefined' && !!ECLOG.EXTERNAL_ID) {
  3310.        ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) {
  3311.          if (error || !external_id) {
  3312.            external_id = facebookChannel.getExternalId();
  3313.            console.info('external_id is cookie value.', '(1)');
  3314.          }
  3315.          fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3316.          fbq('trackSingle', '2129130783993076', 'PageView');
  3317.          facebookChannel.external_id = external_id;
  3318.        });
  3319.      } else {
  3320.        let external_id = facebookChannel.getExternalId();
  3321.        console.info('external_id is cookie value.', '(2)');
  3322.  
  3323.        fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3324.        fbq('trackSingle', '2129130783993076', 'PageView');
  3325.        facebookChannel.external_id = external_id;
  3326.      }
  3327.    },
  3328.    pixelEvent: function(event_type, callback, is_cookie_event) {
  3329.      if (facebookChannel.getEventActivated(event_type)) {
  3330.        return;
  3331.      }
  3332.      facebookChannel.setEventActivated(event_type, true);
  3333.      is_cookie_event = !!is_cookie_event;
  3334.  
  3335.      let retry = 0;
  3336.      let execute = function() {
  3337.        if (!facebookChannel.external_id) {
  3338.          if (retry < 10) {
  3339.            retry++;
  3340.            if (retry >= 5) {
  3341.              console.warn('retry #' + retry, event_type);
  3342.            }
  3343.            setTimeout(execute, 1000);
  3344.          } else {
  3345.            console.warn('external_id is empty.');
  3346.          }
  3347.          return;
  3348.        }
  3349.  
  3350.        if (callback.length === 0) {
  3351.          callback();
  3352.        }
  3353.        else if (!is_cookie_event && typeof ECLOG !== 'undefined' && !!ECLOG.EVENT_ID) {
  3354.          ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) {
  3355.            if (error || !event_id) {
  3356.              event_id = facebookChannel.getEventId();
  3357.              console.info('event_id is cookie value.', '(1)');
  3358.            }
  3359.            facebookChannel.event_id = event_id;
  3360.            if (event_id) {
  3361.              callback(event_id);
  3362.            } else {
  3363.              console.warn('event_id is empty.', '(1)');
  3364.            }
  3365.          });
  3366.        }
  3367.        else {
  3368.          let event_id = facebookChannel.getEventId();
  3369.          console.info('event_id is cookie value.', '(2)');
  3370.          facebookChannel.event_id = event_id;
  3371.          if (event_id) {
  3372.            callback(event_id);
  3373.          } else {
  3374.            console.warn('event_id is empty.', '(2)');
  3375.          }
  3376.        }
  3377.      };
  3378.      execute();
  3379.    },
  3380.    messengerChatPlugin: function() {
  3381.      let event_type = 'messenger';
  3382.      let sdk_version = '';
  3383.      let locale = '';
  3384.      if (!sdk_version) {
  3385.        console.warn('sdk_version is empty.');
  3386.        return;
  3387.      }
  3388.      if (!locale) {
  3389.        console.warn('locale is empty.');
  3390.        return;
  3391.      }
  3392.      if (facebookChannel.getEventActivated(event_type)) {
  3393.        return;
  3394.      }
  3395.      facebookChannel.setEventActivated(event_type, true);
  3396.  
  3397.      window.fbAsyncInit = function() {
  3398.        FB.init({
  3399.          appId : '216637735743129',
  3400.          autoLogAppEvents : true,
  3401.          xfbml : true,
  3402.          version : sdk_version
  3403.        });
  3404.      };
  3405.      (function(d, s, id) {
  3406.        var js, fjs = d.getElementsByTagName(s)[0];
  3407.        if (d.getElementById(id)) return;
  3408.        js = d.createElement(s); js.id = id;
  3409.        js.src = 'https://connect.facebook.net/' + locale + '/sdk/xfbml.customerchat.js';
  3410.        fjs.parentNode.insertBefore(js, fjs);
  3411.      }(document, 'script', 'facebook-jssdk'));
  3412.    }
  3413.  };
  3414.  
  3415.  facebookChannel.init();
  3416. }
  3417. </script>
  3418. <noscript><img height="1" width="1" style="display:none"
  3419.  src="https://www.facebook.com/tr?id=2129130783993076&ev=PageView&noscript=1"
  3420. /></noscript>
  3421. </div>
  3422. <!-- CMC3 script -->
  3423.  
  3424. <!-- External Script End -->
  3425.  
  3426. <script type="text/javascript" src="//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js" charset="utf-8"></script>
  3427. <script type="text/javascript" src="/ind-script/i18n.php?v=2511051436&lang=ko_KR&domain=front&type=" charset="utf-8"></script>
  3428.  
  3429. <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=1758587957" ></script><script src="/ind-script/optimizer_user.php?filename=pc9BDoIwEEbhA5St5_iDxnieMp3AQNtBptX09qJx4xZ3b_UlD5MmBpOrxpuhsebr7XLGWoco5KaSIiywC2wyZtgiue8xG5KGGhnRN60F5AuPurVuthMOkV9o8Cb09j9xnNsF0pQ0_0X8Tt6r0OIews8dfQE&type=js&k=4a1c0fe94175154c7178019c3d8c0f74e5c329b7&t=1520306469&user=T" ></script>
  3430. <script type="text/javascript">
  3431. var sIsFrontDesignChangeRequired = 'F';
  3432. var sYtshopping = 'F';
  3433. var sIsYoutubeShops = 'F';
  3434. var sIsValidChRef = 'F';
  3435. var sChRef = '';
  3436. if (sIsValidChRef === 'T') {
  3437. sessionStorage.setItem('ch_ref', sChRef);
  3438. }
  3439. // ch_ref 존재 여부 체크
  3440. CAFE24.hasChRef = function() {
  3441. if (sIsValidChRef === 'T' && sessionStorage.getItem('ch_ref')) {
  3442. return true;
  3443. }
  3444. return false;
  3445. }
  3446. // ch_ref 데이터 조회
  3447. CAFE24.getChRefData = function() {
  3448. if (sIsValidChRef === 'T') {
  3449. return sessionStorage.getItem('ch_ref');
  3450. }
  3451. }
  3452. // 프론트 디자인 변경이 필요한지 여부 반환
  3453. CAFE24.checkChannelUI = function() {
  3454. if ((sIsFrontDesignChangeRequired === 'T' && sessionStorage.getItem('ch_ref')) || sIsYoutubeShops === 'T') {
  3455. return true;
  3456. } else {
  3457. return false;
  3458. }
  3459. }
  3460. // 파라미터에 ch_ref 추가
  3461. CAFE24.attachChRef = function(sUrl) {
  3462. if (sUrl) {
  3463. var sChRef = CAFE24.getChRefData();
  3464. if (sChRef) {
  3465. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3466. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3467. }
  3468. }
  3469. return sUrl;
  3470. }
  3471. var sIsCheckout = 'F';
  3472. var sCheckoutToken = '';
  3473. if (sIsCheckout === 'T') {
  3474. sessionStorage.setItem('checkoutToken', sCheckoutToken);
  3475. } else {
  3476. sessionStorage.removeItem('checkoutToken');
  3477. }
  3478. CAFE24.getCheckoutToken = function() {
  3479. if (sIsCheckout === 'T') {
  3480. return sessionStorage.getItem('checkoutToken');
  3481. }
  3482. }
  3483. CAFE24.attachCheckoutParam = function(sUrl) {
  3484. if (sUrl) {
  3485. var sCheckoutToken = CAFE24.getCheckoutToken();
  3486. if (sCheckoutToken) {
  3487. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3488. sUrl += sSeparator + 'checkoutToken=' + sCheckoutToken;
  3489. }
  3490. }
  3491. return sUrl;
  3492. }
  3493. CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB;
  3494. try {
  3495. var isUseLoginKeepingSubmit = false;
  3496. // isSeqNoKeyExpiretime
  3497. function isSeqNoKeyExpiretime(iExpiretime)
  3498. {
  3499. var sDate = new Date();
  3500. var iNow = Math.floor(sDate.getTime() / 1000);
  3501. // 유효시간 확인
  3502. if (iExpiretime > iNow) {
  3503. return false;
  3504. }
  3505. return true;
  3506. }
  3507. function isUseLoginKeeping()
  3508. {
  3509. // 디바이스 확인
  3510. if (EC_MOBILE_DEVICE === false) {
  3511. return;
  3512. }
  3513. // 로그인 여부
  3514. var isLogin = document.cookie.match(/(?:^| |;)iscache=F/) ? true : false
  3515. if (isLogin) {
  3516. return;
  3517. }
  3518. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3519. var iSeqnoExpiretime;
  3520. var iSeqNoKey;
  3521. if (sLoginKeepingInfo == null) {
  3522. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3523. iSeqNoKey = localStorage.getItem('seq_no_key');
  3524. // 유효시간, key 값 확인
  3525. if (iSeqnoExpiretime === null || iSeqNoKey === null) {
  3526. return;
  3527. }
  3528. } else {
  3529. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3530. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3531. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3532. if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) {
  3533. return;
  3534. }
  3535. }
  3536. if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) {
  3537. return;
  3538. }
  3539. useLoginKeepingSubmit();
  3540. }
  3541. function findGetParamValue(paramKey)
  3542. {
  3543. var result = null,
  3544. tmp = [];
  3545. location.search.substr(1).split('&').forEach(function (item) {
  3546. tmp = item.split('=');
  3547. if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]);
  3548. });
  3549. return result;
  3550. }
  3551. function useLoginKeepingSubmit()
  3552. {
  3553. var iSeqnoExpiretime;
  3554. var iSeqNoKey;
  3555. var sUseLoginKeepingIp;
  3556. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3557. if (sLoginKeepingInfo == null) {
  3558. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3559. iSeqNoKey = localStorage.getItem('seq_no_key');
  3560. } else {
  3561. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3562. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3563. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3564. sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip;
  3565. }
  3566. var oForm = document.createElement('form');
  3567. oForm.method = 'post';
  3568. oForm.action = '/exec/front/member/LoginKeeping';
  3569. document.body.appendChild(oForm);
  3570. var oSeqNoObj = document.createElement('input');
  3571. oSeqNoObj.name = 'seq_no_key';
  3572. oSeqNoObj.type = 'hidden';
  3573. oSeqNoObj.value = iSeqNoKey;
  3574. oForm.appendChild(oSeqNoObj);
  3575. oSeqNoObj = document.createElement('input');
  3576. oSeqNoObj.name = 'seq_no_key_expiretime';
  3577. oSeqNoObj.type = 'hidden';
  3578. oSeqNoObj.value = iSeqnoExpiretime;
  3579. oForm.appendChild(oSeqNoObj);
  3580. var returnUrl = findGetParamValue('returnUrl');
  3581. if (returnUrl == '' || returnUrl == null) {
  3582. returnUrl = location.pathname + location.search;
  3583. }
  3584. oSeqNoObj = document.createElement('input');
  3585. oSeqNoObj.name = 'returnUrl';
  3586. oSeqNoObj.type = 'hidden';
  3587. oSeqNoObj.value = returnUrl;
  3588. oForm.appendChild(oSeqNoObj);
  3589. if (sUseLoginKeepingIp != undefined) {
  3590. oSeqNoObj = document.createElement('input');
  3591. oSeqNoObj.name = 'use_login_keeping_ip';
  3592. oSeqNoObj.type = 'hidden';
  3593. oSeqNoObj.value = sUseLoginKeepingIp;
  3594. oForm.appendChild(oSeqNoObj);
  3595. }
  3596. oForm.submit();
  3597. isUseLoginKeepingSubmit = true;
  3598. }
  3599. isUseLoginKeeping();
  3600. } catch(e) {
  3601. }
  3602. var bUseElastic = false;
  3603. var sSearchBannerUseFlag = 'F';
  3604. 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;
  3605. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}
  3606. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}
  3607. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}
  3608. if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({"bIsUseLikeProduct":false,"bIsUseLikeCategory":false});}
  3609. if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT !== "undefined") {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk = 'F';}
  3610. var basket_result = '/product/add_basket.html';
  3611. var basket_option = '/product/basket_option.html';
  3612. 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"};
  3613. var sMileageName = '적립금';
  3614. var sMileageUnit = '[:PRICE:]원';
  3615. var sDepositName = '예치금';
  3616. var sDepositUnit = '원';
  3617. 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'}];
  3618. 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'];
  3619. var EC_APPSCRIPT_ASSIGN_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_ASSIGN_DATA');
  3620. var EC_APPSCRIPT_SDK_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_SDK_DATA');
  3621. </script></body></html>
  3622.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda