@media all and (max-width:1700px) {
  .sub-nav.fix {
    padding: 0 4%;
  }
}
@media all and (max-width:1024px) {
  .sub-top nav {
    margin-bottom: 1%;
  }
  .sub-top hgroup h2 {
    font-size: 7.5vw;
  }
  .sub-top:not(.K02) {
    height: 60vw;
    padding-bottom: 6%;
  }
  .sub-nav {
    gap: 8%;
    margin-top: 6%;
  }

  .sub-page {
    padding: 10% 0 16%;
  }

  .sub-tit_1 {
    margin-bottom: 4%;
  }
  .grayBox {
    margin-top: 6%;
  }

  .aboutOverview section:not(:first-child) {
    margin-top: 12%;
  }
  .aboutOverview section {
    flex-direction: column;
    gap: 25px;
  }
  .aboutOverview section > div {
    width: 100%;
  }
  .aboutOverview .overview-invest ul li {
    width: calc(50% - 30px);
  }

  .aboutGuide-list li {
    padding: 6% 0;
    gap: 5%;
  }

  .asset-content section {
    padding-top: 14%;
    display: block;
  }
  .asset-content .content_tit {
    margin-bottom: 40px;
  }
  .asset-content .table-grid {
    display: block;
  }
}

@media all and (max-width:768px) {
  .overScroll-wrap {
    overflow-x: scroll;
  }
}

@media all and (max-width:640px) {
  sup {font-size: 10px;}

  .sub-top nav {
    margin-bottom: 3px;
  }
  .sub-top nav a {
    font-size: 14px;
  }
  .sub-top hgroup h2 {
    font-size: 38px;
  }
  .sub-top.K02 {
    padding-top: 150px;
  }
  .sub-nav {
    height: 55px;
  }
  .sub-nav a {
    font-size: 15px;
  }

  .sub-page {
    padding: 70px 0 100px;
  }
  .sub-desc {
    font-size: 15px;
  }
  .sub-desc em {
    margin-right: 5px;
    font-size: 22px;
  }

  .sub-tit_1 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  .sub-tit_2 {
    font-size: 18px;
  }
  .grayBox {
    margin-top: 40px;
  }

  .commonTable thead th {
    font-size: 14px;
    padding: 13px 0;
  }
  .commonTable tbody th {
    font-size: 14px;
    padding: 10px 0;
  }
  .commonTable tbody td {
    font-size: 14px;
    padding: 10px;
  }

  .aboutOverview section {
    gap: 15px;
  }
  .aboutOverview .overview-tit {
    font-size: 25px;
  }
  .aboutOverview .sub-desc {
    margin-bottom: 30px;
  }
  .aboutOverview .overview-invest ul {
    row-gap: 40px;
  }
  .aboutOverview .overview-invest ul li {
    width: 100%;
  }
  .aboutOverview .overview-invest ul li h6 {
    font-size: 16px;
  }
  .aboutOverview .overview-invest .invest_value {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .aboutOverview .overview-invest .invest_value strong {
    font-size: 43px;
  }
  .aboutOverview .overview-invest .invest_desc {
    font-size: 14px;
  }

  .aboutGuide-list li {
    padding: 35px 0;
  }
  .aboutGuide-list li > img {
    width: 75px;
  }
  .aboutGuide-list h3 {
    font-size: 21px;
  }
  .aboutGuide-list .sub-desc {
    margin-top: 15px;
  }

  .asset-intro .intro_logo.K0201 {
    width: 210px;
  }
  .asset-intro .intro_logo.K0202, .asset-intro .intro_logo.K0203 {
    width: 230px;
  }
  .asset-intro .intro_logo.K0204 {
    width: 140px;
  }
  .asset-content .content_tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .asset-content .content_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .asset-content .imgFlex {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .asset-content .imgFlex.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .asset-content .fedex_info li {
    flex-direction: column;
  }

  .waiting-wrap svg {
    width: 80px;
  }
  .waiting-wrap h2 {
    font-size: 30px;
    margin: 0px 0 10px;
  }
  .waiting-wrap p {
    font-size: 15px;
  }

  .inquiry-wrap div {
    height: 210px;
  }
  .inquiry-wrap div .num {
    gap: 10px;
    font-size: 19px;
  }
  .inquiry-wrap div .num i {
    font-size: 20px;
  }
  .inquiry-wrap div .num strong {
    font-size: 30px;
    margin-left: 5px;
  }
  .inquiry-wrap div p {
    font-size: 16px;
    margin-top: 10px;
  }
  .inquiry-wrap p {
    font-size: 12px;
    margin-top: 15px;
  }
}