@charset "UTF-8";
/* 맵 컨트롤 Div */
div#map_control {
  z-index: 2000;
  bottom: 2rem;
  position: absolute;
  display: flex;
  width: 4.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  margin: 0;
  border-radius: 3px;
  right: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  transition: 0.1s;
}

div.map_group2 {
  position: relative;
  margin-top: 5px;
  /*border: 1px solid #4f97c3;*/
}

div#map_control .breakLine {
  display: block;
  margin: 0 auto;
  width: 3.8rem;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.map_group2 > ul {
  float: right;
  border: none;
}

.map_control .map_contBtn {
  margin-top: 0.6rem;
  /*padding: 1rem 0;*/
  height: 3rem;
  border: none;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
}

.map_control .btn_bx {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* 버튼 간격 */
  padding-top: 8px;
  justify-content: center;
}

.map_control .btn_bx li {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  overflow: hidden;
}

.map_control .btn_bx li:active {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 1);
}

.map_control .btn_bx > li img:active {
  /* width: 100%;
  height: 110%; 
  object-fit: cover;*/
  filter: invert(31%) sepia(81%) saturate(2886%) hue-rotate(211deg) brightness(99%) contrast(104%);
}

.map_control .btn_bx li > a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_control.active .map_contBtn svg {
  transform: rotate(180deg);
}

.map_control .btn_bx .btmBannerIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #d2e2fc;
  color: crimson;
  font-weight: bold;
  font-size: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

.mapLegendIcon {
    background-image: url('/resources/images/btnMapCtlLagendOff.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.mapLegendIcon.on {
    background-image: url('/resources/images/btnMapCtlLagendOn.svg');
}

.map_control #zoomLvDiv ul {
  width: 4rem;
  text-align: center;
}

.map_control.active div {
  display: none;
}

/* .map_control ul li.map_lv a{
    display: block;
    width:2.0rem;
    height: 2.0rem;
}
.map_control ul li.map_lv.level{
    position: relative;
    width:3.2rem;
    height: 2.4rem;
    font-size: 1.1rem;
}
.map_control ul li.map_lv.level span {

    font-size:1.1rem;
    font-weight: 500;
    color:#1d1d1d;
    white-space: pre;
}

.map_control ul li.map_lv a {
    text-decoration: none;
}

.map_control li.map_lv img {
    height: auto;
    width: auto;
    max-width: 100%;
} */
/*.map_control ul li#map_lvMinus,*/
/*.map_control ul li#map_lvPlud {*/
/*    padding-top: 2px;*/
/*    border-top: 1px solid #4f97c3;*/
/*    display: list-item;*/
/*}*/

.custom-cluster-icon {
  /* border: 0.4rem solid #fff; */
  box-shadow: 0 0 0 0.4rem #fff;
  border-radius: 0.8rem;
  background-color: #fff;
  top: -1rem;
}

.custom-cluster-icon::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, 0);
}

.custom-cluster-icon.hover {
  box-shadow: 0 0 0 0.2rem #fff, 0 0 0 calc(0.2rem + 2px) #fff;
  transform-origin: center bottom;
  transition: transform 0.3s ease;
}

.custom-cluster-icon.hover::before {
  /* border-top-color: #3447D2; */
}

.custom-cluster-icon .imgBox img {
  border-radius: 0.6rem;
  object-fit: cover;
}

.custom-cluster-icon .numCircle {
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
  padding: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
  background: #fff;
  color: #2D2D2D;
  border-radius: 5rem;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.32));
}

/*# sourceMappingURL=charmMapControl.css.map */
