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://thezam.co.kr

  1. <!DOCTYPE html>
  2. <html 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.eyJpc3MiOiJ0aGV6YW0wMC5jYWZlMjQuY29tIiwiYXVkIjoianMtZXJyb3ItdHJhY2VyLWFwaS5jYWZlMjQuY29tIiwibWFsbF9pZCI6InRoZXphbTAwIiwic2hvcF9ubyI6MSwicGF0aF9yb2xlIjoiTUFJTiIsImxhbmd1YWdlX2NvZGUiOiJrb19LUiIsImNvdW50cnlfY29kZSI6IktSIiwiaXNfeXRzIjpmYWxzZSwiaXNfY29udGFpbmVyIjpmYWxzZSwid29ya3NwYWNlIjoicHJvZHVjdGlvbiJ9.gGgYJNLKDcohvwHK5sm3TV6BPaR994FTBWOILKGmMg4', {"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="description" content="세상의 모든 가슴을 책임지는 더잠의 만득이 프로젝트. 나에게 딱 알맞는 만득이 시리즈를 만나보세요." />
  313. <meta name="keywords" content="편한속옷, 브라렛, 편안한속옷, 편한브라, 사기브라, 노와이어, 휴브라, 홑겹브라, 맞춤속옷, 잠옷, 파자마, 홈웨어, 속옷, 란제리쇼핑몰, 여성속옷쇼핑몰, 브라, 팬티" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=yes"/><meta name="format-detection" content="telephone=no"/><link rel="preconnect" href="//fonts.googleapis.com"><link rel="preconnect" href="//fonts.gstatic.com" crossorigin><!-- <link href="https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;500;600;700&display=swap" rel="stylesheet"> --><link href="https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css" rel="stylesheet"><!-- Social Google Tag Manager -->
  314. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  315. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  316. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  317. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  318. })(window,document,'script','dataLayer','GTM-PFZNDMP');</script>
  319. <!-- End Google Tag Manager -->
  320. <!-- 데이터톡 스크립트 -->
  321. <script>
  322. (function(w,n,r){
  323.   var c = "_dtrConfig"; w[c] = w[c] || [];
  324.   w[c].push({id:r,pType:"cafe24"});
  325.   var s="//assets.datarize.ai/logger";
  326.   var c=n.getElementsByTagName("script")[0];
  327.   var a=n.createElement("script");a.async=true,a.src=s+"/genesis.common.min.js";
  328.   c.parentNode.insertBefore(a,c);
  329. })(window,document,"10255");
  330. </script>
  331.  
  332. <!-- DDN 스크립트 추가 시작
  333.    <script type="text/javascript">
  334.        var roosevelt_params = {
  335.            retargeting_id:'zTpGc.u_f_TXojg_xflYAQ00',
  336.            tag_label:'pSsNODBLRN2k1zr0zQZ_5Q'
  337.        };
  338.    </script>
  339.    <script type="text/javascript" src="//adimg.daumcdn.net/rt/roosevelt.js" async></script>
  340.    DDN 스크립트 추가 끝 -->
  341.  
  342. <!-- KaKao AD Script Start 2017.11.29 -->
  343. <script type="text/javascript">
  344. //<![CDATA[
  345.  var roosevelt_params = { retargeting_id: '43YaodGK8FESbRwyczhmGQ00', tag_label: 'GWtkgXy9JPnOXCEFteaY0AjZJqc' };
  346. //]]>
  347. </script>
  348. <script type="text/javascript" src="//adimg.daumcdn.net/rt/roosevelt.js" async>
  349. </script>
  350. <!-- KaKao AD Script End -->
  351. <meta name="google-site-verification" content="pzELzrUjrkiy--yfM2AqQoAkM7U304njECk0CaiLyXU" />
  352.  
  353. <!-- Google Shopping -->
  354. <meta name="google-site-verification" content="6bOvkFgfw__Gbg0JIS3sXW2BXrgzApPRBcew5SC8JoA" />
  355. <!-- Google Shopping -->
  356.  
  357. <!-- Global site tag (gtag.js) - Google Analytics -->
  358. <script async src="https://www.googletagmanager.com/gtag/js?id=G-WTCJY7JJ82"></script>
  359. <script>
  360.  window.dataLayer = window.dataLayer || [];
  361.  function gtag(){dataLayer.push(arguments);}
  362.  gtag('js', new Date());
  363.  gtag('config', 'G-WTCJY7JJ82');
  364. </script>
  365.  
  366. <!-- Google Tag Manager -->
  367. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  368. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  369. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  370. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  371. })(window,document,'script','dataLayer','GTM-MSCRDGM');</script>
  372. <!-- End Google Tag Manager -->
  373.  
  374. <meta name="google-site-verification" content="r23LmR3lqVnchDnuZZAXX2Li4Xe2gOyLFGG-Ot-_I4o" /><meta name="facebook-domain-verification" content="90l74cfd3u4z831nn1b76egduhzcb2" />
  375.  
  376. <!--script type="text/javascript">
  377.    (function(a,i,u,e,o) {
  378.        a[u]=a[u]||function(){(a[u].q=a[u].q||[]).push(arguments)};
  379.    })(window, document, "groobee");
  380.    groobee("serviceKey", "07b8b51ffbbf4b0fa728b8ffc5a62849");
  381.    groobee("siteType", "cafe24");
  382. </script>
  383. <script charset="utf-8" src="//static.groobee.io/dist/g2/groobee.init.min.js"></script-->
  384.  
  385. <!-- Global site tag (gtag.js) - Google Ads: 444375495 -->
  386. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-444375495"></script>
  387. <script>
  388.  window.dataLayer = window.dataLayer || [];
  389.  function gtag(){dataLayer.push(arguments);}
  390.  gtag('js', new Date());
  391.  
  392.  gtag('config', 'AW-444375495');
  393. </script>
  394.  
  395. <script>
  396. window.addEventListener('load', function (event) {
  397. var viewItemPage = /category|detail/.test(window.location.pathname);
  398. var cartPage = /basket/.test(window.location.pathname);
  399. var listPage = /list/.test(window.location.pathname);
  400. var searchPage = /search/.test(window.location.pathname);
  401. var purchasePage = /order_result/.test(window.location.pathname);
  402.  
  403. var google_business_vertical = 'retail';
  404. var ids = [];
  405. var totalPrice = 0;
  406.  
  407. function callGtag(eventPageType, totalPrice, ids) {
  408. gtag('event', eventPageType, {
  409. 'value': totalPrice,
  410. 'items': ids
  411. })
  412. }
  413.  
  414. if (viewItemPage) {
  415. if (typeof iProductNo == 'undefined') {
  416. var e = $("[id^=anchorBoxId_]");
  417. for (var i = 0; i < e.length; i++) {
  418. ids.push({ 'id': e[i].id.split('_')[1], 'google_business_vertical': google_business_vertical });
  419. }
  420. callGtag('view_item_list', '', ids);
  421. }
  422. else {
  423. ids.push({ 'id': iProductNo, 'google_business_vertical': google_business_vertical });
  424. callGtag('view_item', product_price, ids);
  425. }
  426. }
  427. else if (cartPage) {
  428. for (var i = 0; i < aBasketProductData.length; i++) {
  429. ids.push({ 'id': aBasketProductData[i].product_no, 'google_business_vertical': google_business_vertical });
  430. totalPrice += aBasketProductData[i].product_sum_price * aBasketProductData[i].quantity;
  431. }
  432. callGtag('add_to_cart', totalPrice, ids);
  433. }
  434. else if (searchPage || listPage) {
  435. var e = $("[id^=anchorBoxId_]");
  436. for (var i = 0; i < e.length; i++) {
  437. ids.push({ 'id': e[i].id.split('_')[1], 'google_business_vertical': google_business_vertical });
  438. }
  439. if (listPage) {
  440. callGtag('view_item_list', '', ids);
  441. }
  442. else {
  443. callGtag('view_search_results', '', ids);
  444. }
  445. }
  446. else if (purchasePage) {
  447. for (var i = 0; i < EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA.order_product.length; i++) {
  448. ids.push({ 'id': EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA.order_product[i].product_no, 'google_business_vertical': google_business_vertical });
  449. }
  450. callGtag('purchase', EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA.payed_amount, ids);
  451. }
  452. });
  453. </script>
  454.  
  455. <!-- Google Tag Manager -->
  456. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  457. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  458. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  459. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  460. })(window,document,'script','dataLayer','GTM-KRBD7SW');</script>
  461. <!-- End Google Tag Manager -->
  462.  
  463.  
  464. <!-- AceCounter Log Gathering Script V.8.0.AMZ2019080601 -->
  465. <script language='javascript'>
  466. var _AceGID=(function(){var Inf=['gtp6.acecounter.com','8080','BH2A46385695125','AW','0','NaPm,Ncisy','ALL','0']; var _CI=(!_AceGID)?[]:_AceGID.val;var _N=0;var _T=new Image(0,0);if(_CI.join('.').indexOf(Inf[3])<0){ _T.src ="https://"+ Inf[0] +'/?cookie'; _CI.push(Inf);  _N=_CI.length; } return {o: _N,val:_CI}; })();
  467. var _AceCounter=(function(){var G=_AceGID;var _sc=document.createElement('script');var _sm=document.getElementsByTagName('script')[0];if(G.o!=0){var _A=G.val[G.o-1];var _G=(_A[0]).substr(0,_A[0].indexOf('.'));var _C=(_A[7]!='0')?(_A[2]):_A[3];var _U=(_A[5]).replace(/\,/g,'_');_sc.src='https:'+'//cr.acecounter.com/Web/AceCounter_'+_C+'.js?gc='+_A[2]+'&py='+_A[4]+'&gd='+_G+'&gp='+_A[1]+'&up='+_U+'&rd='+(new Date().getTime());_sm.parentNode.insertBefore(_sc,_sm);return _sc.src;}})();
  468. </script>
  469. <!-- AceCounter Log Gathering Script End -->
  470. <link rel="canonical" href="https://thezam.co.kr" />
  471. <meta property="og:url" content="https://thezam.co.kr" />
  472. <meta property="og:title" content="편안한 속옷의 기준, 더잠" />
  473. <meta property="og:description" content="세상의 모든 가슴을 책임지는 더잠의 만득이 프로젝트" />
  474. <meta property="og:site_name" content="더잠" />
  475. <meta property="og:type" content="website" />
  476. <meta property="og:image" content="https://thezam.co.kr/web/upload/share-image-1-1c31bad70d4ecd1a3c52ef8b5d04d19c.jpg" />
  477. <meta name="twitter:card" content="summary" />
  478. <meta name="twitter:title" content="편안한 속옷의 기준, 더잠" />
  479. <meta name="twitter:description" content="세상의 모든 가슴을 책임지는 더잠의 만득이 프로젝트" />
  480. <meta name="twitter:image" content="https://thezam.co.kr/web/upload/share-image-1-1c31bad70d4ecd1a3c52ef8b5d04d19c.jpg" />
  481. <meta name="naver-site-verification" content="e9a88d433eb10d9cbebf2af086c17545cff3148e" />
  482. <link rel="shortcut icon" href="/web/upload/favicon_20151203013626.ico" />
  483. <meta http-equiv="ImageToolbar" content="No">
  484. <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=3af562a9a4aeffa14af848cbc90b507d&u=thezam00.1"></script>
  485. <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
  486. <script type="text/javascript">var CAFE24API = { instance : [], MALL_ID : 'thezam00', SHOP_NO : 1, init : function (appInfo) { if (typeof appInfo == 'object') { if (appInfo.hasOwnProperty('client_id')) { var appKey = appInfo.client_id; } } else { var appKey = appInfo; } if (appKey) { if (!this.instance[appKey]) { CAFE24API.clientId = appKey; if (appInfo.hasOwnProperty('version')) { CAFE24API.version = appInfo.version; } else { if (CAFE24API.hasOwnProperty('version')) { delete CAFE24API.version; } } var copyObject = CAFE24API.constructor(); for (var attr in CAFE24API) { if (CAFE24API.hasOwnProperty(attr)) { copyObject[attr] = CAFE24API[attr]; } } this.instance[appKey] = copyObject; } return this.instance[appKey]; } }, initializeXhr : function () { try { return new XMLHttpRequest(); } catch (error) { return new window.ActiveXObject('Microsoft.XMLHTTP'); } }, fullPath: function (url) { return 'https://thezam00.cafe24api.com' + url; }, getLoginProvider: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback({'login': CAPP_ASYNC_METHODS.AppCommon.getLoginProvider()}); }, getCustomerProvider: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback({'login': CAPP_ASYNC_METHODS.AppCommon.getCustomerProvider()}); }, getMemberID: function (callback) { if (!CAPP_ASYNC_METHODS.IS_LOGIN) { callback(null); } else { callback(CAPP_ASYNC_METHODS.AppCommon.getMemberID()); } }, getEncryptedMemberId: function (client_id, callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getEncryptedMemberId(client_id)); }, getMemberInfo: function (callback) { callback({'id': CAPP_ASYNC_METHODS.AppCommon.getMemberInfo()}); }, getCustomerIDInfo: function (callback) { if (!CAFE24API.__scopeErr(callback, 'application')) { return; } callback(null, {'id': CAPP_ASYNC_METHODS.AppCommon.getCustomerIDInfo()}); }, getCustomerInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, {'customer': CAPP_ASYNC_METHODS.AppCommon.getCustomerInfo()}); }, getMileageInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, {'mileage': CAPP_ASYNC_METHODS.AppCommon.getMileageInfo()}); }, getPointInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, {'point': CAPP_ASYNC_METHODS.AppCommon.getPointInfo()}); }, getDepositInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, {'deposit': CAPP_ASYNC_METHODS.AppCommon.getDepositInfo()}); }, getCreditInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'customer')) { return; } callback(null, {'credit': CAPP_ASYNC_METHODS.AppCommon.getCreditInfo()}); }, getCartList: function (callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.getCartList().then(function(data){ callback(null, {'carts': data}); }); }, getCartInfo: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'personal')) { return; } callback(null, {'cart': CAPP_ASYNC_METHODS.AppCommon.getCartInfo()}); }, getCartItemList: function (callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } callback(null, {'items': CAPP_ASYNC_METHODS.AppCommon.getCartItemList()}); }, getCartCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'personal')) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getCartCount()); }, getCouponCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'promotion')) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getCouponCount()); }, getWishCount: function (callback) { if (!CAFE24API.__chkValidSessionScope(callback, 'personal')) { return; } callback(null, CAPP_ASYNC_METHODS.AppCommon.getWishCount()); }, getShopInfo: function (callback) { if (!CAFE24API.__scopeErr(callback, 'store')) { return; } callback(null, {'shop': CAPP_ASYNC_METHODS.AppCommon.getShopInfo()}); }, addCurrentProductToCart: function (mall_id, time, app_key, member_id, hmac, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.addCurrentProductToCart(mall_id, time, app_key, member_id, hmac).then(function(data){ callback(null, {'cart': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error('422'), {'error': {code: 422, message: 'This sdk is not available on the current page'}}); } }); }, precreateOrder: function (mall_id, time, app_key, member_id, hmac, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.precreateOrder(mall_id, time, app_key, member_id, hmac).then(function(data){ callback(null, {'order': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error('422'), {'error': {code: 422, message: 'This sdk is not available on the current page'}}); } }); }, getOrderItemList: function (start_date, end_date, order_status, page, count, order_id, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderItemList(start_date, end_date, order_status, page, count, order_id).then(function(data){ callback(null, {'items': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, getOrderDetailInfo: function (shop_no, order_id, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getOrderDetailInfo(shop_no, order_id).then(function(data){ callback(null, {'orders': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, getClaimableItemList: function (order_id, customer_service_type, callback) { if (!CAFE24API.__scopeErr(callback, 'order')) { return; } CAPP_ASYNC_METHODS.AppCommon.getClaimableItemList(order_id, customer_service_type).then(function(data){ callback(null, {'items': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }); }, emptyCart: function (basket_shipping_type, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.emptyCart(basket_shipping_type).then(function (data) { callback(null, {'result': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) ; }, deleteCartItems: function (basket_shipping_type, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.deleteCartItems(basket_shipping_type, product_list).then(function (data) { callback(null, {'result': data}); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) ; }, addCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.addCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) }, addBundleProductsCart: function (basket_type, prepaid_shipping_fee, product_list, callback) { if (!CAFE24API.__scopeErr(callback, 'personal')) { return; } CAPP_ASYNC_METHODS.AppCommon.addBundleProductsCart(basket_type, prepaid_shipping_fee, product_list).then(function (data) { callback(null, data); }).catch(function (data) { if (data) { callback(new Error('422'), {'error': {code: data.code, message: data.message}}); } else { callback(new Error(422), { 'error': { code: 422, message: 'This sdk is not available on the current page' } }); } }) }, get : function(url, callback) { return CAFE24API.complete('GET', url, this, null, callback); }, post : function(url, params, callback) { return CAFE24API.complete('POST', url, this, params, callback); }, put : function(url, params, callback) { return CAFE24API.complete('PUT', url, this, params, callback); }, delete : function(url, callback) { return CAFE24API.complete('DELETE', url, this, null, callback); }, complete : function(method, url, obj, params, callback) { var xhr = CAFE24API.sendXhr(method, url, obj, params, callback); xhr.onreadystatechange = function () { if (xhr.readyState === XMLHttpRequest.DONE) { if (xhr.status >= 200 && xhr.status <= 208) { callback(null, JSON.parse(xhr.responseText)); } else { callback(new Error(xhr.status), JSON.parse(xhr.responseText)); } } }; }, sendXhr : function (method, url, obj, params, callback) { if (method !== 'POST') { var url = obj.fullPath(url); } var xhr = obj.initializeXhr(); var queryVars = {}; if (obj.clientId) queryVars['cafe24_app_key'] = obj.clientId; if (obj.version) queryVars['cafe24_api_version'] = obj.version; if (params === null) { var seperator = url.indexOf('?') == -1 ? '?' : '&'; var queryString = []; for (var key in queryVars) { queryString.push(key + '=' + queryVars[key]); } if (queryString.length > 0) { url = url + seperator + queryString.join('&'); } } xhr.open(method, url, true); if (typeof params == 'object' && params !== null) { xhr.setRequestHeader('Content-type','application/x-www-form-urlencoded; charset=utf-8'); for (var key in queryVars) { params[key] = queryVars[key]; } params = 'formData=' + JSON.stringify(params); } xhr.send(params || null); return xhr; }, __sessionErr: function (callback) { callback(new Error(403), {'error': {code: 403, message: 'Failed to get session. Only available when log in.'}}); }, __scopeErr: function (callback, scope) { if (typeof CAFE24.APPSCRIPT_SDK_DATA != "undefined" && jQuery.inArray(scope, CAFE24.APPSCRIPT_SDK_DATA ) > -1 ) { return true; } callback(new Error(403), {'error': {code: 403, message: 'You do not have the necessary authority(scope) to use the SDK.'}}); }, __chkValidSessionScope: function (callback, scope) { if (!CAPP_ASYNC_METHODS.IS_LOGIN) { CAFE24API.__sessionErr(callback); return false; } if (!CAFE24API.__scopeErr(callback, scope)) { return false; } return true; } }; </script>
  487. <script type="text/javascript">
  488. window.CAFE24 = window.CAFE24 || {};
  489. CAFE24.MANIFEST_CACHE_REVISION = '2407171327';
  490. CAFE24.getDeprecatedNamespace = function(sDeprecatedNamespace, sSupersededNamespace) {
  491. var sNamespace = sSupersededNamespace
  492. ? sSupersededNamespace
  493. : sDeprecatedNamespace.replace(/^EC_/, '');
  494. return CAFE24[sNamespace];
  495. }
  496. CAFE24.FRONT_LANGUAGE_CODE = "ko_KR";
  497. CAFE24.MOBILE = false;
  498. CAFE24.MOBILE_DEVICE = false;
  499. CAFE24.MOBILE_USE = false;
  500. var EC_MOBILE = CAFE24.MOBILE;
  501. var EC_MOBILE_DEVICE = CAFE24.MOBILE_DEVICE;
  502. var EC_MOBILE_USE = CAFE24.MOBILE_USE;
  503. CAFE24.SKIN_CODE = "skin31";
  504. CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = {"common_member_id_crypt":""};
  505. var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = CAFE24.getDeprecatedNamespace('EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA');
  506. 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 true; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {
  507. "KR": "ko_KR",
  508. "US": "en_US",
  509. "JP": "ja_JP",
  510. "CN": "zh_CN",
  511. "TW": "zh_TW",
  512. "VN": "vi_VN",
  513. "PH": "en_PH"
  514. }},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 11; },getAdminID : function() {return ''},getMallID : function() {return 'thezam00'},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) {
  515. sPriceTxt = String(sPriceTxt);
  516. var aCurrencySymbol = ["","\uc6d0",false];
  517. if (typeof CAFE24.SHOP_PRICE !== 'undefined' && isNaN(sPriceTxt.replace(/[,]/gi, '')) === false && bIsNumberFormat === true) {
  518. // bIsNumberFormat 사용하려면 Ui(':libUipackCurrency')->plugin('Currency') 화폐 라이브러리 추가 필요
  519. sPriceTxt = CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/[,]/gi, ''), true, CAFE24.SDE_SHOP_NUM);
  520. }
  521. try {
  522. var sPlusMinusSign = (sPriceTxt.toString()).substr(0, 1);
  523. if (sPlusMinusSign === '-' || sPlusMinusSign === '+') {
  524. sPriceTxt = (sPriceTxt.toString()).substr(1);
  525. return sPlusMinusSign + aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  526. } else {
  527. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  528. }
  529. } catch (e) {
  530. return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
  531. }
  532. }};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() {
  533. var oBankInfo = "";
  534. $.ajax({
  535. type: "GET",
  536. url: "/exec/front/Shop/Bankinfo",
  537. dataType: "json",
  538. async: false,
  539. success: function(oResponse) {
  540. oBankInfo = oResponse;
  541. }
  542. });
  543. return oBankInfo; }};            var EC_SDE_SHOP_NUM = CAFE24.SDE_SHOP_NUM;
  544. var SHOP = CAFE24.getDeprecatedNamespace('SHOP');
  545. var EC_COMMON_UTIL = CAFE24.getDeprecatedNamespace('EC_COMMON_UTIL');
  546. var EC_SHOP_LIB_INFO = CAFE24.getDeprecatedNamespace('EC_SHOP_LIB_INFO');
  547. var EC_CURRENCY_INFO = CAFE24.getDeprecatedNamespace('EC_CURRENCY_INFO');
  548. CAFE24.ROOT_DOMAIN = "cafe24.com";
  549. CAFE24.API_DOMAIN = "cafe24api.com";
  550. CAFE24.TRANSLATE_LOG_STATUS = "F";
  551. CAFE24.GLOBAL_INFO = (function() {
  552. var oData = {"base_domain":"thezam00.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"};
  553. return {
  554. getBaseDomain: function() {
  555. return oData['base_domain'];
  556. },
  557. getRootDomain: function() {
  558. return oData['root_domain'];
  559. },
  560. getApiDomain: function() {
  561. return oData['api_domain'];
  562. },
  563. isGlobal: function() {
  564. return oData['is_global'];
  565. },
  566. isGlobalStandard: function() {
  567. return oData['is_global_standard'];
  568. },
  569. getCountryCode: function() {
  570. return oData['country_code'];
  571. },
  572. getLanguageCode: function() {
  573. return oData['language_code'];
  574. },
  575. getAdminLanguageCode: function() {
  576. return oData['admin_language_code'];
  577. }
  578. };
  579. })();
  580. var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN;
  581. var EC_API_DOMAIN = CAFE24.API_DOMAIN;
  582. var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS;
  583. var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO');
  584. CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"];
  585. 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"};
  586. var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE;
  587. var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES;
  588. CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = {  
  589. sClearanceCategoryCode: '',
  590. sManualLink: '//support.cafe24.com/hc/ko/articles/7739013909529',
  591. sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system',
  592. aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"',
  593. sCountryCodeData: 'kor',
  594. sEnglishExampleURlForGlobal: '',
  595. aReverseAddressCountryCode: ["VNM","PHL"],
  596. aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]',
  597. aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"]
  598. };
  599. var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES');
  600. CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = {
  601. aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"},
  602. aUseIdCardKeyCountry: ["CN","TW"],
  603. 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"]},
  604. aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"],
  605. aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}},
  606. aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"},
  607. aUseDeferPaymethod: ["ja_JP","zh_CN"],
  608. aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"],
  609. aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"},
  610. aCheckStoreByPaymethod: ["ja_JP","zh_CN"],
  611. aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"],
  612. aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"},
  613. aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"],
  614. aNoCheckZipCode: ["KOR","JPN"],
  615. aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"],
  616. aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"],
  617. aDuplicatedBaseAddr: ["TW","JP"],
  618. aReverseAddressCountryCode: ["VN","PH"],
  619. aCheckZipCode: ["PHL","en_PH","PH"]
  620. };
  621. var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES');
  622. CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = {  
  623. sAdminWebEditorLanguageCode: 'ko' ,
  624. oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"],
  625. oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"},
  626. };
  627. var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES');
  628. CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = {  
  629. bUseLegacyBoard: true
  630. };
  631. var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES');
  632. CAFE24.GLOBAL_MALL_LANGUAGE_CODES = {
  633. oDesign: {
  634. 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"}},
  635. 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"},
  636. 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"}},
  637. oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"],
  638. 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"},
  639. aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"]
  640. },
  641. oStore: {
  642. 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"}},
  643. 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"}},
  644. aChangeableLanguages: ["en_US","ja_JP","ko_KR"],
  645. aNoZipCodeLanguage: ["ko_KR","ja_JP"]
  646. },
  647. oMobile: {
  648. sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641",
  649. 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",
  650. },
  651. oPromotion: {
  652. bQrCodeAvailable: true,
  653. bSnsMarketingAvailable: true
  654. },
  655. oShippingReverseAddressLanguage: ["vi_VN","en_PH"] ,
  656. 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"}},
  657. getAdminMainLocaleLanguage: function(sSkinLocaleCode) {
  658. var oLocaleData = [];
  659. var locale = "";
  660. var shopLangName = "";
  661. if (sSkinLocaleCode == "US") {
  662. locale = "en_US";
  663. shopLangName = "ENGLISH";
  664. } else if (sSkinLocaleCode == "JP") {
  665. locale = "ja_JP";
  666. shopLangName = "JAPANESE";
  667. } else if (sSkinLocaleCode == "CN") {
  668. locale = "zh_CN";
  669. shopLangName = "SIMPLIFIED.CHINESE";
  670. } else if (sSkinLocaleCode == "TW") {
  671. locale = "zh_TW";
  672. shopLangName = "TRADITIONAL.CHINESE";
  673. } else if (sSkinLocaleCode == "ES") {
  674. locale = "es_ES";
  675. shopLangName = "SPANISH";
  676. } else if (sSkinLocaleCode == "PT") {
  677. locale = "pt_PT";
  678. shopLangName = "PORTUGUESE";
  679. } else if (sSkinLocaleCode == "VN") {
  680. locale = "vi_VN";
  681. shopLangName = "VIETNAMESE";
  682. } else if(sSkinLocaleCode == "PH") {
  683. locale = "en_PH";
  684. shopLangName = "ENGLISH.PH";
  685. }
  686. oLocaleData["locale"] = locale;
  687. oLocaleData["shopLangName"] = shopLangName;
  688. return oLocaleData;
  689. }
  690. };
  691. var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES');
  692. CAFE24.GLOBAL_DATETIME_INFO = {
  693. 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"},
  694. 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"},
  695. oPolicies: {"shop":{"outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}},
  696. sOverrideTimezone: '',
  697. sMomentNamespace: 'EC_GLOBAL_MOMENT'
  698. };
  699. CAFE24.FRONT_JS_CONFIG_MANAGE = {"sSmartBannerScriptUrl":"https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs=1563164396689206","sMallId":"thezam00","sDefaultAppDomain":"https:\/\/app4you.cafe24.com","sWebLogOffFlag":"F","cdnUrl":"https:\/\/cafe24img.poxo.com\/thezam00"};
  700. var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE');
  701. CAFE24.FRONT_JS_CONFIG_MEMBER = {"sAuthUrl":"https:\/\/ipin.cafe24.com\/certify\/v1\/?action=auth"};
  702. var EC_FRONT_JS_CONFIG_MEMBER = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MEMBER');
  703. CAFE24.FRONT_JS_CONFIG_SHOP = {"recent_count":1,"adult19BaseTinyImage":"thezam00_adult.png","adult19Warning":"F","cdnUrl":"https:\/\/cafe24img.poxo.com\/thezam00","aProductPurchaseInfo_7003":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_5153":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7243":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6560":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6564":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_5450":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6536":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6568":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6607":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7747":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7649":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7639":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7636":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7739":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7393":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7389":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7627":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7625":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6938":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7407":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6497":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_2436":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7384":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6782":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_2999":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6167":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6168":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_5551":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6128":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_5123":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7562":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6550":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6601":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_5462":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_4959":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6657":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true}};
  704. var EC_FRONT_JS_CONFIG_SHOP = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_SHOP');
  705. typeof window.CAFE24 === "undefined" && (window.CAFE24 = {});
  706. CAFE24.BOARD = {"config_1":{"board_no":1,"use_block":"F","use_report":"F"},"config_4":{"board_no":4,"use_block":"F","use_report":"F"},"config_18":{"board_no":18,"use_block":"F","use_report":"F"}};
  707. CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2407171327,"IS_WEB_VIEW":"F"};
  708. 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"}};
  709. </script>
  710. <link rel="stylesheet" type="text/css" href="//img.echosting.cafe24.com/editors/froala/css/froala_style_ec.min.css?vs=2407171327" charset="utf-8"/>
  711.  
  712. <link rel="stylesheet" type="text/css" href="/ind-script/optimizer.php?filename=nZExDgIxDAT7KC3vsOAJPIEfOMFwJxJv5DgS_J6jggYJ0o52doulBVVofzBqhqtxJZOOYVko904Xgzpl1AqNG9jRL3nJoaMMX6Eh4T4pDvfZ0cIPsTnVORWZVNFCWVVCYtWv-9waHcF2ptNn3YZjeuGYCvJtVjZpMP_Pft_7BA&type=css&k=ecd691e0c80070ef935d0e961272742f67437a3c&t=1681776733"  /><link rel="stylesheet" type="text/css" href="/ind-script/optimizer_user.php?filename=tZRNbkMhDIT3oduew6l6ii666gn4cR5WAVsY2qanD3lRe4EHG2RA-jQahoHIGQG96YpVoUX8tfl8BukukTex5QQa0ARU2groJ5XXF8hcsXxdwatCtlSexvAMx1HC0uUALNkr9wbOKvmd6DlnLjOJj4OZRPSnscFTpxVUsRsV23AFO2KSJZorh-6XmOx6a3MD8U_mnxXYcYF1BbhZtwTLnBrJIsVpSY4vnMKaHIe3cuFJ7ajfJFhHgksYNuR5ravdmVETR6zdOePTJvxzI_cRA40sH5FEqGyz1I5l5ltpooDvWPosfY_Z7Nw78wY&type=css&k=d0919b5d3c5ea949254c4a16f4ed4581d865420f&t=1710470861&user=T"  />
  713. <style type="text/css">
  714. a[href^='/product/detail.html']:hover > img { opacity:0.1; filter:alpha(opacity=10) !important; }a[name^='anchorBoxName']:hover > img { opacity:0.1; filter:alpha(opacity=10) !important; }
  715.  
  716. </style>
  717. <title>편안한 속옷의 기준, 더잠</title></head><body id="layout">
  718.  
  719. <div class="pf-full-bg"></div>
  720. <div class="wrap_box">
  721.  
  722.  
  723. <!-- 레이아웃 우측 배너 -->
  724. <div class="wrap_bg">
  725. <div class="inner morenvy-banner-area" area_id="e237">
  726. <!-- 레이아웃 : 우측 배너 -->
  727. <!-- 레이아웃 배너 수정하는 곳 -->
  728. <div class="morenvy-banner"><a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a></div>
  729. </div>
  730. </div><!-- //wrap_bg -->
  731.  
  732. <div id="wrap">
  733.  
  734. <!-- 비디오 배너 팝업 관련-->
  735. <div id="bg"></div>
  736. <div id="video-popup"></div>
  737.  
  738. <!-- 사이드바 -->
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745. <aside id="aside" class="xans-element- xans-layout xans-layout-slidepackage "><!-- 사이드바 : 로그인 --><div class="ms_wrap">
  746. <div class="ms_top">
  747. <div class="ms_login">
  748. <div class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/login.html">로그인해 주세요</a>
  749. </div>
  750. <div class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/agreement.html" class="join color">회원가입시 다양한 혜택 증정!</a>
  751. </div>
  752. </div>
  753. <div class="btnClose"><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5L5 19M5 5L19 19" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div>
  754. </div>
  755. <div class="ms_bottom cboth">
  756.  
  757. <div class="login_btn">
  758. <div class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/login.html">로그인</a>
  759. </div>
  760. </div>
  761.  
  762. <div class="join_btn">
  763. <div class="xans-element- xans-layout xans-layout-statelogoff "><a href="/member/login.html" class="join">회원가입</a>
  764. </div>
  765. <!--원래 회원가입 연결 링크 /member/agreement.html-->
  766. </div>
  767. </div>
  768. </div>
  769. <div class="ms_cate">
  770. <div class="cate_title">CATEGORY</div>
  771. <!-- 사이드바 카테고리 자동출력 시작 -->
  772. <div class="tab_category" id="slideCateList">
  773. <ul class="xans-element- xans-layout xans-layout-category categoryList cboth"><li id="cate950" class="xans-record-">
  774. <a href="/product/list_thumb.html?cate_no=950" class="view">트렌드 기획전</a>
  775. <a href="#none" class="cate" cate="?cate_no=950"></a>
  776. </li>
  777. <li id="cate994" class="xans-record-">
  778. <a href="/product/list_thumb.html?cate_no=994" class="view">BEST & NEW</a>
  779. <a href="#none" class="cate" cate="?cate_no=994"></a>
  780. </li>
  781. <li id="cate755" class="xans-record-">
  782. <a href="/product/list_thumb.html?cate_no=755" class="view">만득이 프로젝트</a>
  783. <a href="#none" class="cate" cate="?cate_no=755"></a>
  784. </li>
  785. <li id="cate562" class="xans-record-">
  786. <a href="/product/list_thumb.html?cate_no=562" class="view">브라</a>
  787. <a href="#none" class="cate" cate="?cate_no=562"></a>
  788. </li>
  789. <li id="cate183" class="xans-record-">
  790. <a href="/product/list_thumb.html?cate_no=183" class="view">팬티</a>
  791. <a href="#none" class="cate" cate="?cate_no=183"></a>
  792. </li>
  793. <li id="cate1017" class="xans-record-">
  794. <a href="/product/list_thumb.html?cate_no=1017" class="view">SET</a>
  795. <a href="#none" class="cate" cate="?cate_no=1017"></a>
  796. </li>
  797. <li id="cate396" class="xans-record-">
  798. <a href="/product/list_thumb.html?cate_no=396" class="view">라이프</a>
  799. <a href="#none" class="cate" cate="?cate_no=396"></a>
  800. </li>
  801. <li id="cate808" class="xans-record-">
  802. <a href="/product/list_thumb.html?cate_no=808" class="view">주니어</a>
  803. <a href="#none" class="cate" cate="?cate_no=808"></a>
  804. </li>
  805. <li id="cate974" class="xans-record-">
  806. <a href="/product/list_thumb.html?cate_no=974" class="view">아울렛</a>
  807. <a href="#none" class="cate" cate="?cate_no=974"></a>
  808. </li>
  809. </ul>
  810. </div>
  811. <!-- 사이드바 카테고리 자동출력 종료 -->
  812. </div>
  813. <!-- 사이드바 : 커뮤니티 -->
  814. <!-- 사이드바 커뮤니티 수정하는 곳 -->
  815. <div class="ms_comm">
  816. <div class="cate_title">COMMUNITY</div>
  817. <ul>
  818. <li><a href="/board/%EA%B3%B5%EC%A7%80%EC%82%AC%ED%95%AD/1/">공지사항</a></li>
  819. <li><a href="/product/project.html?cate_no=1175">기획전</a></li>
  820.        <li><a href="/board/gallery/list.html?board_no=18&amp;category_no=1">이벤트</a></li>
  821.        <li><a href="/board/gallery/list.html?board_no=2&amp;is_pcver=T">체험단 beta</a></li>
  822. <li><a href="/board/review/list.html">구매후기</a></li>
  823. <li><a href="/board/gallery/list.html?board_no=8&amp;category_no=">콘텐츠</a></li>
  824. <!--231023주석처리(chrissie) <li><a href="/board/product/list.html?board_no=6">구매문의</a></li> -->
  825.        <!--231106 오프라인추가(chrissie)-->  <li><a href="https://www.thezam.co.kr/offline.html">오프라인안내</a></li>
  826.        <!--231116 회원혜택추가(chrissie)-->  <li><a href="https://www.thezam.co.kr/benefit.html">등급별혜택안내</a></li>
  827. <li><a href="/myshop/order/list.html">주문/배송조회</a></li>
  828. <li><a href="/board/free/faq_list.html?board_no=3">자주 묻는 질문</a></li>
  829. <li><a href="https://thezam.channel.io">1:1문의하기</a></li>
  830. </ul>
  831. </div>
  832. <!-- 사이드바 : 공지 -->
  833. <div class="ms_notice">
  834. <div class="news_box">
  835. <div class="title">
  836. <a><svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.1931 8.16059C18.9522 9.24888 19.3974 10.5724 19.3974 11.9999C19.3974 13.4275 18.9522 14.751 18.1931 15.8393M12.3277 5.63207L9.28916 8.67062C9.12316 8.83662 9.04015 8.91962 8.94329 8.97898C8.85741 9.03161 8.76378 9.07039 8.66584 9.0939C8.55538 9.12042 8.438 9.12042 8.20323 9.12042H6.53574C5.99818 9.12042 5.7294 9.12042 5.52408 9.22504C5.34348 9.31706 5.19664 9.4639 5.10462 9.64451C5 9.84983 5 10.1186 5 10.6562V13.3437C5 13.8813 5 14.1501 5.10462 14.3554C5.19664 14.536 5.34348 14.6828 5.52408 14.7748C5.7294 14.8795 5.99818 14.8795 6.53574 14.8795H8.20323C8.438 14.8795 8.55538 14.8795 8.66584 14.906C8.76378 14.9295 8.85741 14.9683 8.94329 15.0209C9.04015 15.0803 9.12316 15.1633 9.28916 15.3293L12.3277 18.3678C12.7389 18.779 12.9445 18.9846 13.121 18.9985C13.2741 19.0105 13.4238 18.9485 13.5236 18.8317C13.6385 18.6971 13.6385 18.4063 13.6385 17.8248V6.17504C13.6385 5.59355 13.6385 5.30281 13.5236 5.16818C13.4238 5.05136 13.2741 4.98937 13.121 5.00142C12.9445 5.01531 12.7389 5.2209 12.3277 5.63207Z" stroke="#FF3F3F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>
  837. 공지 +</a>
  838. </div>
  839. <ul class="xans-element- xans-board xans-board-list-1 xans-board-list xans-board-1 news_list xans-record-"><!--
  840. $count = 1
  841. $main_list = yes
  842. --><li><a href="/board/free/read.html?no=216412&board_no=1">2024년 설 연휴 배송 안내</a></li>
  843. </ul>
  844. </div>
  845. </div>
  846. </aside>
  847. <div id="container">
  848.  
  849. <div class="cate_bg_head"></div>
  850.  
  851. <div class="m_onoffmulti_top" id="m_onoffmulti_top">
  852. <div class="top_event">
  853. <!-- 상단 : 텍스트 배너 -->
  854. <!-- 상단 텍스트 배너 링크 수정하는 곳 -->
  855.  
  856. <a href="https://www.thezam.co.kr/benefit.html">
  857. <span>지금 더 풍성해진 <span class="color"> 자몽 혜택</span>을 확인해보세요! <svg width="18" height="18" viewbox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.75L10.375 8.375L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></span></a></div>
  858. </div><!-- //m_onoffmulti_top -->
  859.  
  860.  
  861. <div id="search_box" class="search_box">
  862. <div class="box_inner">
  863.  
  864. <!-- 상단 검색창 -->
  865. <div class="box_inner2">
  866. <form id="searchBarForm" name="" action="/product/search.html" method="get" target="_self" enctype="multipart/form-data" >
  867. <input id="banner_action" name="banner_action" value="" type="hidden"  /><div class="xans-element- xans-layout xans-layout-searchheader search_input cboth "><!--
  868. $product_page=/product/detail.html
  869. $category_page=/product/list.html
  870. -->
  871. <div class="search_close" id="pause"><img src="/morenvyimg/back_search.svg"></div>
  872. <div class="search_form">
  873. <!-- 검색창 : 홍보문구 -->
  874. <!-- 검색창 홍보문구 수정하는 곳 -->
  875. <fieldset title="어떤 상품을 찾으시나요?"><input id="keyword" name="keyword" fw-filter="" fw-label="검색어" fw-msg="" class="inputTypeText" placeholder="" onmousedown="SEARCH_BANNER.clickSearchForm(this)" value="" type="text"  /><button type="button" class="btn_delete">삭제</button><input type="image" src="/morenvyimg/search.svg" class="btn_sh" alt="검색" onclick="SEARCH_BANNER.submitSearchBanner(this); return false;">
  876. </fieldset>
  877. </div>
  878. </div>
  879. </form>
  880.  
  881. <div class="search_recent">
  882. <div class="title">최근 본 상품<a href="/myshop/recent_list.html">전체보기<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  883. <!-- 최근 본 상품 -->
  884. <div class="search_recent_inner">
  885.  
  886. <div class="xans-element- xans-layout xans-layout-productrecent swiper-cotainer ms_swiper"><ul class="swiper-wrapper">
  887. <li class="swiper-slide xans-record-">
  888. <div class="thumb"><a href="/product/detail.html##param##"><img src="about:blank"></a></div>
  889. </li>
  890. <li class="swiper-slide xans-record-">
  891. <div class="thumb"><a href="/product/detail.html##param##"><img src="about:blank"></a></div>
  892. </li>
  893. </ul>
  894. </div>
  895. <p class="empty">최근본 상품 내역이 없습니다.</p>
  896. </div>
  897. </div>
  898.  
  899.  
  900. <div class="search_pop">
  901. <div class="hot_keyword"><!-- 자동 인기 검색어 모듈 -->
  902. <div class="title">인기 검색어</div><!-- 인기 검색어 추가 : 상점관리 - 운영관리 - 상품검색 설정 - 인기검색어 설정 -->
  903. <div class="xans-element- xans-search xans-search-hotkeyword keyword_sub"><a href="/product/search.html?keyword=만득이" class="animation1 xans-record-"><span class="num"></span>만득이</a>
  904. <a href="/product/search.html?keyword=디엘" class="animation1 xans-record-"><span class="num"></span>디엘</a><a href="/product/search.html?keyword=에어 쿨링" class="animation1 xans-record-"><span class="num"></span>에어 쿨링</a><a href="/product/search.html?keyword=나시탑" class="animation1 xans-record-"><span class="num"></span>나시탑</a><a href="/product/search.html?keyword=바디셰이퍼" class="animation1 xans-record-"><span class="num"></span>바디셰이퍼</a><a href="/product/search.html?keyword=브라탑" class="animation1 xans-record-"><span class="num"></span>브라탑</a><a href="/product/search.html?keyword=심리스" class="animation1 xans-record-"><span class="num"></span>심리스</a><a href="/product/search.html?keyword=노와이어" class="animation1 xans-record-"><span class="num"></span>노와이어</a></div>
  905. </div>
  906. </div>
  907. </div><!-- //box_inner2 -->
  908. </div><!-- //box_inner -->
  909. </div><!-- //search_box -->
  910.  
  911.  
  912.  
  913. <div id="mheader">
  914. <div class="mh_sec01">
  915. <div class="top_all fold">
  916. <img class="top_cate" src="/morenvyimg/top_cate.svg">
  917.  </div>
  918. <div class="top_logo">
  919. <!-- 상단 : 로고 -->
  920. <!-- 상단 로고 수정하는 곳 -->
  921. <a href="/"><img src="/morenvyimg/top_logo_thezam_bk.png" alt="로고"></a>
  922.  
  923. </div>
  924. <div class="top_right">
  925. <div class="top_cart"><a href="/order/basket.html"><img src="/morenvyimg/top_cart.svg"><span class="xans-element- xans-layout xans-layout-orderbasketcount ">0</span>
  926. </a></div>
  927. <div class="top_search" id="play"><img src="/morenvyimg/top_search.svg"></div>
  928. </div><!-- //top_right -->
  929. <div class="wrap_swiper_top"></div>
  930. </div><!-- //mh_sec01 -->
  931. <div class="h_padding"></div>
  932.  
  933. <div class="mh_sec02">
  934. <div class="swiper-container swiper_top">
  935. <div class="xans-element- xans-layout xans-layout-category swiper-wrapper"><!-- 상단 자동 카테고리 메뉴 -->
  936. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=950">트렌드 기획전</a></div>
  937. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=994">BEST & NEW</a></div>
  938. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=755">만득이 프로젝트</a></div>
  939. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=562">브라</a></div>
  940. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=183">팬티</a></div>
  941. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=1017">SET</a></div>
  942. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=396">라이프</a></div>
  943. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=808">주니어</a></div>
  944. <div class="swiper-slide xans-record-"><a href="/product/list_thumb.html?cate_no=974">아울렛</a></div>
  945. </div>
  946. </div><!-- //swiper_top -->
  947. </div><!-- //mh_sec02 -->
  948.  
  949. </div><!-- //mheader -->
  950. <span class="mh_empty"></span>
  951.  
  952. <div id="contents">
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962. <!---------------------------------------------------------------------------------------------------------------------------------------
  963.  
  964. - 디자인 수정을 하시려면 현재페이지 좌측(←)의 메뉴에서 [전체화면보기 탭] 을 선택하신후 스크롤을 내리셔서 link.html을 클릭해 주세요.
  965. - 좌측의 메뉴에서 link.html 페이지를 [★자주쓰는화면]으로 선택하시면 좀더 편안하게 접근이 가능합니다.
  966. - link.html 페이지에서 손쉽게 디자인 수정이 가능합니다. (FTP : /sde_design/디자인스킨번호/link.html)
  967.  
  968. - https://morenvy.com // 02-812-3881 // 고객센터
  969. - https://blog.naver.com/morenvy // 온라인매뉴얼
  970. - EMAIL : morenvy@hanmail.net
  971.  
  972. ----------------------------------------------------------------------------------------------------------------------------------------->
  973. <!-- 메인 : 팝업 -->
  974. <div id="popup_layer" class="">
  975. <!-- 팝업 사용안할 시 class에 m_off 를 넣어주세요-->
  976. <div class="popup_box">
  977. <div class="popup_cont swiper-container swiper_pop">
  978. <ul class="swiper-wrapper morenvy-banner-area" area_id="1da9"><!-- 앱스토어 - 모렌비배너 - [메인 : 메인 팝업]에서 수정가능합니다 --><!-- 메인 팝업 수정하는 곳 --><li class="swiper-slide morenvy-banner">
  979. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  980. </li>
  981.  
  982. </ul><div class="swiper-pagination swiper-pagination-swiper04"></div>
  983. </div>
  984. <!--팝업 버튼 영역-->
  985. <div class="popup_btn">
  986.  <!--하루동안 보지않기-->
  987.  <a id="chk_today" href="#none">오늘 하루 보지 않기</a>
  988.  <a href="#none" class="close_day">닫기</a>
  989. </div>
  990. </div>
  991. </div>
  992.  
  993.  
  994. <div class="main_content">
  995.  
  996.  
  997. <!-- 메인비주얼 -->
  998. <section class="mm_visual"><div class="swiper-container swiper_visual">
  999. <div class="swiper-wrapper morenvy-banner-area" area_id="2afe"> <!-- 앱스토어 - 모렌비배너 - [메인 : 메인비주얼]에서 수정가능합니다 -->
  1000. <!-- 메인 : 메인비주얼 -->
  1001. <!-- 메인 비주얼 링크, 이미지 수정하는 곳 -->
  1002. <div class="swiper-slide morenvy-banner">
  1003. <a href="%7B#link_1%7D" target="{#target_1}">
  1004. <div class="img_box">{#imgTag_1}</div>
  1005. <div class="inner">
  1006. <!-- 텍스트수정 -->
  1007. {#html}
  1008. </div>
  1009. </a>
  1010. </div>
  1011.  
  1012. </div>
  1013. <div class="swiper-pagination swiper-pagination-swiper01"></div>
  1014. </div>
  1015. </section><!-- 카테고리 --><section class="mm_cate"><div class="cate_list">
  1016. <div class="m_tab01 swiper-container swiper_cate">
  1017. <ul class="swiper-wrapper morenvy-banner-area " area_id="7a9a"><!-- 앱스토어 - 모렌비배너 - [메인 : 카테고리]에서 수정가능합니다 --><!-- 메인 : 카테고리 --><!-- 카테고리 메뉴 수정하는 곳 --><li class="swiper-slide morenvy-banner ">
  1018. <a href="%7B#link_1%7D" target="{#target_1}">
  1019. <span class="img">{#imgTag_1}</span>
  1020. <span>{#title}</span>
  1021. </a>
  1022. </li>
  1023.  
  1024. </ul></div>
  1025. </div>
  1026. </section><!-- 상품진열 01 / 탭 상품 진열  --><section class="mm_tabprd"><div class="title">
  1027. <!-- 메인타이틀 : 뉴 아이템 -->
  1028. <!-- 메인타이틀 : 신상 -->
  1029.  
  1030. <div class="main_title">
  1031. <div class="mm_title">
  1032. <div class="t01">BEST, 지금 가장 사랑받는 제품</div>
  1033. </div>
  1034. </div>
  1035.  
  1036. <div class="swiper-container mm_tab">
  1037. <div class="swiper-wrapper">
  1038. <div class="swiper-slide on">ALL</div>
  1039. <div class="swiper-slide">BEST 100</div>
  1040. <div class="swiper-slide">BEST REVIEW</div>
  1041. <!-- <div class="swiper-slide">ACC</div> -->
  1042. </div>
  1043. </div>
  1044. </div>
  1045.  
  1046. <div class="xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 cboth ec-base-product on"><!--
  1047. $count = 4
  1048. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1049. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1050. $moreview = yes
  1051. $cache = yes
  1052. -->
  1053. <ul class="prdList grid2">
  1054. <!--
  1055. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1056. --><li id="anchorBoxId_7003" class="swiper-slide xans-record-">
  1057. <div class="box">
  1058. <div class="thumbnail">
  1059. <div class="num"><span></span></div>
  1060. <div class="prdImg"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/2/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202311/75f6126a809eadc3e02eb46a42b05be3.webp" id="eListPrdImage7003_2" alt="[스탠다드핏] 디엘 심리스 브라 NEW"><span class="soldout_icon"></span></a></div>
  1061. <div class="pro_icon">
  1062. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7003,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1063. </div>
  1064. </div>
  1065.  
  1066. <div class="description">
  1067. <div class="sale_box"></div>
  1068. <div class="name"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/2/" class=""><span style="font-size:14px;color:#4a4a4a;">[스탠다드핏] 디엘 심리스 브라 NEW</span></a></div>
  1069. <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li rel="상품요약정보" class=" xans-record-">
  1070. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 # 벌어진가슴 #처진가슴</span></span>
  1071. </li>
  1072. <li rel="할인판매가" class=" xans-record-">
  1073. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">27,800원</span></span>
  1074. </li>
  1075. <li rel="판매가" class=" xans-record-">
  1076. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">29,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1077. </li>
  1078. <li rel="소비자가" class=" xans-record-">
  1079. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,900원</span></span>
  1080. </li>
  1081. <li rel="할인 기간" class=" xans-record-">
  1082. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (2,100원 할인)</strong></p><p> 2024-01-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1083. </li>
  1084. </ul>
  1085. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_130.png"  alt="" />   </div>
  1086. </div>
  1087. <!-- //description -->
  1088. </div>
  1089. </li>
  1090.  
  1091. <li id="anchorBoxId_5153" class="swiper-slide xans-record-">
  1092. <div class="box">
  1093. <div class="thumbnail">
  1094. <div class="num"><span></span></div>
  1095. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/2/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202404/59dfa81152b1e821d142b68f1f3d44e6.webp" id="eListPrdImage5153_2" alt="[MDG] 만득이 머스크 심리스"><span class="soldout_icon"></span></a></div>
  1096. <div class="pro_icon">
  1097. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5153,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1098. </div>
  1099. </div>
  1100.  
  1101. <div class="description">
  1102. <div class="sale_box"></div>
  1103. <div class="name"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/2/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 머스크 심리스</span></a></div>
  1104. <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li rel="상품요약정보" class=" xans-record-">
  1105. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 #퍼진가슴 #처진가슴</span></span>
  1106. </li>
  1107. <li rel="판매가" class=" xans-record-">
  1108. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">29,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1109. </li>
  1110. <li rel="소비자가" class=" xans-record-">
  1111. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,000원</span></span>
  1112. </li>
  1113. </ul>
  1114. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1115. </div>
  1116. <!-- //description -->
  1117. </div>
  1118. </li>
  1119. <li id="anchorBoxId_7243" class="swiper-slide xans-record-">
  1120. <div class="box">
  1121. <div class="thumbnail">
  1122. <div class="num"><span></span></div>
  1123. <div class="prdImg"><a href="/product/볼륨핏-디엘-볼륨업-심리스-브라팬티set/7243/category/1/display/2/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202401/232da5b54a93e6d73a0dad5b93dab91d.jpg" id="eListPrdImage7243_2" alt="[볼륨핏] 디엘 볼륨업 심리스 브라팬티SET"><span class="soldout_icon"></span></a></div>
  1124. <div class="pro_icon">
  1125. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7243,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1126. </div>
  1127. </div>
  1128.  
  1129. <div class="description">
  1130. <div class="sale_box"></div>
  1131. <div class="name"><a href="/product/볼륨핏-디엘-볼륨업-심리스-브라팬티set/7243/category/1/display/2/" class=""><span style="font-size:14px;color:#4a4a4a;">[볼륨핏] 디엘 볼륨업 심리스 브라팬티SET</span></a></div>
  1132. <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li rel="할인판매가" class=" xans-record-">
  1133. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">31,900원</span></span>
  1134. </li>
  1135. <li rel="판매가" class=" xans-record-">
  1136. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">39,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1137. </li>
  1138. <li rel="소비자가" class=" xans-record-">
  1139. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">39,900원</span></span>
  1140. </li>
  1141. <li rel="할인 기간" class=" xans-record-">
  1142. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (8,000원 할인)</strong></p><p> 2024-07-24 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1143. </li>
  1144. </ul>
  1145. <div class="icon">      </div>
  1146. </div>
  1147. <!-- //description -->
  1148. </div>
  1149. </li>
  1150. <li id="anchorBoxId_6560" class="swiper-slide xans-record-">
  1151. <div class="box">
  1152. <div class="thumbnail">
  1153. <div class="num"><span></span></div>
  1154. <div class="prdImg"><a href="/product/mdg-만득이-라인리스/6560/category/1/display/2/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/a415c9220174eb3a74d5c806ae0e2cdc.webp" id="eListPrdImage6560_2" alt="[MDG] 만득이 라인리스"><span class="soldout_icon"></span></a></div>
  1155. <div class="pro_icon">
  1156. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6560,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1157. </div>
  1158. </div>
  1159.  
  1160. <div class="description">
  1161. <div class="sale_box"></div>
  1162. <div class="name"><a href="/product/mdg-만득이-라인리스/6560/category/1/display/2/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 라인리스</span></a></div>
  1163. <ul class="xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec"><li rel="상품요약정보" class=" xans-record-">
  1164. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#심리스 #편한게최고 #군살정리</span></span>
  1165. </li>
  1166. <li rel="할인판매가" class=" xans-record-">
  1167. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">28,800원</span></span>
  1168. </li>
  1169. <li rel="판매가" class=" xans-record-">
  1170. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">32,000원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1171. </li>
  1172. <li rel="소비자가" class=" xans-record-">
  1173. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">32,000원</span></span>
  1174. </li>
  1175. <li rel="할인 기간" class=" xans-record-">
  1176. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 522일 13:16:20 (3,200원 할인)</strong></p><p> 2024-01-29 00:00 ~ 2025-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1177. </li>
  1178. </ul>
  1179. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_127.png"  alt="" /><img src="/web/upload/custom_14316312623238049.png"  alt="" />   </div>
  1180. </div>
  1181. <!-- //description -->
  1182. </div>
  1183. </li>
  1184.  
  1185. </ul><div class="xans-element- xans-product xans-product-listmore-1 xans-product-listmore xans-product-1 more_btn"><a href="#none" onclick="try { $M.displayMore(1, 2, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) { return false; }" class="btnMore">
  1186. VIEW MORE (<span id="more_current_page_2" class="">1</span>/<span id="more_total_page_2" class="">8</span>)
  1187. <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a>
  1188. </div>
  1189. </div>
  1190.  
  1191.  
  1192. <div class="xans-element- xans-product xans-product-listmain-73 xans-product-listmain xans-product-73 cboth ec-base-product"><!--
  1193. $count = 4
  1194. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1195. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1196. $moreview = yes
  1197. $cache = yes
  1198. -->
  1199. <ul class="prdList grid2">
  1200. <!--
  1201. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1202. --><li id="anchorBoxId_7003" class="swiper-slide xans-record-">
  1203. <div class="box">
  1204. <div class="thumbnail">
  1205. <div class="num"><span></span></div>
  1206. <div class="prdImg"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/74/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202311/75f6126a809eadc3e02eb46a42b05be3.webp" id="eListPrdImage7003_74" alt="[스탠다드핏] 디엘 심리스 브라 NEW"><span class="soldout_icon"></span></a></div>
  1207. <div class="pro_icon">
  1208. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7003,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1209. </div>
  1210. </div>
  1211.  
  1212. <div class="description">
  1213. <div class="sale_box"></div>
  1214. <div class="name"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/74/" class=""><span style="font-size:14px;color:#4a4a4a;">[스탠다드핏] 디엘 심리스 브라 NEW</span></a></div>
  1215. <ul class="xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec"><li rel="상품 요약설명" class=" xans-record-">
  1216. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 # 벌어진가슴 #처진가슴</span></span>
  1217. </li>
  1218. <li rel="할인판매가" class=" xans-record-">
  1219. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">27,800원</span></span>
  1220. </li>
  1221. <li rel="판매가" class=" xans-record-">
  1222. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1223. </li>
  1224. <li rel="소비자가" class=" xans-record-">
  1225. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,900원</span></span>
  1226. </li>
  1227. <li rel="할인 기간" class=" xans-record-">
  1228. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (2,100원 할인)</strong></p><p> 2024-01-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1229. </li>
  1230. <li rel="상품색상" class=" xans-record-">
  1231. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="74"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="74"></span><span class="chips" title="#FF9FB7" style="background-color:#FF9FB7" color_no="" displayGroup="74"></span><span class="chips" title="#C4E7FE" style="background-color:#C4E7FE" color_no="" displayGroup="74"></span><span class="chips" title="#C4A0D5" style="background-color:#C4A0D5" color_no="" displayGroup="74"></span><span class="chips" title="#93C47D" style="background-color:#93C47D" color_no="" displayGroup="74"></span><span class="chips" title="#3264A0" style="background-color:#3264A0" color_no="" displayGroup="74"></span></div></span>
  1232. </li>
  1233. </ul>
  1234. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_130.png"  alt="" />   </div>
  1235. </div>
  1236. <!-- //description -->
  1237. </div>
  1238. </li>
  1239.  
  1240. <li id="anchorBoxId_5153" class="swiper-slide xans-record-">
  1241. <div class="box">
  1242. <div class="thumbnail">
  1243. <div class="num"><span></span></div>
  1244. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/74/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202404/59dfa81152b1e821d142b68f1f3d44e6.webp" id="eListPrdImage5153_74" alt="[MDG] 만득이 머스크 심리스"><span class="soldout_icon"></span></a></div>
  1245. <div class="pro_icon">
  1246. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5153,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1247. </div>
  1248. </div>
  1249.  
  1250. <div class="description">
  1251. <div class="sale_box"></div>
  1252. <div class="name"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/74/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 머스크 심리스</span></a></div>
  1253. <ul class="xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec"><li rel="상품 요약설명" class=" xans-record-">
  1254. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 #퍼진가슴 #처진가슴</span></span>
  1255. </li>
  1256. <li rel="판매가" class=" xans-record-">
  1257. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">29,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1258. </li>
  1259. <li rel="소비자가" class=" xans-record-">
  1260. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,000원</span></span>
  1261. </li>
  1262. <li rel="상품색상" class=" xans-record-">
  1263. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="74"></span><span class="chips" title="#CCA87C" style="background-color:#CCA87C" color_no="" displayGroup="74"></span><span class="chips" title="#93C47D" style="background-color:#93C47D" color_no="" displayGroup="74"></span><span class="chips" title="#C4A0D5" style="background-color:#C4A0D5" color_no="" displayGroup="74"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="74"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="74"></span></div></span>
  1264. </li>
  1265. </ul>
  1266. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1267. </div>
  1268. <!-- //description -->
  1269. </div>
  1270. </li>
  1271. <li id="anchorBoxId_6564" class="swiper-slide xans-record-">
  1272. <div class="box">
  1273. <div class="thumbnail">
  1274. <div class="num"><span></span></div>
  1275. <div class="prdImg"><a href="/product/mdg-만득이-글래머-set/6564/category/1/display/74/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202402/e68887ce44d4a3f919157d78afbbbfce.jpg" id="eListPrdImage6564_74" alt="[MDG] 만득이 글래머 SET"><span class="soldout_icon"></span></a></div>
  1276. <div class="pro_icon">
  1277. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6564,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1278. </div>
  1279. </div>
  1280.  
  1281. <div class="description">
  1282. <div class="sale_box"></div>
  1283. <div class="name"><a href="/product/mdg-만득이-글래머-set/6564/category/1/display/74/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 글래머 SET</span></a></div>
  1284. <ul class="xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec"><li rel="상품 요약설명" class=" xans-record-">
  1285. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#벌어진가슴 #작은가슴 #처진가슴</span></span>
  1286. </li>
  1287. <li rel="할인판매가" class=" xans-record-">
  1288. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">25,600원</span></span>
  1289. </li>
  1290. <li rel="판매가" class=" xans-record-">
  1291. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">27,000원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1292. </li>
  1293. <li rel="소비자가" class=" xans-record-">
  1294. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">27,000원</span></span>
  1295. </li>
  1296. <li rel="할인 기간" class=" xans-record-">
  1297. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (1,400원 할인)</strong></p><p> 2023-12-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1298. </li>
  1299. <li rel="상품색상" class=" xans-record-">
  1300. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="74"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="74"></span><span class="chips" title="#FF9FB7" style="background-color:#FF9FB7" color_no="" displayGroup="74"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="74"></span></div></span>
  1301. </li>
  1302. </ul>
  1303. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_125.png"  alt="" /><img src="/web/upload/custom_126.png"  alt="" />   </div>
  1304. </div>
  1305. <!-- //description -->
  1306. </div>
  1307. </li>
  1308. <li id="anchorBoxId_5450" class="swiper-slide xans-record-">
  1309. <div class="box">
  1310. <div class="thumbnail">
  1311. <div class="num"><span></span></div>
  1312. <div class="prdImg"><a href="/product/심리스-머스크-삼각-팬티/5450/category/1/display/74/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202211/210160fc51e6c462dd7d9c33c0e18f89.jpg" id="eListPrdImage5450_74" alt="[심리스] 머스크 삼각 팬티"><span class="soldout_icon"></span></a></div>
  1313. <div class="pro_icon">
  1314. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5450,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1315. </div>
  1316. </div>
  1317.  
  1318. <div class="description">
  1319. <div class="sale_box"></div>
  1320. <div class="name"><a href="/product/심리스-머스크-삼각-팬티/5450/category/1/display/74/" class=""><span style="font-size:14px;color:#4a4a4a;">[심리스] 머스크 삼각 팬티</span></a></div>
  1321. <ul class="xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec"><li rel="판매가" class=" xans-record-">
  1322. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">12,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1323. </li>
  1324. <li rel="상품색상" class=" xans-record-">
  1325. <span class="m_item"><div class="color"><span class="chips" title="#CCA87C" style="background-color:#CCA87C" color_no="" displayGroup="74"></span><span class="chips" title="#93C47D" style="background-color:#93C47D" color_no="" displayGroup="74"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="74"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="74"></span><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="74"></span><span class="chips" title="#C4A0D5" style="background-color:#C4A0D5" color_no="" displayGroup="74"></span></div></span>
  1326. </li>
  1327. </ul>
  1328. <div class="icon">   <img src="/web/upload/custom_134.png"  alt="" /><img src="/web/upload/custom_135.png"  alt="" /><img src="/web/upload/custom_139.png"  alt="" />   </div>
  1329. </div>
  1330. <!-- //description -->
  1331. </div>
  1332. </li>
  1333.  
  1334. </ul><div class="xans-element- xans-product xans-product-listmore-73 xans-product-listmore xans-product-73 more_btn"><a href="#none" onclick="try { $M.displayMore(73, 74, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) { return false; }" class="btnMore">
  1335. VIEW MORE (<span id="more_current_page_74" class="">1</span>/<span id="more_total_page_74" class="">5</span>)
  1336. <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a>
  1337. </div>
  1338. </div>
  1339.  
  1340. <div class="xans-element- xans-product xans-product-listmain-74 xans-product-listmain xans-product-74 cboth ec-base-product"><!--
  1341. $count = 4
  1342. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1343. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1344. $moreview = yes
  1345. $cache = yes
  1346. -->
  1347. <ul class="prdList grid2">
  1348. <!--
  1349. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1350. --><li id="anchorBoxId_6536" class="swiper-slide xans-record-">
  1351. <div class="box">
  1352. <div class="thumbnail">
  1353. <div class="num"><span></span></div>
  1354. <div class="prdImg"><a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/75/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202309/9823e3e22bcf82af4bf5afc85925b48b.jpg" id="eListPrdImage6536_75" alt="[스탠다드핏] 에어 쿨링 라인 매쉬 브라탑"><span class="xans-element- xans-product xans-product-imagestyle-74 xans-product-imagestyle xans-product-74 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  1355. </span>
  1356. <span class="soldout_icon"></span></a></div>
  1357. <div class="pro_icon">
  1358. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6536,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1359. </div>
  1360. </div>
  1361.  
  1362. <div class="description">
  1363. <div class="sale_box"></div>
  1364. <div class="name"><a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/75/" class=""><span style="font-size:14px;color:#4a4a4a;">[스탠다드핏] 에어 쿨링 라인 매쉬 브라탑</span></a></div>
  1365. <ul class="xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec"><li rel="판매가" class=" xans-record-">
  1366. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">24,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1367. </li>
  1368. <li rel="소비자가" class=" xans-record-">
  1369. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">24,000원</span></span>
  1370. </li>
  1371. <li rel="상품색상" class=" xans-record-">
  1372. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="75"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="75"></span></div></span>
  1373. </li>
  1374. </ul>
  1375. <div class="icon">      </div>
  1376. </div>
  1377. <!-- //description -->
  1378. </div>
  1379. </li>
  1380.  
  1381. <li id="anchorBoxId_6568" class="swiper-slide xans-record-">
  1382. <div class="box">
  1383. <div class="thumbnail">
  1384. <div class="num"><span></span></div>
  1385. <div class="prdImg"><a href="/product/묶음할인-프리탑-심리스-삼각-팬티/6568/category/1/display/75/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202311/313dd2215fead225b6e92184ea7b5eb8.jpg" id="eListPrdImage6568_75" alt="[묶음할인] 프리탑 심리스 삼각 팬티"><span class="xans-element- xans-product xans-product-imagestyle-74 xans-product-imagestyle xans-product-74 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_8817035883686443.png');"></span>
  1386. </span>
  1387. <span class="soldout_icon"></span></a></div>
  1388. <div class="pro_icon">
  1389. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6568,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1390. </div>
  1391. </div>
  1392.  
  1393. <div class="description">
  1394. <div class="sale_box"></div>
  1395. <div class="name"><a href="/product/묶음할인-프리탑-심리스-삼각-팬티/6568/category/1/display/75/" class=""><span style="font-size:14px;color:#4a4a4a;">[묶음할인] 프리탑 심리스 삼각 팬티</span></a></div>
  1396. <ul class="xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec"><li rel="할인판매가" class=" xans-record-">
  1397. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">9,900원</span></span>
  1398. </li>
  1399. <li rel="판매가" class=" xans-record-">
  1400. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">19,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1401. </li>
  1402. <li rel="소비자가" class=" xans-record-">
  1403. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">19,900원</span></span>
  1404. </li>
  1405. <li rel="할인 기간" class=" xans-record-">
  1406. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (10,000원 할인)</strong></p><p> 2024-07-24 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1407. </li>
  1408. <li rel="상품색상" class=" xans-record-">
  1409. <span class="m_item"><div class="color"><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="75"></span><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="75"></span><span class="chips" title="#FFFFFF" style="background-color:#FFFFFF" color_no="" displayGroup="75"></span></div></span>
  1410. </li>
  1411. </ul>
  1412. <div class="icon">   <img src="/web/upload/custom_132.png"  alt="" /><img src="/web/upload/custom_135.png"  alt="" /><img src="/web/upload/custom_139.png"  alt="" />   </div>
  1413. </div>
  1414. <!-- //description -->
  1415. </div>
  1416. </li>
  1417. <li id="anchorBoxId_6607" class="swiper-slide xans-record-">
  1418. <div class="box">
  1419. <div class="thumbnail">
  1420. <div class="num"><span></span></div>
  1421. <div class="prdImg"><a href="/product/슬림-라인-심리스-팬티/6607/category/1/display/75/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202305/bd162b6bf3439fb69ae7e3d974eef16b.jpg" id="eListPrdImage6607_75" alt="슬림 라인 심리스 팬티"><span class="xans-element- xans-product xans-product-imagestyle-74 xans-product-imagestyle xans-product-74 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_8817035883686443.png');"></span>
  1422. </span>
  1423. <span class="soldout_icon"></span></a></div>
  1424. <div class="pro_icon">
  1425. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6607,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1426. </div>
  1427. </div>
  1428.  
  1429. <div class="description">
  1430. <div class="sale_box"></div>
  1431. <div class="name"><a href="/product/슬림-라인-심리스-팬티/6607/category/1/display/75/" class=""><span style="font-size:14px;color:#4a4a4a;">슬림 라인 심리스 팬티</span></a></div>
  1432. <ul class="xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec"><li rel="판매가" class=" xans-record-">
  1433. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">12,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1434. </li>
  1435. <li rel="상품색상" class=" xans-record-">
  1436. <span class="m_item"><div class="color"><span class="chips" title="#FFE599" style="background-color:#FFE599" color_no="" displayGroup="75"></span><span class="chips" title="#90EDD4" style="background-color:#90EDD4" color_no="" displayGroup="75"></span><span class="chips" title="#FF9FB7" style="background-color:#FF9FB7" color_no="" displayGroup="75"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="75"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="75"></span></div></span>
  1437. </li>
  1438. </ul>
  1439. <div class="icon">      </div>
  1440. </div>
  1441. <!-- //description -->
  1442. </div>
  1443. </li>
  1444. <li id="anchorBoxId_5153" class="swiper-slide xans-record-">
  1445. <div class="box">
  1446. <div class="thumbnail">
  1447. <div class="num"><span></span></div>
  1448. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/75/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202404/59dfa81152b1e821d142b68f1f3d44e6.webp" id="eListPrdImage5153_75" alt="[MDG] 만득이 머스크 심리스"><span class="soldout_icon"></span></a></div>
  1449. <div class="pro_icon">
  1450. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5153,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1451. </div>
  1452. </div>
  1453.  
  1454. <div class="description">
  1455. <div class="sale_box"></div>
  1456. <div class="name"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/75/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 머스크 심리스</span></a></div>
  1457. <ul class="xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec"><li rel="상품 요약설명" class=" xans-record-">
  1458. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 #퍼진가슴 #처진가슴</span></span>
  1459. </li>
  1460. <li rel="판매가" class=" xans-record-">
  1461. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">29,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1462. </li>
  1463. <li rel="소비자가" class=" xans-record-">
  1464. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,000원</span></span>
  1465. </li>
  1466. <li rel="상품색상" class=" xans-record-">
  1467. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="75"></span><span class="chips" title="#CCA87C" style="background-color:#CCA87C" color_no="" displayGroup="75"></span><span class="chips" title="#93C47D" style="background-color:#93C47D" color_no="" displayGroup="75"></span><span class="chips" title="#C4A0D5" style="background-color:#C4A0D5" color_no="" displayGroup="75"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="75"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="75"></span></div></span>
  1468. </li>
  1469. </ul>
  1470. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1471. </div>
  1472. <!-- //description -->
  1473. </div>
  1474. </li>
  1475.  
  1476. </ul><div class="xans-element- xans-product xans-product-listmore-74 xans-product-listmore xans-product-74 more_btn"><a href="#none" onclick="try { $M.displayMore(74, 75, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) { return false; }" class="btnMore">
  1477. VIEW MORE (<span id="more_current_page_75" class="">1</span>/<span id="more_total_page_75" class="">3</span>)
  1478. <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a>
  1479. </div>
  1480. </div>
  1481.  
  1482. </section><!-- 상품진열 (추가) / 신상 5% (프로덕트 요청으로 추가_chrissie_240109) --><section class="mm_steady"><!-- 메인타이틀 : NEW --><!-- 메인타이틀 : NEW --><div class="main_title">
  1483. <div class="mm_title">
  1484. <div class="t01">신상 할인</div>
  1485. </div>
  1486. </div>
  1487.  
  1488. <!-- 메인 : 스테디 셀러 상품진열 -->
  1489. <div class="xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 cboth ec-base-product"><!--
  1490. $count = 4
  1491. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1492. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1493. $moreview = yes
  1494. $cache = yes
  1495. -->
  1496. <ul class="prdList grid2">
  1497. <!--
  1498. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1499. --><li id="anchorBoxId_7747" class="swiper-slide xans-record-">
  1500. <div class="box">
  1501. <div class="thumbnail">
  1502. <div class="num"><span></span></div>
  1503. <div class="prdImg"><a href="/product/착붙-윙-누브라/7747/category/1/display/3/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/6ab95a3c3dfd9fa951c38bd590a2659d.jpg" id="eListPrdImage7747_3" alt="착붙 윙 누브라"><span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  1504. </span>
  1505. <span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_9117189356178917.png');"></span>
  1506. </span>
  1507. <span class="soldout_icon"></span></a></div>
  1508. <div class="pro_icon">
  1509. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7747,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1510. </div>
  1511. </div>
  1512.  
  1513. <div class="description">
  1514. <div class="sale_box"></div>
  1515. <div class="name"><a href="/product/착붙-윙-누브라/7747/category/1/display/3/" class=""><span style="font-size:14px;color:#4a4a4a;">착붙 윙 누브라</span></a></div>
  1516. <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li rel="할인판매가" class=" xans-record-">
  1517. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">28,400원</span></span>
  1518. </li>
  1519. <li rel="판매가" class=" xans-record-">
  1520. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">29,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1521. </li>
  1522. <li rel="소비자가" class=" xans-record-">
  1523. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,900원</span></span>
  1524. </li>
  1525. <li rel="할인 기간" class=" xans-record-">
  1526. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:21:20 (1,500원 할인)</strong></p><p> 2024-01-29 01:00 ~ 2025-01-01 00:00</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1527. </li>
  1528. </ul>
  1529. <div class="icon">      </div>
  1530. </div>
  1531. <!-- //description -->
  1532. </div>
  1533. </li>
  1534.  
  1535. <li id="anchorBoxId_7649" class="swiper-slide xans-record-">
  1536. <div class="box">
  1537. <div class="thumbnail">
  1538. <div class="num"><span></span></div>
  1539. <div class="prdImg"><a href="/product/노브라-이너캡-나시탑/7649/category/1/display/3/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202406/05dce0a5b1f925585774f785b6e85999.jpg" id="eListPrdImage7649_3" alt="노브라 이너캡 나시탑"><span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_9117189356178917.png');"></span>
  1540. </span>
  1541. <span class="soldout_icon"></span></a></div>
  1542. <div class="pro_icon">
  1543. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7649,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1544. </div>
  1545. </div>
  1546.  
  1547. <div class="description">
  1548. <div class="sale_box"></div>
  1549. <div class="name"><a href="/product/노브라-이너캡-나시탑/7649/category/1/display/3/" class=""><span style="font-size:14px;color:#4a4a4a;">노브라 이너캡 나시탑</span></a></div>
  1550. <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li rel="할인판매가" class=" xans-record-">
  1551. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">25,900원</span></span>
  1552. </li>
  1553. <li rel="판매가" class=" xans-record-">
  1554. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">29,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1555. </li>
  1556. <li rel="할인 기간" class=" xans-record-">
  1557. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (4,000원 할인)</strong></p><p> 2024-07-24 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1558. </li>
  1559. </ul>
  1560. <div class="icon">      </div>
  1561. </div>
  1562. <!-- //description -->
  1563. </div>
  1564. </li>
  1565. <li id="anchorBoxId_7639" class="swiper-slide xans-record-">
  1566. <div class="box">
  1567. <div class="thumbnail">
  1568. <div class="num"><span></span></div>
  1569. <div class="prdImg"><a href="/product/에어-쿨링-스트링-브라탑/7639/category/1/display/3/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202406/9af0c2582e85c00b18884faab0eac943.jpg" id="eListPrdImage7639_3" alt="에어 쿨링 스트링 브라탑"><span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  1570. </span>
  1571. <span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_9117189356178917.png');"></span>
  1572. </span>
  1573. <span class="soldout_icon"></span></a></div>
  1574. <div class="pro_icon">
  1575. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7639,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1576. </div>
  1577. </div>
  1578.  
  1579. <div class="description">
  1580. <div class="sale_box"></div>
  1581. <div class="name"><a href="/product/에어-쿨링-스트링-브라탑/7639/category/1/display/3/" class=""><span style="font-size:14px;color:#4a4a4a;">에어 쿨링 스트링 브라탑</span></a></div>
  1582. <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li rel="할인판매가" class=" xans-record-">
  1583. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">17,000원</span></span>
  1584. </li>
  1585. <li rel="판매가" class=" xans-record-">
  1586. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">17,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1587. </li>
  1588. <li rel="할인 기간" class=" xans-record-">
  1589. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:21:20 (900원 할인)</strong></p><p> 2024-01-29 01:00 ~ 2025-01-01 00:00</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1590. </li>
  1591. </ul>
  1592. <div class="icon">   <img src="/web/upload/custom_114.png"  alt="" /><img src="/web/upload/custom_118.png"  alt="" /><img src="/web/upload/custom_116.png"  alt="" />   </div>
  1593. </div>
  1594. <!-- //description -->
  1595. </div>
  1596. </li>
  1597. <li id="anchorBoxId_7636" class="swiper-slide xans-record-">
  1598. <div class="box">
  1599. <div class="thumbnail">
  1600. <div class="num"><span></span></div>
  1601. <div class="prdImg"><a href="/product/트윈-스트랩-단추-나시탑/7636/category/1/display/3/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202406/bb1acaaccd946fcea5cf1a3fcd5a16e3.jpg" id="eListPrdImage7636_3" alt="트윈 스트랩 단추 나시탑"><span class="xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_9117189356178917.png');"></span>
  1602. </span>
  1603. <span class="soldout_icon"></span></a></div>
  1604. <div class="pro_icon">
  1605. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7636,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1606. </div>
  1607. </div>
  1608.  
  1609. <div class="description">
  1610. <div class="sale_box"></div>
  1611. <div class="name"><a href="/product/트윈-스트랩-단추-나시탑/7636/category/1/display/3/" class=""><span style="font-size:14px;color:#4a4a4a;">트윈 스트랩 단추 나시탑</span></a></div>
  1612. <ul class="xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec"><li rel="할인판매가" class=" xans-record-">
  1613. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">22,700원</span></span>
  1614. </li>
  1615. <li rel="판매가" class=" xans-record-">
  1616. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">23,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1617. </li>
  1618. <li rel="할인 기간" class=" xans-record-">
  1619. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:21:20 (1,200원 할인)</strong></p><p> 2024-01-29 01:00 ~ 2025-01-01 00:00</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1620. </li>
  1621. </ul>
  1622. <div class="icon">   <img src="/web/upload/custom_114.png"  alt="" /><img src="/web/upload/custom_118.png"  alt="" /><img src="/web/upload/custom_116.png"  alt="" />   </div>
  1623. </div>
  1624. <!-- //description -->
  1625. </div>
  1626. </li>
  1627.  
  1628. </ul><div class="xans-element- xans-product xans-product-listmore-2 xans-product-listmore xans-product-2 more_btn"><a href="#none" onclick="try { $M.displayMore(2, 3, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) { return false; }" class="btnMore">
  1629. VIEW MORE (<span id="more_current_page_3" class="">1</span>/<span id="more_total_page_3" class="">4</span>)
  1630. <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a>
  1631. </div>
  1632. </div>
  1633. </section><!-- 상품진열 02 / 타임세일 --><section class="mm_time"><div class="title">
  1634. <!-- 메인타이틀 : 핫딜 -->
  1635. <!-- 메인타이틀 : HOT DEAL -->
  1636.  
  1637. <div class="main_title">
  1638. <div class="mm_title">
  1639. <div class="t01">HOT DEAL</div>
  1640. <div class="see_all"><a href="https://thezam.co.kr/product/list_thumb.html?cate_no=1035">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  1641. </div>
  1642. </div>
  1643. </div>
  1644.  
  1645. <!-- 메인 : 타임세일 상품진열 -->
  1646. </section><!-- 메인 이벤트 배너 --><section class="mm_banner"><div class="swiper-container swiper_banner">
  1647. <div class="swiper-wrapper morenvy-banner-area" area_id="54bb"><!-- 앱스토어 - 모렌비배너 - [메인 : 이벤트배너]에서 수정가능합니다 -->
  1648. <!-- 메인 : 이벤트배너 -->
  1649. <!-- 메인 이벤트배너 수정하는 곳 -->
  1650. <div class="swiper-slide morenvy-banner">
  1651. <!-- 메인 배너 : 링크, 이미지 수정 -->
  1652. <a href="%7B#link_1%7D" target="{#target_1}">
  1653. <div class="img_box">
  1654. {#imgTag_1}
  1655. </div>
  1656. <div class="inner">
  1657. {#html}
  1658. </div>
  1659. </a>
  1660. </div>
  1661.  
  1662. </div>
  1663. <div class="swiper-pagination swiper-pagination-swiper02"></div>
  1664. </div>
  1665. </section><!-- 상품진열 03 / 베스트 랭킹 --><section class="mm_best"><div class="title">
  1666. <!-- 메인타이틀 : 베스트 랭킹 -->
  1667. <!-- 메인타이틀 : BEST RANKING -->
  1668.  
  1669. <div class="main_title">
  1670. <div class="mm_title">
  1671. <div class="t01">실시간 RANKING</div>
  1672. <div class="see_all"><a href="https://thezam.co.kr/product/list_thumb.html?cate_no=994">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  1673. </div>
  1674. </div>
  1675. </div>
  1676.  
  1677. <!-- 메인 : 베스트 랭킹 상품진열 -->
  1678. <div class="xans-element- xans-product xans-product-listmain-62 xans-product-listmain xans-product-62 cboth ec-base-product"><!--
  1679. $count = 5
  1680. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1681. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1682. -->
  1683. <ul class="prdList">
  1684. <!--
  1685. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1686. --><li id="anchorBoxId_7003" class="swiper-slide xans-record-">
  1687. <div class="title_name on"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/63/" class=""><span class="num"></span><span style="font-size:14px;color:#555555;">[스탠다드핏] 디엘 심리스 브라 NEW</span></a></div>
  1688. <div class="box">
  1689. <a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/63/">
  1690. <div class="thumbnail">
  1691. <div class="prdImg"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/63/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202311/75f6126a809eadc3e02eb46a42b05be3.webp" id="eListPrdImage7003_63" alt="[스탠다드핏] 디엘 심리스 브라 NEW"> <span class="soldout_icon"></span></a></div>
  1692. <div class="pro_icon">
  1693. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7003,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1694. </div>
  1695. </div>
  1696.  
  1697. <div class="description">
  1698. <div class="sale_box"></div>
  1699. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_130.png"  alt="" />   </div>
  1700. <div class="name"><a href="/product/스탠다드핏-디엘-심리스-브라-new/7003/category/1/display/63/" class=""><span style="font-size:14px;color:#555555;">[스탠다드핏] 디엘 심리스 브라 NEW</span></a></div>
  1701. <ul class="xans-element- xans-product xans-product-listitem-62 xans-product-listitem xans-product-62 spec"><li rel="상품 요약설명" class=" xans-record-">
  1702. <span class="m_item"><span style="font-size:12px;color:#555555;">#작은가슴 # 벌어진가슴 #처진가슴</span></span>
  1703. </li>
  1704. <li rel="할인판매가" class=" xans-record-">
  1705. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;">27,800원</span></span>
  1706. </li>
  1707. <li rel="판매가" class=" xans-record-">
  1708. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;text-decoration:line-through;">29,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1709. </li>
  1710. <li rel="소비자가" class=" xans-record-">
  1711. <span class="m_item"><span style="font-size:12px;color:#555555;text-decoration:line-through;">29,900원</span></span>
  1712. </li>
  1713. <li rel="할인 기간" class=" xans-record-">
  1714. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (2,100원 할인)</strong></p><p> 2024-01-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1715. </li>
  1716. </ul>
  1717. <div class="color displaynone">
  1718. </div>
  1719. <!-- //color -->
  1720. </div>
  1721. <!-- //description -->
  1722. </a>
  1723. </div>
  1724. </li>
  1725.  
  1726. <li id="anchorBoxId_5153" class="swiper-slide xans-record-">
  1727. <div class="title_name"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/63/" class=""><span class="num"></span><span style="font-size:14px;color:#555555;">[MDG] 만득이 머스크 심리스</span></a></div>
  1728. <div class="box">
  1729. <a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/63/">
  1730. <div class="thumbnail">
  1731. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/63/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202404/59dfa81152b1e821d142b68f1f3d44e6.webp" id="eListPrdImage5153_63" alt="[MDG] 만득이 머스크 심리스"> <span class="soldout_icon"></span></a></div>
  1732. <div class="pro_icon">
  1733. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5153,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1734. </div>
  1735. </div>
  1736.  
  1737. <div class="description">
  1738. <div class="sale_box"></div>
  1739. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1740. <div class="name"><a href="/product/mdg-만득이-머스크-심리스/5153/category/1/display/63/" class=""><span style="font-size:14px;color:#555555;">[MDG] 만득이 머스크 심리스</span></a></div>
  1741. <ul class="xans-element- xans-product xans-product-listitem-62 xans-product-listitem xans-product-62 spec"><li rel="상품 요약설명" class=" xans-record-">
  1742. <span class="m_item"><span style="font-size:12px;color:#555555;">#작은가슴 #퍼진가슴 #처진가슴</span></span>
  1743. </li>
  1744. <li rel="판매가" class=" xans-record-">
  1745. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;">29,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1746. </li>
  1747. <li rel="소비자가" class=" xans-record-">
  1748. <span class="m_item"><span style="font-size:12px;color:#555555;text-decoration:line-through;">29,000원</span></span>
  1749. </li>
  1750. </ul>
  1751. <div class="color displaynone">
  1752. </div>
  1753. <!-- //color -->
  1754. </div>
  1755. <!-- //description -->
  1756. </a>
  1757. </div>
  1758. </li>
  1759. <li id="anchorBoxId_6564" class="swiper-slide xans-record-">
  1760. <div class="title_name"><a href="/product/mdg-만득이-글래머-set/6564/category/1/display/63/" class=""><span class="num"></span><span style="font-size:14px;color:#555555;">[MDG] 만득이 글래머 SET</span></a></div>
  1761. <div class="box">
  1762. <a href="/product/mdg-만득이-글래머-set/6564/category/1/display/63/">
  1763. <div class="thumbnail">
  1764. <div class="prdImg"><a href="/product/mdg-만득이-글래머-set/6564/category/1/display/63/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202402/e68887ce44d4a3f919157d78afbbbfce.jpg" id="eListPrdImage6564_63" alt="[MDG] 만득이 글래머 SET"> <span class="soldout_icon"></span></a></div>
  1765. <div class="pro_icon">
  1766. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6564,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1767. </div>
  1768. </div>
  1769.  
  1770. <div class="description">
  1771. <div class="sale_box"></div>
  1772. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_125.png"  alt="" /><img src="/web/upload/custom_126.png"  alt="" />   </div>
  1773. <div class="name"><a href="/product/mdg-만득이-글래머-set/6564/category/1/display/63/" class=""><span style="font-size:14px;color:#555555;">[MDG] 만득이 글래머 SET</span></a></div>
  1774. <ul class="xans-element- xans-product xans-product-listitem-62 xans-product-listitem xans-product-62 spec"><li rel="상품 요약설명" class=" xans-record-">
  1775. <span class="m_item"><span style="font-size:12px;color:#555555;">#벌어진가슴 #작은가슴 #처진가슴</span></span>
  1776. </li>
  1777. <li rel="할인판매가" class=" xans-record-">
  1778. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;">25,600원</span></span>
  1779. </li>
  1780. <li rel="판매가" class=" xans-record-">
  1781. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;text-decoration:line-through;">27,000원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  1782. </li>
  1783. <li rel="소비자가" class=" xans-record-">
  1784. <span class="m_item"><span style="font-size:12px;color:#555555;text-decoration:line-through;">27,000원</span></span>
  1785. </li>
  1786. <li rel="할인 기간" class=" xans-record-">
  1787. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (1,400원 할인)</strong></p><p> 2023-12-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  1788. </li>
  1789. </ul>
  1790. <div class="color displaynone">
  1791. </div>
  1792. <!-- //color -->
  1793. </div>
  1794. <!-- //description -->
  1795. </a>
  1796. </div>
  1797. </li>
  1798. <li id="anchorBoxId_6536" class="swiper-slide xans-record-">
  1799. <div class="title_name"><a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/63/" class=""><span class="num"></span><span style="font-size:14px;color:#555555;">[스탠다드핏] 에어 쿨링 라인 매쉬 브라탑</span></a></div>
  1800. <div class="box">
  1801. <a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/63/">
  1802. <div class="thumbnail">
  1803. <div class="prdImg"><a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/63/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202309/9823e3e22bcf82af4bf5afc85925b48b.jpg" id="eListPrdImage6536_63" alt="[스탠다드핏] 에어 쿨링 라인 매쉬 브라탑"><span class="xans-element- xans-product xans-product-imagestyle-62 xans-product-imagestyle xans-product-62 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  1804. </span>
  1805. <span class="soldout_icon"></span></a></div>
  1806. <div class="pro_icon">
  1807. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6536,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1808. </div>
  1809. </div>
  1810.  
  1811. <div class="description">
  1812. <div class="sale_box"></div>
  1813. <div class="icon">      </div>
  1814. <div class="name"><a href="/product/스탠다드핏-에어-쿨링-라인-매쉬-브라탑/6536/category/1/display/63/" class=""><span style="font-size:14px;color:#555555;">[스탠다드핏] 에어 쿨링 라인 매쉬 브라탑</span></a></div>
  1815. <ul class="xans-element- xans-product xans-product-listitem-62 xans-product-listitem xans-product-62 spec"><li rel="판매가" class=" xans-record-">
  1816. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;">24,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1817. </li>
  1818. <li rel="소비자가" class=" xans-record-">
  1819. <span class="m_item"><span style="font-size:12px;color:#555555;text-decoration:line-through;">24,000원</span></span>
  1820. </li>
  1821. </ul>
  1822. <div class="color displaynone">
  1823. </div>
  1824. <!-- //color -->
  1825. </div>
  1826. <!-- //description -->
  1827. </a>
  1828. </div>
  1829. </li>
  1830. <li id="anchorBoxId_7739" class="swiper-slide xans-record-">
  1831. <div class="title_name"><a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/63/" class=""><span class="num"></span><span style="font-size:14px;color:#555555;">[MDG] 만득이 머스크 심리스 브라 SET</span></a></div>
  1832. <div class="box">
  1833. <a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/63/">
  1834. <div class="thumbnail">
  1835. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/63/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/e7dff451c5183cb673a82c88798b3e5d.jpg" id="eListPrdImage7739_63" alt="[MDG] 만득이 머스크 심리스 브라 SET"> <span class="soldout_icon"></span></a></div>
  1836. <div class="pro_icon">
  1837. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7739,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1838. </div>
  1839. </div>
  1840.  
  1841. <div class="description">
  1842. <div class="sale_box"></div>
  1843. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1844. <div class="name"><a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/63/" class=""><span style="font-size:14px;color:#555555;">[MDG] 만득이 머스크 심리스 브라 SET</span></a></div>
  1845. <ul class="xans-element- xans-product xans-product-listitem-62 xans-product-listitem xans-product-62 spec"><li rel="판매가" class=" xans-record-">
  1846. <span class="m_item"><span style="font-size:15px;color:#555555;font-weight:bold;">41,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1847. </li>
  1848. </ul>
  1849. <div class="color displaynone">
  1850. </div>
  1851. <!-- //color -->
  1852. </div>
  1853. <!-- //description -->
  1854. </a>
  1855. </div>
  1856. </li>
  1857.  
  1858. </ul>
  1859. </div>
  1860. </section><!-- 상품진열 04 / 스와이프 배너 --><section class="mm_project"><!-- 메인타이틀 : 프로모션 --><!-- 메인타이틀 : PROMOTION --><div class="main_title">
  1861. <div class="mm_title">
  1862. <div class="t01">CURATION</div>
  1863. </div>
  1864. </div>
  1865.  
  1866. <!-- 메인 : 스와이프 배너 상품진열 -->
  1867. <div class="swiper-container swiper_project">
  1868. <div class="swiper-wrapper morenvy-banner-area" area_id="43b3"><!-- 앱스토어 - 모렌비배너 - [메인 : 스와이프 배너]에서 수정가능합니다 -->
  1869. <!-- 메인 : 스와이프 배너 프로모션 -->
  1870. <!-- 디자이너 참고하세요. [모렌비 배너관리자] -> [메인 : 스와이프 배너] 여기 세팅 순서대로 아래로 내려갑니다. 주의!사용여부 꺼놓더라도 아래 코드 지우지 마세요. 예시로 1, 2(사용여부 끈 배너), 3, 4... 순으로 노출됩니다!  -->
  1871.  
  1872. <!-- 메인 스와이프 배너 타이틀,배너 수정하는곳 -->
  1873. <div class="swiper-slide morenvy-banner">
  1874. <div class="mm_pj_ban">
  1875. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  1876. <div class="title_box">
  1877. <div class="t01">{#title}</div>
  1878. {#html}
  1879. </div>
  1880. </div>
  1881.  
  1882. <div class="xans-element- xans-product xans-product-listmain-61 xans-product-listmain xans-product-61 cboth ec-base-product"><!--
  1883. $count = 2
  1884. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1885. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1886. -->
  1887. <ul class="prdList">
  1888. <!--
  1889. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1890. --><li id="anchorBoxId_7393" class="swiper-slide xans-record-">
  1891. <div class="box">
  1892. <div class="thumbnail">
  1893. <div class="num"><span></span></div>
  1894. <div class="prdImg"><a href="/product/패드일체형-소프트-모달-일자-나시탑/7393/category/1/display/62/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/b5fbef79916e461258b566b1e3669e45.jpg" id="eListPrdImage7393_62" alt="[패드일체형] 소프트 모달 일자 나시탑"><span class="soldout_icon"></span></a></div>
  1895. <div class="pro_icon">
  1896. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7393,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1897. </div>
  1898. </div>
  1899.  
  1900. <div class="description">
  1901. <div class="sale_box"></div>
  1902. <div class="name"><a href="/product/패드일체형-소프트-모달-일자-나시탑/7393/category/1/display/62/" class=""><span style="font-size:14px;color:#4a4a4a;">[패드일체형] 소프트 모달 일자 나시탑</span></a></div>
  1903. <ul class="xans-element- xans-product xans-product-listitem-61 xans-product-listitem xans-product-61 spec"><li rel="판매가" class=" xans-record-">
  1904. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">19,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1905. </li>
  1906. <li rel="소비자가" class=" xans-record-">
  1907. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">19,900원</span></span>
  1908. </li>
  1909. </ul>
  1910. <div class="icon">      </div>
  1911. </div>
  1912. <!-- //description -->
  1913. </div>
  1914. </li>
  1915.  
  1916. <li id="anchorBoxId_7389" class="swiper-slide xans-record-">
  1917. <div class="box">
  1918. <div class="thumbnail">
  1919. <div class="num"><span></span></div>
  1920. <div class="prdImg"><a href="/product/라이트핏-브이넥-벨벳-레이스-나시탑/7389/category/1/display/62/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202402/2dea43235291dc61ef74c582e8c466d4.jpg" id="eListPrdImage7389_62" alt="[라이트핏] 브이넥 벨벳 레이스 나시탑"><span class="soldout_icon"></span></a></div>
  1921. <div class="pro_icon">
  1922. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7389,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1923. </div>
  1924. </div>
  1925.  
  1926. <div class="description">
  1927. <div class="sale_box"></div>
  1928. <div class="name"><a href="/product/라이트핏-브이넥-벨벳-레이스-나시탑/7389/category/1/display/62/" class=""><span style="font-size:14px;color:#4a4a4a;">[라이트핏] 브이넥 벨벳 레이스 나시탑</span></a></div>
  1929. <ul class="xans-element- xans-product xans-product-listitem-61 xans-product-listitem xans-product-61 spec"><li rel="판매가" class=" xans-record-">
  1930. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">21,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1931. </li>
  1932. <li rel="소비자가" class=" xans-record-">
  1933. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">21,900원</span></span>
  1934. </li>
  1935. </ul>
  1936. <div class="icon">      </div>
  1937. </div>
  1938. <!-- //description -->
  1939. </div>
  1940. </li>
  1941.  
  1942. </ul>
  1943. </div>
  1944. <!-- //product_listmain_8 -->
  1945. </div>
  1946.  
  1947. <div class="swiper-slide morenvy-banner">
  1948. <div class="mm_pj_ban">
  1949. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  1950. <div class="title_box">
  1951. <div class="t01">{#title}</div>
  1952. {#html}
  1953. </div>
  1954. </div>
  1955.  
  1956. <div class="xans-element- xans-product xans-product-listmain-64 xans-product-listmain xans-product-64 cboth ec-base-product"><!--
  1957. $count = 2
  1958. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  1959. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  1960. -->
  1961. <ul class="prdList">
  1962. <!--
  1963. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  1964. --><li id="anchorBoxId_7627" class="swiper-slide xans-record-">
  1965. <div class="box">
  1966. <div class="thumbnail">
  1967. <div class="num"><span></span></div>
  1968. <div class="prdImg"><a href="/product/만득이-머스크-심리스-best-3set-팬티3-브라3/7627/category/1/display/65/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202405/d0752f67d7ae186caf84010852976118.jpg" id="eListPrdImage7627_65" alt="만득이 머스크 심리스 BEST 3SET (팬티3 + 브라3)"><span class="xans-element- xans-product xans-product-imagestyle-64 xans-product-imagestyle xans-product-64 xans-record-"><span class="prdIcon ec-product-bgCB" style="background-image:url('/web/upload/image_custom_5616575119695262.png');"></span>
  1969. </span>
  1970. <span class="soldout_icon"></span></a></div>
  1971. <div class="pro_icon">
  1972. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7627,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  1973. </div>
  1974. </div>
  1975.  
  1976. <div class="description">
  1977. <div class="sale_box"></div>
  1978. <div class="name"><a href="/product/만득이-머스크-심리스-best-3set-팬티3-브라3/7627/category/1/display/65/" class=""><span style="font-size:14px;color:#4a4a4a;">만득이 머스크 심리스 BEST 3SET (팬티3 + 브라3)</span></a></div>
  1979. <ul class="xans-element- xans-product xans-product-listitem-64 xans-product-listitem xans-product-64 spec"><li rel="상품 요약설명" class=" xans-record-">
  1980. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#작은가슴 #퍼진가슴 #처진가슴</span></span>
  1981. </li>
  1982. <li rel="판매가" class=" xans-record-">
  1983. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">99,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  1984. </li>
  1985. <li rel="소비자가" class=" xans-record-">
  1986. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">125,700원</span></span>
  1987. </li>
  1988. </ul>
  1989. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  1990. </div>
  1991. <!-- //description -->
  1992. </div>
  1993. </li>
  1994.  
  1995. <li id="anchorBoxId_7625" class="swiper-slide xans-record-">
  1996. <div class="box">
  1997. <div class="thumbnail">
  1998. <div class="num"><span></span></div>
  1999. <div class="prdImg"><a href="/product/릴렉스-심리스-브라-set-브라5-팬티10/7625/category/1/display/65/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202405/ac10b53c184ffa737e2fb10e9e0333be.jpg" id="eListPrdImage7625_65" alt="릴렉스 심리스 브라 SET (브라5 + 팬티10)"><span class="soldout_icon"></span></a></div>
  2000. <div class="pro_icon">
  2001. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7625,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2002. </div>
  2003. </div>
  2004.  
  2005. <div class="description">
  2006. <div class="sale_box"></div>
  2007. <div class="name"><a href="/product/릴렉스-심리스-브라-set-브라5-팬티10/7625/category/1/display/65/" class=""><span style="font-size:14px;color:#4a4a4a;">릴렉스 심리스 브라 SET (브라5 + 팬티10)</span></a></div>
  2008. <ul class="xans-element- xans-product xans-product-listitem-64 xans-product-listitem xans-product-64 spec"><li rel="상품 요약설명" class=" xans-record-">
  2009. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#비대칭가슴 #퍼진가슴 #벌어진가슴</span></span>
  2010. </li>
  2011. <li rel="판매가" class=" xans-record-">
  2012. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">149,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2013. </li>
  2014. <li rel="소비자가" class=" xans-record-">
  2015. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">254,000원</span></span>
  2016. </li>
  2017. </ul>
  2018. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_124.png"  alt="" />   </div>
  2019. </div>
  2020. <!-- //description -->
  2021. </div>
  2022. </li>
  2023.  
  2024. </ul>
  2025. </div>
  2026. <!-- //product_listmain_9 -->
  2027. </div>
  2028.  
  2029. <div class="swiper-slide morenvy-banner">
  2030. <div class="mm_pj_ban">
  2031. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2032. <div class="title_box">
  2033. <div class="t01">{#title}</div>
  2034. {#html}
  2035. </div>
  2036. </div>
  2037.  
  2038. <div class="xans-element- xans-product xans-product-listmain-63 xans-product-listmain xans-product-63 cboth ec-base-product"><!--
  2039. $count = 2
  2040. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2041. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2042. -->
  2043. <ul class="prdList">
  2044. <!--
  2045. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2046. --><li id="anchorBoxId_6938" class="swiper-slide xans-record-">
  2047. <div class="box">
  2048. <div class="thumbnail">
  2049. <div class="num"><span></span></div>
  2050. <div class="prdImg"><a href="/product/에어-쿨링-시스루-심리스-삼각-팬티/6938/category/1/display/64/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202309/2ecb98c9106aff4c9326ccc09e877b7b.jpg" id="eListPrdImage6938_64" alt="에어 쿨링 시스루 심리스 삼각 팬티"><span class="xans-element- xans-product xans-product-imagestyle-63 xans-product-imagestyle xans-product-63 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  2051. </span>
  2052. <span class="soldout_icon"></span></a></div>
  2053. <div class="pro_icon">
  2054. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6938,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2055. </div>
  2056. </div>
  2057.  
  2058. <div class="description">
  2059. <div class="sale_box"></div>
  2060. <div class="name"><a href="/product/에어-쿨링-시스루-심리스-삼각-팬티/6938/category/1/display/64/" class=""><span style="font-size:14px;color:#4a4a4a;">에어 쿨링 시스루 심리스 삼각 팬티</span></a></div>
  2061. <ul class="xans-element- xans-product xans-product-listitem-63 xans-product-listitem xans-product-63 spec"><li rel="판매가" class=" xans-record-">
  2062. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">9,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2063. </li>
  2064. <li rel="소비자가" class=" xans-record-">
  2065. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">9,900원</span></span>
  2066. </li>
  2067. </ul>
  2068. <div class="icon">      </div>
  2069. </div>
  2070. <!-- //description -->
  2071. </div>
  2072. </li>
  2073.  
  2074. <li id="anchorBoxId_7407" class="swiper-slide xans-record-">
  2075. <div class="box">
  2076. <div class="thumbnail">
  2077. <div class="num"><span></span></div>
  2078. <div class="prdImg"><a href="/product/바디셰이퍼-자세-교정-크로스-서포트-브라/7407/category/1/display/64/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202402/6c8d2f4e4b8893d025b9212f9283d28d.jpg" id="eListPrdImage7407_64" alt="[바디셰이퍼] 자세 교정 크로스 서포트 브라"><span class="soldout_icon"></span></a></div>
  2079. <div class="pro_icon">
  2080. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7407,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2081. </div>
  2082. </div>
  2083.  
  2084. <div class="description">
  2085. <div class="sale_box"></div>
  2086. <div class="name"><a href="/product/바디셰이퍼-자세-교정-크로스-서포트-브라/7407/category/1/display/64/" class=""><span style="font-size:14px;color:#4a4a4a;">[바디셰이퍼] 자세 교정 크로스 서포트 브라</span></a></div>
  2087. <ul class="xans-element- xans-product xans-product-listitem-63 xans-product-listitem xans-product-63 spec"><li rel="판매가" class=" xans-record-">
  2088. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">34,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2089. </li>
  2090. <li rel="소비자가" class=" xans-record-">
  2091. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">34,900원</span></span>
  2092. </li>
  2093. </ul>
  2094. <div class="icon">      </div>
  2095. </div>
  2096. <!-- //description -->
  2097. </div>
  2098. </li>
  2099.  
  2100. </ul>
  2101. </div>
  2102. <!-- //product_listmain_10 -->
  2103. </div>
  2104.  
  2105. <div class="swiper-slide morenvy-banner">
  2106. <div class="mm_pj_ban">
  2107. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2108. <div class="title_box">
  2109. <div class="t01">{#title}</div>
  2110. {#html}
  2111. </div>
  2112. </div>
  2113.  
  2114. <div class="xans-element- xans-product xans-product-listmain-68 xans-product-listmain xans-product-68 cboth ec-base-product"><!--
  2115. $count = 2
  2116. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2117. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2118. -->
  2119. <ul class="prdList">
  2120. <!--
  2121. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2122. --><li id="anchorBoxId_6497" class="swiper-slide xans-record-">
  2123. <div class="box">
  2124. <div class="thumbnail">
  2125. <div class="num"><span></span></div>
  2126. <div class="prdImg"><a href="/product/소프트-슬림-모듈-셔링끈나시브라캡포함/6497/category/1/display/69/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202305/6bc40e8c19ac467a1617f75a597869eb.jpg" id="eListPrdImage6497_69" alt="소프트 슬림 모듈 셔링끈나시(브라캡포함)"><span class="soldout_icon"></span></a></div>
  2127. <div class="pro_icon">
  2128. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6497,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2129. </div>
  2130. </div>
  2131.  
  2132. <div class="description">
  2133. <div class="sale_box"></div>
  2134. <div class="name"><a href="/product/소프트-슬림-모듈-셔링끈나시브라캡포함/6497/category/1/display/69/" class=""><span style="font-size:14px;color:#4a4a4a;">소프트 슬림 모듈 셔링끈나시(브라캡포함)</span></a></div>
  2135. <ul class="xans-element- xans-product xans-product-listitem-68 xans-product-listitem xans-product-68 spec"><li rel="판매가" class=" xans-record-">
  2136. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">38,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2137. </li>
  2138. <li rel="상품색상" class=" xans-record-">
  2139. <span class="m_item"><div class="color"><span class="chips" title="#90EDD4" style="background-color:#90EDD4" color_no="" displayGroup="69"></span><span class="chips" title="#3264A0" style="background-color:#3264A0" color_no="" displayGroup="69"></span><span class="chips" title="#999999" style="background-color:#999999" color_no="" displayGroup="69"></span></div></span>
  2140. </li>
  2141. </ul>
  2142. <div class="icon">      </div>
  2143. </div>
  2144. <!-- //description -->
  2145. </div>
  2146. </li>
  2147.  
  2148. <li id="anchorBoxId_2436" class="swiper-slide xans-record-">
  2149. <div class="box">
  2150. <div class="thumbnail">
  2151. <div class="num"><span></span></div>
  2152. <div class="prdImg"><a href="/product/essential-레스-실키-슬립/2436/category/1/display/69/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202405/d03c2a446b53697a52e55360ea718b21.jpg" id="eListPrdImage2436_69" alt="[essential] 레스 실키 슬립"><span class="soldout_icon"></span></a></div>
  2153. <div class="pro_icon">
  2154. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(2436,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2155. </div>
  2156. </div>
  2157.  
  2158. <div class="description">
  2159. <div class="sale_box"></div>
  2160. <div class="name"><a href="/product/essential-레스-실키-슬립/2436/category/1/display/69/" class=""><span style="font-size:14px;color:#4a4a4a;">[essential] 레스 실키 슬립</span></a></div>
  2161. <ul class="xans-element- xans-product xans-product-listitem-68 xans-product-listitem xans-product-68 spec"><li rel="판매가" class=" xans-record-">
  2162. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">23,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2163. </li>
  2164. <li rel="상품색상" class=" xans-record-">
  2165. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="69"></span><span class="chips" title="#FF9FB7" style="background-color:#FF9FB7" color_no="" displayGroup="69"></span><span class="chips" title="#DF3F3F" style="background-color:#DF3F3F" color_no="" displayGroup="69"></span><span class="chips" title="#3264A0" style="background-color:#3264A0" color_no="" displayGroup="69"></span></div></span>
  2166. </li>
  2167. </ul>
  2168. <div class="icon">   <img src="/web/upload/custom_114.png"  alt="" /><img src="/web/upload/custom_118.png"  alt="" /><img src="/web/upload/custom_116.png"  alt="" />   </div>
  2169. </div>
  2170. <!-- //description -->
  2171. </div>
  2172. </li>
  2173.  
  2174. </ul>
  2175. </div>
  2176. <!-- //product_listmain_11 -->
  2177. </div>
  2178.  
  2179. <div class="swiper-slide morenvy-banner">
  2180. <div class="mm_pj_ban">
  2181. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2182. <div class="title_box">
  2183. <div class="t01">{#title}</div>
  2184. {#html}
  2185. </div>
  2186. </div>
  2187.  
  2188. <div class="xans-element- xans-product xans-product-listmain-59 xans-product-listmain xans-product-59 cboth ec-base-product"><!--
  2189. $count = 2
  2190. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2191. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2192. -->
  2193. <ul class="prdList">
  2194. <!--
  2195. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2196. --><li id="anchorBoxId_7384" class="swiper-slide xans-record-">
  2197. <div class="box">
  2198. <div class="thumbnail">
  2199. <div class="num"><span></span></div>
  2200. <div class="prdImg"><a href="/product/세탁용품-쑥-숙성-친환경-비누/7384/category/1/display/60/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202203/34a8edd3b65616d38a628da931175b1d.jpg" id="eListPrdImage7384_60" alt="[세탁용품] 쑥 숙성 친환경 비누"><span class="soldout_icon"></span></a></div>
  2201. <div class="pro_icon">
  2202. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7384,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2203. </div>
  2204. </div>
  2205.  
  2206. <div class="description">
  2207. <div class="sale_box"></div>
  2208. <div class="name"><a href="/product/세탁용품-쑥-숙성-친환경-비누/7384/category/1/display/60/" class=""><span style="font-size:14px;color:#4a4a4a;">[세탁용품] 쑥 숙성 친환경 비누</span></a></div>
  2209. <ul class="xans-element- xans-product xans-product-listitem-59 xans-product-listitem xans-product-59 spec"><li rel="판매가" class=" xans-record-">
  2210. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">12,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2211. </li>
  2212. <li rel="소비자가" class=" xans-record-">
  2213. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">12,900원</span></span>
  2214. </li>
  2215. </ul>
  2216. <div class="icon">      </div>
  2217. </div>
  2218. <!-- //description -->
  2219. </div>
  2220. </li>
  2221.  
  2222.  
  2223. </ul>
  2224. </div>
  2225. <!-- //product_listmain_12 -->
  2226. </div>
  2227.  
  2228. <div class="swiper-slide morenvy-banner">
  2229. <div class="mm_pj_ban">
  2230. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2231. <div class="title_box">
  2232. <div class="t01">{#title}</div>
  2233. {#html}
  2234. </div>
  2235. </div>
  2236.  
  2237. <div class="xans-element- xans-product xans-product-listmain-69 xans-product-listmain xans-product-69 cboth ec-base-product"><!--
  2238. $count = 2
  2239. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2240. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2241. -->
  2242. <ul class="prdList">
  2243. <!--
  2244. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2245. --><li id="anchorBoxId_6782" class="swiper-slide xans-record-">
  2246. <div class="box">
  2247. <div class="thumbnail">
  2248. <div class="num"><span></span></div>
  2249. <div class="prdImg"><a href="/product/바디셰이퍼-에어-쿨링-콤포트-보정-드로즈/6782/category/1/display/70/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202309/55bcd23abe1559a22661d48a80449d0d.jpg" id="eListPrdImage6782_70" alt="[바디셰이퍼] 에어 쿨링 콤포트 보정 드로즈"><span class="xans-element- xans-product xans-product-imagestyle-69 xans-product-imagestyle xans-product-69 xans-record-"><span class="prdIcon ec-product-bgRT" style="background-image:url('/web/upload/image_custom_9017156769566738.png');"></span>
  2250. </span>
  2251. <span class="soldout_icon"></span></a></div>
  2252. <div class="pro_icon">
  2253. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6782,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2254. </div>
  2255. </div>
  2256.  
  2257. <div class="description">
  2258. <div class="sale_box"></div>
  2259. <div class="name"><a href="/product/바디셰이퍼-에어-쿨링-콤포트-보정-드로즈/6782/category/1/display/70/" class=""><span style="font-size:14px;color:#4a4a4a;">[바디셰이퍼] 에어 쿨링 콤포트 보정 드로즈</span></a></div>
  2260. <ul class="xans-element- xans-product xans-product-listitem-69 xans-product-listitem xans-product-69 spec"><li rel="판매가" class=" xans-record-">
  2261. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">29,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2262. </li>
  2263. <li rel="소비자가" class=" xans-record-">
  2264. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,000원</span></span>
  2265. </li>
  2266. <li rel="상품색상" class=" xans-record-">
  2267. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="70"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="70"></span></div></span>
  2268. </li>
  2269. </ul>
  2270. <div class="icon">      </div>
  2271. </div>
  2272. <!-- //description -->
  2273. </div>
  2274. </li>
  2275.  
  2276. <li id="anchorBoxId_2999" class="swiper-slide xans-record-">
  2277. <div class="box">
  2278. <div class="thumbnail">
  2279. <div class="num"><span></span></div>
  2280. <div class="prdImg"><a href="/product/바디셰이퍼-심리스-보정-삼각-팬티/2999/category/1/display/70/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/637d22066b5062c2b958f276972d3fec.jpg" id="eListPrdImage2999_70" alt="[바디셰이퍼] 심리스 보정 삼각 팬티"><span class="soldout_icon"></span></a></div>
  2281. <div class="pro_icon">
  2282. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(2999,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2283. </div>
  2284. </div>
  2285.  
  2286. <div class="description">
  2287. <div class="sale_box"></div>
  2288. <div class="name"><a href="/product/바디셰이퍼-심리스-보정-삼각-팬티/2999/category/1/display/70/" class=""><span style="font-size:14px;color:#4a4a4a;">[바디셰이퍼] 심리스 보정 삼각 팬티</span></a></div>
  2289. <ul class="xans-element- xans-product xans-product-listitem-69 xans-product-listitem xans-product-69 spec"><li rel="판매가" class=" xans-record-">
  2290. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">29,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2291. </li>
  2292. <li rel="소비자가" class=" xans-record-">
  2293. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">29,900원</span></span>
  2294. </li>
  2295. <li rel="상품색상" class=" xans-record-">
  2296. <span class="m_item"><div class="color"><span class="chips" title="#000000" style="background-color:#000000" color_no="" displayGroup="70"></span><span class="chips" title="#FAE6D7" style="background-color:#FAE6D7" color_no="" displayGroup="70"></span></div></span>
  2297. </li>
  2298. </ul>
  2299. <div class="icon">   <img src="/web/upload/custom_134.png"  alt="" /><img src="/web/upload/custom_135.png"  alt="" /><img src="/web/upload/custom_138.png"  alt="" />   </div>
  2300. </div>
  2301. <!-- //description -->
  2302. </div>
  2303. </li>
  2304.  
  2305. </ul>
  2306. </div>
  2307. <!-- //product_listmain_13 -->
  2308. </div>
  2309.  
  2310. <div class="swiper-slide morenvy-banner">
  2311. <div class="mm_pj_ban">
  2312. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2313. <div class="title_box">
  2314. <div class="t01">{#title}</div>
  2315. {#html}
  2316. </div>
  2317. </div>
  2318.  
  2319. <div class="xans-element- xans-product xans-product-listmain-70 xans-product-listmain xans-product-70 cboth ec-base-product"><!--
  2320. $count = 2
  2321. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2322. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2323. -->
  2324. <ul class="prdList">
  2325. <!--
  2326. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2327. --><li id="anchorBoxId_6167" class="swiper-slide xans-record-">
  2328. <div class="box">
  2329. <div class="thumbnail">
  2330. <div class="num"><span></span></div>
  2331. <div class="prdImg"><a href="/product/유이스-주니어-티가안나-2-3단계-13-17세-추천/6167/category/1/display/71/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202310/26045ebad177fa0edf87ec162ab343dc.jpg" id="eListPrdImage6167_71" alt="[유이스] 주니어 티가안나 2-3단계 (13-17세 추천)"><span class="soldout_icon"></span></a></div>
  2332. <div class="pro_icon">
  2333. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6167,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2334. </div>
  2335. </div>
  2336.  
  2337. <div class="description">
  2338. <div class="sale_box"></div>
  2339. <div class="name"><a href="/product/유이스-주니어-티가안나-2-3단계-13-17세-추천/6167/category/1/display/71/" class=""><span style="font-size:14px;color:#4a4a4a;">[유이스] 주니어 티가안나 2-3단계 (13-17세 추천)</span></a></div>
  2340. <ul class="xans-element- xans-product xans-product-listitem-70 xans-product-listitem xans-product-70 spec"><li rel="판매가" class=" xans-record-">
  2341. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">37,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2342. </li>
  2343. <li rel="상품색상" class=" xans-record-">
  2344. <span class="m_item"><div class="color"><span class="chips" title="#CCA87C" style="background-color:#CCA87C" color_no="" displayGroup="71"></span><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="71"></span></div></span>
  2345. </li>
  2346. </ul>
  2347. <div class="icon">      </div>
  2348. </div>
  2349. <!-- //description -->
  2350. </div>
  2351. </li>
  2352.  
  2353. <li id="anchorBoxId_6168" class="swiper-slide xans-record-">
  2354. <div class="box">
  2355. <div class="thumbnail">
  2356. <div class="num"><span></span></div>
  2357. <div class="prdImg"><a href="/product/유이스-주니어-티가안나-심리스-드로즈/6168/category/1/display/71/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202307/9537cc729fca90bd7178939665367a32.webp" id="eListPrdImage6168_71" alt="[유이스] 주니어 티가안나 심리스 드로즈"><span class="soldout_icon"></span></a></div>
  2358. <div class="pro_icon">
  2359. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6168,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2360. </div>
  2361. </div>
  2362.  
  2363. <div class="description">
  2364. <div class="sale_box"></div>
  2365. <div class="name"><a href="/product/유이스-주니어-티가안나-심리스-드로즈/6168/category/1/display/71/" class=""><span style="font-size:14px;color:#4a4a4a;">[유이스] 주니어 티가안나 심리스 드로즈</span></a></div>
  2366. <ul class="xans-element- xans-product xans-product-listitem-70 xans-product-listitem xans-product-70 spec"><li rel="판매가" class=" xans-record-">
  2367. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">26,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2368. </li>
  2369. <li rel="상품색상" class=" xans-record-">
  2370. <span class="m_item"><div class="color"><span class="chips" title="#CCA87C" style="background-color:#CCA87C" color_no="" displayGroup="71"></span><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="71"></span></div></span>
  2371. </li>
  2372. </ul>
  2373. <div class="icon">      </div>
  2374. </div>
  2375. <!-- //description -->
  2376. </div>
  2377. </li>
  2378.  
  2379. </ul>
  2380. </div>
  2381. <!-- //product_listmain_14 -->
  2382. </div>
  2383.  
  2384. <div class="swiper-slide morenvy-banner">
  2385. <div class="mm_pj_ban">
  2386. <a href="%7B#link_1%7D" target="{#target_1}">{#imgTag_1}</a>
  2387. <div class="title_box">
  2388. <div class="t01">{#title}</div>
  2389. {#html}
  2390. </div>
  2391. </div>
  2392.  
  2393. <div class="xans-element- xans-product xans-product-listmain-75 xans-product-listmain xans-product-75 cboth ec-base-product"><!--
  2394. $count = 2
  2395. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2396. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2397. -->
  2398. <ul class="prdList">
  2399. <!--
  2400. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2401. --><li id="anchorBoxId_5551" class="swiper-slide xans-record-">
  2402. <div class="box">
  2403. <div class="thumbnail">
  2404. <div class="num"><span></span></div>
  2405. <div class="prdImg"><a href="/product/마사저-쌍둥이-지압-괄사-단품/5551/category/1/display/76/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202308/1ef3c6f8d057408d87d66eb8fd4578de.gif" id="eListPrdImage5551_76" alt="[마사저] 쌍둥이 지압 괄사 단품"><span class="soldout_icon"></span></a></div>
  2406. <div class="pro_icon">
  2407. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="category_add_basket('5551','1', '76', 'A0000', false, '1', 'P0000IFN', 'A', 'F', '0');" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2408. </div>
  2409. </div>
  2410.  
  2411. <div class="description">
  2412. <div class="sale_box"></div>
  2413. <div class="name"><a href="/product/마사저-쌍둥이-지압-괄사-단품/5551/category/1/display/76/" class=""><span style="font-size:14px;color:#4a4a4a;">[마사저] 쌍둥이 지압 괄사 단품</span></a></div>
  2414. <ul class="xans-element- xans-product xans-product-listitem-75 xans-product-listitem xans-product-75 spec"><li rel="판매가" class=" xans-record-">
  2415. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">28,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2416. </li>
  2417. <li rel="소비자가" class=" xans-record-">
  2418. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">28,000원</span></span>
  2419. </li>
  2420. </ul>
  2421. <div class="icon">      </div>
  2422. </div>
  2423. <!-- //description -->
  2424. </div>
  2425. </li>
  2426.  
  2427. <li id="anchorBoxId_6128" class="swiper-slide xans-record-">
  2428. <div class="box">
  2429. <div class="thumbnail">
  2430. <div class="num"><span></span></div>
  2431. <div class="prdImg"><a href="/product/b품-쌍둥이-지압-괄사-단품/6128/category/1/display/76/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202204/a5001bf0e428ef5ef1e66d9f0eac8273.jpg" id="eListPrdImage6128_76" alt="(B품) 쌍둥이 지압 괄사 단품"><span class="soldout_icon"></span></a></div>
  2432. <div class="pro_icon">
  2433. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="category_add_basket('6128','1', '76', 'A0000', false, '1', 'P0000JBS', 'A', 'F', '0');" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2434. </div>
  2435. </div>
  2436.  
  2437. <div class="description">
  2438. <div class="sale_box"></div>
  2439. <div class="name"><a href="/product/b품-쌍둥이-지압-괄사-단품/6128/category/1/display/76/" class=""><span style="font-size:14px;color:#4a4a4a;">(B품) 쌍둥이 지압 괄사 단품</span></a></div>
  2440. <ul class="xans-element- xans-product xans-product-listitem-75 xans-product-listitem xans-product-75 spec"><li rel="할인판매가" class=" xans-record-">
  2441. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">18,800원</span></span>
  2442. </li>
  2443. <li rel="판매가" class=" xans-record-">
  2444. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">28,000원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  2445. </li>
  2446. <li rel="소비자가" class=" xans-record-">
  2447. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">28,000원</span></span>
  2448. </li>
  2449. <li rel="할인 기간" class=" xans-record-">
  2450. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (9,200원 할인)</strong></p><p> 2023-11-08 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  2451. </li>
  2452. </ul>
  2453. <div class="icon">      </div>
  2454. </div>
  2455. <!-- //description -->
  2456. </div>
  2457. </li>
  2458.  
  2459. </ul>
  2460. </div>
  2461. <!-- //product_listmain_15 -->
  2462. </div>
  2463.  
  2464. </div>
  2465. </div>
  2466. </section><!-- 인기 키워드 --><section class="mm_keyword"><!-- 메인타이틀 : 인기 키워드 --><!-- 메인타이틀 : 인기 키워드 --><div class="main_title">
  2467. <div class="mm_title">
  2468. <div class="t01">인기 키워드</div>
  2469. </div>
  2470. </div>
  2471. <ul class="morenvy-banner-area" area_id="c3d9"><!-- 앱스토어 - 모렌비배너 - [메인 : 인기 키워드]에서 수정가능합니다 --><!-- 메인 : 인기 키워드 --><!-- 메인 키워드 수정하는 곳 --><li class="morenvy-banner"> <a href="%7B#link_1%7D" target="{#target_1}">{#title}</a></li>
  2472.  
  2473.  
  2474. </ul></section><!-- 상품진열 05 / 엠디 픽! --><section class="mm_md"><!-- 메인타이틀 : 엠디 픽 --><!-- 메인타이틀 : MD PICK! --><div class="main_title">
  2475. <div class="mm_title">
  2476. <div class="t01">MD PICK!</div>
  2477. <div class="see_all"><a href="https://thezam.co.kr/product/list_thumb.html?cate_no=984">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  2478. </div>
  2479. </div>
  2480.  
  2481. <!-- 메인 : 엠디 픽 상품진열 -->
  2482. <div class="xans-element- xans-product xans-product-listmain-65 xans-product-listmain xans-product-65 ec-base-product swiper-container swiper_md"><ul class="prdList swiper-wrapper">
  2483. <!--
  2484. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2485. --><li id="anchorBoxId_5123" class="swiper-slide xans-record-">
  2486. <div class="box">
  2487. <div class="thumbnail">
  2488. <div class="num"><span></span></div>
  2489. <div class="prdImg"><a href="/product/패드일체형-베르트-노와이어-브라-set/5123/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202402/9a0058d7fafe2c72bc87f9622101dfe2.jpg" id="eListPrdImage5123_66" alt="[패드일체형] 베르트 노와이어 브라 SET"><span class="soldout_icon"></span></a></div>
  2490. <div class="pro_icon">
  2491. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5123,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2492. </div>
  2493. </div>
  2494.  
  2495. <div class="description">
  2496. <div class="sale_box"></div>
  2497. <div class="name"><a href="/product/패드일체형-베르트-노와이어-브라-set/5123/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">[패드일체형] 베르트 노와이어 브라 SET</span></a></div>
  2498. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="상품 요약설명" class=" xans-record-">
  2499. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#종모양가슴 #처진가슴 #둥근가슴</span></span>
  2500. </li>
  2501. <li rel="판매가" class=" xans-record-">
  2502. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">32,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2503. </li>
  2504. </ul>
  2505. <div class="icon">   <img src="/web/upload/custom_124.png"  alt="" /><img src="/web/upload/custom_125.png"  alt="" /><img src="/web/upload/custom_14316312623238049.png"  alt="" />   </div>
  2506. </div>
  2507. <!-- //description -->
  2508. </div>
  2509. </li>
  2510.  
  2511. <li id="anchorBoxId_7562" class="swiper-slide xans-record-">
  2512. <div class="box">
  2513. <div class="thumbnail">
  2514. <div class="num"><span></span></div>
  2515. <div class="prdImg"><a href="/product/추가할인-내-마음대로-골라담기-누브라오프숄더/7562/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202404/78cca335ac0da44b4ea121aec35273a7.webp" id="eListPrdImage7562_66" alt="[추가할인] 내 마음대로 골라담기 (누브라,오프숄더)"><span class="xans-element- xans-product xans-product-imagestyle-65 xans-product-imagestyle xans-product-65 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_8817035883686443.png');"></span>
  2516. </span>
  2517. <span class="soldout_icon"></span></a></div>
  2518. <div class="pro_icon">
  2519. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7562,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2520. </div>
  2521. </div>
  2522.  
  2523. <div class="description">
  2524. <div class="sale_box"></div>
  2525. <div class="name"><a href="/product/추가할인-내-마음대로-골라담기-누브라오프숄더/7562/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">[추가할인] 내 마음대로 골라담기 (누브라,오프숄더)</span></a></div>
  2526. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="판매가" class=" xans-record-">
  2527. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">11,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2528. </li>
  2529. <li rel="소비자가" class=" xans-record-">
  2530. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">11,900원</span></span>
  2531. </li>
  2532. </ul>
  2533. <div class="icon">      </div>
  2534. </div>
  2535. <!-- //description -->
  2536. </div>
  2537. </li>
  2538. <li id="anchorBoxId_6550" class="swiper-slide xans-record-">
  2539. <div class="box">
  2540. <div class="thumbnail">
  2541. <div class="num"><span></span></div>
  2542. <div class="prdImg"><a href="/product/스탠다드핏-에어-쿨링-크롭-브라탑-팬티-set/6550/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/8a011d3a514a5cdfaade7f4df895ccce.jpg" id="eListPrdImage6550_66" alt="[스탠다드핏] 에어 쿨링 크롭 브라탑 팬티 SET"><span class="soldout_icon"></span></a></div>
  2543. <div class="pro_icon">
  2544. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6550,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2545. </div>
  2546. </div>
  2547.  
  2548. <div class="description">
  2549. <div class="sale_box"></div>
  2550. <div class="name"><a href="/product/스탠다드핏-에어-쿨링-크롭-브라탑-팬티-set/6550/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">[스탠다드핏] 에어 쿨링 크롭 브라탑 팬티 SET</span></a></div>
  2551. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="판매가" class=" xans-record-">
  2552. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">32,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2553. </li>
  2554. <li rel="소비자가" class=" xans-record-">
  2555. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">32,000원</span></span>
  2556. </li>
  2557. </ul>
  2558. <div class="icon">      </div>
  2559. </div>
  2560. <!-- //description -->
  2561. </div>
  2562. </li>
  2563. <li id="anchorBoxId_6607" class="swiper-slide xans-record-">
  2564. <div class="box">
  2565. <div class="thumbnail">
  2566. <div class="num"><span></span></div>
  2567. <div class="prdImg"><a href="/product/슬림-라인-심리스-팬티/6607/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202305/bd162b6bf3439fb69ae7e3d974eef16b.jpg" id="eListPrdImage6607_66" alt="슬림 라인 심리스 팬티"><span class="xans-element- xans-product xans-product-imagestyle-65 xans-product-imagestyle xans-product-65 xans-record-"><span class="prdIcon ec-product-bgLB" style="background-image:url('/web/upload/image_custom_8817035883686443.png');"></span>
  2568. </span>
  2569. <span class="soldout_icon"></span></a></div>
  2570. <div class="pro_icon">
  2571. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6607,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2572. </div>
  2573. </div>
  2574.  
  2575. <div class="description">
  2576. <div class="sale_box"></div>
  2577. <div class="name"><a href="/product/슬림-라인-심리스-팬티/6607/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">슬림 라인 심리스 팬티</span></a></div>
  2578. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="판매가" class=" xans-record-">
  2579. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">12,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2580. </li>
  2581. </ul>
  2582. <div class="icon">      </div>
  2583. </div>
  2584. <!-- //description -->
  2585. </div>
  2586. </li>
  2587. <li id="anchorBoxId_6601" class="swiper-slide xans-record-">
  2588. <div class="box">
  2589. <div class="thumbnail">
  2590. <div class="num"><span></span></div>
  2591. <div class="prdImg"><a href="/product/볼륨핏-볼륨-에어-하프컵-브라팬티-set/6601/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202304/6a378cd0f46180c1a3c66991d94dc8a6.jpg" id="eListPrdImage6601_66" alt="[볼륨핏] 볼륨 에어 하프컵 브라팬티 SET"><span class="soldout_icon"></span></a></div>
  2592. <div class="pro_icon">
  2593. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6601,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2594. </div>
  2595. </div>
  2596.  
  2597. <div class="description">
  2598. <div class="sale_box"></div>
  2599. <div class="name"><a href="/product/볼륨핏-볼륨-에어-하프컵-브라팬티-set/6601/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">[볼륨핏] 볼륨 에어 하프컵 브라팬티 SET</span></a></div>
  2600. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="판매가" class=" xans-record-">
  2601. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">42,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2602. </li>
  2603. </ul>
  2604. <div class="icon">      </div>
  2605. </div>
  2606. <!-- //description -->
  2607. </div>
  2608. </li>
  2609. <li id="anchorBoxId_5462" class="swiper-slide xans-record-">
  2610. <div class="box">
  2611. <div class="thumbnail">
  2612. <div class="num"><span></span></div>
  2613. <div class="prdImg"><a href="/product/볼륨핏-반전볼륨-앞후크-브라/5462/category/1/display/66/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/f2842058bc6f69b400ffcae2536da706.jpg" id="eListPrdImage5462_66" alt="[볼륨핏] 반전볼륨 앞후크 브라"><span class="soldout_icon"></span></a></div>
  2614. <div class="pro_icon">
  2615. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(5462,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2616. </div>
  2617. </div>
  2618.  
  2619. <div class="description">
  2620. <div class="sale_box"></div>
  2621. <div class="name"><a href="/product/볼륨핏-반전볼륨-앞후크-브라/5462/category/1/display/66/" class=""><span style="font-size:14px;color:#4a4a4a;">[볼륨핏] 반전볼륨 앞후크 브라</span></a></div>
  2622. <ul class="xans-element- xans-product xans-product-listitem-65 xans-product-listitem xans-product-65 spec"><li rel="상품 요약설명" class=" xans-record-">
  2623. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#벌어진가슴 #작은가슴 #종모양가슴</span></span>
  2624. </li>
  2625. <li rel="판매가" class=" xans-record-">
  2626. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">27,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2627. </li>
  2628. </ul>
  2629. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_125.png"  alt="" /><img src="/web/upload/custom_126.png"  alt="" />   </div>
  2630. </div>
  2631. <!-- //description -->
  2632. </div>
  2633. </li>
  2634.  
  2635. </ul>
  2636. </div>
  2637. </section><!--  유튜브 --><section class="mm_tv"><!-- 메인타이틀 : 유튜브 --><!-- 메인타이틀 : 유튜브 --><div class="main_title">
  2638. <div class="mm_title">
  2639. <div class="t01">THEZAM STORY</div>
  2640. <div class="see_all"><a href="https://www.youtube.com/@thezam_official/featured">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  2641. </div>
  2642. </div>
  2643. <div class="inner swiper-container swiver_tv">
  2644. <!-- 메인 : 유튜브 -->
  2645. <div class="thumb swiper-wrapper morenvy-banner-area" area_id="6d87"><!-- 앱스토어 - 모렌비배너 - [메인 : 유튜브]에서 수정가능합니다 -->
  2646. <div class="video swiper-slide morenvy-banner ">
  2647. <div class="video_img">
  2648. <div class="v_id m_off">{#title}</div>
  2649. {#imgTag_1}<span class="click"><svg width="40" height="40" viewbox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 13.8578C15 13.0069 15 12.5814 15.1774 12.3469C15.332 12.1426 15.5682 12.0162 15.8239 12.0009C16.1175 11.9834 16.4715 12.2194 17.1795 12.6914L26.3928 18.8336C26.9778 19.2236 27.2703 19.4186 27.3722 19.6644C27.4613 19.8793 27.4613 20.1207 27.3722 20.3356C27.2703 20.5814 26.9778 20.7764 26.3928 21.1664L17.1795 27.3086C16.4715 27.7806 16.1175 28.0166 15.8239 27.9991C15.5682 27.9838 15.332 27.8574 15.1774 27.6531C15 27.4186 15 26.9931 15 26.1422V13.8578Z" fill="white"></path><rect x="1.5" y="1.5" width="37" height="37" rx="18.5" stroke="white" stroke-width="3"></rect></svg></span>
  2650. </div>
  2651. <div class="video_title">
  2652. {#html}
  2653. </div>
  2654. </div>
  2655. </div>
  2656. </div>
  2657. </section><!-- 상품진열 06 / 스테디 셀러 --><section class="mm_steady"><!-- 메인타이틀 : 스테디 셀러 --><!-- 메인타이틀 : STEADY SELLER --><div class="main_title">
  2658. <div class="mm_title">
  2659. <div class="t01">MDG project</div>
  2660. </div>
  2661. </div>
  2662.  
  2663. <!-- 메인 : 스테디 셀러 상품진열 -->
  2664. <div class="xans-element- xans-product xans-product-listmain-58 xans-product-listmain xans-product-58 cboth ec-base-product"><!--
  2665. $count = 4
  2666. ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다.
  2667. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다.
  2668. $moreview = yes
  2669. $cache = yes
  2670. -->
  2671. <ul class="prdList grid2">
  2672. <!--
  2673. ※ 메인 상품진열 리스트 공통소스 morenvy.com
  2674. --><li id="anchorBoxId_7739" class="swiper-slide xans-record-">
  2675. <div class="box">
  2676. <div class="thumbnail">
  2677. <div class="num"><span></span></div>
  2678. <div class="prdImg"><a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/59/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202407/e7dff451c5183cb673a82c88798b3e5d.jpg" id="eListPrdImage7739_59" alt="[MDG] 만득이 머스크 심리스 브라 SET"><span class="soldout_icon"></span></a></div>
  2679. <div class="pro_icon">
  2680. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7739,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2681. </div>
  2682. </div>
  2683.  
  2684. <div class="description">
  2685. <div class="sale_box"></div>
  2686. <div class="name"><a href="/product/mdg-만득이-머스크-심리스-브라-set/7739/category/1/display/59/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 머스크 심리스 브라 SET</span></a></div>
  2687. <ul class="xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec"><li rel="판매가" class=" xans-record-">
  2688. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">41,900원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2689. </li>
  2690. </ul>
  2691. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_131.png"  alt="" />   </div>
  2692. </div>
  2693. <!-- //description -->
  2694. </div>
  2695. </li>
  2696.  
  2697. <li id="anchorBoxId_4959" class="swiper-slide xans-record-">
  2698. <div class="box">
  2699. <div class="thumbnail">
  2700. <div class="num"><span></span></div>
  2701. <div class="prdImg"><a href="/product/mdg-만득이-프리-패드-포함/4959/category/1/display/59/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202406/32fa52322a758296c417fe9ff8459e66.webp" id="eListPrdImage4959_59" alt="[MDG] 만득이 프리 (패드 포함)"><span class="soldout_icon"></span></a></div>
  2702. <div class="pro_icon">
  2703. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(4959,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2704. </div>
  2705. </div>
  2706.  
  2707. <div class="description">
  2708. <div class="sale_box"></div>
  2709. <div class="name"><a href="/product/mdg-만득이-프리-패드-포함/4959/category/1/display/59/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 프리 (패드 포함)</span></a></div>
  2710. <ul class="xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec"><li rel="상품 요약설명" class=" xans-record-">
  2711. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#퍼진가슴 #작은가슴 #벌어진가슴</span></span>
  2712. </li>
  2713. <li rel="판매가" class=" xans-record-">
  2714. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">32,000원</span><span id="span_product_tax_type_text" style=""> </span></span>
  2715. </li>
  2716. <li rel="소비자가" class=" xans-record-">
  2717. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">32,000원</span></span>
  2718. </li>
  2719. <li rel="상품색상" class=" xans-record-">
  2720. <span class="m_item"><div class="color"><span class="chips" title="#81FB82" style="background-color:#81FB82" color_no="" displayGroup="59"></span><span class="chips" title="#000000" style="background-color:#000000" color_no="" displayGroup="59"></span><span class="chips" title="#FEC0CB" style="background-color:#FEC0CB" color_no="" displayGroup="59"></span><span class="chips" title="#0000FD" style="background-color:#0000FD" color_no="" displayGroup="59"></span><span class="chips" title="#FEFFEF" style="background-color:#FEFFEF" color_no="" displayGroup="59"></span></div></span>
  2721. </li>
  2722. </ul>
  2723. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_123.png"  alt="" /><img src="/web/upload/custom_130.png"  alt="" />   </div>
  2724. </div>
  2725. <!-- //description -->
  2726. </div>
  2727. </li>
  2728. <li id="anchorBoxId_7243" class="swiper-slide xans-record-">
  2729. <div class="box">
  2730. <div class="thumbnail">
  2731. <div class="num"><span></span></div>
  2732. <div class="prdImg"><a href="/product/볼륨핏-디엘-볼륨업-심리스-브라팬티set/7243/category/1/display/59/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202401/232da5b54a93e6d73a0dad5b93dab91d.jpg" id="eListPrdImage7243_59" alt="[볼륨핏] 디엘 볼륨업 심리스 브라팬티SET"><span class="soldout_icon"></span></a></div>
  2733. <div class="pro_icon">
  2734. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(7243,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2735. </div>
  2736. </div>
  2737.  
  2738. <div class="description">
  2739. <div class="sale_box"></div>
  2740. <div class="name"><a href="/product/볼륨핏-디엘-볼륨업-심리스-브라팬티set/7243/category/1/display/59/" class=""><span style="font-size:14px;color:#4a4a4a;">[볼륨핏] 디엘 볼륨업 심리스 브라팬티SET</span></a></div>
  2741. <ul class="xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec"><li rel="할인판매가" class=" xans-record-">
  2742. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">31,900원</span></span>
  2743. </li>
  2744. <li rel="판매가" class=" xans-record-">
  2745. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">39,900원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  2746. </li>
  2747. <li rel="소비자가" class=" xans-record-">
  2748. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;text-decoration:line-through;">39,900원</span></span>
  2749. </li>
  2750. <li rel="할인 기간" class=" xans-record-">
  2751. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (8,000원 할인)</strong></p><p> 2024-07-24 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  2752. </li>
  2753. <li rel="상품색상" class=" xans-record-">
  2754. <span class="m_item"><div class="color"><span class="chips" title="#FFFFFF" style="background-color:#FFFFFF" color_no="" displayGroup="59"></span><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="59"></span><span class="chips" title="#93C47D" style="background-color:#93C47D" color_no="" displayGroup="59"></span><span class="chips" title="#000000" style="background-color:#000000" color_no="" displayGroup="59"></span></div></span>
  2755. </li>
  2756. </ul>
  2757. <div class="icon">      </div>
  2758. </div>
  2759. <!-- //description -->
  2760. </div>
  2761. </li>
  2762. <li id="anchorBoxId_6657" class="swiper-slide xans-record-">
  2763. <div class="box">
  2764. <div class="thumbnail">
  2765. <div class="num"><span></span></div>
  2766. <div class="prdImg"><a href="/product/mdg-만득이-커버업/6657/category/1/display/59/"><img src="https://cafe24img.poxo.com/thezam00/web/product/medium/202406/ae42db50aace54d5195b30b74d0199a5.jpg" id="eListPrdImage6657_59" alt="[MDG] 만득이 커버업"><span class="soldout_icon"></span></a></div>
  2767. <div class="pro_icon">
  2768. <span class="cart"><img src="/web/upload/icon_202310251454463000.png"  onClick="CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.selectOptionCommon(6657,  1, 'basket', '')" alt="장바구니 담기" class="ec-admin-icon cart" /></span>
  2769. </div>
  2770. </div>
  2771.  
  2772. <div class="description">
  2773. <div class="sale_box"></div>
  2774. <div class="name"><a href="/product/mdg-만득이-커버업/6657/category/1/display/59/" class=""><span style="font-size:14px;color:#4a4a4a;">[MDG] 만득이 커버업</span></a></div>
  2775. <ul class="xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec"><li rel="상품 요약설명" class=" xans-record-">
  2776. <span class="m_item"><span style="font-size:12px;color:#9a9a9a;">#퍼진가슴 #새가슴 #군살정리</span></span>
  2777. </li>
  2778. <li rel="할인판매가" class=" xans-record-">
  2779. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;">30,400원</span></span>
  2780. </li>
  2781. <li rel="판매가" class=" xans-record-">
  2782. <span class="m_item"><span style="font-size:15px;color:#1a1a1a;font-weight:bold;text-decoration:line-through;">32,000원</span><span id="span_product_tax_type_text" style="text-decoration:line-through;"> </span></span>
  2783. </li>
  2784. <li rel="할인 기간" class=" xans-record-">
  2785. <span class="m_item"><div class="discountPeriod"><a href="#none"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_details.gif" alt="자세히"/></a><div class="layerDiscountPeriod ec-base-tooltip"><div class="content"><strong class="title"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/ico_tip_title.gif" alt="" /> 할인기간</strong><p><strong>남은시간 157일 13:16:20 (1,600원 할인)</strong></p><p> 2023-12-29 00:00 ~ 2024-12-31 23:55</p></div><a href="#none" class="close btnClose"><img src="//img.echosting.cafe24.com/skin/base_ko_KR/common/btn_close_tip.gif" alt="닫기"></a><span class="edge"></span></div></div></span>
  2786. </li>
  2787. <li rel="상품색상" class=" xans-record-">
  2788. <span class="m_item"><div class="color"><span class="chips" title="#F7E7D7" style="background-color:#F7E7D7" color_no="" displayGroup="59"></span><span class="chips" title="#222222" style="background-color:#222222" color_no="" displayGroup="59"></span><span class="chips" title="#FF9FB7" style="background-color:#FF9FB7" color_no="" displayGroup="59"></span><span class="chips" title="#C4A0D5" style="background-color:#C4A0D5" color_no="" displayGroup="59"></span></div></span>
  2789. </li>
  2790. </ul>
  2791. <div class="icon">   <img src="/web/upload/custom_122.png"  alt="" /><img src="/web/upload/custom_125.png"  alt="" /><img src="/web/upload/custom_126.png"  alt="" />   </div>
  2792. </div>
  2793. <!-- //description -->
  2794. </div>
  2795. </li>
  2796.  
  2797. </ul><div class="xans-element- xans-product xans-product-listmore-58 xans-product-listmore xans-product-58 more_btn"><a href="#none" onclick="try { $M.displayMore(58, 59, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) { return false; }" class="btnMore">
  2798. VIEW MORE (<span id="more_current_page_59" class="">1</span>/<span id="more_total_page_59" class="">5</span>)
  2799. <svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10L12 14L16 10" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a>
  2800. </div>
  2801. </div>
  2802. </section><!-- 후기 --><section class="mm_review"><!-- 메인타이틀 : 후기 --><!-- 메인타이틀 : 후기 --><div class="main_title">
  2803. <div class="mm_title">
  2804. <div class="t01">REVIEW</div>
  2805. <div class="see_all"><a href="/board/review/list.html?board_no=4">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  2806. </div>
  2807. </div>
  2808. <div class="swiper-container swiper_review">
  2809. <ul class="xans-element- xans-board xans-board-list-4 xans-board-list xans-board-4 swiper-wrapper"><!--
  2810. $main_list = yes
  2811. $login_page_url = /member/login.html
  2812. $deny_access_url = /index.html
  2813. --><!-- 메인 : 리뷰 모음 --><li class="swiper-slide xans-record-">
  2814. <div>
  2815. <a href="/board/product/read.html?no=217250&board_no=4">
  2816. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2817. <div class="thumb">
  2818. <img src="/file_data/thezam00/2024/07/26/0c7259d422904f815fb680e437d4a857.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg'" alt="">
  2819.  <div class="review_prd">
  2820. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg"  border="0" alt="" /></div>
  2821. <div class="prd_name">
  2822. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2823. <div class="name">노브라 이너캡 나시탑</div>
  2824. </div>
  2825. </div>
  2826. </div>
  2827. <div class="text">
  2828. <div class="t02">여름에 안 그래도 더운데 속옷까지 가슴을 꽉 조이면 너무 힘들어서 누브라와 이너캡 나</div>
  2829. <div class="t03">여름에 안 그래도 더운데 속옷까지 가슴을 꽉 조이면 너무 힘들어서 누브라와 이너캡 나시를 찾게되는 거 같아요 <br><br>이거는 노브라 웨어로 안쪽에 캡이 달려서 브라를 차지 않고 입을 수 있는 옷이라서 여름에 편하게 착용할 수 있는 나시에요 <br>가슴을 꽉 조이는 게 없다 보니까 계속 계속 손이 간다고나 할까요 😀 <br><br>보통 이너캡 나시들은 속옷 같은 경우가 많아서 겉으로 입기에는 부담스러울 때가 많았는데 이건 보기에 일반 나시와 같아서 어디에나 받쳐 입기 너무 좋았고 단독으로 입기도 좋았어요 ♥ <br><br>안쪽 원단은 엄청 보들보들해서 예민한 저조차도 편안하게 입을 수 있었어요 ㅎㅎ 여름에는 피부가 엄청 예민해져서 조금만 거슬려도 온몸이 간지러운데 이웃은 그런 게 없었어요 <br><br>저는 받아 보자마자 면접 보러 갈 복장으로 입고 다녀올 정도로 어디에나 잘 어울려서 다 잘 맞는 옷이었어요!! </div>
  2830. </div>
  2831. </a>
  2832. </div>
  2833. </li>
  2834. <li class="swiper-slide xans-record-">
  2835. <div>
  2836. <a href="/board/product/read.html?no=217249&board_no=4">
  2837. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2838. <div class="thumb">
  2839. <img src="/file_data/thezam00/2024/07/26/2536acef9741886aca846c06f0cfb507.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg'" alt="">
  2840.  <div class="review_prd">
  2841. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg"  border="0" alt="" /></div>
  2842. <div class="prd_name">
  2843. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2844. <div class="name">노브라 이너캡 나시탑</div>
  2845. </div>
  2846. </div>
  2847. </div>
  2848. <div class="text">
  2849. <div class="t02">원래 나시 안에 브라 꼭 착용하고 나가는데 이 제품은 여름에 덥게 브라랑 나시 이중으</div>
  2850. <div class="t03">원래 나시 안에 브라 꼭 착용하고 나가는데 이 제품은 여름에 덥게 브라랑 나시 이중으로 착용하고 나갈 필요 없어서 너무 좋았어요<br>그리고 재질도 피부에 착붙인 재질움직이는데 거슬리도록 까슬까슬한 부분도 없었고, 브라끈이 없어도 움직이는데 흔들려서 불편하거나 한 점이 하나도 없었어요.<br>다음 번에 재구매 예정이에요!</div>
  2851. </div>
  2852. </a>
  2853. </div>
  2854. </li>
  2855. <li class="swiper-slide xans-record-">
  2856. <div>
  2857. <a href="/board/product/read.html?no=217248&board_no=4">
  2858. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2859. <div class="thumb">
  2860. <img src="/file_data/thezam00/2024/07/26/7784c2cbab99afc47e2c656386108db2.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg'" alt="">
  2861.  <div class="review_prd">
  2862. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg"  border="0" alt="" /></div>
  2863. <div class="prd_name">
  2864. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2865. <div class="name">노브라 이너캡 나시탑</div>
  2866. </div>
  2867. </div>
  2868. </div>
  2869. <div class="text">
  2870. <div class="t02">요즘같은 덥고 습할때 정말 잘 어울리는 제품이에요!! 일단 부유방 커버도 너무 잘되고</div>
  2871. <div class="t03">요즘같은 덥고 습할때 정말 잘 어울리는 제품이에요!! 일단 부유방 커버도 너무 잘되고, 쇄골 보이는것도 딱 적당히 시원하게 보여서 몸매가 슬림탄탄해보여요 ㅎㅎ 이렇게 더운날 저는 보틍 바람막이를 꼭 같이 코디하고 다니는데 (에어컨 추위를 많이타기때문에..ㅠ) 이너는 꼭 시원하게 코디해주거든요! 근데 속옷 입고 따로 티셔츠나 나시를 또 입으면 너무 덥고 답답해서.. 그렇다고 니플패치만 붙이고 다니기엔 제가 부담스러워서..! 이렇게 캡까지 들어있는 나시탑을 정말정말 선호하는데 너무 제게 딱이에요❣️저는 땀도 많아서 원단이 부드럽고 피부자극이 없어야 땀띠가 심하게 나지 않는데, 더잠 노브라 나시탑은 디자인&amp;편함 모두 잡은 좋은 제품인것같아요☺️ 여기저기 이너랑 이거 자체로만 입어도 딱이고 정말 만족스러워요!! </div>
  2872. </div>
  2873. </a>
  2874. </div>
  2875. </li>
  2876. <li class="swiper-slide xans-record-">
  2877. <div>
  2878. <a href="/board/product/read.html?no=217247&board_no=4">
  2879. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2880. <div class="thumb">
  2881. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202402/518fb417e39cb543ba30a3eb561f5608.jpg'" alt="">
  2882.  <div class="review_prd">
  2883. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202402/518fb417e39cb543ba30a3eb561f5608.jpg"  border="0" alt="" /></div>
  2884. <div class="prd_name">
  2885. <span class="count"><span class="count"><img src="/morenvyimg/point04.png"></span></span>
  2886. <div class="name">[MDG] 만득이 글래머 SET</div>
  2887. </div>
  2888. </div>
  2889. </div>
  2890. <div class="text">
  2891. <div class="t02">글래머 이름에 걸맞게 가슴 잘 모아줘요 근데 팬티도 그렇고 브라도 그렇고 몇번 빨면</div>
  2892. <div class="t03">글래머 이름에 걸맞게 가슴 잘 모아줘요 근데 팬티도 그렇고 브라도 그렇고 몇번 빨면 금방 헤질거 같은 느낌이 드네요ㅠㅠ</div>
  2893. </div>
  2894. </a>
  2895. </div>
  2896. </li>
  2897. <li class="swiper-slide xans-record-">
  2898. <div>
  2899. <a href="/board/product/read.html?no=217246&board_no=4">
  2900. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2901. <div class="thumb">
  2902. <img src="/file_data/thezam00/2024/07/26/864e0324d6f9fe8e607afa30ec02cb47.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg'" alt="">
  2903.  <div class="review_prd">
  2904. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202406/df199695ce55951d6b6412193f1ba58d.jpg"  border="0" alt="" /></div>
  2905. <div class="prd_name">
  2906. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2907. <div class="name">노브라 이너캡 나시탑</div>
  2908. </div>
  2909. </div>
  2910. </div>
  2911. <div class="text">
  2912. <div class="t02">노브라 이너캡 나시탑 아이보리색 s-M사이즈 딱맞는사이즈인데 여유롭게입고싶으시면사</div>
  2913. <div class="t03">노브라 이너캡 나시탑<br>아이보리색 s-M사이즈<br>딱맞는사이즈인데 여유롭게입고싶으시면사이즈를 더여유있는걸로 선택해서입어도될거같습니다<br>노브라 이너캡 나시탑이라서 속에 브라가 내장되어있어서 편하고 좋습니다<br>면이라서 좋고 런닝스타일이예요 <br>운동이나 요가하실때입고 사용하기좋습니다<br>자신의 브라체형에 맞게 조절하는박음질<br>1단 2단 3단 이있는데 저는3단계를 풀고 딱맞게했습니다<br>더잠 속옷은 편안하고 불편하지않은제질이라서 좋네요 <br>폴리 런닝나시도 만들었으면 좋겠어용 ^^</div>
  2914. </div>
  2915. </a>
  2916. </div>
  2917. </li>
  2918. <li class="swiper-slide xans-record-">
  2919. <div>
  2920. <a href="/board/product/read.html?no=217245&board_no=4">
  2921. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2922. <div class="thumb">
  2923. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg'" alt="">
  2924.  <div class="review_prd">
  2925. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg"  border="0" alt="" /></div>
  2926. <div class="prd_name">
  2927. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2928. <div class="name">[선착순 특가] 이너프 모달 삼각 팬티</div>
  2929. </div>
  2930. </div>
  2931. </div>
  2932. <div class="text">
  2933. <div class="t02">모달이라서 그런지 가볍고 입었을때 산뜻한 느낌입니다. 부드럽고 통풍이 잘될것 같아서</div>
  2934. <div class="t03">모달이라서 그런지 가볍고 입었을때 산뜻한 느낌입니다. 부드럽고 통풍이 잘될것 같아서 매일 손이 갈 것 같네요</div>
  2935. </div>
  2936. </a>
  2937. </div>
  2938. </li>
  2939. <li class="swiper-slide xans-record-">
  2940. <div>
  2941. <a href="/board/product/read.html?no=217244&board_no=4">
  2942. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2943. <div class="thumb">
  2944. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg'" alt="">
  2945.  <div class="review_prd">
  2946. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg"  border="0" alt="" /></div>
  2947. <div class="prd_name">
  2948. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2949. <div class="name">[선착순 특가] 이너프 모달 삼각 팬티</div>
  2950. </div>
  2951. </div>
  2952. </div>
  2953. <div class="text">
  2954. <div class="t02">가볍고 뭐랄까 입었을때 산뜻한 느낌입니다. 부드럽고 통풍이 잘될것 같아서 매일 손이</div>
  2955. <div class="t03">가볍고 뭐랄까 입었을때 산뜻한 느낌입니다. 부드럽고 통풍이 잘될것 같아서 매일 손이 갈 것 같네요</div>
  2956. </div>
  2957. </a>
  2958. </div>
  2959. </li>
  2960. <li class="swiper-slide xans-record-">
  2961. <div>
  2962. <a href="/board/product/read.html?no=217243&board_no=4">
  2963. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2964. <div class="thumb">
  2965. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg'" alt="">
  2966.  <div class="review_prd">
  2967. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/4fb8a1fe7cd084b4627d12e36f97c921.jpg"  border="0" alt="" /></div>
  2968. <div class="prd_name">
  2969. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2970. <div class="name">[선착순 특가] 이너프 모달 삼각 팬티</div>
  2971. </div>
  2972. </div>
  2973. </div>
  2974. <div class="text">
  2975. <div class="t02">기존에 입던 팬티는 옆 라인에 자국이 나거나, 몸이 부으면 쨍기는? 불편함이 있었는데</div>
  2976. <div class="t03">기존에 입던 팬티는 옆 라인에 자국이 나거나, 몸이 부으면 쨍기는? 불편함이 있었는데, 심리스 팬티는 전혀 불편하지 않네요! 사길 잘한것 같아요</div>
  2977. </div>
  2978. </a>
  2979. </div>
  2980. </li>
  2981. <li class="swiper-slide xans-record-">
  2982. <div>
  2983. <a href="/board/product/read.html?no=217242&board_no=4">
  2984. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  2985. <div class="thumb">
  2986. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/af4d4c9458ae9964c2817814957ec525.webp'" alt="">
  2987.  <div class="review_prd">
  2988. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202310/af4d4c9458ae9964c2817814957ec525.webp"  border="0" alt="" /></div>
  2989. <div class="prd_name">
  2990. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  2991. <div class="name">[묶음특가]플레인 심리스 5장 묶음 삼각 팬티</div>
  2992. </div>
  2993. </div>
  2994. </div>
  2995. <div class="text">
  2996. <div class="t02">기존에 입던 팬티는 옆 라인에 자국이 나거나, 몸이 부으면 쨍기는? 불편함이 있었는데</div>
  2997. <div class="t03">기존에 입던 팬티는 옆 라인에 자국이 나거나, 몸이 부으면 쨍기는? 불편함이 있었는데, 심리스 팬티는 전혀 불편하지 않네요! 사길 잘한것 같아요</div>
  2998. </div>
  2999. </a>
  3000. </div>
  3001. </li>
  3002. <li class="swiper-slide xans-record-">
  3003. <div>
  3004. <a href="/board/product/read.html?no=217241&board_no=4">
  3005. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3006. <div class="thumb">
  3007. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202209/d0eb9d024f39e6f8cc583a9fc904e583.webp'" alt="">
  3008.  <div class="review_prd">
  3009. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202209/d0eb9d024f39e6f8cc583a9fc904e583.webp"  border="0" alt="" /></div>
  3010. <div class="prd_name">
  3011. <span class="count"><span class="count"><img src="/morenvyimg/point04.png"></span></span>
  3012. <div class="name">[묶음할인] 노라인 심리스 보이쇼츠 팬티 3장 세트</div>
  3013. </div>
  3014. </div>
  3015. </div>
  3016. <div class="text">
  3017. <div class="t02">계속 이 제품을 구매하고 있는데.  애플그린 두개는 좀 입다보니  접착면이 벌어져요.</div>
  3018. <div class="t03">계속 이 제품을 구매하고 있는데.  애플그린 두개는 좀 입다보니  접착면이 벌어져요.  스킨들은 아무 문제가 없었습니다.  다음 구매는 스킨만 하려고요…</div>
  3019. </div>
  3020. </a>
  3021. </div>
  3022. </li>
  3023. <li class="swiper-slide xans-record-">
  3024. <div>
  3025. <a href="/board/product/read.html?no=217240&board_no=4">
  3026. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3027. <div class="thumb">
  3028. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202311/70e0c4260b0d7f0d22aaa14a2bbab526.webp'" alt="">
  3029.  <div class="review_prd">
  3030. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202311/70e0c4260b0d7f0d22aaa14a2bbab526.webp"  border="0" alt="" /></div>
  3031. <div class="prd_name">
  3032. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  3033. <div class="name">[스탠다드핏] 디엘 심리스 브라 NEW</div>
  3034. </div>
  3035. </div>
  3036. </div>
  3037. <div class="text">
  3038. <div class="t02">진짜 편하고 안입은거 같은 착용감 입니다 하늘색 삿는데 흰색 티에도 비침 없었어요!</div>
  3039. <div class="t03">진짜 편하고 안입은거 같은 착용감 입니다 하늘색 삿는데 흰색 티에도 비침 없었어요! </div>
  3040. </div>
  3041. </a>
  3042. </div>
  3043. </li>
  3044. <li class="swiper-slide xans-record-">
  3045. <div>
  3046. <a href="/board/product/read.html?no=217239&board_no=4">
  3047. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3048. <div class="thumb">
  3049. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202312/e1c8a8d57ad8674e5e2ef28dd940c9e7.jpg'" alt="">
  3050.  <div class="review_prd">
  3051. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202312/e1c8a8d57ad8674e5e2ef28dd940c9e7.jpg"  border="0" alt="" /></div>
  3052. <div class="prd_name">
  3053. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  3054. <div class="name">[패드일체형] 볼륨 부스팅 하프컵 브라</div>
  3055. </div>
  3056. </div>
  3057. </div>
  3058. <div class="text">
  3059. <div class="t02">진짜 볼륨감있게 끌어모아주는데 착용감은 또 엄청 편해요! 큰 기대 안하고 삿는데 딱히</div>
  3060. <div class="t03">진짜 볼륨감있게 끌어모아주는데 착용감은 또 엄청 편해요! 큰 기대 안하고 삿는데 딱히 노력하지 않아도 알아서 쫙 모아줘서 볼륨감을 살려주는 브라에용 짱 신기함!!</div>
  3061. </div>
  3062. </a>
  3063. </div>
  3064. </li>
  3065. <li class="swiper-slide xans-record-">
  3066. <div>
  3067. <a href="/board/product/read.html?no=217238&board_no=4">
  3068. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3069. <div class="thumb">
  3070. <img src="/file_data/thezam00/2024/07/25/cc2038bf863398bc8dcd3d9dde8f6f19.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202309/61bb2bd3947d11f1053c96f703cf213a.jpg'" alt="">
  3071.  <div class="review_prd">
  3072. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202309/61bb2bd3947d11f1053c96f703cf213a.jpg"  border="0" alt="" /></div>
  3073. <div class="prd_name">
  3074. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  3075. <div class="name">에어 쿨링 브이컷 라인 나시탑</div>
  3076. </div>
  3077. </div>
  3078. </div>
  3079. <div class="text">
  3080. <div class="t02">에어 쿨링 블랙44~66 받자 마자 시원하고 더운날에 끈적이지 않아요. 더운날 유니폼 안</div>
  3081. <div class="t03">에어 쿨링 블랙44~66 받자 마자 시원하고 더운날에 끈적이지 않아요. 더운날 유니폼 안에 입어도. 너무 좋아요 굿~~</div>
  3082. </div>
  3083. </a>
  3084. </div>
  3085. </li>
  3086. <li class="swiper-slide xans-record-">
  3087. <div>
  3088. <a href="/board/product/read.html?no=217237&board_no=4">
  3089. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3090. <div class="thumb">
  3091. <img src="/file_data/thezam00/2024/07/25/6e9ddd026485c0de5383c648b3889bfe.jpg" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202407/0f15e4e08bacbdc9023f601e56d45d9e.jpg'" alt="">
  3092.  <div class="review_prd">
  3093. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202407/0f15e4e08bacbdc9023f601e56d45d9e.jpg"  border="0" alt="" /></div>
  3094. <div class="prd_name">
  3095. <span class="count"><span class="count"><img src="/morenvyimg/point05.png"></span></span>
  3096. <div class="name">[패드일체형] 소프트 모달 일자 나시탑</div>
  3097. </div>
  3098. </div>
  3099. </div>
  3100. <div class="text">
  3101. <div class="t02">주문양이 많아서 소프트 모달을 드디어 받았어요. 속옷이 소프트하고 이렇게 부드러울까</div>
  3102. <div class="t03">주문양이 많아서 소프트 모달을 드디어 받았어요. 속옷이 소프트하고 이렇게 부드러울까 싶어요~  비침없어서 나시로 입기 좋고 브라가 따로 놀지 않아서 더욱좋아요~</div>
  3103. </div>
  3104. </a>
  3105. </div>
  3106. </li>
  3107. <li class="swiper-slide xans-record-">
  3108. <div>
  3109. <a href="/board/product/read.html?no=217236&board_no=4">
  3110. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3111. <div class="thumb">
  3112. <img src="/file_data/thezam00" onerror="this.src='https://cafe24img.poxo.com/thezam00/web/product/tiny/202407/68ec822ef2b40df68f122747fdf17f81.jpg'" alt="">
  3113.  <div class="review_prd">
  3114. <div class="img"><img src="https://cafe24img.poxo.com/thezam00/web/product/tiny/202407/68ec822ef2b40df68f122747fdf17f81.jpg"  border="0" alt="" /></div>
  3115. <div class="prd_name">
  3116. <span class="count"><span class="count"><img src="/morenvyimg/point02.png"></span></span>
  3117. <div class="name">[볼륨핏] 반전볼륨 앞후크 브라</div>
  3118. </div>
  3119. </div>
  3120. </div>
  3121. <div class="text">
  3122. <div class="t02">기대를 많이 해서 그런가 실망감이 크네요.   퍼진 가슴을 앞쪽으로 확 조여 주는 장점</div>
  3123. <div class="t03">기대를 많이 해서 그런가 실망감이 크네요. <br><br>퍼진 가슴을 앞쪽으로 확 조여 주는 장점에 비해 <br>1. 가슴 위쪽 레이스? 부분이 까칠하고<br>2. 레이스와 어깨끈 연결하는 부위는 압박감이 느껴지고 (제 왼쪽 가슴이 살짝 더 커서 그럴 수도 있겠어요)<br>3. 양 어깨에서 끈이 2쌍씩이라 팔 낄 때 끈이 꼬인다<br>는 단점이 많아요. 이 단점을 감수하고서라도 구매해야 하는 제품은 아니라고 느꼈습니다. </div>
  3124. </div>
  3125. </a>
  3126. </div>
  3127. </li>
  3128. </ul>
  3129. </div>
  3130. </section><!-- 이벤트 --><section class="mm_event"><!-- 메인타이틀 : 이벤트 --><!-- 메인타이틀 : 이벤트 --><div class="main_title">
  3131. <div class="mm_title">
  3132. <div class="t01">EVENT</div>
  3133. <div class="see_all"><a href="/board/gallery/list.html?board_no=18&amp;category_no=1" id="m2">MORE<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#9A9A9A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  3134. </div>
  3135. </div>
  3136.  
  3137.  
  3138. <!-- 메인 : 이벤트 -->
  3139. <!-- 메인 이벤트 수정하는 곳 -->
  3140. <div class="xans-element- xans-board xans-board-list-18 xans-board-list xans-board-18 eb_box cboth"><!--
  3141. $count = 2
  3142. -->
  3143. <a href="/board/gallery/read.html?no=217071&board_no=18" class="eb_up xans-record-">
  3144. <div class="wrap">
  3145. <div class="eb_thum">
  3146. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3147. <img src="/file_data/thezam00/2024/07/08/65bf1809e08670cae7901879718e716a.jpg" onerror="this.src='/morenvyimg/no_img_event.png'" alt="">
  3148.  <!-- 메인영역 08 : 배너택스트 -->
  3149. </div>
  3150. <!-- //eb_thum-->
  3151. <div class="eb_desc">
  3152. <div class="eb_name">노브라 이너캡 나시탑 런칭 이벤트</div>
  3153.                <span class="category displaynone">진행중 이벤트</span>
  3154. </div>
  3155. <!-- //eb_desc -->
  3156. </div>
  3157. </a>
  3158. <!-- //eb_up -->
  3159. <a href="/board/gallery/read.html?no=216970&board_no=18" class="eb_down xans-record-">
  3160. <div class="wrap">
  3161. <div class="eb_thum">
  3162. <!-- 이미지 주소 작업 쇼핑몰 주소로 변경해주세요 ex). ecudemo207342 -> ecudemo266774 -->
  3163. <img src="/file_data/thezam00/2024/07/15/92976a8138a17c2d1696a1f36ad4d260.jpg" onerror="this.src='/morenvyimg/no_img_event.png'" alt="">
  3164.  <!-- 메인영역 08 : 배너택스트 -->
  3165. </div>
  3166. <!-- //eb_thum-->
  3167. <div class="eb_desc">
  3168. <div class="eb_name">Be cool, Be nice to UU, 더잠 썸머페스타</div>
  3169.                <span class="category displaynone">종료된 이벤트</span>
  3170. </div>
  3171. <!-- //eb_desc -->
  3172. </div>
  3173. </a><!-- //eb_down -->
  3174. </div>
  3175. <!-- //eb_box -->
  3176. </section><section id="instagramWidgetManual" style="margin-left: 1%;margin-right: 1%;width: 98%;height: 250px; font-family: 'SUIT', sans-serif;"><!--앱을 비활성화한 뒤 삽입한 코드를 직접 삭제해야 할 수도 있습니다.--></section></div><!-- //main_content -->
  3177.  
  3178. <script src="https://www.youtube.com/iframe_api"></script>
  3179. <!-- 유튜브 팝업 -->
  3180. <div id="popup01">
  3181. <div class="thumb">
  3182. <div id="player">
  3183. </div>
  3184. </div>
  3185. <span class="bClose" style="cursor:pointer;"></span>
  3186. </div><!-- //popup01 -->
  3187.  
  3188.  
  3189.            
  3190.  
  3191. <script src="https://plusapp-manager.cafe24.com/js/front/recommend-install.js" defer></script>
  3192. </div>
  3193.  
  3194.  
  3195. <div id="ft_nav" class="nav_visible">
  3196. <!-- 하단 : 네비게이션 -->
  3197. <!-- 하단 네비게이션 수정하는 곳 -->
  3198. <ul><li class="home"><a href="/"><img src="/morenvyimg/ft_nav_home.svg" alt="홈"><span>홈</span></a></li>
  3199. <li class="cate"><a href="javascript:;"><img src="/morenvyimg/ft_nav_menu.svg" alt="메뉴"><span>카테고리</span></a></li>
  3200. <li class="search"><a href="javascript:;"><img src="/morenvyimg/ft_nav_search.svg" alt="검색"><span>검색</span></a></li>
  3201. <li class="recent"><a href="/order/basket.html"><img src="/morenvyimg/ft_nav_cart.svg" alt="장바구니"><span>장바구니</span></a></li>
  3202. <li class="my"><a href="/myshop/index.html"><img src="/morenvyimg/ft_nav_my.svg" alt="마이페이지"><span>마이페이지</span></a></li>
  3203. </ul></div><!-- //ft_nav -->
  3204.  
  3205.  
  3206. <div id="right_quick">
  3207. <!-- 우측 : 하단 퀵바 -->
  3208. <!-- 우측 하단 퀵바 수정하는 곳 -->
  3209.  
  3210. <!-- 위로가기 버튼 -->
  3211. <div class="q_arrow q_arrow_top cboth"><a href="javascript:;" onclick="$('html,body').animate({scrollTop:0},'slow')"><svg width="48" height="48" viewbox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="white"></rect><path d="M24 30.6667V17.3334M24 17.3334L19 22.3334M24 17.3334L29 22.3334" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#EDEDED"></rect></svg></a></div>
  3212. </div><!-- //right_quick -->
  3213.  
  3214. <div id="mfooter" class="xans-element- xans-layout xans-layout-footer cboth "><div class="wrap_ft">
  3215. <div class="mf_sec01">
  3216. <div class="ft_cs">
  3217. <!-- 하단 : 운영시간  -->
  3218. <!-- 하단 고객센터 수정하는 곳 -->
  3219. <div class="sub_title">
  3220. <span>고객센터</span><span><a href="http://thezam.channel.io">1:1 실시간 채팅 상담 🤍<svg width="24" height="24" viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 8L14 12L10 16" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></span>
  3221. </div>
  3222. <div class="sub">
  3223. <span>AM 10시 ~ PM 5시 (주말/공휴일 휴무)</span>
  3224. </div>
  3225.  
  3226. </div>
  3227. <div class="ft_qna"><a href="http://thezam.channel.io">고객센터<svg width="16" height="16" viewbox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11L10 8L7 5" stroke="#1A1A1A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></div>
  3228. </div>
  3229.  
  3230. <div class="mf_sec02">
  3231. <div class="wrap">
  3232. <div class="ft_info_name">주식회사원테이커 사업자 정보<div class="info_btn"></div>
  3233. </div>
  3234. <div class="ft_info">
  3235.                    <div>
  3236. <span class="name">은행정보 :</span>우리은행 1005-203-114077 (주)원테이커</div>
  3237.                    <div>
  3238. <span class="name">주소 :</span>04532 401호, 서울특별시 중구 소공로 96 (소공동)</div>
  3239. <div>
  3240. <span class="name">사업자등록번호 :</span>363-86-00415 <a href="#none" onclick="window.open('http://www.ftc.go.kr/bizCommPop.do?wrkr_no=3638600415', 'bizCommPop', 'width=750, height=950;');return false;">[사업자정보확인]</a></div>
  3241. <div>
  3242. <span class="name">통신판매업신고 :</span>2017-서울서대문-0573</div>
  3243.                    <div>
  3244. <span class="name">개인정보 관리 및 보호 책임 :</span>이효진</div>
  3245. <div>
  3246. <span class="name">대표이사 :</span>홍유리</div>
  3247. <!-- <div><span class="name">전화번호 :</span>02-1661-8229<span class="line"></span><span class="name">팩스 :</span></div> -->
  3248. <div>
  3249. <span class="name">호스팅 사업자 :</span>(주)카페24</div>
  3250.                    <div>
  3251. <span class="name">마케팅/제휴문의 :</span>marketing@wantaker.com</div>
  3252. <div class="xans-element- xans-layout xans-layout-footer ft_copy ">Copyright © 더잠. All rights reserved.Designed by morenvy
  3253. </div>
  3254. </div>
  3255. <!-- //ft_info -->
  3256.  
  3257. <div class="ft_menu">
  3258. <!-- 하단 : 메뉴 -->
  3259. <!-- 하단 메뉴 수정하는 곳 -->
  3260. <!-- <a href="/shopinfo/company.html">회사소개</a><span class="line"></span> -->
  3261. <a href="/member/mall_agreement.html">이용약관</a><span class="line"></span>
  3262. <a href="/member/privacy.html"><span>개인정보처리방침</span></a><span class="line"></span>
  3263. <a href="/shopinfo/guide.html">이용안내</a><span class="line"></span>
  3264. <a href="https://en.thezam.co.kr/"><img src="//img.cafe24.com/img/common/global/en_US_18x12.png" class="lifted-image"> EN</a>
  3265.  
  3266. <style>
  3267.  
  3268.        /* 이미지 스타일 설정 */
  3269.        .lifted-image {
  3270.            margin-top: -4px; /* 적절한 값을 사용하여 이미지를 위로 올립니다. */
  3271.        }
  3272.    </style>
  3273. </div>
  3274. <!-- //ft_menu -->
  3275.  
  3276. </div>
  3277. </div>
  3278. <!-- //ft_bottom -->
  3279. </div>
  3280. <!-- //wrap_ft -->
  3281. </div>
  3282. <!-- //mfooter -->
  3283.  
  3284.  
  3285.  
  3286. <div id="progressPaybar" style="display:none;">
  3287.    <div id="progressPaybarBackground" class="layerProgress"></div>
  3288.    <div id="progressPaybarView">
  3289.        <p class="graph">현재 결제가 진행중입니다.</p>
  3290.        <p class="txt">
  3291.            본 결제 창은 결제완료 후 자동으로 닫히며, <br>
  3292.            결제 진행 중에 본 결제 창을 닫으시면<br>
  3293.            주문이 되지 않으니 <br>
  3294.            결제 완료 될 때 까지 닫지 마시기 바랍니다.
  3295.        </p>
  3296.    </div>
  3297. </div>
  3298. <div class="xans-element- xans-layout xans-layout-multishopshipping ec-base-layer typeModal "><h1>WORLD SHIPPING</h1>
  3299. <div class="wrap worldshipLayer">
  3300.        <p class="desc">PLEASE SELECT THE DESTINATION COUNTRY AND LANGUAGE :</p>
  3301.        <div class="select">
  3302.            <select class="xans-element- xans-layout xans-layout-multishopshippingcountrylist"><option value="GH"  class="xans-record-">SHIPPING TO : 가나(GHANA)</option>
  3303. <option value="GA"  class="xans-record-">SHIPPING TO : 가봉(GABON)</option>
  3304. <option value="GY"  class="xans-record-">SHIPPING TO : 가이아나(GUYANA)</option>
  3305. <option value="GM"  class="xans-record-">SHIPPING TO : 감비아(GAMBIA)</option>
  3306. <option value="GT"  class="xans-record-">SHIPPING TO : 과테말라(GUATEMALA)</option>
  3307. <option value="GD"  class="xans-record-">SHIPPING TO : 그레나다(GRENADA)</option>
  3308. <option value="GE"  class="xans-record-">SHIPPING TO : 그루지야(GEORGIA)</option>
  3309. <option value="GR"  class="xans-record-">SHIPPING TO : 그리스(GREECE)</option>
  3310. <option value="GN"  class="xans-record-">SHIPPING TO : 기니(GUINEA)</option>
  3311. <option value="GW"  class="xans-record-">SHIPPING TO : 기니비소(GUINEA-BISSAU)</option>
  3312. <option value="NA"  class="xans-record-">SHIPPING TO : 나미비아(NAMIBIA)</option>
  3313. <option value="NG"  class="xans-record-">SHIPPING TO : 나이지리아(NIGERIA)</option>
  3314. <option value="ZA"  class="xans-record-">SHIPPING TO : 남아프리카공화국(SOUTH AFRICA)</option>
  3315. <option value="AN"  class="xans-record-">SHIPPING TO : 네덜란드(네덜란드령앤틸리스)(NETHERLANDS(ANTILLES))</option>
  3316. <option value="NL"  class="xans-record-">SHIPPING TO : 네덜란드(네델란드)(NETHERLANDS)</option>
  3317. <option value="AW"  class="xans-record-">SHIPPING TO : 네덜란드(아루바섬)(ARUBA)</option>
  3318. <option value="NP"  class="xans-record-">SHIPPING TO : 네팔(NEPAL)</option>
  3319. <option value="NO"  class="xans-record-">SHIPPING TO : 노르웨이(NORWAY)</option>
  3320. <option value="NZ"  class="xans-record-">SHIPPING TO : 뉴질란드(NEW ZEALAND)</option>
  3321. <option value="NE"  class="xans-record-">SHIPPING TO : 니제르(NIGER)</option>
  3322. <option value="NI"  class="xans-record-">SHIPPING TO : 니카라과(NICARAGUA)</option>
  3323. <option value="KR"  class="xans-record-">SHIPPING TO : 대한민국(KOREA (REP OF,))</option>
  3324. <option value="DK"  class="xans-record-">SHIPPING TO : 덴마크(DENMARK)</option>
  3325. <option value="GL"  class="xans-record-">SHIPPING TO : 덴마크(그린란드)(GREENLAND)</option>
  3326. <option value="FO"  class="xans-record-">SHIPPING TO : 덴마크(페로즈제도)(FAROE ISLANDS)</option>
  3327. <option value="DO"  class="xans-record-">SHIPPING TO : 도미니카공화국(DOMINICAN REPUBLIC)</option>
  3328. <option value="DM"  class="xans-record-">SHIPPING TO : 도미니카연방(DOMINICA)</option>
  3329. <option value="DE"  class="xans-record-">SHIPPING TO : 독일(GERMANY)</option>
  3330. <option value="TL"  class="xans-record-">SHIPPING TO : 동티모르(TIMOR-LESTE)</option>
  3331. <option value="LA"  class="xans-record-">SHIPPING TO : 라오스(LAO PEOPLE'S DEM REP)</option>
  3332. <option value="LR"  class="xans-record-">SHIPPING TO : 라이베리아(LIBERIA)</option>
  3333. <option value="LV"  class="xans-record-">SHIPPING TO : 라트비아(LATVIA)</option>
  3334. <option value="RU"  class="xans-record-">SHIPPING TO : 러시아(RUSSIAN FEDERATION)</option>
  3335. <option value="LB"  class="xans-record-">SHIPPING TO : 레바논(LEBANON)</option>
  3336. <option value="LS"  class="xans-record-">SHIPPING TO : 레소토(LESOTHO)</option>
  3337. <option value="RO"  class="xans-record-">SHIPPING TO : 루마니아(ROMANIA)</option>
  3338. <option value="LU"  class="xans-record-">SHIPPING TO : 룩셈부르크(LUXEMBOURG)</option>
  3339. <option value="RW"  class="xans-record-">SHIPPING TO : 르완다(RWANDA)</option>
  3340. <option value="LY"  class="xans-record-">SHIPPING TO : 리비아(LIBYAN ARAB JAMAHIRIYA)</option>
  3341. <option value="LI"  class="xans-record-">SHIPPING TO : 리첸쉬테인(LIECHTENSTEIN)</option>
  3342. <option value="LT"  class="xans-record-">SHIPPING TO : 리투아니아(LITHUANIA)</option>
  3343. <option value="MG"  class="xans-record-">SHIPPING TO : 마다가스카르(MADAGASCAR)</option>
  3344. <option value="MK"  class="xans-record-">SHIPPING TO : 마케도니아(MACEDONIA)</option>
  3345. <option value="MW"  class="xans-record-">SHIPPING TO : 말라위(MALAWI)</option>
  3346. <option value="MY"  class="xans-record-">SHIPPING TO : 말레이지아(MALAYSIA)</option>
  3347. <option value="ML"  class="xans-record-">SHIPPING TO : 말리(MALI)</option>
  3348. <option value="MX"  class="xans-record-">SHIPPING TO : 멕시코(MEXICO)</option>
  3349. <option value="MC"  class="xans-record-">SHIPPING TO : 모나코(MONACO)</option>
  3350. <option value="MA"  class="xans-record-">SHIPPING TO : 모로코(MOROCCO)</option>
  3351. <option value="MU"  class="xans-record-">SHIPPING TO : 모리셔스(MAURITIUS)</option>
  3352. <option value="MR"  class="xans-record-">SHIPPING TO : 모리타니(MAURITANIA)</option>
  3353. <option value="MZ"  class="xans-record-">SHIPPING TO : 모잠비크(MOZAMBIQUE)</option>
  3354. <option value="ME"  class="xans-record-">SHIPPING TO : 몬테네그로(MONTENEGRO)</option>
  3355. <option value="MD"  class="xans-record-">SHIPPING TO : 몰도바(MOLDOVA, REPUBLIC OF)</option>
  3356. <option value="MV"  class="xans-record-">SHIPPING TO : 몰디브(MALDIVES)</option>
  3357. <option value="MT"  class="xans-record-">SHIPPING TO : 몰타(MALTA)</option>
  3358. <option value="MN"  class="xans-record-">SHIPPING TO : 몽고(MONGOLIA)</option>
  3359. <option value="US"  selected="selected" class="xans-record-">SHIPPING TO : 미국(U.S.A)</option>
  3360. <option value="GU"  class="xans-record-">SHIPPING TO : 미국(괌)(GUAM)</option>
  3361. <option value="MH"  class="xans-record-">SHIPPING TO : 미국(마아샬제도)(MARSHALL ISLANDS)</option>
  3362. <option value="VI"  class="xans-record-">SHIPPING TO : 미국(버진제도)(VIRGIN ISLANDS U.S.)</option>
  3363. <option value="WS"  class="xans-record-">SHIPPING TO : 미국(사모아, 구 서사모아)(SAMOA)</option>
  3364. <option value="AS"  class="xans-record-">SHIPPING TO : 미국(사모아제도)(AMERICAN SAMOA)</option>
  3365. <option value="MP"  class="xans-record-">SHIPPING TO : 미국(사이판)(NORTHERN MARIANA ISLANDS)</option>
  3366. <option value="PW"  class="xans-record-">SHIPPING TO : 미국(팔라우섬)(PALAU)</option>
  3367. <option value="PR"  class="xans-record-">SHIPPING TO : 미국(푸에르토리코섬)(PUERTO RICO)</option>
  3368. <option value="MM"  class="xans-record-">SHIPPING TO : 미얀마(MYANMAR)</option>
  3369. <option value="FM"  class="xans-record-">SHIPPING TO : 미크로네시아(마이크로네시아)(MICRONESIA)</option>
  3370. <option value="VU"  class="xans-record-">SHIPPING TO : 바누아투(VANUATU)</option>
  3371. <option value="BH"  class="xans-record-">SHIPPING TO : 바레인(BAHRAIN)</option>
  3372. <option value="BB"  class="xans-record-">SHIPPING TO : 바베이도스(BARBADOS)</option>
  3373. <option value="BS"  class="xans-record-">SHIPPING TO : 바하마(BAHAMAS)</option>
  3374. <option value="BD"  class="xans-record-">SHIPPING TO : 방글라데시(BANGLADESH)</option>
  3375. <option value="VE"  class="xans-record-">SHIPPING TO : 베네수엘라(VENEZUELA)</option>
  3376. <option value="BJ"  class="xans-record-">SHIPPING TO : 베넹(BENIN)</option>
  3377. <option value="VN"  class="xans-record-">SHIPPING TO : 베트남(VIET NAM)</option>
  3378. <option value="BE"  class="xans-record-">SHIPPING TO : 벨기에(BELGIUM)</option>
  3379. <option value="BY"  class="xans-record-">SHIPPING TO : 벨라루스(BELARUS)</option>
  3380. <option value="BZ"  class="xans-record-">SHIPPING TO : 벨리세(BELIZE)</option>
  3381. <option value="BA"  class="xans-record-">SHIPPING TO : 보스니아헤르체코비나(Bosnia and Herzegovina)</option>
  3382. <option value="BW"  class="xans-record-">SHIPPING TO : 보츠와나(BOTSWANA)</option>
  3383. <option value="BO"  class="xans-record-">SHIPPING TO : 볼리비아(BOLIVIA)</option>
  3384. <option value="BF"  class="xans-record-">SHIPPING TO : 부르키나파소(BURKINA FASO)</option>
  3385. <option value="BT"  class="xans-record-">SHIPPING TO : 부탄(BHUTAN)</option>
  3386. <option value="BG"  class="xans-record-">SHIPPING TO : 불가리아(BULGARIA(REP))</option>
  3387. <option value="BR"  class="xans-record-">SHIPPING TO : 브라질(BRAZIL)</option>
  3388. <option value="BN"  class="xans-record-">SHIPPING TO : 브루네이(나이)(BRUNEI DARUSSALAM)</option>
  3389. <option value="BI"  class="xans-record-">SHIPPING TO : 브룬디(BURUNDI)</option>
  3390. <option value="SA"  class="xans-record-">SHIPPING TO : 사우디아라비아(SAUDI ARABIA)</option>
  3391. <option value="CY"  class="xans-record-">SHIPPING TO : 사이프러스(CYPRUS)</option>
  3392. <option value="SM"  class="xans-record-">SHIPPING TO : 산마리노(SAN MARINO)</option>
  3393. <option value="SN"  class="xans-record-">SHIPPING TO : 세네갈(SENEGAL)</option>
  3394. <option value="RS"  class="xans-record-">SHIPPING TO : 세르비아/코소보(SERBIA/KOSOVO)</option>
  3395. <option value="SC"  class="xans-record-">SHIPPING TO : 세이셸(SEYCHELLES)</option>
  3396. <option value="LC"  class="xans-record-">SHIPPING TO : 세인트 루시아(SAINT LUCIA)</option>
  3397. <option value="VC"  class="xans-record-">SHIPPING TO : 세인트빈센트그레나딘(SAINT VINCENT AND THE GRENADINES)</option>
  3398. <option value="KN"  class="xans-record-">SHIPPING TO : 세인트키츠네비스(SAINT KITTS AND NEVIS)</option>
  3399. <option value="SB"  class="xans-record-">SHIPPING TO : 솔로몬아일란드(SOLOMON ISLANDS)</option>
  3400. <option value="SR"  class="xans-record-">SHIPPING TO : 수리남(SURINAME)</option>
  3401. <option value="LK"  class="xans-record-">SHIPPING TO : 스리랑카(SRI LANKA)</option>
  3402. <option value="SZ"  class="xans-record-">SHIPPING TO : 스와질랜드(SWAZILAND)</option>
  3403. <option value="SE"  class="xans-record-">SHIPPING TO : 스웨덴(SWEDEN)</option>
  3404. <option value="CH"  class="xans-record-">SHIPPING TO : 스위스(SWITZERLAND)</option>
  3405. <option value="ES"  class="xans-record-">SHIPPING TO : 스페인(에스파니아)(SPAIN)</option>
  3406. <option value="SK"  class="xans-record-">SHIPPING TO : 슬로바키아(SLOVAKIA)</option>
  3407. <option value="SI"  class="xans-record-">SHIPPING TO : 슬로베니아(SLOVENIA)</option>
  3408. <option value="SL"  class="xans-record-">SHIPPING TO : 시에라리온(SIERRA LEONE)</option>
  3409. <option value="SG"  class="xans-record-">SHIPPING TO : 싱가포르(SINGAPORE)</option>
  3410. <option value="AE"  class="xans-record-">SHIPPING TO : 아랍에미레이트연합국(UNITED ARAB EMIRATES)</option>
  3411. <option value="AM"  class="xans-record-">SHIPPING TO : 아르메니아(ARMENIA)</option>
  3412. <option value="AR"  class="xans-record-">SHIPPING TO : 아르헨티나(ARGENTINA)</option>
  3413. <option value="IS"  class="xans-record-">SHIPPING TO : 아이슬란드(ICELAND)</option>
  3414. <option value="HT"  class="xans-record-">SHIPPING TO : 아이티(HAITI)</option>
  3415. <option value="IE"  class="xans-record-">SHIPPING TO : 아일란드(에이레)(IRELAND)</option>
  3416. <option value="AZ"  class="xans-record-">SHIPPING TO : 아제르바이잔(AZERBAIJAN)</option>
  3417. <option value="AF"  class="xans-record-">SHIPPING TO : 아프가니스탄(AFGHANISTAN)</option>
  3418. <option value="AD"  class="xans-record-">SHIPPING TO : 안도라(ANDORRA)</option>
  3419. <option value="AL"  class="xans-record-">SHIPPING TO : 알바니아(ALBANIA)</option>
  3420. <option value="DZ"  class="xans-record-">SHIPPING TO : 알제리(ALGERIA)</option>
  3421. <option value="AO"  class="xans-record-">SHIPPING TO : 앙골라(ANGOLA)</option>
  3422. <option value="AG"  class="xans-record-">SHIPPING TO : 앤티과바부다(ANTIGUA AND BARBUDA)</option>
  3423. <option value="ER"  class="xans-record-">SHIPPING TO : 에리트리아(ERITREA)</option>
  3424. <option value="EE"  class="xans-record-">SHIPPING TO : 에스토니아(ESTONIA)</option>
  3425. <option value="EC"  class="xans-record-">SHIPPING TO : 에콰도르(ECUADOR)</option>
  3426. <option value="SV"  class="xans-record-">SHIPPING TO : 엘살바도르(EL SALVADOR)</option>
  3427. <option value="GB"  class="xans-record-">SHIPPING TO : 영국(UNITED KINGDOM)</option>
  3428. <option value="MS"  class="xans-record-">SHIPPING TO : 영국(몽세라)(MONTSERRAT)</option>
  3429. <option value="BM"  class="xans-record-">SHIPPING TO : 영국(버뮤다섬)(BERMUDA)</option>
  3430. <option value="VG"  class="xans-record-">SHIPPING TO : 영국(버진제도)(VIRGIN ISLANDS BRITISH)</option>
  3431. <option value="AI"  class="xans-record-">SHIPPING TO : 영국(안귈라섬)(ANGUILLA)</option>
  3432. <option value="GI"  class="xans-record-">SHIPPING TO : 영국(지브롤터)(GIBRALTAR)</option>
  3433. <option value="KY"  class="xans-record-">SHIPPING TO : 영국(케이만제도)(CAYMAN ISLANDS)</option>
  3434. <option value="TC"  class="xans-record-">SHIPPING TO : 영국(터크스케이코스제도)(TURKS AND CAICOS ISLANDS)</option>
  3435. <option value="YE"  class="xans-record-">SHIPPING TO : 예멘(YEMEN)</option>
  3436. <option value="OM"  class="xans-record-">SHIPPING TO : 오만(OMAN)</option>
  3437. <option value="NF"  class="xans-record-">SHIPPING TO : 오스트레일리아(노퍽섬)(NORFOLK ISLAND)</option>
  3438. <option value="AU"  class="xans-record-">SHIPPING TO : 오스트레일리아(호주)(AUSTRALIA)</option>
  3439. <option value="AT"  class="xans-record-">SHIPPING TO : 오스트리아(AUSTRIA)</option>
  3440. <option value="HN"  class="xans-record-">SHIPPING TO : 온두라스(HONDURAS)</option>
  3441. <option value="JO"  class="xans-record-">SHIPPING TO : 요르단(JORDAN)</option>
  3442. <option value="UG"  class="xans-record-">SHIPPING TO : 우간다(UGANDA)</option>
  3443. <option value="UY"  class="xans-record-">SHIPPING TO : 우루과이(URUGUAY)</option>
  3444. <option value="UZ"  class="xans-record-">SHIPPING TO : 우즈베크(UZBEKISTAN)</option>
  3445. <option value="UA"  class="xans-record-">SHIPPING TO : 우크라이나(UKRAINE)</option>
  3446. <option value="ET"  class="xans-record-">SHIPPING TO : 이디오피아(ETHIOPIA)</option>
  3447. <option value="IQ"  class="xans-record-">SHIPPING TO : 이라크(IRAQ)</option>
  3448. <option value="IR"  class="xans-record-">SHIPPING TO : 이란(IRAN(ISLAMIC REP))</option>
  3449. <option value="IL"  class="xans-record-">SHIPPING TO : 이스라엘(ISRAEL)</option>
  3450. <option value="EG"  class="xans-record-">SHIPPING TO : 이집트(EGYPT)</option>
  3451. <option value="IT"  class="xans-record-">SHIPPING TO : 이탈리아(이태리)(ITALY)</option>
  3452. <option value="IN"  class="xans-record-">SHIPPING TO : 인도(INDIA)</option>
  3453. <option value="ID"  class="xans-record-">SHIPPING TO : 인도네시아(INDONESIA)</option>
  3454. <option value="JP"  class="xans-record-">SHIPPING TO : 일본(JAPAN)</option>
  3455. <option value="JM"  class="xans-record-">SHIPPING TO : 자메이카(JAMAICA)</option>
  3456. <option value="ZM"  class="xans-record-">SHIPPING TO : 잠비아(ZAMBIA)</option>
  3457. <option value="CN"  class="xans-record-">SHIPPING TO : 중국(CHINA(PEOPLE'S REP))</option>
  3458. <option value="MO"  class="xans-record-">SHIPPING TO : 중국(마카오)(MACAU)</option>
  3459. <option value="HK"  class="xans-record-">SHIPPING TO : 중국(홍콩)(HONG KONG)</option>
  3460. <option value="CF"  class="xans-record-">SHIPPING TO : 중앙 아프리카(CENTRAL AFRICAN REPUBLIC)</option>
  3461. <option value="DJ"  class="xans-record-">SHIPPING TO : 지부티(DJIBOUTI)</option>
  3462. <option value="ZW"  class="xans-record-">SHIPPING TO : 짐바브웨(ZIMBABWE)</option>
  3463. <option value="TD"  class="xans-record-">SHIPPING TO : 차드(CHAD)</option>
  3464. <option value="CZ"  class="xans-record-">SHIPPING TO : 체코(CZECH REP)</option>
  3465. <option value="CL"  class="xans-record-">SHIPPING TO : 칠레(CHILE)</option>
  3466. <option value="CM"  class="xans-record-">SHIPPING TO : 카메룬(CAMEROON)</option>
  3467. <option value="CV"  class="xans-record-">SHIPPING TO : 카보베르데(CAPE VERDE)</option>
  3468. <option value="KZ"  class="xans-record-">SHIPPING TO : 카자흐(KAZAKHSTAN)</option>
  3469. <option value="QA"  class="xans-record-">SHIPPING TO : 카타르(QATAR)</option>
  3470. <option value="KH"  class="xans-record-">SHIPPING TO : 캄보디아(CAMBODIA)</option>
  3471. <option value="CA"  class="xans-record-">SHIPPING TO : 캐나다(CANADA)</option>
  3472. <option value="KE"  class="xans-record-">SHIPPING TO : 케냐(KENYA)</option>
  3473. <option value="CR"  class="xans-record-">SHIPPING TO : 코스타리카(COSTA RICA)</option>
  3474. <option value="CI"  class="xans-record-">SHIPPING TO : 코트디봐르(COTE D IVOIRE)</option>
  3475. <option value="CO"  class="xans-record-">SHIPPING TO : 콜롬비아(COLOMBIA)</option>
  3476. <option value="CG"  class="xans-record-">SHIPPING TO : 콩고(CONGO)</option>
  3477. <option value="CU"  class="xans-record-">SHIPPING TO : 쿠바(CUBA)</option>
  3478. <option value="KW"  class="xans-record-">SHIPPING TO : 쿠웨이트(KUWAIT)</option>
  3479. <option value="HR"  class="xans-record-">SHIPPING TO : 크로아티아(CROATIA)</option>
  3480. <option value="KG"  class="xans-record-">SHIPPING TO : 키르키즈스탄(KYRGYZSTAN)</option>
  3481. <option value="KI"  class="xans-record-">SHIPPING TO : 키리바티(KIRIBATI)</option>
  3482. <option value="TH"  class="xans-record-">SHIPPING TO : 타이(태국)(THAILAND)</option>
  3483. <option value="TW"  class="xans-record-">SHIPPING TO : 타이완(대만)(TAIWAN)</option>
  3484. <option value="TJ"  class="xans-record-">SHIPPING TO : 타지키스탄(TAJIKISTAN)</option>
  3485. <option value="TZ"  class="xans-record-">SHIPPING TO : 탄자니아(TANZANIA(UNITED REP))</option>
  3486. <option value="TR"  class="xans-record-">SHIPPING TO : 터키(TURKEY)</option>
  3487. <option value="TG"  class="xans-record-">SHIPPING TO : 토고(TOGO)</option>
  3488. <option value="TO"  class="xans-record-">SHIPPING TO : 통가(TONGA)</option>
  3489. <option value="TM"  class="xans-record-">SHIPPING TO : 투르크메니스탄(TURKMENISTAN)</option>
  3490. <option value="TV"  class="xans-record-">SHIPPING TO : 투발루(TUVALU)</option>
  3491. <option value="TN"  class="xans-record-">SHIPPING TO : 튀니지(TUNISIA)</option>
  3492. <option value="TT"  class="xans-record-">SHIPPING TO : 트리니다드토바고(TRINIDAD AND TOBAGO)</option>
  3493. <option value="PA"  class="xans-record-">SHIPPING TO : 파나마(PANAMA(REP))</option>
  3494. <option value="PY"  class="xans-record-">SHIPPING TO : 파라과이(PARAGUAY)</option>
  3495. <option value="PK"  class="xans-record-">SHIPPING TO : 파키스탄(PAKISTAN)</option>
  3496. <option value="PG"  class="xans-record-">SHIPPING TO : 파푸아뉴기니(PAPUA NEW GUINEA)</option>
  3497. <option value="PE"  class="xans-record-">SHIPPING TO : 페루(PERU)</option>
  3498. <option value="PT"  class="xans-record-">SHIPPING TO : 포르투갈(PORTUGAL)</option>
  3499. <option value="PL"  class="xans-record-">SHIPPING TO : 폴란드(POLAND(REP))</option>
  3500. <option value="FR"  class="xans-record-">SHIPPING TO : 프랑스(FRANCE)</option>
  3501. <option value="GP"  class="xans-record-">SHIPPING TO : 프랑스(과데루프섬)(GUADELOUPE)</option>
  3502. <option value="GF"  class="xans-record-">SHIPPING TO : 프랑스(기아나)(FRENCH GUIANA)</option>
  3503. <option value="NC"  class="xans-record-">SHIPPING TO : 프랑스(뉴칼레도니아섬)(NEW CALEDONIA)</option>
  3504. <option value="RE"  class="xans-record-">SHIPPING TO : 프랑스(레위니옹섬)(REUNION)</option>
  3505. <option value="MQ"  class="xans-record-">SHIPPING TO : 프랑스(마르티니크섬)(MARTINIQUE)</option>
  3506. <option value="PF"  class="xans-record-">SHIPPING TO : 프랑스(폴리네시아)(FRENCH POLYNESIA)</option>
  3507. <option value="FJ"  class="xans-record-">SHIPPING TO : 피지(FIJI)</option>
  3508. <option value="FI"  class="xans-record-">SHIPPING TO : 필란드(FINLAND)</option>
  3509. <option value="PH"  class="xans-record-">SHIPPING TO : 필리핀(PHILIPPINES)</option>
  3510. <option value="HU"  class="xans-record-">SHIPPING TO : 헝가리(HUNGARY(REP))</option>
  3511. </select>
  3512. </div>
  3513.        <div class="select">
  3514.            <select class="xans-element- xans-layout xans-layout-multishopshippinglanguagelist"><option value="thezam.co.kr"  selected="selected" class="xans-record-">LANGUAGE : 한국어</option>
  3515. <option value="en.thezam.co.kr"  class="xans-record-">LANGUAGE : English</option>
  3516. <option value="thezam00.cafe24.com/shop8"  class="xans-record-">LANGUAGE : 中文</option>
  3517. <option value="thezam00.cafe24.com/shop9"  class="xans-record-">LANGUAGE : 日本語</option>
  3518. <option value="thezam00.cafe24.com/shop10"  class="xans-record-">LANGUAGE : 繁體中文</option>
  3519. </select>
  3520. </div>
  3521.    </div>
  3522. <div class="ec-base-button gFull">
  3523.        <a href="#none" class="btnSubmit">GO</a>
  3524.    </div>
  3525. <a href="#none" class="btnClose">닫기</a>
  3526. </div>
  3527. </div><!-- //container -->
  3528. </div><!-- //wrap -->
  3529. </div><!-- //wrap_box -->
  3530.  
  3531.  
  3532.  
  3533. <!-- 모렌비 배너관리자 - 스킨명 : 코스모팩토리-->
  3534. <script src="//thezam.co.kr/web/upload/appfiles/gSOPn7dNJxAp8cu31kDDtD/e79b4c13d3dbd942ca67573a780b4103.js"></script>
  3535. <script type="text/javascript">
  3536.    load_Morenvy_BannerManagerScript( false,
  3537.        "//thezam.co.kr/web/upload/appfiles/gSOPn7dNJxAp8cu31kDDtD/94fd531358380d51fe693cd0b87e0872.js" );
  3538. </script>
  3539.  
  3540. <!—Social Google Tag Manager (noscript) -->
  3541. <noscript><iframe   src="https://www.googletagmanager.com/ns.html?id=GTM-
  3542. PFZNDMP"
  3543. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3544. <!-- End Google Tag Manager (noscript) -->
  3545. <!-- Google Tag Manager (noscript) -->
  3546. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MSCRDGM"
  3547. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3548. <!-- End Google Tag Manager (noscript) -->
  3549.  
  3550. <!-- Facebook Pixel Code -->
  3551. <script>
  3552. function fbqSearchKeyword() {
  3553. var uri = document.referrer;
  3554. if (!uri) return;
  3555. var link = document.createElement('a');
  3556. link.setAttribute('href', uri);
  3557. var pattern = new RegExp('[\\?&](?:q|query)=([^&#]*)');
  3558. var query = link.search.match(pattern);
  3559. if (query && query.length > 0) {
  3560. var keyword = query[1].replace(/\+/gi, "%20");
  3561. }
  3562. if (keyword) {
  3563. fbq('trackCustom', 'SearchKeyword', {
  3564. hostname: link.hostname,
  3565. keyword: decodeURIComponent(keyword),
  3566. });
  3567. } }
  3568. fbqSearchKeyword();
  3569. </script>
  3570. <!-- End Facebook Pixel Code -->
  3571.  
  3572. <!-- Google Tag Manager (noscript) -->
  3573. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRBD7SW"
  3574. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  3575. <!-- End Google Tag Manager (noscript) -->
  3576.  
  3577.  
  3578. <!-- CREMA SDK START -->
  3579. <!-- cre.ma / CAFE24 API Initialize / 스크립트를 수정할 경우 연락주세요 (support@cre.ma)  -->
  3580. <script>
  3581.  if (this.CAFE24API) {
  3582.    CAFE24API.init('');
  3583.  } else {
  3584.    window.addEventListener('DOMContentLoaded', (event) => {
  3585.      CAFE24API.init('');
  3586.    });
  3587.  }
  3588. </script>
  3589.  
  3590. <!-- cre.ma / 공통 스크립트(init.js) / 스크립트를 수정할 경우 연락주세요 (support@cre.ma) -->
  3591. <script>
  3592.  var crema_url = '//widgets.cre.ma/thezam.co.kr/mobile/init.js';
  3593.  (function(i, s, o, g, r, a, m) {
  3594.    if (s.getElementById(g)) {
  3595.      return
  3596.    };
  3597.    a = s.createElement(o), m = s.getElementsByTagName(o)[0];
  3598.    a.id = g;
  3599.    a.async = 1;
  3600.    a.src = r;
  3601.    m.parentNode.insertBefore(a, m)
  3602.  })(window, document, 'script', 'crema-jssdk', crema_url);
  3603. </script>
  3604.  
  3605. <!-- CREMA SDK END -->
  3606. <span itemscope="" itemtype="https://schema.org/Organization">
  3607. <link itemprop="url" href="https://thezam.co.kr">
  3608. <a itemprop="sameAs" href="https://www.instagram.com/thezam_official/"></a>
  3609. <a itemprop="sameAs" href="https://twitter.com/thezam_official"></a>
  3610. <a itemprop="sameAs" href="https://booking.naver.com/booking/13/bizes/688142"></a>
  3611. <a itemprop="sameAs" href="https://www.youtube.com/@thezam_official"></a>
  3612. <a itemprop="sameAs" href="https://post.naver.com/thezamunderwear"></a>
  3613. <a itemprop="sameAs" href="https://apps.apple.com/kr/app/%EB%8D%94%EC%9E%A0-thezam/id1145683635"></a>
  3614. <a itemprop="sameAs" href="https://play.google.com/store/apps/details?id=kr.co.smartskin.thezam2"></a>
  3615. </span>
  3616.  
  3617.                <script>
  3618.                try {
  3619.                    // Account ID 적용
  3620.                    if (!wcs_add) var wcs_add = {};
  3621.                    wcs_add["wa"] = "s_3ee080647773";
  3622.            
  3623.                    // 네이버 페이 White list가 있을 경우
  3624.                    wcs.checkoutWhitelist = ["thezam00.cafe24.com", "www.thezam00.cafe24.com", "m.thezam00.cafe24.com", "thezam.co.kr", "www.thezam.co.kr", "m.thezam.co.kr"];
  3625.                
  3626.                    // 레퍼러
  3627.                    wcs.setReferer("");
  3628.  
  3629.                    // 유입 추적 함수 호출
  3630.                    wcs.inflow("thezam.co.kr");
  3631.  
  3632.                    // 로그수집
  3633.                    wcs_do();
  3634.                } catch (e) {};
  3635.                </script>
  3636.            
  3637.  
  3638. <!-- External Script Start -->
  3639.  
  3640. <!-- crt -->
  3641. <!-- CMC script -->
  3642. <div id="crt_common_top_script" style="display:none;">
  3643.  <!-- Criteo 로더 파일 -->
  3644. <script type="text/javascript" src="//static.criteo.com/js/ld/ld.js" async="true"></script>
  3645. <!-- END Criteo 로더 파일 -->
  3646.  
  3647. <!-- Criteo Visit Tag -->
  3648. <script type="text/javascript">
  3649. if (hasCriteoTag() === false) {
  3650.  window.criteo_q = window.criteo_q || [];
  3651.  window.criteo_q.push(
  3652.    { event: "flushEvents"},
  3653.    { event: "setAccount", account: "55337"},
  3654.    { event: "setSiteType", type: "d" },
  3655.    { event: "viewPage"}
  3656.  );
  3657. }
  3658.  
  3659. function hasCriteoTag() {
  3660.  var currentPathRole = getPathRole();
  3661.  
  3662.  if (currentPathRole === '') {
  3663.    return true;
  3664.  }
  3665.        
  3666.  var tagImplementedPathRoles = ['MAIN','PRODUCT_LIST','PRODUCT_SEARCH','PRODUCT_DETAIL','ORDER_BASKET','ORDER_ORDERRESULT'];
  3667.    return tagImplementedPathRoles.includes(currentPathRole);
  3668. }
  3669.  
  3670. function getPathRole() {
  3671.  const metas = document.getElementsByTagName('meta');
  3672.  for (let i = 0; i < metas.length; i++) {
  3673.    if (metas[i].getAttribute('name') === 'path_role') {
  3674.      return metas[i].getAttribute('content');
  3675.    }
  3676.  }
  3677.  
  3678.  return '';
  3679. }
  3680. </script>
  3681. <!-- END Criteo Visit Tag -->
  3682.  
  3683.  
  3684. <script type="text/javascript">
  3685. var email_sha256 = SHA256('');
  3686.  
  3687. function SHA256(s){
  3688.    if (s == '') {
  3689.      return '';
  3690.    }
  3691.    var chrsz   = 8;
  3692.    var hexcase = 0;
  3693.  
  3694.    function safe_add (x, y) {
  3695.      var lsw = (x & 0xFFFF) + (y & 0xFFFF);
  3696.      var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
  3697.      return (msw << 16) | (lsw & 0xFFFF);
  3698.    }
  3699.  
  3700.    function S (X, n) { return ( X >>> n ) | (X << (32 - n)); }
  3701.    function R (X, n) { return ( X >>> n ); }
  3702.    function Ch(x, y, z) { return ((x & y) ^ ((~x) & z)); }
  3703.    function Maj(x, y, z) { return ((x & y) ^ (x & z) ^ (y & z)); }
  3704.    function Sigma0256(x) { return (S(x, 2) ^ S(x, 13) ^ S(x, 22)); }
  3705.    function Sigma1256(x) { return (S(x, 6) ^ S(x, 11) ^ S(x, 25)); }
  3706.    function Gamma0256(x) { return (S(x, 7) ^ S(x, 18) ^ R(x, 3)); }
  3707.    function Gamma1256(x) { return (S(x, 17) ^ S(x, 19) ^ R(x, 10)); }
  3708.  
  3709.    function core_sha256 (m, l) {
  3710.      
  3711.      var K = new Array(0x428A2F98, 0x71374491, 0xB5C0FBCF, 0xE9B5DBA5, 0x3956C25B, 0x59F111F1,
  3712.        0x923F82A4, 0xAB1C5ED5, 0xD807AA98, 0x12835B01, 0x243185BE, 0x550C7DC3,
  3713.        0x72BE5D74, 0x80DEB1FE, 0x9BDC06A7, 0xC19BF174, 0xE49B69C1, 0xEFBE4786,
  3714.        0xFC19DC6, 0x240CA1CC, 0x2DE92C6F, 0x4A7484AA, 0x5CB0A9DC, 0x76F988DA,
  3715.        0x983E5152, 0xA831C66D, 0xB00327C8, 0xBF597FC7, 0xC6E00BF3, 0xD5A79147,
  3716.        0x6CA6351, 0x14292967, 0x27B70A85, 0x2E1B2138, 0x4D2C6DFC, 0x53380D13,
  3717.        0x650A7354, 0x766A0ABB, 0x81C2C92E, 0x92722C85, 0xA2BFE8A1, 0xA81A664B,
  3718.        0xC24B8B70, 0xC76C51A3, 0xD192E819, 0xD6990624, 0xF40E3585, 0x106AA070,
  3719.        0x19A4C116, 0x1E376C08, 0x2748774C, 0x34B0BCB5, 0x391C0CB3, 0x4ED8AA4A,
  3720.        0x5B9CCA4F, 0x682E6FF3, 0x748F82EE, 0x78A5636F, 0x84C87814, 0x8CC70208,
  3721.        0x90BEFFFA, 0xA4506CEB, 0xBEF9A3F7, 0xC67178F2);
  3722.  
  3723.      var HASH = new Array(0x6A09E667, 0xBB67AE85, 0x3C6EF372, 0xA54FF53A, 0x510E527F, 0x9B05688C, 0x1F83D9AB, 0x5BE0CD19);
  3724.  
  3725.      var W = new Array(64);
  3726.      var a, b, c, d, e, f, g, h, i, j;
  3727.      var T1, T2;
  3728.  
  3729.      m[l >> 5] |= 0x80 << (24 - l % 32);
  3730.      m[((l + 64 >> 9) << 4) + 15] = l;
  3731.  
  3732.      for ( var i = 0; i<m.length; i+=16 ) {
  3733.        a = HASH[0];
  3734.        b = HASH[1];
  3735.        c = HASH[2];
  3736.        d = HASH[3];
  3737.        e = HASH[4];
  3738.        f = HASH[5];
  3739.        g = HASH[6];
  3740.        h = HASH[7];
  3741.  
  3742.        for ( var j = 0; j<64; j++) {
  3743.          if (j < 16) W[j] = m[j + i];
  3744.          else W[j] = safe_add(safe_add(safe_add(Gamma1256(W[j - 2]), W[j - 7]), Gamma0256(W[j - 15])), W[j - 16]);
  3745.  
  3746.          T1 = safe_add(safe_add(safe_add(safe_add(h, Sigma1256(e)), Ch(e, f, g)), K[j]), W[j]);
  3747.          T2 = safe_add(Sigma0256(a), Maj(a, b, c));
  3748.  
  3749.          h = g;
  3750.          g = f;
  3751.          f = e;
  3752.          e = safe_add(d, T1);
  3753.          d = c;
  3754.          c = b;
  3755.          b = a;
  3756.          a = safe_add(T1, T2);
  3757.        }
  3758.  
  3759.        HASH[0] = safe_add(a, HASH[0]);
  3760.        HASH[1] = safe_add(b, HASH[1]);
  3761.        HASH[2] = safe_add(c, HASH[2]);
  3762.        HASH[3] = safe_add(d, HASH[3]);
  3763.        HASH[4] = safe_add(e, HASH[4]);
  3764.        HASH[5] = safe_add(f, HASH[5]);
  3765.        HASH[6] = safe_add(g, HASH[6]);
  3766.        HASH[7] = safe_add(h, HASH[7]);
  3767.      }
  3768.      return HASH;
  3769.    }
  3770.  
  3771.    function str2binb (str) {
  3772.      var bin = Array();
  3773.      var mask = (1 << chrsz) - 1;
  3774.      for(var i = 0; i < str.length * chrsz; i += chrsz) {
  3775.        bin[i>>5] |= (str.charCodeAt(i / chrsz) & mask) << (24 - i%32);
  3776.      }
  3777.      return bin;
  3778.    }
  3779.  
  3780.    function Utf8Encode(string) {
  3781.      string = string.replace(/\r\n/g,"\n");
  3782.      var utftext = "";
  3783.  
  3784.      for (var n = 0; n < string.length; n++) {
  3785.  
  3786.        var c = string.charCodeAt(n);
  3787.  
  3788.        if (c < 128) {
  3789.          utftext += String.fromCharCode(c);
  3790.        }
  3791.        else if((c > 127) && (c < 2048)) {
  3792.          utftext += String.fromCharCode((c >> 6) | 192);
  3793.          utftext += String.fromCharCode((c & 63) | 128);
  3794.        }
  3795.        else {
  3796.          utftext += String.fromCharCode((c >> 12) | 224);
  3797.          utftext += String.fromCharCode(((c >> 6) & 63) | 128);
  3798.          utftext += String.fromCharCode((c & 63) | 128);
  3799.        }
  3800.  
  3801.      }
  3802.  
  3803.      return utftext;
  3804.    }
  3805.  
  3806.    function binb2hex (binarray) {
  3807.      var hex_tab = hexcase ? "0123456789ABCDEF" : "0123456789abcdef";
  3808.      var str = "";
  3809.      for(var i = 0; i < binarray.length * 4; i++) {
  3810.        str += hex_tab.charAt((binarray[i>>2] >> ((3 - i%4)*8+4)) & 0xF) +
  3811.        hex_tab.charAt((binarray[i>>2] >> ((3 - i%4)*8  )) & 0xF);
  3812.      }
  3813.      return str;
  3814.    }
  3815.  
  3816.    s = Utf8Encode(s);
  3817.    return binb2hex(core_sha256(str2binb(s), s.length * chrsz));
  3818.  
  3819.  }
  3820. </script>
  3821. </div>
  3822. <!-- CMC script --> <!-- CMC script -->
  3823. <div id="crt_main_script" style="display:none;">
  3824.  <script type="text/javascript">
  3825. window.criteo_q = window.criteo_q || [];
  3826. window.criteo_q.push(
  3827. { event: "flushEvents"},
  3828. { event: "setAccount", account: "55337"},
  3829. { event: "setEmail", email: email_sha256, hash_method: "sha256" },
  3830. { event: "setSiteType", type: "d" },
  3831. { event: "viewHome" }
  3832. );
  3833. </script>
  3834. </div>
  3835. <!-- CMC script -->
  3836. <!-- ddn -->
  3837. <script type="text/javascript">
  3838. var roosevelt_params = {
  3839. retargeting_id:'zTpGc.u_f_TXojg_xflYAQ00',
  3840. tag_label:'pSsNODBLRN2k1zr0zQZ_5Q'
  3841. };
  3842. </script>
  3843. <script type="text/javascript" src="//adimg.daumcdn.net/rt/roosevelt.js" async></script>
  3844.  
  3845. <!-- fbe -->
  3846. <!-- CMC3 script -->
  3847. <div id="fbe_common_top_script" style="display:none;">
  3848.  <script type="text/javascript">
  3849. if (typeof facebookChannel === 'undefined') {
  3850.  var facebookChannel = {
  3851.    mall_id: CAFE24.SHOP.getMallID(),
  3852.    shop_no: CAFE24.SDE_SHOP_NUM,
  3853.    shop_id: CAFE24.SHOP.getMallID() + '.' + CAFE24.SDE_SHOP_NUM,
  3854.    external_id: null,
  3855.    event_id: null,
  3856.  
  3857.    setInitActivated: function(is_activated) {
  3858.      window.top.fbe_init_activated = !!is_activated;
  3859.    },
  3860.    getInitActivated: function() {
  3861.      return !!window.top.fbe_init_activated;
  3862.    },
  3863.    setEventActivated: function(event_type, is_activated) {
  3864.      if (typeof event_type === 'string' && event_type) {
  3865.        let key = 'fbe_' + event_type + '_activated'
  3866.        window.top[key] = !!is_activated;
  3867.      }
  3868.    },
  3869.    getEventActivated: function(event_type) {
  3870.      if (typeof event_type === 'string' && event_type) {
  3871.        let key = 'fbe_' + event_type + '_activated'
  3872.        return !!window.top[key];
  3873.      }
  3874.      return false;
  3875.    },
  3876.    getCookie: function(name) {
  3877.      return (name = (document.cookie + ';').match(name + '=.*;')) && name[0].split(/=|;/)[1];
  3878.    },
  3879.    getExternalId: function() {
  3880.      return facebookChannel.getCookie('fb_external_id');
  3881.    },
  3882.    getEventId: function() {
  3883.      return facebookChannel.getCookie('fb_event_id');
  3884.    },
  3885.    getInt: function(value) {
  3886.      let value_int = parseInt(value);
  3887.      value_int = isNaN(value_int) ? 0 : value_int;
  3888.      return value_int;
  3889.    },
  3890.    getFloat: function(value) {
  3891.      let value_float = parseFloat(value);
  3892.      value_float = isNaN(value_float) ? 0.00 : value_float.toFixed(2);
  3893.      return value_float;
  3894.    },
  3895.    init: function() {
  3896.      if (facebookChannel.getInitActivated()) {
  3897.        return;
  3898.      }
  3899.      facebookChannel.setInitActivated(true);
  3900.  
  3901.      !function(f,b,e,v,n,t,s)
  3902.      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  3903.        n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  3904.        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  3905.        n.queue=[];t=b.createElement(e);t.async=!0;
  3906.        t.src=v;s=b.getElementsByTagName(e)[0];
  3907.        s.parentNode.insertBefore(t,s)}(window,document,'script',
  3908.        'https://connect.facebook.net/en_US/fbevents.js');
  3909.  
  3910.      if ((typeof EC_GLOBAL_INFO !== 'undefined' && EC_GLOBAL_INFO.getCountryCode() === 'US') || (typeof SHOP !== 'undefined' && SHOP.getLanguage() === 'en_US')) {
  3911.        fbq('dataProcessingOptions', ['LDU'], 0, 0);
  3912.      }
  3913.  
  3914.      if (typeof ECLOG !== 'undefined' && !!ECLOG.EXTERNAL_ID) {
  3915.        ECLOG.EXTERNAL_ID.chk(facebookChannel.shop_id, function(error, external_id) {
  3916.          if (error || !external_id) {
  3917.            external_id = facebookChannel.getExternalId();
  3918.            console.info('external_id is cookie value.', '(1)');
  3919.          }
  3920.          fbq('init', '595826830600128',{external_id: external_id}, {agent: 'plcafe24'});
  3921.          fbq('trackSingle', '595826830600128', 'PageView');
  3922.          facebookChannel.external_id = external_id;
  3923.        });
  3924.      } else {
  3925.        let external_id = facebookChannel.getExternalId();
  3926.        console.info('external_id is cookie value.', '(2)');
  3927.  
  3928.        fbq('init', '595826830600128',{external_id: external_id}, {agent: 'plcafe24'});
  3929.        fbq('trackSingle', '595826830600128', 'PageView');
  3930.        facebookChannel.external_id = external_id;
  3931.      }
  3932.    },
  3933.    pixelEvent: function(event_type, callback, is_cookie_event) {
  3934.      if (facebookChannel.getEventActivated(event_type)) {
  3935.        return;
  3936.      }
  3937.      facebookChannel.setEventActivated(event_type, true);
  3938.      is_cookie_event = !!is_cookie_event;
  3939.  
  3940.      let retry = 0;
  3941.      let execute = function() {
  3942.        if (!facebookChannel.external_id) {
  3943.          if (retry < 10) {
  3944.            retry++;
  3945.            if (retry >= 5) {
  3946.              console.warn('retry #' + retry, event_type);
  3947.            }
  3948.            setTimeout(execute, 1000);
  3949.          } else {
  3950.            console.warn('external_id is empty.');
  3951.          }
  3952.          return;
  3953.        }
  3954.  
  3955.        if (callback.length === 0) {
  3956.          callback();
  3957.        }
  3958.        else if (!is_cookie_event && typeof ECLOG !== 'undefined' && !!ECLOG.EVENT_ID) {
  3959.          ECLOG.EVENT_ID.chk(facebookChannel.shop_id, function(error, event_id) {
  3960.            if (error || !event_id) {
  3961.              event_id = facebookChannel.getEventId();
  3962.              console.info('event_id is cookie value.', '(1)');
  3963.            }
  3964.            facebookChannel.event_id = event_id;
  3965.            if (event_id) {
  3966.              callback(event_id);
  3967.            } else {
  3968.              console.warn('event_id is empty.', '(1)');
  3969.            }
  3970.          });
  3971.        }
  3972.        else {
  3973.          let event_id = facebookChannel.getEventId();
  3974.          console.info('event_id is cookie value.', '(2)');
  3975.          facebookChannel.event_id = event_id;
  3976.          if (event_id) {
  3977.            callback(event_id);
  3978.          } else {
  3979.            console.warn('event_id is empty.', '(2)');
  3980.          }
  3981.        }
  3982.      };
  3983.      execute();
  3984.    },
  3985.    messengerChatPlugin: function() {
  3986.      let event_type = 'messenger';
  3987.      let sdk_version = '';
  3988.      let locale = '';
  3989.      if (!sdk_version) {
  3990.        console.warn('sdk_version is empty.');
  3991.        return;
  3992.      }
  3993.      if (!locale) {
  3994.        console.warn('locale is empty.');
  3995.        return;
  3996.      }
  3997.      if (facebookChannel.getEventActivated(event_type)) {
  3998.        return;
  3999.      }
  4000.      facebookChannel.setEventActivated(event_type, true);
  4001.  
  4002.      window.fbAsyncInit = function() {
  4003.        FB.init({
  4004.          appId : '216637735743129',
  4005.          autoLogAppEvents : true,
  4006.          xfbml : true,
  4007.          version : sdk_version
  4008.        });
  4009.      };
  4010.      (function(d, s, id) {
  4011.        var js, fjs = d.getElementsByTagName(s)[0];
  4012.        if (d.getElementById(id)) return;
  4013.        js = d.createElement(s); js.id = id;
  4014.        js.src = 'https://connect.facebook.net/' + locale + '/sdk/xfbml.customerchat.js';
  4015.        fjs.parentNode.insertBefore(js, fjs);
  4016.      }(document, 'script', 'facebook-jssdk'));
  4017.    }
  4018.  };
  4019.  
  4020.  facebookChannel.init();
  4021. }
  4022. </script>
  4023. <noscript><img height="1" width="1" style="display:none"
  4024.  src="https://www.facebook.com/tr?id=595826830600128&ev=PageView&noscript=1"
  4025. /></noscript>
  4026. </div>
  4027. <!-- CMC3 script -->
  4028. <!-- gcs -->
  4029. <!-- Global site tag (gtag.js) - Google Ads: 444375495 -->
  4030. <script async src="https://www.googletagmanager.com/gtag/js?id=AW-444375495"></script>
  4031. <script>
  4032.  window.dataLayer = window.dataLayer || [];
  4033.  function gtag(){dataLayer.push(arguments);}
  4034.  gtag('js', new Date());
  4035.  
  4036.  gtag('config', 'AW-444375495');
  4037. </script>
  4038.  
  4039.  
  4040. <script>
  4041.  gtag('event', 'conversion', {
  4042.      'send_to': 'AW-444375495/R37_CJDH9aoDEMfD8tMB',
  4043.      'value': 0.0,
  4044.  });
  4045. </script>
  4046. <!-- gfa -->
  4047. <script type="text/javascript">document.addEventListener("DOMContentLoaded", function() {
  4048.                EC_PlusAppBridge.setBridgeFunction()
  4049.                });</script>
  4050. <!-- gga -->
  4051. <!-- CMC script -->
  4052. <div id="gga_common_top_script" style="display:none;">
  4053. <script type="text/javascript">
  4054.  window.GoogleAnalyticsObject = 'ga';
  4055.  var isInIframe = (window.location != window.parent.location);
  4056.  if (isInIframe != true) {
  4057.    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  4058.            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  4059.        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  4060.    })(window,document,'script','https://www.google-analytics.com/analytics.js', window.GoogleAnalyticsObject);
  4061.  
  4062.    (function () {
  4063.        var app = getApp();
  4064.        var gga_tid = 'UA-124378282-1';
  4065.        var gga_plugin = 'ec';
  4066.  
  4067.        if (typeof EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA == 'undefined') {
  4068.          EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = '';
  4069.        }
  4070.        var user_id = EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA.common_member_id_crypt;
  4071.  
  4072.        gga_tid = gga_tid.split(",");
  4073.        gga_plugin = gga_plugin.split(",");
  4074.  
  4075.        gga_tid.forEach(function(sTrackingId, idx) {
  4076.          app.run(sTrackingId, user_id, 'tracker'+idx, gga_plugin[idx]);
  4077.        });
  4078.  
  4079.        function getApp() {
  4080.            return {
  4081.                run: function (sTrackingId, sUserId, sTrackerName, plugin) {
  4082.                    app.init(sTrackingId, sUserId, sTrackerName);
  4083.                    app.loadLibDomReady();
  4084.                    app.domready(function() {
  4085.                      if (plugin == 'ecommerce') {
  4086.                        app.ecommerce(sTrackingId, sUserId, sTrackerName);
  4087.                      }
  4088.                      else if (plugin == 'ec') {
  4089.                        app.enhance(sTrackingId, sUserId, sTrackerName);
  4090.                      }
  4091.                    });
  4092.                },
  4093.                init: function (sTrackingId, sUserId, sTrackerName) {
  4094.                    app.sTrackingId = sTrackingId;
  4095.                    app.sUserId = sUserId;
  4096.                    app.sTrackerName = sTrackerName;
  4097.                    
  4098.                    if (! app.sUserId) {
  4099.                      window[window['GoogleAnalyticsObject']]('create', app.sTrackingId, 'auto', app.sTrackerName);
  4100.                    }
  4101.                    else {
  4102.                      window[window['GoogleAnalyticsObject']]('create', app.sTrackingId, 'auto', app.sTrackerName, {userId:app.sUserId});
  4103.                      window[window['GoogleAnalyticsObject']](app.getTrackerKey('set'), 'userId', app.sUserId);
  4104.                    }
  4105.                },
  4106.                ecommerce: function (sTrackingId, sUserId, sTrackerName) {
  4107.                    app.sTrackingId = sTrackingId;
  4108.                    app.sUserId = sUserId;
  4109.                    app.sTrackerName = sTrackerName;
  4110.  
  4111.                    var oOrderInfo = app.getOrderData();
  4112.                    if (oOrderInfo === false) {
  4113.                        return false;
  4114.                    }
  4115.  
  4116.                    for (var iIdx = 0; iIdx < oOrderInfo.order_product.length; iIdx++) {
  4117.                        var oProductInfo = oOrderInfo.order_product[iIdx];                    
  4118.  
  4119.                        if (oProductInfo.hasOwnProperty('product_no') !== true) {
  4120.                            continue;
  4121.                        }
  4122.  
  4123.                        var sCategoryName = '';
  4124.                        for (var iDepth = 4; iDepth >= 1; iDepth--) {
  4125.                            var sDepthKey = 'category_name_' + iDepth;
  4126.                            if (oProductInfo.hasOwnProperty(sDepthKey) === true) {
  4127.                                sCategoryName = oProductInfo[sDepthKey];
  4128.                                break;
  4129.                            }
  4130.                        }
  4131.  
  4132.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ecommerce:addItem'), {
  4133.                            id: oOrderInfo.order_id,
  4134.                            name: oProductInfo.product_name,
  4135.                            sku: oProductInfo.product_no,
  4136.                            category: sCategoryName,
  4137.                            price: oProductInfo.product_price,
  4138.                            quantity: oProductInfo.quantity
  4139.                        });
  4140.                    }
  4141.  
  4142.                    window[window['GoogleAnalyticsObject']](app.getTrackerKey('require'), 'ecommerce');
  4143.                    window[window['GoogleAnalyticsObject']](app.getTrackerKey('ecommerce:addTransaction'), {
  4144.                        id: oOrderInfo.order_id,
  4145.                        revenue: oOrderInfo.payed_amount,
  4146.                        shipping: oOrderInfo.total_basic_ship_fee
  4147.                    });
  4148.  
  4149.                    window[window['GoogleAnalyticsObject']](app.getTrackerKey('ecommerce:send'));
  4150.                    window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4151.                },
  4152.                enhance: function(sTrackingId, sUserId, sTrackerName) {
  4153.                    app.sTrackingId = sTrackingId;
  4154.                    app.sUserId = sUserId;
  4155.                    app.sTrackerName = sTrackerName;
  4156.  
  4157.                    var oConfig = {
  4158.                        'iBatchCount': 30,
  4159.                        'sLinkEventClass': '_evt_' + app.sTrackerName
  4160.                    };
  4161.  
  4162.                    var sLocationPath = window.location.pathname;
  4163.                    var sDecodedLocationPath = decodeURIComponent(sLocationPath);
  4164.                    var bIsProductDetail = app.getElementByClassName('xans-product-detail').length > 0;
  4165.  
  4166.                    window[window['GoogleAnalyticsObject']](app.getTrackerKey('require'), 'ec');
  4167.  
  4168.                    if (app.isListPage() === true) {
  4169.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4170.                        //list(main, category) page
  4171.  
  4172.                        var fnClickHandler = function(iProductNoInDetailLink){
  4173.                            return function() {
  4174.                                if (isNaN(iProductNoInDetailLink) === true || typeof iProductNoInDetailLink !== 'number') {
  4175.                                    return true;
  4176.                                }
  4177.  
  4178.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addProduct'), {
  4179.                                    id: iProductNoInDetailLink,
  4180.                                    list: sDecodedLocationPath
  4181.                                });
  4182.                                    
  4183.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'click', {list: sDecodedLocationPath});
  4184.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'click', 'Results');
  4185.                            };
  4186.                        };
  4187.  
  4188.                        var oProductNo = {};
  4189.                        var aProductLink = document.getElementsByTagName('a');
  4190.                        for (var iIdx = 0; iIdx < aProductLink.length; iIdx++) {
  4191.                            var oTag = aProductLink[iIdx];
  4192.                            var sHref = oTag.href;
  4193.                            var iProductNoInDetailLink = app.getProductNoFromLink(sHref);
  4194.  
  4195.                            if (isNaN(iProductNoInDetailLink) === true || typeof iProductNoInDetailLink !== 'number') {
  4196.                                continue;
  4197.                            }
  4198.  
  4199.                            var sKey = 'p' + iProductNoInDetailLink;
  4200.                            if (oProductNo.hasOwnProperty(sKey) !== true) {
  4201.                                oProductNo[sKey] = iProductNoInDetailLink;
  4202.                            }
  4203.  
  4204.                            oTag.className += (' ' + oConfig.sLinkEventClass);
  4205.                            app.click(oTag, fnClickHandler(iProductNoInDetailLink));
  4206.                        }
  4207.  
  4208.                        var aProductNo = [];
  4209.                        for (var sTmpKey in oProductNo) {
  4210.                            aProductNo.push(oProductNo[sTmpKey]);
  4211.                        }
  4212.  
  4213.                        var iProductSendIndex = 1;
  4214.                        for (iIdx = 0; iIdx < aProductNo.length; iIdx++) {
  4215.  
  4216.                            window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addImpression'), {
  4217.                                id: aProductNo[iIdx],
  4218.                                list: sDecodedLocationPath
  4219.                            });
  4220.  
  4221.  
  4222.                            if (iProductSendIndex % oConfig.iBatchCount === 0 || iProductSendIndex === aProductNo.length) {
  4223.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'catalog', 'impression', {nonInteraction: true});
  4224.                            }
  4225.  
  4226.                            iProductSendIndex++;
  4227.                        }
  4228.                    } else if (bIsProductDetail === true) {
  4229.                        //product detail page
  4230.  
  4231.                        var iProductNo = (isNaN(window.iProductNo) === true) ? app.getParameterByName('product_no') : window.iProductNo;
  4232.                        iProductNo = parseInt(iProductNo, 10);
  4233.                        if (isNaN(iProductNo) === true) {
  4234.                            return false;
  4235.                        }
  4236.  
  4237.                        //from ec global variables
  4238.                        var oProductDetailInfo = {
  4239.                            product_no: window.iProductNo,
  4240.                            product_name: window.product_name ? window.product_name : null,
  4241.                            product_price: window.product_price ? window.product_price : null
  4242.                        };
  4243.  
  4244.                        var sLocationPath = window.location.pathname;
  4245.                        var sDecodedLocationPath = decodeURIComponent(sLocationPath);
  4246.  
  4247.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addImpression'), {
  4248.                          id: oProductDetailInfo.product_no,
  4249.                          name: oProductDetailInfo.product_name,
  4250.                          price: oProductDetailInfo.product_price
  4251.                        });
  4252.                      
  4253.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addProduct'), {
  4254.                          id: oProductDetailInfo.product_no,
  4255.                          name: oProductDetailInfo.product_name,
  4256.                          price: oProductDetailInfo.product_price
  4257.                        });
  4258.  
  4259.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'detail');
  4260.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4261.                          
  4262.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'checkout', {step: 1});
  4263.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'checkout', 'checkoutResults1');
  4264.  
  4265.                        var oBackup = XMLHttpRequest.prototype.open;
  4266.                        XMLHttpRequest.prototype.open = function () {
  4267.                            if (arguments[1] === '/exec/front/order/basket/' && arguments[2] === true) {
  4268.  
  4269.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addProduct'), {
  4270.                                    id: oProductDetailInfo.product_no,
  4271.                                    name: oProductDetailInfo.product_name,
  4272.                                    price: oProductDetailInfo.product_price,
  4273.                                    quantity: $("#quantity").val()
  4274.                                });
  4275.  
  4276.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'add');
  4277.                                window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'click', 'add to cart');
  4278.                            }
  4279.                            oBackup.apply(this, Array.prototype.slice.call(arguments));
  4280.                        }
  4281.                    } else if (app.getElementByClassName('xans-order-basketpackage').length > 0) {
  4282.                        //basket page
  4283.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4284.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'checkout', {step: 2});
  4285.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'checkout', 'checkoutResults2');
  4286.                    } else if (app.getElementByClassName('xans-order-form').length > 0 || app.getElementByClassName('xans-order-formglobal').length > 0) {
  4287.                        //order form page
  4288.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4289.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'checkout', {step: 3});
  4290.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'checkout', 'checkoutResults3');
  4291.                    } else if (app.getElementByClassName('xans-order-result').length > 0) {
  4292.                        //order result page
  4293.  
  4294.                        var oOrderInfo = app.getOrderData();
  4295.                        if (oOrderInfo === false) {
  4296.                            return false;
  4297.                        }
  4298.  
  4299.                        for (var iIdx = 0; iIdx < oOrderInfo.order_product.length; iIdx++) {
  4300.                            var oProductInfo = oOrderInfo.order_product[iIdx];                        
  4301.                            if (oProductInfo.hasOwnProperty('product_code') !== true) {
  4302.                                continue;
  4303.                            }
  4304.                            
  4305.                            var sCategoryName = '';
  4306.                            for (var iDepth = 4; iDepth >= 1; iDepth--) {
  4307.                                var sDepthKey = 'category_name_' + iDepth;
  4308.                                if (oProductInfo.hasOwnProperty(sDepthKey) === true) {
  4309.                                    sCategoryName = oProductInfo[sDepthKey];
  4310.                                        break;
  4311.                                }
  4312.                            }
  4313.                            
  4314.                            window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:addProduct'), {
  4315.                                id: oProductInfo.no,
  4316.                                name: oProductInfo.product_name,
  4317.                                price: oProductInfo.product_price,
  4318.                                quantity: oProductInfo.quantity
  4319.                            });
  4320.                        }
  4321.  
  4322.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'purchase', {
  4323.                          id: oOrderInfo.order_id,
  4324.                          revenue: oOrderInfo.payed_amount,
  4325.                          shipping: oOrderInfo.total_basic_ship_fee
  4326.                        });
  4327.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4328.  
  4329.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('ec:setAction'), 'checkout', {step: 4});
  4330.                        window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'event', 'UX', 'checkout', 'checkoutResults4');
  4331.                    }
  4332.                    else {
  4333.                      window[window['GoogleAnalyticsObject']](app.getTrackerKey('send'), 'pageview');
  4334.                    }
  4335.                },
  4336.                isListPage: function () {
  4337.  
  4338.                    var bIsProductDetail = app.getElementByClassName('xans-product-detail').length > 0;
  4339.                    if (bIsProductDetail === true) {
  4340.                        return false;
  4341.                    }
  4342.  
  4343.                    if (window.location.href.match('cate_no=') !== null) {
  4344.                        return true;
  4345.                    }
  4346.  
  4347.                    var aCategoryMatch = window.location.href.match(/\/category\/(.+?)\/([0-9]+)(\/.*|)/);
  4348.                    if (aCategoryMatch && aCategoryMatch[2]) {
  4349.                        return true;
  4350.                    }
  4351.  
  4352.                    var sLocationPath = window.location.pathname;
  4353.                    if (sLocationPath === '/index.html' || sLocationPath === '/' || sLocationPath.match('/products/') !== null) {
  4354.                        return true;
  4355.                    }
  4356.  
  4357.                    return false;
  4358.                },
  4359.                getTrackerKey: function (sKey) {
  4360.                    return app.sTrackerName + '.' + sKey;
  4361.                },
  4362.                getParameterByName: function (name, url) {
  4363.                    if (!url) url = window.location.href;
  4364.                    name = name.replace(/[\[\]]/g, "\$&");
  4365.                    var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"),
  4366.                        results = regex.exec(url);
  4367.                    if (!results) return null;
  4368.                    if (!results[2]) return '';
  4369.                    return decodeURIComponent(results[2].replace(/\+/g, " "));
  4370.                },
  4371.                getElementByClassName: function(sClassName) {
  4372.                    if (document.getElementsByClassName) {
  4373.                        return document.getElementsByClassName(sClassName);
  4374.                    } else if (document.querySelectorAll) {
  4375.                        //under ie8
  4376.                        return document.querySelectorAll('.' + sClassName);
  4377.                    } else {
  4378.                        return [];
  4379.                    }
  4380.                },
  4381.                click: function(oElem, fnHandler) {
  4382.                    if (oElem.addEventListener) {
  4383.                        oElem.addEventListener('click', fnHandler, false);
  4384.                    } else if (oElem.attachEvent) {
  4385.                        oElem.attachEvent('onclick', fnHandler);
  4386.                    } else {
  4387.                        return false;
  4388.                    }
  4389.                },
  4390.                getProductNoFromLink: function (sUrl) {
  4391.                    if (typeof sUrl !== 'string' || sUrl.length < 1) {
  4392.                        return false;
  4393.                    }
  4394.  
  4395.                    var iProductNoInDetailLink;
  4396.                    var aUrlMatch = sUrl.match(/\/product\/(.+?)\/([0-9]+)(\/.*|)/);
  4397.                    if (aUrlMatch && aUrlMatch[2]) {
  4398.                        iProductNoInDetailLink = parseInt(aUrlMatch[2], 10);
  4399.                    } else {
  4400.                        iProductNoInDetailLink = parseInt(app.getParameterByName('product_no', sUrl), 10);
  4401.                    }
  4402.  
  4403.                    if (isNaN(iProductNoInDetailLink) === true || typeof iProductNoInDetailLink !== 'number') {
  4404.                        return false;
  4405.                    }
  4406.  
  4407.                    return iProductNoInDetailLink;
  4408.                },
  4409.                getOrderData: function() {
  4410.                  var sOrderId = app.getParameterByName('order_id');
  4411.                  if (app.isValidString(sOrderId) !== true) {
  4412.                      return false;
  4413.                  }
  4414.  
  4415.                  if (typeof window.EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA !== 'object') {
  4416.                      return false;
  4417.                  }
  4418.  
  4419.                  var oOrderInfo = window.EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA;
  4420.                  if (oOrderInfo.hasOwnProperty('order_id') !== true
  4421.                      || oOrderInfo.hasOwnProperty('order_product') !== true
  4422.                      || oOrderInfo.order_product.hasOwnProperty('length') !== true) {
  4423.                      return false;
  4424.                  }
  4425.                  return oOrderInfo;
  4426.                },
  4427.                isValidString: function (value) {
  4428.                    return (typeof value === 'string' && value.length > 0);
  4429.                },
  4430.                loadLibDomReady: function() {
  4431.                    //domready (c) Dustin Diaz 2012 - License MIT
  4432.                    app.domready = (function(ready) {
  4433.                        var fns = [], fn, f = false
  4434.                            , doc = document
  4435.                            , testEl = doc.documentElement
  4436.                            , hack = testEl.doScroll
  4437.                            , domContentLoaded = 'DOMContentLoaded'
  4438.                            , addEventListener = 'addEventListener'
  4439.                            , onreadystatechange = 'onreadystatechange'
  4440.                            , readyState = 'readyState'
  4441.                            , loadedRgx = hack ? /^loaded|^c/ : /^loaded|c/
  4442.                            , loaded = loadedRgx.test(doc[readyState]);
  4443.  
  4444.                        function flush(f) {
  4445.                            loaded = 1;
  4446.                            while (f = fns.shift()) f()
  4447.                        }
  4448.  
  4449.                        doc[addEventListener] && doc[addEventListener](domContentLoaded, fn = function () {
  4450.                            doc.removeEventListener(domContentLoaded, fn, f);
  4451.                            flush()
  4452.                        }, f);
  4453.  
  4454.                        hack && doc.attachEvent(onreadystatechange, fn = function () {
  4455.                            if (/^c/.test(doc[readyState])) {
  4456.                                doc.detachEvent(onreadystatechange, fn);
  4457.                                flush();
  4458.                            }
  4459.                        });
  4460.  
  4461.                        return (ready = hack ?
  4462.                            function (fn) {
  4463.                                self != top ?
  4464.                                    loaded ? fn() : fns.push(fn) :
  4465.                                    function () {
  4466.                                        try {
  4467.                                            testEl.doScroll('left')
  4468.                                        } catch (e) {
  4469.                                            return setTimeout(function() { ready(fn) }, 50)
  4470.                                        }
  4471.                                        fn()
  4472.                                    }()
  4473.                            } :
  4474.                            function (fn) {
  4475.                                loaded ? fn() : fns.push(fn)
  4476.                            });
  4477.                    })();
  4478.                }
  4479.            };
  4480.        }
  4481.    })();
  4482.  }
  4483. </script>
  4484. </div>
  4485. <!-- CMC script -->
  4486.  
  4487. <!-- kmp -->
  4488. <!-- CMC3 script -->
  4489. <div id="kmp_common_top_script" style="display:none;">
  4490. <script type="text/javascript" charset="UTF-8" src="//t1.daumcdn.net/adfit/static/kp.js"></script>
  4491. <script type="text/javascript">
  4492.  kakaoPixel('4925247512406767049').pageView();
  4493.  kakaoPixel.setServiceOrigin('20001');
  4494. </script>
  4495.  
  4496. </div>
  4497. <!-- CMC3 script -->
  4498. <!-- tgg -->
  4499. <!-- CMC script -->
  4500. <div id="tgg_common_bottom_script" style="display:none;">
  4501. <!-- WIDERPLANET HOME SCRIPT START 2016.8.24 -->
  4502. <div id="wp_tg_cts" style="display:none;"></div>
  4503. <script type="text/javascript">
  4504. var wp_conf = 'ti=29280&v=1&device=web';
  4505. </script>
  4506. <script type="text/javascript" defer src="//cdn-aitg.widerplanet.com/js/wp_astg_2.0_mall.js"></script>
  4507. <!-- // WIDERPLANET HOME SCRIPT END 2016.8.24 -->
  4508. </div>
  4509. <!-- CMC script -->
  4510.  
  4511. <!-- yts -->
  4512. <!-- Event snippet for Youtube Shopping Conversion -->
  4513. <!-- Google tag (gtag.js) -->
  4514. <script async src="https://www.googletagmanager.com/gtag/js?id=GT-PHGHHWN"></script>
  4515. <script>
  4516.  window.dataLayer = window.dataLayer || [];
  4517.  function gtag(){dataLayer.push(arguments);}
  4518.  gtag('js', new Date());
  4519.  gtag('config', 'GT-PHGHHWN');
  4520. </script>
  4521. <!-- External Script End -->
  4522.  
  4523. <script type="text/javascript" src="//t1.daumcdn.net/adfit/static/kp.js" charset="utf-8"></script>
  4524. <script type="text/javascript" src="//t1.kakaocdn.net/kakao_js_sdk/v1/kakao.min.js" charset="utf-8"></script>
  4525. <script type="text/javascript" src="/ind-script/i18n.php?lang=ko_KR&domain=front&v=2407171327" charset="utf-8"></script>
  4526.  
  4527. <script src="/ind-script/optimizer.php?filename=zVnJcuM2EL3bvOY7mEmqUrla8jhxjR2rbE98BsGm1Ca2YJHM-fo0SXlGis0NlKtykERReA-NRi8PYrrREtJPv9i0sEzCTtsyteB0sBzSZ5fip99V8ux-SvvGBTSMl-nzPwFstf_4Nfkt-XkiEl48WMWE299IuNYlwlyWYEXUEhLgSaGioUwgc3Fo-tVr-5-FG6vXhD_anpx58EgDJI1SPgV-21w8od88frtkniUS1QQegRmh4JGuh1HOWFS-GEGveajNutJWLrXyVgsBdhi3EsFdGLOwmK9H2BM8iuFRhdWNp86cFoTQ6sxrcyZQwVnGlBpjV0vBtZRajR39whSlk6LYNBb8-FkanAdpBO3L-yBmTHqrMxSQ3h_gW_t6vNKBkzoPdMvt0EybsAiK1w6tx-WB-0R2BvFYhh4jKFTTr232HFII9q0SmuWTQDJ4Vs97lzmw267N6QAbLaoCxejQy6FgQfjaBU4y6xfvRN30KpetsQH9P2puTgVEOfKom8sEzKFaz2WR4Flel8POaHzYaHO0rVfNZn1hJdNpWb-v8AVEXy3qoVk2ufi1NxU7oJeQhfX0CalarLWtbtD5yeB7KMCC4rAMtv6sVhZ5z6IXmtn8iIfuJll9Nw4UOI8DZkLzMg5qwWjr47Ci9rJs6tlkZztglm8mVRzPiqJ629kH08KIsEZqJ1vSJpQN2r6mx_cbUarlLW2dfyp3b-mJwVBRgI-bYQPCwIevY8NULiYX7QkTUBNC2uMP46eG5U_mJko6Rp281MMt8IcFU_PkL9jVr1WrDO5M3a8fQAD3UVR7jzy7Lgk3Af-OF8cv6E6oMgr7qpF20iV0XqC650jFhDhDWn-mn1-8ZY1Vzffm64MWuQ7-1LQDPSWO9Fqy9clJL9GR-q6QVPgJqa-J7oGkjYA2ijEyEHsNt0S8YK6Ek2_fVVD5G2E2n_ZJzorf72TLnsPZZCp1GpsWqPKTEF3GKNn3iP5uq3Fn6HXoj1dZmDqa6tx0J_IoPN9_Oy-0lczPteRUNCFGrB83qSjxfUxxEV8YfpA8-F5V3MNxgyWkC6t3dC5eMr6BeJYZGXmA369oMs0eR6cpz1Cki1DrN7opdbR_72GLsPNMlPvLpQ6qx7Jbpqg5HZHtgA4s62HVtPFSgPLoEdzw6KWtjNdfoJpkC3OV4u17NE6CzMBGw-9sDpZP9OEhQdvq5jOYfm0yimMwUgdYKJroqDRnLbd0HO2VQwP4SzoRO4yf_wndpr8EjiDgk5PqkIH0D8yA3zfwEio6D-UzWR41lYrlrNU0-REflqCgwLmpccOqGTb8YVkeH5AXwWtq7cgbGirNu_jcCMLjSptg4hM00KlLgqVE3-Kcjbmt6ga3rxfzIuSIalbu3eAWBKqyrzmOCdc_sX6WVZ0g8PdMjyw7CU99_prloYas1RPXqtDxcSQYSpYJmGGRYX5jtYDzEf-vDG1858OTDrCJaHStUDgn8YPT4svtEs66nx7WqM_7P_-Pnyw1so1-dtyi8RPR9R_36UUtBw3w5iFewfoEwrskR5XMmOXIx4dWBw9X-EIj_wU&type=js&k=bfd012f713a7ae2727e3074e192e796cdb52b89b&t=1716250317" ></script><script src="/ind-script/optimizer_user.php?filename=rdJBbgMhDEDRfZltz-FUOUpPwIA1eIrBwTjR5PShjdoDNCyQWKAnzAdSZQQMzhSbQk9493w6gdiaKbjUOYNGdBGVtgL6ReX8AVwblusBu0KoVnqst-K0-9aXXd_hVXO_GLZjkWwblYXHmqj-XXgazJ7G9KGR9HmeVPk_lv1RrcPqlcIzEnOdNOxEa1MvUyC9kWB7W63EjLM_zDpSmLymfj9cjZbxNw1b7qSpymciESrbvNiaaZxhLDYn-HPrftghPgA&type=js&k=3faf2db81f506099b27c0980dd305997175766cb&t=1709541847&user=T" ></script>
  4528. <script type="text/javascript">
  4529. var sIsChannelUi = 'F';
  4530. var sChRef = '';
  4531. var sUseShoppingpayPg = 'F';
  4532. var sOwnMallLanding = 'F';
  4533. var sShoppingPayCookie = '';
  4534. var sYtshopping = 'F';
  4535. if (sIsChannelUi === 'T') {
  4536. sessionStorage.setItem('ch_ref', sChRef);
  4537. }
  4538. CAFE24.getChRefData = function() {
  4539. if (sIsChannelUi === 'T') {
  4540. return sessionStorage.getItem('ch_ref');
  4541. }
  4542. }
  4543. // 자사몰랜딩/유튜브랜딩 공용
  4544. CAFE24.checkChannelUI = function() {
  4545. if ((sIsChannelUi === 'T' && sessionStorage.getItem('ch_ref') || (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T')) || sYtshopping === 'T') {
  4546. return true;
  4547. } else {
  4548. return false;
  4549. }
  4550. }
  4551. // 자사몰랜딩 UI확인
  4552. CAFE24.isOwnMallLandingUI = function() {
  4553. return sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T';
  4554. }
  4555. CAFE24.attachShoppingpayParam = function(sUrl) {
  4556. if (sUrl) {
  4557. var sChRef = CAFE24.getChRefData();
  4558. if (sChRef) {
  4559. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  4560. sUrl += sSeparator + 'ch_ref=' + sChRef;
  4561. } else if (sUseShoppingpayPg === 'T' && sOwnMallLanding === 'T') {
  4562. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  4563. sUrl += sSeparator + 'co_servicetype=shoppingpay';
  4564. }
  4565. }
  4566. return sUrl;
  4567. }
  4568. CAFE24.attachChRef = function(sUrl) {
  4569. if (sUrl) {
  4570. var sChRef = CAFE24.getChRefData();
  4571. if (sChRef) {
  4572. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  4573. sUrl += sSeparator + 'ch_ref=' + sChRef;
  4574. }
  4575. }
  4576. return sUrl;
  4577. }
  4578. var sIsCheckout = 'F';
  4579. var sCheckoutToken = '';
  4580. if (sIsCheckout === 'T') {
  4581. sessionStorage.setItem('checkoutToken', sCheckoutToken);
  4582. } else {
  4583. sessionStorage.removeItem('checkoutToken');
  4584. }
  4585. CAFE24.getCheckoutToken = function() {
  4586. if (sIsCheckout === 'T') {
  4587. return sessionStorage.getItem('checkoutToken');
  4588. }
  4589. }
  4590. CAFE24.attachCheckoutParam = function(sUrl) {
  4591. if (sUrl) {
  4592. var sCheckoutToken = CAFE24.getCheckoutToken();
  4593. if (sCheckoutToken) {
  4594. var sSeparator = (sUrl.includes('?')) ? '&' : '?';
  4595. sUrl += sSeparator + 'checkoutToken=' + sCheckoutToken;
  4596. }
  4597. }
  4598. return sUrl;
  4599. }
  4600. CAFE24.MOBILE_WEB = false; var mobileWeb = CAFE24.MOBILE_WEB;
  4601. try {
  4602. var isUseLoginKeepingSubmit = false;
  4603. // isSeqNoKeyExpiretime
  4604. function isSeqNoKeyExpiretime(iExpiretime)
  4605. {
  4606. var sDate = new Date();
  4607. var iNow = Math.floor(sDate.getTime() / 1000);
  4608. // 유효시간 확인
  4609. if (iExpiretime > iNow) {
  4610. return false;
  4611. }
  4612. return true;
  4613. }
  4614. function isUseLoginKeeping()
  4615. {
  4616. // 디바이스 확인
  4617. if (EC_MOBILE_DEVICE === false) {
  4618. return;
  4619. }
  4620. // 로그인 여부
  4621. var isLogin = document.cookie.match(/(?:^| |;)iscache=F/) ? true : false
  4622. if (isLogin) {
  4623. return;
  4624. }
  4625. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  4626. var iSeqnoExpiretime;
  4627. var iSeqNoKey;
  4628. if (sLoginKeepingInfo == null) {
  4629. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  4630. iSeqNoKey = localStorage.getItem('seq_no_key');
  4631. // 유효시간, key 값 확인
  4632. if (iSeqnoExpiretime === null || iSeqNoKey === null) {
  4633. return;
  4634. }
  4635. } else {
  4636. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  4637. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  4638. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  4639. if (isNaN(iSeqNoKey) === true || isNaN(iSeqnoExpiretime) === true) {
  4640. return;
  4641. }
  4642. }
  4643. if (isSeqNoKeyExpiretime(iSeqnoExpiretime) === false) {
  4644. return;
  4645. }
  4646. useLoginKeepingSubmit();
  4647. }
  4648. function findGetParamValue(paramKey)
  4649. {
  4650. var result = null,
  4651. tmp = [];
  4652. location.search.substr(1).split('&').forEach(function (item) {
  4653. tmp = item.split('=');
  4654. if (tmp[0] === paramKey) result = decodeURIComponent(tmp[1]);
  4655. });
  4656. return result;
  4657. }
  4658. function useLoginKeepingSubmit()
  4659. {
  4660. var iSeqnoExpiretime;
  4661. var iSeqNoKey;
  4662. var sUseLoginKeepingIp;
  4663. var sLoginKeepingInfo = localStorage.getItem('use_login_keeping_info');
  4664. if (sLoginKeepingInfo == null) {
  4665. iSeqnoExpiretime = localStorage.getItem('seq_no_key_expiretime');
  4666. iSeqNoKey = localStorage.getItem('seq_no_key');
  4667. } else {
  4668. var oLoginKeepingInfo = JSON.parse(sLoginKeepingInfo);
  4669. iSeqNoKey = oLoginKeepingInfo.seq_no_key;
  4670. iSeqnoExpiretime = oLoginKeepingInfo.seq_no_key_expiretime;
  4671. sUseLoginKeepingIp = oLoginKeepingInfo.use_login_keeping_ip;
  4672. }
  4673. var oForm = document.createElement('form');
  4674. oForm.method = 'post';
  4675. oForm.action = '/exec/front/member/LoginKeeping';
  4676. document.body.appendChild(oForm);
  4677. var oSeqNoObj = document.createElement('input');
  4678. oSeqNoObj.name = 'seq_no_key';
  4679. oSeqNoObj.type = 'hidden';
  4680. oSeqNoObj.value = iSeqNoKey;
  4681. oForm.appendChild(oSeqNoObj);
  4682. oSeqNoObj = document.createElement('input');
  4683. oSeqNoObj.name = 'seq_no_key_expiretime';
  4684. oSeqNoObj.type = 'hidden';
  4685. oSeqNoObj.value = iSeqnoExpiretime;
  4686. oForm.appendChild(oSeqNoObj);
  4687. var returnUrl = findGetParamValue('returnUrl');
  4688. if (returnUrl == '' || returnUrl == null) {
  4689. returnUrl = location.pathname + location.search;
  4690. }
  4691. oSeqNoObj = document.createElement('input');
  4692. oSeqNoObj.name = 'returnUrl';
  4693. oSeqNoObj.type = 'hidden';
  4694. oSeqNoObj.value = returnUrl;
  4695. oForm.appendChild(oSeqNoObj);
  4696. if (sUseLoginKeepingIp != undefined) {
  4697. oSeqNoObj = document.createElement('input');
  4698. oSeqNoObj.name = 'use_login_keeping_ip';
  4699. oSeqNoObj.type = 'hidden';
  4700. oSeqNoObj.value = sUseLoginKeepingIp;
  4701. oForm.appendChild(oSeqNoObj);
  4702. }
  4703. oForm.submit();
  4704. isUseLoginKeepingSubmit = true;
  4705. }
  4706. isUseLoginKeeping();
  4707. } catch(e) {
  4708. }
  4709. CAFE24.KAKAO_PIXEL_BRIDGE.init("4925247512406767049");
  4710. var bIsUseSpread = false;
  4711. var sIsSecret = false;
  4712. var iBoardNo = "1";
  4713. var bUseElastic = true;
  4714. var sSearchBannerUseFlag = 'F';
  4715. CAFE24.FRONT_XANS_TEMPLATE.setTemplate('xans-product-listmain-1', "<div class=\"xans-element- xans-product xans-product-listmain-1 xans-product-listmain xans-product-1 cboth ec-base-product on\">\n<!--\n\t\t\t\t$count = 4\n\t\t\t\t\u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n\t\t\t\t\u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\t\t\t\t$moreview = yes\n\t\t\t\t$cache = yes\n\t\t\t-->\n<ul class=\"prdList grid2\">\n<!--\n\u203b \uba54\uc778 \uc0c1\ud488\uc9c4\uc5f4 \ub9ac\uc2a4\ud2b8 \uacf5\ud1b5\uc18c\uc2a4 morenvy.com\n--><!--$--><!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-1 xans-product-imagestyle xans-product-1\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n\n<!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-1 xans-product-imagestyle xans-product-1\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-1 xans-product-listitem xans-product-1 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\t\t\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n<!--$-->\n\n\t\t\t<\/ul><!--#--><div class=\"xans-element- xans-product xans-product-listmore-1 xans-product-listmore xans-product-1 more_btn\">\n<a href=\"#none\" onclick=\"{$more_action}\" class=\"btnMore\">\n\t\t\t\t\tVIEW MORE (<!--$--><!--@--><span id=\"more_current_page_{$display_group}\">{$current_page}<\/span>\/<!--@--><span id=\"more_total_page_{$display_group}\">{$total_page}<\/span><!--$-->)\n\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 10L12 14L16 10\" stroke=\"#9A9A9A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/a>\n<\/div>\n<!--#-->\n<\/div>\n");
  4716. if (typeof($M) !== 'undefined') {
  4717. $M.sModule = "xans-product-listmain";
  4718. $M.iCount = 0;
  4719. $M.iCategoryNo = 0;
  4720. $M.iSortMethod = 0;
  4721. $M.init();
  4722. }
  4723. CAFE24.SHOP_CURRENCY_INFO = {"1":{"aShopCurrencyInfo":{"currency_code":"KRW","currency_no":"410","currency_symbol":"\uffe6","currency_name":"South Korean won","currency_desc":"\uffe6 \uc6d0 (\ud55c\uad6d)","decimal_place":0,"round_method_type":"F"},"aShopSubCurrencyInfo":null,"aBaseCurrencyInfo":{"currency_code":"KRW","currency_no":"410","currency_symbol":"\uffe6","currency_name":"South Korean won","currency_desc":"\uffe6 \uc6d0 (\ud55c\uad6d)","decimal_place":0,"round_method_type":"F"},"fExchangeRate":1,"fExchangeSubRate":null,"aFrontCurrencyFormat":{"head":"","tail":"\uc6d0"},"aFrontSubCurrencyFormat":{"head":"","tail":""}}}; var SHOP_CURRENCY_INFO = CAFE24.SHOP_CURRENCY_INFO;
  4724. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}
  4725. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}
  4726. if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA !== "undefined") {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}
  4727. if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON !== "undefined") {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({"bIsUseLikeProduct":false,"bIsUseLikeCategory":false});}
  4728. if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT !== "undefined") {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk = 'F';}
  4729. var basket_result = '/product/add_basket.html';
  4730. var basket_option = '/product/basket_option.html';
  4731. try { $M.setDisplayPageMore(1, 2, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4732. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4733. CAFE24.FRONT_XANS_TEMPLATE.setTemplate('xans-product-listmain-73', "<div class=\"xans-element- xans-product xans-product-listmain-73 xans-product-listmain xans-product-73 cboth ec-base-product\">\n<!--\n\t\t\t\t$count = 4\n\t\t\t\t\u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n\t\t\t\t\u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\t\t\t\t$moreview = yes\n\t\t\t\t$cache = yes\n\t\t\t-->\n<ul class=\"prdList grid2\">\n<!--\n\u203b \uba54\uc778 \uc0c1\ud488\uc9c4\uc5f4 \ub9ac\uc2a4\ud2b8 \uacf5\ud1b5\uc18c\uc2a4 morenvy.com\n--><!--$--><!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-73 xans-product-imagestyle xans-product-73\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n\n<!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-73 xans-product-imagestyle xans-product-73\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-73 xans-product-listitem xans-product-73 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\t\t\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n<!--$-->\n\n\t\t\t<\/ul><!--#--><div class=\"xans-element- xans-product xans-product-listmore-73 xans-product-listmore xans-product-73 more_btn\">\n<a href=\"#none\" onclick=\"{$more_action}\" class=\"btnMore\">\n\t\t\t\t\tVIEW MORE (<!--$--><!--@--><span id=\"more_current_page_{$display_group}\">{$current_page}<\/span>\/<!--@--><span id=\"more_total_page_{$display_group}\">{$total_page}<\/span><!--$-->)\n\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 10L12 14L16 10\" stroke=\"#9A9A9A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/a>\n<\/div>\n<!--#-->\n<\/div>\n");
  4734. if (typeof($M) !== 'undefined') {
  4735. $M.sModule = "xans-product-listmain";
  4736. $M.iCount = 0;
  4737. $M.iCategoryNo = 0;
  4738. $M.iSortMethod = 0;
  4739. $M.init();
  4740. }
  4741. try { $M.setDisplayPageMore(73, 74, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4742. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4743. CAFE24.FRONT_XANS_TEMPLATE.setTemplate('xans-product-listmain-74', "<div class=\"xans-element- xans-product xans-product-listmain-74 xans-product-listmain xans-product-74 cboth ec-base-product\">\n<!--\n\t\t\t\t$count = 4\n\t\t\t\t\u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n\t\t\t\t\u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\t\t\t\t$moreview = yes\n\t\t\t\t$cache = yes\n\t\t\t-->\n<ul class=\"prdList grid2\">\n<!--\n\u203b \uba54\uc778 \uc0c1\ud488\uc9c4\uc5f4 \ub9ac\uc2a4\ud2b8 \uacf5\ud1b5\uc18c\uc2a4 morenvy.com\n--><!--$--><!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-74 xans-product-imagestyle xans-product-74\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n\n<!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-74 xans-product-imagestyle xans-product-74\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-74 xans-product-listitem xans-product-74 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\t\t\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n<!--$-->\n\n\t\t\t<\/ul><!--#--><div class=\"xans-element- xans-product xans-product-listmore-74 xans-product-listmore xans-product-74 more_btn\">\n<a href=\"#none\" onclick=\"{$more_action}\" class=\"btnMore\">\n\t\t\t\t\tVIEW MORE (<!--$--><!--@--><span id=\"more_current_page_{$display_group}\">{$current_page}<\/span>\/<!--@--><span id=\"more_total_page_{$display_group}\">{$total_page}<\/span><!--$-->)\n\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 10L12 14L16 10\" stroke=\"#9A9A9A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/a>\n<\/div>\n<!--#-->\n<\/div>\n");
  4744. if (typeof($M) !== 'undefined') {
  4745. $M.sModule = "xans-product-listmain";
  4746. $M.iCount = 0;
  4747. $M.iCategoryNo = 0;
  4748. $M.iSortMethod = 0;
  4749. $M.init();
  4750. }
  4751. try { $M.setDisplayPageMore(74, 75, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4752. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4753. try { $M.setDisplayPageMore(5, 75, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4754. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4755. CAFE24.FRONT_XANS_TEMPLATE.setTemplate('xans-product-listmain-2', "<div class=\"xans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 cboth ec-base-product\">\n<!--\n\t\t\t\t$count = 4\n\t\t\t\t\u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n\t\t\t\t\u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\t\t\t\t$moreview = yes\n\t\t\t\t$cache = yes\n\t\t\t-->\n<ul class=\"prdList grid2\">\n<!--\n\u203b \uba54\uc778 \uc0c1\ud488\uc9c4\uc5f4 \ub9ac\uc2a4\ud2b8 \uacf5\ud1b5\uc18c\uc2a4 morenvy.com\n--><!--$--><!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n\n<!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-2 xans-product-imagestyle xans-product-2\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\t\t\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n<!--$-->\n\n\t\t\t<\/ul><!--#--><div class=\"xans-element- xans-product xans-product-listmore-2 xans-product-listmore xans-product-2 more_btn\">\n<a href=\"#none\" onclick=\"{$more_action}\" class=\"btnMore\">\n\t\t\t\t\tVIEW MORE (<!--$--><!--@--><span id=\"more_current_page_{$display_group}\">{$current_page}<\/span>\/<!--@--><span id=\"more_total_page_{$display_group}\">{$total_page}<\/span><!--$-->)\n\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 10L12 14L16 10\" stroke=\"#9A9A9A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/a>\n<\/div>\n<!--#-->\n<\/div>\n");
  4756. if (typeof($M) !== 'undefined') {
  4757. $M.sModule = "xans-product-listmain";
  4758. $M.iCount = 0;
  4759. $M.iCategoryNo = 0;
  4760. $M.iSortMethod = 0;
  4761. $M.init();
  4762. }
  4763. try { $M.setDisplayPageMore(2, 3, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4764. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4765. CAFE24.FRONT_XANS_TEMPLATE.setTemplate('xans-product-listmain-58', "<div class=\"xans-element- xans-product xans-product-listmain-58 xans-product-listmain xans-product-58 cboth ec-base-product\">\n<!--\n\t\t\t\t$count = 4\n\t\t\t\t\u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n\t\t\t\t\u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\t\t\t\t$moreview = yes\n\t\t\t\t$cache = yes\n\t\t\t-->\n<ul class=\"prdList grid2\">\n<!--\n\u203b \uba54\uc778 \uc0c1\ud488\uc9c4\uc5f4 \ub9ac\uc2a4\ud2b8 \uacf5\ud1b5\uc18c\uc2a4 morenvy.com\n--><!--$--><!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-58 xans-product-imagestyle xans-product-58\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\t\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n\n<!--@--><li id=\"anchorBoxId_{$product_no}\" class=\"swiper-slide\">\n\t<div class=\"box\">\n\t\t<div class=\"thumbnail\">\n\t\t\t<div class=\"num\"><span><\/span><\/div>\n\t\t\t<div class=\"prdImg\"><a href=\"{$link_product_detail}\"><img src=\"{$image_medium}\" id=\"{$image_medium_id}\" alt=\"{$seo_alt_tag}\"><!--#--><span class=\"xans-element- xans-product xans-product-imagestyle-58 xans-product-imagestyle xans-product-58\">\n<span class=\"prdIcon {$icon_class_name}\" style=\"background-image:url('{$icon_url}');\"><\/span>\n<\/span>\n<!--#--><span class=\"soldout_icon\">{$soldout_icon}<\/span><\/a><\/div>\n\t\t\t\n\t\t\t<div class=\"pro_icon\">\n\t\t\t\t<span class=\"cart\">{$basket_icon}<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"description\">\n\t\t\t<div class=\"sale_box\"><\/div>\n\t\t\t<div class=\"name\"><a href=\"{$link_product_detail}\" class=\"{$product_name_display|display}\">{$product_name}<\/a><\/div>\n\t\t\t<!--#--><ul class=\"xans-element- xans-product xans-product-listitem-58 xans-product-listitem xans-product-58 spec\">\n<!--$--><!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--@--><li class=\"{$item_display|display}\" rel=\"{$item_title|striptag}\">\n\t\t\t\t\t<span class=\"m_item\">{$item_content}<\/span>\n\t\t\t\t<\/li>\n<!--$-->\n<\/ul>\n<!--#--><div class=\"icon\">{$stock_icon} {$recommend_icon} {$new_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon} {$benefit_icons}<\/div>\t\t\n\t\t<\/div>\n<!-- \/\/description -->\n\t<\/div>\n<\/li>\n<!--$-->\n\n\t\t\t<\/ul><!--#--><div class=\"xans-element- xans-product xans-product-listmore-58 xans-product-listmore xans-product-58 more_btn\">\n<a href=\"#none\" onclick=\"{$more_action}\" class=\"btnMore\">\n\t\t\t\t\tVIEW MORE (<!--$--><!--@--><span id=\"more_current_page_{$display_group}\">{$current_page}<\/span>\/<!--@--><span id=\"more_total_page_{$display_group}\">{$total_page}<\/span><!--$-->)\n\t\t\t\t\t<svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8 10L12 14L16 10\" stroke=\"#9A9A9A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/a>\n<\/div>\n<!--#-->\n<\/div>\n");
  4766. if (typeof($M) !== 'undefined') {
  4767. $M.sModule = "xans-product-listmain";
  4768. $M.iCount = 0;
  4769. $M.iCategoryNo = 0;
  4770. $M.iSortMethod = 0;
  4771. $M.init();
  4772. }
  4773. try { $M.setDisplayPageMore(58, 59, 0, 4, 0, true, 'S0000000', false, ''); } catch(e) {}
  4774. EC$(window).on('unload', function() { try { sessionStorage.removeItem('sStorageDetail'); } catch (e) {} });
  4775. document.oncontextmenu=function(){return false;}
  4776. var bIsUseSpread = false;
  4777. var sIsSecret = false;
  4778. var iBoardNo = "4";
  4779. var bIsUseSpread = false;
  4780. var sIsSecret = false;
  4781. var iBoardNo = "18";
  4782. var EC_SHOP_MULTISHOP_SHIPPING = {"bMultishopShipping":false,"bMultishopShippingCountrySelection":false,"bMultishopShippingLanguageSelection":false};
  4783. var aLogData = {"log_server1":"eclog2-259.cafe24.com","log_server2":"elg-db-svcm-113.cafe24.com","mid":"thezam00","stype":"e","domain":"","shop_no":1,"lang":"ko_KR","ver":2,"hash":"","ca":"cfa-js.cafe24.com\/cfa.js","etc":"","mobile_flag":"F"};
  4784. var sMileageName = '적립금';
  4785. var sMileageUnit = '[:PRICE:]원';
  4786. var sDepositName = '예치금';
  4787. var sDepositUnit = '원';
  4788. var EC_ASYNC_LIVELINKON_ID = '';
  4789. CAFE24.APPSCRIPT_ASSIGN_DATA = CAFE24.APPSCRIPT_ASSIGN_DATA || [{'src':'https://cdn.snapfit.co.kr/script/thezam.co.kr/main.js?vs=20240523163059.1&client_id=Qm8Cl8euLi5EXok37uWmfJ'},{'src':'https://apps.hyapps.com/BannerManagerApp/view/HY.js?vs=20230919210822.1&client_id=gSOPn7dNJxAp8cu31kDDtD'},{'src':'https://app4you.cafe24.com/SmartPopup/tunnel/scriptTags?vs=20200526164638.1&client_id=AyPifbe9TEq8i4fmvfUgaZ'},{'src':'https://instagram-widget.wehost24.com/scripttag/instagram-widget.js?vs=20231115174729.1&client_id=pOawpY4gJZ0oBnihDmiReG'},{'src':'https://cafe24-js.channel.io/plugins/8b7b213d-cefe-4047-bee0-1691d46ecb53?vs=20190808115636.1&client_id=QKWiDNLcK9koJO0swpfnuE'},{'src':'https://server.k8sprd.bigin.io/api/cafe24?projectId=VK4D0SUPV8-4&vs=20210219170850.1&client_id=iJf0852OYiGZTznb7gXaEG'},{'src':'https://widgets.cre.ma/cafe24/init.js?vs=20231103102037.1&client_id=SdksuzSDEpyhy6OLNQpKXC', 'integrity': 'sha384-WDAJpSw3zUhpJD5ZenKaoJ5rcaUpCGj02Qgj7ZL2wzXbp+GRRDZgJIpeGnZxE4GF'},{'src':'https://biz.bereview.co.kr/scripttags/bereview.mb.js?vs=20210804175641.1&client_id=fkhZedXUnEcMOz3dRdSwZE'},{'src':'https://asset.dpromotion.io/public/integration/cafe24.js?vs=20240603144520.1&client_id=liBjZkLuAxKmMmRu4CLrgA'}];
  4790. CAFE24.APPSCRIPT_SDK_DATA = CAFE24.APPSCRIPT_SDK_DATA || ['application','customer','category','collection','order','product','promotion','store','supply','community','design','notification','personal','privacy','salesreport','shipping','mileage'];
  4791. var EC_APPSCRIPT_ASSIGN_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_ASSIGN_DATA');
  4792. var EC_APPSCRIPT_SDK_DATA = CAFE24.getDeprecatedNamespace('EC_APPSCRIPT_SDK_DATA');
  4793. </script></body></html>
  4794.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda