.modal-bg.main-modal-bg{
    background-color: rgba(61, 54, 54, 0.2);
}
.modal-bg.main-modal-bg .modal-center.middle-modal{
    border: 1px solid #858585;
}
.popup-img-box{
    width: 100%;
    height: 440px;
    background-color: #fff;
}
.popup-btn-box{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.popup-btn-box button{
    width: 50%;
    height: 60px;
    background-color: #e3e3e3;
    border: none;
    border-top: 1px solid #858585;
    font-family: 'EliceDigitalBaeum' ,sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #858585;
}
.popup-btn-box button:first-child{
    border-right: 1px solid #858585;
}