#TabThematic .conArea .depthWrap{
    display: none;
}

.popInfo .popCon ul{
    font-size: 12px;
}

.pageBtn.active{
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    color: #fff;
    background-color: #2587da;
    border-radius: 5px;
    border: 1px solid #2587da;
}

#tabPlace .conArea{
    display: none;
}

#myMenuNoList, #myMenuNoListM{
    display: none;
}

.thematicWrap .thematicEmptyText{
    padding: 9px 15px;
    font-size: 13px;
    display: block;
}

#myMenuRenewal .myMenu_list_section {
    max-height:calc(100% - 218px);
    overflow-y:auto;
    overflow-x:hidden;
}
#myMenuRenewal .myMenu_list > li {
    padding:10px 20px;
    border-bottom:1px solid #DDE6EA;
}
#myMenuRenewal .myMenu_list > li > div {
    display:flex;
    position:relative;
    min-height:30px;
    padding-left:35px;
    padding-right:20px;
}
#myMenuRenewal .myMenu_list > li .num {
    display:block;
    position:absolute;
    top:50%; left:0; width:30px;
    height:30px;
    background:url(../images/map_ui/myMenu_star_ico.svg) no-repeat center center;
    text-align:center;
    color:#fff;
    line-height:30px;
    font-size:13px;
    transform:translateY(-50%);
    text-indent:-2px;
}
#myMenuRenewal .myMenu_list > li .menu_txt {
    flex:auto;
    text-align:left;
    font-size:13px;
    word-break:keep-all;
    letter-spacing:-0.01em;
    line-height:18px;
}
#myMenuRenewal .myMenu_list > li .menu_remove {
    display:none;
    position:absolute;
    top:50%;
    right:0;
    width:16px;
    height:16px;
    background:url(../images/map_ui/btn_close.svg) no-repeat center center;
    background-size:12px;
    text-indent:-9999px;
    overflow:hidden;
    transform:translateY(-50%);
}
#myMenuRenewal .myMenu_list_section.modify .myMenu_list > li .menu_remove {
    display:block;
}

#myMenuRenewal .myMenu_btn {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:60px;
    padding:15px 0;
    background:#fff;
    border-top:1px solid #CEDAE0;
    text-align:center;
    box-sizing:border-box;
}
#myMenuRenewal .myMenu_btn button {
    display:none;
    height:30px;
    margin:0 2px;
    padding:0 10px;
    background:#fff;
    border-radius:7px;
    font-size:13px;
    line-height:1;
}
#myMenuRenewal .myMenu_btn .myMenu_add {
    border:1px solid #40a1c8;
    color:#40a1c8;
}
#myMenuRenewal .myMenu_btn .myMenu_modify {
    border:1px solid #aaa;
    color:#aaa;
}
#myMenuRenewal .myMenu_btn .myMenu_reset {
    border:1px solid #454545;
    color:#454545;
}

#myMenuRenewal .no_list{
    padding: 10px 15px;
    text-align: center;
    color: #2587da;
    font-size: 13px;
    word-break: keep-all;
    font-weight: bold;
    white-space: normal;
    line-height: 18px;
    width: 290px;
    box-sizing: border-box;
}

.moGnb_2depth{
    padding: 0 5px;
}

.moGnb_2depth .moGnb2Slider{
    display: flex;
    white-space: nowrap;
    overflow: auto;
    gap: 5px;

}

.moIssuewrap .moIssuelist{
    display: flex;
    overflow: auto;
}

.moGnb_3depth .moGnb3Slider{
    display: flex;
    white-space: nowrap;
    overflow: auto;
}



.scroll-smallThin {
    overflow: auto;
}

.scroll-smallThin::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-smallThin::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-smallThin::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1px;
}

.scroll-hidden {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-hidden::-webkit-scrollbar {
    display: none;
}


#myMenuRenewalM {
    display:none; position:absolute; left:0; top:0; bottom:0; right:0; background:rgba(0,0,0,0.5); z-index:10001;
}
#myMenuRenewalM .myMenu_wrap {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    max-width: 400px;
    padding-bottom:60px;
    background:#F0F5F8;
    box-sizing:border-box;
    font-family:"Noto Sans Korean";
}
#myMenuRenewalM .myMenu_wrap .tit {
    display:block; padding:20px 15px; background:#fff; text-align:center; font-size:20px; line-height:1.2;
}
#myMenuRenewalM .myMenu_wrap .note {
    padding:0 20px; background:#fff;
}
#myMenuRenewalM .myMenu_wrap .note p {
    padding:20px 0; border-top:1px solid #e7e7e7; line-height:18px; text-align:center; color:#777; font-size:13px; word-break:keep-all;
}
#myMenuRenewalM .myMenu_wrap .note > strong {
    color:#0085FF;
}
#myMenuRenewalM .myMenu_wrap .no_list {
    padding:10px 15px; background:#f5f5f5; text-align:center; color:#2587da; font-size:13px; word-break:keep-all;
}
#myMenuRenewalM .myMenu_list_section {
    max-height:calc(100% - 218px); border-top:1px solid #cedae0; overflow-y:auto; overflow-x:hidden;
}
#myMenuRenewalM .myMenu_list > li {
    padding:10px 20px; border-bottom:1px solid #DDE6EA;
}
#myMenuRenewalM .myMenu_list > li > div {
    display:flex; position:relative; min-height:30px; padding-left:35px; padding-right:20px;
}
#myMenuRenewalM .myMenu_list > li .num {
    display:block; position:absolute; top:50%; left:0; width:30px; height:30px; background:url(../images/map_ui/myMenu_star_ico.svg) no-repeat center center; text-align:center; color:#fff; line-height:30px; font-size:13px; transform:translateY(-50%); text-indent:-2px;
}
#myMenuRenewalM .myMenu_list > li .menu_txt {
    flex:auto; text-align:left; font-size:13px; word-break:keep-all; letter-spacing:-0.01em; line-height:18px;
}
#myMenuRenewalM .myMenu_list > li .menu_remove {
    display:none; position:absolute; top:50%; right:0; width:16px; height:16px; background:url(../images/map_ui/btn_close.svg) no-repeat center center; background-size:12px; text-indent:-9999px; overflow:hidden; transform:translateY(-50%);
}
#myMenuRenewalM .myMenu_list_section.modify .myMenu_list > li .menu_remove {
    display:block;
}

#myMenuRenewalM .myMenu_close {
    position:absolute; top:25px; right:20px; width:15px; height:15px; background:url(../images/map/btn_close.svg) no-repeat center center; background-size:15px; text-indent:-9999px; overflow:hidden;
}
#myMenuRenewalM .myMenu_btn {
    position:absolute; bottom:0; left:0; right:0; height:60px; padding:15px 0; background:#fff; border-top:1px solid #CEDAE0; text-align:center; box-sizing:border-box;
}
#myMenuRenewalM .myMenu_btn button {
    height:30px; margin:0 2px; padding:0 10px; background:#fff; border-radius:7px; font-size:13px; line-height:1;
}
#myMenuRenewalM .myMenu_btn .myMenu_add {
    border:1px solid #40a1c8; color:#40a1c8;
}
#myMenuRenewalM .myMenu_btn .myMenu_modify {
    border:1px solid #aaa; color:#aaa;
}
#myMenuRenewalM .myMenu_btn .myMenu_reset {
    border:1px solid #454545; color:#454545;
}

.place_input_div{
    display: none;
}

#placeResultM{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10001;
}

#placeResultM .placeResult_wrap{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F0F5F8;
    box-sizing: border-box;
    font-family: "Noto Sans Korean";
    padding: 20px 10px;
    width: 100%;
    max-width: 400px;
}

.placeResultM .place_result_close{
    width: 15px;
    height: 15px;
    background: url(../images/map/btn_close.svg) no-repeat center center;
    background-size: 15px;
    text-indent: -9999px;
    overflow: hidden;
}

.placeResultM .place_search_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
    margin-bottom: 15px;
    position: relative;
}

.placeResultM .place_search_title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #1D90F4;
}

.placeResultM .placeResultItemHeader{
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 1350px) {
    .contentWrap.open .newsArea{
        bottom : 60px;
    }
}

@media screen and (max-width: 1920px) {
    .contentWrap.open .issueBan {
        top: 60px;
    }

    .DataListWrap .open{

    }
}


.map-overlay{
    width: 300px;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.map-overlay.cluster {
    width:fit-content;
    max-height:200px;
    background:#fff;
    border:1px solid #454545;
    border-radius:3px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    overflow: auto;
}

.map-overlay .map-overlay-title{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
}
.map-overlay .map-overlay-title .title-text{
    font-size: 13px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-left: 10px;
}

.map-overlay .map-overlay-title .title-text::before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    transform: translateY(-50%);
    width: 3px;
    height: 12px;
    background-color: #1D90F4;
}

.map-overlay .map-overlay-title button{
    content: '';
    background:url(../images/main_renew/btn-close.svg) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
}

.map-overlay  .map-overlay-tab{
    display: flex;
    padding: 8px 10px;
    margin-bottom: 5px;
}

.map-overlay .map-overlay-tab [class^=tab-btn-]{
    width: 20px;
    font-weight: bold;
}

.map-overlay .map-overlay-tab .tab-btn-left{
    text-align: left;
}
.map-overlay .map-overlay-tab .tab-btn-right{
    text-align: right;
}

.map-overlay .map-overlay-list{
    display: block;
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.map-overlay .map-overlay-list button{
    background-color: #EEEEEE;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: 500;
    color: #535353;
    white-space: nowrap;
    /*overflow: visible !important;*/
    margin-right: 5px;
}

.map-overlay .map-overlay-list button.active {
    border: 2px solid #007BFF;
    background-color: #EEEEEE;
    color: #535353;
    font-weight: bold;
}


.map-overlay .map-overlay-content{
    padding: 0 10px;
    overflow-y: auto;
    max-height: 200px;
}

.map-overlay .map-overlay-content .tbl_pop{
    margin-top:0;
}

.map-overlay .map-overlay-content-item{
    display: none;
    border-top: 1px solid #3A3A3A;
}

.map-overlay .map-overlay-button{
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.map-overlay .map-overlay-button button{
    padding: 7px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #43425D;
}



.renewalWebRadio{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border: none !important;
}


.subwaySexualAssault{
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 10px;
}

.subwaySexualAssault .search-item{
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
    align-items: center;
}

.subwaySexualAssault .search-item > label{
    width: 50px;
    font-size: 12px;
    font-weight: 500;
}

.subwaySexualAssault .search-item .item-comp{
    flex: 1;
}

.subwaySexualAssault .search-item .item-comp select{
    display: inline-block;
    margin-right: 10px;
    height: 25px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 150px;
}

.subwaySexualAssault .search-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 70px;
    margin-right: 15px;
}

.subwaySexualAssault .search-btn button{
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #1D90F4;
    border-radius: 4px;
    border: 1px solid #1D90F4;
    width: 100%;
    height: 25px;
}

.fallingAccidentRangeDate{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    margin-bottom: 5px;
}

.fallingAccidentRangeDate input{
    font-size: 12px;
    width: 100px;
    height: 25px;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 4px;
}


.mountainResultList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 10px 5px;
}

.mountainResultList > button{
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #f0f0f0;
    color:#495057;
}
.mountainResultList > button:hover{
    filter: brightness(0.8);
}

.mountainResultList > button:active{
    transform: scale(0.97);
}

.mountainResultList > button.active{
    filter: brightness(0.85);
}

.parkResult{
    display: none;
    padding: 5px;
}

.parkResult .parkResultHeader{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 35px;
    background-color: #318a7d;
    color: #FFFFFF;
    border-radius: 4px;
}

.parkResult .parkResultBackBtn{
    position: absolute;
    left: 0;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
}

.parkResult .parkDetail{
    padding: 5px;
}

.parkResultList{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: start;
    padding: 6px;
}

.parkResultList button{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #f0f0f0;
    color:#495057;
    font-size: 13px;
    white-space: break-spaces;
}

.parkResultList > button:hover{
    filter: brightness(0.8);
}

.parkResultList > button:active{
    transform: scale(0.97);
}

.parkResultList > button.active{
    filter: brightness(0.85);
}


.parkDetail table td{
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.resultEmptyMsg{
    padding: 10px;
    font-size: 13px;
    display: flex;
}

#componentSmapResult.open .map_right_panels_btn_wrap {
    display: none;
}


/* 신규추가 - 상세보기 관련 */
.poi-detail-info-window {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    min-width: 280px;
    max-width: 350px;
    box-sizing: border-box;
    font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
    color: #333;
    position: relative;
}

.poi-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.poi-detail-title {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    flex-grow: 1;
    margin-right: 10px;
    margin-top: 10px;
}

.poi-detail-charger-num {
    font-size: 0.85em;
    color: #666;
    white-space: nowrap;
}

.poi-detail-close-btn {
    background: none;
    border: none;
    font-size: 1.5em;
    color: #999;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}
.poi-detail-close-btn::before {
    content: '×';
}
.poi-detail-close-btn:hover {
    color: #333;
}

.poi-detail-body {
    margin-bottom: 15px;
    /*max-height: 200px;*/
    overflow-y: auto;
    padding-right: 5px;
}

.poi-detail-body ul.poi-detail-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.poi-detail-body ul.poi-detail-info-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    line-height: 1.4;
}

.poi-detail-body ul.poi-detail-info-list li .item {
    font-size: 0.9em;
    color: #999;
    flex-shrink: 0;
    width: 60px;
    margin-right: 10px;
}

.poi-detail-body ul.poi-detail-info-list li .name {
    font-size: 1em;
    color: #333;
    font-weight: bold;
    word-break: break-word;
    flex-grow: 1;
}

.poi-detail-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.poi-detail-footer button {
    flex: 1;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.poi-detail-report-btn {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}
.poi-detail-report-btn:hover {
    background-color: #e0e0e0;
}

.poi-detail-move-btn {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #fff;
}
.poi-detail-move-btn:hover {
    background-color: #0056b3;
}

.scroll-smallThin::-webkit-scrollbar {
    width: 6px;
}

.scroll-smallThin::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

.scroll-smallThin::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

.poi-detail-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #ccc;
}

.poi-detail-table th,
.poi-detail-table td {
    /*padding: 10px 8px;*/
    padding: 6px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.poi-detail-table th {
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    width: 100px;
}

.poi-detail-table td {
    color: #222;
}

.poi-detail-header {
    font-size: 17px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}


.reportItems ul li{
    display: flex;
    align-items: center;
}
