*{
    font-family: 'SUITE Variable', sans-serif;
}

.toggleButton{
    width: 50px;
    height: 50px;
}
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100vh;
    /*max-width: unset !important; !* Bootstrap 기본값 해제 *!*/
}
.modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #333;
}