div#charmLeafletMap {
  transition-duration: 0s !important;
  width: 100%;
  height: 100%;
}

div#map_center {
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  z-index: 1000;
}

div.leaflet-popup-content {
  width: 0px !important;
}

div.leaflet-popup-content-wrapper {
  box-shadow: none !important;
  background: none !important;
}

.goSeoulBtn {
  position: absolute;
  top: 3rem;
  left: 50%;
  width: auto;
  border-radius: 2rem;
  border: 1px solid #0098ff;
  cursor: pointer;
  background-color: #fff;
  z-index: 900;
  padding: 1rem 2.5rem;
  color: #0098ff;
  font-weight: 600;
  transform: translate(-50%, 0px);
}

.goSeoulBtn:hover {
  background-color: #0098ff;
  color: #fff;
}

#circleImg {
  width: 100%;
  height: 30rem;
  overflow: hidden;
  margin-top: 2rem;
}

#circleImg .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 30rem;
}

#circleImg .contImg {
  width: 50rem;
  height: 100%;
  flex: 0 0 100%;
}

#circleImg .prev, #circleImg .next {
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  cursor: pointer;
}

#circleImg .prev {
  left: 0.6rem;
}

#circleImg .next {
  right: 0.6rem;
}

.curve-line {
  fill: none;
  pointer-events: none;
}
.flowing-line {
  stroke: rgba(30, 200, 0, 0.3); /* 흐릿한 네이버 초록색 */
  stroke-width: 5;
  fill: none;
}

.flowing-line {
  stroke: #FFF;
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 30 1000;  /* 30px만 보이고 나머지는 투명 */
  stroke-dashoffset: 0;
  animation: dash-flow 2s linear infinite;
}

@keyframes dash-flow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1030;  /* 전체 dasharray 길이만큼 이동 */
  }
}

.flowing-line {
  stroke: #FFF;
  stroke-width: 6;
  fill: none;
  stroke-dasharray: 30 1000;  /* 30px만 보이고 나머지는 투명 */
  stroke-dashoffset: 0;
  animation: dash-flow 2s linear infinite;
}

@keyframes dash-flow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1030;  /* 전체 dasharray 길이만큼 이동 */
  }
}
#visitKrWrap{
  position: absolute;
  width: 32rem;
  height: 100%;
  top: 0rem;
  left: 36.4rem;
}

.route-line.shadow {
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 0.5px #fff);
}

.route-del-icon {
  background: transparent;
}

.route-del-marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background-color: #eee;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

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