.modal{
    background-color: #1D1D1B;
    border: 1px solid #FFFFFF;
    border-radius: 2vw;
    padding: 2vw;
    width: 60vw;
    height: 70vh;
    overflow-y: auto;
    margin: 0 auto;
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.modal .modal-wrap{
    position: relative;
}
.modal .modal-wrap .close-btn{
    position: absolute;
    top: 0;
    right: 2vw;
    cursor: pointer;
}
.modal .modal-content{
    padding-top: 70px;
}