* {
  margin: 0;
  padding: 0;
}
html,
body {
  /* height: 100lvh; */
  height: 100%;
}

.map_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.radius_border {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
}

.background {
  background-color: rgba(255, 255, 255, 0.95);
}

.custom_file {
  position: absolute;
  top: 4px;
  right: 180px;
  height: 32px;
  overflow: hidden;
  margin: 0;
  padding: 4px;
  z-index: 1;
  visibility: hidden;
}
.control_view {
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: calc(100% - 4px - 4px);
  z-index: 1;
  padding: 4px;
  display: flex;
  transition: all .2s ease-in-out;
}

.access_location {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 1px 3px 5px;
  cursor: pointer;
  background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png)
    no-repeat -150px -450px;
}
.access_location:hover {
  background-position: -150px -400px;
}
.screen_out {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.coach_accessLocaiton {
  display: none;
  overflow: hidden;
  position: relative;
  top: 2px;
  right: 56px;
  width: 52px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_coachMark.png)
    no-repeat 0 -40px;
  text-indent: -9999px;
}
.access_location:hover .coach_accessLocaiton {
  display: block;
  z-index: 99;
}
.custom_filter_teachers {
  overflow-y: auto;
  padding: 4px;
  z-index: 1;
  visibility: hidden;
}

#dropzone_message {
  position: absolute;
  top: 48px;
  right: 180px;
  width: 366px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  padding: 40px;
  z-index: 2;
  font-size: x-large;
  visibility: hidden;
}
a {
  text-decoration: none;
}
.fi {
  font-size: 0.8em;
}

.toggle_button {
  width: 24px;
  height: 40px;
  margin-left: 3px;
  padding: 4px;
  background-color: #aaa;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hidden {
  right: -122px;  /* -74px */
}
div:has(> div > .infowindow) {
  border-radius: 6px;
  box-shadow: 0px 2px 8px 0px rgba(118,129,168,0.5);
}
.infowindow {
  padding: 4px;
  white-space: nowrap;  /* 글자 내려가는 것 방지 */
}
.count {
  font-size: .8rem;
}
.girl {
  color: #f42cf4;
  /* color: #ff99cc; */
}
.boy {
  color: #307fd1;
  /* color: #66ccff; */
}