
/* ZONE */
.set.zone { gap: 0; }
.set.zone .select { border-radius: 0; border-left: 0; border-right: 0; }
.set.zone .select:first-of-type { border-radius: 4px 0 0 4px; border-left: 1px solid var(--color-gray-tint30); }
.set.zone .select:last-of-type { border-radius: 0 4px 4px 0; border-right: 1px solid var(--color-gray-tint30); }
.set.zone .select:focus { z-index: 10; }

aside.toolbar.locator .set.zone { order: 1; display: none; border-radius: 4px; background-color: #fff; box-shadow: var(--style-shadow); }
aside.toolbar.locator .set.zone .select { height: 40px; line-height: 40px; border-color: var(--color-primary); }
aside.toolbar.locator .set.zone .select:focus { box-shadow: none; }

aside.toolbar.locator.on .set.zone { display: flex; }

.btTool.zone::before { background-image: url("/images/dtkmap/ico_zone.svg"); }



/* 지역 간편이동 */

.adresArea {position:absolute; top:0px; left:320px; height:100%; padding-left:8px; padding-top:3px;}
.adresArea .btn_adres {display:inline-block; margin:0; height:25px; background:url('../image/ico_down01.png') no-repeat right 5px; box-sizing:border-box;}
.adresArea .btn_adres span{display:inline-block; line-height:25px;  padding-right:5px; box-sizing:border-box; font-weight:normal;font-size:13px; text-align:left !important; color:#FFFFFF;}
/* .adresArea .btn_adres span{display:inline-block; line-height:25px; padding-right:20px; box-sizing:border-box; font-weight:normal;font-size:13px; text-align:left !important; color:#FFFFFF;} */
/* .div_adresArea {width: 400px;padding-bottom:5px;position:absolute;left:-250px;bottom:32px;border:1px solid #d5dce8;background:#fff;display:none;z-index: 2;} */
.div_adresArea {width: 265px;padding-bottom:5px;position:absolute;left:7px;border:1px solid #d5dce8;background:#fff;display:none;z-index: 2;}
.div_adresArea .adresSelt {overflow:hidden;padding:5px;}
/* .div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:200px;background:#ffffff;margin-top:0;margin-bottom:0;padding-left:5px;} */
.div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:140px;background:#ffffff;margin-top:0;margin-bottom:0;padding-left:5px;}
.div_adresArea .adresSelt li {font-family: auto;letter-spacing: -.1em;font-size: 14px;padding-left:1px;height:20px;line-height:20px;cursor:pointer; list-style:none;}
.div_adresArea .adresSelt li:hover,.adresSelt li.on {background:#a3acbd; color:#ffffff;}
.div_adresArea .adresSelt li.selected {color: #FFFFFF; background : blue;}

.adresArea2{
	background: white;
	border: 1px solid gray;
	border-radius: 4px;
	overflow: hidden;
}

.adresArea .btn_adres .test1{
	background: white;
	color: black;
	/* border: 1px solid gray; */
	/* border-radius: 4px; */
	font-family: Pretendard;
	font-weight: 500;
	font-size: small;
	
}

/*확인취소버튼*/
#btn_city_accept{
	background: #1f61b9;	
}
#btn_city_cancle{
	background: #f5f5f5;	
}
	
.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white; /* 삼각형 색상 */
    position: relative;
    top: -26px;
    left: 60px;
}	
	

/*정읍 스크롤바*/
.scroll-box .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}