.scrollbar > .scroll-content {
  height:100% !important;
  overflow-x: hidden !important;
  margin-bottom:0px !important;
}
.scrollbar > .scroll-element {
  opacity: 0;
  transition-duration: 300ms;
}
.scrollbar:hover > .scroll-element {
  opacity: 1;
}
.scrollbar > .scroll-element div {
  position: absolute;
  top: 4px;
  bottom: 2px;
  width: 100%;
}
.scrollbar > .scroll-element.scroll-y {
  position: absolute;
  top: 0;
  right: 6px;
  width: 4px;
  height: 100%;
}
.scrollbar > .scroll-element.scroll-x {
  position: absolute;
  bottom: 8px;
  left: 4px;
  right: 4px;
  height: 4px;
  display: none;
}
.scrollbar > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  bottom: 0;
  height: 4px;
}
.scrollbar > .scroll-element .scroll-element_track {
  background: none;
}
.scrollbar > .scroll-element .scroll-bar {
  background: #97a0a1 !important;
  border-radius: 2px;
  opacity: 0.5;
  cursor: pointer;
}
.scrollbar > .scroll-element.scroll-x {
  display: none !important;
}

#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; }


#searchArea2 .autoCompleteArea { position:absolute; z-index:4; top:62px; width:500px; background:#fff; border:1px solid #b4b4b4; box-sizing:border-box; }
#searchArea2 .autoCompleteArea > div { border-top:4px solid #e0e0e0; }
#searchArea2 .autoCompleteArea > div:first-child { border-top:none; }
#searchArea2 .autoCompleteArea > div.resultarea { max-height:280px; }
#searchArea2 .autoCompleteArea > div ul { padding:17px 0 20px; list-style-type : none; max-height:280px; }
#searchArea2 .autoCompleteArea > div:first-child ul { padding-top:21px; }
#searchArea2 .autoCompleteArea li { padding: 9px 10px;}
#searchArea2 .autoCompleteArea li:hover { background-color: #f4f6f9;}
#searchArea2 .autoCompleteArea li:first-child { margin-top:0; }
#searchArea2 .autoCompleteArea a { display:block; position:relative; padding-left:45px; }
#searchArea2 .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; }
#searchArea2 .autoCompleteArea a span { display:inline-block; position:relative; font-size:14px; line-height:20px; color:#4a4a4a; }
#searchArea2 .autoCompleteArea a img { vertical-align:middle; margin-left:8px; }
#searchArea2 .autoCompleteArea .resultarea a span:before { width:9px; background-position:0 0; }
#searchArea2 .autoCompleteArea a span em { color:#1d53bf; }
#searchArea2 .autoCompleteArea a small { font-size:12px; line-height:17px; color:#767676; }
#searchArea2 .autoCompleteArea a p { font-size:12px; line-height:17px; color:#767676; }
#searchArea2 .autoCompleteArea { transform:translateX(-9999px); }
#searchArea2 .autoCompleteArea a:after { display:none; }
#searchArea2 .autoCompleteArea.active { transform:translateX(0); }
#searchArea2 .autoCompleteArea a:hover:after { display:block; }

.searchWrap .btnClear {
  position: relative;
  top: 0;
  left: -100px;
  width: 38px;
  height: 38px;
  background-size: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}


.searchWrap .btnSearch {
  position: relative;
  top: 0;
  left: -40px;
  width: 38px;
  height: 38px;
  background-size: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.searchWrap2 .btnClear {
  position: relative;
  top: 0;
  left: -100px;
  width: 38px;
  height: 38px;
  background-size: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}


.searchWrap2 .btnSearch {
  position: relative;
  top: 0;
  left: -40px;
  width: 38px;
  height: 38px;
  background-size: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}


.wh {
  width:18%
}

.wb {
  width:32%
}

.sty {
  background: white;
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.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 .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;}

.map_wrap {overflow:hidden;height:330px}
/* 지도위에 로드뷰의 위치와 각도를 표시하기 위한 map walker 아이콘의 스타일 */
.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 {
    width: 100%;
    height: 800px;
}
.daum-map-mini {
    position : fixed;
    width: 300px;
    height: 300px;
    left: 0px;
    top: 420px;
    z-index: 999999;
}


.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('/resources/dist/img/mini_circle.png');}    
.dotOverlay {position:relative;bottom:10px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}    
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('/resources/dist/img/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .label {display:inline-block;width:50px;}
.distanceInfo:after {content:none;}
