body,
html {
  line-height: normal;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

.img-box img,
.img img {
  max-width: 100%;
}

.btn-group .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn {
    padding: 7px 10px;
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
}

.btn-face {
  color: #fff;
  border: solid 1px #00afb8;
  background: #00afb8;
}
.btn-face:hover {
  border: solid 1px #39c8d0;
  background: #39c8d0;
}

.btn-line {
  color: #00afb8;
  border: solid 1px #00afb8;
  background: #fff;
}
.btn-line:hover {
  color: #39c8d0;
  border: solid 1px #39c8d0;
  box-shadow: 0 0 4px 0 #39c8d0;
}

.wrapper-in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper-in {
    max-width: 100%;
    padding: 0 10px;
    overflow: hidden;
  }
}

.topbanner {
  position: relative;
}
.topbanner__bg {
  position: relative;
  margin-top: 76px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner__bg {
    margin-top: 52px;
  }
}
.topbanner__main {
  position: absolute;
  top: 60%;
  left: 20%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .topbanner__main {
    left: 12%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner__main {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.topbanner__title, .topbanner__subtitle {
  color: #fff;
}
.topbanner__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.44px;
  margin-bottom: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner__title {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
.topbanner__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner__subtitle {
    padding: 0 20px;
    font-size: 16px;
  }
}

.intro {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.intro__header {
  margin-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__header {
    margin-bottom: 20px;
  }
}
.intro__title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__title {
    font-size: 24px;
  }
}
.intro__footer {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1093px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__footer {
    flex-direction: column;
    gap: 40px;
  }
}
.intro__imgWrapper {
  max-width: 585px;
}
.intro__imgWrapper img {
  width: 100%;
}
.intro__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .intro__items {
    gap: 20px;
  }
}
.introItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.introItem__title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
}
.introItem__title em {
  color: #00afb8;
  font-size: 24px;
}
.introItem__desc {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
}
.faq a {
  color: #337ab7;
}
.faq a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.faq__bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, #d0eff2 0%, #d0eff2 100%), #f3fbfc;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.faq__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 800px;
  background: url(../images/faq-bg.svg) center center no-repeat;
}
.faq__bgImg {
  position: absolute;
  width: 100%;
}
.faq__bgImg--up {
  transform: translateY(-100%);
  top: 1px;
  left: 0;
}
.faq__bgImg--down {
  bottom: -1px;
  left: 0;
}
.faq__title {
  text-align: center;
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq__title span {
  color: #00afb8;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .faq__title {
    font-size: 24px;
  }
}
.faq .container {
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .faq .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}
.faq ul.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .faq ul.faq-list {
    margin-top: 40px;
  }
}
.faq ul.faq-list > li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq ul.faq-list > li.active .question .fold-btn {
  transform: rotate(0deg);
}
.faq ul.faq-list > li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.faq ul.faq-list > li .question h3 {
  font-size: 20px;
  display: flex;
  margin-bottom: 0;
  color: #292929;
  font-weight: 700;
}
.faq ul.faq-list > li .question .q-style {
  margin-right: 5px;
  color: #00afb8;
  font-weight: 700;
}
.faq ul.faq-list > li .question .fold-btn {
  width: 23px;
  height: 23px;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.faq ul.faq-list > li .answer {
  display: none;
  margin-top: 10px;
}
.faq ul.faq-list > li .answer ul {
  margin-left: 22px;
}
.faq ul.faq-list > li .answer ul li {
  list-style: disc;
}
.faq ul.faq-list > li .answer p,
.faq ul.faq-list > li .answer li {
  line-height: 160%;
  color: #616161;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 36px;
  margin-right: 22px;
}

.articles {
  padding-top: 40px;
  padding-bottom: 100px;
  background: #f3fbfc;
}
.articles .wrapper-in {
  overflow: initial;
}
.articles__bg {
  position: relative;
}
.articles__bgImg {
  position: absolute;
  width: 100%;
}
.articles__bgImg--up {
  transform: translateY(-100%);
  top: -38px;
  left: 0;
}
.articles__title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.articles__link {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.articles__link:hover {
  text-decoration: underline;
}
.articles__list {
  gap: 60px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media screen and (min-width: 0) and (max-width: 480px) {
  .articles__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article {
  max-width: 320px;
  width: 100%;
  background: #fff;
  border-radius: 20px 0 20px 0;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px #ececec;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article {
    max-width: 100%;
    width: 100%;
  }
}
.article:hover {
  box-shadow: 0px 10px 20px 0px #d4d4d4;
}
.article:hover .article__img {
  transform: scale(1.2);
}
.article:hover .article__link {
  opacity: 1;
}
.article__imgWrapper {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}
.article__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition-duration: 0.2s;
}
.article__link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
.article__linkBtn {
  display: flex;
  height: 31px;
  width: auto;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  opacity: 0.8;
}
.article__linkBtn span {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.article__content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article__titleGroup {
  gap: 4px;
  align-items: flex-start;
}
.article__dateWrapper {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  align-items: flex-start;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.article__date {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}
.article__title {
  width: 100%;
  max-width: 280px;
  height: auto;
  min-height: 50px;
  overflow: hidden;
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.article__desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  height: auto;
  max-height: 40px;
  line-height: 20px;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.article__btnWrapper {
  text-align: center;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
}
.article__btn {
  font-size: 14px;
  color: #00afb8;
  line-height: 20px;
  transition: all 0.3s;
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #00afb8;
  text-decoration: none;
}
.article__btn:hover {
  background: #00afb8;
  color: #fff;
}

.plan {
  overflow-x: hidden;
  font-family: "Microsoft JhengHei";
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .plan {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.plan__subtitle {
  color: #292929;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .plan__subtitle {
    font-size: 20px;
  }
}
.plan__title {
  color: #292929;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .plan__title {
    font-size: 24px;
  }
}
.plan__title--decoration {
  position: relative;
}
.plan__title--decoration::after {
  content: "";
  position: absolute;
  background: url(../images/title-decoration.png) center center no-repeat;
  background-size: 100%;
  width: 20px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .plan__title--decoration::after {
    display: none;
  }
}
.plan__title--highlight {
  color: #00afb8;
}

.table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.table__container {
  position: relative;
  margin-top: 360px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__container {
    margin-top: 0;
  }
}
.table__slogan {
  border-radius: 40px;
  background: linear-gradient(91deg, #17c0c8 17.07%, #00afb8 100.2%);
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  max-width: 531px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(50%);
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__slogan {
    max-width: 301px;
    border-radius: 99px;
    transform: translateY(40%);
  }
}
.table__slogan::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  bottom: -6px;
  background: url(../images/slogan-decoration.svg) center center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__slogan::before {
    display: none;
  }
}
.table__slogan::after {
  content: "";
  position: absolute;
  width: 222px;
  height: 80px;
  background: url(../images/slogan.png) center center no-repeat;
  background-size: 100%;
  right: -220px;
  top: -44px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__slogan::after {
    display: none;
  }
}
.table__slogan em {
  color: #fefbd3;
  font-size: 24px;
  line-height: 48px;
}
.table__wrapper {
  border-radius: 12px;
  border: 3px solid #41cfd7;
  background: #fff;
  padding: 40px 16px 15px 16px;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.table__imgs {
  position: relative;
  margin: auto;
  max-width: 784px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__imgs {
    display: none;
  }
}
.table__person {
  position: absolute;
  z-index: 1;
  max-width: 264px;
  left: 52%;
  transform: translate(-50%, -50%);
  top: -100px;
}
.table__personImg {
  width: 100%;
}
.table__title {
  background: linear-gradient(271deg, #00afb8 11.58%, #39c8d0 91.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}
.table__th {
  background-color: #e6f9fa;
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.table__td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border: 1px solid #eee;
  vertical-align: middle;
}
.table__td:nth-child(2) {
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__td:nth-child(2) {
    color: #ff7800;
  }
}
.table__td:nth-child(3) {
  font-weight: 700;
  color: #ff7800;
}
.table__td span {
  font-size: 14px;
}
.table__td em {
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .table__td em {
    font-size: 18px;
  }
}

.dialog {
  position: absolute;
  max-width: 270px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog {
    position: static;
    max-width: none;
    width: 100% !important;
  }
}
.dialog-1 {
  top: -250px;
}
.dialog-1 .dialog__iconWrapper {
  background: #c6dbff;
}
.dialog-2 {
  right: 0;
  top: -320px;
}
.dialog-2 .dialog__iconWrapper {
  background: #d8fcfd;
}
.dialog-2 .dialog__desc {
  white-space: nowrap;
}
.dialog-2 .dialog__content {
  max-width: 228px;
}
.dialog-3 {
  width: 214px;
  right: 0;
  top: -170px;
}
.dialog-3 .dialog__content {
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px #f0f0f0;
}
.dialog-3 .dialog__iconWrapper {
  background: #fffbc6;
}
.dialog__content {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 210px;
  width: 100%;
  top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog__content {
    position: static;
    left: initial;
    transform: initial;
    top: initial;
    max-width: none !important;
    width: auto !important;
    padding: 8px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px #f0f0f0;
  }
}
.dialog__iconWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .dialog__iconWrapper {
    margin-bottom: 6px;
  }
}
.dialog__title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}
.dialog__desc {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.dialog__desc span {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.dialogs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */