@charset "UTF-8";

#map-div {
    fill: #ffffff;
}
#states path {
    fill: #585858b9;
    stroke: #ffffff;
    stroke-width: 1px;
}

#states path:hover {
    fill: #365c8d;
}

#states .active {
    fill: #4676b5;
}

#states .activeDetail {
    fill: #4676b5;
}

#states path {
    cursor: pointer;
}

#states text {
    cursor: pointer;
    font-size: 12px;
    fill: #fff;
}

#map-detail-div {
    fill: #ffffff
}
#states_detail path {
    fill: #4676b5;
    stroke: #ffffff;
    stroke-width: 1px;
}

#states_detail .activeDetail {
    fill: #4676b5;
}

#states_detail path {
    cursor: pointer;
}

#states_detail text {
    cursor: pointer;
    font-size: 12px;
    fill: #fff;
}

#map-province {
    position: absolute;
    left: 16px;
    width: 250px;
    background: #fff;
    z-index: 2;
}

#map-province-detail {
    position: absolute;
    width: 250px;
}

.sticky-head1 {
    position: sticky;
    top: 0;
}

.sticky-head2 {
    position: sticky;
    top: 0;
    background-color: beige;
}