
/* expangTable(START) */
.expandTable {
    width:100%; 
    margin:0 auto; 
    clear:both; 
    border-collapse:separate; 
    border-spacing:0; 
}

.expandTable thead tr {
    background-color:#555b66 !important; background-image:none !important; 
}

.expandTable thead th {
    border-bottom:0 !important; 
    color:#fff; 
    border-top:0; 
    font-weight:400; 
    border-bottom:0; 
    border-top:1px solid #1d232a !important; 
    border-right:1px solid #1d232a !important
}

.expandTable.eT02 {
    width:100%; 
    margin:0 auto; 
    clear:both; 
    border-collapse:separate; 
    border-spacing:0; 
}

.expandTable.eT02 thead tr {
    background-color:#555b66 !important; background-image:none !important; 
}

.expandTable.eT02 thead th {
    border-bottom:0 !important; 
    color:#fff; 
    border-top:0; 
    font-weight:400; 
    border-bottom:0; 
    border-top:1px solid #d3dcea !important; 
    border-right:1px solid #d3dcea !important
}

.expandTable.eT02 tbody tr {
    background-color:#f6f9ff !important; 
}
/* expangTable(END) */


/****************************************************************************************************/


/* DataTable (+)버튼처리 */
td.details-control {
    background:url('../images/details_open.png') no-repeat center center; 
    cursor:pointer; 
}
tr.shown td.details-control {
    background:url('../images/details_close.png') no-repeat center center; 
}
/* DataTable 스크롤 및 Processing처리하는  부분 */
.dataTables_processing {z-index:9}

/****************************************************************************************************/
/*
 * Table styles
 */
table.dataTable {
/*    width:100% !important; */
    margin:0 auto;
    clear:both; 
    border-collapse:collapse; 
    border-spacing:0; 
    cursor:pointer; 
    /* height:100% !important; */ 
    background:#fff;
    border-top:2px solid var(--dataTable-color-border); 
    border-bottom:1px solid var(--dataTable-color-border); 
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable tbody tr.even {
  background-color:var(--dataTable-color-row); 
}

table.dataTable thead{
    border-bottom:1px solid var(--dataTable-color-border); 
}

table.dataTable thead tr {
  background-color:var(--dataTable-color-header) !important; 
}
table.dataTable thead th {
    border-top:0; 
    font-weight:600; 
    border-bottom:0;
    border-right:1px dotted var(--dataTable-color-border-in); 
    line-height:100% 
}

table.dataTable thead tr:first-child th:last-child {
    border-right:0; 
}

table.dataTable thead th,
table.dataTable thead td {
  padding:9px 5px; 
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline:none; 
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding:5px 18px 3px 18px; 
  border-top:1px solid var(--dataTable-color-border); 
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space:nowrap; 
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding:8px;
  border-right:1px dotted var(--dataTable-color-border-in); 
}
table.dataTable tbody th, table.dataTable tbody td { font-size:13px; line-height:24px; padding:5px }
table.dataTable tbody td button, table.dataTable tbody td input:not(input[type="checkbox"]):not(input[type="radio"]), table.dataTable tbody td select { font-size:13px; padding:2px 5px 3px 5px; height:26px }
table.dataTable tbody td select { padding:2px 2px 3px 2px}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top:1px dotted var(--dataTable-color-border-in); 
}
table.dataTable tbody tr td:last-child {
    border-right:none; 
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top:0
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top:1px solid #ddd; 
  border-right:1px solid #ddd; 
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left:1px solid #ddd; 
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top:none; 
}
table.dataTable tbody tr:hover:not(.selected), table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color:#ffebcc !important
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color:#b9dfa1 !important;
}

/****************************************************************************************************/

.dataTables_scrollHead table.dataTable {
    border-bottom:0; 
    position:relative;
}

.dataTables_scrollHead table.dataTable:after {
    content:"";
    position:absolute;
    top:-1px;
    right:-10px; 
    bottom:0;
    width:10px;
    background:#dfe0e1;
    border-top:2px solid var(--dataTable-color-border); 
    border-bottom:1px solid var(--dataTable-color-border); 
}

.dataTables_scrollBody table.dataTable thead{
    border-bottom:0; 
}

.dataTables_scrollBody th.required:before { display:none }

/****************************************************************************************************/


/****************************************************************************************************/

.rowSelected, table.dataTable.display tbody > tr.odd.selected {background-color:#b9dfa1 !important}

table.dataTable.dtr-inline.collapsed td.child {text-align:left; border:5px solid #ebe7e3}

table.dataTable.dtr-inline.collapsed td.child ul.dtr-details {display:flex; flex-direction:column; flex-wrap:nowrap; align-content:stretch}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details > li {display:flex; padding-bottom:0}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details .dtr-title {width:40%}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details .dtr-data {width:60%}

table.dataTable.dtr-inline.collapsed td.child button ,
table.dataTable.dtr-inline.collapsed th.child button {width:auto !important}

table.dataTable.inputType td { padding:0 }
table.dataTable.inputType td input[type="text"], table.dataTable.inputType td select { border:0; border-radius:0 }
table.dataTable.inputType td input[type="text"] { padding:3px 10px }
table.dataTable.inputType td input.date { width:100% !important }

table.dataTable.fixed { table-layout:fixed }
table.dataTable.fixed td { white-space:nowrap; text-overflow:ellipsis; overflow:hidden }

/* table.dataTable.fsmall td { font-size:13px; line-height:24px; padding:5px }
table.dataTable.fsmall td button, table.dataTable.fsmall td input, table.dataTable.fsmall td select { font-size:13px } */


table.dataTable thead th .fas.fa-star-of-life { color:tomato; font-size:10px; margin-right:3px }

/****************************************************************************************************/

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position:relative;
  width:100%; 
  clear:both; 
  *zoom:1; 
  zoom:1; 
}
.dataTables_wrapper .dataTables_length {
  float:left; 
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  position:absolute;
  top:-29px;
  right:0;
}
.dataTables_wrapper .dataTables_filter input {
  width:170px;
  height:24px;
  padding-top:0;
  padding-left:22px
}
.dataTables_wrapper .dataTables_info {
  display:none;
  /*
  clear: both;
  float: left;
  padding-top: 0.755em;
  */
}
/*
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    width:22px;
    height:22px;
    overflow:hidden;
    color:var(--dataTable-color-border);
    margin-top:1px;
    white-space: normal;
}
/*
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.dataTables_wrapper .dataTables_filter:before {
  content:"\f002";
  position:absolute;
  top:4px;
  left:4px;
  color:rgba(0, 0, 0, 0.4)
}

.dataTables_wrapper .dataTables_filter input::placeholder {
  color:rgba(0, 0, 0, 0.4)
}

.dataTables_wrapper .dataTables_processing {
  position:absolute;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-content:center;
  justify-content:center;
  top:2px; 
  bottom:1px; 
  left:50%; 
  width:100%;
  margin-left:-50%;
  text-align:center; 
  font-size:15px; 
  background-color:white; 
  background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, rgba(255, 255, 255, 0.8)), color-stop(75%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.5))); 
  background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
}

.dataTables_wrapper .dataTables_processing .loader_msg { display:none; color:tomato; font-weight: 500 }

.dataTables_wrapper .dataTables_scroll {
  clear:both; 
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top:-1px; 
  -webkit-overflow-scrolling:touch; 
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
    border-top:none !important; 
}

/* .dataTables_scroll .dataTables_scrollBody { overflow-y:scroll !important; } */

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom:1px solid var(--dataTable-color-border); 
}


.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid2,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid3,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid4,
.dataTables_wrapper.no-footer .dataTables_scrollBody #detailGrid,
.dataTables_wrapper.no-footer .dataTables_scrollBody .dataTable{
    border-top:0;
    border-bottom:0
}

.dataTables_scrollBody td {
    white-space:nowrap; 
}


.dataTables_paginate .paginate_button.disabled {
    color:var(--dataTable-color-header)}

.dataTables_paginate .paginate_button:before {
    height:20px;font-size:16px
}

.dataTables_paginate .paginate_button:not(.disabled):not(.current):hover {cursor:pointer; background-color:var(--dataTable-color-paginate); border: 1px solid var(--dataTable-color-paginate)}
.dataTables_paginate {display:flex; justify-content:center; align-items:center; clear:both; padding:5px 0 5px 0; text-align:center; font-size:13px}
.dataTables_paginate * {overflow:hidden; margin-right:3px}
.dataTables_paginate *:last-child {margin-right:0}
.dataTables_paginate * {border:1px solid rgba(255,255,255,0)}

.dataTables_paginate span {border:0; padding:0; margin-left:3px}
.dataTables_paginate span .paginate_button {display:inline-flex; justify-content:center; align-items:center; width:auto; font-weight:500; padding:0 2px }
.dataTables_paginate span * {padding-bottom:1px !important}
.dataTables_paginate .current {min-width:22px; cursor:default; color:#fff; background:var(--dataTable-color-border); border:1px solid var(--dataTable-color-border)}
.dataTables_paginate .first,.dataTables_paginate .previous,.dataTables_paginate .next,.dataTables_paginate .last {border:1px solid var(--dataTable-color-paginate); background:#fff }

.dataTables_paginate .first:before {content:"\f100"}
.dataTables_paginate .previous:before {content:"\f104"}
.dataTables_paginate .next:before {content:"\f105"}
.dataTables_paginate .last:before {content:"\f101"}

.dataTables_paginate .paginate_button:before, .dataTables_wrapper .dataTables_filter:before 
{ -webkit-font-smoothing:antialiased; font-family:"Font Awesome 5 Free"; display:inline-flex; align-items:center; justify-content:center; font-style:normal; font-variant:normal; text-rendering:auto; font-weight:900; line-height:1 }


