.radius_border{box-sizing:unset;border:1px solid #919191;border-radius:5px;}
.custom_movecontrol {box-sizing:unset;position: absolute; bottom: 15px; right: 10px; z-index: 9999; font-family: Arial, sans-serif;}
.arrow-row {box-sizing:unset;display: flex; justify-content: center; margin: 2px 0;}
.custom_movecontrol span {box-sizing:unset;display: inline-block; width: 40px; height: 40px; line-height: 38px; text-align: center; margin: 2px; border: 1px solid #aaa; background-color: white; border-radius: 4px; font-size: 20px; cursor: pointer; user-select: none; box-shadow: 0 1px 2px rgba(0,0,0,0.1); transition: background-color 0.2s, transform 0.1s;}
.custom_movecontrol span:hover {box-sizing:unset;background-color: #e0e0e0; transform: scale(1.05);}
.custom_movecontrol span:active {box-sizing:unset;background-color: #d0d0d0; transform: scale(0.97);}
.custom_typecontrol {box-sizing:unset;position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:9999;font-size:12px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.custom_typecontrol span {box-sizing:unset;display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol .cstmBtn {box-sizing:unset;background:#fff;background:linear-gradient(#fff,  #e6e6e6);}       
.custom_typecontrol .cstmBtn:hover {box-sizing:unset;background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.custom_typecontrol .cstmBtn:active {box-sizing:unset;background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}    
.custom_typecontrol .selected_cstmBtn {box-sizing:unset;color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.custom_typecontrol .selected_cstmBtn:hover {box-sizing:unset;color:#fff;}   
.custom_zoomcontrol {box-sizing:unset;position:absolute;top:50px;right:10px;width:36px;height:80px;overflow:hidden;z-index:9999;background-color:#f5f5f5;} 
.custom_zoomcontrol span {box-sizing:unset;display:block;width:36px;height:40px;text-align:center;cursor:pointer;}     
.custom_zoomcontrol span img {box-sizing:unset;width:15px;height:15px;padding:12px 0;border:none;}             
.custom_zoomcontrol span:first-child{box-sizing:unset;border-bottom:1px solid #bfbfbf;}     