.button-group {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.single-button {
  font-size: 18px;
  border-radius: 6px;
  color: #fff;
  background-color: #21d2bd;
  font-weight: 600;
  padding: 15px 20px;
  transition: all 0.3s;
}
.single-button:hover {
  background-color: #13af9c;
}
.single-button.has-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.single-button.has-icon .iconfont {
  font-size: 20px;
}
.single-button.has-icon:hover {
  transform: translateY(-8px);
}
.wrap-h2 {
  text-align: left;
}
.banner {
  width: 100%;
  padding: 60px 0;
  display: flex;
  gap: 34px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.banner::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.56;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/faqs/banner-bg.jpg);
  background-position: center center;
}
.banner .wrap-h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.banner .button-group {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 40rem 0;
    display: flex;
    gap: 34rem;
  }
  .banner .wrap-h1 {
    font-size: 28rem;
    line-height: 1.5;
  }
  .banner .button-group {
    gap: 20rem;
    flex-wrap: nowrap;
  }
  .banner .button-group .single-button {
    font-size: 12rem;
  }
}
.common-sticky-nav {
  background: #ffffff;
  padding: 30px 0;
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.13);
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.common-sticky-nav .flex-wrapper {
  justify-content: space-between;
}
.common-sticky-nav .sticky-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 60%;
}
.common-sticky-nav .sticky-nav-item.active .sticky-nav-link {
  color: #1abc9c;
}
.common-sticky-nav .sticky-nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.common-sticky-nav .sticky-nav-link:hover {
  color: #1abc9c;
}
.common-sticky-nav .system-button-group {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .common-sticky-nav {
    padding: 20px 0;
  }
  .common-sticky-nav .mobile-style {
    display: block;
  }
  .common-sticky-nav .pc-style {
    display: none;
  }
  .common-sticky-nav .system-button-group {
    display: none;
  }
  .common-sticky-nav .mobile-sticky-wrapper {
    text-align: right;
  }
  .common-sticky-nav .mobile-sticky-wrapper .iconfont {
    font-size: 24px;
  }
  .common-sticky-nav .sticky-nav-list {
    margin-top: 5px;
    flex-direction: column;
    flex: unset;
    display: none;
  }
  .common-sticky-nav .sticky-nav-item {
    text-align: center;
    padding: 10px 0;
  }
  .common-sticky-nav .sticky-nav-item:hover,
  .common-sticky-nav .sticky-nav-item.active {
    background-color: #55595c;
  }
  .common-sticky-nav .sticky-nav-item:hover .sticky-nav-link,
  .common-sticky-nav .sticky-nav-item.active .sticky-nav-link {
    color: #fff;
  }
  .common-sticky-nav .sticky-nav-link {
    color: #494c4f;
  }
  .common-sticky-nav .sticky-nav-link:hover {
    color: unset;
  }
}
.blue {
  background-color: #f3f9ff;
}
.wrap-1 {
  padding: 60px 0;
  background-color: #f3f9ff;
}
.wrap-1 .wrap-main {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wrap-1 .wrap-main-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.wrap-1 .wrap-main-left {
  display: flex;
  gap: 20px;
  align-items: center;
  flex: 0 0 160px;
}
.wrap-1 .wrap-main-left .iconfont {
  font-size: 26px;
  font-weight: 500;
  color: #2c3459;
}
.wrap-1 .wrap-main-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2c3459;
}
.wrap-1 .wrap-main-right {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
.wrap-1 .wrap-main .button-group {
  justify-content: flex-start;
  margin: 30px 0 auto;
  gap: 50px;
}
.wrap-2 {
  padding: 60px 0;
}
.wrap-2 .wrap-main {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrap-2 .wrap-main-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
.wrap-2 .wrap-main-h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2c3459;
  line-height: 1.5;
  flex: 0 0 185px;
}
.wrap-2 .wrap-main-right {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 2;
  max-width: 870px;
}
.wrap-2 .wrap-main-right span.bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrap-1 .wrap-main,
  .wrap-2 .wrap-main {
    margin: 30rem 0 0;
    gap: 20rem;
  }
  .wrap-1 .wrap-main-item,
  .wrap-2 .wrap-main-item {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .wrap-1 .wrap-main-left,
  .wrap-2 .wrap-main-left {
    flex: 0 0 50rem;
  }
  .wrap-1 .wrap-main .button-group,
  .wrap-2 .wrap-main .button-group {
    justify-content: flex-start;
    margin: 20rem 0 auto;
    gap: 20rem;
  }
  .wrap-2 .wrap-main-h3 {
    flex: 0 0 20rem;
  }
}
