@font-face {
  font-family: "SC Prosper Sans";
  src: url(https://av.sc.com/assets/global/fonts/SCProsperSansVariable-VF.woff2) format("woff2"), url(https://av.sc.com/assets/global/fonts/new/SCProsperSansVariable-VF.woff) format("woff"), url(https://av.sc.com/assets/global/fonts/new/SCProsperSansVariable-VF.ttf) format("truetype");
  font-style: normal;
  font-display: swap;
}
.maintenance-schedule {
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .maintenance-schedule {
    padding: 40px 0;
  }
}
.maintenance-schedule .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .maintenance-schedule .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.maintenance-schedule .wrapper .title {
  font-size: 38px;
  line-height: 155%;
  color: #525355;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .maintenance-schedule .wrapper .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.maintenance-schedule .wrapper .desc {
  font-size: 18px;
  line-height: 160%;
  color: #525355;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .maintenance-schedule .wrapper .desc {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 16px;
  }
}
.maintenance-schedule .wrapper .desc ul {
  padding-left: 22px;
}

.highlight {
  color: #0B56A8;
}

.latest-news-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .latest-news-table tr {
    display: flex;
    flex-direction: column;
  }
  .latest-news-table tr td {
    display: block;
    width: 100% !important;
    padding-top: 0;
  }
}
.latest-news-table tr:nth-child(odd) td:first-child {
  color: #0473EA;
}
.latest-news-table tr:nth-child(odd) td .content-box::before {
  background-color: #0473EA;
}
.latest-news-table tr:nth-child(even) td:first-child {
  color: #38D200;
}
.latest-news-table tr:nth-child(even) td .content-box::before {
  background-color: #38D200;
}
.latest-news-table td {
  vertical-align: middle;
  padding: 16px 0;
  color: #525355;
}
.latest-news-table td:first-child {
  width: 24%;
  font-size: 24px;
  font-weight: 500;
}
.latest-news-table td .content-box {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  background-color: #F7F7F7;
  padding: 20px 32px 20px 55px;
  border-radius: 12px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .latest-news-table td .content-box {
    padding: 20px 32px;
    font-size: 16px;
  }
}
.latest-news-table td .content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 16px;
  z-index: 1;
}