@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-gray-8 {
  color: #595959;
}

.color-gray-9 {
  color: #434343;
}

.color-pink-1 {
  color: #fff0f4;
}

.color-pink-4 {
  color: #ff80ac;
}

.color-pink-6 {
  color: #e62978;
}

.color-pink-7 {
  color: #bf1964;
}

.color-orange-1 {
  color: #fff9e6;
}

.color-orange-2 {
  color: #ffeac0;
}

.color-orange-3 {
  color: #ffd77a;
}

.color-orange-4 {
  color: #ffc552;
}

.color-orange-5 {
  color: #ffb029;
}

.color-orange-6 {
  color: #ff9900;
}

.color-orange-7 {
  color: #d97b00;
}

.color-orange-8 {
  color: #b35f00;
}

.color-orange-9 {
  color: #8c4600;
}

.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;
}

.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: 22px;
}

.line-h-2 {
  line-height: 2rem;
}

.tri {
  width: 100%;
  max-height: 100px;
  height: 100px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#sec_1 {
  min-height: 385px;
  margin: auto;
  align-content: space-around;
  background-color: #ffffff;
  border-radius: 100px 100px 0 0;
}

._1txt {
  margin: 0 auto;
  padding: 1rem;
}
._1txt h3 {
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 768px) {
  ._1txt {
    border-left: 0px;
    transition: 0.3s;
  }
  ._1txt h3, ._1txt p {
    text-align: center;
  }
}
h2 {
  color: #434343;
  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;
}

.bg {
  background-color: #f0f0f0;
}

h1.tit_ani {
  position: relative;
  font-size: 3rem;
  color: #663F00;
}
h1.tit_ani strong {
  background: linear-gradient(#6ccccc 0%, #1cada4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.tit_ani b {
  color: #F90 !important;
}

@media (max-width: 1199px) {
  h1.tit_ani {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
.swiper img {
  width: 100%;
  max-width: 280px;
}

.subTab_info {
  text-align: center;
}

.subTab_info .tabs {
  margin-top: 15px;
}

.subTab_info .tabs > ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  margin-bottom: 50px;
  gap: 14px;
  max-width: 870px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.subTab_info .tabs > ul li {
  color: #ffffff;
  background-color: #acacac;
  border-radius: 36px;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  min-width: 170px;
}
.subTab_info .tabs > ul li:hover {
  background-color: rgb(126.1, 126.1, 126.1);
}

@media (max-width: 449px) {
  .subTab_info .tabs > ul li {
    min-width: 140px;
  }
}
@media (max-width: 768px) {
  .subTab_info .tabs > ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.subTab_info .tabs > ul > li > a {
  color: #ffffff;
  display: inline-block;
  min-height: 32px;
  font-size: 20px;
  /* transition: all 0.3s ease-out; */
}

@media (max-width: 768px) {
  .subTab_info .tabs > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 374px) {
  .subTab_info .tabs > ul > li > a {
    font-size: 18px;
  }
}
.subTab_info .tabs > ul > li .active {
  width: 100%;
  color: #ffffff;
  border-radius: 36px;
  font-size: 20px;
  background-color: #00a19b;
  /* transition: all 0.3s ease-out; */
}

@media (max-width: 768px) {
  .subTab_info .tabs > ul > li .active {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .subTab_info .tabs > ul > li .active {
    font-size: 18px;
    width: 100%;
  }
}
.subTab_info .tabs h5 {
  color: #00A19B;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: top;
}

@media (max-width: 500px) {
  .subTab_info .tabs h5 {
    font-size: 18px;
  }
}
.subTab_info .tabs h5 span {
  font-size: 14px;
  margin-right: 8px;
  padding-top: 6px;
}

@media (max-width: 500px) {
  .subTab_info .tabs h5 span {
    font-size: 12px;
    margin-right: 4px;
    padding-top: 4px;
  }
}
.subTab_info .tabs p.hint {
  font-size: 16px;
}

@media (max-width: 500px) {
  .subTab_info .tabs p.hint {
    font-size: 14px;
  }
}
.subTab_info .slideshow {
  max-width: 1000px;
  margin-top: 30px;
  padding: 0 30px;
}

.subTab_info .slideshow .swiper-wrapper .swiper-slide {
  padding: 0 30px 50px;
}

@media (max-width: 500px) {
  .subTab_info .slideshow .swiper-wrapper .swiper-slide {
    padding: 0 30px 70px;
  }
}
.subTab_info .slideshow .swiper-wrapper .swiper-slide img {
  max-width: 270px;
  width: 100%;
}

.subTab_info .slideshow .swiper-wrapper .swiper-slide p {
  font-size: 18px;
  max-width: 270px;
  margin: 10px auto 0;
}

@media (max-width: 500px) {
  .subTab_info .slideshow .swiper-wrapper .swiper-slide p {
    font-size: 16px;
  }
}
.subTab_info .slideshow .swiper-pagination-bullet-active {
  background: #00A19B;
}

.subTab_info .slideshow .swiper-button-next, .subTab_info .slideshow .swiper-button-prev {
  top: 42%;
  color: #00A19B;
}

.subTab_info1 h4, .subTab_info2 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 12px;
  background-color: #f5f5f5;
  color: #e62978;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 7px;
}

.subTab_info2 {
  max-height: 540px;
  overflow-y: scroll;
  /* Firefox */
  scrollbar-color: #30B3AE #f5f5f5;
  scrollbar-width: auto;
  /* Chrome, Safari, Edge */
}
.subTab_info2::-webkit-scrollbar {
  max-width: 12px;
  max-height: 12px;
}
.subTab_info2::-webkit-scrollbar-thumb {
  background: #30B3AE;
  border-radius: 12px;
}
.subTab_info2::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .subTab_info2 {
    height: 100%;
    overflow: unset;
    display: inline-block;
    max-height: unset;
  }
}
a.link {
  color: #00a19b;
  text-decoration: underline;
}

.tabs li {
  list-style: none;
}

#preTabs-1 .swiper-pagination-bullet {
  display: none;
}

.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;
}

.chooseType {
  min-height: 160px;
  border-radius: 36px;
  background-color: #E5DCC6;
  transition: all 0.6s ease-out;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  perspective: 1000px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.chooseType::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(227, 255, 248, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.7s;
  opacity: 0;
}
.chooseType h3 {
  font-size: 32px;
  color: #434343;
  letter-spacing: 0.1rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 1rem;
  position: relative;
}
.chooseType h3::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e2d9cb;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}
.chooseType a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
}
.chooseType img {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
.chooseType:hover {
  transform: translateY(-8px) rotateX(5deg);
  border: 3px solid #663F00;
  box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.04), 0 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #f2ebe0;
}
.chooseType:hover::before {
  left: 125%;
  opacity: 1;
}
.chooseType:hover a {
  background-color: rgba(255, 255, 255, 0.1);
}
.chooseType:hover h3 {
  color: #8c4600;
  font-weight: 800;
  transform: translateY(-3px);
}
.chooseType:hover h3::after {
  width: 100%;
}
.chooseType:hover img {
  transform: scale(1.08) translateY(-5px);
}
.chooseType.active {
  border: 3px solid #8c4600;
  background-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.chooseType.active h3 {
  color: #8c4600;
  font-weight: bold;
}
.chooseType.active h3::after {
  width: 100%;
  height: 3px;
}
.chooseType.active::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 36px;
  background: #f2ebe0;
  z-index: 0;
}
@media (max-width: 768px) {
  .chooseType {
    min-height: 140px;
  }
  .chooseType a {
    padding: 1rem !important;
  }
  .chooseType img {
    max-width: 60px !important;
  }
  .chooseType h3 {
    font-size: 20px;
  }
}

/* ripple effect removed */
@keyframes borderGlow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.cs-lottie {
  background-image: linear-gradient(rgba(255, 246, 187, 0.3), transparent), linear-gradient(135deg, #fff7ba 0%, #f6e577 100%);
  background-attachment: fixed, fixed;
  background-position: center, center;
  background-size: cover, cover;
  min-height: 500px;
  width: 100%;
  clip-path: circle(49.1% at 50% 50%);
  /* 新增過渡效果 */
  transition: clip-path 0.6s ease-in-out, min-height 0.4s ease-in-out, background-image 0.5s ease;
}
.cs-lottie img {
  position: absolute;
  z-index: 0;
  bottom: -5px;
  transition: width 0.4s ease-in-out, margin-top 0.4s ease-in-out, opacity 0.3s ease;
}
.cs-lottie #lottie-kv {
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 65px;
}

@media (max-width: 996px) {
  .cs-lottie {
    background-image: none;
    clip-path: none;
    min-height: 280px;
  }
  .cs-lottie img {
    margin-top: 20px;
    width: 80%;
    text-align: center;
    bottom: 0;
  }
  .cs-lottie #lottie-kv {
    max-width: 350px;
    left: 10%;
  }
}