@charset "utf-8";
.table td {
    padding: 9px !important;
}
.table .td-name {
    max-width: 10% !important;
    min-width: 120px;
}
.table .td-contents {
    width: 40% !important;
    min-width: 220px;
}
.table a {
    color: black !important;
}
.table label {
    margin: 0;
}
/* 상세화면 제목 */
.table .tb-detail-name {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #f2f4f5;
    color: #1f2d3d!important;
    min-width: 140px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057 !important;
    content: "등록";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

/*.page-item .page-link {*/
/*    color: #6c757d !important;*/
/*    background-color: #fff !important;*/
/*    border-color: #dee2e6 !important;*/
/*}*/

/*.page-item .page-link {*/
/*    color: #afb4b8 !important;*/
/*}*/
/*.page-item.active .page-link {*/
/*    color: black !important;*/
/*}*/
/*.page-item.first .page-link {*/
/*    color: black !important;*/
/*}*/
/*.page-item.previous .page-link {*/
/*    color: black !important;*/
/*}*/
/*.page-item.next .page-link {*/
/*    color: black !important;*/
/*}*/
/*.page-item.last .page-link {*/
/*    color: black !important;*/
/*}*/
/*.page-item.disabled .page-link {*/
/*    color: #afb4b8 !important;*/
/*}*/


