@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;
}
* {
  box-sizing: border-box;
}

body {
  font-family: "SC Prosper Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #0B56A8;
}

.container {
  position: relative;
  padding: 0 16px;
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1199px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mobile-only {
    display: none;
  }
}

.small-note {
  font-size: 15px;
  line-height: 1;
  color: #525355;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  #header.scrolled .wrapper {
    padding: 12px 63px;
    box-shadow: 0 8px 16px rgba(82, 83, 85, 0.2);
  }
  #header.scrolled .wrapper .client-type {
    display: none;
  }
  #header.scrolled .wrapper .flex .logo img {
    width: 98px;
    height: 39px;
  }
  #header.scrolled .wrapper .flex .nav {
    padding-top: 0;
  }
}
#header.scrolled .wrapper .flex .nav .menu a.active::after {
  bottom: -17px;
}
#header .wrapper {
  position: relative;
  background-color: #ffffff;
  width: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 26px 63px 32px;
  margin: 0 32px;
}
@media screen and (max-width: 1680px) {
  #header .wrapper {
    padding: 26px 32px 32px;
  }
}
@media screen and (max-width: 1199px) {
  #header .wrapper {
    border-radius: 0;
    margin: 0;
    padding: 16px 24px;
    z-index: 101;
  }
}
#header .wrapper .client-type {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
}
@media screen and (max-width: 1199px) {
  #header .wrapper .client-type {
    display: none;
  }
}
#header .wrapper .client-type a {
  text-decoration: none;
}
#header .wrapper .client-type a > div {
  padding: 8px 32px;
  border-radius: 0px 0px 12px 12px;
  color: #525355;
}
#header .wrapper .client-type a.active .personal {
  background-color: #0473EA;
  color: #ffffff;
}
#header .wrapper .client-type a.active .sme {
  background-color: #008738;
  color: #ffffff;
}
#header .wrapper .mobile-client-type {
  display: none;
  margin-left: auto;
  margin-right: 24px;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1199px) {
  #header .wrapper .mobile-client-type {
    display: block;
  }
}
#header .wrapper .mobile-client-type .type-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
}
#header .wrapper .mobile-client-type .type-text.personal {
  color: #0473EA;
}
#header .wrapper .mobile-client-type .type-text.sme {
  display: none;
  color: #008738;
}
#header .wrapper .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .wrapper .flex .logo .logo-full {
  width: 194px;
  height: 76px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  #header .wrapper .flex .logo .logo-full {
    width: 150px;
    height: auto;
    position: relative;
    top: 12px;
  }
}
#header .wrapper .flex .logo .logo-simplified {
  display: none;
  width: 20px;
  height: 32px;
}
@media screen and (max-width: 1199px) {
  #header .wrapper .flex .logo .logo-full {
    display: none;
  }
  #header .wrapper .flex .logo .logo-simplified {
    display: block;
  }
}
#header .wrapper .flex .nav {
  display: flex;
  align-items: center;
  padding-top: 32px;
}
@media screen and (max-width: 1199px) {
  #header .wrapper .flex .nav {
    display: none;
  }
}
#header .wrapper .flex .nav .menu a {
  position: relative;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  color: #525355;
  transition: all 0.3s ease;
}
#header .wrapper .flex .nav .menu a:hover {
  color: #0B56A8;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  #header .wrapper .flex .nav .menu a {
    padding: 8px;
  }
}
@media screen and (max-width: 1439px) {
  #header .wrapper .flex .nav .menu a {
    padding: 8px 6px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1279px) {
  #header .wrapper .flex .nav .menu a {
    font-size: 14px;
  }
}
#header .wrapper .flex .nav .menu a.hidden {
  display: none;
}
#header .wrapper .flex .nav .menu a.active {
  color: #0B56A8;
  font-weight: 500;
}
#header .wrapper .flex .nav .menu a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #0B56A8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -39px;
  transition: all 0.2s ease;
}
#header .wrapper .flex .nav .divider {
  width: 1px;
  height: 16px;
  background-color: #A8A9AA;
  margin: 8px 16px;
}
@media screen and (max-width: 1439px) {
  #header .wrapper .flex .nav .divider {
    margin: 8px;
  }
}
#header .wrapper .flex .nav .language {
  position: relative;
  padding: 8px 0 8px 16px;
}
@media screen and (max-width: 1439px) {
  #header .wrapper .flex .nav .language {
    padding: 8px 0 8px 4px;
  }
}
#header .wrapper .flex .nav .language .btn-lang {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #525355;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
}
#header .wrapper .flex .nav .language .btn-lang::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/common/lang.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#header .wrapper .flex .nav .language .btn-lang::after {
  content: "";
  display: block;
  background-image: url("../img/common/lang-arrow.svg");
  width: 16px;
  height: 16px;
}
#header .wrapper .flex .nav .language .lang-menu {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  right: 0;
  top: 40px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: -1;
}
#header .wrapper .flex .nav .language .lang-menu.active {
  opacity: 1;
  z-index: 2;
}
#header .wrapper .flex .nav .language .lang-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #525355;
}
#header .wrapper .flex .mobile-menu-toggle {
  background-color: #ffffff;
  flex-direction: column;
  display: none;
}
@media screen and (max-width: 1199px) {
  #header .wrapper .flex .mobile-menu-toggle {
    display: flex;
  }
}
#header .wrapper .flex .mobile-menu-toggle span {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  background-color: #0473EA;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  top: 5px;
  transform-origin: 4px 0;
  transition: 0.5s ease;
}
#header .wrapper .flex .mobile-menu-toggle span:first-child {
  transform-origin: 0 0;
}
#header .wrapper .flex .mobile-menu-toggle span:nth-last-child(2) {
  transform-origin: 0 100%;
}
#header .wrapper .flex .mobile-menu-toggle.open span:first-child {
  opacity: 0;
  transform: rotate(0deg) scale(0.2);
}
#header .wrapper .flex .mobile-menu-toggle.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-4px, 9px) scaleX(1.1);
}
#header .wrapper .flex .mobile-menu-toggle.open span:last-child {
  opacity: 1;
  transform: rotate(45deg) translate(-7.5px, -11px) scaleX(1.1);
}
#header .personal-only {
  display: inline;
}
@media screen and (max-width: 1199px) {
  #header .personal-only {
    display: inline-block;
    width: 100%;
  }
}
#header .sme-only {
  display: none;
}
#header.sme .services-available-link {
  display: none;
}
#header.sme .mobile-client-type .type-text.personal {
  display: none;
}
#header.sme .mobile-client-type .type-text.sme {
  display: block;
}
#header.sme .mobile-menu .client-type {
  background-color: #008738;
}
#header.sme .mobile-menu .client-type .current-type span.personal {
  display: none;
}
#header.sme .mobile-menu .client-type .current-type span.sme {
  display: block;
}
#header.sme .mobile-menu .client-type .type-list a.personal {
  opacity: 1;
}
#header.sme .mobile-menu .client-type .type-list a.sme {
  opacity: 0.5;
}
#header.sme .mobile-menu .menu ul li a::after {
  background-image: url("../img/common/menu-arrow-sme.svg");
}
#header.sme .mobile-menu .lang .lang-menu a.active {
  background: #008738;
}
#header.sme .wrapper .flex .mobile-menu-toggle span {
  background-color: #008738;
}
#header.sme .personal-only {
  display: none;
}
#header.sme .sme-only {
  display: inline;
}
#header .mobile-menu {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 64px);
  background-color: #ffffff;
  z-index: 100;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
#header .mobile-menu.open {
  transform: translateX(0);
}
#header .mobile-menu.showed::before {
  content: "";
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.08);
  display: block;
  height: 0;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
#header .mobile-menu .menu {
  padding: 0 1.5rem;
}
#header .mobile-menu .menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#header .mobile-menu .menu ul li {
  border-bottom: 1px solid #E5E5E5;
}
#header .mobile-menu .menu ul li.hidden {
  display: none;
}
#header .mobile-menu .menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  color: #525355;
}
#header .mobile-menu .menu ul li a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  background-size: cover;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: 0;
}
#header .mobile-menu .client-type {
  position: relative;
  background: #0473EA;
}
#header .mobile-menu .client-type .current-type {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
#header .mobile-menu .client-type .current-type.active::after {
  transform: rotate(180deg);
}
#header .mobile-menu .client-type .current-type::after {
  content: "";
  display: inline-block;
  background-image: url("../img/common/menu-dropdown.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
#header .mobile-menu .client-type .current-type span {
  color: #ffffff;
}
#header .mobile-menu .client-type .current-type span.personal {
  display: block;
}
#header .mobile-menu .client-type .current-type span.sme {
  display: none;
}
#header .mobile-menu .client-type .type-list {
  position: absolute;
  display: none;
  background: #ffffff;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
  left: 24px;
  right: 24px;
  top: 72px;
  padding: 0 20px;
}
#header .mobile-menu .client-type .type-list .type-item {
  padding: 16px 0;
}
#header .mobile-menu .client-type .type-list a {
  color: #525355;
}
#header .mobile-menu .client-type .type-list a.personal {
  opacity: 0.5;
}
#header .mobile-menu .client-type .type-list a.sme {
  opacity: 1;
}
#header .mobile-menu .lang {
  position: relative;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 60px;
}
#header .mobile-menu .lang .icon-lang {
  width: 24px;
  height: 24px;
  background-image: url("../img/common/lang.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 8px;
}
#header .mobile-menu .lang .lang-menu {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 200px;
  border: 1px solid #C3DEFA;
  padding: 6px;
  flex: 1;
}
#header .mobile-menu .lang .lang-menu a {
  display: block;
  width: 100px;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #525355;
  text-align: center;
  flex: 1;
}
#header .mobile-menu .lang .lang-menu a.active {
  background: #0473EA;
  color: #ffffff;
  border-radius: 200px;
}

#footer {
  background-color: #020B43;
  padding: 60px 0 50px;
}
@media screen and (max-width: 1199px) {
  #footer {
    padding: 25px 0;
  }
}
#footer .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #footer .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
#footer .wrapper .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #footer .wrapper .flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
#footer .wrapper .flex .logo {
  position: relative;
  margin-bottom: 24px;
}
#footer .wrapper .flex .social {
  display: flex;
  gap: 24px;
}
#footer .wrapper .flex .social img {
  width: 24px;
  height: 24px;
}
#footer .wrapper .protect-yourself-from-fraud {
  margin-bottom: 25px;
}
#footer .wrapper .protect-yourself-from-fraud .title {
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #footer .wrapper .protect-yourself-from-fraud .title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
#footer .wrapper .protect-yourself-from-fraud .content ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 8px;
}
#footer .wrapper .protect-yourself-from-fraud .content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #D4D4D4;
}
#footer .wrapper .protect-yourself-from-fraud .note {
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  color: #D4D4D4;
}
#footer .wrapper .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #footer .wrapper .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#footer .wrapper .copyright {
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  #footer .wrapper .copyright {
    font-size: 14px;
    line-height: 25px;
  }
}
#footer .wrapper .links .links-list {
  display: flex;
  gap: 24px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #footer .wrapper .links .links-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#footer .wrapper .links .links-list a {
  font-size: 15px;
  line-height: 25px;
  color: #ffffff;
}

.btn-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #0473EA;
  border-radius: 60px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .btn-arrow {
    padding: 12px 16px;
  }
}
.btn-arrow::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/common/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.btn-arrow:hover {
  background: #00172e;
  color: #ffffff;
}
.btn-arrow:hover::after {
  background-image: url("../img/common/btn-arrow.svg");
}

.kv {
  position: relative;
  width: 100%;
  height: 43.5rem;
  max-height: 93.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .kv {
    height: 75vh;
    margin-top: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .kv {
    height: 65vh;
  }
}
.kv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .kv img {
    height: 65vh;
  }
}
@media screen and (max-width: 575px) {
  .kv img {
    height: 44vh;
  }
}
.kv .content {
  display: flex;
  position: relative;
  width: 81.25em;
  z-index: 1;
  padding-top: 150px;
}
@media screen and (max-width: 1439px) {
  .kv .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .kv .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .kv .content {
    padding: 0;
    width: 100%;
    padding: 36px 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #020B43;
    position: absolute;
    bottom: 0;
  }
}
.kv .content .sc-line {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 7.5px;
}
@media screen and (max-width: 991px) {
  .kv .content .sc-line {
    display: none;
  }
}
.kv .content .sc-line::before {
  content: "";
  position: relative;
  width: 4px;
  height: 44.34%;
  background-color: #1473EA;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  z-index: 2;
}
.kv .content .sc-line::after {
  content: "";
  position: relative;
  width: 4px;
  height: 44.34%;
  background-color: #38D215;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 1;
}
.kv .content .text {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .kv .content .text {
    padding-left: 0;
  }
}
.kv .content .text .subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .kv .content .text .subtitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .kv .content .text .subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.kv .content .text .title {
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .kv .content .text .title {
    font-size: 40px;
    line-height: 120%;
  }
}
@media screen and (max-width: 991px) {
  .kv .content .text .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  html[lang=zh-HK] .kv {
    height: 55.7vh;
  }
}
html[lang=zh-HK] .kv .sc-line::before {
  height: 43%;
}
html[lang=zh-HK] .kv .sc-line::after {
  height: 43%;
}

@media screen and (max-width: 991px) {
  .desktop-kv {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .mobile-kv {
    display: none;
  }
}

.faq-sec {
  padding: 80px 0;
  background-image: url("../img/faq/faq-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .faq-sec {
    padding: 60px 0;
  }
}
.faq-sec .wrapper {
  width: 71.25em;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .faq-sec .wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.faq-sec .wrapper .title {
  font-size: 38px;
  line-height: 155%;
  color: #ffffff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .faq-sec .wrapper .title {
    font-size: 22px;
    line-height: 155%;
    margin-bottom: 20px;
  }
}
.faq-sec .wrapper .desc {
  font-size: 18px;
  line-height: 160%;
  color: #ffffff;
  margin-bottom: 24px;
  width: 646px;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .faq-sec .wrapper .desc {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 20px;
    width: auto;
  }
}
.faq-sec .wrapper .btn-view-box {
  display: flex;
}
.faq-sec .wrapper .btn-view {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #0473EA;
  padding: 12px 20px 12px 24px;
  background: #ffffff;
  border-radius: 60px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1199px) {
  .faq-sec .wrapper .btn-view {
    padding: 12px 16px;
  }
}
.faq-sec .wrapper .btn-view::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/common/btn-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.faq-sec .wrapper .btn-view:hover {
  background: #00172e;
  color: #ffffff;
}
.faq-sec .wrapper .btn-view:hover::after {
  background-image: url("../img/common/btn-arrow.svg");
}

.hidden-content {
  display: none;
}

* {
  --f-html-bg: transparent;
}

.popup-box {
  padding: 0 !important;
  width: 916px;
  max-width: 90vw;
  background-color: transparent;
}
.popup-box .popup-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  color: #0473EA;
  background-color: #E7F1FD;
  padding: 48px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media (max-width: 991px) {
  .popup-box .popup-title {
    padding: 20px;
    font-size: 20px;
  }
}
.popup-box .popup-content {
  padding: 48px;
  background-color: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 991px) {
  .popup-box .popup-content {
    padding: 20px;
  }
}
.popup-box .popup-content ul {
  margin: 0;
  padding-left: 20px;
}
.popup-box .popup-content h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  color: #0B56A8;
  margin-bottom: 5px;
}
.popup-box .popup-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.popup-box .popup-content .accordion-box {
  padding: 40px;
  background: rgba(205, 227, 251, 0.3);
  border-radius: 20px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .popup-box .popup-content .accordion-box {
    padding: 20px;
  }
}
.popup-box .popup-content .note .row {
  display: flex;
  gap: 8px;
}
.popup-box .popup-content .note .icon {
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  color: #525355;
  width: 12px;
}
.popup-box .popup-content .note .text {
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  color: #525355;
}

.accordion,
.faq-result {
  position: relative;
}
.accordion .accordion-item,
.faq-result .accordion-item {
  border-bottom: 1px solid #DBDBDB;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .accordion .accordion-item,
  .faq-result .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.accordion .accordion-item:not(:last-child),
.faq-result .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.accordion .accordion-item.active .accordion-item-title,
.faq-result .accordion-item.active .accordion-item-title {
  color: #0B56A8;
}
.accordion .accordion-item.active .accordion-item-title::after,
.faq-result .accordion-item.active .accordion-item-title::after {
  background-image: url("../img/common/accordion-open.svg");
}
.accordion .accordion-item a,
.faq-result .accordion-item a {
  color: #0B56A8;
}
.accordion .accordion-item .accordion-item-title,
.faq-result .accordion-item .accordion-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #525355;
}
@media (max-width: 991px) {
  .accordion .accordion-item .accordion-item-title,
  .faq-result .accordion-item .accordion-item-title {
    font-size: 16px;
  }
}
.accordion .accordion-item .accordion-item-title::after,
.faq-result .accordion-item .accordion-item-title::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url("../img/common/accordion-hide.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .accordion .accordion-item .accordion-item-title::after,
  .faq-result .accordion-item .accordion-item-title::after {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.accordion .accordion-item .accordion-item-content,
.faq-result .accordion-item .accordion-item-content {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #525355;
  padding-bottom: 20px;
  display: none;
}
.accordion .accordion-item .accordion-item-content ul,
.accordion .accordion-item .accordion-item-content ol,
.faq-result .accordion-item .accordion-item-content ul,
.faq-result .accordion-item .accordion-item-content ol {
  padding-left: 20px;
}
.accordion .accordion-item .accordion-item-content ul li:not(:last-child),
.accordion .accordion-item .accordion-item-content ol li:not(:last-child),
.faq-result .accordion-item .accordion-item-content ul li:not(:last-child),
.faq-result .accordion-item .accordion-item-content ol li:not(:last-child) {
  margin-bottom: 8px;
}

.faq-result {
  display: none;
  width: 100%;
}
.faq-result h2 {
  color: #0473EA;
}

.f-button {
  background-image: url("../img/common/popup-close.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 52px !important;
  height: 52px !important;
  top: 0 !important;
  right: -100px !important;
}
@media screen and (max-width: 1199px) {
  .f-button {
    top: -50px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 40px;
  }
}
.f-button svg {
  display: none;
}

.notice-box {
  display: flex;
  padding: 20px 32px 28px 24px;
  gap: 12px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .notice-box {
    padding: 20px;
  }
}
.notice-box:not(:last-child) {
  margin-bottom: 16px;
}
.notice-box .icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .notice-box .icon {
    width: 32px;
    height: 32px;
  }
}
.notice-box .content {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex: 1;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .notice-box .content {
    flex-direction: column;
  }
}
.notice-box .main {
  padding: 4px 0 0;
}
.notice-box .main .box-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .notice-box .main .box-title {
    font-size: 16px;
  }
}
.notice-box .main .box-content {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #525355;
}
@media screen and (max-width: 991px) {
  .notice-box .main .box-content {
    font-size: 14px;
  }
}
.notice-box .main .box-content p {
  margin: 0;
}
.notice-box .more {
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .notice-box .more {
    margin-left: 0;
  }
}
.notice-box .more .btn-view {
  padding: 6px 16px;
  border-radius: 60px;
  transition: all 0.2s ease;
}
.notice-box .more .btn-view:hover {
  opacity: 0.8;
}
.notice-box.notice {
  background: rgba(215, 246, 204, 0.5);
}
.notice-box.notice .icon {
  background-image: url("../img/common/notice.svg");
}
.notice-box.notice .main .box-title {
  color: #008738;
}
.notice-box.notice .btn-view {
  border: 1px solid #008738;
  color: #008738 !important;
}
.notice-box.info {
  background: rgba(205, 227, 251, 0.5);
}
.notice-box.info .icon {
  background-image: url("../img/common/info.svg");
}
.notice-box.info .main .box-title {
  color: #0473EA;
}
.notice-box.info .btn-view {
  border: 1px solid #0473EA;
  color: #0473EA !important;
}

.table-box {
  box-sizing: border-box;
  width: auto;
  padding: 12px;
  border-radius: 20px;
  background: rgba(229, 229, 229, 0.4);
}
.table-box .table-wrap {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .table-box .table-wrap {
    overflow-x: auto;
  }
}
.table-box .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 1199px) {
  .table-box .table-wrap table {
    min-width: 800px;
  }
}
.table-box .table-wrap table thead tr th {
  border: 0;
  padding: 0;
}
.table-box .table-wrap table thead tr th div {
  padding: 12px 32px;
  background: rgba(205, 227, 251, 0.3);
  color: #0473EA;
}
.table-box .table-wrap table thead tr th:first-child div {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 6px;
}
.table-box .table-wrap table thead tr th:last-child div {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 6px;
}
.table-box .table-wrap table tbody tr td {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #525355;
  border-bottom: 1px solid #DBDBDB;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.table-box .table-wrap table tbody tr td.no-border-bottom {
  border-bottom: 0;
}
.table-box .table-wrap table tbody tr td.bg-grey {
  background: rgba(229, 229, 229, 0.3);
}
.table-box .table-wrap table tbody tr td ul {
  padding-left: 20px;
}
.table-box .table-wrap table.table-2 {
  border-collapse: separate;
  border-spacing: 0;
}
.table-box .table-wrap table.table-2 thead tr th {
  text-align: left;
  background: rgba(205, 227, 251, 0.3);
  padding: 16px 24px;
}
.table-box .table-wrap table.table-2 thead tr th div {
  background: transparent;
  padding: 0;
}
.table-box .table-wrap table.table-2 thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 6px;
}
.table-box .table-wrap table.table-2 thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 6px;
}
.table-box .table-wrap table.table-2 tbody tr td {
  padding: 16px 24px;
}
.table-box .table-wrap table.table-2 tbody tr td .remark {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #868788;
  margin-top: 8px;
}
.table-box .table-wrap table.table-2 tbody tr td ul ul {
  margin: 12px 0;
}

.select2-container {
  margin-bottom: 24px;
}
.select2-container .select2-selection--single {
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #525355;
  border-radius: 8px;
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 12px 0 0;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  background-image: url("../img/common/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.2s ease;
  top: 16px;
  right: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-results .select2-results__option {
  padding: 12px 20px;
}
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
  margin-top: 2px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
}

.select2-dropdown {
  border: 0;
  border-radius: 0;
}

.current-stage {
  position: fixed;
  z-index: 5;
  top: 160px;
  left: 0;
  background-color: rgba(205, 227, 251, 0.3);
  padding: 20px 20px 20px 40px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.current-stage .stage-text {
  color: #0473EA;
}

.mobile-page-heading {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mobile-page-heading {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .mobile-page-heading {
    padding: 16px 20px;
    background: #020B43;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
  }
}
.mobile-page-heading.show {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 5;
}