• DELETE FROM KEYWORDS WHERE ID_DOMAINE=34244876
  • DoneDoneDone

    URL:m.andar.co.kr

    Connection: keep-alive
    Date: Sat, 02 Nov 2024 10:20:15 GMT
    Content-Length: 166
    Content-Type: text/html
    Location: https://m.andar.co.kr/
    Server: openresty
    X-Via: magneto-edge-icn02-ktog-121
    X-Reqid: ad95525448375822f22d5e4dfa246399
    X-XSS-Protection: 1;mode=block
    
    
    Location => https://m.andar.co.kr/
    Status => 301
    <html>
    <head><title>301 Moved Permanently</title></head>
    

    (vide) Tentative en https

    https://m.andar.co.kr/

    <!DOCTYPE html>
    <html lang="ko"><head><script>(function(i, s, o, g, r) {
        var a = s.createElement(o);
        var m = s.getElementsByTagName(o)[0];
        a.async = true;
        a.src = g;
        a.onload = function() {
            if (i[r].init) {
                i[r].init('https://js-error-tracer-api.cafe24.com', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhbmRhcjAxLmNhZmUyNC5jb20iLCJhdWQiOiJqcy1lcnJvci10cmFjZXItYXBpLmNhZmUyNC5jb20iLCJtYWxsX2lkIjoiYW5kYXIwMSIsInNob3Bfbm8iOjEsInBhdGhfcm9sZSI6Ik1BSU4iLCJsYW5ndWFnZV9jb2RlIjoia29fS1IiLCJjb3VudHJ5X2NvZGUiOiJLUiIsImlzX3l0cyI6ZmFsc2UsImlzX2NvbnRhaW5lciI6ZmFsc2UsIndvcmtzcGFjZSI6InByb2R1Y3Rpb24ifQ.TuNsnwwLEWW6FQh0krUCkX1vW8ftRdZEskfhlUjiIkM', {"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}});
            }
        };
        m.parentNode.insertBefore(a, m);
    }(window, document, 'script', '//optimizer.poxo.com/jet/jet.js', 'EC_JET'));</script>
    <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") {
        /**
         * 프론트용 라우트 플러그인
         * @type {{bInit: boolean, init: EC_ROUTE.init}}
         * CAFE24.ROUTE 참조
         */
        var EC_ROUTE = {
            EC_DOMAIN_PATH_INFO: 'EC_DOMAIN_PATH_INFO',
            bInit: false,
            aFromList: [],
            aToList: [],
            aCleanFilter: null,
            init: function () {
                if (this.bInit || typeof CAFE24.ROUTE === 'undefined') {
                    return;
                }
                this.bInit = true;
                this.aCleanFilter = [
                    /^shop[1-9][0-9]*$/,
                    /^(m|p)$/,
                    new RegExp('^(' + Object.keys(CAFE24.ROUTE.support_language_list).join('|')  + ')$'),
                    /^skin-(base|skin[1-9][0-9]*|mobile[0-9]*)$/,
                ];
            },
            isNeedRoute: function ()
            {
                return CAFE24.ROUTE.is_need_route;
            },
            /**
             *
             * @param iShopNo
             * @param bMobile
             * @param sFrontLanguage
             * @param sSkinCode
             * @returns {*|string}
             */
            getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode)
            {
                var oRouteConfig = {};
                if (typeof iShopNo == 'undefined') {
                    oRouteConfig.shop_no = CAFE24.SDE_SHOP_NUM;
                } else {
                    oRouteConfig.shop_no = iShopNo;
                }
                if (typeof bMobile == 'undefined') {
                    oRouteConfig.is_mobile = false;
                } else {
                    oRouteConfig.is_mobile = bMobile;
                }
                if (typeof sFrontLanguage == 'undefined') {
                    oRouteConfig.language_code = '';
                }else {
                    oRouteConfig.language_code = sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다.
                }
                if (typeof sSkinCode == 'undefined') {
                    oRouteConfig.skin_code = '';
                }else {
                    oRouteConfig.skin_code = sSkinCode;
                }
    
                var sDomain = '';
                if (oRouteConfig.shop_no != CAFE24.SDE_SHOP_NUM) {
                    // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다.
                    sDomain = this._getUrlDomainMultishop(oRouteConfig);
                } else {
                    // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함.
                    sDomain = this._getUrlDomain(oRouteConfig);
                }
                return sDomain;
            },
            _getUrlDomainMultishop: function (oRouteConfig)
            {
                var sDomain = '';
                EC$.ajax({
                    type: 'GET',
                    url: '/exec/front/Shop/Domain',
                    data: {
                        '_shop_no' : oRouteConfig.shop_no,
                        'is_mobile' : oRouteConfig.is_mobile,
                        'language_code' : oRouteConfig.language_code,
                        'skin_code' : oRouteConfig.skin_code,
                    },
                    async: false,
                    dataType: 'json',
                    cache: true,
                    success: function(oResult) {
                        switch (oResult.code) {
                            case '0000' :
                                sDomain = oResult.data;
                                break;
                            default :
                                break;
                        }
                        return false;
                    }
                });
                return sDomain;
            },
            _getUrlDomain: function (oRouteConfig)
            {
                oRouteConfig.domain = this._getCreateHost(oRouteConfig);
                return location.protocol + '//' + oRouteConfig.domain + this._getCreateUri(oRouteConfig);
            },
            _getCreateHost : function (oRouteConfig)
            {
                var sHost = location.host;
                var aHost = sHost.split('.');
                if (this.isBaseDomain(sHost)) {
                    if (aHost.length > 3) {
                        aHost[0] = '';
                    }
                } else if (oRouteConfig.is_mobile) {
                    if (this.isMobileDomain()) {
                        oRouteConfig.is_mobile = false;
                    }
                }
                return aHost.filter(Boolean).join('.');
            },
            _getCreateUri: function (oRouteInfo)
            {
                var aUrl = [];
                if (this.isBaseDomain() && oRouteInfo.shop_no > 1) {
                    aUrl.push('shop' + oRouteInfo.shop_no);
                }
                if (oRouteInfo.is_mobile) {
                    aUrl.push('m');
                }
                if (oRouteInfo.language_code != 'ZZ' && oRouteInfo.language_code != '') {
                    var iIndex = Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code);
                    if (iIndex !== -1) {
                        aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)[iIndex]);
                    }
                }
                if (this.isBaseDomain() && oRouteInfo.skin_code != 'default' && oRouteInfo.skin_code != '') {
                    aUrl.push('skin-' + oRouteInfo.skin_code);
                }
                var sUrl= '/';
                if (aUrl.length > 0) {
                    sUrl= '/' + aUrl.join('/');
                    sUrl = this.rtrim(sUrl, '/');
                }
                return sUrl;
            },
            /**
             * en, en-US => en_US
             */
            convertValidLanguageCode: function (sUrlLanguageCode)
            {
                if (typeof CAFE24.ROUTE.support_language_list[sUrlLanguageCode] != 'undefined') {
                    return CAFE24.ROUTE.support_language_list[sUrlLanguageCode];
                }
                return false;
            },
            isMobileDomain: function (sHost)
            {
                if (typeof sHost == 'undefined') {
                    sHost = location.host;
                }
                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);
                return aMatched != null;
            },
            isBaseDomain: function (sHost)
            {
                if (typeof sHost == 'undefined') {
                    sHost = location.host;
                }
                return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) !== -1;
            },
            removePrefixUrl: function (sUrl)
            {
                if (this.isNeedRoute()) {
                    sUrl = sUrl.replace(this.getPrefixUrl('/'), '/'); // 자동으로  prefix 붙은 영역을 제거해준다.
                }
                return sUrl;
            },
            getPrefixUrl: function (sUrl)
            {
                if (this.isNeedRoute() === false) {
                    return sUrl;
                }
                if (sUrl.indexOf('/') !== 0) {
                    return sUrl;
                }
                if (sUrl.match(/^\/{2,}/) !== null) {
                    return sUrl;
                }
    
                var iCachedPosition = this.aFromList.indexOf(sUrl);
                if (iCachedPosition > -1) {
                    return this.aToList[iCachedPosition];
                }
    
                var bTailSlash = (sCleanUrl !== '/' && sUrl.substr(-1) === '/');
                var sCleanUrl = this.getCleanUrl(sUrl);
                var aPrefixPart = CAFE24.ROUTE.path.prefix.split('/');
                var aUrlPart = sCleanUrl.split('/');
                var bMatched = true;
                var sReturnUrl = sCleanUrl;
                if (aUrlPart.length < aPrefixPart.length) {
                    bMatched = false;
                } else {
                    for (var i = 0; i < aPrefixPart.length ; i++) {
                        if (aPrefixPart[i] != aUrlPart[i]) {
                            bMatched = false;
                            break;
                        }
                    }
                }
                if (bMatched === false) {
                    if (sCleanUrl == '/') {
                        sReturnUrl = CAFE24.ROUTE.path.prefix;
                    } else {
                        sReturnUrl = CAFE24.ROUTE.path.prefix +  sCleanUrl;
                    }
                    sReturnUrl = bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, '/')
                    this.aFromList.push(sUrl);
                    this.aToList.push(sReturnUrl);
                }
                return sReturnUrl;
            },
            /**
             * document.location.pathname 이 필요할 경우 사용한다.
             * @returns {*}
             */
            getPathName: function()
            {
                if (typeof CAFE24.ROUTE.path.result == 'undefined') {
                    return document.location.pathname;
                }
                return CAFE24.ROUTE.path.result;
            },
            rtrim: function (str, chr)
            {
                var rgxtrim = (!chr) ? new RegExp('\\s+$') : new RegExp(chr+'+$');
                return str.replace(rgxtrim, '');
            },
            getShopNo: function ()
            {
                return CAFE24.ROUTE.shop_no;
            },
            getSkinCode: function ()
            {
                return CAFE24.ROUTE.skin_code;
            },
            getLanguageCode: function ()
            {
                return CAFE24.ROUTE.language_code;
            },
            getMobile: function ()
            {
                return CAFE24.ROUTE.is_mobile;
            },
            getIsMobile: function ()
            {
                return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile[0-9]*$/);
            },
            getCleanUrl: function (sUrl)
            {
                if (sUrl === '/') {
                    return sUrl;
                }
    
                var aUrl = sUrl.split('/');
                aUrl.shift();
    
                if (aUrl.length < 1) {
                    return sUrl;
                }
    
                // 현재 4 depth 까지 미리보기 기능이 구현되어있음
                var iPos = 0;
                var bFind = false;
                for (var i = 0; i < aUrl.length ; i++) {
                    bFind = false;
                    for (var iSub = iPos, iSubCount = this.aCleanFilter.length; iSub < iSubCount ; iSub++) {
                        if (aUrl[i].match(this.aCleanFilter[iSub]) !== null) {
                            bFind = true;
                            iPos = iSub + 1;
                            aUrl.splice(i, 1);
                            i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨.
                            break;
                        }
                    }
                    if (bFind === false) {
                        break;
                    }
                }
                return '/' + aUrl.join('/');
            },
            getIsEasyUrl : function ()
            {
                return !window.location.pathname.match(/^[\w\/\-\.]+(php|html|htm)$/i);
            }
        };
        EC_ROUTE.init();
    }
    </script>
    <meta name="path_role" content="MAIN" />
    <meta name="author" content="안다르" />
    <meta name="description" content="안다르는 혁신적 기술의 기능성 원단과 편안하고 감성적인 디자인으로 나와 가족의 운동부터 일상까지 함께하는 대한민국 최고의 애슬레저 브랜드 입니다." />
    <meta name="keywords" content="안다르,[상품명],[현재분류명],[상품요약설명],[상품간략설명],[상품상세설명],[상품추가설명번역정보],[상품상세설명번역정보],[상품검색어],[브랜드],[트렌드],[원산지],요가,필라테스,피트니스,휘트니스,운동,러닝,런닝,요가복장,요가복,요가옷,필라테스복장,필라테스복,필라테스옷,피트니스복장,피트니스복,피트니스옷,휘트니스복장,휘트니스복,휘트니스옷,운동복,운동복장,트레이닝복,트레이닝,러닝복,런닝복,요가복추천,필라테스복추천,피트니스복추천,휘트니스복추천,운동복추천,러닝복추천,트레이닝복추천,명품요가복,명품필라테스복,명품피트니스복,명품러닝복,예쁜요가복,예쁜필라테스복,예쁜피트니스복,예쁜운동복,예쁜,휘트니스복,예쁜러닝복,예쁜운동복,예쁜트레이닝복,여자요가복,여자필라테스복,여자피트니스복,여자휘트니스복,여자운동복,여성요가복,여성운동복,여성피트니스복,래쉬가드,레쉬가드,래시가드,래쉬가드브랜드,여성레쉬가드,여성래쉬가드,서핑슈트,여자래쉬가드,여성래시가드,여자레쉬가드,래시가드세트,여성래쉬가드세트,서핑수트,래쉬가드쇼핑몰,래쉬가드추천,레시가드,집업래쉬가드,레쉬가드브랜드,래쉬가드세트,여자래시가드,여성래시가드세트,여성집업래쉬가드,레쉬가드수영복,여자래쉬가드세트,워터레깅스,크롭래쉬가드,수영복브랜드,여자레쉬가드세트,래쉬가드이너세트,래쉬가드이너,여성래쉬가드브랜드,비치웨어,비키니쇼핑몰,비키니브랜드,래쉬가드세일,집업래시가드,래시가드브랜드,수영복래쉬가드,래쉬가드파는곳,서핑웨어,래쉬가드코디,레쉬가드후드,레쉬가드팬츠,래시가드팬츠,래쉬가드팬츠,래쉬가드사이트," /><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!--설치 스크립트--><!--브이리뷰 스크립트 / 수정할 경우 연락 부탁드립니다 (dev@indentcorp.com)--><script src="https://script.vreview.tv/vreview.widget.js?vrid=c3c90d9f-5aa7-419c-bcd9-2d871bbd5e17"></script><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/><meta name="HandheldFriendly" content="true"/><meta name="format-detection" content="telephone=no"/><meta property="og:image" content="https://www.andar.co.kr/common/main/andar_thum.jpg"><!-- 네이버 서치어드바이저 (2023-10-06추가) --><meta name="naver-site-verification" content="d5b7692a07f08a29c49281abdfa57f13741f5337"/><script src="//code.jquery.com/jquery-1.11.2.min.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script><script type="text/javascript">
                window.jQuery1_11_2 = jQuery.noConflict(true);
            </script><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Noto+Sans+KR:wght@100..900&amp;display=swap" rel="stylesheet"><!-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --><!--이너뷰--><!--script src="https://cdn.jsdelivr.net/npm/lazyload@2.0.0-rc.2/lazyload.js"></script--><!-- 공통 --><!-- //공통 --><!-- 메인 --><!-- 레이어 팝업 --><!-- 레이어 팝업 -->
    <meta name="naver-site-verification" content="09799b1e430e2792fc7b14e6dd6f4e494cf27f00"/>
    <meta name="google-site-verification" content="YzeVvs4_QCZC79ya1q-XLOuzY5zjhWyX1X3tf8fMUyw" />
    <link rel="apple-touch-icon" href="https://www.andar.co.kr/web/andar/img/home-i_1.png" />
    <link rel="shortcut icon" href="https://www.andar.co.kr/web/andar/img/home-a_1.png" />
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-PM77PTT');</script>
    <!-- End Google Tag Manager -->
    
    <script type="application/ld+json" class="saswp-schema-markup-output">
    {
    "@context": "https://schema.org",
    "@graph":
    [
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "신상",
    "url": "https://andar.co.kr/product/list.html?cate_no=331"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "베스트",
    "url": "https://andar.co.kr/product/list.html?cate_no=1118"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "맨즈",
    "url": "https://andar.co.kr/product/list.html?cate_no=617"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "상의",
    "url": "https://andar.co.kr/product/list.html?cate_no=342"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "하의",
    "url": "https://andar.co.kr/product/list.html?cate_no=349"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "서스테이너블",
    "url": "https://andar.co.kr/product/list.html?cate_no=1540"
    },
    {
    "@context": "https://schema.org",
    "@type":"SiteNavigationElement",
    "@id":"https://andar.co.kr/",
    "name": "SET",
    "url": "https://andar.co.kr/product/list.html?cate_no=1619"
    }
    ]
    }
    </script>
    <link rel="canonical" href="https://andar.co.kr" />
    <meta property="og:url" content="https://andar.co.kr" />
    <meta property="og:title" content="테크니컬 애슬레저, 안다르" />
    <meta property="og:description" content="안다르는 운동과 일상의 경계를 넘나들며 언제어디서나 조화롭고 편안할 수 있는 데일리 애슬레저 문화를 지향합니다. 안다르를 입는 순간 느껴지는 편안함과 자유로움이 모두의 일상 속에 함께하길 꿈꿉니다." />
    <meta property="og:site_name" content="테크니컬 애슬레저, 안다르" />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://m.andar.co.kr/web/upload/share-image-1-6a559304a002b63d06cc3617e17a3e83.jpg" />
    <meta name="google-site-verification" content="C7wQXR8M4YH59guXrj-F6Gm5MSK10097LxNzUrmyJnA" />
    <meta name="naver-site-verification" content="dfb405e6fbaea69ebe64ff62d189e5af7c4ef4f5" />
    <link rel="shortcut icon" href="/web/upload/favicon_20181023180406.ico" />
    <meta http-equiv="ImageToolbar" content="No">
    <script type="text/javascript" src="/app/Eclog/js/cid.generate.js?vs=3cd770bc1032e2226464f80e4093d560&u=andar01.1"></script>
    <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script>
    <script type="text/javascript">var CAFE24API = { instance : [], MALL_ID : 'andar01', 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://andar01.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>
    <script type="text/javascript">
    window.CAFE24 = window.CAFE24 || {};
    CAFE24.MANIFEST_CACHE_REVISION = '2410231344';
    CAFE24.getDeprecatedNamespace = function(sDeprecatedNamespace, sSupersededNamespace) {
    var sNamespace = sSupersededNamespace 
    ? sSupersededNamespace 
    : sDeprecatedNamespace.replace(/^EC_/, '');
    return CAFE24[sNamespace];
    }
    CAFE24.FRONT_LANGUAGE_CODE = "ko_KR";
    CAFE24.MOBILE = true;
    CAFE24.MOBILE_DEVICE = false;
    CAFE24.MOBILE_USE = true;
    var EC_MOBILE = CAFE24.MOBILE;
    var EC_MOBILE_DEVICE = CAFE24.MOBILE_DEVICE;
    var EC_MOBILE_USE = CAFE24.MOBILE_USE;
    CAFE24.SKIN_CODE = "mobile170";
    CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = {"common_member_id_crypt":""};
    var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA = CAFE24.getDeprecatedNamespace('EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA');
    CAFE24.SDE_SHOP_NUM = 1;CAFE24.SHOP = {getLanguage : function() { return "ko_KR"; },getCurrency : function() { return "KRW"; },getFlagCode : function() { return "KR"; },getTimezone: function() { return "Asia/Seoul" },getDateFormat: function() { return "Y-m-d" },isMultiShop : function() { return false; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {
    "KR": "ko_KR",
    "US": "en_US",
    "JP": "ja_JP",
    "CN": "zh_CN",
    "TW": "zh_TW",
    "VN": "vi_VN",
    "PH": "en_PH"
    }},isLanguageShop : function(sLanguageCode) { return sLanguageCode === "ko_KR"; },getDefaultShopNo : function() { return 1; },getProductVer : function() { return 2; },isSDE : function() { return true; },isMode : function() {return false; },getModeName : function() {return false; },isMobileAdmin : function() {return false; },isNewProMode : function() {return true; },isExperienceMall : function() { return false; },isDcollection : function() {return false; },isYoutubeShops : function() {return false; },getYtShopsShopNo : function() {return 0; },getAdminID : function() {return ''},getMallID : function() {return 'andar01'},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) { 
    sPriceTxt = String(sPriceTxt);
    var aCurrencySymbol = ["","\uc6d0",false];
    if (typeof CAFE24.SHOP_PRICE !== 'undefined' && isNaN(sPriceTxt.replace(/[,]/gi, '')) === false && bIsNumberFormat === true) {
    // bIsNumberFormat 사용하려면 Ui(':libUipackCurrency')->plugin('Currency') 화폐 라이브러리 추가 필요
    sPriceTxt = CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/[,]/gi, ''), true, CAFE24.SDE_SHOP_NUM);
    }
    try {
    var sPlusMinusSign = (sPriceTxt.toString()).substr(0, 1);
    if (sPlusMinusSign === '-' || sPlusMinusSign === '+') {
    sPriceTxt = (sPriceTxt.toString()).substr(1);
    return sPlusMinusSign + aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
    } else {
    return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
    }
    } catch (e) {
    return aCurrencySymbol[0] + sPriceTxt + aCurrencySymbol[1];
    }
    }};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"},"BRL":{"currency_symbol":"R$","decimal_place":2,"round_method_type":"R"},"EUR":{"currency_symbol":"\u20ac","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() { 
    var oBankInfo = "";
    $.ajax({
    type: "GET",
    url: "/exec/front/Shop/Bankinfo",
    dataType: "json",
    async: false,
    success: function(oResponse) {
    oBankInfo = oResponse;
    }
    });
    return oBankInfo; }};            var EC_SDE_SHOP_NUM = CAFE24.SDE_SHOP_NUM;
    var SHOP = CAFE24.getDeprecatedNamespace('SHOP');
    var EC_COMMON_UTIL = CAFE24.getDeprecatedNamespace('EC_COMMON_UTIL');
    var EC_SHOP_LIB_INFO = CAFE24.getDeprecatedNamespace('EC_SHOP_LIB_INFO');
    var EC_CURRENCY_INFO = CAFE24.getDeprecatedNamespace('EC_CURRENCY_INFO');
    CAFE24.ROOT_DOMAIN = "cafe24.com";
    CAFE24.API_DOMAIN = "cafe24api.com";
    CAFE24.TRANSLATE_LOG_STATUS = "F";
    CAFE24.GLOBAL_INFO = (function() {
    var oData = {"base_domain":"andar01.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"};
    return {
    getBaseDomain: function() {
    return oData['base_domain'];
    },
    getRootDomain: function() {
    return oData['root_domain'];
    },
    getApiDomain: function() {
    return oData['api_domain'];
    },
    isGlobal: function() {
    return oData['is_global'];
    },
    isGlobalStandard: function() {
    return oData['is_global_standard'];
    },
    getCountryCode: function() {
    return oData['country_code'];
    },
    getLanguageCode: function() {
    return oData['language_code'];
    },
    getAdminLanguageCode: function() {
    return oData['admin_language_code'];
    }
    };
    })();
    var EC_ROOT_DOMAIN = CAFE24.ROOT_DOMAIN;
    var EC_API_DOMAIN = CAFE24.API_DOMAIN;
    var EC_TRANSLATE_LOG_STATUS = CAFE24.TRANSLATE_LOG_STATUS;
    var EC_GLOBAL_INFO = CAFE24.getDeprecatedNamespace('EC_GLOBAL_INFO');
    CAFE24.AVAILABLE_LANGUAGE = ["ko_KR","zh_CN","en_US","zh_TW","es_ES","pt_PT","vi_VN","ja_JP","en_PH"];
    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"};
    var EC_AVAILABLE_LANGUAGE = CAFE24.AVAILABLE_LANGUAGE;
    var EC_AVAILABLE_LANGUAGE_CODES = CAFE24.AVAILABLE_LANGUAGE_CODES;
    CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES = {  
    sClearanceCategoryCode: '',
    sManualLink: '//support.cafe24.com/hc/ko/articles/7739013909529',
    sHsCodePopupLink: 'https://www.wcotradetools.org/en/harmonized-system',
    aCustomRegex: '"PHL" : "^[0-9]{8}[A-Z]?$"',
    sCountryCodeData: 'kor',
    sEnglishExampleURlForGlobal: '',
    aReverseAddressCountryCode: ["VNM","PHL"],
    aSizeGuideCountryAlign: '["US","UK","EU","KR","JP","CN"]',
    aIsSupportTran: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH","pt_PT","es_ES"]
    };
    var EC_GLOBAL_PRODUCT_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_PRODUCT_LANGUAGE_CODES');
    CAFE24.GLOBAL_ORDER_LANGUAGE_CODES = {
    aModifyOrderLanguage: {"KR":"ko_KR","JP":"ja_JP","CN":"zh_CN","TW":"zh_TW","VN":"vi_VN","PH":"en_PH"},
    aUseIdCardKeyCountry: ["CN","TW"],
    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"]},
    aCheckDisplayRequiredIcon: ["ja_JP","zh_CN","zh_TW","en_US","vi_VN","en_PH"],
    aSetReceiverName: {"zh_CN":{"sCountry":"CN","bUseLastName":true},"zh_TW":{"sCountry":"TW","bUseLastName":false},"ja_JP":{"sCountry":"JP","bUseLastName":true}},
    aSetDeferPaymethodLanguage: {"ja_JP":"\uc77c\ubcf8","zh_CN":"\uc911\uad6d"},
    aUseDeferPaymethod: ["ja_JP","zh_CN"],
    aCheckShippingCompanyAndPaymethod: ["ja_JP","zh_CN"],
    aSetDeferPaymethodLanguageForShipping: {"ja_JP":"\u65e5\u672c","zh_CN":"\uc911\uad6d"},
    aCheckStoreByPaymethod: ["ja_JP","zh_CN"],
    aCheckIsEmailRequiredForJs: ["en_US","zh_CN","zh_TW","ja_JP","vi_VN","en_PH"],
    aSetIdCardKeyCountryLanguage: {"CN":"\uc911\uad6d\uc758","TW":"\ub300\ub9cc\uc758"},
    aReverseGlobalAddress: ["en_PH","vi_VN","PHL","VNM","VN","PH"],
    aNoCheckZipCode: ["KOR","JPN"],
    aNotPostCodeAPICountryList: ["en_US","es_ES","pt_PT","en_PH"],
    aEnableSearchExchangeAddr: ["KR","JP","CN","VN","TW","PH"],
    aDuplicatedBaseAddr: ["TW","JP"],
    aReverseAddressCountryCode: ["VN","PH"],
    aCheckZipCode: ["PHL","en_PH","PH"]
    };
    var EC_GLOBAL_ORDER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_ORDER_LANGUAGE_CODES');
    CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES = {  
    sAdminWebEditorLanguageCode: 'ko' ,
    oNotAvailDecimalPointLanguages: ["ko_KR","ja_JP","zh_TW","vi_VN"],
    oAddressCountryCode: {"KOR":"ko_KR","JPN":"ja_JP","CHN":"zh_CN","TWN":"zh_TW","VNM":"vi_VN","PHL":"en_PH"},
    };
    var EC_GLOBAL_MEMBER_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MEMBER_LANGUAGE_CODES');
    CAFE24.GLOBAL_BOARD_LANGUAGE_CODES = {  
    bUseLegacyBoard: true
    };
    var EC_GLOBAL_BOARD_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_BOARD_LANGUAGE_CODES');
    CAFE24.GLOBAL_MALL_LANGUAGE_CODES = {
    oDesign: {
    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"}},
    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"},
    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"}},
    oSmartDesignDecoShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"],
    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"},
    aSmartDesignModuleShopList: ["ko_KR","ja_JP","zh_CN","en_US","zh_TW","es_ES","pt_PT"]
    },
    oStore: {
    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"}},
    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"}},
    aChangeableLanguages: ["en_US","ja_JP","ko_KR"],
    aNoZipCodeLanguage: ["ko_KR","ja_JP"]
    },
    oMobile: {
    sSmartWebAppFaqUrl: "https://support.cafe24.com/hc/ko/articles/8466586607641",
    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",
    },
    oPromotion: {
    bQrCodeAvailable: true,
    bSnsMarketingAvailable: true
    },
    oShippingReverseAddressLanguage: ["vi_VN","en_PH"] ,
    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"}},
    getAdminMainLocaleLanguage: function(sSkinLocaleCode) {
    var oLocaleData = [];
    var locale = "";
    var shopLangName = "";
    if (sSkinLocaleCode == "US") {
    locale = "en_US";
    shopLangName = "ENGLISH";
    } else if (sSkinLocaleCode == "JP") {
    locale = "ja_JP";
    shopLangName = "JAPANESE";
    } else if (sSkinLocaleCode == "CN") {
    locale = "zh_CN";
    shopLangName = "SIMPLIFIED.CHINESE";
    } else if (sSkinLocaleCode == "TW") {
    locale = "zh_TW";
    shopLangName = "TRADITIONAL.CHINESE";
    } else if (sSkinLocaleCode == "ES") {
    locale = "es_ES";
    shopLangName = "SPANISH";
    } else if (sSkinLocaleCode == "PT") {
    locale = "pt_PT";
    shopLangName = "PORTUGUESE";
    } else if (sSkinLocaleCode == "VN") {
    locale = "vi_VN";
    shopLangName = "VIETNAMESE";
    } else if(sSkinLocaleCode == "PH") {
    locale = "en_PH";
    shopLangName = "ENGLISH.PH";
    }
    oLocaleData["locale"] = locale;
    oLocaleData["shopLangName"] = shopLangName;
    return oLocaleData;
    }
    };
    var EC_GLOBAL_MALL_LANGUAGE_CODES = CAFE24.getDeprecatedNamespace('EC_GLOBAL_MALL_LANGUAGE_CODES');
    CAFE24.GLOBAL_DATETIME_INFO = {
    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"},
    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"},
    oPolicies: {"shop":{"outZone":"Asia\/Seoul","outFormat":"YYYY-MM-DD HH:mm:ss","outDateFormat":"YYYY-MM-DD","outTimeFormat":"HH:mm:ss"}},
    sOverrideTimezone: '',
    sMomentNamespace: 'EC_GLOBAL_MOMENT'
    };
    CAFE24.FRONT_JS_CONFIG_MANAGE = {"sSmartBannerScriptUrl":"https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs=1563164396689206","sMallId":"andar01","sDefaultAppDomain":"https:\/\/app4you.cafe24.com","sWebLogOffFlag":"F"};
    var EC_FRONT_JS_CONFIG_MANAGE = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MANAGE');
    CAFE24.FRONT_JS_CONFIG_MEMBER = {"sAuthUrl":"https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?action=auth"};
    var EC_FRONT_JS_CONFIG_MEMBER = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_MEMBER');
    CAFE24.FRONT_JS_CONFIG_SHOP = {"search_period":[],"calendar_config":{"maxDate":"2026-11-02","locale":"ko"},"sSearchUrl":"\/product\/search.html?keyword=","aProductPurchaseInfo_5752":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11551":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_9608":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12189":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12700":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12701":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10050":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12544":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12606":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11985":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12533":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12479":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12430":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_8800":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_9549":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12341":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11294":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12584":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12309":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11952":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12539":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11986":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12497":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_11988":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12330":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12538":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12510":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12543":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12542":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12563":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12817":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7935":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_9766":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12548":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_7953":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_6987":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12547":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12502":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12485":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_10230":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_8151":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12493":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true},"aProductPurchaseInfo_12609":{"bIsSuccess":true,"sMessage":"","bReplaceLoginPage":false,"bIsDisplayPurchaseButton":true}};
    var EC_FRONT_JS_CONFIG_SHOP = CAFE24.getDeprecatedNamespace('EC_FRONT_JS_CONFIG_SHOP');
    typeof window.CAFE24 === "undefined" && (window.CAFE24 = {});
    CAFE24.BOARD = {"config_":{"board_no":0,"use_block":"F","use_report":"F"},"config_21":{"board_no":21,"use_block":"F","use_report":"F"}};
    CAFE24.FRONTEND = {"FW_MANIFEST_CACHE_REVISION":2410231344,"IS_WEB_VIEW":"F"};
    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>
    <link rel="stylesheet" type="text/css" href="//img.echosting.cafe24.com/editors/froala/css/froala_style_ec.min.css?vs=2410231344" charset="utf-8"/>
    
    <link rel="stylesheet" type="text/css" href="/ind-script/optimizer.php?filename=ndFBCgIxDAXQfenWc0RFL6A3EDxA2olaJm1KmgG9vaMrXSja7ScvnxC4SCZYrRWqylkxg1KTSSNBbA1OKsUgSs5S_Bws4Jd5iq4JT5akuCDXTjiZ9ZYy3kj7qGFg6qRSHadCLmApH_uxVtgJ6gCH13Vz7MMj9oEljr1YqYraf_rrezkFOKaKcXxHe2QqAyps_NYv4cRoNcXxefUd&type=css&k=a545ca277e3bf2298546149e6c17dc288fd65cee&t=1726130154"  /><link rel="stylesheet" type="text/css" href="/ind-script/optimizer_user.php?filename=tdVLbsQgDAbg_dBtz-FM1Gqu0H1PYMANlniJR6a5fVHSrLorZIMESB-W-MFggiMgJWqmlAG9xjTdIVZpWQlTnIWsSWjKvHhwQbKl-2OCQrkIrSGmUFURMnzDPE3v0-NF5fwK_1QtbqEWkJhZQYNABeeCH2seC2NNUrc2oVvlsW7EhT0WuqZaQzZeI7dY6JaLa3BZSxkditNuG5SuoQvKLtiFRH7ddjM_OVJ6m6dhomtDFyaenPEormyWRlpzF8brqK_kV-JVOORR1OL7YrFfXnttls7oZcKkzAeh7ozyX9pVWzibED8Nx8h-6fLPJrKfQ05SEpI8fXFrKOj9Uf0P&type=css&k=c01daad2638ab301386693d30aec5bcb0206cc26&t=1730279284&user=T"  />
    <style type="text/css">
    
    </style>
    <title>테크니컬 애슬레저, 안다르</title></head>

    테크니컬 애슬레저, 안다르

    Recherche META Description de la page

    안다르는 혁신적 기술의 기능성 원단과 편안하고 감성적인 디자인으로 나와 가족의 운동부터 일상까지 함께하는 대한민국 최고의 애슬레저 브랜드 입니다.

    Recherche META Keywords de la page

    안다르,[상품명],[현재분류명],[상품요약설명],[상품간략설명],[상품상세설명],[상품추가설명번역정보],[상품상세설명번역정보],[상품검색어],[브랜드],[트렌드],[원산지],요가,필라테스,피트니스,휘트니스,운동,러닝,런닝,요가복장,요가복,요가옷,필라테스복장,필라테스복,필라테스옷,피트니스복장,피트니스복,피트니스옷,휘트니스복장,휘트니스복,휘트니스옷,운동복,운동복장,트레이닝복,트레이닝,러닝복,런닝복,요가복추천,필라테스복추천,피트니스복추천,휘트니스복추천,운동복추천,러닝복추천,트레이닝복추천,명품요가복,명품필라테스복,명품피트니스복,명품러닝복,예쁜요가복,예쁜필라테스복,예쁜피트니스복,예쁜운동복,예쁜,휘트니스복,예쁜러닝복,예쁜운동복,예쁜트레이닝복,여자요가복,여자필라테스복,여자피트니스복,여자휘트니스복,여자운동복,여성요가복,여성운동복,여성피트니스복,래쉬가드,레쉬가드,래시가드,래쉬가드브랜드,여성레쉬가드,여성래쉬가드,서핑슈트,여자래쉬가드,여성래시가드,여자레쉬가드,래시가드세트,여성래쉬가드세트,서핑수트,래쉬가드쇼핑몰,래쉬가드추천,레시가드,집업래쉬가드,레쉬가드브랜드,래쉬가드세트,여자래시가드,여성래시가드세트,여성집업래쉬가드,레쉬가드수영복,여자래쉬가드세트,워터레깅스,크롭래쉬가드,수영복브랜드,여자레쉬가드세트,래쉬가드이너세트,래쉬가드이너,여성래쉬가드브랜드,비치웨어,비키니쇼핑몰,비키니브랜드,래쉬가드세일,집업래시가드,래시가드브랜드,수영복래쉬가드,래쉬가드파는곳,서핑웨어,래쉬가드코디,레쉬가드후드,레쉬가드팬츠,래시가드팬츠,래쉬가드팬츠,래쉬가드사이트,

    UPDATE DOMAINES SET server='openresty',redirection='https://m.andar.co.kr/',Status='200',err='',[TITRE]=N'테크니컬 애슬레저, 안다르',[DESCRIPTION]=N'안다르는 혁신적 기술의 기능성 원단과 편안하고 감성적인 디자인으로 나와 가족의 운동부터 일상까지 함께하는 대한민국 최고의 애슬레저 브랜드 입니다.',[KEYWORDS]=N'안다르,[상품명],[현재분류명],[상품요약설명],[상품간략설명],[상품상세설명],[상품추가설명번역정보],[상품상세설명번역정보],[상품검색어],[브랜드],[트렌드],[원산지],요가,필라테스,피트니스,휘트니스,운동,러닝,런닝,요가복장,요가복,요가옷,필라테스복장,필라테스복,필라테스옷,피트니스복장,피트니스복,피트니스옷,휘트니스복장,휘트니스복,휘트니스옷,운동복,운동복장,트레이닝복,트레이닝,러닝복,런닝복,요가복추천,필라테스복추천,피트니스복추천,휘트니스복추천,운동복추천,러닝복추천,트레이닝복추천,명품요가복,명품필라테스복,명품피트니스복,명품러닝복,예쁜요가복,예쁜필라테스복,예쁜피트니스복,예쁜운동복,예쁜,휘트니스복,예쁜러닝복,예쁜운동복,예쁜트레이닝복,여자요가복,여자필라테스복,여자피트니스복,여자휘트니스복,여자운동복,여성요가복,여성운동복,여성피트니스복,래쉬가드,레쉬가드,래시가드,래쉬가드브랜드,여성레쉬가드,여성래쉬가드,서핑슈트,여자래쉬가드,여성래시가드,여자레쉬가드,래시가드세트,여성래쉬가드세트,서핑수트,래쉬가드쇼핑몰,래쉬가드추천,레시가드,집업래쉬가드,레쉬가드브랜드,래쉬가드세트,여자래시가드,여성래시가드세트,여성집업래쉬가드,레쉬가드수영복,여자래쉬가드세트,워터레깅스,크롭래쉬가드,수영복브랜드,여자레쉬가드세트,래쉬가드이너세트,래쉬가드이너,여성래쉬가드브랜드,비치웨어,비키니쇼핑몰,비키니브랜드,래쉬가드세일,집업래시가드,래시가드브랜드,수영복래쉬가드,래쉬가드파는곳,서핑웨어,래쉬가드코디,레쉬가드후드,레쉬가드팬츠,래시가드팬츠,래쉬가드팬츠,래쉬가드사이트,' WHERE id=34244876
  • 0

    테크니컬 애슬레저 안다르 안다르는 혁신적 기술의 기능성 원단과 편안하고 감성적인 디자인으로 나와 가족의 운동부터 일상까지 함께하는 대한민국 최고의 애슬레저 브랜드 입니다. 안다르 [상품명] [현재분류명] [상품요약설명] [상품간략설명] [상품상세설명] [상품추가설명번역정보] [상품상세설명번역정보] [상품검색어] [브랜드] [트렌드] [원산지] 요가 필라테스 피트니스 휘트니스 운동 러닝 런닝 요가복장 요가복 요가옷 필라테스복장 필라테스복 필라테스옷 피트니스복장 피트니스복 피트니스옷 휘트니스복장 휘트니스복 휘트니스옷 운동복 운동복장 트레이닝복 트레이닝 러닝복 런닝복 요가복추천 필라테스복추천 피트니스복추천 휘트니스복추천 운동복추천 러닝복추천 트레이닝복추천 명품요가복 명품필라테스복 명품피트니스복 명품러닝복 예쁜요가복 예쁜필라테스복 예쁜피트니스복 예쁜운동복 예쁜 휘트니스복 예쁜러닝복 예쁜운동복 예쁜트레이닝복 여자요가복 여자필라테스복 여자피트니스복 여자휘트니스복 여자운동복 여성요가복 여성운동복 여성피트니스복 래쉬가드 레쉬가드 래시가드 래쉬가드브랜드 여성레쉬가드 여성래쉬가드 서핑슈트 여자래쉬가드 여성래시가드 여자레쉬가드 래시가드세트 여성래쉬가드세트 서핑수트 래쉬가드쇼핑몰 래쉬가드추천 레시가드 집업래쉬가드 레쉬가드브랜드 래쉬가드세트 여자래시가드 여성래시가드세트 여성집업래쉬가드 레쉬가드수영복 여자래쉬가드세트 워터레깅스 크롭래쉬가드 수영복브랜드 여자레쉬가드세트 래쉬가드이너세트 래쉬가드이너 여성래쉬가드브랜드 비치웨어 비키니쇼핑몰 비키니브랜드 래쉬가드세일 집업래시가드 래시가드브랜드 수영복래쉬가드 래쉬가드파는곳 서핑웨어 래쉬가드코디 레쉬가드후드 레쉬가드팬츠 래시가드팬츠 래쉬가드팬츠 래쉬가드사이트

  • 0. 테크니컬 (4)
  • --------->0
  • 1. 애슬레저 (4)
  • --------->0
  • 3. 안다르 (3)
  • --------->0
  • 4. 안다르는 (4)
  • --------->0
  • 5. 혁신적 (3)
  • --------->0
  • 6. 기술의 (3)
  • --------->0
  • 7. 기능성 (3)
  • --------->0
  • 8. 원단과 (3)
  • --------->0
  • 9. 편안하고 (4)
  • --------->0
  • 10. 감성적인 (4)
  • --------->0
  • 11. 디자인으로 (5)
  • --------->0
  • 12. 나와 (2)
  • --------->0
  • 13. 가족의 (3)
  • --------->0
  • 14. 운동부터 (4)
  • --------->0
  • 15. 일상까지 (4)
  • --------->0
  • 16. 함께하는 (4)
  • --------->0
  • 17. 대한민국 (4)
  • --------->0
  • 18. 최고의 (3)
  • --------->0
  • 20. 브랜드 (3)
  • --------->0
  • 21. 입니다 (3)
  • --------->0
  • 23. [상품명] (5)
  • --------->0
  • 24. [현재분류명] (7)
  • --------->0
  • 25. [상품요약설명] (8)
  • --------->0
  • 26. [상품간략설명] (8)
  • --------->0
  • 27. [상품상세설명] (8)
  • --------->0
  • 28. [상품추가설명번역정보] (12)
  • --------->0
  • 29. [상품상세설명번역정보] (12)
  • --------->0
  • 30. [상품검색어] (7)
  • --------->0
  • 31. [브랜드] (5)
  • --------->0
  • 32. [트렌드] (5)
  • --------->0
  • 33. [원산지] (5)
  • --------->0
  • 34. 요가 (2)
  • --------->0
  • 35. 필라테스 (4)
  • --------->0
  • 36. 피트니스 (4)
  • --------->0
  • 37. 휘트니스 (4)
  • --------->0
  • 38. 운동 (2)
  • --------->0
  • 39. 러닝 (2)
  • --------->0
  • 40. 런닝 (2)
  • --------->0
  • 41. 요가복장 (4)
  • --------->0
  • 42. 요가복 (3)
  • --------->0
  • 43. 요가옷 (3)
  • --------->0
  • 44. 필라테스복장 (6)
  • --------->0
  • 45. 필라테스복 (5)
  • --------->0
  • 46. 필라테스옷 (5)
  • --------->0
  • 47. 피트니스복장 (6)
  • --------->0
  • 48. 피트니스복 (5)
  • --------->0
  • 49. 피트니스옷 (5)
  • --------->0
  • 50. 휘트니스복장 (6)
  • --------->0
  • 51. 휘트니스복 (5)
  • --------->0
  • 52. 휘트니스옷 (5)
  • --------->0
  • 53. 운동복 (3)
  • --------->0
  • 54. 운동복장 (4)
  • --------->0
  • 55. 트레이닝복 (5)
  • --------->0
  • 56. 트레이닝 (4)
  • --------->0
  • 57. 러닝복 (3)
  • --------->0
  • 58. 런닝복 (3)
  • --------->0
  • 59. 요가복추천 (5)
  • --------->0
  • 60. 필라테스복추천 (7)
  • --------->0
  • 61. 피트니스복추천 (7)
  • --------->0
  • 62. 휘트니스복추천 (7)
  • --------->0
  • 63. 운동복추천 (5)
  • --------->0
  • 64. 러닝복추천 (5)
  • --------->0
  • 65. 트레이닝복추천 (7)
  • --------->0
  • 66. 명품요가복 (5)
  • --------->0
  • 67. 명품필라테스복 (7)
  • --------->0
  • 68. 명품피트니스복 (7)
  • --------->0
  • 69. 명품러닝복 (5)
  • --------->0
  • 70. 예쁜요가복 (5)
  • --------->0
  • 71. 예쁜필라테스복 (7)
  • --------->0
  • 72. 예쁜피트니스복 (7)
  • --------->0
  • 73. 예쁜운동복 (5)
  • --------->0
  • 74. 예쁜 (2)
  • --------->0
  • 76. 예쁜러닝복 (5)
  • --------->0
  • 78. 예쁜트레이닝복 (7)
  • --------->0
  • 79. 여자요가복 (5)
  • --------->0
  • 80. 여자필라테스복 (7)
  • --------->0
  • 81. 여자피트니스복 (7)
  • --------->0
  • 82. 여자휘트니스복 (7)
  • --------->0
  • 83. 여자운동복 (5)
  • --------->0
  • 84. 여성요가복 (5)
  • --------->0
  • 85. 여성운동복 (5)
  • --------->0
  • 86. 여성피트니스복 (7)
  • --------->0
  • 87. 래쉬가드 (4)
  • --------->0
  • 88. 레쉬가드 (4)
  • --------->0
  • 89. 래시가드 (4)
  • --------->0
  • 90. 래쉬가드브랜드 (7)
  • --------->0
  • 91. 여성레쉬가드 (6)
  • --------->0
  • 92. 여성래쉬가드 (6)
  • --------->0
  • 93. 서핑슈트 (4)
  • --------->0
  • 94. 여자래쉬가드 (6)
  • --------->0
  • 95. 여성래시가드 (6)
  • --------->0
  • 96. 여자레쉬가드 (6)
  • --------->0
  • 97. 래시가드세트 (6)
  • --------->0
  • 98. 여성래쉬가드세트 (8)
  • --------->0
  • 99. 서핑수트 (4)
  • --------->0
  • 100. 래쉬가드쇼핑몰 (7)
  • --------->0
  • 101. 래쉬가드추천 (6)
  • --------->0
  • 102. 레시가드 (4)
  • --------->0
  • 103. 집업래쉬가드 (6)
  • --------->0
  • 104. 레쉬가드브랜드 (7)
  • --------->0
  • 105. 래쉬가드세트 (6)
  • --------->0
  • 106. 여자래시가드 (6)
  • --------->0
  • 107. 여성래시가드세트 (8)
  • --------->0
  • 108. 여성집업래쉬가드 (8)
  • --------->0
  • 109. 레쉬가드수영복 (7)
  • --------->0
  • 110. 여자래쉬가드세트 (8)
  • --------->0
  • 111. 워터레깅스 (5)
  • --------->0
  • 112. 크롭래쉬가드 (6)
  • --------->0
  • 113. 수영복브랜드 (6)
  • --------->0
  • 114. 여자레쉬가드세트 (8)
  • --------->0
  • 115. 래쉬가드이너세트 (8)
  • --------->0
  • 116. 래쉬가드이너 (6)
  • --------->0
  • 117. 여성래쉬가드브랜드 (9)
  • --------->0
  • 118. 비치웨어 (4)
  • --------->0
  • 119. 비키니쇼핑몰 (6)
  • --------->0
  • 120. 비키니브랜드 (6)
  • --------->0
  • 121. 래쉬가드세일 (6)
  • --------->0
  • 122. 집업래시가드 (6)
  • --------->0
  • 123. 래시가드브랜드 (7)
  • --------->0
  • 124. 수영복래쉬가드 (7)
  • --------->0
  • 125. 래쉬가드파는곳 (7)
  • --------->0
  • 126. 서핑웨어 (4)
  • --------->0
  • 127. 래쉬가드코디 (6)
  • --------->0
  • 128. 레쉬가드후드 (6)
  • --------->0
  • 129. 레쉬가드팬츠 (6)
  • --------->0
  • 130. 래시가드팬츠 (6)
  • --------->0
  • 131. 래쉬가드팬츠 (6)
  • --------->0
  • 132. 래쉬가드사이트 (7)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'테크니컬',34244876),(N'애슬레저',34244876),(N'안다르',34244876),(N'안다르는',34244876),(N'혁신적',34244876),(N'기술의',34244876),(N'기능성',34244876),(N'원단과',34244876),(N'편안하고',34244876),(N'감성적인',34244876),(N'디자인으로',34244876),(N'나와',34244876),(N'가족의',34244876),(N'운동부터',34244876),(N'일상까지',34244876),(N'함께하는',34244876),(N'대한민국',34244876),(N'최고의',34244876),(N'브랜드',34244876),(N'입니다',34244876),(N'[상품명]',34244876),(N'[현재분류명]',34244876),(N'[상품요약설명]',34244876),(N'[상품간략설명]',34244876),(N'[상품상세설명]',34244876),(N'[상품추가설명번역정보]',34244876),(N'[상품상세설명번역정보]',34244876),(N'[상품검색어]',34244876),(N'[브랜드]',34244876),(N'[트렌드]',34244876),(N'[원산지]',34244876),(N'요가',34244876),(N'필라테스',34244876),(N'피트니스',34244876),(N'휘트니스',34244876),(N'운동',34244876),(N'러닝',34244876),(N'런닝',34244876),(N'요가복장',34244876),(N'요가복',34244876),(N'요가옷',34244876),(N'필라테스복장',34244876),(N'필라테스복',34244876),(N'필라테스옷',34244876),(N'피트니스복장',34244876),(N'피트니스복',34244876),(N'피트니스옷',34244876),(N'휘트니스복장',34244876),(N'휘트니스복',34244876),(N'휘트니스옷',34244876),(N'운동복',34244876),(N'운동복장',34244876),(N'트레이닝복',34244876),(N'트레이닝',34244876),(N'러닝복',34244876),(N'런닝복',34244876),(N'요가복추천',34244876),(N'필라테스복추천',34244876),(N'피트니스복추천',34244876),(N'휘트니스복추천',34244876),(N'운동복추천',34244876),(N'러닝복추천',34244876),(N'트레이닝복추천',34244876),(N'명품요가복',34244876),(N'명품필라테스복',34244876),(N'명품피트니스복',34244876),(N'명품러닝복',34244876),(N'예쁜요가복',34244876),(N'예쁜필라테스복',34244876),(N'예쁜피트니스복',34244876),(N'예쁜운동복',34244876),(N'예쁜',34244876),(N'예쁜러닝복',34244876),(N'예쁜트레이닝복',34244876),(N'여자요가복',34244876),(N'여자필라테스복',34244876),(N'여자피트니스복',34244876),(N'여자휘트니스복',34244876),(N'여자운동복',34244876),(N'여성요가복',34244876),(N'여성운동복',34244876),(N'여성피트니스복',34244876),(N'래쉬가드',34244876),(N'레쉬가드',34244876),(N'래시가드',34244876),(N'래쉬가드브랜드',34244876),(N'여성레쉬가드',34244876),(N'여성래쉬가드',34244876),(N'서핑슈트',34244876),(N'여자래쉬가드',34244876),(N'여성래시가드',34244876),(N'여자레쉬가드',34244876),(N'래시가드세트',34244876),(N'여성래쉬가드세트',34244876),(N'서핑수트',34244876),(N'래쉬가드쇼핑몰',34244876),(N'래쉬가드추천',34244876),(N'레시가드',34244876),(N'집업래쉬가드',34244876),(N'레쉬가드브랜드',34244876),(N'래쉬가드세트',34244876),(N'여자래시가드',34244876),(N'여성래시가드세트',34244876),(N'여성집업래쉬가드',34244876),(N'레쉬가드수영복',34244876),(N'여자래쉬가드세트',34244876),(N'워터레깅스',34244876),(N'크롭래쉬가드',34244876),(N'수영복브랜드',34244876),(N'여자레쉬가드세트',34244876),(N'래쉬가드이너세트',34244876),(N'래쉬가드이너',34244876),(N'여성래쉬가드브랜드',34244876),(N'비치웨어',34244876),(N'비키니쇼핑몰',34244876),(N'비키니브랜드',34244876),(N'래쉬가드세일',34244876),(N'집업래시가드',34244876),(N'래시가드브랜드',34244876),(N'수영복래쉬가드',34244876),(N'래쉬가드파는곳',34244876),(N'서핑웨어',34244876),(N'래쉬가드코디',34244876),(N'레쉬가드후드',34244876),(N'레쉬가드팬츠',34244876),(N'래시가드팬츠',34244876),(N'래쉬가드팬츠',34244876),(N'래쉬가드사이트',34244876)