.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  box-sizing: border-box;
  padding-right: 6px;
  padding-left: 48px;
  background-color: var(--color-neutral--000, #ffffff);
  border-top: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
  border-bottom: 1px solid #e7e8e9;
  border-left: 1px solid #e7e8e9;
  border-radius: 72px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  overflow: hidden;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.0799999982);
  position: fixed;
  z-index: 1000;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header .header-container .img-box {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  width: 374px;
  height: 55px;
}
.header .header-container .img-box img {
  width: 100%;
  height: 100%;
}
.header .header-container .nav-container {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .header-container .nav-container .nav-item {
  display: flex;
  flex-direction: column;
}
.header .header-container .nav-container .nav-item .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-container .nav-container .nav-item .link .text--md {
  white-space: nowrap;
  color: var(--color-neutral--900, #03031b);
}
.header .header-container .nav-container .nav-item--m {
  display: none;
}
.header .header-container .nav-item--inquiry {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 32px;
  background-color: var(--color-sub--300, #20b7b2);
  border-radius: 52px;
}
.header .header-container .nav-item--inquiry .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-container .nav-item--inquiry .link .text--md {
  color: var(--color-neutral--000, #ffffff);
}

.background-container {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -520px;
  z-index: 0;
}
.background-container img {
  width: 100%;
  filter: blur(8px);
}

.section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 192px;
  padding-bottom: 72px;
  overflow: hidden;
  position: relative;
}
.section-hero .headline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.section-hero .headline-container .title--sm {
  color: var(--color-main--400, #069395);
  text-align: center;
}
.section-hero .headline-container .desc--sm {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-hero .banner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  width: 1020px;
  height: 283px;
  box-sizing: border-box;
  padding: 40px 72px;
  background-color: var(--color-neutral--050, #fafafa);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.section-hero .banner-container .img-box {
  width: 1020px;
  height: 283px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.section-hero .banner-container .img-box img {
  width: 100%;
  height: 100%;
}
.section-hero .banner-container .title-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.section-hero .banner-container .title-container .label-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  box-sizing: border-box;
  padding: 12px;
  background-color: var(--color-sub--400, #c71047);
  white-space: nowrap;
}
.section-hero .banner-container .title-container .label-box .text--md {
  color: var(--color-neutral--000, #ffffff);
  text-align: center;
}
.section-hero .banner-container .title-container .title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.section-hero .banner-container .title-container .title-box .text--lg {
  color: var(--color-neutral--000, #ffffff);
}
.section-hero .banner-container .title-container .title-box .item-title--lg {
  color: var(--color-neutral--000, #ffffff);
}
.section-hero .banner-container .button-box {
  z-index: 1;
}
.section-hero .banner-container .button-box .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 89px;
  box-sizing: border-box;
  padding-bottom: 4px;
  border-bottom: 1px solid #20b7b2;
  cursor: pointer;
  position: relative;
  width: fit-content;
}
.section-hero .banner-container .button-box .btn-link .text--md {
  color: var(--color-sub--300, #20b7b2);
}
.section-hero .banner-container .button-box .btn-link .svg-box {
  margin-top: 4px;
}

.section-support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  height: 896px;
  box-sizing: border-box;
  padding-top: 96px;
  position: relative;
}
.section-support .background-container {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1090px;
  z-index: 0;
}
.section-support .background-container img {
  width: 100%;
  filter: blur(8px);
}
.section-support .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-support .title-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-support .title-container .title-wrapper .title--xs {
  color: var(--color-main--300, #06b4a8);
  text-align: center;
}
.section-support .title-container .desc--xs {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-support .item-container {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.section-support .item-container .item-card--support {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 390px;
  box-sizing: border-box;
  padding: 24px 16px;
  background-color: var(--color-neutral--000, #ffffff);
  border-radius: 20px;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.1199999973);
}
.section-support .item-container .item-card--support .img-box {
  width: 358px;
  height: 228px;
  border-radius: 4px;
  overflow: hidden;
}
.section-support .item-container .item-card--support .img-box img {
  width: 100%;
  height: 100%;
}
.section-support .item-container .item-card--support .text-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}
.section-support .item-container .item-card--support .text-box .item-title--sm {
  color: var(--color-neutral--900, #03031b);
}
.section-support .item-container .item-card--support .text-box .text--sm {
  color: var(--color-neutral--900, #03031b);
}
.section-support .slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1920px;
  height: 316px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
}
.section-support .slide-container .img-box {
  flex: 1;
  width: 480px;
  height: 316px;
  overflow: hidden;
}
.section-support .slide-container .img-box img {
  width: 100%;
  height: 100%;
}

.section-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 144px;
  padding-bottom: 144px;
  background-color: var(--color-neutral--000, #ffffff);
  overflow: hidden;
  position: relative;
}
.section-service .display--md {
  width: 1067px;
  height: 144px;
  color: var(--color-neutral--050, #fafafa);
  text-align: center;
  position: absolute;
  left: 427px;
  top: 1329px;
}
.section-service .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-service .title-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-service .title-container .title-wrapper .title--xs {
  color: var(--color-main--300, #06b4a8);
  text-align: center;
}
.section-service .title-container .title-wrapper .tag-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.section-service .title-container .title-wrapper .tag-container .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 16px 7px;
  border: 1px solid var(--color-neutral--900, #03031b);
  border-radius: 100px;
  width: fit-content;
}
.section-service .title-container .title-wrapper .tag-container .tag-box .text--sm {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-service .item-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 1020px;
}
.section-service .item-container .item-card--service {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  height: -webkit-fill-available;
  box-sizing: border-box;
  padding: 32px 24px;
  background-color: var(--color-neutral--000, #ffffff);
  border-top: 1px solid #c6ebe4;
  border-right: 1px solid #c6ebe4;
  border-bottom: 1px solid #c6ebe4;
  border-left: 1px solid #c6ebe4;
  border-radius: 20px;
}
.section-service .item-container .item-card--service .img-box {
  width: 56px;
  height: 56px;
}
.section-service .item-container .item-card--service .img-box img {
  width: 100%;
  height: 100%;
}
.section-service .item-container .item-card--service .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-service .item-container .item-card--service .text-box .item-title-box {
  display: flex;
  align-items: center;
  gap: 4px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-title--sm {
  color: var(--color-neutral--900, #03031b);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 6px 4px;
  background-color: var(--color-main--100, #c6ebe4);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-1 {
  background-color: var(--color-main--100, #c6ebe4);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-1 .text--xs {
  color: var(--color-neutral--900, #03031b);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-2 {
  background-color: var(--color-main--300, #c6ebe4);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-2 .text--xs {
  color: var(--color-neutral--000, #03031b);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-3 {
  background-color: var(--color-main--400, #c6ebe4);
}
.section-service .item-container .item-card--service .text-box .item-title-box .item-label.level-3 .text--xs {
  color: var(--color-neutral--000, #03031b);
}
.section-service .item-container .item-card--service .text-box .item-desc--md {
  width: 100%;
  color: var(--color-neutral--900, #03031b);
}
.section-service .desc--sm {
  font-size: 20px;
  color: var(--color-sub--400, #c71047);
  text-align: center;
}
.section-service .img-box {
  width: 1020px;
  height: 278px;
}
.section-service .img-box img {
  width: 100%;
  height: 100%;
}
.section-service .svg-box--pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}
.section-service .svg-box--m {
  display: none;
}

.section-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 144px;
  padding-bottom: 192px;
  background-color: var(--color-neutral--050, #fafafa);
  overflow: hidden;
  position: relative;
}
.section-services .background-img {
  width: 2053px;
  height: 1290px;
  position: absolute;
  left: -66px;
  top: 406px;
}
.section-services .background-img img {
  filter: blur(4px);
  width: 2053px;
  height: 1290px;
}
.section-services .item-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  width: 1020px;
}
.section-services .item-container .item-card--services {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 328px;
  min-width: 324px;
  width: 100%;
  height: 322px;
  box-sizing: border-box;
  padding: 32px 24px;
  background-color: var(--color-neutral--000, #ffffff);
  border-top: 1px solid #f7f7f8;
  border-right: 1px solid #f7f7f8;
  border-bottom: 1px solid #f7f7f8;
  border-left: 1px solid #f7f7f8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s, background-color 0.3s, transform 0.3s;
}
.section-services .item-container .item-card--services .img-box {
  display: none;
  max-width: 328px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
.section-services .item-container .item-card--services .img-box img {
  width: 100%;
  height: 100%;
}
.section-services .item-container .item-card--services .item-title-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.section-services .item-container .item-card--services .item-title-container .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 16px 7px;
  border: 1px solid var(--color-neutral--900, #03031b);
  border-radius: 100px;
  width: fit-content;
}
.section-services .item-container .item-card--services .item-title-container .tag-box .text--sm {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-services .item-container .item-card--services .item-title-container .item-title--sm {
  color: var(--color-neutral--900, #03031b);
}
.section-services .item-container .item-card--services .item-sub-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 3px 6px 4px;
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-0 {
  background-color: var(--color-sub--100, #F9DE32);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-0 .text--xs {
  color: var(--color-neutral--900, #03031b);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-1 {
  background-color: var(--color-sub--300, #c6ebe4);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-1 .text--xs {
  color: var(--color-neutral--000, #ffffff);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-2 {
  background-color: var(--color-sub--400, #c6ebe4);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-2 .text--xs {
  color: var(--color-neutral--000, #ffffff);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-3 {
  background-color: var(--color-sub--500, #c6ebe4);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .item-label.level-3 .text--xs {
  color: var(--color-neutral--000, #ffffff);
}
.section-services .item-container .item-card--services .item-sub-list-container .item-sub-list .text--sm {
  color: var(--color-neutral--900, #03031b);
}
.section-services .item-container .item-card--services--active {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 328px;
  min-width: 324px;
  width: 100%;
  height: 322px;
  box-sizing: border-box;
  padding: 32px 24px;
  background-color: var(--color-neutral--900, #03031b);
  border-top: 1px solid #f7f7f8;
  border-right: 1px solid #f7f7f8;
  border-bottom: 1px solid #f7f7f8;
  border-left: 1px solid #f7f7f8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);
}
.section-services .item-container .item-card--services--active .img-box {
  display: flex;
  max-width: 328px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 0;
}
.section-services .item-container .item-card--services--active .img-box img {
  width: 100%;
  height: 100%;
}
.section-services .item-container .item-card--services--active .item-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-services .item-container .item-card--services--active .item-title-container .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 16px 7px;
  border: 1px solid var(--color-neutral--000, #03031b);
  border-radius: 100px;
  width: fit-content;
}
.section-services .item-container .item-card--services--active .item-title-container .tag-box .text--sm {
  color: var(--color-neutral--000, #03031b);
  text-align: center;
}
.section-services .item-container .item-card--services--active .item-title-container .item-title--sm {
  color: var(--color-neutral--000, #ffffff);
}
.section-services .item-container .item-card--services--active .item-sub-list-container {
  display: none;
  flex-direction: column;
}
.section-services .round-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  box-sizing: border-box;
  padding: 8px;
  background-color: var(--color-neutral--000, #ffffff);
  border-radius: 182px;
  position: relative;
  left: 869px;
  top: 1251px;
}
.section-services .round-box .svg {
  width: 169.5160827637px;
  height: 169.517791748px;
  position: absolute;
  left: 6.2420654297px;
  top: 6.2412109375px;
}
.section-services .round-box .svg .wkgcia__wvoorz {
  border-top: 1px solid #03031b;
  border-right: 1px solid #03031b;
  border-bottom: 1px solid #03031b;
  border-left: 1px solid #03031b;
}
.section-services .round-box .svg .ilrows__2qq406 {
  border-top: 3.5px solid #03031b;
  border-right: 3.5px solid #03031b;
  border-bottom: 3.5px solid #03031b;
  border-left: 3.5px solid #03031b;
}

.section-evidence {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 144px;
  padding-bottom: 144px;
  background-color: var(--color-neutral--900, #03031b);
  overflow: hidden;
  position: relative;
}
.section-evidence .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-evidence .title-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-evidence .title-container .title-wrapper .title--xs {
  color: var(--color-neutral--000, #ffffff);
  text-align: center;
}
.section-evidence .item-container {
  display: flex;
  gap: 24px;
  width: 1280px;
}
.section-evidence .item-container .item-card--evidence .img-box {
  width: 411px;
  height: 318px;
}
.section-evidence .item-container .item-card--evidence .img-box img {
  width: 100%;
  height: 100%;
}
.section-evidence .round-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 182px;
  box-sizing: border-box;
  padding: 8px;
  background-color: var(--color-neutral--000, #ffffff);
  border-radius: 182px;
  position: relative;
  left: 869px;
  top: -91px;
}
.section-evidence .svg-box--pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.section-evidence .svg-box--m {
  display: none;
}

.section-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 144px;
  padding-bottom: 192px;
  background-color: var(--color-neutral--000, #ffffff);
  overflow: hidden;
  position: relative;
}
.section-faq .faq-container {
  display: flex;
  gap: 130px;
  width: 1280px;
}
.section-faq .faq-container .title-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 390px;
}
.section-faq .faq-container .title-container .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.section-faq .faq-container .title-container .title-wrapper .title--xs {
  color: var(--color-neutral--900, #03031b);
}
.section-faq .faq-container .title-container .title-wrapper .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.section-faq .faq-container .title-container .title-wrapper .tag-container .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 16px 7px;
  border: 1px solid var(--color-neutral--900, #03031b);
  border-radius: 100px;
  width: fit-content;
}
.section-faq .faq-container .title-container .title-wrapper .tag-container .tag-box .text--sm {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-faq .faq-container .item-container {
  display: flex;
  flex-direction: column;
  width: 760px;
}
.section-faq .faq-container .item-container .item-list--faq {
  display: flex;
  flex-direction: column;
  width: 760px;
  border-bottom: 1px solid #03031b;
  cursor: pointer;
}
.section-faq .faq-container .item-container .item-list--faq:first-child {
  border-top: 1px solid #03031b;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box .item-title--md {
  color: #1d242a;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box .svg-box {
  transition: transform 0.3s;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box .svg-box svg {
  width: 22px;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box .svg-box--active {
  transform: rotateX(180deg);
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box {
  display: none;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid #cacace;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: inherit;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper .btn-link {
  color: var(--color-main--300, #06b4a8);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper .item-title--xs {
  width: 100%;
  color: #1d242a;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper .item-desc--md {
  width: 100%;
  color: #1d242a;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 28px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 16px;
  border-top: 1.2000000477px solid #03031b;
  border-right: 1.2000000477px solid #03031b;
  border-bottom: 1.2000000477px solid #03031b;
  border-left: 1.2000000477px solid #03031b;
  border-radius: 100px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .tag-box .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  text-align: center;
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  height: 28px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .tag-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px 16px;
  border-top: 1.2000000477px solid #03031b;
  border-right: 1.2000000477px solid #03031b;
  border-bottom: 1.2000000477px solid #03031b;
  border-left: 1.2000000477px solid #03031b;
  border-radius: 100px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .tag-box .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  text-align: center;
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box--wrapper .text-list .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box .item-title--xs {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .text-box .btn-link {
  color: var(--color-main--300, #06b4a8);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .zzhlov__2d3n1y {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .zzhlov__2d3n1y .item-title--xs {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .zzhlov__2d3n1y .text--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
  line-height: 1.5;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .img-box {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .img-box img {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 704px;
  height: 128px;
}

.banner-container--floating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1020px;
  box-sizing: border-box;
  padding: 24px 48px;
  background-color: var(--color-main--400, #069395);
  border-radius: 20px;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  z-index: 1000;
}
.banner-container--floating .logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner-container--floating .logo-container .img-box {
  width: 72px;
  height: 72px;
}
.banner-container--floating .logo-container .img-box img {
  width: 100%;
  height: 100%;
}
.banner-container--floating .logo-container .text-b--sm {
  color: var(--color-neutral--000, #ffffff);
}
.banner-container--floating .info-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner-container--floating .info-container .contact-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-container--floating .info-container .contact-box .text-b--lg {
  color: var(--color-neutral--000, #ffffff);
}
.banner-container--floating .info-container .contact-box .border {
  width: 2px;
  height: 16px;
  background-color: #ffffff;
}
.banner-container--floating .info-container .contact-box .text-b--lg {
  color: var(--color-neutral--000, #ffffff);
}
.banner-container--floating .info-container .text--sm {
  color: var(--color-neutral--000, #ffffff);
}
.banner-container--floating .info-container .btn-close {
  display: none;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #f7f7f8;
  border-top: 1px solid #e7e8e9;
}
footer .foot-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1280px;
}
footer .foot-container .logo-box {
  display: flex;
}
footer .foot-container .logo-box .text-b--lg {
  color: #1d242a;
}
footer .foot-container .content-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  width: 100%;
}
footer .foot-container .content-container .item-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .foot-container .content-container .item-container .foot-item--lg {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .foot-container .content-container .item-container .foot-item--lg .value {
  color: #7b848e;
}
footer .foot-container .content-container .item-container .foot-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .foot-container .content-container .item-container .foot-item .text--sm {
  color: #7b848e;
}
footer .foot-container .content-container .item-container .foot-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .foot-container .content-container .item-container .foot-item .text--sm {
  color: #7b848e;
}
footer .foot-container .content-container .sns-wrapper {
  display: flex;
  gap: 16px;
}
footer .foot-container .content-container .sns-wrapper .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box {
  width: 48px;
  height: 48px;
  background-color: var(--color-neutral--000, #ffffff);
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box img {
  width: 48px;
  height: 48px;
}
footer .foot-container .content-container .sns-wrapper .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box {
  width: 48px;
  height: 48px;
  background-color: var(--color-neutral--000, #ffffff);
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box img {
  width: 48px;
  height: 48px;
}
footer .foot-container .content-container .sns-wrapper .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box {
  width: 48px;
  height: 48px;
  background-color: var(--color-neutral--000, #ffffff);
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box img {
  width: 48px;
  height: 48px;
}
footer .foot-container .content-container .sns-wrapper .btn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box {
  width: 48px;
  height: 48px;
  background-color: var(--color-neutral--000, #ffffff);
}
footer .foot-container .content-container .sns-wrapper .btn-link .img-box img {
  width: 48px;
  height: 48px;
}
footer .foot-container .copyright-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  border-top: 1px solid #e7e8e9;
}
footer .foot-container .copyright-wrapper .policy-wrapper {
  display: flex;
  gap: 24px;
}
footer .foot-container .copyright-wrapper .policy-wrapper .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .foot-container .copyright-wrapper .policy-wrapper .btn-link .text--sm--medium {
  color: #404a54;
}
footer .foot-container .copyright-wrapper .text--xs {
  color: #7b848e;
}