.needcar_cnt_wrap {
    display: flex;
    gap: 0 3px;
    margin-bottom: 12px;
}

.needcar_cnt_wrap span {
    font-size: 15px;
    font-weight: 400;
}

.needcar_cnt_wrap span.needcar_cnt {
    color: #5E5E5E;
}

.needcar_cnt_wrap span:not(.needcar_cnt) {
    color: #222;
}

#needcar_container {
    padding: 50px 20px;
}

.default_container .alert_area {
    margin-bottom: 32px;
    background-color: #F8F8F8;
    padding: 20px 24px;
    border-radius: 6px;
}

.default_container .title_btn_area {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default_container .title_btn_area>h2 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.default_container .title_btn_area>button {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 14px;
    border-radius: 0;
}

.default_container ul>li:not(:last-of-type) {
    margin-bottom: 2px;
}

.default_container ul>li {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
    list-style: disc outside none;
    display: list-item;
    margin-left: 1em;
}

.msg {
    margin: 200px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

.needcar_list {
    width: 100%;
    margin-bottom: 70px;
}

.needcar_list .needcar_no {
    width: 9%;
}

.needcar_list .needcar_title {
    width: 75%;
}

.needcar_list .needcar_dttm {
    width: 16%;
}

.needcar_list th,
.needcar_list td {
    padding: 16px;
}

.needcar_list thead {
    background-color: #F8F8F8;
    border-bottom: 2px solid #BBBBBB;
}

.needcar_list thead tr th {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #5E5E5E;
}

.needcar_list tbody tr {
    border-bottom: 1px solid #BBBBBB;
    cursor: pointer;
}

.needcar_list tbody tr:hover {
    background-color: #F8F8F8;
}

.needcar_list tbody tr td {
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}

.needcar_list tbody tr td.needcar_no,
.needcar_list tbody tr td.needcar_dttm {
    color: #5E5E5E;
    text-align: center;
}

.needcar_list tbody tr td.needcar_title {
    color: #222;
}

.pagination {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {

    .needcar_list thead tr th,
    .needcar_list tbody tr td {
        font-size: 14px;
    }

    .needcar_list th,
    .needcar_list td {
        padding: 14px 10px;
    }

    .needcar_list .needcar_no {
        width: 10%;
    }

    .needcar_list .needcar_title {
        width: 55%;
    }

    .needcar_list .needcar_dttm {
        width: 35%;
    }
}