section {
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-top: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  overflow: hidden;
}
.header .header-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.header .header-container .img-box {
  display: flex;
  justify-content: center;
  gap: 6px;
  width: 312px;
  margin: 0 auto;
}
.header .header-container .img-box img {
  width: 100%;
  height: 100%;
}
.header .header-container .nav-container {
  display: flex;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 18px;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #dfdfe2;
  background-color: var(--color-neutral--000, #ffffff);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.header .header-container .nav-container::-webkit-scrollbar {
  display: none;
}
.header .header-container .nav-container .nav-item {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
  padding: 12px 18px;
  background-color: var(--color-neutral--000, #ffffff);
  border-top: 1px solid #cacace;
  border-right: 1px solid #cacace;
  border-bottom: 1px solid #cacace;
  border-left: 1px solid #cacace;
  border-radius: 48px;
}
.header .header-container .nav-container .nav-item .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.header .header-container .nav-container .nav-item .link .text--md {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  word-break: keep-all;
}
.header .header-container .nav-container .nav-item--active {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
  padding: 12px 18px;
  background-color: var(--color-neutral--900, #03031b);
  border-radius: 48px;
  border: none;
}
.header .header-container .nav-container .nav-item--active .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.header .header-container .nav-container .nav-item--active .link .text--md {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
  font-size: 18px;
  font-weight: 600;
}
.header .header-container .nav-container .nav-item--m {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
  padding: 12px 18px;
  background-color: var(--color-sub--300, #20b7b2);
  border-radius: 48px;
}
.header .header-container .nav-container .nav-item--m .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.header .header-container .nav-container .nav-item--m .link .text--md {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
}
.header .header-container .nav-item--inquiry {
  display: none;
}

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

.section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 144px 18px 72px;
  overflow: hidden;
}
.section-hero .headline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section-hero .headline-container .title--sm {
  width: fit-content;
  color: var(--color-main--400, #069395);
  text-align: center;
  word-break: keep-all;
}
.section-hero .headline-container .desc--sm {
  width: fit-content;
  color: var(--color-neutral--900, #03031b);
  text-align: center;
  word-break: keep-all;
}
.section-hero .banner-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  height: 294px;
  box-sizing: border-box;
  padding: 40px 18px;
  background-color: var(--color-neutral--050, #fafafa);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.section-hero .banner-container .img-box {
  width: 100%;
  height: 294px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.section-hero .banner-container .img-box img {
  width: 100%;
  height: 294px;
}
.section-hero .banner-container .title-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  width: fit-content;
  height: 100%;
  z-index: 1;
}
.section-hero .banner-container .title-container .label-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
  padding: 8px;
  background-color: var(--color-sub--400, #c71047);
}
.section-hero .banner-container .title-container .label-box .text--md {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  text-align: center;
  word-break: keep-all;
}
.section-hero .banner-container .title-container .title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: fit-content;
}
.section-hero .banner-container .title-container .title-box .text--lg {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
}
.section-hero .banner-container .title-container .title-box .item-title--lg {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
}
.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: fit-content;
  box-sizing: border-box;
  padding-bottom: 4px;
  border-bottom: 1px solid #20b7b2;
  cursor: pointer;
  z-index: 1;
}
.section-hero .banner-container .button-box .btn-link .text--md {
  width: fit-content;
  color: var(--color-sub--300, #20b7b2);
  word-break: keep-all;
}
.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;
  padding: 72px 18px 144px;
  position: relative;
  overflow: hidden;
}
.section-support .slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 174px;
  position: absolute;
  bottom: 0;
}
.section-support .slide-container .img-box {
  flex: 1;
  width: 264px;
  overflow: hidden;
}
.section-support .slide-container .img-box img {
  width: 100%;
}
.section-support .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.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;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  z-index: 1;
}
.section-support .item-container .item-card--support {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 18px;
  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: 100%;
  height: 228px;
  border-radius: 4px;
  overflow: hidden;
}
.section-support .item-container .item-card--support .img-box img {
  width: 303px;
  height: 228px;
  background-color: #e3f2f9;
}
.section-support .item-container .item-card--support .img-box img {
  width: 346.0295715332px;
  height: 295.7610473633px;
}
.section-support .item-container .item-card--support .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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 .item-container .item-card--support {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 18px;
  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: 100%;
  height: 228px;
  border-radius: 4px;
  overflow: hidden;
}
.section-support .item-container .item-card--support .img-box img {
  width: 303px;
  height: 228px;
}
.section-support .item-container .item-card--support .text-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 72px 18px;
  overflow: hidden;
  position: relative;
}
.section-service .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.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;
  width: 100%;
}
.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;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.section-service .item-container .item-card--service {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 18px;
  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: 56px;
  height: 56px;
}
.section-service .item-container .item-card--service .text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  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: 16px;
  color: var(--color-sub--400, #c71047);
  text-align: center;
}
.section-service .img-box {
  width: 100%;
}
.section-service .img-box img {
  width: 100%;
}
.section-service .svg-box--pc {
  display: none;
}
.section-service .svg-box--m {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}

.section-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 72px 18px;
  background-color: var(--color-neutral--050, #fafafa);
  overflow: hidden;
  position: relative;
}
.section-services .background-container {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.section-services .background-container img {
  width: 100%;
}
.section-services .item-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.section-services .item-container .item-card--services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 292px;
  box-sizing: border-box;
  padding: 24px 18px 32px;
  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;
  transition: box-shadow 0.3s, background-color 0.3s, transform 0.3s;
}
.section-services .item-container .item-card--services .img-box {
  display: none;
}
.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;
}
.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 {
  font-size: 18px;
  color: var(--color-neutral--900, #03031b);
}
.section-services .item-container .item-card--services--active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 292px;
  box-sizing: border-box;
  padding: 24px 18px 32px;
  background-color: var(--color-neutral--900, #03031b);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
.section-services .item-container .item-card--services--active .img-box {
  display: block;
  width: 100%;
  height: 322px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
}
.section-services .item-container .item-card--services--active .img-box img {
  width: 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-evidence {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 72px 18px 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;
  width: 100%;
}
.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 .title-container .item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section-evidence .title-container .item-container .item-card--evidence {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.section-evidence .title-container .item-container .item-card--evidence .img-box {
  width: 100%;
}
.section-evidence .title-container .item-container .item-card--evidence .img-box img {
  width: 100%;
}
.section-evidence .title-container .display--md {
  width: 376px;
  height: 102px;
  color: var(--color-neutral--800, #151528);
  text-align: center;
  position: absolute;
  left: -1px;
  top: 1194px;
}
.section-evidence .svg-box--pc {
  display: none;
}
.section-evidence .svg-box--m {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}

.section-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
  padding: 72px 18px;
  background-color: var(--color-neutral--000, #ffffff);
  overflow: hidden;
}
.section-faq .faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.section-faq .faq-container .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 100%;
}
.section-faq .faq-container .title-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section-faq .faq-container .title-container .title-wrapper .title--xs {
  color: var(--color-neutral--900, #03031b);
  text-align: center;
}
.section-faq .faq-container .title-container .title-wrapper .tag-container {
  display: flex;
  justify-content: center;
  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: 100%;
}
.section-faq .faq-container .item-container .item-list--faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #03031b;
}
.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;
  align-items: center;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 18px;
}
.section-faq .faq-container .item-container .item-list--faq .item-title-box .item-title--md {
  flex: 1;
  width: 100%;
  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: 24px;
  padding-bottom: 24px;
  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: 24px;
  width: 100%;
}
.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: 24px;
  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;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.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: 100%;
  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;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.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: 100%;
  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 .text-box {
  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 .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: 100%;
  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 .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;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.section-faq .faq-container .item-container .item-list--faq .item-desc-box--active .text-wrapper--sub .img-box img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 339px;
  height: 208px;
}

footer {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 32px 18px;
  background-color: #f7f7f8;
  border-top: 1px solid #e7e8e9;
}
footer .foot-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
footer .foot-container .logo-box {
  display: flex;
  width: fit-content;
}
footer .foot-container .logo-box .text-b--lg {
  width: fit-content;
  color: #1d242a;
  word-break: keep-all;
}
footer .foot-container .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
footer .foot-container .content-container .item-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}
footer .foot-container .content-container .item-container .foot-item--lg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
}
footer .foot-container .content-container .item-container .foot-item--lg .value {
  width: fit-content;
  color: #7b848e;
  word-break: keep-all;
}
footer .foot-container .content-container .item-container .foot-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
footer .foot-container .content-container .item-container .foot-item .text--sm {
  width: fit-content;
  color: #7b848e;
  word-break: keep-all;
}
footer .foot-container .content-container .item-container .foot-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
footer .foot-container .content-container .item-container .foot-item .text--sm {
  width: fit-content;
  color: #7b848e;
  word-break: keep-all;
  line-height: 1.5;
}
footer .foot-container .content-container .sns-wrapper {
  display: flex;
  gap: 16px;
  width: fit-content;
}
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;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  border-top: 1px solid #e7e8e9;
}
footer .foot-container .copyright-wrapper .text--xs {
  width: 100%;
  color: #7b848e;
  word-break: keep-all;
  line-height: 1.5;
}

.banner-container--floating {
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  padding-left: 12px;
  border-radius: 20px 0px 0px 20px;
  background-color: var(--color-main--400, #069395);
  position: fixed;
  right: 0px;
  bottom: 32px;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 80px;
  transition: width 0.15s;
}
.banner-container--floating .logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 56px;
  height: 56px;
}
.banner-container--floating .logo-container .img-box {
  width: 56px;
  height: 56px;
}
.banner-container--floating .logo-container .img-box img {
  width: 100%;
  height: 100%;
}
.banner-container--floating .logo-container .text-b--sm {
  display: none;
}
.banner-container--floating .info-container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.banner-container--floating .info-container .contact-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: fit-content;
}
.banner-container--floating .info-container .contact-box .border {
  display: none;
}
.banner-container--floating .info-container .contact-box .text-b--lg {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
  font-size: 16px;
}
.banner-container--floating .info-container .text-info {
  display: none;
}
.banner-container--floating .info-container .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  box-sizing: border-box;
  padding: 36px 24px;
  background-color: var(--color-main--300, #06b4a8);
  cursor: pointer;
}
.banner-container--floating .info-container .btn-close .text--sm {
  width: fit-content;
  color: var(--color-neutral--000, #ffffff);
  word-break: keep-all;
}