@charset "utf-8";
/* CSS Document */


/*글씨방향*/
.AL { text-align: left !important; }
.AR { text-align: right !important; }
.AC { text-align: center !important; }

.ol-scale-line{display: none;} 

#loading  {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0); 
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    text-align: center;
}

#loading .loadText {
    color: floralwhite;
    top: 48.5%;
    position: relative;
    font-size: 18px;
}


#loading .loader {
z-index : 1001;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* #loading div { margin-top: 260px; font-family: 'notokr-bold'; font-size: 20px; color: #0054a6; } */


.zoomPart div{
    position: absolute;
    width: 6px;
    height: 10px;
    margin-top: -10px;
    cursor: pointer;
    border-bottom: 1px solid darkgray;
}

.zoomText {
    margin: 20px 0px 0px -30px;
    background-size: 515px 26px;
    width: 30px;
    height: 126px;
}

.zoomText div {
    position: absolute;
    width: 29px;
    left: 0px;
    height: 15px;
    margin: -6px 0px 0px;

}



.tooltip {
  position: relative;
  background: rgba(0, 0, 0, 1);
  border-radius: 4px;
  color: white;
  font-size: 9pt;
  font-family: auto;
  font-weight: bold;
  text-align: left;
  padding: 4px 8px;
  opacity: 0.6;
  white-space: nowrap;
}
.tooltip-measure {
/*   opacity: 1; */
  background-color: #ff0101; /* #ffcc33 */
/*   color: black; */
  color: white;
  font-size: 9pt;
  font-family: auto;
  font-weight: bold;
  border: 1px solid white;
  opacity: 0.7;
}
.tooltip-static {
  background-color: #ff0101; /* #ffcc33 */
/*   color: black; */
  color: white;
  font-size: 9pt;
  font-family: auto;
  border: 1px solid white;
  opacity: 0.7;
}
.tooltip-static-blue {
  background-color: blue;
/*   color: black; */
  color: white;
  font-size: 9pt;
  font-family: auto;
  border: 1px solid white;
  opacity: 0.7;
}
.tooltip-measure:before,
.tooltip-static:before,
.tooltip-static-blue:before {
  border-top: 6px solid rgba(0, 0, 0, 1);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.tooltip-static:before {
  border-top-color: #ff0101; /* #ffcc33 */
}
.tooltip-static-blue:before {
  border-top-color: blue; /* #ffcc33 */
}

.tooltip-static button{cursor:pointer; position:absolute; width:20px; height:20px; border:1px solid #fff; background:url(../images/icon_close_gray.png) no-repeat center #848b95; right:-14px; top:4px; border-radius:20px;}




.leaflet-control-buttongroup-geolocate-marker {
    background: none;
}

.leaflet-control-buttongroup-geolocate-marker-circle {
    background-color: #00f;
    border-radius: 9999rem;
    height: .9375rem;
    position: relative;
    width: .9375rem;
}

.leaflet-control-buttongroup-geolocate-marker-pulse {
    -webkit-animation: utilGeolocateMarkerPulse 1.2s ease-in-out infinite;
    animation: utilGeolocateMarkerPulse 1.2s ease-in-out infinite;
    background-color: #9ef;
    background-image: radial-gradient(#9ef,#09f);
    border-radius: 9999rem;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

@-webkit-keyframes utilGeolocateMarkerPulse {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes utilGeolocateMarkerPulse {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}


.dis_tip_lg{ position: absolute; padding: .6rem 1.5rem; background: #fff; border: 1px solid #246BEB; border-radius: .5rem; display: none;}
.dis_tip_lg span{ font-size: 1.5rem; margin-right: .6rem;}
.dis_tip_lg b{ font-size: 1.5rem; font-weight: 500; color: #246BEB;}
.dis_tip_lg em{ font-size: 1.3rem; margin-left: .2rem;}
.dis_tip_lg p{ font-size: 1.3rem; border-top: 1px solid #ced4da; padding-top: .4rem; margin-top: .4rem;}

.dis_tip_sm{ position: absolute; background: #246BEB; border-radius: .5rem; padding: .6rem 1rem; color: #fff; font-size: 1.5rem; font-weight: 500; text-align: center; display: none;}
.dis_tip_sm em{ font-size: 1.2rem; font-weight: 300; margin-left: .3rem;}

.dis_tip_md{ position: absolute; padding: .6rem 4rem .6rem 1.5rem; background: #fff; border: 1px solid #246BEB; border-radius: .5rem; display: none;}
.dis_tip_md span{ font-size: 1.5rem; margin-right: .6rem;}
.dis_tip_md b{ font-size: 1.5rem; font-weight: 500; color: #246BEB;}
.dis_tip_md em{ font-size: 1.5rem; margin-left: .2rem;}
.btn_distipm_close{ position: absolute; top: 1.2rem; right: 1.5rem; width: 1.3rem; height: 1.3rem; background: url("../images/mesureTool/btn_noti_pop_close.svg") no-repeat;}


/* 로더 오버레이 내부에만 영향을 미치도록 범위 제한 */
#loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
    cursor: not-allowed; /* 이 줄을 추가합니다. */
}

#loaderOverlay.hidden {
    opacity: 1;
    pointer-events: none;
}

#loaderOverlay .loader-wave-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 50px;
}

#loaderOverlay .loader-bar {
    width: 8px;
    height: 40px;
    background-color: #3498db;
    transform-origin: bottom;
    animation: wave-animation 1.2s infinite ease-in-out;
    border-radius: 2px;
}

#loaderOverlay .loader-bar:nth-child(1) {
    animation-delay: 0s;
}
#loaderOverlay .loader-bar:nth-child(2) {
    animation-delay: 0.1s;
}
#loaderOverlay .loader-bar:nth-child(3) {
    animation-delay: 0.2s;
}
#loaderOverlay .loader-bar:nth-child(4) {
    animation-delay: 0.3s;
}
#loaderOverlay .loader-bar:nth-child(5) {
    animation-delay: 0.4s;
}

#loaderOverlay .loading-text {
    color: white;
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

/* 애니메이션은 전역에 선언해도 괜찮지만, 필요한 경우 네임스페이스화 가능 */
@keyframes wave-animation {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        background-color: #3498db;
    }
    20% {
        transform: scaleY(1.0);
        background-color: #2ecc71;
    }
}