/* 보유 면허증 pop */
.license_pop{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.sub_pop_img{
    /* width: 460px; */
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sub_pop_img img{
    /* width: 100%; */
}

.sub_pop_img button{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10357a;
    font-size: 22px;
    font-weight: 500;
    top: 0;
    right: -50px;
}
