@charset "EUC-KR";

.context-menu {
	 top: 0;
	 left: 0;
	 margin: 0;
	 padding: 0;
	 display: none;
	 list-style: none;
	 position: absolute;
	 z-index: 1000000;
	 background-color: #ecf0f1;
	 border-bottom-width: 0px;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	 box-shadow: 0 3px 6px 0 rgba(51, 51, 51, 0.2);
	 border-radius: 4px;
}
 .context-menu--active {
	 display: block;
}
 .context-menu__item {
	 display: flex;
	 color: #333;
	 cursor: pointer;
	 padding: 5px 15px;
	 align-items: normal;
}
 .context-menu__item:hover {
	 background-color: #007aff;
	 color: #fff;
}
 .context-menu li:first-of-type {
	 margin-top: 4px;
}
 .context-menu li:last-of-type {
	 margin-bottom: 4px;
}


.context_menu_icons_1{
	position: relative;
	width: 30px;
	height: 30px;
	left: -10px;
	background-image: url("/assets/image/screen/icon_map_hub.svg");
	background-repeat: no-repeat;
}
.context_menu_icons_2{
	position: relative;
	width: 30px;
	height: 30px;
	left: -10px;
	background-image: url("/assets/image/screen/icon_map_branch.svg");
	background-repeat: no-repeat;
}
.context_menu_icons_3{
	position: relative;
	width: 30px;
	height: 30px;
	left: -10px;
	background-image: url("/assets/image/screen/icon_map_desti.svg");
	background-repeat: no-repeat;
}