#find-header-container {
    display: flex;
    height: 67px;
    /*justify-content: space-between;*/
    align-items: center;
    position: absolute;
}

#find-header-container>img {
    width: 57px;
    height: 62px;
}

.find-header-title-container {
    display: flex;
    align-items: center;

    padding-left: 20px;
}

/* map - sample */
.map-container {
    height: calc(100% - 67px);
}

.map-size-controller {
    position: absolute;
    bottom: 81px;
    right: 20px;
    background-color: #ffffff;
    border: 2px solid #00B5E2;
    border-radius: 10px;
    width: 140px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
}

.map-size-controller>button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 24px;
}

.map-size-controller>button:nth-child(1) {
    border-right: 1px solid #00B5E2;
}

.map-size-controller>button:nth-child(2) {
    border-left: 1px solid #00B5E2;
}

.map-size-controller>button>img {
    width: 10px;
}

.map-container>img {
    height: 100%;
    width: 100%;
}

.find-header-title-container>img {
    width: 12px;
    height: 23px;
}

.find-header-title-container>p {
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -0.05em;

    color: #00B5E2;

    padding-left: 15px;
}

.charger-status-info-container {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.charger-status-summary-container {
    display: flex;
}

.charger-status-summary-content-container {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.charger-status-summary-icon-container {
    width: 75%;
    display: flex;
    align-items: center;
}

.charger-status-summary-content-divider {
    width: 1px;
    height: 30px;
    background-color: #999999;
}


.charger-status-summary-content-container>img {
    width: 20px;
}

.charger-status-summary-content-container>p {
    font-size: 9px;
    line-height: 11px;

    color: #545454;
    padding: 5px;

}

.charger-status-info-summary-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.charger-status-info-summary-container>p:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: right;
}

.charger-status-info-summary-container>p:nth-child(2) {
    font-size: 11px;
    line-height: 14px;
    text-align: right;
}

.charger-status-current-location-container {
    padding-left: 7px;
    padding-top: 15px;
}

.charger-status-charger-location-container {
    display: flex;
    align-items: center;
}

.charger-status-charger-location-container>p:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

    color: #545454;
}

.charger-status-charger-location-divider {
    width: 1px;
    height: 10px;
    background-color: #999999;

    margin-left: 8px;
    margin-right: 5px;
}

.charger-status-charger-location-container>p:nth-child(3) {
    font-size: 14px;
    line-height: 18px;

    color: #888888;
}

.charger-status-current-location-address-container {
    padding: 5px 0;
}

.charger-status-current-location-address-container>p {
    font-size: 12px;
    line-height: 15px;

    color: #545454;
}

.charger-status-current-status-container {
    padding: 15px 0;
    padding-left: 7px;
}

.charger-status-current-status-container>p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;

    color: #00B5E2;
}

.to-kakao-navigation-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-left: 7px;
    padding-bottom: 7px;
}

.to-kakao-navigation-btn-container>button {
    background: #00B5E2;
    border-radius: 100px;

    font-size: 14px;
    line-height: 18px;
    font-weight: 500;

    text-align: center;

    padding: 8px 25px;

    color: #FFFFFF;
}

.charger-status-divider {
    height: 1px;
    background: #AFAFAF;
}

.charger-status-list-container {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
}

.charger-status-content-container {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.charger-status-current-charger-status-container {
    min-width: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.charger-status-current-charger-status-container>img {
    width: 25px;
}

.charger-status-current-charger-status-container>p:nth-child(2),
.charger-status-current-charger-status-container>p:nth-child(3){
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #545454;
    margin: 5px 0;
}

.charger-status-current-charger-status-container>p:nth-child(3){
    margin: 0;
    margin-bottom: 3px;
}

.charger-status-current-charger-status-container>p:nth-child(4){
    font-size: 9px;
    line-height: 11px;

    text-align: center;

    color: #545454;
}

.charger-status-current-content-status-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.charger-status-current-content-status-container>img {
    margin-bottom: 10px;
}

.charger-status-current-content-status-container>p {
    font-size: 9px;
    line-height: 11px;
    text-align: center;

    color: #545454;
}

.charger-status-current-content-status-container>p.disabled {
    color: #AFAFAF;
}

.charger-status-chademo-img {
    width: 28px;
    height: 28px;
}

.charger-status-ac-3pin-img {
    width: 31px;
    height: 28px;
}

.charger-status-dc-combo-img {
    width: 18px;
    height: 28px;
}

.charger-status-paid-btn-container {
    display: flex;
    align-items: center;
}

.charger-status-paid-btn-container>button {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;

    text-align: center;

    color: #00B5E2;
    padding: 8px 12px;

    border: 2px solid #00B5E2;
    border-radius: 100px;
}

.charger-status-paid-btn-container>button.disabled {
    color: #999999;
    border: 2px solid #999999;
}


.find-charger-container {
    width: 75vw;
    /*width: 52vw;*/
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.10);
    height: 40px;
    flex-shrink: 0;
    /*position: absolute;*/
    z-index: 200;
    margin: 0 20px 0 0;
}

.find-search-charger-number {
    /*border: 3px solid rgba(0, 181, 226, 0.8);*/
    /*box-sizing: border-box;*/
    /*border-radius: 100px;*/
    /*padding-left: 4px;*/
    /*padding-right: 12px;*/

    /*min-width: 280px;*/
    /*width: 335px;*/
    width: 75vw;
    /*width: 52vw;*/
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 0.5px solid #D9D9D9;
    background: #FFF;
}
.find-search-charger-number-btn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    /*background: #35D1D1;*/
    display: flex;
    align-items:center;
    justify-content:center;

}
.find-search-charger-number-btn>img.charger-no-search {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke-width: 2px;
    stroke: #FFF;
}

.filter-back {
    cursor:pointer;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.10);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    z-index: 200;
    margin: 0 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.layerpop-sido-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.layerpop-sido-popup {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FAFAFA;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: top 0.5s ease-out;
    width: 316px;
    /*height: 450px;*/
    flex-shrink: 0;
}

.layerpop-sido-title-container {
    display: flex;
    justify-content: center
}

.layerpop-sido-title {
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    background: #35D1D1;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 8px 14px 8px 14px;
    display: flex;
    justify-content: center;
    margin: 0 0 12px 0;
}

.layerpop-sigungu-data-container {
    display: flex;
    flex-wrap:wrap;
}

.layerpop-sido-title>span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.layerpop-sigungu-data {
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 8px 7px 8px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 6px 6px 6px;
    width: 80px;
    height: 30px;
    flex-shrink: 0;
}
.layerpop-sigungu-data>span {
    color: #000;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.layerpop-sigungu-data.selected {
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    background: #35D1D1;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    padding: 8px 14px 8px 14px;
    display: flex;
    justify-content: center;
    margin: 6px 12px 6px 0;
    width: 80px;
    height: 30px;
    flex-shrink: 0;
}
.layerpop-sigungu-data.selected>span {
    color: #FFF;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}



/* 충전소 정보 팝업 css */
.layerpop-charge-station-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.layerpop-charge-station-popup {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
    /*background: #FAFAFA;*/
    padding: 20px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
    /*transition: top 0.5s ease-out;*/
    width: 100%;
    height: 90%;
    flex-shrink: 0;

    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
}

.layerpop-my-charge-search-popup>div {
    display: flex;
    padding:0 0 30px 0;
    justify-content:flex-end;
    align-items:center;
}

.layerpop-my-charge-search-popup>p {
    color: #000;
    text-align: justify;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding:0 0 6px 0;
}

.layerpop-my-charge-search-option>label {
    border-radius: 4px;
    border: 0.5px solid #A3A3A3;
    background: #EBEBEB;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    width: 100%;

    color: #A3A3A3;
    text-align: justify;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.layerpop-my-charge-search-option>label.selected {
    border-radius: 4px;
    border: 0.5px solid #35D1D1;
    background: #FFF;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    width: 100%;

    color: #35D1D1;
    text-align: justify;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.layerpop-my-charge-search-popup-close {
    border-radius: 4px;
    background: #35D1D1;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    min-height: 40px;
    flex-shrink: 0;

    color: #FFF;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.layerpop-my-charge-search-calendar-container {
    margin: -20px 0 -20px 0;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* 지도 < 충전소 정보 */
.layerpop-close-container {
    display: flex;
    justify-content: flex-end;
    margin: 0 30px 0 0;
    min-height: 30px;
}

.layerpop-map-charge-info-section {
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    /*height: 74vh;*/
    height: 210px;
    /*width: 95vw;*/
    border-radius: 18px 18px 0 0;
    /*background: #FFFFFF;*/
    bottom: -100%;
    left: 50%;
    /*transform: translateX(-50%);*/
    transform: translate(-50%, -30%);
    backdrop-filter: blur(6px) saturate(180%);
    box-shadow: 0 1px 8px #0000001a;
    z-index: 2000;
    /*overflow-y: scroll;*/
    display: block;
    transition: top 0.5s ease-out;
}

.layerpop-map-charge-info-container {
    border-radius: 20px 20px 0px 0px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    transition: top 0.5s ease-out;
}


.layerpop-container {
    padding: 0 20px 0 20px;
}

.layerpop-container.charger-detail {
    height: 60vh;
    overflow-y: scroll;
}

.layerpop-station-info-container {
    display: flex;
    justify-content: space-between;
    max-height: 140px;
    overflow-y: auto;
}

.layerpop-station-info-content {
    width: 100%;

}

.layerpop-station-info-content-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layerpop-station-info-content-sub-left {
    width: 40%;
}

.layerpop-station-info-content-sub-right {
    width: 60%;
}

.station-charger-type-text {
    color: #A3A3A3;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 2px;
}

.station-name-text {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 6px;
}

.station-addr-text,
.station-dicense-text {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 2px;
}

.station-addr-content {
    margin-top: -5px;
    display: flex;
    align-items: baseline;
}

.station-addr-content>img {
    width: 12px;
    height: 14px;
}

.layerpop-line-sub,
.layerpop-line {
    background: #D9D9D9;
    width: 100%;
    height: 0.5px;
    margin: 14px 0 14px 0;
}

.layerpop-body-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 0.5px solid #35D1D1;
    background: #FFF;
    width: 100%;
    height: 36px;
    padding: 6px 14px 6px 14px
}

.layerpop-body-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layerpop-body-left>img {
    width: 10px;
    height: 16px;
}

.layerpop-body-left>p {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.layerpop-body-left>span {
    color: #A3A3A3;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


.layerpop-charger-info-title>span {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.layerpop-charger-info-content {
    padding: 0 0 0 10px;
}

.layerpop-charger-info-content-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layerpop-charger-type-text {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.layerpop-charger-type-text-sub {
    color: #A3A3A3;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.layerpop-charger-info {
    display: flex;
    align-items: center;
}

.layerpop-charging-ok-text {
    color: #35D1D1;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.layerpop-charging-false-text {
    color: #000;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.layerpop-charger-id-text {
    color: #A3A3A3;
    font-family: Pretendard, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.layerpop-charger-info>div {
    padding: 0 0 0 13px;
}




.layerpop-body-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layerpop-body-right>p {
    color: #35D1D1;
    text-align: right;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.layerpop-body-right>img {
    width: 4px;
    height: 8px;
}

.layerpop-topBar {
    background: #000;
    border-radius: 80px;
    margin-top: 16px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;

    width: 40px;
    height: 2px;
    flex-shrink: 0;
}

.layerpop-drag-container {
    width: 100%;
    height: 20px;
    cursor: grab;
}

.find-type-cbo {
    width: 85px;
    height: 40px;
    border-radius: 4px;
    border: 0.5px solid #D9D9D9;
    background: #FFF;
    display: flex;
    z-index: 200;
    margin: 0 5px 0 0;
}