@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
* {
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif, "Helvetica", "微軟正黑體";
  position: relative;
}

header * {
  position: static;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.uk-switcher {
  overflow: scroll;
  max-height: 305px;
}

.uk-switcher li .row {
  text-align: center;
}

.uk-switcher li .step-num {
  max-width: 82px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.uk-tab {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uk-tab > li {
  display: inline-block !important;
  width: 50%;
  padding-left: 0;
  position: relative;
}

.uk-tab > li a {
  font-size: 18px;
  padding: 8px;
  font-weight: 500;
  border: 0;
  line-height: 27px;
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

.uk-tab > .uk-active > a {
  font-weight: 500;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

@media screen and (max-width: 600px) {
  .uk-tab > li a {
    font-size: 16px;
    padding: 10px 2px;
  }
}
@media screen and (max-width: 414px) {
  .uk-tab > li a {
    font-size: 14px;
    padding: 10px 0px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .uk-tab > li a {
    font-size: 13px;
  }
}
.popup {
  padding: 0;
  max-width: 720px;
  width: 95%;
}

.poptable {
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  width: 94%;
  padding: 8px;
  border-collapse: collapse;
  text-align: center;
}
.poptable tr {
  border-bottom: 1px solid #A8A8A8;
}
.poptable tr th, .poptable tr td {
  font-weight: 400;
  padding: 12px 8px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.overflow-hidden {
  overflow: hidden;
}

.user-nodrag {
  -webkit-user-drag: none;
}

.text-align-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.img-container {
  width: 100%;
  height: 100%;
}
.img-container img {
  display: block;
  width: 100%;
  height: 100%;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-spacebetween {
  justify-content: space-between;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-col {
  flex-direction: column;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1440 {
  max-width: 1440px;
}

.positionAbsolute {
  position: absolute;
}

.bg-white {
  background-color: #fff;
}

.float_btn {
  position: fixed;
  max-width: 76px;
  width: 100%;
  right: 16px;
  bottom: 8%;
  z-index: 8;
  display: none;
}

.content-wrapper {
  padding-top: 63px;
  width: 100%;
  height: 100vh;
  min-height: 768px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .content-wrapper {
    height: auto;
    min-height: auto;
  }
}

.landing-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.landing-bg .circle-outline {
  border: 1px solid #87D4C7;
  border-radius: 50%;
  position: absolute;
}
.landing-bg .circle-outline-1 {
  width: 1450px;
  height: 1450px;
  top: 40%;
  transform: translate(-48%, 0);
  border-radius: 50%;
}
.landing-bg .circle-outline-1 .dot {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1aa19b;
  transform-origin: 0px 725px;
  animation: spin 35s infinite linear;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.landing-bg .circle-outline-2 {
  width: 1830px;
  height: 1830px;
  top: 32%;
  transform: translate(48%, 0);
}
.landing-bg .circle-outline-2 .dot {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1aa19b;
  transform-origin: 0px 915px;
  animation: spin-reverse 45s infinite linear;
}
.landing-bg .circle-outline-2 .dot-opposite {
  animation: spin-reverse-opposite 45s infinite linear;
}
@keyframes spin-reverse {
  from {
    transform: rotate(35deg);
  }
  to {
    transform: rotate(-0.9027777778turn);
  }
}
@keyframes spin-reverse-opposite {
  from {
    transform: rotate(215deg);
  }
  to {
    transform: rotate(-0.4027777778turn);
  }
}
.landing-bg .circle-solid {
  position: absolute;
  border-radius: 50%;
  background: rgb(255, 247, 186);
  background: linear-gradient(180deg, rgb(255, 247, 186) 0%, rgb(128, 208, 194) 15%);
  width: 2150px;
  height: 2150px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .landing-bg .circle-outline {
    border: 1px solid #87D4C7;
    border-radius: 50%;
    position: absolute;
  }
  .landing-bg .circle-outline-1 {
    display: none;
  }
  .landing-bg .circle-outline-2 {
    width: 815px;
    height: 815px;
    top: 35%;
    transform: translate(48%, 0);
  }
  .landing-bg .circle-outline-2 .dot {
    transform-origin: 0px 407.5px;
    animation: spin-reverse 20s infinite linear;
  }
  .landing-bg .circle-solid {
    width: 1100px;
    height: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-63%, 0);
  }
}
.landing-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}
.landing-content .titles {
  margin-top: 40px;
  margin-bottom: 30px;
}
.landing-content .titles .title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #1c1c1c;
}
.landing-content .titles .subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #00A19B;
}
@media (max-width: 768px) {
  .landing-content .titles {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .landing-content .titles .title {
    font-size: 36px;
  }
  .landing-content .titles .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .landing-content .titles {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .landing-content .titles .title {
    font-size: 28px;
  }
  .landing-content .titles .subtitle {
    font-size: 20px;
  }
}
.landing-content .choose {
  margin: 0 auto;
  gap: 40px;
}
.landing-content .choose-item {
  margin: 0 auto;
}
.landing-content .choose-item .img-container {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.landing-content .choose-item .img-container-nowrap {
  width: 336.86px;
  height: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.landing-content .choose-item .choose-item {
  transition: all 1s;
}
.landing-content .choose-item .circle {
  border-radius: 50%;
  box-shadow: 0 0 0 1px #87D4C7;
  background: #fff;
  transition: 0.8s;
}
.landing-content .choose-item .circle .circle-bgcolor {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: 0.8s;
}
.landing-content .choose-item .circle:hover {
  border: 0;
  box-shadow: 0 0 0 1px white;
}
.landing-content .choose-item .circle:hover .circle-bgcolor {
  background: linear-gradient(20deg, #fefa9e, #7ce1e2);
  opacity: 1;
}
.landing-content .choose-item .circle:hover .choose-titles-title {
  background-color: transparent;
}
.landing-content .choose-item .circle:hover .choose-titles-subtitle {
  color: #fff;
}
.landing-content .choose-item .circle:hover .arrow-fadeRight {
  animation: FadeRight 2s infinite;
}
@keyframes FadeRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  33% {
    transform: translateX(10px);
    opacity: 0;
  }
  66% {
    transform: translateX(-12px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.landing-content .choose-item .MA-Circle {
  width: 300px;
  height: 300px;
  animation: FadeUp ease 1.5s;
  animation-delay: 0.2s;
}
.landing-content .choose-item .MA-Circle .choose-titles {
  padding-left: 50px;
  margin-top: 0px;
}
.landing-content .choose-item .MA-Circle .choose-titles-title {
  margin-top: -5px;
}
.landing-content .choose-item .MA-Circle .arrow-1 {
  display: flex;
  align-self: flex-end;
  margin-bottom: 5px;
  margin-left: -15px;
}
.landing-content .choose-item .TMA-Circle {
  width: 330px;
  height: 330px;
  top: 30px;
  animation: FadeUp ease 1.5s;
  animation-delay: 0s;
}
.landing-content .choose-item .TMA-Circle .choose-titles {
  padding-left: 65px;
}
.landing-content .choose-item .TMA-Circle .choose-titles-title {
  margin-top: -7px;
}
.landing-content .choose-item .TMA-Circle .arrow-2 {
  display: flex;
  align-self: flex-start;
  margin-top: 5px;
  margin-left: -70px;
}
.landing-content .choose-item .TA-Circle {
  width: 315px;
  height: 315px;
  top: 5px;
  left: 0px;
  animation: FadeUp ease 1.5s;
  animation-delay: 0.4s;
}
.landing-content .choose-item .TA-Circle .choose-titles {
  padding-left: 85px;
  margin-top: -15px;
}
.landing-content .choose-item .TA-Circle .choose-titles-title {
  margin-top: -12px;
}
.landing-content .choose-item .TA-Circle .arrow-3 {
  display: flex;
  align-self: flex-start;
  margin-top: 15px;
  margin-left: 20px;
}
@keyframes FadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.landing-content .choose-titles-title {
  display: inline-block;
  padding: 0 4px;
  margin: 0;
  line-height: 44px;
  color: #00A19B;
  background-color: #fff;
}
.landing-content .choose-titles .subtitle-group {
  display: flex;
}
.landing-content .choose-titles .subtitle-group img {
  width: 40px;
  height: 10px;
  display: block;
  z-index: 1;
}
.landing-content .choose-titles-subtitle {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  color: #1c1c1c;
  padding: 0 4px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1440px) {
  .landing-content .choose {
    transform: scale(1.1);
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .landing-content .choose {
    justify-content: center;
    transform: scale(0.9);
    gap: 0;
    margin: 0;
  }
  .landing-content .choose .MA-Circle {
    left: -20px;
  }
  .landing-content .choose .TA-Circle {
    left: 20px;
  }
}
@media (max-width: 900px) {
  .landing-content .choose {
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .landing-content .choose {
    display: flex;
    flex-direction: column;
    transform: scale(0.9);
  }
  .landing-content .choose .MA-Circle {
    left: 140px;
  }
  .landing-content .choose .TMA-Circle {
    left: -150px;
    top: -80px;
  }
  .landing-content .choose .TA-Circle {
    top: -120px;
    left: 120px;
  }
}
@media (max-width: 768px) {
  .landing-content .choose .TA-Circle .choose-titles-title {
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .landing-content .choose {
    display: flex;
    flex-direction: column;
    transform: scale(0.88);
    gap: 50px;
  }
  .landing-content .choose .MA-Circle {
    left: 15vw;
  }
  .landing-content .choose .TMA-Circle {
    width: 300px;
    height: 300px;
    left: 0;
    left: -15vw;
    transform: translate(0, 0);
    top: 0;
  }
  .landing-content .choose .TMA-Circle .choose-titles {
    padding-left: 45px;
    margin-top: -10px;
  }
  .landing-content .choose .TA-Circle {
    width: 300px;
    height: 300px;
    top: 0px;
    left: 12vw;
  }
}
@media (max-width: 375px) {
  .landing-content .choose .MA-Circle {
    left: 9vw;
  }
  .landing-content .choose .TMA-Circle {
    left: -9vw;
  }
  .landing-content .choose .TA-Circle {
    left: 7vw;
  }
}
.landing-cta {
  margin-top: 30px;
  margin-bottom: 50px;
}
.landing-cta .scription {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  text-shadow: 2px 2px 7px rgba(31, 104, 77, 0.5098039216);
  font-weight: bold;
  font-size: 24px;
}
.landing-cta-btn {
  display: block;
  width: 248px;
  height: 54px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
  animation: poping ease-in-out 1s infinite;
  transition: all 0.5s;
}
.landing-cta-btn h4 {
  font-size: 20px;
  line-height: 54px;
  margin: 0;
  color: #00A19B;
  font-weight: 400;
}
.landing-cta-btn:hover {
  border: 0;
  background: #1aa19b;
}
.landing-cta-btn:hover h4 {
  color: #fff;
}
.landing-cta-btn:hover .choose-titles-title {
  background-color: transparent;
}
.landing-cta-btn:hover .choose-titles-subtitle {
  color: #fff;
}
@keyframes poping {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .landing-cta {
    top: -150px;
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .landing-cta {
    top: 0;
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .landing-cta .scription {
    margin-top: 0;
    font-size: 16px;
  }
  .landing-cta-btn {
    display: block;
    width: 200px;
    height: 48px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
  }
  .landing-cta-btn h4 {
    font-size: 16px;
    line-height: 48px;
    margin: 0;
    color: #00A19B;
    font-weight: 400;
  }
}/*# sourceMappingURL=landing.css.map */