logo
BRAND
뒤로
검색
장바구니
0
MEN
WOMEN
JUNIOR
G-MOTION
CONCEPTS1ONE
인기검색어
MEN
WOMEN
JUNIOR
G-MOTION
신상품
랭킹
OUTLET
# 에센셜&ACC 20% OFF
# NEW 멤버십 특별혜택
# 긴팔티 11,500원~
# 셔츠 39,400원~
# 팬츠 39,400원~
# 재입고 추가 20%OFF
MEN
MD's PICK
ALL
TOP
반팔티
긴팔티
민소매
셔츠
스웨터/가디건
PANTS
슬랙스
면바지
데님
카고바지
반바지
트레이닝
OUTER
자켓
레더자켓
블레이저
HOME & UNDERWEAR
ACC
WOMEN
MD's PICK
ALL
TOP
반팔티
민소매
셔츠
스웨터/가디건
긴팔티
PANTS
슬랙스
데님
면바지
풀밴딩
트레이닝
반바지
SKIRT
OUTER
자켓
블레이저
HOME & UNDERWEAR
ACC
G-MOTION
MEN
WOMEN
JUNIOR
MD's PICK
TOP
반팔티
긴팔티
맨투맨/후드
셔츠/스웨터
PANTS
반바지
트레이닝
데님
면바지
OUTER
점퍼/바람막이
경량/플리스
패딩/다운
SET-UP
HOMEWEAR/ACC
홈/언더웨어
액세서리
신상품
랭킹
# JUNIOR NEW ARRIVALS
# 주니어 에센셜 20% OFF
# 스페셜 특가
# 주니어 역시즌
#주니어 가을 팬츠
GIO MAGAZINE
EVENT
JUNIOR MAGAZINE
EVENT
로그인
개인정보취급방침
베스트리뷰
멤버십혜택
이벤트
앱설치
공지사항
고객센터
브랜드 소개
채용정보
매장 안내
전체
서울
경기/인천
충청
전라
경상
부산
기타
주니어
전체
적립금여부
전체
적립/사용가능
적립불가
매장검색결과 (
102
)
고잔NC
경기도 안산시 단원구 광덕대로 194 (고잔동) 고잔NC백화점 B관 3층
031-436-4297
평일
10:30~21:00
주말
10:30~22:00
자루아산아울렛
충청남도 아산시 둔포면 해위안길 127 1동
041-536-0551
<
11
function makeStoreMap(mapidx, storeName, storeAddress, storeTel, storeLat, storeLng){ //mapidx+" : "+ storeName+" : "+ storeAddress+" : "+ storeTel+" : "+ storeLat+" : "+ storeLng); if(mapidx > 0 && $("#store_map"+mapidx).length == 0){ $("#store_map_idx_"+mapidx).append('
'); var geocoder = new daum.maps.services.Geocoder(); var store_lat = store_lng = store_map = store_markerPosition = store_marker = 0; var callback = function(result, status) { if (status === daum.maps.services.Status.OK) { store_lng = result[0].x; store_lat = result[0].y; var store_map = new daum.maps.Map(getElementById('store_map'+mapidx), { center: new daum.maps.LatLng(store_lat, store_lng), level: 4 }); // 마커 생성 var markerPosition = new daum.maps.LatLng(storeLat, storeLng); var marker = new daum.maps.Marker({ position: markerPosition }); marker.setMap(store_map); /* var iwContent = '
'+storeName+'
'+storeAddress+'
', iwPosition = new daum.maps.LatLng(store_lat, store_lng), iwRemoveable = false; var infowindow = new daum.maps.InfoWindow({ map: store_map, position : iwPosition, content : iwContent, removable : iwRemoveable }); $("#store_map_iw_"+mapidx).parent().parent().css("width",$("#store_map_iw_"+mapidx).parent().parent().width()+10+"px"); $("#store_map_iw_"+mapidx).parent().parent().children().eq(0).css("top",Number($("#store_map_iw_"+mapidx).parent().parent().children().eq(0).css("top").replace("px",""))-2+"px"); daum.maps.event.addListener(store_map, 'zoom_changed', function() { $("#store_map_iw_"+mapidx).parent().parent().children().eq(0).css("top",Number($("#store_map_iw_"+mapidx).parent().parent().children().eq(0).css("top").replace("px",""))-2+"px"); }); */ }else{ } }; if(storeLat>0 && storeLng>0){ var result = new Array(); result[0] = {}; result[0].x = storeLng; result[0].y = storeLat; callback(result,daum.maps.services.Status.OK); }else{ //geocoder.addressSearch(storeAddress, callback); } } } $('#store .open').parent().parent().click(function(e) { if($(e.target).hasClass("tel")){ return; } e.preventDefault(); var target = $(this).find(".open"); var list = $(this).find(".open").closest('li').find('.content'); if(list.is(':visible')) { $('#store .content').css("display","none"); $('#store .open').removeClass('active'); $('#store li').find('.store').removeClass('active'); }else{ $('#store .content').css("display","none"); $('#store .open').removeClass('active'); $('#store li').find('.store').removeClass('active'); list.css('display','block'); target.addClass('active'); target.parents('li').find('.store').addClass('active'); makeStoreMap($(this).attr('data-mapIdx'), $(this).attr('data-mapTitle'), $(this).attr('data-mapAddress'), $(this).attr('data-mapTel'), $(this).attr('data-mapLat'), $(this).attr('data-mapLng')); } }); $("select[name=area1]").bind("change",function(){ var now_area2 = $("select[name=area1] option:selected").attr("data-area2").split("@"); $("select[name=area2] option").remove(); $("select[name=area2]").append("
전체
"); for(i=0; i
"+now_area2[i]+""); } }); $("document").ready(function(){ $("#store .search select").change(function(){ printFLoading(); $(this).parent().submit(); }); if( $(".list_store div.subject").length == 1){ $(".list_store div.subject").trigger("click"); } CheckGeoLocationAndSortNearBy('init'); }); function CheckGeoLocationAndSortNearBy(init){ if(typeof init != 'undefined' && init == 'init'){ try{ let url = new URL(location.href); if(typeof url.searchParams.get("nearby") == 'string'){ $("input[name='nearby']").val(url.searchParams.get("nearby")); if(typeof url.searchParams.get("latitude") == 'string'){ $("input[name='latitude']").val(url.searchParams.get("latitude")); } if(typeof url.searchParams.get("longitude") == 'string'){ $("input[name='longitude']").val(url.searchParams.get("longitude")); } } }catch(e){} if(location.href.indexOf("nearby=") > -1){ return; } function(){ $("#nearby_btn_gio").remove(); removeFLoading(); },1500); } if("geolocation" in navigator) { printFLoading(); navigator.geolocation.getCurrentPosition((position) => { if(typeof position.coords.latitude == 'number' && typeof position.coords.longitude == 'number'){ let now_location = location.href; now_location = now_location.replace(/(\&|\?)nearby=[^\&\n]{0,}/g,""); now_location = now_location.replace(/(\&|\?)latitude=[^\&\n]{0,}/g,""); now_location = now_location.replace(/(\&|\?)longitude=[^\&\n]{0,}/g,""); if(now_location.indexOf("?") > -1){ now_location += "&"; }else{ now_location += "?"; } now_location += "nearby=1&latitude="+position.coords.latitude+"&longitude="+position.coords.longitude; location.href = now_location; }else{ $("#nearby_btn_gio").remove(); removeFLoading(); } }, (error) => { if(typeof init != 'undefined' && init == 'init'){ removeFLoading(); return false; } switch(error.code) { case error.PERMISSION_DENIED: //'위치정보 권한을 차단하셨습니다.'); break; case error.POSITION_UNAVAILABLE: //'현재 위치정보를 사용할 수 없습니다.'); break; case error.TIMEOUT: //'현재 위치정보를 사용할 수 없습니다..'); break; case error.UNKNOWN_ERROR: //'현재 위치정보를 사용할 수 없습니다...'); break; } removeFLoading(); }); }else{ $("#nearby_btn_gio").remove(); removeFLoading(); } }