.modal-dialog {
    width: 100%;
    height: 100%;
}
.modal-content{
    position: relative;
    width: auto;
    margin: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 101;}
.modal-header{
    position: relative;
    height: 56px;
    background-color: #393f47;
    line-height: 55px;
}
.modal-header .modal-title{color:#fff; padding: 0 30px; float: left;}
.modal-header .close {
    display: block;
    color: #fff;
    float: right;
    font-size: 43px;
    box-shadow: none;
    line-height: 38px;
    padding: 0.2em 0.4em;
}
.modal-body {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    z-index: 101;
    position: relative;
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body >*{    padding:0 30px 30px; }

.box-td.two-td{width: 50%;}


.manager_locker_add .modal-body{
    min-height: 250px !important;
}

.d-flex{display:flex !important;}

/* <em class="im">&#8226;</em> - 필수입력란 표시*/

.absolute{
    position: absolute;
    bottom: 0;
}
.absolute.right100{right: -109px;}
.bg-grey{background: #eee;}
