@charset "UTF-8";
.color-primary {
  color: #00a19b;
}

.color-hightlight-orange {
  color: #ef7800;
}

.color-hightlight-pink {
  color: #f8524c;
}

.color-error {
  color: #c92e34;
}
.color-error:hover {
  color: #f3232a;
  transition: 0.5s;
}

.color-yellow-2 {
  color: #fff7ba;
}

.color-gray-1 {
  color: #ffffff;
}

.color-gray-7 {
  color: #7c7c7c;
}

.color-pink-1 {
  color: #fff0f4;
}

.color-pink-4 {
  color: #ff80ac;
}

.color-pink-6 {
  color: #e62978;
}

.color-pink-7 {
  color: #bf1964;
}

.bg-primary--light {
  background: #f4f8fa;
  padding: 3rem 0;
}

.bg-primary {
  background: #00a19b;
}

.bg-gray-4 {
  background: #f0f0f0;
}

.bg-hightlight {
  background: #ef7800;
}
.bg-hightlight:hover {
  background: #f99632;
  transition: 0.5s;
}

.bg-error {
  background: #c92e34;
}
.bg-error:hover {
  background: #f3232a;
  transition: 0.5s;
}

.bg-pink-1 {
  background-color: #fff0f4;
}

.bg-pink-4 {
  background-color: #ff80ac;
}

.bg-pink-6 {
  background-color: #e62978;
}

.bg-pink-7 {
  background-color: #bf1964;
}

.swiper-button-next.swiper-button-disabled {
  cursor: auto !important;
  pointer-events: auto !important;
  display: block;
  opacity: 1 !important;
}

.line-h-2 {
  line-height: 24px;
}

.no-wrap {
  white-space: nowrap;
}

.text-c {
  text-align: center;
}

.btn {
  text-decoration: none !important;
}

.c-tag {
  background-color: #E1EFEF;
  color: #00a19b;
  padding: 4px;
  line-height: 1rem;
  border-radius: 2px;
  margin: 0 0 2rem 0;
  font-style: normal;
}

.list-st-n {
  list-style-type: none;
}

h3 {
  margin: 0;
  font-size: 24px;
}

h4 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}

em {
  font-style: normal !important;
}

.max-content_c {
  width: fit-content;
  margin: auto !important;
}

.primary-btn {
  width: 200px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  background-color: #00a19b;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none !important;
}
.primary-btn:hover {
  background-color: #3cbaad;
}
.primary-btn a {
  text-decoration: none;
  color: #fff;
}
.primary-btn.pink-btn {
  background-color: #e62978 !important;
}
.primary-btn.pink-btn:hover {
  background-color: #ff80ac !important;
}

a.title-btn {
  width: 200px;
  height: 56px;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #007a7a;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none !important;
}
a.title-btn.pink-btn {
  background-color: #ffe5ec !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  color: #e62978 !important;
}
a.title-btn.pink-btn:hover {
  background-color: #ff80ac !important;
  color: #ffffff !important;
}
a.title-btn.green-btn {
  background-color: #bde3e2 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  color: #007a7a !important;
}
a.title-btn.green-btn:hover {
  background-color: #5FC7B9 !important;
  color: #ffffff !important;
}

.p1.line-h-2 {
  font-size: 26px;
  line-height: 30px;
}

@media (max-width: 576px) {
  .p1.line-h-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.boder-radius-w {
  border-radius: 8% 8% 0 0;
  background: #fff0f4;
  padding-top: -60px;
}

@media (min-width: 991px) {
  .swiper-sec_2 > .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    overflow: hidden !important;
  }
}
.anchor.gary_bg2 {
  background-color: #f5f5f5;
  border-radius: 4px;
}

.sec._1bg {
  background-image: repeating-linear-gradient(0deg, #ffdbd7, #ffdbd6 1px, transparent 2px, transparent);
  background-size: 80px 80px;
  background-color: #fff9e6;
}

@media (max-width: 768px) {
  .sec._1bg {
    clip-path: ellipse(105% 55% at 50% 43%);
    transition: 0.5s;
  }
}
.people-img1 {
  background-image: url("../../img/.png");
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 400px;
}

@media (max-width: 400px) {
  .people-img1 {
    min-height: 280px;
  }
}
#sec_1 {
  min-height: 500px;
  margin: auto;
  align-content: space-around;
}

._1txt {
  padding: 1rem;
  border-left: 10px solid #ffb9cf;
}
._1txt h3 {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  ._1txt {
    border-bottom: 6px solid #ffb9cf;
    border-left: 0px;
    transition: 0.3s;
    margin: 0 30px;
  }
  ._1txt h3, ._1txt p {
    text-align: center;
  }
}
.lv_panel {
  font-size: 15px;
  line-height: 40px !important;
}
.lv_panel .p2 {
  font-size: 15px;
}

h2 {
  text-align: center;
  font-size: 1.8rem;
}

#s1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #ffb9cf;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.async-hide {
  opacity: 0 !important;
}

@media (max-width: 768px) {
  .ani-card {
    margin: 0px auto 0px auto;
  }
  .ani-card .card-body-bt {
    width: 260px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .ani-img img {
    width: 60% !important;
  }
}
.ani-card {
  display: flex;
  max-width: 290px;
  max-height: 400px;
  padding: 30px 30px 0px 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 18px;
  background: #FFF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.ani-card .card-body {
  display: flex;
  height: 327px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.ani-card .card-body .ani-img {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
  margin: auto 0 0 0;
}
.ani-card .card-body-bt {
  width: 290px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 0px 0px 18px 18px;
  background: #FF80AC;
  text-align: center;
}
.ani-card .card-body-bt img {
  rotate: 180deg;
}
.ani-card.card-hover {
  position: relative;
  overflow: hidden;
}
.ani-card.card-hover .fade-in-card {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: bottom 0.5s ease-in-out, transform 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translateY(30%);
}
.ani-card.card-hover:hover .fade-in-card {
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
}
.ani-card.card-hover .card-body {
  order: 1;
}
.ani-card.card-hover .card-body-bt {
  order: 2;
}
.ani-card.card-hover:hover .card-body {
  order: 2;
  margin-top: 20px;
}
.ani-card.card-hover:hover .card-body-bt {
  order: 1;
  height: 30px;
  position: sticky;
  top: 0;
  border-radius: 18px 18px 0px 0px;
}
.ani-card.card-hover:hover .card-body-bt img {
  rotate: 360deg;
}

.fade-in-card {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.card-body-bt {
  transition: transform 0.3s ease-in-out;
  transform: translateY();
}

.ani-card:hover .fade-in-card {
  opacity: 1;
  visibility: visible;
}

.ani-card:hover .card-body-bt {
  transform: translateY(-100%);
}

.fade-in-card {
  border-radius: 18px;
  background-color: #1cada4;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.fade-in-card h4.card-title {
  margin: 0;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fade-in-card ul {
  padding-left: 5px;
}
.fade-in-card ul li {
  font-size: 16px !important;
}
.fade-in-card .card-body {
  align-items: center;
  font-size: 18px;
}
.fade-in-card .card-body a {
  font-size: 16px;
}
.fade-in-card .card-body p {
  color: #FFF7BA;
  font-size: 14px;
}
.fade-in-card .card-body .hr-l {
  width: 100%;
  height: 0.3px;
  background-color: #ffffff;
  border-top: none;
  border-left: none;
}
.fade-in-card .card-body .btn {
  color: #ffffff;
}
.fade-in-card .card-body .btn img {
  rotate: 270deg;
  width: 17px;
  padding-left: 6px;
}

@media (max-width: 1200px) {
  .fade-in-card h4.card-title {
    font-size: 18px !important;
  }
  .fade-in-card h4.card-title ul, .fade-in-card h4.card-title p, .fade-in-card h4.card-title a {
    font-size: 16px !important;
  }
}
.gradient-background {
  height: 200px;
  width: 100%;
  background-image: linear-gradient(45deg, #bde3e2, #ffd1de);
  animation: gradient-animation 0.3s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg {
  background-color: #FAFAFA;
}

h1.tit_ani {
  position: relative;
  font-size: 2.3rem;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 2rem;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.swiper img {
  width: 100%;
  max-width: 280px;
}

.ph_step {
  text-align: center;
}

.ph_step .tabs {
  margin-top: 15px;
}
.ph_step .tabs > ul {
  display: flex;
  justify-content: center;
  padding: 0;
}

@media (max-width: 768px) {
  .ph_step .tabs > ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.ph_step .tabs > ul > li > a {
  color: #1c1c1c;
  padding: 6px 20px;
  display: inline-block;
  border-bottom: 3px solid #E1EFEF;
  min-height: 42px;
  transition: all 0.3s;
  font-size: 18px;
}

@media (max-width: 768px) {
  .ph_step .tabs > ul > li > a {
    border: 1px solid #00A19B;
    border-radius: 4px;
    padding: 6px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    width: 154px;
  }
}
@media (max-width: 374px) {
  .ph_step .tabs > ul > li > a {
    width: 132px;
  }
}
.ph_step .tabs > ul > li > a:hover {
  color: #00A19B;
}

.ph_step .tabs > ul > li > a.active {
  color: #00A19B;
  font-weight: 700;
  border-bottom: 3px solid #00A19B;
}

@media (max-width: 768px) {
  .ph_step .tabs > ul > li > a.active {
    border-bottom: 1px solid #00A19B;
    background-color: #00A19B;
    color: #ffffff;
  }
}
@media (max-width: 374px) {
  .ph_step .tabs > ul > li > a.active {
    font-size: 18px;
  }
}
.ph_step .tabs h5 {
  color: #00A19B;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: top;
}

@media (max-width: 500px) {
  .ph_step .tabs h5 {
    font-size: 18px;
  }
}
.ph_step .tabs h5 span {
  font-size: 14px;
  margin-right: 8px;
  padding-top: 6px;
}

@media (max-width: 500px) {
  .ph_step .tabs h5 span {
    font-size: 12px;
    margin-right: 4px;
    padding-top: 4px;
  }
}
.ph_step .tabs p.hint {
  font-size: 16px;
}

@media (max-width: 500px) {
  .ph_step .tabs p.hint {
    font-size: 14px;
  }
}
.ph_step .slideshow {
  max-width: 1000px;
  margin-top: 30px;
  padding: 0 30px;
}

.ph_step .slideshow .swiper-wrapper .swiper-slide {
  padding: 0 30px 50px;
}

@media (max-width: 500px) {
  .ph_step .slideshow .swiper-wrapper .swiper-slide {
    padding: 0 30px 70px;
  }
}
.ph_step .slideshow .swiper-wrapper .swiper-slide img {
  max-width: 270px;
  width: 100%;
  text-align: center;
  margin: 0;
}

.ph_step .slideshow .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  max-width: 270px;
  margin: 10px auto 0;
}

@media (max-width: 500px) {
  .ph_step .slideshow .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
}
.ph_step .slideshow .swiper-pagination-bullet-active {
  background: #00A19B;
}

.ph_step .slideshow .swiper-button-next, .ph_step .slideshow .swiper-button-prev {
  top: 42%;
  color: #00A19B;
}

.ph_step1 h4, .ph_step2 h4 {
  width: 180px;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #fff;
  color: #00a19b;
  border: 2px solid #00a19b;
  border-radius: 100px;
  margin: 0 auto;
}

.preTabs_bg {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin: 0;
  padding: 32px;
  text-align: left;
}
.preTabs_bg ul {
  padding-left: 0;
}

a.link {
  color: #00a19b;
  text-decoration: underline;
}

.tabs li {
  list-style: none;
}

.swiper-pagination {
  z-index: 2 !important;
}

#lottie-kv, #lottie-panel1 {
  max-width: 500px;
  margin: 0 auto 0 0;
  transform: none;
}
#lottie-kv svg, #lottie-panel1 svg {
  transform: none !important;
}

@media (max-width: 768px) {
  #lottie-kv, #lottie-panel1 {
    width: 100%;
    margin: 0 auto;
  }
}
/* sec-faq */
.faq {
  background: #f7f7f7;
  padding: 40px 0;
  margin: 30px 0;
  margin-bottom: 0;
}

.faq .qa-section {
  background: #fff;
  width: 100%;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.faq .qa-section .answer {
  display: none;
}

.faq .qa-section .answer p {
  padding: 5px 0px;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

.faq .qa-section .answer p span {
  font-size: 14px;
  color: #606060;
}

.faq .qa-section h4 {
  background: #E1EFEF;
  padding: 16px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  font-weight: normal;
  transition: 0.3s;
  font-size: 18px;
  display: grid;
  justify-content: space-between;
  align-content: space-between;
  align-items: start;
  grid-template-columns: 1fr 30px;
  gap: 8px;
}

.faq .qa-section h4:hover {
  color: #fff;
  background: #8cb8ae;
}
.faq .qa-section h4:hover .arrow {
  border: solid #ffffff;
  border-width: 2px 0px 0px 2px;
}

.faq .active_qa h4 {
  background: #8cb8ae;
  color: #fff;
}

.faq h1 {
  font-size: 2em;
  color: #00A99D;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  color: #002c5d;
}

.arrow {
  border: solid #00a19b;
  border-width: 2px 0px 0px 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 4px;
  margin-top: 5px;
  transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  -moz-transform: rotate(224deg);
  /* -webkit-transform: rotate(224deg); */
  -o-transform: rotate(224deg);
  transition: 0.3s;
  float: right;
}

.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  /* -webkit-transform: rotate(45deg); */
  -o-transform: rotate(45deg);
  transition: 0.3s;
  top: 5px;
}

.answer ul li {
  list-style: none;
}
.answer ul li h5 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.answer ul li p {
  font-weight: 300;
  padding-right: 2rem;
}
.answer ul li ol {
  padding: 0;
}
.answer ul li ol li {
  list-style: decimal !important;
  margin-left: 2rem;
  padding-right: 2rem;
}
.answer ul li ul {
  padding: 0 0 0 1.3rem;
}
.answer ul li ul li {
  list-style: disc;
  margin-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 500px) {
  .answer ul li {
    font-size: 14px !important;
  }
  .answer ul li p {
    font-size: 14px !important;
    font-weight: 300;
    padding-right: 2rem !important;
    line-height: 17px !important;
  }
}
.notice_table {
  border-collapse: collapse;
  width: 98%;
}
.notice_table tr, .notice_table td, .notice_table th {
  border: 1px solid #DEDEDE;
}
.notice_table th {
  background-color: #E1EFEF;
  font-weight: 400;
}
.notice_table tr, .notice_table td {
  padding: 0.4rem 0.6rem;
  line-height: 1.4rem;
  background-color: #F9F9F9;
}

.swiper-wrapper {
  overflow: unset !important;
}

.bg_o {
  background-image: url(../../img/panel-bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  min-height: 200px;
  padding: 1rem;
  margin: 4px auto;
  line-height: 2rem;
}

@media (min-width: 334px) {
  .bg_o {
    width: 150px;
    height: 150px;
    padding: 4px;
  }
}
p.st1_bg {
  background-color: #f4f8fa;
  border-radius: 20px;
  margin: auto 0;
  line-height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.speech-bubble {
  position: relative;
  max-width: 384px;
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 4px;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 40px auto;
  fill: #FFF;
  filter: drop-shadow(4px 4px 9.7px rgba(0, 0, 0, 0.09));
}

@media (max-width: 500px) {
  .speech-bubble {
    margin: 8px 0;
  }
}
.speech-bubble::after {
  content: "";
  position: absolute;
  left: 40px; /* 控制尾巴左右位置 */
  bottom: -20px; /* 尾巴距離底部距離 */
  border-width: 20px 16px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  display: block;
  width: 0;
}

.speech-bubble.l::after {
  content: "";
  position: absolute;
  left: 40px; /* 控制尾巴左右位置 */
  bottom: -20px; /* 尾巴距離底部距離 */
  border-width: 20px 16px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  display: block;
  width: 0;
}

.speech-bubble.m::after {
  content: "";
  position: absolute;
  left: 45%; /* 控制尾巴左右位置 */
  bottom: -20px; /* 尾巴距離底部距離 */
  border-width: 20px 16px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  display: block;
  width: 0;
}

.speech-bubble.r::after {
  content: "";
  position: absolute;
  left: 300px; /* 控制尾巴左右位置 */
  bottom: -20px; /* 尾巴距離底部距離 */
  border-width: 20px 16px 0;
  border-style: solid;
  border-color: rgb(255, 255, 255) transparent transparent transparent;
  display: block;
  width: 0;
}

@media (max-width: 996px) {
  .spar {
    display: none;
  }
}