.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 200;
    display: none;
}

.modal .btn {
    min-width: unset !important;
}

.popup .modal {
    display: block;
}

.modal_a,
.modal_b,
.modal_c,
.modal_d {
    width: 600px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-left: -300px;
    margin-top: -200px;
    border-radius: 5px;
    padding: 0 0 10px 0;
}

.modal_c,
.modal_d {
    position: relative;
}

.modal_c .close_btn,
.modal_d .close_btn {
    position: absolute;
    right: -19px;
    top: -7px;
    font-size: 33px;
    color: #777;
    cursor: pointer;
}

.modal_d .txt {
    padding-bottom: 5px !important;
}

.modal_d select {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.modal h3 {
    width: 100%;
    padding: 0 20px;
    line-height: 52px;
    background-color: #eee;
    font-weight: bold;
}

.modal p {
    padding: 0 15px;
    text-align: center;
}

.modal .txt {
    padding: 15px;
}

.modal .btn {}

.popup .bg_black {
    display: block;
}

.bg_black {
    background-color: #0000008c;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
}

.modal_c p {}

.modal_c p.start_date {
    margin-top: 30px;
}

.modal_c p.end_date {
    margin-bottom: 30px;
}

.modal_c p.start_date,
.modal_c p.end_date {
    line-height: 46px;
}

.modal_c p span {
    padding: 5px;
}

.modal_c select {
    width: unset;
    padding: 0 10px;
}