/* 개별 페이지 */
.loginform{max-width:800px}
.error-result{display:block;color:#dc3545;font-weight:bold;margin-top:1rem;font-size:100%}

/* dataTables box */
.data-box {background-color:#F9F9F9;border:0px solid #CDCDCD;}
.data-box .table td {padding:0.42rem}
/*.data-box .data-header {width:100%;height: 43px;background:#efefef;border-top: 1px solid #CDCDCD;border-bottom: 0px solid #CDCDCD;}*/
.data-box .data-header {width:100%;height: 43px;background:#fff;border-top: 0px solid #CDCDCD;border-bottom: 0px solid #CDCDCD;padding-top:3px;}
.data-box .data-header span.icon {padding: 8px 10px 8px 11px;float: left; border-right:1px solid #dadada;}
.data-box .data-header .data_info_s {display:inline-block; width:150px!important;color: #666;font-size:12px;font-weight: bold; padding:0 0 0 10px;}
.data-box .data-header .data_info {display:inline-block; width:250px!important;color: #666;font-size:12px;font-weight: bold; padding:0 0 0 10px;}
.data-box .data-header .data_research {display:inline-block;color: #666;font-size: 1rem; padding:5px 0 0 15px;}
.data-box .data-header .data_buttons {display:inline-block;padding:7px 10px 0 15px;float:right}
.data-box .data_line {display:inline-block;width:25%;padding-left:15px;margin-top:10px;}
.data-box .data_page {display:inline-block;width:50%;margin-top:20px;margin-bottom:3px}

.table-bordered thead th, .table-bordered thead td, .dataTable thead>tr>th, .dataTable tbody>tr>td {text-align:center;vertical-align:middle;font-size:1.5vh;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:center}
footer.sticky-footer {padding: 1.3rem 0;flex-shrink: 0;}


/* search box */
.search-box {position:relative;background-color:#F9F9F9;border:1px solid #CDCDCD;}
/*.search-box .search-header {position:absolute;top:0;left:0;width:115px;height: 41.5px;background:#efefef;border-right: 1px solid #CDCDCD;border-bottom: 1px solid #CDCDCD;;padding-top:5px}
@media screen and (max-width:1600px){.search-box .search-header{display:none}	}
.search-box .search-header span.icon {padding: 4px 10px 4px 11px;float: left; border-right:1px solid #dadada;}
.search-box .search-header h5 {display:inline-block;color: #666;font-size: 13px;font-weight: bold; padding:8px 0 0 15px}
*/
.search-box .search-header {display:none} /* 2022-12-02 검색조건 문구 제거함 */
.search-box .form-row:first-child {border-top: 0px solid #ffffff;padding-top:6px;padding-bottom:0px;margin-top:0px;}
.search-box .form-row {border-top: 1px solid #eeeeee;padding-top:6px;padding-bottom:3px;margin-top:2px;}

/* 500 이하 */
@media (max-width:500px){
    .data-box .data-header .data_info, .data-box .data-header .data_buttons {display:none }
    div.dataTables_wrapper div.dataTables_filter label {display:inline}
    div.dataTables_wrapper div.dataTables_filter input {width:40%}
}
