@charset "UTF-8";

.seach-area{
  width: 100%;
  margin-top: 15px;
  overflow-x: scroll;
}
.seach-area::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.seach-area::-webkit-scrollbar-thumb {
  background-color: #ff0a14;
  border-radius: 10px;
}
.seach-area::-webkit-scrollbar-track {
  background-color: #d9e1e4;
  border-radius: 10px;
}
.seach-area .search-table{
  margin-bottom: 8px;
  cursor: move;
  border-collapse: separate;
}
table.search-table thead th {
  background-color: #1ba1e6;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #bebec8;
  border-bottom: solid 1px #bebec8;
  padding: 12px;
  white-space: nowrap;
}
table.search-table thead tr:first-child th:first-child, table.search-table tbody tr td:first-child{
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
table.search-table tbody tr td:first-child{
  background-color: #fff;
}
table.search-table td{
  border-right: solid 1px #bebec8;
  border-bottom: solid 1px #bebec8;
  text-align: center;
  vertical-align: middle;
  padding: 12px;
  white-space: nowrap;
}
table td.yellow {
  background-color: #f6bc67;
  color: #fff;
}
table td.orenge {
  background-color: #ed8754;
  color: #fff;
}
table td.red {
  background-color: #e54748;
  color: #fff;
}


/* inex02 */
.remodal{
  width: 1300px !important;
}

@media screen and (max-width: 767px){
  .remodal.modal_01 {
    max-width: 100%;
  }
}