@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;
}
.faq .main {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .faq .main {
    padding: 25px 0;
  }
}
.faq .main .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .faq .main .wrapper {
    width: auto;
    padding: 0;
  }
}
.faq .faq-search {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .faq .faq-search {
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.faq .faq-search input {
  width: 100%;
  height: 56px;
  border: 1px solid #E0E0E0;
  border-radius: 60px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 160%;
  font-family: "SC Prosper Sans", Helvetica, Arial, sans-serif;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .faq .faq-search input {
    padding: 0 16px;
    height: 48px;
    font-size: 14px;
  }
}
.faq .faq-search input::-moz-placeholder {
  font-size: 18px;
  line-height: 160%;
  color: #A8A9AA;
  font-family: "SC Prosper Sans", Helvetica, Arial, sans-serif;
}
.faq .faq-search input::placeholder {
  font-size: 18px;
  line-height: 160%;
  color: #A8A9AA;
  font-family: "SC Prosper Sans", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1199px) {
  .faq .faq-search input::-moz-placeholder {
    font-size: 14px;
  }
  .faq .faq-search input::placeholder {
    font-size: 14px;
  }
}
.faq .faq-search .btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 12px 12px 24px;
  background: #0473EA;
  border-radius: 60px;
  border: 0;
  cursor: pointer;
  min-width: 131px;
  height: 56px;
}
@media screen and (max-width: 1199px) {
  .faq .faq-search .btn-search {
    height: 48px;
    padding: 12px 12px 12px 16px;
    font-size: 14px;
    min-width: 100px;
  }
}
.faq .faq-search .btn-search::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/common/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.faq .mobile-faq-types-list {
  display: none;
  padding: 20px 24px;
  background-color: #F2F2F2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .faq .mobile-faq-types-list {
    display: block;
  }
}
.faq .mobile-faq-types-list .select2-container {
  margin-bottom: 0;
}
.faq .mobile-faq-types-list .select2-container .select2-selection--single {
  border: 1px solid #E5E5E5;
}
.faq .main-wrap {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap {
    flex-direction: column;
    padding: 0 20px;
  }
}
.faq .main-wrap .faq-types {
  position: relative;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-types {
    display: none;
  }
}
.faq .main-wrap .faq-types .faq-type-item {
  padding: 6px 0 6px 16px;
  border-left: 3px solid transparent;
  width: 200px;
}
.faq .main-wrap .faq-types .faq-type-item:not(:last-child) {
  margin-bottom: 16px;
}
.faq .main-wrap .faq-types .faq-type-item button {
  font-family: inherit;
  font-size: 16px;
  line-height: 140%;
  color: #A8A9AA;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.faq .main-wrap .faq-types .faq-type-item button:focus {
  outline: none;
}
.faq .main-wrap .faq-types .faq-type-item.active {
  border-left: 3px solid #0473EA;
}
.faq .main-wrap .faq-types .faq-type-item.active button {
  color: #0473EA;
  font-weight: 600;
}
.faq .main-wrap .faq-content {
  position: relative;
  width: calc(100% - 200px - 40px);
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content {
    width: 100%;
  }
}
.faq .main-wrap .faq-content .faq-content-group:not(:last-child) {
  margin-bottom: 60px;
}
.faq .main-wrap .faq-content .faq-content-group-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content .faq-content-group-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.faq .main-wrap .faq-content .faq-content-title {
  padding: 22px 24px;
  background: rgba(205, 227, 251, 0.3);
  border-radius: 12px;
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  color: #0B56A8;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content .faq-content-title {
    padding: 22px 16px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.faq .main-wrap .faq-content .faq-content-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #0B56A8;
  margin-bottom: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content .faq-content-subtitle {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.faq .main-wrap .faq-content .accordion .accordion-item {
  padding-left: 48px;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content .accordion .accordion-item {
    padding-left: 12px;
  }
}
.faq .main-wrap .faq-content .accordion .accordion-item-title {
  text-transform: unset;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .faq .main-wrap .faq-content .accordion .accordion-item-title {
    font-size: 16px;
  }
  .faq .main-wrap .faq-content .accordion .accordion-item-title::after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.faq .main-wrap .faq-content a {
  color: #0473EA;
}
.faq .stacy {
  position: relative;
  background-color: #F7F7F7;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1199px) {
  .faq .stacy {
    padding: 25px 0;
  }
}
.faq .stacy .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .faq .stacy .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.faq .stacy .title {
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #525355;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .faq .stacy .title {
    font-size: 24px;
    line-height: 140%;
  }
}
.faq .stacy .desc {
  font-size: 16px;
  line-height: 155%;
  color: #525355;
  text-align: center;
  margin-bottom: 40px;
}
.faq .stacy .flex-col {
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media screen and (max-width: 1199px) {
  .faq .stacy .flex-col {
    flex-direction: column;
  }
}
.faq .stacy .flex-col .col-box {
  position: relative;
  flex: 1;
  max-width: 551px;
}
@media screen and (max-width: 1199px) {
  .faq .stacy .flex-col .col-box {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.faq .stacy .flex-col .col-box .box-image {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.faq .stacy .flex-col .col-box .box-image img {
  width: 100%;
}
.faq .stacy .flex-col .col-box a {
  color: inherit;
}
.faq .stacy .flex-col .col-box .box-content {
  padding: 32px;
  min-height: 140px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  background-color: #020B43;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .faq .stacy .flex-col .col-box .box-content {
    padding: 24px;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq .stacy .flex-col .col-box .box-content .icon-stacy-chat {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 2px;
  background-image: url("../img/common/rm-chat.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.list-box {
  position: relative;
}
.list-box .row {
  display: flex;
  gap: 12px;
}

.hotline {
  position: relative;
  padding: 0 0 40px;
  background-color: #F7F7F7;
}
.hotline .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .hotline .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.hotline .hotline-box {
  padding: 32px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .hotline .hotline-box {
    padding: 24px;
    align-items: flex-start;
  }
}
.hotline .hotline-box .hotline-icon {
  width: 60px;
  height: 60px;
  background-image: url("../img/common/hotline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .hotline .hotline-box .hotline-icon {
    width: 48px;
    height: 48px;
  }
}
.hotline .hotline-box .hotline-content {
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 1199px) {
  .hotline .hotline-box .hotline-content {
    font-size: 14px;
  }
}
.hotline .hotline-box .hotline-content a {
  color: inherit;
}