#wrap {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#wrap_body_center {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-width: 1190px;
    max-width: 1800px;
    width: 100%;
    min-height: 650px;
    padding-bottom: 50px;
}

#box_paging {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 45px;
}

#box_paging .inner_paging {
    display: flex;
    flex-direction: row;
    width: 1176px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}
#box_body_content {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 18px;
}
#box_body_content h2:first-child {
    margin: 0 !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 16px 0;
    font-size: 2rem;
    color: var(--main_color);
}
#box_body_content h2:first-child span {
    color: var(--col_black);
}
#box_body_content .wrap-list-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#box_body_content .wrap-bid-state {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}
#box_body_content .wrap-bid-state ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;

}
#box_body_content .wrap-bid-state li { display: flex; flex-direction: row; gap: 4px; align-items: center; white-space: nowrap;}