html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .style-list-table {
    width: 100%;
    border-top: 3px solid #2e3790;
  }
  .style-list-table thead,
  .style-list-table colgroup {
    display: none;
  }
  .style-list-table tbody td {
    display: block;
    position: relative;
    padding-left: 32%;
    border-left: 1px solid #d3dce3;
    border-bottom: 1px solid #d3dce3;
    text-align: left;
  }
  .style-list-table tbody td:before {
    position: absolute;
    top: 24%;
    right: 70%;
    font-weight: 500;
  }
  .style-list-table tbody td:nth-of-type(1) {
    padding-left: 1px;
    text-align: center;
  }
  .style-list-table tbody td:nth-of-type(2):before {
    content: "\C2E0\CCAD\AE30\AC04";
  }
  .style-list-table tbody td:nth-of-type(3):before {
    content: "\C2E0\CCAD\C815\C6D0";
  }
  .style-list-table tbody td:nth-of-type(4):before {
    content: "\C0C1\D0DC";
  }
  .style-list-table tbody td.style-none {
    border-right: 1px solid #d3dce3;
  }
  .style-list-table tbody td:first-child {
    background: #f4f6f9;
  }
  .style-list-table tbody td:last-child {
    border-bottom: 3px solid #2e3790;
  }
}
