@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Rubik";
}
main .container {
  max-width: 1200px;
  width: unset;
}
.banner {
  padding: 84px 0 93px;
  background: url('../img/support/banner-pc.webp') no-repeat center / cover;
}
.banner h1 {
  color: #061c3d;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 125.182%;
  /* 60.087px */
}
.banner .update-date {
  color: #414141;
  font-size: 16px;
  text-align: center;
  margin-top: 32px;
}
.refund-content {
  padding: 82px 0 123px;
}
.refund-content .content-item {
  margin: 0 0 60px;
}
.refund-content .content-item h2 {
  color: #030712;
  font-family: "Segoe UI";
  font-size: 26px;
  font-weight: 700;
  line-height: 36.4px;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 13px;
  margin-bottom: 23px;
}
.refund-content .content-item p {
  color: #374151;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 23px;
}
.refund-content .content-item p a {
  color: #2563EB;
}
.refund-content .content-item p .email-link {
  color: #374151;
}
.refund-content .content-item .sub-tit {
  color: #111827;
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 19px;
  /* 140% */
}
.refund-content .content-item span {
  color: #1F2937;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  /* 180% */
  margin-bottom: 5px;
  display: inline-block;
}
.refund-content .content-item .dot-list {
  padding-left: 8px;
  margin-bottom: 14px;
}
.refund-content .content-item .dot-list li {
  list-style: inside;
  color: #1F2937;
  font-family: "Segoe UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
}
.refund-content .content-item .notice {
  border-radius: 0 8px 8px 0;
  border-left: 4px solid #EF4444;
  background: #FEF2F2;
  padding: 15px 28px 18px;
  margin-bottom: 40px;
}
.refund-content .content-item .notice p {
  color: #991B1B;
  font-family: "Segoe UI";
  font-size: 16px;
  margin-bottom: 0;
}
.refund-content .content-item .grey-bg {
  border-radius: 10px;
  background: #F9F9F9;
  padding: 19px 35px;
  margin-bottom: 50px;
}
.refund-content .content-item .margin-bottom-0 {
  margin-bottom: 0;
}
.refund-content .content-item .refund-item {
  font-size: 18px;
  line-height: 25.2px;
  font-weight: 700;
  margin-bottom: 15px;
  /* 140% */
}
@media (max-width: 1200px) {
  main .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 42px 0;
  }
  .banner h1 {
    font-size: 28px;
  }
  .banner .update-date {
    margin-top: 18px;
    font-size: 14px;
  }
  .refund-content {
    padding: 50px 0;
  }
  .refund-content .content-item {
    margin: 0 0 60px;
  }
  .refund-content .content-item h2 {
    font-size: 20px;
  }
  .refund-content .content-item p {
    font-size: 14px;
  }
  .refund-content .content-item .sub-tit {
    font-size: 18px;
  }
  .refund-content .content-item span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .refund-content .content-item .dot-list {
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .refund-content .content-item .dot-list li {
    font-size: 14px;
  }
  .refund-content .content-item .notice {
    padding: 10px 15px 10px;
    margin-bottom: 25px;
  }
  .refund-content .content-item .notice p {
    font-size: 14px;
  }
  .refund-content .content-item .grey-bg {
    padding: 15px;
    margin-bottom: 30px;
  }
  .refund-content .content-item .refund-item {
    font-size: 16px;
  }
}
