.map-container {
    position: relative;
    width: 100%;
}
.map-container .topSection {
    text-align: center;
    margin-bottom: 30px;
}

.map-container .topSection h2 {
    margin-bottom: 16px;
}
.map-container img {
    width: 100%;
    height: auto;
    display: block;
}
.location-btn img {
    width: 39px;
    height: 49px;
    position: relative;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.location-btn {   
    cursor: pointer;
    position: absolute;
    transform: translate(-50%, -100%);

}
.location-btn span{
    background: #FBEFC5;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    padding: 3px 11px;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    display: inline-block;
    transition: 0.3s ease;
}
.location-btn:hover span {
    background: #000;
    color: #fff;
}
.btn-0 {
    left: 8.6%;
    top: 67%;
}
.btn-1 {
    left: 55%;
    top: 71.3%;
}
.btn-2 {
    left: 85%;
    top: 72.9%;
}
.popContent {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 968px;
    height: 612px;
    width: 100%;
    margin: 0 auto;,
    animation: ;
    position: relative;
}
div#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0 0 0/40%);
    padding: 50px 20px 0;
    overflow: auto;
}

div#popup .modal_section {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
div#popup .modal_section .content {
    max-width: 870px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

div#popup .modal_section .imageWrap button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #FBEFC5;
    border: none;
    padding: 12px 13px;
    border-radius: 45px;
    left: 25px;
}
div#popup .modal_section .close_icon {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 12px 13px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 45px;
    background: var(--komar-beige, #FBEFC5);
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}

div#popup .modal_section .close_icon:before, div#popup .modal_section .close_icon:after {
    content: '';
    width: 26px;
    height: 2px;
    transform: rotate(45deg);
    flex-shrink: 0;
    border-radius: 4px;
    --komar-black: #000;
    background: var(--komar-black, #000);
    position: absolute;
}
div#popup .modal_section .close_icon:hover {
    background: #000;
}

div#popup .modal_section .close_icon:hover:before, 
div#popup .modal_section .close_icon:hover:after {
    background: #fff;
}
div#popup .modal_section .close_icon:after {
    transform: rotate(-45deg);
}
div#popup .modal_section .imageWrap button:hover {
    background: #000;
}

div#popup .modal_section .imageWrap button:hover img {
    filter: invert(1);
}
div#popup .modal_section img#imagePop {
    width: 100%;
    height: 100%;
}

div#popup .modal_section .content p#popup-content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
div#popup .modal_section .content h4#popup-title {
    margin-bottom: 15px;
}
.imageWrap{
    width: 100%;
    height: 574px;
    background-size: cover;
    background-position: center;
}
div#popup .modal_section .imageWrap button img {
    width: auto;
    height: auto;
}
div#popup .modal_section .imageWrap button.next_bt {
    right: 25px;
    left: auto;
}
div#popup .modal_section img {
    height: 574px;
    width: 100%;
    max-width: 100%;
}
.popup h3 {
    margin: 0 0 10px;
}

.popup-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.popup-controls button {
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}

.popup_downBtn a {
    display: inline-flex;
    justify-content: space-around;
    gap: 10px;
    background: #fff;
    padding: 10px 30px;
    border: 2px solid #000;
    border-radius: 46px;
}

.popup_downBtn a span {
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.popup_downBtn a:hover {
    background: #000;
    color: #fff;
}

.popup_downBtn a:hover svg path {
    fill: #fff;
}

@media screen and (max-width: 1500px){
    .imageWrap{
        height: 450px;
    }
    div#popup{
        padding: 20px 20px 0;
    }
}
@media screen and (max-width: 1050px){
    .popContent {
        max-width: 900px;
        height: 570px;
    }
}
@media screen and (max-width: 980px){
    .popContent {
        background-size: contain;
    }
    .popContent {
        max-width: calc(800px - 80px);
        height: 456px;
    }
    .location-btn span{
        font-size: 11px;
    }
    .location-btn img{
        width: 25px;
        height: 35px;
    }

    /*     .btn-0 {
    top: 68%;
    left: 7.8%;
}

    .btn-1 {
    top: 71%;
    left: 52%;
}

    .btn-2 {
    top: 73%;
    left: 83%;
} */
}

@media screen and (max-width: 850px){
    /*     .btn-0 {
    top: 59%;
    left: 7.8%;
}

    .btn-1 {
    top: 62%;
    left: 52%;
}

    .btn-2 {
    top: 63%;
    left: 83%;
} */

}

@media screen and (max-width: 800px) {
    .popContent {
        max-width: calc(750px - 80px);
        height: 424px;
    }
}
@media screen and (max-width: 768px){
    .location-btn span {
        font-size: 7.4px;
        line-height: 14px;
    }

    .location-btn img {
        width: 20px;
        height: 20px;
        top:0;
    }

    /*     .btn-1 {
    top: 72%;
    left: 52%;
}
    .popContent {
    background-size: contain;
    height: 440px;
}
    .btn-0 {
    top: 68%;
    left: 7.6%;
}

    .btn-2 {
    top: 72%;
    left: 83%;
} */
}

@media screen and (max-width: 767px){
    .imageWrap{
        height: 350px;
    }
    /*     .btn-2{
    left: 81%
} */
}
@media screen and (max-width: 700px) {
    .popContent {
        max-width: calc(576px - 80px);
        height: 314px;
    }
}
@media screen and (max-width: 576px){
    div#popup .modal_section .imageWrap button {
        top: 30%;
    }
    .btn-2 {
        top: 76%;
        left: 83%;
    }

    .location-btn.btn-2 img {
        top: -4px;
    }
    .popContent {
        background-size: contain;      
    }
    .location-btn span {
        font-size: 7.4px;
        line-height: 8px;
    }
    .popContent {
        max-width: calc(400px);
        height: 253px;
    }

    .location-btn img {
        top: 4px;
    }

}

@media screen and (max-width: 480px){
    .popContent {
        background-size: contain;

    }
    .location-btn span{
        padding: 3px 2px;
    }
} 
@media screen and (max-width: 400px){
    /*     .btn-0 {
    top: 57%;
    left: 7.6%;
}
    .btn-2 {
    top: 62%;
    left: 83%;
}
    .btn-1 {
    top: 65%;
    left: 54%;
} */
} 

@media screen and (max-width: 450px) {
    .popContent {
        max-width: calc(320px);
        height: 203px;
    }
    .location-btn.btn-2 img {
        top: -2px;
    }
    .btn-2 {
        left: 83%;
        top: 77.9%;
    }
}
