input[type=range]::-webkit-slider-thumb {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}

div#leafletMap {
    transition-duration: 0s !important;
    width: 100%;
    height: 100%;
    z-index: 0;
}
div#leafletMap .pinBox{
    width: 32px;
    height: 40px;
}
div#leafletMap .pinBox .pinNum{
    font-size: 1.2rem;
}

.map-circle-pin .leaflet-popup-tip-container, .tooltipTrans .leaflet-popup-tip-container {
    display: none !important;
}
div#map_center {
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    z-index: 1000;
}
.MapClickMenu{
    font-family: "Pretendard", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
.addr-marker .mapMarkerInfo h1{
    font-family: "Pretendard", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    margin-block-start: -4px !important;
    margin-block-end: -5px !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}
.addr-marker .mapMarkerInfo p{
    font-family: "Pretendard", Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    margin-block-start: 0 !important;
    margin-block-end: -4px !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}
.map-circle-pin div.leaflet-popup-content {
    width: 0px !important;
}
.map-circle-pin div.leaflet-popup-content-wrapper{
    box-shadow: none !important;
    background: none !important;
}

.map-circle-pin .leaflet-popup-content-wrapper {
    border-radius: 0.8rem;
}

a.leaflet-popup-close-button {
    background-image: url('../../images/btnClose20.svg');
    background-size: contain;
    cursor: pointer;
}
.map-intersect-wrap a.leaflet-popup-close-button {
    top: 1.2rem;
    right: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
}

div.leaflet-popup-content {
    font-size: 1.4rem;
}

div.leaflet-tooltip {
    /* font-size: 1.2rem; */
    text-align: center;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
    font-size: 1.4rem;
    color: #2D2D2D;
}

path.leaflet-interactive:focus {
    outline: none;
}

.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;
}
.videoBox .arrow{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 2.5rem;
}
.circleImg{
    width: 100%;
    height: 30rem;
    position: relative;
    overflow: hidden;
}
.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;
}

/* 맵 내부 버튼은 hover 스타일 변경 */
.mapContainer button:hover {
    background-color: #F9F9F9;
    color: revert;
}
.mapContainer button.activeBtn {
    background-color: rgba(36, 107, 235, 0.8) !important;
    color: #fff !important;
}
.mapContainer button.activeBtn.loading {
    pointer-events: none;
    background-color: #999999 !important;
    color: #fff !important;
}
.mapContainer button.activeBtn img {
    width: 1.2rem;
    display: none;
}
.mapContainer button.activeBtn.loading img {
    display: unset;
}

/* 중첩 마커 목록 팝업 스타일 */
.map-intersect-wrap .leaflet-popup-content {
    margin: 10px;
}
.map-intersect-popup {
    width: 22rem;
    background-color: #fff;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    /* gap: 1rem; */
}

.map-intersect-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0;
}

.map-intersect-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.map-intersect-list-wrapper {
    max-height: 16rem;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-gutter: stable;
}

.map-intersect-group-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.map-intersect-group {
    border: 0.1rem solid #e6ebf2;
    border-radius: 0.8rem;
    overflow: hidden;
}

.map-intersect-group .themeInfo {
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1rem;
    cursor: pointer;
    background-color: #f7f9fc;
}

.map-intersect-group .themeInfo .textArea {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.map-intersect-group .themeInfo .map-intersect-group-title {
    font-size: 1.4rem;
    color: #222;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    min-width: 0;
}

.map-intersect-group .themeInfo .map-intersect-group-title-text {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-intersect-group .themeInfo .map-intersect-group-count {
    flex: 0 0 auto;
    white-space: nowrap;
}

.map-intersect-group .dropdownBtn {
    flex: 0 0 2.4rem;
}

.map-intersect-group .dropdownMenu {
    display: none;
    background-color: #fff;
    padding: 0 0.8rem;
}

.map-intersect-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.map-intersect-item {
    font-size: 1.4rem;
    padding: 0.8rem 0.4rem;
    border-top: 0.1rem solid #f0f0f0;
    /* 한줄 말줄임 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.map-intersect-item:last-child {
	border-bottom: 0.1rem solid #f0f0f0;
}

.map-intersect-item:hover, .map-intersect-item.hover {
    cursor: pointer;
    background-color: #f8f9fa;
    color: #3447D2;
}

.map-intersect-wrap .map-intersect-list .detailRow {
    list-style: none;
    background-color: #fbfbfb;
    border-top: 0.1rem solid #f0f0f0;
    border-bottom: 0.1rem solid #f0f0f0;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailContent {
    position: relative;
    padding: 0.5rem;
}

.map-intersect-wrap .map-intersect-list .detailRow .closeDetail {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 0.2rem;
    right: 0.8rem;
    width: 2rem;
    border: none;
    background: none;
    font-size: 2rem;
    cursor: pointer;
    color: #717171;
    line-height: 1;
}

.map-intersect-wrap .map-intersect-list .detailRow .closeDetail:hover {
    color: #1d1d1d;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailTitle {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 0;
    color: #1d1d1d;
    padding-right: 2.8rem;
    margin-top: 1rem;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailAddr {
    font-size: 1.3rem;
    color: #717171;
    margin-bottom: 1.2rem;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailDesc {
    font-weight: 500;
    font-size: 1.3rem;
    color: #1d1d1d;
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    word-break: keep-all;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailDesc:last-child {
    margin-bottom: 0;
}

.map-intersect-wrap .map-intersect-list .detailRow .detailDesc span {
    font-weight: 300;
    color: #2D2D2D;
}

.mapSelectPlusBtnWrap {
    width: 100%;
    margin-top: 1rem;
}

.mapSelectPlusBtn {
    width: 100%;
    background-color: transparent;
    color: rgba(36, 107, 235, 0.8) !important;
    border: 1px solid rgba(36, 107, 235, 0.8);
    padding: 0.6rem;
    font-size: 1.6rem;
    font-weight: 600;
}

#maploading-msg {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    height: 7rem;
    font-size: revert;
    font-weight: 600;
    text-align: center;
    line-height: 7rem;
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    #maploading-msg {
        font-size: 1.5rem;
        line-height: 1.5;
        padding-top: calc((7rem - 4.5rem) / 2);
        padding-bottom: calc((7rem - 4.5rem) / 2);
        box-sizing: border-box;
    }
    #maploading-msg .mobile-line {
        display: block;
    }
}

.map_addArea .addTxtInput {
    padding: 0px 0.8rem;
    flex-grow: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 500;
    background: transparent;
    border: medium;
    outline: none;
    width: 100%;
    margin-top: 0px;
}

/* 이미지 크게 보기 */
span.ir {display:block; overflow:hidden; width:0!important; height:0!important; border:0!important;}
.spopbg {position:absolute; left:0px;top:0px;width:100%; height:100%;background:rgba(0,0,0,0.3)}

.cdi_spop2 {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0%;
    transform: translateY(0%);
    /* left: 50%; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    /* margin-left: -300px; */
    /* border: 1px solid #425881; */
    z-index: 2000;
}

.cdi_spop2 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 포지션 */
.cdi_spop2 img {
    /* width: 100%; */
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
}

.cdi_spop2 .img_close {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
}

.cdi_spop2 .img_close #btnRight {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-image: url("https://map.seoul.go.kr/smgis2/file/imgs/btn/close6.png");
}

.cdi_spop2 .img_close #btnLeft {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    background-image: url("https://map.seoul.go.kr/smgis2/file/imgs/btn/close6.png");
}

.cdi_spop2 .img_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 30;
}

.cdi_spop2 .img_arrow li .prev {
    float: left;
    width: 23px;
    height: 42px;
    margin-left: 10px;
    background-size: 23px 42px;
    background-image: url("https://map.seoul.go.kr/smgis2/file/imgs/btn/prev.png") !important;
}

.cdi_spop2 .img_arrow li .next {
    float: right;
    width: 23px;
    height: 42px;
    margin-right: 10px;
    background-size: 23px 42px;
    background-image: url("https://map.seoul.go.kr/smgis2/file/imgs/btn/next.png") !important;
}

.swiper-button-disabled {
    display: none;
}

@media (max-width:991px) {
    .cdi_spop2 {
        position: absolute;
        top: 0%;
        transform: translateY(0%);
        left: 0;
        width: 100%;
        margin-left: 0;
        /* border: 1px solid #425881; */
        z-index: 2000;
    }

    /* 모바일 */
    /* 포지션 */
}