.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
main .wrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
main .wrap .section-title {
  background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
  color: #3868eb;
  font-size: 5rem;
  line-height: 5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4rem;
  margin-bottom: 3.5rem;
  font-weight: 900;
  display: inline-block;
  cursor: default;
  width: 100%;
  text-align: center;
}
main .wrap .faq-wrap {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 600;
}
main .wrap .faq-wrap .section-name {
  color: #1e2229;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #eee;
  padding: 2rem;
}
main .wrap .faq-wrap button {
  font-size: 2rem;
  font-weight: 700;
}
main .wrap .faq-wrap button[aria-expanded=true] {
  color: #3868eb;
}
main .wrap .faq-wrap div {
  font-size: 1.8rem;
  font-weight: 500;
}
main .wrap .faq-wrap .faq-per-section {
  margin-top: 4rem;
}
main .wrap .faq-wrap .faq-per-section:first-child {
  margin-top: 0;
}
main .wrap .qaBtn {
  border: none;
  border-radius: 0.8rem;
  background: #f9e000;
  color: #1e2229;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 1.4rem;
  margin-top: 2rem;
  transition: 0.2s;
}
main .wrap .qaBtn:hover {
  filter: brightness(0.9);
}
main #faq-list-answer {
  margin-left: 2rem;
  word-break: keep-all;
}
main #faq-list-sub-answer {
  margin-top: 1rem;
  margin-left: 3rem;
  word-break: keep-all;
}
main #link-address {
  color: #4184f0;
}
main #list-decimal {
  color: #6b7280;
  margin-left: 3rem;
}
main #arrow {
  margin-right: 1rem;
}

@media only screen and (max-width: 1000px) {
  main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
  }
  main .wrap {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
  }
  main .wrap .section-title {
    background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
    color: #3868eb;
    font-size: 5rem;
    line-height: 5rem;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 4rem;
    margin-bottom: 3.5rem;
    font-weight: 900;
    display: inline-block;
    cursor: default;
    width: 100%;
    text-align: center;
  }
  main .wrap .faq-wrap {
    color: #1e2229;
    font-size: 2rem;
    font-weight: 600;
  }
  main .wrap .faq-wrap .section-name {
    color: #1e2229;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #eee;
    padding: 2rem;
  }
  main .wrap .faq-wrap button {
    font-size: 1.3rem;
    font-weight: 700;
  }
  main .wrap .faq-wrap button[aria-expanded=true] {
    color: #3868eb;
  }
  main .wrap .faq-wrap div {
    font-size: 1.3rem;
    font-weight: 500;
  }
  main .wrap .faq-wrap .faq-per-section {
    margin-top: 4rem;
  }
  main .wrap .faq-wrap .faq-per-section:first-child {
    margin-top: 0;
  }
  main .wrap .qaBtn {
    border: none;
    border-radius: 0.8rem;
    background: #f9e000;
    color: #1e2229;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 1.4rem;
    margin-top: 2rem;
    transition: 0.2s;
  }
  main .wrap .qaBtn:hover {
    filter: brightness(0.9);
  }
  main #faq-list-answer {
    margin-left: 2rem;
    word-break: keep-all;
  }
  main #faq-list-sub-answer {
    margin-top: 1rem;
    margin-left: 3rem;
    word-break: keep-all;
  }
  main #link-address {
    color: #4184f0;
  }
  main #list-decimal {
    color: #6b7280;
    margin-left: 3rem;
  }
  main #arrow {
    margin-right: 1rem;
  }
}