.map_wrap {overflow:hidden;height:330px}

.gcity-marker { position:relative; cursor:pointer; }
.gcity-marker.step8 .marker-number { background-color:#b8c0cf !important; }
.gcity-marker .maker-number { transition-duration:200ms; transform:translate(-50%, -50%); position:absolute; top:50%; left:50%; width:30px; height:30px; font-weight:bold; font-size:16px; text-align:center; line-height:40px; color:#fff; border-radius:100%; background:#61b842; user-select:none; box-shadow:0 0px 7px 0px rgba(0, 0, 0, 0.5); }
.gcity-marker .marker-number:before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; width:12px; height:16px; margin:auto; }
.gcity-marker .marker-number span { position:absolute; top:-1px; right:-5px; min-width:18px; height:18px; font-weight:bold; font-size:12px; text-align:center; line-height:18px; padding:0 4px; background:#cc0a0a; border-radius:18px; box-sizing:border-box; }
.gcity-marker:hover:before { content:""; position:absolute; bottom:0; left:0; right:0; width:60px; height:68px; margin:auto; }
/* .gcity-marker:hover .marker-area { display:block; } */
.gcity-marker .marker-area { display:block; position:absolute; width:10px;height:10px;border-radius:50%; }
.gcity-marker .marker { position:relative; width:100%; margin-right:5px;line-height:14px; border-width:1px; border-style:solid; border-radius:4px; border-bottom-left-radius:0; background:#fff; cursor:pointer; user-select:none; box-sizing:border-box;}
.gcity-marker .marker:hover { z-index:1; }
.gcity-marker .marker:before { content:''; width:5px; height:8px; position:absolute; bottom:-8px; left:-1px; background:url("/resources/dist/img/map_arrow.png") no-repeat -15px 0; }
/*
.gcity-marker .marker:before { content:''; width:5px; height:8px; position:absolute; bottom:-8px; left:-1px; border-top: 6px solid #C87850 ; border-right: 6px solid transparent; }
*/
.gcity-marker .marker .number.item1 { display:block; height:34px; font-size:14px; line-height:34px; color:#fff; padding-left:18px; background:#81C600; }
.gcity-marker .marker .number.item2 { display:block; height:34px; font-size:14px; line-height:34px; color:#fff; padding-left:18px; background:#C87850; }
.gcity-marker .marker .number.item3 { display:block; height:34px; font-size:14px; line-height:34px; color:#fff; padding-left:18px; background:#AD4DFF; }
.gcity-marker .marker .number.item4 { display:block; height:34px; font-size:14px; line-height:34px; color:#fff; padding-left:18px; background:#6464FF; }
.gcity-marker .marker .number.item5 { display:block; height:34px; font-size:14px; line-height:34px; color:#fff; padding-left:18px; background:#FF46B4; }

.gcity-marker .marker-area.item1 { background : #81C600;}
.gcity-marker .marker.item1 { border-color : #81C600;}
.gcity-marker .marker-area.item2 { background : #C87850;}
.gcity-marker .marker.item2 { border-color : #C87850;}
.gcity-marker .marker-area.item3 { background : #AD4DFF;}
.gcity-marker .marker.item3 { border-color : #AD4DFF;}
.gcity-marker .marker-area.item4 { background : #6464FF;}
.gcity-marker .marker.item4 { border-color : #6464FF;}
.gcity-marker .marker-area.item5 { background : #FF46B4;}
.gcity-marker .marker.item5 { border-color : #FF46B4;}

.gcity-marker .marker .marker-number { position:absolute; z-index:1; top:-10px; right:-12px; min-width:18px; height:18px; font-weight:bold; font-size:12px; text-align:center; line-height:18px; color:#fff; border-radius:100%; background:#cc0a0a; box-sizing:border-box; }
.gcity-marker .marker .marker-number.item1{background-color:#81C600;}
.gcity-marker .marker .marker-number.item2{background-color:#C87850;}
.gcity-marker .marker .marker-number.item3{background-color:#AD4DFF;}
.gcity-marker .marker .marker-number.item4{background-color:#6464FF;}
.gcity-marker .marker .marker-number.item5{background-color:#FF46B4;}

.gcity-item {

	position: absolute;
    left: 0;
    bottom: 0;
    width: 144px;
    height: 71px;
    margin-left: -72px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
    line-height: 1.5;

}

.gcity-item .item {
	width: 144px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.gcity-item .item:after {
	content: '';
    position: absolute;
    margin-left: -10px;
    left: 50%;
    bottom: 2px;
    width: 20px;
    height: 11px;
    background: url("/resources/dist/img/marker_arrow.png");
}

.MapWalker {position:absolute;margin:-26px 0 0 -51px}
.MapWalker.none {
    display: none;
}
.MapWalker .figure {position:absolute;width:25px;left:38px;top:-2px;
    height:39px;background:url(http://t1.daumcdn.net/localimg/localimages/07/2012/roadview/roadview_minimap_wk.png) -298px -114px no-repeat}
.MapWalker .angleBack {width:102px;height:52px;background: url(http://t1.daumcdn.net/localimg/localimages/07/2012/roadview/roadview_minimap_wk.png) -834px -2px no-repeat;}

.MapWalker.m0 .figure {background-position: -298px -114px;}
.MapWalker.m1 .figure {background-position: -335px -114px;}
.MapWalker.m2 .figure {background-position: -372px -114px;}
.MapWalker.m3 .figure {background-position: -409px -114px;}
.MapWalker.m4 .figure {background-position: -446px -114px;}
.MapWalker.m5 .figure {background-position: -483px -114px;}
.MapWalker.m6 .figure {background-position: -520px -114px;}
.MapWalker.m7 .figure {background-position: -557px -114px;}
.MapWalker.m8 .figure {background-position: -2px -114px;}
.MapWalker.m9 .figure {background-position: -39px -114px;}
.MapWalker.m10 .figure {background-position: -76px -114px;}
.MapWalker.m11 .figure {background-position: -113px -114px;}
.MapWalker.m12 .figure {background-position: -150px -114px;}
.MapWalker.m13 .figure {background-position: -187px -114px;}
.MapWalker.m14 .figure {background-position: -224px -114px;}
.MapWalker.m15 .figure {background-position: -261px -114px;}
.MapWalker.m0 .angleBack {background-position: -834px -2px;}
.MapWalker.m1 .angleBack {background-position: -938px -2px;}
.MapWalker.m2 .angleBack {background-position: -1042px -2px;}
.MapWalker.m3 .angleBack {background-position: -1146px -2px;}
.MapWalker.m4 .angleBack {background-position: -1250px -2px;}
.MapWalker.m5 .angleBack {background-position: -1354px -2px;}
.MapWalker.m6 .angleBack {background-position: -1458px -2px;}
.MapWalker.m7 .angleBack {background-position: -1562px -2px;}
.MapWalker.m8 .angleBack {background-position: -2px -2px;}
.MapWalker.m9 .angleBack {background-position: -106px -2px;}
.MapWalker.m10 .angleBack {background-position: -210px -2px;}
.MapWalker.m11 .angleBack {background-position: -314px -2px;}
.MapWalker.m12 .angleBack {background-position: -418px -2px;}
.MapWalker.m13 .angleBack {background-position: -522px -2px;}
.MapWalker.m14 .angleBack {background-position: -626px -2px;}
.MapWalker.m15 .angleBack {background-position: -730px -2px;}

.map-walker-searching {
    /* display: none; */
    position: absolute;
    left: -13px;
    top: -50px;
    width: 26px;
    height: 46px;
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/roadview_minimap_wk_2018.png) -594px -114px no-repeat;
}

.daum-map-origin {
    position: absolute;
    width: 100%;
    height: calc(100% - 58px);
    left: 0px;
}
.daum-map-mini {
    position : fixed;
    width: 300px;
    height: 300px;
    left: 0px;
    top: 420px;
    z-index: 999999;
}


#searchArea1 .autoCompleteArea { position:absolute; z-index:4; top:62px; width:500px; background:#fff; border:1px solid #b4b4b4; box-sizing:border-box; }
#searchArea1 .autoCompleteArea > div { border-top:4px solid #e0e0e0; }
#searchArea1 .autoCompleteArea > div:first-child { border-top:none; }
#searchArea1 .autoCompleteArea > div.resultarea { max-height:280px; }
#searchArea1 .autoCompleteArea > div ul { padding:17px 0 20px; list-style-type : none; max-height:280px; }
#searchArea1 .autoCompleteArea > div:first-child ul { padding-top:21px; }
#searchArea1 .autoCompleteArea li { padding: 9px 10px;}
#searchArea1 .autoCompleteArea li:hover { background-color: #f4f6f9;}
#searchArea1 .autoCompleteArea li:first-child { margin-top:0; }
#searchArea1 .autoCompleteArea a { display:block; position:relative; padding-left:45px; }
#searchArea1 .autoCompleteArea a:after { content:""; position:absolute; z-index:-1; top:50%; left:0; transform:translateY(-50%); width:100
0%; height:100%; padding:9px 0; background:#ebf1ff; }
#searchArea1 .autoCompleteArea a span { display:inline-block; position:relative; font-size:14px; line-height:20px; color:#4a4a4a; }
/*
.autoCompleteArea a span:before { content:""; position:absolute; top:0; bottom:0; left:-25px; height:12px; margin:auto; background:url("/resources/images/common/icon.png") no-repeat 0 0; }
*/
#searchArea1 .autoCompleteArea a img { vertical-align:middle; margin-left:8px; }
#searchArea1 .autoCompleteArea .resultarea a span:before { width:9px; background-position:0 0; }
#searchArea1 .autoCompleteArea a span em { color:#1d53bf; }
#searchArea1 .autoCompleteArea a small { font-size:12px; line-height:17px; color:#767676; }
#searchArea1 .autoCompleteArea a p { font-size:12px; line-height:17px; color:#767676; }
#searchArea1 .autoCompleteArea { transform:translateX(-9999px); }
#searchArea1 .autoCompleteArea a:after { display:none; }
#searchArea1 .autoCompleteArea.active { transform:translateX(0); }
#searchArea1 .autoCompleteArea a:hover:after { display:block; }

#root {
  touch-action: pan-y;
}

.sty {
  position: fixed;
  top: 58px;
  z-index: 2;
  width:100%;
  background: #fff;
}
