
/* .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
} */
.container-inter-table {
  padding: 51px 60px 60px 60px;
  background-color: #ffffff;
  width: 60%;
  box-shadow: 1px 2px 5px 0px #00000033;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th {
  text-align: left;
  border-bottom: 1px solid #dbe2e8;
}

tr {
  padding: 8px 0px;
  border-bottom: 1px solid #dbe2e8;
}
/* table th, */
table td {
  /* padding: 14px; */
  padding: 18px 14px;
}
table th {
  padding: 0 16px 16px 16px;
}
table.fold-table > tbody > tr.view td{
    
  }
/* table.fold-table > tbody > tr.view td,
  table.fold-table > tbody > tr.view th {
    cursor: pointer;
  } */
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}

/* table.fold-table > tbody > tr.view td:first-child:before, table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 12px;
    margin-top: -8px;
    content: url('/img/arrow-down-table.svg');
    transition: all 0.3s ease;
  } */
/* table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #eee;
  } */
/* table.fold-table > tbody > tr.view:hover {
    background: #000;
  } */
table.fold-table > tbody > tr.view.open {
  background: white;
  /* color: white; */
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}
.fold-content {
  padding: 0.5em;
}
.fold-content h3 {
  margin-top: 0;
}

.custom-number-block,
.custom-number-block-blue {
  font-weight: bold;
  line-height: 23px;
  color: #fff;
  padding: 8px;
  border-radius: 0px 6px 6px 0px;
  background: var(
    --Linear,
    linear-gradient(153deg, #005d96 9.47%, #017ac2 83.3%)
  );
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.custom-number-block-blue {
  background: #4eb9e5;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.custom-number-block,
.custom-number-block-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70px;
  height: 24px;
  padding: 9px 8px;
}

.information {
  background-color: #f2f5f6;
  padding: 80px 15px;
}
.information-wrap {
  display: flex;
  gap: 20px;
  /* flex-direction: column; */
}
.information-item {
  padding: 20px;
}
.information-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.information-item-wrap {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 1px 2px 5px 0px #00000033;
  display: flex;
}
.information-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  padding: 20px 39px 40px 60px;
  row-gap: 20px;
  column-gap: 12px;
  background: linear-gradient(153.37deg, #005d96 9.47%, #017ac2 83.3%);
  box-shadow: 1px 2px 5px 0px #00000033;
}

/* .information-item-wrap:last-of-type {
  padding: 29px 39px 29px 60px;
  display: flex;
  background: #ffffff;
  box-shadow: 1px 2px 5px 0px #00000033;
} */
.information-item-wrap:last-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  padding: 29px 39px 29px 60px;
  background: #ffffff;
  box-shadow: 1px 2px 5px 0px #00000033;
}
.information-item-wrap:last-of-type .information-item:first-of-type {
  grid-column: 1/2;
}
.information-item-wrap .information-item {
  padding: 0;
}
.information-item-wrap .information-item:first-of-type {
  grid-column: 1/3;
  background-color: transparent;
  box-shadow: none;
}
.information-item-wrap
  .information-item:first-of-type
  .information-item-content {
  text-align: center;
}
.information-item:first-of-type {
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 2px 5px 0px #00000033;
}
.information-item-wrap:last-of-type .information-item:first-of-type {
  text-align: start;
  background-color: transparent;
  box-shadow: none;
}
.information-header {
  display: flex;
  flex-direction: column;
  /* padding-bottom: 24px; */
  width: 40%;
}
.information-item-wrap:last-of-type
  .information-item:first-of-type
  .information-item-content {
  text-align: start;
}
.information-item-wrap .information-item .information-item-content {
  padding-left: 12px;

  border-left: 1px solid #348bbf;
}
.information-item-wrap:nth-child(2)
  .information-item:first-of-type
  .information-item-content {
  padding-left: 0;
  border-left: none;
}
.information-item-wrap:last-of-type
  .information-item
  .information-item-content {
  padding-left: 12px;
  border-left: 1px solid #96969a;
}
.information-item-wrap .information-title {
  color: #fff;
  line-height: 22.4px;
}
.information-item-wrap:last-of-type .information-title {
  color: #003a5c;
  line-height: 22.4px;
}
.information-item-wrap .information-result {
  margin-top: 10px;
  color: #fff;
  font-size: 40px;
}
.information-item-wrap:nth-child(2)
  .information-item:first-of-type
  .information-result {
  font-size: 48px;
}
.information-item-wrap:last-of-type .information-result {
  margin-top: 10px;
  color: #003a5c;
  font-size: 40px;
}
.information-title {
  color: #071c27;
  font-size: 16px;
}
.information-result {
  margin-top: 12px;
  font-size: 48px;
  font-weight: bold;
  color: #003a5c;
}
@media (max-width: 1100px) {
  .information-item-wrap {
    padding: 20px 40px 40px 40px;
  }

  .information-item-wrap:last-of-type {
    padding: 29px 39px 29px 40px;
  }
}
@media (max-width: 1000px) {
  /* .information-header {
    flex-wrap: wrap;
    row-gap: 24px;
  } */
  .information-wrap {
    flex-direction: column;
  }
  .information-header {
    width: 100%;
  }
  .container-inter-table {
    width: 100%;
  }
  .information-item-wrap:last-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .information-item-wrap:last-of-type .information-item:first-of-type {
    grid-column: 1/2;
  }
}
@media (max-width: 769px) {
  /* .information-item {
    width: 50%;
  }
  .container-inter-table {
    padding: 24px 16px;
    background-color: #ffffff;
  } */
}
@media (max-width: 577px) {
  .information {
    padding: 32px 0;
  }
  .information-result {
    font-size: 36px;
  }
  .information-item {
    padding: 10px;
  }
  .information-title {
    font-size: 14px;
  }
  .information-item-wrap {
    padding: 20px;
  }

  .information-item-wrap:last-of-type {
    padding: 20px;
  }
  .information-item-wrap .information-result {
    margin-top: 6px;
    font-size: 24px;
  }
  .information-item-wrap:nth-child(2)
    .information-item:first-of-type
    .information-result {
    font-size: 36px;
  }
  .information-item-wrap:last-of-type .information-result {
    margin-top: 6px;
    font-size: 24px;
  }
  .container-inter-table {
    padding: 24px 16px;
  }
  /* .information-header {
    padding: 0 15px;
  } */
  table th {
    font-size: 12px;
    padding: 0 8px 8px 8px;
  }
  table td {
    padding: 8px;
  }
  table.fold-table > tbody > tr.view td:first-child,
  table.fold-table > tbody > tr.view th:first-child {
    font-size: 14px;
    padding-left: 0;
  }
  table.fold-table > thead > tr th:first-child {
    padding-left: 0;
  }
  .custom-number-block,
  .custom-number-block-blue {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  table th {
    font-size: 11px;
    padding: 0 5px 8px 5px;
  }
}
