.swal2-actions {
    gap: 0 15px;
}

.swal2-actions>button {
    padding: 10px 30px;
    border-radius: 5px;
}

.swal2-actions>button.swal2-confirm {
    background-color: #2C7BBC;
    color: white;
}

#wrap {
    width: 100%;
    height: calc(100vh - 60px);
    max-width: 786px;
    margin: 0 auto;
}

.btn_on {
    background-color: #2C7BBC;
    border-radius: 5px;
    font-weight: 700;
    color: #FFF;
    padding: 0;
    display: block;
    text-align: center;
}

.btn_off {
    background-color: #A7A7A7;
    border-radius: 5px;
    font-weight: 700;
    color: #FFF;
    padding: 0;
    display: block;
    text-align: center;
}


.map_fin {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2C7BBC;
    font-weight: bold;
}

/* body {
    touch-action: pan-x pan-y;
} */


.header_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
    padding: 10px 15px;
    max-width: 786px;
    margin: 0 auto;
}

.header_wrap .btn_back {
    background-color: #2C7BBC;
    border-radius: 10px;
    position: relative;
    width: 40px;
    height: 40px;
}

.header_wrap .btn_back .ri-arrow-left-s-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
}

.header_wrap span {
    font-weight: 700;
    font-size: 20px;
    color: #303030
}