var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /** * i18n - Javascript Internationalization System * * @author Platform Team */ (function() { var $i18n = { /** * Messages * @var array * { * 'DOMAIN NAME' : { * 'KEY NAME' : 'value', * 'KEY NAME(Plurals) : ['value', 'value', ...] * ... * }, * ... * } */ _lang : {}, /** * Plurals Expressions * @var array * { * 'DOMAIN NAME' : function(n) { * expressions * }, * ... * } */ _pluralsExp : {}, /** * Current Domain * @var string */ _currDomain : false, /** * override the current domain for a single message lookup * * @param string domain * @param string key * @return string */ __d : function(domain, key, __idx__) { var t = $i18n._lang; if ($i18n._isEmpty(t) === true) { return key; } if (typeof t[domain] == 'undefined') { return key; } if (typeof t[domain][key] == 'undefined') { return key; } if (typeof t[domain][key] == 'object') { __idx__ = __idx__ ? __idx__ : 0; return t[domain][key][__idx__]; } return t[domain][key]; }, /** * Plural version of __d * * @param string domain * @param string key1 * @param string key2 * @param int cnt * @return string */ __dn : function(domain, key1, key2, cnt) { var n = parseInt(cnt); var idx = $i18n._getPluralsIndex(domain, n); if (idx == 0) { return $i18n.__d(domain, key1, 0); } else { return $i18n.__d(domain, key2, idx); } }, _init : function() { $i18n._pluralsExp.__reserved_default_exp__ = function(n) { return n == 1 ? 0 : 1; }; window['__d'] = function(domain, key) { return $i18n.__d(domain, key, 0); }; window['__dn'] = function(domain, key1, key2, cnt) { return $i18n.__dn(domain, key1, key2, cnt); }; window['__'] = function(key) { return $i18n.__d($i18n._currDomain, key, 0); }; window['__n'] = function(key1, key2, cnt) { return $i18n.__dn($i18n._currDomain, key1, key2, cnt); }; window['__i18n_regist__'] = this._regist; window['__i18n_bind__'] = this._bind; window['__i18n_plurals_exp_bind__'] = this._pluralsExpBind; }, _isEmpty : function(val) { if (!val) return true; if (val == null) return true; if (val == undefined) return true; if (val == '') return true; if (typeof val == 'object') { for (var i in val) { return false; } return true; } return false; }, _trim : function(str) { if(typeof str != 'string') return ''; return str.replace(/(^\s*)|(\s*$)/g, ''); }, _apply : function(method, func) { this[method] = func; }, _regist : function(lang) { if (typeof lang != 'object') return false; $i18n._lang = lang; return true; }, _bind : function(domain) { if ($i18n._isEmpty(domain) === true) return false; $i18n._currDomain = domain; return true; }, _pluralsExpBind : function(domain, exp) { if (typeof exp != 'function') { return; } $i18n._pluralsExp[domain] = exp; }, _getPluralsIndex : function(domain, n) { if (typeof $i18n._pluralsExp[domain] == 'undefined') { return $i18n._pluralsExp.__reserved_default_exp__(n); } return $i18n._pluralsExp[domain](n); } }; $i18n._init(); })(); __i18n_regist__({"front":{"$\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc774\ubbf8 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc774\uba54\uc77c\ub85c \ubc1c\uc1a1\ub429\ub2c8\ub2e4":"$ electronic tax invoice request completed. E-mail will be sent after authentication process made by the admin.","%1$s \uad6c\ub9e4\uc2dc %2$s":"Spend over %s Get %s off","%1$s \uad6c\ub9e4\uc2dc
%2$s":"Spend over %s
Get %s off","%1$s \uadf8\ub8f9\uc5d0\uac8c\ub9cc %2$s \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Only %2$s group is authorized to %1$s.","%1$s \uc5d0\uac8c\ub9cc %2$s \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Only %2$s is authorized to %1$s.","%1$s \uc8fc\ubb38\uc744 %2$s\ud558\uc5ec \uc801\uc6a9":"%2$s from %1$s","%1$s \ucfe0\ud3f0\uc740 %2$s \uc2dc\uc5d0\ub9cc \uc0ac\uc6a9\uac00\ub2a5\ud569\ub2c8\ub2e4.":"%1$s coupons can be used when %2$s.","%1$s \ucfe0\ud3f0\uc758 \uc0ac\uc6a9\uac00\ub2a5 \uacb0\uc81c\uc218\ub2e8\uc740 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4.\n\u203b\uacb0\uc81c\uc218\ub2e8 : %2$s":"%1$s is only valid for following payment options.\n\u203bPayment Methods: %2$s","%1$s \ud56d\ubaa9\uacfc %2$s \ud56d\ubaa9\uc774 \uac19\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The 1%s field does not match the 2%s field.","%1$s \ud56d\ubaa9\uc740 %2$s ~ %3$s \ubc94\uc704\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value must be between %2$s and %3$s.","%1$s \ud56d\ubaa9\uc740 %2$s ~ %3$sbytes \ubc94\uc704\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value must be between %2$s and %3$sbytes.","%1$s \ud56d\ubaa9\uc740 %2$s ~ %3$s\uc790(\uac1c) \ubc94\uc704\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field must be between %2$s and %3$s characters in length.","%1$s \ud56d\ubaa9\uc740 %2$s \uc774\uc0c1\uc73c\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value must be at least %2$s.","%1$s \ud56d\ubaa9\uc740 %2$s \uc774\ud558\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value can not exceed %2$s.","%1$s \ud56d\ubaa9\uc740 %2$sbytes \uc774\uc0c1\uc73c\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value must be at least %2$sbytes.","%1$s \ud56d\ubaa9\uc740 %2$sbytes \uc774\ud558\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field value can not exceed %2$sbytes.","%1$s \ud56d\ubaa9\uc774 %2$s\uc790(\uac1c) \uc774\uc0c1\uc73c\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field must be at least %2$s characters in length.","%1$s \ud56d\ubaa9\uc774 %2$s\uc790(\uac1c) \uc774\ud558\ub85c \ud574\uc8fc\uc2ed\uc2dc\uc624.":"The %1$s field can not exceed %2$s characters in length.","%1$s\uc5d0 \ubd88\ub7c9 \ub2e8\uc5b4\uc778 %2$s \uac00 \ud3ec\ud568 \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.\n\uae00\uc744 \uc791\uc131 \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is a filtered word %2$s in %1$s. Sorry, your post cannot be submitted.","%1$s\uc6d0 \uc774\uc0c1":"%1$swon or more","%1$s\ud68c\uc6d0\ub2d8\uc740 %2$s\uc5d0 \ud68c\uc6d0 \ud0c8\ud1f4\ub97c \ud558\uc167\uc2b5\ub2c8\ub2e4.":"This account for %1$s has been closed since %2$.","%s %s\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc785\ub2c8\ub2e4.":"%s Answer to your %s","%s - \uc0c1\ud488\ud6c4\uae30":"%s - Product Reviews","%s Byte \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Your message cannot be longer than %s bytes.","%s \uac12\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Insert %s price","%s \uac1c":"%s item(s)","%s \uac74":"%s numbers","%s \uace0\uac1d\ub2d8\uaed8\uc11c\ub294 \ud574\ub2f9 \uc0c1\ud488\ubd84\ub958\uc5d0 \uc811\uadfc\uc774 \ubd88\uac00\ub2a5 \ud569\ub2c8\ub2e4.\n\uace0\uac1d\uc13c\ud130\uc5d0 \ubb38\uc758\ud558\uc138\uc694.":"%s is not authorized to view this category. \nPlease contact the customer service.","%s \ub4f1":"%s and others","%s \ub514\uc790\uc778\uc740 \uc0ad\uc81c\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot delete %s design.","%s \uc0ac\uc6a9":"Use %s","%s \uc0c1\ud488 \ucd5c\ub300 \uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"The minimum order quantity for %s item is %s.","%s \uc0c1\ud488 \ucd5c\uc18c \uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"The maximum order quantity for %s item is %s.","%s \uc0c1\ud488\uc740 \uad6c\ub9e4 \ubd88\uac00\ud55c \uc0c1\ud488\uc785\ub2c8\ub2e4.\n[\ud655\uc778]\ubc84\ud2bc \ud074\ub9ad\uc2dc \uc7a5\ubc14\uad6c\ub2c8 \ubaa9\ub85d\uc5d0\uc11c \ud574\ub2f9 \uc0c1\ud488\uc774 \uc0ad\uc81c\ub429\ub2c8\ub2e4.":"%s product is not available. Please click [confirm] button to delete the item from your shopping cart.","%s \uc0c1\ud488\uc740 \uad6c\ub9e4\ud560 \uc218 \uc788\ub294 \uc0c1\ud488\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"%s is not a purchasable product.","%s \uc0c1\ud488\uc740 \ud604\uc7ac \uc7ac\uace0\uac00 \ubd80\uc871\ud558\uc5ec \ud310\ub9e4\uac00 \uc7a0\uc2dc \uc911\ub2e8\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.":"%s is temporarily out of stock.","%s \uc0c1\ud488\uc758 \ucd5c\ub300\/\ucd5c\uc18c \uc8fc\ubb38 \uac00\ub2a5\uc218\ub7c9\uc744 \ud655\uc778\ud574\uc8fc\uc138\uc694.":"Please check the minimum\/maximum order quantity for %s.","%s \uc5d0\uc11c %s\uc73c\ub85c \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s has been edited to %s.","%s \uc608\uc57d \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No % reservation history","%s \uc678 %s\uac1c":"%s only %s","%s \uc678 %s\uac74":"\ufeff%s \/ %s","%s \uc694\uccad\uc2e4\ud328":"%s request failed","%s \uc694\uccad\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uc8fc\ubb38\uc0c1\ud0dc\ub85c \ubc18\uc601\uc774 2\ubd84\uc815\ub3c4 \ub2a6\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4":"%s request successful. Application may be delayed for 2 minutes depending on the \n order status.","%s \uc694\uccad\uc774 \ucde8\uc18c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s Request Cancelled","%s \uc774\uc0c1 \uad6c\ub9e4 \uc2dc %s":"Orders over %s %s","%s \uc774\uc0c1 \uad6c\ub9e4 \uc2dc (%s)":"Orders over %s (%s)","%s \uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc":"Free when you purchase %s or more","%s \uc774\uc0c1 \uad6c\ub9e4\uc2dc":"purchases over %s","%s \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter %s.","%s \ud30c\uc77c\uc740 \uc5c5\ub370\uc774\ud2b8 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"%s file cannot be updated","%s \ud398\uc774\uc9c0 \ub300\ud45c\uacbd\ub85c \uc124\uc815 (%s => %s, 1.9 \uacbd\ub85c : %s)":"%s Page main route setting (%s => %s, 1.9 Route: %s)","%s \ud398\uc774\uc9c0 \ub4f1\ub85d (\uc0c8\ub85c\uc6b4 \uacbd\ub85c : %s, 1.9 \uacbd\ub85c : %s)":"%s Page registration (New Route: %s, Route 1.9: %s)","%s \ud398\uc774\uc9c0 \uc0ad\uc81c (\uc0c8\ub85c\uc6b4 \uacbd\ub85c : %s, 1.9 \uacbd\ub85c : %s)":"%s Page deletion (New Route: %s, Route 1.9: %s)","%s \ud398\uc774\uc9c0\ub85c \uc774\ub3d9":"Go to %s page","%s \ud558\uc2e4 \ub514\uc790\uc778\uc744 \uc120\ud0dd \ud6c4 \uc0ac\uc6a9\ud574 \uc8fc\uc138\uc694.":"Select the design for %s then try using it.","%s \ud56d\ubaa9\uc5d0 \uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ud544\ud130\ub97c \uc0ac\uc6a9\ud588\uc2b5\ub2c8\ub2e4.":"An invalid filter was used in the %s field.","%s \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"The %s field is required.","%s \ud56d\ubaa9\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter %s information","%s \ud56d\ubaa9\uc758 \ub370\uc774\ud130\ub294 \uc804\uc1a1\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The data in the %s field cannot be transferred.","%s \ud56d\ubaa9\uc774 URL \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid URL.","%s \ud56d\ubaa9\uc774 [\uc601\ubb38 \ub300\ubb38\uc790,\uc22b\uc790,_,-] \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field may only contain [uppercase letters, underscores, and dashes].","%s \ud56d\ubaa9\uc774 [\uc601\ubb38 \uc18c\ubb38\uc790,\uc22b\uc790,_,-] \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field may only contain [lowercase letters, underscores, and dashes].","%s \ud56d\ubaa9\uc774 [\uc601\ubb38,\uc22b\uc790,_,-] \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field may only contain [alpha-numeric characters, underscores, and dashes].","%s \ud56d\ubaa9\uc774 \ub0a0\uc9dc \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid date.","%s \ud56d\ubaa9\uc774 \ubc95\uc778\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid corporate identity number.","%s \ud56d\ubaa9\uc774 \uc0ac\uc5c5\uc790\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid business registration number.","%s \ud56d\ubaa9\uc774 \uc22b\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field may only contain numbers.","%s \ud56d\ubaa9\uc774 \uc22b\uc790\ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"%s information is not in numerical form.","%s \ud56d\ubaa9\uc774 \uc544\uc774\ub514 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field is not in the correct ID format.","%s \ud56d\ubaa9\uc774 \uc544\uc774\ud53c \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid IP.","%s \ud56d\ubaa9\uc774 \uc5ec\uad8c\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid passport number.","%s \ud56d\ubaa9\uc774 \uc601\ubb38 \ub300\ubb38\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must only contain uppercase letters.","%s \ud56d\ubaa9\uc774 \uc601\ubb38 \ub300\ubb38\uc790 \ud639\uc740 \uc22b\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must only contain uppercase letters and\/or numbers.","%s \ud56d\ubaa9\uc774 \uc601\ubb38 \uc18c\ubb38\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must only contain lowercase letters.","%s \ud56d\ubaa9\uc774 \uc601\ubb38 \uc18c\ubb38\uc790 \ud639\uc740 \uc22b\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must only contain lowercase letters and\/or numbers.","%s \ud56d\ubaa9\uc774 \uc601\ubb38\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field can only contain alphabetical characters.","%s \ud56d\ubaa9\uc774 \uc601\ubb38\uc774\ub098 \uc22b\uc790 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field may only contain alpha-numeric characters.","%s \ud56d\ubaa9\uc774 \uc62c\ubc14\ub978 \uc785\ub825\uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field is not in the correct format.","%s \ud56d\ubaa9\uc774 \uc678\uad6d\uc778\ub4f1\ub85d\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid alien registration number.","%s \ud56d\ubaa9\uc774 \uc6b0\ud3b8\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid zip code.","%s \ud56d\ubaa9\uc774 \uc774\uba54\uc77c \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid email address.","%s \ud56d\ubaa9\uc774 \uc804\ud654\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid phone number.","%s \ud56d\ubaa9\uc774 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid SSN.","%s \ud56d\ubaa9\uc774 \ud55c\uad6d\uc5b4 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must only contain Korean characters.","%s \ud56d\ubaa9\uc774 \ud578\ub4dc\ud3f0 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The %s field must contain a valid mobile phone number.","%s% \uc801\ub9bd":"%s% Store Credit","%s(\uc744\/\ub97c) \uc785\ub825\ud558\uc138\uc694.":"The %s field must have a value.","%s\uac1c":"%s item(s)","%s\uac1c ~ %s\uac1c":"%s~%sea","%s\uac1c \uc8fc\ubb38\uc2dc":"when you order %s item(s)","%s\uac1c\uae4c\uc9c0 \ube44\uad50 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Up to %s items can be compared","%s\uac1c\uc6d4":"%s Months","%s\uac74\uc758 \ucfe0\ud3f0\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \ubc1c\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s number of coupons have been successfully issued.","%s\ub144 %s\uc6d4 %s\uc77c":"%sYear %sMonth %sDay","%s\ub2d8\uc774 %s\ub2d8\uc5d0\uac8c \ubcf4\ub0b8 \ucd94\ucc9c\uba54\uc77c\uc785\ub2c8\ub2e4":"This is an e-mail sent by %s to %s.","%s\ub2d8\uc774 \uc704 \uc0c1\ud488\uc744 \uc0c1\ud488 \uc870\ub974\uae30 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"%s wants you to see above item(s) on her\/his wish list.","%s\ub85c \uc608\uc57d\uc0c1\ud0dc\ub97c \ubcc0\uacbd\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Change reservation state to %s?","%s\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter %s","%s\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please insert %s.","%s\uc0c1\ud488\uc758 \uc218\ub7c9\uc740 \uc22b\uc790\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter %s item's quantity in numbers.","%s\uc138 \ubbf8\ub9cc\uc740 \uad6c\ub9e4\uac00 \uc81c\ud55c\ub418\uc5b4 \ube44\ud68c\uc6d0 \uad6c\ub9e4\ub97c \uc9c4\ud589\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \n\uc774\uc6a9\uc5d0 \ubd88\ud3b8\uc744 \ub4dc\ub824 \uc8c4\uc1a1\ud569\ub2c8\ub2e4.":"Ages below %s cannot purchase and cannot proceed to non-member purchase. \n Sorry for the inconvenience.","%s\uc2dc":"%s o'clock","%s\uc2e0\uccad \uc624\ub958 (%d)":"%s request error (%d)\u00a0","%s\uc2e0\uccad\uc774 \ucca0\ud68c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your request for %s has been withdrawn.","%s\uc5d0 \uc758\ud574\uc11c \uce90\uc26c\ub41c \ud30c\uc77c\uc774 \ucd9c\ub825\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cash file has been printed due to %s","%s\uc678 %s\uac1c":"%s only %s","%s\uc6d0":"%s Won","%s\uc6d0 \uc774\uc0c1":"Above %s Won","%s\uc6d0 \ud560\uc778\ud61c\ud0dd\ucde8\uc18c":"% Won Cancel Discount Benefits","%s\uc6d0\uc744 \uc9c0\uae09\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure to issue %s won?","%s\uc6d0\uc774 \uc801\ub9bd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s Won has been stored.","%s\uc6d4 %s\uc77c":"%s Month %s Day","%s\uc73c\ub85c \uc124\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Set to %s","%s\uc740(\ub294) \uc7ac\uace0\uac00 \uc5c6\ub294 \uc0ac\uc740\ud488 \uc785\ub2c8\ub2e4.":"%s is an out of stock freebie.","%s\uc740(\ub294) \ud544\uc218 \ud56d\ubaa9 \uc785\ub2c8\ub2e4.":"%s is required.","%s\uc740\ud589":"%s Bank","%s\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete %s?","%s\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter %s","%s\uc758 %s \ucd5c\uc18c \uacb0\uc81c \uac00\ub2a5 \uae08\uc561(\ubc30\uc1a1\ube44 \uc81c\uc678)\uc740 %s\uc785\ub2c8\ub2e4.\n\ubb34\ud1b5\uc7a5 \uc785\uae08 \ub610\ub294 \ub2e4\ub978 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"The minimum payment amount (excluding shipping fee) on %s is %s.\\nSelect wire transfer or other payment method.","%s\uc758 %s \ucd5c\uc18c\uacb0\uc81c \uac00\ub2a5\uae08\uc561\uc740 %s\uc785\ub2c8\ub2e4. \ubb34\ud1b5\uc7a5 \uc785\uae08 \ub610\ub294 \ub2e4\ub978 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"%s of %s's minimum payment amount is %s. Please choose bank transfer or a different payment method.","%s\uc758 \ubaa8\ub4e0 \ud398\uc774\uc9c0\uc5d0 \uacf5\ud1b5\uc73c\ub85c \uc801\uc6a9\ub429\ub2c8\ub2e4.":"All %s's pages will be applied commonly.","%s\uc758 \uc7ac\uace0\uac00 \ubd80\uc871\ud569\ub2c8\ub2e4.":"%s is low on stock.","%s\uc77c":"%s Day","%s\uc77c %2s\uc2dc\uac04 %2s\ubd84 \uc804\uc785\ub2c8\ub2e4.":"Promotion starts in %s day(s) %2s hour(s)%2s minute(s).","%s\uc77c %s\uc2dc\uac04 %s\ubd84 \uc804\uc785\ub2c8\ub2e4. ( %s \uc6d0 \ud560\uc778)":"Promotion starts in %s days %shours %sminutes. (%s won off)","%s\uc77c ~ %s\uc77c":"%s - %s days","%s\uc77c\uac04 \uc5f4\uc9c0 \uc54a\uc74c":"Do not view this for %sdays.","%s\uc8fc\uc77c":"%s week","%s\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred while %s.","%s\ucca0\ud68c \uc624\ub958 (%d)":"%s withdrawal error (%d)\u00a0","%s\ucca0\ud68c\ud560 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no product to withdraw %s.","%s\ud558\uc2e4 \uc2a4\ud0a8 \uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter template name to %s.","%s\ud68c":"%s order(s)","%s\ud68c\uc6d0\ub2d8\uc740 %s \uc5d0 \ud68c\uc6d0 \ud0c8\ud1f4\ub97c \ud558\uc167\uc2b5\ub2c8\ub2e4.":"%s has closed %s account.","'%s' \uc0c1\ud488\uc740 \ud310\ub9e4\uac00 \uc7a0\uc2dc \uc911\ub2e8\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Sales for '%s' has been momentarily suspended.","'\ud310\ub9e4\uc548\ud568'\uc0c1\ud0dc\uc758 \uad6c\uc131\uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uad6c\ub9e4 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot proceed with your order because an item in your cart is no longer available.","( \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790, 4\uc790~16\uc790 )":"(Must be 4 and 16 characters in length and contain alphabetic characters and numbers.)","(%s \uc0ac\uc6a9\uac00\ub2a5)":"(%s Available)","(%s \ud560\uc778)":"(%s Discount)","(%s\uac1c\uc6d4 \ubb34\uc774\uc790 \ud560\ubd80)":"(%s Months Interest-Free Installment)","([BALANCE_STR]\uc0ac\uc6a9)":"([BALANCE_STR] used)","(bAlert) \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"(bAlert) No item.","(\uacf5\ubc31\/\ud2b9\uc218\ubb38\uc790\/\ud55c\uae00\uc0ac\uc6a9\ubd88\uac00)":"(No spaces\/special characters\/Korean characters allowed)","(\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0)":"(Naver Mileage)","(\ub124\uc774\ubc84\uce90\uc26c)":"(Naver Cash)","(\ubbf8\uacb0\uc81c)":"(Unsettled)","(\ubc30\uc1a1\ube44 \ucc29\ubd88: \ubc30\uc1a1 \uc2dc\uc810\uc5d0 \ubcc4\ub3c4 \ubd80\uacfc)":"(Collect on delivery fee: charged separately on the time of delivery)","(\ubc30\uc1a1\ube44)":"(Shipping Fee)","(\ubc30\uc1a1\uc644\ub8cc \ud6c4 %s\uc77c \ud6c4 \uc0ac\uc6a9\uac00\ub2a5)":"(Use %s days after successful delivery)","(\ubc30\uc1a1\uc644\ub8cc \ud6c4 \uc989\uc2dc\uc0ac\uc6a9)":"(Use right after successful delivery)","(\ubcf4\ud5d8\ub8cc:%s)":"(Insurance: %s)","(\uc0c1\ud488\uac00)":"(Product Price)","(\uc0c1\ud488\ubcc4\ud560\uc778)":"(Discount per item)","(\uc0c1\ud488\ucd94\uac00\uacb0\uc81c\uc561)":"(Additional item price)","(\uc2e4\uacb0\uc81c\uc561)":"(Total Order Amount)","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790 4\uc790~16\uc790)":"(Combination in 4-16 characters containing upper and lower case letters\/numbers)","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790, 4\uc790~16\uc790)":"(Upper and Lower Case Letters\/Numbers, 4-16 Characters)","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 4\uc790~16\uc790)":"Combination in 4-16 characters containing upper and lower case letters\/numbers\/special letters","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 10\uc790~16\uc790)":"(Upper and Lower Case Letters\/With at least two special characters, 10-16 Characters)","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790)":"(Upper and Lower Case Letters\/With at least two special characters, 8-16 Characters)","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 10\uc790~16\uc790)":"Combination in 10-16 characters containing at least two of the followings: upper and lower case letters\/numbers\/special letters","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790)":"Combination in 8-16 characters containing at least two of the followings: upper and lower case letters\/numbers\/special letters","(\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 3\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790)":"Combination in 8-16 characters containing at least three of the followings: upper and lower case letters\/numbers\/special letters","(\uc608\uc815)":"(Scheduled)","(\uc608\uce58\uae08\uc0ac\uc6a9)":"(Use credit balance)","(\uc801\ub9bd)":"(Store credit)","(\uc801\ub9bd\uae08\uc0ac\uc6a9 %s)":"(Use %s store credit)","(\uc801\ub9bd\uae08\uc0ac\uc6a9)":"(Use Store Credit)","(\uc801\ub9bd\ud61c\ud0dd\ucde8\uc18c)":"(Cancel Reward Points Benefit)","(\uc801\ub9bd\ud61c\ud0dd\ucde8\uc18c) (\uc801\ub9bd)":"(Cancel store credit benefit) (Store Credit)","(\uc81c\ud734\ud560\uc778)":"(Partnership Discount)","(\ucc29\ubd88)":"(Cash On Delivery)","(\ucd5c\ub300 %s)":"(Up to %s off)","(\ucd5c\ub300 %s\uc6d0)":"(Up to %s Won)","(\ucfe0\ud3f0\ud560\uc778)":"(Discount Coupon)","(\ud488\uc808)":"(Sold Out)","(\ud560\uc778)":"(Discount)","(\ud560\uc778\ud61c\ud0dd\ucde8\uc18c)":"(Cancel Discount Benefit)","(\ud560\uc778\ud61c\ud0dd\ucde8\uc18c) (\ud560\uc778)":"(Cancel discount benefits) (Discount)","(\ud658\ubd88\uae08\uc561\ubcc0\uacbd\uae08\uc561)":"(Refund Amount Changed Amount)","(\ud68c\uc6d0\ub4f1\uae09\ud560\uc778)":"(Membership Discounts)","* \uac8c\uc2dc\uae00\uc740 \ube44\ubc00\uae00\ub85c \uc800\uc7a5\ub418\uba70 \ube44\ubc00\ubc88\ud638(\uc8fc\ubb38\ubc88\ud638 \ub4b7\uc790\ub9ac)\ub85c \uc800\uc7a5\ub429\ub2c8\ub2e4.":"* Post will be saved as a private post with password (last digits of order number)","* \uc0ac\uc6a9\uc548\ud568 : \uae30\uc874 \uc1fc\ud551\ubab0 \ud654\uba74\uc758 \ud398\uc774\uc9c0\ub97c \uc774\ub3d9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"* Unused : You can move the current shopping site's screen page.","* \uc0ac\uc6a9\ud568 : \uad00\ub9ac\uc790 \uc124\uc815 \ud398\uc774\uc9c0 \ubc0f \ub514\uc790\uc778 \ud3b8\uc9d1\ucc3d \ub9c1\ud06c\ud558\uc5ec \ubc14\ub85c \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"* Used : You can link then edit the admin setting page and design edit page.","+=+ \uad00\ub9ac\uc790ID:%s":"+=+ Manager ID:%s","- \uc120\ud0dd\ud558\uc138\uc694 -":"- Select One -","0\uc6d0 \uc0c1\ud488\uc740 \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc138\uc694.":"Sorry, you cannot purchase items priced zero or lower.","1+%s \uc774\ubca4\ud2b8\uc0c1\ud488\uc785\ub2c8\ub2e4.\n\ub3d9\uc77c\ud55c \uc635\uc158\uc73c\ub85c \uc218\ub7c9\uc744 %s\uac1c \ub2e8\uc704\ub85c \uad6c\ub9e4\ud574\uc8fc\uc138\uc694.":"Buy 1, get %s free event item.\nMake your purchases in multiples of %s, while maintaining the same product options.","1+%s \uc774\ubca4\ud2b8\uc0c1\ud488\uc785\ub2c8\ub2e4.\n\uc635\uc158\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc218\ub7c9\uc744 %s\uac1c \ub2e8\uc704\ub85c \uad6c\ub9e4\ud574\uc8fc\uc138\uc694.":"Buy 1, get %s free event item.\nMake your purchases in multiples of %s, regardless of the differences in product options.","1,000,000\uc6d0 \uc774\ud558\uc758 \uc801\ub9bd\uae08\ub9cc \uc99d\uac00\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Less than 1,000,000 won of store credit can be added.","1.9\uacbd\ub85c":"Route 1.9","10\uac1c\uc529 \ubcf4\uae30":"'10' items per page","14\uc138 \ubbf8\ub9cc \ud68c\uc6d0\uac00\uc785\uc744 \uc81c\ud55c\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \n\uc774\uc6a9\uc5d0 \ubd88\ud3b8\uc744 \ub4dc\ub824 \uc8c4\uc1a1\ud569\ub2c8\ub2e4.":"Users below age 14 cannot sign up. \n Sorry for the inconvenience.","14\uc138 \ubbf8\ub9cc\uc740 \uad6c\ub9e4\uac00 \uc81c\ud55c\ub418\uc5b4 \ube44\ud68c\uc6d0 \uad6c\ub9e4\ub97c \uc9c4\ud589\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \n\uc774\uc6a9\uc5d0 \ubd88\ud3b8\uc744 \ub4dc\ub824 \uc8c4\uc1a1\ud569\ub2c8\ub2e4.":"Users below 14 years old cannot purchase and cannot proceed to non-member purchase. \n Sorry for the inconvenience.","14\uc138\ubbf8\ub9cc \uc0ac\uc6a9\uc790\ub294 \uad6c\ub9e4\uac00 \uc81c\ud55c\ub418\uc5b4, \ud655\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \n14\uc138\ubbf8\ub9cc \uc5ec\ubd80 \ud655\uc778 \ub610\ub294 \ub85c\uadf8\uc778 \ud574 \uc8fc\uc138\uc694.":"Users below 14 years old have purchasing restrictions and should be verified.\n Check if you are under the age of 14 or log in.","1900\ub144 \uc774\ud6c4\ubd80\ud130 \uc785\ub825 \uac00\ub2a5 \ud569\ub2c8\ub2e4.":"You can enter dates after the year 1900.","19\uc138 \ubbf8\ub9cc\uc758 \uacbd\uc6b0 \uc0ac\uc774\ud2b8 \uc811\uadfc\uc774 \ubd88\uac00\ud569\ub2c8\ub2e4. \n\uc774\uc6a9\uc5d0 \ubd88\ud3b8\uc744 \ub4dc\ub824 \uc8c4\uc1a1\ud569\ub2c8\ub2e4.":"Users below 19 years old cannot access this site. \n Sorry for the inconvenience.","19\uc138 \ubbf8\ub9cc\uc758 \ubbf8\uc131\ub144\uc790\ub294 \uc774\uc6a9\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Ages below 19 years old are prohibited","1:1 \ub9de\ucda4\uc0c1\ub2f4":"Post a private message","1:1 \ub9de\ucda4\uc0c1\ub2f4 \uac8c\uc2dc\ud310\uc785\ub2c8\ub2e4.":"Private Postings","1:1 \ub9de\ucda4\uc0c1\ub2f4 \ub2f5\ubcc0 \ub4f1\ub85d":"Private consultation reply submission","1:1 \uc0c1\ub2f4":"Private Consultation","1:1\uac8c\uc2dc\ud310 \uac80\uc0c9":"Search private forum","1:1\ub9de\ucda4\uc0c1\ub2f4\uac8c\uc2dc\ud310\uae00\uc4f0\uae30":"Write on private forum","1:1\ub9de\ucda4\uc0c1\ub2f4\uac8c\uc2dc\ud310\uae00\uc870\ud68c":"Check private forum post","1:1\ub9de\ucda4\uc0c1\ub2f4\uac8c\uc2dc\ud310\ub2f5\ubcc0\uc4f0\uae30":"Post comment on private forum","1:1\ub9de\ucda4\uc0c1\ub2f4\uac8c\uc2dc\ud310\ub9ac\uc2a4\ud2b8":"Private Forum List","1:1\ub9de\ucda4\uc0c1\ub2f4\ub2f5\ubcc0":"Private Answer","1:1\ub9de\ucda4\uc0c1\ub2f4\ub4f1\ub85d":"Register private consultation","1:1\ub9de\ucda4\uc0c1\ub2f4\ubaa9\ub85d":"Private consultation list","1:1\ub9de\ucda4\uc0c1\ub2f4\uc0c1\uc138\ubcf4\uae30":"Private consultation details","1:1\ub9de\ucda4\uc0c1\ub2f4\uc218\uc815":"Edit private consultation","1MB \uc774\uc0c1\uc758 \uc774\ubbf8\uc9c0\ud30c\uc77c\uc740 \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot add image file with over 1 MB.","1\ub3001\uac8c\uc2dc\ud310 \ub2f5\ubcc0 \uba54\uc77c":"Private forum comment E-mail","1\uc6d0 \uc774\uc0c1\uc758 \uac70\ub798\uc77c \uacbd\uc6b0 \ubc1c\ud589 \uac00\ub2a5\ud569\ub2c8\ub2e4":"Issuance is possible once the transaction is greater than 1 KRW.","1\uc778 %s\ud68c \uac00\ub2a5":"%s times possible per person","1\ud68c \uad6c\ub9e4\uc2dc \uc801\ub9bd\uae08 \ucd5c\ub300 \uc0ac\uc6a9\uae08\uc561\uc740 %s\uc785\ub2c8\ub2e4.":"The maximum amount of reward points that can be used to a purchase is %s.","2015\ub144 03\uc6d4 12\uc77c ~ 2015\ub144 03\uc6d4 15\uc77c \ub0b4\uc5d0\uc11c \ud76c\ub9dd\ubc30\uc1a1\uc77c \uc120\ud0dd\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Please select your preferred delivery date between 07\/21\/2015 and 07\/21\/2015.","2015\ub144 03\uc6d4 12\uc77c \uc774\ud6c4\ub85c \ud76c\ub9dd\ubc30\uc1a1\uc77c \uc120\ud0dd\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Your order cannot be delivered before 03\/12\/2015.","20\uac1c\uc529 \ubcf4\uae30":"'20' items per page","255 \uae00\uc790":"255 Words","30\uac1c\uc529 \ubcf4\uae30":"'30' items per page","404 \ud398\uc774\uc9c0 \uc5c6\uc74c":"404 Page Not Found","4~16\uc790\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Password must be between 4 and 16 characters.","5\uac1c\uc529 \ubcf4\uae30":"'5' items per page","AXES \uacc4\uc88c \uc774\uccb4\uc758 \uacbd\uc6b0, \uba54\uc77c \uc2b9\uc778 \ud6c4 \uc1fc\ud551\ubab0 \ud654\uba74\uc5d0 \ubcc0\ud654\uac00 \uc5c6\ub294 \uac83\ucc98\ub7fc \ubcf4\uc77c \uc218 \uc788\uc73c\ub098 \uc8fc\ubb38\uc740 \uc644\ub8cc \ub41c \uc0c1\ud0dc\uc785\ub2c8\ub2e4.
\uc785\uae08 \uc644\ub8cc \ud6c4 10~20\ubd84 \uc774\ub0b4\ub85c \u6ce8\u6587\u5c65\u6b74\uc5d0 \uc8fc\ubb38\uc774 \ud45c\uc2dc\ub418\ub2c8 \ucc38\uace0 \ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4":"For AXES bank transfer, it may appear to have no change in the status, but note that your order has been completed.
Your order will be be displayed in your order details within 10-20 minutes of","Best COUPON \uac8c\uc2dc\ubb3c \ub178\ucd9c \uc124\uc815":"Best COUPON Post Privacy Setting","Best COUPON \uac8c\uc2dc\ubb3c \ub178\ucd9c \uc124\uc815\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Invalid Best COUPON post privacy setting","Ctrl+D\ud0a4\ub97c \ub204\ub974\uba74 \uc990\uaca8\ucc3e\uae30\uc5d0 \ucd94\uac00\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Press 'Ctrl+D' to add site to your 'Favorites' list","DELETE \uc2e4\ud328":"DELETE Failed","Daum \ube44\ud68c\uc6d0\uad6c\ub9e4 \uc1fc\ud551\uc815\ubcf4\uc81c\uacf5 \ub3d9\uc758":"Agreement to Daum Non-member's purchase shopping information provider","HTML\uc5ec\ubd80":"Available HTML","ID\/PW\ucc3e\uae30\uacb0\uacfc":"ID\/PW Search Results","INSERT \uc2e4\ud328":"INSERT Failed","IPIN \uc778\uc99d\uc5d0 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"i-PIN verification failed.","New":"New","New COUPON \ub178\ucd9c \uc124\uc815":"New COUPON Privacy Setting","New COUPON \ub178\ucd9c \uc124\uc815\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Error on New COUPON privacy setting","PC\ubc84\uc804\uc73c\ub85c \uc811\uc18d\ud558\uc2dc\uba74 \uc544\uc774\ub514\/\ube44\ubc00\ubc88\ud638 \ucc3e\uae30\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you access PC version, you are able to find your ID\/Password.","QR\ucf54\ub4dc":"QR Code","SMS \ubc1c\uc1a1 \uac00\ub2a5\ud55c \ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no SMS recipient.","SMS \uc218\uc2e0 \ub3d9\uc758":"Consent to receive SMS text messages","SMS \uc218\uc2e0\ub3d9\uc758 [MILEAGE_STR]":"[MILEAGE_STR] for SMS Subscription","SNS\ub97c \ud1b5\ud55c \uc0c1\ud488\ud64d\ubcf4\ub97c \uc704\ud55c \uc124\uc815 \ud398\uc774\uc9c0\uc785\ub2c8\ub2e4., SNS \uc0c1\ud488\ud64d\ubcf4 \uad00\ub9ac":"This is a settings page for item advertisements through SNS., SNS item advertisement setting","UPDATE \uc2e4\ud328":"UPDATE Failed","Y\ub144 m\uc6d4 d\uc77c":"m\/d\/Y","[%1$s] \ud544\ub4dc\uc758 isFill %2$s \ubb38\uc7a5\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\ud574\ub2f9 \ud544\ub4dc\uc758 \uc544\uc774\ub514\ub97c \ud655\uc778\ud558\uc138\uc694.":"The %2$s sentence in the %1$s field is incorrect. Please check the id of the \r\n field.","[%s] \uc0c1\ud488 \uc120\ud0dd":"[%s] Product Select","[%s] \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694":"[%s] Please select an option.","[%s]\uc774\ubbf8 \ubc1c\uae09\ubc1b\uc73c\uc168\uc2b5\ub2c8\ub2e4.":"You have already received [%s]","[%s]\uc774\ubbf8 \uc0ac\uc6a9\ud55c \ucfe0\ud3f0\uc785\ub2c8\ub2e4.":"[%s] is a used coupon.","[%s]\ucfe0\ud3f0\ubc1c\uae09 \uc2e4\ud328.":"Failed to issue [%s] coupon.","[%s]\ucfe0\ud3f0\uc744 \uc2e0\uccad\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot request for [%s} coupon.","[%s]\ud574\ub2f9 \ucfe0\ud3f0\uc774 \ubaa8\ub450 \ubc1c\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[%s] coupon has been issued.","[BALANCE_STR] %s[BALANCE_UNIT]\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s[BALANCE_UNIT] [BALANCE_STR] have been added to your account.","[BALANCE_STR] \uacb0\uc81c":"[BALANCE_STR] Payment","[BALANCE_STR] \ubcf5\uc6d0":"[BALANCE_STR] Restoration","[BALANCE_STR] \uc0ac\uc6a9\uae08\uc561\uc774 \uacb0\uc81c\uae08\uc561\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.":"The [BALANCE_STR] amount entered is greater than your order total.","[BALANCE_STR]\uc0ac\uc6a9":"[BALANCE_STR] Usage","[BALANCE_STR]\uc740 -\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"[BALANCE_STR] cannot be negative.","[BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 [MILEAGE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use [MILEAGE_STR] when you are paying with [BALANCE_STR].","[BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use reward points when you are paying with [BALANCE_STR].","[BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use a coupon when you are paying with [BALANCE_STR].","[BALANCE_STR]\ud658\ubd88":"[BALANCE_STR] Refund","[BALANCE_STR]\ud658\ubd88 \uc2b9\uc778":"[BALANCE_STR] Refund Approved","[BALANCE_STR]\ud658\ubd88 \ucca0\ud68c":"[BALANCE_STR] Refund Cancellation","[BOARD_NAME]\uc5d0 \uc2e0\uaddc\uae00\uc774 [SUBJECT]\uc73c\ub85c \uc785\ub825\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"New Product","[C0001] \uc0c1\uc810\uc758 \ucfe0\ud3f0 \uc0ac\uc6a9 \uc815\ucc45\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc8fc\ubb38\uc11c\ub97c \uc7ac \uc791\uc131\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4":"The coupon policy has been changed. Please fill out the order form again.\u00a0","[C0002] \ucfe0\ud3f0 \uc0ac\uc6a9\uc5d0 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc8fc\ubb38\uc11c\ub97c \uc7ac \uc791\uc131\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4":"There was an error while processing the coupon. Please fill out the order form again.","[ER-01] \uacfc\ub3c4\ud55c \ub85c\uadf8\uc778 \uc2dc\ub3c4(\uc2e4\ud328)\ub85c \uc778\ud558\uc5ec \uc811\uc18d\ud558\uc2e0 IP\ub294 \ub85c\uadf8\uc778\uc774 \uc81c\ud55c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[ER-01] This IP address has been blocked due to repeated failed login attempts.","[ER-02] \ub85c\uadf8\uc778\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\r\n\uc790\uc138\ud55c \uc0ac\ud56d\uc740 \uace0\uac1d\uc13c\ud130\ub85c \ubb38\uc758\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"[ER-02] Your access has been restricted. Please contact our customer service for more details.","[ER-03] \ub85c\uadf8\uc778\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\r\n\uc790\uc138\ud55c \uc0ac\ud56d\uc740 \uace0\uac1d\uc13c\ud130\ub85c \ubb38\uc758\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"[ER-03] Your access has been restricted. Please contact our customer service for more details.","[ER-81] \uc544\uc774\ub514 \ub610\ub294 \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"[ER-81] Your ID or password is incorrect.","[ER-82] \uc544\uc774\ub514 \ub610\ub294 \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"[ER-82] Your ID or password is incorrect.","[ER-95] \ub85c\uadf8\uc778 \uc694\uccad\uc774 \uc77c\uc2dc\uc801\uc73c\ub85c \uc9c0\uc5f0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"[ER-95] Your account is temporarily unavailable. \r\n Please try again.","[ER-96] \ub85c\uadf8\uc778 \uc694\uccad\uc774 \uc77c\uc2dc\uc801\uc73c\ub85c \uc9c0\uc5f0\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"[ER-96] Your account is temporarily unavailable. \r\n Please try again.","[ER-97] \uc774\ubbf8 \ub85c\uadf8\uc778\ub41c \uc0c1\ud0dc\uc785\ub2c8\ub2e4.":"[ER-97] You are already logged in.","[ER-98] \uc544\uc774\ub514 \ub610\ub294 \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"[ER-98] Your ID or password is incorrect.","[ER-99] \uc544\uc774\ub514 \ub610\ub294 \ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"[ER-99] Your ID or password is incorrect.","[ERR-002] \uc8fc\ubb38\uc815\ubcf4 \uc0dd\uc131\uc2e4\ud328":"[ERR-002]Failed to create order information","[ERR-00] \uacb0\uc81c\uc2dc\ub3c4\uc911 \uc624\ub958\ubc1c\uc0dd":"[ERR-00] Error occurred while processing payment","[ERR-03] \uacb0\uc81c\uc2dc\ub3c4\uc911 \uc624\ub958\ubc1c\uc0dd":"[ERR-03] Error occurred while processing payment","[MILEAGE_STR] \ubcf5\uc6d0":"[MILEAGE_STR] Restore","[MILEAGE_STR] \ubcf5\uc6d0(\uc8fc\ubb38\ucde8\uc18c)":"Restore [MILEAGE_STR] (Order cancel)","[MILEAGE_STR] \uc0ac\uc6a9\uae08\uc561\uc774 \uacb0\uc81c\uae08\uc561\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.\n[MILEAGE_STR] \uc0ac\uc6a9\uae08\uc561\uc744 \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"The [MILEAGE_STR] amount entered is greater than your order total. \n Please re-enter the amount of [MILEAGE_STR] you want to use.","[MILEAGE_STR] \uc9c0\uae09 \ucfe0\ud3f0":"[MILEAGE_STR] issue coupon","[MILEAGE_STR] \ucde8\uc18c":"Cancel [MILEAGE_STR]","[MILEAGE_STR] \ud658\ubd88":"Refund [MILEAGE_STR]","[MILEAGE_STR], [BALANCE_STR] \uc0ac\uc6a9\uae08\uc561\uc774 \uacb0\uc81c\uae08\uc561\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.\n[MILEAGE_STR], [BALANCE_STR] \uc0ac\uc6a9\uae08\uc561\uc744 \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"The amount you have entered is greater than your [MILEAGE_STR] and [BALANCE_STR] balance. \n Please re-enter the amount of [MILEAGE_STR] and [BALANCE_STR] you want to use.","[MILEAGE_STR]\uc0ac\uc6a9":"[MILEAGE_STR] Use","[MILEAGE_STR]\uc740 -\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n[MILEAGE_STR] \uc0ac\uc6a9\uae08\uc561\uc744 \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"[MILEAGE_STR] cannot be negative.\n Please re-enter the amount of [MILEAGE_STR] you want to use.","[MILEAGE_STR]\uc740 \ud574\ub2f9 \uacb0\uc81c\uc218\ub2e8\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use [MILEAGE_STR] in the selected payment method.","[MILEAGE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 [BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use [BALANCE_STR] when you are paying with [MILEAGE_STR].","[MILEAGE_STR]\ud658\ubd88":"[MILEAGE_STR] Refund","[NAME]\ub2d8, \uc9c8\ubb38\ud558\uc2e0 \ub0b4\uc6a9\uc5d0 \ub2f5\ubcc0\uc774 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[NAME],","[PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 [BALANCE_STR] \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n[PAYNAME_STR] \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n[BALANCE_STR] \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"[BALANCE_STR] cannot be used to pay the order total when you're using a [BALANCE_STR] Payment Discount Coupon. To use [BALANCE_STR] to pay for your order total, please select a different payment method, apply the coupon, then use [BALANCE_STR].","[PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 \uc608\uce58\uae08 \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n[PAYNAME_STR] \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n\uc608\uce58\uae08 \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Due to the change in payment method, additional discounts for [PAYNAME_STR] payments is no longer applicable. Would you like to use the $n deposit?","[PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 \uc801\ub9bd\uae08 \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n[PAYNAME_STR] \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n\uc801\ub9bd\uae08 \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Due to the change in payment method, additional discounts from [PAYNAME_STR] payment is no longer applicable. Would you like to use the $n reward points?","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, %s \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[SUPP-NAME], %s request has been submitted.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, [USER-NAME] \ud68c\uc6d0\ub2d8\uc774 \ud0c8\ud1f4\ud558\uc168\uc2b5\ub2c8\ub2e4.":"[STORE-NAME] administrator, [USER-NAME] member has closed his\/her account.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, [USER-NAME]\uace0\uac1d\uc758 \uc544\uc774\ub514\/\ube44\ubc00\ubc88\ud638 \uc548\ub0b4\uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4.":"[STORE-NAME], [USER-NAME] customer's ID\/password guide mail has been sent.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, [USER-NAME]\ub2d8\uc774 \uc8fc\ubb38\ub0b4\uc5ed \uc785\ub2c8\ub2e4.":"[STORE-NAME] administrator, this is [USER-NAME] customer's order history.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, [USER-NAME]\ub2d8\uc774 \ud68c\uc6d0\uac00\uc785\uc744 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"[STORE-NAME] administrator, [USER-NAME] has opened an account.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8, \ud68c\uc6d0\uc778\uc99d \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[STORE-NAME] administrator, membership verification has been submitted.","[STORE-NAME] \uc6b4\uc601\uc790\ub2d8\uaed8\uc11c \uc778\uc99d\ud574\uc8fc\uc154\uc57c \ud68c\uc6d0\ub4f1\ub85d\uc774 \uac00\ub2a5\ud558\ubbc0\ub85c,":"[STORE-NAME] administrator should verify in order to sign up,","[STORE-NAME] \ud68c\uc6d0\ub2d8\uc758 \ud68c\uc6d0\uc778\uc99d \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[STORE-NAME], your membership verification has been submitted.","[SUPP-NAME] \ub2f4\ub2f9\uc790\ub2d8, %s \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[SUPP-NAME], %s request has been submitted.","[SUPP-NAME] \uc785\ub2c8\ub2e4.":"This is [SUPP-NAME]","[SUPP-NAME]\uc758 \uace0\uac1d\uaed8\uc11c %s \uc694\uccad\uc744 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"[SUPP-NAME]'s customer requested for %s","[USER-NAME] \uace0\uac1d\ub2d8, %s \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[USER-NAME] customer, %s request has been submitted.","[USER-NAME] \uace0\uac1d\ub2d8, [STORE-NAME]\uc758 \ud68c\uc6d0\uac00\uc785\uc744 \ucd95\ud558\ub4dc\ub9bd\ub2c8\ub2e4.":"[USER-NAME], congratulations on being [STORE-NAME]'s new member.","[USER-NAME] \uace0\uac1d\ub2d8, \uc544\uc774\ub514\/\ube44\ubc00\ubc88\ud638 \uc548\ub0b4\uc785\ub2c8\ub2e4.":"[USER-NAME], this is your ID\/Password guide.","[USER-NAME] \uace0\uac1d\ub2d8, \ud0c8\ud1f4\ucc98\ub9ac\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[USER-NAME], you have successfully closed your account.","[USER-NAME] \uace0\uac1d\ub2d8, \ud68c\uc6d0\uc778\uc99d \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[USER-NAME] customer, member verification request has been submitted.","[USER-NAME] \uace0\uac1d\ub2d8\uaed8\uc11c %s \uc694\uccad\uc744 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"[USER-NAME] customer has requested for %s.","[USER-NAME] \uace0\uac1d\ub2d8\uaed8\uc11c %s \uc694\uccad\ud558\uc2e0 \ub0b4\uc5ed\uc740 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4.":"[USER-NAME], the following is details of your request for %s.","[USER-NAME] \uace0\uac1d\ub2d8\uaed8\uc11c \uadc0\ud558\uc758 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc2e0\uaddc\uc8fc\ubb38\uc744 \uc2e0\uccad\ud588\uc2b5\ub2c8\ub2e4.":"[USER-NAME] customer has made a new order in this shopping site.","[USER-NAME] \uace0\uac1d\ub2d8\uaed8\uc11c \uc800\ud76c \uc1fc\ud551\ubab0\uc5d0\uc11c \uc8fc\ubb38\ud558\uc2e0 \ub0b4\uc5ed\uc785\ub2c8\ub2e4.":"This is [USER-NAME] customer's order history.","[USER-NAME] \uace0\uac1d\ub2d8\uaed8\uc11c, [STORE-NAME] \uc1fc\ud551\ubab0\uc5d0\uc11c \uc8fc\ubb38\ud558\uc2e0 \ub0b4\uc5ed\uc785\ub2c8\ub2e4.":"This is [USER-NAME] customer's order history made in [STORE-NAME] shopping site.","[USER-NAME] \uace0\uac1d\ub2d8\uc758 \uc544\uc774\ub514\/\ube44\ubc00\ubc88\ud638\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.":"[USER-NAME], your ID\/Password is as follows.","[USER-NAME] \uace0\uac1d\ub2d8\uc758 \ud68c\uc6d0\uac00\uc785\uc744 \ucd95\ud558\ub4dc\ub9bd\ub2c8\ub2e4.":"[USER-NAME], congratulations on being a new member.","[USER-NAME] \ud68c\uc6d0\ub2d8\uc758 \uac00\uc785\uc815\ubcf4\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.":"[USER-NAME], your information is as follows.","[USER-NAME] \ud68c\uc6d0\ub2d8\uc758 \ud0c8\ud1f4\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[USER-NAME], you have successfully closed your account.","[USERID]\ub2d8\uc774 \ud68c\uc6d0\uc778\uc99d \uc694\uccad\uc744 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"[USERID] has requested for membership authentication.","[category]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"An error occurred while requesting to send [category] e-mail. Please try again.","[db1]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"An error occurred while requesting to send [db1] e-mail. Please try again.","[maincate]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[maincate] An error occurred while requesting to send mail. Please try again.","[modify api-%s]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[modify api-%s] An error occurred while requesting to send mail. Please try again.","[modify api]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[modify api] An error occurred while requesting to send mail. Please try again.","[module]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[module] An error occurred while requesting to send mail. Please try again.","[product]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[product] An error occurred while requesting to send mail. Please try again.","[send api-%s]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[send api-%s] An error occurred while requesting to send mail. Please try again.","[validation]\uba54\uc77c\ubc1c\uc1a1 \uc694\uccad \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc73c\ub2c8 \uc7ac\uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"[validation] An error occurred while requesting to send mail. Please try again.","[{MALL_NAME}] 1\ub144\uc774\uc0c1 \ub85c\uadf8\uc778\ud558\uc9c0 \uc54a\uc740 \ud68c\uc6d0 \ud734\uba74 \ucc98\ub9ac \uc608\uc815 \uc548\ub0b4":"Account Deactivation Notice from {MALL_NAME}","[\uacac\uc801\uc11c]":"[Quote]","[\uacac\uc801\uc11c] %s":"[Estimate] %s","[\uace0\uc815]":"[Fixed]","[\uacf5\ub3d9\uad6c\ub9e4]":"[Group Purchase]","[\uacf5\ub3d9\uad6c\ub9e4] %s":"[Joint Purchase] %s","[\uae30\ud68d\uc804]":"[Special Offers]","[\uae30\ud68d\uc804] %s":"[Event] %s","[\ub2f5\ubcc0]":"[Reply]","[\ub300\ubd84\ub958]":"[Main Category]","[\ub300\ubd84\ub958] %s":"[Main Category] %s","[\uc0ac\uc740\ud488]":"[Freebie]","[\uc0c1\uc138\uc815\ubcf4]":"[Detailed information]","[\uc0c1\ud488\ubcc4]":"[By Item]","[\uc120\ud0dd]":"[Select]","[\uc138\ubd84\ub958]":"[Sub-Sub-Sub Category]","[\uc18c\ubd84\ub958]":"[Sub-Sub Category]","[\uc18c\ubd84\ub958] %s":"[Sub-Sub Category] %s","[\uc1fc\ud551\ubab0\uc774\ub984] [DATE]\uc5d0 \uc8fc\ubb38\ubc88\ud638:[ORDERID]\uc758 \uc8fc\ubb38\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] Order Number:[ORDERID]'s order has been completed on [DATE}","[\uc1fc\ud551\ubab0\uc774\ub984] [DATE]\uc5d0 \uc8fc\ubb38\ubc88\ud638:[ORDERID]\uc758 \uc8fc\ubb38\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] Order Number:[ORDERID]'s order has been submitted on [DATE]","[\uc1fc\ud551\ubab0\uc774\ub984] [NAME]\ub2d8 [DATE]\uc5d0 \uc694\uccad\ud558\uc2e0 \ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658 \ub0b4\uc6a9\uc774 \uc811\uc218\ub428":"[Shopping site's name] [NAME] request for cancellation\/return\/exchange on [DATE] has been submitted.","[\uc1fc\ud551\ubab0\uc774\ub984] [NAME]\ub2d8 \ud68c\uc6d0 \uac00\uc785\uc744 \ucd95\ud558\ub4dc\ub9bd\ub2c8\ub2e4.":"[Shopping site's name] [NAME], congratulations on being a new member.","[\uc1fc\ud551\ubab0\uc774\ub984] [NAME]\ub2d8 \ud68c\uc6d0\ud0c8\ud1f4\uac00 \uc815\uc0c1 \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] [NAME]'s account has been closed.","[\uc1fc\ud551\ubab0\uc774\ub984] \uacf5\uae09\uc0ac\ub2d8 ID : [USERID]\ub2d8\uc774 [DATE]\uc5d0 \ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658\uc744 \uc694\uccad\ud568":"[Shopping site's name] Supplier ID : [USERID] requested for cancellation\/return\/exchange on [DATE}","[\uc1fc\ud551\ubab0\uc774\ub984] \uacf5\uae09\uc0ac\ub2d8 [DATE]\uc5d0 \uc8fc\ubb38\ubc88\ud638:[ORDERID]\uc758 \uc8fc\ubb38\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] Dear supplier, Order Number:[ORDERID]'s order has been submitted on [DATE]","[\uc1fc\ud551\ubab0\uc774\ub984] \uc6b4\uc601\uc790\ub2d8 ID : [USERID]\ub2d8\uc774 [DATE]\uc5d0 \ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658\uc744 \uc694\uccad\ud568":"[Shopping site's name] Administrator ID : [USERID] requested for cancellation\/return\/exchange on [DATE]","[\uc1fc\ud551\ubab0\uc774\ub984] \uc6b4\uc601\uc790\ub2d8 [NAME]\ub2d8\uc774 [USERID]\ub77c\ub294 ID\ub85c \ud68c\uc6d0\uac00\uc785\ud558\uc168\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] [NAME] has signed up as [USERID]","[\uc1fc\ud551\ubab0\uc774\ub984] \uc6b4\uc601\uc790\ub2d8ID [USERID]([NAME])\ub2d8\uc774 \ud68c\uc6d0 \ud0c8\ud1f4 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"[Shopping site's name] Administrator ID [USERID]{[NAME]} has closed his\/her account.","[\uc6d0\ud074\ub9ad\uc73c\ub85c \uc801\ub9bd\uae08 \uc9c0\uae09 \ubc0f \uad00\ub9ac\uc790 \uac8c\uc2dc \uc0ac\uc6a9\uc911]\n- \ud574\ub2f9 \uac8c\uc2dc\ubb3c '\uac8c\uc2dc'\uc5d0 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4\n- \uc801\ub9bd \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"[While adding points and publishing the post with one click]\n- Unable to publish your post. \n- Unable to add points.","[\uc6d0\ud074\ub9ad\uc73c\ub85c \uc801\ub9bd\uae08 \uc9c0\uae09 \ubc0f \uad00\ub9ac\uc790 \uac8c\uc2dc \uc0ac\uc6a9\uc911]\n- \ud574\ub2f9 \uac8c\uc2dc\ubb3c\uc744 \uac8c\uc2dc \ud558\uc600\uc2b5\ub2c8\ub2e4.\n- \uc801\ub9bd \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"[While adding points and publishing the post with one click]\n- Your post has been published. \n- Points have been added.","[\uc8fc\ubb38\ubc88\ud638]":"[Order Number]","[\uc8fc\ubb38\ubcc4]":"[By Order]","[\uc911\ubd84\ub958]":"[Sub Category]","[\uc911\ubd84\ub958] %s":"[Sub Category] %s","[\ucc28\ub4f1]":"[Difference]","[\ud30c\uc77c\uc5f4\uae30]":"[Open File]","[\ud544\uc218]":"[Required]","[\ud560\uc778] [\uc801\ub9bd]":"[Discount] [Store Credit]","basket UPDATE \uc2e4\ud328":"basket UPDATE Failed","http \ub294 \uc785\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot enter http.","id \uc911\ubcf5 \uccb4\ud06c":"ID Availability Check","initBpMask \uc2e4\ud328":"initBpMask Failed","jpg, jpeg, png, gif \uc774\ubbf8\uc9c0\ub9cc \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4":"Only jpg, jpeg, png, and gif images can be uploaded","l\ub85c\uace0":"l Logo","l\ud478\ud130\ub85c\uace0":"l Footer Logo","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uac24\ub7ec\ub9ac)":"New Forum Post Inquiry (Gallery)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uacf5\uc9c0\uc0ac\ud56d)":"New Forum Post Inquiry (Notice)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\ub274\uc2a4\/\uc774\ubca4\ud2b8)":"New Forum Post Inquiry (News\/Event)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 Q&A)":"New Forum Post Inquiry (Q&A)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30)":"New Forum Post Inquiry (Product Review)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 \uc790\uc720\uac8c\uc2dc\ud310)":"New Forum Post Inquiry (General Discussion Forum)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc774\uc6a9\uc548\ub0b4)":"New Forum Post Inquiry (Information)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\ub8cc\uc2e4)":"New Forum Post Inquiry (Data)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\uc720\uac8c\uc2dc\ud310)":"New Forum Post Inquiry (General Discussion Forum)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\uc720\uac8c\uc2dc\ud3102)":"New Forum Post Inquiry (General Discussion Forum 2)","new\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\ud55c\uc904\uba54\ubaa8)":"New Forum Post Inquiry (One Line Memo)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uac24\ub7ec\ub9ac)":"New Forum List (Gallery)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uacf5\uc9c0\uc0ac\ud56d)":"New Forum List (Notice)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\ub274\uc2a4\/\uc774\ubca4\ud2b8)":"New Forum List (News\/Event)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 Q&A)":"New Forum List (Q&A)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30)":"New Forum List (Product Review)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 \uc790\uc720\uac8c\uc2dc\ud310)":"New Forum List (Item General Discussion Forum)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc774\uc6a9\uc548\ub0b4)":"New Forum List (Information)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\ub8cc\uc2e4)":"New Forum List (Data)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\uc720\uac8c\uc2dc\ud310)":"New Forum List (General Discussion Forum)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\uc720\uac8c\uc2dc\ud3102)":"New Forum List (General Discussion Forum 2)","new\uac8c\uc2dc\ud310\ubaa9\ub85d(\ud55c\uc904\uba54\ubaa8)":"New Forum List (One Line Memo)","new\uc2e4\uba85\uc778\uc99d":"New Name Verification","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310(\uc6d4\uac04)":"New Calendar Forum (Monthly)","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310(\uc77c\uac04)":"New Calendar Forum (Daily)","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310(\uc8fc\uac04)":"New Calendar Forum (Weekly)","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310(\ucd94\uac00\ud56d\ubaa9)":"New Calendar Forum (Additional Item)","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310\uae00\ubcf4\uae30":"New See Calendar Forum Post","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310\uae00\uc218\uc815":"New Edit Calendar Forum Post","new\uce98\ub9b0\ub354\uac8c\uc2dc\ud310\uae00\uc4f0\uae30":"New Upload Calendar Forum Post","setBpMask \uc2e4\ud328":"setBpMask Failed","{$\ubbf8\uc785\ub825\ud56d\ubaa9\uba85}\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Type in (the un-entered category).","{$\uc0c1\ud488\uba85} \uc0c1\ud488\uc758 \uad6c\ub9e4 \uc8fc\ubb38\ub2e8\uc704\ub294 %s\uac1c \uc785\ub2c8\ub2e4.":"{$\uc0c1\ud488\uba85} is sold in sets of %s.","{\ud56d\ubaa9\uba85 \ubcc0\uc218} \uc218\uc815 \uc2dc \uc801\ub9bd\uae08\uc744 \uc9c0\uae09\ud569\ub2c8\ub2e4. (\uc774\ubca4\ud2b8 \uae30\uac04: {~YYYY-MM-DD \ubcc0\uc218})":"Bonus point awarded when {\ud56d\ubaa9\uba85 \ubcc0\uc218} edited. (Event duration: {~YYYY-MM-DD \ubcc0\uc218})","{\ud56d\ubaa9\uba85 \ubcc0\uc218} \uc218\uc815 \uc2dc \ucfe0\ud3f0\uacfc \uc801\ub9bd\uae08\uc744 \uc9c0\uae09\ud569\ub2c8\ub2e4. (\uc774\ubca4\ud2b8 \uae30\uac04: {~YYYY-MM-DD \ubcc0\uc218})":"Coupon and bonus points awarded when {\ud56d\ubaa9\uba85 \ubcc0\uc218} edited. (Event duration: {~YYYY-MM-DD \ubcc0\uc218})","{\ud56d\ubaa9\uba85 \ubcc0\uc218} \uc218\uc815 \uc2dc \ucfe0\ud3f0\uc744 \uc9c0\uae09\ud569\ub2c8\ub2e4. (\uc774\ubca4\ud2b8 \uae30\uac04: {~YYYY-MM-DD \ubcc0\uc218})":"Coupon awarded when {\ud56d\ubaa9\uba85 \ubcc0\uc218} edited. (Event duration: {~YYYY-MM-DD \ubcc0\uc218})","\u25b7 \ub514\uc790\uc778\uad00\ub9ac > \uba54\uc77c\ud654\uba74\ub514\uc790\uc778 > \uba54\uc77c\ud654\uba74\ub514\uc790\uc778":"Design Management > E-mail screen design > E-mail screen design","\u25b7 \ub514\uc790\uc778\uad00\ub9ac > \uba54\uc77c\ud654\uba74\ub514\uc790\uc778 > \uba54\uc77c\ud654\uba74\ub514\uc790\uc778 \uc5d0\uc11c \ud558\uc2ed\uc2dc\uc624.":"Do it on Design Management > E-mail Screen Design > E-mail Screen Design","\u25b7 \uba54\uc77c\uad00\ub9ac > \uba54\uc77c\uc124\uc815 > \uba54\uc77c\ub514\uc790\uc778 \uc124\uc815,":"\u25b7 Manage Mail >Mail Settings >Mail Design Settings,","\u300c\ud574\ub2f9\uc5c5\uccb4\u300d\ub97c \u300c\uad00\uc2ec\uc5c5\uccb4\u300d\ub85c \ub4f1\ub85d\ud588\uc2b5\ub2c8\ub2e4.\n\uc9c0\uae08 \uad00\uc2ec\uc5c5\uccb4\ub97c \ud655\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?\n\u300cMy Kmall24 > \uad00\uc2ec\uc5c5\uccb4\u300d\uc5d0\uc11c \ub4f1\ub85d\uc744 \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"'This Store' has been added to your \u300cFavorite Store List\u300d\nView your \u300cFavorite Store List\u300d now?\nView your list on \u300cMy Kmall24 > Favorite Store List\u300d","\uac00\ub2a5\ud55c \ube60\ub978 \ubc30\uc1a1":"Fastest Shipping Available","\uac00\ub2a5\ud55c \ube60\ub978 \ubc30\uc1a1 \uc694\ub9dd":"Ship by fastest shipping available","\uac00\uc0c1 \uacc4\uc88c\uc774\uccb4":"Virtual Account Transfer","\uac00\uc0c1\uacc4\uc88c":"Virtual Account","\uac00\uc6b4\ub370 \uc815\ub82c":"Center Alignment","\uac00\uc785":"Register","\uac00\uc785 \uc2dc \ub274\uc2a4\uba54\uc77c \uc218\uc2e0\ub3d9\uc758 \uc801\ub9bd\uae08\uc744 \ubc1b\uc740 \ud68c\uc6d0\uc740 \uc218\uc815\ud558\uc2e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Members who have received news mail agreement store credit upon joining cannot edit.","\uac00\uc785\ub41c \uc544\uc774\ub514\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No ID account found.","\uac00\uc785\uc77c":"Sign up date","\uac00\uc785\ud574\uc9c0":"Unsubscribe","\uac10\uc0ac\ud569\ub2c8\ub2e4.":"Thank you.","\uac19\uc740 \uc774\ub984\uc758 \uc2a4\ud0a8\uc774 \uc788\uc2b5\ub2c8\ub2e4":"Same template name exists.","\uac19\uc740 \uc774\ub984\uc758 \uc2a4\ud0a8\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"A template with the same name exists.","\uac19\uc740 \uc774\ub984\uc758 \ud30c\uc77c\uc774 \uc5f4\ub824\uc788\uc2b5\ub2c8\ub2e4.\n\ud574\ub2f9 \ud0ed\uc744 \ub2eb\uace0 \uc9c4\ud589\ud574\uc8fc\uc138\uc694.":"A file with the same name is open.\nClose tab first then proceed.","\uac19\uc740 \ud30c\uc77c\uba85\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4. \ub2e4\ub978 \ud30c\uc77c\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Same file name exists. Please enter another file name.","\uac1c":"item(s)","\uac1c\ubcc4 \ucc29\ubd88":"Payment On Arrival","\uac1c\ubcc4\ubc30\uc1a1":"Split Shipping","\uac1c\ubcc4\ubc30\uc1a1\ube44":"Individual Delivery","\uac1c\ubcc4\ubc30\uc1a1\ube44 : %s":"Separate Shipping Fee: %s","\uac1c\ubcc4\ubc30\uc1a1\ube44\uc758 \ud2b9\uc218 \uc9c0\uc5ed \ubc30\uc1a1\ube44 : %s\uc6d0":"Shipping Surcharge for Split Shipping : %s won","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488":"Individual shipping items","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488\uc744 \uc81c\uc678\ud558\uace0":"Excluding individual shipping items","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488\uc744 \uc81c\uc678\ud558\uace0 %1$s\ubbf8\ub9cc \uad6c\ub9e4\uc2dc \ubc30\uc1a1\ube44 %2$s\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4.":"%2$ of your order is added as shipping cost for purchases under %1$s except individual delivery products.","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488\uc744 \uc81c\uc678\ud558\uace0 \ubc30\uc1a1\ube44\ub294 [\ubb34\ub8cc] \uc785\ub2c8\ub2e4.":"Shipping is free except individual delivery products.","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488\uc744 \uc81c\uc678\ud558\uace0 \ubc30\uc1a1\ube44\ub294 [\ubb34\ub8cc]\uc785\ub2c8\ub2e4.":"Shipping is [free] except individual delivery products.","\uac1c\ubcc4\ubc30\uc1a1\uc0c1\ud488\uc744 \uc81c\uc678\ud558\uace0 \ubc30\uc1a1\ube44\ub294 [\ucc29\ubd88]\uc785\ub2c8\ub2e4.":"Shipping is [C.O.D] except individual delivery products.","\uac1c\ubcc4\ucc98\ub9ac":"Processed separately","\uac1c\uc6d4, \uc6d4":"Month","\uac1c\uc778, \uc0ac\uc5c5\uc790":"Individual, Business","\uac1c\uc778\uc0ac\uc5c5\uc790":"Private Business","\uac1c\uc778\uc0ac\uc5c5\uc790\ud68c\uc6d0":"Private Business Member","\uac1c\uc778\uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud55c\uc554\ud638\ud654 \uc1a1\uc218\uc2e0 \uc791\uc5c5 \uc911\uc785\ub2c8\ub2e4.":"In the process of transmitting and receiving encryptionsto protect your privacy.","\uac1c\uc778\uc815\ubcf4 \ubcf5\uad6c\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uac1c\uc778\uc815\ubcf4 \ubcf5\uad6c\uac00 \uc9c4\ud589\ub418\ub294 \ub3d9\uc548 \uc8fc\ubb38 \ub0b4\uc5ed\uc758 \uac1c\uc778\uc815\ubcf4\uac00 \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Your personal information is currently being recovered and may not be displayed in your order history.","\uac1c\uc778\uc815\ubcf4 \ubcf5\uad6c\uac00 \uc9c4\ud589 \uc911\uc785\ub2c8\ub2e4. \uac1c\uc778\uc815\ubcf4 \ubcf5\uad6c\uac00 \uc9c4\ud589\ub418\ub294 \ub3d9\uc548 \ud68c\uc6d0 \ud0c8\ud1f4\ub97c \uc9c4\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You may not close your account while your personal information is being recovered.","\uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \ubc0f \uc774\uc6a9 \ubc29\uce68":"Gathering and use of private information policy","\uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \ubc0f \uc774\uc6a9 \ubc29\uce68\uc5d0 \ub3d9\uc758\ud558\uc138\uc694":"Please agree to Privacy Policy.","\uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \ubc0f \uc774\uc6a9\uc5d0 \ub3d9\uc758\ud568":"I agree to the Privacy Policy.","\uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \ubc0f \uc774\uc6a9\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Agree to collect and use of your privacy information","\uac1c\uc778\uc815\ubcf4 \uc218\uc9d1 \uc774\uc6a9\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694.":"Please agree to the collection of private information.","\uac1c\uc778\uc815\ubcf4 \uc554\ud638\ud654 \uc791\uc5c5\uc911 \uc785\ub2c8\ub2e4.":"Your personal information is being encrypted.","\uac1c\uc778\uc815\ubcf4 \uc720\ucd9c\uc774 \uc5fc\ub824\ub41c\ub2e4":"I am worried about personal information leakage","\uac1c\uc778\uc815\ubcf4 \ucde8\uae09 \uc704\ud0c1\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694.":"Please agree to private information handling contract","\uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68 \ub4f1\ub85d., \uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68 \ub4f1\ub85d":"Register to privacy policy","\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45":"Privacy Policy","\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68 \ub3d9\uc758":"Personal Information Protection Policy","\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0 \ub300\ud558\uc5ec \ub3d9\uc758\ud569\ub2c8\ub2e4.":"I agree to the Privacy Policy","\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0 \ub3d9\uc758\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Please read and agree to the terms of our Privacy Policy.","\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce68\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"You must agree to our Privacy Policy to proceed.","\uac1c\uc778\uc815\ubcf4\ucde8\uae09\ubc29\uce69":"Privacy Policy","\uac1c\uc778\ud68c\uc6d0":"Private member","\uac1c\uc778\ud68c\uc6d0, \uac1c\uc778 \uc0ac\uc5c5\uc790\ud68c\uc6d0, \ubc95\uc778 \uc0ac\uc5c5\uc790\ud68c\uc6d0, \uc678\uad6d\uc778 \ud68c\uc6d0":"Individual Member, Private Business Member, Corporate Business Member, Foreign Member","\uac1c\uc778\ud68c\uc6d0, \ubc95\uc778\uc0ac\uc5c5\uc790\ud68c\uc6d0, \uc678\uad6d\uc778\ud68c\uc6d0":"Individual Member, Corporate Member, Foreign Member","\uac24\ub7ec\ub9ac":"Gallery","\uac24\ub7ec\ub9ac\ub2f5\uae00":"Gallery Reply","\uac24\ub7ec\ub9ac\ub313\uae00\uc0ad\uc81c":"Delete Gallery Reply","\uac24\ub7ec\ub9ac\ubaa9\ub85d(\uac24\ub7ec\ub9ac\ud615)":"Gallery List (Grid)","\uac24\ub7ec\ub9ac\ubaa9\ub85d(\ub9ac\uc2a4\ud2b8\ud615)":"Gallery List (List)","\uac24\ub7ec\ub9ac\ube44\ubc00\uae00":"Private Gallery Post","\uac24\ub7ec\ub9ac\uc0c1\uc138\ubcf4\uae30":"See gallery details","\uac24\ub7ec\ub9ac\uc218\uc815":"Edit Gallery","\uac24\ub7ec\ub9ac\uc4f0\uae30":"Write on Gallery","\uac24\ub7ec\ub9ac\uc785\ub2c8\ub2e4.":"Gallery","\uac70\ub798\uba85\uc138\uc11c":"Specifications of Transaction","\uac70\ub798\uba85\uc138\ud45c":"Statement of account","\uac70\ub798\uc0c1\ud0dc\ub97c":"Business status","\uac70\ub798\uc0c1\ud488 \uc720\ud615\uc744":"Business product type","\uac74\uac15\/\uc758\ub8cc, \uc790\ub3d9\ucc28\/\uc5ec\ud589, \uc1fc\ud551\/\uc804\uc790\uc0c1\uac70\ub798":"Health\/Medical, Automobile\/Travel, Shopping\/E-commerce","\uac80\uc0c9":"Search","\uac80\uc0c9 \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No search history","\uac80\uc0c9 \uc885\ub8cc\uc77c\uc774 \uc2dc\uc791\uc77c\ubcf4\ub2e4 \uc774\uc804 \ub0a0\uc9dc\uc785\ub2c8\ub2e4.\n\uc885\ub8cc\uc77c\uc744 \uc2dc\uc791\uc77c \uc774\ud6c4 \uc77c\uc790\ub85c \uc218\uc815\ud574\uc8fc\uc138\uc694":"The end date you have entered is earlier than the start date. Please re-enter the end date.","\uac80\uc0c9 \ud0a4\uc6cc\ub4dc":"Search Keyword","\uac80\uc0c9\uacb0\uacfc":"Search Results","\uac80\uc0c9\uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No results were found","\uac80\uc0c9\ub41c \uacb0\uacfc\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No Search Result","\uac80\uc0c9\ub41c \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No item found.","\uac80\uc0c9\uc5b4":"Search Word","\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter a keyword.","\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter keyword(s).","\uac80\uc0c9\uc815\ub82c\uae30\uc900":"Sort search","\uac80\uc0c9\ud0a4\uc6cc\ub4dc \uc124\uc815., \ud0a4\uc6cc\ub4dc \uc124\uc815":"Search Keyword Setting, Keyword Setting","\uac80\uc0c9\ud558\uc2e0 [\uc544\uc774\ub514 : %s] \ub294(\uc740) \ud0c8\ud1f4\ud558\uc2e0 \ud68c\uc6d0\uc785\ub2c8\ub2e4.":"Searched ID : %s is no longer a member.","\uac80\uc0c9\ud558\uc2e0 \uc544\uc774\ub514 : %s] \ub294(\uc740) \ud0c8\ud1f4\ud558\uc2e0 \ud68c\uc6d0\uc785\ub2c8\ub2e4.":"Searched ID : %s is no longer a member.","\uac80\uc0c9\ud558\uc2e0 \uc544\uc774\ub514 : %s\ub294(\uc740) \ud0c8\ud1f4\ud558\uc2e0 \ud68c\uc6d0\uc785\ub2c8\ub2e4.":"The [ID : %s ]you entered is a cancelled account","\uac80\uc0c9\ud560 \ud654\uba74\uba85\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter screen name to search","\uac8c\uc2dc\uae00":"Messages","\uac8c\uc2dc\uae00\uc774 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Post Deleted","\uac8c\uc2dc\ubb3c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4":"There are no posts to show","\uac8c\uc2dc\ud310 \uac80\uc0c9":"Search Forum","\uac8c\uc2dc\ud310 \uae00\uc4f0\uae30\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc138\uc694.":"Failed to upload the post on forum. Please contact the administrator.","\uac8c\uc2dc\ud310 \ub514\uc790\uc778\uc744 \uad6c\uc131\ud569\ub2c8\ub2e4., \ub514\uc790\uc778 \uad6c\uc131":"Forum design will be set up., Design setup","\uac8c\uc2dc\ud310 \uba54\uc778":"Main Forum","\uac8c\uc2dc\ud310 \ubaa9\ub85d":"Forum List","\uac8c\uc2dc\ud310 \ubaa9\ub85d, \uac8c\uc2dc\ud310 \uc77d\uae30":"Forum List, Read Forum","\uac8c\uc2dc\ud310 \uc4f0\uae30, \ub85c\uadf8\uc7781":"Write a post, Sign in 1","\uac8c\uc2dc\ud310 \uc790\ub3d9 \uc800\uc7a5\uc744 \uccb4\ud06c\ud558\uc168\uc744\uc2dc\uc5d0\ub294\n\ubc30\uc1a1\uba54\uc138\uc9c0\ub97c \uc801\uc5b4 \uc8fc\uc154\uc57c\ud569\ub2c8\ub2e4.":"If you have checked for automatic forum save, you have to write \n shipping message.","\uac8c\uc2dc\ud310 \uc801\ub9bd":"Points for posting have been added.","\uac8c\uc2dc\ud310 \ud398\uc774\uc9d5 \ucc98\ub9ac":"Fix forum paging","\uac8c\uc2dc\ud310\uad00\ub828":"Forum related","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uac24\ub7ec\ub9ac)":"Forum Post Inquiry (Gallery)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uacf5\uc9c0\uc0ac\ud56d)":"Forum Post Inquiry (Notice)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\ub274\uc2a4\/\uc774\ubca4\ud2b8)":"Forum Post Inquiry (News\/Event)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 Q&A)":"Forum Post Inquiry (Q&A)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30)":"Forum Post Inquiry (Product Review)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc0c1\ud488 \uc790\uc720\uc81c\uc2dc\ud310)":"Forum Post Inquiry (Product General Discussion Forum)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc774\uc6a9\uc548\ub0b4)":"Forum Post Inquiry (Information)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\ub8cc\uc2e4)":"Forum Post Inquiry (Data)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\uc720\uac8c\uc2dc\ud310)":"Forum Post Inquiry (General Discussion Forum)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\uc790\uc720\uac8c\uc2dc\ud3102)":"Forum post Inquiry (General Discussion Forum 2)","\uac8c\uc2dc\ud310\uae00\uc870\ud68c(\ud55c\uc904\uba54\ubaa8)":"Forum Post Inquiry (One Line Memo)","\uac8c\uc2dc\ud310\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select forum.","\uac8c\uc2dc\ud310\uba54\ub274 URL\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select board menu URL","\uac8c\uc2dc\ud310\uba54\uc778":"Main Forum","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uac24\ub7ec\ub9ac)":"Forum List (Gallery)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uacf5\uc9c0\uc0ac\ud56d)":"Forum List (Notice)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\ub274\uc2a4\/\uc774\ubca4\ud2b8)":"Forum List (News\/Event)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 Q&A)":"Forum List (Item Q&A)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30)":"Forum List (Item Review)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc0c1\ud488 \uc790\uc720\uc81c\uc2dc\ud310)":"Forum List (Product General Discussion Forum)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc774\uc6a9\uc548\ub0b4)":"Forum List (Information)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\ub8cc\uc2e4)":"Forum List (Data)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\uc720\uac8c\uc2dc\ud310)":"Forum List (General Discussion Forum)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\uc790\uc720\uac8c\uc2dc\ud3102)":"Forum List (General Discussion Forum 2)","\uac8c\uc2dc\ud310\ubaa9\ub85d(\ud55c\uc904\uba54\ubaa8)":"Forum List (One Line Memo)","\uac8c\uc2dc\ud310\ubcc4":"Per Post","\uac8c\uc2dc\ud310\ubcc4 \ub514\uc790\uc778 \uc124\uc815":"Design per forum setting","\uac8c\uc2dc\ud310\ubcc4 \ud658\uacbd\uc124\uc815":"Settings per forum","\uac8c\uc2dc\ud310\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select a forum.","\uac8c\uc2dc\ud310\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \uac8c\uc2dc\ud310 \uc124\uc815":"Forum will be set up., Forum setup","\uac8c\uc2dc\ud310\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Unavailable Board","\uacac\uc801\uc11c \uc0dd\uc131\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to create quote.","\uacac\uc801\uc11c \uc591\uc2dd":"Estimate sheet pattern","\uacac\uc801\uc11c \ucd9c\ub825":"Print estimate sheet","\uacb0\uc81c":"Pay","\uacb0\uc81c \uac00\ub2a5\ud55c \uacb0\uc81c\uc218\ub2e8\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc8fc\ubb38 \uc0c1\ud488\uc5d0 \ub300\ud558\uc5ec \uacb0\uc81c \uac00\ub2a5\ud55c \uacb0\uc81c\uc218\ub2e8\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"The requested payment method is not available. Please check the available methods of payment for the order.","\uacb0\uc81c \uac00\ub2a5\ud55c \uc218\ub2e8\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc138\uc694.":"There is no payment method available. Please contact the administrator.","\uacb0\uc81c \uc2e4\ud328 \ub610\ub294 \ube44\uc815\uc0c1\uc801\uc778 \uc811\uadfc\uc785\ub2c8\ub2e4. \ub2e4\uc2dc \ud655\uc778\ud574\uc8fc\uc138\uc694":"Payment failed or invalid approach. Please try again.","\uacb0\uc81c \uc2e4\ud328. (\ubc18\ubcf5\uc801\uc778 \uacb0\uc81c \uc2e4\ud328 \uc2dc \uc1fc\ud551\ubab0 \uc6b4\uc601\uc790\uc5d0\uac8c \ubb38\uc758)":"Payment failed. After re-trying it, please contact an administrator for resolution.","\uacb0\uc81c \uc548\ub0b4\uc815\ubcf4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uacb0\uc81c\uc548\ub0b4 \ubcc0\uacbd":"Payment information guide will be changed., Change payment information","\uacb0\uc81c \uc608\uc815\uae08\uc561\uc774 \ud560\uc778 \uae08\uc561\ubcf4\ub2e4 \uc791\uc544 \ud560\uc778 \ucfe0\ud3f0 \uc0ac\uc6a9\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Your estimated payment amount is smaller than the discounted amount. You cannot use the coupon.","\uacb0\uc81c \uc644\ub8cc \ud6c4 \uc2e0\uccad \uac00\ub2a5\ud569\ub2c8\ub2e4":"You can request after the payment has been completed.","\uacb0\uc81c \uc644\ub8cc\uc77c, \ubc30\uc1a1 \uc644\ub8cc\uc77c":"Payment completion date, shipping completion date","\uacb0\uc81c \uc9c4\ud589 \uc5c6\uc774 \uacb0\uc81c\ucc3d\uc744 \ub2eb\uc73c\uc2e0 \uacbd\uc6b0 \ubcf8 \ud31d\uc5c5\ucc3d\uc758 \ub2eb\uae30 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud574 \uc8fc\uc138\uc694.":"Please close this pop-up window if you have closed the payment window without making any payments.","\uacb0\uc81c \ucde8\uc18c\ub41c \uc8fc\ubb38\uc740 \ud604\uae08 \uc601\uc218\uc99d\uc744 \uc2e0\uccad\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Cash receipt cannot be issued for cancelled payment orders.","\uacb0\uc81c(\uc785\uae08\uc790)":"Depositor","\uacb0\uc81c\uac00 \uc9c4\ud589\uc911 \uc785\ub2c8\ub2e4.":"Payment in progress.","\uacb0\uc81c\uac00\ub2a5\ud55c \uc218\ub2e8\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc138\uc694.":"There is no available payment method. Please contact the administrator.","\uacb0\uc81c\uae08\uc561":"Amount for pay","\uacb0\uc81c\uae08\uc561\uc774 1\uc6d0 \uc774\uc0c1\uc778 \uacbd\uc6b0 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The payment amount should be at least 1 KRW.","\uacb0\uc81c\uae08\uc561\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"There is an error with the total payment.","\uacb0\uc81c\ubb38\uc758":"Payment Inquiry","\uacb0\uc81c\ubc29\uc2dd":"Method of payment","\uacb0\uc81c\uc131\uacf5":"Payment Cleared","\uacb0\uc81c\uc218\ub2e8":"Payment Method","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 [PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n[BALANCE_STR]\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"[BALANCE_STR] Payment Discount Coupon cannot be used for the selected payment method. Do you want to use additional [BALANCE_STR]?","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 [PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc608\uce58\uae08\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Payment with deposits will not be available after the additional discount coupons for [PAYNAME_STR] payment is used. Select a payment method other than $n in [PAYNAME_STR], re-use the coupon and proceed to full payment with the $n deposit.","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 [PAYNAME_STR]\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Payment with reward points will not be available after the additional discount coupons for [PAYNAME_STR] payment is used. Select a payment method other than $n in [PAYNAME_STR], re-use the coupon and proceed to full payment with the $n reward points.","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 \ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n[BALANCE_STR]\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Cash Payment Discount Coupon cannot be used for the selected payment method. Do you want to use additional [BALANCE_STR]?","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 \ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc608\uce58\uae08\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Due to the change in payment method, additional discounts for cash payments is no longer applicable.\nWould you like to use the deposit?","\uacb0\uc81c\uc218\ub2e8\uc774 \ubcc0\uacbd\ub418\uc5b4 \ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc744 \uc801\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08\uc744 \ucd94\uac00 \uc0ac\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Due to the change in payment method, additional discounts from cash payment is no longer applicable.\nWould you like to use the reward points?","\uacb0\uc81c\uc2e4\ud328(\uc8fc\ubb38\uc0dd\uc131 \uc2e4\ud328)":"Payment Failed","\uacb0\uc81c\uc608\uc815\uae08\uc561":"Estimated payment amount","\uacb0\uc81c\uc608\uc815\uae08\uc561\uc740 \ubc30\uc1a1\ube44\uac00 \ud3ec\ud568\ub41c \uae08\uc561\uc774\ubbc0\ub85c \uc8fc\ubb38\uc11c\uc791\uc131 \ud398\uc774\uc9c0\uc5d0\uc11c \ud655\uc778 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The final amount due will be calculated with shipping fee and displayed on the billing page.","\uacb0\uc81c\uc644\ub8cc":"Payment Completed","\uacb0\uc81c\uc644\ub8cc \uae30\uc900 \uc8fc\ubb38 \uac74":"Number of orders cleared for payment","\uacb0\uc81c\uc644\ub8cc, \ub9c8\uc774\uc1fc\ud551":"Paid, My Shopping","\uacb0\uc81c\uc694\uccad \uc2e4\ud328":"Check-out request failed","\uacb0\uc81c\uc740\ud589\uc815\ubcf4":"Payment Bank Information","\uacb0\uc81c\uc815\ubcf4":"Payment Information","\uacb0\uc81c\uc815\ubcf4 \ud655\uc778 \ubc0f \uad6c\ub9e4\uc9c4\ud589\uc5d0 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Please agree to the confirmation of payment information and checkout process policy to proceed.","\uacb0\uc81c\uc815\ubcf4\ub97c \ud655\uc778\ud558\uc600\uc73c\uba70, \uad6c\ub9e4\uc9c4\ud589\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4.":"Check the box if you have checked payment information and agree to proceed with the purchase.","\uacb0\uc81c\uc870\uac74":"Payment Conditions","\uacb0\uc81c\ud558\uc154\uc57c \ud560 \uae08\uc561\ubcf4\ub2e4 \uc0ac\uc6a9\uae08\uc561\uc774 \ud07d\ub2c8\ub2e4. \ub2e4\uc2dc \uc0ac\uc6a9\uae08\uc561\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"The used amount is greater than the payment amount. Please reenter the amount to be used.","\uacb0\ud63c \uae30\ub150\uc77c":"Wedding Anniversary","\uacb0\ud63c\uae30\ub150\uc77c":"Wedding Anniversary","\uacb0\ud63c\uae30\ub150\uc77c\uc740 \uc218\uc815\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can't edit your date of wedding anniversary","\uacbd\ud488\uc815\ubcf4, \ubbf8\uc220\uc804\uc2dc\ud68c, \ud074\ub798\uc2dd \ucf58\uc11c\ud2b8, \ud328\uc158\/\ubbf8\uc6a9":"Giveaway Information, Art Exhibitions, Classical Music Concerts, Fashion\/Beauty","\uacc4\uc0b0\uc11c":"Invoice","\uacc4\uc18d\uc1fc\ud551\ud558\uae30":"Continue Shopping","\uacc4\uc88c\ubc88\ud638":"Bank","\uacc4\uc88c\ubc88\ud638 : %s (%s)":"Account Number: %s(%s)","\uacc4\uc88c\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter the bank account number.","\uacc4\uc88c\uc774\uccb4":"Wire Transfer","\uacc4\uc88c\uc774\uccb4\ud658\ubd88":"Bank Transfer Refund","\uace0\uac1d":"Customer","\uace0\uac1d(\ud68c\uc6d0)\ub2d8\uc758 \uc2e4\uba85\uc778\uc99d \ub41c \uc608\uae08\uc8fc \uba85\uc758\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter your verified account name.","\uace0\uac1d\ub2d8\uaed8\uc11c\ub294 \ud574\ub2f9 \uc0c1\ud488\uc5d0 \uc811\uadfc\uc774 \ubd88\uac00\ub2a5 \ud569\ub2c8\ub2e4. \n\uace0\uac1d\uc13c\ud130\uc5d0 \ubb38\uc758\ud558\uc138\uc694.":"You do not have permission to access this item. \nPlease contact customer services.","\uace0\uac1d\ub2d8\uc758 \uc548\uc804\ud55c \uc804\uc790\uc0c1\uac70\ub798\ub97c \uc704\ud55c \uacb0\uc81c \uc11c\ube44\uc2a4 \uc548\ub0b4\uc785\ub2c8\ub2e4.":"E-commerce payment service guide for your secure .","\uace0\uac1d\uba85":"Customer Name","\uace0\uac1d\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a customer name.","\uace0\uac1d\ubcc0\uc2ec":"Change of mind","\uace0\uac1d\uc0c1\ub2f4 \uc548\ub0b4":"Customer Service Guide","\uace0\uac1d\uc120\ud0dd":"customer's choice","\uace0\uac1d\uc13c\ud130 \uc815\ubcf4\ub97c \uc785\ub825\ud569\ub2c8\ub2e4., \uace0\uac1d\uc13c\ud130 \uc815\ubcf4 \uc124\uc815":"Customer center information will be added., Customer center information setting","\uace0\uac1d\uc54c\ub9bc":"Customer Notice","\uace0\uac1d\uc9c1\uc811\uc120\ud0dd":"Selected by customer","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac":"Identity validation process","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac \ub3d9\uc758 \uccb4\ud06c":"Check identity validation process agreement","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac \ubc29\uce68\uc5d0 \ub3d9\uc758 \ud558\uc138\uc694":"Please agree to identity validation process policies.","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac \ubc29\uce68\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694.":"Please agree to identity validation process policies.","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac\uc5d0 \ub3d9\uc758 \ud569\ub2c8\ub2e4.":"Agree to identity validation process","\uace0\uc720\uc2dd\ubcc4\uc815\ubcf4 \ucc98\ub9ac\uc5d0 \ub3d9\uc758\ud574 \uc8fc\uc138\uc694.":"Please agree to identity validation process.","\uace0\uc815":"Fix","\uace0\uc815\ubc30\uc1a1\ube44 : \uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 %s\uc6d0\uc785\ub2c8\ub2e4.":"Fixed rate shipping : Shipment fee is %s KRW regardless of your order amount.","\uace0\uc815\uc5ec\ubd80":"Fixed","\uacf5\uac1c\uae00":"Public","\uacf5\uae09\ubc1b\ub294\uc790\ubcf4\uad00\uc6a9":"Supply receiver's storage","\uacf5\uae09\uc0ac":"Provider","\uacf5\uae09\uc0ac\uad6c\uc870\ub97c":"Supplier Structure","\uacf5\uae09\uc0ac\uba85\uc744":"Supplier","\uacf5\uae09\uc0ac\ubc1c\uc8fc":"Supplier Order","\uacf5\uae09\uc6d0\uac00":"Supply Production Cost","\uacf5\uae09\uc790\ubcf4\uad00\uc6a9":"Supplier's Storage","\uacf5\ub3d9\uad6c\ub9e4":"Joint Purchase","\uacf5\ubc31 \ub610\ub294 \ud5c8\uc6a9\ub41c \ud2b9\uc218\ubb38\uc790(~ ` ! @ # $ % ^ ( ) _ - = { [ } ] ' ; : < > , . ? \/)\uc678\uc758 \ud2b9\uc218\ubb38\uc790\ub294 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use special characters aside from space or (~ ` ! @ # $ % ^ ( ) _ - = { [ } ] ' ; : < > , . ? \/)","\uacf5\ubc31 \ub610\ub294 \ud5c8\uc6a9\ub41c \ud2b9\uc218\ubb38\uc790(~ ` ! @ # $ % ^ ( ) _ - = { [ } ] ' ; : < > , . ? \/)\uc678\uc758 \ud2b9\uc218\ubb38\uc790\ub294 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Spaces or some special characters are allowed (~ `! @ # $% ^ () _ - = {[}]","\uacf5\uc9c0":"Notice","\uacf5\uc9c0' \ud14d\uc2a4\ud2b8 \ub300\uc2e0, \ub4f1\ub85d\ud55c \uc544\uc774\ucf58\uc73c\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4.":"Registered icon will be displayed instead of 'Notification' text.","\uacf5\uc9c0\uc0ac\ud56d":"Notice","\uacf5\uc9c0\uc0ac\ud56d \ubc88\ud638":"Notice Number","\uacf5\uc9c0\uc0ac\ud56d \uc2a4\ud398\uc15c":"Special Notice","\uacf5\uc9c0\uc0ac\ud56d \uc544\uc774\ucf58":"Notice Icon","\uacf5\uc9c0\uc0ac\ud56d \uc804\uc6a9":"Notice Only","\uacf5\uc9c0\uc0ac\ud56d \uc804\uc6a9 \uc77d\uae30\ubcc0\uc218":"Notice Only Read","\uacf5\uc9c0\uc0ac\ud56d\ub2f5\uae00":"Notice comment","\uacf5\uc9c0\uc0ac\ud56d\ub313\uae00\uc0ad\uc81c":"Delete Notice comment","\uacf5\uc9c0\uc0ac\ud56d\ubaa9\ub85d":"Notice List","\uacf5\uc9c0\uc0ac\ud56d\ube44\ubc00\uae00":"Private Notice","\uacf5\uc9c0\uc0ac\ud56d\uc0c1\uc138\ubcf4\uae30":"See Notice details","\uacf5\uc9c0\uc0ac\ud56d\uc218\uc815":"Edit Notice","\uacf5\uc9c0\uc0ac\ud56d\uc4f0\uae30":"Write a Notice","\uacf5\uc9c0\uc0ac\ud56d\uc785\ub2c8\ub2e4.":"Important notices","\uacf5\ud1b5 \uc124\uc815":"Common settings","\uacfc\uc138":"Taxation","\uacfc\uc785\uae08, \uacfc\uacb0\uc81c, \uacfc\ub3d9\ubd09":"Course transfer, Course payment, Course enclosure","\uacfc\uc785\uae08,\uacfc\uacb0\uc81c,\uacfc\ub3d9\ubd09":"Excess Deposit, Excess Payment, Excess Cash Enclosed","\uad00\ub828 \ubd84\ub958":"Related Category","\uad00\ub828\uc0c1\ud488\uc218":"Related items","\uad00\ub9ac\uc790":"Administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \uad50\ud658\uc2dc \uc0c1\ud488 [MILEAGE_STR]":"product [MILEAGE_STR] when an order exchanged by administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \uad50\ud658\uc2dc \uc0c1\ud488 \uc801\ub9bd\uae08":"Product Reward Points from Exchange by Administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \uad50\ud658\uc2dc \ud68c\uc6d0 [MILEAGE_STR]":"member [MILEAGE_STR] when an order exchanged by administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \uad50\ud658\uc2dc \ud68c\uc6d0 \uc801\ub9bd\uae08":"Membership Reward Points from Exchange by Administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \ucd94\uac00\uc2dc \uc0c1\ud488 [MILEAGE_STR]":"product [MILEAGE_STR] when an additional order occurs by administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \ucd94\uac00\uc2dc \uc0c1\ud488 \uc801\ub9bd\uae08":"Manual Product Reward Points Addition by Administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \ucd94\uac00\uc2dc \ud68c\uc6d0 [MILEAGE_STR]":"member [MILEAGE_STR] when an additional order occurs by administrator","\uad00\ub9ac\uc790 \uc8fc\ubb38 \ucd94\uac00\uc2dc \ud68c\uc6d0 \uc801\ub9bd\uae08":"Manual Membership Reward Points Addition by Administrator","\uad00\ub9ac\uc790\uc5d0\uac8c\ub9cc \uc77d\uae30 \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4":"Only administrators are authorized to read.","\uad00\uc2ec\ubd84\uc57c":"Interested Field","\uad00\uc2ec\uc0c1\ud488":"Wish List","\uad00\uc2ec\uc0c1\ud488\uc5d0 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Registered to wish list","\uad00\uc2ec\uc0c1\ud488\uc5d0 \ud3ec\ud568\ud560 \uc0c1\ud488\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select an item which you would like to add to your wish list.","\uad00\uc2ec\uc0c1\ud488\uc5d0\uc11c \uc7a5\ubc14\uad6c\ub2c8\ub85c \uc774\ub3d9\ud560 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no item that can be moved from wish list to shopping cart.","\uad00\uc2ec\uc0c1\ud488\uc73c\ub85c \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"The item has been added to your wish list.","\uad00\uc2ec\uc0c1\ud488\uc744 \ube44\uc6b0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure that you want to empty your wish list?","\uad00\uc2ec\uc0c1\ud488\uc758 \uc635\uc158\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"You have changed the option for the product(s) in your wish list.","\uad00\uc2ec\uc0c1\ud488\uc774 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Deleted from wish list","\uad00\uc2ec\uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"You have no items in your wish list.","\uad00\uc2ec\uc0c1\ud488\uc785\ub825, \ud68c\uc6d0\uc815\ubcf4\uc218\uc815":"Add wish list, Edit Your Profile","\uad00\uc2ec\uc5c5\uccb4":"Favorite Store List","\uad00\uc2ec\uc5c5\uccb4 \ub4f1\ub85d":"Add to Favorite Store List","\uad00\uc2ec\uc5c5\uccb4 \ubcf4\uae30":"View Favorite Store(s)","\uad00\uc2ec\uc5c5\uccb4 \uc0ad\uc81c":"Delete Selected Store","\uad00\uc2ec\uc5c5\uccb4\ub97c \ubaa8\ub450 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete All Stores in Favorite Store List?","\uad00\uc2ec\uc5c5\uccb4\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete Selected Store?","\uad00\uc2ec\uc5c5\uccb4\ud655\uc778":"Go to Favorite Store List","\uad11\uace0\ud14c\uc2a4\ud2b8":"Advertisement Test","\uad50\ud658":"Exhchange","\uad50\ud658\ubc18\ud488\ubb38\uc758":"Return\/Exchange Inquiry","\uad50\ud658\uc548\ub0b4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uad50\ud658\uc548\ub0b4 \ubcc0\uacbd":"Exchange information will be changed., Change exchange information","\uad50\ud658\uc644\ub8cc [\uad50\ud658\ucca0\ud68c]":"Exchange complete [Cancel request to exchange]","\uad6c\ub9e4 \uae08\uc561\ubcc4 \ucc28\ub4f1 \ubc30\uc1a1\ub8cc \uc801\uc6a9\uc2dc : \uc8fc\ubb38\uae08\uc561\uc5d0 \ub530\ub77c \ubc30\uc1a1\ube44\uac00 \ub2e4\ub974\uac8c \ucc45\uc815\ub429\ub2c8\ub2e4.":"When applying differential amount between purchase price and shipping fee: Shipping fee will be set according to total purchased price.","\uad6c\ub9e4 \ub610\ub294 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uc744 \uc0c1\ud488\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select the item that you would like to buy or add to your shopping cart.","\uad6c\ub9e4 \uc8fc\ubb38\ub2e8\uc704\ub294 %s\uac1c \uc785\ub2c8\ub2e4.":"This item is sold in sets of %s.","\uad6c\ub9e4 \ud560":"To be purchased","\uad6c\ub9e4\uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No purchasable products found","\uad6c\ub9e4\uac70\uc808":"Refuse Purchase","\uad6c\ub9e4\uac74\uc218":"Number of purchases","\uad6c\ub9e4\uae08\uc561":"Purchase amount","\uad6c\ub9e4\uae08\uc561 %s \uae30\uc900":"It is on the basis of %s","\uad6c\ub9e4\uc2a4\ud0a8":"Purchased Template","\uad6c\ub9e4\uc561\uc758":"Purchase price of","\uad6c\ub9e4\uc5d0 \ub300\ud55c [MILEAGE_STR]":"[MILEAGE_STR] for product purchase","\uad6c\ub9e4\uc5d0 \ub300\ud55c \uc801\ub9bd\uae08":"Store credit on purchase made","\uad6c\ub9e4\uc5d0\ub300\ud55c \uc801\ub9bd\uae08":"Store credit for this purchase","\uad6c\ub9e4\uc790":"Customer","\uad6c\ub9e4\uc790 \uc8fc\ubbfc\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter the buyer's resident registration number","\uad6c\ub9e4\uc790 \ucde8\uc18c":"Customer","\uad6c\ub9e4\uc870\uac74\uc5d0 \ub530\ub77c \ubc30\uc1a1\ube44 \ucc28\ub4f1\ubd80\uacfc":"Shipping rates vary depending on product(s) purchased.","\uad6c\ub9e4\uc9c4\ud589 \ub3d9\uc758":"Agree to proceed with purchase.","\uad6c\ub9e4\ud558\uc2e4 \uad00\ub828\uc0c1\ud488\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select the item(s) to purchase from the related product list.","\uad6c\ub9e4\ud558\uc2e4 \uc218\ub7c9\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter quantity","\uad6c\ub9e4\ud655\uc778":"Confirm Purchase","\uad6c\ubd84":"Subdivision","\uad6c\uc131 : \uc601\ubb38\ub300\ubb38\uc790\/\uc22b\uc790 \uc870\ud569\ub9cc \uac00\ub2a5":"Allowed Characters : alphabetic characters and numbers only","\uad6c\uc131\uc0c1\ud488\ubcc4 \uc9c0\uae09":"Based on product(s) purchased","\uad6c\uc778\/\uad6c\uc9c1, \uc5b4\ud559\uac15\uc88c, \uae30\ud0c0\ub4f1\ub4f1":"Careers\/Jobs, Language Courses, etc.","\uad6d\uac00":"Country","\uad6d\uac00\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select your country.","\uad6d\ub0b4":"Domestic","\uad6d\ub0b4\/\ud574\uc678\ubc30\uc1a1":"Domestic\/International Shipping","\uad6d\ub0b4\ubc30\uc1a1":"Local Shipping","\uad6d\ub0b4\ubc30\uc1a1\uc0c1\ud488\uacfc \ud574\uc678\ubc30\uc1a1\uc0c1\ud488\uc740 \ud568\uaed8 \uc8fc\ubb38\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uac19\uc740 \ubc30\uc1a1 \uc0c1\ud488\ub9cc \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Domestic shipping items cannot be ordered with international shipping items. Please select items with the same shipping condition.","\uad6d\uc801":"Nationality","\uad6d\uc81c\uc6b4\uc804\uba74\ud5c8\uc99d":"International Driver's License","\uad6d\uc81c\uc6b4\uc804\uba74\ud5c8\uc99d\ubc88\ud638":"International Driver's License Number","\uad75\uac8c":"Thickly","\uadc0\ud558\uc758 \uc1fc\ud551\ubab0\uc5d0 \uc2e0\uaddc \ud68c\uc6d0\uc774 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"A new member has registered to your shopping site.","\uadc0\ud558\uc758 \uc1fc\ud551\ubab0\uc5d0\uc11c \ud0c8\ud1f4\ub97c \uc694\uccad\ud55c \ud68c\uc6d0\uc758 \ucc98\ub9ac\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your shopping site member's request to close account has been completed.","\uadf8\ub3d9\uc548 \uc800\ud76c \uc1fc\ud551\ubab0\uc744 \uc774\uc6a9\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4.":"Thank you for using our shopping site.","\uadf8\ub8f9":"Group","\uadf8\ub8f9\uc774\ub984":"Group Name","\uae00 \ub4f1\ub85d\uc774 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to post","\uae00 \ub4f1\ub85d\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790 \ud655\uc778 \ud6c4 \uac8c\uc2dc\ud310\uc5d0 \ud45c\uc2dc\ub429\ub2c8\ub2e4.":"Successfully uploaded post. It will be posted after \n administrator's confirmation.","\uae00 \ubcf5\uc0ac\uc2dc \ucca8\ubd80\ud30c\uc77c \ubc0f \uc774\ubbf8\uc9c0\ub294 \uc6d0\ubcf8\uae00\uacfc \uac19\uc774 \uc0ac\uc6a9\ud558\uac8c \ub418\ubbc0\ub85c \uae00\uc0ad\uc81c\uc2dc \uc8fc\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.\n\ubcf5\uc0ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Please be advised that the image files and other attachments are connected to the original posts, hence removed when the original posts are removed. Are you sure you want to copy","\uae00 \uc218\uc815\uc774 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to edit post","\uae00 \uc77d\uae30":"Read","\uae00\uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to delete","\uae00\uc218\uc815\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to edit","\uae00\uc4f0\uae30":"Post","\uae00\uc4f4\uc774":"Written by","\uae00\uc744 \uc791\uc131\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You do not have permission to write a message.\u00a0","\uae00\uc790\uc0c9":"Font Color","\uae00\uc800\uc7a5\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to save","\uae08":"Fri.","\uae30\uac04 \ub0b4 [BALANCE_STR] \uc0ac\uc6a9\uae08\uc561":"[BALANCE_STR] used during selected period","\uae30\uac04 \ub0b4 \uc608\uce58\uae08 \uc0ac\uc6a9\uae08\uc561":"Deposit amount used within a certain period of time","\uae30\uac04 \ub0b4 \ucd1d\uc2e4\uacb0\uc81c\uae08\uc561":"Total amount paid during the period","\uae30\uac04 \ub0b4 \ucd1d\uc8fc\ubb38\uae08\uc561":"Total order amount during the period","\uae30\uac04\uac80\uc0c9 \uc77c\uc790\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.":"Please check the date of the search period.","\uae30\uac04\ud560\uc778":"Discount period","\uae30\ub85d\ub41c \uba54\ubaa8\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There are no recorded notes.","\uae30\ubcf8":"Basic","\uae30\ubcf8 [MILEAGE_STR]":"Default [MILEAGE_STR]","\uae30\ubcf8 \uacf5\ub3d9\uad6c\ub9e4":"Standard Joint Purchase","\uae30\ubcf8 \ub514\uc790\uc778 \uc0ac\uc6a9":"Use basic design","\uae30\ubcf8 \ubc30\uc1a1\uc9c0\ub294 1\uac1c\ub9cc \uc800\uc7a5\ub429\ub2c8\ub2e4. \ub2e4\ub978 \ubc30\uc1a1\uc9c0\ub97c \uae30\ubcf8 \ubc30\uc1a1\uc9c0\ub85c \uc800\uc7a5\ud558\uc2dc\uba74 \uae30\ubcf8 \ubc30\uc1a1\uc9c0\uac00 \ubcc0\uacbd\ub429\ub2c8\ub2e4.":"You can only save 1 standard delivery address. You may modify delivery address by saving another address as your standard delivery address.","\uae30\ubcf8 \ubc30\uc1a1\uc9c0\ub85c \uc800\uc7a5":"Save as my default shipping address","\uae30\ubcf8 \uc801\ub9bd\uae08":"Basic Store Credit","\uae30\ubcf8 \uc81c\uacf5 \ud654\uba74\uc740 \uc0ad\uc81c\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Built-in screen cannot be deleted.","\uae30\ubcf8\ubab0 \uc5b8\uc5b4":"Default Mall","\uae30\ubcf8\ubc30\uc1a1":"Standard Shipping","\uae30\ubcf8\ubc30\uc1a1, \uac1c\ubcc4\ubc30\uc1a1":"Standard Shipping, Separate Shipping","\uae30\ubcf8\ubc30\uc1a1\ube44":"Regular Shipping","\uae30\ubcf8\ubc30\uc1a1\ube44 : %s":"Standard Shipping Fee: %s","\uae30\ubcf8\ubc30\uc1a1\ube44\uc758 \ud2b9\uc218 \uc9c0\uc5ed \ubc30\uc1a1\ube44 : %s\uc6d0":"Shipping Surcharge for Standard Shipping : %s won","\uae30\ubcf8\ubc30\uc1a1\ube44\ud560\uc778":"Standard delivery discount","\uae30\ubcf8\uc8fc\uc18c":"Basic address","\uae30\ubcf8\ud0ed":"Basic Tab","\uae30\uc7ac\ud558\uc2e0 \ubcc4\uba85 \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The nickname you entered is available.","\uae30\uc900\uc120\ud0dd":"Selection Criteria","\uae30\ud0c0":"Other","\uae30\ud0c0 \ubb38\uc758\uc0ac\ud56d\uc774 \uc788\uc73c\uc2dc\uba74 \uc800\ud76c \uc1fc\ud551\ubab0 \uace0\uac1d \uc11c\ube44\uc2a4 \uc13c\ud130\ub85c \uc5f0\ub77d\uc8fc\uc2ed\uc2dc\uc624.":"Please contact our customer service center if you have other inquiries.","\uae30\ud0c0\ubb38\uc758\uc0ac\ud56d":"Other Inquiries","\uae30\ud0c0\uc548\ub0b4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uae30\ud0c0\uc548\ub0b4 \ubcc0\uacbd":"Other information will be changed., Change other information","\uae30\ud0c0\uc815\ubcf4 \uc218\uc815":"Change other information","\uae30\ud68d\uc804":"Event","\uae30\ud68d\uc804 \ub9ac\uc2a4\ud2b8":"Event List","\uae34\uae09\ubb38\uc758":"Emergency Contact","\uae34\uae09\ubb38\uc758 \ub4f1\ub85d\uc911 \uc54c\uc218\uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An unknown error occurred while submitting emergency inquiry. Please try again.","\uae34\uae09\ubb38\uc758\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \uc811\uc218 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Emergency inquiry submitted.","\uae34\uae09\ubb38\uc758\uc811\uc218":"Emergency Inquiry","\uafb8\ubbf8\uae30":"Design","\uafb8\ubbf8\uae30 \ucc3d\uc744 \ub744\uc6cc\uc11c \ub514\uc790\uc778\uc744 \uc0c1\uc138 \ud3b8\uc9d1\ud569\ub2c8\ub2e4, \ub514\uc790\uc778 \ud3b8\uc9d1":"Edit design in details by loading create window, Edit design","\ub098\uba38\uc9c0 \uc8fc\uc18c\ub97c \ub123\uc5b4 \uc8fc\uc138\uc694.":"Please enter a complete address.","\ub098\uba38\uc9c0\uc8fc\uc18c":"Address details","\ub098\uc758 \uac8c\uc2dc\ubb3c":"My Posts","\ub098\uc758 \uad00\uc2ec\uc0c1\ud488":"My Wish List","\ub098\uc758 \ucfe0\ud3f0":"My Coupons","\ub098\uc758\uac8c\uc2dc\ubb3c":"My Posts","\ub098\uc758\uac8c\uc2dc\ubb3c, \ub098\uc758\uad00\uc2ec\uc0c1\ud488":"My Posts, My Wish List","\ub098\uc758\uad00\uc2ec\uc0c1\ud488":"My Wish List","\ub098\uc758\uc801\ub9bd\uae08, \ub098\uc758\ucfe0\ud3f0":"My Store Credit, My Coupons","\ub098\uc758\ucfe0\ud3f0":"My Coupons","\ub0a8":"Male","\ub0a8\uc131":"Male","\ub0a8\uc131, \uc5ec\uc131":"Male, Female","\ub0a8\uc740\uc2dc\uac04":"Remaining Time","\ub0a8\uc740\uc2dc\uac04 %s\uc77c":"Remaining Time %s day(s)","\ub0a8\uc790":"Man","\ub0a8\uc790\/\uc5ec\uc790":"man \/ woman","\ub0ae\uc740 \uac00\uaca9\uc21c":"Price: Low to High","\ub0ae\uc740\uac00\uaca9":"Lowest Price","\ub0ae\uc740\uac00\uaca9 \uc21c":"Sort By Lowest Price","\ub0b4\uc5ed\uc740 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4.":"Order history is as follows","\ub0b4\uc6a9":"Content","\ub0b4\uc6a9 : %s":"Content: %s","\ub0b4\uc6a9\uc740 %1$s \uc790 \uc774\uc0c1 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter at least %1$s characters.","\ub0b4\uc6a9\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter text.","\ub0b4\uc6a9\uc774 \ub108\ubb34 \uae41\ub2c8\ub2e4":"The content is too long.","\ub113\uc774":"Width","\ub124\uc774\ubc84 \ub9c8\uc77c\ub9ac\uc9c0 \uc0ac\uc6a9\/\uc801\ub9bd \uc2dc\uc5d0\ub294 \uc88c\uce21\uc758 \uccb4\ud06c\ubc15\uc2a4\ub97c \uc120\ud0dd\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Select the check box on the left for Naver Mileage usage\/store credit.","\ub124\uc774\ubc84 \ub9c8\uc77c\ub9ac\uc9c0\/\uce90\uc26c":"Naver Mileage\/Cash","\ub124\uc774\ubc84 \ud398\uc774 \uad6c\ub9e4\uc2dc \ubb34\uc774\uc790\ud61c\ud0dd\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Naver Pay is not available for interest-free monthly installments.","\ub124\uc774\ubc84 \ud398\uc774 \uc785\uc810\uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.":"Please check Naver Pay service status.","\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0":"Naver Mileage","\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0 \uc0ac\uc6a9&\uc801\ub9bd":"Naver Mileage Usage&Store Credit","\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0 \ud658\uc6d0":"Return Naver Mileage","\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0\ub294 \uc801\ub9bd\uae08\uacfc \ub3d9\uc2dc\uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use both Naver Mileage and store credit at the same time.","\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0\ud658\ubd88":"(Naver Mileage Refund)","\ub124\uc774\ubc84\uccb4\ud06c\uc544\uc6c3 \uad6c\ub9e4\uc2dc \ubb34\uc774\uc790\ud61c\ud0dd\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot receive free-installment benefit when purchasing with Naver Checkout.","\ub124\uc774\ubc84\uce90\uc26c":"Naver Cash","\ub124\uc774\ubc84\uce90\uc26c \ud658\uc6d0":"Return Naver Cash","\ub124\uc774\ubc84\ud3ec\uc778\ud2b8 \uc0ac\uc6a9\uc5ec\ubd80":"Naver Point Usage","\ub192\uc740 \uac00\uaca9\uc21c":"Price: High to Low","\ub192\uc740\uac00\uaca9":"Highest Price","\ub192\uc740\uac00\uaca9 \uc21c":"Sort By Highest Price","\ub192\uc774":"Height","\ub274\uc2a4&\uc774\ubca4\ud2b8\ub2f5\uae00":"News & Event Reply","\ub274\uc2a4&\uc774\ubca4\ud2b8\ub313\uae00\uc0ad\uc81c":"Delete News & Event Reply","\ub274\uc2a4&\uc774\ubca4\ud2b8\ubaa9\ub85d":"News & Event List","\ub274\uc2a4&\uc774\ubca4\ud2b8\ube44\ubc00\uae00":"Private News & Event","\ub274\uc2a4&\uc774\ubca4\ud2b8\uc0c1\uc138\ubcf4\uae30":"See News & Event Details","\ub274\uc2a4&\uc774\ubca4\ud2b8\uc218\uc815":"Edit News & Event","\ub274\uc2a4&\uc774\ubca4\ud2b8\uc4f0\uae30":"Write News & Event","\ub274\uc2a4\/\uc774\ubca4\ud2b8":"News and Events","\ub274\uc2a4\/\uc815\ubcf4, \ucef4\ud4e8\ud130\/\uac8c\uc784, \ub300\ud559\uad50\/\ub300\ud559\uc6d0\uc815\ubcf4":"News\/Information, Computer\/Game, University\/Graduate School Details","\ub274\uc2a4\ub808\ud130 \ub3d9\uc758 \uc801\ub9bd\uae08":"News Letter Agreement Store Credit","\ub274\uc2a4\uba54\uc77c\uc218\uc2e0\uc5ec\ubd80":"Receive News E-mail","\ub274\uc2a4\uc640 \uc774\ubca4\ud2b8\uc785\ub2c8\ub2e4.":"Latest news and ongoing events","\ub2e4\ub978\ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\uc2dc\uba74 \uc9c0\uae08\uae4c\uc9c0 \uc791\uc131\ub41c \uae00\uc740 \uc790\ub3d9 \uc800\uc7a5 \ub429\ub2c8\ub2e4.":"Your post will automatically be saved when moving to another page.","\ub2e4\uc2dc \uc5f4\uc9c0 \uc54a\uc74c":"Do not show this message again.","\ub2e4\uc2dc \uc785\ub825\ud558\uc5ec \uc8fc\uc138\uc694.":"Pease try again.","\ub2e4\uc2dc \uc800\ud76c \uc1fc\ud551\ubab0\uc5d0 \ud68c\uc6d0\uac00\uc785\uc744 \uc6d0\ud558\uc2dc\uba74 \uc5b8\uc81c\ub4e0\uc9c0 \ucc3e\uc544\uc640 \uc8fc\uc2ed\uc2dc\uc624.":"You can visit us again and sign up as our shopping site's member.","\ub2e4\uc2dc \ud55c\ubc88 \uc800\ud76c \uc1fc\ud551\ubab0\uc744 \uc774\uc6a9\ud574\uc8fc\uc2e0 [USER-NAME] \uace0\uac1d\ub2d8\uaed8 \uc9c4\uc2ec\uc73c\ub85c \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4.":"Thank you once again [USER-NAME] for using our shopping site.","\ub2e4\uc6b4\ub85c\ub4dc \ubd88\uac00\ub2a5\ud55c \ucfe0\ud3f0\uc785\ub2c8\ub2e4.":"This coupon cannot be downloaded.","\ub2e4\uc6b4\ub85c\ub4dc \ubd88\uac00\ub2a5\ud55c \ucfe0\ud3f0\ud0c0\uc785 \uc785\ub2c8\ub2e4.":"This coupon type is not valid for download.","\ub2e4\uc6b4\ub85c\ub4dc \ubd88\uac00\ub2a5\ud55c \ud68c\uc6d0\ub4f1\uae09\uc785\ub2c8\ub2e4.":"This membership level is not valid for coupon download.","\ub2e4\uc6b4\ubc1b\uae30":"Download","\ub2e4\uc74c":"Next","\ub2e4\uc74c 10 \ud398\uc774\uc9c0":"Next 10 pages","\ub2e4\uc74c \ube44\ud68c\uc6d0 \uad6c\ub9e4 \ubc0f \uacb0\uc81c \uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68":"Daum non-member's purchase and payment privacy policy","\ub2e4\uc74c \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No next item","\ub2e4\uc74c\uc5d0 \ubcc0\uacbd\ud558\uae30":"Change your password the next time","\ub2e8, \uad00\uacc4\ubc95\uaddc\uc5d0 \uc758\ud574 \ubcf4\uc874\uc774 \ud544\uc694\ud55c \uacbd\uc6b0 \ubc95\ub839\uc5d0 \ub530\ub77c \uc815\ubcf4 \ubcf4\uad00.":"Provided that, information will be saved according to law if the related law and regulations need to be preserved.","\ub2e8, \uce74\ub4dc\uc0ac\uc5d0\uc11c \uc9c4\ud589\ud558\ub294 \ubb34\uc774\uc790\ud560\ubd80 \uae30\uac04\uc5d0\ub294 \uc804\uccb4\uc8fc\ubb38 \ucd1d \uae08\uc561\uc5d0 \ub300\ud574 \ubb34\uc774\uc790 \ud560\ubd80\uac00 \uc801\uc6a9\ub429\ub2c8\ub2e4.\n\n\uc8fc\ubb38\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"However, interest-free installment period progressed by credit card companies will be applied on the total of all interest-free installments. \n\n Order?","\ub2eb\uae30":"Close","\ub2eb\uae30 X":"Close X","\ub2f4\ub2f9\uc790\uc758 \uc5f0\ub77d\ucc98\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid phone number.","\ub2f4\ub2f9\uc790\uc758 \uc774\uba54\uc77c\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid email address.","\ub2f5\ubcc0":"Reply","\ub2f5\ubcc0\uc5ec\ubd80":"Reply?","\ub2f5\ubcc0\uc644\ub8cc":"Answered","\ub2f5\ubcc0\uc644\ub8cc \uae00\ubcf4\uae30":"Reply received - See message","\ub2f5\ubcc0\uc744 \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. (\ub2f5\ubcc0 \ucc28\uc218 \uc81c\ud55c)":"We had a problem saving your comment.","\ub2f5\ubcc0\uc744 \ubc1b\uae30\uae4c\uc9c0 \ub9ce\uc774 \uae30\ub2e4\ub9ac\uc2dc\uc9c4 \uc54a\uc73c\uc168\ub294\uc9c0\uc694.":"We hope we didn't keep you long from your answer.","\ub2f5\ubcc0\uc774 \uc788\ub294 \uae00\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Messages with replies cannot be deleted.\u00a0","\ub2f5\ubcc0\uc804 \uae00\ubcf4\uae30":"No reply received - See message","\ub300\uae30":"On standby","\ub300\uae30\/\ubcf4\ub958":"Waiting\/Hold","\ub300\ub7c9\uad6c\ub9e4\ubb38\uc758\uac00 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your wholesale inquiry has been submitted.","\ub300\ub7c9\uad6c\ub9e4\uc870\ud68c \uc694\uccad\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure you want to cancel the request bulk purchase inquiries?","\ub300\ub7c9\uad6c\ub9e4\ud560\uc778":"Bulk purchase discount","\ub300\ubd84\ub958":"Main category","\ub300\ud45c":"Representative","\ub300\ud45c \uad00\ub9ac\uc790":"manager","\ub300\ud45c \ub514\uc790\uc778\uc73c\ub85c \uc774\ubbf8 \uc120\ud0dd\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"Main design has been selected already","\ub300\ud45c \ub514\uc790\uc778\uc740 \uc0ad\uc81c\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot delete the main design.","\ub300\ud45c\uacbd\ub85c \uc124\uc815":"Main route setting","\ub300\ud45c\uacbd\ub85c\ub85c \uc5f0\uacb0 \ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select a list which will be connected to the main route.","\ub300\ud45c\ub514\uc790\uc778\uc73c\ub85c \uc124\uc815\ud560 \uc2a4\ud0a8\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select main design template.","\ub300\ud45c\uc6b4\uc601\uc790\ub85c \ub85c\uadf8\uc778 \uc2dc, \uc6d0\ud558\ub294 \ubd80\ubd84\uc744 \ubc14\ub85c \uc218\uc815\ud560 \uc218 \uc788\ub3c4\ub85d \uad00\ub9ac\uc790 \uc124\uc815 \ud398\uc774\uc9c0\ub97c":"Once logged in as the representative system administrator, make the admin setting page allowable to edit specific areas","\ub300\ud45c\uc790\uba85":"Representative","\ub300\ud45c\uc790\uba85\uc744":"CEO","\ub313\uae00":"Reply","\ub313\uae00 \ube44\ubc00\ubc88\ud638":"Reply Password","\ub313\uae00 \uc791\uc131":"Write a reply","\ub313\uae00 \uc791\uc131 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"You are not authorized to post a comment.","\ub313\uae00\ub0b4\uc6a9":"Reply content","\ub313\uae00\ube44\ubc00\ubc88\ud638":"Reply Password","\ub313\uae00\uc740 2\ub9cc \uac1c\uae4c\uc9c0\ub9cc \ub4f1\ub85d \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Only up to 20,000 comments can be added.","\ub313\uae00\uc744 \uc120\ud0dd\ud558\uc5ec \uc8fc\uc138\uc694.":"Please select a reply","\ub313\uae00\uc758 \ub313\uae00\uc774 \uc788\ub294 \uacbd\uc6b0 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4.\n\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Any comments added to this comment will also be deleted. \u00a0Do you want to proceed?\u00a0","\ub313\uae00\uc758 \ube44\ubc00\ubc88\ud638\uac00 \ud2c0\ub9bd\ub2c8\ub2e4.":"Wrong comment password","\ub313\uae00\uc774 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Reply deleted","\ub313\uae00\uc791\uc131\uc790":"Commenter","\ub313\uae00\ud3c9\uc810":"Reply Rating","\ub370\uc774\ud130":"Data","\ub370\uc774\ud130 \uc804\uc1a1 \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4 \ud574\uc8fc\uc138\uc694.":"An error occurred while sending data. Please try again.","\ub370\uc774\ud130 \uc804\uc1a1 \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694":"An error occurred while transferring data. Please try again.","\ub370\uc774\ud130 \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uac70\ub098, \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Invalid data format, or it does not exist","\ub370\uc774\ud130\ub97c \uac00\uc838\uc624\ub294 \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc9c0\uc18d \ub420 \uacbd\uc6b0 \uace0\uac1d\uc13c\ud130\uc5d0 \ubb38\uc758\ud574\uc8fc\uc138\uc694.":"An error occurred while receiving data. Please contact the customer center if problem persists.","\ub3c4\uc2dc":"City","\ub3c4\uc6c0\ub9d0 \ubc84\ud2bc \ub4f1\uc5d0 \uc4f0\uc774\ub294 \ud234\ud301 \ubb38\uad6c":"Tooltips used on buttons such as Help","\ub3d9\uc758, \ub3d9\uc758\uc548\ud568, \uc808\ub300\uc218\uc2e0\uc548\ud568":"Agree, Disagree, Do not receive","\ub3d9\uc758\uc548\ud568":"No","\ub3d9\uc758\ud568":"Yes","\ub3d9\uc77c \uc0c1\ud488%s - %s \ud68c \uc774\uc0c1 \uad6c\ub9e4\uc2dc \ud560\uc778":"Multiple item discount %s - Discount when purchasing %s or more times","\ub3d9\uc77c \uc0c1\ud488%s \uad6c\ub9e4\uc218\ub7c9%s\uc5d0 \ub530\ub77c %s\ud560\uc778":"Same product discount %s - %s discount following %s quantities of purchase","\ub3d9\uc77c \ucfe0\ud3f0\uc744 %s\uac1c \uc774\uc0c1 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use the same coupon more than % times.","\ub3d9\uc77c\uc0c1\ud488\uc774 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 %s\uac1c \uc788\uc2b5\ub2c8\ub2e4.":"There are %s same item(s) in your shopping cart.","\ub3d9\uc77c\uc0c1\ud488\uc774 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 %s\uac1c \uc788\uc2b5\ub2c8\ub2e4. \ud568\uaed8 \uad6c\ub9e4\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"There is a same product in your cart. Would you buy all?","\ub3d9\uc77c\uc0c1\ud488\uc774 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. \ud568\uaed8 \uad6c\ub9e4\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Same item exists in your shopping cart. Proceed anyway?","\ub3d9\uc77c\uc778 \uc7ac\ubc1c\uae09 \uc218\ub7c9\uc744 \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4.":"You have exceeded the allowed amount of coupon renewal.","\ub3d9\uc77c\ud55c \uac8c\uc2dc\ud310\uc73c\ub85c \uac8c\uc2dc\ubb3c\uc744 \uc774\ub3d9 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Post cannot be moved to the same board.","\ub3d9\uc77c\ud55c \ubcc4\uba85\uc744 \uc0ac\uc6a9\uc911\uc778 \uace0\uac1d\uc774 \uc788\uc2b5\ub2c8\ub2e4":"This nickname is already taken.","\ub3d9\uc77c\ud55c \uc635\uc158\uc758 \uc0c1\ud488\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"There is an item with the same option","\ub450\uac1c \uc774\uc0c1\uc758 \uc0c1\ud488\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select at least two items.","\ub4f1\uae09 \uc0b0\uc815\uae30\uac04":"Rating period for membership level","\ub4f1\ub85d":"Add","\ub4f1\ub85d \ub610\ub294 \ubcc0\uacbd\ud558\uc2e0 \uacc4\uc88c\ub85c \ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488\uc774 \uc2e0\uccad\ub429\ub2c8\ub2e4.":"Cancellation\/exchange\/return will be applied to your registered or changed account.","\ub4f1\ub85d\ub41c \uac8c\uc2dc\ubb3c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There are no posts to show","\ub4f1\ub85d\ub41c \uad00\uc2ec\uc5c5\uccb4 \ubaa8\ub450 \uc0ad\uc81c":"Delete All Stores in Favorite Store List","\ub4f1\ub85d\ub41c \ube44\ubc00\ubc88\ud638\ub97c \ud655\uc778\ud569\ub2c8\ub2e4.":"Check the registered password.","\ub4f1\ub85d\ub41c \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There are no items listed for sale.","\ub4f1\ub85d\ub41c \uc5c5\uccb4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"You do not have any stores listed in your 'Favorite Store' List.","\ub4f1\ub85d\ub41c \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No Registered Information","\ub4f1\ub85d\ubc88\ud638":"Registration Number","\ub4f1\ub85d\ubc88\ud638\ub85c \ucc3e\uae30":"Find Registration Number","\ub4f1\ub85d\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to register","\ub4f1\ub85d\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\r\n\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while registering.\r\n Please try again.","\ub514\uc790\uc778 \ubaa8\ub4dc\uac00 \ubcc0\uacbd \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Design mode changed.","\ub514\uc790\uc778 \uc120\ud0dd":"Select Design","\ub514\uc790\uc778 \uc2a4\ud0a8\uc744 \uc120\ud0dd\ud6c4 \uc0ac\uc6a9\ud574 \uc8fc\uc138\uc694.":"Select template design you wish to use.","\ub514\uc790\uc778 \uc608\uc57d :":"Reserve Design:","\ub514\uc790\uc778 \uc608\uc57d\uae30\ub2a5\ub3c4 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4.":"Design reservation feature will be deleted as well.","\ub514\uc790\uc778 \ucd94\uac00, \ub2eb\uae30":"Add Design, Close","\ub514\uc790\uc778\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot delete this design.","\ub514\uc790\uc778\uc774 %s \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"The design has been %s.","\ub808\uc774\uc544\uc6c3 \ud30c\uc77c \ud558\ub098\ub9cc \uc218\uc815\ud558\uc5ec\ub3c4 \ubaa8\ub4e0 \ud398\uc774\uc9c0\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4.":"Editing just one layout file will be applied to all other pages as well.","\ub808\uc774\uc5b4 \ub2eb\uae30":"Close Layer","\ub808\uc774\uc5b4 \ud31d\uc5c5":"Layer Pop-up","\ub85c\uace0 \uc774\ubbf8\uc9c0\ub294 \uac01 \uc2a4\ud0a8\ubcc4\ub85c \ud558\ub098\uc758 \uc774\ubbf8\uc9c0\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.":"Logo image will be used as an image per template.","\ub85c\uadf8\uc778":"Sign In","\ub85c\uadf8\uc778 \uc0c1\ud0dc \uc720\uc9c0":"Keep me signed in","\ub85c\uadf8\uc778 \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?\n\ud0c0\uc778\uc774 \uac1c\uc778\uc815\ubcf4\ub97c \ub3c4\uc6a9\ud560 \uc218 \uc788\uc73c\ub2c8,\n\uc8fc\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Would you like to remain logged in?\nPlease be careful of identity thefts or personal information plagiarisms.","\ub85c\uadf8\uc778 \uc544\uc774\ub514\ub85c \uc0ac\uc6a9\ud560 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter your email address to use as login ID.","\ub85c\uadf8\uc778 \ud558\uc154\uc57c \uc8fc\ubb38 \uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc788\uc2b5\ub2c8\ub2e4. \n\ube44\ud68c\uc6d0\uc778 \uacbd\uc6b0 \ud68c\uc6d0\uac00\uc785 \ud6c4 \uc774\uc6a9\ud558\uc5ec \uc8fc\uc138\uc694.":"Please log in to continue your order of following item(s).\nIf you do not have a account, please sign up first.","\ub85c\uadf8\uc778 \ud6c4 \uad00\uc2ec\uc0c1\ud488 \ub4f1\ub85d\uc744 \ud574\uc8fc\uc138\uc694.":"Sign in first then add it to your wish list.","\ub85c\uadf8\uc778 \ud6c4 \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Please register after logging in.","\ub85c\uadf8\uc778 \ud6c4 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4":"Please sign in first.","\ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud558\uc138\uc694.":"Please sign in first.","\ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud574 \uc8fc\uc138\uc694":"Please sign in first.","\ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud574\uc8fc\uc138\uc694.":"Please sign in first.","\ub85c\uadf8\uc778 \ud6c4 \uc811\uadfc\ud558\uc2dc\uba74 \uc801\ub9bd\uae08 \ubc0f \ucfe0\ud3f0\uc758 \ud61c\ud0dd\uc774 \uc788\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Please log in for coupons and reward points.","\ub85c\uadf8\uc778 \ud6c4 \ucc1c\ud55c\uc0c1\ud488 \ub4f1\ub85d\uc744 \ud574\uc8fc\uc138\uc694.":"Sign in first then submit your reserved item.","\ub85c\uadf8\uc7782, \ub85c\uadf8\uc544\uc6c3":"Sign In 2, Sign Out","\ub85c\uadf8\uc778\uc0c1\ud0dc\uc720\uc9c0":"Keep me signed in","\ub85c\uadf8\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4":"Please sign in","\ub85c\uadf8\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.":"Please sign in.","\ub85c\uadf8\uc778\ud558\uc2e0 \ud6c4 \uac8c\uc2dc\ubb3c \uc791\uc131\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\u203b \ube44\ud68c\uc6d0\uc740 \uc8fc\ubb38\ubc88\ud638\ub85c \ub85c\uadf8\uc778 \ud558\uc2e4\uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Login is required to post your entries.\n\u203b Non-member may use the order number to login.","\ub85c\uadf8\uc778\ud6c4 \uc0c1\ud488\uc744 \uad6c\ub9e4\ud574\uc8fc\uc138\uc694.":"Please purchase after logging in.","\ub85c\uadf8\uc778\ud6c4 \uc7a5\ubc14\uad6c\ub2c8 \ub2f4\uae30\ub97c \ud574\uc8fc\uc138\uc694.":"Please add to cart after logging in.","\ub864\uc624\ubc84":"Roll over","\ub9ac\ud134 url":"Return URL","\ub9ac\ud50c \uac2f\uc218\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4!\n\uc0c8 \uae00\uc4f0\uae30\ub85c \ub2e4\uc2dc \uc791\uc131\ud574\uc8fc\uc154\uc57c \ud799\ub2c8\ub2e4.":"You have exceeded the reply number!\n Please write again with a new post.","\ub9c1\ud06c \ub610\ub294 \ub514\uc790\uc778 \ud3b8\uc9d1\ucc3d\uc744 \ub9c1\ud06c \ud574\uc8fc\ub294 \uae30\ub2a5<\/strong>\uc744 \ub9d0\ud569\ub2c8\ub2e4.":"This <\/strong> is a feature where it links link or design edit window.","\ub9c1\ud06c \uc0c9\uc0c1":"Link Color","\ub9c1\ud06c\uc0c9":"Link Color","\ub9c8\uc6b0\uc2a4\ub97c \uc62c\ub824\ubcf4\uc138\uc694.":"Hover mouse here.","\ub9c8\uc774 \uc1fc\ud551":"My Account","\ub9c8\uc774\uc1fc\ud551":"My Account","\ub9c8\uc774\uc1fc\ud551\uc740 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Sign in to use My Account.","\ub9c8\uc77c\ub9ac\uc9c0":"Mileage","\ub9c8\uc77c\ub9ac\uc9c0 %s\uc6d0":"Mileage %s Won","\ub9c8\uc77c\ub9ac\uc9c0 \ubcf5\uc6d0\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"Failed to restore mileage. Please try again.","\ub9c8\uc9c0\ub9c9 \ud398\uc774\uc9c0":"Last Page","\ub9c8\uc9c0\ub9c9\uc5d0 \uc0dd\uc131\ub41c \ucfe0\ud3f0\ubc88\ud638\uac00 \uc774\uc0c1\ud569\ub2c8\ub2e4.":"There is something wrong with the last generated number.","\ub9cc 14\uc138\ubbf8\ub9cc\uc740 \uad6c\ub9e4\uac00 \ubd88\uac00\ud569\ub2c8\ub2e4.":"Users below 14 years old cannot purchase.","\ub9cc 19\uc138 \uc774\uc0c1\ub9cc \uac00\uc785 \ud560\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Only users above 19 years old can sign up.","\ub9e4\uc7a5\uc9c1\uc811\uc218\ub839":"Store pickup","\uba3c\uc800 \uc774\uba54\uc77c \uc911\ubcf5\ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check the availability of your email address first.","\uba54\ub274 \uc228\uae40":"Hide Menu","\uba54\ub274 \uc774\ubbf8\uc9c0":"Menu Image","\uba54\ub274 \ud3bc\uce68":"Show Menu","\uba54\ub274, \ud3bc\uce68, \uc228\uae40":"Menu, Show, Hide","\uba54\ubaa81":"Memo 1","\uba54\ubaa82":"Memo 2","\uba54\uc2dc\uc9c0\ub294 %s Byte \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Message should be below %s Bytes.","\uba54\uc2dc\uc9c0\ub294 %s\uc790 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please limit your message to below %s words.","\uba54\uc2dc\uc9c0\ub294 255 Byte \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please type your message","\uba54\uc2dc\uc9c0\ub294 80Byte \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Your message should in less than 80 bytes.","\uba54\uc2dc\uc9c0\ub294%s\uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Your message should be in less than %s characters.","\uba54\uc778":"Main","\uba54\uc778\uba54\ub274\uc5d0 \ub178\ucd9c\ub420 \ubd84\ub958\ub97c \uc124\uc815\ud569\ub2c8\ub2e4., \uac8c\uc2dc\ud310 \uc21c\uc11c\ubcc0\uacbd":"Categories which will displayed on the main menu will be set., Change forum order","\uba54\uc778\uba54\ub274\uc5d0 \ub178\ucd9c\ub420 \ubd84\ub958\ub97c \uc124\uc815\ud569\ub2c8\ub2e4., \uba54\uc778\uba54\ub274 \uc124\uc815":"Categories which will be displayed on the main menu will be set up., Main menu setting","\uba54\uc778\uc2e0\uc0c1\ud488":"New Arrival","\uba54\uc778\ucd94\ucc9c":"Main Recommendations","\uba54\uc778\ud398\uc774\uc9c0 \uc0c1\ud488\ub9ac\uc2a4\ud2b8":"Main Page Item List","\uba54\uc77c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694":"Enter E-mail content","\uba54\uc77c \uc81c\ubaa9\uc744 \uc785\ub825\ud558\uc138\uc694":"Enter E-mail title","\uba54\uc77c\ub0b4\uc6a9\uc744 3\ub2e8\uacc4\uae4c\uc9c0 \uc9c4\ud589 \ubc14\ub78d\ub2c8\ub2e4.":"Please process mail content to 3 stages.","\uba54\uc77c\ubc1c\uc1a1 \uae08\uc9c0\uc0ac\ud56d : \uc2a4\ud338\ubaa9\uc801\uc758 \uba54\uc77c \ubc1c\uc1a1\uc744 \uc5c4\uaca9\ud788 \uae08\uc9c0\ud569\ub2c8\ub2e4. \uc0c1\uc5c5\uc801 \ud64d\ubcf4 URL \ub610\ub294 \uccad\uc18c\ub144 \uc6b0\ud574\uc815\ubcf4 \uc804\uc1a1\uc744 \uae08\uc9c0 \ud569\ub2c8\ub2e4.":"NOTE: Sending unsolicited email (spam) is strictly prohibited. Emailing commercial web links (URL) and\/or information harmful to juveniles is prohibited.","\uba54\uc77c\ubc1c\uc1a1 \uc608\uc57d\uc744 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Set schedule for sending mail?","\uba54\uc77c\ubcf4\ub0b4\uae30, \uc804\ub2ec\ub0b4\uc6a9":"Send Email, Message","\uba54\uc77c\uc218\uc2e0 \uac74\uc218\ub294 \ucd5c\ub300 10\uac1c \ubc1c\uc1a1\uac00\ub2a5 \ud569\ub2c8\ub2e4.":"Maximum of 10 E-mails can be sent","\uba54\uc77c\uc8fc\uc18c\uac00 \uba54\uc77c\ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"E-mail address is not in its proper form.","\uba54\uc77c\uc8fc\uc18c\ub97c \uc785\ub825 \ubc14\ub78d\ub2c8\ub2e4.":"Please enter the correct e-mail address.","\uba54\uc77c\uc8fc\uc18c\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter your email address.","\uba54\uc77c\ud48b\ud130\ub97c \ucd08\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Reset mail footer?","\uba74\uc138":"Tax-free","\uba85\uc138\uc11c\uc5d0 %s(\uc73c)\ub85c \ud45c\uae30\ub429\ub2c8\ub2e4":"It will appear as %s on the receipt.","\uba85\uc138\uc11c\uc778\uc1c4":"Print receipt","\ubaa8\ub378":"Model","\ubaa8\ub378\uba85":"Model Name","\ubaa8\ub4c8":"Module","\ubaa8\ub4c8 \uc120\ud0dd":"Select Module","\ubaa8\ub4c8 \ud398\uc774\uc9d5":"Module Paging","\ubaa8\ub4c8\uc744 \ub2e4\ub978 \ubaa8\ub4c8\ub85c \ubcc0\uacbd\ud558\uac70\ub098, \uc0c8\ub85c\uc6b4 \ubaa8\ub4c8\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.":"Module will be changed to a new module, Add new module","\ubaa8\ub4c8\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Select a Module","\ubaa8\ub4c8\uc758 HTML\uc744 \uc9c1\uc811 \ud3b8\uc9d1\ud569\ub2c8\ub2e4.":"Manually edit module's HTML","\ubaa8\ub4c8\uc758 \uc18d\uc131\uc744 \ubcc0\uacbd\ud569\ub2c8\ub2e4.":"Modify module properties.","\ubaa8\ub4dc":"Mode","\ubaa8\ub4e0 \uacb0\uc81c":"All payment methods","\ubaa8\ub4e0 \ud30c\uc77c\uc744 \uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Save all files?","\ubaa8\ub4e0 \ud639\uc740 \uc77c\ubd80 \uc124\uc815\uac12\uc774 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc744 \uc218 \uc788\uc73c\ub2c8, \uc18d\uc131 \uc124\uc815\uc744 \uc0ac\uc6a9\ud558\uc2dc\ub824\uba74 \uc544\ub798 \uc0ac\uc6a9\ubc95\uc744 \ucc38\uace0\ud558\uc138\uc694. %s\ubaa8\ub4c8 \uc18d\uc131 \uc0ac\uc6a9\ubc95":"Certain or all modifications may not be applied. Please see guidelines below to use properties settings. %s Module Properties Guidelines","\ubaa8\ub4e0 \ud68c\uc6d0\u00a0":"All members","\ubaa8\ub4e0\uacb0\uc81c":"All Payments","\ubaa8\ub4e0\uacb0\uc81c, \ubb34\ud1b5\uc7a5\uc785\uae08, \ubb34\ud1b5\uc7a5\uc785\uae08\uc678":"All payments, Bank Transfer, Except Bank Transfer","\ubaa8\ubc14\uc77c":"Mobile","\ubaa8\ubc14\uc77c \uad6c\ub9e4\uc2dc \ucd94\uac00\ud560\uc778":"Additional discount for purchases via mobile device","\ubaa9":"Thurs.","\ubaa9\ub85d \uc0c9\uc0c1":"List Color","\ubaa9\ud45c\ub2ec\uc131\uc744 \ud558\uc154\uc11c \ub354 \uc774\uc0c1 \ucd9c\uc11d\uccb4\ud06c\ub97c \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You have already reached your goal. You can no longer check-in.","\ubb34\ub8cc":"Free","\ubb34\ub8cc : \uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 \ubb34\ub8cc\uc785\ub2c8\ub2e4.":"Free: Shipping fee is free regardless of the price.","\ubb34\ub8cc\ub514\uc790\uc778 \ubcc0\uacbd\uc694\uccad\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.\ucd5c\ub300 5\ubd84 \ud6c4\uc5d0 \ubb34\ub8cc\uc2a4\ud0a8\uc774 \uc801\uc6a9 \ub429\ub2c8\ub2e4.\n \uc801\uc6a9\ub41c \uc2a4\ud0a8\uc740 '\ub514\uc790\uc778 \ubcf4\uad00\ud568'\uc5d0\uc11c \ud655\uc778\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Request to change free design completed. Free template will be applied within 5 minutes.\n You can check the applied template in 'Design Storage'","\ubb34\ub8cc\ub514\uc790\uc778\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ubcf4\uc720 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\ubcf4\uc720\ub514\uc790\uc778\uc218\uac00 \ucd08\uacfc\ub418\uc5b4 \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can keep up to 10 free designs. \n You cannot copy because you have exceeded the number of allowable designs.","\ubb34\ub8cc\ubc30\uc1a1\uc5ec\ubd80":"Free shipping","\ubb34\ub8cc\uc2a4\ud0a8 \ubcc0\uacbd\uc740 10\ubd84\uc774\ub0b4 1\ud68c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. \uc7a0\uc2dc \ud6c4 \ub2e4\uc2dc \uc2e0\uccad\ud574 \uc8fc\uc138\uc694.":"Changing of free template can be done once every 10 minute. Please try again later.","\ubb34\ub8cc\uc2a4\ud0a8\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ubcf4\uc720 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\ubcf4\uc720\uc2a4\ud0a8\uc218\uac00 \ucd08\uacfc\ub418\uc5b4 \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can keep up to 10 free templates. \n You cannot copy because you have exceeded the number of allowable templates.","\ubb34\uc774\uc790 \uacb0\uc81c \uc0c1\ud488\uc740 PC\uc5d0\uc11c \uacb0\uc81c\ud558\uc154\uc57c \ud61c\ud0dd\uc744 \ubc1b\uc73c\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub798\ub3c4 \uacb0\uc81c\ub97c \uc9c4\ud589 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Please use the PC to receive benefits for interest-free installment items. Proceed to payment?","\ubb34\uc774\uc790 \ud560\ubd80\ub97c \uc6d0\ud558\uc2dc\ub294 \uacbd\uc6b0 \ubd84\ub9ac\ud558\uc5ec \uc8fc\ubb38\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4":"Please order separately if you wish to use free-interest installment.","\ubb34\uc774\uc790\uc0c1\ud488":"Interest-Free Product","\ubb34\uc774\uc790\ud560\ubd80":"Interest-Free Installment","\ubb34\uc774\uc790\ud560\ubd80 \uc0c1\ud488":"Interest Free","\ubb34\uc774\uc790\ud560\ubd80 \uc0c1\ud488\uc744 \uc7a5\ubc14\uad6c\ub2c8\uc5d0\uc11c \ube44\uc6b0\uace0 \uc0c1\ud488\uc744 \ub2e4\uc2dc \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uc544\uc8fc\uc138\uc694.":"Please empty free-installment item from the shopping cart then add the item.","\ubb34\uc774\uc790\ud560\ubd80 \uc0c1\ud488\uc758 \ud560\ubd80\uc801\uc6a9\uae30\uac04\uc774 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Interest-free installment product's installment period has already expired.","\ubb34\uc774\uc790\ud560\ubd80\uac00 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc740 \uc0c1\ud488\uacfc \ubb34\uc774\uc790\ud560\ubd80\uac00 \uac00\ub2a5\ud55c \uc0c1\ud488\uc744 \ub3d9\uc2dc\uc5d0 \uad6c\ub9e4\ud560 \uacbd\uc6b0":"When purchasing an item that cannot be paid with free-interest installment together with an item that can be paid with free-interest installment","\ubb34\uc81c\ud55c":"Unlimited","\ubb34\ud1b5\uc7a5 \uc785\uae08":"Bank transfer deposit","\ubb34\ud1b5\uc7a5 \uc785\uae08 \uacb0\uc81c":"Money Wire","\ubb34\ud1b5\uc7a5 \uc785\uae08\uc740\ud589":"Title of bank - Bank Transfer","\ubb34\ud1b5\uc7a5 \uc785\uae08\uc740\ud589\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select bank transfer bank.","\ubb34\ud1b5\uc7a5 \uc785\uae08\uc790\uba85":"Name of depositor- Bank Transfer","\ubb34\ud1b5\uc7a5 \uc785\uae08\uc790\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter bank transfer account holder's name","\ubb34\ud1b5\uc7a5\uc785\uae08":"Wire transfer","\ubb34\ud1b5\uc7a5\uc785\uae08 \uacc4\uc88c\ub97c \uc124\uc815\ud569\ub2c8\ub2e4., \ubb34\ud1b5\uc7a5\uc785\uae08 \uacc4\uc88c \uc124\uc815":"Bank transfer account will be set., Bank transfer account setting","\ubb34\ud1b5\uc7a5\uc785\uae08 \uc678":"Aside from bank transfer","\ubb34\ud1b5\uc7a5\uc785\uae08 \uc678 \ubaa8\ub4e0 \uacb0\uc81c":"Payment methods other than wire transfer","\ubb34\ud1b5\uc7a5\uc785\uae08, \uac00\uc0c1\uacc4\uc88c, \uce74\ub4dc\uacb0\uc81c, \uc2e4\uc2dc\uac04\uacc4\uc88c\uc774\uccb4, \ud734\ub300\ud3f0\uacb0\uc81c, \uc801\ub9bd\uae08\uacb0\uc81c":"Bank transfer, Virtual account, Card payment, real-time bank transfer, mobile payment, savings payment","\ubb34\ud1b5\uc7a5\uc785\uae08\uc678":"Except bank transfer","\ubb34\ud1b5\uc7a5\uc785\uae08\uc678 \uacb0\uc81c\uc218\ub2e8\uc73c\ub85c":"Other payment method(s)","\ubb34\ud1b5\uc7a5\uc785\uae08\uc73c\ub85c":"Bank Transfer","\ubb34\ud1b5\uc7a5\uc785\uae08\uc73c\ub85c, \ubb34\ud1b5\uc7a5\uc785\uae08\uc678 \uacb0\uc81c\uc218\ub2e8\uc73c\ub85c":"Through bank tranfer, Through other payment methods aside from bank transfer","\ubb34\ud1b5\uc7a5\uc785\uae08\ud655\uc778":"Bank transfer confirmed","\ubb38\uc758\ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter inquiry details","\ubb38\uc758\uc0ac\ud56d \ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the password for your inquiry.","\ubb38\uc758\uc0ac\ud56d\uc774 \uc788\uc73c\uba74 \uc800\ud76c \uc1fc\ud551\ubab0 \ub2f4\ub2f9\uc790\uc5d0\uac8c \uc5f0\ub77d\uc8fc\uc2ed\uc2dc\uc624.":"Please contact our shopping site's administrator for inquires.","\ubb38\uc758\uc81c\ubaa9\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter inquiry title","\ubbf8\uac00\uc6a9 \uc801\ub9bd\ub0b4\uc5ed\ubcf4\uae30":"See unused store credit list.","\ubbf8\uac00\uc6a9\uc801\ub9bd\ub0b4\uc5ed\ubcf4\uae30":"See history on store credit for future purchases","\ubbf8\uac00\uc6a9\ucfe0\ud3f0\/\ud68c\uc6d0\ub4f1\uae09\uc801\ub9bd\ub0b4\uc5ed":"Store Credit for Future Purchases Coupon\/Membership Store Credit History","\ubbf8\uacb0\uc81c":"Payment Incomplete","\ubbf8\ub2f5\ubcc0":"Unanswered","\ubbf8\ub9ac\ubcf4\uae30":"Preview","\ubbf8\ub9ac\ubcf4\uae30\ub294 Internet Explorer\uc5d0\uc11c \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\ud06c\ub86c\uc774\ub098 \uc0ac\ud30c\ub9ac, \uc624\ud398\ub77c \ube0c\ub77c\uc6b0\uc800\ub97c \uc774\uc6a9\ud574\uc8fc\uc138\uc694":"Preview is not supported on Internet Explorer\n Please try Chrome, Safari, or Opera browser.","\ubbf8\ub9cc":"under","\ubbf8\ub9cc \uad6c\ub9e4\uc2dc \ubc30\uc1a1\ube44":"Shipping fee when purchasing less than","\ubbf8\ubc1c\uae09":"Not Issued","\ubbf8\uc9c0\uc815":"Not specified","\ubbf8\ucd9c\uc11d":"Absent","\ubc14\ub85c \uad6c\ub9e4\ud560 \uc0c1\ud488\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select the item you wish to purchase.","\ubc14\ub85c\uac00\uae30":"Shortcut","\ubc14\ub85c\uac00\uae30 [MILEAGE_STR]":"[MILEAGE_STR] for creating a shorcut","\ubc14\ub85c\uac00\uae30 \uc800\uc7a5\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd \ud588\uc2b5\ub2c8\ub2e4.":"An error occurred while saving favorites","\ubc14\ub85c\uac00\uae30 \uc800\uc7a5\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An error has occurred while saving the shortcut.","\ubc14\ub85c\uac00\uae30 \uc801\ub9bd\uae08":"Shortcut to store credit","\ubc14\ub85c\uac00\uae30(\ub9c1\ucf58) \uad6c\ub9e4\uc5d0 \ub300\ud55c \uc801\ub9bd\uae08":"Reward points - Shortcut install","\ubc14\ub85c\uac00\uae30(\ub9c1\ucf58) \uad6c\ub9e4\ucde8\uc18c\uc5d0 \ub530\ub978 [MILEAGE_STR] \ucc28\uac10":"Deduct [MILEAGE_STR] for order cancel via shortcut link","\ubc14\ub85c\uac00\uae30(\ub9c1\ucf58) \uad6c\ub9e4\ucde8\uc18c\uc5d0 \ub530\ub978 \uc801\ub9bd\uae08 \ucc28\uac10":"Deduction of Reward Points from Cancellation of Shortcut Purchase","\ubc14\ub85c\uac00\uae30(\ub9c1\ucf58) \uc811\uc18d \ud6c4 \uad6c\ub9e4\uc5d0 \ub530\ub978 \ucd94\uac00 [MILEAGE_STR] \ubd80\uc5ec":"Issue additional [MILEAGE_STR] for product purchase via shortcut link","\ubc14\ub85c\uac00\uae30\ub97c \uc0dd\uc131\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot create a shortcut.","\ubc18\ud488":"Return","\ubc18\ud488, \ubc18\uc1a1, \ucde8\uc18c, \ud488\uc808":"Return, Remand, Cancel, Sold Out","\ubc18\ud488,\ubc18\uc1a1,\ucde8\uc18c,\ud488\uc808":"Return, Send-Back, Cancellation, Out-of-Stock","\ubc18\ud488\/\uad50\ud658\uc774 \ubd88\ub9cc\uc774\ub2e4":"Dissatisfied with returns\/exchanges","\ubc18\ud488\ubc30\uc1a1\ube44 \ud3ec\ud568":"Includes return shipping charges","\ubc18\ud488\uc644\ub8cc \ud6c4 \uc0ac\uc6a9\uac00\ub2a5":"Can be used after return","\ubc1b\ub294\uc0ac\ub78c":"Recipient","\ubc1b\ub294\uc0ac\ub78c \uc774\ub984":"Recipient","\ubc1b\ub294\uc0ac\ub78c \uc774\uba54\uc77c":"Recipient E-mail","\ubc1c\uae09":"Issued","\ubc1c\uae09 \ub2f9\uc6d4 \ub9d0\uc77c\uae4c\uc9c0":"Valid through the end of the month","\ubc1c\uae09 \ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4":"No subject found.","\ubc1c\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Issued successfully.","\ubc1c\uae09\uc77c\ub85c\ubd80\ud130":"From the issued date","\ubc1c\uae09\uc77c\ub85c\ubd80\ud130 %s\uc77c \uc774\ub0b4":"%s days within the issued date","\ubc1c\uc1a1":"Send","\ubc1c\uc1a1 1\uc77c \uc804 \ud14c\uc2a4\ud2b8\uc218\uc2e0 \uba54\uc77c\uc8fc\uc18c\uac00 \uba54\uc77c\ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The test e-mail address 1 day prior to being sent is not in its proper form.","\ubc1c\uc1a1 \uadf8\ub8f9\uba85\uc744 \uc785\ub825\ud558\uc138\uc694":"Enter","\ubc1c\uc1a1 \ub2f9\uc77c \ub3d9\uc2dc\uc218\uc2e0 \uba54\uc77c\uc8fc\uc18c\uac00 \uba54\uc77c\ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"The e-mail address is not in a proper form.","\ubc1c\uc1a1 \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Successfully Sent","\ubc1c\uc1a1\ub300\uc0c1\ubcf4\ub2e4 SMS \uc794\uc5ec\uac74 \uc218\uac00 \uc791\uc544 \ud574\ub2f9 SMS\ub97c \ubcf4\ub0bc \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot send SMS because available SMS is fewer than recipients.","\ubc1c\uc1a1\uc2e4\ud328":"Sending Failed","\ubc1c\uc1a1\uc608\uc57d \ub2f9\uc77c\uc5d0\ub294 \uba54\uc77c\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\r\n\ud574\ub2f9 \uba54\uc77c\uc744 \ud574\uc81c\ud55c \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"You cannot delete the e-mail on the day of the scheduled delivery.\r\nCancel the e-mail then try again.","\ubc1c\uc1a1\uc608\uc57d\uc740 \uc624\ub298\ub0a0\uc9dc \uae30\uc900 1\uc77c \ud6c4 \ubd80\ud130 \uc608\uc57d\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Scheduled delivery can be made after 1 day from today's date.","\ubc1c\uc1a1\uc644\ub8cc":"Sent","\ubc1c\uc1a1\uc77c 1\uc77c\uc804 \uba54\uc77c\uc218\uc2e0 \uac74\uc218\ub294 \ucd5c\ub300 10\uac1c \ubc1c\uc1a1\uac00\ub2a5 \ud569\ub2c8\ub2e4.":"Maximum of 10 e-mails can be sent at the same time.","\ubc1c\uc1a1\uc77c \uba54\uc77c \ub3d9\uc2dc\uc218\uc2e0 \uac74\uc218\ub294 \ucd5c\ub300 10\uac1c \ubc1c\uc1a1\uac00\ub2a5 \ud569\ub2c8\ub2e4.":"Maximum of 10 e-mails can be sent at the same time.","\ubc1c\uc1a1\uc911":"Sending","\ubc1c\uc1a1\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\r\n\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while sending.\r\n Please try again.","\ubc1c\uc1a1\uc911\ub2e8":"Sending Stopped","\ubc1c\ud589 \ucfe0\ud3f0 \uc218 \uc7ac\uace0 \uc5c5\ub370\uc774\ud2b8\uac00 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to update number of issued coupons.","\ubc1c\ud589\uc218\ub7c9":"Download Max.","\ubc1c\ud589\uc2e0\uccad":"Issue Application","\ubc30\uacbd\uc0c9":"Background Color","\ubc30\uc1a1 \uac00\ub2a5\ud55c \uad6d\uac00\uc815\ubcf4\uc778\uc9c0 \ud655\uc778\ud574\uc8fc\uc138\uc694.":"Please make sure you entered the correct country.","\ubc30\uc1a1 \uad6d\uac00\ub97c \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Country","\ubc30\uc1a1 \uba54\uc138\uc9c0":"Shipping comments","\ubc30\uc1a1 \uba54\uc138\uc9c0 \uc800\uc7a5":"Save shipping comments","\ubc30\uc1a1 \uc644\ub8cc\ub41c \uc8fc\ubb38\ub9cc \uc2e0\uccad \uac00\ub2a5\ud569\ub2c8\ub2e4":"Only completed delivery orders can be requested","\ubc30\uc1a1 \uc8fc\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no delivery address.","\ubc30\uc1a1\/\ubc18\uc1a1 \uc124\uc815, \ubc30\uc1a1\/\ubc18\uc1a1 \uc124\uc815":"Delivery\/Return Settings, Delivery\/Return Settings","\ubc30\uc1a1\uad6d\uac00":"Shipping Country","\ubc30\uc1a1\uad6d\uac00\uac00 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc30\uc1a1\ube44\ud560\uc778\ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc801\uc6a9\ud574\uc8fc\uc138\uc694.":"Country of shipment has been revised. Please re-apply the delivery discount coupon.","\ubc30\uc1a1\uad6d\uac00\ub97c \uc120\ud0dd\ud558\uc138\uc694.":"Please select shipping country.","\ubc30\uc1a1\uae30\uac04\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \ubc30\uc1a1\uae30\uac04 \uc124\uc815":"Shipping period will be set., Shipping period setting","\ubc30\uc1a1\uba54\uc2dc\uc9c0":"Shipping Message","\ubc30\uc1a1\uba54\uc2dc\uc9c0\uc758 \uae00\uc790\uc218\ub294 \ud55c\uae00 125\uc790(\uc601\ubb38255\uc790) \uc774\ub0b4\ub85c \uc791\uc131 \ubc14\ub78d\ub2c8\ub2e4.":"Your comment on delivery should be less than 225 characters (125 Korean characters).","\ubc30\uc1a1\ubb38\uc758":"Shipping Inquiry","\ubc30\uc1a1\ubd88\uac00\uc9c0\uc5ed":"Undelivera\u200bble as addressed","\ubc30\uc1a1\ube44":"Delivery fee","\ubc30\uc1a1\ube44 \ubb34\ub8cc":"Free Shipping","\ubc30\uc1a1\ube44 \ubb34\ub8cc \ucfe0\ud3f0\uc744 \uc774\ubbf8 \uc120\ud0dd\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already chosen a free shipping coupon.","\ubc30\uc1a1\ube44 \uc815\ubcf4 \uc5c5\ub370\uc774\ud2b8":"Update Shipping Fee Details","\ubc30\uc1a1\ube44 \uc815\ubcf4 \uc5c5\ub370\uc774\ud2b8'":"Update Shipping Fee Details","\ubc30\uc1a1\ube44 \uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n[\ud655\uc778] \ud074\ub9ad\uc2dc \uc218\uc815\ub41c \ubc30\uc1a1\ube44 \uc815\ubcf4\ub85c \uc801\uc6a9\ub429\ub2c8\ub2e4.":"There is a change in the shipping information. \n[OK] Changed shipping information will be applied when clicked.","\ubc30\uc1a1\ube44 \ucfe0\ud3f0\uc744 \ub450\uc7a5 \uc774\uc0c1 \uc4f8 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Only one\u00a0shipping coupon can be used per purchase.","\ubc30\uc1a1\ube44 \ud3ec\ud568":"With shipping fee","\ubc30\uc1a1\ube44 \ud560\uc778":"Shipping discount","\ubc30\uc1a1\ube44 \ud560\uc778 \ucfe0\ud3f0\uc744 \uc774\ubbf8 \uc120\ud0dd\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already selected to use the discount coupon for delivery.","\ubc30\uc1a1\ube44\ub294 %s\uc785\ub2c8\ub2e4.":"Shipping fee is %s","\ubc30\uc1a1\ube44\ubb34\ub8cc \ucfe0\ud3f0":"Free Shipping Coupon","\ubc30\uc1a1\ube44\ucfe0\ud3f0":"Shipping Fee Coupon","\ubc30\uc1a1\uc18c\uc694\uae30\uac04":"Estimated Delivery Time","\ubc30\uc1a1\uc2dc\uc791":"Deliver","\ubc30\uc1a1\uc548\ub0b4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \ubc30\uc1a1\uc548\ub0b4 \ubcc0\uacbd":"Delivery information will be changed., Change delivery information","\ubc30\uc1a1\uc5c5\uccb4":"Shipping company","\ubc30\uc1a1\uc5c5\uccb4 \uc815\ubcf4\uac00 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ubc30\uc1a1 \uac00\ub2a5\ud55c \ubc30\uc1a1\uc5c5\uccb4\ub97c \uc120\ud0dd\ud558\uc5ec \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"The shipping company information has been revised. Please select an available shipping company.","\ubc30\uc1a1\uc624\ub958":"Delivery Error","\ubc30\uc1a1\uc644\ub8cc":"Delivered","\ubc30\uc1a1\uc644\ub8cc \uae30\uc900 \uc8fc\ubb38 \uac74":"Number of orders delivered","\ubc30\uc1a1\uc644\ub8cc\ud6c4 %s\uc77c \ud6c4 \uc0ac\uc6a9\uac00\ub2a5":"This can be used after %s days upon delivery.","\ubc30\uc1a1\uc644\ub8cc\ud6c4 \uc775\uc77c \ud6c4 \uc0ac\uc6a9\uac00\ub2a5":"This can be used after one day upon delivery.","\ubc30\uc1a1\uc644\ub8cc\ud6c4 \uc989\uc2dc \uc0ac\uc6a9\uac00\ub2a5":"This can be used right upon delivery.","\ubc30\uc1a1\uc774 \ub290\ub9ac\ub2e4":"Delivery is slow","\ubc30\uc1a1\uc790 \uc131\uba85":"Recipient's Name","\ubc30\uc1a1\uc790 \uc131\uba85\uc758 \uae00\uc790\uc218\ub294 \ud55c\uae00 10\uc790(\uc601\ubb3820\uc790) \uc774\ub0b4\ub85c \uc791\uc131 \ubc14\ub78d\ub2c8\ub2e4.":"Recipient's name should be less than 20 letters (10 Korean characters).","\ubc30\uc1a1\uc804":"Waiting for Delivering","\ubc30\uc1a1\uc804 \ucde8\uc18c":"Cancelled before shipping","\ubc30\uc1a1\uc815\ubcf4\uc81c\uacf5\ubc29\uce68":"Shipping of policy","\ubc30\uc1a1\uc815\ubcf4\uc81c\uacf5\ubc29\uce68 \ub3d9\uc758":"Agree of Shipping of policy","\ubc30\uc1a1\uc815\ubcf4\uc81c\uacf5\uc5d0 \ub300\ud574 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can order once you have agreed to shipping information.","\ubc30\uc1a1\uc8fc\uc18c1":"Shipping Address 1","\ubc30\uc1a1\uc8fc\uc18c2":"Shipping Address 2","\ubc30\uc1a1\uc8fc\uc18c\ub85d \uad00\ub9ac":"Manage shipping address book","\ubc30\uc1a1\uc8fc\uc18c\ub85d \ub4f1\ub85d":"Register shipping address","\ubc30\uc1a1\uc8fc\uc18c\ub85d \ubaa9\ub85d":"Shipping address list","\ubc30\uc1a1\uc8fc\uc18c\ub85d \uc218\uc815":"Edit shipping address","\ubc30\uc1a1\uc8fc\uc18c\ub85d\uc774 \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Shipping address changed.","\ubc30\uc1a1\uc900\ube44\uc911":"Queued for Shipment","\ubc30\uc1a1\uc911":"Delivering","\ubc30\uc1a1\uc9c0 \ub098\uba38\uc9c0\uc8fc\uc18c\ub294 %sbyte\uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please shorten your street address to %s bytes or less.","\ubc30\uc1a1\uc9c0 \ub098\uba38\uc9c0\uc8fc\uc18c\ub294 10byte\uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please shorten your street address to 10bytes or less.","\ubc30\uc1a1\uc9c0 \uc720\uc120\uc804\ud654 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Telephone number is required.","\ubc30\uc1a1\uc9c0 \uc804\ud654\ubc88\ud638":"Recipient's Telephone Number","\ubc30\uc1a1\uc9c0 \uc8fc\uc18c":"Shipping Address","\ubc30\uc1a1\uc9c0 \ud578\ub4dc\ud3f0\ubc88\ud638":"Recipient's Mobile Number","\ubc30\uc1a1\uc9c0\uba85":"Address","\ubc30\uc1a1\uc9c0\uc5f0":"Shipment delayed","\ubc30\uc1a1\uc9c0\uc8fc\uc18c\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected address?","\ubc30\uc1a1\ucd94\uc801\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\ub294 \ubc30\uc1a1\uc0ac\uc774\uac70\ub098 \uc8fc\ubb38\/\ubc30\uc1a1\uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"The shipping carrier does not offer tracking, or the order\/shipping information provided is incorrect.","\ubc30\uc1a1\ud544\uc694 \uc5c6\uc74c":"No delivery required","\ubc30\uc6b0\uc790 \uc0dd\uc77c":"Spouse's Date of birth","\ubc30\uc6b0\uc790\uc0dd\uc77c":"Spouse's Birthday","\ubc30\uc6b0\uc790\uc0dd\uc77c\uc740 \uc218\uc815\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can't edit your spouse's birthday","\ubc95\uc778\ub4f1\ub85d\ubc88\ud638":"Company Registration Number","\ubc95\uc778\uba85":"Corporate Name","\ubc95\uc778\uba85\uc744 \uc785\ub825\ud558\uc138\uc694.":"Please enter corporate name.","\ubc95\uc778\uba85\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the corporate name.","\ubc95\uc778\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter corporate name","\ubc95\uc778\ubc88\ud638":"Corporate Number","\ubc95\uc778\ubc88\ud638\ub85c \ucc3e\uae30":"Find with corporate number","\ubc95\uc778\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter corporate number.","\ubc95\uc778\uc0ac\uc5c5\uc790":"Corporate Business","\ubc95\uc778\uc0ac\uc5c5\uc790\ud68c\uc6d0":"Corporate Member","\ubcc0\uacbd\ub41c \uc6b0\uc120\uc21c\uc704\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No changes in order made.","\ubcc0\uacbd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can change.","\ubcc0\uacbd\ud560 \ub514\uc790\uc778\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Select a new design","\ubcc4\uba85":"Nickname","\ubcc4\uba85\uc5d0 \ud0dc\uadf8\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use tag on your username","\ubcc4\uba85\uc740 \ud55c\uae002~10\uc790\/\uc601\ubb38 \ub300\uc18c\ubb38\uc7904~20\uc790 \uc785\ub2c8\ub2e4.":"Username should consist of 2 to 10 Korean characters or 4 to 20 English characters.","\ubcc4\uba85\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter username","\ubcc4\uba85\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Wrong username","\ubcf4\uad00\ud560 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"You have no items to keep.","\ubcf4\uae30":"View List","\ubcf4\uae30\uac1c\uc218":"Show by","\ubcf4\ub0b4\ub294 \uc0ac\ub78c \ud734\ub300\ud3f0\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter sender's mobile number.","\ubcf4\ub0b4\ub294\uc0ac\ub78c":"Sender","\ubcf4\ub0b4\ub294\uc0ac\ub78c \uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694":"Enter sender's E-mail.","\ubcf4\ub0b4\ub294\uc0ac\ub78c \uba54\uc77c\uc8fc\uc18c\uac00 \uba54\uc77c\ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Sender's e-mail is not in proper form.","\ubcf4\ub0b4\ub294\uc0ac\ub78c \uc774\ub984":"Sender","\ubcf4\ub0b4\ub294\uc0ac\ub78c \uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694":"Enter sender's name.","\ubcf4\ub0b4\ub294\uc0ac\ub78c \uc774\uba54\uc77c":"Sender E-mail","\ubcf4\uc548 \uc811\uc18d":"Secure Access","\ubcf4\uc548\uc811\uc18d":"Secured Login","\ubcf4\ud5d8\ub8cc":"insurance","\ubcf5\uc0ac, \uc0c1\uc18d":"Copy, inherite","\ubcf5\uc0ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred while copying.","\ubcf5\uc0ac\ud558\uc2e4 \uc2a4\ud0a8\uc744 \uc120\ud0dd \ud6c4 \uc0ac\uc6a9\ud574 \uc8fc\uc138\uc694":"Select the template you wish to copy.","\ubcf5\uc0ac\ud560 \uae00\uc744 \uc120\ud0dd\ud558\uc5ec \uc8fc\uc138\uc694.":"Please mark the post you wish to copy.","\ubcf8 \uac8c\uc2dc\ud310\uc740 \uc218\uc815,\uc0ad\uc81c\uac00 \ubd88\uac00\ud558\ub3c4\ub85d \uad00\ub9ac\uc790\uac00 \uc124\uc815\ud558\uc600\uc2b5\ub2c8\ub2e4.\n\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ubc14\ub78d\ub2c8\ub2e4.":"This board cannot be edited or removed. Please contact the administrator.","\ubcf8 \uacb0\uccb4 \ucc3d\uc740 \uacb0\uc81c\uc644\ub8cc \ud6c4 \uc790\ub3d9\uc73c\ub85c \ub2eb\ud788\uba70,\uacb0\uc81c \uc9c4\ud589 \uc911\uc5d0 \ubcf8 \uacb0\uc81c \ucc3d\uc744 \ub2eb\uc73c\uc2dc\uba74 \uc8fc\ubb38\uc774 \ub418\uc9c0 \uc54a\uc73c\ub2c8 \uacb0\uc81c \uc644\ub8cc \ub420 \ub54c \uae4c\uc9c0 \ub2eb\uc9c0 \ub9c8\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"This window will automatically close after the payment has been completed, your order will not be completed if this window is closed while it's in process so please wait until the payment has been com","\ubcf8 \uc0c1\ud488\uc740 \uc7ac\uace0\uac00 \uc5c6\uc73c\ubbc0\ub85c \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"This item is out of stock.","\ubcf8 \uc1fc\ud551\ubab0\uc740 \ubca0\ud0c0\ubc84\uc83c\uc785\ub2c8\ub2e4. \uc810\uac80 \ubc0f \ud14c\uc2a4\ud2b8\uc2dc \uc8fc\uc758\ud574\uc8fc\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4.":"This shopping site is in Beta version. Please be careful when inspecting or testing.","\ubcf8\uc0c1\ud488\uacfc \ud568\uaed8 \uad6c\ub9e4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4. \n \ubcf8\uc0c1\ud488\uc758 \ud544\uc218 \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"This item can only be purchased with main product. \n Please select required option(s) for the main product first.","\ubcf8\uc0c1\ud488\uc758 \uc635\uc158\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \n \uc120\ud0dd\ud55c \uc0c1\ud488\ub9cc \uad6c\ub9e4\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Option is not selected for this product. \n Do you want to purchase selected items only?","\ubcf8\uc0c1\ud488\uc758 \uc635\uc158\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \n \uc120\ud0dd\ud55c \uc0c1\ud488\ub9cc \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uc73c\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Option is not selected for this product. \n Do you want to move selected items to shopping cart?","\ubcf8\uc0c1\ud488\uc758 \ud544\uc218 \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694":"Please select required option(s) for the main product.","\ubcf8\uc778 \uc778\uc99d\uc744 \ud558\uc154\uc57c\ud569\ub2c8\ub2e4.":"Please verify your name.","\ubcf8\uc778\uc758 \uae00\ub9cc \uc5f4\ub78c\uac00\ub2a5\ud558\uc2ed\ub2c8\ub2e4.":"You can only view messages you have posted.","\ubcf8\uc778\uc774 \uc791\uc131\ud558\uc9c0 \uc54a\uc740 \uac8c\uc2dc\ubb3c\uc785\ub2c8\ub2e4.":"This is not your post.","\ubcf8\uc778\uc778\uc99d":"Name Verification","\ubd80\uac00\uacb0\uc81c \uae08\uc561":"Amount paid with additional payment method","\ubd80\ubd84 \ucde8\uc18c\ub85c \uc778\ud55c \ud658\ubd88\uae08\uc561\uc744 \uc81c\uc678\ud55c \uae08\uc561\uc774 \uccad\uad6c\ub429\ub2c8\ub2e4.":"The amount excluding refund amount due to partial cancellation will be charged.","\ubd84\ub958 \uc124\uc815":"Manage category","\ubd84\ub958\ubcc4":"by Category","\ubd84\ub9ac\uad6c\ub9e4\ud615 \uc138\ud2b8\uc0c1\ud488\uc740 \uc0c1\ud488\uc0c1\uc138\ubcf4\uae30\uc5d0\uc11c \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Please move to product details page first to checkout the selected set items.","\ubd88\uac00\ub2a5":"Not valid\u00a0","\ube0c\ub77c\uc6b0\uc800 \uc0c1\ub2e8 \uc18c\uac1c\uae00":"Browser's introduction on top","\ube0c\ub79c\ub4dc":"Brand","\ube0c\ub79c\ub4dc\uba85":"Brand Name","\ube44\uacfc\uc138":"Tax-free","\ube44\uad50\ud560 \ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no item to compare.","\ube44\uad50\ud560 \uc0c1\ud488\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select items you wish to compare.","\ube44\ub840":"Proportion","\ube44\ubc00\uae00":"Private","\ube44\ubc00\uae00 \ube44\ubc00\ubc88\ud638\uac00 \ud2c0\ub9bd\ub2c8\ub2e4.":"Wrong Private Post Password","\ube44\ubc00\uae00 \uc785\ub2c8\ub2e4.":"This is a private post.","\ube44\ubc00\uae00\uc124\uc815":"Edit Private Reply","\ube44\ubc00\uae00\uc740 \ubbf8\ub9ac\ubcf4\uae30\uac00 \ubd88\uac00 \ud569\ub2c8\ub2e4.":"Private posts cannot be previewed","\ube44\ubc00\ub313\uae00":"Private comment","\ube44\ubc00\ub313\uae00 \uc785\ub2c8\ub2e4.":"This comment is private.","\ube44\ubc00\ubc88\ud638":"Password","\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd":"Changing password","\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\ud558\uae30":"Change your password","\ube44\ubc00\ubc88\ud638 \uc218\uc815":"Change password","\ube44\ubc00\ubc88\ud638 \uc624\ub958\uc785\ub2c8\ub2e4.":"Password error.","\ube44\ubc00\ubc88\ud638 \uc785\ub825\uc774 \ud615\uc2dd\uc5d0 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"The password you entered is not valid. Please enter a valid password again.","\ube44\ubc00\ubc88\ud638 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Password is required","\ube44\ubc00\ubc88\ud638 \ud655\uc778":"Confirm Password","\ube44\ubc00\ubc88\ud638 \ud655\uc778 \ub2f5\ubcc0\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter password's security answer.","\ube44\ubc00\ubc88\ud638 \ud655\uc778\uc2dc \ub2f5\ubcc0":"Please enter your answer to the security question.","\ube44\ubc00\ubc88\ud638 \ud655\uc778\uc2dc \uc9c8\ubb38 \ud655\uc778":"Check security question","\ube44\ubc00\ubc88\ud638 \ud655\uc778\uc744 5\ud68c \uc5f0\uc18d\uc73c\ub85c \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.\n5\ubd84 \ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"You have entered an incorrect password 5 times. Please try again in 5 minutes.","\ube44\ubc00\ubc88\ud638, \ube44\ubc00\uba54\ubaa8":"Password, Private Memo","\ube44\ubc00\ubc88\ud638\uac00 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your password is changed.","\ube44\ubc00\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc544 \uc0ad\uc81c \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Please enter a valid password in order to remove the post.","\ube44\ubc00\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc544 \uc218\uc815 \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Please enter a valid password in order to edit the post.","\ube44\ubc00\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Passwords do not match.","\ube44\ubc00\ubc88\ud638\ub294 4~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Your password should have 4-16 characters.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 10\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Password should contain a combination of at least two of the following: upper and lower case letters, numbers, or special characters. There should be 10-16 characters.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4":"Password should contain a combination of at least two of the following: upper and lower case letters, numbers, or special characters. There should be 8-16 characters.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Password should contain a combination of at least two of the following: upper and lower case letters, numbers, or special characters. There should be 8-16 characters.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 10\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"10~16 characters in length and must include characters from at least 2 different character groups (alphabetic characters, numbers, and symbols)","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4":"Your password must be between 8 and 16 characters in length and contain letters from two different groups (alphabetic characters, numbers, and symbols).","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"8~16 characters in length and must include characters from at least 2 different character groups (alphabetic characters, numbers, and symbols)","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 3\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569,8\uc790 ~ 16\uc790\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"For your password you must use 8~16 characters combined with 3 of the following, upper and lower case letters\/numbers\/special characters.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38(\uc18c\ubb38\uc790), \uc22b\uc790 4~12\uae00\uc790\ub85c \uc785\ub825 \ud574\uc8fc\uc138\uc694.":"Your password can only contain 4 to 12 lowercase alphabets and numbers.","\ube44\ubc00\ubc88\ud638\ub294 \uc601\ubb38(\uc18c\ubb38\uc790), \uc22b\uc790 4~12\uae00\uc790\ub85c \uc785\ub825 \ud574\uc8fc\uc138\uc694.":"Your password must be between 4 and 12 characters in length and contain lower cases and numbers.","\ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Would you like to change your password?","\ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter a password","\ube44\ubc00\ubc88\ud638\ub97c \uc815\ud655\ud558\uac8c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please make sure your password is typed correctly.","\ube44\ubc00\ubc88\ud638\uc640 \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc774 \ud2c0\ub9bd\ub2c8\ub2e4.":"Your password and password confirmation do not match.","\ube44\ubc00\ubc88\ud638\ucc3e\uae30(1\ub2e8\uacc4)":"Find Password (1st Stage)","\ube44\ubc00\ubc88\ud638\ucc3e\uae30(2\ub2e8\uacc4)":"Find Password (2nd Stage)","\ube44\ubc00\ubc88\ud638\ucc3e\uae30\uac1c\uc778\uc815\ubcf4":"Find Password Personal information","\ube44\ubc00\ubc88\ud638\ucc3e\uae30\uacb0\uacfc":"Results","\ube44\ubc00\ubc88\ud638\ucc3e\uae30\uc9c8\ubb38":"Find password security question","\ube44\uc0ac\uc6a9\uc911\uc778 \uae30\ub2a5\uc785\ub2c8\ub2e4.":"Unused feature","\ube44\uc0ac\uc6a9\uc911\uc785\ub2c8\ub2e4.":"This is not being used.","\ube44\ud68c\uc6d0":"Non-Member","\ube44\ud68c\uc6d0 \uad6c\ub9e4 \ubc0f \uacb0\uc81c \uac1c\uc778\uc815\ubcf4 \ucde8\uae09\ubc29\uce68":"Guest Checkout and Privacy Policy","\ube44\ud68c\uc6d0 \uad6c\ub9e4\uc2dc \uac1c\uc778\uc815\ubcf4\uc218\uc9d1\uc774\uc6a9 \ub3d9\uc758":"Privacy Policy for Guest Checkout","\ube44\ud68c\uc6d0 \uad6c\ub9e4\uc2dc \uac1c\uc778\uc815\ubcf4\uc218\uc9d1\uc774\uc6a9\uc5d0 \ub3d9\uc758\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"You must agree to the Privacy Policy to checkout as a guest.","\ube44\ud68c\uc6d0 \uc8fc\ubb38 \ud328\uc2a4\uc6cc\ub4dc":"Guest Password","\ube44\ud68c\uc6d0\uacb0\uc81c \ube44\ubc00\ubc88\ud638":"Guest Checkout Password","\ube44\ud68c\uc6d0\uacb0\uc81c \ube44\ubc00\ubc88\ud638 \ud655\uc778":"Confirm Guest Checkout Password","\ube44\ud68c\uc6d0\uad6c\ub9e4 \uac1c\uc778\ubcf4\ud638\uc815\ucc45\uc5d0 \ub3d9\uc758\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"Agree to non-member's personal information protection policy","\ube44\ud68c\uc6d0\ube44\ubc00\ubc88\ud638\ub294 \ubb38\uc790 \ub610\ub294 \uc22b\uc790 4~12\uc790\ub9ac\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Non-member's password should consist of 4-12 letters or numbers.","\ube44\ud68c\uc6d0\uc8fc\ubb38 \ube44\ubc00\ubc88\ud638":"Guest Password","\ube44\ud68c\uc6d0\uc8fc\ubb38 \uc815\ucc45 \ub3d9\uc758":"Agree to Cancellation Policy","\ube60\ub978 \uc2dc\uac04 \uc548\uc5d0 \ucc98\ub9ac\ud574 \ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.":"We will fix it as soon as possible.","\ube60\ub978\ub4f1\uae30":"Registered Shipping (Express)","\ube60\ub978\uc2dc\uac04\ub0b4\uc5d0 \ub2f5\ubcc0\ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4. \uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824 \uc8fc\uc138\uc694!":"Answer quickly. Please wait!","\uc0ac\uac00\uc640 \uc775\uc2a4\ud504\ub808\uc2a4(\uc5f0\ub3d9)":"SAGAWA Express","\uc0ac\uc5c5\uc790 \uad6c\ubd84":"Business Category","\uc0ac\uc5c5\uc790 \uad6c\ubd84(\uac1c\uc778, \ubc95\uc778)":"Business Type (Individual, Corporation)","\uc0ac\uc5c5\uc790 \ubc88\ud638":"Business Number","\uc0ac\uc5c5\uc790\uad6c\ubd84":"Corporation Classification","\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638":"Business Registration Number","\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638\ub97c":"Business Registration No.","\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid Business Registration No.","\uc0ac\uc5c5\uc790\ubc88\ud638":"Business Number","\uc0ac\uc5c5\uc790\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the corporate number","\uc0ac\uc5c5\uc790\uc0c1\ud638\uba85\uc744":"Business name","\uc0ac\uc5c5\uc790\ud68c\uc6d0":"Corporate Member","\uc0ac\uc5c5\uc7a5 \uc8fc\uc18c":"Business Address","\uc0ac\uc6a9 [BALANCE_STR]":"[BALANCE_STR] Used","\uc0ac\uc6a9 [MILEAGE_STR]":"Use [MILEAGE_STR]","\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c\uc218\ub2e8 \uc5c6\uc74c":"No payment method available","\uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubb38\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No available message","\uc0ac\uc6a9 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"Unauthorized","\uc0ac\uc6a9 \uc548\ud568":"Not used\u00a0","\uc0ac\uc6a9 \uc5ec\ubd80":"Usage","\uc0ac\uc6a9 \uc608\uce58\uae08":"Credit Balance Usage","\uc0ac\uc6a9 \uc801\ub9bd\uae08":"Store Credit Usage","\uc0ac\uc6a9\uac00\ub2a5 [BALANCE_STR](\ub204\uc801 [BALANCE_STR]-\uc0ac\uc6a9\ub41c [BALANCE_STR]-\ud604\uae08\ud658\ubd88\uc694\uccad [BALANCE_STR])\uc740 \uc0c1\ud488 \uad6c\ub9e4 \uc2dc \ud604\uae08\uacfc \ub3d9\uc77c\ud558\uac8c \uc5b8\uc81c\ub4e0\uc9c0 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"[BALANCE_STR] balance (Accumulated [BALANCE_STR]- [BALANCE_STR] used - [BALANCE_STR]) refunded) can be used like cash to pay for any product purchase.","\uc0ac\uc6a9\uac00\ub2a5 [BALANCE_STR]\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.":"The amount you have entered is greater than your [BALANCE_STR] balance.","\uc0ac\uc6a9\uac00\ub2a5 [MILEAGE_STR]\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.\n[MILEAGE_STR] \uc0ac\uc6a9\uae08\uc561\uc744 \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"The amount you have entered is greater than your [MILEAGE_STR] balance. \n Please re-enter the amount of [MILEAGE_STR] you want to use.","\uc0ac\uc6a9\uac00\ub2a5 \uc608\uce58\uae08(\ub204\uc801 \uc608\uce58\uae08-\uc0ac\uc6a9\ub41c \uc608\uce58\uae08-\ud604\uae08\ud658\ubd88\uc694\uccad \uc608\uce58\uae08)\uc740 \uc0c1\ud488 \uad6c\ub9e4 \uc2dc \ud604\uae08\uacfc \ub3d9\uc77c\ud558\uac8c \uc5b8\uc81c\ub4e0\uc9c0 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Available deposit amount (Accumulated deposit amount- Used deposit amount-Cash refund request deposit)can be used like cash to pay for any product purchase.","\uc0ac\uc6a9\uac00\ub2a5 \uc608\uce58\uae08\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.":"It is greater than your available credit balance.","\uc0ac\uc6a9\uac00\ub2a5 \uc801\ub9bd\uae08\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08 \uc0ac\uc6a9\uae08\uc561\uc774 0\uc73c\ub85c \ucc98\ub9ac\ub429\ub2c8\ub2e4.":"It is greater than your available credit balance. \n Store credit usage amount will be set to 0.","\uc0ac\uc6a9\uac00\ub2a5 \ud3ec\uc778\ud2b8\ubcf4\ub2e4 \uc120\ud0dd\ud55c \uc0ac\uc740\ud488\uc774 \ub9ce\uc2b5\ub2c8\ub2e4.":"You have selected more free gifts than allowed.","\uc0ac\uc6a9\uac00\ub2a5\ud55c \uacb0\uc81c\uc218\ub2e8\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.":"No available method of payment. Please contact adminstrator.","\uc0ac\uc6a9\uac00\ub2a5\ud55c \ub2c9\ub124\uc784\uc785\ub2c8\ub2e4.":"Available username","\uc0ac\uc6a9\uac00\ub2a5\ud55c \uc544\uc774\ub514\uc785\ub2c8\ub2e4.":"Available ID","\uc0ac\uc6a9\uac00\ub2a5\ud55c \ucfe0\ud3f0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no valid coupon.","\uc0ac\uc6a9\uae30\uac04":"Valid","\uc0ac\uc6a9\ubd88\uac00\ub2a5 \ucfe0\ud3f0\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"There is a non-usable coupon.","\uc0ac\uc6a9\uc548\ud568":"Do not use","\uc0ac\uc6a9\uc548\ud568, \uc0ac\uc6a9\uc548\ud568\uc73c\ub85c \uc124\uc815\ud558\uba74, \uae30\uc874 \uc1fc\ud551\ubab0 \ud654\uba74\uc758 \uac01 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Do not use, Set in do not use to move to different pages in this shopping site.","\uc0ac\uc6a9\uc548\ud568, \uc0ac\uc6a9\ud568":"Don't use, Use","\uc0ac\uc6a9\uc774 \ubd88\uac00\ub2a5\ud55c \ucfe0\ud3f0\uc785\ub2c8\ub2e4.":"This coupon cannot be used.","\uc0ac\uc6a9\uc790 \uc785\uae08\uc804\ucde8\uc18c":"User's cancellation before deposit","\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc635\uc158 \uc0c1\ud488\uc740 \uc218\ub7c9 \ubcc0\uacbd\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"The user designated option cannot be modified.","\uc0ac\uc6a9\uc790 \uc9c0\uc815 \uc635\uc158 \uc0c1\ud488\uc740 \uc635\uc158\ubcc0\uacbd\uc744 \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"User designated options cannot be changed.","\uc0ac\uc6a9\uc870\uac74":"Conditions of Use","\uc0ac\uc6a9\ud558\uae30":"Use","\uc0ac\uc6a9\ud55c \ucfe0\ud3f0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4":"There is no coupon that's been used.\u00a0","\uc0ac\uc6a9\ud560 \uc218 \uc5c6\ub294 \uc544\uc774\ub514\uc785\ub2c8\ub2e4.":"This ID is unavailable.","\uc0ac\uc6a9\ud568":"Use","\uc0ac\uc6a9\ud568, \uc0ac\uc6a9\ud568\uc73c\ub85c \uc124\uc815\ud558\uba74, \uc6d0\ud558\ub294 \ubd80\ubd84\uc744 \ubc14\ub85c \uc218\uc815\ud560 \uc218 \uc788\ub3c4\ub85d \uad00\ub9ac\uc790 \ud398\uc774\uc9c0\ub97c \ub9c1\ud06c\ud558\uc5ec \uc90d\ub2c8\ub2e4. \uc6d0\ud558\ub294 \ubd80\ubd84\uc758 \uad00\ub9ac\uc790 \uc124\uc815\uacfc \ub514\uc790\uc778 \ud3b8\uc9d1\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Use, Set in Use and an admin page will be linked so that you can edit in detail. You can edit admin settings and design.","\uc0ac\uc6a9\ud6c4\uae30":"Product Review","\uc0ac\uc6a9\ud6c4\uae30 \uc21c":"Sort By Product Review","\uc0ac\uc720":"Reasons","\uc0ac\uc720\ub97c \uc120\ud0dd\ud558\uc138\uc694.":"Pelase select the reason.\u00a0","\uc0ac\uc740\ud488":"Freebie","\uc0ac\uc740\ud488 \uc120\ud0dd \ubc29\ubc95\uc774 \uc77c\uce58 \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The freebie selection mode does not match.","\uc0ac\uc740\ud488 \uc2e0\uccad\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Successful freebie request","\uc0ac\uc740\ud488 \ud31d\uc5c5":"Freebie pop-up","\uc0ac\uc740\ud488\ubaa9\ub85d":"Freebie List","\uc0ac\uc740\ud488\uc120\ud0dd":"Choose freebie","\uc0ac\uc740\ud488\uc744 \uc120\ud0dd\ud558\uc138\uc694":"Please select your freebie.","\uc0ac\uc740\ud488\uc758 \uc635\uc158\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Please select freebie option.","\uc0ac\uc774\ud2b8\uc758 \ud31d\uc5c5\ucc28\ub2e8\uc744 \ud574\uc81c\ud574\uc8fc\uc154\uc57c \uc815\uc0c1\uc801\uc778 \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4":"You can have a successful payment by disabling this site's pop-up blocker.","\uc0ad\uc81c":"Delete","\uc0ad\uc81c \uc2dc, \ud558\uc704\ub514\uc790\uc778(\uc790\uc2dd)\uc740 \uc815\uc0c1\uc801\uc73c\ub85c \uc0c1\uc18d\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Upon deletion, sub design (child) cannot be normally inherited.","\uc0ad\uc81c \uc2dc, \ud558\uc704\uc2a4\ud0a8(\uc790\uc2dd)\uc740 \uc815\uc0c1\uc801\uc73c\ub85c \uc0c1\uc18d\uc744 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Upon deletion, sub design (child) cannot be normally inherited.","\uc0ad\uc81c \uc5ec\ubd80":"Deletion","\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete?","\uc0ad\uc81c \ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select which list to delete.","\uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to delete","\uc0ad\uc81c\ub41c \uc0c1\ud488":"Deleted product\u00a0","\uc0ad\uc81c\ub41c \uce74\ud14c\uace0\ub9ac":"Deleted category\u00a0","\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete?","\uc0ad\uc81c\ud558\uc2e4 \ub514\uc790\uc778\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Select the design you want to delete.","\uc0ad\uc81c\ud558\uc2e4 \uc2a4\ud0a8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select which template to delete.","\uc0ad\uc81c\ud55c \ub514\uc790\uc778\uc740 \ubcf5\uad6c\uac00 \ubd88\uac00\ub2a5\ud558\uba70,":"Deleted design cannot be restored,","\uc0ad\uc81c\ud55c \uc2a4\ud0a8\uc740 \ubcf5\uad6c\uac00 \ubd88\uac00\ub2a5\ud558\uba70,":"You cannot restore deleted template and,","\uc0ad\uc81c\ud560 \ubc1c\uc1a1\uadf8\ub8f9\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select which shipping group to delete.","\uc0ad\uc81c\ud560 \ud14c\ub9c8\ub97c \uc120\ud0dd\ud558\uc138\uc694.":"Select which template you would like to delete","\uc0ad\uc81c\ud560 \ud14c\ub9c8\ub97c \ud074\ub9ad\ud574\uc8fc\uc138\uc694.":"Select the theme you would like to delete.","\uc0ad\uc81c\ud560 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select item to delete.","\uc0ad\uc81c\ud560 \ud68c\uc6d0\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select which member to delete.","\uc0c1\ub2e8 \uc774\ubbf8\uc9c0":"Top Image","\uc0c1\ub2f4\uc6d0 \uace0\uac1d\uc751\ub300 \uc11c\ube44\uc2a4\uac00 \ubd88\ub9cc\uc774\ub2e4":"Dissatisfied with customer services","\uc0c1\uc138 \ub514\uc790\uc778 \uc124\uc815":"Design Detail Settings","\uc0c1\uc138 \uc8fc\uc18c\ub97c \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Register address details","\uc0c1\uc138\ubd84\ub958":"Sub-Sub-Sub Category","\uc0c1\uc138\uc0ac\uc720\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter the reason in detail.\u00a0","\uc0c1\uc138\uc815\ubcf4 \uae30\ubcf8\ud45c\uc2dc \uc124\uc815\uc744 \uc815\uc758\ud569\ub2c8\ub2e4., \uc0c1\ud488 \ud45c\uc2dc\ud56d\ubaa9 \uad00\ub9ac":"Characterize detailed information's default display settings., Displayed item setting","\uc0c1\uc18d \ubc1b\ub294 \ud558\uc704 \uc2a4\ud0a8":"Sub template being inherited.","\uc0c1\uc18d \ud574\uc8fc\ub294 \uc0c1\uc704 \uc2a4\ud0a8":"Inheriting higher template","\uc0c1\uc18d\uc911\uc778 \uc2a4\ud0a8\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no template inherited.","\uc0c1\uc704\uc2a4\ud0a8(\ubd80\ubaa8)":"Upper template (Parent)","\uc0c1\uc810 \uacb0\uc81c\ubc29\uc2dd\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \uc0c1\uc810 \uacb0\uc81c\ubc29\uc2dd \uc124\uc815":"Shop's payment method will be set., Shop's payment method setting","\uc0c1\uc810\uc6b4\uc601 \ubc29\uc2dd\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \uc0c1\ud488\uc6b4\uc601 \uad00\ub9ac \uc124\uc815":"Shop's operating system will be set-up., Item management setting","\uc0c1\uc810\uc6b4\uc601 \uc815\ubcf4\ub97c \uc785\ub825\ud569\ub2c8\ub2e4., \uc0c1\uc810\uc6b4\uc601 \uc815\ubcf4 \uc124\uc815":"Shop's management information will be added., Shop's management information setting","\uc0c1\ud488":"Item","\uc0c1\ud488 Q&A":"Product Q&A","\uc0c1\ud488 Q&A\uc785\ub2c8\ub2e4.":"Product Q&A","\uc0c1\ud488 QA\ucf54\ub4dc\ub97c \ubc1c\uae09\ud569\ub2c8\ub2e4., \uc0c1\ud488 QR\ucf54\ub4dc":"Item QA code will be issued., Item QR code","\uc0c1\ud488 \uac2f\uc218\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"Incorrect number of items. Please try again.","\uc0c1\ud488 \uae08\uc561 \uae30\uc900":"Based on product price","\uc0c1\ud488 \ub370\uc774\ud130\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. (\uad6c\ub9e4\ud560 \uc218 \uc788\ub294 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.)":"The product data is not valid. (There is no purchasable product.)","\uc0c1\ud488 \ubaa9\ub85d\uc5d0 \uc0c8\ub85c\uc6b4 \ubd84\ub958\ub97c \ub4f1\ub85d\ud569\ub2c8\ub2e4., \ub300\ubd84\ub958 \ub4f1\ub85d":"A new category on the item list will be added., Add main category","\uc0c1\ud488 \ubaa9\ub85d\uc5d0 \ud45c\uc2dc\ub418\ub294 \ud56d\ubaa9\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \ud45c\uc2dc\ud56d\ubaa9 \uad00\ub9ac":"Lists that will be displayed on the catalogue will be set-up., Catalogue setting","\uc0c1\ud488 \ubc88\ud638\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.":"Item number is needed.","\uc0c1\ud488 \ubd84\ub958\ubcc4 \ub514\uc790\uc778 \uc124\uc815":"Design per product category setting","\uc0c1\ud488 \ubd88\ub9cc\uc871":"Unsatisfied with product","\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30":"Product Review","\uc0c1\ud488 \uc0ac\uc6a9\ud6c4\uae30\uc785\ub2c8\ub2e4.":"Product Reviews","\uc0c1\ud488 \uc218\ub7c9\uc5d0 \uad00\uacc4\uc5c6\uc774 \uac1c\ubcc4 \ubc30\uc1a1\ube44 \uc801\uc6a9":"Flat Rate Shipping","\uc0c1\ud488 \uc218\ub7c9\uc5d0 \ub530\ub77c \ubc30\uc1a1\ube44 \uc99d\uac00":"Quantity Dependent Shipping Rate","\uc0c1\ud488 \uc218\uc815":"Edit Item","\uc0c1\ud488 \uc870\ub974\uae30\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \ubc1c\uc1a1\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your message has been sent successfully.","\uc0c1\ud488 \ucd94\uac00\uc815\ubcf4":"Additional Product Details","\uc0c1\ud488 \ucd94\uac00\uc815\ubcf4 \ubcf4\uae30":"More Details","\uc0c1\ud488 \uce74\ud14c\uace0\ub9ac \uae30\ubcf8\uc124\uc815\uc744 \uc218\uc815\ud569\ub2c8\ub2e4., \uce74\ud14c\uace0\ub9ac \uae30\ubcf8\uc124\uc815":"Basic setting for item category will be changed., Change category basic setting","\uc0c1\ud488 \uce74\ud14c\uace0\ub9ac \ud5e4\ub354":"Item Category Header","\uc0c1\ud488 \ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no item code","\uc0c1\ud488(\ud488\ubaa9) \uac1c\uc218":"Product (item) quantity","\uc0c1\ud488, \uc0c1\ud488\uad70":"Item, Item Display","\uc0c1\ud488, \uc0c1\ud488\uad70\ubc88\ud638":"Item, Item Display Number","\uc0c1\ud488, \uc0c1\ud488\uad70\uc774\ub984":"Item, Item Display Name","\uc0c1\ud488, \uc0c1\ud488\uad70\ucf54\ub4dc":"Item, Item Display Code","\uc0c1\ud488\/\uc635\uc158":"Products\/Options","\uc0c1\ud488Q&A\ub2f5\uae00":"Product Q&A Reply","\uc0c1\ud488Q&A\ub313\uae00\uc0ad\uc81c":"Delete Product Q&A Reply","\uc0c1\ud488Q&A\ubaa9\ub85d":"Product Q&A List","\uc0c1\ud488Q&A\ube44\ubc00\uae00":"Private Product Q&A","\uc0c1\ud488Q&A\uc0c1\uc138\ubcf4\uae30":"See Product Q&A Details","\uc0c1\ud488Q&A\uc218\uc815":"Edit Product Q&A","\uc0c1\ud488Q&A\uc4f0\uae30":"Write Product Q&A","\uc0c1\ud488\uac00":"Product Price","\uc0c1\ud488\uac00\uaca9 \uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\n[F5]\ud0a4\ub97c \ub20c\ub7ec \ud604\uc7ac \ud398\uc774\uc9c0 \uc0c8\ub85c\uace0\uce68 \ud558\uc2dc\uba74 \ubcc0\uacbd\ub41c \uac00\uaca9\uc73c\ub85c \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.":"There is a modification history on the product price details.\n\n Press [F5] key to refresh current page then to initialize to the changed price.","\uc0c1\ud488\uac00\uaca9 \uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\n[\ud655\uc778]\uc744 \ud074\ub9ad \ud558\uc2dc\uba74 \ubcc0\uacbd\ub41c \uac00\uaca9\uc73c\ub85c \ucd08\uae30\ud654 \ub429\ub2c8\ub2e4.":"Changes can be seen in the item price detail. Click \n\n[\ud655\uc778] to reset back to the changed price.","\uc0c1\ud488\uac00\uaca9 \uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n[\ud655\uc778] \ud074\ub9ad\uc2dc \uc218\uc815\ub41c \uc0c1\ud488\uac00\uaca9\uc73c\ub85c \uc801\uc6a9\ub429\ub2c8\ub2e4.":"There is a change in the product pricing. \n[OK] Changed product price will be applied when clicked.","\uc0c1\ud488\uac00\uaca9\uc5d0 \ube44\ud574 \ud488\uc9c8\uc774 \ub5a8\uc5b4\uc9c4\ub2e4":"The quality is poor for the price","\uc0c1\ud488\uac00\uaca9\uc774 0\uc6d0 \uc774\ud558\uc778 \uc0c1\ud488\uc740 \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Sorry, you cannot purchase items priced at zero or lower.","\uc0c1\ud488\uac00\uaca9\uc774 \ube44\uc2f8\ub2e4":"The products are high-priced","\uc0c1\ud488\uac04\ub7b5\uc124\uba85":"Brief Product Description","\uc0c1\ud488\uac80\uc0c9":"Search Item","\uc0c1\ud488\uac80\uc0c9\uc120\ud0dd":"Select Search for Items","\uc0c1\ud488\uac80\uc0c9\uc870\uac74\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \uc0c1\ud488\uac80\uc0c9\uc870\uac74 \uc124\uc815":"Criteria for product search will be set-up., Product search criteria setting","\uc0c1\ud488\uad00\ub828":"Item related","\uc0c1\ud488\uad6c\ub9e4":"Purchase Item","\uc0c1\ud488\uad6c\ub9e4\uae08\uc561":"Order Total","\uc0c1\ud488\uad6c\ub9e4\uae08\uc561\uc774 %s\uc6d0 \uc774\uc0c1\uc774\uc5b4\uc57c \n[MILEAGE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The order total must be %s won or more to use [MILEAGE_STR].","\uc0c1\ud488\uad6c\ub9e4\uae08\uc561\uc774 %s\uc6d0 \uc774\uc0c1\uc774\uc5b4\uc57c \n\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Your order total must be %s or more in order to use reward points.","\uc0c1\ud488\uad6c\ub9e4\uc2dc \uc0ac\uc6a9\ud55c [MILEAGE_STR]":"[MILEAGE_STR] used for product purchases","\uc0c1\ud488\uad6c\ub9e4\uc2dc \uc0ac\uc6a9\ud55c \uc801\ub9bd\uae08":"Store credit used upon purchasing product","\uc0c1\ud488\uba85":"Product Name","\uc0c1\ud488\uba85 : %s\uc740(\ub294) \uad6c\ub9e4\ud560 \uc218 \uc788\ub294 \uc0c1\ud488\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Item Name: %s is not a purchasable item.","\uc0c1\ud488\uba85 \uc21c":"Sort By Product Name","\uc0c1\ud488\uba85\/\uc81c\uc870\uc0ac":"Item Name\/Manufacturer","\uc0c1\ud488\uba85\uc21c":"Sort By Product Name","\uc0c1\ud488\ubaa9\ub85d, \uacf5\ub3d9\uad6c\ub9e4":"Item List, Joint Purchase","\uc0c1\ud488\ubaa9\ub85d\uc5d0 \ub098\uc624\ub294 \uc544\uc774\ucf58\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \uc0c1\ud488 \uc544\uc774\ucf58 \uc124\uc815":"Icons which will be shown on the product list will be set-up., Product icon setting","\uc0c1\ud488\ubb38\uc758":"Product Inquiry","\uc0c1\ud488\ubc88\ud638":"Item Number","\uc0c1\ud488\ubcc0\uacbd, \uad50\ud658 \uc794\uc561":"Change Item, Exchange Balance","\uc0c1\ud488\ubcc0\uacbd, \uad50\ud658 \uc794\uc561":"Change of Item, Remaining Balance - Exchange","\uc0c1\ud488\ubcc4 \ubd84\ub958\ubcc4":"Per Item Per Category","\uc0c1\ud488\ubcc4 \ucd5c\ub300 \uc8fc\ubb38\uc218\ub7c9\uc740 %s \uc785\ub2c8\ub2e4.":"The maximum order quantity for this product is %s.","\uc0c1\ud488\ubcc4 \ucd5c\uc18c \uc8fc\ubb38\uc218\ub7c9\uc740 %s \uc785\ub2c8\ub2e4.":"The minimum order quantity for this product is %s.","\uc0c1\ud488\ubcc4 \ucfe0\ud3f0 \uc120\ud0dd \uc2dc \uc8fc\ubb38\uc11c\ubcc4 \ucfe0\ud3f0\uc774 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.\n\uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Your coupon per order will be reset once you choose your coupon per item. Apply \n?","\uc0c1\ud488\ubcc4 \ucfe0\ud3f0 \uc120\ud0dd \uc2dc \uc8fc\ubb38\uc11c\ubcc4 \ucfe0\ud3f0\uc774 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.\\n\uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Selecting the product discount coupon will initialize purchase discount coupon.\\nDo you want to continue?","\uc0c1\ud488\ubcc4\ucd94\uac00\ud560\uc778":"Additional discount per product","\uc0c1\ud488\ubd84\ub958":"Product category","\uc0c1\ud488\ubd84\ub958 \uc120\ud0dd":"Select Product Category","\uc0c1\ud488\ubd84\ub958 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Invalid item category","\uc0c1\ud488\ubd88\ub7c9":"Defective Products","\uc0c1\ud488\ubd88\ub9cc\uc871":"Unsatisfied with product","\uc0c1\ud488\ube44\uad50":"Compare Items","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\ub2f5\uae00":"Product Review Comment","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\ub313\uae00\uc0ad\uc81c":"Delete product review comment","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\ubaa9\ub85d":"Product Review List","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\ube44\ubc00\uae00":"Private Product Review","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\uc0c1\uc138\ubcf4\uae30":"See Product Review Details","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\uc218\uc815":"Edit Product Review","\uc0c1\ud488\uc0ac\uc6a9\ud6c4\uae30\uc4f0\uae30":"Write product review","\uc0c1\ud488\uc0c1\uc138":"Item Details","\uc0c1\ud488\uc0c1\uc138 \uacf5\ud1b5\uc774\ubca4\ud2b8 \uad00\ub9ac\ub97c \ud569\ub2c8\ub2e4., \uc0c1\ud488\uc0c1\uc138 \uacf5\ud1b5\uc774\ubca4\ud2b8 \uad00\ub9ac":"Product details common event will be managed., Product details common event management","\uc0c1\ud488\uc0c1\uc138 \uc815\ubcf4":"Item Details","\uc0c1\ud488\uc0c1\uc138, \uc7a5\ubc14\uad6c\ub2c8":"Item Details, Shopping Cart","\uc0c1\ud488\uc0c1\uc138\uc124\uba85":"Product Description","\uc0c1\ud488\uc0c1\uc138\uc815\ubcf4":"Product Details","\uc0c1\ud488\uc635\uc158\uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\n[F5]\ud0a4\ub97c \ub20c\ub7ec \ud604\uc7ac \ud398\uc774\uc9c0 \uc0c8\ub85c\uace0\uce68 \ud6c4 \uc635\uc158\uc744 \ub2e4\uc2dc \uc120\ud0dd\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"There is a modification history on product option details.\n\n Press [F5] key to refresh current page then reselect option.","\uc0c1\ud488\uc635\uc158\uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\n[\ud655\uc778]\uc744 \ud074\ub9ad \ud558\uc2dc\uba74 \uc635\uc158\uc774 \ubcc0\uacbd\ub41c \uc0c1\ud488\uc740 \uc0ad\uc81c\uac00\ub429\ub2c8\ub2e4. \ub2e4\uc2dc \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uc544\uc8fc\uc138\uc694.":"Changes can be seen in the item options detail. Click \n\n[\ud655\uc778] to delete items with changed options. Please add to cart again.","\uc0c1\ud488\uc635\uc158\uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n[\ud655\uc778] \ud074\ub9ad \ud6c4 \ud398\uc774\uc9c0 \uc0c8\ub85c\uace0\uce68 \ub418\uba74 \uc635\uc158\uc744 \ub2e4\uc2dc \uc120\ud0dd\ud574 \uc8fc\uc2ed\uc2dc\uc624.":"There is a change in the product option's information. \n[OK] After clicking please choose the option again after the page refreshes.","\uc0c1\ud488\uc694\uc57d\uc815\ubcf4":"About Item","\uc0c1\ud488\uc744 \ub4f1\ub85d\ud569\ub2c8\ub2e4., \uc0c1\ud488 \ub4f1\ub85d":"Product will be registered., Product registration","\uc0c1\ud488\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select item","\uc0c1\ud488\uc744 \uc9c4\uc5f4\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4., \uba54\uc778\uc0c1\ud488 \uc9c4\uc5f4\uad00\ub9ac":"Product can be displayed., Main product display management","\uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no product.","\uc0c1\ud488\uc774 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub4e4\uc5b4\uc788\uc2b5\ub2c8\ub2e4.":"There is an item in the shopping cart.","\uc0c1\ud488\uc774\ubbf8\uc9c0":"Product Image","\uc0c1\ud488\uc774\ubbf8\uc9c0 \ud3ec\ud568\uc5ec\ubd80":"Include\/exclude product image","\uc0c1\ud488\uc774\ubbf8\uc9c0\uacbd\ub85c":"Item Image Route","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310":"Forum","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\ub2f5\uae00":"General Forum Comment","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\ub313\uae00\uc0ad\uc81c":"Delete General Forum Comment","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\ubaa9\ub85d":"Product General Discussion Forum List","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\ube44\ubc00\uae00":"Private General Forum Post","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\uc0c1\uc138\ubcf4\uae30":"See General Forum Details","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\uc218\uc815":"Edit General Forum","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\uc4f0\uae30":"Write on product general discussion forum","\uc0c1\ud488\uc790\uc720\uac8c\uc2dc\ud310\uc785\ub2c8\ub2e4.":"Forum","\uc0c1\ud488\uc815\ubcf4":"Product Detail","\uc0c1\ud488\uc815\ubcf4 \ud655\uc778\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Product information cannot be found.","\uc0c1\ud488\uc815\ubcf4\uc0c1\uc774":"Item is different from its description","\uc0c1\ud488\uc815\ubcf4\uc5d0 \ubcc0\uacbd\ub0b4\uc5ed\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\n[\ud655\uc778]\uc744 \ud074\ub9ad \ud558\uc2dc\uba74 \ubcc0\uacbd\ub41c \ub0b4\uc6a9\uc73c\ub85c \ucd08\uae30\ud654 \ub429\ub2c8\ub2e4.":"Changed can be seen in the item detail.\n\n Click [Ok] to reset back to the changed details.","\uc0c1\ud488\uc870\ub974\uae30":"Send to a Friend","\uc0c1\ud488\uc885\ub958\uac00 \ubd80\uc871\ud558\ub2e4":"There are not enough product types","\uc0c1\ud488\uc900\ube44\uc911":"Pending","\uc0c1\ud488\ucf54\ub4dc":"Product Code","\uc0c1\ud488\ud560\uc778\uae08\uc561":"Discount","\uc0c1\ud488\ud6c4\uae30 \uac8c\uc2dc\ud310 \uc801\ub9bd":"Points for review posting have been added.","\uc0c1\ud488\ud6c4\uae30\uc0c1\ud488\uc120\ud0dd\ud31d\uc5c5":"Product review item selection pop-up","\uc0c1\ud488\ud6c4\uae30\uc8fc\ubb38\uc815\ubcf4\uc120\ud0dd":"Product review order details selection","\uc0c1\ud638(\ubc95\uc778\uba85)":"Company Name (Corporate Name)","\uc0c1\ud638\uba85":"Company Name","\uc0c1\ud638\uba85\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the business name.","\uc0c8 \ube44\ubc00\ubc88\ud638":"New password","\uc0c8 \ube44\ubc00\ubc88\ud638 \ud655\uc778":"Confirm new password","\uc0c8 \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc774 \uc815\ud655\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"You have failed to verify new password. Please type new password again.","\uc0c8 \ube44\ubc00\ubc88\ud638\uac00 \ud604\uc7ac \ube44\ubc00\ubc88\ud638\uc640 \ub3d9\uc77c\ud569\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"New password is same as the current password. Please type new password again.","\uc0c8\ub85c\uc6b4\uacbd\ub85c":"New route","\uc0c8\ub85c\uc6b4\ubc30\uc1a1\uc9c0":"New Address","\uc0c8\uc774\ub984\uc73c\ub85c \uc800\uc7a5":"Save with a new name","\uc0c9\uc0c1":"Color","\uc0d8\ud50c":"Sample","\uc0d8\ud50c\uc0c1\ud488":"Sample Product","\uc0d8\ud50c\uc0c1\ud488 5":"Sample Item 5","\uc0d8\ud50c\uc635\uc158":"Sample Option","\uc0d8\ud50c\ud31d\uc5c5 \uc774\uc6a9\ud558\uc5ec \ub9cc\ub4e4\uae30":"Create using sample pop-up","\uc0dd\ub144\uc6d4\uc77c":"Date of birth","\uc0dd\ub144\uc6d4\uc77c \ub144\ub3c4\ub294 4\uc790\ub9ac \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter 4 digits for birth year","\uc0dd\ub144\uc6d4\uc77c \ub144\ub3c4\ub294 \uc22b\uc790\ub9cc \uc785\ub825\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Only numbers can be used for birth year.","\uc0dd\ub144\uc6d4\uc77c \ub144\ub3c4\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check the birth year.","\uc0dd\ub144\uc6d4\uc77c \uc6d4\uc774 \uc798\ubabb\ub41c \ud615\uc2dd \uc785\ub2c8\ub2e4.":"Invalid birthday month","\uc0dd\ub144\uc6d4\uc77c \uc77c\uc740 \uc22b\uc790\ub9cc \uc785\ub825\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Only numbers can be used for birthdate.","\uc0dd\ub144\uc6d4\uc77c \uc77c\uc740 \uc798\ubabb\ub41c \ub0a0\uc9dc \uc785\ub2c8\ub2e4.":"Invalid birthday date","\uc0dd\ub144\uc6d4\uc77c \uc77c\uc774 \uc798\ubabb\ub41c \ud615\uc2dd \uc785\ub2c8\ub2e4.":"Invalid birthday format","\uc0dd\ub144\uc6d4\uc77c, \uacb0\ud63c\uae30\ub150\uc77c, \ubc30\uc6b0\uc790 \uc0dd\uc77c":"Birthday, Wedding Anniversary, Spouse's Birthday","\uc0dd\ub144\uc6d4\uc77c\uc740 \uc218\uc815\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can't edit your date of birth","\uc0f5 \uc0c1\ud488 \uac80\uc0c9":"Search Item(s) in Store","\uc11c\ube44\uc2a4 \uc900\ube44 \uc911 \uc785\ub2c8\ub2e4.":"Service is getting ready","\uc11c\ube44\uc2a4 \uc900\ube44 \uc911\uc785\ub2c8\ub2e4.":"Service is getting ready","\uc11c\ube44\uc2a4\uba85 : %s- Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4":"Service Name: %s- Daum Shopping One Service","\uc11c\ube44\uc2a4\uba85 : Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4":"Service Name: Daum Shopping One Service","\uc11c\ube44\uc2a4\ubd88\ub9cc\uc871":"Unsatisfied with service","\uc120\ubd88:%s":"Advance Payment: %s","\uc120\ucc29\uc21c %s\ub9e4":"By order of arrival %s persons","\uc120\ud0dd":"Select","\uc120\ud0dd \uac00\ub2a5\ud55c \ud76c\ub9dd \ubc30\uc1a1\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4. \ub2e4\uc2dc \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Your order cannot be delivered on the selected date. Please try again.","\uc120\ud0dd \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No history selected","\uc120\ud0dd \uc0c1\ud488 \uc801\uc6a9":"Apply on selected item(s)","\uc120\ud0dd \uc0c1\ud488 \uc81c\uc678":"Exclude selected item(s)","\uc120\ud0dd \ud56d\ubaa9\uc744 \uccb4\ud06c\ud574\uc8fc\uc138\uc694.":"Check selected item","\uc120\ud0dd, \uc774\ubbf8\uc9c0, \uc774\ub984, \uac00\uaca9, \uc635\uc158, \uc218\ub7c9, \uc0c1\uc138\ubcf4\uae30":"Select, Image, Name, Price, Option, Quantity, See details","\uc120\ud0dd\ub41c \uacb0\uc81c\uc218\ub2e8\uc774 %s\uc778 \uacbd\uc6b0 %s\uc73c\ub85c \uc804\uc561 \uacb0\uc81c\uac00 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"If the selected method of payment is %s, then full payment with %s is impossible.","\uc120\ud0dd\ub41c \uad6d\uac00\uc5d0 \ubc30\uc1a1 \uac00\ub2a5\ud55c \ubc30\uc1a1\uc5c5\uccb4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There are no carriers that deliver to the country you selected.","\uc120\ud0dd\ub41c \uba54\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no selected mail.","\uc120\ud0dd\ub41c \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no selected item.","\uc120\ud0dd\ub41c \ucfe0\ud3f0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No selected coupon","\uc120\ud0dd\ub41c \ucfe0\ud3f0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \ucfe0\ud3f0 \uc120\ud0dd \ud6c4 \ud074\ub9ad\ud574\uc8fc\uc138\uc694.":"No coupon selected. Please click after selecting a coupon.","\uc120\ud0dd\ub41c \ud68c\uc6d0\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No member selected","\uc120\ud0dd\uba54\ub274 \uc228\uae40":"Hide Selected Menu","\uc120\ud0dd\uba54\ub274 \ud3bc\uce68":"Show Selected Menu","\uc120\ud0dd\uc548\ub41c \ud544\uc218 \uc635\uc158\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"There is an unselected required field.","\uc120\ud0dd\uc548\ud568":"Not selected","\uc120\ud0dd\ud30c\uc77c \uc5f4\uae30":"Open Selected File","\uc120\ud0dd\ud558\uc138\uc694":"Please select","\uc120\ud0dd\ud558\uc2e0 '%s' \uc635\uc158\uc740 \ud310\ub9e4\ud558\uc9c0 \uc54a\uc740 \uc635\uc158\uc785\ub2c8\ub2e4.\n\ub2e4\ub978 \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"The '%s' option you selected is not for sale.\nPlease select another option.","\uc120\ud0dd\ud558\uc2e0 \uac8c\uc2dc\ud310\uc740 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The selected noticeboard is not available for use.","\uc120\ud0dd\ud558\uc2e0 \uacb0\uc81c\uc218\ub2e8\uc73c\ub85c \uacb0\uc81c\uc2dc\uc5d0\ub294 \uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\ubc88\ud638\uac00 \ubc1c\uae09\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. (\ubb34\ud1b5\uc7a5\uc785\uae08\ub9cc \ubc1c\uae09\uac00\ub2a5) \uacb0\uc81c\ub97c \uacc4\uc18d \uc9c4\ud589\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Electronic insurance guarantee number cannot be issued with the selected payment method. (Only bank transfer can be issued) Continue with payment?","\uc120\ud0dd\ud558\uc2e0 \ub514\uc790\uc778\uc740 \uc720\ub8cc\ub514\uc790\uc778\uc785\ub2c8\ub2e4.\n\ub514\uc790\uc778\uc758 \uad6c\ub9e4\ub97c \uc704\ud574 \uce74\ud39824 \ub514\uc790\uc778\uc13c\ud130\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.\n\uad6c\ub9e4\uc644\ub8cc \ud6c4, '\ub514\uc790\uc778\ubcf4\uad00\ud568'\uc5d0\uc11c \ud655\uc778 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"This selected design has a price. You will be moved to Cafe24 design center to purchase \n Design. \n You can check after purchase at 'Design Storage.'","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488 \uc911 \uc0ac\uc6a9\uc790 \uc635\uc158 \uac12\uc774 \uc785\ub825\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"A user option has not been entered among the selected products.","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488 \uc911 \ud544\uc218\uc635\uc158 \uac12\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"A required option has not been entered among the selected products.","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488\uc740 %s\uac1c \ub2e8\uc704\ub85c \uad6c\ub9e4 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The selected item can be purchased in units of %s.","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488\uc740 \ubc14\ub85c \uad6c\ub9e4 \uac00\ub2a5\ud55c \uc0c1\ud488\uc785\ub2c8\ub2e4.":"The item you\u2019ve selected is currently available.","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488\uc740 \ud604\uc7ac \uc7ac\uace0 \ubd80\uc871\uc73c\ub85c \n\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc788\ub294 \uc218\ub7c9\ub9cc \uad6c\ub9e4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The selected item lacks stock. You can only purchase the amount as indicated on the \n shopping cart.","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488\uc744 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete this item?","\uc120\ud0dd\ud558\uc2e0 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no selected item.","\uc120\ud0dd\ud558\uc2e0 \uc635\uc158\uc5d0 \ud574\ub2f9\ud558\ub294 \uc0c1\ud488\uc758 \uc7ac\uace0 \uc218\ub7c9\uc774 \uad6c\ub9e4\ud558\uc2e4 \uc218\ub7c9\ubcf4\ub2e4 \uc801\uc2b5\ub2c8\ub2e4.":"The available stock for the option you selected is less than your requested amount.","\uc120\ud0dd\ud558\uc2e0 \uc635\uc158\uc740 \uc7ac\uace0\uac00 \uc5c6\uc73c\ubbc0\ub85c \ub2e4\ub978 \uc635\uc158\uc744 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"The selected option is out of stock. Please select another option.","\uc120\ud0dd\ud558\uc2e0 \uc774\ubbf8\uc9c0\uc758 \uacbd\ub85c\uac00 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\ub123\uace0\uc790 \ud558\ub294 \uc704\uce58\uc5d0 \ubd99\uc5ec\ub123\uae30(Ctrl+v) \ud558\uba74\n\uc18c\uc2a4\uac00 \uc0bd\uc785\ub429\ub2c8\ub2e4.":"Your selected image route has been copied.\nPaste {Ctrl+v) on the desired area to insert \n source.","\uc120\ud0dd\ud558\uc2e0 \ucfe0\ud3f0\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \ud655\uc778\ud558\uc2dc\uace0,\n\ucfe0\ud3f0\uc744 \ucde8\uc18c\ud558\uac70\ub098\n\uc0ac\uc6a9 \uac00\ub2a5\ud55c \uacb0\uc81c \uc218\ub2e8\uc73c\ub85c \uc9c4\ud589\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Please check the payment method for the selected coupon again. \n You need to cancel coupon or \n select a different payment method to proceed.","\uc120\ud0dd\ud558\uc2e0 \ud14c\ub9c8\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected template?","\uc120\ud0dd\ud558\uc2e0 \ud658\ubd88\uc694\uccad \ubaa9\ub85d\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected refund request list?","\uc120\ud0dd\ud558\uc2e0 \ud658\ubd88\uc694\uccad \ubaa9\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No selected refund request list","\uc120\ud0dd\ud55c \ub514\uc790\uc778\uc740 \uc0c1\uc18d\uc744 \ubc1b\uace0 \uc788\ub294 \ub514\uc790\uc778\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"This selected design has a design being inherited.","\uc120\ud0dd\ud55c \ub514\uc790\uc778\uc744 \ub300\ud45c \ub514\uc790\uc778\uc73c\ub85c \uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Will you apply the selected design as the main design?","\uc120\ud0dd\ud55c \ub514\uc790\uc778\uc744 \ub300\ud45c\ub514\uc790\uc778\uc73c\ub85c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use this design as the main design.","\uc120\ud0dd\ud55c \ub514\uc790\uc778\uc744 \ubcf4\uad00\ud568\uc5d0 \ub2f4\uc2b5\ub2c8\ub2e4. \uacc4\uc18d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Place selected design in the storage. Continue?","\uc120\ud0dd\ud55c \uba54\uc77c\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected mail?","\uc120\ud0dd\ud55c \ubaa8\ub4c8\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete all selected module?","\uc120\ud0dd\ud55c \ubaa8\ub4c8\uc744, \ud604\uc7ac \ubaa8\ub4c8\uacfc \ubcc0\uacbd, \ud604\uc7ac \ubaa8\ub4c8\uc758 \uc704\ucabd\uc5d0 \ucd94\uac00, \ud604\uc7ac \ubaa8\ub4c8\uc758 \uc544\ub798\ucabd\uc5d0 \ucd94\uac00, \ud569\ub2c8\ub2e4.":"Selected module will be: changed with the current module, added on the current module's left side, added on the current module's bottom side.","\uc120\ud0dd\ud55c \ubc1c\uc1a1\uadf8\ub8f9\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected shipping group?","\uc120\ud0dd\ud55c \uc0c1\ud488\/\uce74\ud14c\uace0\ub9ac \uc815\ubcf4\ub85c \uc778\ud574 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred due to the selected product\/category.","\uc120\ud0dd\ud55c \uc0c1\ud488\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected item?","\uc120\ud0dd\ud55c \uc2a4\ud0a8\uc740 \uc0c1\uc18d\uc744 \ubc1b\uace0 \uc788\ub294 \uc2a4\ud0a8\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Selected template has a template being inherited.","\uc120\ud0dd\ud55c \uc2a4\ud0a8\uc744 \ub300\ud45c \ub514\uc790\uc778\uc73c\ub85c \uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Apply this template as the main design?","\uc120\ud0dd\ud55c \uc2a4\ud0a8\uc744 \ub300\ud45c\ub514\uc790\uc778\uc73c\ub85c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The selected template cannot be changed as the main design.","\uc120\ud0dd\ud55c \uc608\uc57d \ub0b4\uc5ed\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected reservation history?","\uc120\ud0dd\ud55c \uc635\uc158 \uc5c6\uc74c":"No option selected","\uc120\ud0dd\ud55c \ud68c\uc6d0 \ubaa9\ub85d\uc758 \uc804\uccb4\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete all selected member list?","\uc120\ud0dd\ud55c \ud68c\uc6d0\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete selected member?","\uc120\ud0dd\ud654\uba74 \uc990\uaca8\ucc3e\uae30, \uc0ad\uc81c, \ub4f1\ub85d, \ud558\uae30":"Selection screen favorites, delete, register, do","\uc124\ubb38 \ud56d\ubaa9\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select a survey.","\uc124\ubb38\uc5d0 \ucc38\uc5ec\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4.":"Thank you for answering the survey.","\uc124\ubb38\uc870\uc0ac":"Survey","\uc124\ubb38\uc870\uc0ac \uacb0\uacfc":"Survey Result","\uc124\uc815\ub41c \ud654\uba74\uacbd\ub85c\ub97c \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete assigned screen route?","\uc124\uce58 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Installation complete.","\uc124\uce58\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Installed","\uc131\uacf5\uc801\uc73c\ub85c \uba54\uc77c\uc744 \ubc1c\uc1a1\ud588\uc2b5\ub2c8\ub2e4.":"Your email has been sent successfully.","\uc131\uba85":"Name","\uc131\ubcc4":"Sex","\uc131\ubcc4\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Select gender","\uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad \uac00\ub2a5\ud55c \ub0a0\uc9dc\uac00 \uc9c0\ub0ac\uc2b5\ub2c8\ub2e4":"The available date for tax invoice request has expired.","\uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4":"There is no history of requested tax invoice.","\uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while requesting for VAT invoice. Please contact the administrator.","\uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4":"Request for tax invoice is not possible.","\uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc778\uc1c4 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"VAT invoice request completed. You can print after it has been verified by \n administrator.","\uc138\uae08 \uacc4\uc0b0\uc11c\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \uc7ac\ubc1c\ud589 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"VAT invoice has been successfully reissued.","\uc138\uae08\uacc4\uc0b0\uc11c":"Tax Calculator","\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc591\uc2dd":"VAT Invoice Request Pattern","\uc138\uae08\uacc4\uc0b0\uc11c(\uc601\uc138\uc728)":"Tax Invoice (Tax-free)","\uc138\uae08\uacc4\uc0b0\uc11c(\uc77c\ubc18), \uacc4\uc0b0\uc11c, \uc138\uae08\uacc4\uc0b0\uc11c(\uc601\uc138\uc728)":"Tax Invoice (General), Calculator, Tax Invoice (Zero Tax Rate)","\uc138\uae08\uacc4\uc0b0\uc11c\uc2e0\uccad\uc591\uc2dd":"VAT Invoice Request Pattern","\uc138\ub2ec":"3 months","\uc138\uc158\uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No session or session was closed.","\uc138\uc561":"Tax","\uc138\ud2b8 \uc0c1\ud488\uc744 \ucd94\uac00\ud574\uc8fc\uc138\uc694.":"Please add a set product.","\uc138\ud2b8\uc0c1\ud488\uc740 \uc0c1\ud488\uc0c1\uc138\ubcf4\uae30\uc5d0\uc11c \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can purchase set items at the 'View Product Details' page.","\uc138\ud2b8\uc0c1\ud488\uc740 \uc0c1\ud488\uc0c1\uc138\ubcf4\uae30\uc5d0\uc11c \ub4f1\ub85d\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Add this set to your favorites by visiting the product details page.","\uc138\ud2b8\ud560\uc778":"Buy matching item(s) and save","\uc18c\ubd84\ub958":"Sub-Sub Category","\uc18c\ube44\uc790\uac00":"Consumer's Price","\uc18d\uc131":"Properties","\uc1a1\uc7a5\ubc88\ud638":"Tracking No.","\uc1fc\ud551\ubab0 \uace0\uac1d\uc5d0\uac8c \ubcf4\ub0b4\ub294 \uba54\uc77c \ub514\uc790\uc778 \ubcc0\uacbd\uc740":"The change of design mail to be sent to the shopping site's customer is","\uc1fc\ud551\ubab0 \uad00\ub9ac \uc5b4\ub4dc\ubbfc\uc5d0\uc11c":"From the shopping site's admin","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790 \uae30\ub2a5":"Shopping Site Administrator's Functions","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790 \uae30\ub2a5 \uc811\uae30":"Close shopping site administrator's functions","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790 \uae30\ub2a5\uc774\ub780? \uad00\ub9ac\uc790 \ud398\uc774\uc9c0\uc5d0 \uc811\uc18d\ud558\uc9c0 \uc54a\uace0\ub3c4 \uc1fc\ud551\ubab0 \ud654\uba74\uc5d0":"What are shopping site administrator's functions? Without having to access the admin page, the shopping site's main screen","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790 \ubc14\ub85c\uac00\uae30":"Go to Shopping Site's Admin Page","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790\uac00 \uad6c\ub9e4 \uc81c\ud55c\uc744 \uc124\uc815\ud558\uc5ec \uad6c\ub9e4\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The site administrator has blocked your account from making purchases.","\uc1fc\ud551\ubab0 \uad00\ub9ac\uc790\uac00 \ub85c\uadf8\uc778 \uc81c\ud55c\uc744 \uc124\uc815\ud558\uc5ec \ub85c\uadf8\uc778\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Access to the website is blocked by the site administrator.","\uc1fc\ud551\ubab0 \uc18d\ub3c4\uac00 \ub290\ub9ac\ub2e4":"The website is slow","\uc1fc\ud551\ubab0 \uc774\uc6a9\uc57d\uad00 \ub3d9\uc758":"Terms and Conditions","\uc1fc\ud551\ubab0 \uc774\uc6a9\uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"You must agree to the Terms and Conditions to use our service.","\uc1fc\ud551\ubab0 \ud61c\ud0dd\uc774 \ubd80\uc871\ud558\ub2e4 (\ucfe0\ud3f0, \uc801\ub9bd\uae08,\ud560\uc778 \ub4f1)":"There are not enough benefits (coupons, reward points, discounts, etc)","\uc1fc\ud551\ubab0 \ud654\uba74 \ucd94\uac00":"Add additional shopping mall screen.","\uc1fc\ud551\ubab0\uba54\uc778":"Shopping Site's Main","\uc1fc\ud551\ubab0\uc5d0\uc11c \ucfe0\ud3f0 \uae30\ub2a5 \uc0ac\uc6a9\uc5ec\ubd80 \uacb0\uc815, \ucfe0\ud3f0\uc0ac\uc6a9\uc5ec\ubd80 \uc124\uc815":"Shopping site's coupon function's usage decision., Coupon usage setting","\uc218":"Weds.","\uc218\ub2e8":"Method","\uc218\ub3d9 \uc0dd\uc131":"Generate manually","\uc218\ub7c9":"Quantity","\uc218\ub7c9\uc740 %s\uac1c \uae4c\uc9c0\ub9cc \uc120\ud0dd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The maximum order quantity is %s.","\uc218\ub7c9\uc740 %s\uae4c\uc9c0\ub9cc \uc120\ud0dd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can choose up to %s.","\uc218\ub7c9\uc740 1 \uc774\uc0c1\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.":"There should be at least one item.","\uc218\ub7c9\uc740 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Only number can be placed for quantity","\uc218\ub7c9\uc774 \uc798\ubabb \uc785\ub825\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Invalid quantity","\uc218\ub839\uc2dc \uacb0\uc81c(\ucc29\ubd88)":"Payment upon receipt (Payment after delivery)","\uc218\ub839\uc790\uba85":"Name of Recipient","\uc218\ub839\uc790\uba85(\uc601\ubb38)":"Name of Recipient (English)","\uc218\ub839\uc790\uc815\ubcf4":"Recipient Information","\uc218\uc218\ub8cc\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter fee.","\uc218\uc2e0":"Receive","\uc218\uc2e0\uac70\ubd80":"Do not receive","\uc218\uc2e0\ub300\uc0c1 \uc218\ub294 \uc801\uc5b4\ub3c4 0\uc774\uc0c1\uc774\uc5ec\uc57c\ud569\ub2c8\ub2e4.":"There should be at least one recipient.","\uc218\uc2e0\uc548\ud568":"No","\uc218\uc2e0\uc790 \ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4":"There is no recipient number.","\uc218\uc2e0\ud568":"Yes","\uc218\uc815":"Edit","\uc218\uc815 \uc804\uc758 \ucd5c\ucd08 \ud30c\uc77c \uc0c1\ud0dc\ub85c \ub418\ub3cc\ub9ac\uaca0\uc2b5\ub2c8\uae4c?":"Return to file's initial status before modification?","\uc218\uc815\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\r\n\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while editing.\r\n Please try again.","\uc218\uc815\ud55c \ub0b4\uc6a9\uc744 '\uc801\uc6a9'\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.\n\uc801\uc6a9\ud558\uc9c0 \uc54a\uace0 \ub2e4\ub978 \uba54\ub274\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Modified content was not '\uc801\uc6a9' applied. \n Go to another menu without modifying?","\uc218\uc815\ud560 \uc0c1\ud488 \uac2f\uc218\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"The number of items to be edited is invalid.","\uc218\ucde8\uc790 \uc131\uba85":"Recipient","\uc218\ucde8\uc790 \uc601\ubb38\uc774\ub984":"Recipient (English)","\uc218\ucde8\uc790 \uc6b0\ud3b8\ubc88\ud6381":"Shipping Zip code 1","\uc218\ucde8\uc790 \uc6b0\ud3b8\ubc88\ud6382":"Shipping Zip code 2","\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud638":"Shipping Telephone","\uc218\ucde8\uc790 \uc8fc\uc18c1":"Shipping Address 1","\uc218\ucde8\uc790 \uc8fc\uc18c2":"Shipping Address 2","\uc218\ucde8\uc790 \ud578\ub4dc\ud3f0\ubc88\ud638":"Shipping Mobile Phone","\uc21c\uc704\ub97c \ubcc0\uacbd\ud560 \ud14c\ub9c8\ub97c \ud074\ub9ad\ud574\uc8fc\uc138\uc694.":"Select which template you would like to change the order of.","\uc2a4\ub9c8\ud2b8\ub514\uc790\uc778 \uc8fc\uc18c":"Smart Design Address","\uc2a4\ub9c8\ud2b8\ud3f0 \uc678\uc5d0\ub294 \ubaa8\ubc14\uc77c\uc6a9 \uacb0\uc81c\ub97c \uc774\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc548\uc804\ud55c \uacb0\uc81c\ub97c \uc704\ud574 PC\uc1fc\ud551\ubab0 \ud654\uba74\uc73c\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Mobile payment is only available through smartphones. Would you like to go to the Shopping Mall's PC screen for secure payment?","\uc2a4\ud0a8 \uad6c\ubd84 :":"Template Classification","\uc2a4\ud0a8 \uc0c1\uc138\uc815\ubcf4":"Template Details","\uc2a4\ud0a8 \uc18d\uc131 :":"Template properties :","\uc2a4\ud0a8 \uc815\ubcf4 \uc0dd\uc131\uc5d0 \uc624\ub958\uac00 \uc788\uc2b5\ub2c8\ub2e4.":"An error occurred while creating template information","\uc2a4\ud0a8 \uc815\ubcf4 \uc218\uc815\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4.":"There is an error with the template's information edit setting.","\uc2a4\ud0a8\uad6c\ub9e4 \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No details on template purchase.","\uc2a4\ud0a8\ubc88\ud638":"Template Number","\uc2a4\ud0a8\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Wrong template number","\uc2a4\ud0a8\uc608\uc57d \uae30\ub2a5\ub3c4 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4.":"Template reservation feature will be deleted as well.","\uc2a4\ud0a8\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ubcf4\uc720 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\ubcf4\uc720\uc2a4\ud0a8\uc218\uac00 \ucd08\uacfc\ub418\uc5b4 \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can keep up to 10 templates. \nYou cannot copy because you have exceeded the number of allowable templates.","\uc2a4\ud0a8\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ubcf4\uc720 \uac00\ub2a5\ud569\ub2c8\ub2e4.\ubcf4\uc720\uc2a4\ud0a8\uc218\uac00 \ucd08\uacfc\ub418\uc5b4 \ubcf5\uc0ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can have a maximum of 10 templates. You cannot copy because you have exceeded to maximum allowable template.","\uc2a4\ud0a8\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot delete this template.","\uc2a4\ud0a8\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"No template selected.","\uc2a4\ud0a8\ud14c\ub9c8 \uc608\uc57d\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"An error occurred while reserving template. Please try again.","\uc2a4\ud0a8\ud14c\ub9c8\uac00 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"No template selected.","\uc2a4\ud0a8\ud14c\ub9c8\uac00 \uc801\uc6a9\ub420 \uc608\uc57d\uae30\uac04\uc744 \uc124\uc815\ud574\uc8fc\uc138\uc694.":"Select the reservation period for the template","\uc2a4\ud0a8\ud14c\ub9c8\uc758 \uc815\ubcf4\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Template's details cannot be found.","\uc2a4\ud1a0\uc5b4\ud53d\uc5c5":"Store Pickup","\uc2dc\/\uad70\/\ub3c4\uc2dc":"City \/ County","\uc2dc\/\uad70\/\ub3c4\uc2dc(\uc601\ubb38)":"City \/ County (English)","\uc2dc\uac04\uc885\ub8cc":"Time Over","\uc2dc\ub9ac\uc5bc \ubc88\ud638":"Serial No.","\uc2dc\ub9ac\uc5bc \ucfe0\ud3f0":"Serial Coupon","\uc2dc\ub9ac\uc5bc \ucfe0\ud3f0 \uc218\uc815\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to edit serial coupon.","\uc2dc\ub9ac\uc5bc \ucfe0\ud3f0 \uc785\ub825\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to enter serial coupon.","\uc2dc\ub9ac\uc5bc \ucfe0\ud3f0\ubc88\ud638\ub294 \ucd5c\uc18c10~ \ucd5c\ub300 35\uc790\ub9ac":"Serial coupon number is between 10 to 35 digits long.","\uc2dc\ub9ac\uc5bc \ucfe0\ud3f0\ubc88\ud638\ub294 \ucd5c\uc18c10~ \ucd5c\ub300 35\uc790\ub9ac\uc785\ub2c8\ub2e4":"Serial coupon number is between 10 to 35 digits long.","\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0 \uc0dd\uc131\ubc29\ubc95\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Serial coupon generation method is not correct.","\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0\uacfc \ucfe0\ud3f0\ubc88\ud638 \ubc14\uc778\ub529\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Serial coupon and coupon number binding failed.","\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0\ubc88\ud638 \uc870\uac74":"Serial coupon number condition","\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter the serial coupon number.\u00a0","\uc2dc\uc2a4\ud15c\uc0c1 \ucc98\ub9ac \uc9c0\uc5f0\uc73c\ub85c \ud76c\ub9dd\ubc30\uc1a1\uc77c\uc774 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4. \uc7a0\uc2dc \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.":"The date you have selected was not saved successfully due to system error. Please try again later.","\uc2dc\uc791":"Start","\uc2dc\uc791\uc774 \uc885\ub8cc\ubcf4\ub2e4 \ud07d\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"The start is larger than the end. Please try again.","\uc2e0\uaddc \ud68c\uc6d0 \uc778\uc99d \uc694\uccad\uc774 \uc811\uc218\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"New member's verification request has been submitted.","\uc2e0\uaddc \ud68c\uc6d0\uc758 \uac00\uc785\uc815\ubcf4\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.":"New member's information is as follows","\uc2e0\uaddc\uac00\uc785":"New Membership","\uc2e0\uaddc\uc0c1\ud488\ud560\uc778":"New product discount","\uc2e0\uaddc\uc8fc\ubb38 \uc815\ubcf4\ub294 \uad00\ub9ac\uc5b4\ub4dc\ubbfc > \uc601\uc5c5\uad00\ub9ac \uc5d0\uc11c \uc870\ud68c\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can view new order details in Admin Management > Shop Management","\uc2e0\uaddc\uc8fc\ubb38\ub0b4\uc5ed\ud655\uc778":"See new order history","\uc2e0\uaddc\ud68c\uc6d0 [MILEAGE_STR]":"New member [MILEAGE_STR]","\uc2e0\uaddc\ud68c\uc6d0 \uc801\ub9bd\uae08":"New member's store credit","\uc2e0\uaddc\ud68c\uc6d0\uc778\uc99d\uc694\uccad":"New Membership Request","\uc2e0\uc0c1\ud488":"New Item","\uc2e0\uc0c1\ud488 \uc21c":"Sort By Newest Item","\uc2e0\uc0c1\ud488\uc744 \uc9c4\uc5f4\uad00\ub9ac\ud569\ub2c8\ub2e4., \uc2e0\uc0c1\ud488 \uc9c4\uc5f4\uad00\ub9ac":"New items will be displayed., Manage displayed new items","\uc2e0\uc6a9\uce74\ub4dc":"Credit Card","\uc2e0\uc6a9\uce74\ub4dc \uacb0\uc81c \ucde8\uc18c":"Cancel credit card payment","\uc2e0\uc6a9\uce74\ub4dc \ucd5c\uc18c\uc8fc\ubb38\uae08\uc561\uc740 %s \uc774\uc0c1\uc785\ub2c8\ub2e4.":"The minimum purchase amount for credit card transactions is %s.","\uc2e0\uccad\uac00\ub2a5 \ud3ec\uc778\ud2b8\ubcf4\ub2e4 \uc2e0\uccad\ud558\uc2e0 \uc0ac\uc740\ud488\uc774 \ub9ce\uc2b5\ub2c8\ub2e4.":"You cannot request for more freebies than your available points.","\uc2e0\uccad\uc744 \ucca0\ud68c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Would you like to withdraw your application?","\uc2e0\uccad\uc790 \uc774\ub984":"Name","\uc2e0\uccad\uc790 \uc804\ud654\ubc88\ud638":"Phone Number","\uc2e0\uccad\uc790 \uc885\ub958":"Applicant Type","\uc2e0\uccad\uc790\uba85":"Applicant's Name","\uc2e0\uccad\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Do you want to sumbit this request?\u00a0","\uc2e0\uccad\ud560 \uc0c1\ud488\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Please select the product.","\uc2e4 \uacb0\uc81c\uae08\uc561":"Amount Paid","\uc2e4\uba85":"Real Name","\uc2e4\uba85 \uc778\uc99d\uc5d0 \uc131\uacf5\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Name verification successful","\uc2e4\uba85\uc778\uc99d":"Verify Identity","\uc2e4\uba85\uc778\uc99d \uc11c\ube44\uc2a4\ub97c \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4.":"Use name verification service.","\uc2e4\uba85\uc778\uc99d \uc2e4\ud328 : \uc624\ub958\ucf54\ub4dc [%d]":"Name Verification Failed : Error Code [%d]","\uc2e4\uba85\uc778\uc99d \uc2e4\ud328 : \uc624\ub958\ucf54\ub4dc [%s]":"Name verification failed : Error Code [%s]","\uc2e4\uba85\uc778\uc99d \uc2e4\ud328 : \uc785\ub825\ud558\uc2e0 \uc815\ubcf4\ub294 \ud55c\uad6d\uc2e0\uc6a9\ud3c9\uac00\uc815\ubcf4(www.namecheck.co.kr)\uc5d0 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Name Verification Failed :","\uc2e4\uba85\uc778\uc99d\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4":"Authentication failed","\uc2e4\uba85\uc778\uc99d\uc744 \uc9c4\ud589\ud574\uc8fc\uc138\uc694.":"Proceed with name verification.","\uc2e4\uba85\uc778\uc99d\uc774 \uc131\uacf5\uc801\uc73c\ub85c \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Name verification successful","\uc2e4\uba85\uc778\uc99d\ud655\uc778":"Verify Name","\uc2e4\uc2dc\uac04 \uacc4\uc88c \uc774\uccb4":"Realtime Bank Transfer","\uc2e4\uc2dc\uac04 \uacc4\uc88c\uc774\uccb4":"Real-time Virtual Account Transfer","\uc2e4\uc2dc\uac04\uacc4\uc88c\uc774\uccb4":"Real-time Virtual Account Transfer","\uc2e4\uc2dc\uac04\uacc4\uc88c\uc774\uccb4 \ucde8\uc18c":"Cancel account transfer payment","\uc2e4\ud328":"Failed","\uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed","\uc2e4\ud589\uc774 \uc81c\ud55c\ub41c \ud30c\uc77c\uc740 \ucca8\ubd80\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot attach files with limited file extension","\uc544\ub2c8\uc624":"No","\uc544\ub798\uc758 \uc911\ubcf5\ub41c \ubc88\ud638\ub294 \uc0dd\uc131\uc774 \uc81c\uc678\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Below duplicated number was excluded from coupon generation.","\uc544\uc774\ub514":"ID","\uc544\uc774\ub514 or \uc774\uba54\uc77c \ub85c\uadf8\uc778 \uc801\uc6a9":"Log in with ID or email address","\uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c":"ID or email","\uc544\uc774\ub514 \ub85c\uadf8\uc778\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Only ID can be used for login.","\uc544\uc774\ub514 \uc5c6\uc74c":"ID not\u00a0found","\uc544\uc774\ub514 \uc800\uc7a5":"Save ID","\uc544\uc774\ub514 \uc911\ubcf5 \uccb4\ud06c\ub97c \ud574\uc8fc\uc138\uc694":"Please check ID availability","\uc544\uc774\ub514 \uc911\ubcf5\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check for duplicate IDs.","\uc544\uc774\ub514 \uc911\ubcf5\uccb4\ud06c":"Check Availability","\uc544\uc774\ub514 \uc911\ubcf5\ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check the availability of your ID.","\uc544\uc774\ub514\/\ube44\ubc00\ubc88\ud638\uc548\ub0b4":"ID\/Password Guideline","\uc544\uc774\ub514\ub294 \uacf5\ubc31\uc774\ub098 \uae30\ud638\ub97c \ud3ec\ud568\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"ID must not include any spaces or symbols.","\uc544\uc774\ub514\ub294 \uc218\uc815\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can't edit your ID","\uc544\uc774\ub514\ub294 \uc54c\ud30c\ubcb3\ubb38\uc790\ub85c \uc2dc\uc791\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4.":"ID must start with a letter.","\uc544\uc774\ub514\ub294 \uc601\ubb38\uc18c\ubb38\uc790 \ub610\ub294 \uc22b\uc790 4~16\uc790\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"ID must be between 4 and 16 characters and contain lowercase letters and numbers.","\uc544\uc774\ub514\ub294 \uc774\uba54\uc77c \uae30\ubc18\uc73c\ub85c \uc790\ub3d9 \ucd94\ucc9c\ud574 \ub4dc\ub9bd\ub2c8\ub2e4. \uc774\uba54\uc77c\uc744 \uba3c\uc800 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"We'll suggest an ID using your email address. Please enter your email address first.","\uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter your ID.","\uc544\uc774\ub514\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter an ID.","\uc544\uc774\ub514\uc800\uc7a5":"Save ID","\uc544\uc774\ub514\uc911\ubcf5\ud655\uc778":"Check availability","\uc544\uc774\ub514\ucc3e\uae30":"Search ID","\uc544\uc774\ub514\ucc3e\uae30, \ube44\ubc00\ubc88\ud638\ucc3e\uae30":"Find ID, Find Password","\uc544\uc774\ub514\ucc3e\uae30\uacb0\uacfc":"ID Search Results","\uc544\uc774\ucf58\uc73c\ub85c \uc0ac\uc6a9\ud558\uc2e4 \uc62c\ubc14\ub978 \uc774\ubbf8\uc9c0 \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud574\uc8fc\uc138\uc694.":"Upload a valid image for icon","\uc544\uc774\ud540":"i-PIN","\uc544\uc774\ud540 \uac00\uc785\ud68c\uc6d0":"i-PIN Member","\uc544\uc774\ud540(i-PIN)":"i-PIN","\uc544\uc774\ud540, \ud734\ub300\ud3f0":"i-PIN, Mobile Phone","\uc544\uc774\ud540\uc778\uc99d, \ud734\ub300\ud3f0\uc778\uc99d":"i-PIN Verfication, Cell Phone Verification","\uc548\ub155\ud558\uc138\uc694. [STORE-NAME] \uc6b4\uc601\uc790\ub2d8":"Hello. [STORE-NAME] administrator.","\uc548\ub155\ud558\uc138\uc694. [STORE-NAME] \uc785\ub2c8\ub2e4.":"Hello. This is [STORE-NAME]","\uc548\ub155\ud558\uc138\uc694. [STORE-NAME]<\/font> \uc6b4\uc601\uc790\ub2d8":"Hello. [STORE-NAME]<\/font>Administrator","\uc548\ub155\ud558\uc138\uc694. [SUPP-NAME]<\/font> \ub2f4\ub2f9\uc790\ub2d8":"Hello. [SUPP-NAME]<\/font> administrator","\uc548\uc815\ub41c \uac80\uc0c9 \uc18d\ub3c4\ub97c \uc704\ud574 \uc7ac\uac80\uc0c9\uc740 1\ucd08\uc774\ud6c4\uc5d0 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\uc7a0\uc2dc\ud6c4\uc5d0 \uc7ac\uac80\uc0c9 \ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Re-search can be done after 1 second for a safer search speed.\n Please search again after a little while.","\uc54c\ub824\ub4dc\ub9bd\ub2c8\ub2e4.\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc5ec \uad6c\ub9e4\ud558\uc2e4 \uacbd\uc6b0, \uc801\ub9bd\uae08\uc774 \uc801\ub9bd\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Notice. Store credit will not be given when using store credit for purchase.","\uc54c\ub9ac\ud398\uc774\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Do not use Alipay.","\uc54c\uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An unknown error occurred","\uc55e\uc73c\ub85c\ub3c4 \ub9ce\uc740 \uad00\uc2ec \ubd80\ud0c1\ub4dc\ub9bd\ub2c8\ub2e4.":"We will look forward for your support.","\uc560\ub2c8\uba54\uc774\uc158, \uc601\ud654\/\uc5f0\uadf9, \ub180\uc774\uacf5\uc6d0":"Animations, Movies\/Plays, Amusement Parks","\uc591\ub825":"Solar","\uc591\ub825, \uc74c\ub825":"Solar Calendar, Lunar Calendar","\uc5b4\ub514\uac00 \uad81\uae08\ud558\uc2e0\uac00\uc694? \uae34\uae09\ubb38\uc758\ub97c \ubcf4\ub0b4\uc8fc\uc2dc\uba74 \ucd5c\ub300\ud55c \uc2e0\uc18d\ud558\uac8c \ub2f5\ubcc0\uc744 \ub4dc\ub9ac\uaca0\uc2b5\ub2c8\ub2e4.":"Have questions? Use Emergency contact and get the answers to your questions ASAP.","\uc5b4\ubc14\uc6c3\ud560\uc778\uac00":"About Discount","\uc5b8\uc5b4":"Language","\uc5c5\ub370\uc774\ud2b8 \ub41c \ucd5c\uc2e0 \uc18c\uc2a4\ub97c \uc801\uc6a9 \ud558\uc2dc\ub824\uba74 \ud558\ub2e8 '\uc801\uc6a9' \ubc84\ud2bc\uc744 \ub20c\ub7ec\uc8fc\uc138\uc694. '\ucd5c\uc2e0\uc18c\uc2a4'\ub294 \ubb34\ub8cc \uc2a4\ud0a8\uc5d0\ub9cc \uc801\uc6a9\ub429\ub2c8\ub2e4":"Click 'apply' button on the bottom to apply updated latest source. 'Latest Source' can be applied on free templates only.","\uc5c5\ud0dc":"Business Status","\uc5c5\ud0dc\ub97c":"Business condition","\uc5c6\uc74c":"None","\uc5d0\ub7ec":"Error","\uc5d0\ub7ec\ubc1c\uc0dd":"An error occurred.","\uc5d0\uc11c \ud558\uc2ed\uc2dc\uc624.":"Do it in.","\uc5d0\uc2a4\ud06c\ub85c (\uc2e4\uc2dc\uac04 \uacc4\uc88c\uc774\uccb4)":"Escrow (Real-time Account Transfer)","\uc5d0\uc2a4\ud06c\ub85c (\ud558\ub098\uc740\ud589)":"Escrow (Hana Bank)","\uc5d0\uc2a4\ud06c\ub85c \uacb0\uc81c":"Escrow Payment","\uc5d0\uc2a4\ud06c\ub85c \uacb0\uc81c \uc124\uc815\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc138\uc694. \ub2e4\ub978\uacb0\uc81c \uc218\ub2e8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"There is an error with Escrow payment setting. Please contact the admin. Select another payment method.","\uc5d0\uc2a4\ud06c\ub85c \uacb0\uc81c\ub294 \ucd5c\uc885 \uacb0\uc81c\uae08\uc561\uc774 \ucd5c\uc18c 50, 000\uc6d0\uc774\uc0c1\uc77c\ub54c \uc120\ud0dd \uac00\ub2a5\ud569\ub2c8\ub2e4. \ub2e4\ub978\uacb0\uc81c \uc218\ub2e8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Escrow payment can be used if the total amount is at least 50, 000 KRW. Please select other payment method.","\uc5d0\uc2a4\ud06c\ub85c \uacb0\uc81c\ub294\ucd5c\uc885 \uacb0\uc81c\uae08\uc561\uc774 \ucd5c\uc18c 500\uc6d0\uc774\uc0c1\uc77c\ub54c \uc120\ud0dd \uac00\ub2a5\ud569\ub2c8\ub2e4. \ub2e4\ub978\uacb0\uc81c \uc218\ub2e8\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Escrow payment can be used if the total amount is at least 500 KRW. Please select other payment method.","\uc5d0\uc2a4\ud06c\ub85c \uad6c\ub9e4\uc790 \uc8fc\ubbfc\ubc88\ud6381":"Escrow Buyer Resident Registration Number 1","\uc5d0\uc2a4\ud06c\ub85c \uad6c\ub9e4\uc790 \uc8fc\ubbfc\ubc88\ud6382":"Escrow Buyer Resident Registration Number 2","\uc5d0\uc2a4\ud06c\ub85c(\uad6c\ub9e4\uc548\uc804) \uc11c\ube44\uc2a4\ub97c \uc801\uc6a9\ud558\uc5ec \uacb0\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Apply Escrow (Security Purchase) service and proceed to payment?","\uc5d0\uc2a4\ud06c\ub85c(\uc2e4\uc2dc\uac04\uacc4\uc88c\uc774\uccb4)":"Escrow (Real-time Bank Transfer)","\uc5d1\uc140\uc5c5\ub85c\ub4dc\ucfe0\ud3f0":"Excel Upload Coupon","\uc5d1\uc140\uc800\uc7a5":"Export to Excel","\uc5d1\uc2ec\ubca0\uc774":"Eximbay","\uc5d1\ud2f0\ube0c \uc5d1\uc2a4\ub97c \uc124\uce58\ud574 \uc8fc\uc138\uc694.":"Install Active X","\uc5ec":"Female","\uc5ec\uad8c\ubc88\ud638":"Passport Number","\uc5ec\uae30":"Here","\uc5ec\uc131":"Female","\uc5ec\uc131\/\uc8fc\ubd80, \uc721\uc544, \ube44\uc988\ub2c8\uc2a4\/\uae08\uc735\/\ubd80\ub3d9\uc0b0":"Women\/Housewife, Child Care, Business\/Finance\/Real Estate","\uc5ec\uc790":"Woman","\uc5f0\uacb0\ud560 1.9 \ud654\uba74 URL\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select 1.9 screen URL which will be connected.","\uc5f0\ub77d\ucc98":"Contact","\uc5f0\ub77d\ucc98\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter contact details.","\uc5f0\ub77d\ucc98\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter your contact.","\uc5f0\uc18c\ub4dd":"Annual Income","\uc5f4\uae30":"Open","\uc601\ubb38 \ub300\uc18c\ubb38\uc790, \uc22b\uc790, \ub610\ub294 \ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569\ud558\uc5ec 10~16\uc790\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Password must be between 10 and 16 characters and contain at least two of the following: uppercase letters, lowercase letters, numbers, and symbols.","\uc601\ubb38 \ub300\uc18c\ubb38\uc790, \uc22b\uc790, \ub610\ub294 \ud2b9\uc218\ubb38\uc790 \uc911 2\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569\ud558\uc5ec 8~16\uc790\ub85c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Password must be between 8 and 16 characters and contain at least two of the following: uppercase letters, lowercase letters, numbers, and symbols.","\uc601\ubb38 \ub300\uc18c\ubb38\uc790\/\uc22b\uc790\/\ud2b9\uc218\ubb38\uc790 \uc911 3\uac00\uc9c0 \uc774\uc0c1 \uc870\ud569, 8\uc790~16\uc790":"8~16 characters combined with 3 of the following, upper and lower case letters\/numbers\/special characters","\uc601\ubb38, \uc22b\uc790 \uc870\ud569\uc744 \uacf5\ubc31\uc5c6\uc774 \uc785\ub825\ud558\uc138\uc694(\ub300\uc18c\ubb38\uc790\uad6c\ubd84)":"Type English and numbers without blank space. (Classified upper\/lowercase letters)","\uc601\ubb38\ub300\ubb38\uc790\/\uc22b\uc790\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4":"Only the alpha-numeric characters are allowed.","\uc601\ubb38\uc0c1\ud488\uba85":"English Item Name","\uc601\uc138\uc728":"Zero Tax Rate","\uc608":"Yes","\uc608\uae08\uc8fc":"Account Holder","\uc608\uae08\uc8fc\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter the account holder's name.","\uc608\uae08\uc8fc\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter account holder's name.","\uc608\uae30\uce58 \ubabb\ud55c \uc218\uc815\uc73c\ub85c \uacb0\uc81c \uae08\uc561\uc774 \ubcc0\uacbd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc0c8\ub85c\uace0\uce68 \ud6c4 \uc9c4\ud589\ud574 \uc8fc\uc138\uc694.":"The payment amount has changed due to an unexpected change. Please proceed after refreshing.","\uc608\uc0c1\ud574\uc678\ubc30\uc1a1\ube44":"Estimated international shipping fee","\uc608\uc57d":"Backorder","\uc608\uc57d \uae30\uac04\ub0b4\uc5d0 \uc120\ud0dd\ud55c \uc2a4\ud0a8\uc744 \uc801\uc6a9\ud560 \uc2dc\uac04\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select the time you would like to apply the reserved template on.","\uc608\uc57d \uae30\uac04\ub0b4\uc5d0 \uc120\ud0dd\ud55c \uc2a4\ud0a8\uc744 \uc801\uc6a9\ud560 \uc694\uc77c\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select which day you would like to apply the reserved template on.","\uc608\uc57d \uae30\uac04\ub0b4\uc5d0 \uc885\ub8cc\uc2dc\uac04\uc774 \uc2dc\uc791\uc2dc\uac04\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"End of reservation period cannot be earlier than start of reservation period.","\uc608\uc57d \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No reservation history","\uc608\uc57d \ubc1c\uc1a1\uc77c\uc790\ub97c \ud655\uc778 \ubd80\ud0c1\ub4dc\ub9bd\ub2c8\ub2e4.":"Please check the scheduled sending date.","\uc608\uc57d\uae30\uac04":"Reservation Period","\uc608\uc57d\uc2dc\uac04":"Reservation Time","\uc608\uc57d\uc694\uc77c":"Reservation Day","\uc608\uc57d\uc77c\uc2dc\ub294 10\ubd84 \ud6c4 \ubd80\ud130 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Reservation period can be made afte 10 minutes.","\uc608\uc57d\uc77c\uc2dc\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter reservation date and time","\uc608\uc57d\uc885\ub8cc\uc77c\uc740 \uc608\uc57d\uc2dc\uc791\uc77c\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"End of reservation day cannot be earlier than start of reservation day.","\uc608\uce58\uae08":"Deposit amount","\uc608\uce58\uae08 %s\uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your store balance of %s KRW has been paid back","\uc608\uce58\uae08 \uacb0\uc81c":"Interest Free","\uc608\uce58\uae08 \ubcf5\uc6d0":"Store Credit Restoration","\uc608\uce58\uae08 \uc0ac\uc6a9\uae08\uc561\uc774 \uacb0\uc81c\uae08\uc561\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.":"Credit balance used is greater than the payment amount.","\uc608\uce58\uae08\uc740 -\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Credit balance cannot be -.","\uc608\uce58\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use store credit once you use credit balance.","\uc608\uce58\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use the coupon upon using stored balance.","\uc608\uce58\uae08\ud658\ubd88":"Refund in store credits","\uc608\uce58\uae08\ud658\ubd88 \uc2b9\uc778":"Credit Balance Refund Confirmation","\uc608\uce58\uae08\ud658\ubd88 \ucca0\ud68c":"Credit Balance Refund Cancellation","\uc624\ub298 \ubcf8 \uc0c1\ud488":"Items seen today","\uc624\ub298 \ud558\ub8e8 \uc5f4\uc9c0 \uc54a\uc74c":"Do not show this message today.","\uc624\ub298 \ud558\ub8e8 \uc5f4\uc9c0\uc54a\uc74c":"Do not show this message today.","\uc624\ub298\ub0a0\uc9dc \uae4c\uc9c0 \uc785\ub825 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can enter dates up to the current date.","\uc624\ub298\ubd80\ud130 1\ub144 \uc774\ub0b4\uc758 \ub0a0\uc9dc\ub85c \uc608\uc57d \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You cannot schedule later than a year from today's date.","\uc624\ub958\ubc1c\uc0dd":"An error occurred.","\uc624\ub978\ucabd \uc815\ub82c":"Right Alignment","\uc624\uc804\uc911":"In the morning","\uc628\ub77c\uc778\uacac\uc801\uc11c":"Online Estimate","\uc628\ub77c\uc778\uacac\uc801\uc11c \uc0c1\ud488\uc635\uc158\uc120\ud0dd":"Online Estimate Sheet Select Item Option","\uc628\ub77c\uc778\uacac\uc801\uc11c \uc2e0\uccad\uc790\uc815\ubcf4":"Online Estimate Sheet Applicant's Information","\uc628\ub77c\uc778\uacac\uc801\uc11c \uc778\uc1c4":"Print online estimate sheet","\uc628\ub77c\uc778\uacac\uc801\uc11c\uc0c1\ud488\uc635\uc158\uc120\ud0dd":"Online Estimate Sheet Select Item Option","\uc628\ub77c\uc778\uacac\uc801\uc11c\uc2e0\uccad\uc790\uc815\ubcf4":"Online Estimate Sheet Applicant's Information","\uc628\ub77c\uc778\uacac\uc801\uc11c\uc778\uc1c4":"Print online estimate sheet","\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \ubc95\uc778\ubc88\ud638\uc785\ub2c8\ub2e4.":"Invalid corporate number","\uc62c\ubc14\ub974\uc9c0 \uc54a\uc740 \uc694\uccad\uc785\ub2c8\ub2e4.":"Invalid request","\uc62c\ubc14\ub978 %s\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the correct %s.","\uc62c\ubc14\ub978 CSV \ud30c\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Not a valid CSV file","\uc62c\ubc14\ub978 \uacb0\ud63c\uae30\ub150\uc77c\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter wedding anniversary","\uc62c\ubc14\ub978 \uacbd\ub85c\ub85c \uc811\uadfc\ud574\uc8fc\uc138\uc694.":"Access through proper route","\uc62c\ubc14\ub978 \uba85\ub839\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Wrong Command","\uc62c\ubc14\ub978 \ubc30\uc6b0\uc790 \uc0dd\uc77c\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter spouce's birthday","\uc62c\ubc14\ub978 \uc0dd\ub144\uc6d4\uc77c\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter the correct birthday.","\uc62c\ubc14\ub978 \uc0dd\uc77c\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter your birthday","\uc62c\ubc14\ub978 \uc720\uc120\uc804\ud654\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter valid telephone number","\uc62c\ubc14\ub978 \uc720\uc120\uc804\ud654\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the correct phone number.","\uc62c\ubc14\ub978 \uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694.":"Enter a valid E-mail.","\uc62c\ubc14\ub978 \uc8fc\ubb38\ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4":"Invalid order number","\uc62c\ubc14\ub978 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the correct Social Security Number.","\uc62c\ubc14\ub978 \ud14c\ub450\ub9ac \uc0c9\uc0c1\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Insert outline color","\uc62c\ubc14\ub978 \ud734\ub300\uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter valid mobile number","\uc635\uc158":"Option","\uc635\uc158 \uc120\ud0dd\uc5d0 \ub530\ub978 \ud560\uc778\ud310\ub9e4\uac00\uac00 \uc815\uc0c1\uc801\uc73c\ub85c \ud45c\uc2dc\ub418\uc9c0 \uc54a\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\uc0c1\ud488 \uc8fc\ubb38\uc2dc\uc5d0\ub294 \ud560\uc778\ud310\ub9e4\uac00\ub85c \uc815\uc0c1 \uc801\uc6a9\ub429\ub2c8\ub2e4.":"Unable to display discounted price for the selected option. \nDiscounted price will be applied during checkout.","\uc635\uc158 \uc124\uc815\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Wrong option settings","\uc635\uc158 \uc815\ubcf4\uc5d0 \ubb38\uc81c\uac00 \uc788\ub294 \uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \n\ud655\uc778 \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"Order includes item(s) with error in option settings.\nPlease check and try again.","\uc635\uc158 \uc815\ubcf4\uc5d0 \ubb38\uc81c\uac00 \uc788\uc5b4 \uc9c4\ud589\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \n\ud655\uc778 \ud6c4 \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"Cannot procced with order due to error on option settings.\nPlease check and try again.","\uc635\uc158\ub2eb\uae30":"Close Option","\uc635\uc158\ubbf8\ub9ac\ubcf4\uae30\ucc3d":"Preview Option Window","\uc635\uc158\ubcc0\uacbd\uc744 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Option change failed","\uc635\uc158\ubcc4\ub85c 1\uac1c \uc529\ub9cc \uc120\ud0dd \uac00\ub2a5\ud55c \uc0c1\ud488\uc785\ub2c8\ub2e4.":"Only one of the options can be selected at a time","\uc635\uc158\ubcf4\uae30":"View Option","\uc635\uc158\uc120\ud0dd":"Select Option","\uc635\uc158\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"Please select an option to proceed.","\uc635\uc158\ucd94\uac00\uae08\uc561\uc774 \uc788\ub294 \uacbd\uc6b0 \ucd1d \uc0c1\ud488\uae08\uc561\uc5d0\uc11c \ud655\uc778\uac00\ub2a5\ud569\ub2c8\ub2e4.":"In case of an additional option amount, check total order amount.","\uc644\ub8cc":"Done","\uc644\ub8cc\ub418\uc9c0 \uc54a\uc740 \uc8fc\ubb38\uc774 \uc788\uc5b4\uc11c \ud0c8\ud1f4\ub97c \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Your account cannot be closed because you have an incomplete order.","\uc678\uad6d\uc778 \ub4f1\ub85d\ubc88\ud638":"Alien Registration Number","\uc678\uad6d\uc778\ub4f1\ub85d\ubc88\ud638":"Alien Registration Number","\uc678\uad6d\uc778\ubc88\ud638":"Foreign Registration Number","\uc678\uad6d\uc778\ud68c\uc6d0":"Foreign Member","\uc67c\ucabd \uc815\ub82c":"Left Alignment","\uc694\uccad":"Request","\uc6a9\ub3c4":"Use","\uc6b0\uc120 \uc21c\uc704 \uc800\uc7a5\uc5d0 \ubb38\uc81c\uac00 \uc788\uc2b5\ub2c8\ub2e4.":"There is a problem with the priority storage.","\uc6b0\ud3b8\ubc88\ud638":"Zip Code","\uc6b0\ud3b8\ubc88\ud638 \uc5c6\uc74c":"No zip\/postal code","\uc6b0\ud3b8\ubc88\ud638 \ucc3e\uae30":"Find Zip Code","\uc6b0\ud3b8\ubc88\ud638 \uccb4\ud06c":"Check Zip Code","\uc6b0\ud3b8\ubc88\ud6381":"Zip Code 1","\uc6b0\ud3b8\ubc88\ud6382":"Zip Code 2","\uc6b0\ud3b8\ubc88\ud638\uac00 \uc5c6\ub294 \uacbd\uc6b0 \uccb4\ud06c":"Check if you do not have zip code","\uc6b0\ud3b8\ubc88\ud638\ub294 2\uc790 ~ 14\uc790\uae4c\uc9c0 \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Up to 2~14 characters are allowed for postal codes.","\uc6b0\ud3b8\ubc88\ud638\ub294 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Enter postal code in numbers only.","\uc6b0\ud3b8\ubc88\ud638\ub294 \uc601\ubb38, \uc22b\uc790, \ub300\uc2dc(-)\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4.\n\uc785\ub825\ub0b4\uc6a9\uc744 \ud655\uc778\ud574\uc8fc\uc138\uc694.":"Only letters, numbers, dashes(-) are allowed for postal codes.\nPlease check your entry.","\uc6b0\ud3b8\ubc88\ud638\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Postal code is required.","\uc6b0\ud3b8\ubc88\ud638\ub97c \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Register zip code","\uc6b0\ud3b8\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter the zip code.","\uc6b0\ud3b8\ubc88\ud638\ucc3e\uae30":"Search Zip Code","\uc6b4\uc1a1\uc7a5\ubc88\ud638":"Tracking Number","\uc6b4\uc601":"Operation","\uc6b4\uc601\uad00\ub828":"Admin related","\uc6b4\uc601\uc77c\uc9c0":"Daily Management Log","\uc6b4\uc601\uc77c\uc9c0\ubaa9\ub85d":"Daily Management Log List","\uc6b4\uc601\uc77c\uc9c0\uc77d\uae30":"Read daily management log","\uc6b4\uc601\uc790\ub294 \ucfe0\ud3f0 \ubc1c\uae09\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Administrator cannot generate coupons.\u00a0","\uc6d0":"Won","\uc6d0\uc0b0\uc9c0":"Origin","\uc6d0\ud558\ub294 \ub514\uc790\uc778\uc744 \uc120\ud0dd\ud558\uc138\uc694. %s \ub514\uc790\uc778\uc774 \uc120\ud0dd\ud55c \ub514\uc790\uc778\uc73c\ub85c \ubcc0\uacbd\ub429\ub2c8\ub2e4.":"Select a design. %s design will be changed to your selected design.","\uc6d4":"Mon.","\uc704 \uc57d\uad00\uc5d0 \ub3d9\uc758 \ud569\ub2c8\ub2e4.":"I agree to the terms above.","\uc704 \uc815\ubcf4\ub85c \ud488\ubaa9 \uc120\ud0dd":"Select item with details above","\uc708\ub3c4\uc6b0 \ud31d\uc5c5":"Window Pop-up","\uc720\ub8cc":"With pay","\uc720\uc120\uc804\ud654":"Landline Phone","\uc720\uc120\uc804\ud654\ub294 \uc22b\uc790\ub9cc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter numbers only for phone number","\uc720\uc120\uc804\ud654\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter your phone number","\uc720\ud6a8\ud558\uc9c0 \uc54a\ub294 \uba54\uc77c\uc8fc\uc18c\uc785\ub2c8\ub2e4.\n\uba54\uc77c\uc8fc\uc18c\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"The email address you entered is not valid.\nPlease try again.","\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc811\uadfc\uc785\ub2c8\ub2e4.":"Invalid approach","\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \ucfe0\ud3f0\uc785\ub2c8\ub2e4.":"This is not a valid coupon.","\uc720\ud6a8\ud55c %s\uc2e0\uccad\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Not a valid %s request","\uc720\ud6a8\ud55c \uc774\uba54\uc77c\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter a valid email address.","\uc720\ud6a8\ud55c \uc8fc\ubb38 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4":"Invalid order number","\uc720\ud6a8\ud55c \uc8fc\ubb38 \ubc88\ud638\uac00 \uc544\ub2d9\ub2c8\ub2e4.":"Invalid order number","\uc720\ud6a8\ud55c \ud30c\uc77c\uba85\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uc608) index.html":"Invalid file name. i.e.) index.html","\uc740\ud589":"Bank","\uc740\ud589\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select bank","\uc74c\ub825":"Lunar","\uc74c\uc6d0\ud30c\uc77c\uc740 \uc5c5\ub85c\ub4dc \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot upload audio files.","\uc774 \uac8c\uc2dc\ubb3c\uc5d0\ub294 \ub354\uc774\uc0c1 \ucd94\ucc9c\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"No more recommendations can be added this message.","\uc774 \uc0c1\ud488\uc740 \ud604\uc7ac \uc7ac\uace0\uac00 \ubd80\uc871\ud558\uc5ec \ud310\ub9e4\uac00 \uc7a0\uc2dc \uc911\ub2e8\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.":"This item is currently out of stock and cannot be purchased momentarily.","\uc774 \uc0c1\ud488\uc740 \ud604\uc7ac \uc7ac\uace0\uac00 \ubd80\uc871\ud558\uc5ec \ud310\ub9e4\uac00 \uc7a0\uc2dc \uc911\ub2e8\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uc81c\ud488\uba85 : %s":"This item is currently out of stock and cannot be purchased momentarily.\n\nProduct Name : %s","\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4.":"will be added.","\uc774\ub3d9\ud560 \uae00\uc744 \uc120\ud0dd\ud558\uc5ec \uc8fc\uc138\uc694.":"Please mark the post you wish to move.","\uc774\ub984":"Name","\uc774\ub984 \ud639\uc740 \ube44\ubc00\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"Wrong name or password","\uc774\ub984(\ubc1c\uc74c\uae30\ud638)":"Name (phonetically)","\uc774\ub984(\uc601\ubb38)":"Name (in English)","\uc774\ub984\ubc1c\uc74c":"Name (Phonetically)","\uc774\ub984\uc740 \uc218\uc815\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can't edit your name","\uc774\ub984\uc744 \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Register name","\uc774\ub984\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter your name.","\uc774\ub984\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter your name.","\uc774\uba54\uc77c":"E-mail","\uc774\uba54\uc77c \uc218\uc2e0 \ub3d9\uc758":"Consent to receive e-mail","\uc774\uba54\uc77c \uc218\uc2e0\ub3d9\uc758 [MILEAGE_STR]":"[MILEAGE_STR] for Email Subscription","\uc774\uba54\uc77c \uc218\uc815":"Change e-mail address","\uc774\uba54\uc77c \uc804\uc1a1\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to send your email.","\uc774\uba54\uc77c \uc8fc\uc18c\ub97c %sbyte \uc774\ud558\ub85c \uc791\uc131 \ud574\uc8fc\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Email address must not exceed %s bytes. Please enter a different email address.","\uc774\uba54\uc77c \uc911\ubcf5\ud655\uc778":"Email Address Availability","\uc774\uba54\uc77c \uc911\ubcf5\ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check the availability of your email address.","\uc774\uba54\uc77c+SMS":"E-mail + SMS","\uc774\uba54\uc77c, \ud734\ub300\ud3f0\ubc88\ud638, \ubcf8\uc778\uc778\uc99d":"E-mail, Mobile Number, Self-authentication","\uc774\uba54\uc77c\ub85c \ub85c\uadf8\uc778\ud558\ub824\uba74 \ud68c\uc6d0\ub2d8 \uc774\uba54\uc77c\uc774 \uc544\uc774\ub514\ub85c \uc0ac\uc6a9\uc911\uc778\uc9c0 \uc810\uac80\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \uc544\uc774\ub514 \ub610\ub294 \uc774\uba54\uc77c\ub85c \ub85c\uadf8\uc778 \uac00\ub2a5\ud558\ub3c4\ub85d \uc774\uba54\uc77c \uc911\ubcf5\ud655\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"To log with email address, the availability of your email address must be checked first. Do you want to check?","\uc774\uba54\uc77c\uc744 \uc785\ub825\ud558\uc138\uc694.":"Select E-mail","\uc774\uba54\uc77c\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter an email address.","\uc774\uba54\uc77c\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Your e-mail is invalid.","\uc774\ubbf8":"Already","\uc774\ubbf8 \u300c\uad00\uc2ec\uc5c5\uccb4\u300d\ub85c \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.\n\uc9c0\uae08 \uad00\uc2ec\uc5c5\uccb4\ub97c \ud655\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?\n\u300cMy Kmall24 > \uad00\uc2ec\uc5c5\uccb4\u300d\uc5d0\uc11c \ub4f1\ub85d\uc744 \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The store has already been added to your \u300cFavorite Store List\u300d\nView your \u300cFavorite Store List\u300dnow?\nView your list on \u300cMy Kmall24 > Favorite Store List\u300d","\uc774\ubbf8 \ub3d9\uc77c \uc0c1\ud488\uba85\uc73c\ub85c \uc9c0\uae09\ub41c \uc801\ub9bd\uae08\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\uadf8\ub798\ub3c4 \uc9c0\uae09\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Points have been added to the same product. \n Are you sure to add the point?","\uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"Already registered","\uc774\ubbf8 \ub4f1\ub85d\ub41c \uc0c1\ud488\uc785\ub2c8\ub2e4":"This item has been registered already.","\uc774\ubbf8 \ub4f1\ub85d\ud55c \uacbd\ub85c \uc785\ub2c8\ub2e4.":"This route is already registered.","\uc774\ubbf8 \ub85c\uadf8\uc778 \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"You have already signed in.","\uc774\ubbf8 \uc0ac\uc6a9 \uc911\uc778 \ubcc4\uba85 \uc785\ub2c8\ub2e4.":"This username is already in use.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 %s \uc785\ub2c8\ub2e4.":"%s is already being used.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 IPIN \uc778\uc99d \uc815\ubcf4\uc785\ub2c8\ub2e4.":"This IPIN certification information is already being used.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \ub2c9\ub124\uc784\uc785\ub2c8\ub2e4.":"This username is already in use.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \ubc95\uc778\ubc88\ud638\uc785\ub2c8\ub2e4.":"This corporate number is already in use.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc544\uc774\ub514\uc785\ub2c8\ub2e4":"This ID is already in use.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc544\uc774\ub514\uc785\ub2c8\ub2e4.":"Unavailable ID","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc544\uc774\ub514\uc785\ub2c8\ub2e4. \ub2e4\ub978 \uc544\uc774\ub514\ub85c \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"Sorry, this ID is not available. Please try again.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc774\uba54\uc77c\uc785\ub2c8\ub2e4. \ub2e4\ub978 \uc774\uba54\uc77c\ub85c \ub2e4\uc2dc \uc2dc\ub3c4\ud574 \uc8fc\uc138\uc694.":"This email address is already in use. Please try again.","\uc774\ubbf8 \uc0ac\uc6a9\uc911\uc778 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\uc785\ub2c8\ub2e4.":"This resident registration number is already in use.","\uc774\ubbf8 \uc0ac\uc6a9\ud558\uc2e0 \ucfe0\ud3f0\ubc88\ud638 \uc785\ub2c8\ub2e4.\r\n\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0\ubc88\ud638\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.":"This coupon number has been used already. Please check the serial coupon.","\uc774\ubbf8 \uc120\ud0dd\ub418\uc5b4 \uc788\ub294 \uc635\uc158\uc785\ub2c8\ub2e4.":"This option has been selected already.","\uc774\ubbf8 \uc120\ud0dd\ud55c \uc635\uc158\uc785\ub2c8\ub2e4.":"This item is already selected.","\uc774\ubbf8 \uc138\uae08 \uacc4\uc0b0\uc11c\ub97c \uc2e0\uccad\ud558\uc168\uc2b5\ub2c8\ub2e4":"You have already requested for a tax calculator.","\uc774\ubbf8 \uc2e0\uccad \ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have requested already.","\uc774\ubbf8 \uc2e0\uccad\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Already requested","\uc774\ubbf8 \uc751\ubaa8\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already applied.","\uc774\ubbf8 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uae34 \uc0c1\ud488\uacfc \ud568\uaed8 \uc8fc\ubb38\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc7a5\ubc14\uad6c\ub2c8\ub97c \ube44\uc6b0\uace0 \uc8fc\ubb38 \ud574\uc8fc\uc138\uc694.":"Can't place an order with product(s) in cart. Please empty cart and place an order.","\uc774\ubbf8 \ucc38\uac00 \ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already joined.","\uc774\ubbf8 \ucd94\ucc9c\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Liked","\uc774\ubbf8 \ucde8\uc18c\ub41c \uc8fc\ubb38\uc785\ub2c8\ub2e4.":"This order has been cancelled already.","\uc774\ubbf8 \ud604\uae08 \uc601\uc218\uc99d \ubc1c\ud589 \uc2e0\uccad \ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Cash receipt requested.","\uc774\ubbf8 \ud604\uae08 \uc601\uc218\uc99d\uc774 \ubc1c\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Cash receipt has been issued already.","\uc774\ubbf8 \ud604\uae08 \uc601\uc218\uc99d\uc774 \ubc1c\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cash receipt has been issued already","\uc774\ubbf8 \ud604\uae08\uc601\uc218\uc99d \ubc1c\ud589\uc774 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cash receipt has been issued already.","\uc774\ubbf8\uc9c0":"Image","\uc774\ubbf8\uc9c0 \ubcc0\uacbd":"Change Image","\uc774\ubbf8\uc9c0 \uc0ac\uc6a9":"Use Image","\uc774\ubbf8\uc9c0 \uc5c5\ub85c\ub4dc\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \uc815\uc0c1\uc801\uc778 \uc774\ubbf8\uc9c0\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Image upload failed. Please select the image again.","\uc774\ubbf8\uc9c0 \ud0c0\uc785\uc774 \uc544\ub2cc \ud30c\uc77c\uc744 \uc62c\ub9b4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You can only upload image files.","\uc774\ubbf8\uc9c0 \ud30c\uc77c\ub9cc \uc62c\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can only upload image files.","\uc774\ubbf8\uc9c0 \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc \ud574\uc8fc\uc138\uc694.":"Upload an image file","\uc774\ubbf8\uc9c0 \ud615\uc2dd\uc758 \ud30c\uc77c\uc744 \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624":"Select image format file","\uc774\ubbf8\uc9c0\ub85c \uc800\uc7a5":"Save as image","\uc774\ubbf8\uc9c0\uc758 \ubb38\uc790\uc5f4\uc744 \ucd94\uac00\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter the characters you see in the image.","\uc774\ubbf8\uc9c0\ud655\ub300\ubcf4\uae30":"Zoom in","\uc774\ubca4\ud2b8":"Deals","\uc774\ubca4\ud2b8 \uae30\uac04\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"It is not the event period.","\uc774\ubca4\ud2b8 \uc751\ubaa8\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\ub2f9\ucca8\uc790 \ubc1c\ud45c\uc77c\uc5d0 \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Event subscription successful.\nPlease check for the winner during the announced date.","\uc774\ubca4\ud2b8 \ud30c\ub77c\ubbf8\ud130 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Event parameter information is not valid.","\uc774\uc0c1":"or more","\uc774\uc0c1 \uad6c\ub9e4 \uc2dc \ubb34\ub8cc":"Free for orders over.","\uc774\uc0c1 \uad6c\ub9e4\uc2dc \ubb34\ub8cc":"Free for orders over ( )","\uc774\uc0c1 \uad6c\ub9e4\uc2dc \ubc30\uc1a1\ube44 \ubb34\ub8cc":"Free shipping for orders over.","\uc774\uc6a9\ube48\ub3c4\uac00 \ub0ae\ub2e4":"I don't use it often","\uc774\uc6a9\uc548\ub0b4":"User Guide","\uc774\uc6a9\uc548\ub0b4 FAQ":"FAQ","\uc774\uc6a9\uc548\ub0b4 FAQ\uc785\ub2c8\ub2e4.":"Frequently Asked Questions and Answers","\uc774\uc6a9\uc548\ub0b4(FAQ)":"User Guide (FAQ)","\uc774\uc6a9\uc548\ub0b4FAQ\ub2f5\uae00":"User Guide FAQ Reply","\uc774\uc6a9\uc548\ub0b4FAQ\ub313\uae00\uc0ad\uc81c":"Delete user guide FAQ comment","\uc774\uc6a9\uc548\ub0b4FAQ\ubaa9\ub85d":"User Guide FAQ List","\uc774\uc6a9\uc548\ub0b4FAQ\ube44\ubc00\uae00":"Private User Guide FAQ","\uc774\uc6a9\uc548\ub0b4FAQ\uc0c1\uc138\ubcf4\uae30":"See user guide FAQ details","\uc774\uc6a9\uc548\ub0b4FAQ\uc218\uc815":"Edit User Guide FAQ","\uc774\uc6a9\uc548\ub0b4FAQ\uc4f0\uae30":"Write User Guide FA!","\uc774\uc6a9\uc57d\uad00":"Terms and Conditions","\uc774\uc6a9\uc57d\uad00 \ub3d9\uc758":"User Agreement","\uc774\uc6a9\uc57d\uad00 \ub4f1\ub85d":"Register Terms & Conditions","\uc774\uc6a9\uc57d\uad00\uc5d0 \ub3d9\uc758 \ud558\uc138\uc694":"Please agree to the User Agreement.","\uc774\uc6a9\uc57d\uad00\uc744 \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uc774\uc6a9\uc57d\uad00 \ubcc0\uacbd":"Terms and conditions will be changed., Change Terms and Conditions","\uc774\uc6a9\ud558\uc2dc\ub294 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c\ub294 \uae30\ub2a5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The browser you are using does not support this function.","\uc774\uc804":"Previous","\uc774\uc804 \uc0c1\ud488\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No previous item","\uc774\uc804 10 \ud398\uc774\uc9c0":"Previous 10 pages","\uc774\ud0e4\ub9ad\uccb4":"Italic","\uc778\uae30\uac80\uc0c9\uc5b4":"Popular Keywords","\uc778\uae30\uc0c1\ud488":"Most Loved Item","\uc778\uae30\uc0c1\ud488 \uc21c":"Sort By Most Loved Item","\uc778\uc1c4":"Print","\uc778\uc99d \uc77c\uc790":"Certified Date","\uc778\uc99d\ub41c \ucfe0\ud3f0\uc740 MY\ucfe0\ud3f0\uc5d0\uc11c \ud655\uc778\ud560\uc218 \uc788\uc2b5\ub2c8\ub2e4":"You can check the verified coupon at My Coupon.\u00a0","\uc778\uc99d\uc2e4\ud328":"Confirmation failed","\uc778\uc99d\ud0a4":"Authorization Key","\uc778\ud130\ub137 \uc0c1\ud488":"Online product","\uc778\ud130\ub137 \uc774\uc6a9\uc7a5\uc18c":"Internet location","\uc778\ud130\ub137\uc0c1\ud488":"Internet Item","\uc778\ud130\ub137\uc775\uc2a4\ud50c\ub85c\ub7ec\ub85c \uc811\uc18d\ud574 \uc8fc\uc154\uc57c \uc774\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Please use Internet Explorer","\uc778\ud2b8\ub85c\uac8c\uc2dc\ud310":"Intro Forum","\uc778\ud2b8\ub85c\uc8fc\ubbfc\ubc88\ud638":"Intro Resident Registration Number","\uc778\ud2b8\ub85c\uc8fc\ubbfc\ubc88\ud638+\ud68c\uc6d0":"Intro Resident Registration Number+Member","\uc778\ud2b8\ub85c\ud68c\uc6d0":"Intro Member","\uc77c":"Sun.","\uc77c\ubc18":"Basic","\uc77c\ubc18 \uc0c1\ud488\uc744 \uc9c4\uc5f4\uad00\ub9ac\ud569\ub2c8\ub2e4., \uc9c4\uc5f4\uad00\ub9ac":"General items will be displayed., Manage display","\uc77c\ubc18 \uc790\uc720\uac8c\uc2dc\ud310":"General Discussion Forum","\uc77c\ubc18\ub4f1\uae30":"Registered Shipping (\ufeffStandard)","\uc77c\ubc18\uc0c1\ud488 \ud398\uc774\uc9d5":"General Item Paging","\uc77c\ubc18\uc0c1\ud488\uc5d0 \uc0c1\ud488\uc744 \ub4f1\ub85d\ud569\ub2c8\ub2e4., \uc0c1\ud488 \ub4f1\ub85d":"Product will be registered on general products., Register product","\uc77c\ubc18\uc804\ud654":"Telephone","\uc77c\ubc18\ud68c\uc6d0":"Standard Membership","\uc77c\uc790, \uc0ac\uc720, \ud658\ubd88\uacc4\uc88c":"Date, reason, return bank account","\uc77c\uc8fc\uc77c":"week","\uc77c\ud68c\uc131\uba54\uc77c":"One-time mail","\uc77d\uae30 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"You do not have the permission to view this page.","\uc785\uae08 \uc608\uc815 \uacc4\uc88c : %s, \uc785\uae08\uae30\ud55c : %s":"Scheduled deposit account: %s, Deposit deadline: %s","\uc785\uae08\uc740\ud589":"Bank","\uc785\uae08\uc740\ud589 \uc120\ud0dd":"Select bank","\uc785\uae08\uc790":"Transferred by","\uc785\uae08\uc790 : %s, \uacc4\uc88c\ubc88\ud638 : %s (%s)":"Payment Sender: %s, Bank Account Number: %s (%s)","\uc785\uae08\uc790\uba85":"Name","\uc785\uae08\uc804":"Before Payment","\uc785\uae08\uc804\ucde8\uc18c":"Cancelleld before payment","\uc785\ub825\ub41c URL\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No URL given","\uc785\ub825\ud558\uc2e0 [BALANCE_STR] \uae08\uc561\uc774 \uc22b\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!":"Please enter the [BALANCE_STR] amount in numbers.","\uc785\ub825\ud558\uc2e0 [MILEAGE_STR]\uc774 \uc22b\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!":"Please enter the [MILEAGE_STR] amount in numbers.","\uc785\ub825\ud558\uc2e0 [\uc544\uc774\ub514 : %s] \ub85c \uac00\uc785\ub41c \ud68c\uc6d0[\uc544\uc774\ud540\uac00\uc785]\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No registered member [\uc544\uc774\ud540 \uac00\uc785] exists with the entered [\uc544\uc774\ub514 : %s]","\uc785\ub825\ud558\uc2e0 [\uc544\uc774\ub514 : %s] \ub85c \uac00\uc785\ub41c \ud68c\uc6d0[\ud734\ub300\ud3f0\uc778\uc99d\uac00\uc785]\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No [\uc544\uc774\ub514 :%s] account exists with [mobile phone certification]","\uc785\ub825\ud558\uc2e0 [\uc544\uc774\ub514 : %s] \ub85c \uac00\uc785\ub41c \ud68c\uc6d0\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The ID [ID: %s] you supplied does not exist.","\uc785\ub825\ud558\uc2e0 \ub9c8\uc77c\ub9ac\uc9c0\uae08\uc561\uc774 \uc22b\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!":"Please enter numbers only for the amount of store credits you wish to spend.","\uc785\ub825\ud558\uc2e0 \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The ID you have entered is not available.","\uc785\ub825\ud558\uc2e0 \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"This ID is available.","\uc785\ub825\ud558\uc2e0 \uc608\uce58\uae08 \uae08\uc561\uc774 \uc22b\uc790\uac00 \uc544\ub2d9\ub2c8\ub2e4!":"Credit balance should be in numbers.","\uc785\ub825\ud558\uc2e0 \uc774\uba54\uc77c \ubc0f \uc5f0\ub77d\ucc98 \uc815\ubcf4\ub85c \ud68c\uc6d0\uc815\ubcf4\ub97c \uc218\uc815\ud569\ub2c8\ub2e4.":"Member information will be modified with the e-mail address and contact details you entered.","\uc785\ub825\ud558\uc2e0 \uc774\uba54\uc77c\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The email address you have entered is not available.","\uc785\ub825\ud558\uc2e0 \uc774\uba54\uc77c\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"This email address is available.","\uc785\ub825\ud558\uc2e0 \uc774\uba54\uc77c\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The e-mail you entered is wrong.","\uc785\ub825\ud558\uc2e0 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The information you have entered is invalid.","\uc785\ub825\ud558\uc2e0 \uc815\ubcf4\ub294 \ud55c\uad6d\uc2e0\uc6a9\ud3c9\uac00\uc815\ubcf4(www.namecheck.co.kr)\uc5d0 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The information entered is not registered on National Information & Credit Evaluation (www.namecheck.co.kr).","\uc785\ub825\ud558\uc2e0 \uc815\ubcf4\ub85c \uac00\uc785 \ub41c \ud68c\uc6d0 \uc544\uc774\ub514\ub294 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No registered ID exists.","\uc785\ub825\ud558\uc2e0 \uc815\ubcf4\ub85c \uac00\uc785 \ub41c \ud68c\uc6d0\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The account with the information you provided does not exist","\uc785\ub825\ud558\uc2e0 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"Invalid resident registration number","\uc785\ub825\ud558\uc2e0 \ud328\uc2a4\uc6cc\ub4dc \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Wrong password information","\uc785\ub825\ud55c \uc2dc\ub9ac\uc5bc \ucfe0\ud3f0\ubc88\ud638\uac00 \ube60\uc838\uc788\uc2b5\ub2c8\ub2e4.":"Please enter serial coupon number.","\uc790\uae30\uc790\uc2e0\uc744 \ucd94\ucc9c\uc778\uc73c\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot register yourself as the recommendee.","\uc790\ub140":"Children","\uc790\ub3d9\ub4f1\ub85d\ubc29\uc9c0 \ubb38\uc790\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud558\uc5ec \uc8fc\uc138\uc694.":"Invalid anti-auto registration message. Please try again.","\uc790\ub3d9\ubc1c\uc1a1\uae08\uc9c0 \ubcf4\uc548\ubb38\uc790":"Automated Delivery Prohibited Security Check Text","\uc790\ub3d9\uc0dd\uc131 - \ub3d9\uc77c\ubc88\ud638\ucfe0\ud3f0":"Auto Generation - Duplicate No. Coupon","\uc790\ub3d9\uc0dd\uc131 - \ub79c\ub364\ubc88\ud638\ucfe0\ud3f0":"Auto Generation - Random No. Coupon","\uc790\ub3d9\uc0dd\uc131\ub9cc \ud574\ub2f9":"Automatic generation only\u00a0","\uc790\ub3d9\uc785\ub825 \ubc29\uc9c0\ubb38\uc790":"Auto-Type Prevention Letters","\uc790\ub3d9\uc785\ub825 \ubc29\uc9c0\ubb38\uc790\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The CAPTCHA code entered was incorrect.","\uc790\ub3d9\uc785\ub825 \ubc29\uc9c0\ubb38\uc790\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter the CAPTCHA code shown in the image","\uc790\ub3d9\uc785\ub825\ubc29\uc9c0 \ub85c\uadf8\uc778":"Auto-Type Login Prevention","\uc790\ub3d9\uc9c0\uae09":"give automatically","\uc790\ub3d9\ucc28":"Car","\uc790\ub8cc\uc2e4":"Data","\uc790\ub8cc\uc2e4 \ud30c\uc77c \uc5c5\ub85c\ub4dc \ucd1d\uc6a9\ub7c9\uc774 \ucd08\uacfc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Upload capacity limit has been exceeded.","\uc790\ub8cc\uc2e4\ub2f5\uae00":"Data Comment","\uc790\ub8cc\uc2e4\ub313\uae00\uc0ad\uc81c":"Delete data comment","\uc790\ub8cc\uc2e4\ubaa9\ub85d":"Data List","\uc790\ub8cc\uc2e4\ube44\ubc00\uae00":"Private Data Post","\uc790\ub8cc\uc2e4\uc0c1\uc138\ubcf4\uae30":"See data details","\uc790\ub8cc\uc2e4\uc218\uc815":"Edit Data","\uc790\ub8cc\uc2e4\uc4f0\uae30":"Post Data","\uc790\ub8cc\uc2e4\uc785\ub2c8\ub2e4.":"Library","\uc790\ub9ac\uc218 : 10~35\uc790\ub9ac":"No. Length : 10~35 digits","\uc790\uc138\ud55c \ubb38\uc758\ub294 \uc1fc\ud551\ubab0 \uc6b4\uc601\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.":"Ask the mall manager for more details.","\uc790\uc138\ud788":"View Details","\uc790\uc2e0\uc758 \uc778\uc0dd \uc88c\uc6b0\uba85\uc740?":"What is your motto?","\uc790\uc720\uac8c\uc2dc\ud310":"General Discussion Forum","\uc790\uc720\uac8c\uc2dc\ud310\ub2f5\uae00":"General Discussion Forum Comment","\uc790\uc720\uac8c\uc2dc\ud310\ub313\uae00\uc0ad\uc81c":"Delete general discussion forum comment","\uc790\uc720\uac8c\uc2dc\ud310\ubaa9\ub85d":"General Discussion Forum List","\uc790\uc720\uac8c\uc2dc\ud310\ube44\ubc00\uae00":"Private General Discussion Forum Post","\uc790\uc720\uac8c\uc2dc\ud310\uc0c1\uc138\ubcf4\uae30":"See general discussion forum Details","\uc790\uc720\uac8c\uc2dc\ud310\uc218\uc815":"Edit general discussion forum","\uc790\uc720\uac8c\uc2dc\ud310\uc4f0\uae30":"Write on general discussion forum","\uc790\uc720\uac8c\uc2dc\ud310\uc785\ub2c8\ub2e4.":"Forum","\uc790\uc720\uc790\uc720\uc790\uc720":"Free Free Free","\uc790\uc9c4\ud0c8\ud1f4":"Close Account","\uc790\uccb4\uacf5\uae09":"Self-supply","\uc790\uccb4\ubc30\uc1a1":"Self delivery","\uc790\uccb4\uc0c1\ud488\ucf54\ub4dc":"Private Label Product Code","\uc791\uc131 \uc77c\uc790\ubcc4":"by Date","\uc791\uc131\uae30\uac04\uc774 \ucd08\uacfc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uae00\uc744 \uc791\uc131\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The review period has expired. You can no longer post a review for this item.","\uc791\uc131\uc790":"Author","\uc791\uc131\uc790 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Writer's name is required.","\uc791\uc131\uc790\ub97c \uc785\ub825\ud558\uc138\uc694.":"Enter your name","\uc791\uc131\uc911\uc774\ub358 \uae00\uc774 \uc788\uc2b5\ub2c8\ub2e4.\ubd88\ub7ec \uc624\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"There is a post being written. Would you like to open it?","\uc794\uc5ec\uba54\uc77c\uc774 \ubd80\uc871\ud558\uc5ec \uba54\uc77c\uc744 \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uba54\uc77c\uc744 \ucda9\uc804\ud558\uc5ec \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Cannot save e-mail due to lack of remaining e-mail. Please charge your e-mail.","\uc794\uc5ec\uba54\uc77c\uc774 \ubd80\uc871\ud558\uc5ec \uc9c4\ud589\uc911\uc73c\ub85c \ubcc0\uacbd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\r\n\uba54\uc77c\uc744 \ucda9\uc804\ud558\uc5ec \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Cannot change to in process due to lack of remaining e-mail. \r\n Please charge your e-mail.","\uc798\ubabb \ub41c \uc811\uadfc\uc785\ub2c8\ub2e4.":"Invalid approach","\uc798\ubabb\ub41c \uacbd\ub85c\uc785\ub2c8\ub2e4.":"Wrong route","\uc798\ubabb\ub41c \uc0dd\ub144\uc6d4\uc77c \uc785\ub2c8\ub2e4.":"Wrong birthdate","\uc798\ubabb\ub41c \uc2a4\ud0a8\uc785\ub2c8\ub2e4":"Wrong template","\uc798\ubabb\ub41c \uc694\uccad\uc785\ub2c8\ub2e4":"Invalid request","\uc798\ubabb\ub41c \uc694\uccad\uc785\ub2c8\ub2e4.":"Invalid request","\uc798\ubabb\ub41c \uc811\uadfc\uc785\ub2c8\ub2e4":"Wrong approach","\uc798\ubabb\ub41c \uc811\uadfc\uc785\ub2c8\ub2e4.":"Access denied.","\uc798\ubabb\ub41c \uc815\ubcf4\ub85c \uacfc\ub3c4\ud55c \ub85c\uadf8\uc778 \uc2dc\ub3c4\uac00 \uac10\uc9c0\ub418\uc5b4 \uc790\ub3d9\uc785\ub825\ubc29\uc9c0 \ub85c\uadf8\uc778\uc73c\ub85c \uc804\ud658\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"There have been too many unsuccessful login attempts.","\uc798\ubabb\ub41c \ucfe0\ud3f0 \ubc88\ud638\uc785\ub2c8\ub2e4.":"Wrong coupon number","\uc798\ubabb\ub41c\uc811\uadfc.":"Invalid approach","\uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824 \uc8fc\uc2ed\uc2dc\uc624.":"Please wait a moment.","\uc7a5\ubc14\uad6c\ub2c8":"Shopping Cart","\uc7a5\ubc14\uad6c\ub2c8 INSERT \uc2e4\ud328":"Shopping Cart INSERT Failed","\uc7a5\ubc14\uad6c\ub2c8 UPDATE \uc2e4\ud328":"Shopping Cart UPDATE Failed","\uc7a5\ubc14\uad6c\ub2c8 \uad6c\ubd84":"Shopping cart classification","\uc7a5\ubc14\uad6c\ub2c8 \uae30\uac04\uc124\uc815\uc744 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4., \uc7a5\ubc14\uad6c\ub2c8 \uae30\uac04\uc124\uc815":"You can set the shopping cart's period., Shopping cart period setting","\uc7a5\ubc14\uad6c\ub2c8 \ub2f4\uae30\ub294 \uc870\ud569\ud615 \uc635\uc158\uc778 \uacbd\uc6b0\uc5d0\ub9cc \uc774\uc6a9\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Add to cart can be used only for combined option.","\uc7a5\ubc14\uad6c\ub2c8 \uc0c1\ud488 INSERT \uc2e4\ud328":"Shopping Cart Item INSERT Failed","\uc7a5\ubc14\uad6c\ub2c8 \uc0c1\ud488 UPDATE \uc2e4\ud328":"Shopping Cart Item UPDATE Failed","\uc7a5\ubc14\uad6c\ub2c8 \uc5c5\ub370\uc774\ud2b8 \uc624\ub958":"Cart update error","\uc7a5\ubc14\uad6c\ub2c8 \uc774\uc6a9\uc548\ub0b4":"Shopping Cart User Guide","\uc7a5\ubc14\uad6c\ub2c8 \uccb4\ud06c \ud074\ub798\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no shopping cart check class.","\uc7a5\ubc14\uad6c\ub2c8 \ucd94\uac00 \uc2e4\ud328":"Failed to add product to cart","\uc7a5\ubc14\uad6c\ub2c8\ub2f4\uae30\ucc3d":"Add to Cart Window","\uc7a5\ubc14\uad6c\ub2c8\ub2f4\uae30\ud655\uc778\ucc3d":"Add to Cart Confirmation Window","\uc7a5\ubc14\uad6c\ub2c8\ub97c \ube44\uc6b0\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Empty cart?","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub123\uc744":"To be added in the shopping cart","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub123\uc744 \uc0c1\ud488\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select the item you wish to add on the shopping cart","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uae34 \uc0c1\ud488\uc774 \uc5c6\uc73c\ubbc0\ub85c, \uacac\uc801\uc11c\ub97c \ucd9c\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot print quote because your cart is empty.","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub2f4\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot add it in the shopping cart.","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ub3d9\uc77c\ud55c \uc0c1\ud488\uc774 \uc788\uc2b5\ub2c8\ub2e4. \n\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Same product exist in your cart. \n Do you want to continue?","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \uc0c1\ud488\uc774 \uc5c6\uac70\ub098 \ube44\uc815\uc0c1\uc801\uc778 \uacbd\ub85c\ub85c \uc811\uadfc\ud558\uc168\uc2b5\ub2c8\ub2e4.":"There is no item in the shopping cart or you have entered through an invalid approach.","\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \n\uc7a5\ubc14\uad6c\ub2c8\ub97c \ud655\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Added to shopping cart. \nSee shopping cart?","\uc7a5\ubc14\uad6c\ub2c8\uc5d0\uc11c \uc0ad\uc81c\ud574 \uc8fc\uc138\uc694.":"Please delete from 'Shopping Cart.'","\uc7a5\ubc14\uad6c\ub2c8\ud0c0\uc785":"Shopping Cart Type","\uc7ac\uace0 \uc218\ub7c9\ubcf4\ub2e4 \uc2e0\uccad\ud558\uc2e0 \uc218\ub7c9\uc774 \ub9ce\uc2b5\ub2c8\ub2e4.":"Requested quantity is greater than available quantity","\uc7ac\uace0 \uc218\ub7c9\uc774 %s\uac1c \uc874\uc7ac\ud569\ub2c8\ub2e4. \uc7ac\uace0\uc218\ub7c9 \uc774\ud558\ub85c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"There are %s in the inventory. Please select less than the inventory amount.","\uc7ac\uace0 \uc218\ub7c9\uc774 \ubd80\uc871\ud558\uc5ec \ub354 \uc774\uc0c1 \uc635\uc158\uc744 \ucd94\uac00\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Due to low level of inventory, you may not add any more options.","\uc7ac\uace0 \uc218\ub7c9\uc774 \ubd80\uc871\ud569\ub2c8\ub2e4.":"There are not enough products in stock.","\uc7ac\uace0\ubd80\uc871\uc548\ub0b4":"Information on Out of Stock","\uc7ac\uace0\uc5c6\ub294 \uc81c\ud488\uc635\uc158":"Out of stock item option","\uc7ac\uad6c\ub9e4\ud560\uc778":"Reorder discount","\uc7ac\ubc1c\ud589\uc2e0\uccad":"Request for reissuance","\uc7ac\uc2dc\ub3c4\uc911":"Retrying","\uc7ac\uc785\uace0 \uc2e0\uccad\ud560 \ud488\ubaa9\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select the item for restock notification.","\uc7ac\uc785\uace0 \uc54c\ub9bc SMS \uc694\uccad\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Request for restock SMS alarm completed.","\uc7ac\uc785\uace0 \uc54c\ub9bc SMS \uc694\uccad\uc911 \uc624\ub958\uac00 \uc0dd\uacbc\uc2b5\ub2c8\ub2e4.\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while requesting for restock SMS alarm. Please try again.","\uc7ac\uc785\uace0 \uc54c\ub9bc \uba54\uc77c":"Email Restock Notification","\uc7ac\uc785\uace0 \uc54c\ub9bc \uba54\uc77c \uc694\uccad\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your request for restock notification has been successfully submitted.","\uc7ac\uc785\uace0SMS\ud31d\uc5c5":"Restock SMS Pop-up","\uc800\uc7a5":"Save","\uc800\uc7a5 \uacbd\ub85c\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Please select storage route","\uc800\uc7a5 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Saved","\uc800\uc7a5\uacbd\ub85c":"Storage route","\uc800\uc7a5\uacbd\ub85c \uc120\ud0dd":"Select storage route","\uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Saved","\uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \ub0b4\uc6a9\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub2eb\uc73c\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"There is an unsaved data. Close now?","\uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \ud30c\uc77c\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \ud30c\uc77c\uc744 \ub2eb\uc73c\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"There is an unsaved file. Close all files?","\uc800\uc7a5\ub418\uc9c0 \uc54a\uc740 \ud30c\uc77c\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc5d0\ub514\ud130\ub97c \uc885\ub8cc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"There is an unsaved file. End editor?","\uc800\uc7a5\ud560 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no image to save","\uc800\ud76c \uc0c1\uc810\uc744 \uc774\uc6a9\ud574\uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4.":"Thank you for using our shopping site.","\uc800\ud76c \uc1fc\ud551\ubab0 \uace0\uac1d \uc11c\ube44\uc2a4 \uc13c\ud130\ub85c \uc5f0\ub77d \uc8fc\uc2ed\uc2dc\uc624.":"Please contact our customer center","\uc800\ud76c \uc1fc\ud551\ubab0\uc5d0\uc11c \ubb3c\uac74 \uad6c\uc785\uc744 \ud558\uc9c0 \uc54a\uc73c\uc2dc\ub354\ub77c\ub3c4, \ub9ce\uc774 \uad6c\uacbd\uc624\uc138\uc694.":"Please visit our shopping site and feel free to tour around.","\uc800\ud76c \uc1fc\ud551\ubab0\uc5d0\uc11c \ubb3c\uac74\uc744 \uad6c\uc785\ud558\uc9c0 \uc54a\uc73c\uc2dc\ub354\ub77c\ub3c4 \ub9ce\uc774 \uad6c\uacbd \uc624\uc138\uc694.":"Please visit our shopping site and feel free to tour around.","\uc800\ud76c \uc1fc\ud551\ubab0\uc744 \ubc29\ubb38\ud574 \uc8fc\uc154\uc11c \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4.":"Thank you for visiting our shopping site.","\uc800\ud76c \uc1fc\ud551\ubab0\uc744 \uc774\uc6a9\ud574\uc8fc\uc154\uc11c \uc9c4\uc2ec\uc73c\ub85c \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4.":"Thank you for using our shopping site.","\uc801\ub9bd":"accumulation","\uc801\ub9bd : + %s":"Store Credit: + $s","\uc801\ub9bd\uae08":"Reward points amount","\uc801\ub9bd\uae08 %s[BALANCE_UNIT]\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n[BALANCE_STR] %s[BALANCE_UNIT]\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s[BALANCE_UNIT] reward points have been added to your account. %s[BALANCE_UNIT] \n[BALANCE_STR] have been added to your account.","\uc801\ub9bd\uae08 %s\uc6d0\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s of reward points have been issued.","\uc801\ub9bd\uae08 %s\uc6d0\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uc608\uce58\uae08 %s\uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s reward points have been issued. Your store balance of %s KRW has been paid back.","\uc801\ub9bd\uae08 \uacb0\uc81c":"Reward Points","\uc801\ub9bd\uae08 \uacb0\uc81c \uc8fc\ubb38\uc740 \uc0ac\uc740\ud488\uc744 \uc120\ud0dd \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot choose a freebie when ordering with store credit payment.","\uc801\ub9bd\uae08 \ubcf5\uc6d0":"Reward Points Restoration","\uc801\ub9bd\uae08 \ubcf5\uc6d0(\uc8fc\ubb38\ucde8\uc18c)":"Restore store credit (Cancelled order)","\uc801\ub9bd\uae08 \uc0ac\uc6a9":"Use Store Credit","\uc801\ub9bd\uae08 \uc0ac\uc6a9 \uad6c\ub9e4\uc2dc \uc0c1\ud488 \uad6c\ub9e4 \uc801\ub9bd\uae08\uc774 \ucc28\ub4f1 \uc9c0\uae09\ub429\ub2c8\ub2e4.\n\uc8fc\ubb38\uc644\ub8cc \ud398\uc774\uc9c0 \ud558\ub2e8 \uc0c1\ud488 \uad6c\ub9e4 \uc801\ub9bd\uae08 \uc9c0\uae09 \uc548\ub0b4\ub97c \ucc38\uc870\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Store credit given when purchasing an item will be deducted when purchasing with store credit. \n Please see store credit guide on the bottom of complete order page for more information.","\uc801\ub9bd\uae08 \uc0ac\uc6a9\uae08\uc561\uc774 \uacb0\uc81c\uae08\uc561\ubcf4\ub2e4 \ub9ce\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08 \uc0ac\uc6a9\uae08\uc561\uc774 0\uc73c\ub85c \ucc98\ub9ac\ub429\ub2c8\ub2e4.":"Your store credit spending cannot exceed the payment total.\nStore credit usage will be set to 0.","\uc801\ub9bd\uae08 \uc124\uc815\uc744 \uc815\uc758\ud569\ub2c8\ub2e4., \uc801\ub9bd\uae08 \uc124\uc815":"Store credit setting will be characterized., Store credit setting","\uc801\ub9bd\uae08 \uc815\ubcf4":"Reward points information","\uc801\ub9bd\uae08 \uc815\ubcf4\ub97c \uc124\uc815\ud569\ub2c8\ub2e4., \uc801\ub9bd\uae08 \uc124\uc815":"Store credit information will be changed., Store credit setting","\uc801\ub9bd\uae08 \uc9c0\uae09 \ucfe0\ud3f0":"Store credit payment coupon","\uc801\ub9bd\uae08 \uc9c0\uae09\uc5d0 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to add store credits","\uc801\ub9bd\uae08 \ucde8\uc18c":"Cancel Store Credit","\uc801\ub9bd\uae08 \ud3ec\ud568, \uc801\ub9bd\uae08 \ubbf8\ud3ec\ud568":"With store credit, Without store credit","\uc801\ub9bd\uae08 \ud658\ubd88":"Refund Store Credit","\uc801\ub9bd\uae08&\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0(\ud0dd1)":"Store Credit & Naver Mileage (Choice 1)","\uc801\ub9bd\uae08\uacb0\uc81c":"Use reward points","\uc801\ub9bd\uae08\ubc14\ub85c\uc8fc\uae30\ub294 \ud68c\uc6d0\uc5d0\uac8c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Direct store credit transfer is for members only.","\uc801\ub9bd\uae08\uc0ac\uc6a9":"Use Reward Points","\uc801\ub9bd\uae08\uc740 -\uac00 \ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08 \uc0ac\uc6a9\uae08\uc561\uc774 0\uc73c\ub85c \ucc98\ub9ac\ub429\ub2c8\ub2e4.":"Store credit cannot be -.\nStore credit usage will be set to 0.","\uc801\ub9bd\uae08\uc740 \ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0\uc640 \ub3d9\uc2dc\uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Store credit cannot be used along with Naver Mileage","\uc801\ub9bd\uae08\uc740 \ucfe0\ud3f0\uacfc \ub3d9\uc2dc\uc5d0 \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Reward points cannot be used in combination with coupons.","\uc801\ub9bd\uae08\uc740 \ud574\ub2f9 \uacb0\uc81c\uc218\ub2e8\uc5d0\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Reward points cannot be used to complete this payment.","\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 [BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use [BALANCE_STR] when you are paying with reward points.","\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \uc608\uce58\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use credit balance upon using store credit.","\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"Coupons cannot be used when reward points are used.","\uc801\ub9bd\uae08\uc744 \ucd94\uac00\ud560 \uc218 \uc788\ub294 \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.\ucd1d \uad00\ub9ac\uc790\uc5d0\uac8c \ud655\uc778\ud558\uc5ec \uc8fc\uc138\uc694.":"You are not authorized to add points. Please contact our customer service.","\uc801\ub9bd\uae08\uc774 \uc774\ubbf8 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Store credit has been issued already","\uc801\ub9bd\uae08\uc815\ubcf4":"Store Credit Information","\uc801\ub9bd\uae08\uc8fc\uae30":"Give Store Credit","\uc801\ub9bd\uae08\ud658\ubd88":"Refund in reward points","\uc801\ub9bd\uae09 %s \uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s store credit has been stored.","\uc801\ub9bd\uae09 %s\uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s KRW worth of store credit has been issued.","\uc801\ub9bd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Added.","\uc801\uc6a9":"Apply","\uc801\uc6a9\uc0c1\ud488":"Valid for","\uc801\uc6a9\uc774 \ubd88\uac00\ub2a5\ud55c \uc8fc\uc18c\uc785\ub2c8\ub2e4.":"The address cannot be found.","\uc801\uc6a9\ud560 \ud68c\uc6d0\ub4f1\uae09\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select membership","\uc804\uc561 \ud560\uc778":"Total amount discount","\uc804\uc790\ubcf4\uc99d \ud1b5\uc2e0\uc5d0\ub7ec\uc785\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ubc14\ub78d\ub2c8\ub2e4.":"E-guarantee communication error. Please contact the admin.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uac1c\uc778\uc815\ubcf4 \uc774\uc6a9\ub3d9\uc758":"E-Warranty Privacy Policy Agreement","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \ubc1c\uae09\uc5ec\ubd80":"E-Warranty Available Issue","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c1":"E-Warranty Insurance Birthdate 1","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c2":"E-Warranty Insurance Birthdate 2","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c3":"E-Warranty Insurance Birthdate 3","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc11c\ube44\uc2a4 \uc815\ubcf4":"E-Guarantee Insurance Service Information","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc120\ud0dd\ubc1c\uae09":"E-Warranty Insurance Option Issued","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc131\ubcc4":"E-Warranty Insurance Sex","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc8fc\ubbfc\ubc88\ud6381":"E-Warranty Insurance Resident Registration Number 1","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc8fc\ubbfc\ubc88\ud6382":"E-Warranty Insurance Resident Registration Number 2","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc99d\uad8c\ubc88\ud638":"E-Guarantee Insurance Policy Number","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc99d\uad8c\ubc88\ud638 : %s":"E-Guarantee Insurance Security Number: %s","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uac1c\uc778\uc815\ubcf4 \uc774\uc6a9\ub3d9\uc758\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to agree to the privacy policy.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uc0dd\ub144\uc6d4\uc77c\uc744 \uc785\ub825\ud558\uc154\uc57c \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to enter your birthday in order to pay.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uc8fc\ubbfc\ubc88\ud638\ub97c \uc785\ub825\ud558\uc154\uc57c \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to enter your resident registration number in order to pay.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while requesting for electronic tax invoice. Please contact the administrator.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc774\uba54\uc77c\ub85c \ubc1c\uc1a1\ub429\ub2c8\ub2e4.":"Electronic tax invoice request completed. An e-mail will be sent after it has been verified by \n administrator.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc774\ubbf8 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc774\uba54\uc77c\ub85c \ubc1c\uc1a1\ub429\ub2c8\ub2e4.":"Electronic tax invoice request has been completed already. An e-mail will be sent after it has been verified by \n administrator.","\uc804\uccb4":"All","\uc804\uccb4 \ubaa8\ub4c8":"All Modules","\uc804\uccb4 \uc0c1\ud488 \ubd84\ub958":"Categories","\uc804\uccb4 \uc8fc\ubb38 \uc0c1\ud488 \uae08\uc561\uc5d0 \ub300\ud574 \ubb34\uc774\uc790\ud560\ubd80\uac00 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n":"Interest-free installment is not applied on the total payment.\n","\uc804\uccb4 \uc8fc\ubb38\ucc98\ub9ac\uc0c1\ud0dc":"Order Status","\uc804\uccb4\uac8c\uc2dc\ud310":"All Posts","\uc804\uccb4\uae00\ubcf4\uae30":"All mssages","\uc804\uccb4\ubcf4\uae30":"View All","\uc804\uccb4\uc0c1\ud488":"All products","\uc804\ud45c \ub370\uc774\ud130\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No statement data found.","\uc804\ud45c\ub97c \ucd9c\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Cannot issue statement","\uc804\ud654 ARS":"Phone Customer Service","\uc804\ud654 \ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter telephone number","\uc804\ud654\ubc88\ud638":"Telephone Number","\uc804\ud654\ubc88\ud638\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid phone number.","\uc811\uadfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"Unauthorized","\uc811\uc18d\ud69f\uc218 \uc870\uac74\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The maximum number of allowable connection condition is up to 10.","\uc815\uae30\uba54\uc77c":"Regular mail","\uc815\ub82c\uae30\uc900":"Sort by","\uc815\ub82c\ubc29\uc2dd":"Sort by","\uc815\ub9d0 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Sure to delete?","\uc815\ub9d0\ub85c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Sure to delete?","\uc815\ub9d0\ub85c \uc218\uc815 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure you want to edit?","\uc815\ub9d0\ub85c \ud0c8\ud1f4 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure you want to close your account?","\uc815\ubcf4":"Information","\uc815\ubcf4\ub97c \ubcc0\uacbd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can change the information.","\uc815\ubcf4\uc5c6\uc74c":"No information found","\uc815\uc0b0\uc720\ud615\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please enter payment type.","\uc815\uc0c1 \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Process successful","\uc815\uc0c1\uc801\uc73c\ub85c \uc2a4\ud0a8\ud14c\ub9c8\uac00 \uc608\uc57d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Template reservation successful","\uc815\uc0c1\uc801\uc73c\ub85c \uc811\uadfc\ub418\uc9c0 \uc54a\uc544 \uba54\uc778\ud654\uba74\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.":"Due to the denial of access, you'll be directed back to the main page.","\uc815\uc0c1\uc801\uc73c\ub85c \ud14c\ub9c8\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Template deleted successfully","\uc815\uc0c1\uc801\uc73c\ub85c \ud68c\uc218 \ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Successfully recovered.","\uc815\uce58, \uc815\ubcf4\ud1b5\uc2e0, \uc2a4\ud3ec\uce20, \uc694\ub9ac\/\uc74c\uc2dd, \uc5f0\uc608\uc778":"Politics, Information and Communication, Sports, Cooking\/Food, Celebrity","\uc815\ud655\ud55c \uc218\ub7c9\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter the right quantity","\uc81c\uacf5\ub300\uc0c1 : Daum \uc1fc\ud551\ud558\uc6b0":"Target Supplier: Daum Shopping How","\uc81c\uacf5\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04 : \uc81c\ud734\uc0ac\uc5d0 \ud68c\uc6d0\ud0c8\ud1f4\uc2dc \uc9c0\uccb4\uc5c6\uc774 \ud30c\uae30. \ub2e8, \uad00\uacc4\ubc95\uaddc\uc5d0 \uc758\ud574 \ubcf4\uc874\uc774 \ud544\uc694\ud55c \uacbd\uc6b0 \ubc95\ub839\uc5d0 \ub530\ub77c \uc815\ubcf4\ubcf4\uad00":"Provided Information's Collection and Usage Period: Immediately discard upon closing of account. However, information will be saved according to law if the related law and regulations need to be pres","\uc81c\uacf5\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04: \uc81c\ud734\uc0ac \ud68c\uc6d0\ud0c8\ud1f4 \uc2dc \uc9c0\uccb4\uc5c6\uc774 \ud30c\uae30.":"Provided Information's Collection and Usage Period: Immediately discard upon closing of account.","\uc81c\uacf5\uc815\ubcf4\uc758 \uc774\uc6a9\ubaa9\uc801 : Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4":"Information Supply Purpose: Daum Shopping One Service","\uc81c\uacf5\uc815\ubcf4\uc758 \uc774\uc6a9\ubaa9\uc801: Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4-\ube44\ud68c\uc6d0\uc8fc\ubb38\ub0b4\uc5ed \uc870\ud68c\/\uad00\ub9ac \ubaa9\uc801":"Information Supply Purpose: Daum Shopping One Service-Non-members Order History\/Management Purpose","\uc81c\uacf5\ud558\ub294 \uac1c\uc778\uc815\ubcf4 \ud56d\ubaa9 : \uc8fc\ubb38\uac74\uc218\/\ub0b4\uc5ed, \ucfe0\ud3f0\uac74\uc218\/\ub0b4\uc5ed, \uc801\ub9bd\uae08\ub0b4\uc5ed, \ucc1c\ud55c \uc0c1\ud488\uac74\uc218\/\ub0b4\uc5ed \ub4f1 \uc81c\uacf5\ud558\ub294 \uc1fc\ud551\uc815\ubcf4":"Supplier's Personal Information: Number of orders\/history, store credit history, reserved items\/history, and other provided shopping information","\uc81c\uacf5\ud558\ub294\uac1c\uc778\uc815\ubcf4\ud56d\ubaa9: \uc8fc\ubb38\ubc88\ud638, \uc8fc\ubb38\uc77c\uc2dc, \uc8fc\ubb38\uae08\uc561, \uc8fc\ubb38\uc0c1\ud488 \ub4f1\uc758 \ube44\ud68c\uc6d0\uc8fc\ubb38\ub0b4\uc5ed":"Supplier's Personal Information: Order number, order date, order payment amount, ordered item, non-member's order history, etc.","\uc81c\ubaa9":"Title","\uc81c\ubaa9 : %s":"Title: %s","\uc81c\ubaa9 \uae00\uc790\uc218":"Title's word count","\uc81c\ubaa9\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The title is wrong.","\uc81c\uc678\uac80\uc0c9\uc5b4":"Exclude terms","\uc81c\uc678\uac80\uc0c9\uc5b4 \uc785\ub825 \uc2dc \uac80\uc0c9\uc870\uac74\uc5d0 \uc0c1\ud488\uba85\uc744 \ubc18\ub4dc\uc2dc \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"When you exclude specific terms from your search, you must include product name in your search.","\uc81c\uc678\uac80\uc0c9\uc5b4\uac00 \uac80\uc0c9\uc5b4\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc5b4 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Your search request contains terms that have been excluded from your search results.\nPlease try again.","\uc81c\uc678\uc0c1\ud488":"Excepted item","\uc81c\uc870\uc0ac":"Manufacture Company","\uc81c\uc870\uc0ac \uc21c":"Sort By Manufacturing Company","\uc81c\uc870\uc0ac\uc21c":"By manufacturer","\uc81c\uc870\uc77c\uc790":"Manufacture Date","\uc81c\ud488\uba85":"Item Name","\uc81c\ud488\uba85 : %s":"Item Name: %s","\uc81c\ud55c \uc5c6\uc74c":"No limit","\uc81c\ud55c\uc5c6\uc74c":"No limits","\uc81c\ud734\ud560\uc778":"Partnership Discount","\uc81c\ud734\ud654\uba74 \uc124\uc815 \ub0b4\uc6a9 \uc800\uc7a5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to save share screen setting details","\uc81c\ud734\ud654\uba74 \uc124\uc815 \ub0b4\uc6a9\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Successfully saved share screen setting details","\uc870\uac74":"Conditions","\uc870\uac74\ubd80 \ubb34\ub8cc : \uc8fc\ubb38 \uae08\uc561 %s \uc6d0 \ubbf8\ub9cc\uc77c \ub54c \ubc30\uc1a1\ube44 %s\uc6d0\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.":"Free on condition: Shipping fee worth %s USD will be added for order amounts worth less than %s USD","\uc870\ub974\uae30 \uc0c1\ud488 (\ub0a8\uc740 \ud69f\uc218 : \ubb34\uc81c\ud55c), (\ub0a8\uc740 \ud69f\uc218: %s\ud68c)":"Items to share (Remaining SMS : unlimited) ( Remaining SMS : %s messages)","\uc870\ud68c":"Check","\uc870\ud68c\uc218":"Most viewed","\uc870\ud68c\uc218 \uc21c":"Most viewed","\uc870\ud68c\ud560 \uc0c1\ud488\ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"Product code cannot be found.","\uc870\ud68c\ud560 \uc8fc\ubb38\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"Order number cannot be found.","\uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ub0a0\uc9dc \uc785\ub2c8\ub2e4.":"This date does not exist.","\uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \uc8fc\ubb38\ubc88\ud638\uc785\ub2c8\ub2e4.\n\uc8fc\ubb38 \uacb0\uacfc\ub97c \ubcf4\ub824\uace0 \uc624\uc2e0 \ubd84\ub4e4\uc740 \uc8fc\ubb38 \uc870\ud68c \ud398\uc774\uc9c0\uc5d0\uc11c \uc8fc\ubb38\uc744 \ud655\uc778\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Order number does not exist. To all those who wants to see the order status of \n, please proceed to order history page.","\uc885\ub8cc":"Dismiss","\uc885\ub8cc\uc77c\uc790\uac00 \uc2dc\uc791\uc77c\ubcf4\ub2e4 \uc55e\uc120\ub0a0\uc9dc\ub85c \uc120\ud0dd\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"End schedule is earlier than start schedule","\uc885\ubaa9":"Event","\uc885\ubaa9\uc744":"Item","\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud574\ub2f9\uc0c1\ud488\ub4e4\uc740 NAVER Checkout\uc73c\ub85c \uad6c\ub9e4\uac00 \ubd88\uac00\ud569\ub2c8\ub2e4.":"Sorry. These items cannot be purchased through NAVER Checkout.","\uc8fc\/\ub3c4":"State \/ Province","\uc8fc\/\ub3c4(\uc601\ubb38)":"State (English)","\uc8fc\/\uc9c0\ubc29":"State\/Province","\uc8fc\ubb38":"Order","\uc8fc\ubb38 \uac00\ub2a5\ud55c \uc911\ub7c9\uc740 \ucd5c\ub300 30KG \uc785\ub2c8\ub2e4. \uc218\ub7c9 \ub610\ub294 \ud488\ubaa9\uc744 \uc218\uc815\ud574 \uc8fc\uc138\uc694.":"The maximum shipping weight allowed is 30kg. Please change the quantity and\/or product category.","\uc8fc\ubb38 \uac74\uc218\ub2f9 \ucfe0\ud3f0 \ucd5c\ub300\uc0ac\uc6a9\uac2f\uc218\ub294 %s\uac1c \uc785\ub2c8\ub2e4.":"Maximum number of coupons you can use per order is %s.","\uc8fc\ubb38 \uae08\uc561 \uae30\uc900":"Based on order amount","\uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 %s\uc6d0\uc785\ub2c8\ub2e4.":"Shipment fee is %s KRW regardless of your order amount.","\uc8fc\ubb38 \ub0b4\uc5ed \uc870\ud68c":"Order History","\uc8fc\ubb38 \ubc30\uc1a1 \uc8fc\uc18c":"Shipping Address","\uc8fc\ubb38 \ubc88\ud638":"Order Number","\uc8fc\ubb38 \uc0c1\ud488 \uc815\ubcf4":"Information about items ordered","\uc8fc\ubb38 \uc0c1\ud488\uc5d0 \ub300\ud558\uc5ec \ud568\uaed8 \uacb0\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0c1\ud488\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Can't proceed to payment with ordered product(s). Please check the method of payment.","\uc8fc\ubb38 \uc548\ub0b4\uc815\ubcf4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uc8fc\ubb38\uc548\ub0b4 \ubcc0\uacbd":"Order information will be changed., Change order information","\uc8fc\ubb38 \uc644\ub8cc":"Order Complete","\uc8fc\ubb38 \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4":"No order information","\uc8fc\ubb38 \ucd94\uac00\ud56d\ubaa9 \uc124\uc815, \uc8fc\ubb38 \ucd94\uac00\ud56d\ubaa9 \uc124\uc815":"Additional items ordered setting., Additional items ordered setting","\uc8fc\ubb38 \ud69f\uc218":"Number of orders","\uc8fc\ubb38\uad00\ub828":"Product related","\uc8fc\ubb38\ub0b4\uc5ed":"Order List","\uc8fc\ubb38\ub0b4\uc5ed\uc5d0 \uacfc\uc138\uc640 \uba74\uc138\uc0c1\ud488\uc774 \uc11e\uc5ec \uc788\uc5b4\uc11c \uc0ac\uc5c5\uc790\uc6a9 \ud604\uae08\uc601\uc218\uc99d \ubc1c\ud589\uc774 \ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\uacfc\uc138\/\uba74\uc138 \uc0c1\ud488\ubcc4\ub85c \ub530\ub85c \uc8fc\ubb38\ud574 \uc8fc\uc138\uc694.":"Cash receipt cannot be issued because there are both taxed and tax-free items in the order history.\nOrder taxed and tax-free items separately.","\uc8fc\ubb38\ub0b4\uc5ed\uc5d0 \ucc29\uc624\uac00 \uc788\uac70\ub098, \uc8fc\ubb38\ub0b4\uc5ed\uc744 \ubcc0\uacbd\ud558\uc2e4 \uacbd\uc6b0, \uadf8\uc678 \uae30\ud0c0 \ubb38\uc758\uc0ac\ud56d\uc774 \uc788\uc73c\uc2dc\uba74":"If you have inquiries regarding mis-ordered history, change of order, or others","\uc8fc\ubb38\ub0b4\uc5ed\uc870\ud68c":"Order History","\uc8fc\ubb38\ub85c\uadf8 \uc0dd\uc131\uc2e4\ud328":"Order log generation failed","\uc8fc\ubb38\ubc88\ud638":"Order Number","\uc8fc\ubb38\ubc88\ud6381":"Order No. 1","\uc8fc\ubb38\ubc88\ud6382":"Order No. 2","\uc8fc\ubb38\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Invalid order number","\uc8fc\ubb38\uc0c1\uc138\ub0b4\uc5ed":"Order Details","\uc8fc\ubb38\uc0c1\uc138\uc815\ubcf4":"Order Details","\uc8fc\ubb38\uc0c1\uc138\uc870\ud68c":"Order Detail History","\uc8fc\ubb38\uc0c1\ud0dc":"Order Status","\uc8fc\ubb38\uc0c1\ud0dc\uac00 \uc11c\ub85c \ub2e4\ub978 \uc0c1\ud488\uc744 \ub3d9\uc2dc\uc5d0 \uc2e0\uccad\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Selected products\u00a0must be on the same order status in order to be submitted for a request.","\uc8fc\ubb38\uc0c1\ud488\ucd94\uac00":"Add more items","\uc8fc\ubb38\uc0dd\uc131 \uc2e4\ud328":"Order generation failed","\uc8fc\ubb38\uc11c \uac04\ub2e8\uc778\uc1c4\uc2dc \ubd80\uac00 \uc124\uc815\uc5d0 \ub530\ub77c \uc8fc\ubb38\uc11c\uac00 \ucd9c\ub825 \ub429\ub2c8\ub2e4.":"Order sheet will print according to the additional settings below.","\uc8fc\ubb38\uc11c \uc791\uc131":"Fill out 'order form","\uc8fc\ubb38\uc11c \uc791\uc131\uc2dc \ud544\uc218 \uc635\uc158\uc740 \uc0ad\uc81c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The required options cannot be deleted while completing your order sheet.","\uc8fc\ubb38\uc11c(\uac04\ub2e8\uc778\uc1c4)":"Order Sheet (Print)","\uc8fc\ubb38\uc11c\ub2f9":"per order form\u00a0","\uc8fc\ubb38\uc11c\ubcc4 \ucfe0\ud3f0 \uc120\ud0dd \uc2dc \uc0c1\ud488\ubcc4 \ucfe0\ud3f0\uc774 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.\n\uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Your coupon per item will be reset once you choose your coupon per order. Apply \n?","\uc8fc\ubb38\uc11c\uc5d0 \ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0 \uc608\uc678\uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uacbd\uc6b0\n\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0\uc758 \uc801\ub9bd \ubc0f \uc0ac\uc6a9\uc774 \ubd88\uac00\ud569\ub2c8\ub2e4.\n\n\uc8fc\ubb38\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Naver Mileage store credit and usage is not possible when there is an item exempted from Naver Mileage in the order.\n\nOrder?","\uc8fc\ubb38\uc11c\uc791\uc131":"Complete order form","\uc8fc\ubb38\uc11c\uc791\uc1311, \uc8fc\ubb38\uc11c\uc791\uc1312":"Fill out order sheet 1, Fill out order sheet 2","\uc8fc\ubb38\uc2dc \uacb0\uc81c(\uc120\uacb0\uc81c)":"Payment when ordered (Post payment)","\uc8fc\ubb38\uc644\ub8cc":"Order Completed","\uc8fc\ubb38\uc644\ub8cc \ud398\uc774\uc9c0 \uc8fc\uc18c":"Complete order page address","\uc8fc\ubb38\uc744 \uba3c\uc800 \uc9c4\ud589\ud558\uc2dc\uac70\ub098 \uc7a5\ubc14\uad6c\ub2c8\ub97c \ube44\uc6cc\uc8fc\uc138\uc694.":"Please proceed first with your order or empty your shopping cart.","\uc8fc\ubb38\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Cancel order?","\uc8fc\ubb38\uc77c":"Order Date","\uc8fc\ubb38\uc77c\uc790":"Order Date","\uc8fc\ubb38\uc790":"Name","\uc8fc\ubb38\uc790 \ubc30\uc1a1\uc9c0 \uc815\ubcf4 \ub3d9\uc77c":"Same as Billing Address","\uc8fc\ubb38\uc790 \uc131\uba85":"Billing Name","\uc8fc\ubb38\uc790 \uc131\uba852":"Billing Name 2","\uc8fc\ubb38\uc790 \uc131\uba85\uc758 \uae00\uc790\uc218\ub294 \ud55c\uae00 10\uc790(\uc601\ubb3820\uc790) \uc774\ub0b4\ub85c \uc791\uc131 \ubc14\ub78d\ub2c8\ub2e4.":"Please limit the buyer's name","\uc8fc\ubb38\uc790 \uc5f0\ub77d\ucc982 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Orderer's phone number 2 is required.","\uc8fc\ubb38\uc790 \uc601\ubb38\uc774\ub984":"Billing Name (English)","\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud6381":"Billing Zip code 1","\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud6382":"Billing Zip code 2","\uc8fc\ubb38\uc790 \uc720\uc120\uc804\ud654 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Phone number is required.","\uc8fc\ubb38\uc790 \uc774\ub984":"Name","\uc8fc\ubb38\uc790 \uc774\uba54\uc77c":"E-mail of orderer","\uc8fc\ubb38\uc790 \uc804\ud654\ubc88\ud638":"Billing Telephone","\uc8fc\ubb38\uc790 \uc815\ubcf4\uc640 \ub3d9\uc77c":"Same as billing address","\uc8fc\ubb38\uc790 \uc8fc\uc18c1":"Address of orderer 1","\uc8fc\ubb38\uc790 \uc8fc\uc18c2":"Address of orderer 2","\uc8fc\ubb38\uc790 \ucde8\uc18c":"Cancel buyer","\uc8fc\ubb38\uc790 \ud578\ub4dc\ud3f0\ubc88\ud638":"Billing Mobile Phone","\uc8fc\ubb38\uc790\uba85":"Name","\uc8fc\ubb38\uc790\uba85(ID)":"Name of Buyer (ID)","\uc8fc\ubb38\uc790\uc774\ub984(\ubc1c\uc74c\uae30\ud638)":"Billing Name (phonetically)","\uc8fc\ubb38\uc790\uc815\ubcf4":"Buyer Information","\uc8fc\ubb38\uc790\ucde8\uc18c":"Cancel buyer","\uc8fc\ubb38\uc804\ub85c\uadf8\uc778":"Sign in before ordering","\uc8fc\ubb38\uc815\ubcf4 \uc870\uac74\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The maximum number of allowable order information condition is up to 10.","\uc8fc\ubb38\uc870\ud68c, \uc0c1\ud488\uc870\ud68c":"Order History, Item History","\uc8fc\ubb38\ucc98\ub9ac\uc0c1\ud0dc":"Order Status","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c [MILEAGE_STR] \ucde8\uc18c":"Cancel [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \uc801\ub9bd\uae08 \ucde8\uc18c":"Cancelled store credit according to cancelled order","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ucfe0\ud3f0[MILEAGE_STR] \ud658\ubd88":"Cancel coupon [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ucfe0\ud3f0\uc801\ub9bd\uae08 \ud658\ubd88":"Store credit refund due to cancelled order","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ud68c\uc6d0\ub4f1\uae09[MILEAGE_STR] \ud658\ubd88":"Refund member's level [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ud68c\uc6d0\ub4f1\uae09\uc801\ub9bd\uae08 \ud658\ubd88":"Member's store credit refund due to cancelled order","\uc8fc\ubb38\ucfe0\ud3f0 \uc0ac\uc6a9\uc5ec\ubd80":"Available Coupon","\uc8fc\ubb38\ucfe0\ud3f0 \uc120\ud0dd \uc815\ubcf4":"Selected order coupon information","\uc8fc\ubb38\ucfe0\ud3f0\uc801\ub9bd \ud569":"Order store credit coupon total","\uc8fc\ubb38\ucfe0\ud3f0\ud560\uc778 \ud569":"Order discount coupon total","\uc8fc\ubbfc\ub4f1\ub85d \ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter your resident registration number.","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638":"Resident Registration Number","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \uc624\ub958\uc785\ub2c8\ub2e4.":"Error on resident registration number","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc785\ub825 \ud574\uc8fc\uc138\uc694.":"Please enter your Social Security Number.","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter your resident registration number.","\uc8fc\ubbfc\ubc88\ud638":"Resident Registration Number","\uc8fc\ubbfc\ubc88\ud638 \uc785\ub825\uc5ec\ubd80":"Enter resident registration number","\uc8fc\uc18c":"Address","\uc8fc\uc18c \uc218\uc815":"Change address","\uc8fc\uc18c(\uc601\ubb38)":"Address (English)","\uc8fc\uc18c1":"Address 1","\uc8fc\uc18c2":"Address 2","\uc8fc\uc18c\ub85d\ub4f1\ub85d":"Register address book","\uc8fc\uc18c\ub85d\ubaa9\ub85d":"Address Book List","\uc8fc\uc18c\ub85d\uc218\uc815":"Edit address book","\uc8fc\uc18c\ub85d\uc740 10\uac1c\uae4c\uc9c0\ub9cc \ub4f1\ub85d \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Maximum of 10 address can be registered.","\uc8fc\uc18c\ub97c \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Register address","\uc8fc\uc18c\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter your address.","\uc8fc\uc2dd\/\uc99d\uad8c, \uc2a4\ud3ec\uce20\/\ub808\uc838\/\ucde8\ubbf8, \uacbd\ub9e4\/\uacf5\ub3d9\uad6c\ub9e4":"Stock\/Share, Sports\/Leisure\/Hobbies, Auction\/Joint Purchase","\uc8fc\uc694 \ubaa8\ub4c8":"Important Modules","\uc911\ubcf5\ub418\uc9c0 \uc54a\uc740 [%s]\uc784\uc744 \ud655\uc778\ud558\uc600\uc2b5\ub2c8\ub2e4.":"[%s] has been confirmed to not have been repeated.","\uc911\ubcf5\ub418\uc9c0 \uc54a\uc74c \ubc95\uc778\ubc88\ud638\uc784\uc744 \ud655\uc778\ud558\uc600\uc2b5\ub2c8\ub2e4.":"This corporate number has been verified as a non-duplicate.","\uc911\ubcf5\ub41c \uc608\uc57d\uae30\uac04\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4. \uc608\uc57d\uae30\uac04\uc744 \ub2e4\uc2dc \uc124\uc815\ud558\uc138\uc694.":"There is a repeated reservation schedule. Please change your reservation schedule.","\uc911\ubcf5\ubc29\uc9c0\ucf54\ub4dc\uac00 \ubd88\uc77c\uce58 \ud569\ub2c8\ub2e4.":"Anti-duplication code is invalid.","\uc911\ubcf5\ud655\uc778":"Check availability","\uc911\ubd84\ub958":"Sub Category","\uc989\uc2dc \uc801\ub9bd":"instant saving\u00a0","\uc989\uc2dc\ubc30\uc1a1":"In Stock Now","\uc989\uc2dc\ud560\uc778":"Direct Discount","\uc990\uaca8\ucc3e\uae30":"Favorites","\uc990\uaca8\ucc3e\uae30 [MILEAGE_STR]":"[MILEAGE_STR] for adding on Favorite","\uc990\uaca8\ucc3e\uae30 \uacbd\ub85c, \ub514\ub809\ud1a0\ub9ac \ubcf4\uae30":"Favorites route, See directory","\uc990\uaca8\ucc3e\uae30 \uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter favorites name","\uc990\uaca8\ucc3e\uae30 \uc0c1\uc138\uc815\ubcf4":"Favorites Detail Information","\uc990\uaca8\ucc3e\uae30 \uc800\uc7a5\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An error has occurred while saving the bookmark.","\uc990\uaca8\ucc3e\uae30 \uc801\ub9bd\uae08":"Store Credit Favorite","\uc990\uaca8\ucc3e\uae30\ub294 20\uac1c\uae4c\uc9c0 \uc800\uc7a5 \uac00\ub2a5\ud569\ub2c8\ub2e4":"You can save up to 20 favorites.","\uc990\uaca8\ucc3e\uae30\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot add to favorites.","\uc990\uaca8\ucc3e\uae30\uba85":"Favorites Name","\uc9c0\uae09\uc608\uc815 [MILEAGE_STR]":"[MILEAGE_STR] to be issued","\uc9c0\uc5ed":"Location","\uc9c0\uc5ed\ubcc4 \ubc30\uc1a1\ube44 \ubb34\ub8cc \ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc168\uae30 \ub54c\ubb38\uc5d0 \ucfe0\ud3f0 \uc120\ud0dd\uc774 \ucd08\uae30\ud654 \ub429\ub2c8\ub2e4.":"Coupon Select will be initialized since you used your free coupon on shipping surcharge.","\uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \uc11c\ube44\uc2a4\uc785\ub2c8\ub2e4.":"This is an unsupported service.","\uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An unspecified error has occurred.","\uc9c0\uc815\uc548\ub428":"Not Assigned","\uc9c1\uc5c5":"Job","\uc9c1\uc811 \ubd80\uc5ec \uc801\ub9bd\uae08":"Personally authorized store credit","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \ub4f1\uae09\ubcc4":"Manually download per category","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \uc0ac\uc6a9\uc790\uc774\ubbf8\uc9c0":"Manually Download User Image","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \uc804\uccb4\uc0c1\ud488":"Manually Download All Items","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc\ucfe0\ud3f0(\ub2e4\uc6b4\ud6c4 \uba87\uc77c)":"Manually Download Coupon (Days after download)","\uc9c1\uc811\ub9cc\ub4e0 \ud31d\uc5c5 \uc120\ud0dd\ud558\uae30":"Select customized pop-up","\uc9c1\uc811\ubc30\uc1a1":"Shipped by Seller","\uc9c1\uc811\uc785\ub825":"Direct Input","\uc9c1\uc811\uc785\ub825\ucfe0\ud3f0":"Direct Input Coupon","\uc9c1\uc885":"Type of Occupation","\uc9c4\uc5f4\uc0c1\ud0dc\uac00 \ubcc0\uacbd\ub41c \uc0c1\ud488\uc785\ub2c8\ub2e4.":"This item's display state has been changed.","\uc9c4\uc5f4\uc21c\uc11c\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uc9c4\uc5f4\uc21c\uc11c \ubcc0\uacbd":"Display order will be changed., Change display order","\uc9c4\ud589":"Process","\uc9c4\ud589\uc911, \uc911\uc9c0":"On going, Stop","\uc9c8\ubb38\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"This answer is wrong.","\uc9c8\ubb38\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Wrong answer","\uc9d1":"Home","\ucc1c\ud55c\uc0c1\ud488\uc73c\ub85c \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Submitted as reserved item.","\ucc28\uac10":"Deduction","\ucc28\uac10\ud55c \uae08\uc561":"Deducted Amount","\ucc28\ub4f1":"Rate","\ucc29\ubd88":"C.O.D","\ucc29\ubd88 : \uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 \ucc29\ubd88\ub85c \uace0\uac1d\uc774 \ubd80\ub2f4\ud569\ub2c8\ub2e4":"Collect on Delivery: Shipping fee will be paid by the customer regardless of the order amount","\ucc29\ubd88 \uacb0\uc81c\ub294 \ubc30\uc1a1\uc9c0 \uad6d\uac00\uac00 \uc77c\ubcf8\uc778 \uacbd\uc6b0\uc5d0\ub9cc \uc120\ud0dd \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Selecting to pay cash on delivery is allowed only if delivery is to Japan.","\ucc3e\ub294 \ubc29\ubc95":"How to find","\ucc3e\ub294 \ubc29\ubc95\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select how to find","\ucc3e\ub294\ubc29\ubc95":"How to find","\ucc98\ub9ac \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4":"An error occurred while processing.","\ucc98\ub9ac \uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error has occurred.","\ucc98\ub9ac \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred","\ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Done","\ucc98\ub9ac\uc624\ub958! \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.":"Process error! Please contact the administrator.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4\r\n\uc0c8\ub85c\uace0\uce68 \ud6c4 \uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing\r\n Please refresh then try again.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\r\n\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing. Please \r\n retry.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing. Please try again.","\ucc98\ub9ac\uc911\uc785\ub2c8\ub2e4. \uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694.":"Please wait a moment while it is being processed.","\ucca0\ud68c":"Cancellation","\ucca0\ud68c \uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Not a valid product to withdraw\u00a0","\ucca8\ubd80 \ud30c\uc77c\uc740 \uc81c\uc678\ub418\uba70, \uae00\ub0b4\uc6a9\ub9cc \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Only the text will be uploaded without the attached files.","\ucca8\ubd80 \ud30c\uc77c\uc758 \ud06c\uae30\ub294 %sMB\ub85c \uc81c\ud55c \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"Maximum allowable size of attachment is %s MB.","\ucca8\ubd80 \ud30c\uc77c\uc758 \ud30c\uc77c\uba85\uc740 %sByte\uae4c\uc9c0 \ub4f1\ub85d \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The max length of attachment filename is %sByte.","\ucca8\ubd80\ud30c\uc77c1 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Attachment 1 is a required field.","\ucca8\ubd80\ud30c\uc77c: 10M \uc774\ud558\/ csv, xls, doc, ppt, pdf":"Attachment : under 10M \/ csv, xls, doc, ppt, pdf","\ucca8\ubd80\ud30c\uc77c\uc740 \ucd5c\ub300 %s\uac1c\uae4c\uc9c0\ub9cc \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can upload up to %s attachment files.","\uccab \uad6c\ub9e4 \uace0\uac1d":"New customer's initial purchase\u00a0","\uccab \ud398\uc774\uc9c0":"First Page","\uccad\uc57d\ucca0\ud68c\ubc29\uce68":"Cancellation Policy","\uccad\uc57d\ucca0\ud68c\ubc29\uce68 \ub3d9\uc758":"Agree of Cancellation of policy","\uccad\uc57d\ucca0\ud68c\ubc29\uce68\uc5d0 \ub300\ud574 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You must agree to the cancellation policy to place an order.","\uccad\uc57d\ucca0\ud68c\ubc29\uce68\uc5d0 \ub300\ud574 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud799\ub2c8\ub2e4.":"Please agree to the cancellation policy in order to order.","\uccb4\ud06c\uc544\uc6c3 \uc785\uc810\uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.":"Please check checkout's import state.","\ucd1d \uacb0\uc81c \uc608\uc815\uae08\uc561":"Total payment estimate","\ucd1d \uacb0\uc81c\uae08\uc561":"Order total","\ucd1d \uacb0\uc81c\uae08\uc561(\ubc30\uc1a1\ube44 \uc81c\uc678)\uc774 \ucd5c\uc18c \uacb0\uc81c \uac00\ub2a5 \uae08\uc561(%s) \ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4.":"The order total (excluding shipping) i,"\uc801\ub9bd\uae08\uc774 \uc774\ubbf8 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Store credit has been issued already","\uc801\ub9bd\uae08\uc815\ubcf4":"Store Credit Information","\uc801\ub9bd\uae08\uc8fc\uae30":"Give Store Credit","\uc801\ub9bd\uae08\ud658\ubd88":"Refund in reward points","\uc801\ub9bd\uae09 %s \uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s store credit has been stored.","\uc801\ub9bd\uae09 %s\uc6d0\uc774 \uc9c0\uae09 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"%s KRW worth of store credit has been issued.","\uc801\ub9bd\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Added.","\uc801\uc6a9":"Apply","\uc801\uc6a9\uc0c1\ud488":"Valid for","\uc801\uc6a9\uc774 \ubd88\uac00\ub2a5\ud55c \uc8fc\uc18c\uc785\ub2c8\ub2e4.":"The address cannot be found.","\uc801\uc6a9\ud560 \ud68c\uc6d0\ub4f1\uae09\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select membership","\uc804\uc561 \ud560\uc778":"Total amount discount","\uc804\uc790\ubcf4\uc99d \ud1b5\uc2e0\uc5d0\ub7ec\uc785\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ubc14\ub78d\ub2c8\ub2e4.":"E-guarantee communication error. Please contact the admin.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uac1c\uc778\uc815\ubcf4 \uc774\uc6a9\ub3d9\uc758":"E-Warranty Privacy Policy Agreement","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \ubc1c\uae09\uc5ec\ubd80":"E-Warranty Available Issue","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c1":"E-Warranty Insurance Birthdate 1","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c2":"E-Warranty Insurance Birthdate 2","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc0dd\ub144\uc6d4\uc77c3":"E-Warranty Insurance Birthdate 3","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc11c\ube44\uc2a4 \uc815\ubcf4":"E-Guarantee Insurance Service Information","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc120\ud0dd\ubc1c\uae09":"E-Warranty Insurance Option Issued","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc131\ubcc4":"E-Warranty Insurance Sex","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc8fc\ubbfc\ubc88\ud6381":"E-Warranty Insurance Resident Registration Number 1","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc8fc\ubbfc\ubc88\ud6382":"E-Warranty Insurance Resident Registration Number 2","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc99d\uad8c\ubc88\ud638":"E-Guarantee Insurance Policy Number","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8 \uc99d\uad8c\ubc88\ud638 : %s":"E-Guarantee Insurance Security Number: %s","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uac1c\uc778\uc815\ubcf4 \uc774\uc6a9\ub3d9\uc758\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to agree to the privacy policy.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uc0dd\ub144\uc6d4\uc77c\uc744 \uc785\ub825\ud558\uc154\uc57c \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to enter your birthday in order to pay.","\uc804\uc790\ubcf4\uc99d\ubcf4\ud5d8\uc744 \ubc1c\uae09\ubc1b\uc73c\uc2dc\ub824\uba74, \uc8fc\ubbfc\ubc88\ud638\ub97c \uc785\ub825\ud558\uc154\uc57c \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you want to receive E-guarantee insurance, you have to enter your resident registration number in order to pay.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while requesting for electronic tax invoice. Please contact the administrator.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc774\uba54\uc77c\ub85c \ubc1c\uc1a1\ub429\ub2c8\ub2e4.":"Electronic tax invoice request completed. An e-mail will be sent after it has been verified by \n administrator.","\uc804\uc790\uc138\uae08\uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \uc774\ubbf8 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790\uc758 \uc778\uc99d\ucc98\ub9ac \ud6c4 \uc774\uba54\uc77c\ub85c \ubc1c\uc1a1\ub429\ub2c8\ub2e4.":"Electronic tax invoice request has been completed already. An e-mail will be sent after it has been verified by \n administrator.","\uc804\uccb4":"All","\uc804\uccb4 \ub3d9\uc758":"Agree all","\uc804\uccb4 \ubaa8\ub4c8":"All Modules","\uc804\uccb4 \uc0c1\ud488 \ubd84\ub958":"Categories","\uc804\uccb4 \uc8fc\ubb38 \uc0c1\ud488 \uae08\uc561\uc5d0 \ub300\ud574 \ubb34\uc774\uc790\ud560\ubd80\uac00 \uc801\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Interest-free installment is not applied on the total payment.","\uc804\uccb4 \uc8fc\ubb38\ucc98\ub9ac\uc0c1\ud0dc":"Order Status","\uc804\uccb4\uac8c\uc2dc\ud310":"All Posts","\uc804\uccb4\uae00\ubcf4\uae30":"All mssages","\uc804\uccb4\ubcf4\uae30":"View All","\uc804\uccb4\uc0c1\ud488":"All products","\uc804\ud45c \ub370\uc774\ud130\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No statement data found.","\uc804\ud45c\ub97c \ucd9c\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Cannot issue statement","\uc804\ud654 ARS":"Phone Customer Service","\uc804\ud654 \ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter telephone number","\uc804\ud654\ubc88\ud638":"Telephone Number","\uc804\ud654\ubc88\ud638\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid phone number.","\uc811\uadfc \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"Unauthorized","\uc811\uc18d\ud69f\uc218 \uc870\uac74\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The maximum number of allowable connection condition is up to 10.","\uc815\uae30\uba54\uc77c":"Regular mail","\uc815\ub82c\uae30\uc900":"Sort by","\uc815\ub82c\ubc29\uc2dd":"Sort by","\uc815\ub9d0 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Sure to delete?","\uc815\ub9d0\ub85c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Sure to delete?","\uc815\ub9d0\ub85c \uc218\uc815 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure you want to edit?","\uc815\ub9d0\ub85c \ud0c8\ud1f4 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Are you sure you want to close your account?","\uc815\ubcf4":"Information","\uc815\ubcf4\ub97c \ubcc0\uacbd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can change the information.","\uc815\ubcf4\uc5c6\uc74c":"No information found","\uc815\uc0b0\uc720\ud615\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please enter payment type.","\uc815\uc0c1 \ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Process successful","\uc815\uc0c1\uc801\uc73c\ub85c \uc2a4\ud0a8\ud14c\ub9c8\uac00 \uc608\uc57d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Template reservation successful","\uc815\uc0c1\uc801\uc73c\ub85c \uc811\uadfc\ub418\uc9c0 \uc54a\uc544 \uba54\uc778\ud654\uba74\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.":"Due to the denial of access, you'll be directed back to the main page.","\uc815\uc0c1\uc801\uc73c\ub85c \ud14c\ub9c8\uac00 \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Template deleted successfully","\uc815\uc0c1\uc801\uc73c\ub85c \ud68c\uc218 \ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Successfully recovered.","\uc815\uce58, \uc815\ubcf4\ud1b5\uc2e0, \uc2a4\ud3ec\uce20, \uc694\ub9ac\/\uc74c\uc2dd, \uc5f0\uc608\uc778":"Politics, Information and Communication, Sports, Cooking\/Food, Celebrity","\uc815\ud655\ud55c \uc218\ub7c9\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter the right quantity","\uc81c\uacf5\ub300\uc0c1 : Daum \uc1fc\ud551\ud558\uc6b0":"Target Supplier: Daum Shopping How","\uc81c\uacf5\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04 : \uc81c\ud734\uc0ac\uc5d0 \ud68c\uc6d0\ud0c8\ud1f4\uc2dc \uc9c0\uccb4\uc5c6\uc774 \ud30c\uae30. \ub2e8, \uad00\uacc4\ubc95\uaddc\uc5d0 \uc758\ud574 \ubcf4\uc874\uc774 \ud544\uc694\ud55c \uacbd\uc6b0 \ubc95\ub839\uc5d0 \ub530\ub77c \uc815\ubcf4\ubcf4\uad00":"Provided Information's Collection and Usage Period: Immediately discard upon closing of account. However, information will be saved according to law if the related law and regulations need to be pres","\uc81c\uacf5\uc815\ubcf4\uc758 \ubcf4\uc720 \ubc0f \uc774\uc6a9\uae30\uac04: \uc81c\ud734\uc0ac \ud68c\uc6d0\ud0c8\ud1f4 \uc2dc \uc9c0\uccb4\uc5c6\uc774 \ud30c\uae30.":"Provided Information's Collection and Usage Period: Immediately discard upon closing of account.","\uc81c\uacf5\uc815\ubcf4\uc758 \uc774\uc6a9\ubaa9\uc801 : Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4":"Information Supply Purpose: Daum Shopping One Service","\uc81c\uacf5\uc815\ubcf4\uc758 \uc774\uc6a9\ubaa9\uc801: Daum \uc1fc\ud551\uc6d0 \uc11c\ube44\uc2a4-\ube44\ud68c\uc6d0\uc8fc\ubb38\ub0b4\uc5ed \uc870\ud68c\/\uad00\ub9ac \ubaa9\uc801":"Information Supply Purpose: Daum Shopping One Service-Non-members Order History\/Management Purpose","\uc81c\uacf5\ud558\ub294 \uac1c\uc778\uc815\ubcf4 \ud56d\ubaa9 : \uc8fc\ubb38\uac74\uc218\/\ub0b4\uc5ed, \ucfe0\ud3f0\uac74\uc218\/\ub0b4\uc5ed, \uc801\ub9bd\uae08\ub0b4\uc5ed, \ucc1c\ud55c \uc0c1\ud488\uac74\uc218\/\ub0b4\uc5ed \ub4f1 \uc81c\uacf5\ud558\ub294 \uc1fc\ud551\uc815\ubcf4":"Supplier's Personal Information: Number of orders\/history, store credit history, reserved items\/history, and other provided shopping information","\uc81c\uacf5\ud558\ub294\uac1c\uc778\uc815\ubcf4\ud56d\ubaa9: \uc8fc\ubb38\ubc88\ud638, \uc8fc\ubb38\uc77c\uc2dc, \uc8fc\ubb38\uae08\uc561, \uc8fc\ubb38\uc0c1\ud488 \ub4f1\uc758 \ube44\ud68c\uc6d0\uc8fc\ubb38\ub0b4\uc5ed":"Supplier's Personal Information: Order number, order date, order payment amount, ordered item, non-member's order history, etc.","\uc81c\ubaa9":"Title","\uc81c\ubaa9 : %s":"Title: %s","\uc81c\ubaa9 \uae00\uc790\uc218":"Title's word count","\uc81c\ubaa9\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The title is wrong.","\uc81c\uc678\uac80\uc0c9\uc5b4":"Exclude terms","\uc81c\uc678\uac80\uc0c9\uc5b4 \uc785\ub825 \uc2dc \uac80\uc0c9\uc870\uac74\uc5d0 \uc0c1\ud488\uba85\uc744 \ubc18\ub4dc\uc2dc \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"When you exclude specific terms from your search, you must include product name in your search.","\uc81c\uc678\uac80\uc0c9\uc5b4\uac00 \uac80\uc0c9\uc5b4\uc5d0 \ud3ec\ud568\ub418\uc5b4 \uc788\uc5b4 \uac80\uc0c9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Your search request contains terms that have been excluded from your search results.\nPlease try again.","\uc81c\uc678\uc0c1\ud488":"Excepted item","\uc81c\uc870\uc0ac":"Manufacture Company","\uc81c\uc870\uc0ac \uc21c":"Sort By Manufacturing Company","\uc81c\uc870\uc0ac\uc21c":"By manufacturer","\uc81c\uc870\uc77c\uc790":"Manufacture Date","\uc81c\ud488\uba85":"Item Name","\uc81c\ud488\uba85 : %s":"Item Name: %s","\uc81c\ud55c \uc5c6\uc74c":"No limit","\uc81c\ud55c\uc5c6\uc74c":"No limits","\uc81c\ud734\ud560\uc778":"Partnership Discount","\uc81c\ud734\ud654\uba74 \uc124\uc815 \ub0b4\uc6a9 \uc800\uc7a5\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to save share screen setting details","\uc81c\ud734\ud654\uba74 \uc124\uc815 \ub0b4\uc6a9\uc774 \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Successfully saved share screen setting details","\uc870\uac74":"Conditions","\uc870\uac74\ubd80 \ubb34\ub8cc : \uc8fc\ubb38 \uae08\uc561 %s \ubbf8\ub9cc\uc77c \ub54c \ubc30\uc1a1\ube44 %s\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.":"Conditional Free : %s will be charged for shipping, if your order amount is less than %s.","\uc870\uac74\ubd80 \ubb34\ub8cc : \uc8fc\ubb38 \uae08\uc561 %s \uc6d0 \ubbf8\ub9cc\uc77c \ub54c \ubc30\uc1a1\ube44 %s\uc6d0\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.":"Free on condition: Shipping fee worth %s USD will be added for order amounts worth less than %s USD","\uc870\ub974\uae30 \uc0c1\ud488 (\ub0a8\uc740 \ud69f\uc218 : \ubb34\uc81c\ud55c), (\ub0a8\uc740 \ud69f\uc218: %s\ud68c)":"Items to share (Remaining SMS : unlimited) ( Remaining SMS : %s messages)","\uc870\ud68c":"Check","\uc870\ud68c\uc218":"Most viewed","\uc870\ud68c\uc218 \uc21c":"Views","\uc870\ud68c\ud560 \uc0c1\ud488\ucf54\ub4dc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"Product code cannot be found.","\uc870\ud68c\ud560 \uc8fc\ubb38\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"Order number cannot be found.","\uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ub0a0\uc9dc \uc785\ub2c8\ub2e4.":"This date does not exist.","\uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \uc8fc\ubb38\ubc88\ud638\uc785\ub2c8\ub2e4.\n\uc8fc\ubb38 \uacb0\uacfc\ub97c \ubcf4\ub824\uace0 \uc624\uc2e0 \ubd84\ub4e4\uc740 \uc8fc\ubb38 \uc870\ud68c \ud398\uc774\uc9c0\uc5d0\uc11c \uc8fc\ubb38\uc744 \ud655\uc778\ud574 \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Order number does not exist. To all those who wants to see the order status of \n, please proceed to order history page.","\uc885\ub8cc":"Dismiss","\uc885\ub8cc\uc77c\uc790\uac00 \uc2dc\uc791\uc77c\ubcf4\ub2e4 \uc55e\uc120\ub0a0\uc9dc\ub85c \uc120\ud0dd\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"End schedule is earlier than start schedule","\uc885\ubaa9":"Event","\uc885\ubaa9\uc744":"Item","\uc88b\uc544\uc694":"Likes","\uc88b\uc544\uc694\uc21c":"Likes","\uc8c4\uc1a1\ud569\ub2c8\ub2e4. \ud574\ub2f9\uc0c1\ud488\ub4e4\uc740 NAVER Checkout\uc73c\ub85c \uad6c\ub9e4\uac00 \ubd88\uac00\ud569\ub2c8\ub2e4.":"Sorry. These items cannot be purchased through NAVER Checkout.","\uc8fc\/\ub3c4":"State \/ Province","\uc8fc\/\ub3c4(\uc601\ubb38)":"State (English)","\uc8fc\/\uc9c0\ubc29":"State\/Province","\uc8fc\ubb38":"Order","\uc8fc\ubb38 \uac00\ub2a5\ud55c \uc911\ub7c9\uc740 \ucd5c\ub300 30KG \uc785\ub2c8\ub2e4. \uc218\ub7c9 \ub610\ub294 \ud488\ubaa9\uc744 \uc218\uc815\ud574 \uc8fc\uc138\uc694.":"The maximum shipping weight allowed is 30kg. Please change the quantity and\/or product category.","\uc8fc\ubb38 \uac74\uc218\ub2f9 \ucfe0\ud3f0 \ucd5c\ub300\uc0ac\uc6a9\uac2f\uc218\ub294 %s\uac1c \uc785\ub2c8\ub2e4.":"Maximum number of coupons you can use per order is %s.","\uc8fc\ubb38 \uae08\uc561 \uae30\uc900":"Based on order amount","\uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 %s\uc6d0\uc785\ub2c8\ub2e4.":"Shipment fee is %s KRW regardless of your order amount.","\uc8fc\ubb38 \ub0b4\uc5ed \uc870\ud68c":"Order History","\uc8fc\ubb38 \ubc30\uc1a1 \uc8fc\uc18c":"Shipping Address","\uc8fc\ubb38 \ubc88\ud638":"Order Number","\uc8fc\ubb38 \uc0c1\ud488 \uad50\ud658\uc5d0 \ub300\ud55c \ud68c\uc6d0\ub4f1\uae09 [MILEAGE_NAME] \ubd80\uc5ec":"Provide member [MILEAGE_NAME] for exchanging items","\uc8fc\ubb38 \uc0c1\ud488 \uc815\ubcf4":"Information about items ordered","\uc8fc\ubb38 \uc0c1\ud488 \ucd94\uac00\uc5d0 \ub300\ud55c \ud68c\uc6d0\ub4f1\uae09 [MILEAGE_NAME] \ubd80\uc5ec":"Provide member [MILEAGE_NAME] for adding items","\uc8fc\ubb38 \uc0c1\ud488\uc5d0 \ub300\ud558\uc5ec \ud568\uaed8 \uacb0\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0c1\ud488\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Can't proceed to payment with ordered product(s). Please check the method of payment.","\uc8fc\ubb38 \uc548\ub0b4\uc815\ubcf4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uc8fc\ubb38\uc548\ub0b4 \ubcc0\uacbd":"Order information will be changed., Change order information","\uc8fc\ubb38 \uc644\ub8cc":"Order Complete","\uc8fc\ubb38 \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4":"No order information","\uc8fc\ubb38 \ucd94\uac00\ud56d\ubaa9 \uc124\uc815, \uc8fc\ubb38 \ucd94\uac00\ud56d\ubaa9 \uc124\uc815":"Additional items ordered setting., Additional items ordered setting","\uc8fc\ubb38 \ud69f\uc218":"Number of orders","\uc8fc\ubb38\uad00\ub828":"Product related","\uc8fc\ubb38\ub0b4\uc5ed":"Order List","\uc8fc\ubb38\ub0b4\uc5ed\uc5d0 \uacfc\uc138\uc640 \uba74\uc138\uc0c1\ud488\uc774 \uc11e\uc5ec \uc788\uc5b4\uc11c \uc0ac\uc5c5\uc790\uc6a9 \ud604\uae08\uc601\uc218\uc99d \ubc1c\ud589\uc774 \ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\uacfc\uc138\/\uba74\uc138 \uc0c1\ud488\ubcc4\ub85c \ub530\ub85c \uc8fc\ubb38\ud574 \uc8fc\uc138\uc694.":"Cash receipt cannot be issued because there are both taxed and tax-free items in the order history.\nOrder taxed and tax-free items separately.","\uc8fc\ubb38\ub0b4\uc5ed\uc5d0 \ucc29\uc624\uac00 \uc788\uac70\ub098, \uc8fc\ubb38\ub0b4\uc5ed\uc744 \ubcc0\uacbd\ud558\uc2e4 \uacbd\uc6b0, \uadf8\uc678 \uae30\ud0c0 \ubb38\uc758\uc0ac\ud56d\uc774 \uc788\uc73c\uc2dc\uba74":"If you have inquiries regarding mis-ordered history, change of order, or others","\uc8fc\ubb38\ub0b4\uc5ed\uc870\ud68c":"Order History","\uc8fc\ubb38\ub85c\uadf8 \uc0dd\uc131\uc2e4\ud328":"Order log generation failed","\uc8fc\ubb38\ubc88\ud638":"Order Number","\uc8fc\ubb38\ubc88\ud638 \uac80\uc0c9":"Search for order number","\uc8fc\ubb38\ubc88\ud6381":"Order No. 1","\uc8fc\ubb38\ubc88\ud6382":"Order No. 2","\uc8fc\ubb38\ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Invalid order number","\uc8fc\ubb38\uc0c1\uc138\ub0b4\uc5ed":"Order Details","\uc8fc\ubb38\uc0c1\uc138\uc815\ubcf4":"Order Details","\uc8fc\ubb38\uc0c1\uc138\uc870\ud68c":"Order Detail History","\uc8fc\ubb38\uc0c1\ud0dc":"Order Status","\uc8fc\ubb38\uc0c1\ud0dc\uac00 \uc11c\ub85c \ub2e4\ub978 \uc0c1\ud488\uc744 \ub3d9\uc2dc\uc5d0 \uc2e0\uccad\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Selected products\u00a0must be on the same order status in order to be submitted for a request.","\uc8fc\ubb38\uc0c1\ud488\ucd94\uac00":"Add more items","\uc8fc\ubb38\uc0dd\uc131 \uc2e4\ud328":"Order generation failed","\uc8fc\ubb38\uc11c \uac04\ub2e8\uc778\uc1c4\uc2dc \ubd80\uac00 \uc124\uc815\uc5d0 \ub530\ub77c \uc8fc\ubb38\uc11c\uac00 \ucd9c\ub825 \ub429\ub2c8\ub2e4.":"Order sheet will print according to the additional settings below.","\uc8fc\ubb38\uc11c \uc791\uc131":"Fill out 'order form","\uc8fc\ubb38\uc11c \uc791\uc131\uc2dc \ud544\uc218 \uc635\uc158\uc740 \uc0ad\uc81c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"The required options cannot be deleted while completing your order sheet.","\uc8fc\ubb38\uc11c(\uac04\ub2e8\uc778\uc1c4)":"Order Sheet (Print)","\uc8fc\ubb38\uc11c\ub2f9":"per order form\u00a0","\uc8fc\ubb38\uc11c\ubcc4 \ucfe0\ud3f0 \uc120\ud0dd \uc2dc \uc0c1\ud488\ubcc4 \ucfe0\ud3f0\uc774 \ucd08\uae30\ud654\ub429\ub2c8\ub2e4.\n\uc801\uc6a9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Your coupon per item will be reset once you choose your coupon per order. Apply \n?","\uc8fc\ubb38\uc11c\uc5d0 \ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0 \uc608\uc678\uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc744 \uacbd\uc6b0\n\ub124\uc774\ubc84\ub9c8\uc77c\ub9ac\uc9c0\uc758 \uc801\ub9bd \ubc0f \uc0ac\uc6a9\uc774 \ubd88\uac00\ud569\ub2c8\ub2e4.\n\n\uc8fc\ubb38\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Naver Mileage store credit and usage is not possible when there is an item exempted from Naver Mileage in the order.\n\nOrder?","\uc8fc\ubb38\uc11c\uc791\uc131":"Complete order form","\uc8fc\ubb38\uc11c\uc791\uc1311, \uc8fc\ubb38\uc11c\uc791\uc1312":"Fill out order sheet 1, Fill out order sheet 2","\uc8fc\ubb38\uc2dc \uacb0\uc81c(\uc120\uacb0\uc81c)":"Payment when ordered (Post payment)","\uc8fc\ubb38\uc644\ub8cc":"Order Completed","\uc8fc\ubb38\uc644\ub8cc \ud398\uc774\uc9c0 \uc8fc\uc18c":"Complete order page address","\uc8fc\ubb38\uc744 \uba3c\uc800 \uc9c4\ud589\ud558\uc2dc\uac70\ub098 \uc7a5\ubc14\uad6c\ub2c8\ub97c \ube44\uc6cc\uc8fc\uc138\uc694.":"Please proceed first with your order or empty your shopping cart.","\uc8fc\ubb38\uc744 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Cancel order?","\uc8fc\ubb38\uc77c":"Order Date","\uc8fc\ubb38\uc77c\uc790":"Order Date","\uc8fc\ubb38\uc790":"Buyer","\uc8fc\ubb38\uc790 \ubc30\uc1a1\uc9c0 \uc815\ubcf4 \ub3d9\uc77c":"Same as Billing Address","\uc8fc\ubb38\uc790 \uc131\uba85":"Billing Name","\uc8fc\ubb38\uc790 \uc131\uba852":"Billing Name 2","\uc8fc\ubb38\uc790 \uc131\uba85\uc758 \uae00\uc790\uc218\ub294 \ud55c\uae00 10\uc790(\uc601\ubb3820\uc790) \uc774\ub0b4\ub85c \uc791\uc131 \ubc14\ub78d\ub2c8\ub2e4.":"Please limit the buyer's name","\uc8fc\ubb38\uc790 \uc5f0\ub77d\ucc982 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Orderer's phone number 2 is required.","\uc8fc\ubb38\uc790 \uc601\ubb38\uc774\ub984":"Billing Name (English)","\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud6381":"Billing Zip code 1","\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud6382":"Billing Zip code 2","\uc8fc\ubb38\uc790 \uc720\uc120\uc804\ud654 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Phone number is required.","\uc8fc\ubb38\uc790 \uc774\ub984":"Name","\uc8fc\ubb38\uc790 \uc774\uba54\uc77c":"E-mail of orderer","\uc8fc\ubb38\uc790 \uc804\ud654\ubc88\ud638":"Billing Telephone","\uc8fc\ubb38\uc790 \uc815\ubcf4\uc640 \ub3d9\uc77c":"Same as billing address","\uc8fc\ubb38\uc790 \uc8fc\uc18c1":"Address of orderer 1","\uc8fc\ubb38\uc790 \uc8fc\uc18c2":"Address of orderer 2","\uc8fc\ubb38\uc790 \ucde8\uc18c":"Cancel buyer","\uc8fc\ubb38\uc790 \ud578\ub4dc\ud3f0\ubc88\ud638":"Billing Mobile Phone","\uc8fc\ubb38\uc790\uba85":"Name","\uc8fc\ubb38\uc790\uba85(ID)":"Name of Buyer (ID)","\uc8fc\ubb38\uc790\uc774\ub984(\ubc1c\uc74c\uae30\ud638)":"Billing Name (phonetically)","\uc8fc\ubb38\uc790\uc815\ubcf4":"Buyer Information","\uc8fc\ubb38\uc790\ucde8\uc18c":"Cancel buyer","\uc8fc\ubb38\uc804\ub85c\uadf8\uc778":"Sign in before ordering","\uc8fc\ubb38\uc815\ubcf4 \uc870\uac74\uc740 \ucd5c\ub300 10\uac1c\uae4c\uc9c0\ub9cc \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The maximum number of allowable order information condition is up to 10.","\uc8fc\ubb38\uc870\ud68c, \uc0c1\ud488\uc870\ud68c":"Order History, Item History","\uc8fc\ubb38\ucc98\ub9ac\uc0c1\ud0dc":"Order Status","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c [MILEAGE_STR] \ucde8\uc18c":"Cancel [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \uc801\ub9bd\uae08 \ucde8\uc18c":"Cancelled store credit according to cancelled order","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ucfe0\ud3f0[MILEAGE_STR] \ud658\ubd88":"Cancel coupon [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ucfe0\ud3f0\uc801\ub9bd\uae08 \ud658\ubd88":"Store credit refund due to cancelled order","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ud68c\uc6d0\ub4f1\uae09[MILEAGE_STR] \ud658\ubd88":"Refund member's level [MILEAGE_STR] due to order cancel","\uc8fc\ubb38\ucde8\uc18c\uc5d0 \uc758\ud55c \ud68c\uc6d0\ub4f1\uae09\uc801\ub9bd\uae08 \ud658\ubd88":"Member's store credit refund due to cancelled order","\uc8fc\ubb38\ucfe0\ud3f0 \uc0ac\uc6a9\uc5ec\ubd80":"Available Coupon","\uc8fc\ubb38\ucfe0\ud3f0 \uc120\ud0dd \uc815\ubcf4":"Selected order coupon information","\uc8fc\ubb38\ucfe0\ud3f0\uc801\ub9bd \ud569":"Order store credit coupon total","\uc8fc\ubb38\ucfe0\ud3f0\ud560\uc778 \ud569":"Order discount coupon total","\uc8fc\ubbfc\ub4f1\ub85d \ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Please enter your resident registration number.","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638":"Resident Registration Number","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \uc624\ub958\uc785\ub2c8\ub2e4.":"Error on resident registration number","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc785\ub825 \ud574\uc8fc\uc138\uc694.":"Please enter your Social Security Number.","\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter your resident registration number.","\uc8fc\ubbfc\ubc88\ud638":"Resident Registration Number","\uc8fc\ubbfc\ubc88\ud638 \uc785\ub825\uc5ec\ubd80":"Enter resident registration number","\uc8fc\uc18c":"Address","\uc8fc\uc18c \uc218\uc815":"Change address","\uc8fc\uc18c(\uc601\ubb38)":"Address (English)","\uc8fc\uc18c1":"Address 1","\uc8fc\uc18c2":"Address 2","\uc8fc\uc18c\ub85d\ub4f1\ub85d":"Register address book","\uc8fc\uc18c\ub85d\ubaa9\ub85d":"Address Book List","\uc8fc\uc18c\ub85d\uc218\uc815":"Edit address book","\uc8fc\uc18c\ub85d\uc740 10\uac1c\uae4c\uc9c0\ub9cc \ub4f1\ub85d \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Maximum of 10 address can be registered.","\uc8fc\uc18c\ub97c \ub4f1\ub85d\ud574\uc8fc\uc138\uc694.":"Register address","\uc8fc\uc18c\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter your address.","\uc8fc\uc2dd\/\uc99d\uad8c, \uc2a4\ud3ec\uce20\/\ub808\uc838\/\ucde8\ubbf8, \uacbd\ub9e4\/\uacf5\ub3d9\uad6c\ub9e4":"Stock\/Share, Sports\/Leisure\/Hobbies, Auction\/Joint Purchase","\uc8fc\uc694 \ubaa8\ub4c8":"Important Modules","\uc911\ubcf5\ub418\uc9c0 \uc54a\uc740 [%s]\uc784\uc744 \ud655\uc778\ud558\uc600\uc2b5\ub2c8\ub2e4.":"[%s] has been confirmed to not have been repeated.","\uc911\ubcf5\ub418\uc9c0 \uc54a\uc74c \ubc95\uc778\ubc88\ud638\uc784\uc744 \ud655\uc778\ud558\uc600\uc2b5\ub2c8\ub2e4.":"This corporate number has been verified as a non-duplicate.","\uc911\ubcf5\ub41c \uc608\uc57d\uae30\uac04\uc774 \uc874\uc7ac\ud569\ub2c8\ub2e4. \uc608\uc57d\uae30\uac04\uc744 \ub2e4\uc2dc \uc124\uc815\ud558\uc138\uc694.":"There is a repeated reservation schedule. Please change your reservation schedule.","\uc911\ubcf5\ubc29\uc9c0\ucf54\ub4dc\uac00 \ubd88\uc77c\uce58 \ud569\ub2c8\ub2e4.":"Anti-duplication code is invalid.","\uc911\ubcf5\ud655\uc778":"Check availability","\uc911\ubd84\ub958":"Sub Category","\uc989\uc2dc \uc801\ub9bd":"instant saving\u00a0","\uc989\uc2dc\ubc30\uc1a1":"In Stock Now","\uc989\uc2dc\ud560\uc778":"Direct Discount","\uc990\uac70\uc6b4 \uc628\ub77c\uc778 \uc1fc\ud551\uacf5\uac04\uc5d0 \uc624\uc2e0 \uac83\uc744 \ud658\uc601\ud569\ub2c8\ub2e4!":"Welcome to joyful online shopping!","\uc990\uaca8\ucc3e\uae30":"Favorites","\uc990\uaca8\ucc3e\uae30 [MILEAGE_STR]":"[MILEAGE_STR] for adding on Favorite","\uc990\uaca8\ucc3e\uae30 \uacbd\ub85c, \ub514\ub809\ud1a0\ub9ac \ubcf4\uae30":"Favorites route, See directory","\uc990\uaca8\ucc3e\uae30 \uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter favorites name","\uc990\uaca8\ucc3e\uae30 \uc0c1\uc138\uc815\ubcf4":"Favorites Detail Information","\uc990\uaca8\ucc3e\uae30 \uc800\uc7a5\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An error has occurred while saving the bookmark.","\uc990\uaca8\ucc3e\uae30 \uc801\ub9bd\uae08":"Store Credit Favorite","\uc990\uaca8\ucc3e\uae30\ub294 20\uac1c\uae4c\uc9c0 \uc800\uc7a5 \uac00\ub2a5\ud569\ub2c8\ub2e4":"You can save up to 20 favorites.","\uc990\uaca8\ucc3e\uae30\ub97c \ucd94\uac00\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot add to favorites.","\uc990\uaca8\ucc3e\uae30\uba85":"Favorites Name","\uc9c0\uae08 \uc120\ud0dd\ud55c \uacb0\uc81c\uc218\ub2e8 \ubc0f \uc785\ub825\ud55c \uc815\ubcf4\ub97c \ub2e4\uc74c\uc5d0\ub3c4 \uc0ac\uc6a9":"Save payment information for next order.","\uc9c0\uae09\uc608\uc815 [MILEAGE_STR]":"[MILEAGE_STR] to be issued","\uc9c0\uc5ed":"Location","\uc9c0\uc5ed\ubcc4 \ubc30\uc1a1\ube44 \ubb34\ub8cc \ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc168\uae30 \ub54c\ubb38\uc5d0 \ucfe0\ud3f0 \uc120\ud0dd\uc774 \ucd08\uae30\ud654 \ub429\ub2c8\ub2e4.":"Coupon Select will be initialized since you used your free coupon on shipping surcharge.","\uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \uc11c\ube44\uc2a4\uc785\ub2c8\ub2e4.":"This is an unsupported service.","\uc9c0\uc815\ub418\uc9c0 \uc54a\uc740 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An unspecified error has occurred.","\uc9c0\uc815\uc548\ub428":"Not Assigned","\uc9c1\uc5c5":"Job","\uc9c1\uc811 \ubd80\uc5ec \uc801\ub9bd\uae08":"Personally authorized store credit","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \ub4f1\uae09\ubcc4":"Manually download per category","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \uc0ac\uc6a9\uc790\uc774\ubbf8\uc9c0":"Manually Download User Image","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc \uc804\uccb4\uc0c1\ud488":"Manually Download All Items","\uc9c1\uc811\ub2e4\uc6b4\ub85c\ub4dc\ucfe0\ud3f0(\ub2e4\uc6b4\ud6c4 \uba87\uc77c)":"Manually Download Coupon (Days after download)","\uc9c1\uc811\ub9cc\ub4e0 \ud31d\uc5c5 \uc120\ud0dd\ud558\uae30":"Select customized pop-up","\uc9c1\uc811\ubc30\uc1a1":"Shipped by Seller","\uc9c1\uc811\uc785\ub825":"Direct Input","\uc9c1\uc811\uc785\ub825\ucfe0\ud3f0":"Direct Input Coupon","\uc9c1\uc885":"Type of Occupation","\uc9c4\uc5f4\uc0c1\ud0dc\uac00 \ubcc0\uacbd\ub41c \uc0c1\ud488\uc785\ub2c8\ub2e4.":"This item's display state has been changed.","\uc9c4\uc5f4\uc21c\uc11c\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \uc9c4\uc5f4\uc21c\uc11c \ubcc0\uacbd":"Display order will be changed., Change display order","\uc9c4\ud589":"Process","\uc9c4\ud589\uc911, \uc911\uc9c0":"On going, Stop","\uc9c8\ubb38\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"This answer is wrong.","\uc9c8\ubb38\uc5d0 \ub300\ud55c \ub2f5\ubcc0\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Wrong answer","\uc9d1":"Home","\ucc1c\ud55c\uc0c1\ud488\uc73c\ub85c \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Submitted as reserved item.","\ucc28\uac10":"Deduction","\ucc28\uac10\ud55c \uae08\uc561":"Deducted Amount","\ucc28\ub4f1":"Rate","\ucc29\ubd88":"C.O.D","\ucc29\ubd88 : \uc8fc\ubb38 \uae08\uc561\uc5d0 \uc0c1\uad00\uc5c6\uc774 \ubc30\uc1a1\ube44\ub294 \ucc29\ubd88\ub85c \uace0\uac1d\uc774 \ubd80\ub2f4\ud569\ub2c8\ub2e4":"Collect on Delivery: Shipping fee will be paid by the customer regardless of the order amount","\ucc29\ubd88 \uacb0\uc81c\ub294 \ubc30\uc1a1\uc9c0 \uad6d\uac00\uac00 \uc77c\ubcf8\uc778 \uacbd\uc6b0\uc5d0\ub9cc \uc120\ud0dd \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Selecting to pay cash on delivery is allowed only if delivery is to Japan.","\ucc3e\ub294 \ubc29\ubc95":"How to find","\ucc3e\ub294 \ubc29\ubc95\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select how to find","\ucc3e\ub294\ubc29\ubc95":"How to find","\ucc98\ub9ac \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4":"An error occurred while processing.","\ucc98\ub9ac \uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error has occurred.","\ucc98\ub9ac \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred","\ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Done","\ucc98\ub9ac\uc624\ub958! \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694.":"Process error! Please contact the administrator.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4\r\n\uc0c8\ub85c\uace0\uce68 \ud6c4 \uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing\r\n Please refresh then try again.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\r\n\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing. Please \r\n retry.","\ucc98\ub9ac\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"An error occurred while processing. Please try again.","\ucc98\ub9ac\uc911\uc785\ub2c8\ub2e4. \uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694.":"Please wait a moment while it is being processed.","\ucca0\ud68c":"Cancellation","\ucca0\ud68c \uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Not a valid product to withdraw\u00a0","\ucca8\ubd80 \ud30c\uc77c\uc740 \uc81c\uc678\ub418\uba70, \uae00\ub0b4\uc6a9\ub9cc \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Only the text will be uploaded without the attached files.","\ucca8\ubd80 \ud30c\uc77c\uc758 \ud06c\uae30\ub294 %sMB\ub85c \uc81c\ud55c \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"Maximum allowable size of attachment is %s MB.","\ucca8\ubd80 \ud30c\uc77c\uc758 \ud30c\uc77c\uba85\uc740 %sByte\uae4c\uc9c0 \ub4f1\ub85d \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The max length of attachment filename is %sByte.","\ucca8\ubd80\ud30c\uc77c1 \ud56d\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"Attachment 1 is a required field.","\ucca8\ubd80\ud30c\uc77c: 10M \uc774\ud558\/ csv, xls, doc, ppt, pdf":"Attachment : under 10M \/ csv, xls, doc, ppt, pdf","\ucca8\ubd80\ud30c\uc77c\uc740 \ucd5c\ub300 %s\uac1c\uae4c\uc9c0\ub9cc \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can upload up to %s attachment files.","\ucca8\ubd80\ud560 \uc218 \uc5c6\ub294 \ud30c\uc77c\uc785\ub2c8\ub2e4.":"Selected file cannot be attached.","\uccab \uad6c\ub9e4 \uace0\uac1d":"New customer's initial purchase\u00a0","\uccab \ud398\uc774\uc9c0":"First Page","\uccad\uc57d\ucca0\ud68c\ubc29\uce68":"Cancellation Policy","\uccad\uc57d\ucca0\ud68c\ubc29\uce68 \ub3d9\uc758":"Agree of Cancellation of policy","\uccad\uc57d\ucca0\ud68c\ubc29\uce68\uc5d0 \ub300\ud574 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You must agree to the cancellation policy to place an order.","\uccad\uc57d\ucca0\ud68c\ubc29\uce68\uc5d0 \ub300\ud574 \ub3d9\uc758\ud558\uc154\uc57c \uc8fc\ubb38\uc774 \uac00\ub2a5\ud799\ub2c8\ub2e4.":"Please agree to the cancellation policy in order to order.","\uccb4\ud06c\uc544\uc6c3 \uc785\uc810\uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.":"Please check checkout's import state.","\ucd1d \uacb0\uc81c \uc608\uc815\uae08\uc561":"Total payment estimate","\ucd1d \uacb0\uc81c\uae08\uc561":"Order total","\ucd1d \uacb0\uc81c\uae08\uc561(\ubc30\uc1a1\ube44 \uc81c\uc678)\uc774 \ucd5c\uc18c \uacb0\uc81c \uac00\ub2a5 \uae08\uc561(%s) \ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4.":"The order total (excluding shipping) is less than the minimum purchase amount (%s).","\ucd1d \uacb0\uc81c\uae08\uc561(\ubc30\uc1a1\ube44 \uc81c\uc678)\uc774 \ucd5c\uc18c \uacb0\uc81c \uac00\ub2a5 \uae08\uc561(%s\uc6d0) \ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4.":"The order total (excluding shipping) is lower than the minimum purchase amount(%sWon).","\ucd1d \uacb0\uc81c\uae08\uc561\uc774 \ucd5c\uc18c \uacb0\uc81c \uac00\ub2a5 \uae08\uc561(%s) \ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4.":"Total payment amount is less than the minimum payment amount (%s).","\ucd1d \ubc30\uc1a1\ube44":"Shipping","\ucd1d \ubc30\uc1a1\ube44 \ucfe0\ud3f0\ud560\uc778 \uae08\uc561":"Total shipping discount coupon amount","\ucd1d \ubd80\uac00\uacb0\uc81c\uae08\uc561":"Total Amount of Additional Payment","\ucd1d \uc0c1\ud488\uad6c\ub9e4\uae08\uc561":"Total amount","\ucd1d \uc0c1\ud488\uae08\uc561":"Merchandise","\ucd1d \uc2e4\uacb0\uc81c\uae08\uc561":"Total amount paid","\ucd1d \uc8fc\ubb38\uae08\uc561":"Total order amount","\ucd1d \uc8fc\ubb38\uae08\uc561, \uc2e4 \uacb0\uc81c \uae08\uc561":"Total Price, Total Order Amount","\ucd1d \ucfe0\ud3f0\uc801\ub9bd \uae08\uc561":"Total reward credit coupon amount","\ucd1d \ucfe0\ud3f0\ud560\uc778 \uae08\uc561":"Total discount coupon amount","\ucd1d \ud560\uc778\uae08\uc561":"Discount","\ucd1d \ud560\uc778\uae08\uc561 \uc0c1\uc138\ub0b4\uc5ed":"Discount Details","\ucd1d \ud569\uacc4":"Total Amount","\ucd1d\uc2e4\uacb0\uc81c\uae08\uc561 + [BALANCE_STR]":"Amount Paid + [BALANCE_STR]","\ucd1d\uc2e4\uacb0\uc81c\uae08\uc561 + \uc608\uce58\uae08":"Total payment amount + deposit amount","\ucd5c\uadfc":"For last","\ucd5c\uadfc \ubc30\uc1a1\uc8fc\uc18c\ub85d":"Recent delivery address","\ucd5c\uadfc \ubc30\uc1a1\uc9c0":"Recent Shipping Address","\ucd5c\uadfc \ubcf8 \ub9c8\uc9c0\ub9c9 \uc0c1\ud488\uc785\ub2c8\ub2e4.":"Your currently viewed last item.","\ucd5c\uadfc \ubcf8 \uc0c1\ud488 \uac1c\uc218":"Number of recently viewed products","\ucd5c\uadfc \ubcf8 \uccab\ubc88\uc9f8 \uc0c1\ud488\uc785\ub2c8\ub2e4.":"Your currently viewed first item.","\ucd5c\uadfc\ubcf8 \uc0c1\ud488\uc758 \uac1c\uc218\ub97c \uc124\uc815\ud569\ub2c8\ub2e4., \ucd5c\uadfc\ubcf8\uc0c1\ud488 \uac1c\uc218 \uc124\uc815":"Number of recently viewed products will be set., Number of recently viewed products setting","\ucd5c\ub300":"Maximum\u00a0","\ucd5c\ub300 %1$s\uc6d0":"Up to %1$swon","\ucd5c\ub300 %s \ud560\uc778":"Discount up to %s KRW","\ucd5c\ub300 %s\uac1c \uc8fc\ubb38 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can order up to %s items.","\ucd5c\ub300 %s\ub9e4\uae4c\uc9c0 \uac00\ub2a5":"Used maximum of %s elements.","\ucd5c\ub300 \uac80\uc0c9 \uac00\ub2a5\ud55c \uae30\uac04\uc740 2\ub144\uc785\ub2c8\ub2e4.":"You can search for up to 2 years period","\ucd5c\ub300 \uad6c\ub9e4\uac00\ub2a5 \uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"The maximum order quantity is %s.","\ucd5c\ub300 \uc8fc\ubb38\uac00\ub2a5 \uc218\ub7c9\uc774 %s\uac1c\uc785\ub2c8\ub2e4.\n\n\uc774\ubbf8 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 %s\uac1c\uac00 \ub2f4\uaca8\uc788\uc5b4 \ub354\uc774\uc0c1 \ub2f4\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\n\uc7a5\ubc14\uad6c\ub2c8\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.":"Maximum quantity of order items is %s.\n\nYou cannot add any more items, for your cart already contains %s items.\n\nPlease check your order cart.","\ucd5c\ub300 \uc8fc\ubb38\uc218\ub7c9\uc740 %s \uc785\ub2c8\ub2e4.":"The maximum order quantity is %s.","\ucd5c\ub300 \uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"The maximum quantity allowed for purchase is %s","\ucd5c\ub300 \uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c\uc785\ub2c8\ub2e4.\n\n\uc774\ubbf8 \uc7a5\ubc14\uad6c\ub2c8\uc5d0 %s\uac1c\uac00 \ub2f4\uaca8\uc788\uc5b4 \ub354\uc774\uc0c1 \ub2f4\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\n\uc7a5\ubc14\uad6c\ub2c8\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.":"The maximum quantity allowed for purchase is %s. You cannot add this item to your cart because you already have %s of this item in your cart. Please review your cart again.","\ucd5c\ub300\uae08\uc561":"Maximum Amount","\ucd5c\ub300\uae08\uc561\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Maximum amount can be entered with numbers only.","\ucd5c\ub300\ud310\ub9e4\uac00\uaca9":"Maximum selling price","\ucd5c\ub300\ud55c \ube60\ub974\uace0 \uc815\ud655\ud55c \ub2f5\ubcc0\uc744 \ub4dc\ub9ac\uae30 \uc704\ud574 \ub354\uc6b1 \ub178\ub825\ud558\uaca0\uc2b5\ub2c8\ub2e4.":"We will try our best to give fast and accurate replies.","\ucd5c\ub300\ud560\uc778\uae08\uc561":"Maximum discount amount","\ucd5c\uc18c \uad6c\ub9e4 \uc218\ub7c9\uc740 %s\uac1c \uc774\uc0c1\uc785\ub2c8\ub2e4.":"The minimum order quantity is %s.","\ucd5c\uc18c \uad6c\ub9e4\uc218\ub7c9\uc740 %s\uac1c \uc774\uc0c1\uc785\ub2c8\ub2e4.":"Minimum purchase quantity is %s.","\ucd5c\uc18c \uad6c\ub9e4\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"Minimum purchase quantity is %s items.","\ucd5c\uc18c \uc8fc\ubb38 \uac2f\uc218\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694.":"Please check the minimum number of order.","\ucd5c\uc18c \uc8fc\ubb38\uc218\ub7c9\uc740 %s \uc785\ub2c8\ub2e4.":"The minimum order quantity is %s.","\ucd5c\uc18c \uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"The minimum quantity allowed for purchase is %s.","\ucd5c\uc18c\uae08\uc561":"Minimum Amount","\ucd5c\uc18c\uae08\uc561\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Only numbers can be entered for minimum amount.","\ucd5c\uc18c\uc8fc\ubb38\uc218\ub7c9\uc740%s\uac1c \uc785\ub2c8\ub2e4":"Minimum purchase quantity is %s","\ucd5c\uc18c\ud310\ub9e4\uac00\uaca9":"Minimum selling price","\ucd5c\uc2e0\uc18c\uc2a4 \ud30c\uc77c\ubcf4\uae30":"View the latest source file","\ucd5c\uc2e0\uc21c":"Latest","\ucd5c\uc885 \ub4f1\uae09 \uc0b0\uc815\uc77c":"Final rating date for membership level","\ucd5c\uc885\ud559\ub825":"Highest level of education","\ucd5c\ucd08 \ubab0 \uc0dd\uc131\uc2dc\uc758 \uae30\ubcf8\uc2a4\ud0a8\uc740 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot delete the basic template created during the initial shopping mall's creation.","\ucd94\uac00":"Add","\ucd94\uac00 %s%":"Additional %s%","\ucd94\uac00 \uc635\uc158":"Additional Option","\ucd94\uac00 \uc635\uc158\uc740 100 \uc790 \uc774\uc0c1 \uc801\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Additional option cannot be written in more than 100 characters.","\ucd94\uac00 \uc635\uc158\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Select additional option.","\ucd94\uac00 \uc635\uc158\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter additional option","\ucd94\uac00 \ud560\uc778 \ud61c\ud0dd":"Additional discount benefit","\ucd94\uac00\uacbd\ub85c\ub97c \uc120\ud0dd\ud558\uc138\uc694.":"Select additional route","\ucd94\uac00\uc801\ub9bd":"Additional reward points","\ucd94\uac00\uc801\ub9bd\uae08\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"You have received additional reward points.","\ucd94\uac00\uc815\ubcf4":"Additional Information","\ucd94\uac00\uc99d\uc815 \uc774\ubca4\ud2b8 \uc0c1\ud488\uc758 \uc635\uc158 \ubc0f \uc218\ub7c9 \ubcc0\uacbd\uc740 \uc0c1\ud488\uc0c1\uc138\uc5d0\uc11c \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Changes to product options or order quantities for additional event items may be conducted through the 'product details' page.","\ucd94\uac00\ucc28\uac10":"Additional deduction","\ucd94\uac00\ucda9\uc804":"Additional charge","\ucd94\uac00\uce74\ud14c\uace0\ub9ac1":"Additional Category 1","\ucd94\uac00\uce74\ud14c\uace0\ub9ac2":"Additional Category 2","\ucd94\uac00\ud560\uc778":"Additional discount","\ucd94\uac00\ud560\uc778\uae08\uc561":"Additional Discount","\ucd94\uac00\ud560\uc778\uc5c6\uc74c":"No additional discounts allowed","\ucd94\uac00\ud560\uc778\uc5c6\uc74c, \ucd94\uac00\ud560\uc778, \ucd94\uac00\uc801\ub9bd, \ucd94\uac00\ud560\uc778":"No additional discount, Additional Discount, Additional Store Credit, Additional Discount","\ucd94\uac00\ud56d\ubaa91":"1 additional item","\ucd94\uac00\ud56d\ubaa92":"Additional Item 2","\ucd94\uac00\ud56d\ubaa93":"Additional Item 3","\ucd94\uac00\ud56d\ubaa94":"Additional Item 4","\ucd94\ucc9c":"Recommended","\ucd94\ucc9c \uba54\uc77c\uc744 \uc804\uc1a1\uc911 \uc624\ub958\uac00 \uc0dd\uacbc\uc2b5\ub2c8\ub2e4.\uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"E-mail sending failed. Please try again.","\ucd94\ucc9c \uba54\uc77c\uc744 \ubc1c\uc1a1 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"E-mail sent","\ucd94\ucc9c\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Shared","\ucd94\ucc9c\uba54\uc77c \ubcf4\ub0b4\uae30":"E-mail a friend","\ucd94\ucc9c\uba54\uc77c1":"Recommendation Mail 1","\ucd94\ucc9c\uba54\uc77c\ubcf4\ub0b4\uae30":"E-mail a friend","\ucd94\ucc9c\uba54\uc77c\uc785\ub2c8\ub2e4.":"This is a recommendation e-mail.","\ucd94\ucc9c\ubc1b\uc740 \uae30\uc874 \uac00\uc785\uc790\uc5d0\uac8c [MILEAGE_STR] \ubd80\uc5ec (%s)":"Issue [MILEAGE_STR] for recommended existing member (%s)","\ucd94\ucc9c\ubc1b\uc740 \uae30\uc874 \uac00\uc785\uc790\uc5d0\uac8c \uc801\ub9bd\uae08 \ubd80\uc5ec (%s)":"Reward Points for Affiliated Existing Member (%s)","\ucd94\ucc9c\uc0c1\ud488 (\ucd94\uac00\uad6c\ub9e4\ub97c \uc6d0\ud558\uc2dc\uba74 \uc120\ud0dd\ud558\uc138\uc694)":"Recommended Products","\ucd94\ucc9c\uc0c1\ud488\uc744 \uc9c4\uc5f4\uad00\ub9ac\ud569\ub2c8\ub2e4., \uc9c4\uc5f4\uad00\ub9ac":"Manage display for recommended products., Display management","\ucd94\ucc9c\uc544\uc774\ub514\uc774\ubbc0\ub85c \uadf8\ub300\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc218\uc815\ub3c4 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Suggested ID may be used or modified.","\ucd94\ucc9c\uc778":"Reference","\ucd94\ucc9c\uc778 ID":"Recommended ID","\ucd94\ucc9c\uc778ID":"Referrer's ID","\ucd94\ucc9c\uc778\uc744 \uc791\uc131\ud558\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"No reference was entered.","\ucd94\ucc9c\ud55c \uc2e0\uaddc \uac00\uc785\uc790\uc5d0\uac8c [MILEAGE_STR] \ubd80\uc5ec (%s)":"Issue [MILEAGE_STR] to new member who joined by recommendation (%s)","\ucd94\ucc9c\ud55c \uc2e0\uaddc \uac00\uc785\uc790\uc5d0\uac8c \uc801\ub9bd\uae08 \ubd80\uc5ec (%s)":"Reward Points for Affiliated Newly Signed Up (%s)","\ucd9c\uc11d":"Present","\ucd9c\uc11d\uccb4\ud06c":"Check-in","\ucd9c\uc11d\uccb4\ud06c \uc774\ubca4\ud2b8 \uc131\uacf5 \uc801\ub9bd\uae08":"Store credit for successful check-in event","\ucd9c\uc11d\uccb4\ud06c\uc774\ubca4\ud2b8":"Check-in Event","\ucda9\uc804":"Charge","\ucde8\uc18c":"Cancel","\ucde8\uc18c \ubd88\uac00\ub2a5\ud55c \uc8fc\ubb38\uc785\ub2c8\ub2e4.":"This order cannot be cancelled.","\ucde8\uc18c \uc0c1\ud488":"Cancellation","\ucde8\uc18c \uc2e0\uccad \uc0ac\uc720":"Reason for Cancel request","\ucde8\uc18c \uc2e0\uccad \uc0c1\ud488\uc815\ubcf4":"Product information for cancel request","\ucde8\uc18c \uc2e0\uccad\uc774 \ubd88\uac00\ub2a5\ud55c \uc8fc\ubb38\uc785\ub2c8\ub2e4.":"Your order cannot be canceled.","\ucde8\uc18c \ucc98\ub9ac \ubd88\uac00 \uc0ac\uc720":"Reason for Cancel cannot be accepted","\ucde8\uc18c \ucc98\ub9ac \ubd88\uac00 \uc0c1\ud488\uc815\ubcf4":"Information of the products which cannot be cancelled.","\ucde8\uc18c \ucc98\ub9ac \uc0c1\ud488\uc815\ubcf4":"Product information for cancel","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488":"Cancel\/Exchange\/Return","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488 \uc0c1\uc138\uc815\ubcf4":"Cancel\/Exchange\/Return detailed information","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488 \uc2e0\uccad\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cancel\/Exchange\/Return request has been submitted.","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488 \ucc98\ub9ac\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cancel\/Exchange\/Return request is completed.","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488 \ucc98\ub9ac\ub418\uc9c0 \uc54a\uc74c\uc744 \uc54c\ub824\ub4dc\ub9bd\ub2c8\ub2e4.":"Cancel\/Exchange\/Return will not be accepted.","\ucde8\uc18c\/\uad50\ud658\/\ubc18\ud488\ud558\uc2dc\ub294 \uc0c1\ud488 \ubc0f \uc2e0\uccad\uc0ac\uc720\uc5d0 \ub530\ub77c \ubc30\uc1a1\ube44 \ud658\ubd88 \ub610\ub294 \ucd94\uac00 \ubc30\uc1a1\ube44\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Shipping charges will vary depending on the product and reason for the cancellation\/exchange\/return.","\ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658 \uc0ac\uc720":"Reasons for Cancellation\/Refund\/Exchange","\ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658 \uc815\ubcf4\ub294 \uad00\ub9ac\uc5b4\ub4dc\ubbfc > \uc601\uc5c5\uad00\ub9ac \uc5d0\uc11c \uc870\ud68c\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can view cancellation\/return\/exchange information at Admin Management > Shop Management.","\ucde8\uc18c\/\ubc18\ud488\/\uad50\ud658\uc694\uccad":"Cancellation\/Return\/Exchange Request","\ucde8\uc18c\/\ud658\ubd88\uae08\uc561 \ubbf8\ucc28\uac10":"Cancellation\/Refund amount is not deducted","\ucde8\uc18c\/\ud658\ubd88\uae08\uc561 \ucc28\uac10":"Cancellation\/Refund amount is deducted","\ucde8\uc18c\uac00 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Cancellation completed","\ucde8\uc18c\uae08\uc561":"Amount TO be Cancelled","\ucde8\uc18c\ub41c \uc8fc\ubb38\uc5d0 \ub300\ud574\uc11c\ub294 \ubc1c\uae09\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4":"Canceled orders cannot be issued.","\ucde8\uc18c\uc2e0\uccad \uc0ac\uc720, \uad50\ud658\uc2e0\uccad \uc0ac\uc720, \ubc18\ud488\uc2e0\uccad \uc0ac\uc720, \ucc98\ub9ac\ubd88\uac00 \uc0ac\uc720":"Cancellation request reason, Exchange request reason, Return request reason, Reason for not being able to process","\ucde8\uc18c\uc2e4\ud328\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cancellation Failed","\ucde8\uc18c\uc694\uccad\uc77c":"Cancellation requested on","\ucde8\uc18c\ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Cancelled","\ucde8\uc18c\ud558\uc2dc\uba74 \uc785\ub825\ud558\uc2e0 \ub0b4\uc6a9\uc774 \ubaa8\ub450 \uc0ad\uc81c\ub429\ub2c8\ub2e4.\r\n\uadf8\ub798\ub3c4 \ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"All the content will be deleted once you cancel.\r\n Cancel?","\ucde8\uc18c\ud658\ubd88\ubb38\uc758\u00a0":"Refund Inquiry","\uce5c\uad6c\ucd08\ub300 \uc8fc\uc18c\uac00 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uba54\uc2e0\uc800\ub85c \uce5c\uad6c\ub97c \uc1fc\ud551\ubab0\uc5d0 \ucd08\ub300\ud574\ubcf4\uc138\uc694.":"Link URL has been copied. Invite your friends via messenger.","\uce5c\uad6c\ucd08\ub300 \uc8fc\uc18c\ub97c \ubcf5\uc0ac\ud558\uc5ec, \uba54\uc2e0\uc800\ub85c \uce5c\uad6c\ub97c \uc1fc\ud551\ubab0\uc5d0 \ucd08\ub300\ud574 \ubcf4\uc138\uc694.(\ubcf5\uc0ac\ud558\uae30 : Ctrl+C \ud0a4\ub97c \ub20c\ub7ec \ubcf5\uc0ac)":"Copy link URL and invite your friends to our mall via SNS. (Press Ctrl+C to Copy)","\uce5c\uad6c\ucd08\ub300 \uc8fc\uc18c\ub97c \ubcf5\uc0ac\ud558\uc5ec, \ubb38\uc790 \ub610\ub294 \uba54\uc2e0\uc800\ub85c \uce5c\uad6c\ub97c \uc1fc\ud551\ubab0\uc5d0 \ucd08\ub300\ud574 \ubcf4\uc138\uc694.(\ubcf5\uc0ac\ud558\uae30 : \uc8fc\uc18c\ub97c 1~2\ucd08 \uae38\uac8c \ub20c\ub7ec, \uc804\uccb4\uc120\ud0dd \ud6c4 \ubcf5\uc0ac)":"Copy Invite Friends URL and invite your friends to our mall via SMS or messenger. (How to Copy : Tap and hold the URL 1~2 seconds, select all and copy)","\uce74\ub2ec\ub85c\uadf8 \uc2e0\uccad":"Subscribe for a catalog","\uce74\ub4dc":"Card","\uce74\ub4dc \uacb0\uc81c":"Credit Card","\uce74\ub4dc\uacb0\uc81c":"Payment by Credit Card","\uce74\ub4dc\uacb0\uc81c\ubd80\ubd84\ucde8\uc18c\uc644\ub8cc":"Partial cancellation for credit card payment successful","\uce74\ub4dc\ub294 \uc138\uae08 \uacc4\uc0b0\uc11c \uc2e0\uccad\uc774 \ubd88\uac00\ub2a5 \ud569\ub2c8\ub2e4":"Tax invoice cannot be requested for card.","\uce74\ud0c8\ub85c\uadf8 \uc6d0\ud558\uc9c0 \uc54a\uc74c":"Do not subscribe","\uce74\ud0c8\ub85c\uadf8 \uc6d0\ud568":"Subscribe","\uce74\ud14c\uace0\ub9ac \ubc88\ud638\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.":"Category number is required.","\uce74\ud14c\uace0\ub9ac \uc0c1\ud488\uc9c4\uc5f4":"Category Item Display","\uce74\ud14c\uace0\ub9ac \uc124\uc815":"Edit Category","\uce74\ud14c\uace0\ub9ac\ub97c \uc120\ud0dd \ud574\uc8fc\uc138\uc694.":"Select category","\uce74\ud14c\uace0\ub9ac\ubc88\ud638":"Category Number","\uce74\ud39824 EC \ud638\uc2a4\ud305 \uc785\ub2c8\ub2e4.":"This is Cafe24 EC hosting.","\uce74\ud39824 EC \ud638\uc2a4\ud305\uc740 \uace0\uac1d\ub2d8\uc758 \uc0ac\uc5c5 \uc131\uacf5\uc744 \uc704\ud574 \ud568\uaed8 \ub6f0\uaca0\uc2b5\ub2c8\ub2e4.":"Cafe24 EC hosting will go hand-in-hand for your business' success.","\uce74\ud39824 EC \ud638\uc2a4\ud305\uc744 \uc774\uc6a9\ud574\uc8fc\uc154\uc11c \uac10\uc0ac\ub4dc\ub9bd\ub2c8\ub2e4.":"Thank you for using Cafe24 EC hosting.","\uce74\ud39824 EC \ud638\uc2a4\ud305\uc785\ub2c8\ub2e4.":"This is Caf\u00e9 24 EC Hosting.","\uce74\ud39824 EC\ud638\uc2a4\ud305\uc740 \uace0\uac1d\ub2d8\uc758 \uc0ac\uc5c5 \uc131\uacf5\uc744 \uc704\ud574 \ud568\uaed8 \ub6f0\uaca0\uc2b5\ub2c8\ub2e4.":"Cafe24 EC hosting will go hand-in-hand for your business' success.","\uce74\ud39824 EC\ud638\uc2a4\ud305\uc785\ub2c8\ub2e4.":"This is Caf\u00e9 24 EC Hosting.","\uce90\uc26c %s\uc6d0":"Cash %s Won","\ucee8\ud150\uce20 \uc228\uae40":"Hide Contents","\ucee8\ud150\uce20 \ud3bc\uce68":"Show Contents","\ucf54\ub4dcURL \ubcf5\uc0ac":"Copy URL code","\ucf54\ub4dcURL \uc8fc\uc18c\uac00 \ubcf5\uc0ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4\r\n\ubd99\uc5ec\ub123\uae30(ctrl+v)\ud558\uc138\uc694.":"Code URL address copied\r\n Please paste (ctrl+v)","\ucfe0\ud3f0":"Coupon","\ucfe0\ud3f0 [MILEAGE_NAME]":"Coupon [MILEAGE_NAME]","\ucfe0\ud3f0 [MILEAGE_STR]":"Coupon [MILEAGE_STR]","\ucfe0\ud3f0 \ub178\ucd9c \uc124\uc815":"Coupon Privacy Setting","\ucfe0\ud3f0 \ub178\ucd9c \uc124\uc815\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Error on coupon privacy setting","\ucfe0\ud3f0 \ub178\ucd9c \uc608\uc678 \uc124\uc815":"Coupon privacy setting exemptions","\ucfe0\ud3f0 \ub178\ucd9c \uc608\uc678 \uc124\uc815\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Error on coupon privacy setting exemptions","\ucfe0\ud3f0 \ub2e4\uc6b4\ub85c\ub4dc \ub300\uc0c1\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"You are currently not eligible to download the coupon.","\ucfe0\ud3f0 \ub2e4\uc6b4\ub85c\ub4dc \uc120\ucc29\uc21c\uc774 \ub9c8\uac10\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Coupons downloaded in the order of application has been exhausted.","\ucfe0\ud3f0 \ub514\uc790\uc778 \uc0ac\uc6a9\uc5ec\ubd80":"Coupon Design Usage","\ucfe0\ud3f0 \ub514\uc790\uc778 \uc0ac\uc6a9\uc5ec\ubd80\uac00 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Invalid coupon design usage","\ucfe0\ud3f0 \ubc1c\uae09\uc77c \uae30\uc900":"Based on coupon issuance date","\ucfe0\ud3f0 \ubc88\ud638":"Coupon Number","\ucfe0\ud3f0 \ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uac70\ub098 \ubc1c\uae09\ud560 \uc218 \uc5c6\ub294 \ucfe0\ud3f0\uc785\ub2c8\ub2e4.":"The coupon number is either incorrect or cannot be generated.","\ucfe0\ud3f0 \ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uac70\ub098 \ucc98\ub9ac \ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"The coupon number is either incorrect or cannot be processed due to an error.","\ucfe0\ud3f0 \ubc88\ud638\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uac70\ub098 \ucc98\ub9ac\ub3c4\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4":"The coupon number is either incorrect or cannot be processed due to an error.","\ucfe0\ud3f0 \ubcf5\uc6d0 \uae08\uc561":"Coupon Restoration","\ucfe0\ud3f0 \uc0ac\uc6a9 \uae30\uac04\uc774 \ubd88\uc77c\uce58 \ud569\ub2c8\ub2e4.":"The coupon has been expired.","\ucfe0\ud3f0 \uc0ac\uc6a9\ub7c9\uc774 \ub9c8\uac10\uc774 \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"The allowed number of usage for this coupon has been exceeded.","\ucfe0\ud3f0 \uc2dc\ub9ac\uc5bc\ubc88\ud638\uac00 \uc778\uc99d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"The coupon serial number has been verified.","\ucfe0\ud3f0 \uc2dc\ub9ac\uc5bc\ubc88\ud638\uac00 \uc778\uc99d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\r\n\uc778\uc99d\ub41c \ucfe0\ud3f0\uc740 My\ucfe0\ud3f0\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Coupon serial number verification successful.\r\n verified coupon can be seen at MY Coupon.","\ucfe0\ud3f0 \uc2dc\ub9ac\uc5bc\ubc88\ud638\uac00 \uc778\uc99d\uc774 \uc2e4\ud328\ud588\uc2b5\ub2c8\ub2e4.":"Failed to verify coupon serial number.","\ucfe0\ud3f0 \uc801\ub9bd\uae08":"Coupon Store Credit","\ucfe0\ud3f0 \uc801\uc6a9 \uc0c1\ud488":"coupon applied items","\ucfe0\ud3f0 \uc815\ub82c \uae30\uc900":"Coupon Display Criteria","\ucfe0\ud3f0 \uc815\ub82c \uae30\uc900\uc774 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Invalid coupon display criteria","\ucfe0\ud3f0 \ud560\uc778":"Coupon Discounts","\ucfe0\ud3f01":"Coupon 1","\ucfe0\ud3f0\uae30\ub2a5 \uc0ac\uc6a9\uc5ec\ubd80 \uc124\uc815\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Coupon option is saved successfully.","\ucfe0\ud3f0\uae30\ub2a5\uc744 \uc0ac\uc6a9\uc911\uc774\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Coupon function is on 'Off' mode.","\ucfe0\ud3f0\uae30\ubcf8\uce74\uc6b4\ud2b8 \uc815\ubcf4\ub85c \uc778\ud574 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4.":"An error occurred due to the coupon count information.","\ucfe0\ud3f0\ub2e4\uc6b4\ub85c\ub4dc":"Download Coupon","\ucfe0\ud3f0\ub2e4\uc6b4\ub85c\ub4dc\ub294 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Sign in to download a coupon.","\ucfe0\ud3f0\ub2e4\uc6b4\ub85c\ub4dc\ub294 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4":"Please log in to download coupons.","\ucfe0\ud3f0\ub2e4\uc6b4\ub85c\ub4dc\ub294 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Please log in to download coupons.\u00a0","\ucfe0\ud3f0\ub9ac\uc2a4\ud2b8":"Coupon List","\ucfe0\ud3f0\uba85":"Coupon Name","\ucfe0\ud3f0\ubc1c\uae09\uc77c\ub85c\ubd80\ud130 60\uc77c\uae4c\uc9c0 \uc0ac\uc6a9\uac00\ub2a5":"Valid for 60 days from date of issue","\ucfe0\ud3f0\ubc88\ud638\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no coupon number.","\ucfe0\ud3f0\ubc88\ud638\ub294 10~35\uc790\ub9ac \uc785\ub2c8\ub2e4.":"Coupon number has 10-35 digits","\ucfe0\ud3f0\ubc88\ud638\ub97c \ub2e4\uc2dc \ud655\uc778\ud574\uc8fc\uc138\uc694":"Please check the coupon number again.","\ucfe0\ud3f0\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter coupon number","\ucfe0\ud3f0\uc120\ud0dd":"Select Coupon","\ucfe0\ud3f0\uc120\ud0dd \ud31d\uc5c5":"Select Coupon Pop-up","\ucfe0\ud3f0\uc2e0\uccad\uc77c\ub85c\ubd80\ud130 %s \uc77c\uae4c\uc9c0 \uc0ac\uc6a9\uac00\ub2a5":"Available from application of coupon to %s","\ucfe0\ud3f0\uc740 \uc81c\ud55c \uc5c6\uc74c\uc2dc\uc5d0\ub9cc \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"This coupon can be used only when there are no limits.","\ucfe0\ud3f0\uc744 \uc0ac\uc6a9 \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Cannot use coupons\u00a0","\ucfe0\ud3f0\uc744 \uc0ac\uc6a9\ud558\uc2e0 \uacbd\uc6b0 \uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Reward points cannot be used when a coupon is used.","\ucfe0\ud3f0\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select a coupon","\ucfe0\ud3f0\uc774 \uc0dd\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Coupon has been generated successfully.","\ucfe0\ud3f0\uc774 \uc774\ubbf8 \ubc1c\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4":"Coupon received","\ucfe0\ud3f0\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ub9c8\uc774\uc1fc\ud551\uc5d0\uc11c \ud655\uc778 \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694.":"A new coupon has been received. Please check\u00a0it at\u00a0My Shopping before use.","\ucfe0\ud3f0\uc778\uc99d\ubc88\ud638":"Coupon Verification Number","\ucfe0\ud3f0\uc785\ub825 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"The coupon information entered is not correct.","\ucfe0\ud3f0\uc790\ub3d9\uc0dd\uc131\uc624\ub958\ubc1c\uc0dd":"Auto coupon generation error","\ucfe0\ud3f0\uc801\ub9bd":"Reward credit coupon","\ucfe0\ud3f0\uc801\ub9bd\uc740 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9 \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can save reward credit coupons after logging in.","\ucfe0\ud3f0\uc801\uc6a9\uac00\ub2a5\uc0c1\ud488":"Coupon applicable items","\ucfe0\ud3f0\uc815\ubcf4":"Coupon Details","\ucfe0\ud3f0\uc874":"Coupon Zone","\ucfe0\ud3f0\uc874 \uc0ac\uc6a9\uc5ec\ubd80":"Coupon Zone Usage","\ucfe0\ud3f0\uc874 \uc0ac\uc6a9\uc5ec\ubd80\uac00 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Error on coupon zone usage","\ucfe0\ud3f0\uc874\uc774 \ud604\uc7ac \uc774\uc6a9\ub418\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"Coupon Zone is currently not in use.","\ucfe0\ud3f0\ud560\uc778":"Coupon discount","\ucfe0\ud3f0\ud560\uc778 \ud6c4 \uacb0\uacfc \uae08\uc561":"Total amount after using discount coupon","\ucfe0\ud3f0\ud560\uc778\/\uc801\ub9bd":"Coupon Discount\/Store Credit","\ucfe0\ud3f0\ud560\uc778\uae08\uc561":"Coupon discount amount","\ucfe0\ud3f0\ud560\uc778\uae08\uc561 \uc624\ub958\ub85c \uacb0\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Payment cannot be accepted due to the coupon discount amount error.","\ucfe0\ud3f0\ud560\uc778\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 [BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot pay with [BALANCE_STR] when you are using a discount coupon.","\ucfe0\ud3f0\ud560\uc778\uc744 \uc0ac\uc6a9\ud558\uc2e0\uacbd\uc6b0 \uc608\uce58\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use discount coupon when using credit balance","\ud035\ubc30\uc1a1":"Hand-to-hand Delivery (for dosmestic orders only)","\ud06c\uae30":"Size","\ud0a4\uc6cc\ub4dc":"Keyword","\ud0c0\uc774\ud2c0 \uc774\ubbf8\uc9c0":"Title Image","\ud0c0\uc774\ud2c0 \uc774\ubbf8\uc9c0 (\uba54\uc778\ud654\uba74)":"Title Image (Main Page)","\ud0c0\uc774\ud2c0 \uc774\ubbf8\uc9c0 \uc0ac\uc6a9\uc5ec\ubd80":"Title Image Usage","\ud0c0\uc774\ud2c0 \uc774\ubbf8\uc9c0 \uc0ac\uc6a9\uc5ec\ubd80\uac00 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Invalid title image usage","\ud0c8\ud1f4":"Cancel membership","\ud0c8\ud1f4 \uc131\uacf5":"Your account has been closed.","\ud0c8\ud1f4 \uc2e4\ud328":"Failed to close account.","\ud0c8\ud1f4\uc2dc \ubcf4\uc720\ud558\uace0 \uc788\ub294 \uc801\ub9bd\uae08\uc740 \ubaa8\ub450 \uc0ad\uc81c\ub429\ub2c8\ub2e4.":"All unused reward points will be lost upon cancellation of membership","\ud0c8\ud1f4\uc2e0\uccad\uc744 \ud558\uc2e0 [USER-NAME]\ub2d8\uc758 \ubaa8\ub4e0 \uac1c\uc778\uc815\ubcf4\ub97c \uc18c\uba78\uc2dc\ucf30\uc2b5\ub2c8\ub2e4.":"[USER-NAME] has requested to close account and personal information has been deleted.","\ud0c8\ud1f4\uc2e0\uccad\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc774\ub904\uc84c\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790 \uc2b9\uc778\ud6c4 \ud0c8\ud1f4\ucc98\ub9ac\ub418\uc5b4\uc9d1\ub2c8\ub2e4.":"The application to cancel your membership has been submitted. Cancellation needs to be approved by the administrator before it can be processed.","\ud0c8\ud1f4\ucc98\ub9ac\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uadf8\ub3d9\uc548 \uc774\uc6a9\ud574\uc8fc\uc154\uc11c \uac10\uc0ac\ud569\ub2c8\ub2e4.":"Your membership has been canceled. Thank you for using our services.","\ud0c8\ud1f4\ud558\uba74 \uc801\ub9bd\uae08\/[BALANCE_STR]\uc774 \uc0ad\uc81c \ub429\ub2c8\ub2e4.":"When you close your account, your reward points\/[BALANCE_STR] will be deleted.","\ud0c8\ud1f4\ud558\uba74 \uc801\ub9bd\uae08\/\uc608\uce58\uae08\uc774 \uc0ad\uc81c \ub429\ub2c8\ub2e4.":"When you close your account, your reward points and store credits will be deleted.","\ud0c8\ud1f4\ud558\uba74 \uc801\ub9bd\uae08\uc774 \uc0ad\uc81c \ub429\ub2c8\ub2e4.":"Your store credit will be reset once your account is closed.","\ud0c8\ud1f4\ud55c \ud68c\uc6d0":"Closed account","\ud0dd\ubc30":"Parcel Service","\ud14c\ub450\ub9ac \uc0c9\uc0c1\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Wrong border color","\ud14c\ub9c8\uac00 \uc0ad\uc81c\ub418\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4.":"Template not deleted.","\ud14c\ub9c8\uba85 \uc5c6\uc74c":"No Template Name","\ud14c\ub9c8\uba85\uc744 \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Enter template name","\ud14c\ub9c8\uc758 \uc6b0\uc120\uc21c\uc704\ub97c \ubcc0\uacbd\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Change template's order of priority?","\ud14c\uc2a4\ud2b8":"Test","\ud14c\uc2a4\ud2b8 \ubab0":"Test Mall","\ud14d\uc2a4\ud2b8 \uc0ac\uc6a9":"Use Text","\ud15c\ud50c\ub9bf":"Template","\ud1a0":"Sat.","\ud1b5\uc2e0\uc624\ub958":"Network Error","\ud22c\ud45c\ub294 \ud558\ub8e8\uc5d0 \ud55c\ubc88\ub9cc \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can vote only once a day.","\ud2b8\ub79c\ub4dc\uba85":"Trend Name","\ud2b8\uc704\ud130\ub85c \ubcf4\ub0b4\uae30":"Send to Twitter","\ud2b9\uc218 \uc9c0\uc5ed \ubc30\uc1a1\ube44 %s\uc6d0\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4.":"%s is added as shipping surcharge.","\ud2b9\uc218 \uc9c0\uc5ed \ubc30\uc1a1\ube44 \ud569\uacc4 %s\uc6d0\uc774 \ucd94\uac00\ub429\ub2c8\ub2e4.":"Online Purchase Protection","\ud2b9\uc218\ubb38\uc790\ub294 \uc785\ub825\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot enter symbols.","\ud2b9\uc218\uc9c0\uc5ed\ubc30\uc1a1\ube44":"Shipping Surcharge","\ud2b9\uc218\uc9c0\uc5ed\ubc30\uc1a1\ube44 : %s":"Extra shipping charge: %s","\ud30c\ub77c\ubbf8\ud130(%s) \uc624\ub958":"parameter (%s) error\u00a0","\ud30c\ub77c\ubbf8\ud130\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Wrong parameter","\ud30c\uc77c \uc0dd\uc131\uc2dc\uc5d0 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An error occurred while creating the file.","\ud30c\uc77c\uba85":"File Name","\ud30c\uc77c\uba85 \uc785\ub825":"Enter file name","\ud30c\uc77c\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter file name.","\ud30c\uc77c\uc5c5\ub85c\ub4dc \uc911 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.":"An error occurred while uploading the file.","\ud30c\uc77c\uc740 \ucd5c\ub300 %sM\uae4c\uc9c0 \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4.":"File size should be less than %sM.","\ud30c\uc77c\uc744 \uc0ad\uc81c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ubb38\uc81c\uac00 \uc9c0\uc18d \ub420 \uacbd\uc6b0 \uace0\uac1d\uc13c\ud130\uc5d0 \ubb38\uc758\ud574\uc8fc\uc138\uc694":"Cannot delete file. Please contact the customer center if problem persists.","\ud30c\uc77c\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Select file","\ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc \ud574\uc8fc\uc138\uc694.":"Please upload a file.","\ud30c\uc77c\uc744 \uc5f4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Cannot open file","\ud30c\uc77c\uc744 \uc800\uc7a5\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \ubb38\uc81c\uac00 \uc9c0\uc18d \ub420 \uacbd\uc6b0 \uace0\uac1d\uc13c\ud130\uc5d0 \ubb38\uc758\ud574\uc8fc\uc138\uc694":"Cannot save file. Please contact the customer service if problem persists.","\ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"File not found","\ud30c\uc77c\uc774 \uc5c6\uac70\ub098 csv\ud615\ud0dc\uac00 \uc544\ub2d9\ub2c8\ub2e4.":"The file is either not found or not a csv format.","\ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.":"No file found","\ud310\ub9e4\uac00":"Unit Price","\ud310\ub9e4\uac00 \ud68c\uc6d0\uacf5\uac1c":"Prices are available to members only","\ud310\ub9e4\uac00\uac00 \uc5c6\ub294 \uc0c1\ud488\uc740 \uc7a5\ubc14\uad6c\ub2c8 \ub2f4\uae30\uac00 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Items without pricing cannot be added to cart.","\ud310\ub9e4\uac00\uac00 \uc5c6\ub294 \uc0c1\ud488\uc740 \uc8fc\ubb38\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud310\ub9e4\uac00\uac00 \uc788\ub294 \uc0c1\ud488\uc73c\ub85c\ub9cc \uc8fc\ubb38\ud574\uc8fc\uc138\uc694.":"Items without pricing cannot be ordered. Please order items with pricing.","\ud310\ub9e4\uc911\uc9c0 \uc0c1\ud488\uc774 \ubaa9\ub85d\uc5d0\uc11c \uc81c\uc678\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Not available products are removed from the list.","\ud31d\uc5c5\uc774 \ub2eb\ud788\uba70 %s \ub2d8\uc758 \ub9ac\ubdf0\uae00\ub9cc \ubaa8\uc544\ubcf4\uae30 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ub429\ub2c8\ub2e4. \uc774\ub3d9 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Pop-up will be closed and you will be redirect to %s 's review page.","\ud31d\uc5c5\uc774 \ub2eb\ud788\uba70 \uc0c1\ud488\uc0c1\uc138 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ub429\ub2c8\ub2e4. \uc774\ub3d9 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Your pop-up will be closed and proceed to product detail page. Do you want to continue?","\ud328\uc2a4\uc6cc\ub4dc":"Password","\ud329\uc2a4\ubc88\ud638\ub97c \uc62c\ubc14\ub974\uac8c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter a valid fax number.","\ud398\uc774\uc9c0 \uadf8\ub8f9\uc744 \uc120\ud0dd \ud574\uc8fc\uc138\uc694.":"Please select a page group","\ud398\uc774\uc9c0 \uadf8\ub8f9\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select page group","\ud398\uc774\uc9c0 \uc124\uba85\uc744 \uc120\ud0dd\ud558\uc138\uc694.":"Select page description","\ud398\uc774\uc9c0\uadf8\ub8f9":"Group Page","\ud398\uc774\uc9c0\uc124\uba85":"Page Description","\ud398\uc774\ud314 \uacb0\uc81c \ud398\uc774\uc9c0\uc5d0\uc11c \ub85c\uadf8\uc778 \ubc84\ud2bc \ud558\ub2e8\uc5d0 \"\uc9c1\ubd88\uce74\ub4dc \ub610\ub294 \uc2e0\uc6a9\uce74\ub4dc \uacb0\uc81c\" \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc138\uc694.":"Please click 'Pay with Debit or Credit Card' button on PayPal payment page.","\ud398\uc774\ud314 \uacb0\uc81c\uc2dc \uc6b0\ud3b8\ubc88\ud638\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4.":"To use PayPal as a payment method, you must enter your billing zip\/postal code.","\ud398\uc774\ud314 \uacc4\uc815\uc774 \uc5c6\ub294 \uacbd\uc6b0 \uc2e0\uc6a9\uce74\ub4dc\ub85c \uacb0\uc81c\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you do not have a PayPal account, you pay with credit card.","\ud398\uc774\ud314\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc2e0\uc6a9\uce74\ub4dc \uacb0\uc81c \uc11c\ube44\uc2a4\ub85c VISA, Master Card, American Express, Discover 4\uac1c \uce74\ub4dc\uc0ac\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4.":"PayPal accepts VSIA, Master Card, American Express and Discover.","\ud3b8\uc9d1":"Edit","\ud3c9\uc810\uc21c":"Highest rate","\ud3c9\uc810\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select a rating.","\ud3c9\uc810\uc744 \uc785\ub825\ud558\uc138\uc694.":"Please select the rate.","\ud3ec\uc7a5\ubd88\ub7c9":"Damaged packaging","\ud3ec\ud568":"Include","\ud3ec\ud568\uc548\ud568":"Exclude","\ud45c\uc2dc\uba85":"Display Name","\ud45c\uc2dc\ud56d\ubaa9":"Display Item","\ud45c\uc2dc\ud56d\ubaa9\ubcc4 \ub514\uc790\uc778 \uc124\uc815":"Design setting per display item","\ud488\ubaa9 \ucd1d \uac2f\uc218":"Total Number of Items","\ud488\ubaa9.\uc8fc\ubb38 \ucfe0\ud3f0 \uc911\ubcf5\uc0ac\uc6a9 \uc5ec\ubd80":"Item, order, coupon duplication","\ud488\ubaa9\uad50\ud658(New\uc8fc\ubb38\uad00\ub9ac\uc6a9)":"Exchange Item (New For order management)","\ud488\ubaa9\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Please select an item.","\ud488\ubaa9\ucd94\uac00(New\uc8fc\ubb38\uad00\ub9ac\uc6a9)":"Add Item (New For order management)","\ud488\ubaa9\ucfe0\ud3f0 \uc0ac\uc6a9\uc5ec\ubd80":"Available Item Coupon","\ud488\ubaa9\ucfe0\ud3f0 \uc120\ud0dd \uc815\ubcf4":"Selected item coupon information","\ud488\uc808":"Item is out of stock","\ud488\uc808 \ub610\ub294 \uad6c\ub9e4\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \uc0c1\ud488\uc744 \uc81c\uc678\ud574 \uc8fc\uc138\uc694. \n\uc0c1\ud488\uba85 :":"Either soldout or not available for sale items are included in your cart. Please remove following items. \nItem name:","\ud488\uc808 \ub610\ub294 \uc635\uc158\uc744 \uc9c1\uc811 \uc120\ud0dd\ud574\uc57c\ub9cc \uc8fc\ubb38 \uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n\ud574\ub2f9 \uc0c1\ud488\uc744 \uc81c\uc678\ud55c \ub2e4\ub978 \uc0c1\ud488\uc740 \uc8fc\ubb38\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"You have to select stock or option values for some of your items in order to submit your order.\nDo you want to submit your order except selected item(s)?","\ud488\uc808 \ub610\ub294 \uc635\uc158\uc744 \uc9c1\uc811 \uc120\ud0dd\ud574\uc57c\ub9cc \uc8fc\ubb38 \uac00\ub2a5\ud55c \uc0c1\ud488\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ud574\ub2f9 \uc0c1\ud488\uc744 \uc81c\uc678\ud574 \uc8fc\uc138\uc694. \n\uc0c1\ud488\uba85 :":"Some of your products are sold out or options are not selected. Please remove following products from the list. \nProduct Name :","\ud488\uc808\ub41c \uc0c1\ud488\uc73c\ub85c \uc8fc\ubb38\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Your order cannot be placed because the items are sold out.","\ud488\uc808\ub41c \uc0c1\ud488\uc740 \uad6c\ub9e4\uac00 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Out of stock products cannot be ordered.","\ud488\uc808\uc0c1\ud488($count\uac74) : $\uc0c1\ud488\uba85$\ud488\ubaa9\uba85, $\uc0c1\ud488\uba85, $\uc0c1\ud488\uba85":"sold out items ($count) : $\uc0c1\ud488\uba85$\ud488\ubaa9\uba85, $\uc0c1\ud488\uba85, $\uc0c1\ud488\uba85","\ud488\uc808\uc0c1\ud488\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud488\uc808\uc774 \uc544\ub2cc \uc0c1\ud488\ub9cc \uc8fc\ubb38\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Sold out items will not be included for your order. Do you want to continue?","\ud48b\ud130\ub0b4\uc6a9\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please insert footer's content.","\ud53c\ucd94\ucc9c\uc778 \uc8fc\ubb38\uc5d0 \ub530\ub978 \uac10\uc0ac[MILEAGE_STR] \ubd80\uc5ec":"Issue appreciation [MILEAGE_STR] when recommended member places an order","\ud53c\ucd94\ucc9c\uc778 \uc8fc\ubb38\uc5d0 \ub530\ub978 \uac10\uc0ac\uc801\ub9bd\uae08 \ubd80\uc5ec":"Reward points are given for a purchase of your friend.","\ud53c\ucd94\ucc9c\uc778 \uc8fc\ubb38\ucde8\uc18c\uc5d0 \ub530\ub978 \uac10\uc0ac[MILEAGE_STR] \ucc28\uac10":"Deduct [MILEAGE_STR] when recommended member cancels an order","\ud53c\ucd94\ucc9c\uc778 \uc8fc\ubb38\ucde8\uc18c\uc5d0 \ub530\ub978 \uac10\uc0ac\uc801\ub9bd\uae08 \ucc28\uac10":"Reward points are deducted due to order cancellation of your friend.","\ud544\uc218":"Required","\ud544\uc218 \uc635\uc158\uc744 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Select required option.","\ud544\uc218 \uc635\uc158\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Please select the required option.","\ud544\uc218\uac12\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter the required field.","\ud544\uc218\uc635\uc158\uc740 \ubc18\ub4dc\uc2dc 1\uac1c \uc774\uc0c1 \uc120\ud0dd\ud558\uc154\uc57c \uad6c\ub9e4 \ub610\ub294 \uc7a5\ubc14\uad6c\ub2c8 \ub2f4\uae30\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"To purchase or add a product to cart, select at least one required option.","\ud544\uc218\uc635\uc158\uc774 \uc120\ud0dd\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.":"Required option not selected","\ud544\uc694\ud55c \uc18d\uc131 \ubcc0\uc218\uac00 \uc5c6\uac70\ub098, \ub9de\uc9c0 \uc54a\ub294 HTML \ud0dc\uadf8\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4.":"There is no important property variable or an invalid HTML tag has been made.","\ud558\ub098 \uc5d0\uc2a4\ud06c\ub85c \uc774\uc6a9\uc57d\uad00":"Hana Escrow Terms and Conditions","\ud558\ub098 \uc5d0\uc2a4\ud06c\ub85c \uc774\uc6a9\uc57d\uad00 \ub3d9\uc758":"Hana Escrow Terms and Conditions Agreement","\ud558\ub098\uc740\ud589 \uc5d0\uc2a4\ud06c\ub85c \uc774\uc6a9\uc57d\uad00\uc758 \ub3d9\uc758\ub97c \ud574\uc8fc\uc138\uc694.":"Please agree to the terms and conditions of Hana Bank Escrow.","\ud558\ub8e8 \ucfe0\ud3f0 \ucd5c\ub300\uc0ac\uc6a9\uac2f\uc218\ub294 %s\uac1c \uc785\ub2c8\ub2e4.":"Maximum number of coupons you can use per day is %s.","\ud558\uc704 \ubd84\ub958":"Subcategory","\ud558\uc704\ubd84\ub958":"Sub category","\ud558\uc704\uc2a4\ud0a8(\uc790\uc2dd)":"Bottom Template (Issue)","\ud558\uc704\uc2a4\ud0a8, \uc0c1\uc704\uc2a4\ud0a8":"Bottom Template, Upper Template","\ud55c \uc544\uc774\ub514\ub2f9 \ucd5c\ub300 %s\uac1c\uc758 \ucfe0\ud3f0\ub9cc \uc0ac\uc6a9\uac00\ub2a5\ud569\ub2c8\ub2e4.":"Up to %s coupon(s) can be used per ID.","\ud55c\uac1c\uc758 \uc0c1\ud488\ub9cc \uc120\ud0dd \ubc14\ub78d\ub2c8\ub2e4.":"Please select only one product.","\ud55c\uae00 10\uc790 \uc774\ud558\/\uc601\ubb38 \ub300\uc18c\ubb38\uc790 20\uc790\/\uc22b\uc790 \ud63c\uc6a9 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can use a combination of less than 10 Korean characters, lesst than 20 upper and lower case English alphabets, and numbers.","\ud55c\uae00 2\uc790 \uc774\uc0c1\/\uc601\ubb38 \ub300\uc18c\ubb38\uc790 4\uc790\/\uc22b\uc790 \ud63c\uc6a9 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can use a combination of less than 2Korean characters, lesst than 4 upper and lower case English alphabets, and numbers.","\ud55c\ub2ec":"month","\ud55c\ub3c4\uc81c\ud55c\uc5c6\uc74c":"No limit","\ud55c\uc904 \uba54\ubaa8":"One Line Memo","\ud55c\uc904\uba54\ubaa8":"One Line Memo","\ud55c\uc904\uba54\ubaa8\ub97c \uc791\uc131\ud574\uc8fc\uc138\uc694.":"Write a note.","\ud55c\uc904\uba54\ubaa8\ubaa9\ub85d":"One line memo list","\ud55c\uc904\uba54\ubaa8\uc0c1\uc138\ubcf4\uae30":"See one line memo details","\ud560\uc778":"discount","\ud560\uc778 : - %s":"Discount: - %s","\ud560\uc778 \uae08\uc561\uc774 0\uc6d0\uc778 \ucfe0\ud3f0\uc740 \ucd08\uae30\ud654 \ub429\ub2c8\ub2e4.":"Discount coupons with 0 KRW will be reset.","\ud560\uc778 \uae30\uac04":"Promotion Period","\ud560\uc778 \ubc0f \ubd80\uac00\uacb0\uc81c
\ubcf5\uc6d0 \ub0b4\uc5ed":"Discounts and Additional Payment Restoration","\ud560\uc778 \ubcf5\uc6d0 \uae08\uc561":"Discount Restoration","\ud560\uc778 \uc801\uc6a9 \uae08\uc561\uc740 \uc8fc\ubb38\uc11c\uc791\uc131\uc758 \uacb0\uc81c\uc608\uc815\uae08\uc561\uc5d0\uc11c \ud655\uc778 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Applied discount can be checked at the payment estimation section in the order form","\ud560\uc778\uac00\uac00 \uc801\uc6a9\ub41c \ucd5c\uc885 \uacb0\uc81c\uc608\uc815\uae08\uc561\uc740 \uc8fc\ubb38 \uc2dc \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Discounted amount of your subtotal will appear when you place your orders.","\ud560\uc778\uae08\uc561":"Discount","\ud560\uc778\uae30\uac04":"Promotion Period","\ud560\uc778\ucfe0\ud3f0 \ubc0f \ud61c\ud0dd, \uc774\ubca4\ud2b8, \uc2e0\uc0c1\ud488 \uc18c\uc2dd \ub4f1 \uc1fc\ud551\ubab0\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 \uc720\uc775\ud55c \uc1fc\ud551\uc815\ubcf4\ub97c SMS\uc640 \uc774\uba54\uc77c\ub85c \ubc1b\uc544\ubcf4\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\ub2e8, \uc8fc\ubb38\/\uac70\ub798 \uc815\ubcf4 \ubc0f \uc8fc\uc694 \uc815\ucc45\uacfc \uad00\ub828\ub41c \ub0b4\uc6a9\uc740 \uc218\uc2e0\ub3d9\uc758 \uc5ec\ubd80\uc640 \uad00\uacc4\uc5c6\uc774 \ubc1c\uc1a1\ub429\ub2c8\ub2e4. \uc120\ud0dd \uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\uc9c0 \uc54a\uc73c\uc154\ub3c4 \ud68c\uc6d0\uac00\uc785\uc740 \uac00\ub2a5\ud558\uba70, \ud68c\uc6d0\uac00\uc785 \ud6c4 \ud68c\uc6d0\uc815\ubcf4\uc218\uc815 \ud398\uc774\uc9c0\uc5d0\uc11c \uc5b8\uc81c\ub4e0\uc9c0 \uc218\uc2e0\uc5ec\ubd80\ub97c \ubcc0\uacbd\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can receive discount coupons, benefits, events, new arrivals, and other valuable information from the shopping mall via SMS and e-mails. However, some information will be sent without your agreement such as order\/payment status and policy related articles. You can join the membership without agreeing to the optional categories, and update your status anytime at Edit Profile page once you join the membership.","\ud560\uc778\ud558\uae30 \uc804 \uae08\uc561(\ud310\ub9e4\uac00)":"Amount before discount (Selling Price)","\ud560\uc778\ud61c\ud0dd \uae08\uc561":"Discounted Amount","\ud568\uaed8 \uad6c\ub9e4\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Purchase them all?","\ud56d\ubaa9\uba85 \ucd9c\ub825 \uc5b8\uc5b4":"Language used for item name","\ud56d\ubaa9\uc774 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \ud615\uc2dd\uc774 \uc544\ub2d9\ub2c8\ub2e4.":"Please enter your proper resident registration number.","\ud56d\uc0c1 \uace0\uac1d\ub2d8\uaed8\uc11c \ub9cc\uc871\ud558\uc2e4 \uc218 \uc788\ub3c4\ub85d \ubaa8\uc2dc\uaca0\uc2b5\ub2c8\ub2e4.":"We will serve you to your satisfaction.","\ud56d\uc0c1 \uace0\uac1d\ub2d8\uaed8\uc11c \ub9cc\uc871\ud558\uc2e4 \uc218 \uc788\ub3c4\ub85d \uc815\uc131\uaecf \ubaa8\uc2dc\uaca0\uc2b5\ub2c8\ub2e4.":"We are committed to your complete and total satisfaction.","\ud574\ub2f9 1:1\ubb38\uc758\uae00\uc744 \uc644\uc804 \uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Delete this private inquiry?","\ud574\ub2f9 IP\ub294 \ucc28\ub2e8\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.":"The corresponding IP is blocked.","\ud574\ub2f9 \uacb0\uc81c\ubc29\uc2dd\uc740 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"This payment method is not supported.","\ud574\ub2f9 \ubaa8\ub4c8\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. HTML \ud0dc\uadf8\uac00 \uc62c\ubc14\ub974\uac8c \ub2eb\ud600\uc788\ub294\uc9c0 \ud655\uc778\ud574\uc8fc\uc138\uc694":"Cannot find the corresponding module. Check whether the HTML tag is closed properly.","\ud574\ub2f9 \ubd84\ub958\ub294 \ud45c\uc2dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"This category cannot be displayed.","\ud574\ub2f9 \uc0c1\ud488\uc5d0 \ub300\ud55c \uae00\uc744 \uc774\ubbf8 \uc791\uc131\ud558\uc167\uc2b5\ub2c8\ub2e4.":"You have already posted something for this item.","\ud574\ub2f9 \uc0c1\ud488\uc740 \uac80\uc0c9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.":"No items were found.","\ud574\ub2f9 \uc0c1\ud488\uc740 \ubbf8\uc9c4\uc5f4 \uc0c1\ud488\uc785\ub2c8\ub2e4.":"This item is no longer available","\ud574\ub2f9 \uc0c1\ud488\uc740 \ubc30\uc1a1\uc774 \uc2dc\uc791\ub41c \uc774\ud6c4\uc5d0 \uae00\uc4f0\uae30\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can post a review once the item has been shipped out.","\ud574\ub2f9 \uc0c1\ud488\uc740 \ubc30\uc1a1\uc774 \uc644\ub8cc\ub418\uba74 \uae00\uc4f0\uae30\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can post a review once the item has been delivered to you.","\ud574\ub2f9 \uc0c1\ud488\uc744 \uad6c\ub9e4\ud558\uc5ec %1$s\uc774\ud6c4 %2$s\uc77c \uc774\ub0b4\ubd80\ud130 \ub9ac\ubdf0\uc791\uc131\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Reviews can be submitted within %2$s once your order status becomes %1$s after purchasing products.","\ud574\ub2f9 \uc0c1\ud488\uc744 \uad6c\ub9e4\ud558\uc5ec %s\uc774\ud6c4 \ubd80\ud130 \ub9ac\ubdf0\uc791\uc131\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Reviews can be submitted once your order status become %s after purchasing products.","\ud574\ub2f9 \uc0c1\ud488\uc744 \uad6c\ub9e4\ud558\uc5ec \uacb0\uc81c\ud55c \ud6c4\uc5d0 \uae00\uc4f0\uae30\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"You can post after purchasing this item.","\ud574\ub2f9 \uc5c6\uc74c":"Not applicable","\ud574\ub2f9 \uc720\uc800ID\ub294 \ub354\uc774\uc0c1 \ucd94\ucc9c\uc218\ub97c \ubc1b\uc73c\uc2e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"This user ID cannot receive any more recommendations.","\ud574\ub2f9 \uc720\uc800ID\ub294 \ub354\uc774\uc0c1 \ucd94\ucc9c\uc218\ub97c \ubc1b\uc73c\uc2e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"This ID is no longer available to invite another friend.","\ud574\ub2f9 \uc791\uc5c5\uc911\uc5d0\ub294 \uc77c\uc2dc\uc801\uc73c\ub85c \uc1fc\ud551\ubab0\uc758 \uc811\uadfc\uc774 \ubd88\uac00\ub2a5 \ud558\uc624\ub2c8 \uc7a0\uc2dc \ud6c4 \ub2e4\uc2dc \uc811\uc18d\ud558\uc5ec \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Shopping mall you are trying to reach is temporarily unavailable during maintenance. Please try again shortly.","\ud574\ub2f9 \ucd94\ucc9c\uc778\uc740 \uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \uc544\uc774\ub514\uc785\ub2c8\ub2e4. \n \uc544\uc774\ub514 \ud655\uc778 \ud6c4 \ucd94\ucc9c\uc744 \ud574\uc8fc\uc138\uc694.":"This recommender's ID does not exist. \n Please check the ID again then proceed to recommendation.","\ud574\ub2f9 \ud0c0\uc785\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"This type does not exist.","\ud574\ub2f9 \ud398\uc774\uc9c0\ub294 Internet Explorer\uc5d0\uc11c\ub9cc \ub3d9\uc791\ud569\ub2c8\ub2e4":"This page works only on Internet Explorer.","\ud574\ub2f9 \ud654\uba74\uc740 \ucd5c\uc2e0 \uc18c\uc2a4\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4":"This screen is not supported by the latest source.","\ud574\ub2f9 \ud68c\uc6d0\uc758 \uc778\uc99d\ucc98\ub9ac\ub97c \uc870\uc18d\ud788 \ucc98\ub9ac\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.":"Please process this member's verification process as soon as possible.","\ud574\ub2f9\uc0c1\ud488\uc758 \uc815\ubcf4\ub97c \uc218\uc815\ud569\ub2c8\ub2e4., \uc0c1\ud488\uc815\ubcf4 \uc218\uc815":"Product details will be edited., Edit product details","\ud574\ub2f9\uc0c1\ud488\uc758 \ucd5c\uc18c\uc8fc\ubb38\uc218\ub7c9\uc740 %s\uac1c \uc785\ub2c8\ub2e4.":"This item's minimum order quantity is %s.","\ud574\ub2f9\uc740\ud589 \uc5c6\uc74c":"No matching bank found","\ud574\ub2f9\uc9c0\uc5ed\uc740":"This area is","\ud574\ub2f9\ucfe0\ud3f0no\uc5d0 \ub300\ud55c \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no information on no coupon.","\ud574\uc678\ubc30\uc1a1":"oversea delivery","\ud574\uc678\ubc30\uc1a1 : \uc8fc\ubb38\uc0c1\ud488 \ubb34\uac8c\uc5d0 \ub530\ub77c \ubc30\uc1a1\ube44\uac00 \ub2e4\ub974\uac8c \ucc45\uc815\ub429\ub2c8\ub2e4.":"Overseas Shipping: Shipment fee will be charged differently depending on the ordered items\u2019 weight.","\ud574\uc678\ubc30\uc1a1 \uad6d\uac00":"Overseas Country","\ud574\uc678\ubc30\uc1a1 \uba54\uc138\uc9c0":"International Shipping Coments","\ud574\uc678\ubc30\uc1a1 \uba54\uc138\uc9c0 \uc800\uc7a5":"Save international shipping comments","\ud574\uc678\ubc30\uc1a1 \ubd80\uac00\uae08\uc561":"Additional Charge for International Shipping","\ud574\uc678\ubc30\uc1a1\ube44":"International Shipping Fee","\ud574\uc678\ubc30\uc1a1\ube44\ub97c \uad6c\ud558\ub294\ub370 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ud398\uc774\uc9c0\ub97c \uc0c8\ub85c\uace0\uce68\ud6c4 \uc7ac\uc2dc\ub3c4 \ubc14\ub78d\ub2c8\ub2e4.":"Failed to acquire international shipping fee. Please try again after refreshing the page.","\ud574\uc678\ubc30\uc1a1\uc774 \ubd88\uac00\ub2a5\ud55c \uad6d\uac00\uc785\ub2c8\ub2e4. \uad6d\uac00\ub97c \ub2e4\uc2dc \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Delivery to the country you selected is prohibited. Please select again.","\ud574\uc678\ubc30\uc1a1\uc774 \ubd88\uac00\ub2a5\ud55c \uad6d\uac00\uc785\ub2c8\ub2e4. \uc8fc\uc18c\ub97c \ub2e4\uc2dc \uc120\ud0dd\ud574 \uc8fc\uc138\uc694.":"Shipment to the country you selected is not available. Please select again.","\ud574\uc678\uc218\ucde8\uc790 \uc131\uba85":"International Recipient's Name","\ud574\uc678\uc218\ucde8\uc790 \uc131\uba85(First Name)":"Recipient's First Name (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc131\uba85(Last Name)":"Recipient's Last name (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc6b0\ud3b8\ubc88\ud638":"International Shipping Zip Code","\ud574\uc678\uc218\ucde8\uc790 \uc6b0\ud3b8\ubc88\ud638\uc5c6\uc74c":"International shipping zip code does not exist.","\ud574\uc678\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud638":"Recipient's Telephone (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud6381":"Recipient's Telephone 1 (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud6382":"Recipient's Telephone 2 (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud6383":"Recipient's Telephone 3 (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc804\ud654\ubc88\ud6384":"Recipient's Telephone 4 (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \uc8fc\uc18c":"International Shipping Address","\ud574\uc678\uc218\ucde8\uc790 \uc8fc\uc18c2":"International Shipping Address 2","\ud574\uc678\uc218\ucde8\uc790 \ud578\ub4dc\ud3f0\ubc88\ud638":"Recipient's Mobile Phone (International Shipping)","\ud574\uc678\uc218\ucde8\uc790 \ud734\ub300\uc804\ud654":"Recipient's Mobile Phone (International Shipping)","\ud574\uc678\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud638":"International Billing Zip code","\ud574\uc678\uc8fc\ubb38\uc790 \uc6b0\ud3b8\ubc88\ud638\uc5c6\uc74c":"International Billing Zip code does not exist.","\ud574\uc678\uc8fc\ubb38\uc790 \uc804\ud654\ubc88\ud638":"International Billing Telephone","\ud574\uc678\uc8fc\ubb38\uc790 \ud734\ub300\uc804\ud654":"International Billing Mobile Phone","\ud574\uc81c":"Clear","\ud578\ub4dc\ud3f0":"Mobile","\ud578\ub4dc\ud3f0 \ubc88\ud638":"Mobile Number","\ud578\ub4dc\ud3f0\uacb0\uc81c":"Mobile Payment","\ud578\ub4dc\ud3f0\ubc88\ud6381":"Mobile Number 1","\ud578\ub4dc\ud3f0\ubc88\ud6382":"Mobile Number 2","\ud578\ub4dc\ud3f0\ubc88\ud6383":"Mobile Number 3","\ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc740 \uc694\uccad\uc785\ub2c8\ub2e4.":"Request not allowed.","\ud604\uae08":"Cash","\ud604\uae08 \/ \uc2e0\uc6a9\uce74\ub4dc":"Cash \/ Credit Card","\ud604\uae08 \uacb0\uc81c\ub9cc \ucde8\uc18c \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Only cash payment can be cancelled.","\ud604\uae08 \uc601\uc218\uc99d \ubc1c\uae09 \uae30\uac04\uc774 \uc9c0\ub0ac\uc2b5\ub2c8\ub2e4":"Cash receipt issuance period has expired.","\ud604\uae08 \uc601\uc218\uc99d \ubc1c\ud589\uc774 \uac70\ubd80 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758 \ud574\uc8fc\uc138\uc694":"Cash receipt issuance rejected. Please contact the admin.","\ud604\uae08 \uc601\uc218\uc99d \uc2e0\uccad\uc774 \uc644\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4, \uc2e0\uccad \ub3c4\uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4":"Cash receipt request completed. An error occurred while requesting. Please contact the administrator.","\ud604\uae08 \uc601\uc218\uc99d\uc744 \ubc1c\uae09 \ubc1b\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4":"Cash receipt cannot be issued","\ud604\uae08, \uac00\uc0c1\uacc4\uc88c, \uc2e4\uc2dc\uac04 \uacc4\uc88c\uc774\uccb4\ub9cc \ud604\uae08 \uc601\uc218\uc99d \uc2e0\uccad\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4":"Only cash, virtual account, real-time account transfer can request for cash receipt.","\ud604\uae08, \uce74\ub4dc\uacb0\uc81c\uc804\ud45c \ucd9c\ub825":"Cash, Print credit card payment slip","\ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 [BALANCE_STR] \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\ud604\uae08 \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n[BALANCE_STR] \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"[BALANCE_STR] cannot be used to pay the order total when you're using a Cash Payment Discount Coupon. To use [BALANCE_STR] to pay for your order total, please select a different payment method, apply the coupon, then use [BALANCE_STR].","\ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 \uc608\uce58\uae08 \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\ud604\uae08 \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n\uc608\uce58\uae08 \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Payment with deposits will not be available after the additional discount coupons for cash payment is used. Select a payment method other than $n in cash, re-use the coupon and proceed to full payment with the deposit.","\ud604\uae08\uacb0\uc81c \ucd94\uac00\ud560\uc778\uc774 \uc801\uc6a9\ub41c \ucfe0\ud3f0 \uc0ac\uc6a9 \ud6c4\uc5d0\ub294 \uc801\ub9bd\uae08 \uc804\uc561 \uacb0\uc81c\uac00 \uc81c\uacf5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\ud604\uae08 \uc678\uc758 \uacb0\uc81c\uc218\ub2e8\uc744 \uc120\ud0dd\ud558\uace0 \ucfe0\ud3f0\uc744 \ub2e4\uc2dc \uc0ac\uc6a9\ud558\uc2e0 \ud6c4\n\uc801\ub9bd\uae08 \uc804\uc561 \uacb0\uc81c\ub97c \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Payment with reward points will not be available after the additional discount coupons for cash payment is used. Select a payment method other than $n in cash, re-use the coupon and proceed to full payment with the reward points.","\ud604\uae08\uc601\uc218\uc99d \uc2e0\uccad\uc774 \ub418\uc5b4\uc788\uc2b5\ub2c8\ub2e4.":"Cash receipt requested.","\ud604\uae08\uc601\uc218\uc99d\uc2e0\uccad\uc591\uc2dd":"Cash Receipt Application Form","\ud604\uae08\ud658\ubd88":"Refund in cash","\ud604\uae08\ud658\ubd88 \ubc1c\uc0dd\uc2dc \ub4f1\ub85d\ub41c \ud658\ubd88\uacc4\uc88c\ub85c \ud658\ubd88 \ucc98\ub9ac \ub429\ub2c8\ub2e4.":"Cash refund will be made into registered account","\ud604\uae08\ud658\ubd88\uc694\uccad [BALANCE_STR]":"[BALANCE_STR] Requested for Cash Refund","\ud604\uae08\ud658\ubd88\uc694\uccad [BALANCE_STR]\uc774 \uc788\uc744 \uacbd\uc6b0, \ud604\uae08\ud658\ubd88\uc694\uccad [BALANCE_STR]\uc744 \ucc28\uac10\ud55c \uae08\uc561\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, [BALANCE_STR] \ud658\ubd88\uc694\uccad\uc744 \ucde8\uc18c\ud558\uc2dc\uba74 \uc804\uc561 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The amount of [BALANCE_STR] you have requested for cash refund will be deducted from your [BALANCE_STR] balance and cannot be used for product purchase. You must cancel the cash refund request if you wish to use all your [BALANCE_STR] towards product purchase.","\ud604\uae08\ud658\ubd88\uc694\uccad \uc608\uce58\uae08":"Cash refund request deposit","\ud604\uae08\ud658\ubd88\uc694\uccad \uc608\uce58\uae08\uc774 \uc788\uc744 \uacbd\uc6b0, \ud604\uae08\ud658\ubd88\uc694\uccad \uc608\uce58\uae08\uc744 \ucc28\uac10\ud55c \uae08\uc561\ub9cc \uc0ac\uc6a9\ud560 \uc218 \uc788\uc73c\uba70, \uc608\uce58\uae08 \ud658\ubd88\uc694\uccad\uc744 \ucde8\uc18c\ud558\uc2dc\uba74 \uc804\uc561 \uc0ac\uc6a9 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"If you have a cash refund request deposit, the deducted amount of deposit is only available. But you can use total amount of deposit if you cancel the cash refund request.","\ud604\uc7ac [BALANCE_STR]":"[BALANCE_STR] Balance","\ud604\uc7ac \uacb0\uc81c\uac00 \uc9c4\ud589\uc911\uc785\ub2c8\ub2e4.":"The payment is in process.","\ud604\uc7ac \ubaa8\ub4c8 \uc124\uc815":"Current Module Setting","\ud604\uc7ac \ube44\ubc00\ubc88\ud638":"Current password","\ud604\uc7ac \ube44\ubc00\ubc88\ud638\uac00 \uc815\ud655\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Current password is not accurate. Please enter your password again.","\ud604\uc7ac \uc0ac\uc6a9\uc911\uc778 \ubaa8\ub4c8\uc740 \uc18d\uc131 \uc124\uc815\uc744 \uc815\uc0c1\uc801\uc73c\ub85c \ubc18\uc601\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4.":"The current module in use cannot normally apply property settings.","\ud604\uc7ac \uc0ad\uc81c \uc911\uc785\ub2c8\ub2e4. \uc7a0\uc2dc\ub9cc \uae30\ub2e4\ub824\uc8fc\uc138\uc694":"Currently deleting. Please hold on.","\ud604\uc7ac \uc608\uce58\uae08":"Store Credit Balance","\ud604\uc7ac \uc801\ub9bd\uae08":"Current Store Credit","\ud604\uc7ac \uc801\ub9bd\uae08 : %s":"Current Store Credit : %s","\ud604\uc7ac \ucfe0\ud3f0\uc740 \uc774\ubbf8 \uc120\ud0dd\/\uc0ac\uc6a9 \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc7ac\uc120\ud0dd \ud574\uc8fc\uc138\uc694.":"This coupon has already been chosen\/used. Please select again.","\ud604\uc7ac \ud31d\uc5c5\uc744 \ub2eb\uace0 \ub85c\uadf8\uc778 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4.":"Close current pop-up and proceed to sign in page.","\ud604\uc7ac \ud3b8\uc9d1 \uc911\uc778 \uc704\uce58\uc5d0 \uc0c8\ub85c\uc6b4 \ubaa8\ub4c8\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.":"New module will be added to currently editing location.","\ud604\uc7ac \ud734\uba74 \ucc98\ub9ac\uac00 \uc9c4\ud589\ub418\uace0 \uc788\uc5b4 \ub85c\uadf8\uc778\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \n \uc7a0\uc2dc\ud6c4\uc5d0 \ub2e4\uc2dc \uc2dc\ub3c4\ud574\uc8fc\uc138\uc694.":"You may not be able to access your account while your account is being reactivated. \n Please try again later.","\ud604\uc7ac\ubab0 \uc5b8\uc5b4":"Current Mall","\ud604\uc7ac\uc801\ub9bd\uae08":"Current reward points","\ud615\uc2dd\uc5d0 \ub9de\uc9c0 \uc54a\ub294 \uc774\uba54\uc77c\uc8fc\uc18c \uc785\ub2c8\ub2e4.":"Invalid E-mail address.","\ud615\uc2dd\uc5d0 \ub9de\uc9c0 \uc54a\uc740 \uc544\uc774\ub514\uc785\ub2c8\ub2e4.":"Invalid ID","\ud61c\ud0dd \ub0b4\uc5ed":"Benefit History","\ud638\uac10\uc218 \uc21c":"Sort By Likes\u200b","\ud648\ud398\uc774\uc9c0\uc8fc\uc18c":"Website Address","\ud64d\uae38\ub3d9":"Hong, Gil-Dong","\ud654":"Tues.","\ud654\uba74\uadf8\ub8f9 \uc804\uccb4":"All screen group","\ud654\uba74\uba85 \uac80\uc0c9":"Search screen name","\ud654\uba74\uba85 \uc785\ub825":"Enter screen name","\ud654\uba74\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter screen name","\ud654\uba74\uc0c1\ub2e8 \uc774\ubbf8\uc9c0 \uc0ac\uc6a9\uc5ec\ubd80":"Screen's upper image usage","\ud654\uba74\uc0c1\ub2e8 \uc774\ubbf8\uc9c0 \uc0ac\uc6a9\uc5ec\ubd80\uac00 \uc798\ubabb \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Error on screen's upper image usage","\ud654\ubb3c\ubc30\uc1a1":"Large item shipping","\ud654\ud3d0\ub2e8\uc704 \ub4b7\uc790\ub9ac":"Currency's back digits","\ud654\ud3d0\ub2e8\uc704 \uc55e\uc790\ub9ac":"Currency's front digits","\ud654\ud3d0\ub97c \uc120\ud0dd\ud558\uc138\uc694.":"Please select currency.","\ud655\ub300 \uc774\ubbf8\uc9c0":"Zoomed In Image","\ud655\ub300\ubcf4\uae30":"Zoom In","\ud655\uc778":"Ok","\ud655\uc778\ub0b4\uc6a9":"Current Settings","\ud655\uc778\ub418\uc9c0 \uc54a\ub294 \uac8c\uc2dc\ubb3c\uc785\ub2c8\ub2e4.":"No results were found.","\ud655\uc778\ub418\uc9c0 \uc54a\uc740 \ucfe0\ud3f0\ubc88\ud638\uc785\ub2c8\ub2e4.\r\n\uc2dc\ub9ac\uc5bc\ucfe0\ud3f0\ubc88\ud638\ub97c \ud655\uc778\ud574\uc8fc\uc138\uc694.":"This coupon number has not been verified. Please check the serial coupon.","\ud655\uc778\ud560 \uc218 \uc5c6\ub294 \uc815\ubcf4\uc785\ub2c8\ub2e4.":"Unverifiable information","\ud655\uc7a5\uc790":"File extension","\ud655\uc7a5\uc790\uac00 GIF, JPEG, PNG\uc778 \uc774\ubbf8\uc9c0 \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc \ud574\uc8fc\uc138\uc694.":"Upload GIF, JPEG, and PNG image file","\ud655\uc7a5\uc790\uac00 GIF, JPG, JPEG, PNG\uc778 \uc774\ubbf8\uc9c0 \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc \ud574\uc8fc\uc138\uc694.":"Please upload image files in GIF, JPG, JPEG, PNG.","\ud658\ubd88":"Refund","\ud658\ubd88 \uc694\uccad \uae08\uc561":"Requested refund amount","\ud658\ubd88 \uc694\uccad \uae08\uc561\uc740 \uc22b\uc790\ub85c\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"Refund amount can be entered in numbers only.","\ud658\ubd88 \uc694\uccad \uc740\ud589":"Bank for refund","\ud658\ubd88 \uc740\ud589 \uacc4\uc88c\ubc88\ud638":"Account number for refund","\ud658\ubd88 \uc740\ud589 \uc608\uae08\uc8fc":"Account holder for refund","\ud658\ubd88 \uc815\ubcf4":"Refund Information","\ud658\ubd88 \ucc98\ub9ac \ub0b4\uc5ed":"Refund History","\ud658\ubd88\uac00\ub2a5\ud55c [BALANCE_STR]\ubcf4\ub2e4 \ud070 \uae08\uc561\uc785\ub2c8\ub2e4.":"The amount you have entered is greater than your [BALANCE_STR] balance.","\ud658\ubd88\uac00\ub2a5\ud55c \uc608\uce58\uae08\ubcf4\ub2e4 \ud070 \uae08\uc561\uc785\ub2c8\ub2e4.":"The amount is greater than your allowable credit balance refund.","\ud658\ubd88\uacc4\uc88c":"Refund Account","\ud658\ubd88\uacc4\uc88c \uacc4\uc88c\ubc88\ud638":"Refund Account Account Number","\ud658\ubd88\uacc4\uc88c \uc608\uae08\uc8fc \uba85\uc758":"Refund Account Account Holder's Name","\ud658\ubd88\uacc4\uc88c \uc740\ud589\ucf54\ub4dc":"Refund Account Bank Code","\ud658\ubd88\uae08\uc561":"Refund Amount","\ud658\ubd88\uae08\uc561\uc740 \uc801\ub9bd\uae08\uc73c\ub85c \ud658\ubd88":"Refund amount with store credit refund","\ud658\ubd88\ubc1b\uc73c\uc2e4 \uacc4\uc88c\uc758 \ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter the account number for your refund.","\ud658\ubd88\uc548\ub0b4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \ud658\ubd88\uc548\ub0b4 \ubcc0\uacbd":"Refund information will be changed, Change refund information","\ud658\ubd88\uc608\uc815\uae08\uc561":"Amount to be refunded","\ud658\ubd88\uc608\uc815\uae08\uc561\uc740 \ud310\ub9e4\uc790\uac00 \uc811\uc218\ucc98\ub9ac \uc644\ub8cc \ud6c4 '\uc8fc\ubb38\uc0c1\uc138\uc870\ud68c'\uc5d0\uc11c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Expected amount of refund can be seen at 'Search by Order Details' once seller confirms submissions.","\ud658\ubd88\uc644\ub8cc":"Refunded","\ud658\ubd88\uc694\uccad\uae08\uc561":"Refund Request Amount","\ud658\ubd88\uc694\uccad\uc774 \uc2e4\ud328\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Refund request failed","\ud658\ubd88\uc694\uccad\ud558\uc2e4 [BALANCE_STR] \uae08\uc561\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Please enter the amount of [BALANCE_STR] you would like to get refunded.","\ud658\ubd88\uc694\uccad\ud558\uc2e4 \uc608\uce58\uae08 \uae08\uc561\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter the amount of credit balance you would like to get refund on.","\ud658\ubd88\uc694\uccad\ud558\uc2e4 \uc608\uce58\uae08 \uae08\uc561\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Enter the credit balance you would like to get refund on.","\ud658\ubd88\uc694\uccad\ud558\uc2e4 \uc740\ud589\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Please select the bank for your refund.","\ud658\ubd88\uc77c\uc790":"Refund Date","\ud658\ubd88\uc804":"Before Refund","\ud658\uc728":"Exchange Rate","\ud68c":"message(s)","\ud68c\uc0ac\uc18c\uac1c":"About Company","\ud68c\uc0ac\uc18c\uac1c, \uc0c1\ud488\ubaa9\ub85d":"About Company, Item List","\ud68c\uc0ac\uc18c\uac1c\ub97c \ub4f1\ub85d\/\ubcc0\uacbd\ud569\ub2c8\ub2e4., \ud68c\uc0ac\uc18c\uac1c \ub4f1\ub85d":"About company will be added\/changed., Add about company","\ud68c\uc6d0":"Member","\ud68c\uc6d0 \uac00\uc785\uc2dc \uc791\uc131\ud558\uc168\ub358 \ud68c\uc6d0\uc815\ubcf4\uc758 \uc218\uc815\uc744 \uc6d0\ud558\uc2dc\uba74 [\ub9c8\uc774\uc1fc\ud551]\uc5d0\uc11c":"If you want to edit your information go to [My Shopping} then","\ud68c\uc6d0 \ub4f1\uae09 \uae30\uc900":"Membership level criteria","\ud68c\uc6d0 \ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Please sign in first.","\ud68c\uc6d0 \uc544\uc774\ub514 \ub370\uc774\ud130\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no member id data.","\ud68c\uc6d0 \uc778\uc99d\uc744 \ud574\uc8fc\uc138\uc694.":"Please verify your membership","\ud68c\uc6d0 \uc815\ubcf4 \uc218\uc815 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Do you want to edit your account information?","\ud68c\uc6d0 \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4":"No member information was found.","\ud68c\uc6d0 \uc815\ubcf4\ub3c4 \uc218\uc815":"Edit member information","\ud68c\uc6d0 \ucd5c\uc18c [MILEAGE_STR]\uc774 %s[MILEAGE_UNIT] \uc774\uc0c1\uc774\uc5b4\uc57c \n[MILEAGE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"The initial minimum amount of [MILEAGE_STR] required to be used to a purchase is %s[MILEAGE_UNIT].","\ud68c\uc6d0 \ucd5c\uc18c \uc801\ub9bd\uae08\uc774 %s\uc6d0 \uc774\uc0c1\uc774\uc5b4\uc57c \n\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"A member needs over a minimum of %s in reward points to use the points.","\ud68c\uc6d0 \ud0c8\ud1f4 \uc2e0\uccad\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc774\ub904\uc84c\uc2b5\ub2c8\ub2e4.\n\uad00\ub9ac\uc790 \uc2b9\uc778\ud6c4 \ud0c8\ud1f4\ucc98\ub9ac\ub418\uc5b4\uc9d1\ub2c8\ub2e4.":"Your request to cancel your account has been processed. Cancellation will become final upon admin's approval.","\ud68c\uc6d0\uac00\uc785":"Sign Up","\ud68c\uc6d0\uac00\uc785 \uc548\ub0b4\uc815\ubcf4\ub97c \ubcc0\uacbd\ud569\ub2c8\ub2e4., \ud68c\uc6d0\uac00\uc785\uc548\ub0b4 \ubcc0\uacbd":"Membership information will be changed., Change membership information","\ud68c\uc6d0\uac00\uc785 \ud6c4 \ucfe0\ud3f0, \uc774\ubca4\ud2b8 \ub4f1 \ud560\uc778\ud61c\ud0dd\uc744 \ubc1b\uc73c\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Once you become a member, you can receive various shopping benefits such as coupons and events.","\ud68c\uc6d0\uac00\uc785\/\uc218\uc815":"Sign Up\/Edit","\ud68c\uc6d0\uac00\uc7851":"Sign Up 1","\ud68c\uc6d0\uac00\uc7852, \ud68c\uc6d0\uc778\uc99d":"Sign Up 2, Membership Verification","\ud68c\uc6d0\uac00\uc785\uacb0\uacfc":"Your account has been created.","\ud68c\uc6d0\uac00\uc785\uc2dc \uc791\uc131\ud558\uc168\ub358 \ud68c\uc6d0\uc815\ubcf4\uc758 \uc218\uc815\uc744 \uc6d0\ud558\uc2dc\uba74 [\ub9c8\uc774\uc1fc\ud551]\uc5d0\uc11c \uc815\ubcf4\ub97c":"If you want to edit your information go to [My Shopping} then","\ud68c\uc6d0\uac00\uc785\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.":"Failed to create an account","\ud68c\uc6d0\uac00\uc785\uc740 %s\ub9cc \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Only %s can sign up.","\ud68c\uc6d0\uac00\uc785\uc740 \ub0a8\uc131\ub9cc \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Membership is limited to men only.","\ud68c\uc6d0\uac00\uc785\uc740 \uc5ec\uc131\ub9cc \ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Membership is limited to women only.","\ud68c\uc6d0\uac00\uc785\uc790 \uc544\uc774\ub514\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"There is no member id.","\ud68c\uc6d0\uad00\ub828":"Profile","\ud68c\uc6d0\uad6c\ubd84":"Membership Classification","\ud68c\uc6d0\ub2d8\uc5d0\uac8c\ub294 \ucd08\ub300\ub41c \uce5c\uad6c \uad6c\ub9e4 \uc774\ud6c4 \uc1fc\ud551\ubab0 \uc6b4\uc601\uc790\uac00 \uc801\ub9bd\uae08\uc744 \uc218\ub3d9 \uc9c0\uae09\ud569\ub2c8\ub2e4.":"After your friend place an order, the administrator will give you the reward points manually.","\ud68c\uc6d0\ub2d8\uc5d0\uac8c\ub294 \uce5c\uad6c\uac00 \uac00\uc785\uc989\uc2dc %s%s\uc758 \uc801\ub9bd\uae08\uc774 \uc9c0\uae09\ub429\ub2c8\ub2e4.":"You will get %s%s reward points right after your friends' registration.","\ud68c\uc6d0\ub2d8\uc740 [\ubb34\ud1b5\uc7a5\uacb0\uc81c]\ub85c \uacb0\uc81c\ub97c \ud560 \uacbd\uc6b0\ub9cc \ud560\uc778\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \ub4f1\uae09\uc785\ub2c8\ub2e4.\n\ud604\uc7ac \uc120\ud0dd\ud55c \uacb0\uc81c\uc218\ub2e8\uc740 \uacb0\uc81c\uae08\uc561\uc774 0\uc6d0\uc774 \ub418\uae30 \ub54c\ubb38\uc5d0 \uacb0\uc81c\uac00 \uc9c4\ud589\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \uacb0\uc81c\ubc29\uc2dd\uc744 \ubcc0\uacbd\ud558\uac70\ub098 \uc801\ub9bd\uae08\uc744 \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"You can receive discounts only when paying through [Bank Transfer Payment]. \n You can proceed with payment because the current selected payment method has 0 USD as the total amount. If you wish to us","\ud68c\uc6d0\ub2d8\uc740 [\ubb34\ud1b5\uc7a5\uc678\uacb0\uc81c]\ub85c \uacb0\uc81c\ub97c \ud560 \uacbd\uc6b0\ub9cc \ud560\uc778\uc744 \ubc1b\uc744 \uc218 \uc788\ub294 \ub4f1\uae09\uc785\ub2c8\ub2e4.\n\ud604\uc7ac \uc120\ud0dd\ud55c \uacb0\uc81c\uc218\ub2e8\uc740 \uacb0\uc81c\uae08\uc561\uc774 0\uc6d0\uc774 \ub418\uae30 \ub54c\ubb38\uc5d0 \uacb0\uc81c\uac00 \uc9c4\ud589\ub420 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\uc801\ub9bd\uae08\uc744 \uc0ac\uc6a9\ud558\ub824\uba74 \uacb0\uc81c\ubc29\uc2dd\uc744 \ubcc0\uacbd\ud558\uac70\ub098 \uc801\ub9bd\uae08\uc744 \ub2e4\uc2dc \uc785\ub825\ud574\uc8fc\uc138\uc694.":"You can receive discounts only when paying through [Payments excluding Bank Transfer]. \n You can proceed with payment because the current selected payment method has 0 USD as the total amount. If you","\ud68c\uc6d0\ub2d8\uc740 \uc774\ubbf8 %s \uc778\uc99d\uc73c\ub85c \uac00\uc785\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already joined through %s verification.","\ud68c\uc6d0\ub2d8\uc740 \uc774\ubbf8 \uc544\uc774\ud540 \uc778\uc99d\uc73c\ub85c \uac00\uc785\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have already signed up through i-PIN verification.","\ud68c\uc6d0\ub2d8\uc740 \uc778\uc99d \ub300\uae30\uc911\uc785\ub2c8\ub2e4. \uad00\ub9ac\uc790\ub2d8\uc758 \ud68c\uc6d0 \uc778\uc99d \ud6c4 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"Your qued for authentication. You can use after being validated by the administrator.","\ud68c\uc6d0\ub2d8\uc758 IP\uc8fc\uc18c\ub294 %s \uc4f0\uae30 \uc81c\ud55c\uc774 \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.\n\uae00\uc744 \uc791\uc131 \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.":"Your IP address, %s, is restricted to write. You may not post.","\ud68c\uc6d0\ub2d8\uc758 \uac00\uc785\uc815\ubcf4\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.":"The information you have entered are as follows.","\ud68c\uc6d0\ub2d8\uc758 \uac1c\uc778\uc815\ubcf4\ub97c \uc548\uc804\ud558\uac8c \ubcf4\ud638\ud558\uace0, \uac1c\uc778\uc815\ubcf4 \ub3c4\uc6a9\uc73c\ub85c \uc778\ud55c \ud53c\ud574\ub97c \uc608\ubc29\ud558\uae30 \uc704\ud574 {$00}\uc77c \uc774\uc0c1 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0 \ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\uc744 \uad8c\uc7a5 \ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.":"To protect your personal information safely and prevent the damages due to an illegal use of personal information, it is recommended to change your password if you have not changed it for more than {$00} days.","\ud68c\uc6d0\ub2d8\uc758 \uacc4\uc815\uc774 \ud734\uba74\ud68c\uc6d0 \ud574\uc81c\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Your account has been re-activated.","\ud68c\uc6d0\ub2d8\uc758 \uacc4\uc815\uc774 \ud734\uba74\ud68c\uc6d0 \ud574\uc81c\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. \n \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud574 \uc624\ub798\ub41c \ube44\ubc00\ubc88\ud638\ub294 \ubcc0\uacbd \ud6c4 \uc0ac\uc6a9\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.\n\ud68c\uc6d0 \uc815\ubcf4 \uc218\uc815 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c?":"Your account has been reactivated. \n We recommend that you change your password to protect your personal information and identity. \n Would like to change your password now?","\ud68c\uc6d0\ub2d8\uc758 \uc774\ub984\uc73c\ub85c \uc870\ub974\uae30 \ubb38\uc790\uba54\uc2dc\uc9c0\uac00 \uc790\ub3d9 \ubc1c\uc1a1\ub429\ub2c8\ub2e4.":"Your message has been sent successfully.","\ud68c\uc6d0\ub2d8\uc758 \uc815\ubcf4\ubcf4\ud638\ub97c \uc704\ud558\uc5ec \uc790\ub3d9\uc785\ub825\ubc29\uc9c0 \ubb38\uc790\ub97c \ud568\uaed8 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4.":"You are required to validate your login by entering the CAPTCHA code below.","\ud68c\uc6d0\ub4f1\uae09":"Membership Status","\ud68c\uc6d0\ub4f1\uae09 [MILEAGE_NAME]":"Member [MILEAGE_NAME]","\ud68c\uc6d0\ub4f1\uae09 [MILEAGE_STR]":"Member's level [MILEAGE_STR]","\ud68c\uc6d0\ub4f1\uae09 \uc801\ub9bd\uae08":"Membership Store Credit","\ud68c\uc6d0\ub4f1\uae09 \ud560\uc778\ud61c\ud0dd":"Membership level discount","\ud68c\uc6d0\ub4f1\uae09\/\ucfe0\ud3f0 [MILEAGE_NAME]":"Member \/ Coupon [MILEAGE_NAME]","\ud68c\uc6d0\ub4f1\uae09\uc5d0 \ub530\ub77c \ud560\uc778":"Discounts based on members' levels","\ud68c\uc6d0\ub4f1\uae09\uc740 %s \ub3d9\uc548 \uc720\uc9c0\ub429\ub2c8\ub2e4":"Your current membership level is valid for %s.","\ud68c\uc6d0\ub4f1\uae09\uc744 \uc124\uc815\ud569\ub2c8\ub2e4., \ud68c\uc6d0\ub4f1\uae09 \uc124\uc815":"Membership will be set., Membership setting","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778":"Customer Group Discount","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778 \uc885\ub958 (\ud37c\uc13c\ud2b8\uc778\uc9c0 \uae08\uc561\ud560\uc778\uc778\uc9c0)":"Membership discount per category (Whether in percentage or discount rate)","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\/\uc801\ub9bd":"Membership Discount\/Store Credit","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\uc561":"Membership discount amount","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\uc561\uacfc \ucd94\uac00\ud560\uc778\uc561(about, \uc0c1\ud488\uc7ac\uad6c\ub9e4\ud560\uc778, \ub300\ub7c9\uad6c\ub9e4\ud560\uc778)":"Membership discount and additional discount (about, item repurchase discount, bulk purchase discount)","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\uc561\uc774 \ud3ec\ud568\ub418\uc9c0 \uc54a\uc740 \ucd94\uac00\ud560\uc778\uc561(about, \uc0c1\ud488\uc7ac\uad6c\ub9e4\ud560\uc778, \ub300\ub7c9\uad6c\ub9e4\ud560\uc778)":"Additional discount without membership discount (about, item repurchase discount, bulk purchase discount)","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\uc774\uc788\ub294\uacbd\uc6b0 [BALANCE_STR]\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot pay with [BALANCE_STR] when you are receiving customer group discount.","\ud68c\uc6d0\ub4f1\uae09\ud560\uc778\uc774\uc788\ub294\uacbd\uc6b0 \uc608\uce58\uae08\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218\uc5c6\uc2b5\ub2c8\ub2e4.":"You cannot use credit balance if there is membership discount already","\ud68c\uc6d0\ub9cc \uad6c\ub9e4 \uac00\ub2a5\ud569\ub2c8\ub2e4. \ube44\ud68c\uc6d0\uc778 \uacbd\uc6b0 \ud68c\uc6d0\uac00\uc785 \ud6c4 \uc774\uc6a9\ud558\uc5ec \uc8fc\uc138\uc694.":"Please log in to proceed. If you are not a member, please sign up!","\ud68c\uc6d0\ub9cc \uc801\ub9bd\uae08 \uc0ac\uc6a9\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.\n\ub85c\uadf8\uc778\ud574\uc8fc\uc138\uc694!":"Sorry, store credit payment option is only available for members.\n Please sign in!","\ud68c\uc6d0\ub9cc \uc811\uadfc\uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Only members are authorized","\ud68c\uc6d0\uc218\uc815":"Edit Membership","\ud68c\uc6d0\uc218\uc815\uc774 \uc131\uacf5\uc801\uc73c\ub85c \uc774\ub8e8\uc5b4\uc84c\uc2b5\ub2c8\ub2e4.":"Members modification was successful.","\ud68c\uc6d0\uc5d0\uac8c\ub9cc \uae00\uc4f0\uae30 \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Only members are authorized to write post.","\ud68c\uc6d0\uc5d0\uac8c\ub9cc \uae00\uc791\uc131 \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4.":"Only members can write posts.","\ud68c\uc6d0\uc5d0\uac8c\ub9cc \uc77d\uae30 \uad8c\ud55c\uc774 \uc788\uc2b5\ub2c8\ub2e4":"Only members are authorized to read","\ud68c\uc6d0\uc720\ud615":"Membership Type","\ud68c\uc6d0\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694.":"Select member","\ud68c\uc6d0\uc774 \uc544\ub2d9\ub2c8\ub2e4":"Not a valid member id","\ud68c\uc6d0\uc778\uc99d":"Membership Verification","\ud68c\uc6d0\uc778\uc99d\ud655\uc778":"Membership Authentication","\ud68c\uc6d0\uc801\ub9bd":"Member Store Credit","\ud68c\uc6d0\uc815\ubcf4":"Member's Information","\ud68c\uc6d0\uc815\ubcf4 \uc218\uc815 \uc774\ubca4\ud2b8 \uc801\ub9bd\uae08":"Event savings for modifying membership has been paid.","\ud68c\uc6d0\uc815\ubcf4 \uc218\uc815 \uc774\ubca4\ud2b8\ub97c \uc9c4\ud589\uc911\uc785\ub2c8\ub2e4.":"Update your profile to get bonus points and coupons.","\ud68c\uc6d0\uc815\ubcf4 \uc218\uc815 \uc774\ubca4\ud2b8\uc5d0 \ucc38\uc5ec\ud558\uc168\uc2b5\ub2c8\ub2e4.":"You have participated in the membership edit event.","\ud68c\uc6d0\uc815\ubcf4 \uc218\uc815\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Member information update is completed.","\ud68c\uc6d0\uc815\ubcf4 \uc800\uc7a5":"Save member's information","\ud68c\uc6d0\uc815\ubcf4\uac00 \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ubca4\ud2b8 \uc801\ub9bd\uae08\uacfc \ucfe0\ud3f0\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Member information has been corrected. The event savings and coupon has been paid.","\ud68c\uc6d0\uc815\ubcf4\uac00 \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ubca4\ud2b8 \uc801\ub9bd\uae08\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Member information has been corrected. The event savings has been paid.","\ud68c\uc6d0\uc815\ubcf4\uac00 \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ubca4\ud2b8 \ucfe0\ud3f0\uc774 \uc9c0\uae09\ub418\uc5c8\uc2b5\ub2c8\ub2e4.":"Member information has been corrected. The event coupon has been paid.","\ud68c\uc6d0\uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.":"No account information found","\ud68c\uc6d0\uc815\ubcf4\ub294 \uad00\ub9ac\uc5b4\ub4dc\ubbfc > \ud68c\uc6d0\uad00\ub9ac \uc5d0\uc11c \uc870\ud68c\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.":"You can view members' information on Manage Admin > Manage Members","\ud68c\uc6d0\uc815\ubcf4\uc218\uc815 \ud6c4 \uc800\uc7a5\ud558\uc5ec\uc57c \uc774\uba54\uc77c \ub85c\uadf8\uc778\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.":"The information must be saved to log in with email address.","\ud68c\uc6d0\uc815\ubcf4\uc8fc\uc18c":"Profile Address","\ud68c\uc6d0\ud0c8\ud1f4":"Cancel membership","\ud68c\uc6d0\ud0c8\ud1f4 \uc0ac\uc720":"Reason for canceling membership","\ud68c\uc6d0\ud0c8\ud1f4 \uc0ac\uc720\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694":"Please select the reason for canceling your membership","\ud68c\uc6d0\ud560\uc778":"Membership Discounts","\ud68c\uc6d0\ud560\uc778\uae08\uc561":"Membership Discount","\ud68c\uc6d0\ud61c\ud0dd":"Membership Benefits","\ud734\ub300\uc804\ud654":"Mobile Phone","\ud734\ub300\uc804\ud654 \ubc88\ud638":"Mobile Number","\ud734\ub300\uc804\ud654'":"Mobile Number","\ud734\ub300\uc804\ud654\ub294 \ud544\uc218 \ud56d\ubaa9 \uc785\ub2c8\ub2e4. \n\uc62c\ubc14\ub978 \ud734\ub300\uc804\ud654\ubc88\ud638\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.":"Mobile number is required. \nEnter a valid mobile number.","\ud734\ub300\uc804\ud654\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694.":"Please enter your mobile number","\ud734\ub300\ud3f0":"Mobile Number","\ud734\ub300\ud3f0 \uacb0\uc81c":"Mobile","\ud734\ub300\ud3f0 \uc778\uc99d\uc5d0 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"Cell phone verification failed.","\ud734\ub300\ud3f0 \ucd5c\uc18c\uc8fc\ubb38\uae08\uc561\uc740 %s \uc774\uc0c1\uc785\ub2c8\ub2e4.":"The minimum purchase amount for mobile transactions is %s.","\ud734\ub300\ud3f0\uacb0\uc81c":"Payment by Mobile Phone","\ud734\ub300\ud3f0\uacb0\uc81c \ucde8\uc18c":"Cancel mobile transaction payment","\ud734\ub300\ud3f0\uacb0\uc81c(au)":"au\u304b\u3093\u305f\u3093\u6c7a\u6e08","\ud734\ub300\ud3f0\uacb0\uc81c(\ub3c4\ucf54\ubaa8)":"\u30c9\u30b3\u30e2\u30b1\u30fc\u30bf\u30a4\u6255\u3044","\ud734\ub300\ud3f0\ubc88\ud638":"Mobile Number","\ud734\ub300\ud3f0\ubc88\ud638 \uc218\uc815":"Change mobile number","\ud734\ub300\ud3f0\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694.":"Please enter your mobile number","\ud734\ub300\ud3f0\ubc88\ud638\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694":"Enter cell phone number","\ud734\ub300\ud3f0\uc778\uc99d":"Cell Phone Verification","\ud734\ub300\ud3f0\uc778\uc99d \uac00\uc785\ud68c\uc6d0":"Mobile verification registered member","\ud734\ub300\ud3f0\uc778\uc99d\uc5d0 \uc2e4\ud328 \ud558\uc600\uc2b5\ub2c8\ub2e4.":"Cell phone verification failed.","\ud76c\ub9dd\ubc30\uc1a1\uc2dc\uac04":"Desired Delivery Time","\ud76c\ub9dd\ubc30\uc1a1\uc77c":"Expected Delivery Due Date","\ud76c\ub9dd\ubc30\uc1a1\uc77c \ub144":"Desired delivery date - year","\ud76c\ub9dd\ubc30\uc1a1\uc77c \uc694\uc77c":"Desired delivery date - day of the week","\ud76c\ub9dd\ubc30\uc1a1\uc77c \uc6d4":"Desired delivery date - month","\ud76c\ub9dd\ubc30\uc1a1\uc77c \uc77c":"Desired delivery date - day","\ud76c\ub9dd\ubc30\uc1a1\uc77c\uc740 %s \uc77c \uc774\ud6c4 \ub0a0\uc9dc\ub97c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4":"Requested shipping date should be entered after %s.","\ud788\uc2a4\ud1a0\ub9ac \ub0b4\uc5ed\uc774 \uc5c6\uc2b5\ub2c8\ub2e4":"There is no history detail."}});__i18n_bind__("front"); /*! * jQuery JavaScript Library v1.4.4 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. * * Date: Thu Nov 11 19:04:53 2010 -0500 */ (function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}function la(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function Ka(a){var b,d,e,f,h,l,k,o,x,r,A,C=[];f=[];h=c.data(this,this.nodeType?"events":"__events__");if(typeof h==="function")h= h.events;if(!(a.liveFired===this||!h||!h.live||a.button&&a.type==="click")){if(a.namespace)A=RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)");a.liveFired=this;var J=h.live.slice(0);for(k=0;kd)break;a.currentTarget=f.elem;a.data=f.handleObj.data;a.handleObj=f.handleObj;A=f.handleObj.origHandler.apply(f.elem,arguments);if(A===false||a.isPropagationStopped()){d=f.level;if(A===false)b=false;if(a.isImmediatePropagationStopped())break}}return b}}function Y(a,b){return(a&&a!=="*"?a+".":"")+b.replace(La, "`").replace(Ma,"&")}function ma(a,b,d){if(c.isFunction(b))return c.grep(a,function(f,h){return!!b.call(f,h,f)===d});else if(b.nodeType)return c.grep(a,function(f){return f===b===d});else if(typeof b==="string"){var e=c.grep(a,function(f){return f.nodeType===1});if(Na.test(b))return c.filter(b,e,!d);else b=c.filter(b,e)}return c.grep(a,function(f){return c.inArray(f,b)>=0===d})}function na(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var e=c.data(a[d++]),f=c.data(this, e);if(e=e&&e.events){delete f.handle;f.events={};for(var h in e)for(var l in e[h])c.event.add(this,h,e[h][l],e[h][l].data)}}})}function Oa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function oa(a,b,d){var e=b==="width"?a.offsetWidth:a.offsetHeight;if(d==="border")return e;c.each(b==="width"?Pa:Qa,function(){d||(e-=parseFloat(c.css(a,"padding"+this))||0);if(d==="margin")e+=parseFloat(c.css(a, "margin"+this))||0;else e-=parseFloat(c.css(a,"border"+this+"Width"))||0});return e}function da(a,b,d,e){if(c.isArray(b)&&b.length)c.each(b,function(f,h){d||Ra.test(a)?e(a,h):da(a+"["+(typeof h==="object"||c.isArray(h)?f:"")+"]",h,d,e)});else if(!d&&b!=null&&typeof b==="object")c.isEmptyObject(b)?e(a,""):c.each(b,function(f,h){da(a+"["+f+"]",h,d,e)});else e(a,b)}function S(a,b){var d={};c.each(pa.concat.apply([],pa.slice(0,b)),function(){d[this]=a});return d}function qa(a){if(!ea[a]){var b=c("<"+ a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="none"||d==="")d="block";ea[a]=d}return ea[a]}function fa(a){return c.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var t=E.document,c=function(){function a(){if(!b.isReady){try{t.documentElement.doScroll("left")}catch(j){setTimeout(a,1);return}b.ready()}}var b=function(j,s){return new b.fn.init(j,s)},d=E.jQuery,e=E.$,f,h=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]+)$)/,l=/\S/,k=/^\s+/,o=/\s+$/,x=/\W/,r=/\d/,A=/^<(\w+)\s*\/?>(?:<\/\1>)?$/, C=/^[\],:{}\s]*$/,J=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,w=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,I=/(?:^|:|,)(?:\s*\[)+/g,L=/(webkit)[ \/]([\w.]+)/,g=/(opera)(?:.*version)?[ \/]([\w.]+)/,i=/(msie) ([\w.]+)/,n=/(mozilla)(?:.*? rv:([\w.]+))?/,m=navigator.userAgent,p=false,q=[],u,y=Object.prototype.toString,F=Object.prototype.hasOwnProperty,M=Array.prototype.push,N=Array.prototype.slice,O=String.prototype.trim,D=Array.prototype.indexOf,R={};b.fn=b.prototype={init:function(j, s){var v,z,H;if(!j)return this;if(j.nodeType){this.context=this[0]=j;this.length=1;return this}if(j==="body"&&!s&&t.body){this.context=t;this[0]=t.body;this.selector="body";this.length=1;return this}if(typeof j==="string")if((v=h.exec(j))&&(v[1]||!s))if(v[1]){H=s?s.ownerDocument||s:t;if(z=A.exec(j))if(b.isPlainObject(s)){j=[t.createElement(z[1])];b.fn.attr.call(j,s,true)}else j=[H.createElement(z[1])];else{z=b.buildFragment([v[1]],[H]);j=(z.cacheable?z.fragment.cloneNode(true):z.fragment).childNodes}return b.merge(this, j)}else{if((z=t.getElementById(v[2]))&&z.parentNode){if(z.id!==v[2])return f.find(j);this.length=1;this[0]=z}this.context=t;this.selector=j;return this}else if(!s&&!x.test(j)){this.selector=j;this.context=t;j=t.getElementsByTagName(j);return b.merge(this,j)}else return!s||s.jquery?(s||f).find(j):b(s).find(j);else if(b.isFunction(j))return f.ready(j);if(j.selector!==B){this.selector=j.selector;this.context=j.context}return b.makeArray(j,this)},selector:"",jquery:"1.4.4",length:0,size:function(){return this.length}, toArray:function(){return N.call(this,0)},get:function(j){return j==null?this.toArray():j<0?this.slice(j)[0]:this[j]},pushStack:function(j,s,v){var z=b();b.isArray(j)?M.apply(z,j):b.merge(z,j);z.prevObject=this;z.context=this.context;if(s==="find")z.selector=this.selector+(this.selector?" ":"")+v;else if(s)z.selector=this.selector+"."+s+"("+v+")";return z},each:function(j,s){return b.each(this,j,s)},ready:function(j){b.bindReady();if(b.isReady)j.call(t,b);else q&&q.push(j);return this},eq:function(j){return j=== -1?this.slice(j):this.slice(j,+j+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(N.apply(this,arguments),"slice",N.call(arguments).join(","))},map:function(j){return this.pushStack(b.map(this,function(s,v){return j.call(s,v,s)}))},end:function(){return this.prevObject||b(null)},push:M,sort:[].sort,splice:[].splice};b.fn.init.prototype=b.fn;b.extend=b.fn.extend=function(){var j,s,v,z,H,G=arguments[0]||{},K=1,Q=arguments.length,ga=false; if(typeof G==="boolean"){ga=G;G=arguments[1]||{};K=2}if(typeof G!=="object"&&!b.isFunction(G))G={};if(Q===K){G=this;--K}for(;K0))if(q){var s=0,v=q;for(q=null;j=v[s++];)j.call(t,b);b.fn.trigger&&b(t).trigger("ready").unbind("ready")}}},bindReady:function(){if(!p){p=true;if(t.readyState==="complete")return setTimeout(b.ready,1);if(t.addEventListener){t.addEventListener("DOMContentLoaded",u,false);E.addEventListener("load",b.ready,false)}else if(t.attachEvent){t.attachEvent("onreadystatechange",u);E.attachEvent("onload", b.ready);var j=false;try{j=E.frameElement==null}catch(s){}t.documentElement.doScroll&&j&&a()}}},isFunction:function(j){return b.type(j)==="function"},isArray:Array.isArray||function(j){return b.type(j)==="array"},isWindow:function(j){return j&&typeof j==="object"&&"setInterval"in j},isNaN:function(j){return j==null||!r.test(j)||isNaN(j)},type:function(j){return j==null?String(j):R[y.call(j)]||"object"},isPlainObject:function(j){if(!j||b.type(j)!=="object"||j.nodeType||b.isWindow(j))return false;if(j.constructor&& !F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J,"@").replace(w,"]").replace(I,"")))return E.JSON&&E.JSON.parse?E.JSON.parse(j):(new Function("return "+j))();else b.error("Invalid JSON: "+j)},noop:function(){},globalEval:function(j){if(j&& l.test(j)){var s=t.getElementsByTagName("head")[0]||t.documentElement,v=t.createElement("script");v.type="text/javascript";if(b.support.scriptEval)v.appendChild(t.createTextNode(j));else v.text=j;s.insertBefore(v,s.firstChild);s.removeChild(v)}},nodeName:function(j,s){return j.nodeName&&j.nodeName.toUpperCase()===s.toUpperCase()},each:function(j,s,v){var z,H=0,G=j.length,K=G===B||b.isFunction(j);if(v)if(K)for(z in j){if(s.apply(j[z],v)===false)break}else for(;H
a";var f=d.getElementsByTagName("*"),h=d.getElementsByTagName("a")[0],l=t.createElement("select"), k=l.appendChild(t.createElement("option"));if(!(!f||!f.length||!h)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(h.getAttribute("style")),hrefNormalized:h.getAttribute("href")==="/a",opacity:/^0.55$/.test(h.style.opacity),cssFloat:!!h.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:k.selected,deleteExpando:true,optDisabled:false,checkClone:false, scriptEval:false,noCloneEvent:true,boxModel:null,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableHiddenOffsets:true};l.disabled=true;c.support.optDisabled=!k.disabled;b.type="text/javascript";try{b.appendChild(t.createTextNode("window."+e+"=1;"))}catch(o){}a.insertBefore(b,a.firstChild);if(E[e]){c.support.scriptEval=true;delete E[e]}try{delete b.test}catch(x){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function r(){c.support.noCloneEvent= false;d.detachEvent("onclick",r)});d.cloneNode(true).fireEvent("onclick")}d=t.createElement("div");d.innerHTML="";a=t.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var r=t.createElement("div");r.style.width=r.style.paddingLeft="1px";t.body.appendChild(r);c.boxModel=c.support.boxModel=r.offsetWidth===2;if("zoom"in r.style){r.style.display="inline";r.style.zoom= 1;c.support.inlineBlockNeedsLayout=r.offsetWidth===2;r.style.display="";r.innerHTML="
";c.support.shrinkWrapBlocks=r.offsetWidth!==2}r.innerHTML="
t
";var A=r.getElementsByTagName("td");c.support.reliableHiddenOffsets=A[0].offsetHeight===0;A[0].style.display="";A[1].style.display="none";c.support.reliableHiddenOffsets=c.support.reliableHiddenOffsets&&A[0].offsetHeight===0;r.innerHTML="";t.body.removeChild(r).style.display= "none"});a=function(r){var A=t.createElement("div");r="on"+r;var C=r in A;if(!C){A.setAttribute(r,"return;");C=typeof A[r]==="function"}return C};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=f=h=null}})();var ra={},Ja=/^(?:\{.*\}|\[.*\])$/;c.extend({cache:{},uuid:0,expando:"jQuery"+c.now(),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},data:function(a,b,d){if(c.acceptData(a)){a=a==E?ra:a;var e=a.nodeType,f=e?a[c.expando]:null,h= c.cache;if(!(e&&!f&&typeof b==="string"&&d===B)){if(e)f||(a[c.expando]=f=++c.uuid);else h=a;if(typeof b==="object")if(e)h[f]=c.extend(h[f],b);else c.extend(h,b);else if(e&&!h[f])h[f]={};a=e?h[f]:h;if(d!==B)a[b]=d;return typeof b==="string"?a[b]:a}}},removeData:function(a,b){if(c.acceptData(a)){a=a==E?ra:a;var d=a.nodeType,e=d?a[c.expando]:a,f=c.cache,h=d?f[e]:e;if(b){if(h){delete h[b];d&&c.isEmptyObject(h)&&c.removeData(a)}}else if(d&&c.support.deleteExpando)delete a[c.expando];else if(a.removeAttribute)a.removeAttribute(c.expando); else if(d)delete f[e];else for(var l in a)delete a[l]}},acceptData:function(a){if(a.nodeName){var b=c.noData[a.nodeName.toLowerCase()];if(b)return!(b===true||a.getAttribute("classid")!==b)}return true}});c.fn.extend({data:function(a,b){var d=null;if(typeof a==="undefined"){if(this.length){var e=this[0].attributes,f;d=c.data(this[0]);for(var h=0,l=e.length;h-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];if(b){if(c.nodeName(b,"option")){var d=b.attributes.value;return!d||d.specified?b.value:b.text}if(c.nodeName(b,"select")){var e=b.selectedIndex;d=[];var f=b.options;b=b.type==="select-one"; if(e<0)return null;var h=b?e:0;for(e=b?e+1:f.length;h=0;else if(c.nodeName(this,"select")){var A=c.makeArray(r);c("option",this).each(function(){this.selected=c.inArray(c(this).val(),A)>=0});if(!A.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true}, attr:function(a,b,d,e){if(!a||a.nodeType===3||a.nodeType===8)return B;if(e&&b in c.attrFn)return c(a)[b](d);e=a.nodeType!==1||!c.isXMLDoc(a);var f=d!==B;b=e&&c.props[b]||b;var h=Ta.test(b);if((b in a||a[b]!==B)&&e&&!h){if(f){b==="type"&&Ua.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");if(d===null)a.nodeType===1&&a.removeAttribute(b);else a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&& b.specified?b.value:Va.test(a.nodeName)||Wa.test(a.nodeName)&&a.href?0:B;return a[b]}if(!c.support.style&&e&&b==="style"){if(f)a.style.cssText=""+d;return a.style.cssText}f&&a.setAttribute(b,""+d);if(!a.attributes[b]&&a.hasAttribute&&!a.hasAttribute(b))return B;a=!c.support.hrefNormalized&&e&&h?a.getAttribute(b,2):a.getAttribute(b);return a===null?B:a}});var X=/\.(.*)$/,ia=/^(?:textarea|input|select)$/i,La=/\./g,Ma=/ /g,Xa=/[^\w\s.|`]/g,Ya=function(a){return a.replace(Xa,"\\$&")},ua={focusin:0,focusout:0}; c.event={add:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(c.isWindow(a)&&a!==E&&!a.frameElement)a=E;if(d===false)d=U;else if(!d)return;var f,h;if(d.handler){f=d;d=f.handler}if(!d.guid)d.guid=c.guid++;if(h=c.data(a)){var l=a.nodeType?"events":"__events__",k=h[l],o=h.handle;if(typeof k==="function"){o=k.handle;k=k.events}else if(!k){a.nodeType||(h[l]=h=function(){});h.events=k={}}if(!o)h.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem, arguments):B};o.elem=a;b=b.split(" ");for(var x=0,r;l=b[x++];){h=f?c.extend({},f):{handler:d,data:e};if(l.indexOf(".")>-1){r=l.split(".");l=r.shift();h.namespace=r.slice(0).sort().join(".")}else{r=[];h.namespace=""}h.type=l;if(!h.guid)h.guid=d.guid;var A=k[l],C=c.event.special[l]||{};if(!A){A=k[l]=[];if(!C.setup||C.setup.call(a,e,r,o)===false)if(a.addEventListener)a.addEventListener(l,o,false);else a.attachEvent&&a.attachEvent("on"+l,o)}if(C.add){C.add.call(a,h);if(!h.handler.guid)h.handler.guid= d.guid}A.push(h);c.event.global[l]=true}a=null}}},global:{},remove:function(a,b,d,e){if(!(a.nodeType===3||a.nodeType===8)){if(d===false)d=U;var f,h,l=0,k,o,x,r,A,C,J=a.nodeType?"events":"__events__",w=c.data(a),I=w&&w[J];if(w&&I){if(typeof I==="function"){w=I;I=I.events}if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(f in I)c.event.remove(a,f+b)}else{for(b=b.split(" ");f=b[l++];){r=f;k=f.indexOf(".")<0;o=[];if(!k){o=f.split(".");f=o.shift();x=RegExp("(^|\\.)"+ c.map(o.slice(0).sort(),Ya).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(A=I[f])if(d){r=c.event.special[f]||{};for(h=e||0;h=0){a.type=f=f.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[f]&&c.each(c.cache,function(){this.events&&this.events[f]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType=== 8)return B;a.result=B;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(e=d.nodeType?c.data(d,"handle"):(c.data(d,"__events__")||{}).handle)&&e.apply(d,b);e=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+f]&&d["on"+f].apply(d,b)===false){a.result=false;a.preventDefault()}}catch(h){}if(!a.isPropagationStopped()&&e)c.event.trigger(a,b,e,true);else if(!a.isDefaultPrevented()){var l;e=a.target;var k=f.replace(X,""),o=c.nodeName(e,"a")&&k=== "click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray(arguments);a=h[0]=c.event.fix(a||E.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;if(!b){e=a.type.split(".");a.type=e.shift();d=e.slice(0).sort();e=RegExp("(^|\\.)"+ d.join("\\.(?:.*\\.)?")+"(\\.|$)")}a.namespace=a.namespace||d.join(".");f=c.data(this,this.nodeType?"events":"__events__");if(typeof f==="function")f=f.events;d=(f||{})[a.type];if(f&&d){d=d.slice(0);f=0;for(var l=d.length;f-1?c.map(a.options,function(e){return e.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},Z=function(a,b){var d=a.target,e,f;if(!(!ia.test(d.nodeName)||d.readOnly)){e=c.data(d,"_change_data");f=xa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",f);if(!(e===B||f===e))if(e!=null||f){a.type="change";a.liveFired= B;return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:Z,beforedeactivate:Z,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return Z.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return Z.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,"_change_data",xa(a))}},setup:function(){if(this.type=== "file")return false;for(var a in V)c.event.add(this,a+".specialChange",V[a]);return ia.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return ia.test(this.nodeName)}};V=c.event.special.change.filters;V.focus=V.beforeactivate}t.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(e){e=c.event.fix(e);e.type=b;return c.event.trigger(e,null,e.target)}c.event.special[b]={setup:function(){ua[b]++===0&&t.addEventListener(a,d,true)},teardown:function(){--ua[b]=== 0&&t.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,e,f){if(typeof d==="object"){for(var h in d)this[b](h,e,d[h],f);return this}if(c.isFunction(e)||e===false){f=e;e=B}var l=b==="one"?c.proxy(f,function(o){c(this).unbind(o,l);return f.apply(this,arguments)}):f;if(d==="unload"&&b!=="one")this.one(d,e,f);else{h=0;for(var k=this.length;h0?this.bind(b,d,e):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});E.attachEvent&&!E.addEventListener&&c(E).bind("unload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}}); (function(){function a(g,i,n,m,p,q){p=0;for(var u=m.length;p0){F=y;break}}y=y[g]}m[p]=F}}}var d=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,e=0,f=Object.prototype.toString,h=false,l=true;[0,0].sort(function(){l=false;return 0});var k=function(g,i,n,m){n=n||[];var p=i=i||t;if(i.nodeType!==1&&i.nodeType!==9)return[];if(!g||typeof g!=="string")return n;var q,u,y,F,M,N=true,O=k.isXML(i),D=[],R=g;do{d.exec("");if(q=d.exec(R)){R=q[3];D.push(q[1]);if(q[2]){F=q[3]; break}}}while(q);if(D.length>1&&x.exec(g))if(D.length===2&&o.relative[D[0]])u=L(D[0]+D[1],i);else for(u=o.relative[D[0]]?[i]:k(D.shift(),i);D.length;){g=D.shift();if(o.relative[g])g+=D.shift();u=L(g,u)}else{if(!m&&D.length>1&&i.nodeType===9&&!O&&o.match.ID.test(D[0])&&!o.match.ID.test(D[D.length-1])){q=k.find(D.shift(),i,O);i=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]}if(i){q=m?{expr:D.pop(),set:C(m)}:k.find(D.pop(),D.length===1&&(D[0]==="~"||D[0]==="+")&&i.parentNode?i.parentNode:i,O);u=q.expr?k.filter(q.expr, q.set):q.set;if(D.length>0)y=C(u);else N=false;for(;D.length;){q=M=D.pop();if(o.relative[M])q=D.pop();else M="";if(q==null)q=i;o.relative[M](y,q,O)}}else y=[]}y||(y=u);y||k.error(M||g);if(f.call(y)==="[object Array]")if(N)if(i&&i.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&k.contains(i,y[g])))n.push(u[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&n.push(u[g]);else n.push.apply(n,y);else C(y,n);if(F){k(F,p,n,m);k.uniqueSort(n)}return n};k.uniqueSort=function(g){if(w){h= l;g.sort(w);if(h)for(var i=1;i0};k.find=function(g,i,n){var m;if(!g)return[];for(var p=0,q=o.order.length;p":function(g,i){var n,m=typeof i==="string",p=0,q=g.length;if(m&&!/\W/.test(i))for(i=i.toLowerCase();p=0))n||m.push(u);else if(n)i[q]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},CHILD:function(g){if(g[1]==="nth"){var i=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=i[1]+(i[2]||1)-0;g[3]=i[3]-0}g[0]=e++;return g},ATTR:function(g,i,n, m,p,q){i=g[1].replace(/\\/g,"");if(!q&&o.attrMap[i])g[1]=o.attrMap[i];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,i,n,m,p){if(g[1]==="not")if((d.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,i);else{g=k.filter(g[3],i,n,true^p);n||m.push.apply(m,g);return false}else if(o.match.POS.test(g[0])||o.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled=== true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"=== g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},setFilters:{first:function(g,i){return i===0},last:function(g,i,n,m){return i===m.length-1},even:function(g,i){return i%2===0},odd:function(g,i){return i%2===1},lt:function(g,i,n){return in[3]-0},nth:function(g,i,n){return n[3]- 0===i},eq:function(g,i,n){return n[3]-0===i}},filter:{PSEUDO:function(g,i,n,m){var p=i[1],q=o.filters[p];if(q)return q(g,n,i,m);else if(p==="contains")return(g.textContent||g.innerText||k.getText([g])||"").indexOf(i[3])>=0;else if(p==="not"){i=i[3];n=0;for(m=i.length;n=0}},ID:function(g,i){return g.nodeType===1&&g.getAttribute("id")===i},TAG:function(g,i){return i==="*"&&g.nodeType===1||g.nodeName.toLowerCase()=== i},CLASS:function(g,i){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(i)>-1},ATTR:function(g,i){var n=i[1];n=o.attrHandle[n]?o.attrHandle[n](g):g[n]!=null?g[n]:g.getAttribute(n);var m=n+"",p=i[2],q=i[4];return n==null?p==="!=":p==="="?m===q:p==="*="?m.indexOf(q)>=0:p==="~="?(" "+m+" ").indexOf(q)>=0:!q?m&&n!==false:p==="!="?m!==q:p==="^="?m.indexOf(q)===0:p==="$="?m.substr(m.length-q.length)===q:p==="|="?m===q||m.substr(0,q.length+1)===q+"-":false},POS:function(g,i,n,m){var p=o.setFilters[i[2]]; if(p)return p(g,n,i,m)}}},x=o.match.POS,r=function(g,i){return"\\"+(i-0+1)},A;for(A in o.match){o.match[A]=RegExp(o.match[A].source+/(?![^\[]*\])(?![^\(]*\))/.source);o.leftMatch[A]=RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[A].source.replace(/\\(\d+)/g,r))}var C=function(g,i){g=Array.prototype.slice.call(g,0);if(i){i.push.apply(i,g);return i}return g};try{Array.prototype.slice.call(t.documentElement.childNodes,0)}catch(J){C=function(g,i){var n=0,m=i||[];if(f.call(g)==="[object Array]")Array.prototype.push.apply(m, g);else if(typeof g.length==="number")for(var p=g.length;n";n.insertBefore(g,n.firstChild);if(t.getElementById(i)){o.find.ID=function(m,p,q){if(typeof p.getElementById!=="undefined"&&!q)return(p=p.getElementById(m[1]))?p.id===m[1]||typeof p.getAttributeNode!=="undefined"&&p.getAttributeNode("id").nodeValue===m[1]?[p]:B:[]};o.filter.ID=function(m,p){var q=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&q&&q.nodeValue===p}}n.removeChild(g); n=g=null})();(function(){var g=t.createElement("div");g.appendChild(t.createComment(""));if(g.getElementsByTagName("*").length>0)o.find.TAG=function(i,n){var m=n.getElementsByTagName(i[1]);if(i[1]==="*"){for(var p=[],q=0;m[q];q++)m[q].nodeType===1&&p.push(m[q]);m=p}return m};g.innerHTML="";if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")o.attrHandle.href=function(i){return i.getAttribute("href",2)};g=null})();t.querySelectorAll&& function(){var g=k,i=t.createElement("div");i.innerHTML="

";if(!(i.querySelectorAll&&i.querySelectorAll(".TEST").length===0)){k=function(m,p,q,u){p=p||t;m=m.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!u&&!k.isXML(p))if(p.nodeType===9)try{return C(p.querySelectorAll(m),q)}catch(y){}else if(p.nodeType===1&&p.nodeName.toLowerCase()!=="object"){var F=p.getAttribute("id"),M=F||"__sizzle__";F||p.setAttribute("id",M);try{return C(p.querySelectorAll("#"+M+" "+m),q)}catch(N){}finally{F|| p.removeAttribute("id")}}return g(m,p,q,u)};for(var n in g)k[n]=g[n];i=null}}();(function(){var g=t.documentElement,i=g.matchesSelector||g.mozMatchesSelector||g.webkitMatchesSelector||g.msMatchesSelector,n=false;try{i.call(t.documentElement,"[test!='']:sizzle")}catch(m){n=true}if(i)k.matchesSelector=function(p,q){q=q.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(p))try{if(n||!o.match.PSEUDO.test(q)&&!/!=/.test(q))return i.call(p,q)}catch(u){}return k(q,null,null,[p]).length>0}})();(function(){var g= t.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){o.order.splice(1,0,"CLASS");o.find.CLASS=function(i,n,m){if(typeof n.getElementsByClassName!=="undefined"&&!m)return n.getElementsByClassName(i[1])};g=null}}})();k.contains=t.documentElement.contains?function(g,i){return g!==i&&(g.contains?g.contains(i):true)}:t.documentElement.compareDocumentPosition? function(g,i){return!!(g.compareDocumentPosition(i)&16)}:function(){return false};k.isXML=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false};var L=function(g,i){for(var n,m=[],p="",q=i.nodeType?[i]:i;n=o.match.PSEUDO.exec(g);){p+=n[0];g=g.replace(o.match.PSEUDO,"")}g=o.relative[g]?g+"*":g;n=0;for(var u=q.length;n0)for(var h=d;h0},closest:function(a,b){var d=[],e,f,h=this[0];if(c.isArray(a)){var l,k={},o=1;if(h&&a.length){e=0;for(f=a.length;e-1:c(h).is(e))d.push({selector:l,elem:h,level:o})}h= h.parentNode;o++}}return d}l=cb.test(a)?c(a,b||this.context):null;e=0;for(f=this.length;e-1:c.find.matchesSelector(h,a)){d.push(h);break}else{h=h.parentNode;if(!h||!h.ownerDocument||h===b)break}d=d.length>1?c.unique(d):d;return this.pushStack(d,"closest",a)},index:function(a){if(!a||typeof a==="string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var d=typeof a==="string"?c(a,b||this.context): c.makeArray(a),e=c.merge(this.get(),d);return this.pushStack(!d[0]||!d[0].parentNode||d[0].parentNode.nodeType===11||!e[0]||!e[0].parentNode||e[0].parentNode.nodeType===11?e:c.unique(e))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a, 2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a, b){c.fn[a]=function(d,e){var f=c.map(this,b,d);Za.test(a)||(e=d);if(e&&typeof e==="string")f=c.filter(e,f);f=this.length>1?c.unique(f):f;if((this.length>1||ab.test(e))&&$a.test(a))f=f.reverse();return this.pushStack(f,a,bb.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return b.length===1?c.find.matchesSelector(b[0],a)?[b[0]]:[]:c.find.matches(a,b)},dir:function(a,b,d){var e=[];for(a=a[b];a&&a.nodeType!==9&&(d===B||a.nodeType!==1||!c(a).is(d));){a.nodeType===1&& e.push(a);a=a[b]}return e},nth:function(a,b,d){b=b||1;for(var e=0;a;a=a[d])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var za=/ jQuery\d+="(?:\d+|null)"/g,$=/^\s+/,Aa=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Ba=/<([\w:]+)/,db=/\s]+\/)>/g,P={option:[1, ""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};P.optgroup=P.option;P.tbody=P.tfoot=P.colgroup=P.caption=P.thead;P.th=P.td;if(!c.support.htmlSerialize)P._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==B)return this.empty().append((this[0]&&this[0].ownerDocument||t).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,e;(e=this[d])!=null;d++)if(!a||c.filter(a,[e]).length){if(!b&&e.nodeType===1){c.cleanData(e.getElementsByTagName("*"));c.cleanData([e])}e.parentNode&&e.parentNode.removeChild(e)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,e=this.ownerDocument;if(!d){d=e.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(za,"").replace(fb,'="$1">').replace($,"")],e)[0]}else return this.cloneNode(true)});if(a===true){na(this,b);na(this.find("*"),b.find("*"))}return b},html:function(a){if(a===B)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(za,""):null; else if(typeof a==="string"&&!Ca.test(a)&&(c.support.leadingWhitespace||!$.test(a))&&!P[(Ba.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Aa,"<$1>");try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?h.cloneNode(true):h)}k.length&&c.each(k,Oa)}return this}});c.buildFragment=function(a,b,d){var e,f,h;b=b&&b[0]?b[0].ownerDocument||b[0]:t;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===t&&!Ca.test(a[0])&&(c.support.checkClone||!Da.test(a[0]))){f=true;if(h=c.fragments[a[0]])if(h!==1)e=h}if(!e){e=b.createDocumentFragment();c.clean(a,b,e,d)}if(f)c.fragments[a[0]]=h?e:1;return{fragment:e,cacheable:f}};c.fragments={};c.each({appendTo:"append", prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var e=[];d=c(d);var f=this.length===1&&this[0].parentNode;if(f&&f.nodeType===11&&f.childNodes.length===1&&d.length===1){d[b](this[0]);return this}else{f=0;for(var h=d.length;f0?this.clone(true):this).get();c(d[f])[b](l);e=e.concat(l)}return this.pushStack(e,a,d.selector)}}});c.extend({clean:function(a,b,d,e){b=b||t;if(typeof b.createElement==="undefined")b=b.ownerDocument|| b[0]&&b[0].ownerDocument||t;for(var f=[],h=0,l;(l=a[h])!=null;h++){if(typeof l==="number")l+="";if(l){if(typeof l==="string"&&!eb.test(l))l=b.createTextNode(l);else if(typeof l==="string"){l=l.replace(Aa,"<$1>");var k=(Ba.exec(l)||["",""])[1].toLowerCase(),o=P[k]||P._default,x=o[0],r=b.createElement("div");for(r.innerHTML=o[1]+l+o[2];x--;)r=r.lastChild;if(!c.support.tbody){x=db.test(l);k=k==="table"&&!x?r.firstChild&&r.firstChild.childNodes:o[1]===""&&!x?r.childNodes:[];for(o=k.length- 1;o>=0;--o)c.nodeName(k[o],"tbody")&&!k[o].childNodes.length&&k[o].parentNode.removeChild(k[o])}!c.support.leadingWhitespace&&$.test(l)&&r.insertBefore(b.createTextNode($.exec(l)[0]),r.firstChild);l=r.childNodes}if(l.nodeType)f.push(l);else f=c.merge(f,l)}}if(d)for(h=0;f[h];h++)if(e&&c.nodeName(f[h],"script")&&(!f[h].type||f[h].type.toLowerCase()==="text/javascript"))e.push(f[h].parentNode?f[h].parentNode.removeChild(f[h]):f[h]);else{f[h].nodeType===1&&f.splice.apply(f,[h+1,0].concat(c.makeArray(f[h].getElementsByTagName("script")))); d.appendChild(f[h])}return f},cleanData:function(a){for(var b,d,e=c.cache,f=c.event.special,h=c.support.deleteExpando,l=0,k;(k=a[l])!=null;l++)if(!(k.nodeName&&c.noData[k.nodeName.toLowerCase()]))if(d=k[c.expando]){if((b=e[d])&&b.events)for(var o in b.events)f[o]?c.event.remove(k,o):c.removeEvent(k,o,b.handle);if(h)delete k[c.expando];else k.removeAttribute&&k.removeAttribute(c.expando);delete e[d]}}});var Ea=/alpha\([^)]*\)/i,gb=/opacity=([^)]*)/,hb=/-([a-z])/ig,ib=/([A-Z])/g,Fa=/^-?\d+(?:px)?$/i, jb=/^-?\d/,kb={position:"absolute",visibility:"hidden",display:"block"},Pa=["Left","Right"],Qa=["Top","Bottom"],W,Ga,aa,lb=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){if(arguments.length===2&&b===B)return this;return c.access(this,a,b,true,function(d,e,f){return f!==B?c.style(d,e,f):c.css(d,e)})};c.extend({cssHooks:{opacity:{get:function(a,b){if(b){var d=W(a,"opacity","opacity");return d===""?"1":d}else return a.style.opacity}}},cssNumber:{zIndex:true,fontWeight:true,opacity:true, zoom:true,lineHeight:true},cssProps:{"float":c.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,d,e){if(!(!a||a.nodeType===3||a.nodeType===8||!a.style)){var f,h=c.camelCase(b),l=a.style,k=c.cssHooks[h];b=c.cssProps[h]||h;if(d!==B){if(!(typeof d==="number"&&isNaN(d)||d==null)){if(typeof d==="number"&&!c.cssNumber[h])d+="px";if(!k||!("set"in k)||(d=k.set(a,d))!==B)try{l[b]=d}catch(o){}}}else{if(k&&"get"in k&&(f=k.get(a,false,e))!==B)return f;return l[b]}}},css:function(a,b,d){var e,f=c.camelCase(b), h=c.cssHooks[f];b=c.cssProps[f]||f;if(h&&"get"in h&&(e=h.get(a,true,d))!==B)return e;else if(W)return W(a,b,f)},swap:function(a,b,d){var e={},f;for(f in b){e[f]=a.style[f];a.style[f]=b[f]}d.call(a);for(f in b)a.style[f]=e[f]},camelCase:function(a){return a.replace(hb,lb)}});c.curCSS=c.css;c.each(["height","width"],function(a,b){c.cssHooks[b]={get:function(d,e,f){var h;if(e){if(d.offsetWidth!==0)h=oa(d,b,f);else c.swap(d,kb,function(){h=oa(d,b,f)});if(h<=0){h=W(d,b,b);if(h==="0px"&&aa)h=aa(d,b,b); if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var d=a.style;d.zoom=1;var e=c.isNaN(b)?"":"alpha(opacity="+b*100+")",f= d.filter||"";d.filter=Ea.test(f)?f.replace(Ea,e):d.filter+" "+e}};if(t.defaultView&&t.defaultView.getComputedStyle)Ga=function(a,b,d){var e;d=d.replace(ib,"-$1").toLowerCase();if(!(b=a.ownerDocument.defaultView))return B;if(b=b.getComputedStyle(a,null)){e=b.getPropertyValue(d);if(e===""&&!c.contains(a.ownerDocument.documentElement,a))e=c.style(a,d)}return e};if(t.documentElement.currentStyle)aa=function(a,b){var d,e,f=a.currentStyle&&a.currentStyle[b],h=a.style;if(!Fa.test(f)&&jb.test(f)){d=h.left; e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOffsets&&(a.style.display||c.css(a,"display"))==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var mb=c.now(),nb=/)<[^<]*)*<\/script>/gi, ob=/^(?:select|textarea)/i,pb=/^(?:color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,qb=/^(?:GET|HEAD)$/,Ra=/\[\]$/,T=/\=\?(&|$)/,ja=/\?/,rb=/([?&])_=[^&]*/,sb=/^(\w+:)?\/\/([^\/?#]+)/,tb=/%20/g,ub=/#.*$/,Ha=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!=="string"&&Ha)return Ha.apply(this,arguments);else if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var f=a.slice(e,a.length);a=a.slice(0,e)}e="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b=== "object"){b=c.param(b,c.ajaxSettings.traditional);e="POST"}var h=this;c.ajax({url:a,type:e,dataType:"html",data:b,complete:function(l,k){if(k==="success"||k==="notmodified")h.html(f?c("
").append(l.responseText.replace(nb,"")).find(f):l.responseText);d&&h.each(d,[l.responseText,k,l])}});return this},serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&& !this.disabled&&(this.checked||ob.test(this.nodeName)||pb.test(this.type))}).map(function(a,b){var d=c(this).val();return d==null?null:c.isArray(d)?c.map(d,function(e){return{name:b.name,value:e}}):{name:b.name,value:d}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:e})}, getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,e){if(c.isFunction(b)){e=e||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:e})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return new E.XMLHttpRequest},accepts:{xml:"application/xml, text/xml",html:"text/html", script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},ajax:function(a){var b=c.extend(true,{},c.ajaxSettings,a),d,e,f,h=b.type.toUpperCase(),l=qb.test(h);b.url=b.url.replace(ub,"");b.context=a&&a.context!=null?a.context:b;if(b.data&&b.processData&&typeof b.data!=="string")b.data=c.param(b.data,b.traditional);if(b.dataType==="jsonp"){if(h==="GET")T.test(b.url)||(b.url+=(ja.test(b.url)?"&":"?")+(b.jsonp||"callback")+"=?");else if(!b.data|| !T.test(b.data))b.data=(b.data?b.data+"&":"")+(b.jsonp||"callback")+"=?";b.dataType="json"}if(b.dataType==="json"&&(b.data&&T.test(b.data)||T.test(b.url))){d=b.jsonpCallback||"jsonp"+mb++;if(b.data)b.data=(b.data+"").replace(T,"="+d+"$1");b.url=b.url.replace(T,"="+d+"$1");b.dataType="script";var k=E[d];E[d]=function(m){if(c.isFunction(k))k(m);else{E[d]=B;try{delete E[d]}catch(p){}}f=m;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);r&&r.removeChild(A)}}if(b.dataType==="script"&&b.cache===null)b.cache= false;if(b.cache===false&&l){var o=c.now(),x=b.url.replace(rb,"$1_="+o);b.url=x+(x===b.url?(ja.test(b.url)?"&":"?")+"_="+o:"")}if(b.data&&l)b.url+=(ja.test(b.url)?"&":"?")+b.data;b.global&&c.active++===0&&c.event.trigger("ajaxStart");o=(o=sb.exec(b.url))&&(o[1]&&o[1].toLowerCase()!==location.protocol||o[2].toLowerCase()!==location.host);if(b.dataType==="script"&&h==="GET"&&o){var r=t.getElementsByTagName("head")[0]||t.documentElement,A=t.createElement("script");if(b.scriptCharset)A.charset=b.scriptCharset; A.src=b.url;if(!d){var C=false;A.onload=A.onreadystatechange=function(){if(!C&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){C=true;c.handleSuccess(b,w,e,f);c.handleComplete(b,w,e,f);A.onload=A.onreadystatechange=null;r&&A.parentNode&&r.removeChild(A)}}}r.insertBefore(A,r.firstChild);return B}var J=false,w=b.xhr();if(w){b.username?w.open(h,b.url,b.async,b.username,b.password):w.open(h,b.url,b.async);try{if(b.data!=null&&!l||a&&a.contentType)w.setRequestHeader("Content-Type", b.contentType);if(b.ifModified){c.lastModified[b.url]&&w.setRequestHeader("If-Modified-Since",c.lastModified[b.url]);c.etag[b.url]&&w.setRequestHeader("If-None-Match",c.etag[b.url])}o||w.setRequestHeader("X-Requested-With","XMLHttpRequest");w.setRequestHeader("Accept",b.dataType&&b.accepts[b.dataType]?b.accepts[b.dataType]+", */*; q=0.01":b.accepts._default)}catch(I){}if(b.beforeSend&&b.beforeSend.call(b.context,w,b)===false){b.global&&c.active--===1&&c.event.trigger("ajaxStop");w.abort();return false}b.global&& c.triggerGlobal(b,"ajaxSend",[w,b]);var L=w.onreadystatechange=function(m){if(!w||w.readyState===0||m==="abort"){J||c.handleComplete(b,w,e,f);J=true;if(w)w.onreadystatechange=c.noop}else if(!J&&w&&(w.readyState===4||m==="timeout")){J=true;w.onreadystatechange=c.noop;e=m==="timeout"?"timeout":!c.httpSuccess(w)?"error":b.ifModified&&c.httpNotModified(w,b.url)?"notmodified":"success";var p;if(e==="success")try{f=c.httpData(w,b.dataType,b)}catch(q){e="parsererror";p=q}if(e==="success"||e==="notmodified")d|| c.handleSuccess(b,w,e,f);else c.handleError(b,w,e,p);d||c.handleComplete(b,w,e,f);m==="timeout"&&w.abort();if(b.async)w=null}};try{var g=w.abort;w.abort=function(){w&&Function.prototype.call.call(g,w);L("abort")}}catch(i){}b.async&&b.timeout>0&&setTimeout(function(){w&&!J&&L("timeout")},b.timeout);try{w.send(l||b.data==null?null:b.data)}catch(n){c.handleError(b,w,null,n);c.handleComplete(b,w,e,f)}b.async||L();return w}},param:function(a,b){var d=[],e=function(h,l){l=c.isFunction(l)?l():l;d[d.length]= encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.error.call(a.context,b,d,e);a.global&&c.triggerGlobal(a,"ajaxError",[b,a,e])},handleSuccess:function(a,b,d,e){a.success&&a.success.call(a.context,e,d,b);a.global&&c.triggerGlobal(a,"ajaxSuccess", [b,a])},handleComplete:function(a,b,d){a.complete&&a.complete.call(a.context,b,d);a.global&&c.triggerGlobal(a,"ajaxComplete",[b,a]);a.global&&c.active--===1&&c.event.trigger("ajaxStop")},triggerGlobal:function(a,b,d){(a.context&&a.context.url==null?c(a.context):c.event).trigger(b,d)},httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===1223}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"), e=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(e)c.etag[b]=e;return a.status===304},httpData:function(a,b,d){var e=a.getResponseHeader("content-type")||"",f=b==="xml"||!b&&e.indexOf("xml")>=0;a=f?a.responseXML:a.responseText;f&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b==="json"||!b&&e.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&e.indexOf("javascript")>=0)c.globalEval(a);return a}}); if(E.ActiveXObject)c.ajaxSettings.xhr=function(){if(E.location.protocol!=="file:")try{return new E.XMLHttpRequest}catch(a){}try{return new E.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}};c.support.ajax=!!c.ajaxSettings.xhr();var ea={},vb=/^(?:toggle|show|hide)$/,wb=/^([+\-]=)?([\d+.\-]+)(.*)$/,ba,pa=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b,d){if(a||a===0)return this.animate(S("show", 3),a,b,d);else{d=0;for(var e=this.length;d=0;e--)if(d[e].elem===this){b&&d[e](true);d.splice(e,1)}});b||this.dequeue();return this}});c.each({slideDown:S("show",1),slideUp:S("hide",1),slideToggle:S("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){c.fn[a]=function(d,e,f){return this.animate(b, d,e,f)}});c.extend({speed:function(a,b,d){var e=a&&typeof a==="object"?c.extend({},a):{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};e.duration=c.fx.off?0:typeof e.duration==="number"?e.duration:e.duration in c.fx.speeds?c.fx.speeds[e.duration]:c.fx.speeds._default;e.old=e.complete;e.complete=function(){e.queue!==false&&c(this).dequeue();c.isFunction(e.old)&&e.old.call(this)};return e},easing:{linear:function(a,b,d,e){return d+e*a},swing:function(a,b,d,e){return(-Math.cos(a* Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a=parseFloat(c.css(this.elem,this.prop));return a&&a>-1E4?a:0},custom:function(a,b,d){function e(l){return f.step(l)} var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true; this.custom(this.cur(),0)},step:function(a){var b=c.now(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var e in this.options.curAnim)if(this.options.curAnim[e]!==true)d=false;if(d){if(this.options.overflow!=null&&!c.support.shrinkWrapBlocks){var f=this.elem,h=this.options;c.each(["","X","Y"],function(k,o){f.style["overflow"+o]=h.overflow[k]})}this.options.hide&&c(this.elem).hide();if(this.options.hide|| this.options.show)for(var l in this.options.curAnim)c.style(this.elem,l,this.options.orig[l]);this.options.complete.call(this.elem)}return false}else{a=b-this.startTime;this.state=a/this.options.duration;b=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||b](this.state,a,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a= c.timers,b=0;b-1;e={};var x={};if(o)x=f.position();l=o?x.top:parseInt(l,10)||0;k=o?x.left:parseInt(k,10)||0;if(c.isFunction(b))b=b.call(a,d,h);if(b.top!=null)e.top=b.top-h.top+l;if(b.left!=null)e.left=b.left-h.left+k;"using"in b?b.using.call(a, e):f.css(e)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),e=Ia.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.css(a,"marginTop"))||0;d.left-=parseFloat(c.css(a,"marginLeft"))||0;e.top+=parseFloat(c.css(b[0],"borderTopWidth"))||0;e.left+=parseFloat(c.css(b[0],"borderLeftWidth"))||0;return{top:d.top-e.top,left:d.left-e.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||t.body;a&&!Ia.test(a.nodeName)&& c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(e){var f=this[0],h;if(!f)return null;if(e!==B)return this.each(function(){if(h=fa(this))h.scrollTo(!a?e:c(h).scrollLeft(),a?e:c(h).scrollTop());else this[d]=e});else return(h=fa(f))?"pageXOffset"in h?h[a?"pageYOffset":"pageXOffset"]:c.support.boxModel&&h.document.documentElement[d]||h.document.body[d]:f[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase(); c.fn["inner"+b]=function(){return this[0]?parseFloat(c.css(this[0],d,"padding")):null};c.fn["outer"+b]=function(e){return this[0]?parseFloat(c.css(this[0],d,e?"margin":"border")):null};c.fn[d]=function(e){var f=this[0];if(!f)return e==null?null:this;if(c.isFunction(e))return this.each(function(l){var k=c(this);k[d](e.call(this,l,k[d]()))});if(c.isWindow(f))return f.document.compatMode==="CSS1Compat"&&f.document.documentElement["client"+b]||f.document.body["client"+b];else if(f.nodeType===9)return Math.max(f.documentElement["client"+ b],f.body["scroll"+b],f.documentElement["scroll"+b],f.body["offset"+b],f.documentElement["offset"+b]);else if(e===B){f=c.css(f,d);var h=parseFloat(f);return c.isNaN(h)?f:h}else return this.css(d,typeof e==="string"?e:e+"px")}})})(window); $.Cafe24_SDK = false; $.Cafe24_SDK_Url = false; $.Cafe24_SDK_Config_Url = function(url) { $.Cafe24_SDK_Url = url; }; $.Cafe24_SDK_Config_Set = function(domain, appid) { $.Cafe24_SDK = { 'Domain': domain, 'AppID': appid, 'debug': false }; }; $.Cafe24_SDK_Config_Clear = function() { $.Cafe24_SDK = false; }; $.fn.Cafe24_SDK_Upload = function(options) { if (!$.Cafe24_SDK) { alert('Cafe24_SDK: Configration not defined.'); return false; }; if ($(this).find('input[name=FILE_UPLOAD_INSTANCE]').length) { alert('Cafe24_SDK: File upload has already been processed.'); return false; } var sID = $(this).attr('id'); var sName = $(this).attr('name'); if (!sID && !sName) { alert('Cafe24_SDK: Can not find the target file upload form id/name.'); return false; } if (!sID) { $(this).attr('id', sName); sID = sName; } if (!sName) { $(this).attr('name', sID); sName = sID; } var sUploadFormID = '__'+sID; $('
').attr({'id':sUploadFormID, 'name':sUploadFormID, 'action':$.Cafe24_SDK_Url, 'method':'POST'}).css('display','none').appendTo('body'); $(this).find('input').each(function(){ if ($(this).attr('type').toLowerCase()=='file') { $(this).appendTo($('#'+sUploadFormID)); }; }); var sUploadKey = $.Cafe24_SDK.Domain + '_' + $.Cafe24_SDK.AppID + '_' + (new Date().getTime()); options = $.extend(true, options, { url: $.Cafe24_SDK_Url, data: {'TYPE': 'FILE', 'DOMAIN': $.Cafe24_SDK.Domain, 'APP_ID': $.Cafe24_SDK.AppID, 'KEY':sUploadKey}, dataType: 'html', type: 'POST', iframe: true, error: function(a, b, c) { UploadFormSubmit(); }, success: function(responseText, statusText, xhr, form) { UploadFormSubmit(); } }); function UploadFormSubmit() { var sFormID = '#'+sID; $('#'+sUploadFormID).remove(); $(sFormID).find('input').each(function(){ if ($(this).attr('type').toLowerCase()=='file') { $(this).remove(); }; }); $('').attr({'type':'hidden', 'value':sUploadKey, 'name':'FILE_UPLOAD_INSTANCE'}).appendTo($(sFormID)); $(sFormID).attr({'method':'POST'}); if (typeof options.callback == 'function') { options.callback('FILE_UPLOAD_INSTANCE', sUploadKey); } $(sFormID).submit(); }; $('#'+sUploadFormID).Cafe24_SDK_Upload_(options); return false; }; /** * Cafe24_SDK_Upload() provides a mechanism for immediately submitting * an HTML form using AJAX. */ $.fn.Cafe24_SDK_Upload_ = function(options) { if (!this.length) { $.Cafe24_SDK_Log('Cafe24_SDK_Upload: skipping submit process - no element selected'); return this; } var method, action, url, $form = this; if (typeof options == 'function') { options = { success: options }; } method = this.attr('method'); action = this.attr('action'); url = (typeof action === 'string') ? $.trim(action) : ''; url = url || window.location.href || ''; if (url) { // clean url (don't include hash vaue) url = (url.match(/^([^#]+)/)||[])[1]; } options = $.extend(true, { url: url, success: $.ajaxSettings.success, type: method || 'GET', iframeSrc: /^https/i.test(window.location.href || '') ? 'javascript:false' : 'about:blank' }, options); // hook for manipulating the form data before it is extracted; // convenient for use with rich editors like tinyMCE or FCKEditor var veto = {}; this.trigger('form-pre-serialize', [this, options, veto]); if (veto.veto) { $.Cafe24_SDK_Log('Cafe24_SDK_Upload: submit vetoed via form-pre-serialize trigger'); return this; } // provide opportunity to alter form data before it is serialized if (options.beforeSerialize && options.beforeSerialize(this, options) === false) { $.Cafe24_SDK_Log('Cafe24_SDK_Upload: submit aborted via beforeSerialize callback'); return this; } var traditional = options.traditional; if ( traditional === undefined ) { traditional = $.ajaxSettings.traditional; } var qx,n,v,a = $.fn.Cafe24_SDK_Upload_formToArray(options.semantic); if (options.data) { options.extraData = options.data; qx = $.param(options.data, traditional); } // give pre-submit callback an opportunity to abort the submit if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) { $.Cafe24_SDK_Log('Cafe24_SDK_Upload: submit aborted via beforeSubmit callback'); return this; } // fire vetoable 'validate' event this.trigger('form-submit-validate', [a, this, options, veto]); if (veto.veto) { $.Cafe24_SDK_Log('Cafe24_SDK_Upload: submit vetoed via form-submit-validate trigger'); return this; } var q = $.param(a, traditional); if (qx) { q = ( q ? (q + '&' + qx) : qx ); } if (options.type.toUpperCase() == 'GET') { options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q; options.data = null; // data is null for 'get' } else { options.data = q; // data is the query string for 'post' } var callbacks = []; // perform a load on the target only if dataType is not provided if (!options.dataType && options.target) { var oldSuccess = options.success || function(){}; callbacks.push(function(data) { var fn = options.replaceTarget ? 'replaceWith' : 'html'; $(options.target)[fn](data).each(oldSuccess, arguments); }); } else if (options.success) { callbacks.push(options.success); } options.success = function(data, status, xhr) { // jQuery 1.4+ passes xhr as 3rd arg var context = options.context || options; // jQuery 1.4+ supports scope context for (var i=0, max=callbacks.length; i < max; i++) { callbacks[i].apply(context, [data, status, xhr || $form, $form]); } }; // are there files to upload? var fileInputs = $('input:file:enabled[value]', this); // [value] (issue #113) var hasFileInputs = fileInputs.length > 0; var mp = 'multipart/form-data'; var multipart = ($form.attr('enctype') == mp || $form.attr('encoding') == mp); var fileAPI = !!(hasFileInputs && fileInputs.get(0).files && window.FormData); $.Cafe24_SDK_Log("fileAPI :" + fileAPI); var shouldUseFrame = (hasFileInputs || multipart) && !fileAPI; // options.iframe allows user to force iframe mode // 06-NOV-09: now defaulting to iframe mode if file input is detected if (options.iframe !== false && (options.iframe || shouldUseFrame)) { // hack to fix Safari hang (thanks to Tim Molendijk for this) // see: http://groups.google.com/group/jquery-dev/browse_thread/thread/36395b7ab510dd5d if (options.closeKeepAlive) { $.get(options.closeKeepAlive, function() { fileUploadIframe(a); }); } else { fileUploadIframe(a); } } else if ((hasFileInputs || multipart) && fileAPI) { options.progress = options.progress || $.noop; fileUploadXhr(a); } else { $.ajax(options); } // fire 'notify' event this.trigger('form-submit-notify', [this, options]); return this; // XMLHttpRequest Level 2 file uploads (big hat tip to francois2metz) function fileUploadXhr(a) { var formdata = new FormData(); for (var i=0; i < a.length; i++) { if (a[i].type == 'file') continue; formdata.append(a[i].name, a[i].value); } $form.find('input:file:enabled').each(function(){ var name = $(this).attr('name'), files = this.files; if (name) { for (var i=0; i < files.length; i++) formdata.append(name, files[i]); } }); if (options.extraData) { for (var k in options.extraData) formdata.append(k, options.extraData[k]) } options.data = null; var s = $.extend(true, {}, $.ajaxSettings, options, { contentType: false, processData: false, cache: false, type: 'POST' }); //s.context = s.context || s; s.data = null; var beforeSend = s.beforeSend; s.beforeSend = function(xhr, o) { o.data = formdata; if(xhr.upload) { // unfortunately, jQuery doesn't expose this prop (http://bugs.jquery.com/ticket/10190) xhr.upload.onprogress = function(event) { o.progress(event.position, event.total); }; } if(beforeSend) beforeSend.call(o, xhr, options); }; $.ajax(s); } // private function for handling file uploads (hat tip to YAHOO!) function fileUploadIframe(a) { var form = $form[0], el, i, s, g, id, $io, io, xhr, sub, n, timedOut, timeoutHandle; var useProp = !!$.fn.prop; if (a) { if ( useProp ) { // ensure that every serialized input is still enabled for (i=0; i < a.length; i++) { el = $(form[a[i].name]); el.prop('disabled', false); } } else { for (i=0; i < a.length; i++) { el = $(form[a[i].name]); el.removeAttr('disabled'); } }; } if ($(':input[name=submit],:input[id=submit]', form).length) { // if there is an input with a name or id of 'submit' then we won't be // able to invoke the submit fn on the form (at least not x-browser) alert('Error: Form elements must not have name or id of "submit".'); return; } s = $.extend(true, {}, $.ajaxSettings, options); s.context = s.context || s; id = 'jqFormIO' + (new Date().getTime()); if (s.iframeTarget) { $io = $(s.iframeTarget); n = $io.attr('name'); if (n == null) $io.attr('name', id); else id = n; } else { $io = $(''); aPrdOptLayerHtml.push(''); aPrdOptLayerHtml.push('
'); aPrdOptLayerHtml.push(''); $('body').append(aPrdOptLayerHtml.join('')); }, /** * 일반상품 담기시 레이어 동기화 * 옵션선택레이어가 뜬후에 상세페이지에있던 옵션선택정보와 동기화하는듯 */ setNormalInit : function() { var sValue = '*'; var oTarget = null; if (Olnk.isLinkageType(option_type) === true) { $('select[id^="' + product_option_id + '"]').each(function() { sValue = EC_SHOP_FRONT_NEW_OPTION_COMMON.getOptionSelectedValue(this); if (Olnk.getCheckValue(sValue,'') === true ) { oTarget = $("#productOptionIframe")[0].contentWindow.$('#product_detail_option_layer #'+ $(this).attr('id')+'').val($(this).val()).trigger('change'); $("#productOptionIframe")[0].contentWindow.EC_SHOP_FRONT_NEW_OPTION_COMMON.setValue(oTarget, sValue) } }); } else { $('select[id^="' + product_option_id + '"]').each(function() { var sSelectOptionId = $(this).attr('id'); sValue = EC_SHOP_FRONT_NEW_OPTION_COMMON.getOptionSelectedValue(this); oTarget = $("#productOptionIframe")[0].contentWindow.$('#product_detail_option_layer #'+sSelectOptionId+'');//.val(sParentVal).trigger('change'); $("#productOptionIframe")[0].contentWindow.EC_SHOP_FRONT_NEW_OPTION_COMMON.setValue(oTarget, sValue); }); } }, /** * 세트상품 담기시 레이어 동기화 * 옵션선택레이어가 뜬후에 상세페이지에있던 옵션선택정보와 동기화하는듯 */ setSetInit : function() { var iTotalOptCnt = $('[class*='+set_option.setproduct_require+']').length var iOptionSeq = 0; $('[class*='+set_option.setproduct_require+']').each(function(i){ if ($(this)[0].tagName == 'INPUT') { return; } var sSelectOptionId = $(this).attr('id'); var sParentVal = EC_SHOP_FRONT_NEW_OPTION_COMMON.getOptionSelectedValue(this); if (sParentVal != '*' && sParentVal != '**' && sParentVal != '') { iOptionSeq = i + 2; } if (iTotalOptCnt >= iOptionSeq) { $("#productOptionIframe").contents().find('.'+set_option.setproduct_require+'_'+iOptionSeq).attr('disabled', false); } var oTarget = $("#productOptionIframe")[0].contentWindow.$('#product_detail_option_layer #'+sSelectOptionId+'');//.val(sParentVal).trigger('change'); $("#productOptionIframe")[0].contentWindow.EC_SHOP_FRONT_NEW_OPTION_COMMON.setValue(oTarget, sParentVal); }); }, /** * 옵션선택레이어가 존재하는지 여부(기존 비교 그대로) * @param bIsParent 부모Element에서 옵션레이어를 찾을 경우 */ isExistLayer : function(bIsParent) { if (mobileWeb === false) { return false; } if (bIsParent === true) { return typeof(window.parent) == 'object' && parseInt(parent.$('#opt_layer_window').length) > 0; } else { return typeof($('#opt_layer_window')) == 'object' && parseInt($('#opt_layer_window').length) > 0; } }, /** * 옵션선택 레이어가 display상태인지 여부 * @param bIsParent 부모Element에서 옵션레이어를 찾을 경우 */ isDisplayLayer : function(bIsParent) { if (mobileWeb === false) { return false; } if (bIsParent === true) { return typeof(bPrdOptLayer) !== 'undefined' && bPrdOptLayer === 'T' && parent.$('#opt_layer_window').css('display') === 'block'; } else { return ($('#opt_layer_window').css('display') === 'none') ? false : true; } } }; /** * 프론트 옵션 정보 관리 */ var EC_SHOP_FRONT_PRODUCT_OPTION_INFO = { /** * 옵션 타입 리턴 * @param int iProductNo 상품 번호 * @return string 옵션 타입 */ getOptionType: function (oOptionChoose) { return EC_SHOP_FRONT_NEW_OPTION_COMMON.getOptionType(oOptionChoose); }, /** * 옵션 리스팅 타입 리턴 * @param int iProductNo 상품 번호 * @return string 옵션 리스팅 타입 */ getItemListingType: function (oOptionChoose) { return EC_SHOP_FRONT_NEW_OPTION_COMMON.getOptionListingType(oOptionChoose); }, /** * 전체 품목 재고 정보 * @param int iProductNo 상품 번호 * @return object 품목별 재고 정보 리스트 */ getAllItemStorkInfo: function (iProductNo) { return EC_SHOP_FRONT_NEW_OPTION_COMMON.getProductStockData(iProductNo); }, /** * 옵션값으로 품목코드 구하여 리턴 * @param int iProductNo 상품 번호 * @param array aOptionValue 옵션값 * @return string 품목코드 */ getItemCodeByOptionValue: function (iProductNo, aOptionValue) { var sOptionValue = aOptionValue.join("#$%"); return EC_SHOP_FRONT_NEW_OPTION_DATA.getItemCode(iProductNo, sOptionValue); } }; var EC_FRONT_NEW_PRODUCT_QUANTITY_VALID = { setBuyUnitQuantity : function(iBuyUnit, iProductMin, sBuyUnitType, sOrderLimitType, iItemCount, sType) { // 구매주문단위가 상품별의 경우 1씩 증가 if (sBuyUnitType === 'P') { iBuyUnit = (iItemCount > 1) ? 1 : iBuyUnit; // 최초 셋팅되는 수량은 "상품"기준 구매단위 에서 "품목"기준 최소/최대 수량 =? 최소수량이 기본수량 if (sType === 'base' && sOrderLimitType === 'O') { iBuyUnit = iProductMin; } } return iBuyUnit; }, getBuyUnitQuantity : function(sType) { return this.setBuyUnitQuantity(parseInt(buy_unit,10), parseInt(product_min,10), buy_unit_type, order_limit_type, item_count, sType); }, getSetBuyUnitQuantity : function(aProductInfo, sType) { return this.setBuyUnitQuantity(parseInt(aProductInfo.buy_unit,10), parseInt(aProductInfo.product_min,10), aProductInfo.buy_unit_type, aProductInfo.order_limit_type, aProductInfo.item_count, sType); }, setProductMinQuantity : function(iBuyUnit, iProductMin, sBuyUnitType, sOrderLimitType, iItemCount) { if (isNewProductSkin() === true) { var iItemCount = typeof(iItemCount) === "undefined" ? 1: parseInt(iItemCount, 10); // 단품 or 품목이 1개인경우 품목-품목 기준으로 동작 if (iItemCount > 1) { // 상품기준 단위 증차감 단위는 1 if (sBuyUnitType === 'P' && sOrderLimitType === 'P') { iProductMin = 1; // "품목"기준 단위 이면서 최소/최대 "상품"기준의 경우 "품목"구매단위가 최소수량 } else if (sOrderLimitType === 'P') { iProductMin = iBuyUnit; } } } else { var iBuyUnit = parseInt(buy_unit, 10); iBuyUnit = iBuyUnit < 1 ? 1 : iBuyUnit; var iFactor = Math.ceil(iProductMin / iBuyUnit); iProductMin = iBuyUnit * iFactor; } return iProductMin; }, getProductMinQuantity : function() { return this.setProductMinQuantity(parseInt(buy_unit,10), parseInt(product_min,10), buy_unit_type, order_limit_type, item_count); }, getSetProductMinQuantity : function(aProductInfo) { return this.setProductMinQuantity(parseInt(aProductInfo.buy_unit,10), parseInt(aProductInfo.product_min,10), aProductInfo.buy_unit_type, aProductInfo.order_limit_type, aProductInfo.item_count); }, getNumberValidate : function(e) { var keyCode = e.which; // Tab, Enter, Delete키 포함 var isNumberPress = ((keyCode >= 48 && keyCode <= 57 && !e.shiftKey) // 숫자키 || (keyCode >= 96 && keyCode <= 105) // 키패드 || keyCode == 8 // BackSpace || keyCode == 9 // Tab || keyCode == 46); // Delete if (!isNumberPress) { e.preventDefault(); } } }; if (!Array.prototype.indexOf) { Array.prototype.indexOf = function(elt /*, from*/) { var len = this.length >>> 0; var from = Number(arguments[1]) || 0; from = (from < 0) ? Math.ceil(from) : Math.floor(from); if (from < 0) { from += len; } for (from; from < len; from++) { if (from in this && this[from] === elt) { return from; } } return -1; }; } if (!Object.size) { Object.size = function(obj) { var size = 0, key; for (key in obj) { if (obj.hasOwnProperty(key)) size++; } return size; }; } if (!Object.keys) Object.keys = function(o) { if (o !== Object(o)) throw new TypeError('Object.keys called on a non-object'); var k=[],p; for (p in o) if (Object.prototype.hasOwnProperty.call(o,p)) k.push(p); return k; } // 상품 옵션 id var product_option_id = 'product_option_id'; // 추가옵션 id var add_option_id = 'add_option_'; // 선택된 상품만 주문하기 var sIsPrdOverride = 'F'; //모바일로 접속했는지 var bIsMobile = false; // 예약 주문 체크 var STOCKTAKINGCHECKRESERVE = { checkReserve : function() { // 예약 주문이 있는경우 if ($('.option_box_id').filter('[data-item-reserved="R"]').length > 0) { alert(__('예약주문 상품의 경우, 별도배송이 될 수 있습니다.')); } return false; } } /** * sType - 1:바로구매, 2:장바구니,naver_checkout:네이버 페이 form.submit - 바로구매, 장바구니, 관심상품 * TODO 바로구매 - 장바구니에 넣으면서 주문한 상품 하나만 주문하기 * * @param string sAction action url */ function product_submit(sType, sAction, oObj) { // ECHOSTING-58174 if (sIsDisplayNonmemberPrice == 'T') { switch (sType) { case 1 : alert(__('로그인후 상품을 구매해주세요.')); break; case 2 : alert(__('로그인후 장바구니 담기를 해주세요.')); break default : break; } btn_action_move_url('/member/login.html'); return false; } var sBasketType; var bIsPriceConentType = checkPriceType(); if (typeof(oObj) !== 'undefined' && bIsPriceConentType == false) { alert(sprintf(__('%s 상품은 구매할 수 있는 상품이 아닙니다.'), product_name)); return; } if (typeof(EC_SHOP_FRONT_NEW_OPTION_COMMON) !== 'undefined' && has_option === 'T' && Olnk.isLinkageType(sOptionType) === false && EC_SHOP_FRONT_NEW_OPTION_COMMON.isValidOptionDisplay(product_option_id) === false) { alert(sprintf(__('%s 상품은 구매할 수 있는 상품이 아닙니다.'), product_name)); return; } if (typeof (basket_type) == 'undefined') { sBasketType = 'A0000'; } else { sBasketType = basket_type; } // 품절 여부 체크 if (EC_SHOP_FRONT_PRODUCT_RESTOCK.isRestock(sType) === false && checkSoldout() == false) return; // 예약 주문 체크 STOCKTAKINGCHECKRESERVE.checkReserve(); // basket_type - 컨트롤러에서 변수에 assign 한 값을 그대로 사용하자 var frm = $('#frm_image_zoom'); frm.find(":hidden").remove(); frm.attr('method', 'POST'); frm.attr('action', '/' + sAction); //추가구성상품 옵션 체크 var oValidAddProductCount = NEWPRD_ADD_OPTION.isValidAddOptionSelect(frm); // 필수옵션 체크 var bIsProductEmptyOption = EC_SHOP_FRONT_PRODUCT_RESTOCK.isRestock(sType) === false && checkOptionRequired() == false; //관련상품 옵션 체크 var oValidRelationProductCount = NEWPRD_ADD_OPTION.isValidRelationProductSelect(frm, oObj, bIsProductEmptyOption); // 개별 구매 관련 검증된 데이터 var oIndividualValidData = NEWPRD_ADD_OPTION.getIndividualValidCheckData(oValidRelationProductCount, oValidAddProductCount, bIsProductEmptyOption, frm); // 옵션 체크 if (bIsProductEmptyOption === true) { // 실패 타입 존재 할 경우 if (oIndividualValidData.sFailType !== '') { return false; } //관련상품 및 추가구성상품 단독구매시 유효성 메시지 노출여부 결정(순차 검증진행 추가 or 관련 + 본상품) if (NEWPRD_ADD_OPTION.checkIndividualValidAction(oValidRelationProductCount, oValidAddProductCount) === false) { return false; } // 독립형 일때 var oExistRequiredSelect = (option_type === 'F') ? $('select[id^="' + product_option_id + '"][required="true"]') : false; var sMsg = __('필수 옵션을 선택해주세요.'); try { // 관련상품 체크 확인 유무 if (NEWPRD_ADD_OPTION.checkRelationProduct(oObj, sType) === false) { return false; } if (oIndividualValidData.isValidInidual === false && EC_SHOP_FRONT_PRODUCT_OPTIONLAYER.setLayer(iProductNo, iCategoryNo, 'normal') === true) { return; } if ( Olnk.getOptionPushbutton($('#option_push_button')) === true ) { var bCheckOption = false; $('select[id^="' + product_option_id + '"]').each(function() { if (Boolean($(this).attr('required')) === true && Olnk.getCheckValue($(this).val(),'') === false) { bCheckOption = true; return false; } }); if (bCheckOption === false) { sMsg = __('품목을 선택해 주세요.'); } } } catch (e) {} // 메인상품 품목데이터 확인 var isEmptyItemData = ITEM.getItemCode().length == false || ITEM.getItemCode() === false; // 추가구성상품 및 관련상품의 개별적 구매 if (isEmptyItemData === true && oIndividualValidData.isValidInidual === true) { if (NEWPRD_ADD_OPTION.checkVaildIndividualMsg(oIndividualValidData, sType, oObj) === false) { return false; } } else { // 기존 유효성 검증 메세지 var sOrginalValidMsg = NEWPRD_ADD_OPTION. checkExistingValidMessage(oObj, oValidAddProductCount); //추가구성상품의 선택되어있으면서 본상품의 옵션이 선택 안되었을때 sMsg = (sOrginalValidMsg === false) ? sMsg : sOrginalValidMsg; frm.find(":hidden").remove(); alert(sMsg); if (oExistRequiredSelect !== false) { oExistRequiredSelect.focus(); } return; } } else { // 관련상품 체크 확인 if (NEWPRD_ADD_OPTION.checkRelationProduct(oObj, sType) === false) { return false; } // 단독구매시 메인상품 품절된 상품일때 메시지 처리 if (NEWPRD_ADD_OPTION.checkSoldOutProductValid(oObj) === true) { frm.append(getInputHidden('is_product_sold_out', 'T')); if (NEWPRD_ADD_OPTION.checkVaildIndividualMsg(oIndividualValidData, sType, oObj) === false) { return false; } } } //추가구성상품 체크 if (oValidAddProductCount.result === false) { frm.find(":hidden").remove(); if (oValidAddProductCount.message !== '') { alert(oValidAddProductCount.message); oValidAddProductCount.object.focus(); } return; } //관련상품체크 if (oValidRelationProductCount.result === false) { frm.find(":hidden").remove(); if (oValidRelationProductCount.message !== '') { alert(oValidRelationProductCount.message); oValidRelationProductCount.object.focus(); } return; } // 수량 체크 var iQuantity = 0; if (oIndividualValidData.isValidInidual === false) { // 추가 옵션 체크 (품목기반 추가옵션일때는 폼제출때 검증 불필요) if (NEWPRD_ADD_OPTION.isItemBasedAddOptionType() !== true && checkAddOption() === false) { return false; } } if (EC_SHOP_FRONT_PRODUCT_RESTOCK.isRestock(sType) === false) { iQuantity = checkQuantity(); // 관련상품만 선택 했을경우 메인상품의 구매 및 장바구니 버튼 이용 할 수 있음 if ($('[name="quantity_opt[]"]').length > 0 && iQuantity == false) return; } // 파일첨부 옵션 유효성 체크 if (bIsProductEmptyOption === false && FileOptionManager.checkValidation() === false) return; // 폼 세팅 if (iQuantity == undefined || isNaN(iQuantity) === true) { iQuantity = 1; } // 어떤 이유로 서밋이 되지 않았을때 폼이 남아있는 경우에 폼 이하의 내용을 삭제함 frm.append(getInputHidden('product_no', iProductNo)); frm.append(getInputHidden('product_name', product_name)); frm.append(getInputHidden('main_cate_no', iCategoryNo)); frm.append(getInputHidden('display_group', iDisplayGroup)); frm.append(getInputHidden('option_type', option_type)); frm.append(getInputHidden('product_price', product_price)); frm.append(getInputHidden('product_min', product_min)); frm.append(getInputHidden('command', 'add')); frm.append(getInputHidden('has_option', has_option)); frm.append(getInputHidden('basket_type', sBasketType)); // frm.append(getInputHidden('product_name',product_name)); // 혹시 몰라서 빼봄. frm.append(getInputHidden('multi_option_schema', $('#multi_option').html())); frm.append(getInputHidden('multi_option_data', '')); frm.append(getInputHidden('quantity', iQuantity)); frm.append(getInputHidden('delvType', delvtype)); frm.append(getInputHidden('redirect', sType)); //관심상품에서 옵션선택레이어로 주문 또는 장바구니 담을경우에대해 처리 //배송비결제는 선택할수없으므로 제외 if (typeof(CAPP_FRONT_OPTION_SELECT_BASKETACTION) !== 'undefined' && CAPP_FRONT_OPTION_SELECT_BASKETACTION === true) { frm.append(getInputHidden('basket_page_flag', 'T')); } else { frm.append(getInputHidden('prd_detail_ship_type', $('#delivery_cost_prepaid').val())); } // 최대주문수량 try { frm.append(getInputHidden('product_max_type', product_max_type)); frm.append(getInputHidden('product_max', product_max)); } catch (e) {} var count = 1; var sOptionParam = ''; // 필수값 체크를 여기서 하지 않을수 있다. // 추이를 지켜보고 제거 $('select[id^="' + product_option_id + '"]').each(function() { frm.append(getInputHidden('optionids[]', $(this).attr('name'))); if ($(this).attr('required') == true || $(this).attr('required') == 'required') { frm.append(getInputHidden('needed[]', $(this).attr('name'))); } var iSelectedIndex = $(this).get(0).selectedIndex; if ($(this).attr('required') && iSelectedIndex > 0) iSelectedIndex -= 1; if (iSelectedIndex > 0) { sOptionParam += '&option' + count + '=' + iSelectedIndex; var sValue = $(this).val(); var aValue = sValue.split("|"); frm.append(getInputHidden($(this).attr('name'), aValue[0])); ++count; } }); // 추가옵션 if (add_option_name) { var iAddOptionNo = 0; var aAddOptionName = new Array(); for (var i = 0, iAddOptionNameLength = add_option_name.length; i < iAddOptionNameLength; i++) { if ($('#' + add_option_id + i).val() == '' || typeof($('#' + add_option_id + i).val()) == 'undefined') { continue; } frm.append(getInputHidden('option_add[]', $('#' + add_option_id + i).val())); aAddOptionName[iAddOptionNo++] = add_option_name[i]; } frm.append(getInputHidden('add_option_name', aAddOptionName.join(';'))); } // 옵션 추가 구매 체크 if (duplicateOptionCheck() === false) return; // 추가입력옵션 체크 var bReturn = true; if ($('.add-product-checked:checked').size() > 0) { var aAddProduct = $.parseJSON(add_option_data); var aItemCode = new Array(); var bCheckValidate = true; $('.add-product-checked:checked').each(function() { if (bCheckValidate === false) { return false; } var iProductNum = $(this).attr('product-no'); var iQuantity = $('#add-product-quantity-'+iProductNum).val(); var aData = aAddProduct[iProductNum]; if (aData.item_code === undefined) { if (aData.option_type === 'T') { if (aData.item_listing_type === 'S') { var aOptionValue = new Array(); $('[id^="addproduct_option_id_'+iProductNum+'"]').each(function() { aOptionValue.push($(this).val()); }); if (ITEM.isOptionSelected(aOptionValue) === true) { sOptionValue = aOptionValue.join('#$%'); aItemCode.push([$.parseJSON(aData.option_value_mapper)[sOptionValue],iQuantity]); } else { bCheckValidate = false; alert(__('필수 옵션을 선택해주세요.')); return false; } } else { var $eItemSelectbox = $('[name="addproduct_option_name_'+iProductNum+'"]'); if (ITEM.isOptionSelected($eItemSelectbox.val()) === true) { aItemCode.push([$eItemSelectbox.val(),iQuantity]); } else { bCheckValidate = false; $eItemSelectbox.focus(); alert(__('필수 옵션을 선택해주세요.')); return false; } } } else if (Olnk.isLinkageType(sOptionType) === true) { $('[id^="addproduct_option_id_'+iProductNum+'"]').each(function() { alert( $(this).val()); if ($(this).attr('required') == true && ITEM.isOptionSelected($(this).val()) === false) { bCheckValidate = false; $(this).focus(); alert(__('필수 옵션을 선택해주세요.')); return false; } if (ITEM.isOptionSelected($(this).val()) === true) { aItemCode.push([$(this).val(),iQuantity]); } }); } else { $('[id^="addproduct_option_id_'+iProductNum+'"]').each(function() { if ($(this).attr('required') == true && ITEM.isOptionSelected($(this).val()) === false) { bCheckValidate = false; $(this).focus(); alert(__('필수 옵션을 선택해주세요.')); return false; } if (ITEM.isOptionSelected($(this).val()) === true) { aItemCode.push([$(this).val(),iQuantity]); } }); } } else { aItemCode.push([aData.item_code,iQuantity]); } }); if (bCheckValidate === true) { for (var x = 0 ; x < aItemCode.length ; x++) { frm.append(getInputHidden('relation_item[]', aItemCode[x][1]+'||'+aItemCode[x][0])); } } else { bReturn = false; } } if (bReturn === false) return false; // 옵션 추가 구매 - 구상품 스킨에만 존재하는 내용 if ($('.EC_MultipleOption').size() > 0) { //연동형 옵션의 경우 하단에서 재처리! if (Olnk.isLinkageType(sOptionType) === false) { // 원래 하던일은 여기서 하도록 두고(중복체크 같은 부분) var aMultipleOption = EC_MultipleOption.getMultipleOption(); if (aMultipleOption == -1) return false; for ( var x = 0 ; x < aMultipleOption.length ; x++) { var iQuantity = EC_MultipleOption.getMultipleOption()[x].split('|')[7]; var mItemCode = ITEM.getOldProductItemCode('.EC_MultipleOption:eq('+x+') [name^="option"]'); var aItemCode = []; if (typeof mItemCode === 'string') { aItemCode.push(mItemCode); } else { aItemCode = mItemCode; } for (var i = 0 ; i < aItemCode.length ; i++) { var sItemCode = aItemCode[i]; frm.append(getInputHidden('selected_item[]', iQuantity+'||'+sItemCode)); } } } // 사용자 지정 옵션 if ($('.' + $.data(document, 'multiple_option_input_class')).size() > 0) { frm.append(getInputHidden('user_option_name_' + iProductNo, add_option_name.join(',@,'))); var bReturn = true; var aAddOption = new Array(); $('.' + $.data(document, 'multiple_option_input_class')).each(function() { if ($(this).val() == '') { alert(__('추가 옵션을 입력해주세요.')); $(this).focus(); bReturn = false; return false; } else { aAddOption.push($(this).val()); } }); frm.append(getInputHidden('user_option_' + iProductNo, aAddOption.join(',@,'))); } if (bReturn === false) return false; } // 선택한상품만 주문하기 if (sType == 1 || sType == 'naver_checkout') { var aItemParams = []; var aItemCode = ITEM.getItemCode(); for (var i = 0, length = aItemCode.length; i < length; i++) { aItemParams.push("item_code[]=" + aItemCode[i]); } sOptionParam = sOptionParam + '&delvtype=' + delvtype + '&' + aItemParams.join("&"); if (sType == 'naver_checkout') { //ECHOSTING-62146 frm.append(getInputHidden('quantity_override_flag', 'T')); } else { if (Olnk.isLinkageType(sOptionType) === true) { var aItemValueNo = ''; var sSelectedItemByEtype = ''; var iQuantity = 0; if (isNewProductSkin() === false) { iQuantity = $('#quantity').val(); aItemValueNo = Olnk.getSelectedItemForBasketOldSkin(sProductCode, $('[id^="product_option_id"]'), iQuantity); // 전부 선택인 경우 필요값 생성한다. if ( aItemValueNo.bCheckNum === false ) { var _aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="product_option_id"]') , iQuantity); if ( _aItemValueNo !== false ) { sSelectedItemByEtype = 'selected_item_by_etype[]='+$.toJSON(_aItemValueNo) + '&'; } } else { sSelectedItemByEtype = 'selected_item_by_etype[]='+$.toJSON(_aItemValueNo) + '&'; } var iOptionNum = 1; if ( $.data(document,'multiple_option_add_class') != undefined) { iOptionNum = EC_MultipleOption.iOptionIdx; } _aItemValueNo = ''; $('.EC_MultipleOption').each(function(i){ iQuantity = $(this).find('.' + $.data(document,'multiple_option_quantity_class')).val(); aItemValueNo = Olnk.getSelectedItemForBasketOldSkin(sProductCode,$('[id^="add_'+iOptionNum+'_multi_product_option_id"]'), iQuantity); if ( aItemValueNo.bCheckNum === false ) { _aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="add_'+iOptionNum+'_multi_product_option_id"]') , iQuantity); if ( _aItemValueNo !== false ) { sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(_aItemValueNo) + '&'; } } else { sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(aItemValueNo) + '&'; } iOptionNum++; }); } else { $('.option_box_id').each(function(i) { iQuantity = $('#' + $(this).attr('id').replace('id','quantity')).val(); aItemValueNo = Olnk.getSelectedItemForBasket(sProductCode, $(this), iQuantity); if ( aItemValueNo.bCheckNum === false ) { // 옵션박스는 있지만 값이 선택이 안된경우 aItemValueNo = Olnk.getProductAllSelected(sProductCode , $(this) , iQuantity); } sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(aItemValueNo) + '&'; }); // 전부 선택인 경우 필요값 생성한다. if ( sSelectedItemByEtype === '') { iQuantity = (buy_unit >= product_min ? buy_unit : product_min); aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="product_option_id"]') , iQuantity); if ( aItemValueNo !== false ) { sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(aItemValueNo) + '&'; } } } } selectbuy_action(sOptionParam, iProductNo, sSelectedItemByEtype); frm.append(getInputHidden('quantity_override_flag', sIsPrdOverride)); } } if (typeof ACEWrap != 'undefined') { ACEWrap.addBasket(); } // 뉴상품 옵션 선택 구매 if (has_option == 'T') { if (Olnk.isLinkageType(sOptionType) === false) { if (isNewProductSkin() === true && NEWPRD_ADD_OPTION.checkSoldOutProductValid(oObj) === false) { if ($('[name="quantity_opt[]"][id^="option_box"]').length > 0 && $('[name="quantity_opt[]"][id^="option_box"]').length == $('[name="item_code[]"]').length) { //품목별 추가옵션 이름 셋팅 NEWPRD_ADD_OPTION.setItemAddOptionName(frm); $('[name="quantity_opt[]"][id^="option_box"]').each(function(i) { var oItem = $('[name="item_code[]"]:eq('+i+')'); var sItemCode = oItem.val(); frm.prepend(getInputHidden('selected_item[]', $(this).val()+'||'+sItemCode)); //품목별 추가옵션 셋팅 var sItemAddOption = unescape(oItem.attr('data-item-add-option')); NEWPRD_ADD_OPTION.setItemAddOption(sItemCode, sItemAddOption, frm); }); } } else { // 뉴 상품 + 구스디 스킨 var aItemCode = ITEM.getItemCode(); for (var i = 0 ; i < aItemCode.length ; i++) { frm.prepend(getInputHidden('selected_item[]', getQuantity()+'||'+aItemCode[i])); } } } else { var _sItemCode = sProductCode + '000A'; var iQuantity = 0; var _aItemValueNo = ''; if (isNewProductSkin() === false) { iQuantity = $('#quantity').val(); // 수량이 없는 경우에는 최소 구매 수량으로 던진다!! if ( iQuantity === undefined) { iQuantity = product_min; } var aItemValueNo = Olnk.getSelectedItemForBasketOldSkin(sProductCode, $('[id^="product_option_id"]'), iQuantity); frm.prepend(getInputHidden('selected_item[]', iQuantity+'||'+_sItemCode)); if ( aItemValueNo.bCheckNum === false ) { _aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="product_option_id"]') , iQuantity); if ( _aItemValueNo !== false ) { frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(_aItemValueNo))); } } else { frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(aItemValueNo))); } var iOptionNum = 1; if ($.data(document,'multiple_option_add_class') != undefined) { iOptionNum = EC_MultipleOption.iOptionIdx; } $('.EC_MultipleOption').each(function(i){ iQuantity = $(this).find('.' + $.data(document,'multiple_option_quantity_class')).val(); aItemValueNo = Olnk.getSelectedItemForBasketOldSkin(sProductCode,$('[id^="add_'+iOptionNum+'_multi_product_option_id"]'), iQuantity); frm.prepend(getInputHidden('selected_item[]', iQuantity+'||'+_sItemCode)); if ( aItemValueNo.bCheckNum === false ) { _aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="add_'+iOptionNum+'_multi_product_option_id"]') , iQuantity); if ( _aItemValueNo !== false ) { frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(_aItemValueNo))); } } else { frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(aItemValueNo))); } iOptionNum++; }); } else { // 메인상품 선택여부 확인 false : 선택함 || true : 선택안함 if (bIsProductEmptyOption === false && NEWPRD_ADD_OPTION.checkSoldOutProductValid(oObj) === false) { //품목별 추가옵션 이름 셋팅 NEWPRD_ADD_OPTION.setItemAddOptionName(frm); $('.option_box_id').each(function (i) { iQuantity = $('#' + $(this).attr('id').replace('id', 'quantity')).val(); _aItemValueNo = Olnk.getSelectedItemForBasket(sProductCode, $(this), iQuantity); frm.prepend(getInputHidden('selected_item[]', iQuantity + '||' + _sItemCode)); if (_aItemValueNo.bCheckNum === false) { // 옵션박스는 있지만 값이 선택이 안된경우 _aItemValueNo = Olnk.getProductAllSelected(sProductCode, $(this), iQuantity); } frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(_aItemValueNo))); var oItem = $('[name="item_code[]"]:eq(' + i + ')'); var sItemCode = oItem.val(); //품목별 추가옵션 셋팅 var sItemAddOption = unescape(oItem.attr('data-item-add-option')); NEWPRD_ADD_OPTION.setItemAddOption(_sItemCode + '_' + i, sItemAddOption, frm); }); // 전부 선택인 경우 필요값 생성한다. if (_aItemValueNo === '') { iQuantity = (buy_unit >= product_min ? buy_unit : product_min); frm.prepend(getInputHidden('selected_item[]', iQuantity + '||' + _sItemCode)); _aItemValueNo = Olnk.getProductAllSelected(sProductCode, $('[id^="product_option_id"]'), iQuantity); if (_aItemValueNo !== false) { frm.prepend(getInputHidden('selected_item_by_etype[]', $.toJSON(_aItemValueNo))); } } } } } } else { if (item_code === undefined) { var sItemCode = product_code+'000A'; } else { var sItemCode = item_code; } if (NEWPRD_ADD_OPTION.checkSoldOutProductValid(oObj) === false && EC_SHOP_FRONT_PRODUCT_RESTOCK.isRestock(sType) === false) { frm.prepend(getInputHidden('selected_item[]', $(quantity_id).val()+'||'+sItemCode)); } } // 파일첨부 옵션의 파일업로드가 없을 경우 바로 장바구니에 넣기 if (FileOptionManager.existsFileUpload() === false) { action_basket(sType, 'detail', sAction, frm.serialize(), sBasketType); // 파일첨부 옵션의 파일업로드가 있으면 } else{ FileOptionManager.upload(function(mResult){ // 파일업로드 실패 if (mResult===false) return false; // 파일업로드 성공 for (var sId in mResult) { frm.append(getInputHidden(sId, FileOptionManager.encode(mResult[sId]))); } action_basket(sType, 'detail', sAction, frm.serialize(), sBasketType); }); } } /* * 판매가 대체 문구 상품 체크 */ function checkPriceType () { if (typeof product_price_content == 'undefined') { return true; } var sProductcontent = product_price_content.replace(/\s/g, '').toString(); if (sProductcontent === '1') { return false; } return true; } /** * 품절 상품 체크 */ function checkSoldout() { // 품절 품목만 추가된 경우 if ($('.option_box_id').length == 0 && $('.soldout_option_box_id').length > 0) { alert(__('품절된 상품은 구매가 불가능합니다.')); return false; } return true; } /** * 선택한상품만 주문하기 * * @param string sOptionParam 옵션 파람값 * @param int iProductNo 상품번호 * @param string sSelectedItemByEtype 상품연동형의 경우 입력되는 선택된옵션 json 데이터 */ function selectbuy_action(sOptionParam, iProductNo, sSelectedItemByEtype) { var sAddParam = ''; if (typeof sSelectedItemByEtype != 'undefined' && sSelectedItemByEtype != '') { sAddParam = '&' + sSelectedItemByEtype; } var sUrl = '/exec/front/order/basket/?command=select_prdcnt&product_no=' + iProductNo + '&option_type=' + (window['option_type'] || '') + sOptionParam + sAddParam; $.ajax( { url : sUrl, dataType : 'json', async : false, success : function(data) { if (data.result > 0) { //1+N상품이라면 if (typeof(EC_SHOP_FRONT_PRODUCT_DEATAIL_BUNDLE) !== 'undefined' && EC_SHOP_FRONT_PRODUCT_DEATAIL_BUNDLE.oBundleConfig.hasOwnProperty(iProductNo) === true) { sIsPrdOverride = 'F'; } else { if (!confirm(sprintf(__('동일상품이 장바구니에 %s개 있습니다.'), data.result) +'\n'+ __('함께 구매하시겠습니까?'))) { sIsPrdOverride = 'T'; } } } } }); } /** * 장바구니 담기(카테고리) * * @param int iProductNo 상품번호 * @param int iCategoryNo 카테고리 번호 * @param int iDisplayGroup display_group * @param string sBasketType 무이자 설정(A0000:일반, A0001:무이자) * @param string iQuantity 주문수량 * @param string sItemCode 아이템코드 * @param string sDelvType 배송타입 */ function category_add_basket(iProductNo, iCategoryNo, iDisplayGroup, sBasketType, bList, iQuantity, sItemCode, sDelvType, sProductMaxType, sProductMax) { if (iQuantity == undefined) { iQuantity = 1; } if (bList == true) { try { if ($.type(EC_ListAction) == 'object') { EC_ListAction.getOptionSelect(iProductNo, iCategoryNo, iDisplayGroup, sBasketType); } } catch (e) { alert(__('장바구니에 담을 수 없습니다.')); return false; } } else { var sAction = '/exec/front/order/basket/'; var sData = 'command=add&quantity=' + iQuantity + '&product_no=' + iProductNo + '&main_cate_no=' + iCategoryNo + '&display_group=' + iDisplayGroup + '&basket_type=' + sBasketType + '&delvtype=' + sDelvType + '&product_max_type=' + sProductMaxType + '&product_max=' + sProductMax; // 장바구니 위시리스트인지 여부 if (typeof (basket_page_flag) != 'undefined' && basket_page_flag == 'T') { sData = sData + '&basket_page_flag=' + basket_page_flag; } // 뉴상품 옵션 선택 구매 sData = sData + '&selected_item[]='+iQuantity+'||' + sItemCode + '000A'; action_basket(2, 'category', sAction, sData, sBasketType); } } /** * 구매하기 * * @param int iProductNo 상품번호 * @param int iCategoryNo 카테고리 번호 * @param int iDisplayGroup display_group * @param string sBasketType 무이자 설정(A0000:일반, A0001:무이자) * @param string iQuantity 주문수량 */ function add_order(iProductNo, iCategoryNo, iDisplayGroup, sBasketType, iQuantity) { if (iQuantity == undefined) { iQuantity = 1; } var sAction = '/exec/front/order/basket/'; var sData = 'command=add&quantity=' + iQuantity + '&product_no=' + iProductNo + '&main_cate_no=' + iCategoryNo + '&display_group=' + iDisplayGroup + '&basket_type=' + sBasketType; action_basket(1, 'wishlist', sAction, sData, sBasketType); } /** * 레이어 생성 * * @param layerId * @param sHtml */ function create_layer(layerId, sHtml, oTarget) { //아이프레임일때만 상위객체에 레이어생성 if (oTarget === parent) { oTarget.$('#' + layerId).remove(); oTarget.$('body').append($('
')); oTarget.$('#' + layerId).html(sHtml); oTarget.$('#' + layerId).show(); //옵션선택 레이어 프레임일 경우 그대로 둘경우 영역에대해 클릭이 안되는부분때문에 삭제처리 if (typeof(bIsOptionSelectFrame) !== 'undefined' && bIsOptionSelectFrame === true) { parent.CAPP_SHOP_NEW_PRODUCT_OPTIONSELECT.closeOptionCommon(); } } else { $('#' + layerId).remove(); $('
').appendTo('body'); $('#' + layerId).html(sHtml); $('#' + layerId).show(); } // set delvtype to basket try { $(".xans-product-basketadd").find("a[href='/order/basket.html']").attr("href", "/order/basket.html?delvtype=" + delvtype); } catch (e) {} try { $(".xans-order-layerbasket").find("a[href='/order/basket.html']").attr("href", "/order/basket.html?delvtype=" + delvtype); } catch (e) {} } /** * 레이어 위치 조정 * * @param layerId */ function position_layer(layerId) { var obj = $('#' + layerId); var x = 0; var y = 0; try { var hWd = parseInt(document.body.clientWidth / 2 + $(window).scrollLeft()); var hHt = parseInt(document.body.clientHeight / 2 + $(window).scrollTop() / 2); var hBW = parseInt(obj.width()) / 2; var hBH = parseInt(hHt - $(window).scrollTop()); x = hWd - hBW; if (x < 0) x = 0; y = hHt - hBH; if (y < 0) y = 0; } catch (e) {} obj.css( { position : 'absolute', display : 'block', top : y + "px", left : x + "px" }); } // 장바구니 담기 처리중인지 체크 - (ECHOSTING-85853, 2013.05.21 by wcchoi) var bIsRunningAddBasket = false; /** * 장바구니/구매 호출 * * @param sType * @param sGroup * @param sAction * @param sParam * @param aBasketType * @param bNonDuplicateChk */ function action_basket(sType, sGroup, sAction, sParam, sBasketType, bNonDuplicateChk) { // 장바구니 담기에 대해서만 처리 // 중복 체크 안함 이 true가 아닐경우(false나 null)에만 중복체크 if (sType == 2 && bNonDuplicateChk != true) { if (bIsRunningAddBasket) { alert(__('처리중입니다. 잠시만 기다려주세요.')); return; } else { bIsRunningAddBasket = true; } } if (sType == 'sms_restock') { action_sms_restock(sParam); return ; } if (sType == 'email_restock') { action_email_restock(); return; } if (sType == 2 && EC_SHOP_FRONT_BASKET_VALIID.isBasketProductDuplicateValid(sParam) === false) { bIsRunningAddBasket = false; return false; } $.post(sAction, sParam, function(data) { basket_result_action(sType, sGroup, data, sBasketType); bIsRunningAddBasket = false; // 장바구니 담기 처리 완료 }, 'json'); // 관신상품 > 전체상품 주문 ==> 장바구니에 들어가기도 전에 /exec/front/order/order/ 호출하게 되어 오류남 // async : false - by wcchoi // 다시 async모드로 원복하기로 함 - ECQAINT-7857 /* $.ajax({ type: "POST", url: sAction, data: sParam, async: false, success: function(data) { basket_result_action(sType, sGroup, data, sBasketType); bIsRunningAddBasket = false; // 장바구니 담기 처리 완료 }, dataType: 'json' }); */ } /** * 리스트나 상세에서 장바구니 이후의 액션을 처리하고 싶을 경우 이변수를 파라미터로 지정해줌 */ var sProductLink = null; /** * 장바구니 결과 처리 * * @param sType * @param sGroup * @param aData * @param aBasketType */ function basket_result_action(sType, sGroup, aData, sBasketType) { if (aData == null) { return; } var sHtml = ''; var bOpener = false; var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); var bIsProgressLink = true; var oCheckZoomPopUp = { isPopUp : function() { var bIsPopup = false; if (bIsProgressLink === true || (typeof(sIsPopUpWindow) !== "undefined" && sIsPopUpWindow === "T")) { if (CAPP_SHOP_FRONT_COMMON_UTIL.isPopupFromThisShopFront() === true) { bIsPopup = true; } } return bIsPopup; } }; //var oOpener = findMainFrame(); //var sLocation = location; var bBuyLayer = false; if (aData.result >= 0) { try { bBuyLayer = ITEM.setBodyOverFlow(true); } catch (e) {} // 네이버 페이 if (sType == 'naver_checkout') { var sUrl = '/exec/front/order/navercheckout'; // inflow param from naver common JS to Checkout Service try { if (typeof(wcs) == 'object') { var inflowParam = wcs.getMileageInfo(); if (inflowParam != false) { sUrl = sUrl + '?naver_inflow_param=' + inflowParam; } } } catch (e) {} if (is_order_page == 'N' && bIsMobile == false) { window.open(sUrl); return false; } else { oTarget.location.href = sUrl; return false; } } // 배송유형 var sDelvType = ''; if (typeof(delvtype) != 'undefined') { if (typeof(delvtype) == 'object') { sDelvType = $(delvtype).val(); } else { sDelvType = delvtype; } } else if (aData.sDelvType != null) { sDelvType = aData.sDelvType; } if (sType == 1) { // 바로구매하기 if (aData.isLogin == 'T') { // 회원 oTarget.location.href = "/order/orderform.html?basket_type=" + sBasketType + "&delvtype=" + sDelvType; } else { // 비회원 sUrl = '/member/login.html?noMember=1&returnUrl=' + encodeURIComponent('/order/orderform.html?basket_type=' + sBasketType + "&delvtype=" + sDelvType); sUrl += '&delvtype=' + sDelvType; oTarget.location.href = sUrl; } } else { // 장바구니담기 if (sGroup == 'detail') { if (mobileWeb === true) { if (typeof (basket_page_flag) != 'undefined' && basket_page_flag == 'T') { oTarget.reload(); return; } } var oSearch = /basket.html/g; //레이어가 뜨는 설정이라면 페이지이동을 하지 않지만 //레이어가 뜨어라고 확대보기팝업이라면 페이지 이동 if (typeof(aData.isDisplayBasket) != "undefined" && aData.isDisplayBasket == 'T' && oSearch.test(window.location.pathname) == false) { if ((typeof(aData.isDisplayLayerBasket) != "undefined" && aData.isDisplayLayerBasket == 'T') && (typeof(aData.isBasketPopup) != "undefined" && aData.isBasketPopup == 'T')) { layer_basket2(sDelvType, oTarget); } else { //ECQAINT-14010 Merge이슈 : oTarget이 정상 layer_basket(sDelvType, oTarget); } bIsProgressLink = false; } //확인 레이어설정이 아니거나 확대보기 팝업페이지라면 페이지이동 if (oCheckZoomPopUp.isPopUp() === true || bIsProgressLink === true) { oTarget.location.href = "/order/basket.html?" + "&delvtype=" + sDelvType; } } else { // from으로 위시리스트에서 요청한건지 판단. var bIsFromWishlist = false; if (typeof(aData.from) != "undefined" && aData.from == "wishlist") { bIsFromWishlist = true; } // 장바구니 위시리스트인지 여부 if (typeof (basket_page_flag) != 'undefined' && basket_page_flag == 'T' || bIsFromWishlist == true) { oTarget.reload(); return; } if ((typeof(aData.isDisplayLayerBasket) != "undefined" && aData.isDisplayLayerBasket == 'T') && (typeof(aData.isBasketPopup) != "undefined" && aData.isBasketPopup == 'T')) { layer_basket2(sDelvType, oTarget); } else { layer_basket(sDelvType, oTarget); } } } } else { var msg = aData.alertMSG.replace('\\n', '\n'); msg = decodeURIComponent(msg); try { msg = decodeURIComponent(msg); } catch (err) {} alert(msg); if (aData.result == -111 && sProductLink !== null) { oTarget.href = '/product/detail.html?' + sProductLink; } if (aData.result == -101) { sUrl = '/member/login.html?noMember=1&returnUrl=' + encodeURIComponent(oTarget.location.href); oTarget.location.href = sUrl; } } if (oCheckZoomPopUp.isPopUp() === true) { self.close(); } } function layer_basket(sDelvType, oTarget) { var oProductName = null; if (typeof(product_name) !== 'undefined') { oProductName = {'product_name' : product_name}; } $('.xans-product-basketoption').remove(); $.get('/product/add_basket.html?delvtype='+sDelvType, oProductName, function(sHtml) { sHtml = sHtml.replace(//g, ''); // scirpt를 제거하면서 document.ready의 Async 모듈이 실행안되서 강제로 실행함 CAPP_ASYNC_METHODS.init(); create_layer('confirmLayer', sHtml, oTarget); }); } function layer_basket2(sDelvType, oTarget) { $('.xans-order-layerbasket').remove(); var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); $.get('/product/add_basket2.html?delvtype=' + sDelvType + '&layerbasket=T', '', function(sHtml) { sHtml = sHtml.replace(//g, ''); //scirpt를 제거하면서 document.ready의 Async 모듈이 실행안되서 강제로 실행함 CAPP_ASYNC_METHODS.init(); create_layer('confirmLayer', sHtml, oTarget); }); } function layer_wishlist(oTarget) { $('.layerWish').remove(); $.get('/product/layer_wish.html','' ,function(sHtml) { sHtml = sHtml.replace(//g, ''); create_layer('confirmLayer', sHtml, oTarget); }); } function go_basket() { var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); oTarget.location.href = '/order/basket.html'; if (CAPP_SHOP_FRONT_COMMON_UTIL.isPopupFromThisShopFront() === true) { self.close(); } } function move_basket_page() { var sLocation = location; try { sLocation = ITEM.setBodyOverFlow(location); } catch (e) {} sLocation.href = '/order/basket.html'; } /** * 이미지 확대보기 (상품상세 버튼) */ function go_detail() { var sUrl = '/product/detail.html?product_no=' + iProductNo; var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); if (typeof(iCategoryNo) != 'undefined') { sUrl += '&cate_no='+iCategoryNo; } if (typeof(iDisplayGroup) != 'undefined') { sUrl += '&display_group='+iDisplayGroup; } oTarget.location.href = sUrl; if (CAPP_SHOP_FRONT_COMMON_UTIL.isPopupFromThisShopFront() === true) { self.close(); } } /** * 바로구매하기/장바구니담기 Action - 로그인하지 않았을 경우 */ function check_action_nologin() { alert(__('회원만 구매 가능합니다. 비회원인 경우 회원가입 후 이용하여 주세요.')); var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); var sLocation = location; sLocation = ITEM.setBodyOverFlow(location); sUrl = '/member/login.html?noMember=1&returnUrl=' + encodeURIComponent(oTarget.location.href); oTarget.location.href = sUrl; } /** * 바로구매하기 Action - 불량회원 구매제한 */ function check_action_block(sMsg) { if (sMsg == '' ) { sMsg = __('쇼핑몰 관리자가 구매 제한을 설정하여 구매하실 수 없습니다.'); } alert(sMsg); } /** * 관심상품 등록 - 로그인하지 않았을 경우 */ function add_wishlist_nologin(sUrl) { alert(__('로그인 후 관심상품 등록을 해주세요.')); btn_action_move_url(sUrl); } /** * 바로구매하기 / 장바구니 담기 / 관심상품 등록 시 url 이동에 사용하는 메소드 * @param sUrl 이동할 주소 */ function btn_action_move_url(sUrl) { var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); sLocation = ITEM.setBodyOverFlow(location); sUrl += '?returnUrl=' + encodeURIComponent(oTarget.location.pathname + oTarget.location.search); oTarget.location.replace(sUrl); } /** * return_url 없이 url 이동에 사용하는 메소드 * @param sUrl 이동할 주소 */ function btn_action_move_no_return_url(sUrl) { var oTarget = CAPP_SHOP_FRONT_COMMON_UTIL.findTargetFrame(); oTarget.location.replace(sUrl); } /** * 관심상품 등록 - 파라미터 생성 * @param bIsUseOptionSelect 장바구니옵션선택 새모듈 사용여부(basket_option.html, Product_OptionSelectLayer) */ function add_wishlist(sMode, bIsUseOptionSelect) { var sUrl = '//' + location.hostname; sUrl += '/exec/front/Product/Wishlist/'; var param = location.search.substring(location.search.indexOf('?') + 1); sParam = param + '&command=add'; sParam += '&referer=' + encodeURIComponent('//' + location.hostname + location.pathname + location.search); add_wishlist_action(sUrl, sParam, sMode, bIsUseOptionSelect); } var bWishlistSave = false; /** * @param bIsUseOptionSelect 장바구니옵션선택 새모듈 사용여부(basket_option.html, Product_OptionSelectLayer) */ function add_wishlist_action(sAction, sParam, sMode, bIsUseOptionSelect) { //연동형 옵션 여부 var bIsOlinkOption = Olnk.isLinkageType(sOptionType); if (bWishlistSave === true) { return false; } var required_msg = __('품목을 선택해 주세요.'); if (sOptionType !== 'F') { var aItemCode = ITEM.getWishItemCode(); } else { var aItemCode = null; } var sSelectedItemByEtype = ''; var frm = $('#frm_image_zoom'); frm.find(":hidden").remove(); frm.attr('method', 'POST'); frm.attr('action', '/' + sAction); if (bIsOlinkOption === true) { if (isNewProductSkin() === false) { sItemCode = Olnk.getSelectedItemForWishOldSkin(sProductCode, $('[id^="product_option_id"]')); if (sItemCode !== false) { frm.append(getInputHidden('selected_item_by_etype[]', $.toJSON(sItemCode))); //sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(sItemCode) + '&'; aItemCode.push (sItemCode); } } else { $('.soldout_option_box_id,.option_box_id').each(function(i) { sItemCode = Olnk.getSelectedItemForWish(sProductCode, $(this)); if (sItemCode.bCheckNum === false) { sItemCode = Olnk.getProductAllSelected(sProductCode , $(this) , 1); } frm.append(getInputHidden('selected_item_by_etype[]', $.toJSON(sItemCode))); //sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(sItemCode) + '&'; aItemCode.push (sItemCode); }); // 전부 선택인 경우 필요값 생성한다. if ( sSelectedItemByEtype === '') { iQuantity = (buy_unit >= product_min ? buy_unit : product_min); aItemValueNo = Olnk.getProductAllSelected(sProductCode , $('[id^="product_option_id"]') , 1); if ( aItemValueNo !== false ) { frm.append(getInputHidden('selected_item_by_etype[]', $.toJSON(aItemValueNo))); //sSelectedItemByEtype += 'selected_item_by_etype[]='+$.toJSON(aItemValueNo) + '&'; aItemCode.push (aItemValueNo); } } NEWPRD_ADD_OPTION.setItemAddOptionName(frm); $('.option_box_id').each(function(i) { iQuantity = $('#' + $(this).attr('id').replace('id','quantity')).val(); _aItemValueNo = Olnk.getSelectedItemForBasket(sProductCode, $(this), iQuantity); if (_aItemValueNo.bCheckNum === false) { // 옵션박스는 있지만 값이 선택이 안된경우 _aItemValueNo = Olnk.getProductAllSelected(sProductCode , $(this) , iQuantity); } var oItem = $('[name="item_code[]"]:eq('+i+')'); var sItemCode = oItem.val(); //품목별 추가옵션 셋팅 var sItemAddOption = unescape(oItem.attr('data-item-add-option')); NEWPRD_ADD_OPTION.setItemAddOption(sProductCode + '000A_' + i , sItemAddOption, frm); }); } if (bIsUseOptionSelect !== true && (/^\*+$/.test(aItemCode) === true || aItemCode == '')) { alert(required_msg); return false; } } else { if (isNewProductSkin() === true) { //품목별 추가옵션 이름 셋팅 NEWPRD_ADD_OPTION.setItemAddOptionName(frm); $('[name="quantity_opt[]"][id^="option_box"]').each(function(i) { var oItem = $('[name="item_code[]"]:eq('+i+')'); var sItemCode = oItem.val(); //품목별 추가옵션 셋팅 var sItemAddOption = unescape(oItem.attr('data-item-add-option')); NEWPRD_ADD_OPTION.setItemAddOption(sItemCode, sItemAddOption, frm); }); } } if (aItemCode === false && bIsUseOptionSelect !== true) { if (EC_SHOP_FRONT_PRODUCT_OPTIONLAYER.setLayer(iProductNo, iCategoryNo, 'normal') === true) { return; } alert(required_msg); return false; } if (aItemCode !== null) { var sItemCode = ''; var aTemp = []; if (Olnk.isLinkageType(sOptionType) === true) { frm.append(getInputHidden('selected_item[]', '000A')); //sParam = sParam + '&' + 'selected_item[]=000A&' + sSelectedItemByEtype; } else { for (var x in aItemCode) { try { var opt_id = aItemCode[x].substr(aItemCode[x].length-4, aItemCode[x].length); frm.append(getInputHidden('selected_item[]', opt_id)); //aTemp.push('selected_item[]='+opt_id); }catch(e) {} } } } frm.append(getInputHidden('product_no', iProductNo)); frm.append(getInputHidden('option_type', sOptionType)); //sParam = sParam + '&product_no='+iProductNo; // 추가 옵션 체크 (품목기반 추가옵션일때는 폼제출때 검증 불필요) //뉴모듈사용시에는 체크안함 if (bIsUseOptionSelect !== true && (NEWPRD_ADD_OPTION.isItemBasedAddOptionType() !== true && checkAddOption() === false)) { return false; } // 추가옵션 var aAddOptionStr = new Array(); var aAddOptionRow = new Array(); if (add_option_name) { for (var i=0;i
'); } $comment.children('td:first').after(aTds.join('')); } $comment.show(); }, /** * 비밀댓글 비밀번호 확인 폼 출력 * * @param sBoardNo * @param iCommentNo * @param e */ show_secret_comment_form : function(sBoardNo, iCommentNo, e) { var $form = $('#commentSecretForm_'+sBoardNo); if ($form.length > 0) { $form.css('display', 'block'); $form[0].reset(); var $comment_no = $('[name=comment_no]', $form); if ($comment_no.length < 1) { $comment_no = $(''); $form.append($comment_no); } $comment_no.val(iCommentNo); $(e).parent().after($form); } return false; }, /** * 비밀댓글 확인 * * @param sActionUrl * @param sBoardNo */ show_secret_comment : function(sActionUrl, sBoardNo) { this.sCommentSecretUrl = sActionUrl; this.iCommentInsertBoardNo = sBoardNo; var $form = $('#commentSecretForm_'+sBoardNo); var result = FwValidator.inspection('commentSecretForm_'+sBoardNo); if (result.passed) { //SSL 처리 var aEleId = [$('#secure_password', $form)]; AuthSSLManager.weave({ 'auth_mode' : 'encrypt', 'aEleId' : aEleId, 'auth_callbackName' : 'PRODUCT_COMMENT.show_secret_comment_ajax' }); } return false; }, /** * 비밀댓글 확인 암호화 콜백함수 * * @param sOutput */ show_secret_comment_ajax : function(sOutput) { //SSL 실패확인 var sOutput = decodeURIComponent(sOutput); if (AuthSSLManager.isError(sOutput) == true) { return; } var sBoardNo = this.iCommentInsertBoardNo; var sActionUrl = this.sCommentSecretUrl; this.sCommentSecretUrl = false; this.iCommentInsertBoardNo = false; var $form = $('#commentSecretForm_'+sBoardNo); //암호화된 필드 내 값 제거 $('#secure_password', $form).val(''); var oEncryptElement = $('', { type : 'hidden', name : AuthSSL.sEncryptId, id : AuthSSL.sEncryptId, value : sOutput }); $form.append(oEncryptElement); $.post(sActionUrl+sBoardNo, $form.serialize(), function(req) { if (req.failed) { alert(req.msg); $("input[name='"+ AuthSSL.sEncryptId +"']", $form).remove(); $('#secure_password', $form).focus(); return false; } var aData = req.data; $('#comment_contents' + aData.comment_no).html(aData.comment); PRODUCT_COMMENT.hide_secret_comment_form(sBoardNo); },'json'); }, /** * 비밀댓글 비밀번호 확인 폼 숨김 * * @param sBoardNo */ hide_secret_comment_form : function(sBoardNo) { var $form = $('#commentSecretForm_'+sBoardNo); $form.css('display', 'none'); return false; }, END : function() {} }; /** * 게시판 관련 JS */ $(document).ready(function(){ BOARD.event_bind(); // 게시판메뉴 이미지 롤오버 BOARD.board_img_over(); }); var BOARD = { /** * 게시판 첨부 이미지 로드큐 */ aAttachImageLoadQueue : [], /** * 이벤트 바인딩을 합니다. */ event_bind : function () { $(".eReplyStatusChangeBtn, #eReplyStatusChangeBtn").click(function (event) { event.preventDefault(); // 기존 a 태그 href 동작 해제 BOARD.setReplyStatus(); }); //상품분류 검색 셀렉터 이벤트 바인딩 BOARD.setProductCategorySelector.setEvent(); }, /** * ECHOSTING-70918 * 처리상태에 대한 값을 UPDATE 합니다. */ setReplyStatus : function() { $.ajax({ type : 'post', dataType : 'json', url : getMultiShopUrl("/exec/admin/board/ReplyStatusAjax"), data : { mode : 'UPDATE', board_no : $("#board_no").val(), no : $("#no").val(), reply_status : $("#eReplyStatusChangeTarget").val() }, success : function(aOutputData) { if (aOutputData['result'] == 'T') { BOARD.setSuccessResult(aOutputData); } else { alert("잘못된 접근입니다."); } }, error : function() { alert("네트워크 상태가 불안정 합니다. 잠시 후 다시 시도해주세요"); } }); }, /** * ECHOSTING-70918 * 성공 결과에 대한 피드백을 합니다. */ setSuccessResult : function (aResult) { switch (aResult['status']) { case "N" : alert("처리중 상태가 해제되었습니다."); break; default : alert("처리중으로 변경되었습니다."); break; } // 새로운 상태로 갱신 $("#eReplyStatusText, .eReplyStatusText").html(aResult['new_status_icon']); // 상태 $("#eReplyStatusText, .eReplyStatusText").attr("class", aResult['new_status_style']); // 상태 스타일 $("#eReplyStatusChangeBtn, .eReplyStatusChangeBtn").html(aResult['new_status_btn_icon']); // 버튼 텍스트 $("#eReplyStatusChangeTarget").val(aResult['new_target_status']); // 변경될 값 }, /** * 공지글 보기 */ show_notice : function() { var bFlag = $('input:[type="checkbox"][name="showNotice"]')[0].checked; if (bFlag === true) { $('.mNoticeFlag').each(function(index, node){ $(node).show(); }); } else { $('.mNoticeFlag').each(function(index, node){ $(node).hide(); }); } }, /** * 게시물 복사 * @param link * @param board_no * @param listName */ article_copy : function(link, board_no, listName, aNo, return_url) { if (!aNo) { var aNo = this.check_nos( listName ); if ( aNo.length <= 0 ) { alert(__('복사할 글을 선택하여 주세요.')); return; } } var dest_board_no = $("#boardGroup option:selected").val(); if ( confirm(__("복사하시겠습니까?"))) { location.href = link + "?board_no=" + board_no + "&board_target=" + aNo + "&dest_board_no=" + dest_board_no + "&return_url=" + return_url; } }, /** * 게시물 이동 * @param link * @param board_no * @param listName */ article_move : function(link, board_no, listName, aNo, return_url) { if (!aNo) { var aNo = this.check_nos( listName ); if ( aNo.length <= 0 ) { alert(__('이동할 글을 선택하여 주세요.')); return; } } var dest_board_no = $("#boardGroup option:selected").val(); if (board_no == dest_board_no) { alert(__('동일한 게시판으로 게시물을 이동 할 수 없습니다.')); return false; } location.href = link + "?board_no=" + board_no + "&board_target=" + aNo + "&dest_board_no=" + dest_board_no + "&return_url=" + return_url; }, /** * 카테고리 이동 * @param link * @param board_no * @param listName */ category_move : function(link, board_no, listName, return_url) { var aNo = this.check_nos( listName ); if ( aNo.length <= 0 ) { alert(__('이동할 글을 선택하여 주세요.')); return; } var dest_category = $("#board_category_move option:selected").val(); location.href = link + "?board_no=" + board_no + "&board_target=" + aNo + "&dest_category=" + dest_category + "&return_url=" + return_url; }, is_spam : function(mode, bbs_no, bbs_type, listName, return_url) { if (bbs_no == ''){ var bbs_no = this.check_nos(listName); if (bbs_no.length <= 0) { alert(__('댓글을 선택하여 주세요.')); return; } } if (mode == 'move') { return_url = (return_url)? '&return_url='+return_url : ''; this.OpenWindow('/admin/php/b/board_spam_regist.php?mode='+mode+'&bbs_type='+bbs_type+'&bbs_no='+bbs_no+return_url, 'spamRegist', '450', '350','no'); } else { this.OpenWindow('/admin/php/b/board_spam_restore.php?mode='+mode+'&bbs_type='+bbs_type+'&bbs_no='+bbs_no, 'spamRestore', '470', '350','yes'); } }, /** * 관리자 설정에 따른 제목, 컨텐츠 고정하기 */ fix_subject_content : function(sAgent) { $("select[name='subject']").change(function(){ if ($("#fix_content_" + this.selectedIndex).val() != undefined) { var content = $("#fix_content_" + this.selectedIndex).val() + $("#fix_add_content").val(); } else { if ($("#fix_add_content").val() != undefined) { var content = $("#fix_add_content").val(); } else { var content = ''; } } // 답변, 수정 모드에서는 컨텐츠 영역이 수정되지 않도록 한다. if ($('#no').length == 0 && content != '') { if (sAgent == true) { $("#content").val(content); } else { $("#content_IFRAME").get(0).contentWindow.document.body.innerHTML = content; } } }); }, /** * 항상 비밀글 사용하기 */ disable_secret : function() { $("#secure0").attr({ "checked": "", "disabled" : "disabled" }); $("#secure1").attr("checked", "checked"); }, /** * 게시판메뉴 이미지 롤오버 */ board_img_over : function() { $(".board_img_over").hover(function(){ $(this).attr('src',$(this).attr('eImgOver')) }, function(){ $(this).attr('src',$(this).attr('eImgout')) }) }, /** * 폼 submit * @param string sFormName 폼 name */ form_submit : function(sFormName) { // 서밋 위치를 BOARD_WRITE로 변경 $('#'+sFormName).submit(); }, /** * 리스트 정렬 submit * @param string sFormName 폼 name */ change_sort : function(sFormName, obj) { $('#'+sFormName+' [id="board_sort"]').val(obj.value); $('#'+sFormName).submit(); }, /** * 답변여부 선택 select * @param element obj select element */ change_reply_sort: function(obj) { var sQueryString = document.location.search.substr(1); var aParams = {}; $.each(sQueryString.split('&'), function(i, str){ var sKey = str.substr(0, str.indexOf('=')); if ('page' !== sKey) { var sVal = str.substr(str.indexOf('=')+1); aParams[sKey] = sVal; } }); aParams['is_reply_sort'] = $(obj).val(); var aUrls = []; $.each(aParams, function(sKey, sVal){ if ('' !== $.trim(sVal)) { aUrls.push(sKey+'='+$.trim(sVal)); } }); document.location.href = document.location.pathname+'?'+aUrls.join('&'); }, /** * 상품후기 리스트 펼침 * @param int iNo 글번호 * @param int iBoardNo 게시판번호 * @param object obj */ viewTarget : function(iNo, iBoardNo, obj) { var self = this; var elmTarget = $(obj); if (elmTarget.parents('tr').next().attr('id') == 'content_view') { elmTarget.find('img').attr('src', function() { return this.src.replace('_fold','_unfold'); }); self.changeFoldImg(obj); $('#content_view').remove(); return; } else { $('#content_view').remove(); var aData = { 'no' : iNo, 'board_no' : iBoardNo } $.get('/exec/front/board/Get/'+iBoardNo, aData, function(req) { if (req.failed == false) { var rData = req.data; elmTarget.find('img').attr('src', function() { return this.src.replace('_unfold','_fold'); }); self.changeFoldImg(obj); var aHtml = []; aHtml.push(''); aHtml.push(' '); aHtml.push(''); elmTarget.parents('tr').after(aHtml.join('')); } else { BOARD.setBulletinSpreadFail(req.data); }; }, 'json'); } }, setBulletinSpreadFail : function (sFailType) { switch(sFailType) { case 'S' : alert(__('비밀글은 미리보기가 불가 합니다.')); break; case 'M' : alert(__('회원에게만 읽기 권한이 있습니다')); break; case 'A' : alert(__('관리자에게만 읽기 권한이 있습니다')); break; } }, /** * 폴딩 이미지 변환 * 현재 클릭한 이미지 이외에는 모두 '닫힘' 이미지로 만들기 위함 * * @param HtmlElement obj */ changeFoldImg : function(obj) { var elmEventList = $('[onclick*="BOARD.viewTarget"]'); elmEventList.each(function(){ if (obj !== this) { $(this).find('img').attr('src', function() { return this.src.replace('_fold','_unfold'); }); } }); }, /** * 관리자 댓글보기 (관리자전용) */ pre_comment : function() { this.OpenWindow('/admin/php/b/board_admin_pre_comment_l.php?mode=popup', 'pre_comment', '800', '500','auto'); }, /** * 첨부이미지 미리보기 * @param sId * @param sFlag */ afile_display : function (sId, sFlag) { if (sFlag == 1) { $('#'+sId).css('display', ''); $('#'+sId).css('position', 'absolute'); } else { $('#'+sId).css('display', 'none'); } }, /** * 첨부이미지 로딩 * @param sId 로드될 타겟 아이디 * @param sFlag 노출여부 * @param iBoardNo 게시판 번호 */ load_attached_image : function(sId, sFlag, iBoardNo) { /* * 게시물 번호 계산 * sId는 항상 "afile_" 이 prefix 됨 */ var iBulletinNo = sId.substr(6,sId.length); //큐에서 해당 게시물의 이미지가 로드중 또는 로드되었는지 체크 var iPosition = $.inArray(iBulletinNo, this.aAttachImageLoadQueue); var oTarget = $('#'+sId); //큐 체크 if (iPosition === -1) { this.aAttachImageLoadQueue.push(iBulletinNo); var sRequestUrl = '/exec/front/Board/Get?no='+ iBulletinNo +'&board_no='+iBoardNo; $.get(sRequestUrl, function(oResponse){ //로드 성공 if (oResponse.failed === false) { oTarget.append(oResponse.data.thumbnail_image); BOARD.afile_display(sId, sFlag); } //로드 실패 else { //큐에서 제거처리하여, 다시 로드 가능하도록 변경 BOARD.aAttachImageLoadQueue.splice(iPosition,1); } },'json'); } //이미지 존재 체크 if (oTarget.children().is('img') === true) { BOARD.afile_display(sId, sFlag); } }, /** * 게시판 목록 선택 갯수 체크 * @param listName * @returns {Array} */ check_nos : function(listName) { var aNo = []; $("." + listName).each(function(){ if ( this.checked ) { aNo.push( this.value ); } }); return aNo; }, /** * window.open * @param StrPage * @param StrName * @param w * @param h * @param scrolls */ OpenWindow : function(StrPage, StrName, w, h,scrolls) { var win = null; var winl = (screen.width-w)/2; var wint = (screen.height-h)/3; settings = 'height='+h+','; settings += 'width='+w+','; settings += 'top='+wint+','; settings += 'left='+winl+','; settings += 'scrollbars='+scrolls+','; settings += 'resizable=no,'; settings += 'status=no'; // SSL 적용 (ECHOSTING-214739) if (StrPage.indexOf('http') != 0) { StrPage = window.location.protocol + '//' + window.location.host + StrPage; } win = window.open(StrPage, StrName, settings); if (parseInt(navigator.appVersion)>=4) { win.window.focus(); } }, /** * 상품 분류 검색 셀렉터 */ setProductCategorySelector : { /* * 중,소,세 분류 초기화 */ resetCategory : function(oSelectBox) { for (var i=oSelectBox.children().length - 1; i>0; i--) { oSelectBox.children().eq(i).remove(); } }, /* * 하위분류 가져오기 */ getChildCategory : function(iProductCategoryNumber, oSelectBox) { var regexp = /[0-9]+/; if (regexp.test(iProductCategoryNumber) === false || oSelectBox.length === 0) return ; var sUrl = "/exec/front/Product/SubCategory?parent_cate_no="+iProductCategoryNumber; $.get(sUrl, function(oResponse) { BOARD.setProductCategorySelector.setChildCategory(oSelectBox, oResponse); }, 'json'); }, /* * 하위분류 가져오기 Callback 함수 * 하위분류 셀렉트박스 옵션추가 */ setChildCategory : function(oSelectBox, aChildCategory) { if (aChildCategory.length === 0 || oSelectBox.length === 0) return ; var sOption = ''; for (var i=0; i"+ aChildCategory[i]['category_name'] +""; } oSelectBox.append(sOption); }, /** * 이벤트 바인딩 */ setEvent : function() { var oSelector = BOARD.setProductCategorySelector; /* * 1뎁스 변경처리 * - 중,소,세 분류 초기화 * - 중분류 옵션 추가 */ $("#product_category_depth1").change(function(){ if ($(this).val() !== $(this).attr("history")) { oSelector.resetCategory($("#product_category_depth2")); oSelector.resetCategory($("#product_category_depth3")); oSelector.resetCategory($("#product_category_depth4")); $(this).attr("history", $(this).val()); } oSelector.getChildCategory($(this).val(), $("#product_category_depth2")); }); /* * 2뎁스 변경처리 * - 소,세분류 초기화 * - 소분류 옵션 추가 */ $("#product_category_depth2").change(function(){ if ($(this).val() !== $(this).attr("history")) { oSelector.resetCategory($("#product_category_depth3")); oSelector.resetCategory($("#product_category_depth4")); $(this).attr("history", $(this).val()); } oSelector.getChildCategory($(this).val(), $("#product_category_depth3")); }); /* * 3뎁스 변경처리 * - 세분류 초기화 * - 세분류 옵션 추가 */ $("#product_category_depth3").change(function(){ if ($(this).val() !== $(this).attr("history")) { oSelector.resetCategory($("#product_category_depth4")); $(this).attr("history", $(this).val()); } oSelector.getChildCategory($(this).val(), $("#product_category_depth4")); }); } }, /** * 캡차 새로고침 */ refresh_captcha : function(sType, iNo) { var sCaptchaId = 'captcha_' + sType; if (iNo != '') sCaptchaId += '_' + iNo; $('#'+sCaptchaId).attr('src', '/exec/front/board/captcha?no='+iNo+'&type='+sType+'&'+new Date().getTime()); }, END : function() {} }; /** * 엘리먼트 종류별 값 가져오기 form 에 의한 동일한 name 값 구별 * * - 오브젝트를 받아서 사용할 수 있게함. * * @param String id * @return * @author 박난하 , 백충덕 , 이재욱 */ AuthSSLManager.getValue = function(id) { //id 가 string인 경우 if (typeof id == 'string') { var divide, o, type; divide = id.split('::'); if (divide.length == 1) { o = document.getElementsByName(id); } else { var frm = divide[0], id = divide[1]; // radio, checkbox if ($('#'+id).length==0) { val = this.checkbox({'name': id, 'mode': 'val'}); return val; } o = document.forms[frm][id]; } if ( o == null || o == undefined || o.value == null || o.value == undefined ) { o = document.getElementsByName(id); val = o[0].value; } else { val = o.value; } return val; } else if (typeof id == 'object') { //id가 object인 경우 //오직 하나의 오브젝트에 대해서만 처리 if ($(id).length == 1) { return $(id).val(); } else { return '' } } else { // id가 string 또는 object가 아닐 경우 빈 값 리턴 return ''; } }; /** * 엘리먼트 종류별 값 가져오기 form 에 의한 동일한 name 값 구별 * @param String id * @return * @author 박난하 , 백충덕 */ AuthSSLManager.getValuePay = function(id) { var divide, o, type; // id가 string이 아닐 경우 빈 값 리턴 if (typeof id != 'string') return ''; divide = id.split('::'); var frm = divide[0], id = divide[1]; // radio, checkbox if ($('#'+id).length==0) { val = this.checkbox({'name': id, 'mode': 'val'}); return val; } o = document.forms[frm][id]; if ( o == null || o == undefined || o.value == null || o.value == undefined ) { o = document.getElementsByName(id); val = o[0].value; } else { val = o.value; } return val; }; /** * 암호화 param 데이터 세팅 * @param array param 암호화 관련 * @return string p 암호화 param * @author 박난하 * */ AuthSSLManager.setParam = function(param) { var p = []; if (param['auth_mode'] == 'encrypt1.9') { p.push('auth_mode=encrypt'); } else { p.push('auth_mode=' + param['auth_mode']); } p.push('auth_callbackName=' + param['auth_callbackName']); switch(param['auth_mode']) { case 'encrypt1.9': var aEle = param['aEleId'], o, p2 = {}, v; var divide = ''; var id = ''; for ( var i in aEle ) { if (aEle.hasOwnProperty(i) == false) continue; v = this.getValuePay(aEle[i]); if ( v == -1 ) continue; divide = aEle[i].split('::'); id = divide[1]; p2[id] = this.getValuePay(aEle[i]); } p.push('auth_string=' + encodeURIComponent(__JSON.stringify(p2))); break; case 'encrypt': var aEle = param['aEleId'], o, p2 = {}, v; for ( var i in aEle ) { if (aEle.hasOwnProperty(i) == false) continue; v = this.getValue(aEle[i]); if ( v == -1 ) continue; //암호화 대상이 오브젝트인경우 id값이 key가 된다. if (typeof aEle[i] == 'object') { p2[$(aEle[i]).attr('id')] = this.getValue(aEle[i]); } else { p2[aEle[i]] = this.getValue(aEle[i]); } } p.push('auth_string=' + encodeURIComponent(__JSON.stringify(p2))); break; case 'decrypt': case 'decryptClient': p.push('auth_string=' + encodeURIComponent(param['auth_string'])); break; } return p; }; /** * radio, checkbox 값 가져오기 * @param object options 옵션 * @return string radio 또는 checkbox value 반환 * @author 박난하 , 백충덕 * */ AuthSSLManager.checkbox = function(options) { var o = document.getElementsByName(options.name); if ( o == null ) return; // element 없음 if (o.length<1) { var chk = false; var o = document.getElementById(options.name); if ( o == null ) return ''; if ( o.checked == true ) var chk = true; return chk == true ? o.value : ''; } var bChecked = false; var aChk = new Array(); for ( var i = 0; i < o.length; i++ ) { var el = $('#'+o[i].id); if ( el.attr('checked') == true ) { // RADIO if (el.attr('type') == 'radio') return el.val(); // CHECKBOX else if (el.attr('type') == 'checkbox') { aChk.push(el.val()); bChecked = true; } } } if ( options.mode == 'val' ) { if (bChecked == false) return ''; if (aChk.length>0) return aChk.join('|'); } }; /** * AuthSSL을 통해 submit을 할 폼 클래스 * @author 백충덕 * @since 2011. 6. 16 * */ var FormSSL = function() { /** * 폼 아이디 * @var string * */ this.sFormId = null; /** * 암호화 시킬 엘리먼트 id 배열 * @var array * */ this.aEleId = null; /** * onsubmit bind * @param string sFormId bind 할 폼 아이디 * @param array aEleId 암호화할 엘리먼트 id 배열 * */ this.bind = function(sFormId, aEleId) { var self = this; this.sFormId = sFormId; this.aEleId = aEleId; var oForm = $('#'+sFormId); oForm.unbind('submit'); oForm.bind('submit', function(){ AuthSSL.Submit(self.sFormId, self.aEleId); return false; }); }; /** * AuthSSL submit 실행 * */ this.submit = function() { AuthSSL.Submit(this.sFormId, this.aEleId); return false; }; }; /** * AuthSSL 폼 객체 리스트 관리 * @author 백충덕 * @since 2011. 6. 16 * */ var FormSSLContainer = { /** * 폼 객체 리스트 * @var object * */ aFormSSL: {}, /** * 폼 객체 생성 및 리스트에 추가 * @param string sFormId 객체로 생성할 폼 아이디 * @param array aEleId 암호화 할 엘리먼트 아이디 * */ create: function (sFormId, aEleId) { if (this.formExists(sFormId)==false) { var oFormSSL = new FormSSL(); oFormSSL.bind(sFormId, aEleId); this.aFormSSL[sFormId] = oFormSSL; } }, /** * 폼 아이디로 AuthSSL submit 실행 * @param string sFormId 폼 아이디 * */ submit: function (sFormId) { if (this.formExists(sFormId)==false) return; this.aFormSSL[sFormId].submit(); }, /** * 폼 아이디로 FormSSLContainer에 해당 폼이 있는지 체크 * @param string sFormId 체크할 폼 아이디 * @return bool 폼이 있으면 true, 없으면 false * */ formExists: function (sFormId) { if (!this.aFormSSL[sFormId]) return false; else return true; } }; /** * AuthSSL 클래스 * @author 백충덕 * @since 2011. 6. 16 * */ var AuthSSL = { /** * SSL on/off * @var bool * */ bIsSsl : true, /** * 폼 아이디 * @var string * */ sFormId : null, /** * 엘리먼트 아이디 * @var array * */ aEleId : null, /** * 폼 객체 (jQuery) * @var object * */ oFormSubmit: null, /** * 암호화 된 문자열이 저장될 input hidden id * @var string * */ sEncryptId : 'encrypted_str', /** * callback 함수 이름 * @var string * */ sCallbackName : 'AuthSSL.encryptSubmit_Complete', /** * 멤버변수 세팅 * @param string sFormId 폼 아이디 * @param array aEleId 엘리먼트 아이디 * */ init: function(sFormId, aEleId) { this.sFormId = sFormId; this.aEleId = aEleId; this.oFormSubmit = $('#' + sFormId); }, /** * AuthSSLManager 존재여부 체크 * @return bool 존재하면 true, 아니면 false 반환 * */ checkAvailable: function() { // AuthSSLManager가 없음 if (typeof AuthSSLManager!='object') { alert('[Error]\nneed SSL Manager'); return false; } return true; }, /** * onsubmit bind * @param string sFormId 폼 아이디 * @param array aEleId 암호화하고자 하는 필드의 id * */ Bind: function(sFormId, aEleId) { FormSSLContainer.create(sFormId, aEleId); }, /** * 암호화 요청 함수 - submit * @param string sFormId 폼 아이디 * @param array aEleId 엘리먼트 아이디 * */ Submit: function(sFormId, aEleId) { // AuthSSLManager 존재여부 체크 if (this.checkAvailable()==false) return false; // 폼 아이디, 엘리먼트 아이디 세팅 this.init(sFormId, aEleId); // 암호화 요청이 아닐 경우 그냥 submit if (this.bIsSsl == false) { this.disabledSslSubmit(); return false; } // 암호화 된 값을 받을 input_hidden 생성 var oInput = document.createElement('input'); oInput.type = 'hidden'; oInput.name = oInput.id = this.sEncryptId; this.oFormSubmit.append(oInput); // 암호화 요청 this.encrypt(this.aEleId, this.sCallbackName); }, /** * 암호화 요청 * @param array aEleId 암호화할 엘리먼트 id * @param string sCallbackName 콜백함수 이름 * */ encrypt: function(aEleId, sCallbackName) { AuthSSLManager.weave({ 'auth_mode' : 'encrypt', 'aEleId' : aEleId, 'auth_callbackName': sCallbackName }); }, /** * 암호화 처리결과 callback 함수 * @param string sOutput 암호화 된 처리결과 * */ encryptSubmit_Complete: function(sOutput) { // Error if ( AuthSSLManager.isError(sOutput) == true ) { alert('[Error]\n'+sOutput); return; } // 암호화 처리된 엘리먼트의 value 제거 this.delInputValue(); // input_hidden에 암호화 된 결과값 대입 this.oFormSubmit.find('[id="'+this.sEncryptId+'"]').val(sOutput); // Form Submit this.oFormSubmit.unbind('submit'); this.delInputValue(); this.oFormSubmit.submit(); }, /** * INPUT.RADIO, INPUT.CHECKBOX의 value 지움 * @param string sName 값을 지우고자 하는 element의 name * */ delRadioValue: function(sName) { var oEle = document.getElementsByName(sName); if (oEle.length>0) { for (var i = 0; i < oEle.length; i++) { oEle[i].value = ''; if (oEle[i].defaultValue) { oEle[i].defaultValue = ''; } } } }, /** * 암호화 될 폼 요소들의 값을 지움 */ delInputValue : function() { for (var i=0; i 0) { return; } /* * QueryString에서 디버그 표시 제거 */ function stripDebug(sLocation) { if (typeof sLocation != 'string') return ''; sLocation = sLocation.replace(/^d[=]*[\d]*[&]*$/, ''); sLocation = sLocation.replace(/^d[=]*[\d]*[&]/, ''); sLocation = sLocation.replace(/(&d&|&d[=]*[\d]*[&]*)/, '&'); return sLocation; } // realconn & Ad aggregation var _aPrs = new Array(); _sUserQs = window.location.search.substring(1); _sUserQs = stripDebug(_sUserQs); _aPrs[0] = 'rloc='+escape(document.location); _aPrs[1] = 'rref='+escape(document.referrer); _aPrs[2] = 'udim='+window.screen.width+'*'+window.screen.height; _aPrs[3] = 'rserv='+aLogData.log_server2; _aPrs[4] = 'cid='+eclog.getCid(); // 모바일웹일 경우 추가 파라미터 생성 var _sMobilePrs = ''; if (mobileWeb === true) _sMobilePrs = '&mobile=T&mobile_ver=new'; _sUrlQs = _sUserQs + '&' + _aPrs.join('&') + _sMobilePrs; var _sUrlFull = '/exec/front/eclog/main/?'+_sUrlQs; var node = document.createElement('iframe'); node.setAttribute('src', _sUrlFull); node.setAttribute('id', 'log_realtime'); document.body.appendChild(node); $('#log_realtime').hide(); // eclog2.0, eclog1.9 var sTime = new Date().getTime();//ECHOSTING-54575 var sScriptSrc = '//'+aLogData.log_server1+'/weblog.js?uid='+aLogData.mid+'&uname='+aLogData.mid+'&r_ref='+document.referrer; if (mobileWeb === true) sScriptSrc += '&cafe_ec=mobile'; sScriptSrc+= '&t='+sTime;//ECHOSTING-54575 var node = document.createElement('script'); node.setAttribute('type', 'text/javascript'); node.setAttribute('src', sScriptSrc); node.setAttribute('id', 'log_script'); document.body.appendChild(node); }); /** * 비동기식 데이터 */ var CAPP_ASYNC_METHODS = { DEBUG: false, IS_LOGIN: (document.cookie.match(/(?:^| |;)iscache=F/) ? true : false), EC_PATH_ROLE: $('meta[name="path_role"]').attr('content') || '', aDatasetList: [], $xansMyshopMain: $('.xans-myshop-main'), init : function() { var bDebug = CAPP_ASYNC_METHODS.DEBUG; var aUseModules = []; var aNoCachedModules = []; $(CAPP_ASYNC_METHODS.aDatasetList).each(function(){ var sKey = this; var oTarget = CAPP_ASYNC_METHODS[sKey]; if (bDebug) { console.log(sKey); } var bIsUse = oTarget.isUse(); if (bDebug) { console.log(' isUse() : ' + bIsUse); } if (bIsUse === true) { aUseModules.push(sKey); if (oTarget.restoreCache === undefined || oTarget.restoreCache() === false) { if (bDebug) { console.log(' restoreCache() : true'); } aNoCachedModules.push(sKey); } } }); if (aNoCachedModules.length > 0) { var sEditor = ''; try { if (bEditor === true) { // 에디터에서 접근했을 경우 임의의 상품 지정 sEditor = '&PREVIEW_SDE=1'; } } catch(e) { } var sPathRole = '&path_role=' + CAPP_ASYNC_METHODS.EC_PATH_ROLE; $.ajax( { url : '/exec/front/manage/async?module=' + aNoCachedModules.join(',') + sEditor + sPathRole, dataType : 'json', success : function(aData) { CAPP_ASYNC_METHODS.setData(aData, aUseModules); } }); } else { CAPP_ASYNC_METHODS.setData({}, aUseModules); } }, setData : function(aData, aUseModules) { aData = aData || {}; $(aUseModules).each(function(){ var sKey = this; var oTarget = CAPP_ASYNC_METHODS[sKey]; if (oTarget.setData !== undefined && aData.hasOwnProperty(sKey) === true) { oTarget.setData(aData[sKey]); } if (oTarget.execute !== undefined) { oTarget.execute(); } }); } }; /** * 비동기식 데이터 - 최근 본 상품 - 보여줄 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('recentViewConfig'); CAPP_ASYNC_METHODS.recentViewConfig = { STORAGE_KEY: 'localRecentViewConfig' + EC_SDE_SHOP_NUM, __iViewCount: null, __sAdult19Warning: 'F', __sAdult19BaseImage: null, isUse: function() { if (CAPP_ASYNC_METHODS.recent.isUse() === false) { return false; } if (window.sessionStorage === undefined) { return false; } return true; }, restoreCache: function() { if (window.sessionStorage === undefined) { return false; } var sSessionStorageDataWrapedJson = window.sessionStorage.getItem(this.STORAGE_KEY); if (sSessionStorageDataWrapedJson === null) { return false; } this.__setConfigs(sSessionStorageDataWrapedJson); return true; }, setData: function(sData) { var aData = new Array(); aData.push('"adult19BaseTinyImage":"' + sData.adult19BaseTinyImage + '"'); aData.push('"adult19Warning":"' + sData.adult19Warning + '"'); aData.push('"viewCount":"' + sData.viewCount + '"'); var sDataWrapedJson = '{' + aData.join(",") + '}'; //JSON.stringify(sData); IE7 NOT COMPATIBLE try { window.sessionStorage.setItem(this.STORAGE_KEY, sDataWrapedJson); } catch (error) { } this.__setConfigs(sDataWrapedJson); }, getViewCount: function() { return this.__iViewCount; }, getAdult19Warning: function() { return this.__sAdult19Warning; }, getAdult19BaseImage: function() { return this.__sAdult19BaseImage; }, __setConfigs: function(sDataJson) { var aRecentViewConfig = $.parseJSON(sDataJson); var sAdult19Warning = aRecentViewConfig['adult19Warning']; if (sAdult19Warning !== 'T') { sAdult19Warning = 'F' }; this.__sAdult19Warning = sAdult19Warning; this.__sAdult19BaseImage = aRecentViewConfig['adult19BaseTinyImage']; this.__iViewCount = Number(aRecentViewConfig['viewCount']); } }; /** * 비동기식 데이터 - 회원 정보 */ CAPP_ASYNC_METHODS.aDatasetList.push('member'); CAPP_ASYNC_METHODS.member = { __sEncryptedString: null, __isAdult: 'F', isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if ($('.xans-layout-statelogon, .xans-layout-logon').length > 0) { return true; } if (CAPP_ASYNC_METHODS.recentViewConfig.getAdult19Warning() === 'T' && CAPP_ASYNC_METHODS.recent.isUse() === true) { return true; } } return false; }, setData: function(oData) { this.__sEncryptedString = oData.memberData; this.__isAdult = oData.memberIsAdult; }, execute: function() { AuthSSLManager.weave({ 'auth_mode' : 'decryptClient', 'auth_string' : this.__sEncryptedString, 'auth_callbackName' : 'CAPP_ASYNC_METHODS.member.setDataCallback' }); }, setDataCallback: function(output) { try { var output = decodeURIComponent(output); if ( AuthSSLManager.isError(output) == true ) { alert(output); return; } var aData = AuthSSLManager.unserialize(output); // 친구초대 if ($('.xans-myshop-asyncbenefit').size() > 0) { $('#reco_url').attr({value: $('#reco_url').val() + aData['id']}); } for (var k in aData) { $('.xans-member-var-' + k).html(aData[k]); } } catch(e) {} }, getMemberIsAdult: function() { return this.__isAdult; } }; /** * 비동기식 데이터 - 예치금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Ordercnt'); CAPP_ASYNC_METHODS.Ordercnt = { __iOrderShppiedBeforeCount: null, __iOrderShppiedStandbyCount: null, __iOrderShppiedBeginCount: null, __iOrderShppiedComplateCount: null, __iOrderShppiedCancelCount: null, __iOrderShppiedExchangeCount: null, __iOrderShppiedReturnCount: null, __$target: $('#xans_myshop_orderstate_shppied_before_count'), __$target2: $('#xans_myshop_orderstate_shppied_standby_count'), __$target3: $('#xans_myshop_orderstate_shppied_begin_count'), __$target4: $('#xans_myshop_orderstate_shppied_complate_count'), __$target5: $('#xans_myshop_orderstate_order_cancel_count'), __$target6: $('#xans_myshop_orderstate_order_exchange_count'), __$target7: $('#xans_myshop_orderstate_order_return_count'), isUse: function() { if ($('.xans-myshop-orderstate').length > 0) { return true; } return false; }, setData: function(aData) { this.__iOrderShppiedBeforeCount = aData['shipped_before_count']; this.__iOrderShppiedStandbyCount = aData['shipped_standby_count']; this.__iOrderShppiedBeginCount = aData['shipped_begin_count']; this.__iOrderShppiedComplateCount = aData['shipped_complate_count']; this.__iOrderShppiedCancelCount = aData['order_cancel_count']; this.__iOrderShppiedExchangeCount = aData['order_exchange_count']; this.__iOrderShppiedReturnCount = aData['order_return_count']; }, execute: function() { this.__$target.html(this.__iOrderShppiedBeforeCount); this.__$target2.html(this.__iOrderShppiedStandbyCount); this.__$target3.html(this.__iOrderShppiedBeginCount); this.__$target4.html(this.__iOrderShppiedComplateCount); this.__$target5.html(this.__iOrderShppiedCancelCount); this.__$target6.html(this.__iOrderShppiedExchangeCount); this.__$target7.html(this.__iOrderShppiedReturnCount); } }; /** * 비동기식 데이터 - 장바구니 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Basketcnt'); CAPP_ASYNC_METHODS.Basketcnt = { __iBasketCount: null, __$target: $('.xans-layout-orderbasketcount span a'), __$target2: $('#xans_myshop_basket_cnt'), __$target3: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_basket_cnt'), __$target4: $('.EC-Layout-Basket-count'), isUse: function() { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'basketcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iBasketCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iBasketCount = Number(sData); }, execute: function() { this.__$target.html(this.__iBasketCount); if (SHOP.getLanguage() === 'ko_KR') { this.__$target2.html(this.__iBasketCount + '개'); } else { this.__$target2.html(this.__iBasketCount); } this.__$target3.html(this.__iBasketCount); this.__$target4.html(this.__iBasketCount); if (this.__iBasketCount > 0 && this.__$target4.length > 0) { var $oCountDisplay = $('.EC-Layout_Basket-count-display'); if ($oCountDisplay.length > 0) { $oCountDisplay.removeClass('displaynone'); } } } }; /** * 비동기식 데이터 - 장바구니 금액 */ CAPP_ASYNC_METHODS.aDatasetList.push('Basketprice'); CAPP_ASYNC_METHODS.Basketprice = { __sBasketPrice: null, __$target: $('#xans_myshop_basket_price'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'basketprice_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__sBasketPrice = decodeURIComponent((aCookieValue[1]+ '').replace(/\+/g, '%20')); return true; } return false; }, setData: function(sData) { this.__sBasketPrice = sData; }, execute: function() { this.__$target.html(this.__sBasketPrice); } }; /** * 비동기식 데이터 - 쿠폰 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Couponcnt'); CAPP_ASYNC_METHODS.Couponcnt = { __iCouponCount: null, __$target: $('.xans-layout-myshopcouponcount'), __$target2: $('#xans_myshop_coupon_cnt'), __$target3: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_coupon_cnt'), __$target4: $('#xans_myshop_bankbook_coupon_cnt'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } } return false; }, restoreCache: function() { var sCookieName = 'couponcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iCouponCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iCouponCount = Number(sData); }, execute: function() { this.__$target.html(this.__iCouponCount); if (SHOP.getLanguage() === 'ko_KR') { this.__$target2.html(this.__iCouponCount + '개'); } else { this.__$target2.html(this.__iCouponCount); } this.__$target3.html(this.__iCouponCount); this.__$target4.html(this.__iCouponCount); } }; /** * 비동기식 데이터 - 적립금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Mileage'); CAPP_ASYNC_METHODS.Mileage = { __sMileage: null, __sUsedMileage: null, __sTotalMileage: null, __sUnavailMileage: null, __sReturnedMileage: null, __$target: $('#xans_myshop_mileage'), __$target2: $('#xans_myshop_bankbook_avail_mileage, #xans_myshop_summary_avail_mileage'), __$target3: $('#xans_myshop_bankbook_used_mileage, #xans_myshop_summary_used_mileage'), __$target4: $('#xans_myshop_bankbook_total_mileage, #xans_myshop_summary_total_mileage'), __$target5: $('#xans_myshop_summary_unavail_mileage'), __$target6: $('#xans_myshop_summary_returned_mileage'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } if (this.__$target5.length > 0) { return true; } if (this.__$target6.length > 0) { return true; } } return false; }, setData: function(aData) { this.__sMileage = aData['avail_mileage']; this.__sUsedMileage = aData['used_mileage']; this.__sTotalMileage = aData['total_mileage']; this.__sUnavailMileage = aData['unavail_mileage']; this.__sReturnedMileage = aData['returned_mileage']; }, execute: function() { this.__$target.html(this.__sMileage); this.__$target2.html(this.__sMileage); this.__$target3.html(this.__sUsedMileage); this.__$target4.html(this.__sTotalMileage); this.__$target5.html(this.__sUnavailMileage); this.__$target6.html(this.__sReturnedMileage); } }; /** * 비동기식 데이터 - 예치금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Deposit'); CAPP_ASYNC_METHODS.Deposit = { __sDeposit: null, __sAllDeposit: null, __sUsedDeposit: null, __sRefundWaitDeposit: null, __$target: $('#xans_myshop_deposit'), __$target2: $('#xans_myshop_bankbook_deposit'), __$target3: $('#xans_myshop_summary_deposit'), __$target4: $('#xans_myshop_summary_all_deposit'), __$target5: $('#xans_myshop_summary_used_deposit'), __$target6: $('#xans_myshop_summary_refund_wait_deposit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } if (this.__$target5.length > 0) { return true; } if (this.__$target6.length > 0) { return true; } } return false; }, setData: function(aData) { this.__sDeposit = aData['total_deposit']; this.__sAllDeposit = aData['all_deposit']; this.__sUsedDeposit = aData['used_deposit']; this.__sRefundWaitDeposit = aData['deposit_refund_wait']; this.__sDepositUnit = aData['deposit_unit']; }, execute: function() { this.__$target.html(this.__sDeposit); this.__$target2.html(this.__sDeposit); this.__$target3.html(this.__sDeposit); this.__$target4.html(this.__sAllDeposit); this.__$target5.html(this.__sUsedDeposit); this.__$target6.html(this.__sRefundWaitDeposit); } }; /** * 비동기식 데이터 - 관심상품 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Wishcount'); CAPP_ASYNC_METHODS.Wishcount = { __iWishCount: null, __$target: $('#xans_myshop_interest_prd_cnt'), __$target2: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_interest_prd_cnt'), isUse: function() { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'wishcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iWishCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iWishCount = Number(sData); }, execute: function() { if (SHOP.getLanguage() === 'ko_KR') { this.__$target.html(this.__iWishCount + '개'); } else { this.__$target.html(this.__iWishCount); } this.__$target2.html(this.__iWishCount); } }; /** * 비동기식 데이터 - 최근 본 상품 */ CAPP_ASYNC_METHODS.aDatasetList.push('recent'); CAPP_ASYNC_METHODS.recent = { STORAGE_KEY: 'localRecentProduct' + EC_SDE_SHOP_NUM, __$target: $('.xans-layout-productrecent'), __aData: null, isUse: function() { this.__$target.hide(); if (this.__$target.find('.xans-record-').length > 0) { return true; } return false; }, restoreCache: function() { this.__aData = []; var iTotalCount = CAPP_ASYNC_METHODS.RecentTotalCount.getData(); if (iTotalCount == 0) { // 총 갯수가 없는 경우 복구할 것이 없으므로 복구한 것으로 리턴 return true; } var sAdultImage = ''; if (window.sessionStorage === undefined) { return false; } var sSessionStorageData = window.sessionStorage.getItem(this.STORAGE_KEY); if (sSessionStorageData === null) { return false; } var iViewCount = CAPP_ASYNC_METHODS.recentViewConfig.getViewCount(); this.__aData = []; var aStorageData = $.parseJSON(sSessionStorageData); var iCount = 1; var bDispRecent = true; for (var iKey in aStorageData) { var sProductImgSrc = aStorageData[iKey].sImgSrc; if (isFinite(iKey) === false) { continue; } var aDataTmp = []; aDataTmp.recent_img = getImageUrl(sProductImgSrc); aDataTmp.name = aStorageData[iKey].sProductName; aDataTmp.disp_recent = true; aDataTmp.is_adult_product = aStorageData[iKey].isAdultProduct; aDataTmp.link_product_detail = aStorageData[iKey].link_product_detail; //aDataTmp.param = '?product_no=' + aStorageData[iKey].iProductNo + '&cate_no=' + aStorageData[iKey].iCateNum + '&display_group=' + aStorageData[iKey].iDisplayGroup; aDataTmp.param = filterXssUrlParameter(aStorageData[iKey].sParam); if ( iViewCount < iCount ) { bDispRecent = false; } aDataTmp.disp_recent = bDispRecent; iCount++; this.__aData.push(aDataTmp); } return true; /** * get SessionStorage image url * @param sNewImgUrl DB에 저장되어 있는 tiny값 */ function getImageUrl(sImgUrl) { if ( typeof(sImgUrl) === 'undefined' || sImgUrl === null) { return; } var sNewImgUrl = ''; if ( sImgUrl.indexOf('http://') >= 0 || sImgUrl.indexOf('https://') >= 0 || sImgUrl.substr(0, 2) === '//') { sNewImgUrl = sImgUrl; } else { sNewImgUrl = '/web/product/tiny/' + sImgUrl; } return sNewImgUrl; } /** * 파라미터 URL에서 XSS 공격 관련 파라미터를 필터링합니다. ECHOSTING-162977 * @param string sParam 파라미터 * @return string 필터링된 파라미터 */ function filterXssUrlParameter(sParam) { sParam = sParam || ''; var sPrefix = ''; if (sParam.substr(0, 1) === '?') { sPrefix = '?'; sParam = sParam.substr(1); } var aParam = {}; var aParamList = (sParam).split('&'); $.each(aParamList, function() { var aMatch = this.match(/^([^=]+)=(.*)$/); if (aMatch) { aParam[aMatch[1]] = aMatch[2]; } }); return sPrefix + $.param(aParam); } }, setData: function(aData) { this.__aData = aData; // 쿠키엔 있지만 sessionStorage에 없는 데이터 복구 if (window.sessionStorage) { var oNewStorageData = []; for ( var i = 0 ; i < aData.length ; i++) { if (aData[i].bNewProduct !== true) { continue; } var aNewStorageData = { 'iProductNo': aData[i].product_no, 'sProductName': aData[i].name, 'sImgSrc': aData[i].recent_img, 'sParam': aData[i].param, 'link_product_detail': aData[i].link_product_detail }; oNewStorageData.push(aNewStorageData); } if ( oNewStorageData.length > 0 ) { sessionStorage.setItem(this.STORAGE_KEY , $.toJSON(oNewStorageData)); } } }, execute: function() { var sAdult19Warning = CAPP_ASYNC_METHODS.recentViewConfig.getAdult19Warning(); var aData = this.__aData; var aNodes = this.__$target.find('.xans-record-'); var iRecordCnt = aNodes.length; var iAddedElementCount = 0; var aNodesParent = $(aNodes[0]).parent(); for ( var i = 0 ; i < aData.length ; i++) { if (!aNodes[i]) { $(aNodes[iRecordCnt - 1]).clone().appendTo(aNodesParent); iAddedElementCount++; } } if (iAddedElementCount > 0) { aNodes = this.__$target.find('.xans-record-'); } if (aData.length > 0) { this.__$target.show(); } for ( var i = 0 ; i < aData.length ; i++) { assignVariables(aNodes[i], aData[i]); } // 종료 카운트 지정 if (aData.length < aNodes.length) { iLength = aData.length; deleteNode(); } recentBntInit(this.__$target); /** * 패치되지 않은 노드를 제거 */ function deleteNode() { for ( var i = iLength ; i < aNodes.length ; i++) { $(aNodes[i]).remove(); } } /** * oTarget 엘레먼트에 aData의 변수를 어싸인합니다. * @param Element oTarget 변수를 어싸인할 엘레먼트 * @param array aData 변수 데이터 */ function assignVariables(oTarget, aData) { var recentImage = aData.recent_img; if (sAdult19Warning === 'T' && CAPP_ASYNC_METHODS.member.getMemberIsAdult() === 'F' && aData.is_adult_product === 'T') { recentImage = CAPP_ASYNC_METHODS.recentViewConfig.getAdult19BaseImage(); }; var $oTarget = $(oTarget); var sHtml = $oTarget.html(); sHtml = sHtml.replace('about:blank', recentImage) .replace('##param##', aData.param) .replace('##name##',aData.name) .replace('##link_product_detail##', aData.link_product_detail); $oTarget.html(sHtml); if (aData.disp_recent === true) { $oTarget.removeClass('displaynone'); } } function recentBntInit($target) { // 화면에 뿌려진 갯수 var iDisplayCount = 0; // 보여지는 style var sDisplay = ''; var iIdx = 0; // var iDisplayNoneIdx = 0; var nodes = $target.find('.xans-record-').each(function() { sDisplay = $(this).css('display'); if (sDisplay != 'none') { iDisplayCount++; } else { if (iDisplayNoneIdx == 0) { iDisplayNoneIdx = iIdx; } } iIdx++; }); var iRecentCount = nodes.length; var bBtnActive = iDisplayCount > 0; $('.xans-layout-productrecent .prev').unbind('click').click(function() { if (bBtnActive !== true) return; var iFirstNode = iDisplayNoneIdx - iDisplayCount; if (iFirstNode == 0 || iDisplayCount == iRecentCount) { alert(__('최근 본 첫번째 상품입니다.')); return; } else { iDisplayNoneIdx--; $(nodes[iDisplayNoneIdx]).hide(); $(nodes[iFirstNode - 1]).removeClass('displaynone'); $(nodes[iFirstNode - 1]).fadeIn('fast'); } }).css( { cursor : 'pointer' }); $('.xans-layout-productrecent .next').unbind('click').click(function() { if (bBtnActive !== true) return; if ( (iRecentCount ) == iDisplayNoneIdx || iDisplayCount == iRecentCount) { alert(__('최근 본 마지막 상품입니다.')); } else { $(nodes[iDisplayNoneIdx]).fadeIn('fast'); $(nodes[iDisplayNoneIdx]).removeClass('displaynone'); $(nodes[ (iDisplayNoneIdx - iDisplayCount)]).hide(); iDisplayNoneIdx++; } }).css( { cursor : 'pointer' }); } } }; /** * 비동기식 데이터 - 최근본상품 총 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('RecentTotalCount'); CAPP_ASYNC_METHODS.RecentTotalCount = { __iRecentCount: null, __$target: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_recent_cnt'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'recent_plist'; if (EC_SDE_SHOP_NUM > 1) { sCookieName = 'recent_plist' + EC_SDE_SHOP_NUM; } var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iRecentCount = decodeURI(aCookieValue[1]).split('|').length; } else { this.__iRecentCount = 0; } }, execute: function() { this.__$target.html(this.__iRecentCount); }, getData: function() { if (this.__iRecentCount === null) { // this.isUse값이 false라서 복구되지 않았는데 이 값이 필요한 경우 복구 this.restoreCache(); } return this.__iRecentCount; } }; /** * 비동기식 데이터 - 주문정보 */ CAPP_ASYNC_METHODS.aDatasetList.push('Order'); CAPP_ASYNC_METHODS.Order = { __iOrderCount: null, __iOrderTotalPrice: null, __iGradeIncreaseValue: null, __$target: $('#xans_myshop_bankbook_order_count'), __$target2: $('#xans_myshop_bankbook_order_price'), __$target3: $('#xans_myshop_bankbook_grade_increase_value'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } } return false; }, setData: function(aData) { this.__iOrderCount = aData['total_order_count']; this.__iOrderTotalPrice = aData['total_order_price']; this.__iGradeIncreaseValue = Number(aData['grade_increase_value']); }, execute: function() { this.__$target.html(this.__iOrderCount); this.__$target2.html(this.__iOrderTotalPrice); this.__$target3.html(this.__iGradeIncreaseValue); } }; /** * 비동기식 데이터 - Benefit */ CAPP_ASYNC_METHODS.aDatasetList.push('Benefit'); CAPP_ASYNC_METHODS.Benefit = { __aBenefit: null, __$target: $('.xans-myshop-asyncbenefit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } } return false; }, setData: function(aData) { this.__aBenefit = aData; }, execute: function() { var aFilter = ['group_image_tag', 'group_icon_tag', 'display_no_benefit', 'display_with_all', 'display_mobile_use_dc', 'display_mobile_use_mileage']; var __aData = this.__aBenefit; // 그룹이미지 $('.myshop_benefit_group_image_tag').attr({alt: __aData['group_name'], src: __aData['group_image']}); // 그룹아이콘 $('.myshop_benefit_group_icon_tag').attr({alt: __aData['group_name'], src: __aData['group_icon']}); if (__aData['display_no_benefit'] === true) { $('.myshop_benefit_display_no_benefit').removeClass('displaynone').show(); } if (__aData['display_with_all'] === true) { $('.myshop_benefit_display_with_all').removeClass('displaynone').show(); } if (__aData['display_mobile_use_dc'] === true) { $('.myshop_benefit_display_mobile_use_dc').removeClass('displaynone').show(); } if (__aData['display_mobile_use_mileage'] === true) { $('.myshop_benefit_display_mobile_use_mileage').removeClass('displaynone').show(); } $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { $('.myshop_benefit_' + key).html(val); } }); } }; /** * 비동기식 데이터 - 비동기장바구니 레이어 */ CAPP_ASYNC_METHODS.aDatasetList.push('BasketLayer'); CAPP_ASYNC_METHODS.BasketLayer = { __sBasketLayerHtml: null, __$target: $('#ec_async_basket_layer_container'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, execute: function() { $.ajax({ url: '/order/async_basket_layer.html?__popupPage=T', async: false, success: function(data) { var sBasketLayerHtml = data; var sBasketLayerStyle = ''; var sBasketLayerBody = ''; sBasketLayerHtml = sBasketLayerHtml.replace(//gi,''); // 스크립트 제거 sBasketLayerHtml = sBasketLayerHtml.replace(//gi,''); // 옵티마이져 제거 var regexStyle = //; // Style 추출 if (regexStyle.exec(sBasketLayerHtml) != null) sBasketLayerStyle = regexStyle.exec(sBasketLayerHtml)[0]; var regexBody = /([\s\S]*?)<\/body>/; // Body 추출 if (regexBody.exec(sBasketLayerHtml) != null) sBasketLayerBody = regexBody.exec(sBasketLayerHtml)[1]; CAPP_ASYNC_METHODS.BasketLayer.__sBasketLayerHtml = sBasketLayerStyle + sBasketLayerBody; } }); this.__$target.html(this.__sBasketLayerHtml); } }; /** * 비동기식 데이터 - Benefit */ CAPP_ASYNC_METHODS.aDatasetList.push('Grade'); CAPP_ASYNC_METHODS.Grade = { __aGrade: null, __$target: $('.xans-myshop-asyncbenefit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } } return false; }, setData: function(aData) { this.__aGrade = aData; }, execute: function() { var __aData = this.__aGrade; var aFilter = ['bChangeMaxTypePrice', 'bChangeMaxTypePriceAndCount', 'bChangeMaxTypePriceOrCount', 'bChangeMaxTypeCount']; var aMaxDisplayJson = { "bChangeMaxTypePrice": [ {"sId": "sChangeMaxTypePriceArea"} ], "bChangeMaxTypePriceAndCount": [ {"sId": "sChangeMaxTypePriceAndCountArea"} ], "bChangeMaxTypePriceOrCount": [ {"sId": "sChangeMaxTypePriceOrCountArea"} ], "bChangeMaxTypeCount": [ {"sId": "sChangeMaxTypeCountArea"} ] }; if ($('.sNextGroupIconArea').length > 0) { if (__aData['bDisplayNextGroupIcon'] === true) { $('.sNextGroupIconArea').removeClass('displaynone').show(); $('.myshop_benefit_next_group_icon_tag').attr({alt: __aData['sNextGrade'], src: __aData['sNextGroupIcon']}); } else { $('.sNextGroupIconArea').addClass('displaynone'); } } var sIsAutoGradeDisplay = "F"; $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { return true; } if (val === true) { if ($('#'+aMaxDisplayJson[key][0].sId).length > 0) { $('#' + aMaxDisplayJson[key][0].sId).removeClass('displaynone').show(); } sIsAutoGradeDisplay = "T"; } }); if (sIsAutoGradeDisplay == "T" && $('#sGradeAutoDisplayArea .sAutoGradeDisplay').length > 0) { $('#sGradeAutoDisplayArea .sAutoGradeDisplay').addClass('displaynone'); } $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { if ($('.xans-member-var-' + key).length > 0) { $('.xans-member-var-' + key).html(val); } } }); } }; $(document).ready(function() { CAPP_ASYNC_METHODS.init(); }); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20170202205900/https://www.google-analytics.com/analytics.js','_GoogleAnalytics'); $(document).ready(function() { $.ajax({ type : 'post', async : true, url : '/cstore-api/googleanalytics2/front', data: {'action': 'getTrackerInfo'}, success : function(oResponse) { if (oResponse === null || typeof(oResponse) !== 'object' || oResponse.hasOwnProperty('Data') !== true || oResponse['Data'] === false) { return false; } var oTrackingInfo = oResponse['Data']; _GoogleAnalytics('create', oTrackingInfo['sTrackingID'], 'auto', {userId : oTrackingInfo['sGoogleAnalyticsUserId'], name : 'cstoreTracker'}); _GoogleAnalytics('cstoreTracker.set', '&uid', oTrackingInfo['sGoogleAnalyticsUserId']); _GoogleAnalytics('cstoreTracker.require', 'displayfeatures'); _GoogleAnalytics('cstoreTracker.send', 'pageview'); } }); }); /** * Product Review */ $(document).ready(function(){ $('.xans-product-review a').click(function(e) { e.preventDefault(); var no = $(this).attr('href').replace(/(\S*)no=(\d+)(\S*)/g, '$2'); var $obj = $('#product-review-read_'+no); //로드된 엘리먼트 존재 체크 if ($obj.length > 0) { if ($obj.css('display') =='none') { $obj.show(); } else { $obj.hide(); } return; } REVIEW.getReadData($(this)); }); }); var PARENT = ''; var OPEN_REVIEW = ''; var REVIEW = { getReadData : function(obj, eType) { if (obj != undefined) { PARENT = obj; var sHref = obj.attr('href'); var pNode = obj.parents('tr'); var pass_check = '&pass_check=F'; } else { var sHref = PARENT.attr('href'); var pNode = PARENT.parents('tr'); var pass_check = '&pass_check=T'; } var sQuery = sHref.split('?'); var sQueryNo = sQuery[1].split('='); if (OPEN_REVIEW == sQueryNo[1]) { $('#product-review-read').remove(); OPEN_REVIEW = ''; return false; } else { OPEN_REVIEW = sQueryNo[1]; } $.ajax({ url : '/exec/front/board/product/4?'+sQuery[1]+pass_check, dataType: 'json', success: function(data) { $('#product-review-read').remove(); var sPath = document.location.pathname; var sPattern = /^\/product\/(.+)\/([0-9]+)(\/.*)/; var aMatchResult = sPath.match(sPattern); if (aMatchResult) { var iProductNo = aMatchResult[2]; } else { var iProductNo = getQueryString('product_no'); } var aHtml = []; //읽기 권한 체크 if (false === data.read_auth && eType == undefined) { alert(data.alertMSG); return false; } if (data.is_secret == true) { // 비밀글 비밀번호 입력 폼 aHtml.push('
'); aHtml.push(''); aHtml.push('

Password

'); aHtml.push(''); } else { // 글 내용 if (data.read['content_image'] != null) { var sImg = data.read['content_image']; } else { var sImg = ''; } aHtml.push('
'); aHtml.push('

'+data.read['content']+'

'); aHtml.push('

'+sImg+'

'); aHtml.push('

Edit message

'); aHtml.push('
'); // 댓글리스트 if (data.comment != undefined && data.comment.length != undefined) { aHtml.push('
    '); for (var i=0; data.comment.length > i; i++) { //댓글리스트 if (data.comment[i]['comment_reply_css'] == undefined) { aHtml.push('
  • '); aHtml.push(''+data.comment[i]['member_icon']+' '+data.comment[i]['comment_name']+''); aHtml.push(''+data.comment[i]['comment_write_date']+''); aHtml.push(''+data.comment[i]['comment_point_count']+'points'); if (data.comment[i]['comment_reply_display'] == true) { aHtml.push(''+'Comment'+''); } aHtml.push('

    '+data.comment[i]['comment_content']+'

    '); aHtml.push('
  • '); } else { //댓글의 댓글리스트 aHtml.push('
  • '); aHtml.push(''+data.comment[i]['member_icon']+' '+data.comment[i]['comment_name']+''); aHtml.push(''+data.comment[i]['comment_write_date']+''); aHtml.push('

    '+data.comment[i]['comment_content']+'

    '); aHtml.push('
  • '); } } aHtml.push('
'); } // 댓글쓰기 if (data.comment_write != undefined) { aHtml.push('
'); aHtml.push('
'); aHtml.push('
'); aHtml.push('

Name '+data.comment_write['comment_name']+' Password '+data.comment_write['comment_password']+''); aHtml.push(''+data.comment_write['comment']+'Submit

'); aHtml.push('

'+data.comment_write['comment_point']+'

'); aHtml.push('

'+data.comment_write['comment_byte']+' / '+data.comment_write['comment_size']+' byte

'); aHtml.push('

'+data.comment_write['captcha_image']+'
'+data.comment_write['captcha']+'* Please type with no dashes. (case sensitive)

'); aHtml.push('
'); aHtml.push('
'); aHtml.push(''); } // 댓글의 댓글쓰기 if (data.comment_reply != undefined) { aHtml.push(''); aHtml.push('
'); aHtml.push('
'); aHtml.push('

Name '+data.comment_reply['comment_name']+' Password '+data.comment_reply['comment_password']+''); aHtml.push(''+data.comment_reply['comment']+'Submit

'); aHtml.push('

'+data.comment_reply['comment_byte']+' / '+data.comment_reply['comment_size']+' byte

'); aHtml.push('

'+data.comment_reply['captcha_image']+'
'+data.comment_reply['captcha']+'* Please type with no dashes. (case sensitive)

'); aHtml.push('
'); aHtml.push('
'); aHtml.push(''); } } $(pNode).after('
'); // 평점기능 사용안함일 경우 보여지는 td를 조절하기 위한 함수 PRODUCT_COMMENT.comment_colspan(pNode); if (data.comment_write != undefined && data.comment_write['use_comment_size'] == '') PRODUCT_COMMENT.comment_byte(4, data.key); if (data.comment_reply != undefined && data.comment_write['use_comment_size'] == '') PRODUCT_COMMENT.comment_byte(4, data.key, 'commentReplyWriteForm'); } }); }, END : function() {} }; /** * 움직이는 배너 Jquery Plug-in * @author cafe24 */ ;(function($){ $.fn.floatBanner = function(options) { options = $.extend({}, $.fn.floatBanner.defaults , options); return this.each(function() { var aPosition = $(this).position(); var node = this; $(window).scroll(function() { var _top = $(document).scrollTop(); _top = (aPosition.top < _top) ? _top : aPosition.top; setTimeout(function () { $(node).stop().animate({top: _top}, options.animate); }, options.delay); }); }); }; $.fn.floatBanner.defaults = { 'animate' : 500, 'delay' : 500 }; })(jQuery); /** * 문서 구동후 시작 */ $(document).ready(function(){ $('#banner, #quick').floatBanner(); }); //window popup script function winPop(url) { window.open(url, "popup", "width=300,height=300,left=10,top=10,resizable=no,scrollbars=no"); } /** * document.location.href split * return array Param */ function getQueryString(sKey) { var sQueryString = document.location.search.substring(1); var aParam = {}; if (sQueryString) { var aFields = sQueryString.split("&"); var aField = []; for (var i=0; i'+sPage+''); } else { var sHref = $(this).attr('href'); $(this).parent().html(''+sPage+''); } }); } /** * 카테고리 마우스 오버 이미지 * 카테고리 서브 메뉴 출력 */ $(document).ready(function(){ var methods = { aCategory : [], aSubCategory : {}, get: function() { $.ajax({ url : '/exec/front/Product/SubCategory', dataType: 'json', success: function(aData) { if (aData == null || aData == 'undefined') return; for (var i=0; i'); $(methods.aSubCategory[iCateNo]).each(function() { aHtml.push('
  • '+this.name+'
  • '); }); aHtml.push(''); var offset = $(overNode).offset(); $('
    ') .appendTo(overNode) .html(aHtml.join('')) .find('li').mouseover(function(e) { $(this).addClass('over'); }).mouseout(function(e) { $(this).removeClass('over'); }); }, close: function() { $('.sub-category').remove(); } }; methods.get(); $('.xans-layout-category li').mouseenter(function(e) { $(this).addClass('over') var node = $(this).find('img'); if (node.length > 0) { var src = node.attr('src'); if (src.indexOf('_over.gif') === -1) { $(this).find('img').attr('src', src.replace('.gif', '_over.gif')); } } var iCateNo = Number(methods.getParam($(this).find('a').attr('href'), 'cate_no')); if (!iCateNo) { return; } methods.show(this, iCateNo); }).mouseleave(function(e) { $(this).removeClass('over') var node = $(this).find('img'); if (node.length > 0) { var src = node.attr('src'); if (src.indexOf('_over.gif') > -1) { $(this).find('img').attr('src', src.replace('_over.gif', '.gif')); } } methods.close(); }); }); } /* FILE ARCHIVED ON 20:59:00 Feb 02, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:38:03 Jul 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.644 exclusion.robots: 0.027 exclusion.robots.policy: 0.016 esindex: 0.012 cdx.remote: 19.084 LoadShardBlock: 2345.147 (3) PetaboxLoader3.datanode: 2392.781 (4) load_resource: 165.512 PetaboxLoader3.resolve: 81.072 */e = oInput.id = this.sEncryptId; this.oFormSubmit.append(oInput); // 암호화 요청 this.encrypt(this.aEleId, this.sCallbackName); }, /** * 암호화 요청 * @param array aEleId 암호화할 엘리먼트 id * @param string sCallbackName 콜백함수 이름 * */ encrypt: function(aEleId, sCallbackName) { AuthSSLManager.weave({ 'auth_mode' : 'encrypt', 'aEleId' : aEleId, 'auth_callbackName': sCallbackName }); }, /** * 암호화 처리결과 callback 함수 * @param string sOutput 암호화 된 처리결과 * */ encryptSubmit_Complete: function(sOutput) { // Error if ( AuthSSLManager.isError(sOutput) == true ) { alert('[Error]\n'+sOutput); return; } // 암호화 처리된 엘리먼트의 value 제거 this.delInputValue(); // input_hidden에 암호화 된 결과값 대입 this.oFormSubmit.find('[id="'+this.sEncryptId+'"]').val(sOutput); // Form Submit this.oFormSubmit.unbind('submit'); this.delInputValue(); this.oFormSubmit.submit(); }, /** * INPUT.RADIO, INPUT.CHECKBOX의 value 지움 * @param string sName 값을 지우고자 하는 element의 name * */ delRadioValue: function(sName) { var oEle = document.getElementsByName(sName); if (oEle.length>0) { for (var i = 0; i < oEle.length; i++) { oEle[i].value = ''; if (oEle[i].defaultValue) { oEle[i].defaultValue = ''; } } } }, /** * 암호화 될 폼 요소들의 값을 지움 */ delInputValue : function() { for (var i=0; i 0) { return; } /* * QueryString에서 디버그 표시 제거 */ function stripDebug(sLocation) { if (typeof sLocation != 'string') return ''; sLocation = sLocation.replace(/^d[=]*[\d]*[&]*$/, ''); sLocation = sLocation.replace(/^d[=]*[\d]*[&]/, ''); sLocation = sLocation.replace(/(&d&|&d[=]*[\d]*[&]*)/, '&'); return sLocation; } if (window.self == window.top) { var rloc = escape(document.location); var rref = escape(document.referrer); } else { var rloc = (document.location).pathname; var rref = ''; } // realconn & Ad aggregation var _aPrs = new Array(); _sUserQs = window.location.search.substring(1); _sUserQs = stripDebug(_sUserQs); _aPrs[0] = 'rloc='+rloc; _aPrs[1] = 'rref='+rref; _aPrs[2] = 'udim='+window.screen.width+'*'+window.screen.height; _aPrs[3] = 'rserv='+aLogData.log_server2; _aPrs[4] = 'cid='+eclog.getCid(); _aPrs[5] = 'role_path=' + $('meta[name="path_role"]').attr('content'); // 모바일웹일 경우 추가 파라미터 생성 var _sMobilePrs = ''; if (mobileWeb === true) _sMobilePrs = '&mobile=T&mobile_ver=new'; _sUrlQs = _sUserQs + '&' + _aPrs.join('&') + _sMobilePrs; var _sUrlFull = '/exec/front/eclog/main/?'+_sUrlQs; var node = document.createElement('iframe'); node.setAttribute('src', _sUrlFull); node.setAttribute('id', 'log_realtime'); document.body.appendChild(node); $('#log_realtime').hide(); // eclog2.0, eclog1.9 var sTime = new Date().getTime();//ECHOSTING-54575 // 접속통계 서버값이 있다면 weblog.js 호출 if (aLogData.log_server1 != null && aLogData.log_server1 != '') { var sScriptSrc = '//' + aLogData.log_server1 + '/weblog.js?uid=' + aLogData.mid + '&uname=' + aLogData.mid + '&r_ref=' + document.referrer; if (mobileWeb === true) sScriptSrc += '&cafe_ec=mobile'; sScriptSrc += '&t=' + sTime;//ECHOSTING-54575 var node = document.createElement('script'); node.setAttribute('type', 'text/javascript'); node.setAttribute('src', sScriptSrc); node.setAttribute('id', 'log_script'); document.body.appendChild(node); } }); /** * 비동기식 데이터 */ var CAPP_ASYNC_METHODS = { DEBUG: false, IS_LOGIN: (document.cookie.match(/(?:^| |;)iscache=F/) ? true : false), EC_PATH_ROLE: $('meta[name="path_role"]').attr('content') || '', aDatasetList: [], $xansMyshopMain: $('.xans-myshop-main'), init : function() { var bDebug = CAPP_ASYNC_METHODS.DEBUG; var aUseModules = []; var aNoCachedModules = []; $(CAPP_ASYNC_METHODS.aDatasetList).each(function(){ var sKey = this; var oTarget = CAPP_ASYNC_METHODS[sKey]; if (bDebug) { console.log(sKey); } var bIsUse = oTarget.isUse(); if (bDebug) { console.log(' isUse() : ' + bIsUse); } if (bIsUse === true) { aUseModules.push(sKey); if (oTarget.restoreCache === undefined || oTarget.restoreCache() === false) { if (bDebug) { console.log(' restoreCache() : true'); } aNoCachedModules.push(sKey); } } }); if (aNoCachedModules.length > 0) { var sEditor = ''; try { if (bEditor === true) { // 에디터에서 접근했을 경우 임의의 상품 지정 sEditor = '&PREVIEW_SDE=1'; } } catch(e) { } var sPathRole = '&path_role=' + CAPP_ASYNC_METHODS.EC_PATH_ROLE; $.ajax( { url : '/exec/front/manage/async?module=' + aNoCachedModules.join(',') + sEditor + sPathRole, dataType : 'json', success : function(aData) { CAPP_ASYNC_METHODS.setData(aData, aUseModules); } }); } else { CAPP_ASYNC_METHODS.setData({}, aUseModules); } }, setData : function(aData, aUseModules) { aData = aData || {}; $(aUseModules).each(function(){ var sKey = this; var oTarget = CAPP_ASYNC_METHODS[sKey]; if (oTarget.setData !== undefined && aData.hasOwnProperty(sKey) === true) { oTarget.setData(aData[sKey]); } if (oTarget.execute !== undefined) { oTarget.execute(); } }); } }; /** * 비동기식 데이터 - 최근 본 상품 - 보여줄 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('recentViewConfig'); CAPP_ASYNC_METHODS.recentViewConfig = { STORAGE_KEY: 'localRecentViewConfig' + EC_SDE_SHOP_NUM, __iViewCount: null, __sAdult19Warning: 'F', __sAdult19BaseImage: null, isUse: function() { if (CAPP_ASYNC_METHODS.recent.isUse() === false) { return false; } if (window.sessionStorage === undefined) { return false; } return true; }, restoreCache: function() { if (window.sessionStorage === undefined) { return false; } var sSessionStorageDataWrapedJson = window.sessionStorage.getItem(this.STORAGE_KEY); if (sSessionStorageDataWrapedJson === null) { return false; } this.__setConfigs(sSessionStorageDataWrapedJson); return true; }, setData: function(sData) { var aData = new Array(); aData.push('"adult19BaseTinyImage":"' + sData.adult19BaseTinyImage + '"'); aData.push('"adult19Warning":"' + sData.adult19Warning + '"'); aData.push('"viewCount":"' + sData.viewCount + '"'); var sDataWrapedJson = '{' + aData.join(",") + '}'; //JSON.stringify(sData); IE7 NOT COMPATIBLE try { window.sessionStorage.setItem(this.STORAGE_KEY, sDataWrapedJson); } catch (error) { } this.__setConfigs(sDataWrapedJson); }, getViewCount: function() { return this.__iViewCount; }, getAdult19Warning: function() { return this.__sAdult19Warning; }, getAdult19BaseImage: function() { return this.__sAdult19BaseImage; }, __setConfigs: function(sDataJson) { var aRecentViewConfig = $.parseJSON(sDataJson); var sAdult19Warning = aRecentViewConfig['adult19Warning']; if (sAdult19Warning !== 'T') { sAdult19Warning = 'F' }; this.__sAdult19Warning = sAdult19Warning; this.__sAdult19BaseImage = aRecentViewConfig['adult19BaseTinyImage']; this.__iViewCount = Number(aRecentViewConfig['viewCount']); } }; /** * 비동기식 데이터 - 회원 정보 */ CAPP_ASYNC_METHODS.aDatasetList.push('member'); CAPP_ASYNC_METHODS.member = { __sEncryptedString: null, __isAdult: 'F', isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if ($('.xans-layout-statelogon, .xans-layout-logon').length > 0) { return true; } if (CAPP_ASYNC_METHODS.recentViewConfig.getAdult19Warning() === 'T' && CAPP_ASYNC_METHODS.recent.isUse() === true) { return true; } } return false; }, setData: function(oData) { this.__sEncryptedString = oData.memberData; this.__isAdult = oData.memberIsAdult; }, execute: function() { AuthSSLManager.weave({ 'auth_mode' : 'decryptClient', 'auth_string' : this.__sEncryptedString, 'auth_callbackName' : 'CAPP_ASYNC_METHODS.member.setDataCallback' }); }, setDataCallback: function(output) { try { var output = decodeURIComponent(output); if ( AuthSSLManager.isError(output) == true ) { alert(output); return; } var aData = AuthSSLManager.unserialize(output); // 친구초대 if ($('.xans-myshop-asyncbenefit').size() > 0) { $('#reco_url').attr({value: $('#reco_url').val() + aData['id']}); } for (var k in aData) { $('.xans-member-var-' + k).html(aData[k]); } } catch(e) {} }, getMemberIsAdult: function() { return this.__isAdult; } }; /** * 비동기식 데이터 - 예치금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Ordercnt'); CAPP_ASYNC_METHODS.Ordercnt = { __iOrderShppiedBeforeCount: null, __iOrderShppiedStandbyCount: null, __iOrderShppiedBeginCount: null, __iOrderShppiedComplateCount: null, __iOrderShppiedCancelCount: null, __iOrderShppiedExchangeCount: null, __iOrderShppiedReturnCount: null, __$target: $('#xans_myshop_orderstate_shppied_before_count'), __$target2: $('#xans_myshop_orderstate_shppied_standby_count'), __$target3: $('#xans_myshop_orderstate_shppied_begin_count'), __$target4: $('#xans_myshop_orderstate_shppied_complate_count'), __$target5: $('#xans_myshop_orderstate_order_cancel_count'), __$target6: $('#xans_myshop_orderstate_order_exchange_count'), __$target7: $('#xans_myshop_orderstate_order_return_count'), isUse: function() { if ($('.xans-myshop-orderstate').length > 0) { return true; } return false; }, setData: function(aData) { this.__iOrderShppiedBeforeCount = aData['shipped_before_count']; this.__iOrderShppiedStandbyCount = aData['shipped_standby_count']; this.__iOrderShppiedBeginCount = aData['shipped_begin_count']; this.__iOrderShppiedComplateCount = aData['shipped_complate_count']; this.__iOrderShppiedCancelCount = aData['order_cancel_count']; this.__iOrderShppiedExchangeCount = aData['order_exchange_count']; this.__iOrderShppiedReturnCount = aData['order_return_count']; }, execute: function() { this.__$target.html(this.__iOrderShppiedBeforeCount); this.__$target2.html(this.__iOrderShppiedStandbyCount); this.__$target3.html(this.__iOrderShppiedBeginCount); this.__$target4.html(this.__iOrderShppiedComplateCount); this.__$target5.html(this.__iOrderShppiedCancelCount); this.__$target6.html(this.__iOrderShppiedExchangeCount); this.__$target7.html(this.__iOrderShppiedReturnCount); } }; /** * 비동기식 데이터 - 장바구니 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Basketcnt'); CAPP_ASYNC_METHODS.Basketcnt = { __iBasketCount: null, __$target: $('.xans-layout-orderbasketcount span a'), __$target2: $('#xans_myshop_basket_cnt'), __$target3: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_basket_cnt'), __$target4: $('.EC-Layout-Basket-count'), isUse: function() { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'basketcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iBasketCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iBasketCount = Number(sData); }, execute: function() { this.__$target.html(this.__iBasketCount); if (SHOP.getLanguage() === 'ko_KR') { this.__$target2.html(this.__iBasketCount + '개'); } else { this.__$target2.html(this.__iBasketCount); } this.__$target3.html(this.__iBasketCount); this.__$target4.html(this.__iBasketCount); if (this.__iBasketCount > 0 && this.__$target4.length > 0) { var $oCountDisplay = $('.EC-Layout_Basket-count-display'); if ($oCountDisplay.length > 0) { $oCountDisplay.removeClass('displaynone'); } } } }; /** * 비동기식 데이터 - 장바구니 금액 */ CAPP_ASYNC_METHODS.aDatasetList.push('Basketprice'); CAPP_ASYNC_METHODS.Basketprice = { __sBasketPrice: null, __$target: $('#xans_myshop_basket_price'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'basketprice_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__sBasketPrice = decodeURIComponent((aCookieValue[1]+ '').replace(/\+/g, '%20')); return true; } return false; }, setData: function(sData) { this.__sBasketPrice = sData; }, execute: function() { this.__$target.html(this.__sBasketPrice); } }; /** * 비동기식 데이터 - 쿠폰 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Couponcnt'); CAPP_ASYNC_METHODS.Couponcnt = { __iCouponCount: null, __$target: $('.xans-layout-myshopcouponcount'), __$target2: $('#xans_myshop_coupon_cnt'), __$target3: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_coupon_cnt'), __$target4: $('#xans_myshop_bankbook_coupon_cnt'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } } return false; }, restoreCache: function() { var sCookieName = 'couponcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iCouponCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iCouponCount = Number(sData); }, execute: function() { this.__$target.html(this.__iCouponCount); if (SHOP.getLanguage() === 'ko_KR') { this.__$target2.html(this.__iCouponCount + '개'); } else { this.__$target2.html(this.__iCouponCount); } this.__$target3.html(this.__iCouponCount); this.__$target4.html(this.__iCouponCount); } }; /** * 비동기식 데이터 - 적립금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Mileage'); CAPP_ASYNC_METHODS.Mileage = { __sMileage: null, __sUsedMileage: null, __sTotalMileage: null, __sUnavailMileage: null, __sReturnedMileage: null, __$target: $('#xans_myshop_mileage'), __$target2: $('#xans_myshop_bankbook_avail_mileage, #xans_myshop_summary_avail_mileage'), __$target3: $('#xans_myshop_bankbook_used_mileage, #xans_myshop_summary_used_mileage'), __$target4: $('#xans_myshop_bankbook_total_mileage, #xans_myshop_summary_total_mileage'), __$target5: $('#xans_myshop_summary_unavail_mileage'), __$target6: $('#xans_myshop_summary_returned_mileage'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } if (this.__$target5.length > 0) { return true; } if (this.__$target6.length > 0) { return true; } } return false; }, setData: function(aData) { this.__sMileage = aData['avail_mileage']; this.__sUsedMileage = aData['used_mileage']; this.__sTotalMileage = aData['total_mileage']; this.__sUnavailMileage = aData['unavail_mileage']; this.__sReturnedMileage = aData['returned_mileage']; }, execute: function() { this.__$target.html(this.__sMileage); this.__$target2.html(this.__sMileage); this.__$target3.html(this.__sUsedMileage); this.__$target4.html(this.__sTotalMileage); this.__$target5.html(this.__sUnavailMileage); this.__$target6.html(this.__sReturnedMileage); } }; /** * 비동기식 데이터 - 예치금 */ CAPP_ASYNC_METHODS.aDatasetList.push('Deposit'); CAPP_ASYNC_METHODS.Deposit = { __sDeposit: null, __sAllDeposit: null, __sUsedDeposit: null, __sRefundWaitDeposit: null, __$target: $('#xans_myshop_deposit'), __$target2: $('#xans_myshop_bankbook_deposit'), __$target3: $('#xans_myshop_summary_deposit'), __$target4: $('#xans_myshop_summary_all_deposit'), __$target5: $('#xans_myshop_summary_used_deposit'), __$target6: $('#xans_myshop_summary_refund_wait_deposit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } if (this.__$target4.length > 0) { return true; } if (this.__$target5.length > 0) { return true; } if (this.__$target6.length > 0) { return true; } } return false; }, setData: function(aData) { this.__sDeposit = aData['total_deposit']; this.__sAllDeposit = aData['all_deposit']; this.__sUsedDeposit = aData['used_deposit']; this.__sRefundWaitDeposit = aData['deposit_refund_wait']; this.__sDepositUnit = aData['deposit_unit']; }, execute: function() { this.__$target.html(this.__sDeposit); this.__$target2.html(this.__sDeposit); this.__$target3.html(this.__sDeposit); this.__$target4.html(this.__sAllDeposit); this.__$target5.html(this.__sUsedDeposit); this.__$target6.html(this.__sRefundWaitDeposit); } }; /** * 비동기식 데이터 - 관심상품 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('Wishcount'); CAPP_ASYNC_METHODS.Wishcount = { __iWishCount: null, __$target: $('#xans_myshop_interest_prd_cnt'), __$target2: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_interest_prd_cnt'), isUse: function() { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'wishcount_' + EC_SDE_SHOP_NUM; var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iWishCount = parseInt(aCookieValue[1], 10); return true; } return false; }, setData: function(sData) { this.__iWishCount = Number(sData); }, execute: function() { if (SHOP.getLanguage() === 'ko_KR') { this.__$target.html(this.__iWishCount + '개'); } else { this.__$target.html(this.__iWishCount); } this.__$target2.html(this.__iWishCount); } }; /** * 비동기식 데이터 - 최근 본 상품 */ CAPP_ASYNC_METHODS.aDatasetList.push('recent'); CAPP_ASYNC_METHODS.recent = { STORAGE_KEY: 'localRecentProduct' + EC_SDE_SHOP_NUM, __$target: $('.xans-layout-productrecent'), __aData: null, isUse: function() { this.__$target.hide(); if (this.__$target.find('.xans-record-').length > 0) { return true; } return false; }, restoreCache: function() { this.__aData = []; var iTotalCount = CAPP_ASYNC_METHODS.RecentTotalCount.getData(); if (iTotalCount == 0) { // 총 갯수가 없는 경우 복구할 것이 없으므로 복구한 것으로 리턴 return true; } var sAdultImage = ''; if (window.sessionStorage === undefined) { return false; } var sSessionStorageData = window.sessionStorage.getItem(this.STORAGE_KEY); if (sSessionStorageData === null) { return false; } var iViewCount = CAPP_ASYNC_METHODS.recentViewConfig.getViewCount(); this.__aData = []; var aStorageData = $.parseJSON(sSessionStorageData); var iCount = 1; var bDispRecent = true; for (var iKey in aStorageData) { var sProductImgSrc = aStorageData[iKey].sImgSrc; if (isFinite(iKey) === false) { continue; } var aDataTmp = []; aDataTmp.recent_img = getImageUrl(sProductImgSrc); aDataTmp.name = aStorageData[iKey].sProductName; aDataTmp.disp_recent = true; aDataTmp.is_adult_product = aStorageData[iKey].isAdultProduct; aDataTmp.link_product_detail = aStorageData[iKey].link_product_detail; //aDataTmp.param = '?product_no=' + aStorageData[iKey].iProductNo + '&cate_no=' + aStorageData[iKey].iCateNum + '&display_group=' + aStorageData[iKey].iDisplayGroup; aDataTmp.param = filterXssUrlParameter(aStorageData[iKey].sParam); if ( iViewCount < iCount ) { bDispRecent = false; } aDataTmp.disp_recent = bDispRecent; iCount++; this.__aData.push(aDataTmp); } return true; /** * get SessionStorage image url * @param sNewImgUrl DB에 저장되어 있는 tiny값 */ function getImageUrl(sImgUrl) { if ( typeof(sImgUrl) === 'undefined' || sImgUrl === null) { return; } var sNewImgUrl = ''; if ( sImgUrl.indexOf('http://') >= 0 || sImgUrl.indexOf('https://') >= 0 || sImgUrl.substr(0, 2) === '//') { sNewImgUrl = sImgUrl; } else { sNewImgUrl = '/web/product/tiny/' + sImgUrl; } return sNewImgUrl; } /** * 파라미터 URL에서 XSS 공격 관련 파라미터를 필터링합니다. ECHOSTING-162977 * @param string sParam 파라미터 * @return string 필터링된 파라미터 */ function filterXssUrlParameter(sParam) { sParam = sParam || ''; var sPrefix = ''; if (sParam.substr(0, 1) === '?') { sPrefix = '?'; sParam = sParam.substr(1); } var aParam = {}; var aParamList = (sParam).split('&'); $.each(aParamList, function() { var aMatch = this.match(/^([^=]+)=(.*)$/); if (aMatch) { aParam[aMatch[1]] = aMatch[2]; } }); return sPrefix + $.param(aParam); } }, setData: function(aData) { this.__aData = aData; // 쿠키엔 있지만 sessionStorage에 없는 데이터 복구 if (window.sessionStorage) { var oNewStorageData = []; for ( var i = 0 ; i < aData.length ; i++) { if (aData[i].bNewProduct !== true) { continue; } var aNewStorageData = { 'iProductNo': aData[i].product_no, 'sProductName': aData[i].name, 'sImgSrc': aData[i].recent_img, 'sParam': aData[i].param, 'link_product_detail': aData[i].link_product_detail }; oNewStorageData.push(aNewStorageData); } if ( oNewStorageData.length > 0 ) { sessionStorage.setItem(this.STORAGE_KEY , $.toJSON(oNewStorageData)); } } }, execute: function() { var sAdult19Warning = CAPP_ASYNC_METHODS.recentViewConfig.getAdult19Warning(); var aData = this.__aData; var aNodes = this.__$target.find('.xans-record-'); var iRecordCnt = aNodes.length; var iAddedElementCount = 0; var aNodesParent = $(aNodes[0]).parent(); for ( var i = 0 ; i < aData.length ; i++) { if (!aNodes[i]) { $(aNodes[iRecordCnt - 1]).clone().appendTo(aNodesParent); iAddedElementCount++; } } if (iAddedElementCount > 0) { aNodes = this.__$target.find('.xans-record-'); } if (aData.length > 0) { this.__$target.show(); } for ( var i = 0 ; i < aData.length ; i++) { assignVariables(aNodes[i], aData[i]); } // 종료 카운트 지정 if (aData.length < aNodes.length) { iLength = aData.length; deleteNode(); } recentBntInit(this.__$target); /** * 패치되지 않은 노드를 제거 */ function deleteNode() { for ( var i = iLength ; i < aNodes.length ; i++) { $(aNodes[i]).remove(); } } /** * oTarget 엘레먼트에 aData의 변수를 어싸인합니다. * @param Element oTarget 변수를 어싸인할 엘레먼트 * @param array aData 변수 데이터 */ function assignVariables(oTarget, aData) { var recentImage = aData.recent_img; if (sAdult19Warning === 'T' && CAPP_ASYNC_METHODS.member.getMemberIsAdult() === 'F' && aData.is_adult_product === 'T') { recentImage = CAPP_ASYNC_METHODS.recentViewConfig.getAdult19BaseImage(); }; var $oTarget = $(oTarget); var sHtml = $oTarget.html(); sHtml = sHtml.replace('about:blank', recentImage) .replace('##param##', aData.param) .replace('##name##',aData.name) .replace('##link_product_detail##', aData.link_product_detail); $oTarget.html(sHtml); if (aData.disp_recent === true) { $oTarget.removeClass('displaynone'); } } function recentBntInit($target) { // 화면에 뿌려진 갯수 var iDisplayCount = 0; // 보여지는 style var sDisplay = ''; var iIdx = 0; // var iDisplayNoneIdx = 0; var nodes = $target.find('.xans-record-').each(function() { sDisplay = $(this).css('display'); if (sDisplay != 'none') { iDisplayCount++; } else { if (iDisplayNoneIdx == 0) { iDisplayNoneIdx = iIdx; } } iIdx++; }); var iRecentCount = nodes.length; var bBtnActive = iDisplayCount > 0; $('.xans-layout-productrecent .prev').unbind('click').click(function() { if (bBtnActive !== true) return; var iFirstNode = iDisplayNoneIdx - iDisplayCount; if (iFirstNode == 0 || iDisplayCount == iRecentCount) { alert(__('최근 본 첫번째 상품입니다.')); return; } else { iDisplayNoneIdx--; $(nodes[iDisplayNoneIdx]).hide(); $(nodes[iFirstNode - 1]).removeClass('displaynone'); $(nodes[iFirstNode - 1]).fadeIn('fast'); } }).css( { cursor : 'pointer' }); $('.xans-layout-productrecent .next').unbind('click').click(function() { if (bBtnActive !== true) return; if ( (iRecentCount ) == iDisplayNoneIdx || iDisplayCount == iRecentCount) { alert(__('최근 본 마지막 상품입니다.')); } else { $(nodes[iDisplayNoneIdx]).fadeIn('fast'); $(nodes[iDisplayNoneIdx]).removeClass('displaynone'); $(nodes[ (iDisplayNoneIdx - iDisplayCount)]).hide(); iDisplayNoneIdx++; } }).css( { cursor : 'pointer' }); } } }; /** * 비동기식 데이터 - 최근본상품 총 갯수 */ CAPP_ASYNC_METHODS.aDatasetList.push('RecentTotalCount'); CAPP_ASYNC_METHODS.RecentTotalCount = { __iRecentCount: null, __$target: CAPP_ASYNC_METHODS.$xansMyshopMain.find('.xans_myshop_main_recent_cnt'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, restoreCache: function() { var sCookieName = 'recent_plist'; if (EC_SDE_SHOP_NUM > 1) { sCookieName = 'recent_plist' + EC_SDE_SHOP_NUM; } var re = new RegExp('(?:^| |;)' + sCookieName + '=([^;]+)'); var aCookieValue = document.cookie.match(re); if (aCookieValue) { this.__iRecentCount = decodeURI(aCookieValue[1]).split('|').length; } else { this.__iRecentCount = 0; } }, execute: function() { this.__$target.html(this.__iRecentCount); }, getData: function() { if (this.__iRecentCount === null) { // this.isUse값이 false라서 복구되지 않았는데 이 값이 필요한 경우 복구 this.restoreCache(); } return this.__iRecentCount; } }; /** * 비동기식 데이터 - 주문정보 */ CAPP_ASYNC_METHODS.aDatasetList.push('Order'); CAPP_ASYNC_METHODS.Order = { __iOrderCount: null, __iOrderTotalPrice: null, __iGradeIncreaseValue: null, __$target: $('#xans_myshop_bankbook_order_count'), __$target2: $('#xans_myshop_bankbook_order_price'), __$target3: $('#xans_myshop_bankbook_grade_increase_value'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } if (this.__$target2.length > 0) { return true; } if (this.__$target3.length > 0) { return true; } } return false; }, setData: function(aData) { this.__iOrderCount = aData['total_order_count']; this.__iOrderTotalPrice = aData['total_order_price']; this.__iGradeIncreaseValue = Number(aData['grade_increase_value']); }, execute: function() { this.__$target.html(this.__iOrderCount); this.__$target2.html(this.__iOrderTotalPrice); this.__$target3.html(this.__iGradeIncreaseValue); } }; /** * 비동기식 데이터 - Benefit */ CAPP_ASYNC_METHODS.aDatasetList.push('Benefit'); CAPP_ASYNC_METHODS.Benefit = { __aBenefit: null, __$target: $('.xans-myshop-asyncbenefit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } } return false; }, setData: function(aData) { this.__aBenefit = aData; }, execute: function() { var aFilter = ['group_image_tag', 'group_icon_tag', 'display_no_benefit', 'display_with_all', 'display_mobile_use_dc', 'display_mobile_use_mileage']; var __aData = this.__aBenefit; // 그룹이미지 $('.myshop_benefit_group_image_tag').attr({alt: __aData['group_name'], src: __aData['group_image']}); // 그룹아이콘 $('.myshop_benefit_group_icon_tag').attr({alt: __aData['group_name'], src: __aData['group_icon']}); if (__aData['display_no_benefit'] === true) { $('.myshop_benefit_display_no_benefit').removeClass('displaynone').show(); } if (__aData['display_with_all'] === true) { $('.myshop_benefit_display_with_all').removeClass('displaynone').show(); } if (__aData['display_mobile_use_dc'] === true) { $('.myshop_benefit_display_mobile_use_dc').removeClass('displaynone').show(); } if (__aData['display_mobile_use_mileage'] === true) { $('.myshop_benefit_display_mobile_use_mileage').removeClass('displaynone').show(); } $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { $('.myshop_benefit_' + key).html(val); } }); } }; /** * 비동기식 데이터 - 비동기장바구니 레이어 */ CAPP_ASYNC_METHODS.aDatasetList.push('BasketLayer'); CAPP_ASYNC_METHODS.BasketLayer = { __sBasketLayerHtml: null, __$target: $('#ec_async_basket_layer_container'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, execute: function() { $.ajax({ url: '/order/async_basket_layer.html?__popupPage=T', async: false, success: function(data) { var sBasketLayerHtml = data; var sBasketLayerStyle = ''; var sBasketLayerBody = ''; sBasketLayerHtml = sBasketLayerHtml.replace(//gi,''); // 스크립트 제거 sBasketLayerHtml = sBasketLayerHtml.replace(//gi,''); // 옵티마이져 제거 var regexStyle = //; // Style 추출 if (regexStyle.exec(sBasketLayerHtml) != null) sBasketLayerStyle = regexStyle.exec(sBasketLayerHtml)[0]; var regexBody = /([\s\S]*?)<\/body>/; // Body 추출 if (regexBody.exec(sBasketLayerHtml) != null) sBasketLayerBody = regexBody.exec(sBasketLayerHtml)[1]; CAPP_ASYNC_METHODS.BasketLayer.__sBasketLayerHtml = sBasketLayerStyle + sBasketLayerBody; } }); this.__$target.html(this.__sBasketLayerHtml); } }; /** * 비동기식 데이터 - Benefit */ CAPP_ASYNC_METHODS.aDatasetList.push('Grade'); CAPP_ASYNC_METHODS.Grade = { __aGrade: null, __$target: $('.xans-myshop-asyncbenefit'), isUse: function() { if (CAPP_ASYNC_METHODS.IS_LOGIN === true) { if (this.__$target.length > 0) { return true; } } return false; }, setData: function(aData) { this.__aGrade = aData; }, execute: function() { var __aData = this.__aGrade; var aFilter = ['bChangeMaxTypePrice', 'bChangeMaxTypePriceAndCount', 'bChangeMaxTypePriceOrCount', 'bChangeMaxTypeCount']; var aMaxDisplayJson = { "bChangeMaxTypePrice": [ {"sId": "sChangeMaxTypePriceArea"} ], "bChangeMaxTypePriceAndCount": [ {"sId": "sChangeMaxTypePriceAndCountArea"} ], "bChangeMaxTypePriceOrCount": [ {"sId": "sChangeMaxTypePriceOrCountArea"} ], "bChangeMaxTypeCount": [ {"sId": "sChangeMaxTypeCountArea"} ] }; if ($('.sNextGroupIconArea').length > 0) { if (__aData['bDisplayNextGroupIcon'] === true) { $('.sNextGroupIconArea').removeClass('displaynone').show(); $('.myshop_benefit_next_group_icon_tag').attr({alt: __aData['sNextGrade'], src: __aData['sNextGroupIcon']}); } else { $('.sNextGroupIconArea').addClass('displaynone'); } } var sIsAutoGradeDisplay = "F"; $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { return true; } if (val === true) { if ($('#'+aMaxDisplayJson[key][0].sId).length > 0) { $('#' + aMaxDisplayJson[key][0].sId).removeClass('displaynone').show(); } sIsAutoGradeDisplay = "T"; } }); if (sIsAutoGradeDisplay == "T" && $('#sGradeAutoDisplayArea .sAutoGradeDisplay').length > 0) { $('#sGradeAutoDisplayArea .sAutoGradeDisplay').addClass('displaynone'); } $.each(__aData, function(key, val) { if ($.inArray(key, aFilter) === -1) { if ($('.xans-member-var-' + key).length > 0) { $('.xans-member-var-' + key).html(val); } } }); } }; /** * 비동기식 데이터 - 비동기장바구니 레이어 */ CAPP_ASYNC_METHODS.aDatasetList.push('MobileMutiPopup'); CAPP_ASYNC_METHODS.MobileMutiPopup = { __$target: $('div[class^="ec-async-multi-popup-layer-container"]'), isUse: function() { if (this.__$target.length > 0) { return true; } return false; }, execute: function() { for (var i=0; i < this.__$target.length ; i++) { $.ajax({ url: '/exec/front/popup/AjaxMultiPopup?index='+i, data : EC_ASYNC_MULTI_POPUP_OPTION[i], dataType: "json", success : function (oResult) { switch (oResult.code) { case '0000' : if (oResult.data.length < 1) { break; } $('.ec-async-multi-popup-layer-container-' + oResult.data.html_index).html(oResult.data.html_text); if (oResult.data.type == 'P') { BANNER_POPUP_OPEN.setPopupSetting(); BANNER_POPUP_OPEN.setPopupWidth(); BANNER_POPUP_OPEN.setPopupClose(); } else { /** * 이중 스크롤 방지 클래스 추가(비동기) * */ $('body').addClass('eMobilePopup'); $('body').width('100%'); BANNER_POPUP_OPEN.setFullPopupSetting(); BANNER_POPUP_OPEN.setFullPopupClose(); } break; default : break; } }, error : function () { } }); } } }; $(document).ready(function() { CAPP_ASYNC_METHODS.init(); }); (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//web.archive.org/web/20170918135423/https://www.google-analytics.com/analytics.js','_GoogleAnalytics'); $(document).ready(function() { $.ajax({ type : 'post', async : true, url : '/cstore-api/googleanalytics2/front', data: {'action': 'getTrackerInfo'}, success : function(oResponse) { if (oResponse === null || typeof(oResponse) !== 'object' || oResponse.hasOwnProperty('Data') !== true || oResponse['Data'] === false) { return false; } var oTrackingInfo = oResponse['Data']; _GoogleAnalytics('create', oTrackingInfo['sTrackingID'], 'auto', {userId : oTrackingInfo['sGoogleAnalyticsUserId'], name : 'cstoreTracker'}); _GoogleAnalytics('cstoreTracker.set', '&uid', oTrackingInfo['sGoogleAnalyticsUserId']); _GoogleAnalytics('cstoreTracker.require', 'displayfeatures'); _GoogleAnalytics('cstoreTracker.send', 'pageview'); } }); }); /** * Product Review */ $(document).ready(function(){ $('.xans-product-review a').click(function(e) { e.preventDefault(); var no = $(this).attr('href').replace(/(\S*)no=(\d+)(\S*)/g, '$2'); var $obj = $('#product-review-read_'+no); //로드된 엘리먼트 존재 체크 if ($obj.length > 0) { if ($obj.css('display') =='none') { $obj.show(); } else { $obj.hide(); } return; } REVIEW.getReadData($(this)); }); }); var PARENT = ''; var OPEN_REVIEW = ''; var REVIEW = { getReadData : function(obj, eType) { if (obj != undefined) { PARENT = obj; var sHref = obj.attr('href'); var pNode = obj.parents('tr'); var pass_check = '&pass_check=F'; } else { var sHref = PARENT.attr('href'); var pNode = PARENT.parents('tr'); var pass_check = '&pass_check=T'; } var sQuery = sHref.split('?'); var sQueryNo = sQuery[1].split('='); if (OPEN_REVIEW == sQueryNo[1]) { $('#product-review-read').remove(); OPEN_REVIEW = ''; return false; } else { OPEN_REVIEW = sQueryNo[1]; } $.ajax({ url : '/exec/front/board/product/4?'+sQuery[1]+pass_check, dataType: 'json', success: function(data) { $('#product-review-read').remove(); var sPath = document.location.pathname; var sPattern = /^\/product\/(.+)\/([0-9]+)(\/.*)/; var aMatchResult = sPath.match(sPattern); if (aMatchResult) { var iProductNo = aMatchResult[2]; } else { var iProductNo = getQueryString('product_no'); } var aHtml = []; //읽기 권한 체크 if (false === data.read_auth && eType == undefined) { alert(data.alertMSG); return false; } if (data.is_secret == true) { // 비밀글 비밀번호 입력 폼 aHtml.push('
    '); aHtml.push(''); aHtml.push('

    Password

    '); aHtml.push(''); } else { // 글 내용 if (data.read['content_image'] != null) { var sImg = data.read['content_image']; } else { var sImg = ''; } aHtml.push('
    '); aHtml.push('

    '+data.read['content']+'

    '); aHtml.push('

    '+sImg+'

    '); aHtml.push('

    Edit message

    '); aHtml.push('
    '); // 댓글리스트 if (data.comment != undefined && data.comment.length != undefined) { aHtml.push('
      '); for (var i=0; data.comment.length > i; i++) { //댓글리스트 if (data.comment[i]['comment_reply_css'] == undefined) { aHtml.push('
    • '); aHtml.push(''+data.comment[i]['member_icon']+' '+data.comment[i]['comment_name']+''); aHtml.push(''+data.comment[i]['comment_write_date']+''); aHtml.push(''+data.comment[i]['comment_point_count']+'points'); if (data.comment[i]['comment_reply_display'] == true) { aHtml.push(''+'Comment'+''); } aHtml.push('

      '+data.comment[i]['comment_content']+'

      '); aHtml.push('
    • '); } else { //댓글의 댓글리스트 aHtml.push('
    • '); aHtml.push(''+data.comment[i]['member_icon']+' '+data.comment[i]['comment_name']+''); aHtml.push(''+data.comment[i]['comment_write_date']+''); aHtml.push('

      '+data.comment[i]['comment_content']+'

      '); aHtml.push('
    • '); } } aHtml.push('
    '); } // 댓글쓰기 if (data.comment_write != undefined) { aHtml.push('
    '); aHtml.push('
    '); aHtml.push('
    '); aHtml.push('

    Name '+data.comment_write['comment_name']+' Password '+data.comment_write['comment_password']+''); aHtml.push(''+data.comment_write['comment']+'Submit

    '); aHtml.push('

    '+data.comment_write['comment_point']+'

    '); aHtml.push('

    '+data.comment_write['comment_byte']+' / '+data.comment_write['comment_size']+' byte

    '); aHtml.push('

    '+data.comment_write['captcha_image']+'
    '+data.comment_write['captcha']+'* Please type with no dashes. (case sensitive)

    '); aHtml.push('
    '); aHtml.push('
    '); aHtml.push(''); } // 댓글의 댓글쓰기 if (data.comment_reply != undefined) { aHtml.push(''); aHtml.push('
    '); aHtml.push('
    '); aHtml.push('

    Name '+data.comment_reply['comment_name']+' Password '+data.comment_reply['comment_password']+''); aHtml.push(''+data.comment_reply['comment']+'Submit

    '); aHtml.push('

    '+data.comment_reply['comment_byte']+' / '+data.comment_reply['comment_size']+' byte

    '); aHtml.push('

    '+data.comment_reply['captcha_image']+'
    '+data.comment_reply['captcha']+'* Please type with no dashes. (case sensitive)

    '); aHtml.push('
    '); aHtml.push('
    '); aHtml.push(''); } } $(pNode).after('
    '); // 평점기능 사용안함일 경우 보여지는 td를 조절하기 위한 함수 PRODUCT_COMMENT.comment_colspan(pNode); if (data.comment_write != undefined && data.comment_write['use_comment_size'] == '') PRODUCT_COMMENT.comment_byte(4, data.key); if (data.comment_reply != undefined && data.comment_write['use_comment_size'] == '') PRODUCT_COMMENT.comment_byte(4, data.key, 'commentReplyWriteForm'); } }); }, END : function() {} }; /** * 움직이는 배너 Jquery Plug-in * @author cafe24 */ ;(function($){ $.fn.floatBanner = function(options) { options = $.extend({}, $.fn.floatBanner.defaults , options); return this.each(function() { var aPosition = $(this).position(); var node = this; $(window).scroll(function() { var _top = $(document).scrollTop(); _top = (aPosition.top < _top) ? _top : aPosition.top; setTimeout(function () { $(node).stop().animate({top: _top}, options.animate); }, options.delay); }); }); }; $.fn.floatBanner.defaults = { 'animate' : 500, 'delay' : 500 }; })(jQuery); /** * 문서 구동후 시작 */ $(document).ready(function(){ $('#banner, #quick').floatBanner(); }); //window popup script function winPop(url) { window.open(url, "popup", "width=300,height=300,left=10,top=10,resizable=no,scrollbars=no"); } /** * document.location.href split * return array Param */ function getQueryString(sKey) { var sQueryString = document.location.search.substring(1); var aParam = {}; if (sQueryString) { var aFields = sQueryString.split("&"); var aField = []; for (var i=0; i'+sPage+''); } else { var sHref = $(this).attr('href'); $(this).parent().html(''+sPage+''); } }); } /** * 카테고리 마우스 오버 이미지 * 카테고리 서브 메뉴 출력 */ $(document).ready(function(){ var methods = { aCategory : [], aSubCategory : {}, get: function() { $.ajax({ url : '/exec/front/Product/SubCategory', dataType: 'json', success: function(aData) { if (aData == null || aData == 'undefined') return; for (var i=0; i'); $(methods.aSubCategory[iCateNo]).each(function() { aHtml.push('
  • '+this.name+'
  • '); }); aHtml.push(''); var offset = $(overNode).offset(); $('
    ') .appendTo(overNode) .html(aHtml.join('')) .find('li').mouseover(function(e) { $(this).addClass('over'); }).mouseout(function(e) { $(this).removeClass('over'); }); }, close: function() { $('.sub-category').remove(); } }; methods.get(); $('.xans-layout-category li').mouseenter(function(e) { $(this).addClass('over') var node = $(this).find('img'); if (node.length > 0) { var src = node.attr('src'); if (src.indexOf('_over.gif') === -1) { $(this).find('img').attr('src', src.replace('.gif', '_over.gif')); } } var iCateNo = Number(methods.getParam($(this).find('a').attr('href'), 'cate_no')); if (!iCateNo) { return; } methods.show(this, iCateNo); }).mouseleave(function(e) { $(this).removeClass('over') var node = $(this).find('img'); if (node.length > 0) { var src = node.attr('src'); if (src.indexOf('_over.gif') > -1) { $(this).find('img').attr('src', src.replace('_over.gif', '.gif')); } } methods.close(); }); }); } /* FILE ARCHIVED ON 13:54:23 Sep 18, 2017 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:38:03 Jul 27, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): captures_list: 0.528 exclusion.robots: 0.023 exclusion.robots.policy: 0.015 esindex: 0.009 cdx.remote: 2061.216 LoadShardBlock: 200.3 (3) PetaboxLoader3.datanode: 125.551 (4) PetaboxLoader3.resolve: 205.998 (2) load_resource: 194.384 */
    '); if (rData.content_image != null) aHtml.push(''+rData.content_image+'
    '); if (typeof(rData.content) != 'undefined') { aHtml.push(rData.content); } aHtml.push('
    '+aHtml.join('')+'
    '+aHtml.join('')+'