.border-white {
    border: 1px solid white;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.header {
    z-index: 999 !important;
}

.text-blue {
    color: #3366AA !important;
}

.text-green {
    color: #3b6e3a !important;
}

.border-radius-16 {
    border-radius: 16px;
}

.map-container {
    display: flex;
}

.map-search-condition {
    width: 280px;
    height: calc(100vh - 66px);
}

.map-search-result {
    width: 250px;
    height: calc(100vh - 66px);
    display: none;
}

.condition-category,
.condition-area {
    position: relative;
}

.i-clear {
    position: absolute;
    z-index: 9;
    top: 3px;
    right: 68px;
    cursor: pointer;
}

.condition-category .divCategory {
    display: none;
    position: absolute;
    z-index: 999;
    left: 100px;
    top: 0px;
    width: calc(100vw - 220px);
    max-height: calc(100vh - 200px);
    padding: 10px 0;
    overflow-y: scroll;
    background-color: floralwhite;
}

.condition-category .divCategory::scrollbar {
    width: 5px;
    height: 5px;
    background-color: floralwhite;
}

.condition-category .divCategory::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: floralwhite;
}

.condition-category .divCategory::-webkit-scrollbar-thumb {
    background-color: #dad8ce;
    border-left: dashed 1px floralwhite;
    border-radius: 5px;
}

.condition-category .divCategory::scrollbar {
    width: 5px;
    height: 5px;
    background-color: floralwhite;
}

#divArea {
    display: none;
    position: absolute;
    z-index: 999;
    left: 100px;
    top: -100px;
    padding: 10px;
    width: 440px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}

#ulArea li {
    position: relative;
    width: 140px;
    height: 24px;
    line-height: 24px;
}

#ulArea li a {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ulArea li ul {
    position: absolute;
    z-index: 1999;
    left: 139px;
    top: 0px;
}

#ulArea a:hover {
    color: #782926;
}

#areaTypeListSection>li {
    margin: 6px 0 0 0;
}

#areaTypeListSection li ul {
    display: block;
    border-top: solid 1px #DEE2E6;
}

.typeListSection::scrollbar {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
}

.typeListSection::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
}

.typeListSection::-webkit-scrollbar-thumb {
    background-color: #dad8ce;
    border-left: dashed 1px #dad8ce;
    border-radius: 4px;
}

.section-tree-area {
    min-height: 1px;
}

.list-result-data {
    height: calc(100% - 120px);
    overflow-y: scroll;
    background-color: beige;
}

.list-result-data::scrollbar {
    width: 4px;
    height: 4px;
    background-color: beige;
}

.list-result-data::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: beige;
}

.list-result-data::-webkit-scrollbar-thumb {
    background-color: darkkhaki;
    border-left: dashed 1px darkkhaki;
    border-radius: 4px;
}

.list-result-data li {
    margin: 16px 0 0 0;
}

.list-result-data p {
    padding: 0px;
    margin: 0px;
}

.list-result-data li p:first-child {
    color: #3366AA;
}

.list-result-data li p:last-child {
    color: rgba(0, 0, 0, 0.5);
}

#mapDiv {
    /* width: calc(100vw - 530px); */
    height: calc(100vh - 66px);
}


/* #divResultTips {
    display: none !important;
} */