.modal-mask{
    width:100%;
    height:100vh;
    position: fixed;
    left:0;
    top:0;
    z-index:99;
    background:rgba(0,0,0,.4);
}
.modal{
    width:560px;
    height:501px;
    background:#FFFFFF;
    position: fixed;
    z-index: 100;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding:85px 80px 59px 81px;
    box-sizing: border-box;
}
.modal-button{
    width:289px;
    height:40px;
    color:#2A86FF;
    border-radius:20px;
    border:1px solid #CFCFCF;
    background:transparent;
}