
table {
    width: 100%; }
  
  .table-01 tr td:first-child,
  .table-01 tr th:first-child {
    width: 65%;
    padding: 9px 25px; }
  
  .table-01 tr td:last-child,
  .table-01 tr th:last-child {
    width: 35%;
    padding: 9px 25px; }
  
  .table-01 thead {
    background-color: #6984c2;
    color: #ffffff; }
    .table-01 thead th {
      font-weight: bold; }
  
  .table-01 tbody tr:nth-child(odd) {
    background-color: #f4f5f7; }
  
  .table-01 tbody tr td {
    color: #323232; }
    .table-01 tbody tr td:first-child {
      font-weight: bold; }
  
  .table-01 tbody tr.levle-02 td:first-child {
    font-weight: 400;
    color: #7b7b7b;
    padding-left: 44px; }
  
  @media (max-width: 1024.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
      width: 60%;
      padding: 8px 10px; }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
      width: 40%;
      padding: 8px 10px; }
    .table-01 tbody tr.levle-02 td:first-child {
      padding-left: 25px; } }
  
  @media (max-width: 767.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
      padding: 6px 10px; }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
      padding: 6px 10px; } }