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"><head><script>(function(i, s, o, g, r) {
  3.    var a = s.createElement(o);
  4.    var m = s.getElementsByTagName(o)[0];
  5.    a.async = true;
  6.    a.src = g;
  7.    a.onload = function() {
  8.        if (i[r].init) {
  9.            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}});
  10.        }
  11.    };
  12.    m.parentNode.insertBefore(a, m);
  13. }(window, document, 'script', '//optimizer.poxo.com/jet/jet.js', 'EC_JET'));</script>
  14. <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") {
  15.    /**
  16.     * 프론트용 라우트 플러그인
  17.     * @type {{bInit: boolean, init: EC_ROUTE.init}}
  18.     * CAFE24.ROUTE 참조
  19.     */
  20.    var EC_ROUTE = {
  21.        EC_DOMAIN_PATH_INFO: 'EC_DOMAIN_PATH_INFO',
  22.        bInit: false,
  23.        aFromList: [],
  24.        aToList: [],
  25.        aCleanFilter: null,
  26.        init: function () {
  27.            if (this.bInit || typeof CAFE24.ROUTE === 'undefined') {
  28.                return;
  29.            }
  30.            this.bInit = true;
  31.            this.aCleanFilter = [
  32.                /^shop[1-9][0-9]*$/,
  33.                /^(m|p)$/,
  34.                new RegExp('^(' + Object.keys(CAFE24.ROUTE.support_language_list).join('|')  + ')$'),
  35.                /^skin-(base|skin[1-9][0-9]*|mobile[0-9]*)$/,
  36.            ];
  37.        },
  38.        isNeedRoute: function ()
  39.        {
  40.            return CAFE24.ROUTE.is_need_route;
  41.        },
  42.        /**
  43.         *
  44.         * @param iShopNo
  45.         * @param bMobile
  46.         * @param sFrontLanguage
  47.         * @param sSkinCode
  48.         * @returns {*|string}
  49.         */
  50.        getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode)
  51.        {
  52.            var oRouteConfig = {};
  53.            if (typeof iShopNo == 'undefined') {
  54.                oRouteConfig.shop_no = CAFE24.SDE_SHOP_NUM;
  55.            } else {
  56.                oRouteConfig.shop_no = iShopNo;
  57.            }
  58.            if (typeof bMobile == 'undefined') {
  59.                oRouteConfig.is_mobile = false;
  60.            } else {
  61.                oRouteConfig.is_mobile = bMobile;
  62.            }
  63.            if (typeof sFrontLanguage == 'undefined') {
  64.                oRouteConfig.language_code = '';
  65.            }else {
  66.                oRouteConfig.language_code = sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다.
  67.            }
  68.            if (typeof sSkinCode == 'undefined') {
  69.                oRouteConfig.skin_code = '';
  70.            }else {
  71.                oRouteConfig.skin_code = sSkinCode;
  72.            }
  73.  
  74.            var sDomain = '';
  75.            if (oRouteConfig.shop_no != CAFE24.SDE_SHOP_NUM) {
  76.                // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다.
  77.                sDomain = this._getUrlDomainMultishop(oRouteConfig);
  78.            } else {
  79.                // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함.
  80.                sDomain = this._getUrlDomain(oRouteConfig);
  81.            }
  82.            return sDomain;
  83.        },
  84.        _getUrlDomainMultishop: function (oRouteConfig)
  85.        {
  86.            var sDomain = '';
  87.            EC$.ajax({
  88.                type: 'GET',
  89.                url: '/exec/front/Shop/Domain',
  90.                data: {
  91.                    '_shop_no' : oRouteConfig.shop_no,
  92.                    'is_mobile' : oRouteConfig.is_mobile,
  93.                    'language_code' : oRouteConfig.language_code,
  94.                    'skin_code' : oRouteConfig.skin_code,
  95.                },
  96.                async: false,
  97.                dataType: 'json',
  98.                cache: true,
  99.                success: function(oResult) {
  100.                    switch (oResult.code) {
  101.                        case '0000' :
  102.                            sDomain = oResult.data;
  103.                            break;
  104.                        default :
  105.                            break;
  106.                    }
  107.                    return false;
  108.                }
  109.            });
  110.            return sDomain;
  111.        },
  112.        _getUrlDomain: function (oRouteConfig)
  113.        {
  114.            oRouteConfig.domain = this._getCreateHost(oRouteConfig);
  115.            return location.protocol + '//' + oRouteConfig.domain + this._getCreateUri(oRouteConfig);
  116.        },
  117.        _getCreateHost : function (oRouteConfig)
  118.        {
  119.            var sHost = location.host;
  120.            var aHost = sHost.split('.');
  121.            if (this.isBaseDomain(sHost)) {
  122.                if (aHost.length > 3) {
  123.                    aHost[0] = '';
  124.                }
  125.            } else if (oRouteConfig.is_mobile) {
  126.                if (this.isMobileDomain()) {
  127.                    oRouteConfig.is_mobile = false;
  128.                }
  129.            }
  130.            return aHost.filter(Boolean).join('.');
  131.        },
  132.        _getCreateUri: function (oRouteInfo)
  133.        {
  134.            var aUrl = [];
  135.            if (this.isBaseDomain() && oRouteInfo.shop_no > 1) {
  136.                aUrl.push('shop' + oRouteInfo.shop_no);
  137.            }
  138.            if (oRouteInfo.is_mobile) {
  139.                aUrl.push('m');
  140.            }
  141.            if (oRouteInfo.language_code != 'ZZ' && oRouteInfo.language_code != '') {
  142.                var iIndex = Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code);
  143.                if (iIndex !== -1) {
  144.                    aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)[iIndex]);
  145.                }
  146.            }
  147.            if (this.isBaseDomain() && oRouteInfo.skin_code != 'default' && oRouteInfo.skin_code != '') {
  148.                aUrl.push('skin-' + oRouteInfo.skin_code);
  149.            }
  150.            var sUrl= '/';
  151.            if (aUrl.length > 0) {
  152.                sUrl= '/' + aUrl.join('/');
  153.                sUrl = this.rtrim(sUrl, '/');
  154.            }
  155.            return sUrl;
  156.        },
  157.        /**
  158.         * en, en-US => en_US
  159.         */
  160.        convertValidLanguageCode: function (sUrlLanguageCode)
  161.        {
  162.            if (typeof CAFE24.ROUTE.support_language_list[sUrlLanguageCode] != 'undefined') {
  163.                return CAFE24.ROUTE.support_language_list[sUrlLanguageCode];
  164.            }
  165.            return false;
  166.        },
  167.        isMobileDomain: function (sHost)
  168.        {
  169.            if (typeof sHost == 'undefined') {
  170.                sHost = location.host;
  171.            }
  172.            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);
  173.            return aMatched != null;
  174.        },
  175.        isBaseDomain: function (sHost)
  176.        {
  177.            if (typeof sHost == 'undefined') {
  178.                sHost = location.host;
  179.            }
  180.            return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) !== -1;
  181.        },
  182.        removePrefixUrl: function (sUrl)
  183.        {
  184.            if (this.isNeedRoute()) {
  185.                sUrl = sUrl.replace(this.getPrefixUrl('/'), '/'); // 자동으로  prefix 붙은 영역을 제거해준다.
  186.            }
  187.            return sUrl;
  188.        },
  189.        getPrefixUrl: function (sUrl)
  190.        {
  191.            if (this.isNeedRoute() === false) {
  192.                return sUrl;
  193.            }
  194.            if (sUrl.indexOf('/') !== 0) {
  195.                return sUrl;
  196.            }
  197.            if (sUrl.match(/^\/{2,}/) !== null) {
  198.                return sUrl;
  199.            }
  200.  
  201.            var iCachedPosition = this.aFromList.indexOf(sUrl);
  202.            if (iCachedPosition > -1) {
  203.                return this.aToList[iCachedPosition];
  204.            }
  205.  
  206.            var bTailSlash = (sCleanUrl !== '/' && sUrl.substr(-1) === '/');
  207.            var sCleanUrl = this.getCleanUrl(sUrl);
  208.            var aPrefixPart = CAFE24.ROUTE.path.prefix.split('/');
  209.            var aUrlPart = sCleanUrl.split('/');
  210.            var bMatched = true;
  211.            var sReturnUrl = sCleanUrl;
  212.            if (aUrlPart.length < aPrefixPart.length) {
  213.                bMatched = false;
  214.            } else {
  215.                for (var i = 0; i < aPrefixPart.length ; i++) {
  216.                    if (aPrefixPart[i] != aUrlPart[i]) {
  217.                        bMatched = false;
  218.                        break;
  219.                    }
  220.                }
  221.            }
  222.            if (bMatched === false) {
  223.                if (sCleanUrl == '/') {
  224.                    sReturnUrl = CAFE24.ROUTE.path.prefix;
  225.                } else {
  226.                    sReturnUrl = CAFE24.ROUTE.path.prefix +  sCleanUrl;
  227.                }
  228.                sReturnUrl = bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, '/')
  229.                this.aFromList.push(sUrl);
  230.                this.aToList.push(sReturnUrl);
  231.            }
  232.            return sReturnUrl;
  233.        },
  234.        /**
  235.         * document.location.pathname 이 필요할 경우 사용한다.
  236.         * @returns {*}
  237.         */
  238.        getPathName: function()
  239.        {
  240.            if (typeof CAFE24.ROUTE.path.result == 'undefined') {
  241.                return document.location.pathname;
  242.            }
  243.            return CAFE24.ROUTE.path.result;
  244.        },
  245.        rtrim: function (str, chr)
  246.        {
  247.            var rgxtrim = (!chr) ? new RegExp('\\s+$') : new RegExp(chr+'+$');
  248.            return str.replace(rgxtrim, '');
  249.        },
  250.        getShopNo: function ()
  251.        {
  252.            return CAFE24.ROUTE.shop_no;
  253.        },
  254.        getSkinCode: function ()
  255.        {
  256.            return CAFE24.ROUTE.skin_code;
  257.        },
  258.        getLanguageCode: function ()
  259.        {
  260.            return CAFE24.ROUTE.language_code;
  261.        },
  262.        getMobile: function ()
  263.        {
  264.            return CAFE24.ROUTE.is_mobile;
  265.        },
  266.        getIsMobile: function ()
  267.        {
  268.            return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile[0-9]*$/);
  269.        },
  270.        getCleanUrl: function (sUrl)
  271.        {
  272.            if (sUrl === '/') {
  273.                return sUrl;
  274.            }
  275.  
  276.            var aUrl = sUrl.split('/');
  277.            aUrl.shift();
  278.  
  279.            if (aUrl.length < 1) {
  280.                return sUrl;
  281.            }
  282.  
  283.            // 현재 4 depth 까지 미리보기 기능이 구현되어있음
  284.            var iPos = 0;
  285.            var bFind = false;
  286.            for (var i = 0; i < aUrl.length ; i++) {
  287.                bFind = false;
  288.                for (var iSub = iPos, iSubCount = this.aCleanFilter.length; iSub < iSubCount ; iSub++) {
  289.                    if (aUrl[i].match(this.aCleanFilter[iSub]) !== null) {
  290.                        bFind = true;
  291.                        iPos = iSub + 1;
  292.                        aUrl.splice(i, 1);
  293.                        i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨.
  294.                        break;
  295.                    }
  296.                }
  297.                if (bFind === false) {
  298.                    break;
  299.                }
  300.            }
  301.            return '/' + aUrl.join('/');
  302.        },
  303.        getIsEasyUrl : function ()
  304.        {
  305.            return !window.location.pathname.match(/^[\w\/\-\.]+(php|html|htm)$/i);
  306.        }
  307.    };
  308.    EC_ROUTE.init();
  309. }
  310. </script>
  311. <meta name="path_role" content="MAIN" />
  312. <meta name="author" content="쏘앵" />
  313. <meta name="description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" />
  314. <meta name="keywords" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link href="http://fonts.googleapis.com/earlyaccess/nanumgothic.css" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"><meta property="og:type" content="website"><meta property="og:title" content="쏘앵"><meta property="og:url" content="http://www.ssoaeng.co.kr"><meta property="og:description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매"><link rel="canonical" href="http://www.ssoaeng.co.kr"><meta http-equiv="X-UA-Compatible" content="IE=edge"><!--PG크로스브라우징필수내용 시작--><meta http-equiv="Cache-Control" content="no-cache"><meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache"><!--PG크로스브라우징필수내용 끝--><!--해당 CSS는 쇼핑몰 전체 페이지에 영향을 줍니다. 삭제와 수정에 주의해주세요.--><!-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --><script type="text/javascript" src="/ec-js/common.js"></script><!-- 해당 JS는 플래시를 사용하기 위한 스크립트입니다. --><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  315. <meta name="naver-site-verification" content="a41a1a033ac348e2488667d9fbf46e89258d6976" />
  316. <meta name="google-site-verification" content="Iuo_pExjQtpZiajNSsDeOiL-FkJ5hOH6vdpuaCoQpVw" />
  317. <meta name="msvalidate.01" content="9FCC140002FD0242619917FEE8746F37" />
  318. <meta name="facebook-domain-verification" content="w859bosrlckgp1fhplaa1za22yq6om" />
  319. <meta property="og:title" content="쏘앵" />
  320. <meta property="og:description" content="박시핏루즈핏 쇼핑몰, 체형커버핏, 커플룩, 코트, 자켓, 맨투맨, 티셔츠, 스커트, 팬츠, 등 판매" />
  321. <meta property="og:site_name" content="쏘앵" />
  322. <meta property="og:type" content="website" />
  323. <link rel="shortcut icon" href="/web/upload/favicon_20150216221033.ico" />
  324. <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
  325. <script type="text/javascript">
  326. window.CAFE24 = window.CAFE24 || {};
  327. CAFE24.MANIFEST_CACHE_REVISION = '2505081404';
  328. CAFE24.getDeprecatedNamespace = function(sDeprecatedNamespace, sSupersededNamespace) {
  329. var sNamespace = sSupersededNamespace
  330. ? sSupersededNamespace
  331. : sDeprecatedNamespace.replace(/^EC_/, '');
  332. return CAFE24[sNamespace];
  333. }
  334. CAFE24.FRONT_LANGUAGE_CODE = "ko_KR";
  335. CAFE24.MOBILE = false;
  336. CAFE24.MOBILE_DEVICE = false;
  337. CAFE24.MOBILE_USE = true;
  338. var EC_MOBILE = CAFE24.MOBILE;
  339. var EC_MOBILE_DEVICE = CAFE24.MOBILE_DEVICE;
  340. var EC_MOBILE_USE = CAFE24.MOBILE_USE;
  341. CAFE24.SKIN_CODE = "skin11";
  342. CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = {"common_member_id_crypt":""};
  343. var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = CAFE24.getDeprecatedNamespace('EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA');
  344. CAFE24.SDE_SHOP_NUM = 1;CAFE24.SHOP = {getLanguage : function() { return "ko_KR"; },getCurrency : function() { return "KRW"; },getFlagCode : function() { return "KR"; },getTimezone: function() { return "Asia/Seoul" },getDateFormat: function() { return "Y-m-d" },isMultiShop : function() { return false; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {
  345. "KR": "ko_KR",
  346. "US": "en_US",
  347. "JP": "ja_JP",
  348. "CN": "zh_CN",
  349. "TW": "zh_TW",
  350. "VN": "vi_VN",
  351. "PH": "en_PH"
  352. }},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; },getAdminID : function() {return ''},getMallID : function() {return 'yeon5732'},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) {
  353. sPriceTxt = String(sPriceTxt);
  354. var aCurrencySymbol = ["","\uc6d0",false];
  355. if (typeof CAFE24.SHOP_PRICE !== 'undefined' && isNaN(sPriceTxt.replace(/[,]/gi, '')) === false && bIsNumberFormat === true) {
  356. // bIsNumberFormat 사용하려면 Ui(':libUipackCurrency')->plugin('Currency') 화폐 라이브러리 추가 필요
  357. sPriceTxt = CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/[,]/gi, ''), true, CAFE24.SDE_SHOP_NUM);
  358. }
  359. try {
  360. var sPlusMinusSign = (sPriceTxt.toString()).substr(0, 1);
  361. if (sPlusMinusSign === '-' || sPlusMinusSign === '+') {
  362. sPriceTxt = (sPriceTxt.toString()).substr(1);
  363. return sPlusMinusSign + aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  364. } else {
  365. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  366. }
  367. } catch (e) {
  368. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  369. }
  370. }};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() {
  371. var oBankInfo = "";
  372. $.ajax({
  373. type: "GET",
  374. url: "/exec/front/Shop/Bankinfo",
  375. dataType: "json",
  376. async: false,
  377. success: function(oResponse) {
  378. oBankInfo = oResponse;
  379. }
  380. });
  381. return oBankInfo; }};            var EC_SDE_SHOP_NUM = CAFE24.SDE_SHOP_NUM;
  382. var SHOP = CAFE24.getDeprecatedNamespace('SHOP');
  383. var EC_COMMON_UTIL = CAFE24.getDeprecatedNamespace('EC_COMMON_UTIL');
  384. var EC_SHOP_LIB_INFO = CAFE24.getDeprecatedNamespace('EC_SHOP_LIB_INFO');
  385. var EC_CURRENCY_INFO = CAFE24.getDeprecatedNamespace('EC_CURRENCY_INFO');
  386. CAFE24.ROOT_DOMAIN = "cafe24.com";
  387. CAFE24.API_DOMAIN = "cafe24api.com";
  388. CAFE24.TRANSLATE_LOG_STATUS = "F";
  389. CAFE24.GLOBAL_INFO = (function() {
  390. 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"};
  391. return {
  392. getBaseDomain: function() {
  393. return oData['base_domain'];
  394. },
  395. getRootDomain: function() {
  396. return oData['root_domain'];
  397. },
  398. getApiDomain: function() {
  399. return oData['api_domain'];
  400. },
  401. isGlobal: function() {
  402. return oData['is_global'];
  403. },
  404. isGlobalStandard: function() {
  405. return oData['is_global_standard'];
  406. },
  407. getCountryCode: function() {
  408. return oData['country_code'];
  409. },
  410. getLanguageCode: function() {
  411. return oData['language_code'];
  412. },
  413. getAdminLanguageCode: function() {
  414. return oData['admin_language_code'];
  415. }
  416. };
  417. })();
  418. var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN;
  419. var EC_API_DOMAIN = CAFE24.API_DOMAIN;
  420. var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS;
  421. var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO');
  422. CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"];
  423. 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"};
  424. var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE;
  425. var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES;
  426. CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = {  
  427. sClearanceCategoryCode: '',
  428. sManualLink: '//support.cafe24.com/hc/ko/articles/7739013909529',
  429. sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system',
  430. aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"',
  431. sCountryCodeData: 'kor',
  432. sEnglishExampleURlForGlobal: '',
  433. aReverseAddressCountryCode: ["VNM","PHL"],
  434. aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]',
  435. aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"]
  436. };
  437. var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES');
  438. CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = {
  439. aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"},
  440. aUseIdCardKeyCountry: ["CN","TW"],
  441. 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"]},
  442. aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"],
  443. aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}},
  444. aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"},
  445. aUseDeferPaymethod: ["ja_JP","zh_CN"],
  446. aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"],
  447. aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"},
  448. aCheckStoreByPaymethod: ["ja_JP","zh_CN"],
  449. aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"],
  450. aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"},
  451. aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"],
  452. aNoCheckZipCode: ["KOR","JPN"],
  453. aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"],
  454. aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"],
  455. aDuplicatedBaseAddr: ["TW","JP"],
  456. aReverseAddressCountryCode: ["VN","PH"],
  457. aCheckZipCode: ["PHL","en_PH","PH"]
  458. };
  459. var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES');
  460. CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = {  
  461. sAdminWebEditorLanguageCode: 'ko' ,
  462. oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"],
  463. oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"},
  464. };
  465. var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES');
  466. CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = {  
  467. bUseLegacyBoard: true
  468. };
  469. var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES');
  470. CAFE24.GLOBAL_MALL_LANGUAGE_CODES = {
  471. oDesign: {
  472. 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"}},
  473. 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"},
  474. 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"}},
  475. oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"],
  476. 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"},
  477. aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"]
  478. },
  479. oStore: {
  480. 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"}},
  481. 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"}},
  482. aChangeableLanguages: ["en_US","ja_JP","ko_KR"],
  483. aNoZipCodeLanguage: ["ko_KR","ja_JP"]
  484. },
  485. oMobile: {
  486. sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641",
  487. 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",
  488. },
  489. oPromotion: {
  490. bQrCodeAvailable: true,
  491. bSnsMarketingAvailable: true
  492. },
  493. oShippingReverseAddressLanguage: ["vi_VN","en_PH"] ,
  494. 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"}},
  495. getAdminMainLocaleLanguage: function(sSkinLocaleCode) {
  496. var oLocaleData = [];
  497. var locale = "";
  498. var shopLangName = "";
  499. if (sSkinLocaleCode == "US") {
  500. locale = "en_US";
  501. shopLangName = "ENGLISH";
  502. } else if (sSkinLocaleCode == "JP") {
  503. locale = "ja_JP";
  504. shopLangName = "JAPANESE";
  505. } else if (sSkinLocaleCode == "CN") {
  506. locale = "zh_CN";
  507. shopLangName = "SIMPLIFIED.CHINESE";
  508. } else if (sSkinLocaleCode == "TW") {
  509. locale = "zh_TW";
  510. shopLangName = "TRADITIONAL.CHINESE";
  511. } else if (sSkinLocaleCode == "ES") {
  512. locale = "es_ES";
  513. shopLangName = "SPANISH";
  514. } else if (sSkinLocaleCode == "PT") {
  515. locale = "pt_PT";
  516. shopLangName = "PORTUGUESE";
  517. } else if (sSkinLocaleCode == "VN") {
  518. locale = "vi_VN";
  519. shopLangName = "VIETNAMESE";
  520. } else if(sSkinLocaleCode == "PH") {
  521. locale = "en_PH";
  522. shopLangName = "ENGLISH.PH";
  523. }
  524. oLocaleData["locale"] = locale;
  525. oLocaleData["shopLangName"] = shopLangName;
  526. return oLocaleData;
  527. }
  528. };
  529. var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES');
  530. CAFE24.GLOBAL_DATETIME_INFO = {
  531. 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"},
  532. 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"},
  533. oPolicies: {"shop":{"outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}},
  534. sOverrideTimezone: '',
  535. sMomentNamespace: 'EC_GLOBAL_MOMENT'
  536. };
  537. 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==\/_"};
  538. var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE');
  539. CAFE24.FRONT_JS_CONFIG_SHOP = {"search_period":[],"calendar_config":{"maxDate":"2027-05-09","locale":"ko"},"aProductPurchaseInfo_11996":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11994":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11987":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11991":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11989":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11995":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11993":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11992":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11986":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11929":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11435":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11967":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11955":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11947":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11946":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11914":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11824":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11978":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11981":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11974":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11980":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11982":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11979":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11983":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11973":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11977":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11971":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11976":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11975":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11972":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11969":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11968":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11970":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11961":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11962":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11964":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11963":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11966":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11965":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11957":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11959":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11956":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11958":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11954":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11960":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11421":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11953":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11952":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11951":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11950":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11948":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11945":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11949":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11938":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11943":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11940":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11942":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11944":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11941":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11939":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11933":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11936":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11934":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11930":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11932":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11935":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11931":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11928":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11926":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11927":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11918":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11925":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11922":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11920":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11924":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11919":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11923":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11910":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11921":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11915":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11911":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11916":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11912":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11909":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11917":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11913":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11905":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11904":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11907":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11906":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11903":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11908":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11897":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11901":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11898":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11896":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11902":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11899":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11894":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11900":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11889":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11755":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11742":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11502":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11473":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11318":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11293":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11017":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10860":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10762":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10759":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_8894":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_9630":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10124":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10509":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10488":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_8253":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true}};
  540. var EC_FRONT_JS_CONFIG_SHOP = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_SHOP');
  541. CAFE24.FRONT_JS_CONFIG_MEMBER = {"sAuthUrl":"https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?action=auth"};
  542. var EC_FRONT_JS_CONFIG_MEMBER = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MEMBER');
  543. typeof window.CAFE24 === "undefined" && (window.CAFE24 = {});
  544. CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2505081404,"IS_WEB_VIEW":"F"};
  545. 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"}};
  546. </script>
  547.  
  548. <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"  />
  549. <style type="text/css">
  550.  
  551. </style>
  552. <title>쏘앵</title></head><body><span itemscope="" itemtype="http://schema.org/Organization">
  553.    <link itemprop="url" href="http://www.ssoaeng.co.kr"><a itemprop="sameAs" href="https://www.instagram.com/ssoaeng_y"></a>
  554. <a itemprop="sameAs" href="https://www.facebook.com/ssoaeng.k"></a>
  555. </span>    
  556.    
  557.  
  558.  
  559. <!-- Uneedcomms Keepgrow Script -->
  560. <script id="kg-service-init" data-hosting="cafe24" src="//storage.keepgrow.com/admin/keepgrow-service/keepgrow-service_cdd9aaa8-1d95-4da2-9f48-35b1a061c701.js"></script>
  561. <!-- Uneedcomms Keepgrow Script -->
  562.  
  563. <!-- 인스타그램 연동아이콘 -->
  564. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:285px">
  565. <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>
  566. </div>
  567.  
  568. <!-- 유튜브 연동아이콘 -->
  569. <div style="z-index:999999;width:40px;height:40px;position:fixed;right:6.4%;bottom:233px">
  570. <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>
  571. </div>
  572.  
  573. <!-- 카카오톡 연동아이콘 4 -->
  574. <div style="z-index:999999;width:56px;height:56px;position:fixed;right:5.9%;bottom:164px">
  575. <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>
  576.    
  577.  
  578. <div id="wrap">
  579.    
  580.    <!-- 좌측 -->
  581.    <!-- header -->
  582. <div id="header">
  583.  
  584.  <div class="left_zone">
  585.      
  586.    <div class="logo">
  587.        <!-- 로고 -->
  588.        <a href="/index.html"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/logo.png" alt="로고"></a>
  589.    </div>
  590.  
  591.    <div class="menu">
  592.        
  593.        
  594.        <ul class="category"><!-- 카테고리 시작 --><li class="store">          
  595.                  <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>
  596. <div id="panel_1">
  597.                      <div class="position">
  598.                          <ul>
  599. <li class="xans-record-"><a href="/product/list.html?cate_no=41">NEW 5%</a></li>
  600.                              <li class="xans-record-"><a href="/product/list.html?cate_no=30"><font color="#ec6a1c">BEST 50</font></a></li>
  601.                              <li class="xans-record-"><a href="/product/list.html?cate_no=100">FAMILY</a></li>
  602.                              <li class="xans-record-"><a href="/product/list.html?cate_no=102">SET</a></li>
  603.                              <li class="xans-record-"><a href="/product/list.html?cate_no=27">OUTER</a></li>
  604.                              <li class="xans-record-"><a href="/product/list.html?cate_no=26">TOP</a></li>
  605.                              <li class="xans-record-"><a href="/product/list.html?cate_no=81">COUPLE</a></li>
  606.                              <li class="xans-record-"><a href="/product/list.html?cate_no=28">DRESS</a></li>
  607.                              <li class="xans-record-"><a href="/product/list.html?cate_no=29">BOTTOM</a></li>
  608.                              <li class="xans-record-"><a href="/product/list.html?cate_no=42">SHOES & BAG</a></li>
  609.                              <li class="xans-record-"><a href="/product/list.html?cate_no=32">ACC</a></li>
  610.                              <li class="xans-record-"><a href="/product/list.html?cate_no=104">season off ~30%</a></li>
  611.                                                        </ul>
  612. </div>
  613.                      </div>
  614. </div>
  615.            </li>
  616.            
  617.            <li class="margin">
  618.                <!-- 고객센터 -->
  619.                <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>
  620.                <div id="panel">
  621.                    <p class="tel">쏘앵 카카오채널 1:1 상담</p>
  622.                    <p class="time">AM11-PM3<br>LUNCH PM12-PM1:00<br>(SAT.RED CLOSED)</p>
  623.                </div>
  624.            </li>
  625.            <!-- 카테고리 끝 -->
  626.        </ul></div>
  627.      
  628.      
  629.      
  630.      
  631.          
  632.      
  633.      
  634.      
  635.  </div>
  636.    
  637.    
  638.  
  639.    
  640.  <div class="right_zone">  
  641.     <div class="inner">
  642.      <div id="find_btn"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/left_search_btn.png"></a></div>
  643.      <div id="find_view">
  644.            <form id="searchBarForm" name="" action="/product/search.html" method="get" target="_self" enctype="multipart/form-data" >
  645. <input id="banner_action" name="banner_action" value="" type="hidden"  /><div class="xans-element- xans-layout xans-layout-searchheader "><!--
  646.                $product_page=/product/detail.html
  647.                $category_page=/product/list.html
  648.            -->
  649. <fieldset>
  650. <legend>검색</legend>
  651.                <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;">
  652. </fieldset>
  653. </div>
  654. </form>     </div>
  655.     </div>
  656.  </div>
  657.    
  658. </div>
  659.    
  660.    
  661.    <div id="container">
  662.        
  663.        
  664.  
  665.  
  666. <!-- ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★    
  667.  
  668.  
  669. - 직접 수정하실 경우 꼭! 백업 후 작업해주세요. ^ ^
  670.  
  671. - 현재 편집창에서 이미지를 직접 바꾸실 경우 경로가 바뀌어 차후 유지/보수가 어려워집니다.
  672.  아래 표기된 경로와 파일명으로 FTP 접속 > 업로드 > 덮어쓰기로 처리해주세요!
  673.  (제공해드리는 원본파일명으로 제작되었으니 FTP 업로드방법을 참조하시어 작업하시면 됩니다.)
  674.  
  675. - ★ FTP 경로 : sde_design/skin1(스킨번호)/_dj/img ★ 사이트의 모든 이미지는 해당 FTP 경로에 업로드하시면 됩니다.
  676.  
  677. - 왼쪽 로고+메뉴부분 : dj/header.html
  678.  
  679. - 좌측 검색창에 위 주소를 복사해 검색하시면 해당 파일을 열수 있습니다.
  680.  
  681. - 원하시는 수정 페이지를 쉽게 찾으시는 방법 !
  682.  사이트를 연 상태에서 상단 주소창에 표시된 주소중 도메인을 제외한 url로 좌측 검색창에서 검색하시면 됩니다. (html까지만)
  683.  ex) http://ecudemo50534.cafe24.com/product/list.html?cate_no=24 이라면 product/list.html 로 검색하세요!
  684.  
  685.  
  686. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ -->
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. <div id="main_item_all">
  695.       <div class="xans-element- xans-product xans-product-listmain-4 xans-product-listmain xans-product-4 ec-base-product best_item"><!--
  696.               $count = 5
  697.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  698.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  699.           -->
  700. <div class="main_item_list item_left">
  701.             <ul class="prdList best_ul grid2">
  702. <li id="anchorBoxId_11996" class="xans-record-">
  703.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=5';">
  704.                   <div class="thumbnail">
  705.                       <a href="/product/detail.html?product_no=11996&cate_no=1&display_group=5" name="anchorBoxName_11996"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/71da312de04981048a45974e5050d2a6.jpg" id="eListPrdImage11996_5" alt="이에이-sk"></a>
  706.                   </div>  
  707.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=5';">
  708.                     <div class="inner">
  709.                       <p class="name"><a href="/product/detail.html?product_no=11996&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">이에이-sk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  710.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  711. <p class="title2 displaynone"></p><span style="font-size:12px;color:#555555;text-decoration:line-through;">48,000won</span></li>
  712. <li class=" xans-record-">
  713. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">45,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  714. </ul>
  715. </div>
  716.                    </div>
  717.                  </div>
  718.               </li>
  719.                
  720.  
  721.              <!-- 첫번째 상품아래 텍스트 -->
  722.              <li class="item_text">
  723.                   <div class="box_design_main" onclick="window.location.href='/_dj/lookbook_list.html?cate_no=45';">
  724.                           <p>NEW SEASON RULES</p>
  725.                           <p>whether you're heading back to uni or just want to update your everyday basics</p>
  726.                           <p>5%</p>
  727.                   </div>
  728.               </li>
  729.                
  730.              <li id="anchorBoxId_11994" class="xans-record-">
  731.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=11994&cate_no=1&display_group=5';">
  732.                   <div class="thumbnail">
  733.                       <a href="/product/detail.html?product_no=11994&cate_no=1&display_group=5" name="anchorBoxName_11994"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/6e88958558105c72eaac2f8187aa8f1e.webp" id="eListPrdImage11994_5" alt="레이어드 레깅스"></a>
  734.                   </div>  
  735.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11994&cate_no=1&display_group=5';">
  736.                     <div class="inner">
  737.                       <p class="name"><a href="/product/detail.html?product_no=11994&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">레이어드 레깅스</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  738.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  739. <p class="title2 displaynone"></p><span style="font-size:12px;color:#555555;text-decoration:line-through;">33,000won</span></li>
  740. <li class=" xans-record-">
  741. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">31,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  742. </ul>
  743. </div>
  744.                    </div>
  745.                  </div>
  746.               </li>
  747.                
  748.                              <li id="anchorBoxId_11987" class="xans-record-">
  749.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=11987&cate_no=1&display_group=5';">
  750.                   <div class="thumbnail">
  751.                       <a href="/product/detail.html?product_no=11987&cate_no=1&display_group=5" name="anchorBoxName_11987"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/2aebd828b05920c0cb2eded667d0dde3.webp" id="eListPrdImage11987_5" alt="더비즈-p"></a>
  752.                   </div>  
  753.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11987&cate_no=1&display_group=5';">
  754.                     <div class="inner">
  755.                       <p class="name"><a href="/product/detail.html?product_no=11987&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">더비즈-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  756.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  757. <p class="title2 displaynone"></p><span style="font-size:12px;color:#555555;text-decoration:line-through;">53,000won</span></li>
  758. <li class=" xans-record-">
  759. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">50,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  760. </ul>
  761. </div>
  762.                    </div>
  763.                  </div>
  764.               </li>
  765.                
  766.                
  767.                
  768.           </ul>
  769. <ul class="prdList grid2 best_ul right_sec">
  770. <li>
  771.                    <div id="main_slide1">
  772.           <div class="dj_slider_1">  
  773.                
  774.                  <div class="slider_1">  
  775.                            
  776.                                     <!----------------
  777.  
  778.                                     메인 이미지 롤링
  779.                                     이미지사이즈 909 * 1160
  780.                                     onclick="window.location.href='링크주소';"
  781.  
  782.                                     ------------------>                          
  783.                                     <div onclick="window.location.href='https://www.ssoaeng.co.kr/product/detail.html?product_no=11474&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_imga1-1.jpg" style="width:100%"></div>        
  784.                 </div>  
  785.  
  786.                
  787. <script type="text/javascript" src="/_dj/js/slick/slick.min.js"></script>
  788.                  <!--
  789.  
  790.                  autoplaySpeed: 4000 에서 속도를 조절하시면 됩니다. 1000 = 1초
  791.  
  792.                  -->
  793.                  <script type="text/javascript">
  794.                  $('.slider_1').slick({      
  795.                  autoplay: true,
  796.                  customPaging : function(slider_1, i) {
  797.                  var thumb = $(slider_1.$slides[i]).data('thumb');
  798.                  return ''+thumb+'';},
  799.                 autoplaySpeed: 9000,
  800.                 dots: false,
  801.                  arrow: true,
  802.                  infinite: true,
  803.                  speed: 300,              
  804.                  cssEase: 'linear',
  805.                 accessibility: false,
  806.                 pauseOnHover: false,          
  807.                 });
  808.                 </script>
  809.       </div>  
  810.            </div>    
  811.            </li>
  812.        
  813.            <li id="anchorBoxId_11991" class="xans-record-">
  814.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=11991&cate_no=1&display_group=5';">
  815.                   <div class="thumbnail">
  816.                       <a href="/product/detail.html?product_no=11991&cate_no=1&display_group=5" name="anchorBoxName_11991"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/f34601152ff3c856bd42c53049c53b0a.jpg" id="eListPrdImage11991_5" alt="베로드-t"></a>
  817.                   </div>  
  818.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11991&cate_no=1&display_group=5';">
  819.                     <div class="inner">
  820.                       <p class="name"><a href="/product/detail.html?product_no=11991&cate_no=1&display_group=5" class=""><span 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>
  821.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  822. <p class="title2 displaynone"></p><span style="font-size:12px;color:#555555;text-decoration:line-through;">32,000won</span></li>
  823. <li class=" xans-record-">
  824. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">30,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  825. </ul>
  826. </div>
  827.                    </div>
  828.                  </div>
  829.               </li>
  830.                
  831.              
  832.             <li id="anchorBoxId_11989" class="xans-record-">
  833.                 <div class="box_design_main" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=5';">
  834.                   <div class="thumbnail">
  835.                       <a href="/product/detail.html?product_no=11989&cate_no=1&display_group=5" name="anchorBoxName_11989"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/1e5b49f40a71379136bd16fcde932fea.jpg" id="eListPrdImage11989_5" alt="터부링-ops"></a>
  836.                   </div>  
  837.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=5';">
  838.                     <div class="inner">
  839.                       <p class="name"><a href="/product/detail.html?product_no=11989&cate_no=1&display_group=5" class=""><span style="font-size:12px;color:#555555;">터부링-ops</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>
  840.                       <ul class="xans-element- xans-product xans-product-listitem-4 xans-product-listitem xans-product-4 spec"><li class=" xans-record-">
  841. <p class="title2 displaynone"></p><span style="font-size:12px;color:#555555;text-decoration:line-through;">31,000won</span></li>
  842. <li class=" xans-record-">
  843. <p class="title2 displaynone"></p><span style="font-size:12px;color:#008BCC;font-weight:bold;">29,500won</span><span id="span_product_tax_type_text" style=""> </span></li>
  844. </ul>
  845. </div>
  846.                    </div>
  847.                  </div>
  848.               </li>
  849.                
  850.          </ul>
  851. </div>
  852. </div>
  853.  
  854.       <!-- //추천상품 -->
  855.  
  856.  
  857.    
  858.    
  859.    
  860.    
  861.      <!-- //추천상품 -->
  862.       <div class="xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 ec-base-product new_item"><!--
  863.               $count = 6
  864.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  865.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  866.           -->
  867. <div class="main_item_list">
  868.             <ul class="prdList grid3">
  869. <li id="anchorBoxId_11995" class="xans-record-">
  870.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11995&cate_no=1&display_group=2';">
  871.                   <div class="thumbnail">
  872.                       <a href="/product/detail.html?product_no=11995&cate_no=1&display_group=2" name="anchorBoxName_11995"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/a49c632a3caaa4621b3e5ceebd6d4902.webp" id="eListPrdImage11995_2" alt="드웨이-t"></a>
  873.                   </div>  
  874.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11995&cate_no=1&display_group=2';">
  875.                     <div class="inner">
  876.                       <p class="name"><a href="/product/detail.html?product_no=11995&cate_no=1&display_group=2" class=""><span 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>
  877.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  878. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">36,000won</span></li>
  879. <li class=" xans-record-">
  880. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,200won</span><span id="span_product_tax_type_text" style=""> </span></li>
  881. </ul>
  882. </div>
  883.                    </div>
  884.                  </div>
  885.               </li>
  886.                
  887.                
  888.              <li id="anchorBoxId_11993" class="xans-record-">
  889.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11993&cate_no=1&display_group=2';">
  890.                   <div class="thumbnail">
  891.                       <a href="/product/detail.html?product_no=11993&cate_no=1&display_group=2" name="anchorBoxName_11993"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/4fa71e570d49d2911df95577e3e2fd3c.webp" id="eListPrdImage11993_2" alt="테이메-bl"></a>
  892.                   </div>  
  893.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11993&cate_no=1&display_group=2';">
  894.                     <div class="inner">
  895.                       <p class="name"><a href="/product/detail.html?product_no=11993&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">테이메-bl</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>
  896.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  897. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">34,000won</span></li>
  898. <li class=" xans-record-">
  899. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,300won</span><span id="span_product_tax_type_text" style=""> </span></li>
  900. </ul>
  901. </div>
  902.                    </div>
  903.                  </div>
  904.               </li>
  905.               <li id="anchorBoxId_11992" class="xans-record-">
  906.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11992&cate_no=1&display_group=2';">
  907.                   <div class="thumbnail">
  908.                       <a href="/product/detail.html?product_no=11992&cate_no=1&display_group=2" name="anchorBoxName_11992"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/a614c60c2602cc7e5a60c73c44b99bdf.jpg" id="eListPrdImage11992_2" alt="구크 린넨-p"></a>
  909.                   </div>  
  910.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11992&cate_no=1&display_group=2';">
  911.                     <div class="inner">
  912.                       <p class="name"><a href="/product/detail.html?product_no=11992&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">구크 린넨-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  913.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  914. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">39,000won</span></li>
  915. <li class=" xans-record-">
  916. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">37,100won</span><span id="span_product_tax_type_text" style=""> </span></li>
  917. </ul>
  918. </div>
  919.                    </div>
  920.                  </div>
  921.               </li>
  922. <li id="anchorBoxId_11986" class="xans-record-">
  923.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11986&cate_no=1&display_group=2';">
  924.                   <div class="thumbnail">
  925.                       <a href="/product/detail.html?product_no=11986&cate_no=1&display_group=2" name="anchorBoxName_11986"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/cc5319e0a077894fd106e427acd8f810.jpg" id="eListPrdImage11986_2" alt="데리터-t"></a>
  926.                   </div>  
  927.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11986&cate_no=1&display_group=2';">
  928.                     <div class="inner">
  929.                       <p class="name"><a href="/product/detail.html?product_no=11986&cate_no=1&display_group=2" class=""><span 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>
  930.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  931. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">26,000won</span></li>
  932. <li class=" xans-record-">
  933. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">24,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  934. </ul>
  935. </div>
  936.                    </div>
  937.                  </div>
  938.               </li>
  939. <li id="anchorBoxId_11996" class="xans-record-">
  940.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=2';">
  941.                   <div class="thumbnail">
  942.                       <a href="/product/detail.html?product_no=11996&cate_no=1&display_group=2" name="anchorBoxName_11996"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/71da312de04981048a45974e5050d2a6.jpg" id="eListPrdImage11996_2" alt="이에이-sk"></a>
  943.                   </div>  
  944.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=2';">
  945.                     <div class="inner">
  946.                       <p class="name"><a href="/product/detail.html?product_no=11996&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">이에이-sk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  947.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  948. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">48,000won</span></li>
  949. <li class=" xans-record-">
  950. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">45,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  951. </ul>
  952. </div>
  953.                    </div>
  954.                  </div>
  955.               </li>
  956. <li id="anchorBoxId_11989" class="xans-record-">
  957.                 <div class="box_design_main new_padding" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=2';">
  958.                   <div class="thumbnail">
  959.                       <a href="/product/detail.html?product_no=11989&cate_no=1&display_group=2" name="anchorBoxName_11989"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/1e5b49f40a71379136bd16fcde932fea.jpg" id="eListPrdImage11989_2" alt="터부링-ops"></a>
  960.                   </div>  
  961.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=2';">
  962.                     <div class="inner">
  963.                       <p class="name"><a href="/product/detail.html?product_no=11989&cate_no=1&display_group=2" class=""><span style="font-size:11px;color:#222222;">터부링-ops</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>
  964.                       <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li class=" xans-record-">
  965. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">31,000won</span></li>
  966. <li class=" xans-record-">
  967. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,500won</span><span id="span_product_tax_type_text" style=""> </span></li>
  968. </ul>
  969. </div>
  970.                    </div>
  971.                  </div>
  972.               </li>
  973.           </ul>
  974. </div>
  975. </div>
  976.       <!-- //추천상품 -->
  977.    
  978. </div>
  979.    
  980.  
  981.  
  982.  
  983.  
  984.      <!-- BEST -->
  985.       <div class="xans-element- xans-product xans-product-listmain-11 xans-product-listmain xans-product-11 ec-base-product new_item"><!--
  986.               $count = 8
  987.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  988.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  989.           -->
  990. <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>
  991. <div class="main_item_list">
  992.             <ul class="prdList grid4">
  993. <li id="anchorBoxId_11929" class="xans-record-">
  994.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=12';">
  995.                   <div class="thumbnail">
  996.                       <a href="/product/detail.html?product_no=11929&cate_no=1&display_group=12" name="anchorBoxName_11929"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/36065b6af563dfe0ef9e49b0be5ed396.webp" id="eListPrdImage11929_12" alt="베퓨-t"></a>
  997.                   </div>  
  998.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=12';">
  999.                     <div class="inner">
  1000.                       <p class="name"><a href="/product/detail.html?product_no=11929&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">베퓨-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1001.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1002. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1003. <li class=" xans-record-">
  1004. <p class="title2 displaynone"></p></li>
  1005. </ul>
  1006. </div>
  1007.                    </div>
  1008.                  </div>
  1009.               </li>
  1010.                
  1011.                
  1012.            
  1013.               <li id="anchorBoxId_11435" class="xans-record-">
  1014.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=12';">
  1015.                   <div class="thumbnail">
  1016.                       <a href="/product/detail.html?product_no=11435&cate_no=1&display_group=12" name="anchorBoxName_11435"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202408/df09efd289e6f72521fff00624a6c9e6.webp" id="eListPrdImage11435_12" alt="크로셰-nb"></a>
  1017.                   </div>  
  1018.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=12';">
  1019.                     <div class="inner">
  1020.                       <p class="name"><a href="/product/detail.html?product_no=11435&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">크로셰-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1021.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1022. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1023. <li class=" xans-record-">
  1024. <p class="title2 displaynone"></p></li>
  1025. </ul>
  1026. </div>
  1027.                    </div>
  1028.                  </div>
  1029.               </li>
  1030. <li id="anchorBoxId_11967" class="xans-record-">
  1031.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=12';">
  1032.                   <div class="thumbnail">
  1033.                       <a href="/product/detail.html?product_no=11967&cate_no=1&display_group=12" name="anchorBoxName_11967"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bac61f6fb4ee0ddad304791d5798da77.jpg" id="eListPrdImage11967_12" alt="헤므-p"></a>
  1034.                   </div>  
  1035.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=12';">
  1036.                     <div class="inner">
  1037.                       <p class="name"><a href="/product/detail.html?product_no=11967&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">헤므-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1038.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1039. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1040. <li class=" xans-record-">
  1041. <p class="title2 displaynone"></p></li>
  1042. </ul>
  1043. </div>
  1044.                    </div>
  1045.                  </div>
  1046.               </li>
  1047. <li id="anchorBoxId_11955" class="xans-record-">
  1048.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11955&cate_no=1&display_group=12';">
  1049.                   <div class="thumbnail">
  1050.                       <a href="/product/detail.html?product_no=11955&cate_no=1&display_group=12" name="anchorBoxName_11955"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ceb1b4385f9fa4d50e42516420f08594.webp" id="eListPrdImage11955_12" alt="테머-t"></a>
  1051.                   </div>  
  1052.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11955&cate_no=1&display_group=12';">
  1053.                     <div class="inner">
  1054.                       <p class="name"><a href="/product/detail.html?product_no=11955&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">테머-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1055.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1056. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">24,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1057. <li class=" xans-record-">
  1058. <p class="title2 displaynone"></p></li>
  1059. </ul>
  1060. </div>
  1061.                    </div>
  1062.                  </div>
  1063.               </li>
  1064. <li id="anchorBoxId_11947" class="xans-record-">
  1065.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11947&cate_no=1&display_group=12';">
  1066.                   <div class="thumbnail">
  1067.                       <a href="/product/detail.html?product_no=11947&cate_no=1&display_group=12" name="anchorBoxName_11947"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4974a5fce2b334fa966be899deb077b7.webp" id="eListPrdImage11947_12" alt="헤리프-t"></a>
  1068.                   </div>  
  1069.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11947&cate_no=1&display_group=12';">
  1070.                     <div class="inner">
  1071.                       <p class="name"><a href="/product/detail.html?product_no=11947&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">헤리프-t</span>      </a></p>
  1072.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1073. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1074. <li class=" xans-record-">
  1075. <p class="title2 displaynone"></p></li>
  1076. </ul>
  1077. </div>
  1078.                    </div>
  1079.                  </div>
  1080.               </li>
  1081. <li id="anchorBoxId_11946" class="xans-record-">
  1082.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11946&cate_no=1&display_group=12';">
  1083.                   <div class="thumbnail">
  1084.                       <a href="/product/detail.html?product_no=11946&cate_no=1&display_group=12" name="anchorBoxName_11946"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a15231fe55715ec00dff8d5aabb201c5.webp" id="eListPrdImage11946_12" alt="페머-p"></a>
  1085.                   </div>  
  1086.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11946&cate_no=1&display_group=12';">
  1087.                     <div class="inner">
  1088.                       <p class="name"><a href="/product/detail.html?product_no=11946&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">페머-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1089.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1090. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1091. <li class=" xans-record-">
  1092. <p class="title2 displaynone"></p></li>
  1093. </ul>
  1094. </div>
  1095.                    </div>
  1096.                  </div>
  1097.               </li>
  1098. <li id="anchorBoxId_11914" class="xans-record-">
  1099.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11914&cate_no=1&display_group=12';">
  1100.                   <div class="thumbnail">
  1101.                       <a href="/product/detail.html?product_no=11914&cate_no=1&display_group=12" name="anchorBoxName_11914"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a60d105984c8a88525fb13d3748ee7ac.webp" id="eListPrdImage11914_12" alt="마이흐-t"></a>
  1102.                   </div>  
  1103.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11914&cate_no=1&display_group=12';">
  1104.                     <div class="inner">
  1105.                       <p class="name"><a href="/product/detail.html?product_no=11914&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">마이흐-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1106.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1107. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1108. <li class=" xans-record-">
  1109. <p class="title2 displaynone"></p></li>
  1110. </ul>
  1111. </div>
  1112.                    </div>
  1113.                  </div>
  1114.               </li>
  1115. <li id="anchorBoxId_11824" class="xans-record-">
  1116.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11824&cate_no=1&display_group=12';">
  1117.                   <div class="thumbnail">
  1118.                       <a href="/product/detail.html?product_no=11824&cate_no=1&display_group=12" name="anchorBoxName_11824"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/87de7e7cf742b8b03ea5bdfb4b7b4b97.jpg" id="eListPrdImage11824_12" alt="쿠마르 레깅스"></a>
  1119.                   </div>  
  1120.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11824&cate_no=1&display_group=12';">
  1121.                     <div class="inner">
  1122.                       <p class="name"><a href="/product/detail.html?product_no=11824&cate_no=1&display_group=12" class=""><span style="font-size:11px;color:#111111;">쿠마르 레깅스</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1123.                       <ul class="xans-element- xans-product xans-product-listitem-11 xans-product-listitem xans-product-11 spec"><li class=" xans-record-">
  1124. <p class="title2 displaynone"></p><span style="font-size:11px;color:#111111;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1125. <li class=" xans-record-">
  1126. <p class="title2 displaynone"></p></li>
  1127. </ul>
  1128. </div>
  1129.                    </div>
  1130.                  </div>
  1131.               </li>
  1132.           </ul>
  1133. </div>
  1134. </div>
  1135.       <!-- //BEST -->
  1136.    
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.    
  1145.      <!-- //신상품 -->
  1146.       <div class="xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product new_item"><!--
  1147.               $count = 100
  1148.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1149.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1150.           -->
  1151. <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>
  1152. <div class="main_item_list">
  1153.             <ul class="prdList grid4">
  1154. <li id="anchorBoxId_11996" class="xans-record-">
  1155.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=3';">
  1156.                   <div class="thumbnail">
  1157.                       <a href="/product/detail.html?product_no=11996&cate_no=1&display_group=3" name="anchorBoxName_11996"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/71da312de04981048a45974e5050d2a6.jpg" id="eListPrdImage11996_3" alt="이에이-sk"></a>
  1158.                   </div>  
  1159.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11996&cate_no=1&display_group=3';">
  1160.                     <div class="inner">
  1161.                       <p class="name"><a href="/product/detail.html?product_no=11996&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">이에이-sk</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1162.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1163. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">48,000won</span></li>
  1164. <li class=" xans-record-">
  1165. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">45,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1166. </ul>
  1167. </div>
  1168.                    </div>
  1169.                  </div>
  1170.               </li>
  1171.                
  1172.                
  1173.            
  1174.               <li id="anchorBoxId_11991" class="xans-record-">
  1175.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11991&cate_no=1&display_group=3';">
  1176.                   <div class="thumbnail">
  1177.                       <a href="/product/detail.html?product_no=11991&cate_no=1&display_group=3" name="anchorBoxName_11991"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/f34601152ff3c856bd42c53049c53b0a.jpg" id="eListPrdImage11991_3" alt="베로드-t"></a>
  1178.                   </div>  
  1179.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11991&cate_no=1&display_group=3';">
  1180.                     <div class="inner">
  1181.                       <p class="name"><a href="/product/detail.html?product_no=11991&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베로드-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1182.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1183. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">32,000won</span></li>
  1184. <li class=" xans-record-">
  1185. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">30,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1186. </ul>
  1187. </div>
  1188.                    </div>
  1189.                  </div>
  1190.               </li>
  1191. <li id="anchorBoxId_11989" class="xans-record-">
  1192.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=3';">
  1193.                   <div class="thumbnail">
  1194.                       <a href="/product/detail.html?product_no=11989&cate_no=1&display_group=3" name="anchorBoxName_11989"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/1e5b49f40a71379136bd16fcde932fea.jpg" id="eListPrdImage11989_3" alt="터부링-ops"></a>
  1195.                   </div>  
  1196.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11989&cate_no=1&display_group=3';">
  1197.                     <div class="inner">
  1198.                       <p class="name"><a href="/product/detail.html?product_no=11989&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">터부링-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1199.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1200. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">31,000won</span></li>
  1201. <li class=" xans-record-">
  1202. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,500won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1203. </ul>
  1204. </div>
  1205.                    </div>
  1206.                  </div>
  1207.               </li>
  1208. <li id="anchorBoxId_11987" class="xans-record-">
  1209.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11987&cate_no=1&display_group=3';">
  1210.                   <div class="thumbnail">
  1211.                       <a href="/product/detail.html?product_no=11987&cate_no=1&display_group=3" name="anchorBoxName_11987"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/2aebd828b05920c0cb2eded667d0dde3.webp" id="eListPrdImage11987_3" alt="더비즈-p"></a>
  1212.                   </div>  
  1213.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11987&cate_no=1&display_group=3';">
  1214.                     <div class="inner">
  1215.                       <p class="name"><a href="/product/detail.html?product_no=11987&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">더비즈-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1216.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1217. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">53,000won</span></li>
  1218. <li class=" xans-record-">
  1219. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">50,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1220. </ul>
  1221. </div>
  1222.                    </div>
  1223.                  </div>
  1224.               </li>
  1225. <li id="anchorBoxId_11993" class="xans-record-">
  1226.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11993&cate_no=1&display_group=3';">
  1227.                   <div class="thumbnail">
  1228.                       <a href="/product/detail.html?product_no=11993&cate_no=1&display_group=3" name="anchorBoxName_11993"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/4fa71e570d49d2911df95577e3e2fd3c.webp" id="eListPrdImage11993_3" alt="테이메-bl"></a>
  1229.                   </div>  
  1230.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11993&cate_no=1&display_group=3';">
  1231.                     <div class="inner">
  1232.                       <p class="name"><a href="/product/detail.html?product_no=11993&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테이메-bl</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>
  1233.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1234. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">34,000won</span></li>
  1235. <li class=" xans-record-">
  1236. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">32,300won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1237. </ul>
  1238. </div>
  1239.                    </div>
  1240.                  </div>
  1241.               </li>
  1242. <li id="anchorBoxId_11995" class="xans-record-">
  1243.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11995&cate_no=1&display_group=3';">
  1244.                   <div class="thumbnail">
  1245.                       <a href="/product/detail.html?product_no=11995&cate_no=1&display_group=3" name="anchorBoxName_11995"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/a49c632a3caaa4621b3e5ceebd6d4902.webp" id="eListPrdImage11995_3" alt="드웨이-t"></a>
  1246.                   </div>  
  1247.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11995&cate_no=1&display_group=3';">
  1248.                     <div class="inner">
  1249.                       <p class="name"><a href="/product/detail.html?product_no=11995&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">드웨이-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1250.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1251. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">36,000won</span></li>
  1252. <li class=" xans-record-">
  1253. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,200won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1254. </ul>
  1255. </div>
  1256.                    </div>
  1257.                  </div>
  1258.               </li>
  1259. <li id="anchorBoxId_11992" class="xans-record-">
  1260.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11992&cate_no=1&display_group=3';">
  1261.                   <div class="thumbnail">
  1262.                       <a href="/product/detail.html?product_no=11992&cate_no=1&display_group=3" name="anchorBoxName_11992"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/a614c60c2602cc7e5a60c73c44b99bdf.jpg" id="eListPrdImage11992_3" alt="구크 린넨-p"></a>
  1263.                   </div>  
  1264.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11992&cate_no=1&display_group=3';">
  1265.                     <div class="inner">
  1266.                       <p class="name"><a href="/product/detail.html?product_no=11992&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">구크 린넨-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1267.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1268. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">39,000won</span></li>
  1269. <li class=" xans-record-">
  1270. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">37,100won</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_11994" class="xans-record-">
  1277.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11994&cate_no=1&display_group=3';">
  1278.                   <div class="thumbnail">
  1279.                       <a href="/product/detail.html?product_no=11994&cate_no=1&display_group=3" name="anchorBoxName_11994"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/6e88958558105c72eaac2f8187aa8f1e.webp" id="eListPrdImage11994_3" alt="레이어드 레깅스"></a>
  1280.                   </div>  
  1281.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11994&cate_no=1&display_group=3';">
  1282.                     <div class="inner">
  1283.                       <p class="name"><a href="/product/detail.html?product_no=11994&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">레이어드 레깅스</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  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 style="font-size:11px;color:#222222;text-decoration:line-through;">33,000won</span></li>
  1286. <li class=" xans-record-">
  1287. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,400won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1288. </ul>
  1289. </div>
  1290.                    </div>
  1291.                  </div>
  1292.               </li>
  1293. <li id="anchorBoxId_11986" class="xans-record-">
  1294.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11986&cate_no=1&display_group=3';">
  1295.                   <div class="thumbnail">
  1296.                       <a href="/product/detail.html?product_no=11986&cate_no=1&display_group=3" name="anchorBoxName_11986"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202505/cc5319e0a077894fd106e427acd8f810.jpg" id="eListPrdImage11986_3" alt="데리터-t"></a>
  1297.                   </div>  
  1298.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11986&cate_no=1&display_group=3';">
  1299.                     <div class="inner">
  1300.                       <p class="name"><a href="/product/detail.html?product_no=11986&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">데리터-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_49.gif"  alt="" /><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_30.gif"  alt="" /> </a></p>
  1301.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1302. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;text-decoration:line-through;">26,000won</span></li>
  1303. <li class=" xans-record-">
  1304. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">24,700won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1305. </ul>
  1306. </div>
  1307.                    </div>
  1308.                  </div>
  1309.               </li>
  1310. <li id="anchorBoxId_11978" class="xans-record-">
  1311.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11978&cate_no=1&display_group=3';">
  1312.                   <div class="thumbnail">
  1313.                       <a href="/product/detail.html?product_no=11978&cate_no=1&display_group=3" name="anchorBoxName_11978"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/7c4c09099d336204e4dbc0089164233f.webp" id="eListPrdImage11978_3" alt="카리키-t"></a>
  1314.                   </div>  
  1315.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11978&cate_no=1&display_group=3';">
  1316.                     <div class="inner">
  1317.                       <p class="name"><a href="/product/detail.html?product_no=11978&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">카리키-t</span>      </a></p>
  1318.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1319. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1320. </ul>
  1321. </div>
  1322.                    </div>
  1323.                  </div>
  1324.               </li>
  1325. <li id="anchorBoxId_11981" class="xans-record-">
  1326.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11981&cate_no=1&display_group=3';">
  1327.                   <div class="thumbnail">
  1328.                       <a href="/product/detail.html?product_no=11981&cate_no=1&display_group=3" name="anchorBoxName_11981"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/7683f04f60059e078e403da3a7a297fe.webp" id="eListPrdImage11981_3" alt="루에뉘-nb"></a>
  1329.                   </div>  
  1330.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11981&cate_no=1&display_group=3';">
  1331.                     <div class="inner">
  1332.                       <p class="name"><a href="/product/detail.html?product_no=11981&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">루에뉘-nb</span>      </a></p>
  1333.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1334. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">46,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1335. </ul>
  1336. </div>
  1337.                    </div>
  1338.                  </div>
  1339.               </li>
  1340. <li id="anchorBoxId_11974" class="xans-record-">
  1341.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11974&cate_no=1&display_group=3';">
  1342.                   <div class="thumbnail">
  1343.                       <a href="/product/detail.html?product_no=11974&cate_no=1&display_group=3" name="anchorBoxName_11974"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/e42f54b67930ac1f853dda0059c4823f.jpg" id="eListPrdImage11974_3" alt="느에뜨-bl"></a>
  1344.                   </div>  
  1345.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11974&cate_no=1&display_group=3';">
  1346.                     <div class="inner">
  1347.                       <p class="name"><a href="/product/detail.html?product_no=11974&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">느에뜨-bl</span>      </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 style="font-size:11px;color:#222222;font-weight:bold;">59,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1350. </ul>
  1351. </div>
  1352.                    </div>
  1353.                  </div>
  1354.               </li>
  1355. <li id="anchorBoxId_11980" class="xans-record-">
  1356.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11980&cate_no=1&display_group=3';">
  1357.                   <div class="thumbnail">
  1358.                       <a href="/product/detail.html?product_no=11980&cate_no=1&display_group=3" name="anchorBoxName_11980"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/906f22f3d5939172cbbdaf0b234f9aac.webp" id="eListPrdImage11980_3" alt="머팡-jp"></a>
  1359.                   </div>  
  1360.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11980&cate_no=1&display_group=3';">
  1361.                     <div class="inner">
  1362.                       <p class="name"><a href="/product/detail.html?product_no=11980&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">머팡-jp</span>      </a></p>
  1363.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1364. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">69,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1365. </ul>
  1366. </div>
  1367.                    </div>
  1368.                  </div>
  1369.               </li>
  1370. <li id="anchorBoxId_11982" class="xans-record-">
  1371.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11982&cate_no=1&display_group=3';">
  1372.                   <div class="thumbnail">
  1373.                       <a href="/product/detail.html?product_no=11982&cate_no=1&display_group=3" name="anchorBoxName_11982"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/db7c0fb9f078b47229ea87952694d1f0.jpg" id="eListPrdImage11982_3" alt="체트잉-bl"></a>
  1374.                   </div>  
  1375.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11982&cate_no=1&display_group=3';">
  1376.                     <div class="inner">
  1377.                       <p class="name"><a href="/product/detail.html?product_no=11982&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체트잉-bl</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1378.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1379. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1380. </ul>
  1381. </div>
  1382.                    </div>
  1383.                  </div>
  1384.               </li>
  1385. <li id="anchorBoxId_11979" class="xans-record-">
  1386.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11979&cate_no=1&display_group=3';">
  1387.                   <div class="thumbnail">
  1388.                       <a href="/product/detail.html?product_no=11979&cate_no=1&display_group=3" name="anchorBoxName_11979"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/d6a7c38689b95e7b2224711cfea2b0a2.jpg" id="eListPrdImage11979_3" alt="드에브-p ㅣ 아이보리"></a>
  1389.                   </div>  
  1390.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11979&cate_no=1&display_group=3';">
  1391.                     <div class="inner">
  1392.                       <p class="name"><a href="/product/detail.html?product_no=11979&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">드에브-p ㅣ 아이보리</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1393.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1394. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1395. </ul>
  1396. </div>
  1397.                    </div>
  1398.                  </div>
  1399.               </li>
  1400. <li id="anchorBoxId_11983" class="xans-record-">
  1401.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11983&cate_no=1&display_group=3';">
  1402.                   <div class="thumbnail">
  1403.                       <a href="/product/detail.html?product_no=11983&cate_no=1&display_group=3" name="anchorBoxName_11983"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/d5322b57d1dde991ea3520bbd8234dae.webp" id="eListPrdImage11983_3" alt="헤므-p ㅣ 차콜"></a>
  1404.                   </div>  
  1405.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11983&cate_no=1&display_group=3';">
  1406.                     <div class="inner">
  1407.                       <p class="name"><a href="/product/detail.html?product_no=11983&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤므-p ㅣ 차콜</span>      </a></p>
  1408.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1409. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1410. </ul>
  1411. </div>
  1412.                    </div>
  1413.                  </div>
  1414.               </li>
  1415. <li id="anchorBoxId_11973" class="xans-record-">
  1416.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11973&cate_no=1&display_group=3';">
  1417.                   <div class="thumbnail">
  1418.                       <a href="/product/detail.html?product_no=11973&cate_no=1&display_group=3" name="anchorBoxName_11973"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/84c3ac0d77f5af2f7c58b2c7386fc661.jpg" id="eListPrdImage11973_3" alt="너카러-ops"></a>
  1419.                   </div>  
  1420.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11973&cate_no=1&display_group=3';">
  1421.                     <div class="inner">
  1422.                       <p class="name"><a href="/product/detail.html?product_no=11973&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">너카러-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1423.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1424. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1425. </ul>
  1426. </div>
  1427.                    </div>
  1428.                  </div>
  1429.               </li>
  1430. <li id="anchorBoxId_11977" class="xans-record-">
  1431.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11977&cate_no=1&display_group=3';">
  1432.                   <div class="thumbnail">
  1433.                       <a href="/product/detail.html?product_no=11977&cate_no=1&display_group=3" name="anchorBoxName_11977"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4e1449600377b240181e8c58cc344958.jpg" id="eListPrdImage11977_3" alt="베페-p"></a>
  1434.                   </div>  
  1435.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11977&cate_no=1&display_group=3';">
  1436.                     <div class="inner">
  1437.                       <p class="name"><a href="/product/detail.html?product_no=11977&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베페-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1438.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1439. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1440. </ul>
  1441. </div>
  1442.                    </div>
  1443.                  </div>
  1444.               </li>
  1445. <li id="anchorBoxId_11971" class="xans-record-">
  1446.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11971&cate_no=1&display_group=3';">
  1447.                   <div class="thumbnail">
  1448.                       <a href="/product/detail.html?product_no=11971&cate_no=1&display_group=3" name="anchorBoxName_11971"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/db2038c82f9b80e9ce6f3134032c74bb.webp" id="eListPrdImage11971_3" alt="에비케-bl"></a>
  1449.                   </div>  
  1450.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11971&cate_no=1&display_group=3';">
  1451.                     <div class="inner">
  1452.                       <p class="name"><a href="/product/detail.html?product_no=11971&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">에비케-bl</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1453.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1454. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1455. </ul>
  1456. </div>
  1457.                    </div>
  1458.                  </div>
  1459.               </li>
  1460. <li id="anchorBoxId_11976" class="xans-record-">
  1461.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11976&cate_no=1&display_group=3';">
  1462.                   <div class="thumbnail">
  1463.                       <a href="/product/detail.html?product_no=11976&cate_no=1&display_group=3" name="anchorBoxName_11976"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/e27d982f3a152dbf03d09c483e6709c9.jpg" id="eListPrdImage11976_3" alt="네미츠-t"></a>
  1464.                   </div>  
  1465.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11976&cate_no=1&display_group=3';">
  1466.                     <div class="inner">
  1467.                       <p class="name"><a href="/product/detail.html?product_no=11976&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">네미츠-t</span>      </a></p>
  1468.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1469. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1470. </ul>
  1471. </div>
  1472.                    </div>
  1473.                  </div>
  1474.               </li>
  1475. <li id="anchorBoxId_11975" class="xans-record-">
  1476.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11975&cate_no=1&display_group=3';">
  1477.                   <div class="thumbnail">
  1478.                       <a href="/product/detail.html?product_no=11975&cate_no=1&display_group=3" name="anchorBoxName_11975"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bcdd23ca7ac313bb99f21e392a9a5393.webp" id="eListPrdImage11975_3" alt="메루크-p ㅣ s - m size"></a>
  1479.                   </div>  
  1480.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11975&cate_no=1&display_group=3';">
  1481.                     <div class="inner">
  1482.                       <p class="name"><a href="/product/detail.html?product_no=11975&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">메루크-p ㅣ s - m size</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1483.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1484. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">59,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1485. </ul>
  1486. </div>
  1487.                    </div>
  1488.                  </div>
  1489.               </li>
  1490. <li id="anchorBoxId_11972" class="xans-record-">
  1491.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11972&cate_no=1&display_group=3';">
  1492.                   <div class="thumbnail">
  1493.                       <a href="/product/detail.html?product_no=11972&cate_no=1&display_group=3" name="anchorBoxName_11972"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/3d90bebfad7251ccf1165b276e5057d3.jpg" id="eListPrdImage11972_3" alt="헤므-p ㅣ 크림"></a>
  1494.                   </div>  
  1495.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11972&cate_no=1&display_group=3';">
  1496.                     <div class="inner">
  1497.                       <p class="name"><a href="/product/detail.html?product_no=11972&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤므-p ㅣ 크림</span>      </a></p>
  1498.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1499. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1500. </ul>
  1501. </div>
  1502.                    </div>
  1503.                  </div>
  1504.               </li>
  1505. <li id="anchorBoxId_11969" class="xans-record-">
  1506.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11969&cate_no=1&display_group=3';">
  1507.                   <div class="thumbnail">
  1508.                       <a href="/product/detail.html?product_no=11969&cate_no=1&display_group=3" name="anchorBoxName_11969"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/f9f17846435da09b127677bc035c6bee.webp" id="eListPrdImage11969_3" alt="(family) 캐즈-t"></a>
  1509.                   </div>  
  1510.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11969&cate_no=1&display_group=3';">
  1511.                     <div class="inner">
  1512.                       <p class="name"><a href="/product/detail.html?product_no=11969&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 캐즈-t</span>      </a></p>
  1513.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1514. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1515. </ul>
  1516. </div>
  1517.                    </div>
  1518.                  </div>
  1519.               </li>
  1520. <li id="anchorBoxId_11968" class="xans-record-">
  1521.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11968&cate_no=1&display_group=3';">
  1522.                   <div class="thumbnail">
  1523.                       <a href="/product/detail.html?product_no=11968&cate_no=1&display_group=3" name="anchorBoxName_11968"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/529953acd814a0a07c346dd78d96fc28.webp" id="eListPrdImage11968_3" alt="(family) 앤토느-t"></a>
  1524.                   </div>  
  1525.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11968&cate_no=1&display_group=3';">
  1526.                     <div class="inner">
  1527.                       <p class="name"><a href="/product/detail.html?product_no=11968&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 앤토느-t</span>      </a></p>
  1528.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1529. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1530. </ul>
  1531. </div>
  1532.                    </div>
  1533.                  </div>
  1534.               </li>
  1535. <li id="anchorBoxId_11970" class="xans-record-">
  1536.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11970&cate_no=1&display_group=3';">
  1537.                   <div class="thumbnail">
  1538.                       <a href="/product/detail.html?product_no=11970&cate_no=1&display_group=3" name="anchorBoxName_11970"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/6be17a0aca119332d27a2cc10fa10a8c.webp" id="eListPrdImage11970_3" alt="(family) 데빅-p"></a>
  1539.                   </div>  
  1540.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11970&cate_no=1&display_group=3';">
  1541.                     <div class="inner">
  1542.                       <p class="name"><a href="/product/detail.html?product_no=11970&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 데빅-p</span>      </a></p>
  1543.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1544. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1545. </ul>
  1546. </div>
  1547.                    </div>
  1548.                  </div>
  1549.               </li>
  1550. <li id="anchorBoxId_11961" class="xans-record-">
  1551.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11961&cate_no=1&display_group=3';">
  1552.                   <div class="thumbnail">
  1553.                       <a href="/product/detail.html?product_no=11961&cate_no=1&display_group=3" name="anchorBoxName_11961"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4508efb92142f1f24d3a201457d9682a.webp" id="eListPrdImage11961_3" alt="탑&amp;amp;스커트"></a>
  1554.                   </div>  
  1555.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11961&cate_no=1&display_group=3';">
  1556.                     <div class="inner">
  1557.                       <p class="name"><a href="/product/detail.html?product_no=11961&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">탑&스커트</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1558.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1559. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1560. </ul>
  1561. </div>
  1562.                    </div>
  1563.                  </div>
  1564.               </li>
  1565. <li id="anchorBoxId_11962" class="xans-record-">
  1566.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11962&cate_no=1&display_group=3';">
  1567.                   <div class="thumbnail">
  1568.                       <a href="/product/detail.html?product_no=11962&cate_no=1&display_group=3" name="anchorBoxName_11962"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/cb61ad6592aa161f840bba8a086e5707.jpg" id="eListPrdImage11962_3" alt="오베로-nb"></a>
  1569.                   </div>  
  1570.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11962&cate_no=1&display_group=3';">
  1571.                     <div class="inner">
  1572.                       <p class="name"><a href="/product/detail.html?product_no=11962&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">오베로-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1573.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1574. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">42,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1575. </ul>
  1576. </div>
  1577.                    </div>
  1578.                  </div>
  1579.               </li>
  1580. <li id="anchorBoxId_11967" class="xans-record-">
  1581.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=3';">
  1582.                   <div class="thumbnail">
  1583.                       <a href="/product/detail.html?product_no=11967&cate_no=1&display_group=3" name="anchorBoxName_11967"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bac61f6fb4ee0ddad304791d5798da77.jpg" id="eListPrdImage11967_3" alt="헤므-p"></a>
  1584.                   </div>  
  1585.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11967&cate_no=1&display_group=3';">
  1586.                     <div class="inner">
  1587.                       <p class="name"><a href="/product/detail.html?product_no=11967&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤므-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1588.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1589. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1590. </ul>
  1591. </div>
  1592.                    </div>
  1593.                  </div>
  1594.               </li>
  1595. <li id="anchorBoxId_11964" class="xans-record-">
  1596.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11964&cate_no=1&display_group=3';">
  1597.                   <div class="thumbnail">
  1598.                       <a href="/product/detail.html?product_no=11964&cate_no=1&display_group=3" name="anchorBoxName_11964"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/52dc6193812c24b534791654bb38ad9f.jpg" id="eListPrdImage11964_3" alt="디머드-nt"></a>
  1599.                   </div>  
  1600.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11964&cate_no=1&display_group=3';">
  1601.                     <div class="inner">
  1602.                       <p class="name"><a href="/product/detail.html?product_no=11964&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">디머드-nt</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1603.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1604. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1605. </ul>
  1606. </div>
  1607.                    </div>
  1608.                  </div>
  1609.               </li>
  1610. <li id="anchorBoxId_11963" class="xans-record-">
  1611.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11963&cate_no=1&display_group=3';">
  1612.                   <div class="thumbnail">
  1613.                       <a href="/product/detail.html?product_no=11963&cate_no=1&display_group=3" name="anchorBoxName_11963"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ca6c4d10cc9f80343150ad14b784ac7c.webp" id="eListPrdImage11963_3" alt="애느류-bl"></a>
  1614.                   </div>  
  1615.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11963&cate_no=1&display_group=3';">
  1616.                     <div class="inner">
  1617.                       <p class="name"><a href="/product/detail.html?product_no=11963&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">애느류-bl</span>      </a></p>
  1618.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1619. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1620. </ul>
  1621. </div>
  1622.                    </div>
  1623.                  </div>
  1624.               </li>
  1625. <li id="anchorBoxId_11966" class="xans-record-">
  1626.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11966&cate_no=1&display_group=3';">
  1627.                   <div class="thumbnail">
  1628.                       <a href="/product/detail.html?product_no=11966&cate_no=1&display_group=3" name="anchorBoxName_11966"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a62c2f6b86336f10e3a978e59bef81e0.webp" id="eListPrdImage11966_3" alt="베니퍼-t"></a>
  1629.                   </div>  
  1630.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11966&cate_no=1&display_group=3';">
  1631.                     <div class="inner">
  1632.                       <p class="name"><a href="/product/detail.html?product_no=11966&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베니퍼-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1633.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1634. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1635. </ul>
  1636. </div>
  1637.                    </div>
  1638.                  </div>
  1639.               </li>
  1640. <li id="anchorBoxId_11965" class="xans-record-">
  1641.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11965&cate_no=1&display_group=3';">
  1642.                   <div class="thumbnail">
  1643.                       <a href="/product/detail.html?product_no=11965&cate_no=1&display_group=3" name="anchorBoxName_11965"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/53db6b062a9e0b98a7dd5ea8b7ffc80d.webp" id="eListPrdImage11965_3" alt="메프이-p"></a>
  1644.                   </div>  
  1645.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11965&cate_no=1&display_group=3';">
  1646.                     <div class="inner">
  1647.                       <p class="name"><a href="/product/detail.html?product_no=11965&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">메프이-p</span>      </a></p>
  1648.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1649. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1650. </ul>
  1651. </div>
  1652.                    </div>
  1653.                  </div>
  1654.               </li>
  1655. <li id="anchorBoxId_11955" class="xans-record-">
  1656.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11955&cate_no=1&display_group=3';">
  1657.                   <div class="thumbnail">
  1658.                       <a href="/product/detail.html?product_no=11955&cate_no=1&display_group=3" name="anchorBoxName_11955"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ceb1b4385f9fa4d50e42516420f08594.webp" id="eListPrdImage11955_3" alt="테머-t"></a>
  1659.                   </div>  
  1660.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11955&cate_no=1&display_group=3';">
  1661.                     <div class="inner">
  1662.                       <p class="name"><a href="/product/detail.html?product_no=11955&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테머-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1663.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1664. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">24,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1665. </ul>
  1666. </div>
  1667.                    </div>
  1668.                  </div>
  1669.               </li>
  1670. <li id="anchorBoxId_11957" class="xans-record-">
  1671.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11957&cate_no=1&display_group=3';">
  1672.                   <div class="thumbnail">
  1673.                       <a href="/product/detail.html?product_no=11957&cate_no=1&display_group=3" name="anchorBoxName_11957"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/c959b364fbae14f345f117f45a1ccb81.webp" id="eListPrdImage11957_3" alt="케미프-p ㅣ 그린"></a>
  1674.                   </div>  
  1675.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11957&cate_no=1&display_group=3';">
  1676.                     <div class="inner">
  1677.                       <p class="name"><a href="/product/detail.html?product_no=11957&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">케미프-p ㅣ 그린</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1678.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1679. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1680. </ul>
  1681. </div>
  1682.                    </div>
  1683.                  </div>
  1684.               </li>
  1685. <li id="anchorBoxId_11959" class="xans-record-">
  1686.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11959&cate_no=1&display_group=3';">
  1687.                   <div class="thumbnail">
  1688.                       <a href="/product/detail.html?product_no=11959&cate_no=1&display_group=3" name="anchorBoxName_11959"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ef5c28b866afe575a22acdec3bb5f845.jpg" id="eListPrdImage11959_3" alt="퍼레비-t"></a>
  1689.                   </div>  
  1690.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11959&cate_no=1&display_group=3';">
  1691.                     <div class="inner">
  1692.                       <p class="name"><a href="/product/detail.html?product_no=11959&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">퍼레비-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1693.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1694. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1695. </ul>
  1696. </div>
  1697.                    </div>
  1698.                  </div>
  1699.               </li>
  1700. <li id="anchorBoxId_11956" class="xans-record-">
  1701.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11956&cate_no=1&display_group=3';">
  1702.                   <div class="thumbnail">
  1703.                       <a href="/product/detail.html?product_no=11956&cate_no=1&display_group=3" name="anchorBoxName_11956"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bd1b08669fe6ee59140c6ac4c08d4029.jpg" id="eListPrdImage11956_3" alt="로퓨 바람막이-jp"></a>
  1704.                   </div>  
  1705.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11956&cate_no=1&display_group=3';">
  1706.                     <div class="inner">
  1707.                       <p class="name"><a href="/product/detail.html?product_no=11956&cate_no=1&display_group=3" class=""><span 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>
  1708.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1709. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">52,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1710. </ul>
  1711. </div>
  1712.                    </div>
  1713.                  </div>
  1714.               </li>
  1715. <li id="anchorBoxId_11958" class="xans-record-">
  1716.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11958&cate_no=1&display_group=3';">
  1717.                   <div class="thumbnail">
  1718.                       <a href="/product/detail.html?product_no=11958&cate_no=1&display_group=3" name="anchorBoxName_11958"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/c2781e9139623d9bbc7cfadbf59f24ff.jpg" id="eListPrdImage11958_3" alt="르키르 가디건"></a>
  1719.                   </div>  
  1720.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11958&cate_no=1&display_group=3';">
  1721.                     <div class="inner">
  1722.                       <p class="name"><a href="/product/detail.html?product_no=11958&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">르키르 가디건</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1723.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1724. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1725. </ul>
  1726. </div>
  1727.                    </div>
  1728.                  </div>
  1729.               </li>
  1730. <li id="anchorBoxId_11954" class="xans-record-">
  1731.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11954&cate_no=1&display_group=3';">
  1732.                   <div class="thumbnail">
  1733.                       <a href="/product/detail.html?product_no=11954&cate_no=1&display_group=3" name="anchorBoxName_11954"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ffb12c1861d9b60f925afd297c68c074.jpg" id="eListPrdImage11954_3" alt="보므코-p ㅣ 핑크"></a>
  1734.                   </div>  
  1735.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11954&cate_no=1&display_group=3';">
  1736.                     <div class="inner">
  1737.                       <p class="name"><a href="/product/detail.html?product_no=11954&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">보므코-p ㅣ 핑크</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1738.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1739. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1740. </ul>
  1741. </div>
  1742.                    </div>
  1743.                  </div>
  1744.               </li>
  1745. <li id="anchorBoxId_11960" class="xans-record-">
  1746.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11960&cate_no=1&display_group=3';">
  1747.                   <div class="thumbnail">
  1748.                       <a href="/product/detail.html?product_no=11960&cate_no=1&display_group=3" name="anchorBoxName_11960"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/425ae37c5b1befbb4a5b7b49ca08fae2.webp" id="eListPrdImage11960_3" alt="드에브-p"></a>
  1749.                   </div>  
  1750.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11960&cate_no=1&display_group=3';">
  1751.                     <div class="inner">
  1752.                       <p class="name"><a href="/product/detail.html?product_no=11960&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">드에브-p</span>      </a></p>
  1753.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1754. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1755. </ul>
  1756. </div>
  1757.                    </div>
  1758.                  </div>
  1759.               </li>
  1760. <li id="anchorBoxId_11435" class="xans-record-">
  1761.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=3';">
  1762.                   <div class="thumbnail">
  1763.                       <a href="/product/detail.html?product_no=11435&cate_no=1&display_group=3" name="anchorBoxName_11435"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202408/df09efd289e6f72521fff00624a6c9e6.webp" id="eListPrdImage11435_3" alt="크로셰-nb"></a>
  1764.                   </div>  
  1765.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11435&cate_no=1&display_group=3';">
  1766.                     <div class="inner">
  1767.                       <p class="name"><a href="/product/detail.html?product_no=11435&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">크로셰-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1768.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1769. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">55,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1770. </ul>
  1771. </div>
  1772.                    </div>
  1773.                  </div>
  1774.               </li>
  1775. <li id="anchorBoxId_11421" class="xans-record-">
  1776.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11421&cate_no=1&display_group=3';">
  1777.                   <div class="thumbnail">
  1778.                       <a href="/product/detail.html?product_no=11421&cate_no=1&display_group=3" name="anchorBoxName_11421"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202407/461c8f8ebee33d0b34c848f4121a01e0.webp" id="eListPrdImage11421_3" alt="이에-t"></a>
  1779.                   </div>  
  1780.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11421&cate_no=1&display_group=3';">
  1781.                     <div class="inner">
  1782.                       <p class="name"><a href="/product/detail.html?product_no=11421&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">이에-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1783.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1784. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1785. </ul>
  1786. </div>
  1787.                    </div>
  1788.                  </div>
  1789.               </li>
  1790. <li id="anchorBoxId_11953" class="xans-record-">
  1791.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11953&cate_no=1&display_group=3';">
  1792.                   <div class="thumbnail">
  1793.                       <a href="/product/detail.html?product_no=11953&cate_no=1&display_group=3" name="anchorBoxName_11953"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/f5ac299d7d4d5707a7fb05180b0ea91b.webp" id="eListPrdImage11953_3" alt="(family) 이블에-t"></a>
  1794.                   </div>  
  1795.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11953&cate_no=1&display_group=3';">
  1796.                     <div class="inner">
  1797.                       <p class="name"><a href="/product/detail.html?product_no=11953&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 이블에-t</span>      </a></p>
  1798.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1799. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">19,200won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1800. </ul>
  1801. </div>
  1802.                    </div>
  1803.                  </div>
  1804.               </li>
  1805. <li id="anchorBoxId_11952" class="xans-record-">
  1806.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11952&cate_no=1&display_group=3';">
  1807.                   <div class="thumbnail">
  1808.                       <a href="/product/detail.html?product_no=11952&cate_no=1&display_group=3" name="anchorBoxName_11952"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/7f427b7d5999ea658c487f628304dc05.jpg" id="eListPrdImage11952_3" alt="(family) 루베르-t"></a>
  1809.                   </div>  
  1810.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11952&cate_no=1&display_group=3';">
  1811.                     <div class="inner">
  1812.                       <p class="name"><a href="/product/detail.html?product_no=11952&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 루베르-t</span>      </a></p>
  1813.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1814. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1815. </ul>
  1816. </div>
  1817.                    </div>
  1818.                  </div>
  1819.               </li>
  1820. <li id="anchorBoxId_11951" class="xans-record-">
  1821.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11951&cate_no=1&display_group=3';">
  1822.                   <div class="thumbnail">
  1823.                       <a href="/product/detail.html?product_no=11951&cate_no=1&display_group=3" name="anchorBoxName_11951"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a32d643ef12ce524dde9b2c9ea29a52c.jpg" id="eListPrdImage11951_3" alt="샤딕-p"></a>
  1824.                   </div>  
  1825.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11951&cate_no=1&display_group=3';">
  1826.                     <div class="inner">
  1827.                       <p class="name"><a href="/product/detail.html?product_no=11951&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">샤딕-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1828.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1829. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1830. </ul>
  1831. </div>
  1832.                    </div>
  1833.                  </div>
  1834.               </li>
  1835. <li id="anchorBoxId_11947" class="xans-record-">
  1836.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11947&cate_no=1&display_group=3';">
  1837.                   <div class="thumbnail">
  1838.                       <a href="/product/detail.html?product_no=11947&cate_no=1&display_group=3" name="anchorBoxName_11947"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4974a5fce2b334fa966be899deb077b7.webp" id="eListPrdImage11947_3" alt="헤리프-t"></a>
  1839.                   </div>  
  1840.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11947&cate_no=1&display_group=3';">
  1841.                     <div class="inner">
  1842.                       <p class="name"><a href="/product/detail.html?product_no=11947&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤리프-t</span>      </a></p>
  1843.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1844. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1845. </ul>
  1846. </div>
  1847.                    </div>
  1848.                  </div>
  1849.               </li>
  1850. <li id="anchorBoxId_11946" class="xans-record-">
  1851.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11946&cate_no=1&display_group=3';">
  1852.                   <div class="thumbnail">
  1853.                       <a href="/product/detail.html?product_no=11946&cate_no=1&display_group=3" name="anchorBoxName_11946"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a15231fe55715ec00dff8d5aabb201c5.webp" id="eListPrdImage11946_3" alt="페머-p"></a>
  1854.                   </div>  
  1855.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11946&cate_no=1&display_group=3';">
  1856.                     <div class="inner">
  1857.                       <p class="name"><a href="/product/detail.html?product_no=11946&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페머-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1858.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1859. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1860. </ul>
  1861. </div>
  1862.                    </div>
  1863.                  </div>
  1864.               </li>
  1865. <li id="anchorBoxId_11950" class="xans-record-">
  1866.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11950&cate_no=1&display_group=3';">
  1867.                   <div class="thumbnail">
  1868.                       <a href="/product/detail.html?product_no=11950&cate_no=1&display_group=3" name="anchorBoxName_11950"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/92acfe3967b259383f2f5c91959eed31.jpg" id="eListPrdImage11950_3" alt="네브로-n"></a>
  1869.                   </div>  
  1870.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11950&cate_no=1&display_group=3';">
  1871.                     <div class="inner">
  1872.                       <p class="name"><a href="/product/detail.html?product_no=11950&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">네브로-n</span>      </a></p>
  1873.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1874. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">21,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1875. </ul>
  1876. </div>
  1877.                    </div>
  1878.                  </div>
  1879.               </li>
  1880. <li id="anchorBoxId_11948" class="xans-record-">
  1881.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11948&cate_no=1&display_group=3';">
  1882.                   <div class="thumbnail">
  1883.                       <a href="/product/detail.html?product_no=11948&cate_no=1&display_group=3" name="anchorBoxName_11948"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/196caf1136dcc4d1134f01f07ae0de2e.jpg" id="eListPrdImage11948_3" alt="체티니-p ㅣ 차콜"></a>
  1884.                   </div>  
  1885.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11948&cate_no=1&display_group=3';">
  1886.                     <div class="inner">
  1887.                       <p class="name"><a href="/product/detail.html?product_no=11948&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체티니-p ㅣ 차콜</span>      </a></p>
  1888.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1889. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1890. </ul>
  1891. </div>
  1892.                    </div>
  1893.                  </div>
  1894.               </li>
  1895. <li id="anchorBoxId_11945" class="xans-record-">
  1896.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11945&cate_no=1&display_group=3';">
  1897.                   <div class="thumbnail">
  1898.                       <a href="/product/detail.html?product_no=11945&cate_no=1&display_group=3" name="anchorBoxName_11945"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/9dd2193eac1474ce2969a94ca1dd6654.jpg" id="eListPrdImage11945_3" alt="도로프-t"></a>
  1899.                   </div>  
  1900.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11945&cate_no=1&display_group=3';">
  1901.                     <div class="inner">
  1902.                       <p class="name"><a href="/product/detail.html?product_no=11945&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">도로프-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1903.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1904. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">53,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1905. </ul>
  1906. </div>
  1907.                    </div>
  1908.                  </div>
  1909.               </li>
  1910. <li id="anchorBoxId_11949" class="xans-record-">
  1911.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11949&cate_no=1&display_group=3';">
  1912.                   <div class="thumbnail">
  1913.                       <a href="/product/detail.html?product_no=11949&cate_no=1&display_group=3" name="anchorBoxName_11949"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/72e9c5ef5fa4fda2aa9eba86ca9198f8.webp" id="eListPrdImage11949_3" alt="제브니 가디건"></a>
  1914.                   </div>  
  1915.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11949&cate_no=1&display_group=3';">
  1916.                     <div class="inner">
  1917.                       <p class="name"><a href="/product/detail.html?product_no=11949&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">제브니 가디건</span>      </a></p>
  1918.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1919. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1920. </ul>
  1921. </div>
  1922.                    </div>
  1923.                  </div>
  1924.               </li>
  1925. <li id="anchorBoxId_11938" class="xans-record-">
  1926.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11938&cate_no=1&display_group=3';">
  1927.                   <div class="thumbnail">
  1928.                       <a href="/product/detail.html?product_no=11938&cate_no=1&display_group=3" name="anchorBoxName_11938"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/fd0d36e296ab490ccd7ac6ca3b46b37a.webp" id="eListPrdImage11938_3" alt="테이즈-nt"></a>
  1929.                   </div>  
  1930.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11938&cate_no=1&display_group=3';">
  1931.                     <div class="inner">
  1932.                       <p class="name"><a href="/product/detail.html?product_no=11938&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">테이즈-nt</span>      </a></p>
  1933.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1934. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">60,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1935. </ul>
  1936. </div>
  1937.                    </div>
  1938.                  </div>
  1939.               </li>
  1940. <li id="anchorBoxId_11943" class="xans-record-">
  1941.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11943&cate_no=1&display_group=3';">
  1942.                   <div class="thumbnail">
  1943.                       <a href="/product/detail.html?product_no=11943&cate_no=1&display_group=3" name="anchorBoxName_11943"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/66671308e5f227fd1c953feb90b4e592.jpg" id="eListPrdImage11943_3" alt="거티츠-t"></a>
  1944.                   </div>  
  1945.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11943&cate_no=1&display_group=3';">
  1946.                     <div class="inner">
  1947.                       <p class="name"><a href="/product/detail.html?product_no=11943&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">거티츠-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1948.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1949. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">26,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1950. </ul>
  1951. </div>
  1952.                    </div>
  1953.                  </div>
  1954.               </li>
  1955. <li id="anchorBoxId_11940" class="xans-record-">
  1956.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11940&cate_no=1&display_group=3';">
  1957.                   <div class="thumbnail">
  1958.                       <a href="/product/detail.html?product_no=11940&cate_no=1&display_group=3" name="anchorBoxName_11940"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/c3c4f9fcdf2cdd8788633928e5b43de3.jpg" id="eListPrdImage11940_3" alt="포니르-set"></a>
  1959.                   </div>  
  1960.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11940&cate_no=1&display_group=3';">
  1961.                     <div class="inner">
  1962.                       <p class="name"><a href="/product/detail.html?product_no=11940&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">포니르-set</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1963.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1964. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">41,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1965. </ul>
  1966. </div>
  1967.                    </div>
  1968.                  </div>
  1969.               </li>
  1970. <li id="anchorBoxId_11942" class="xans-record-">
  1971.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11942&cate_no=1&display_group=3';">
  1972.                   <div class="thumbnail">
  1973.                       <a href="/product/detail.html?product_no=11942&cate_no=1&display_group=3" name="anchorBoxName_11942"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/7f6592e11f1568f4304d0e2702e11fb5.jpg" id="eListPrdImage11942_3" alt="그메러-t"></a>
  1974.                   </div>  
  1975.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11942&cate_no=1&display_group=3';">
  1976.                     <div class="inner">
  1977.                       <p class="name"><a href="/product/detail.html?product_no=11942&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">그메러-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1978.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1979. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1980. </ul>
  1981. </div>
  1982.                    </div>
  1983.                  </div>
  1984.               </li>
  1985. <li id="anchorBoxId_11944" class="xans-record-">
  1986.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11944&cate_no=1&display_group=3';">
  1987.                   <div class="thumbnail">
  1988.                       <a href="/product/detail.html?product_no=11944&cate_no=1&display_group=3" name="anchorBoxName_11944"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ccaaa1d6b66fcec35888bbeed647ad0b.webp" id="eListPrdImage11944_3" alt="메이빅-p"></a>
  1989.                   </div>  
  1990.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11944&cate_no=1&display_group=3';">
  1991.                     <div class="inner">
  1992.                       <p class="name"><a href="/product/detail.html?product_no=11944&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">메이빅-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  1993.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  1994. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  1995. </ul>
  1996. </div>
  1997.                    </div>
  1998.                  </div>
  1999.               </li>
  2000. <li id="anchorBoxId_11941" class="xans-record-">
  2001.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11941&cate_no=1&display_group=3';">
  2002.                   <div class="thumbnail">
  2003.                       <a href="/product/detail.html?product_no=11941&cate_no=1&display_group=3" name="anchorBoxName_11941"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/8e7e6114a10dda6017ab0d73bde2c041.jpg" id="eListPrdImage11941_3" alt="케미프-p ㅣ 블랙"></a>
  2004.                   </div>  
  2005.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11941&cate_no=1&display_group=3';">
  2006.                     <div class="inner">
  2007.                       <p class="name"><a href="/product/detail.html?product_no=11941&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">케미프-p ㅣ 블랙</span>      </a></p>
  2008.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2009. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2010. </ul>
  2011. </div>
  2012.                    </div>
  2013.                  </div>
  2014.               </li>
  2015. <li id="anchorBoxId_11939" class="xans-record-">
  2016.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11939&cate_no=1&display_group=3';">
  2017.                   <div class="thumbnail">
  2018.                       <a href="/product/detail.html?product_no=11939&cate_no=1&display_group=3" name="anchorBoxName_11939"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/089be5522ca9b92febbe81a28342fcd8.jpg" id="eListPrdImage11939_3" alt="데브니-p"></a>
  2019.                   </div>  
  2020.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11939&cate_no=1&display_group=3';">
  2021.                     <div class="inner">
  2022.                       <p class="name"><a href="/product/detail.html?product_no=11939&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">데브니-p</span>      </a></p>
  2023.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2024. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">57,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2025. </ul>
  2026. </div>
  2027.                    </div>
  2028.                  </div>
  2029.               </li>
  2030. <li id="anchorBoxId_11933" class="xans-record-">
  2031.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11933&cate_no=1&display_group=3';">
  2032.                   <div class="thumbnail">
  2033.                       <a href="/product/detail.html?product_no=11933&cate_no=1&display_group=3" name="anchorBoxName_11933"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/e720e0d58ecf3d002cb180eebc69b5c4.webp" id="eListPrdImage11933_3" alt="보므코-p ㅣ 소라"></a>
  2034.                   </div>  
  2035.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11933&cate_no=1&display_group=3';">
  2036.                     <div class="inner">
  2037.                       <p class="name"><a href="/product/detail.html?product_no=11933&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">보므코-p ㅣ 소라</span>      </a></p>
  2038.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2039. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2040. </ul>
  2041. </div>
  2042.                    </div>
  2043.                  </div>
  2044.               </li>
  2045. <li id="anchorBoxId_11936" class="xans-record-">
  2046.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11936&cate_no=1&display_group=3';">
  2047.                   <div class="thumbnail">
  2048.                       <a href="/product/detail.html?product_no=11936&cate_no=1&display_group=3" name="anchorBoxName_11936"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/21eb7e12554f049935a66546f9e3d054.jpg" id="eListPrdImage11936_3" alt="베코츠-p ㅣ 오렌지"></a>
  2049.                   </div>  
  2050.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11936&cate_no=1&display_group=3';">
  2051.                     <div class="inner">
  2052.                       <p class="name"><a href="/product/detail.html?product_no=11936&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베코츠-p ㅣ 오렌지</span>      </a></p>
  2053.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2054. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2055. </ul>
  2056. </div>
  2057.                    </div>
  2058.                  </div>
  2059.               </li>
  2060. <li id="anchorBoxId_11934" class="xans-record-">
  2061.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11934&cate_no=1&display_group=3';">
  2062.                   <div class="thumbnail">
  2063.                       <a href="/product/detail.html?product_no=11934&cate_no=1&display_group=3" name="anchorBoxName_11934"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/b0e0b52df192181d50d4f96dc2fc524e.webp" id="eListPrdImage11934_3" alt="차프렌-t"></a>
  2064.                   </div>  
  2065.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11934&cate_no=1&display_group=3';">
  2066.                     <div class="inner">
  2067.                       <p class="name"><a href="/product/detail.html?product_no=11934&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">차프렌-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2068.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2069. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">38,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2070. </ul>
  2071. </div>
  2072.                    </div>
  2073.                  </div>
  2074.               </li>
  2075. <li id="anchorBoxId_11930" class="xans-record-">
  2076.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11930&cate_no=1&display_group=3';">
  2077.                   <div class="thumbnail">
  2078.                       <a href="/product/detail.html?product_no=11930&cate_no=1&display_group=3" name="anchorBoxName_11930"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/51758e3028c4fd8c5d62ba2de97222d7.webp" id="eListPrdImage11930_3" alt="에브프-nb"></a>
  2079.                   </div>  
  2080.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11930&cate_no=1&display_group=3';">
  2081.                     <div class="inner">
  2082.                       <p class="name"><a href="/product/detail.html?product_no=11930&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">에브프-nb</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2083.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2084. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2085. </ul>
  2086. </div>
  2087.                    </div>
  2088.                  </div>
  2089.               </li>
  2090. <li id="anchorBoxId_11932" class="xans-record-">
  2091.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11932&cate_no=1&display_group=3';">
  2092.                   <div class="thumbnail">
  2093.                       <a href="/product/detail.html?product_no=11932&cate_no=1&display_group=3" name="anchorBoxName_11932"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/63e22ca929971ebc70a758a4b1b37354.jpg" id="eListPrdImage11932_3" alt="페리너-bl"></a>
  2094.                   </div>  
  2095.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11932&cate_no=1&display_group=3';">
  2096.                     <div class="inner">
  2097.                       <p class="name"><a href="/product/detail.html?product_no=11932&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페리너-bl</span>      </a></p>
  2098.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2099. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2100. </ul>
  2101. </div>
  2102.                    </div>
  2103.                  </div>
  2104.               </li>
  2105. <li id="anchorBoxId_11935" class="xans-record-">
  2106.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11935&cate_no=1&display_group=3';">
  2107.                   <div class="thumbnail">
  2108.                       <a href="/product/detail.html?product_no=11935&cate_no=1&display_group=3" name="anchorBoxName_11935"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/d4f4ae783f4da5c7d8f80bef2298e62a.jpg" id="eListPrdImage11935_3" alt="라트링-t"></a>
  2109.                   </div>  
  2110.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11935&cate_no=1&display_group=3';">
  2111.                     <div class="inner">
  2112.                       <p class="name"><a href="/product/detail.html?product_no=11935&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">라트링-t</span>      </a></p>
  2113.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2114. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">23,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2115. </ul>
  2116. </div>
  2117.                    </div>
  2118.                  </div>
  2119.               </li>
  2120. <li id="anchorBoxId_11931" class="xans-record-">
  2121.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11931&cate_no=1&display_group=3';">
  2122.                   <div class="thumbnail">
  2123.                       <a href="/product/detail.html?product_no=11931&cate_no=1&display_group=3" name="anchorBoxName_11931"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ff651f6d9e1d29661a8edfbfca6b9298.jpg" id="eListPrdImage11931_3" alt="에브프-p"></a>
  2124.                   </div>  
  2125.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11931&cate_no=1&display_group=3';">
  2126.                     <div class="inner">
  2127.                       <p class="name"><a href="/product/detail.html?product_no=11931&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">에브프-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2128.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2129. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">35,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2130. </ul>
  2131. </div>
  2132.                    </div>
  2133.                  </div>
  2134.               </li>
  2135. <li id="anchorBoxId_11929" class="xans-record-">
  2136.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=3';">
  2137.                   <div class="thumbnail">
  2138.                       <a href="/product/detail.html?product_no=11929&cate_no=1&display_group=3" name="anchorBoxName_11929"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/36065b6af563dfe0ef9e49b0be5ed396.webp" id="eListPrdImage11929_3" alt="베퓨-t"></a>
  2139.                   </div>  
  2140.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11929&cate_no=1&display_group=3';">
  2141.                     <div class="inner">
  2142.                       <p class="name"><a href="/product/detail.html?product_no=11929&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베퓨-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2143.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2144. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">33,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2145. </ul>
  2146. </div>
  2147.                    </div>
  2148.                  </div>
  2149.               </li>
  2150. <li id="anchorBoxId_11928" class="xans-record-">
  2151.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11928&cate_no=1&display_group=3';">
  2152.                   <div class="thumbnail">
  2153.                       <a href="/product/detail.html?product_no=11928&cate_no=1&display_group=3" name="anchorBoxName_11928"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/ef5dcd1a142817219d3e05cca4c41ec7.jpg" id="eListPrdImage11928_3" alt="케리츠-p"></a>
  2154.                   </div>  
  2155.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11928&cate_no=1&display_group=3';">
  2156.                     <div class="inner">
  2157.                       <p class="name"><a href="/product/detail.html?product_no=11928&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">케리츠-p</span>      </a></p>
  2158.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2159. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2160. </ul>
  2161. </div>
  2162.                    </div>
  2163.                  </div>
  2164.               </li>
  2165. <li id="anchorBoxId_11926" class="xans-record-">
  2166.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11926&cate_no=1&display_group=3';">
  2167.                   <div class="thumbnail">
  2168.                       <a href="/product/detail.html?product_no=11926&cate_no=1&display_group=3" name="anchorBoxName_11926"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/34174a84b57d5ab0ef991ec3b51a583f.webp" id="eListPrdImage11926_3" alt="페디언-set"></a>
  2169.                   </div>  
  2170.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11926&cate_no=1&display_group=3';">
  2171.                     <div class="inner">
  2172.                       <p class="name"><a href="/product/detail.html?product_no=11926&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페디언-set</span>      </a></p>
  2173.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2174. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">44,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2175. </ul>
  2176. </div>
  2177.                    </div>
  2178.                  </div>
  2179.               </li>
  2180. <li id="anchorBoxId_11927" class="xans-record-">
  2181.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11927&cate_no=1&display_group=3';">
  2182.                   <div class="thumbnail">
  2183.                       <a href="/product/detail.html?product_no=11927&cate_no=1&display_group=3" name="anchorBoxName_11927"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/0b8deaca041d313a4089011698d045cc.webp" id="eListPrdImage11927_3" alt="코렌도-t"></a>
  2184.                   </div>  
  2185.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11927&cate_no=1&display_group=3';">
  2186.                     <div class="inner">
  2187.                       <p class="name"><a href="/product/detail.html?product_no=11927&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">코렌도-t</span>      </a></p>
  2188.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2189. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">34,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2190. </ul>
  2191. </div>
  2192.                    </div>
  2193.                  </div>
  2194.               </li>
  2195. <li id="anchorBoxId_11918" class="xans-record-">
  2196.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11918&cate_no=1&display_group=3';">
  2197.                   <div class="thumbnail">
  2198.                       <a href="/product/detail.html?product_no=11918&cate_no=1&display_group=3" name="anchorBoxName_11918"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/dfd9d79144d23e37056c9fca287c6a2c.jpg" id="eListPrdImage11918_3" alt="루디스-t"></a>
  2199.                   </div>  
  2200.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11918&cate_no=1&display_group=3';">
  2201.                     <div class="inner">
  2202.                       <p class="name"><a href="/product/detail.html?product_no=11918&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">루디스-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2203.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2204. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2205. </ul>
  2206. </div>
  2207.                    </div>
  2208.                  </div>
  2209.               </li>
  2210. <li id="anchorBoxId_11925" class="xans-record-">
  2211.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11925&cate_no=1&display_group=3';">
  2212.                   <div class="thumbnail">
  2213.                       <a href="/product/detail.html?product_no=11925&cate_no=1&display_group=3" name="anchorBoxName_11925"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4e4d9d3bb99ae4618fd170b17f36dc9d.webp" id="eListPrdImage11925_3" alt="너트링-sk"></a>
  2214.                   </div>  
  2215.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11925&cate_no=1&display_group=3';">
  2216.                     <div class="inner">
  2217.                       <p class="name"><a href="/product/detail.html?product_no=11925&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">너트링-sk</span>      </a></p>
  2218.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2219. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">67,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2220. </ul>
  2221. </div>
  2222.                    </div>
  2223.                  </div>
  2224.               </li>
  2225. <li id="anchorBoxId_11922" class="xans-record-">
  2226.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11922&cate_no=1&display_group=3';">
  2227.                   <div class="thumbnail">
  2228.                       <a href="/product/detail.html?product_no=11922&cate_no=1&display_group=3" name="anchorBoxName_11922"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/7c3ff1fb48870a4c13ac39526ac76fda.jpg" id="eListPrdImage11922_3" alt="와이린-t"></a>
  2229.                   </div>  
  2230.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11922&cate_no=1&display_group=3';">
  2231.                     <div class="inner">
  2232.                       <p class="name"><a href="/product/detail.html?product_no=11922&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">와이린-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2233.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2234. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2235. </ul>
  2236. </div>
  2237.                    </div>
  2238.                  </div>
  2239.               </li>
  2240. <li id="anchorBoxId_11920" class="xans-record-">
  2241.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11920&cate_no=1&display_group=3';">
  2242.                   <div class="thumbnail">
  2243.                       <a href="/product/detail.html?product_no=11920&cate_no=1&display_group=3" name="anchorBoxName_11920"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/4bd32372c83806625c6c90ab2afe32e8.webp" id="eListPrdImage11920_3" alt="네비어-t"></a>
  2244.                   </div>  
  2245.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11920&cate_no=1&display_group=3';">
  2246.                     <div class="inner">
  2247.                       <p class="name"><a href="/product/detail.html?product_no=11920&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">네비어-t</span>      </a></p>
  2248.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2249. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">31,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2250. </ul>
  2251. </div>
  2252.                    </div>
  2253.                  </div>
  2254.               </li>
  2255. <li id="anchorBoxId_11924" class="xans-record-">
  2256.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11924&cate_no=1&display_group=3';">
  2257.                   <div class="thumbnail">
  2258.                       <a href="/product/detail.html?product_no=11924&cate_no=1&display_group=3" name="anchorBoxName_11924"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/868924b44d3ba42863303090d89b8d1e.jpg" id="eListPrdImage11924_3" alt="타부이-t ㅣ 네이비"></a>
  2259.                   </div>  
  2260.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11924&cate_no=1&display_group=3';">
  2261.                     <div class="inner">
  2262.                       <p class="name"><a href="/product/detail.html?product_no=11924&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">타부이-t ㅣ 네이비</span>      </a></p>
  2263.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2264. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2265. </ul>
  2266. </div>
  2267.                    </div>
  2268.                  </div>
  2269.               </li>
  2270. <li id="anchorBoxId_11919" class="xans-record-">
  2271.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11919&cate_no=1&display_group=3';">
  2272.                   <div class="thumbnail">
  2273.                       <a href="/product/detail.html?product_no=11919&cate_no=1&display_group=3" name="anchorBoxName_11919"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/9ed177777fd0c606cfb4930cf4db9a89.jpg" id="eListPrdImage11919_3" alt="페잉-p ㅣ 핑크"></a>
  2274.                   </div>  
  2275.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11919&cate_no=1&display_group=3';">
  2276.                     <div class="inner">
  2277.                       <p class="name"><a href="/product/detail.html?product_no=11919&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페잉-p ㅣ 핑크</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2278.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2279. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2280. </ul>
  2281. </div>
  2282.                    </div>
  2283.                  </div>
  2284.               </li>
  2285. <li id="anchorBoxId_11923" class="xans-record-">
  2286.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11923&cate_no=1&display_group=3';">
  2287.                   <div class="thumbnail">
  2288.                       <a href="/product/detail.html?product_no=11923&cate_no=1&display_group=3" name="anchorBoxName_11923"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/0b525bc50f21fccaa61e8812286c5d63.webp" id="eListPrdImage11923_3" alt="머그르-sk ㅣ 화이트 ㅣ 바지안감"></a>
  2289.                   </div>  
  2290.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11923&cate_no=1&display_group=3';">
  2291.                     <div class="inner">
  2292.                       <p class="name"><a href="/product/detail.html?product_no=11923&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">머그르-sk ㅣ 화이트 ㅣ 바지안감</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2293.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2294. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2295. </ul>
  2296. </div>
  2297.                    </div>
  2298.                  </div>
  2299.               </li>
  2300. <li id="anchorBoxId_11910" class="xans-record-">
  2301.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11910&cate_no=1&display_group=3';">
  2302.                   <div class="thumbnail">
  2303.                       <a href="/product/detail.html?product_no=11910&cate_no=1&display_group=3" name="anchorBoxName_11910"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/48bc7b06f8e4f70234e95b2146819009.webp" id="eListPrdImage11910_3" alt="러빅-t"></a>
  2304.                   </div>  
  2305.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11910&cate_no=1&display_group=3';">
  2306.                     <div class="inner">
  2307.                       <p class="name"><a href="/product/detail.html?product_no=11910&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">러빅-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2308.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2309. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2310. </ul>
  2311. </div>
  2312.                    </div>
  2313.                  </div>
  2314.               </li>
  2315. <li id="anchorBoxId_11921" class="xans-record-">
  2316.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11921&cate_no=1&display_group=3';">
  2317.                   <div class="thumbnail">
  2318.                       <a href="/product/detail.html?product_no=11921&cate_no=1&display_group=3" name="anchorBoxName_11921"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/15a6e7e63a6e7f9a401adf03e2ccd847.jpg" id="eListPrdImage11921_3" alt="리버이-nb ㅣ 소라"></a>
  2319.                   </div>  
  2320.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11921&cate_no=1&display_group=3';">
  2321.                     <div class="inner">
  2322.                       <p class="name"><a href="/product/detail.html?product_no=11921&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">리버이-nb ㅣ 소라</span>      </a></p>
  2323.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2324. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">49,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2325. </ul>
  2326. </div>
  2327.                    </div>
  2328.                  </div>
  2329.               </li>
  2330. <li id="anchorBoxId_11915" class="xans-record-">
  2331.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11915&cate_no=1&display_group=3';">
  2332.                   <div class="thumbnail">
  2333.                       <a href="/product/detail.html?product_no=11915&cate_no=1&display_group=3" name="anchorBoxName_11915"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/3c8a10f23a821a8baa784be751ea71f1.jpg" id="eListPrdImage11915_3" alt="타부이-t ㅣ 베이지"></a>
  2334.                   </div>  
  2335.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11915&cate_no=1&display_group=3';">
  2336.                     <div class="inner">
  2337.                       <p class="name"><a href="/product/detail.html?product_no=11915&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">타부이-t ㅣ 베이지</span>      </a></p>
  2338.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2339. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2340. </ul>
  2341. </div>
  2342.                    </div>
  2343.                  </div>
  2344.               </li>
  2345. <li id="anchorBoxId_11911" class="xans-record-">
  2346.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11911&cate_no=1&display_group=3';">
  2347.                   <div class="thumbnail">
  2348.                       <a href="/product/detail.html?product_no=11911&cate_no=1&display_group=3" name="anchorBoxName_11911"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/bbb208f16b9de8fbf8deb71068bcea34.webp" id="eListPrdImage11911_3" alt="벤머-nb"></a>
  2349.                   </div>  
  2350.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11911&cate_no=1&display_group=3';">
  2351.                     <div class="inner">
  2352.                       <p class="name"><a href="/product/detail.html?product_no=11911&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">벤머-nb</span>      </a></p>
  2353.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2354. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">77,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2355. </ul>
  2356. </div>
  2357.                    </div>
  2358.                  </div>
  2359.               </li>
  2360. <li id="anchorBoxId_11914" class="xans-record-">
  2361.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11914&cate_no=1&display_group=3';">
  2362.                   <div class="thumbnail">
  2363.                       <a href="/product/detail.html?product_no=11914&cate_no=1&display_group=3" name="anchorBoxName_11914"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a60d105984c8a88525fb13d3748ee7ac.webp" id="eListPrdImage11914_3" alt="마이흐-t"></a>
  2364.                   </div>  
  2365.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11914&cate_no=1&display_group=3';">
  2366.                     <div class="inner">
  2367.                       <p class="name"><a href="/product/detail.html?product_no=11914&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">마이흐-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2368.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2369. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2370. </ul>
  2371. </div>
  2372.                    </div>
  2373.                  </div>
  2374.               </li>
  2375. <li id="anchorBoxId_11916" class="xans-record-">
  2376.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11916&cate_no=1&display_group=3';">
  2377.                   <div class="thumbnail">
  2378.                       <a href="/product/detail.html?product_no=11916&cate_no=1&display_group=3" name="anchorBoxName_11916"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/0404cf69e319735db68aee1b92cfc982.jpg" id="eListPrdImage11916_3" alt="베코츠-p ㅣ 연그레이"></a>
  2379.                   </div>  
  2380.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11916&cate_no=1&display_group=3';">
  2381.                     <div class="inner">
  2382.                       <p class="name"><a href="/product/detail.html?product_no=11916&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">베코츠-p ㅣ 연그레이</span>      </a></p>
  2383.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2384. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">48,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2385. </ul>
  2386. </div>
  2387.                    </div>
  2388.                  </div>
  2389.               </li>
  2390. <li id="anchorBoxId_11912" class="xans-record-">
  2391.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11912&cate_no=1&display_group=3';">
  2392.                   <div class="thumbnail">
  2393.                       <a href="/product/detail.html?product_no=11912&cate_no=1&display_group=3" name="anchorBoxName_11912"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/aa7cbc718760ba8bf31693fdf3e7606b.jpg" id="eListPrdImage11912_3" alt="헤미드-t ㅣ 블루"></a>
  2394.                   </div>  
  2395.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11912&cate_no=1&display_group=3';">
  2396.                     <div class="inner">
  2397.                       <p class="name"><a href="/product/detail.html?product_no=11912&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤미드-t ㅣ 블루</span>      </a></p>
  2398.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2399. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">23,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2400. </ul>
  2401. </div>
  2402.                    </div>
  2403.                  </div>
  2404.               </li>
  2405. <li id="anchorBoxId_11909" class="xans-record-">
  2406.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11909&cate_no=1&display_group=3';">
  2407.                   <div class="thumbnail">
  2408.                       <a href="/product/detail.html?product_no=11909&cate_no=1&display_group=3" name="anchorBoxName_11909"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/b6afbdfdcbf60e15d194fcc8dc68d2e9.jpg" id="eListPrdImage11909_3" alt="메인프-nt"></a>
  2409.                   </div>  
  2410.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11909&cate_no=1&display_group=3';">
  2411.                     <div class="inner">
  2412.                       <p class="name"><a href="/product/detail.html?product_no=11909&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">메인프-nt</span>      </a></p>
  2413.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2414. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2415. </ul>
  2416. </div>
  2417.                    </div>
  2418.                  </div>
  2419.               </li>
  2420. <li id="anchorBoxId_11917" class="xans-record-">
  2421.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11917&cate_no=1&display_group=3';">
  2422.                   <div class="thumbnail">
  2423.                       <a href="/product/detail.html?product_no=11917&cate_no=1&display_group=3" name="anchorBoxName_11917"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/5a47457b540e7eeb2bdd7f295d6739c5.jpg" id="eListPrdImage11917_3" alt="체디코-t ㅣ 그레이"></a>
  2424.                   </div>  
  2425.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11917&cate_no=1&display_group=3';">
  2426.                     <div class="inner">
  2427.                       <p class="name"><a href="/product/detail.html?product_no=11917&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체디코-t ㅣ 그레이</span>      </a></p>
  2428.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2429. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2430. </ul>
  2431. </div>
  2432.                    </div>
  2433.                  </div>
  2434.               </li>
  2435. <li id="anchorBoxId_11913" class="xans-record-">
  2436.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11913&cate_no=1&display_group=3';">
  2437.                   <div class="thumbnail">
  2438.                       <a href="/product/detail.html?product_no=11913&cate_no=1&display_group=3" name="anchorBoxName_11913"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/6b49a4c374c8da10e34eef909148474f.jpg" id="eListPrdImage11913_3" alt="머머트-p ㅣ 크림"></a>
  2439.                   </div>  
  2440.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11913&cate_no=1&display_group=3';">
  2441.                     <div class="inner">
  2442.                       <p class="name"><a href="/product/detail.html?product_no=11913&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">머머트-p ㅣ 크림</span>      </a></p>
  2443.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2444. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">36,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2445. </ul>
  2446. </div>
  2447.                    </div>
  2448.                  </div>
  2449.               </li>
  2450. <li id="anchorBoxId_11905" class="xans-record-">
  2451.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11905&cate_no=1&display_group=3';">
  2452.                   <div class="thumbnail">
  2453.                       <a href="/product/detail.html?product_no=11905&cate_no=1&display_group=3" name="anchorBoxName_11905"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/d32540c9dfd4747c8457a74fcce400ac.jpg" id="eListPrdImage11905_3" alt="체디코-t"></a>
  2454.                   </div>  
  2455.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11905&cate_no=1&display_group=3';">
  2456.                     <div class="inner">
  2457.                       <p class="name"><a href="/product/detail.html?product_no=11905&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체디코-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2458.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2459. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2460. </ul>
  2461. </div>
  2462.                    </div>
  2463.                  </div>
  2464.               </li>
  2465. <li id="anchorBoxId_11904" class="xans-record-">
  2466.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11904&cate_no=1&display_group=3';">
  2467.                   <div class="thumbnail">
  2468.                       <a href="/product/detail.html?product_no=11904&cate_no=1&display_group=3" name="anchorBoxName_11904"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/a3a4d977b18216b5666a842bd26eb792.jpg" id="eListPrdImage11904_3" alt="페잉-p ㅣ 옐로우"></a>
  2469.                   </div>  
  2470.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11904&cate_no=1&display_group=3';">
  2471.                     <div class="inner">
  2472.                       <p class="name"><a href="/product/detail.html?product_no=11904&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페잉-p ㅣ 옐로우</span>      </a></p>
  2473.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2474. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2475. </ul>
  2476. </div>
  2477.                    </div>
  2478.                  </div>
  2479.               </li>
  2480. <li id="anchorBoxId_11907" class="xans-record-">
  2481.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11907&cate_no=1&display_group=3';">
  2482.                   <div class="thumbnail">
  2483.                       <a href="/product/detail.html?product_no=11907&cate_no=1&display_group=3" name="anchorBoxName_11907"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/e9fc027351bd889917a75631a35297c8.webp" id="eListPrdImage11907_3" alt="레시프-t"></a>
  2484.                   </div>  
  2485.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11907&cate_no=1&display_group=3';">
  2486.                     <div class="inner">
  2487.                       <p class="name"><a href="/product/detail.html?product_no=11907&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">레시프-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2488.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2489. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2490. </ul>
  2491. </div>
  2492.                    </div>
  2493.                  </div>
  2494.               </li>
  2495. <li id="anchorBoxId_11906" class="xans-record-">
  2496.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11906&cate_no=1&display_group=3';">
  2497.                   <div class="thumbnail">
  2498.                       <a href="/product/detail.html?product_no=11906&cate_no=1&display_group=3" name="anchorBoxName_11906"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/57b61d41421e176d934e9d4a1841c419.webp" id="eListPrdImage11906_3" alt="토레너-sk"></a>
  2499.                   </div>  
  2500.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11906&cate_no=1&display_group=3';">
  2501.                     <div class="inner">
  2502.                       <p class="name"><a href="/product/detail.html?product_no=11906&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">토레너-sk</span>      </a></p>
  2503.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2504. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">62,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2505. </ul>
  2506. </div>
  2507.                    </div>
  2508.                  </div>
  2509.               </li>
  2510. <li id="anchorBoxId_11903" class="xans-record-">
  2511.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11903&cate_no=1&display_group=3';">
  2512.                   <div class="thumbnail">
  2513.                       <a href="/product/detail.html?product_no=11903&cate_no=1&display_group=3" name="anchorBoxName_11903"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/c4b2ecdb06f9eb4bddf6d1a25482d801.jpg" id="eListPrdImage11903_3" alt="메키그-t"></a>
  2514.                   </div>  
  2515.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11903&cate_no=1&display_group=3';">
  2516.                     <div class="inner">
  2517.                       <p class="name"><a href="/product/detail.html?product_no=11903&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">메키그-t</span>      </a></p>
  2518.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2519. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">29,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2520. </ul>
  2521. </div>
  2522.                    </div>
  2523.                  </div>
  2524.               </li>
  2525. <li id="anchorBoxId_11908" class="xans-record-">
  2526.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11908&cate_no=1&display_group=3';">
  2527.                   <div class="thumbnail">
  2528.                       <a href="/product/detail.html?product_no=11908&cate_no=1&display_group=3" name="anchorBoxName_11908"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202504/8d14fcc44b10e7882fdbbe5238bb04a9.webp" id="eListPrdImage11908_3" alt="머그르-sk ㅣ 블랙 ㅣ 바지안감"></a>
  2529.                   </div>  
  2530.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11908&cate_no=1&display_group=3';">
  2531.                     <div class="inner">
  2532.                       <p class="name"><a href="/product/detail.html?product_no=11908&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">머그르-sk ㅣ 블랙 ㅣ 바지안감</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2533.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2534. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">51,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2535. </ul>
  2536. </div>
  2537.                    </div>
  2538.                  </div>
  2539.               </li>
  2540. <li id="anchorBoxId_11897" class="xans-record-">
  2541.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11897&cate_no=1&display_group=3';">
  2542.                   <div class="thumbnail">
  2543.                       <a href="/product/detail.html?product_no=11897&cate_no=1&display_group=3" name="anchorBoxName_11897"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/bd31e38d26b341fadae454ab9119de9a.webp" id="eListPrdImage11897_3" alt="에비츠-p"></a>
  2544.                   </div>  
  2545.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11897&cate_no=1&display_group=3';">
  2546.                     <div class="inner">
  2547.                       <p class="name"><a href="/product/detail.html?product_no=11897&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">에비츠-p</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2548.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2549. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2550. </ul>
  2551. </div>
  2552.                    </div>
  2553.                  </div>
  2554.               </li>
  2555. <li id="anchorBoxId_11901" class="xans-record-">
  2556.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11901&cate_no=1&display_group=3';">
  2557.                   <div class="thumbnail">
  2558.                       <a href="/product/detail.html?product_no=11901&cate_no=1&display_group=3" name="anchorBoxName_11901"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/c64a2c1f92e50da8bdb99b7b7e271b15.webp" id="eListPrdImage11901_3" alt="프레니-ops"></a>
  2559.                   </div>  
  2560.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11901&cate_no=1&display_group=3';">
  2561.                     <div class="inner">
  2562.                       <p class="name"><a href="/product/detail.html?product_no=11901&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">프레니-ops</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2563.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2564. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">54,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2565. </ul>
  2566. </div>
  2567.                    </div>
  2568.                  </div>
  2569.               </li>
  2570. <li id="anchorBoxId_11898" class="xans-record-">
  2571.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11898&cate_no=1&display_group=3';">
  2572.                   <div class="thumbnail">
  2573.                       <a href="/product/detail.html?product_no=11898&cate_no=1&display_group=3" name="anchorBoxName_11898"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/8b997906a02d9f6bdaf563bb4d47d017.jpg" id="eListPrdImage11898_3" alt="페저르-nb"></a>
  2574.                   </div>  
  2575.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11898&cate_no=1&display_group=3';">
  2576.                     <div class="inner">
  2577.                       <p class="name"><a href="/product/detail.html?product_no=11898&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">페저르-nb</span>      </a></p>
  2578.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2579. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">68,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2580. </ul>
  2581. </div>
  2582.                    </div>
  2583.                  </div>
  2584.               </li>
  2585. <li id="anchorBoxId_11896" class="xans-record-">
  2586.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11896&cate_no=1&display_group=3';">
  2587.                   <div class="thumbnail">
  2588.                       <a href="/product/detail.html?product_no=11896&cate_no=1&display_group=3" name="anchorBoxName_11896"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/3542af5b65eaffb3814d89b88e6b75a5.jpg" id="eListPrdImage11896_3" alt="레디크-t"></a>
  2589.                   </div>  
  2590.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11896&cate_no=1&display_group=3';">
  2591.                     <div class="inner">
  2592.                       <p class="name"><a href="/product/detail.html?product_no=11896&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">레디크-t</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2593.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2594. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">19,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2595. </ul>
  2596. </div>
  2597.                    </div>
  2598.                  </div>
  2599.               </li>
  2600. <li id="anchorBoxId_11902" class="xans-record-">
  2601.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11902&cate_no=1&display_group=3';">
  2602.                   <div class="thumbnail">
  2603.                       <a href="/product/detail.html?product_no=11902&cate_no=1&display_group=3" name="anchorBoxName_11902"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/c9e19d12062cadd48aaefe60b0827089.jpg" id="eListPrdImage11902_3" alt="포제-p ㅣ s - l size"></a>
  2604.                   </div>  
  2605.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11902&cate_no=1&display_group=3';">
  2606.                     <div class="inner">
  2607.                       <p class="name"><a href="/product/detail.html?product_no=11902&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">포제-p ㅣ s - l size</span>      </a></p>
  2608.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2609. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">63,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2610. </ul>
  2611. </div>
  2612.                    </div>
  2613.                  </div>
  2614.               </li>
  2615. <li id="anchorBoxId_11899" class="xans-record-">
  2616.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11899&cate_no=1&display_group=3';">
  2617.                   <div class="thumbnail">
  2618.                       <a href="/product/detail.html?product_no=11899&cate_no=1&display_group=3" name="anchorBoxName_11899"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/df08cb5a58b4c925709b3635ff1206b0.webp" id="eListPrdImage11899_3" alt="헤미드-t ㅣ 화이트"></a>
  2619.                   </div>  
  2620.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11899&cate_no=1&display_group=3';">
  2621.                     <div class="inner">
  2622.                       <p class="name"><a href="/product/detail.html?product_no=11899&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">헤미드-t ㅣ 화이트</span>      </a></p>
  2623.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2624. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">23,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2625. </ul>
  2626. </div>
  2627.                    </div>
  2628.                  </div>
  2629.               </li>
  2630. <li id="anchorBoxId_11894" class="xans-record-">
  2631.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11894&cate_no=1&display_group=3';">
  2632.                   <div class="thumbnail">
  2633.                       <a href="/product/detail.html?product_no=11894&cate_no=1&display_group=3" name="anchorBoxName_11894"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/3e1fe911a6ea69c6d4438a203d079540.jpg" id="eListPrdImage11894_3" alt="(family) 레키디-t"></a>
  2634.                   </div>  
  2635.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11894&cate_no=1&display_group=3';">
  2636.                     <div class="inner">
  2637.                       <p class="name"><a href="/product/detail.html?product_no=11894&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">(family) 레키디-t</span>      </a></p>
  2638.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2639. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">17,600won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2640. </ul>
  2641. </div>
  2642.                    </div>
  2643.                  </div>
  2644.               </li>
  2645. <li id="anchorBoxId_11900" class="xans-record-">
  2646.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11900&cate_no=1&display_group=3';">
  2647.                   <div class="thumbnail">
  2648.                       <a href="/product/detail.html?product_no=11900&cate_no=1&display_group=3" name="anchorBoxName_11900"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/da10fd82554bb52d87b7ab9f907a9365.jpg" id="eListPrdImage11900_3" alt="체딩-p"></a>
  2649.                   </div>  
  2650.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11900&cate_no=1&display_group=3';">
  2651.                     <div class="inner">
  2652.                       <p class="name"><a href="/product/detail.html?product_no=11900&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체딩-p</span>      </a></p>
  2653.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2654. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">101,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2655. </ul>
  2656. </div>
  2657.                    </div>
  2658.                  </div>
  2659.               </li>
  2660. <li id="anchorBoxId_11889" class="xans-record-">
  2661.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11889&cate_no=1&display_group=3';">
  2662.                   <div class="thumbnail">
  2663.                       <a href="/product/detail.html?product_no=11889&cate_no=1&display_group=3" name="anchorBoxName_11889"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202503/1826868a2ca73ac375a1350ea2a8a687.jpg" id="eListPrdImage11889_3" alt="체티니-p"></a>
  2664.                   </div>  
  2665.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11889&cate_no=1&display_group=3';">
  2666.                     <div class="inner">
  2667.                       <p class="name"><a href="/product/detail.html?product_no=11889&cate_no=1&display_group=3" class=""><span style="font-size:11px;color:#222222;">체티니-p</span>      </a></p>
  2668.                       <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li class=" xans-record-">
  2669. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">39,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2670. </ul>
  2671. </div>
  2672.                    </div>
  2673.                  </div>
  2674.               </li>
  2675.           </ul>
  2676. </div>
  2677. </div>
  2678.       <!-- //신상품 -->
  2679.    
  2680.  
  2681.  
  2682.  
  2683.    
  2684.      <!-- //shoes.bag -->
  2685.       <div class="xans-element- xans-product xans-product-listmain-3 xans-product-listmain xans-product-3 ec-base-product new_item"><!--
  2686.               $count = 16
  2687.                   ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2688.                   ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2689.           -->
  2690. <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>
  2691. <div class="main_item_list">
  2692.             <ul class="prdList grid4">
  2693. <li id="anchorBoxId_11755" class="xans-record-">
  2694.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2695.                   <div class="thumbnail">
  2696.                       <a href="/product/detail.html?product_no=11755&cate_no=1&display_group=4" name="anchorBoxName_11755"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202502/5f627b8d540faae30934d0805d4abcfb.jpg" id="eListPrdImage11755_4" alt="메리 슈즈"></a>
  2697.                   </div>  
  2698.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11755&cate_no=1&display_group=4';">
  2699.                     <div class="inner">
  2700.                       <p class="name"><a href="/product/detail.html?product_no=11755&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">메리 슈즈</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2701.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2702. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">56,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2703. </ul>
  2704. </div>
  2705.                    </div>
  2706.                  </div>
  2707.               </li>
  2708.                
  2709.                
  2710.            
  2711.               <li id="anchorBoxId_11742" class="xans-record-">
  2712.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11742&cate_no=1&display_group=4';">
  2713.                   <div class="thumbnail">
  2714.                       <a href="/product/detail.html?product_no=11742&cate_no=1&display_group=4" name="anchorBoxName_11742"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202501/2ea440611f7dfbc522cc49c42a384dc9.jpg" id="eListPrdImage11742_4" alt="슬림 슈즈"></a>
  2715.                   </div>  
  2716.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11742&cate_no=1&display_group=4';">
  2717.                     <div class="inner">
  2718.                       <p class="name"><a href="/product/detail.html?product_no=11742&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">슬림 슈즈</span>      </a></p>
  2719.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2720. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">43,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2721. </ul>
  2722. </div>
  2723.                    </div>
  2724.                  </div>
  2725.               </li>
  2726. <li id="anchorBoxId_11502" class="xans-record-">
  2727.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11502&cate_no=1&display_group=4';">
  2728.                   <div class="thumbnail">
  2729.                       <a href="/product/detail.html?product_no=11502&cate_no=1&display_group=4" name="anchorBoxName_11502"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202409/f3831dec95b79702c41140db7667e34b.jpg" id="eListPrdImage11502_4" alt="데일리 양말"></a>
  2730.                   </div>  
  2731.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11502&cate_no=1&display_group=4';">
  2732.                     <div class="inner">
  2733.                       <p class="name"><a href="/product/detail.html?product_no=11502&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">데일리 양말</span>      </a></p>
  2734.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2735. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">5,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2736. </ul>
  2737. </div>
  2738.                    </div>
  2739.                  </div>
  2740.               </li>
  2741. <li id="anchorBoxId_11473" class="xans-record-">
  2742.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11473&cate_no=1&display_group=4';">
  2743.                   <div class="thumbnail">
  2744.                       <a href="/product/detail.html?product_no=11473&cate_no=1&display_group=4" name="anchorBoxName_11473"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202409/cd8d1381992fa3a7647f921109172f52.jpg" id="eListPrdImage11473_4" alt="페러 양말"></a>
  2745.                   </div>  
  2746.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11473&cate_no=1&display_group=4';">
  2747.                     <div class="inner">
  2748.                       <p class="name"><a href="/product/detail.html?product_no=11473&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">페러 양말</span>      </a></p>
  2749.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2750. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">6,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2751. </ul>
  2752. </div>
  2753.                    </div>
  2754.                  </div>
  2755.               </li>
  2756. <li id="anchorBoxId_11318" class="xans-record-">
  2757.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11318&cate_no=1&display_group=4';">
  2758.                   <div class="thumbnail">
  2759.                       <a href="/product/detail.html?product_no=11318&cate_no=1&display_group=4" name="anchorBoxName_11318"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202405/765c56fe213653e2495983409e1b43ff.jpg" id="eListPrdImage11318_4" alt="헤어밴드 ㅣ 폭10cm"></a>
  2760.                   </div>  
  2761.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11318&cate_no=1&display_group=4';">
  2762.                     <div class="inner">
  2763.                       <p class="name"><a href="/product/detail.html?product_no=11318&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">헤어밴드 ㅣ 폭10cm</span>      </a></p>
  2764.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2765. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">5,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2766. </ul>
  2767. </div>
  2768.                    </div>
  2769.                  </div>
  2770.               </li>
  2771. <li id="anchorBoxId_11293" class="xans-record-">
  2772.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11293&cate_no=1&display_group=4';">
  2773.                   <div class="thumbnail">
  2774.                       <a href="/product/detail.html?product_no=11293&cate_no=1&display_group=4" name="anchorBoxName_11293"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202405/09cbe8fc225db833b004dc76ade3c989.jpg" id="eListPrdImage11293_4" alt="메쉬 플랫"></a>
  2775.                   </div>  
  2776.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11293&cate_no=1&display_group=4';">
  2777.                     <div class="inner">
  2778.                       <p class="name"><a href="/product/detail.html?product_no=11293&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">메쉬 플랫</span>      </a></p>
  2779.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2780. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">45,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2781. </ul>
  2782. </div>
  2783.                    </div>
  2784.                  </div>
  2785.               </li>
  2786. <li id="anchorBoxId_11017" class="xans-record-">
  2787.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=11017&cate_no=1&display_group=4';">
  2788.                   <div class="thumbnail">
  2789.                       <a href="/product/detail.html?product_no=11017&cate_no=1&display_group=4" name="anchorBoxName_11017"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202401/ea619dba95e96978d9f23d02ad69d6cc.jpg" id="eListPrdImage11017_4" alt="버렌 스타킹 양말"></a>
  2790.                   </div>  
  2791.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=11017&cate_no=1&display_group=4';">
  2792.                     <div class="inner">
  2793.                       <p class="name"><a href="/product/detail.html?product_no=11017&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">버렌 스타킹 양말</span>      </a></p>
  2794.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2795. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">4,500won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2796. </ul>
  2797. </div>
  2798.                    </div>
  2799.                  </div>
  2800.               </li>
  2801. <li id="anchorBoxId_10860" class="xans-record-">
  2802.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10860&cate_no=1&display_group=4';">
  2803.                   <div class="thumbnail">
  2804.                       <a href="/product/detail.html?product_no=10860&cate_no=1&display_group=4" name="anchorBoxName_10860"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202311/e440acc3817a10793ef6d5db0e24b6bb.jpg" id="eListPrdImage10860_4" alt="램버 안경"></a>
  2805.                   </div>  
  2806.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10860&cate_no=1&display_group=4';">
  2807.                     <div class="inner">
  2808.                       <p class="name"><a href="/product/detail.html?product_no=10860&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">램버 안경</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2809.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2810. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">12,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2811. </ul>
  2812. </div>
  2813.                    </div>
  2814.                  </div>
  2815.               </li>
  2816. <li id="anchorBoxId_10762" class="xans-record-">
  2817.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10762&cate_no=1&display_group=4';">
  2818.                   <div class="thumbnail">
  2819.                       <a href="/product/detail.html?product_no=10762&cate_no=1&display_group=4" name="anchorBoxName_10762"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202310/9f84ffb05ee7ab1657d3d6e95a6cea52.jpg" id="eListPrdImage10762_4" alt="머턴-cap"></a>
  2820.                   </div>  
  2821.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10762&cate_no=1&display_group=4';">
  2822.                     <div class="inner">
  2823.                       <p class="name"><a href="/product/detail.html?product_no=10762&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">머턴-cap</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2824.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2825. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">18,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2826. </ul>
  2827. </div>
  2828.                    </div>
  2829.                  </div>
  2830.               </li>
  2831. <li id="anchorBoxId_10759" class="xans-record-">
  2832.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10759&cate_no=1&display_group=4';">
  2833.                   <div class="thumbnail">
  2834.                       <a href="/product/detail.html?product_no=10759&cate_no=1&display_group=4" name="anchorBoxName_10759"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202310/4ddb76619d76b61727346907b4aeea99.jpg" id="eListPrdImage10759_4" alt="스웨이드 백팩"></a>
  2835.                   </div>  
  2836.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10759&cate_no=1&display_group=4';">
  2837.                     <div class="inner">
  2838.                       <p class="name"><a href="/product/detail.html?product_no=10759&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">스웨이드 백팩</span>      </a></p>
  2839.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2840. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">28,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2841. </ul>
  2842. </div>
  2843.                    </div>
  2844.                  </div>
  2845.               </li>
  2846. <li id="anchorBoxId_8894" class="xans-record-">
  2847.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=8894&cate_no=1&display_group=4';">
  2848.                   <div class="thumbnail">
  2849.                       <a href="/product/detail.html?product_no=8894&cate_no=1&display_group=4" name="anchorBoxName_8894"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202111/7e6bc8c2a67eafcbd26cf4d3a9d358f9.jpg" id="eListPrdImage8894_4" alt="로다 머리삔"></a>
  2850.                   </div>  
  2851.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=8894&cate_no=1&display_group=4';">
  2852.                     <div class="inner">
  2853.                       <p class="name"><a href="/product/detail.html?product_no=8894&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">로다 머리삔</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2854.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2855. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">10,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2856. </ul>
  2857. </div>
  2858.                    </div>
  2859.                  </div>
  2860.               </li>
  2861. <li id="anchorBoxId_9630" class="xans-record-">
  2862.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=9630&cate_no=1&display_group=4';">
  2863.                   <div class="thumbnail">
  2864.                       <a href="/product/detail.html?product_no=9630&cate_no=1&display_group=4" name="anchorBoxName_9630"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202209/9318efc2f87b6fbc425eabc0a3424866.jpg" id="eListPrdImage9630_4" alt="진주 목걸이"></a>
  2865.                   </div>  
  2866.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=9630&cate_no=1&display_group=4';">
  2867.                     <div class="inner">
  2868.                       <p class="name"><a href="/product/detail.html?product_no=9630&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">진주 목걸이</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2869.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2870. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">8,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2871. </ul>
  2872. </div>
  2873.                    </div>
  2874.                  </div>
  2875.               </li>
  2876. <li id="anchorBoxId_10124" class="xans-record-">
  2877.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10124&cate_no=1&display_group=4';">
  2878.                   <div class="thumbnail">
  2879.                       <a href="/product/detail.html?product_no=10124&cate_no=1&display_group=4" name="anchorBoxName_10124"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202302/3b7acb99a4bfd030e765c7369a448499.jpg" id="eListPrdImage10124_4" alt="로나 선글라스"></a>
  2880.                   </div>  
  2881.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10124&cate_no=1&display_group=4';">
  2882.                     <div class="inner">
  2883.                       <p class="name"><a href="/product/detail.html?product_no=10124&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">로나 선글라스</span>      </a></p>
  2884.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2885. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">16,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2886. </ul>
  2887. </div>
  2888.                    </div>
  2889.                  </div>
  2890.               </li>
  2891. <li id="anchorBoxId_10509" class="xans-record-">
  2892.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10509&cate_no=1&display_group=4';">
  2893.                   <div class="thumbnail">
  2894.                       <a href="/product/detail.html?product_no=10509&cate_no=1&display_group=4" name="anchorBoxName_10509"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202307/0f04fc1cb5fb72c657cf398e81b078e3.jpg" id="eListPrdImage10509_4" alt="아르 벨트"></a>
  2895.                   </div>  
  2896.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10509&cate_no=1&display_group=4';">
  2897.                     <div class="inner">
  2898.                       <p class="name"><a href="/product/detail.html?product_no=10509&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">아르 벨트</span>      </a></p>
  2899.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2900. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">12,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2901. </ul>
  2902. </div>
  2903.                    </div>
  2904.                  </div>
  2905.               </li>
  2906. <li id="anchorBoxId_10488" class="xans-record-">
  2907.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=10488&cate_no=1&display_group=4';">
  2908.                   <div class="thumbnail">
  2909.                       <a href="/product/detail.html?product_no=10488&cate_no=1&display_group=4" name="anchorBoxName_10488"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202306/4ecf281f620c5a94d9328a36d1d4469c.jpg" id="eListPrdImage10488_4" alt="에퓨 선글라스"></a>
  2910.                   </div>  
  2911.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=10488&cate_no=1&display_group=4';">
  2912.                     <div class="inner">
  2913.                       <p class="name"><a href="/product/detail.html?product_no=10488&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">에퓨 선글라스</span>      </a></p>
  2914.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2915. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">14,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2916. </ul>
  2917. </div>
  2918.                    </div>
  2919.                  </div>
  2920.               </li>
  2921. <li id="anchorBoxId_8253" class="xans-record-">
  2922.                 <div class="box_design_main more_item" onclick="window.location.href='/product/detail.html?product_no=8253&cate_no=1&display_group=4';">
  2923.                   <div class="thumbnail">
  2924.                       <a href="/product/detail.html?product_no=8253&cate_no=1&display_group=4" name="anchorBoxName_8253"><img src="//cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/product/medium/202102/160e8bc7707f5869329a1bbd6d0dc443.jpg" id="eListPrdImage8253_4" alt="무지 양말"></a>
  2925.                   </div>  
  2926.                   <div class="description item_list" onclick="window.location.href='/product/detail.html?product_no=8253&cate_no=1&display_group=4';">
  2927.                     <div class="inner">
  2928.                       <p class="name"><a href="/product/detail.html?product_no=8253&cate_no=1&display_group=4" class=""><span style="font-size:11px;color:#222222;">무지 양말</span>     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/web/upload/custom_60.gif"  alt="" /> </a></p>
  2929.                       <ul class="xans-element- xans-product xans-product-listitem-3 xans-product-listitem xans-product-3 spec"><li class=" xans-record-">
  2930. <p class="title2 displaynone"></p><span style="font-size:11px;color:#222222;font-weight:bold;">2,000won</span><span id="span_product_tax_type_text" style=""> </span></li>
  2931. </ul>
  2932. </div>
  2933.                    </div>
  2934.                  </div>
  2935.               </li>
  2936.           </ul>
  2937. </div>
  2938. </div>
  2939.       <!-- //shoes.bag -->
  2940.    
  2941.  
  2942.  
  2943.  
  2944. <div style="height:50px"></div>
  2945.  
  2946. <!-- criteo main -->
  2947. <script type="text/javascript" src="//openapi.toup.net/common/js/md5.min.js" ></script>
  2948. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  2949. <script type="text/javascript">
  2950.    setTimeout(function() {
  2951.        window._criteo_email = document.getElementById("_criteo_email") ? document.getElementById("_criteo_email").innerHTML : "" ;
  2952.        window._criteo_email = typeof _criteoMd5 === "function" && window._criteo_email != '' ? _criteoMd5(window._criteo_email.trim().toLowerCase() ) : "" ;
  2953.        window.criteo_q = window.criteo_q || [];
  2954.        window.criteo_q.push(
  2955.            { event: "setAccount", account: '40780' },
  2956.            { event: "setSiteType", type: /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d" },
  2957.            { event: "setHashedEmail", email: window._criteo_email } ,
  2958.            { event: "viewHome"}
  2959.        );
  2960.    }, 2000);
  2961. </script>
  2962. <!-- criteo main -->
  2963.    </div>
  2964.    
  2965.     <div id="right_section">
  2966.    
  2967.    <ul class="menu"><li>
  2968.            <div id="flip2"><a href="#none"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/menu_icon.png" alt="메뉴"></a></div>
  2969.                <div id="panel2">
  2970.                     <ul><li><a href="https://www.instagram.com/ssoaeng_y/" target="blank">INSTA</a></li>
  2971.                         <li><a href="/board/free/list.html?board_no=1" target="_top">NOTICE</a></li>
  2972.                         <li><a href="/board/product/list.html?board_no=6" target="_top">QNA</a></li>
  2973.                         <li><a href="/board/product/list.html?board_no=4" target="_top">REVIEW</a></li>
  2974.                         <li><a href="/board/gallery/list.html?board_no=8" target="_top">EVENT</a></li>
  2975.                         <li><a href="https://yeon5732.cafe24.com/product/list.html?cate_no=39" target="_top">ONLY U</a></li>
  2976.                         <!--<li><a href="/board/free/read.html?no=12575&board_no=1" target="_top">입고지연안내</a></li>-->
  2977.                         <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
  2978. </a>
  2979. </li>
  2980.                     </ul></div>
  2981.        </li>
  2982.    </ul><ul class="member_menu"><li class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/join.html">JOIN +2,000</a>
  2983. </li>
  2984.            <li><a href="/member/login.html" class="xans-element- xans-layout xans-layout-statelogoff ">LOGIN
  2985. </a>
  2986. </li>
  2987.            <li></li>
  2988.            <li><a href="/myshop/index.html">MY PAGE</a></li>
  2989.            <li></li>
  2990.            <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>  
  2991.    </ul><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></div>
  2992.  
  2993. </div>
  2994.    
  2995.    
  2996.  
  2997.  
  2998.  
  2999. <div style="padding:70px 0 0 0;"></div>
  3000.   <!-- 인스타 그램
  3001.        <div id="insta_all" >    
  3002.              <ul class="insta_t">
  3003.                  <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>
  3004.              </ul>
  3005.              <ul class="insta">
  3006.                  <div style="padding:0 150px;">-->
  3007.                  <!--
  3008.                  C스토어 > 인스타그램위젯 > 썸네일 138px , 진열 8x2
  3009.                  module="instagramwidget_display_2" 는 위젯리스트중 적용하고자 하는 위젯의 코드로 변경하여 사용하시면 됩니다.
  3010.                  -->
  3011.                  <!--<div module="instagramwidget_display_2" class="widget {$sWidgetClass}" style="{$sWidgetStyle}">
  3012.                      
  3013.                      <!--<h2><a target="_blank" class="widget-title">{$sWidgetTitle}</a></h2>
  3014.                      <strong class="idTag {$sIdTagClass}">
  3015.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3016.                          <a target="_blank" class="widget-id-tag" href="{$sIdTagLink}">{$sIdTag}</a>
  3017.                      </strong>
  3018.                      <div class="thumb {$sThumbClass}" style="{$sThumbStyle}"></div>
  3019.                  </div>
  3020.                  </div>
  3021.              </ul>
  3022.            </div>-->  
  3023.  
  3024.  
  3025.  
  3026.    <div class="xans-element- xans-layout xans-layout-footer footer_start "><ul class="cs_center">
  3027. <div class="cs">            
  3028.             <!--
  3029.             고객센터 수정부분
  3030.             -->        
  3031.            <li class="title1">CUSTOMER CENTER</li>
  3032.           쏘앵  카카오채널  1:1 상담
  3033.            <li class="tel_time">MON-FRI: AM 11:00 ~ PM 3:00<br><p style="font-size:10px;">(SAT,SUN,HOLIDAY CLOSED)</p>
  3034. </li>
  3035.            </div>
  3036.            
  3037.            <div class="bank">
  3038.                <li class="title2">BANK ACCOUNT</li>
  3039.  
  3040.                <li class="account">
  3041.                  <span class="han">KB</span> <span class="num">497801.01.492113</span><br><span class="han">WOORI</span> <span class="num">1005.202.666249</span><br><span class="han">SINHAN</span> <span class="num">110.441.284275</span><br>
  3042. </li>
  3043.               <li class="name">HOLDER  김소연(쏘앵)</li>
  3044.           </div>
  3045.         <div class="bottom_pg">
  3046.              <p class="title">SHOP INFO</p>
  3047.              <li>
  3048.                <p class="address">
  3049.                    <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><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;">- 반품주소지 : 서울시 동대문구 약령중앙로 19-5 거성빌딩 6층 쏘앵</span> 
  3050.                </p>
  3051.              </li>
  3052.         </div>
  3053.  
  3054.        </ul>
  3055. </div>
  3056. <div class="footer_bottom">
  3057. <div id="util" class="xans-element- xans-layout xans-layout-footer "><ul class="company_pg">
  3058. <div class="inner2">
  3059.                <li class="logo">
  3060.                    <a href="http://cafe24.com/" target="blank"><img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cafe24.png"></a>
  3061.                    <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>
  3062.                    <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/bn_cash.png">
  3063.                     <img src="https://cafe24.poxo.com/ec01/yeon5732/O7m2mjHdzMQjY1cTacOt9sFaxsKV37xn4fIhMjo2niUEvEMbdjfo04L4JotqcHbrJkxgOoxU3fw7td8cEL8Wmg==/_/_dj/img/pg_kg.png">
  3064.                     <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>
  3065.                </li>
  3066.          </div>
  3067.        </ul>
  3068. </div>
  3069.    
  3070. </div>
  3071.  
  3072. <div style="height:40px; clear:both;"></div>
  3073.  
  3074. <!-- Mirae Log Analysis Script Ver 1.0   -->
  3075. <script TYPE="text/javascript">
  3076. var mi_adkey = "eafae2io";
  3077. var mi_script = "<scr"+"ipt "+"type='text/javascr"+"ipt' src='http://log1.toup.net/mirae_log.js?t="+(new Date().getTime())+"' async='true'></scr"+"ipt>";
  3078. document.writeln(mi_script);
  3079. </script>
  3080. <!-- Mirae Log Analysis Script END  -->
  3081.  
  3082. <!-- 기본적으로 framseset , iframe 구조시 미톡 미실행 -->
  3083. <!-- 미실행 되는 영역에서 실행을 원할경우 아래코드 추가 설치 mi_is_chat 값을 true 로 변경 기본 false -->
  3084. <script>var mi_is_chat= false;</script>
  3085. <!-- Mirae Talk Script Ver 2.0   -->
  3086. <script async='true'  src="//log1.toup.net/mirae_log_chat_common.js?adkey=rrzin" charset="UTF-8"></script>
  3087. <!-- Mirae Talk Script END Ver 2.0   -->
  3088.  
  3089.  
  3090.  
  3091.  
  3092.    
  3093. <!-- 참고: 결제를 위한 필수 영역 -->
  3094. <div id="progressPaybar" style="display:none;">
  3095.    <div id="progressPaybarBackground" class="layerProgress"></div>
  3096.    <div id="progressPaybarView">
  3097.        <div class="box">
  3098.            <p class="graph">
  3099.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/txt_progress.gif" alt="현재 결제가 진행중입니다."></span>
  3100.                <span><img src="http://img.echosting.cafe24.com/skin/base_ko_KR/layout/img_loading.gif" alt=""></span>
  3101.            </p>
  3102.            <p class="txt">
  3103.                본 결제 창은 결제완료 후 자동으로 닫히며,결제 진행 중에 본 결제 창을 닫으시면<br>
  3104.                주문이 되지 않으니 결제 완료 될 때 까지 닫지 마시기 바랍니다.
  3105.            </p>
  3106.        </div>
  3107.    </div>
  3108. </div>
  3109. <!-- //참고 -->
  3110.  
  3111.  
  3112.  
  3113. <span itemscope="" itemtype="https://schema.org/Organization">
  3114. <link itemprop="url" href="https://ssoaeng.co.kr">
  3115. </span>
  3116. <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=f70e198d3233338ab7dc7e8f282f92d2&u=yeon5732.1"></script>
  3117. <script>        (function (i, s, o, g) {
  3118.            a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  3119.            a.async = 1;
  3120.            a.src = g;
  3121.            a.setAttribute('crossorigin', 'anonymous');
  3122.            m.parentNode.insertBefore(a, m);
  3123.            a.onload = function() {
  3124.                if (typeof window.initCaWebAnalytics === 'function') {
  3125.                    window.initCaWebAnalytics({"mid":"yeon5732","stype":"e","domain":"","shop_no":1,"lang":"ko_KR","mobile_flag":"F","send_endpoint":"https://ca-log.cafe24data.com","path_role":"MAIN"});
  3126.                }
  3127.            };
  3128.        })(window, document, 'script', '//optimizer.poxo.com/ca2/analytics.js');</script>
  3129.  
  3130.                <script>
  3131.                try {
  3132.                    // Account ID 적용
  3133.                    if (!wcs_add) var wcs_add = {};
  3134.                    wcs_add["wa"] = "s_396dc22179cd";
  3135.            
  3136.                    // 네이버 페이 White list가 있을 경우
  3137.                    wcs.checkoutWhitelist = ["yeon5732.cafe24.com", "www.yeon5732.cafe24.com", "m.yeon5732.cafe24.com", "ssoaeng.co.kr", "www.ssoaeng.co.kr", "m.ssoaeng.co.kr"];
  3138.                
  3139.                    // 레퍼러
  3140.                    wcs.setReferer("");
  3141.  
  3142.                    // 유입 추적 함수 호출
  3143.                    wcs.inflow("ssoaeng.co.kr");
  3144.  
  3145.                    // 로그수집
  3146.                    wcs_do();
  3147.                } catch (e) {};
  3148.                </script>
  3149.            
  3150.  
  3151. <!-- External Script Start -->
  3152.  
  3153. <!-- fbe -->
  3154. <!-- CMC3 script -->
  3155. <div id="fbe_common_top_script" style="display:none;">
  3156.  <script type="text/javascript">
  3157. if (typeof facebookChannel === 'undefined') {
  3158.  var facebookChannel = {
  3159.    mall_id: CAFE24.SHOP.getMallID(),
  3160.    shop_no: CAFE24.SDE_SHOP_NUM,
  3161.    shop_id: CAFE24.SHOP.getMallID() + '.' + CAFE24.SDE_SHOP_NUM,
  3162.    external_id: null,
  3163.    event_id: null,
  3164.  
  3165.    setInitActivated: function(is_activated) {
  3166.      window.top.fbe_init_activated = !!is_activated;
  3167.    },
  3168.    getInitActivated: function() {
  3169.      return !!window.top.fbe_init_activated;
  3170.    },
  3171.    setEventActivated: function(event_type, is_activated) {
  3172.      if (typeof event_type === 'string' && event_type) {
  3173.        let key = 'fbe_' + event_type + '_activated'
  3174.        window.top[key] = !!is_activated;
  3175.      }
  3176.    },
  3177.    getEventActivated: function(event_type) {
  3178.      if (typeof event_type === 'string' && event_type) {
  3179.        let key = 'fbe_' + event_type + '_activated'
  3180.        return !!window.top[key];
  3181.      }
  3182.      return false;
  3183.    },
  3184.    getCookie: function(name) {
  3185.      return (name = (document.cookie + ';').match(name + '=.*;')) && name[0].split(/=|;/)[1];
  3186.    },
  3187.    getExternalId: function() {
  3188.      return facebookChannel.getCookie('fb_external_id');
  3189.    },
  3190.    getEventId: function() {
  3191.      return facebookChannel.getCookie('fb_event_id');
  3192.    },
  3193.    getInt: function(value) {
  3194.      let value_int = parseInt(value);
  3195.      value_int = isNaN(value_int) ? 0 : value_int;
  3196.      return value_int;
  3197.    },
  3198.    getFloat: function(value) {
  3199.      let value_float = parseFloat(value);
  3200.      value_float = isNaN(value_float) ? 0.00 : value_float.toFixed(2);
  3201.      return value_float;
  3202.    },
  3203.    init: function() {
  3204.      if (facebookChannel.getInitActivated()) {
  3205.        return;
  3206.      }
  3207.      facebookChannel.setInitActivated(true);
  3208.  
  3209.      !function(f,b,e,v,n,t,s)
  3210.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  3211.        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  3212.        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  3213.        n.queue=[];t=b.createElement(e);t.async=!0;
  3214.        t.src=v;s=b.getElementsByTagName(e)[0];
  3215.        s.parentNode.insertBefore(t,s)}(window,document,'script',
  3216.        'https://connect.facebook.net/en_US/fbevents.js');
  3217.  
  3218.      if ((typeof EC_GLOBAL_INFO !== 'undefined' && EC_GLOBAL_INFO.getCountryCode() === 'US') || (typeof SHOP !== 'undefined' && SHOP.getLanguage() === 'en_US')) {
  3219.        fbq('dataProcessingOptions', ['LDU'], 0, 0);
  3220.      }
  3221.  
  3222.      if (typeof ECLOG !== 'undefined' && !!ECLOG.EXTERNAL_ID) {
  3223.        ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) {
  3224.          if (error || !external_id) {
  3225.            external_id = facebookChannel.getExternalId();
  3226.            console.info('external_id is cookie value.', '(1)');
  3227.          }
  3228.          fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3229.          fbq('trackSingle', '2129130783993076', 'PageView');
  3230.          facebookChannel.external_id = external_id;
  3231.        });
  3232.      } else {
  3233.        let external_id = facebookChannel.getExternalId();
  3234.        console.info('external_id is cookie value.', '(2)');
  3235.  
  3236.        fbq('init', '2129130783993076',{external_id: external_id}, {agent: 'plcafe24'});
  3237.        fbq('trackSingle', '2129130783993076', 'PageView');
  3238.        facebookChannel.external_id = external_id;
  3239.      }
  3240.    },
  3241.    pixelEvent: function(event_type, callback, is_cookie_event) {
  3242.      if (facebookChannel.getEventActivated(event_type)) {
  3243.        return;
  3244.      }
  3245.      facebookChannel.setEventActivated(event_type, true);
  3246.      is_cookie_event = !!is_cookie_event;
  3247.  
  3248.      let retry = 0;
  3249.      let execute = function() {
  3250.        if (!facebookChannel.external_id) {
  3251.          if (retry < 10) {
  3252.            retry++;
  3253.            if (retry >= 5) {
  3254.              console.warn('retry #' + retry, event_type);
  3255.            }
  3256.            setTimeout(execute, 1000);
  3257.          } else {
  3258.            console.warn('external_id is empty.');
  3259.          }
  3260.          return;
  3261.        }
  3262.  
  3263.        if (callback.length === 0) {
  3264.          callback();
  3265.        }
  3266.        else if (!is_cookie_event && typeof ECLOG !== 'undefined' && !!ECLOG.EVENT_ID) {
  3267.          ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) {
  3268.            if (error || !event_id) {
  3269.              event_id = facebookChannel.getEventId();
  3270.              console.info('event_id is cookie value.', '(1)');
  3271.            }
  3272.            facebookChannel.event_id = event_id;
  3273.            if (event_id) {
  3274.              callback(event_id);
  3275.            } else {
  3276.              console.warn('event_id is empty.', '(1)');
  3277.            }
  3278.          });
  3279.        }
  3280.        else {
  3281.          let event_id = facebookChannel.getEventId();
  3282.          console.info('event_id is cookie value.', '(2)');
  3283.          facebookChannel.event_id = event_id;
  3284.          if (event_id) {
  3285.            callback(event_id);
  3286.          } else {
  3287.            console.warn('event_id is empty.', '(2)');
  3288.          }
  3289.        }
  3290.      };
  3291.      execute();
  3292.    },
  3293.    messengerChatPlugin: function() {
  3294.      let event_type = 'messenger';
  3295.      let sdk_version = '';
  3296.      let locale = '';
  3297.      if (!sdk_version) {
  3298.        console.warn('sdk_version is empty.');
  3299.        return;
  3300.      }
  3301.      if (!locale) {
  3302.        console.warn('locale is empty.');
  3303.        return;
  3304.      }
  3305.      if (facebookChannel.getEventActivated(event_type)) {
  3306.        return;
  3307.      }
  3308.      facebookChannel.setEventActivated(event_type, true);
  3309.  
  3310.      window.fbAsyncInit = function() {
  3311.        FB.init({
  3312.          appId : '216637735743129',
  3313.          autoLogAppEvents : true,
  3314.          xfbml : true,
  3315.          version : sdk_version
  3316.        });
  3317.      };
  3318.      (function(d, s, id) {
  3319.        var js, fjs = d.getElementsByTagName(s)[0];
  3320.        if (d.getElementById(id)) return;
  3321.        js = d.createElement(s); js.id = id;
  3322.        js.src = 'https://connect.facebook.net/' + locale + '/sdk/xfbml.customerchat.js';
  3323.        fjs.parentNode.insertBefore(js, fjs);
  3324.      }(document, 'script', 'facebook-jssdk'));
  3325.    }
  3326.  };
  3327.  
  3328.  facebookChannel.init();
  3329. }
  3330. </script>
  3331. <noscript><img height="1" width="1" style="display:none"
  3332.  src="https://www.facebook.com/tr?id=2129130783993076&ev=PageView&noscript=1"
  3333. /></noscript>
  3334. </div>
  3335. <!-- CMC3 script -->
  3336.  
  3337. <!-- External Script End -->
  3338.  
  3339. <script type="text/javascript" src="//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js" charset="utf-8"></script>
  3340. <script type="text/javascript" src="/ind-script/i18n.php?lang=ko_KR&domain=front&v=2505081404" charset="utf-8"></script>
  3341.  
  3342. <script src="/ind-script/optimizer.php?filename=zZlbV-M2EMffwa_9HIbutqevJCwtZ6FwCLs8K_I4GaxbdSF4P33HdtglZX2TzTk9HBLH0f-nkTSaGcXpVktIT3-1aW6ZhJ22RWrB6WA5pI8uxdM_VPLofkm72gU0jBfp4z8BbLl_-5D8npyMVMKzB6uYcPsbCde6QJhKCVZEDSEBnuQqWqo01yoXyH0U4jT5SH9RndO3Xtv_zJuxekP6g9XNmAeP1EBSK-VT4Nf1xQP67f23c-ZZIlGN4Ahckwru6bpf5YxF5fMBeM1DZdaFtnKplbdaCLD9ulsR3JkxC4vZZoA9waPob5VbXc_UkdOCFFodeW2OBCo4WjOlhtjVILiWUquhrZ-Zot2oyLWNBT-8l1rnQRpB6_JzETMmvdZrFJDevdI39nXMSotO6izQLbdDM67DPCheTWjVLgu0bWSrEw8ldBhBrpp-aXbPa4Rg30qhWTZKJINnVb83awf2qW1xWsRGizJHMdj1MshZEL6aAieZ9YsOr6sarbbaHHR4UWM-s4LptKheb_EZRNcu6cAsay_50ukkLdJzWIfN-A7Jjzfallfo_GjxHeRgQXFYBlu9l7cW-fhBO2CWb0etsmd5Xr6NpuOz2XqDtej_kVszivTKkeu7qSRgDtVmKkWCZ1mVt8ZxjAgbpED5xASSXNsX3vcbCV0wNxlbGawy9xZPBEOzCO_XwxaEgXcfx5ap7E1ynrMDCq9IO-nd-BSK_WzTJDRnlKMK3R_cf1gwJqwsCa8yZtOPyW_JSZpTljfIi0iIOD1RrcZ2xMNVHQ-rLyj91ZnwBTka9Tfsqv_bJoHfmAq2AgHcR6H2y_vo2iqtEfqfuMTwAd0IVURpX0qZnXQJlfW8oFfmQ5whzXymn569ZbVV9ef640qLTAc_NzYuwfZALyXbzA49R0dFcolULM-IviTcihKbgMaLMdIROw23BF4wV8Dsy3cRVPYmLU_HPshJ_vsdtuw4Q41GqXlsWqDKZgGdv6ljIkFfm9TS6nptaWFfI6eOujo27Rt5kJ7vPx3ndIpnfqolc2FCzMnlMElFnUQOEWfxgeEHZFVnhxjGFRaQLqzeUf5eMr6FeMqEHflKvx_RaMxeR0dLz1Cki1AVo3RT6uj5vYMnhJ1nothfLnVQHZZdM0XJ6QC2g7XQm_4ScOslVU0ePYLrb720pfH6M5SjbGGuVLx5jdZJkOuuXxx65Dc2A8tHzuFrQJPqphNMd20yiNHrqT0U8iY6900ZyzUK6CyHevTnYLTD-P4f0G27Q-AAAB-9qV4TqP6BCfK7Wl5ASYe7bCLlXlOoWE4aTb0_4t0SFOQ4dWtcsXKCDX9alsU75FnwmlI78hpDoXkXvzeC8HirTTDxGzTQqUuCpY3-hFMW5rqsEtw-XkzzkAPUpL1X-9pfWD0vKmfw2j3pnq1n4VSHp-nDa4qBS5XreCcQDCVbC5hgkWF-a7WA455fegaYc9X6gKJFbCKyVJPlj6lyQTVK6HYJZ8Oe0FkdPFzgM7X8Fw&type=js&k=1659801f7521d60ddda89826af35d5160611b76f&t=1745986622" ></script><script src="/ind-script/optimizer_user.php?filename=pc9BDoIwEEbhA5St5_iDxnieMp3AQNtBptX09qJx4xZ3b_UlD5MmBpOrxpuhsebr7XLGWoco5KaSIiywC2wyZtgiue8xG5KGGhnRN60F5AuPurVuthMOkV9o8Cb09j9xnNsF0pQ0_0X8Tt6r0OIews8dfQE&type=js&k=4a1c0fe94175154c7178019c3d8c0f74e5c329b7&t=1520306469&user=T" ></script>
  3343. <script type="text/javascript">
  3344. var sIsChannelUi = 'F';
  3345. var sChRef = '';
  3346. var sUseShoppingpayPg = 'F';
  3347. var sOwnMallLanding = 'F';
  3348. var sShoppingPayCookie = '';
  3349. var sYtshopping = 'F';
  3350. if (sIsChannelUi === 'T') {
  3351. sessionStorage.setItem('ch_ref', sChRef);
  3352. }
  3353. CAFE24.getChRefData = function() {
  3354. if (sIsChannelUi === 'T') {
  3355. return sessionStorage.getItem('ch_ref');
  3356. }
  3357. }
  3358. // 자사몰랜딩/유튜브랜딩 공용
  3359. CAFE24.checkChannelUI = function() {
  3360. if ((sIsChannelUi === 'T' && sessionStorage.getItem('ch_ref') || (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T')) || sYtshopping === 'T') {
  3361. return true;
  3362. } else {
  3363. return false;
  3364. }
  3365. }
  3366. // 자사몰랜딩 UI확인
  3367. CAFE24.isOwnMallLandingUI = function() {
  3368. return sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T';
  3369. }
  3370. CAFE24.attachShoppingpayParam = function(sUrl) {
  3371. if (sUrl) {
  3372. var sChRef = CAFE24.getChRefData();
  3373. if (sChRef) {
  3374. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3375. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3376. } else if (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T') {
  3377. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3378. sUrl += sSeparator + 'co_servicetype=shoppingpay';
  3379. }
  3380. }
  3381. return sUrl;
  3382. }
  3383. CAFE24.attachChRef = function(sUrl) {
  3384. if (sUrl) {
  3385. var sChRef = CAFE24.getChRefData();
  3386. if (sChRef) {
  3387. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3388. sUrl += sSeparator + 'ch_ref=' + sChRef;
  3389. }
  3390. }
  3391. return sUrl;
  3392. }
  3393. var sIsCheckout = 'F';
  3394. var sCheckoutToken = '';
  3395. if (sIsCheckout === 'T') {
  3396. sessionStorage.setItem('checkoutToken', sCheckoutToken);
  3397. } else {
  3398. sessionStorage.removeItem('checkoutToken');
  3399. }
  3400. CAFE24.getCheckoutToken = function() {
  3401. if (sIsCheckout === 'T') {
  3402. return sessionStorage.getItem('checkoutToken');
  3403. }
  3404. }
  3405. CAFE24.attachCheckoutParam = function(sUrl) {
  3406. if (sUrl) {
  3407. var sCheckoutToken = CAFE24.getCheckoutToken();
  3408. if (sCheckoutToken) {
  3409. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  3410. sUrl += sSeparator + 'checkoutToken=' + sCheckoutToken;
  3411. }
  3412. }
  3413. return sUrl;
  3414. }
  3415. CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB;
  3416. try {
  3417. var isUseLoginKeepingSubmit = false;
  3418. // isSeqNoKeyExpiretime
  3419. function isSeqNoKeyExpiretime(iExpiretime)
  3420. {
  3421. var sDate = new Date();
  3422. var iNow = Math.floor(sDate.getTime() / 1000);
  3423. // 유효시간 확인
  3424. if (iExpiretime > iNow) {
  3425. return false;
  3426. }
  3427. return true;
  3428. }
  3429. function isUseLoginKeeping()
  3430. {
  3431. // 디바이스 확인
  3432. if (EC_MOBILE_DEVICE === false) {
  3433. return;
  3434. }
  3435. // 로그인 여부
  3436. var isLogin = document.cookie.match(/(?:^| |;)iscache=F/) ? true : false
  3437. if (isLogin) {
  3438. return;
  3439. }
  3440. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3441. var iSeqnoExpiretime;
  3442. var iSeqNoKey;
  3443. if (sLoginKeepingInfo == null) {
  3444. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3445. iSeqNoKey = localStorage.getItem('seq_no_key');
  3446. // 유효시간, key 값 확인
  3447. if (iSeqnoExpiretime === null || iSeqNoKey === null) {
  3448. return;
  3449. }
  3450. } else {
  3451. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3452. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3453. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3454. if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) {
  3455. return;
  3456. }
  3457. }
  3458. if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) {
  3459. return;
  3460. }
  3461. useLoginKeepingSubmit();
  3462. }
  3463. function findGetParamValue(paramKey)
  3464. {
  3465. var result = null,
  3466. tmp = [];
  3467. location.search.substr(1).split('&').forEach(function (item) {
  3468. tmp = item.split('=');
  3469. if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]);
  3470. });
  3471. return result;
  3472. }
  3473. function useLoginKeepingSubmit()
  3474. {
  3475. var iSeqnoExpiretime;
  3476. var iSeqNoKey;
  3477. var sUseLoginKeepingIp;
  3478. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  3479. if (sLoginKeepingInfo == null) {
  3480. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  3481. iSeqNoKey = localStorage.getItem('seq_no_key');
  3482. } else {
  3483. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  3484. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  3485. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  3486. sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip;
  3487. }
  3488. var oForm = document.createElement('form');
  3489. oForm.method = 'post';
  3490. oForm.action = '/exec/front/member/LoginKeeping';
  3491. document.body.appendChild(oForm);
  3492. var oSeqNoObj = document.createElement('input');
  3493. oSeqNoObj.name = 'seq_no_key';
  3494. oSeqNoObj.type = 'hidden';
  3495. oSeqNoObj.value = iSeqNoKey;
  3496. oForm.appendChild(oSeqNoObj);
  3497. oSeqNoObj = document.createElement('input');
  3498. oSeqNoObj.name = 'seq_no_key_expiretime';
  3499. oSeqNoObj.type = 'hidden';
  3500. oSeqNoObj.value = iSeqnoExpiretime;
  3501. oForm.appendChild(oSeqNoObj);
  3502. var returnUrl = findGetParamValue('returnUrl');
  3503. if (returnUrl == '' || returnUrl == null) {
  3504. returnUrl = location.pathname + location.search;
  3505. }
  3506. oSeqNoObj = document.createElement('input');
  3507. oSeqNoObj.name = 'returnUrl';
  3508. oSeqNoObj.type = 'hidden';
  3509. oSeqNoObj.value = returnUrl;
  3510. oForm.appendChild(oSeqNoObj);
  3511. if (sUseLoginKeepingIp != undefined) {
  3512. oSeqNoObj = document.createElement('input');
  3513. oSeqNoObj.name = 'use_login_keeping_ip';
  3514. oSeqNoObj.type = 'hidden';
  3515. oSeqNoObj.value = sUseLoginKeepingIp;
  3516. oForm.appendChild(oSeqNoObj);
  3517. }
  3518. oForm.submit();
  3519. isUseLoginKeepingSubmit = true;
  3520. }
  3521. isUseLoginKeeping();
  3522. } catch(e) {
  3523. }
  3524. var bUseElastic = false;
  3525. var sSearchBannerUseFlag = 'F';
  3526. 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;
  3527. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}
  3528. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}
  3529. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}
  3530. if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({"bIsUseLikeProduct":false,"bIsUseLikeCategory":false});}
  3531. if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT !== "undefined") {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk = 'F';}
  3532. var basket_result = '/product/add_basket.html';
  3533. var basket_option = '/product/basket_option.html';
  3534. 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"};
  3535. var sMileageName = '적립금';
  3536. var sMileageUnit = '[:PRICE:]원';
  3537. var sDepositName = '예치금';
  3538. var sDepositUnit = '원';
  3539. </script></body></html>
  3540.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda