

/* 맵 컨트롤 Div */
div#map_control {
    bottom: 1rem;
    position: absolute;
    display: flex;
    width: 4.2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2px;
    margin:0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0.8rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    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.20);
}
.map_group2>ul {
    float: right;
    border: none;
}

/* 맵 컨트롤 추가사항 있을수 있으니 남겨둡니다. 확정되면 지우겠습니다.*/

/* 지도 시각화 아이콘 스타일 */
.mapControlIcon {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    background-color: #ffffff;
}

img.mapControlIcon {
    width: 2.5rem !important;
}

.visualMapBtn.on {
    background-color: #3a48c8;
}
.visualMapBtn.on circle {
    stroke: #fff;
}
.visualMapBtn.on rect {
    fill: #fff;
}

.clusterBtn.on {
    background-color: #3a48c8;
}
.clusterBtn.on circle {
    fill: #fff;
    stroke: #fff;
}

.mapContainer .kwLegendWrap, .mapContainer .swipeWrap {
    position: absolute;
    right: 5.8rem;
    bottom: 1rem;
    padding: 1.2rem;
    background-color: #fff;
    border-radius: 0.8rem;
    z-index: 901;
    height: auto;
}

.mapContainer .kwLegendWrap .btnClose, .mapContainer .swipeWrap .btnClose {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    z-index: 3;
}

.mapContainer .kwLegendWrap .swipeUl, .mapContainer .swipeWrap .swipeUl {
    display: flex;
}

.mapContainer .kwLegendWrap .swipeUl li, .mapContainer .swipeWrap .swipeUl li {
    margin: 0.5rem;
}

.mapContainer .kwLegendUl {
    max-height: 32rem;
    overflow-y: auto;
    width: 15rem;
}

.mapContainer .kwLegendUl li {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0.5rem;
}

.mapContainer .kwLegendUl li img {
    width: 2.4rem;
    position: relative;
    left: -1px;
    top: 0px;
}

.mapContainer .kwLegendUl li span {
    font-size: 1.3rem;
    line-height: 120%;
}

.mapContainer .visualMapWrap {
    width: auto;
    bottom: auto;
    min-height: 8rem;
    height: auto;
    padding: 1rem;
    box-sizing: border-box;
}

.mapContainer .visualMapWrap .kwLegendUl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    box-sizing: border-box;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    width: 7rem;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn img:not(.checkBtn) {
    width: 7rem;
    height: 7rem;
    object-fit: contain;
    display: block;
    align-self: center;
    margin: 0 auto;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn .checkBtn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    border-radius: 0.8rem;
    z-index: 10;
    white-space: pre-line;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn .check {
    margin-top: 0.75rem;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    word-break: keep-all;
    white-space: normal;
    overflow: visible;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn.on .checkBtn {
    display: block;
}

.mapContainer .visualMapWrap .kwLegendUl .map_visualBtn.on .check {
    color: #3447d2;
    font-weight: 600;
}

.mapContainer .visualMapWrap .tit {
    margin-bottom: 1rem;
}

.mapContainer .guMapWrap {
    .inputWrap{
        width:24rem;
        .guBtnGroup{
            padding:1rem 0 0;
            label{
                width:22%
            }
        }
    }
}

.visualmap {position:absolute; bottom:50px; left:8px;z-index:10;font-size:12px; color:#000; letter-spacing:-0.5px; transition:all 0.3s ease 0s !important;}
.visualmap .bg {padding:1.2rem; width:210px; -webkit-box-shadow:1px 1px 1px #666; box-shadow:1px 1px 1px #666;margin-bottom: 0;align-items: center;gap: 0.4rem;background-color: #fff;border-radius: 0.4rem;box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);}
.visualmap .bg .tit{margin-bottom:0.8rem;}
.visualmap .btn {width:auto;}
.visualmap .btnX {cursor: pointer;}
.visualmap .bg li.bx {float:left; width:100%; height:23px; margin:2px 0;line-height:23px;}
.visualmap .bg li.bx span {padding:6px 2px 0 0; font-size:12px; color:#fff; font-weight:500;}
.visualmap .bg .colorPalette,#detailColorPalette .colorPalette{cursor:pointer;float:left;width:20px;height:20px;border-radius:20px;margin:5px 2px;}
.visualmap input[type=range]{width:190px;margin:5px;vertical-align:text-bottom;}
.visualmap .bg .settingBtnWrap{text-align:center;margin:auto; margin-top:15px;}
.visualmap .bg .settingBtnWrap .resetBtn{cursor:pointer;width:50px;border: 1px solid #5976ae;padding: 3px;margin:5px; border-radius: 3px; background-color: #fff; font-size: 12px; color: #6789ca; letter-spacing: -0.5px; transition: all 0.3s ease 0s !important; cursor: pointer;}
.visualmap .bg .settingBtnWrap .settingBtn{cursor:pointer;width:50px;border: 1px solid #5976ae;padding: 3px;margin:5px; border-radius: 3px; background-color: #6789ca; font-size: 12px; color: #fff; letter-spacing: -0.5px; transition: all 0.3s ease 0s !important; cursor: pointer;}
.visualmap .bg .settingBtnWrap .infoBtn{cursor:pointer;width:50px;border: 1px solid #21365F;padding: 3px;margin:5px; border-radius: 3px; background-color: #2E4C84; font-size: 12px; color: #fff; letter-spacing: -0.5px; transition: all 0.3s ease 0s !important; cursor: pointer;}
.visualmap .legend_btn {margin-left:auto; margin-top:0; cursor: pointer;padding: 3px; width:auto; background-color: #fff;font-size: 12px;color: #555; border: 1px solid #555; transition: all 0.3s ease 0s !important;cursor: pointer;}

.visualmap .legend_btn.open{ height: 30px;font-weight: 600;}


.visualmap input[type="number"]{
    margin-right: 0.4rem;
    padding:0.8rem;
    width:100%;
    font-size:1.3rem;
    border:1px solid #E4E4E4;
    box-sizing: border-box;
}

.map_control .map_contBtn {
    order: 99;
    flex-shrink: 0;
    margin-top:0.6rem;
    /*padding: 1rem 0;*/
    height: 3rem;
    border: none;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}
.map_control .btn_bx > li img {
    width:3.6rem;
    cursor: pointer;
}

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

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


.map_control.active div {
    display: none;
}



.map_control #zoomLvDiv ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 0.6rem;
    padding:0.8rem 0;
    width: 3.2rem;
    /*background: #fff;*/
    box-sizing: border-box;
    height: 3.2rem;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.12);
}
.map_control #zoomLvDiv ul li a{
    display: block;
    width:2.0rem;
    height: 2.0rem;
}
.map_control #zoomLvDiv ul li.level{
    position: relative;
    width:3.2rem;
    height: 2.4rem;
    font-size: 1.1rem;
}
.map_control #zoomLvDiv ul li.level span {

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

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

.map_control #zoomLvDiv li img {
    height: auto;
    width: auto;
    /*max-width: 100%;*/
}

/*.map_control #zoomLvDiv ul li#map_lvMinus,*/
/*.map_control #zoomLvDiv 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: -1.2rem;
}
.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: -1.2rem;
    transform: translate(-50%, 0);
}

.custom-cluster-icon.hover {
    box-shadow: 0 0 0 0.4rem #fff, 0 0 0 calc(0.4rem + 2px) #3447D2;
    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));
}


/* 자치구 선택 버튼 그룹 */
.inputWrap .guBtnGroup {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    width: 100%;
}

.inputWrap .guBtnGroup > label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22%;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #fff;
}

.inputWrap .guBtnGroup > label:hover {
    border-color: #4a90e2;
    transform: translateY(-0.2rem);
}

.inputWrap .guBtnGroup > label:focus-within {
    border-color: #4a90e2;
    outline: none;
}

.inputWrap .guBtnGroup label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.inputWrap .guBtnGroup label input[type="checkbox"]:checked + span {
    background-color: #3447D2;
    color: #fff;
}

.inputWrap .guBtnGroup label > span {
    display: flex;
    min-height: 3.2rem;
    line-height: 110%;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    margin-bottom: 0.25rem;
    padding: 0.8rem 0.4rem;
    box-sizing: border-box;
    border-radius: 0.4rem;
    background-color: #F9F9F9;
    border: 1px solid #E4E4E4;
    font-size: 1.3rem;
    text-align: center;
    font{
        word-break: break-all;
    }
}

.inputWrap .guBtnGroup label > span:hover {
    border: 2px solid #3447D2;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}

.inputWrap .visually-hidden {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    padding: 0;
    margin: -0.1rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.inputWrap .guSelectedWrap {
    width: 100%;
}

.inputWrap .guSelectedWrap .Detail13gray400 {
    width: 100%;
    padding: 0.8rem 1.2rem;
    background-color: #F8F8F8;
    border-radius: 0.4rem;
    box-sizing: border-box;
}

/* 단계구분도 설정 팝업 */
#divBumryeSet4.spopbg,
.spopbg#divBumryeSet4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20006;
}

#divBumryeSet4 .spop {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 50%;
  width: 390px;
  margin-left: -195px;
  border: 1px solid #49618f;
  background-color: #f7f7f7;
  z-index: 1;
}

#divBumryeSet4 .spop .titles {
  position: relative;
  margin: 14px 14px 0;
  padding: 4px 0 5px;
  border-bottom: 1px solid #6789ca;
  font-weight: 600;
  font-size: 14px;
  color: #6789ca;
}

#divBumryeSet4 .spop .titles span {
  padding-top: 2px;
  border-top: 2px solid #6789ca;
}

#divBumryeSet4 .spop .titles span.close3 a {
  position: absolute;
  top: 1px;
  right: 0;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-image: url(../images/btnClose20.svg);
}

#divBumryeSet4 span.ir {
  display: block;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

#divBumryeSet4 .spop .board6 {
  margin: 3px 14px 0;
}

#divBumryeSet4 .spop .board6 table {
  width: 100%;
}

#divBumryeSet4 .spop .board6 table caption {
  display: none;
}

#divBumryeSet4 .spop .board6 table th {
  padding-top: 9px;
  font-weight: normal;
  font-size: 13px;
  color: #6c6c6c;
  text-align: left;
}

#divBumryeSet4 .spop .board6 table td {
  padding-top: 10px;
  font-size: 12px;
  color: #7c7c7c;
}

#divBumryeSet4 .spop .board6 table td label.txt {
  display: block !important;
  float: left;
  padding: 1px 11px 0 3px;
  font-size: 12px;
  color: #7c7c7c;
}

#divBumryeSet4 .spop .board6 table td input[type="text"] {
  width: calc(100% - 6px);
  height: 24px;
  padding: 0 3px;
  border: none;
  background-color: #d7d7d7;
  font-size: 13px;
  color: #6c6c6c;
}

#divBumryeSet4 .spop .board6 table td input[type="radio"] {
  margin-top: 2px;
}

#divBumryeSet4 .spop .select-script2 {
  position: relative;
  top: 0;
  height: 24px;
  border: none;
  background-color: #d7d7d7;
  font-size: 12px;
  color: #6c6c6c;
  letter-spacing: -0.5px;
  word-spacing: -1px;
}

#divBumryeSet4 .spop .select-script2 label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 0 0 2px;
}

#divBumryeSet4 .spop .select-script2 label:after {
  content: '▼';
  position: absolute;
  top: 0;
  right: 2px;
  width: 18px;
  height: 18px;
  padding-top: 6px;
  font-size: 10px;
  color: #6c6c6c;
  text-align: center;
}

#divBumryeSet4 .spop .select-script2 select {
  width: 100%;
  opacity: 0;
}

#divBumryeSet4 .clear:after {
  display: block;
  content: "";
  clear: both;
}

#divBumryeSet4 .fl {
  float: left !important;
}

#divBumryeSet4 #detailColorPalette .colorPalette {
  cursor: pointer;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 5px 2px;
}

#divBumryeSet4 .small_text {
  font-size: 12px;
}

#divBumryeSet4 input.small_text {
  width: 80px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

#divBumryeSet4 input.small_text:disabled {
  background: #999;
  color: #fff;
}

#divBumryeSet4 .spop .buttons {
  margin: 17px 0 20px;
  text-align: center;
}

#divBumryeSet4 .spop .buttons button {
  width: auto;
}

#divBumryeSet4 .spop .buttons button.save,
#divBumryeSet4 .spop .buttons button.cancel {
  height: 29px;
  margin: 0 3px;
  padding: 0 15px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.3s ease 0s !important;
  cursor: pointer;
  line-height: 29px;
}

#divBumryeSet4 .spop .buttons button.save {
  border: 1px solid #5976ae;
  background-color: #6789ca;
  color: #fff;
}

#divBumryeSet4 .spop .buttons button.save:hover {
  background-color: #5976ae;
}

#divBumryeSet4 .spop .buttons button.cancel {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #676767;
}

#divBumryeSet4 .spop .buttons button.cancel:hover {
  background-color: #e7e7e7;
}

#divBumryeSet4 table {
  width: 100%;
  letter-spacing: -0.5px;
  word-spacing: -2px;
  word-break: break-all;
}

#divBumryeSet4 table td {
  border-bottom: 1px solid #bbb;
  font-size: 12px;
  color: #4b575a;
  line-height: 17px;
}

#divBumryeSet4 table th {
  border-bottom: 1px solid #fff;
  background-color: #5399c4;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  text-align: left;
  word-break: keep-all;
}

#divBumryeSet4 table tr:last-child th,
#divBumryeSet4 table tr:last-child td {
  border-bottom: none;
}

#divBumryeSet4 #boundary_tbl {
  display: contents;
}