html,
body,#map_bg {
  width: 100%;
  height: 100%;
}
#loader-bg {
  display: grid;
  height: 100%;
  place-items: center;
  text-align: center;
}
#map, #map_canvas, #map_bg {
    box-sizing: border-box;
    height: 320px;
    margin: 20px auto;
    max-width: 100%;
	width: 100%;
}
#loader img{
    margin: 20px auto;
    max-width: 32px;
    width: 100%;
}
@media only screen and (min-width: 751px) {
    #map_canvas, #map_bg {
        height: 640px;
    }
}
</style>
<style>
.member_list table th a {
    padding: 0;
}
.member_list table th .com_name {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(-117deg, rgba(81, 18, 127, 1) 0%, rgba(160, 30, 140, 1) 100%);
    font-weight: 400;
    padding: 29px 30px 29px 24px;
    position: relative;
    display: block;
}
