/**/
#auction-complete .card {margin:auto; max-width:600px;}

/**/
#industry-proposal-search {}
#industry-proposal-search .card-body.min-height {min-height:190px;}
#industry-proposal-search .flex {align-items:center; justify-content:center;}
#industry-proposal-search .flex > div:nth-child(1) {padding:0 20px;}
#industry-proposal-search .flex > div:nth-child(2) {min-width:300px;}

@media(max-width:1024px){
    #industry-proposal-search .col-md-6 {width:100%; max-width:100%; flex:0 0 100%;}
    #industry-proposal-search .card-body.min-height {min-height:auto;}
}
@media(max-width:575px){
    #industry-proposal-search .card-body .flex {flex-wrap: wrap;}
    #industry-proposal-search .card-body .flex > div {display:block; width:100%;}
    #industry-proposal-search .card-body .flex > div:nth-child(1) {padding-top:10px; padding-bottom:10px;}
    #industry-proposal-search .form-inline.tel select,
    #industry-proposal-search .form-inline.tel input {width:32%;}

}

/* 입찰제안 */
#auction-proposal-form {}
#auction-proposal-form .table tbody th {width:130px; font-size:15px;}
#auction-proposal-form .file-delete {cursor:pointer;}
#auction-proposal-list {}
#auction-proposal-list .table thead th {width:20%;}

@media(max-width:1024px){
    #auction-proposal-form h1 {margin-top:1rem !important;}
    #auction-proposal-form .tel {display:flex; justify-content: space-between;}
    #auction-proposal-form .tel .form-control {width:31% !important; margin:0 !important;}
    .auction-proposal-table {border:0;}
    .auction-proposal-table tbody tr {display:flex; flex-wrap: wrap; width:100%;}
    .auction-proposal-table tbody tr th {width:20% !important; white-space:nowrap;}
    .auction-proposal-table tbody tr td {width:80%;}
}
@media(max-width:768px){
    .auction-proposal-table tbody tr {}
    .auction-proposal-table tbody tr th {min-width:30%; width:auto !important;}
    .auction-proposal-table tbody tr td {width:100%; margin-bottom:15px;}
}

/**/
#auction-search-view {}
#auction-search-view .table {}
#auction-search-view .table tbody th {width:150px; background:rgba(21,110,228,0.05); color:#000;}
#auction-search-view .table tbody td {}


/**/
#auction-search-list {}
#auction-search-list .table {}
#auction-search-list .table thead th:nth-child(1) {width:80px;}
#auction-search-list .table thead th:nth-child(2) {width:200px;}
#auction-search-list .table thead th:nth-child(3) {width:200px;}
#auction-search-list .table thead th:nth-child(4) {}
#auction-search-list .table thead th:nth-child(5) {width:200px;}

/**/
#my-offer-list {}
#my-offer-table .no {width:80px;}
#my-offer-table .use-yn {width:100px;}
#my-offer-table .code {}
#my-offer-table .code a {color:#4e73df; font-weight:bold;}
#my-offer-table .code a:hover {text-decoration: underline;}
#my-offer-table .company-name {}
#my-offer-table .regis {width:120px;}
#my-offer-table .ostep {width:120px;}
#my-offer-table .product {width:120px;}

#my-offer-view .table.table-bordered th {color:#000; background:rgba(21,110,228,0.05);}
#my-offer-view .table th:nth-child(1),
#my-offer-view .table th:nth-child(3),
#my-offer-view .table th:nth-child(5) {width:150px;}
#my-offer-view .table td:nth-child(2),
#my-offer-view .table td:nth-child(4),
#my-offer-view .table td:nth-child(6) {width:20%;}



