Help
RSS
API
Feed
Maltego
Contact
Domain > m.cn.unikini.co.kr
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-28
183.111.232.82
(
ClassC
)
Port 80
HTTP/1.1 200 OKServer: openrestyDate: Fri, 28 Nov 2025 10:29:21 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingVary: Accept-EncodingP3P: CPNOI ADM DEV PSAi COM NAV OUR OTR STP IND DEMExpires: Mon, 26 Jul 1997 05:00:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cachex-cache-valid: YESReferrer-Policy: strict-origin-when-cross-originX-Content-Type-Options: nosniffx-hrpcs-signal: 1x-hrpcs-ttl: 300sLast-Modified: Fri, 28 Nov 2025 10:29:21 GMTX-XSS-Protection: 1;modeblockX-HURL: /m.cn.unikini.co.krview_mobUSagent_pcX-isCacheURL: YESX-ttl: 300.000X-Cache: MISSX-hits: 0X-ANIGIF: Accept-Ranges: bytes !DOCTYPE html>html langko> head>script>(function(i, s, o, g, r) { var a s.createElement(o); var m s.getElementsByTagName(o)0; a.async true; a.src g; a.onload function() { if (ir.init) { ir.init(https://js-error-tracer-api.cafe24.com, eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ1bmlraW5pLmNhZmUyNC5jb20iLCJhdWQiOiJqcy1lcnJvci10cmFjZXItYXBpLmNhZmUyNC5jb20iLCJtYWxsX2lkIjoidW5pa2luaSIsInNob3Bfbm8iOjEsInBhdGhfcm9sZSI6Ik1BSU4iLCJsYW5ndWFnZV9jb2RlIjoia29fS1IiLCJjb3VudHJ5X2NvZGUiOiJLUiIsImlzX3l0cyI6ZmFsc2UsImlzX2NvbnRhaW5lciI6ZmFsc2UsIndvcmtzcGFjZSI6InByb2R1Y3Rpb24ifQ.I4PzzeXHxZ1O7Hk-ROJE7K9kGc7Urok5tGtGg0gH8G4, {errors:{path:\/api\/v1\/store,collectWindowErrors:true,preventDuplicateReports:true,storageKeyPrefix:EC_JET.MAIN,samplingEnabled:true,samplingRate:0.5},vitals:{path:\/api\/v1\/vitals,samplingEnabled:true,samplingRate:0.3},resources:{path:\/api\/v1\/resources,samplingEnabled:true,samplingRate:0.5,durationThreshold:3000}}); } }; m.parentNode.insertBefore(a, m);}(window, document, script, //assets.poxo.com/jet/jet.js, EC_JET));/script>script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>script typetext/javascript>if (typeof EC_ROUTE undefined) { /** * 프론트용 라우트 플러그인 * @type {{bInit: boolean, init: EC_ROUTE.init}} * CAFE24.ROUTE 참조 */ var EC_ROUTE { EC_DOMAIN_PATH_INFO: EC_DOMAIN_PATH_INFO, bInit: false, aFromList: , aToList: , aCleanFilter: null, init: function () { if (this.bInit || typeof CAFE24.ROUTE undefined) { return; } this.bInit true; this.aCleanFilter /^shop1-90-9*$/, /^(m|p)$/, new RegExp(^( + Object.keys(CAFE24.ROUTE.support_language_list).join(|) + )$), /^skin-(base|skin1-90-9*|mobile0-9*)$/, ; }, isNeedRoute: function () { return CAFE24.ROUTE.is_need_route; }, /** * * @param iShopNo * @param bMobile * @param sFrontLanguage * @param sSkinCode * @returns {*|string} */ getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode) { var oRouteConfig {}; if (typeof iShopNo undefined) { oRouteConfig.shop_no CAFE24.SDE_SHOP_NUM; } else { oRouteConfig.shop_no iShopNo; } if (typeof bMobile undefined) { oRouteConfig.is_mobile false; } else { oRouteConfig.is_mobile bMobile; } if (typeof sFrontLanguage undefined) { oRouteConfig.language_code ; }else { oRouteConfig.language_code sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다. } if (typeof sSkinCode undefined) { oRouteConfig.skin_code ; }else { oRouteConfig.skin_code sSkinCode; } var sDomain ; if (oRouteConfig.shop_no ! CAFE24.SDE_SHOP_NUM) { // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다. sDomain this._getUrlDomainMultishop(oRouteConfig); } else { // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함. sDomain this._getUrlDomain(oRouteConfig); } return sDomain; }, _getUrlDomainMultishop: function (oRouteConfig) { var sDomain ; EC$.ajax({ type: GET, url: /exec/front/Shop/Domain, data: { _shop_no : oRouteConfig.shop_no, is_mobile : oRouteConfig.is_mobile, language_code : oRouteConfig.language_code, skin_code : oRouteConfig.skin_code, }, async: false, dataType: json, cache: true, success: function(oResult) { switch (oResult.code) { case 0000 : sDomain oResult.data; break; default : break; } return false; } }); return sDomain; }, _getUrlDomain: function (oRouteConfig) { oRouteConfig.domain this._getCreateHost(oRouteConfig); return location.protocol + // + oRouteConfig.domain + this._getCreateUri(oRouteConfig); }, _getCreateHost : function (oRouteConfig) { var sHost location.host; var aHost sHost.split(.); if (this.isBaseDomain(sHost)) { if (aHost.length > 3) { aHost0 ; } } else if (oRouteConfig.is_mobile) { if (this.isMobileDomain()) { oRouteConfig.is_mobile false; } } return aHost.filter(Boolean).join(.); }, _getCreateUri: function (oRouteInfo) { var aUrl ; if (this.isBaseDomain() && oRouteInfo.shop_no > 1) { aUrl.push(shop + oRouteInfo.shop_no); } if (oRouteInfo.is_mobile) { aUrl.push(m); } if (oRouteInfo.language_code ! ZZ && oRouteInfo.language_code ! ) { var iIndex Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code); if (iIndex ! -1) { aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)iIndex); } } if (this.isBaseDomain() && oRouteInfo.skin_code ! default && oRouteInfo.skin_code ! ) { aUrl.push(skin- + oRouteInfo.skin_code); } var sUrl /; if (aUrl.length > 0) { sUrl / + aUrl.join(/); sUrl this.rtrim(sUrl, /); } return sUrl; }, /** * en, en-US > en_US */ convertValidLanguageCode: function (sUrlLanguageCode) { if (typeof CAFE24.ROUTE.support_language_listsUrlLanguageCode ! undefined) { return CAFE24.ROUTE.support_language_listsUrlLanguageCode; } return false; }, isMobileDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } var aMatched sHost.match(/^(m|mobile|skin\-mobile|skin\-mobile0-9+\-{2}shop0-9+|skin\-mobile0-9+|mobile\-{2}shop0-9+)\./i); return aMatched ! null; }, isBaseDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) ! -1; }, removePrefixUrl: function (sUrl) { if (this.isNeedRoute()) { sUrl sUrl.replace(this.getPrefixUrl(/), /); // 자동으로 prefix 붙은 영역을 제거해준다. } return sUrl; }, getPrefixUrl: function (sUrl) { if (this.isNeedRoute() false) { return sUrl; } if (sUrl.indexOf(/) ! 0) { return sUrl; } if (sUrl.match(/^\/{2,}/) ! null) { return sUrl; } var iCachedPosition this.aFromList.indexOf(sUrl); if (iCachedPosition > -1) { return this.aToListiCachedPosition; } var bTailSlash (sCleanUrl ! / && sUrl.substr(-1) /); var sCleanUrl this.getCleanUrl(sUrl); var aPrefixPart CAFE24.ROUTE.path.prefix.split(/); var aUrlPart sCleanUrl.split(/); var bMatched true; var sReturnUrl sCleanUrl; if (aUrlPart.length aPrefixPart.length) { bMatched false; } else { for (var i 0; i aPrefixPart.length ; i++) { if (aPrefixParti ! aUrlParti) { bMatched false; break; } } } if (bMatched false) { if (sCleanUrl /) { sReturnUrl CAFE24.ROUTE.path.prefix; } else { sReturnUrl CAFE24.ROUTE.path.prefix + sCleanUrl; } sReturnUrl bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, /) this.aFromList.push(sUrl); this.aToList.push(sReturnUrl); } return sReturnUrl; }, /** * document.location.pathname 이 필요할 경우 사용한다. * @returns {*} */ getPathName: function() { if (typeof CAFE24.ROUTE.path.result undefined) { return document.location.pathname; } return CAFE24.ROUTE.path.result; }, rtrim: function (str, chr) { var rgxtrim (!chr) ? new RegExp(\\s+$) : new RegExp(chr++$); return str.replace(rgxtrim, ); }, getShopNo: function () { return CAFE24.ROUTE.shop_no; }, getSkinCode: function () { return CAFE24.ROUTE.skin_code; }, getLanguageCode: function () { return CAFE24.ROUTE.language_code; }, getMobile: function () { return CAFE24.ROUTE.is_mobile; }, getIsMobile: function () { return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile0-9*$/); }, getCleanUrl: function (sUrl) { if (sUrl /) { return sUrl; } var aUrl sUrl.split(/); aUrl.shift(); if (aUrl.length 1) { return sUrl; } // 현재 4 depth 까지 미리보기 기능이 구현되어있음 var iPos 0; var bFind false; for (var i 0; i aUrl.length ; i++) { bFind false; for (var iSub iPos, iSubCount this.aCleanFilter.length; iSub iSubCount ; iSub++) { if (aUrli.match(this.aCleanFilteriSub) ! null) { bFind true; iPos iSub + 1; aUrl.splice(i, 1); i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨. break; } } if (bFind false) { break; } } return / + aUrl.join(/); }, getIsEasyUrl : function () { return !window.location.pathname.match(/^\w\/\-\.+(php|html|htm)$/i); } }; EC_ROUTE.init();}/script>meta namepath_role contentMAIN />meta nameauthor content유니키니 />meta namedescription content여성 비치웨어 브랜드, 비키니, 래쉬가드, 커플룩, 허니문룩, 2피스, 3피스, 원피스 및 자체제작 브랜드 />meta namekeywords content여성 비치웨어 브랜드, 비키니, 래쉬가드, 커플룩, 허니문룩, 2피스, 3피스, 원피스 및 자체제작 브랜드 />meta http-equivContent-Type contenttext/html; charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, minimum-scale1.0, user-scalableyes/> meta nameformat-detection contenttelephoneno/> !-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --> !-- 아이콘 폰트 사용을 위한 CSS --> link relstylesheet href//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css> script typemodule srchttps://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js>/script> script nomodule srchttps://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js>/script> head>title>유니키니/title>head>meta namenaver-site-verification content1bc0e71d99961399030cc1834664770b380db928 />link relcanonical hrefhttps://unikini.co.kr />meta propertyog:url contenthttps://unikini.co.kr />meta propertyog:title content유니키니 />meta propertyog:description content프리미엄 비치웨어 유니키니, 비키니, 비치웨어, 드레스, 래쉬가드, 언더웨어, 여행아이템, 해외여행용품 전문 쇼핑몰 />meta propertyog:site_name content유니키니 />meta propertyog:type contentwebsite />script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.MANIFEST_CACHE_REVISION 2511261439;CAFE24.getDeprecatedNamespace function(sDeprecatedNamespace, sSupersededNamespace) {var sNamespace sSupersededNamespace ? sSupersededNamespace : sDeprecatedNamespace.replace(/^EC_/, );return CAFE24sNamespace;}CAFE24.FRONT_LANGUAGE_CODE ko_KR;CAFE24.MOBILE true;CAFE24.MOBILE_DEVICE false;CAFE24.MOBILE_USE true;var EC_MOBILE CAFE24.MOBILE;var EC_MOBILE_DEVICE CAFE24.MOBILE_DEVICE;var EC_MOBILE_USE CAFE24.MOBILE_USE;CAFE24.SKIN_CODE mobile5;CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA {common_member_id_crypt:};var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA CAFE24.getDeprecatedNamespace(EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA);CAFE24.SDE_SHOP_NUM 1;CAFE24.SHOP {getLanguage : function() { return ko_KR; },getSkinLanguageCode : function() { return ko_KR; },getCurrency : function() { return KRW; },getFlagCode : function() { return KR; },getTimezone: function() { return Asia/Seoul },getDateFormat: function() { return Y-m-d },isMultiShop : function() { return false; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {KR: ko_KR,US: en_US,JP: ja_JP,CN: zh_CN,TW: zh_TW,VN: vi_VN,PH: en_PH}},isLanguageShop : function(sLanguageCode) { return sLanguageCode ko_KR; },getDefaultShopNo : function() { return 1; },getProductVer : function() { return 2; },isSDE : function() { return true; },isMode : function() {return false; },getModeName : function() {return false; },isMobileAdmin : function() {return false; },isNewProMode : function() {return true; },isExperienceMall : function() { return false; },isDcollection : function() {return false; },isYoutubeShops : function() {return false; },getYtShopsShopNo : function() {return 0; },isG2G : function() {return false; },getAdminID : function() {return },getMallID : function() {return unikini},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) { sPriceTxt String(sPriceTxt);var aCurrencySymbol ,\uc6d0,false;if (typeof CAFE24.SHOP_PRICE ! undefined && isNaN(sPriceTxt.replace(/,/gi, )) false && bIsNumberFormat true) {// bIsNumberFormat 사용하려면 Ui(:libUipackCurrency)->plugin(Currency) 화폐 라이브러리 추가 필요sPriceTxt CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/,/gi, ), true, CAFE24.SDE_SHOP_NUM);}try {var sPlusMinusSign (sPriceTxt.toString()).substr(0, 1);if (sPlusMinusSign - || sPlusMinusSign +) {sPriceTxt (sPriceTxt.toString()).substr(1);return sPlusMinusSign + aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;} else {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}} catch (e) {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}}};CAFE24.CURRENCY_INFO {getOriginReferenceCurrency : function() {return USD},getCurrencyList : function(sCurrencyCode) { var aCurrencyList {JPY:{currency_symbol:¥,decimal_place:0,round_method_type:F},VND:{currency_symbol:₫,decimal_place:0,round_method_type:F},PHP:{currency_symbol:₱,decimal_place:2,round_method_type:R},USD:{currency_symbol:$,decimal_place:2,round_method_type:R},CNY:{currency_symbol:¥,decimal_place:2,round_method_type:R},TWD:{currency_symbol:NT$,decimal_place:0,round_method_type:F},EUR:{currency_symbol:\u20ac,decimal_place:2,round_method_type:R},BRL:{currency_symbol:R$,decimal_place:2,round_method_type:R},AUD:{currency_symbol:A$,decimal_place:2,round_method_type:R},BHD:{currency_symbol:.د.ب,decimal_place:3,round_method_type:R},BDT:{currency_symbol:৳,decimal_place:2,round_method_type:R},GBP:{currency_symbol:£,decimal_place:2,round_method_type:R},CAD:{currency_symbol:C$,decimal_place:2,round_method_type:R},CZK:{currency_symbol:Kč,decimal_place:2,round_method_type:R},DKK:{currency_symbol:kr,decimal_place:2,round_method_type:R},HKD:{currency_symbol:HK$,decimal_place:2,round_method_type:R},HUF:{currency_symbol:Ft,decimal_place:2,round_method_type:R},INR:{currency_symbol:₹,decimal_place:2,round_method_type:R},IDR:{currency_symbol:Rp,decimal_place:0,round_method_type:F},ILS:{currency_symbol:₪,decimal_place:2,round_method_type:R},JOD:{currency_symbol: دينار,decimal_place:3,round_method_type:R},KWD:{currency_symbol:دينار,decimal_place:3,round_method_type:R},MYR:{currency_symbol:RM,decimal_place:2,round_method_type:R},MXN:{currency_symbol:Mex$,decimal_place:2,round_method_type:R},NZD:{currency_symbol:NZ$,decimal_place:2,round_method_type:R},NOK:{currency_symbol:kr,decimal_place:2,round_method_type:R},PKR:{currency_symbol:₨,decimal_place:2,round_method_type:R},PLN:{currency_symbol:z\u0142,decimal_place:2,round_method_type:R},RUB:{currency_symbol:\u0440\u0443\u0431,decimal_place:2,round_method_type:R},SAR:{currency_symbol:﷼,decimal_place:2,round_method_type:R},SGD:{currency_symbol:S$,decimal_place:2,round_method_type:R},ZAR:{currency_symbol:R,decimal_place:2,round_method_type:R},SEK:{currency_symbol:kr,decimal_place:2,round_method_type:R},CHF:{currency_symbol:Fr,decimal_place:2,round_method_type:R},THB:{currency_symbol:฿,decimal_place:2,round_method_type:R},TRY:{currency_symbol:TL,decimal_place:2,round_method_type:R},AED:{currency_symbol:فلس,decimal_place:2,round_method_type:R}}; return aCurrencyListsCurrencyCode },isUseReferenceCurrency : function() {return false }};CAFE24.COMMON_UTIL {convertSslForString : function(sString) { return sString.replace(/http:/gi, );},convertSslForHtml : function(sHtml) { return sHtml.replace(/((?:src|href)\s*\s*)http:(\/\/(?:a-z0-9\-_\.+)\/)/ig, $1$2);},getProtocol : function() { return http; },moveSsl : function() { if (CAFE24.COMMON_UTIL.getProtocol() http) { var oLocation jQuery(window.location); var sUrl https:// + oLocation.attr(host) + oLocation.attr(pathname) + oLocation.attr(search); window.location.replace(sUrl); } },setEcCookie : function(sKey, sValue, iExpire) {var exdate new Date();exdate.setDate(exdate.getDate() + iExpire);var setValue escape(sValue) + ; domain. + CAFE24.GLOBAL_INFO.getBaseDomain() + ; path/;expires + exdate.toUTCString();document.cookie sKey + + setValue;}};CAFE24.SHOP_LIB_INFO {getBankInfo : function() { var oBankInfo ;$.ajax({type: GET,url: /exec/front/Shop/Bankinfo,dataType: json,async: false,success: function(oResponse) {oBankInfo oResponse;}});return oBankInfo; }}; var EC_SDE_SHOP_NUM CAFE24.SDE_SHOP_NUM;var SHOP CAFE24.getDeprecatedNamespace(SHOP);var EC_COMMON_UTIL CAFE24.getDeprecatedNamespace(EC_COMMON_UTIL);var EC_SHOP_LIB_INFO CAFE24.getDeprecatedNamespace(EC_SHOP_LIB_INFO);var EC_CURRENCY_INFO CAFE24.getDeprecatedNamespace(EC_CURRENCY_INFO);CAFE24.ROOT_DOMAIN cafe24.com;CAFE24.API_DOMAIN cafe24api.com;CAFE24.GLOBAL_INFO (function() {var oData {base_domain:unikini.cafe24.com,root_domain:cafe24.com,api_domain:cafe24api.com,is_global:false,is_global_standard:false,country_code:KR,language_code:ko_KR,admin_language_code:ko_KR,front_language_code:ko_KR};return {getBaseDomain: function() {return oDatabase_domain;},getRootDomain: function() {return oDataroot_domain;},getApiDomain: function() {return oDataapi_domain;},isGlobal: function() {return oDatais_global;},isGlobalStandard: function() {return oDatais_global_standard;},getCountryCode: function() {return oDatacountry_code;},getLanguageCode: function() {return oDatalanguage_code;},getAdminLanguageCode: function() {return oDataadmin_language_code;},getFrontLanguageCode: function() {return oDatafront_language_code;}};})();var EC_ROOT_DOMAIN CAFE24.ROOT_DOMAIN;var EC_API_DOMAIN CAFE24.API_DOMAIN;var EC_TRANSLATE_LOG_STATUS CAFE24.TRANSLATE_LOG_STATUS;var EC_GLOBAL_INFO CAFE24.getDeprecatedNamespace(EC_GLOBAL_INFO);CAFE24.AVAILABLE_LANGUAGE ko_KR,zh_CN,en_US,zh_TW,es_ES,pt_PT,vi_VN,ja_JP,en_PH;CAFE24.AVAILABLE_LANGUAGE_CODES {ko_KR:KOR,zh_CN:CHN,en_US:ENG,zh_TW:TWN,es_ES:ESP,pt_PT:PRT,vi_VN:VNM,ja_JP:JPN,en_PH:PHL};var EC_AVAILABLE_LANGUAGE CAFE24.AVAILABLE_LANGUAGE;var EC_AVAILABLE_LANGUAGE_CODES CAFE24.AVAILABLE_LANGUAGE_CODES;CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES { sClearanceCategoryCode: ,sManualLink: //support.cafe24.com/hc/ko/articles/7739013909529,sHsCodePopupLink: https://www.wcotradetools.org/en/harmonized-system,aCustomRegex: PHL : ^0-9{8}A-Z?$,sCountryCodeData: kor,sEnglishExampleURlForGlobal: ,aReverseAddressCountryCode: VNM,PHL,aSizeGuideCountryAlign: US,UK,EU,KR,JP,CN,aIsSupportTran: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,pt_PT,es_ES};var EC_GLOBAL_PRODUCT_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_PRODUCT_LANGUAGE_CODES);CAFE24.GLOBAL_ORDER_LANGUAGE_CODES {aModifyOrderLanguage: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,VN:vi_VN,PH:en_PH},aUseIdCardKeyCountry: CN,TW,aLanguageWithCountryCode: {zh_CN:CN,CHN,HK,HNK,ja_JP:JP,JPN,zh_TW:TW,TWN,ko_KR:KR,KOR,vi_VN:VN,VNM,en_PH:PH,PHL},aCheckDisplayRequiredIcon: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,aSetReceiverName: {zh_CN:{sCountry:CN,bUseLastName:true},zh_TW:{sCountry:TW,bUseLastName:false},ja_JP:{sCountry:JP,bUseLastName:true}},aSetDeferPaymethodLanguage: {ja_JP:\uc77c\ubcf8,zh_CN:\uc911\uad6d},aUseDeferPaymethod: ja_JP,zh_CN,aCheckShippingCompanyAndPaymethod: ja_JP,zh_CN,aSetDeferPaymethodLanguageForShipping: {ja_JP:\u65e5\u672c,zh_CN:\uc911\uad6d},aCheckStoreByPaymethod: ja_JP,zh_CN,aCheckIsEmailRequiredForJs: en_US,zh_CN,zh_TW,ja_JP,vi_VN,en_PH,aSetIdCardKeyCountryLanguage: {CN:\uc911\uad6d\uc758,TW:\ub300\ub9cc\uc758},aReverseGlobalAddress: en_PH,vi_VN,PHL,VNM,VN,PH,aNoCheckZipCode: KOR,JPN,aNotPostCodeAPICountryList: en_US,es_ES,pt_PT,en_PH,aEnableSearchExchangeAddr: KR,JP,CN,VN,TW,PH,aDuplicatedBaseAddr: TW,JP,aReverseAddressCountryCode: VN,PH,aCheckZipCode: PHL,en_PH,PH};var EC_GLOBAL_ORDER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_ORDER_LANGUAGE_CODES);CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES { sAdminWebEditorLanguageCode: ko ,oNotAvailDecimalPointLanguages: ko_KR,ja_JP,zh_TW,vi_VN,oAddressCountryCode: {KOR:ko_KR,JPN:ja_JP,CHN:zh_CN,TWN:zh_TW,VNM:vi_VN,PHL:en_PH},};var EC_GLOBAL_MEMBER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MEMBER_LANGUAGE_CODES);CAFE24.GLOBAL_BOARD_LANGUAGE_CODES { bUseLegacyBoard: true};var EC_GLOBAL_BOARD_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_BOARD_LANGUAGE_CODES);CAFE24.GLOBAL_MALL_LANGUAGE_CODES {oDesign: {oDesignAddReplaceInfo: {group_id:SKIN.ADD.ADMIN.DESIGNDETAIL,replacement:{KR:KOREAN,US:ENGLISH,JP:JAPANESE,CN:SIMPLIFIED.CHINESE,TW:TRADITIONAL.CHINESE,ES:SPANISH,PT:PORTUGUESE,PH:ENGLISH}},oDesignDetailLanguageCountryMap: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,US:en_US,ES:es_ES,PT:pt_PT,PH:en_PH},oSmartDesignSwitchTipLink: {edibot:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/img_editor_dnd.png,link:\/\/ecsupport.cafe24.com\/board\/free\/list.html?board_actlist&board_no12&category_no9&cate_no9},smart:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/ko_KR\/img_editor_smart.png,link:\/\/sdsupport.cafe24.com}},oSmartDesignDecoShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT,oSmartDesignDecoMultilingual: {list:{ko_KR:KOREAN,en_US:ENGLISH,ja_JP:JAPANESE,zh_CN:SIMPLIFIED.CHINESE,zh_TW:TRADITIONAL.CHINESE,es_ES:SPANISH,pt_PT:PORTUGUESE,vi_VN:VIETNAMESE},group_id:EDITOR.LAYER.EDITING.DECO},aSmartDesignModuleShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT},oStore: {oMultiShopCurrencyInfo: {en_US:{currency:USD},zh_CN:{currency:USD,sub_currency:CNY},ja_JP:{currency:JPY},zh_TW:{currency:TWD},es_ES:{currency:EUR},pt_PT:{currency:EUR},ko_KR:{currency:KRW},vi_VN:{currency:VND},en_PH:{currency:PHP}},oBrowserRedirectLanguage: {ko:{primary:ko_KR,secondary:en_US},en:{detail:{en-ph:{primary:en_PH,secondary:en_US},en-us:{primary:en_US,secondary:es_ES},default:{primary:en_US,secondary:es_ES}}},ja:{primary:ja_JP,secondary:en_US},zh:{detail:{zh-cn:{primary:zh_CN,secondary:en_US},zh-tw:{primary:zh_TW,secondary:zh_CN},default:{primary:en_US,secondary:ko_KR}}},es:{primary:es_ES,secondary:en_US},pt:{primary:pt_PT,secondary:en_US},vi:{primary:vi_VN,secondary:en_US},default:{primary:en_US,secondary:ko_KR}},aChangeableLanguages: en_US,ja_JP,ko_KR,aNoZipCodeLanguage: ko_KR,ja_JP},oMobile: {sSmartWebAppFaqUrl: https://support.cafe24.com/hc/ko/articles/8466586607641,sAmpFaqUrl: https://ecsupport.cafe24.com/board/free/read.html?no1864&board_no5&category_no13&cate_no13&category_no13&category_no13,},oPromotion: {bQrCodeAvailable: true,bSnsMarketingAvailable: true},oShippingReverseAddressLanguage: vi_VN,en_PH ,oGlobalStandardSwitchHelpCodeLink: {SH.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/SH.DS.html},PR.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PR.DS.html},OR.SM.BO:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/OR.SM.BO.html},DE.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/DE.DS.html},MB.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/MB.DS.html},PM.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PM.DS.html}},getAdminMainLocaleLanguage: function(sSkinLocaleCode) {var oLocaleData ;var locale ;var shopLangName ;if (sSkinLocaleCode US) {locale en_US;shopLangName ENGLISH;} else if (sSkinLocaleCode JP) {locale ja_JP;shopLangName JAPANESE;} else if (sSkinLocaleCode CN) {locale zh_CN;shopLangName SIMPLIFIED.CHINESE;} else if (sSkinLocaleCode TW) {locale zh_TW;shopLangName TRADITIONAL.CHINESE;} else if (sSkinLocaleCode ES) {locale es_ES;shopLangName SPANISH;} else if (sSkinLocaleCode PT) {locale pt_PT;shopLangName PORTUGUESE;} else if (sSkinLocaleCode VN) {locale vi_VN;shopLangName VIETNAMESE;} else if(sSkinLocaleCode PH) {locale en_PH;shopLangName ENGLISH.PH;}oLocaleDatalocale locale;oLocaleDatashopLangName shopLangName;return oLocaleData;}};var EC_GLOBAL_MALL_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MALL_LANGUAGE_CODES);CAFE24.GLOBAL_DATETIME_INFO {oConstants: {STANDARD_DATE_REGEX:\/(12\\d{3}-(01-9|10-2)-(01-9|12\\d|301))\/,IN_ZONE:inZone,OUT_ZONE:outZone,IN_FORMAT:inFormat,OUT_FORMAT:outFormat,IN_DATE_FORMAT:inDateFormat,IN_TIME_FORMAT:inTimeFormat,OUT_DATE_FORMAT:outDateFormat,OUT_TIME_FORMAT:outTimeFormat,IN_FORMAT_DATE_ONLY:1,IN_FORMAT_TIME_ONLY:2,IN_FORMAT_ALL:3,OUT_FORMAT_DATE_ONLY:1,OUT_FORMAT_TIME_ONLY:2,OUT_FORMAT_ALL:3,DATE_ONLY:YYYY-MM-DD,TIME_ONLY:HH:mm:ss,FULL_TIME:YYYY-MM-DD HH:mm:ss,ISO_8601:YYYY-MM-DDTHH:mm:ssZ,YEAR_ONLY:YYYY,MONTH_ONLY:MM,DAY_ONLY:DD,WEEK_ONLY:e,TIME_H_I_ONLY:HH:mm,TIME_HOUR_ONLY:HH,TIME_MINUTE_ONLY:mm,POSTGRE_FULL_TIME:YYYY-MM-DD HH24:MI:SS,POSTGRE_TIME_ONLY: HH24:MI:SS,MICRO_SECOND_ONLY:u,SEOUL:Asia\/Seoul,TOKYO:Asia\/Tokyo,SHANGHAI:Asia\/Shanghai,TAIPEI:Asia\/Taipei,HANOI:Asia\/Bangkok,LOS_ANGELES:America\/Los_Angeles,LISBON:Europe\/Lisbon,MADRID:Europe\/Madrid,SINGAPORE:Asia\/Singapore,UTC:Etc\/UTC,MAX_DATETIME:9999-12-31 23:59:59},oOptions: {inZone:Asia\/Seoul,inFormat:YYYY-MM-DD HH:mm:ss,inDateFormat:YYYY-MM-DD,inTimeFormat:HH:mm:ss,outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss},oPolicies: {shop:{outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss}},sOverrideTimezone: ,sMomentNamespace: EC_GLOBAL_MOMENT};CAFE24.FRONT_JS_CONFIG_MANAGE {sSmartBannerScriptUrl:https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs1563164396689206,sMallId:unikini,sDefaultAppDomain:https:\/\/app4you.cafe24.com,sWebLogOffFlag:F};var EC_FRONT_JS_CONFIG_MANAGE CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MANAGE);CAFE24.FRONT_JS_CONFIG_MEMBER {sAuthUrl:https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?actionauth};var EC_FRONT_JS_CONFIG_MEMBER CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MEMBER);CAFE24.FRONT_JS_CONFIG_SHOP {search_period:,calendar_config:{maxDate:2027-11-28,locale:ko},aProductPurchaseInfo_812:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_813:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_817:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_818:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_639:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_623:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_616:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_613:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_708:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_710:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_715:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_717:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_738:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_744:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_747:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_646:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true}};var EC_FRONT_JS_CONFIG_SHOP CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_SHOP);typeof window.CAFE24 undefined && (window.CAFE24 {});CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>link relstylesheet typetext/css href/ind-script/optimizer.php?filenamenY1BCkIxDAX3pVvPERU9gTcQPEBa87X8NClpCnp7xZUbQbp9vJmBu1aC3d6gmd4MKxh1HZYJcu-wmIpD1lpV4nvYwD9_yqErDy8qIeljEhzus1HGJ9kc6piYJlFtgYtQSCjys88lwaU0zCucv30nZJIrGhziMW5hYfRW8vrRvAA&typecss&k3572cbbdf8913438f1d2bd7f51c552f63984d500&t1744181095 />link relstylesheet typetext/css href/ind-script/optimizer_user.php?filenametdRBbgMhDAXQfcg25_Cqh-gxAHsyVsEeYZO2t-8klbrrCtgBlp7gyxh2rQSUQzdqBl34g4Xh6KlwDrvXAoYUkIzvAlUTF3oDQchmYIx0PRc3GFEaGfk4Y598ULtWlnHrUBbPWrSNWztFpAnOpuoznKSx4TgjGLLWqiNpl_it3SFF4_xC54u_BzNFypdzQ5fOK9Qj3lmi0wp7p3IsuXNT7HlJyKm7z22IP1m_VrBnYeiT_gt7TGVJV2xacE1X4LtsOj5pamQJD7YeyyTszDKkKDJjnL5Ao-ysMu2tSBNyYzGPT-YH&typecss&keacdc21073e0fbd7dbe97c1f6f26a9d9f1e38644&t1719457999&userT />style typetext/css>/style>title>유니키니/title>/head> body idmain classnd> div classxans-element- xans-popup xans-popup-multipopup >!-- $banner_popup_no ※ 노출시킬 팝업의 ID를 숫자로 넣어주세요. --> /div> div classmask_side>/div>aside idside classxans-element- xans-layout xans-layout-slidepackage >a classbtn_close_side>i classxi-close-thin>/i>/a>div classinner> ul classsideTop> li classxans-element- xans-layout xans-layout-statelogoff >a href/member/login.html>i classxi-lock-o>/i>LOGIN/a>/li> li classxans-element- xans-layout xans-layout-statelogoff >a href/member/agreement.html>i classxi-user-plus-o>/i>JOIN US/a>/li> /ul> div classsideTab> div idslideCateList> ul classxans-element- xans-layout xans-layout-category category>li idcate58 classxans-record-> a href#none classcate cate?cate_no58>NEWi classxi-angle-down>/i>/a> /li>li idcate24 classxans-record-> a href#none classcate cate?cate_no24>BESTi classxi-angle-down>/i>/a> /li>li idcate25 classxans-record-> a href#none classcate cate?cate_no25>BIKINIi classxi-angle-down>/i>/a> /li>li idcate49 classxans-record-> a href#none classcate cate?cate_no49>MONOKINIi classxi-angle-down>/i>/a> /li>li idcate50 classxans-record-> a href#none classcate cate?cate_no50>DRESS SWIMSUITi classxi-angle-down>/i>/a> /li>li idcate26 classxans-record-> a href#none classcate cate?cate_no26>RASHGUARDi classxi-angle-down>/i>/a> /li>li idcate51 classxans-record-> a href#none classcate cate?cate_no51>UNDERWEARi classxi-angle-down>/i>/a> /li>li idcate59 classxans-record-> a href#none classcate cate?cate_no59>ACCi classxi-angle-down>/i>/a> /li>li idcate27 classxans-record-> a href#none classcate cate?cate_no27>BEACHWEARi classxi-angle-down>/i>/a> /li>li idcate46 classxans-record-> a href#none classcate cate?cate_no46>SALEi classxi-angle-down>/i>/a> /li>li classboard_menu> a classtit_menu hrefjavascript:void(0);>COMMUNITYi classxi-angle-down>/i>/a> ul classxans-element- xans-layout xans-layout-boardinfo>li classxans-record->a href/board/notice/1/>NOTICE/a>/li>li classxans-record->a href/board/q-a/6/>Q & A/a>/li>li classxans-record->a href/board/review/4/>REVIEW/a>/li>li classxans-record->a href/board/event/8/>EVENT/a>/li>/ul> /li>li classmy_menu>a classtit_menu hrefjavascript:void(0);>MY PAGEi classxi-angle-down>/i>/a> ul> li>a href/myshop/index.html>MY PAGE/a>/li> li>a href/myshop/order/list.html>ORDER/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/order/basket.html>CART(span classxans_myshop_main_basket_cnt>0/span>)/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/myshop/recent_list.html>RECENT LIST(span classxans_myshop_main_recent_cnt>0/span>)/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/myshop/wish_list.html>WISH LIST(span classxans_myshop_main_interest_prd_cnt>0/span>)/a>/li> /ul> /li>/ul> /div> /div> form idsearchBarForm name action/product/search.html methodget target_self enctypemultipart/form-data >input idbanner_action namebanner_action value typehidden />div idsearch_box classxans-element- xans-layout xans-layout-searchheader sideSearch >!-- $category_page/product/list.html -->fieldset> legend>검색/legend> input idkeyword namekeyword fw-filter fw-label검색어 fw-msg classinputTypeText placeholder onmousedownSEARCH_BANNER.clickSearchForm(this) value typetext />i onclickSEARCH_BANNER.submitSearchBanner(this); return false; classxi-search>/i> /fieldset>/div>/form> div classxans-element- xans-layout xans-layout-info side_info >h3>i classxi-phone>/i> 070-8658-1159/h3>p>월~금 오전10시~오후5시점심시간12시~1시토,일공휴일휴무/p>p>Copyright © 유니키니 All Rights Reserved/p>/div> /div>/aside>!--// aside end --> div idwrap> div idcontainer> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 각 상품카테고리와 게시판 목록은 관리자페이지와 연동되어있으며 아래의 경로에서 설정 가능합니다. - 상품 카테고리 : 상품관리-상품분류관리-분류관리 - 게시판 목록 : 게시판관리-게시판관리 / 노출할 항목만 표시여부 표시로 체크하여 이용------------------------------------------------------------------------------------------------------------------------------------------->!------ 최상단 띠배너 ------>!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 사이트 최상단에 노출되는 띠배너 구역입니다. ◆ 아래 style> 구역에서 원하시는 배경색상 및 폰트색상으로 변경 가능합니다. ◆ 검은색 텍스트 부분만 수정하여 이용해주세요.------------------------------------------------------------------------------------------------------------------------------------------->style> /*---------------------------- 최상단 띠배너 스타일 지정 ---------------------------- background : 배경색상, # 옆에 코드값을 기입해주세요(ex.#fffff) color : 폰트색상, 변경시 기존 코드값을 지우고 # 옆에 새로운 값을 기입해주세요. -----------------------------------------------------------------------------------*/ .top_bnn{background:#000} .top_bnn a{color:#fff} /style>div classtop_bnn marquee3k data-speed1> a href#>NEW SUMMER SPECIAL SALE UP TO ~30%/a>/div>header idhead> div classheadTop> a hrefjavascript:void(0) classfold>span>/span>/a> !-- 로고 --> style> /* 로고이미지 사이즈 조정 ◆로고 부분에 등록하신 이미지의 최대 세로사이즈를 지정할 수 있습니다. ※예를 들어 30px로 기입시 원본사이즈와 관계없이 세로사이즈 30px을 기준으로 리사이징 되어 노출됩니다. 등록하시는 로고이미지의 비율 등에 맞춰 자유롭게 조정하여 사용해주세요. ※로고로 사용하시는 이미지는 최대한 여백없이 컨텐츠 부분만 남겨 저장 후 사용해주세요. */ #head .logo > a > img{max-height:18px/*기존 수치를 지우시고 원하시는 px값으로 기입하시면 됩니다*/} /style>div classlogo> a href/>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/logo2.png>/a>/div> a href/myshop/index.html classuser>ion-icon nameperson-outline>/ion-icon>/a> a href/order/basket.html classxans-element- xans-myshop xans-myshop-main topCart >ion-icon namebag-outline>/ion-icon>span classcount>span classxans_myshop_main_basket_cnt>0/span>/span>/a> /div> div classgnbWrap> ul classxans-element- xans-layout xans-layout-category>li idcate58 classxans-record->a href/product/list_thumb.html?cate_no58 cate?cate_no58>NEW/a>/li>li idcate24 classxans-record->a href/product/list_thumb.html?cate_no24 cate?cate_no24>BEST/a>/li>li idcate25 classxans-record->a href/product/list_thumb.html?cate_no25 cate?cate_no25>BIKINI/a>/li>li idcate49 classxans-record->a href/product/list_thumb.html?cate_no49 cate?cate_no49>MONOKINI/a>/li>li idcate50 classxans-record->a href/product/list_thumb.html?cate_no50 cate?cate_no50>DRESS SWIMSUIT/a>/li>li idcate26 classxans-record->a href/product/list_thumb.html?cate_no26 cate?cate_no26>RASHGUARD/a>/li>li idcate51 classxans-record->a href/product/list_thumb.html?cate_no51 cate?cate_no51>UNDERWEAR/a>/li>li idcate59 classxans-record->a href/product/list_thumb.html?cate_no59 cate?cate_no59>ACC/a>/li>li idcate27 classxans-record->a href/product/list_thumb.html?cate_no27 cate?cate_no27>BEACHWEAR/a>/li>li idcate46 classxans-record->a href/product/list_thumb.html?cate_no46 cate?cate_no46>SALE/a>/li>/ul> /div> /header> div idcontents> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 어반스킨 디자인 이용 안내 ◆ ※전체적인 스킨 사용 가이드는 세팅 완료 후 제공해드리는 매뉴얼 주소에서 확인하실 수 있습니다. ※간단한 텍스트 변경, 메인의 각 구역 사용여부 등은 편집창 좌측 자주쓰는화면의 ★간편세팅★(setting.js)파일에서 수정 가능합니다. ※직접 수정하시는 과정에서 오류 발생시 복구비용이 발생할 수 있으므로, 소스 수정시에는 꼭 원본파일을 백업해주세요! ※그외 문의사항이나 수정사항이 있으실 경우 어반스킨 홈페이지(https://urbanskin.co.kr) 수정요청 게시판에 접수해주세요. ◆ 메인 상품 구역 안내 ◆ ※각 상품 구역의 타이틀은 관리자페이지에서 변경하실 수 있습니다. 해당 영역에 맞는 메인진열의 네임을 바꿔주세요. (관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 상단 메인분류 관리 버튼 클릭) ※상품이 진열되어있지 않은 경우 자동으로 감춤처리됩니다. 사용을 원하시는 경우 상품을 진열설정해주세요. (상품진열경로 : 관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 6번에 해당하는 메인진열에 상품 추가) ※$count 숫자 부분에 원하시는 숫자를 기입하시면 상품노출갯수가 변경됩니다.------------------------------------------------------------------------------------------------------------------------------------------->!----------- 메인 비주얼 배너 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 슬라이드 배너 이미지는 기본적으로 2장까지 등록 가능하도록 구성되어있습니다. 2장 이상으로 사용 원하시는 경우 기존 소스를 복사하여 활용해주세요. ◆ 배너별로 클릭시 이동될 링크는 각 슬라이드의 a href#n> 따옴표()안에 넣어주시면 됩니다. ◆ 배너 사이즈 : 가로사이즈 640px 이상 * 세로사이즈 자유 해당 구역 내 모든 이미지의 사이즈는 서로 동일하게 맞춰주세요.------------------------------------------------------------------------------------------------------------------------------------------->div classmain_visual> div classswiper-container> div classswiper-wrapper> !------------------------------- 슬라이드 소스 구문 시작 -------------------------------> !--1번배너--> !-- 소스 복사시 이 부분부터 end 부분까지 복사하여 활용하세요 --> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no732&cate_no49&display_group1#none>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main01.jpg>/a> /div> !--//end--> !--2번배너--> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no746&cate_no25&display_group1>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main02.jpg>/a> /div> !--번배너--> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no723&cate_no25&display_group1>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main03.jpg>/a> /div> !-------------------- 슬라이드 소스 추가시 이 부분 위▲로 추가해주세요 --------------------> !--------------- 수정시 괄호 및 기호가 삭제되지 않도록 반드시 주의해주세요! ---------------> /div> div classswiper-pagination>/div> /div>/div>!----------- 메인 탭상품 구역 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 각 탭메뉴의 타이틀은 관리자페이지에서 변경하실 수 있습니다. 1~5번에 해당하는 메인진열의 네임을 바꿔주세요. (관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 상단 메인분류 관리 버튼 클릭) ◆ 상품이 진열되어있지 않은 탭은 자동으로 감춤처리되어 나타나지않습니다. 모든 리스트에 상품이 진열되어있어야만 정상적으로 노출됩니다. (상품진열경로 : 관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 1~5번에 해당하는 메인진열에 상품 추가)------------------------------------------------------------------------------------------------------------------------------------------->div classmain_tab_banner> div classtit_box> p classtit_common>span classmain_tab_tit>/span>/p> p classtxt_common main_tab_ment>/p> div classtab_list>/div> /div> ul classtab_cont> !-- 1번 탭 상품 --> !-- 2번 탭 상품 --> li classxans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있습니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. -->p classtab_tit>a hrefjavascript:void(0)>NEW ARRIVALS/a>/p>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/소프트-홀터-비키니롱가디건-커버업set-3p/812/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/87e4db1b50eca481f666d2b6987c10ae.webp alt소프트 홀터 비키니+롱가디건 커버업SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno812 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/소프트-홀터-비키니롱가디건-커버업set-3p/812/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 소프트 홀터 비키니+롱가디건 커버업SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 22,900/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/섹시삼각비키니메쉬링-원피스-커버업set-3p/813/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/26b860a3deeb8e78e7d6e833cfb46b4c.webp alt섹시삼각비키니+메쉬링 원피스 커버업SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno813 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/섹시삼각비키니메쉬링-원피스-커버업set-3p/813/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 섹시삼각비키니+메쉬링 원피스 커버업SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 17,400/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/4color-캔디탑-비키니옆트임-링-스커트set-3p/817/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/4cf18472a8aace8e957e4af45f34ce9c.gif alt4color 캔디탑 비키니+옆트임 링 스커트SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno817 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/4color-캔디탑-비키니옆트임-링-스커트set-3p/817/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 4color 캔디탑 비키니+옆트임 링 스커트SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 19,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>심플하면서도 포인트가 되는 센스 만점 비키니🧸🩷/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/컷팅라인-엠보블랙-비키니스커트-커버업set-2p/818/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/42ae72ead51f19002ec386ff253aaa49.webp alt컷팅라인 엠보블랙 비키니+스커트 커버업SET (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno818 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/컷팅라인-엠보블랙-비키니스커트-커버업set-2p/818/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 컷팅라인 엠보블랙 비키니+스커트 커버업SET (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 29,900/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li> /ul>/li> !-- 3번 탭 상품 --> !-- 4번 탭 상품 --> !-- 5번 탭 상품 --> li classxans-element- xans-product xans-product-listmain-5 xans-product-listmain xans-product-5 ec-base-product>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있습니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. -->p classtab_tit>a hrefjavascript:void(0)>SALE/a>/p>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/캔디-스모크-프릴탑-비키니-2p/639/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202308/9c983c862f072ed959e4523f7b7e31ef.gif alt캔디 스모크 프릴탑 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno639 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/캔디-스모크-프릴탑-비키니-2p/639/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 캔디 스모크 프릴탑 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 11,600/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>✨큐트한 프릴이 볼륨업 비키니✨/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/스테이-모노키니랩가디건-2p/623/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202308/4eebaf2969deb7467533117fc31daf33.gif alt스테이 모노키니+랩가디건 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno623 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/스테이-모노키니랩가디건-2p/623/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 스테이 모노키니+랩가디건 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 16,500/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🤍심플하고 베이직한 컬러 모노키니🤎/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/로렌-프릴-오프숄더-모노키니-1p/616/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202309/d91c7f702ab9193a28ec2e214fcd37f5.gif alt로렌 프릴 오프숄더 모노키니 (1P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno616 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/로렌-프릴-오프숄더-모노키니-1p/616/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 로렌 프릴 오프숄더 모노키니 (1P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 11,500/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🩵보기만해도 시원하고 청량한 컬러 모노키니🩵/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/트로피컬-홀터-하이-비키니-2p/613/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202307/dbaa5d09f19394986621524376387118.gif alt트로피컬 홀터 하이 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno613 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/트로피컬-홀터-하이-비키니-2p/613/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 트로피컬 홀터 하이 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 12,400/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>💛상큼상큼 컬러감 비키니💛/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li> /ul>/li> /ul>/div>!----------- 일반 상품구역 1 ------------->div classlist_1 main_prd> div classxans-element- xans-product xans-product-listmain-6 xans-product-listmain xans-product-6 ec-base-product typeThumb>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. $moreview yes $cache yes -->div classtit_box> p classtit_common>span>BEST PICK!/span>/p> p classtxt_common prd1_ment>/p> /div>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/플라워-핑크-모노키니레이스-가디건-2p/708/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202406/828d37af267d930c2d900d8f5155d65c.webp alt플라워 핑크 모노키니+레이스 가디건 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno708 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/플라워-핑크-모노키니레이스-가디건-2p/708/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 플라워 핑크 모노키니+레이스 가디건 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 18,600/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🍑귀여운 레이스 포인트 모노키니🍑/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/프릴하이-커버업-비키니-2p/710/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/a9331569ebc6a7a8b29093ac6a16f8d3.gif alt프릴하이 커버업 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno710 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/프릴하이-커버업-비키니-2p/710/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 프릴하이 커버업 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 26,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🖤탑 프릴로 귀여움은 덤으로💜/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/하이-카라-긴팔-래쉬가드-수영복-2p/715/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/8c7ec014e3b75c161e7d8886a6a94acb.gif alt하이 카라 긴팔 래쉬가드 수영복 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno715 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/하이-카라-긴팔-래쉬가드-수영복-2p/715/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 하이 카라 긴팔 래쉬가드 수영복 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 10,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>💓노출부담제로 깔끔한 래쉬가드💓/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/벨벳탑-비키니스커트-커버업/717/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/81a0c95700af3854af681d3c02046b71.gif alt벨벳탑 비키니+스커트 커버업>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno717 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/벨벳탑-비키니스커트-커버업/717/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 벨벳탑 비키니+스커트 커버업/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 13,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🌹벨벳소재 고급스런 비키니🌹/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li> /ul>/div> div classxans-element- xans-product xans-product-listmore-6 xans-product-listmore xans-product-6 typeMoreview>a href#none onclicktry { $M.displayMore(6, 7, 0, 4, 0, true, S0000000, false, ); } catch(e) { return false; } classbtnMore> i classxi-plus-min>/i> View more (span idmore_current_page_7 class>1/span>/span idmore_total_page_7 class>3/span>) span classicoMore>/span> /a>/div>/div>!----------- 메인 2단 배너 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 배너 사이즈 : 각 640px * 세로사이즈 자유 이며 해당 구역 내 모든 이미지의 사이즈는 서로 동일하게 맞춰주세요. ◆ 배너별로 클릭시 이동될 링크는 각 배너의 a href#n> 따옴표()안에 넣어주시면 됩니다.------------------------------------------------------------------------------------------------------------------------------------------->div classmain_section> div classtit_box> p classtit_common>span classmain_sec_tit>/span>/p> p classtxt_common main_sec_txt>/p> /div> ul> !---------------------- 첫번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/sub01.jpg>/a> /li> !-- //end --> br> !---------------------- 두번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/sub02.jpg>/a> /li> !-- //end --> /ul>/div>!------ 메인 동영상 + 인기 검색어 영역 ------> ul> div styletext-align : center;> !---------------------- 첫번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/main_v4.gif width316px>/a> /li> !-- //end --> br>br> !---------------------- 두번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/main_v6.gif width316px>/a> /li> !-- //end -->!----------- 일반 상품구역 2 ------------->div classlist_2 main_prd> div classxans-element- xans-product xans-product-listmain-7 xans-product-listmain xans-product-7 ec-base-product typeThumb>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. $moreview yes $cache yes -->div classtit_box> p classtit_common>span>WEAR/span>/p> p classtxt_common prd2_ment>/p> /div>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/이지-스판-미디트임-원피스가디건set/738/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/0c3ea7cb387820032710c9217af38e92.gif alt이지 스판 미디트임 원피스+가디건set>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno738 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/이지-스판-미디트임-원피스가디건set/738/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 이지 스판 미디트임 원피스+가디건set/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 22,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>가볍게 툭 걸쳐도 청순한 느낌🖤/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1116944155346147.gif alt />img src/web/upload/custom_1216944156255062.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/골지-레이스-x스트랩-패드-슬립-원피스/744/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/56c6bbfc1309a86b27e52fb174bb806b.gif alt골지 레이스 X스트랩 패드 슬립 원피스>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno744 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/골지-레이스-x스트랩-패드-슬립-원피스/744/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 골지 레이스 X스트랩 패드 슬립 원피스/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 9,000/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>잔골지의 섹시한 무드의 슬립🫶/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/소프트-코튼-스트랩-슬립-원피스가운set/747/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/1893c99b8c96a5a6f7444769cff8f6e6.gif alt소프트 코튼 스트랩 슬립 원피스+가운set>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno747 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/소프트-코튼-스트랩-슬립-원피스가운set/747/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 소프트 코튼 스트랩 슬립 원피스+가운set/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 21,000/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>청순여리 슬립 원피스🩷/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1116944155346147.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/여리여리-프렌치핑크-플라워-롱원피스/646/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202308/b034461b2a08c5ee24721481cb929e5a.gif alt여리여리 프렌치핑크 플라워 롱원피스>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno646 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/여리여리-프렌치핑크-플라워-롱원피스/646/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 여리여리 프렌치핑크 플라워 롱원피스/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 34,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>🌸킁킁~꽃향기 물씬 롱 모노키니🌸/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt /> /div> /div>/li> /ul>/div> div classxans-element- xans-product xans-product-listmore-7 xans-product-listmore xans-product-7 typeMoreview>a href#none onclicktry { $M.displayMore(7, 8, 0, 4, 0, true, S0000000, false, ); } catch(e) { return false; } classbtnMore> i classxi-plus-min>/i> View more (span idmore_current_page_8 class>1/span>/span idmore_total_page_8 class>3/span>) span classicoMore>/span> /a>/div>/div>!----------- 인스타그램 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 관리자페이지 > 앱스토어 > 인스타그램 위젯과 연동되어있습니다. ◆ 단순복사로 구매하셨을 경우 제공된 매뉴얼 페이지를 참고하시어 위젯을 설치해주세요.------------------------------------------------------------------------------------------------------------------------------------------->div classinsta> div classtit_box> p classtit_common>span>INSTAGRAM/span>span classinsta_id>/span>/p> /div> section idinstagramWidgetManual stylewidth:100%;margin:0 auto;height:270px> !--앱을 비활성화한 뒤 삽입한 코드를 직접 삭제해야 할 수도 있습니다.--> /section>/div> /div> hr classlayout> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 기본적인 정보는 대체로 관리자페이지와 연동되어있습니다. 상점관리-기본정보관리-내쇼핑몰 정보 ◆ 그외 기타 정보(은행정보, SNS아이콘 링크 등)는 ★간편세팅★(setting.js) 파일에서 수정 가능합니다.------------------------------------------------------------------------------------------------------------------------------------------->footer idfoot classxans-element- xans-layout xans-layout-info>!-- 로고 -->style> /* 로고이미지 사이즈 조정 ◆로고 부분에 등록하신 이미지의 최대 세로사이즈를 지정할 수 있습니다. ※예를 들어 30px로 기입시 원본사이즈와 관계없이 세로사이즈 30px을 기준으로 리사이징 되어 노출됩니다. 등록하시는 로고이미지의 비율 등에 맞춰 자유롭게 조정하여 사용해주세요. ※로고로 사용하시는 이미지는 최대한 여백없이 컨텐츠 부분만 남겨 저장 후 사용해주세요. */ #foot .logo > a > img{max-height:18px/*기존 수치를 지우시고 원하시는 px값으로 기입하시면 됩니다*/} /style>div classlogo> a href/>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/logo-2.png>/a>/div>ul classfoot_box> li classcs_info> p classtit>CS CENTER/p> p classphone >070-8658-1159/p> p classruntime>월~금 오전10시~오후5시점심시간12시~1시토,일공휴일휴무/p> /li> !-- 은행정보 --> li classbank_info> p classtit Cardo>BANK INFO/p> p classbank_num1>/p> p classbank_num2>/p> p classbank_num3>/p> p classbank_name>/p> /li> li classsns_box> p classtit>FLLOW US/p> !-- 인스타그램 -->a classsns_1 href target_blank>@INSTAGRAM/a> !-- 페이스북 -->a classsns_2 href target_blank>@FACEBOOK/a> !-- 카카오 -->a classsns_3 href target_blank>@KAKAO/a> /li> li classcompany> p classtit>COMPANY/p> p>span>Company./span>유니키니 /p> p class>span>Ceo./span>김아영span>Tel./span>070-8658-1159/p> p class>span>Privacy manager./span>김지민a hrefmailto:unikini1@nate.com>(unikini1@nate.com)/a>/p> p class>span>E-mail./span>unikini1@nate.com/p> p>span>Address. /span> 경기도 이천시 황무로 986-53 (증포동) /p> p>span>Business no./span>382-64-00414a href#none onclickwindow.open(http://www.ftc.go.kr/bizCommPop.do?wrkr_no3826400414, bizCommPop, width750, height950;);return false;>사업자정보확인/a>/p> p>span>Mall order license./span>2020서울강동0817/p> p classcopyright>Copyright ⓒ 유니키니 ALL RIGHTS RESERVED./p> /li> /ul>ul classfoot_menu> !--li>a href/shopinfo/company.html>COMPANY/a>/li>--> li>a href/member/mall_agreement.html>AGREEMENT/a>/li> li>a href/member/privacy.html>PRIVACY POLICY/a>/li> li>a href/shopinfo/guide.html>GUIDE/a>/li> /ul>/footer>a classbtn_go_top hrefjavscript:void(0)>i classxi-angle-up-thin>/i>/a> /ul>/div> /div> /div>span itemscope itemtypehttps://schema.org/Organization>link itempropurl hrefhttp://cn.unikini.co.kr>/span>script typetext/javascript src/app/Eclog/js/cid.generate.js?vsbdc53f4bc36ece202dc1be652f66c8a2&uunikini.1>/script>script> (function (i, s, o, g) { var a s.createElement(o), m s.getElementsByTagName(o)0; var initialized false; var interval null; function safeInit() { if (initialized) return; if (typeof i.initCaWebAnalytics function) { try { i.initCaWebAnalytics({mid:unikini,stype:e,domain:,shop_no:1,lang:ko_KR,mobile_flag:T,send_endpoint:https://ca-log.cafe24data.com,path_role:MAIN}); initialized true; } finally { if (interval) clearInterval(interval); a.onload a.onreadystatechange a.onerror null; } } } a.onload a.onreadystatechange function () { if (!a.readyState || a.readyState loaded || a.readyState complete) { safeInit(); } }; a.onerror function () { if (interval) { clearInterval(interval); interval null; } a.onload a.onreadystatechange a.onerror null; }; interval setInterval(safeInit, 200); setTimeout(function () { if (interval) { clearInterval(interval); interval null; } }, 10000); safeInit(); a.async 1; a.setAttribute(crossorigin, anonymous); a.src g; m.parentNode.insertBefore(a, m); })(window, document, script, //optimizer.poxo.com/ca2/analytics.js?v20251128);/script>script typetext/javascript src/ind-script/i18n.php?v2511261439&langko_KR&domainfront&type charsetutf-8>/script>script src/ind-script/optimizer.php?filenamezZnJcuM2EIbvNq95DtrZKldLihNX7FhlecZnEGxKMEE0gsUS5-nTJDUzVmxuIF2VgzYK_4cG0BuleIcFxJc_mjgzrIA9mjw2YNEbDvGzjcXlbyp6tj_EXeO80Izn8fM_Hkx5fPkp-jW6GKmEgwOjmLTHCxFHzAVMpXgjg5YQAY8yFSxlUjAbpqZvHZr_LFwb3JL-5HhS5sAJGlDQKOVi4Hf1myfhdo9fVsyxqBBqBEeKhFTwSO_7VVYboVw2AI_cV2ZdoymWqJxBKcH069bS2yutF0ak2wH2eCdk_6jMYL1TZxYlKVCdOdRnUig4S5hSQ-xqEByLAtXQ0QemKJwU-aY24IbPUuscFFrSubwvYlrHd5gICfHDK31jX8eutOgKTD1dsnuhx02YecWrDa3GpZ67qGh14qGEDiPIVeNPTfS8Rkj2pZTI0lGiwjtWzXufWDAvbYfTItYoy0zIwa6XQsa8dNUW2IIZt3jH68ZnuWQratH_I-emlECUpR21U0nArFDbqZQCHEurdNjqjZsd6pNjva4P6y-WM4zz6nktDiC7clEHZlnH4qfOUGyRriDx2_ETUrbYoilvhXWjxQ-QgQHFYelN9VqujeAdi14gM-kJh65GSXV19NwWmOG7UQHoWJaVbwtdr5do6beCsusLlWpyDjRfveXbhaAi_hZbuaNK7Vs8ETTFCHzcDDuQGj58HTumUjk6h42YgHKyoDP-MD7lbzfbNknkjApbjv0V4bsFYxx-SXiVMhP_HP0SXcQZtQZa8DwQIi8vVKuxHZG6qSO1-oJqZl0-vyJHo_6GffVYN1X_XlewDUjgLgh1PN5n29aejdC_4xLDF3QvVR6kbbYg_v3gDKtB9ef64wZlit7Nje1J8WHQm4JtZ4euhKVmuBTUFM-IviHchjoNCY3jiUDf6TTcEHjBbA6zH9-1V-mbPmk69qmwU5DfYMuOe6XRKDWPTQuh0llAq5DG8j3Q56YatLpeWyY_dmmxpanOdXsgD9Lz46fzjO7WmZtqyVwYH9I7n9aVoF74FHEVnhi-QzYOeVhZuBU5xAuDeyq5S8Z3EE6ZEJGv9McVjcYcdXRz45iQ8cJX_SNdLDB4fx_gRcDeMZkf3y7Rqw7L7pii4nQC20Micdvfte1cQY2OE06A7R_NTakdnj3b9t_iWuxhtlS8eQ7WFVAkYILl9yYFw0fu42tAU-6mE3R3fzKI0eutPRTyKLpdm7KWOyGhsyXq0a9AoxXh8z8Ju-tOgwMAfHRgvSZQDwQT5A-1PIeS7snSiZRHpHSxnLSaOj7C3RIUZGJqaNyycoINfxiWhjvklXdI5V3wGkPpeR8eG146sUbtdXiAekvmgKFAfxFTDuaurIrcMV9M85AT1KTYq33tT1H9N1TO4LVH0iNLZuFUN1DTl9c0BDcqw3AnkEwULJEwwSLN3M6ghPOeH2gGmHPb-mdEi1gHVKmmyp9T9zLk7z6D3sG1ONDIfwE&typejs&k7371681d2444777d128133d75e6e8347492fcc54&t1758587957 >/script>script src/ind-script/optimizer_user.php?filenamerdJBDsIwDATAB6RX3uED4kFOYrVubafUCYjfUyHEgWPTD4xWuwtTUQJKoTltDs14YWNYWxROYaoq4JlCJufRQEtkoRtYhtnBOdMw-wUOGYKv0ipEdE4fTXYuKFk7bn5zPXmlbVC2XmkizLvUqVgOqaiW7jhsXlGkux-qlW3sZRS3eyO6Lmc0rcgWHuwN5RSqYgwRzXrW-3_ob8Q3&typejs&k2971c49471460f789d21567f2d0080416753196f&t1719456888&userT >/script>script typetext/javascript>var sIsFrontDesignChangeRequired F;var sYtshopping F;var sIsYoutubeShops F;var sIsValidChRef F;var sChRef ;if (sIsValidChRef T) {sessionStorage.setItem(ch_ref, sChRef);}// ch_ref 존재 여부 체크CAFE24.hasChRef function() {if (sIsValidChRef T && sessionStorage.getItem(ch_ref)) {return true;}return false;}// ch_ref 데이터 조회CAFE24.getChRefData function() {if (sIsValidChRef T) {return sessionStorage.getItem(ch_ref);}}// 프론트 디자인 변경이 필요한지 여부 반환CAFE24.checkChannelUI function() {if ((sIsFrontDesignChangeRequired T && sessionStorage.getItem(ch_ref)) || sIsYoutubeShops T) {return true;} else {return false;}}// 파라미터에 ch_ref 추가CAFE24.attachChRef function(sUrl) {if (sUrl) {var sChRef CAFE24.getChRefData();if (sChRef) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + ch_ref + sChRef;}}return sUrl;}var sIsCheckout F;var sCheckoutToken ;if (sIsCheckout T) {sessionStorage.setItem(checkoutToken, sCheckoutToken);} else {sessionStorage.removeItem(checkoutToken);}CAFE24.getCheckoutToken function() {if (sIsCheckout T) {return sessionStorage.getItem(checkoutToken);}}CAFE24.attachCheckoutParam function(sUrl) {if (sUrl) {var sCheckoutToken CAFE24.getCheckoutToken();if (sCheckoutToken) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + checkoutToken + sCheckoutToken;}}return sUrl;}CAFE24.MOBILE_WEB true; var mobileWeb CAFE24.MOBILE_WEB;try {var isUseLoginKeepingSubmit false;// isSeqNoKeyExpiretimefunction isSeqNoKeyExpiretime(iExpiretime){var sDate new Date();var iNow Math.floor(sDate.getTime() / 1000);// 유효시간 확인if (iExpiretime > iNow) {return false;}return true;}function isUseLoginKeeping(){// 디바이스 확인if (EC_MOBILE_DEVICE false) {return;}// 로그인 여부var isLogin document.cookie.match(/(?:^| |;)iscacheF/) ? true : falseif (isLogin) {return;}var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);var iSeqnoExpiretime;var iSeqNoKey;if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);// 유효시간, key 값 확인if (iSeqnoExpiretime null || iSeqNoKey null) {return;}} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;if (isNaN(iSeqNoKey) true || isNaN(iSeqnoExpiretime) true) {return;}}if (isSeqNoKeyExpiretime(iSeqnoExpiretime) false) {return;}useLoginKeepingSubmit();}function findGetParamValue(paramKey){var result null,tmp ;location.search.substr(1).split(&).forEach(function (item) {tmp item.split();if (tmp0 paramKey) result decodeURIComponent(tmp1);});return result;}function useLoginKeepingSubmit(){var iSeqnoExpiretime;var iSeqNoKey;var sUseLoginKeepingIp;var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;sUseLoginKeepingIp oLoginKeepingInfo.use_login_keeping_ip;}var oForm document.createElement(form);oForm.method post;oForm.action /exec/front/member/LoginKeeping;document.body.appendChild(oForm);var oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key;oSeqNoObj.type hidden;oSeqNoObj.value iSeqNoKey;oForm.appendChild(oSeqNoObj);oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key_expiretime;oSeqNoObj.type hidden;oSeqNoObj.value iSeqnoExpiretime;oForm.appendChild(oSeqNoObj);var returnUrl findGetParamValue(returnUrl);if (returnUrl || returnUrl null) {returnUrl location.pathname + location.search;}oSeqNoObj document.createElement(input);oSeqNoObj.name returnUrl;oSeqNoObj.type hidden;oSeqNoObj.value returnUrl;oForm.appendChild(oSeqNoObj);if (sUseLoginKeepingIp ! undefined) {oSeqNoObj document.createElement(input);oSeqNoObj.name use_login_keeping_ip;oSeqNoObj.type hidden;oSeqNoObj.value sUseLoginKeepingIp;oForm.appendChild(oSeqNoObj);}oForm.submit();isUseLoginKeepingSubmit true;}isUseLoginKeeping();} catch(e) {}var bUseElastic false;var sSearchBannerUseFlag F;CAFE24.SHOP_CURRENCY_INFO {1:{aShopCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},aShopSubCurrencyInfo:null,aBaseCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},fExchangeRate:1,fExchangeSubRate:null,aFrontCurrencyFormat:{head:₩ ,tail:},aFrontSubCurrencyFormat:{head:,tail:}}}; var SHOP_CURRENCY_INFO CAFE24.SHOP_CURRENCY_INFO;if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({bIsUseLikeProduct:true,bIsUseLikeCategory:false});}if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT ! undefined) {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk F;}var basket_result /product/add_basket.html;var basket_option /product/basket_option.html;CAFE24.FRONT_XANS_TEMPLATE.setTemplate(xans-product-listmain-6, div class\xans-element- xans-product xans-product-listmain-6 xans-product-listmain xans-product-6 ec-base-product typeThumb\>\n!--\n $count 4\n \u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n \u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n $moreview yes\n $cache yes\n -->\ndiv class\tit_box\>\n p class\tit_common\>span>{$category_title_text}\/span>\/p>\n p class\txt_common prd1_ment\>\/p>\n \/div>\nul class\prdList grid2\>\n !--$-->!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-6 xans-product-imagestyle xans-product-6\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-6 xans-product-colorchip xans-product-6\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-6 xans-product-imagestyle xans-product-6\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-6 xans-product-colorchip xans-product-6\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--$-->\n \/ul>\n\/div>\n);if (typeof($M) ! undefined) {$M.sModule xans-product-listmain;$M.iCount 0;$M.iCategoryNo 0;$M.iSortMethod 0;$M.init();}try { $M.setDisplayPageMore(6, 7, 0, 4, 0, true, S0000000, false, ); } catch(e) {}EC$(window).on(unload, function() { try { sessionStorage.removeItem(sStorageDetail); } catch (e) {} });CAFE24.FRONT_XANS_TEMPLATE.setTemplate(xans-product-listmain-7, div class\xans-element- xans-product xans-product-listmain-7 xans-product-listmain xans-product-7 ec-base-product typeThumb\>\n!--\n $count 4\n \u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n \u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n $moreview yes\n $cache yes\n -->\ndiv class\tit_box\>\n p class\tit_common\>span>{$category_title_text}\/span>\/p>\n p class\txt_common prd2_ment\>\/p>\n \/div>\nul class\prdList grid2\>\n !--$-->!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-7 xans-product-imagestyle xans-product-7\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-7 xans-product-colorchip xans-product-7\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-7 xans-product-imagestyle xans-product-7\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-7 xans-product-colorchip xans-product-7\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--$-->\n \/ul>\n\/div>\n);if (typeof($M) ! undefined) {$M.sModule xans-product-listmain;$M.iCount 0;$M.iCategoryNo 0;$M.iSortMethod 0;$M.init();}try { $M.setDisplayPageMore(7, 8, 0, 4, 0, true, S0000000, false, ); } catch(e) {}EC$(window).on(unload, function() { try { sessionStorage.removeItem(sStorageDetail); } catch (e) {} });var aLogData {log_server1:eclog2-260.cafe24.com,log_server2:elg-db-svcm-013.cafe24.com,mid:unikini,stype:e,domain:,shop_no:1,lang:ko_KR,ver:2,hash:,ca:cfa-js.cafe24.com\/cfa.js,etc:,mobile_flag:T};var sMileageName 적립금;var sMileageUnit :PRICE:원;var sDepositName 예치금;var sDepositUnit 원;; (function() {var setPcVersionCookie function() {$.ajax({url: /exec/front/manage/ajaxcookie,async: false});};if (typeof window.isPCver function) {var isPCverOld window.isPCver;window.isPCver function() {setPcVersionCookie();isPCverOld();};}}());/script>/body> /html>
Port 443
HTTP/1.1 200 OKServer: openrestyDate: Fri, 28 Nov 2025 10:29:23 GMTContent-Type: text/html; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveVary: Accept-EncodingVary: Accept-EncodingP3P: CPNOI ADM DEV PSAi COM NAV OUR OTR STP IND DEMExpires: Mon, 26 Jul 1997 05:00:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check0, pre-check0Pragma: no-cachex-cache-valid: YESStrict-Transport-Security: max-age31536000Referrer-Policy: strict-origin-when-cross-originX-Content-Type-Options: nosniffx-hrpcs-signal: 1x-hrpcs-ttl: 300sLast-Modified: Fri, 28 Nov 2025 10:29:23 GMTX-XSS-Protection: 1;modeblockX-HURL: /m.cn.unikini.co.krview_mobUSagent_pcX-isCacheURL: YESX-ttl: 300.000X-Cache: MISSX-hits: 0X-ANIGIF: Accept-Ranges: bytes !DOCTYPE html>html langko> head>script>(function(i, s, o, g, r) { var a s.createElement(o); var m s.getElementsByTagName(o)0; a.async true; a.src g; a.onload function() { if (ir.init) { ir.init(https://js-error-tracer-api.cafe24.com, eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ1bmlraW5pLmNhZmUyNC5jb20iLCJhdWQiOiJqcy1lcnJvci10cmFjZXItYXBpLmNhZmUyNC5jb20iLCJtYWxsX2lkIjoidW5pa2luaSIsInNob3Bfbm8iOiIxIiwicGF0aF9yb2xlIjoiTUFJTiIsImxhbmd1YWdlX2NvZGUiOiJrb19LUiIsImNvdW50cnlfY29kZSI6IktSIiwiaXNfeXRzIjpmYWxzZSwiaXNfY29udGFpbmVyIjpmYWxzZSwid29ya3NwYWNlIjoicHJvZHVjdGlvbiJ9.hI1qsUjRyD-nSAH7Td2GOpLr2XFRWE747wFtsf7pydk, {errors:{path:\/api\/v1\/store,collectWindowErrors:true,preventDuplicateReports:true,storageKeyPrefix:EC_JET.MAIN,samplingEnabled:true,samplingRate:0.5},vitals:{path:\/api\/v1\/vitals,samplingEnabled:true,samplingRate:0.3},resources:{path:\/api\/v1\/resources,samplingEnabled:true,samplingRate:0.5,durationThreshold:3000}}); } }; m.parentNode.insertBefore(a, m);}(window, document, script, //assets.poxo.com/jet/jet.js, EC_JET));/script>script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>script typetext/javascript>if (typeof EC_ROUTE undefined) { /** * 프론트용 라우트 플러그인 * @type {{bInit: boolean, init: EC_ROUTE.init}} * CAFE24.ROUTE 참조 */ var EC_ROUTE { EC_DOMAIN_PATH_INFO: EC_DOMAIN_PATH_INFO, bInit: false, aFromList: , aToList: , aCleanFilter: null, init: function () { if (this.bInit || typeof CAFE24.ROUTE undefined) { return; } this.bInit true; this.aCleanFilter /^shop1-90-9*$/, /^(m|p)$/, new RegExp(^( + Object.keys(CAFE24.ROUTE.support_language_list).join(|) + )$), /^skin-(base|skin1-90-9*|mobile0-9*)$/, ; }, isNeedRoute: function () { return CAFE24.ROUTE.is_need_route; }, /** * * @param iShopNo * @param bMobile * @param sFrontLanguage * @param sSkinCode * @returns {*|string} */ getUrlDomain: function (iShopNo, bMobile, sFrontLanguage, sSkinCode) { var oRouteConfig {}; if (typeof iShopNo undefined) { oRouteConfig.shop_no CAFE24.SDE_SHOP_NUM; } else { oRouteConfig.shop_no iShopNo; } if (typeof bMobile undefined) { oRouteConfig.is_mobile false; } else { oRouteConfig.is_mobile bMobile; } if (typeof sFrontLanguage undefined) { oRouteConfig.language_code ; }else { oRouteConfig.language_code sFrontLanguage; // 내부에서 로직으로 동작할땐 언어_지역 형태의 로케일 형태를 따른다. } if (typeof sSkinCode undefined) { oRouteConfig.skin_code ; }else { oRouteConfig.skin_code sSkinCode; } var sDomain ; if (oRouteConfig.shop_no ! CAFE24.SDE_SHOP_NUM) { // 접근된 다른 멀티샵 도메인 정보는 primary domain 를 조회해야함으로 ajax 를 통해 정보를 얻는다. sDomain this._getUrlDomainMultishop(oRouteConfig); } else { // 샵이 동일할 경우에는 접근된 domain 에 path 정보만 정리하여 반환함. sDomain this._getUrlDomain(oRouteConfig); } return sDomain; }, _getUrlDomainMultishop: function (oRouteConfig) { var sDomain ; EC$.ajax({ type: GET, url: /exec/front/Shop/Domain, data: { _shop_no : oRouteConfig.shop_no, is_mobile : oRouteConfig.is_mobile, language_code : oRouteConfig.language_code, skin_code : oRouteConfig.skin_code, }, async: false, dataType: json, cache: true, success: function(oResult) { switch (oResult.code) { case 0000 : sDomain oResult.data; break; default : break; } return false; } }); return sDomain; }, _getUrlDomain: function (oRouteConfig) { oRouteConfig.domain this._getCreateHost(oRouteConfig); return location.protocol + // + oRouteConfig.domain + this._getCreateUri(oRouteConfig); }, _getCreateHost : function (oRouteConfig) { var sHost location.host; var aHost sHost.split(.); if (this.isBaseDomain(sHost)) { if (aHost.length > 3) { aHost0 ; } } else if (oRouteConfig.is_mobile) { if (this.isMobileDomain()) { oRouteConfig.is_mobile false; } } return aHost.filter(Boolean).join(.); }, _getCreateUri: function (oRouteInfo) { var aUrl ; if (this.isBaseDomain() && oRouteInfo.shop_no > 1) { aUrl.push(shop + oRouteInfo.shop_no); } if (oRouteInfo.is_mobile) { aUrl.push(m); } if (oRouteInfo.language_code ! ZZ && oRouteInfo.language_code ! ) { var iIndex Object.values(CAFE24.ROUTE.support_language_list).indexOf(oRouteInfo.language_code); if (iIndex ! -1) { aUrl.push(Object.keys(CAFE24.ROUTE.support_language_list)iIndex); } } if (this.isBaseDomain() && oRouteInfo.skin_code ! default && oRouteInfo.skin_code ! ) { aUrl.push(skin- + oRouteInfo.skin_code); } var sUrl /; if (aUrl.length > 0) { sUrl / + aUrl.join(/); sUrl this.rtrim(sUrl, /); } return sUrl; }, /** * en, en-US > en_US */ convertValidLanguageCode: function (sUrlLanguageCode) { if (typeof CAFE24.ROUTE.support_language_listsUrlLanguageCode ! undefined) { return CAFE24.ROUTE.support_language_listsUrlLanguageCode; } return false; }, isMobileDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } var aMatched sHost.match(/^(m|mobile|skin\-mobile|skin\-mobile0-9+\-{2}shop0-9+|skin\-mobile0-9+|mobile\-{2}shop0-9+)\./i); return aMatched ! null; }, isBaseDomain: function (sHost) { if (typeof sHost undefined) { sHost location.host; } return sHost.indexOf(CAFE24.GLOBAL_INFO.getRootDomain()) ! -1; }, removePrefixUrl: function (sUrl) { if (this.isNeedRoute()) { sUrl sUrl.replace(this.getPrefixUrl(/), /); // 자동으로 prefix 붙은 영역을 제거해준다. } return sUrl; }, getPrefixUrl: function (sUrl) { if (this.isNeedRoute() false) { return sUrl; } if (sUrl.indexOf(/) ! 0) { return sUrl; } if (sUrl.match(/^\/{2,}/) ! null) { return sUrl; } var iCachedPosition this.aFromList.indexOf(sUrl); if (iCachedPosition > -1) { return this.aToListiCachedPosition; } var bTailSlash (sCleanUrl ! / && sUrl.substr(-1) /); var sCleanUrl this.getCleanUrl(sUrl); var aPrefixPart CAFE24.ROUTE.path.prefix.split(/); var aUrlPart sCleanUrl.split(/); var bMatched true; var sReturnUrl sCleanUrl; if (aUrlPart.length aPrefixPart.length) { bMatched false; } else { for (var i 0; i aPrefixPart.length ; i++) { if (aPrefixParti ! aUrlParti) { bMatched false; break; } } } if (bMatched false) { if (sCleanUrl /) { sReturnUrl CAFE24.ROUTE.path.prefix; } else { sReturnUrl CAFE24.ROUTE.path.prefix + sCleanUrl; } sReturnUrl bTailSlash ? sReturnUrl : this.rtrim(sReturnUrl, /) this.aFromList.push(sUrl); this.aToList.push(sReturnUrl); } return sReturnUrl; }, /** * document.location.pathname 이 필요할 경우 사용한다. * @returns {*} */ getPathName: function() { if (typeof CAFE24.ROUTE.path.result undefined) { return document.location.pathname; } return CAFE24.ROUTE.path.result; }, rtrim: function (str, chr) { var rgxtrim (!chr) ? new RegExp(\\s+$) : new RegExp(chr++$); return str.replace(rgxtrim, ); }, getShopNo: function () { return CAFE24.ROUTE.shop_no; }, getSkinCode: function () { return CAFE24.ROUTE.skin_code; }, getLanguageCode: function () { return CAFE24.ROUTE.language_code; }, getMobile: function () { return CAFE24.ROUTE.is_mobile; }, getIsMobile: function () { return CAFE24.ROUTE.is_mobile || CAFE24.ROUTE.skin_code.match(/^mobile0-9*$/); }, getCleanUrl: function (sUrl) { if (sUrl /) { return sUrl; } var aUrl sUrl.split(/); aUrl.shift(); if (aUrl.length 1) { return sUrl; } // 현재 4 depth 까지 미리보기 기능이 구현되어있음 var iPos 0; var bFind false; for (var i 0; i aUrl.length ; i++) { bFind false; for (var iSub iPos, iSubCount this.aCleanFilter.length; iSub iSubCount ; iSub++) { if (aUrli.match(this.aCleanFilteriSub) ! null) { bFind true; iPos iSub + 1; aUrl.splice(i, 1); i--; // aUrl 을 삭제해 주었으니 검색 조건을 -1 제거하여 초기화 한다. 다음 for i++ 로 증감 조회됨. break; } } if (bFind false) { break; } } return / + aUrl.join(/); }, getIsEasyUrl : function () { return !window.location.pathname.match(/^\w\/\-\.+(php|html|htm)$/i); } }; EC_ROUTE.init();}/script>meta namepath_role contentMAIN />meta nameauthor content유니키니 />meta namedescription content여성 비치웨어 브랜드, 비키니, 래쉬가드, 커플룩, 허니문룩, 2피스, 3피스, 원피스 및 자체제작 브랜드 />meta namekeywords content여성 비치웨어 브랜드, 비키니, 래쉬가드, 커플룩, 허니문룩, 2피스, 3피스, 원피스 및 자체제작 브랜드 />meta http-equivContent-Type contenttext/html; charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1.0, maximum-scale1.0, minimum-scale1.0, user-scalableyes/> meta nameformat-detection contenttelephoneno/> !-- 스마트디자인에서는 JQuery 1.4.4 버전이 내장되어있습니다. 추가로 호출하면 충돌이 생길 수 있습니다. --> !-- 아이콘 폰트 사용을 위한 CSS --> link relstylesheet href//cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css> script typemodule srchttps://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js>/script> script nomodule srchttps://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js>/script> head>title>유니키니/title>head>meta namenaver-site-verification content1bc0e71d99961399030cc1834664770b380db928 />link relcanonical hrefhttps://unikini.co.kr />meta propertyog:url contenthttps://unikini.co.kr />meta propertyog:title content유니키니 />meta propertyog:description content프리미엄 비치웨어 유니키니, 비키니, 비치웨어, 드레스, 래쉬가드, 언더웨어, 여행아이템, 해외여행용품 전문 쇼핑몰 />meta propertyog:site_name content유니키니 />meta propertyog:type contentwebsite />script typetext/javascript>window.CAFE24 window.CAFE24 || {};CAFE24.MANIFEST_CACHE_REVISION 2511261439;CAFE24.getDeprecatedNamespace function(sDeprecatedNamespace, sSupersededNamespace) {var sNamespace sSupersededNamespace ? sSupersededNamespace : sDeprecatedNamespace.replace(/^EC_/, );return CAFE24sNamespace;}CAFE24.FRONT_LANGUAGE_CODE ko_KR;CAFE24.MOBILE true;CAFE24.MOBILE_DEVICE false;CAFE24.MOBILE_USE true;var EC_MOBILE CAFE24.MOBILE;var EC_MOBILE_DEVICE CAFE24.MOBILE_DEVICE;var EC_MOBILE_USE CAFE24.MOBILE_USE;CAFE24.SKIN_CODE mobile5;CAFE24.FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA {common_member_id_crypt:};var EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA CAFE24.getDeprecatedNamespace(EC_FRONT_EXTERNAL_SCRIPT_VARIABLE_DATA);CAFE24.SDE_SHOP_NUM 1;CAFE24.SHOP {getLanguage : function() { return ko_KR; },getSkinLanguageCode : function() { return ko_KR; },getCurrency : function() { return KRW; },getFlagCode : function() { return KR; },getTimezone: function() { return Asia/Seoul },getDateFormat: function() { return Y-m-d },isMultiShop : function() { return false; },isDefaultShop : function() { return true; },isDefaultLanguageShop : function(sLanguageCode) { return SHOP.isDefaultShop() && SHOP.isLanguageShop(sLanguageCode); },isKR : function() { return true; },isUS : function() { return false; },isJP : function() { return false; },isCN : function() { return false; },isTW : function() { return false; },isES : function() { return false; },isPT : function() { return false; },isVN : function() { return false; },isPH : function() { return false; },getCountryAndLangMap : function() { return {KR: ko_KR,US: en_US,JP: ja_JP,CN: zh_CN,TW: zh_TW,VN: vi_VN,PH: en_PH}},isLanguageShop : function(sLanguageCode) { return sLanguageCode ko_KR; },getDefaultShopNo : function() { return 1; },getProductVer : function() { return 2; },isSDE : function() { return true; },isMode : function() {return false; },getModeName : function() {return false; },isMobileAdmin : function() {return false; },isNewProMode : function() {return true; },isExperienceMall : function() { return false; },isDcollection : function() {return false; },isYoutubeShops : function() {return false; },getYtShopsShopNo : function() {return 0; },isG2G : function() {return false; },getAdminID : function() {return },getMallID : function() {return unikini},getCurrencyFormat : function(sPriceTxt, bIsNumberFormat) { sPriceTxt String(sPriceTxt);var aCurrencySymbol ,\uc6d0,false;if (typeof CAFE24.SHOP_PRICE ! undefined && isNaN(sPriceTxt.replace(/,/gi, )) false && bIsNumberFormat true) {// bIsNumberFormat 사용하려면 Ui(:libUipackCurrency)->plugin(Currency) 화폐 라이브러리 추가 필요sPriceTxt CAFE24.SHOP_PRICE.toShopPrice(sPriceTxt.replace(/,/gi, ), true, CAFE24.SDE_SHOP_NUM);}try {var sPlusMinusSign (sPriceTxt.toString()).substr(0, 1);if (sPlusMinusSign - || sPlusMinusSign +) {sPriceTxt (sPriceTxt.toString()).substr(1);return sPlusMinusSign + aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;} else {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}} catch (e) {return aCurrencySymbol0 + sPriceTxt + aCurrencySymbol1;}}};CAFE24.CURRENCY_INFO {getOriginReferenceCurrency : function() {return USD},getCurrencyList : function(sCurrencyCode) { var aCurrencyList {JPY:{currency_symbol:¥,decimal_place:0,round_method_type:F},VND:{currency_symbol:₫,decimal_place:0,round_method_type:F},PHP:{currency_symbol:₱,decimal_place:2,round_method_type:R},USD:{currency_symbol:$,decimal_place:2,round_method_type:R},CNY:{currency_symbol:¥,decimal_place:2,round_method_type:R},TWD:{currency_symbol:NT$,decimal_place:0,round_method_type:F},EUR:{currency_symbol:\u20ac,decimal_place:2,round_method_type:R},BRL:{currency_symbol:R$,decimal_place:2,round_method_type:R},AUD:{currency_symbol:A$,decimal_place:2,round_method_type:R},BHD:{currency_symbol:.د.ب,decimal_place:3,round_method_type:R},BDT:{currency_symbol:৳,decimal_place:2,round_method_type:R},GBP:{currency_symbol:£,decimal_place:2,round_method_type:R},CAD:{currency_symbol:C$,decimal_place:2,round_method_type:R},CZK:{currency_symbol:Kč,decimal_place:2,round_method_type:R},DKK:{currency_symbol:kr,decimal_place:2,round_method_type:R},HKD:{currency_symbol:HK$,decimal_place:2,round_method_type:R},HUF:{currency_symbol:Ft,decimal_place:2,round_method_type:R},INR:{currency_symbol:₹,decimal_place:2,round_method_type:R},IDR:{currency_symbol:Rp,decimal_place:0,round_method_type:F},ILS:{currency_symbol:₪,decimal_place:2,round_method_type:R},JOD:{currency_symbol: دينار,decimal_place:3,round_method_type:R},KWD:{currency_symbol:دينار,decimal_place:3,round_method_type:R},MYR:{currency_symbol:RM,decimal_place:2,round_method_type:R},MXN:{currency_symbol:Mex$,decimal_place:2,round_method_type:R},NZD:{currency_symbol:NZ$,decimal_place:2,round_method_type:R},NOK:{currency_symbol:kr,decimal_place:2,round_method_type:R},PKR:{currency_symbol:₨,decimal_place:2,round_method_type:R},PLN:{currency_symbol:z\u0142,decimal_place:2,round_method_type:R},RUB:{currency_symbol:\u0440\u0443\u0431,decimal_place:2,round_method_type:R},SAR:{currency_symbol:﷼,decimal_place:2,round_method_type:R},SGD:{currency_symbol:S$,decimal_place:2,round_method_type:R},ZAR:{currency_symbol:R,decimal_place:2,round_method_type:R},SEK:{currency_symbol:kr,decimal_place:2,round_method_type:R},CHF:{currency_symbol:Fr,decimal_place:2,round_method_type:R},THB:{currency_symbol:฿,decimal_place:2,round_method_type:R},TRY:{currency_symbol:TL,decimal_place:2,round_method_type:R},AED:{currency_symbol:فلس,decimal_place:2,round_method_type:R}}; return aCurrencyListsCurrencyCode },isUseReferenceCurrency : function() {return false }};CAFE24.COMMON_UTIL {convertSslForString : function(sString) { return sString.replace(/http:/gi, );},convertSslForHtml : function(sHtml) { return sHtml.replace(/((?:src|href)\s*\s*)http:(\/\/(?:a-z0-9\-_\.+)\/)/ig, $1$2);},getProtocol : function() { return https; },moveSsl : function() { if (CAFE24.COMMON_UTIL.getProtocol() http) { var oLocation jQuery(window.location); var sUrl https:// + oLocation.attr(host) + oLocation.attr(pathname) + oLocation.attr(search); window.location.replace(sUrl); } },setEcCookie : function(sKey, sValue, iExpire) {var exdate new Date();exdate.setDate(exdate.getDate() + iExpire);var setValue escape(sValue) + ; domain. + CAFE24.GLOBAL_INFO.getBaseDomain() + ; path/;expires + exdate.toUTCString();document.cookie sKey + + setValue;}};CAFE24.SHOP_LIB_INFO {getBankInfo : function() { var oBankInfo ;$.ajax({type: GET,url: /exec/front/Shop/Bankinfo,dataType: json,async: false,success: function(oResponse) {oBankInfo oResponse;}});return oBankInfo; }}; var EC_SDE_SHOP_NUM CAFE24.SDE_SHOP_NUM;var SHOP CAFE24.getDeprecatedNamespace(SHOP);var EC_COMMON_UTIL CAFE24.getDeprecatedNamespace(EC_COMMON_UTIL);var EC_SHOP_LIB_INFO CAFE24.getDeprecatedNamespace(EC_SHOP_LIB_INFO);var EC_CURRENCY_INFO CAFE24.getDeprecatedNamespace(EC_CURRENCY_INFO);CAFE24.ROOT_DOMAIN cafe24.com;CAFE24.API_DOMAIN cafe24api.com;CAFE24.GLOBAL_INFO (function() {var oData {base_domain:unikini.cafe24.com,root_domain:cafe24.com,api_domain:cafe24api.com,is_global:false,is_global_standard:false,country_code:KR,language_code:ko_KR,admin_language_code:ko_KR,front_language_code:ko_KR};return {getBaseDomain: function() {return oDatabase_domain;},getRootDomain: function() {return oDataroot_domain;},getApiDomain: function() {return oDataapi_domain;},isGlobal: function() {return oDatais_global;},isGlobalStandard: function() {return oDatais_global_standard;},getCountryCode: function() {return oDatacountry_code;},getLanguageCode: function() {return oDatalanguage_code;},getAdminLanguageCode: function() {return oDataadmin_language_code;},getFrontLanguageCode: function() {return oDatafront_language_code;}};})();var EC_ROOT_DOMAIN CAFE24.ROOT_DOMAIN;var EC_API_DOMAIN CAFE24.API_DOMAIN;var EC_TRANSLATE_LOG_STATUS CAFE24.TRANSLATE_LOG_STATUS;var EC_GLOBAL_INFO CAFE24.getDeprecatedNamespace(EC_GLOBAL_INFO);CAFE24.AVAILABLE_LANGUAGE ko_KR,zh_CN,en_US,zh_TW,es_ES,pt_PT,vi_VN,ja_JP,en_PH;CAFE24.AVAILABLE_LANGUAGE_CODES {ko_KR:KOR,zh_CN:CHN,en_US:ENG,zh_TW:TWN,es_ES:ESP,pt_PT:PRT,vi_VN:VNM,ja_JP:JPN,en_PH:PHL};var EC_AVAILABLE_LANGUAGE CAFE24.AVAILABLE_LANGUAGE;var EC_AVAILABLE_LANGUAGE_CODES CAFE24.AVAILABLE_LANGUAGE_CODES;CAFE24.GLOBAL_PRODUCT_LANGUAGE_CODES { sClearanceCategoryCode: ,sManualLink: //support.cafe24.com/hc/ko/articles/7739013909529,sHsCodePopupLink: https://www.wcotradetools.org/en/harmonized-system,aCustomRegex: PHL : ^0-9{8}A-Z?$,sCountryCodeData: kor,sEnglishExampleURlForGlobal: ,aReverseAddressCountryCode: VNM,PHL,aSizeGuideCountryAlign: US,UK,EU,KR,JP,CN,aIsSupportTran: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,pt_PT,es_ES};var EC_GLOBAL_PRODUCT_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_PRODUCT_LANGUAGE_CODES);CAFE24.GLOBAL_ORDER_LANGUAGE_CODES {aModifyOrderLanguage: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,VN:vi_VN,PH:en_PH},aUseIdCardKeyCountry: CN,TW,aLanguageWithCountryCode: {zh_CN:CN,CHN,HK,HNK,ja_JP:JP,JPN,zh_TW:TW,TWN,ko_KR:KR,KOR,vi_VN:VN,VNM,en_PH:PH,PHL},aCheckDisplayRequiredIcon: ja_JP,zh_CN,zh_TW,en_US,vi_VN,en_PH,aSetReceiverName: {zh_CN:{sCountry:CN,bUseLastName:true},zh_TW:{sCountry:TW,bUseLastName:false},ja_JP:{sCountry:JP,bUseLastName:true}},aSetDeferPaymethodLanguage: {ja_JP:\uc77c\ubcf8,zh_CN:\uc911\uad6d},aUseDeferPaymethod: ja_JP,zh_CN,aCheckShippingCompanyAndPaymethod: ja_JP,zh_CN,aSetDeferPaymethodLanguageForShipping: {ja_JP:\u65e5\u672c,zh_CN:\uc911\uad6d},aCheckStoreByPaymethod: ja_JP,zh_CN,aCheckIsEmailRequiredForJs: en_US,zh_CN,zh_TW,ja_JP,vi_VN,en_PH,aSetIdCardKeyCountryLanguage: {CN:\uc911\uad6d\uc758,TW:\ub300\ub9cc\uc758},aReverseGlobalAddress: en_PH,vi_VN,PHL,VNM,VN,PH,aNoCheckZipCode: KOR,JPN,aNotPostCodeAPICountryList: en_US,es_ES,pt_PT,en_PH,aEnableSearchExchangeAddr: KR,JP,CN,VN,TW,PH,aDuplicatedBaseAddr: TW,JP,aReverseAddressCountryCode: VN,PH,aCheckZipCode: PHL,en_PH,PH};var EC_GLOBAL_ORDER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_ORDER_LANGUAGE_CODES);CAFE24.GLOBAL_MEMBER_LANGUAGE_CODES { sAdminWebEditorLanguageCode: ko ,oNotAvailDecimalPointLanguages: ko_KR,ja_JP,zh_TW,vi_VN,oAddressCountryCode: {KOR:ko_KR,JPN:ja_JP,CHN:zh_CN,TWN:zh_TW,VNM:vi_VN,PHL:en_PH},};var EC_GLOBAL_MEMBER_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MEMBER_LANGUAGE_CODES);CAFE24.GLOBAL_BOARD_LANGUAGE_CODES { bUseLegacyBoard: true};var EC_GLOBAL_BOARD_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_BOARD_LANGUAGE_CODES);CAFE24.GLOBAL_MALL_LANGUAGE_CODES {oDesign: {oDesignAddReplaceInfo: {group_id:SKIN.ADD.ADMIN.DESIGNDETAIL,replacement:{KR:KOREAN,US:ENGLISH,JP:JAPANESE,CN:SIMPLIFIED.CHINESE,TW:TRADITIONAL.CHINESE,ES:SPANISH,PT:PORTUGUESE,PH:ENGLISH}},oDesignDetailLanguageCountryMap: {KR:ko_KR,JP:ja_JP,CN:zh_CN,TW:zh_TW,US:en_US,ES:es_ES,PT:pt_PT,PH:en_PH},oSmartDesignSwitchTipLink: {edibot:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/img_editor_dnd.png,link:\/\/ecsupport.cafe24.com\/board\/free\/list.html?board_actlist&board_no12&category_no9&cate_no9},smart:{img:\/\/img.echosting.cafe24.com\/smartAdmin\/img\/design\/ko_KR\/img_editor_smart.png,link:\/\/sdsupport.cafe24.com}},oSmartDesignDecoShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT,oSmartDesignDecoMultilingual: {list:{ko_KR:KOREAN,en_US:ENGLISH,ja_JP:JAPANESE,zh_CN:SIMPLIFIED.CHINESE,zh_TW:TRADITIONAL.CHINESE,es_ES:SPANISH,pt_PT:PORTUGUESE,vi_VN:VIETNAMESE},group_id:EDITOR.LAYER.EDITING.DECO},aSmartDesignModuleShopList: ko_KR,ja_JP,zh_CN,en_US,zh_TW,es_ES,pt_PT},oStore: {oMultiShopCurrencyInfo: {en_US:{currency:USD},zh_CN:{currency:USD,sub_currency:CNY},ja_JP:{currency:JPY},zh_TW:{currency:TWD},es_ES:{currency:EUR},pt_PT:{currency:EUR},ko_KR:{currency:KRW},vi_VN:{currency:VND},en_PH:{currency:PHP}},oBrowserRedirectLanguage: {ko:{primary:ko_KR,secondary:en_US},en:{detail:{en-ph:{primary:en_PH,secondary:en_US},en-us:{primary:en_US,secondary:es_ES},default:{primary:en_US,secondary:es_ES}}},ja:{primary:ja_JP,secondary:en_US},zh:{detail:{zh-cn:{primary:zh_CN,secondary:en_US},zh-tw:{primary:zh_TW,secondary:zh_CN},default:{primary:en_US,secondary:ko_KR}}},es:{primary:es_ES,secondary:en_US},pt:{primary:pt_PT,secondary:en_US},vi:{primary:vi_VN,secondary:en_US},default:{primary:en_US,secondary:ko_KR}},aChangeableLanguages: en_US,ja_JP,ko_KR,aNoZipCodeLanguage: ko_KR,ja_JP},oMobile: {sSmartWebAppFaqUrl: https://support.cafe24.com/hc/ko/articles/8466586607641,sAmpFaqUrl: https://ecsupport.cafe24.com/board/free/read.html?no1864&board_no5&category_no13&cate_no13&category_no13&category_no13,},oPromotion: {bQrCodeAvailable: true,bSnsMarketingAvailable: true},oShippingReverseAddressLanguage: vi_VN,en_PH ,oGlobalStandardSwitchHelpCodeLink: {SH.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/SH.DS.html},PR.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PR.DS.html},OR.SM.BO:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/OR.SM.BO.html},DE.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/DE.DS.html},MB.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/MB.DS.html},PM.DS:{link:\/\/serviceguide.cafe24shop.com\/en_PH\/PM.DS.html}},getAdminMainLocaleLanguage: function(sSkinLocaleCode) {var oLocaleData ;var locale ;var shopLangName ;if (sSkinLocaleCode US) {locale en_US;shopLangName ENGLISH;} else if (sSkinLocaleCode JP) {locale ja_JP;shopLangName JAPANESE;} else if (sSkinLocaleCode CN) {locale zh_CN;shopLangName SIMPLIFIED.CHINESE;} else if (sSkinLocaleCode TW) {locale zh_TW;shopLangName TRADITIONAL.CHINESE;} else if (sSkinLocaleCode ES) {locale es_ES;shopLangName SPANISH;} else if (sSkinLocaleCode PT) {locale pt_PT;shopLangName PORTUGUESE;} else if (sSkinLocaleCode VN) {locale vi_VN;shopLangName VIETNAMESE;} else if(sSkinLocaleCode PH) {locale en_PH;shopLangName ENGLISH.PH;}oLocaleDatalocale locale;oLocaleDatashopLangName shopLangName;return oLocaleData;}};var EC_GLOBAL_MALL_LANGUAGE_CODES CAFE24.getDeprecatedNamespace(EC_GLOBAL_MALL_LANGUAGE_CODES);CAFE24.GLOBAL_DATETIME_INFO {oConstants: {STANDARD_DATE_REGEX:\/(12\\d{3}-(01-9|10-2)-(01-9|12\\d|301))\/,IN_ZONE:inZone,OUT_ZONE:outZone,IN_FORMAT:inFormat,OUT_FORMAT:outFormat,IN_DATE_FORMAT:inDateFormat,IN_TIME_FORMAT:inTimeFormat,OUT_DATE_FORMAT:outDateFormat,OUT_TIME_FORMAT:outTimeFormat,IN_FORMAT_DATE_ONLY:1,IN_FORMAT_TIME_ONLY:2,IN_FORMAT_ALL:3,OUT_FORMAT_DATE_ONLY:1,OUT_FORMAT_TIME_ONLY:2,OUT_FORMAT_ALL:3,DATE_ONLY:YYYY-MM-DD,TIME_ONLY:HH:mm:ss,FULL_TIME:YYYY-MM-DD HH:mm:ss,ISO_8601:YYYY-MM-DDTHH:mm:ssZ,YEAR_ONLY:YYYY,MONTH_ONLY:MM,DAY_ONLY:DD,WEEK_ONLY:e,TIME_H_I_ONLY:HH:mm,TIME_HOUR_ONLY:HH,TIME_MINUTE_ONLY:mm,POSTGRE_FULL_TIME:YYYY-MM-DD HH24:MI:SS,POSTGRE_TIME_ONLY: HH24:MI:SS,MICRO_SECOND_ONLY:u,SEOUL:Asia\/Seoul,TOKYO:Asia\/Tokyo,SHANGHAI:Asia\/Shanghai,TAIPEI:Asia\/Taipei,HANOI:Asia\/Bangkok,LOS_ANGELES:America\/Los_Angeles,LISBON:Europe\/Lisbon,MADRID:Europe\/Madrid,SINGAPORE:Asia\/Singapore,UTC:Etc\/UTC,MAX_DATETIME:9999-12-31 23:59:59},oOptions: {inZone:Asia\/Seoul,inFormat:YYYY-MM-DD HH:mm:ss,inDateFormat:YYYY-MM-DD,inTimeFormat:HH:mm:ss,outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss},oPolicies: {shop:{outZone:Asia\/Seoul,outFormat:YYYY-MM-DD HH:mm:ss,outDateFormat:YYYY-MM-DD,outTimeFormat:HH:mm:ss}},sOverrideTimezone: ,sMomentNamespace: EC_GLOBAL_MOMENT};CAFE24.FRONT_JS_CONFIG_MANAGE {sSmartBannerScriptUrl:https:\/\/app4you.cafe24.com\/SmartBanner\/tunnel\/scriptTags?vs1563164396689206,sMallId:unikini,sDefaultAppDomain:https:\/\/app4you.cafe24.com,sWebLogOffFlag:F};var EC_FRONT_JS_CONFIG_MANAGE CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MANAGE);CAFE24.FRONT_JS_CONFIG_MEMBER {sAuthUrl:https:\/\/ipin-ec.cafe24.com\/certify\/v1\/?actionauth};var EC_FRONT_JS_CONFIG_MEMBER CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_MEMBER);CAFE24.FRONT_JS_CONFIG_SHOP {search_period:,calendar_config:{maxDate:2027-11-28,locale:ko},aProductPurchaseInfo_812:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_813:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_817:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_818:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_639:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_623:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_616:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_613:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_708:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_710:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_715:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_717:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_738:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_744:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_747:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true},aProductPurchaseInfo_646:{bIsSuccess:true,sMessage:,bReplaceLoginPage:false,bIsDisplayPurchaseButton:true}};var EC_FRONT_JS_CONFIG_SHOP CAFE24.getDeprecatedNamespace(EC_FRONT_JS_CONFIG_SHOP);typeof window.CAFE24 undefined && (window.CAFE24 {});CAFE24.FRONTEND {FW_MANIFEST_CACHE_REVISION:2511261439,IS_WEB_VIEW:F};CAFE24.ROUTE {is_mobile:false,is_need_route:false,language_code:ZZ,path:{origin:\/,result:\/,prefix:},shop_no:0,skin_code:default,support_language_list:{ar:ar_EG,ar-EG:ar_EG,de:de_DE,de-DE:de_DE,en:en_US,en-IN:en_IN,en-PH:en_PH,en-US:en_US,es:es_ES,es-ES:es_ES,hi:hi_IN,hi-IN:hi_IN,id:id_ID,id-ID:id_ID,it:it_IT,it-IT:it_IT,ja:ja_JP,ja-JP:ja_JP,ko:ko_KR,ko-KR:ko_KR,ms:ms_MY,ms-MY:ms_MY,pt:pt_PT,pt-PT:pt_PT,ru:ru_RU,ru-RU:ru_RU,th:th_TH,th-TH:th_TH,tr:tr_TR,tr-TR:tr_TR,vi:vi_VN,vi-VN:vi_VN,zh:zh_CN,zh-CN:zh_CN,zh-HK:zh_HK,zh-MO:zh_MO,zh-SG:zh_SG,zh-TW:zh_TW}};/script>link relstylesheet typetext/css href/ind-script/optimizer.php?filenamenY1BCkIxDAX3pVvPERU9gTcQPEBa87X8NClpCnp7xZUbQbp9vJmBu1aC3d6gmd4MKxh1HZYJcu-wmIpD1lpV4nvYwD9_yqErDy8qIeljEhzus1HGJ9kc6piYJlFtgYtQSCjys88lwaU0zCucv30nZJIrGhziMW5hYfRW8vrRvAA&typecss&k3572cbbdf8913438f1d2bd7f51c552f63984d500&t1744181095 />link relstylesheet typetext/css href/ind-script/optimizer_user.php?filenametdRBbgMhDAXQfcg25_Cqh-gxAHsyVsEeYZO2t-8klbrrCtgBlp7gyxh2rQSUQzdqBl34g4Xh6KlwDrvXAoYUkIzvAlUTF3oDQchmYIx0PRc3GFEaGfk4Y598ULtWlnHrUBbPWrSNWztFpAnOpuoznKSx4TgjGLLWqiNpl_it3SFF4_xC54u_BzNFypdzQ5fOK9Qj3lmi0wp7p3IsuXNT7HlJyKm7z22IP1m_VrBnYeiT_gt7TGVJV2xacE1X4LtsOj5pamQJD7YeyyTszDKkKDJjnL5Ao-ysMu2tSBNyYzGPT-YH&typecss&keacdc21073e0fbd7dbe97c1f6f26a9d9f1e38644&t1719457999&userT />style typetext/css>/style>title>유니키니/title>/head> body idmain classnd> div classxans-element- xans-popup xans-popup-multipopup >!-- $banner_popup_no ※ 노출시킬 팝업의 ID를 숫자로 넣어주세요. --> /div> div classmask_side>/div>aside idside classxans-element- xans-layout xans-layout-slidepackage >a classbtn_close_side>i classxi-close-thin>/i>/a>div classinner> ul classsideTop> li classxans-element- xans-layout xans-layout-statelogoff >a href/member/login.html>i classxi-lock-o>/i>LOGIN/a>/li> li classxans-element- xans-layout xans-layout-statelogoff >a href/member/agreement.html>i classxi-user-plus-o>/i>JOIN US/a>/li> /ul> div classsideTab> div idslideCateList> ul classxans-element- xans-layout xans-layout-category category>li idcate58 classxans-record-> a href#none classcate cate?cate_no58>NEWi classxi-angle-down>/i>/a> /li>li idcate24 classxans-record-> a href#none classcate cate?cate_no24>BESTi classxi-angle-down>/i>/a> /li>li idcate25 classxans-record-> a href#none classcate cate?cate_no25>BIKINIi classxi-angle-down>/i>/a> /li>li idcate49 classxans-record-> a href#none classcate cate?cate_no49>MONOKINIi classxi-angle-down>/i>/a> /li>li idcate50 classxans-record-> a href#none classcate cate?cate_no50>DRESS SWIMSUITi classxi-angle-down>/i>/a> /li>li idcate26 classxans-record-> a href#none classcate cate?cate_no26>RASHGUARDi classxi-angle-down>/i>/a> /li>li idcate51 classxans-record-> a href#none classcate cate?cate_no51>UNDERWEARi classxi-angle-down>/i>/a> /li>li idcate59 classxans-record-> a href#none classcate cate?cate_no59>ACCi classxi-angle-down>/i>/a> /li>li idcate27 classxans-record-> a href#none classcate cate?cate_no27>BEACHWEARi classxi-angle-down>/i>/a> /li>li idcate46 classxans-record-> a href#none classcate cate?cate_no46>SALEi classxi-angle-down>/i>/a> /li>li classboard_menu> a classtit_menu hrefjavascript:void(0);>COMMUNITYi classxi-angle-down>/i>/a> ul classxans-element- xans-layout xans-layout-boardinfo>li classxans-record->a href/board/notice/1/>NOTICE/a>/li>li classxans-record->a href/board/q-a/6/>Q & A/a>/li>li classxans-record->a href/board/review/4/>REVIEW/a>/li>li classxans-record->a href/board/event/8/>EVENT/a>/li>/ul> /li>li classmy_menu>a classtit_menu hrefjavascript:void(0);>MY PAGEi classxi-angle-down>/i>/a> ul> li>a href/myshop/index.html>MY PAGE/a>/li> li>a href/myshop/order/list.html>ORDER/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/order/basket.html>CART(span classxans_myshop_main_basket_cnt>0/span>)/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/myshop/recent_list.html>RECENT LIST(span classxans_myshop_main_recent_cnt>0/span>)/a>/li> li classxans-element- xans-myshop xans-myshop-main >a href/myshop/wish_list.html>WISH LIST(span classxans_myshop_main_interest_prd_cnt>0/span>)/a>/li> /ul> /li>/ul> /div> /div> form idsearchBarForm name action/product/search.html methodget target_self enctypemultipart/form-data >input idbanner_action namebanner_action value typehidden />div idsearch_box classxans-element- xans-layout xans-layout-searchheader sideSearch >!-- $category_page/product/list.html -->fieldset> legend>검색/legend> input idkeyword namekeyword fw-filter fw-label검색어 fw-msg classinputTypeText placeholder onmousedownSEARCH_BANNER.clickSearchForm(this) value typetext />i onclickSEARCH_BANNER.submitSearchBanner(this); return false; classxi-search>/i> /fieldset>/div>/form> div classxans-element- xans-layout xans-layout-info side_info >h3>i classxi-phone>/i> 070-8658-1159/h3>p>월~금 오전10시~오후5시점심시간12시~1시토,일공휴일휴무/p>p>Copyright © 유니키니 All Rights Reserved/p>/div> /div>/aside>!--// aside end --> div idwrap> div idcontainer> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 각 상품카테고리와 게시판 목록은 관리자페이지와 연동되어있으며 아래의 경로에서 설정 가능합니다. - 상품 카테고리 : 상품관리-상품분류관리-분류관리 - 게시판 목록 : 게시판관리-게시판관리 / 노출할 항목만 표시여부 표시로 체크하여 이용------------------------------------------------------------------------------------------------------------------------------------------->!------ 최상단 띠배너 ------>!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 사이트 최상단에 노출되는 띠배너 구역입니다. ◆ 아래 style> 구역에서 원하시는 배경색상 및 폰트색상으로 변경 가능합니다. ◆ 검은색 텍스트 부분만 수정하여 이용해주세요.------------------------------------------------------------------------------------------------------------------------------------------->style> /*---------------------------- 최상단 띠배너 스타일 지정 ---------------------------- background : 배경색상, # 옆에 코드값을 기입해주세요(ex.#fffff) color : 폰트색상, 변경시 기존 코드값을 지우고 # 옆에 새로운 값을 기입해주세요. -----------------------------------------------------------------------------------*/ .top_bnn{background:#000} .top_bnn a{color:#fff} /style>div classtop_bnn marquee3k data-speed1> a href#>NEW SUMMER SPECIAL SALE UP TO ~30%/a>/div>header idhead> div classheadTop> a hrefjavascript:void(0) classfold>span>/span>/a> !-- 로고 --> style> /* 로고이미지 사이즈 조정 ◆로고 부분에 등록하신 이미지의 최대 세로사이즈를 지정할 수 있습니다. ※예를 들어 30px로 기입시 원본사이즈와 관계없이 세로사이즈 30px을 기준으로 리사이징 되어 노출됩니다. 등록하시는 로고이미지의 비율 등에 맞춰 자유롭게 조정하여 사용해주세요. ※로고로 사용하시는 이미지는 최대한 여백없이 컨텐츠 부분만 남겨 저장 후 사용해주세요. */ #head .logo > a > img{max-height:18px/*기존 수치를 지우시고 원하시는 px값으로 기입하시면 됩니다*/} /style>div classlogo> a href/>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/logo2.png>/a>/div> a href/myshop/index.html classuser>ion-icon nameperson-outline>/ion-icon>/a> a href/order/basket.html classxans-element- xans-myshop xans-myshop-main topCart >ion-icon namebag-outline>/ion-icon>span classcount>span classxans_myshop_main_basket_cnt>0/span>/span>/a> /div> div classgnbWrap> ul classxans-element- xans-layout xans-layout-category>li idcate58 classxans-record->a href/product/list_thumb.html?cate_no58 cate?cate_no58>NEW/a>/li>li idcate24 classxans-record->a href/product/list_thumb.html?cate_no24 cate?cate_no24>BEST/a>/li>li idcate25 classxans-record->a href/product/list_thumb.html?cate_no25 cate?cate_no25>BIKINI/a>/li>li idcate49 classxans-record->a href/product/list_thumb.html?cate_no49 cate?cate_no49>MONOKINI/a>/li>li idcate50 classxans-record->a href/product/list_thumb.html?cate_no50 cate?cate_no50>DRESS SWIMSUIT/a>/li>li idcate26 classxans-record->a href/product/list_thumb.html?cate_no26 cate?cate_no26>RASHGUARD/a>/li>li idcate51 classxans-record->a href/product/list_thumb.html?cate_no51 cate?cate_no51>UNDERWEAR/a>/li>li idcate59 classxans-record->a href/product/list_thumb.html?cate_no59 cate?cate_no59>ACC/a>/li>li idcate27 classxans-record->a href/product/list_thumb.html?cate_no27 cate?cate_no27>BEACHWEAR/a>/li>li idcate46 classxans-record->a href/product/list_thumb.html?cate_no46 cate?cate_no46>SALE/a>/li>/ul> /div> /header> div idcontents> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 어반스킨 디자인 이용 안내 ◆ ※전체적인 스킨 사용 가이드는 세팅 완료 후 제공해드리는 매뉴얼 주소에서 확인하실 수 있습니다. ※간단한 텍스트 변경, 메인의 각 구역 사용여부 등은 편집창 좌측 자주쓰는화면의 ★간편세팅★(setting.js)파일에서 수정 가능합니다. ※직접 수정하시는 과정에서 오류 발생시 복구비용이 발생할 수 있으므로, 소스 수정시에는 꼭 원본파일을 백업해주세요! ※그외 문의사항이나 수정사항이 있으실 경우 어반스킨 홈페이지(https://urbanskin.co.kr) 수정요청 게시판에 접수해주세요. ◆ 메인 상품 구역 안내 ◆ ※각 상품 구역의 타이틀은 관리자페이지에서 변경하실 수 있습니다. 해당 영역에 맞는 메인진열의 네임을 바꿔주세요. (관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 상단 메인분류 관리 버튼 클릭) ※상품이 진열되어있지 않은 경우 자동으로 감춤처리됩니다. 사용을 원하시는 경우 상품을 진열설정해주세요. (상품진열경로 : 관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 6번에 해당하는 메인진열에 상품 추가) ※$count 숫자 부분에 원하시는 숫자를 기입하시면 상품노출갯수가 변경됩니다.------------------------------------------------------------------------------------------------------------------------------------------->!----------- 메인 비주얼 배너 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 슬라이드 배너 이미지는 기본적으로 2장까지 등록 가능하도록 구성되어있습니다. 2장 이상으로 사용 원하시는 경우 기존 소스를 복사하여 활용해주세요. ◆ 배너별로 클릭시 이동될 링크는 각 슬라이드의 a href#n> 따옴표()안에 넣어주시면 됩니다. ◆ 배너 사이즈 : 가로사이즈 640px 이상 * 세로사이즈 자유 해당 구역 내 모든 이미지의 사이즈는 서로 동일하게 맞춰주세요.------------------------------------------------------------------------------------------------------------------------------------------->div classmain_visual> div classswiper-container> div classswiper-wrapper> !------------------------------- 슬라이드 소스 구문 시작 -------------------------------> !--1번배너--> !-- 소스 복사시 이 부분부터 end 부분까지 복사하여 활용하세요 --> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no732&cate_no49&display_group1#none>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main01.jpg>/a> /div> !--//end--> !--2번배너--> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no746&cate_no25&display_group1>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main02.jpg>/a> /div> !--번배너--> div classswiper-slide> a hrefhttps://www.unikini.co.kr/product/detail.html?product_no723&cate_no25&display_group1>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/m_main03.jpg>/a> /div> !-------------------- 슬라이드 소스 추가시 이 부분 위▲로 추가해주세요 --------------------> !--------------- 수정시 괄호 및 기호가 삭제되지 않도록 반드시 주의해주세요! ---------------> /div> div classswiper-pagination>/div> /div>/div>!----------- 메인 탭상품 구역 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 각 탭메뉴의 타이틀은 관리자페이지에서 변경하실 수 있습니다. 1~5번에 해당하는 메인진열의 네임을 바꿔주세요. (관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 상단 메인분류 관리 버튼 클릭) ◆ 상품이 진열되어있지 않은 탭은 자동으로 감춤처리되어 나타나지않습니다. 모든 리스트에 상품이 진열되어있어야만 정상적으로 노출됩니다. (상품진열경로 : 관리자페이지 > 상품관리 > 상품진열 > 메인 상품 진열 > 1~5번에 해당하는 메인진열에 상품 추가)------------------------------------------------------------------------------------------------------------------------------------------->div classmain_tab_banner> div classtit_box> p classtit_common>span classmain_tab_tit>/span>/p> p classtxt_common main_tab_ment>/p> div classtab_list>/div> /div> ul classtab_cont> !-- 1번 탭 상품 --> !-- 2번 탭 상품 --> li classxans-element- xans-product xans-product-listmain-2 xans-product-listmain xans-product-2 ec-base-product>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있습니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. -->p classtab_tit>a hrefjavascript:void(0)>NEW ARRIVALS/a>/p>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/소프트-홀터-비키니롱가디건-커버업set-3p/812/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/87e4db1b50eca481f666d2b6987c10ae.webp alt소프트 홀터 비키니+롱가디건 커버업SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno812 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/소프트-홀터-비키니롱가디건-커버업set-3p/812/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 소프트 홀터 비키니+롱가디건 커버업SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 22,900/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/섹시삼각비키니메쉬링-원피스-커버업set-3p/813/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/26b860a3deeb8e78e7d6e833cfb46b4c.webp alt섹시삼각비키니+메쉬링 원피스 커버업SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno813 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/섹시삼각비키니메쉬링-원피스-커버업set-3p/813/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 섹시삼각비키니+메쉬링 원피스 커버업SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 17,400/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/4color-캔디탑-비키니옆트임-링-스커트set-3p/817/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/4cf18472a8aace8e957e4af45f34ce9c.gif alt4color 캔디탑 비키니+옆트임 링 스커트SET (3P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno817 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/4color-캔디탑-비키니옆트임-링-스커트set-3p/817/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 4color 캔디탑 비키니+옆트임 링 스커트SET (3P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 19,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>심플하면서도 포인트가 되는 센스 만점 비키니🧸🩷/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/컷팅라인-엠보블랙-비키니스커트-커버업set-2p/818/category/1/display/3/?icidMAIN.product_listmain_2>img src//m.cn.unikini.co.kr/web/product/medium/202410/42ae72ead51f19002ec386ff253aaa49.webp alt컷팅라인 엠보블랙 비키니+스커트 커버업SET (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno818 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/컷팅라인-엠보블랙-비키니스커트-커버업set-2p/818/category/1/display/3/?icidMAIN.product_listmain_2 class>span classtitle displaynone> :/span> 컷팅라인 엠보블랙 비키니+스커트 커버업SET (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-2 xans-product-listitem xans-product-2 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 29,900/span>span idspan_product_tax_type_text style> /span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li> /ul>/li> !-- 3번 탭 상품 --> !-- 4번 탭 상품 --> !-- 5번 탭 상품 --> li classxans-element- xans-product xans-product-listmain-5 xans-product-listmain xans-product-5 ec-base-product>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있습니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. -->p classtab_tit>a hrefjavascript:void(0)>SALE/a>/p>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/캔디-스모크-프릴탑-비키니-2p/639/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202308/9c983c862f072ed959e4523f7b7e31ef.gif alt캔디 스모크 프릴탑 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno639 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/캔디-스모크-프릴탑-비키니-2p/639/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 캔디 스모크 프릴탑 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 11,600/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>✨큐트한 프릴이 볼륨업 비키니✨/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/스테이-모노키니랩가디건-2p/623/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202308/4eebaf2969deb7467533117fc31daf33.gif alt스테이 모노키니+랩가디건 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno623 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/스테이-모노키니랩가디건-2p/623/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 스테이 모노키니+랩가디건 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 16,500/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🤍심플하고 베이직한 컬러 모노키니🤎/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/로렌-프릴-오프숄더-모노키니-1p/616/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202309/d91c7f702ab9193a28ec2e214fcd37f5.gif alt로렌 프릴 오프숄더 모노키니 (1P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno616 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/로렌-프릴-오프숄더-모노키니-1p/616/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 로렌 프릴 오프숄더 모노키니 (1P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 11,500/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🩵보기만해도 시원하고 청량한 컬러 모노키니🩵/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/트로피컬-홀터-하이-비키니-2p/613/category/1/display/6/?icidMAIN.product_listmain_5>img src//m.cn.unikini.co.kr/web/product/medium/202307/dbaa5d09f19394986621524376387118.gif alt트로피컬 홀터 하이 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno613 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/트로피컬-홀터-하이-비키니-2p/613/category/1/display/6/?icidMAIN.product_listmain_5 class>span classtitle displaynone> :/span> 트로피컬 홀터 하이 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-5 xans-product-listitem xans-product-5 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 12,400/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>💛상큼상큼 컬러감 비키니💛/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1416983052267831.gif alt /> /div> /div>/li> /ul>/li> /ul>/div>!----------- 일반 상품구역 1 ------------->div classlist_1 main_prd> div classxans-element- xans-product xans-product-listmain-6 xans-product-listmain xans-product-6 ec-base-product typeThumb>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. $moreview yes $cache yes -->div classtit_box> p classtit_common>span>BEST PICK!/span>/p> p classtxt_common prd1_ment>/p> /div>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/플라워-핑크-모노키니레이스-가디건-2p/708/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202406/828d37af267d930c2d900d8f5155d65c.webp alt플라워 핑크 모노키니+레이스 가디건 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno708 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/플라워-핑크-모노키니레이스-가디건-2p/708/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 플라워 핑크 모노키니+레이스 가디건 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 18,600/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🍑귀여운 레이스 포인트 모노키니🍑/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/프릴하이-커버업-비키니-2p/710/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/a9331569ebc6a7a8b29093ac6a16f8d3.gif alt프릴하이 커버업 비키니 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno710 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/프릴하이-커버업-비키니-2p/710/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 프릴하이 커버업 비키니 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 26,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🖤탑 프릴로 귀여움은 덤으로💜/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/하이-카라-긴팔-래쉬가드-수영복-2p/715/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/8c7ec014e3b75c161e7d8886a6a94acb.gif alt하이 카라 긴팔 래쉬가드 수영복 (2P)>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno715 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/하이-카라-긴팔-래쉬가드-수영복-2p/715/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 하이 카라 긴팔 래쉬가드 수영복 (2P)/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 10,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>💓노출부담제로 깔끔한 래쉬가드💓/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/벨벳탑-비키니스커트-커버업/717/category/1/display/7/?icidMAIN.product_listmain_6>img src//m.cn.unikini.co.kr/web/product/medium/202312/81a0c95700af3854af681d3c02046b71.gif alt벨벳탑 비키니+스커트 커버업>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno717 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/벨벳탑-비키니스커트-커버업/717/category/1/display/7/?icidMAIN.product_listmain_6 class>span classtitle displaynone> :/span> 벨벳탑 비키니+스커트 커버업/a>/strong> ul classxans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 13,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#737373;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#737373;>🌹벨벳소재 고급스런 비키니🌹/span>/li>/ul> div classcolor> /div> div classicon> /div> /div>/li> /ul>/div> div classxans-element- xans-product xans-product-listmore-6 xans-product-listmore xans-product-6 typeMoreview>a href#none onclicktry { $M.displayMore(6, 7, 0, 4, 0, true, S0000000, false, ); } catch(e) { return false; } classbtnMore> i classxi-plus-min>/i> View more (span idmore_current_page_7 class>1/span>/span idmore_total_page_7 class>3/span>) span classicoMore>/span> /a>/div>/div>!----------- 메인 2단 배너 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 배너 사이즈 : 각 640px * 세로사이즈 자유 이며 해당 구역 내 모든 이미지의 사이즈는 서로 동일하게 맞춰주세요. ◆ 배너별로 클릭시 이동될 링크는 각 배너의 a href#n> 따옴표()안에 넣어주시면 됩니다.------------------------------------------------------------------------------------------------------------------------------------------->div classmain_section> div classtit_box> p classtit_common>span classmain_sec_tit>/span>/p> p classtxt_common main_sec_txt>/p> /div> ul> !---------------------- 첫번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/sub01.jpg>/a> /li> !-- //end --> br> !---------------------- 두번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/sub02.jpg>/a> /li> !-- //end --> /ul>/div>!------ 메인 동영상 + 인기 검색어 영역 ------> ul> div styletext-align : center;> !---------------------- 첫번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/main_v4.gif width316px>/a> /li> !-- //end --> br>br> !---------------------- 두번째 배너 ----------------------> li> a href#n>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/main_v6.gif width316px>/a> /li> !-- //end -->!----------- 일반 상품구역 2 ------------->div classlist_2 main_prd> div classxans-element- xans-product xans-product-listmain-7 xans-product-listmain xans-product-7 ec-base-product typeThumb>!-- $count 4 ※ 노출시킬 상품의 갯수를 숫자로 설정할 수 있으며, 설정하지 않을경우, 최대 200개로 자동제한됩니다. ※ 상품 노출갯수가 많으면 쇼핑몰에 부하가 발생할 수 있습니다. $moreview yes $cache yes -->div classtit_box> p classtit_common>span>WEAR/span>/p> p classtxt_common prd2_ment>/p> /div>ul classprdList grid2> li classxans-record-> div classthumbnail> a href/product/이지-스판-미디트임-원피스가디건set/738/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/0c3ea7cb387820032710c9217af38e92.gif alt이지 스판 미디트임 원피스+가디건set>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno738 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/이지-스판-미디트임-원피스가디건set/738/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 이지 스판 미디트임 원피스+가디건set/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 22,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>가볍게 툭 걸쳐도 청순한 느낌🖤/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1116944155346147.gif alt />img src/web/upload/custom_1216944156255062.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/골지-레이스-x스트랩-패드-슬립-원피스/744/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/56c6bbfc1309a86b27e52fb174bb806b.gif alt골지 레이스 X스트랩 패드 슬립 원피스>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno744 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/골지-레이스-x스트랩-패드-슬립-원피스/744/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 골지 레이스 X스트랩 패드 슬립 원피스/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 9,000/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>잔골지의 섹시한 무드의 슬립🫶/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/소프트-코튼-스트랩-슬립-원피스가운set/747/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202312/1893c99b8c96a5a6f7444769cff8f6e6.gif alt소프트 코튼 스트랩 슬립 원피스+가운set>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno747 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/소프트-코튼-스트랩-슬립-원피스가운set/747/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 소프트 코튼 스트랩 슬립 원피스+가운set/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 21,000/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>청순여리 슬립 원피스🩷/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1116944155346147.gif alt />img src/web/upload/custom_1316944158582247.gif alt /> /div> /div>/li>li classxans-record-> div classthumbnail> a href/product/여리여리-프렌치핑크-플라워-롱원피스/646/category/1/display/8/?icidMAIN.product_listmain_7>img src//m.cn.unikini.co.kr/web/product/medium/202308/b034461b2a08c5ee24721481cb929e5a.gif alt여리여리 프렌치핑크 플라워 롱원피스>/a> !--span classwish>img src//img.echosting.cafe24.com/design/skin/admin/ko_KR/btn_wish_before.png classicon_img ec-product-listwishicon alt관심상품 등록 전 productno646 categoryno1 icon_statusoff login_statusF individual-setF />/span>--> /div> div classdescription> strong classname>a href/product/여리여리-프렌치핑크-플라워-롱원피스/646/category/1/display/8/?icidMAIN.product_listmain_7 class>span classtitle displaynone> :/span> 여리여리 프렌치핑크 플라워 롱원피스/a>/strong> ul classxans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;font-weight:bold;>판매가/span> :/strong> span class stylefont-size:13px;color:#555555;font-weight:bold;>₩ 34,900/span>span idspan_product_tax_type_text style> /span>/li>li class xans-record->strong classtitle displaynone>span class stylefont-size:13px;color:#555555;>상품 간략설명/span> :/strong> span class stylefont-size:13px;color:#555555;>🌸킁킁~꽃향기 물씬 롱 모노키니🌸/span>/li>/ul> div classcolor> /div> div classicon> img src/web/upload/custom_1216944156255062.gif alt /> /div> /div>/li> /ul>/div> div classxans-element- xans-product xans-product-listmore-7 xans-product-listmore xans-product-7 typeMoreview>a href#none onclicktry { $M.displayMore(7, 8, 0, 4, 0, true, S0000000, false, ); } catch(e) { return false; } classbtnMore> i classxi-plus-min>/i> View more (span idmore_current_page_8 class>1/span>/span idmore_total_page_8 class>3/span>) span classicoMore>/span> /a>/div>/div>!----------- 인스타그램 ------------->!------------------------------------------------------------------------------------------------------------------------------------------ ◆ 관리자페이지 > 앱스토어 > 인스타그램 위젯과 연동되어있습니다. ◆ 단순복사로 구매하셨을 경우 제공된 매뉴얼 페이지를 참고하시어 위젯을 설치해주세요.------------------------------------------------------------------------------------------------------------------------------------------->div classinsta> div classtit_box> p classtit_common>span>INSTAGRAM/span>span classinsta_id>/span>/p> /div> section idinstagramWidgetManual stylewidth:100%;margin:0 auto;height:270px> !--앱을 비활성화한 뒤 삽입한 코드를 직접 삭제해야 할 수도 있습니다.--> /section>/div> /div> hr classlayout> !------------------------------------------------------------------------------------------------------------------------------------------ ◆ 기본적인 정보는 대체로 관리자페이지와 연동되어있습니다. 상점관리-기본정보관리-내쇼핑몰 정보 ◆ 그외 기타 정보(은행정보, SNS아이콘 링크 등)는 ★간편세팅★(setting.js) 파일에서 수정 가능합니다.------------------------------------------------------------------------------------------------------------------------------------------->footer idfoot classxans-element- xans-layout xans-layout-info>!-- 로고 -->style> /* 로고이미지 사이즈 조정 ◆로고 부분에 등록하신 이미지의 최대 세로사이즈를 지정할 수 있습니다. ※예를 들어 30px로 기입시 원본사이즈와 관계없이 세로사이즈 30px을 기준으로 리사이징 되어 노출됩니다. 등록하시는 로고이미지의 비율 등에 맞춰 자유롭게 조정하여 사용해주세요. ※로고로 사용하시는 이미지는 최대한 여백없이 컨텐츠 부분만 남겨 저장 후 사용해주세요. */ #foot .logo > a > img{max-height:18px/*기존 수치를 지우시고 원하시는 px값으로 기입하시면 됩니다*/} /style>div classlogo> a href/>img srchttps://unikini.cafe24.com/web/upload/bannerpopup/logo-2.png>/a>/div>ul classfoot_box> li classcs_info> p classtit>CS CENTER/p> p classphone >070-8658-1159/p> p classruntime>월~금 오전10시~오후5시점심시간12시~1시토,일공휴일휴무/p> /li> !-- 은행정보 --> li classbank_info> p classtit Cardo>BANK INFO/p> p classbank_num1>/p> p classbank_num2>/p> p classbank_num3>/p> p classbank_name>/p> /li> li classsns_box> p classtit>FLLOW US/p> !-- 인스타그램 -->a classsns_1 href target_blank>@INSTAGRAM/a> !-- 페이스북 -->a classsns_2 href target_blank>@FACEBOOK/a> !-- 카카오 -->a classsns_3 href target_blank>@KAKAO/a> /li> li classcompany> p classtit>COMPANY/p> p>span>Company./span>유니키니 /p> p class>span>Ceo./span>김아영span>Tel./span>070-8658-1159/p> p class>span>Privacy manager./span>김지민a hrefmailto:unikini1@nate.com>(unikini1@nate.com)/a>/p> p class>span>E-mail./span>unikini1@nate.com/p> p>span>Address. /span> 경기도 이천시 황무로 986-53 (증포동) /p> p>span>Business no./span>382-64-00414a href#none onclickwindow.open(http://www.ftc.go.kr/bizCommPop.do?wrkr_no3826400414, bizCommPop, width750, height950;);return false;>사업자정보확인/a>/p> p>span>Mall order license./span>2020서울강동0817/p> p classcopyright>Copyright ⓒ 유니키니 ALL RIGHTS RESERVED./p> /li> /ul>ul classfoot_menu> !--li>a href/shopinfo/company.html>COMPANY/a>/li>--> li>a href/member/mall_agreement.html>AGREEMENT/a>/li> li>a href/member/privacy.html>PRIVACY POLICY/a>/li> li>a href/shopinfo/guide.html>GUIDE/a>/li> /ul>/footer>a classbtn_go_top hrefjavscript:void(0)>i classxi-angle-up-thin>/i>/a> /ul>/div> /div> /div>span itemscope itemtypehttps://schema.org/Organization>link itempropurl hrefhttp://cn.unikini.co.kr>/span>script typetext/javascript src/app/Eclog/js/cid.generate.js?vsbdc53f4bc36ece202dc1be652f66c8a2&uunikini.1>/script>script> (function (i, s, o, g) { var a s.createElement(o), m s.getElementsByTagName(o)0; var initialized false; var interval null; function safeInit() { if (initialized) return; if (typeof i.initCaWebAnalytics function) { try { i.initCaWebAnalytics({mid:unikini,stype:e,domain:,shop_no:1,lang:ko_KR,mobile_flag:T,send_endpoint:https://ca-log.cafe24data.com,path_role:MAIN}); initialized true; } finally { if (interval) clearInterval(interval); a.onload a.onreadystatechange a.onerror null; } } } a.onload a.onreadystatechange function () { if (!a.readyState || a.readyState loaded || a.readyState complete) { safeInit(); } }; a.onerror function () { if (interval) { clearInterval(interval); interval null; } a.onload a.onreadystatechange a.onerror null; }; interval setInterval(safeInit, 200); setTimeout(function () { if (interval) { clearInterval(interval); interval null; } }, 10000); safeInit(); a.async 1; a.setAttribute(crossorigin, anonymous); a.src g; m.parentNode.insertBefore(a, m); })(window, document, script, //optimizer.poxo.com/ca2/analytics.js?v20251128);/script>script typetext/javascript src/ind-script/i18n.php?v2511261439&langko_KR&domainfront&type charsetutf-8>/script>script src/ind-script/optimizer.php?filenamezZlbV-M2EMffwa_9HIbeTl9JUlrOQuEQtjwr8jgZLGtUXQjeT9-xk90lBd_kcE4fSBxH_59G0txM0g2VkJ7_aNPcihK2ZIvUgqNgJaRPLsXz33Ty5H5Iu8YFNEIW6dM_AWy1f_sp-TU5G6mEFw9WC-X2NxJJVCBMpQSropaQgExyHS0VCoWLU_O3nux_Fm4srVl_cDyZ8OCRB5Q8SvsU5E1z8Yh-8_BlIbxIStQjOApXrIIHvu5XOWNR-3wAnmSozbokW85Je0tKge3X3angLoyZWczWA-wJHlX_qNxSs1MnjhQrSJ94MicKNZyshNZD7NohJJUl6aGjX4TmcNLsm8aCHz5Lo_NQGsXn8r5IGJPe0AoVpPev9Dv7OnalRVdSFviW26IZN2EetKw3tB6XBemTstWJhxI6jGBXTT_vouc1QokvlSKRjRKVwYt63tuVA_vcdjgtYkOqylENdr0MchGUr7fAlcL62TteNz7LrdbYiP4fOTfjBKId76ibSgLhUK-nUkrwIqvTYas3LjdkDo71sjmsT6IQlBb16x2-gOrKRR2YeROLnztDsUW6gFVYj5-Qs8WabHWNzo8W30MOFrSEebD1e3VnUXYsekbCZgccvpus6ruj53YgrNyMCkAv8rx6W-h6vcSosEbOrs9cqtk5yH71lm83oor4W2ztjjpzb_FMMBwj8HEzbEAZ-PB1bITO1OgcNmICzsnIZ_xhfM7f_mjbpEgKLmwF9VeE7xaMcfg543UmbPpz8ktylubcGhiURSREnZ_pVmM7InXZRGr9BdfMpnx-RY5G_QXb-u9uV_VvTQ1bggLpo1D7431ybe3ZCP07LjF8QbdKF1Ha3Rakv794KxpQ87n5uCSVUfDHxvak-DjoVSnWR4cu0HEzXCE3xUdEXzFuyZ2Ggp3jYaTvdBpuGTwTroCjH99l0NmbPmk69rF0U5DfYPOOZ6XRKH0cm2aos6OAFjGN5Xugv3fVoNX12jL5vktLHU91atoDeZBe7j-d5vy0LvxUS46FCTG982FdieqFDxEX8YnhO2TpScaVhWssIJ1Z2nLJnQu5gXjKhIh8pd-vaDRmr-OHGy9QpbNQ9498s6To_b2HZ4StF6rYX84p6A7LboTm4nQA28JK0bq_a9v4khsdjx7B9Y-e28p4-gTVKFuEq7TcvUbrSihXYKPltzYDK0fu4WvArtRNJ5ju3mQQo9dTeyjsTfyoNmUtN6igsx3q0S_AkMP4-R_RbbpT4ACAHB1Urwnc_8AE-X0jL6Di57FsIuWBOFXMJ62miY94twQNOU4NjWtRTbDhDyuyeIe8CJ64tKNsMJyat_GxEZTHOzLBxAdocGwOWA70Z5xyMDdVXeD2-WKahxygJsVe42t_Yv27UHUEr92THsTqKJz64Wn68nbNwJXOKd4JlMBSrBRMsMgIv7Gk4LTnnzMDzLlu_SGiRWwiqtSuyp9y54J6lNBtEymG_RJnKXi4xBce-S8&typejs&k9147ff2f6feebc1203cf422aa1bef3413697a8be&t1758587957 >/script>script src/ind-script/optimizer_user.php?filenamerdJBDsIwDATAB6RX3uED4kFOYrVubafUCYjfUyHEgWPTD4xWuwtTUQJKoTltDs14YWNYWxROYaoq4JlCJufRQEtkoRtYhtnBOdMw-wUOGYKv0ipEdE4fTXYuKFk7bn5zPXmlbVC2XmkizLvUqVgOqaiW7jhsXlGkux-qlW3sZRS3eyO6Lmc0rcgWHuwN5RSqYgwRzXrW-3_ob8Q3&typejs&k2971c49471460f789d21567f2d0080416753196f&t1719456888&userT >/script>script typetext/javascript>var sIsFrontDesignChangeRequired F;var sYtshopping F;var sIsYoutubeShops F;var sIsValidChRef F;var sChRef ;if (sIsValidChRef T) {sessionStorage.setItem(ch_ref, sChRef);}// ch_ref 존재 여부 체크CAFE24.hasChRef function() {if (sIsValidChRef T && sessionStorage.getItem(ch_ref)) {return true;}return false;}// ch_ref 데이터 조회CAFE24.getChRefData function() {if (sIsValidChRef T) {return sessionStorage.getItem(ch_ref);}}// 프론트 디자인 변경이 필요한지 여부 반환CAFE24.checkChannelUI function() {if ((sIsFrontDesignChangeRequired T && sessionStorage.getItem(ch_ref)) || sIsYoutubeShops T) {return true;} else {return false;}}// 파라미터에 ch_ref 추가CAFE24.attachChRef function(sUrl) {if (sUrl) {var sChRef CAFE24.getChRefData();if (sChRef) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + ch_ref + sChRef;}}return sUrl;}var sIsCheckout F;var sCheckoutToken ;if (sIsCheckout T) {sessionStorage.setItem(checkoutToken, sCheckoutToken);} else {sessionStorage.removeItem(checkoutToken);}CAFE24.getCheckoutToken function() {if (sIsCheckout T) {return sessionStorage.getItem(checkoutToken);}}CAFE24.attachCheckoutParam function(sUrl) {if (sUrl) {var sCheckoutToken CAFE24.getCheckoutToken();if (sCheckoutToken) {var sSeparator (sUrl.includes(?)) ? & : ?;sUrl + sSeparator + checkoutToken + sCheckoutToken;}}return sUrl;}CAFE24.MOBILE_WEB true; var mobileWeb CAFE24.MOBILE_WEB;try {var isUseLoginKeepingSubmit false;// isSeqNoKeyExpiretimefunction isSeqNoKeyExpiretime(iExpiretime){var sDate new Date();var iNow Math.floor(sDate.getTime() / 1000);// 유효시간 확인if (iExpiretime > iNow) {return false;}return true;}function isUseLoginKeeping(){// 디바이스 확인if (EC_MOBILE_DEVICE false) {return;}// 로그인 여부var isLogin document.cookie.match(/(?:^| |;)iscacheF/) ? true : falseif (isLogin) {return;}var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);var iSeqnoExpiretime;var iSeqNoKey;if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);// 유효시간, key 값 확인if (iSeqnoExpiretime null || iSeqNoKey null) {return;}} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;if (isNaN(iSeqNoKey) true || isNaN(iSeqnoExpiretime) true) {return;}}if (isSeqNoKeyExpiretime(iSeqnoExpiretime) false) {return;}useLoginKeepingSubmit();}function findGetParamValue(paramKey){var result null,tmp ;location.search.substr(1).split(&).forEach(function (item) {tmp item.split();if (tmp0 paramKey) result decodeURIComponent(tmp1);});return result;}function useLoginKeepingSubmit(){var iSeqnoExpiretime;var iSeqNoKey;var sUseLoginKeepingIp;var sLoginKeepingInfo localStorage.getItem(use_login_keeping_info);if (sLoginKeepingInfo null) {iSeqnoExpiretime localStorage.getItem(seq_no_key_expiretime);iSeqNoKey localStorage.getItem(seq_no_key);} else {var oLoginKeepingInfo JSON.parse(sLoginKeepingInfo);iSeqNoKey oLoginKeepingInfo.seq_no_key;iSeqnoExpiretime oLoginKeepingInfo.seq_no_key_expiretime;sUseLoginKeepingIp oLoginKeepingInfo.use_login_keeping_ip;}var oForm document.createElement(form);oForm.method post;oForm.action /exec/front/member/LoginKeeping;document.body.appendChild(oForm);var oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key;oSeqNoObj.type hidden;oSeqNoObj.value iSeqNoKey;oForm.appendChild(oSeqNoObj);oSeqNoObj document.createElement(input);oSeqNoObj.name seq_no_key_expiretime;oSeqNoObj.type hidden;oSeqNoObj.value iSeqnoExpiretime;oForm.appendChild(oSeqNoObj);var returnUrl findGetParamValue(returnUrl);if (returnUrl || returnUrl null) {returnUrl location.pathname + location.search;}oSeqNoObj document.createElement(input);oSeqNoObj.name returnUrl;oSeqNoObj.type hidden;oSeqNoObj.value returnUrl;oForm.appendChild(oSeqNoObj);if (sUseLoginKeepingIp ! undefined) {oSeqNoObj document.createElement(input);oSeqNoObj.name use_login_keeping_ip;oSeqNoObj.type hidden;oSeqNoObj.value sUseLoginKeepingIp;oForm.appendChild(oSeqNoObj);}oForm.submit();isUseLoginKeepingSubmit true;}isUseLoginKeeping();} catch(e) {}var bUseElastic false;var sSearchBannerUseFlag F;CAFE24.SHOP_CURRENCY_INFO {1:{aShopCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},aShopSubCurrencyInfo:null,aBaseCurrencyInfo:{currency_code:KRW,currency_no:410,currency_symbol:\uffe6,currency_name:South Korean won,currency_desc:\uffe6 \uc6d0 (\ud55c\uad6d),decimal_place:0,round_method_type:F},fExchangeRate:1,fExchangeSubRate:null,aFrontCurrencyFormat:{head:₩ ,tail:},aFrontSubCurrencyFormat:{head:,tail:}}}; var SHOP_CURRENCY_INFO CAFE24.SHOP_CURRENCY_INFO;if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_COMMON.initObject();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_BIND ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_BIND.initChooseBox();}if (typeof CAFE24.SHOP_FRONT_NEW_OPTION_DATA ! undefined) {CAFE24.SHOP_FRONT_NEW_OPTION_DATA.initData();}if (typeof CAFE24.SHOP_FRONT_NEW_LIKE_COMMON ! undefined) {CAFE24.SHOP_FRONT_NEW_LIKE_COMMON.init({bIsUseLikeProduct:true,bIsUseLikeCategory:false});}if (typeof CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT ! undefined) {CAFE24.SHOP_FRONT_REVIEW_TALK_REVIEW_COUNT.bIsReviewTalk F;}var basket_result /product/add_basket.html;var basket_option /product/basket_option.html;CAFE24.FRONT_XANS_TEMPLATE.setTemplate(xans-product-listmain-6, div class\xans-element- xans-product xans-product-listmain-6 xans-product-listmain xans-product-6 ec-base-product typeThumb\>\n!--\n $count 4\n \u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n \u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n $moreview yes\n $cache yes\n -->\ndiv class\tit_box\>\n p class\tit_common\>span>{$category_title_text}\/span>\/p>\n p class\txt_common prd1_ment\>\/p>\n \/div>\nul class\prdList grid2\>\n !--$-->!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-6 xans-product-imagestyle xans-product-6\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-6 xans-product-colorchip xans-product-6\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-6 xans-product-imagestyle xans-product-6\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-6 xans-product-listitem xans-product-6 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-6 xans-product-colorchip xans-product-6\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--$-->\n \/ul>\n\/div>\n);if (typeof($M) ! undefined) {$M.sModule xans-product-listmain;$M.iCount 0;$M.iCategoryNo 0;$M.iSortMethod 0;$M.init();}try { $M.setDisplayPageMore(6, 7, 0, 4, 0, true, S0000000, false, ); } catch(e) {}EC$(window).on(unload, function() { try { sessionStorage.removeItem(sStorageDetail); } catch (e) {} });CAFE24.FRONT_XANS_TEMPLATE.setTemplate(xans-product-listmain-7, div class\xans-element- xans-product xans-product-listmain-7 xans-product-listmain xans-product-7 ec-base-product typeThumb\>\n!--\n $count 4\n \u203b \ub178\ucd9c\uc2dc\ud0ac \uc0c1\ud488\uc758 \uac2f\uc218\ub97c \uc22b\uc790\ub85c \uc124\uc815\ud560 \uc218 \uc788\uc73c\uba70, \uc124\uc815\ud558\uc9c0 \uc54a\uc744\uacbd\uc6b0, \ucd5c\ub300 200\uac1c\ub85c \uc790\ub3d9\uc81c\ud55c\ub429\ub2c8\ub2e4.\n \u203b \uc0c1\ud488 \ub178\ucd9c\uac2f\uc218\uac00 \ub9ce\uc73c\uba74 \uc1fc\ud551\ubab0\uc5d0 \ubd80\ud558\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n $moreview yes\n $cache yes\n -->\ndiv class\tit_box\>\n p class\tit_common\>span>{$category_title_text}\/span>\/p>\n p class\txt_common prd2_ment\>\/p>\n \/div>\nul class\prdList grid2\>\n !--$-->!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-7 xans-product-imagestyle xans-product-7\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-7 xans-product-colorchip xans-product-7\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--@-->li>\n div class\thumbnail\>\n a href\{$link_product_detail}\>img src\{$image_medium}\ alt\{$seo_alt_tag}\>!--#-->span class\xans-element- xans-product xans-product-imagestyle-7 xans-product-imagestyle xans-product-7\>\nspan class\prdIcon {$icon_class_name}\ style\background-image:url({$icon_url});\>\/span>\n\/span>\n!--#-->\/a>\n !--span class\wish\>{$list_wish_icon}\/span>-->\n \/div>\n div class\description\>\n strong class\name\>a href\{$link_product_detail}\ class\{$product_name_display|display}\>span class\title {$product_name_title_display|display}\>{$product_name_title} :\/span> {$product_name}\/a>\/strong>\n !--#-->ul class\xans-element- xans-product xans-product-listitem-7 xans-product-listitem xans-product-7 spec\>\n!--$-->!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--@-->li class\{$item_display|display}\>\nstrong class\title {$item_title_display|display}\>{$item_title} :\/strong> {$item_content}\/li>\n!--$-->\n\/ul>\n!--#-->\n div class\color\>\n !--#-->ul class\xans-element- xans-product xans-product-colorchip-7 xans-product-colorchip xans-product-7\>\n!--$-->!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--@-->li>span class\chips\ style\background-color:{$color};\>\/span>\/li>\n!--$-->\n\/ul>\n!--#-->\n \/div>\n div class\icon\>{$soldout_icon} {$stock_icon} {$new_icon} {$recommend_icon} {$product_icons} {$today_arrival_icon} {$pickup_icon}\/div>\n \/div>\n\/li>\n!--$-->\n \/ul>\n\/div>\n);if (typeof($M) ! undefined) {$M.sModule xans-product-listmain;$M.iCount 0;$M.iCategoryNo 0;$M.iSortMethod 0;$M.init();}try { $M.setDisplayPageMore(7, 8, 0, 4, 0, true, S0000000, false, ); } catch(e) {}EC$(window).on(unload, function() { try { sessionStorage.removeItem(sStorageDetail); } catch (e) {} });var aLogData {log_server1:eclog2-260.cafe24.com,log_server2:elg-db-svcm-013.cafe24.com,mid:unikini,stype:e,domain:,shop_no:1,lang:ko_KR,ver:2,hash:,ca:cfa-js.cafe24.com\/cfa.js,etc:,mobile_flag:T};var sMileageName 적립금;var sMileageUnit :PRICE:원;var sDepositName 예치금;var sDepositUnit 원;; (function() {var setPcVersionCookie function() {$.ajax({url: /exec/front/manage/ajaxcookie,async: false});};if (typeof window.isPCver function) {var isPCverOld window.isPCver;window.isPCver function() {setPcVersionCookie();isPCverOld();};}}());/script>/body> /html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]