.gh_blocks__map_image {
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gh_blocks__map_image .image {
  cursor: pointer;
  flex-shrink: 0;
  width: 1982px;
  height: 523px;
  filter: grayscale(0.5);
  transition: all 0.3s;
}
.gh_blocks__map_image .image.wg1 {
  background: url("image/map-wg1.png") -100px 0px;
}
.gh_blocks__map_image .image.wg2 {
  background: url("image/map-wg2.png") -105px 0px;
}
.gh_blocks__map_image .image:hover {
  filter: grayscale(0);
}
.std_ui_layer__main[instance='gh/map'] {
  z-index: 10000;
}
