/* pc */
.modal_dropout .content_text_wrap,
.modal_dropout_fail .content_text_wrap {
    background-color: #F8F8F8;
    padding: 12px 20px;
    border-radius: 6px;
}

.modal_dropout .content_text_wrap .content_text,
.modal_dropout_fail .content_text_wrap .content_text {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.modal_dropout .content_text_wrap .content_text:not(:last-of-type),
.modal_dropout_fail .content_text_wrap .content_text:not(:last-of-type) {
    margin-bottom: 4px;
}

.modal_dropout_fail .modal_head {
    display: block !important;
}

.modal_dropout_fail .modal_head .text_order_exist {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    margin-top: 8px;
}

/* 리뷰 팝업 */
.popup_comment .btn_group .btn_default {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}