.mb0 {margin-bottom: 0px}
.pb0 {padding-bottom: 0px}
.mpb0 {margin-bottom: 0px; padding-bottom: 0px;}
.radius_border {border:1px solid #919191;border-radius:5px;}
.custom_typecontrol {position:absolute;top:70px;right:30px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.custom_typecontrol span {display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol .map_btn {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}
.custom_typecontrol .map_btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.custom_typecontrol .map_btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}
.custom_typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.custom_typecontrol .selected_btn:hover {color:#fff;}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}