@charset "UTF-8";
* {
  scrollbar-width: none;
  box-sizing: border-box;
  font-variant-ligatures: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: "PingFang TC", "Noto Sans TC", "Open Sans", "微軟正黑體", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
  user-select: none;
  margin: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

/**
 * @section Main Color Variables
 */
.header {
  width: 100%;
  height: auto;
  z-index: 5;
  background-color: #FFFFFF;
  border-bottom: 1px solid #012896;
  position: fixed;
  top: 0;
}

.header-nav {
  width: 100%;
  margin: 0 auto;
  padding: 8px 12px 5px;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header-nav {
    padding: 10px 12px 6px;
  }
}

.logo {
  line-height: 0;
}
.logo-MB {
  display: none;
}
@media (max-width: 767px) {
  .logo-MB {
    display: block;
  }
}
@media (max-width: 767px) {
  .logo-PC {
    display: none;
  }
}

.register {
  line-height: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.register-svg {
  width: 24px;
  height: 43px;
}
@media (max-width: 767px) {
  .register-svg {
    width: 20px;
    height: 33px;
  }
}

:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

/**
 * @section Main Color Variables
 */
.container {
  width: 100%;
  height: auto;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .container {
    margin-top: 49px;
  }
}

/**
 * @section Main Color Variables
 */
:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

.container {
  width: 100%;
  height: auto;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .container {
    margin-top: 49px;
  }
}
:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

/**
 * @section Typography Weight Variables and Map
 */
/**
 * @section Main Color Variables
 */
@keyframes word-fadein {
  from {
    opacity: 0;
    transform: translateY(105%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes img-fadein {
  0% {
    opacity: 0;
    transform: translateY(105%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  70% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes link-on-hover {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes link-cancel-hover {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.section-1 .section-1-img, .section-1 .section-text-h2-1, .section-1 .section-text-h2-2, .section-1 .section-text-p, .section-1 .section-text-link, .section-2 .section-1-img, .section-2 .section-text-h2-1, .section-2 .section-text-h2-2, .section-2 .section-text-p, .section-2 .section-text-link, .section-3 .section-1-img, .section-3 .section-text-h2-1, .section-3 .section-text-h2-2, .section-3 .section-text-p, .section-3 .section-text-link, .section-1.fadein .section-1-img, .section-2.fadein .section-1-img, .section-3.fadein .section-1-img, .section-1.fadein .section-text-h2-1, .section-1.fadein .section-text-h2-2, .section-1.fadein .section-text-p, .section-1.fadein .section-text-link, .section-2.fadein .section-text-h2-1, .section-2.fadein .section-text-h2-2, .section-2.fadein .section-text-p, .section-2.fadein .section-text-link, .section-3.fadein .section-text-h2-1, .section-3.fadein .section-text-h2-2, .section-3.fadein .section-text-p, .section-3.fadein .section-text-link {
  opacity: 0;
  transform: translateY(105%);
}

.section-1.fadein .section-text-h2-1, .section-1.fadein .section-text-h2-2, .section-1.fadein .section-text-p, .section-1.fadein .section-text-link, .section-2.fadein .section-text-h2-1, .section-2.fadein .section-text-h2-2, .section-2.fadein .section-text-p, .section-2.fadein .section-text-link, .section-3.fadein .section-text-h2-1, .section-3.fadein .section-text-h2-2, .section-3.fadein .section-text-p, .section-3.fadein .section-text-link {
  display: inline-block;
  vertical-align: middle;
  animation: word-fadein;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
  animation-fill-mode: forwards;
}

.section-1.fadein .section-1-img, .section-2.fadein .section-1-img, .section-3.fadein .section-1-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: img-fadein;
  animation-timing-function: cubic-bezier(0.9, 0.25, 0.3, 1);
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
  animation-delay: 0;
}

/* link-animation */
.section-link::before, .section-link:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E6EAEF;
}

.section-text {
  flex-shrink: 0;
}
.section-text > h2 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .section-text > h2 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: 1px;
  }
}
.section-text > p {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1 px;
  letter-spacing: 1px;
  margin: 20px 0 24px;
}
@media (max-width: 959px) {
  .section-text {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .section-text {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.section-link {
  font-size: 30px;
  line-height: 80px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 240px;
  height: 80px;
  border: 2px solid #A3C42A;
  background-color: #A3C42A;
  color: #FFFFFF;
  font-weight: 900;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.section-link::before {
  transform: scaleY(1);
  transform-origin: bottom;
  animation: link-cancel-hover;
  animation-timing-function: cubic-bezier(0.26, 0.1, 0.26, 1);
  animation-duration: 0.3s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}
.section-link:hover {
  position: relative;
  color: #A3C42A;
}
.section-link:hover::before {
  transform: scaleY(0);
  transform-origin: top;
  animation: link-on-hover;
  animation-timing-function: cubic-bezier(0.26, 0.1, 0.26, 1);
  animation-duration: 0.3s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

.section-link-canvas {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .section-link-canvas {
    align-items: center;
  }
}

.section-1 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #002896;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-end;
}
.section-1 .section-1-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.section-1.fadein .mask {
  overflow: hidden;
}
.section-1.fadein .section-text-h2-1 {
  animation-duration: 0.75s;
  animation-delay: 0.3s;
}
.section-1.fadein .section-text-h2-2 {
  animation-duration: 0.75s;
  animation-delay: 0.35s;
}
.section-1.fadein .section-text-p {
  animation-duration: 0.75s;
  animation-delay: 0.4s;
}
.section-1.fadein .section-text-link {
  animation-duration: 0.75s;
  animation-delay: 0.45s;
}
@media (max-width: 959px) {
  .section-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-1-img {
    margin: 0 auto;
  }
}
.section-1-img {
  width: 532px;
  height: 481px;
}
@media (max-width: 959px) {
  .section-1-img {
    margin: 0 10% 0 auto;
  }
}
@media (max-width: 1200px) and (min-width: 960px) {
  .section-1-img {
    width: 425.25px;
    height: 384.46px;
  }
}
@media (max-width: 767px) {
  .section-1-img {
    width: 360px;
    height: 336px;
    margin: 0;
  }
}
@media (max-height: 710px) and (max-width: 959px) {
  .section-1-img {
    width: 288px;
    height: 269px;
  }
}
.section-1-canvas {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 959px) {
  .section-1-canvas {
    flex-flow: column;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .section-1-canvas {
    justify-content: center;
    align-items: center;
  }
}
@media (max-height: 710px) and (max-width: 959px) {
  .section-1-canvas {
    display: grid;
    grid-template-rows: calc(calc(var(--vh, 1vh) * 100) - 56px) min-content;
  }
}
@media (max-width: 959px) {
  .section-1 {
    row-gap: 0px;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .section-1 {
    row-gap: 100px;
  }
}

.section-2 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.section-2 .section-1-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.section-2.fadein .mask {
  overflow: hidden;
}
.section-2.fadein .section-text-h2-1 {
  animation-duration: 0.75s;
  animation-delay: 0.3s;
}
.section-2.fadein .section-text-h2-2 {
  animation-duration: 0.75s;
  animation-delay: 0.35s;
}
.section-2.fadein .section-text-p {
  animation-duration: 0.75s;
  animation-delay: 0.4s;
}
.section-2.fadein .section-text-link {
  animation-duration: 0.75s;
  animation-delay: 0.45s;
}
@media (max-width: 959px) {
  .section-2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-2-img {
    margin: 0 auto;
  }
}
.section-2-img {
  width: 445.54px;
  height: 311.64px;
}
@media (max-width: 1200px) and (min-width: 960px) {
  .section-2-img {
    width: 356.43px;
    height: 249.29px;
  }
}
@media (max-width: 767px) {
  .section-2-img {
    width: 320px;
    height: 266.67px;
  }
}
@media (max-width: 959px) {
  .section-2-text {
    padding: 0 0 117px;
  }
}
@media (max-width: 767px) {
  .section-2-text {
    max-width: none;
    padding: 0 20px 80px;
  }
}
@media (max-width: 959px) {
  .section-2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
  }
}

.section-3 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 67px;
  color: #FFFFFF;
}
.section-3 .section-1-img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.section-3.fadein .mask {
  overflow: hidden;
}
.section-3.fadein .section-text-h2-1 {
  animation-duration: 0.75s;
  animation-delay: 0.3s;
}
.section-3.fadein .section-text-h2-2 {
  animation-duration: 0.75s;
  animation-delay: 0.35s;
}
.section-3.fadein .section-text-p {
  animation-duration: 0.75s;
  animation-delay: 0.4s;
}
.section-3.fadein .section-text-link {
  animation-duration: 0.75s;
  animation-delay: 0.45s;
}
@media (max-width: 959px) {
  .section-3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-3-img {
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .section-3 {
    padding-top: 13px;
  }
}
@media (max-width: 959px) {
  .section-3 {
    padding-top: 50px;
    row-gap: 143px;
  }
}
@media (max-width: 767px) {
  .section-3 {
    padding-top: 0;
    row-gap: 123px;
  }
}
.section-3-text {
  max-width: 500px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1 px;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 959px) {
  .section-3-text {
    max-width: none;
    padding: 30px 40px 0;
  }
}
@media (max-width: 767px) {
  .section-3-text {
    max-width: none;
    padding: 0 20px;
  }
}
.section-3-img {
  width: 345.14px;
  height: 278.15px;
}
@media (max-width: 1200px) and (min-width: 960px) {
  .section-3-img {
    width: 276.11px;
    height: 222.52px;
  }
}
@media (max-width: 767px) {
  .section-3-img {
    width: 276.11px;
    height: 222.52px;
  }
}

.top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: calc(calc(var(--vh, 1vh) * 100) - 56px - 80px) repeat(2, min-content);
  row-gap: 126px;
}
@media (max-width: 1200px) {
  .top {
    row-gap: 117px;
  }
}
@media (max-width: 959px) {
  .top {
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .top {
    grid-template-rows: calc(calc(var(--vh, 1vh) * 100) - 56px) repeat(2, min-content);
    row-gap: 80px;
  }
}
@media (max-height: 710px) and (max-width: 959px) {
  .top {
    grid-template-rows: repeat(3, min-content);
  }
}

.top {
  position: relative;
  padding: 0 0 160px;
  overflow: hidden;
  z-index: 0;
  background-image: linear-gradient(to bottom, #002896 70%, #002079), none;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 1365px) {
  .top {
    padding: 40px 40px 160px;
  }
}
@media (max-width: 1200px) {
  .top {
    padding: 40px 40px 75px;
  }
}
@media (max-width: 959px) {
  .top {
    padding: 0 40px 133px;
  }
}
@media (max-width: 767px) {
  .top {
    padding: 0 0 120px;
  }
}
.top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(calc(var(--vh, 1vh) * 100) - calc(56px * 0.5));
  top: 0;
  left: 0;
  background: #E6EAEF;
  z-index: -1;
  /* control the slope of clip-path */
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
@media (max-width: 1200px) {
  .top::before {
    height: calc(calc(var(--vh, 1vh) * 100) - calc(49px * 0.8));
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
}
@media (max-width: 959px) {
  .top::before {
    height: calc(calc(var(--vh, 1vh) * 100) - calc(49px * 0.8));
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 95%);
  }
}
@media (max-width: 767px) {
  .top::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
}
@media (max-height: 710px) and (max-width: 959px) {
  .top::before {
    /* section-1-canvas gap is 50px, 269px is img height */
    height: calc(calc(calc(var(--vh, 1vh) * 100) - 56px) + 50px + 269px);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}

/**
 * @section Main Color Variables
 */
:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

.container {
  width: 100%;
  height: auto;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .container {
    margin-top: 49px;
  }
}
:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

@keyframes step-fade-in {
  from {
    transform: translateY(calc(100% + 40px));
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.step-img {
  width: 280px;
}
@media (max-width: 959px) {
  .step-img {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .step-img {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .step-img {
    width: 100%;
  }
}

.steps {
  max-width: 1040px;
  margin: 0 auto;
  overflow-y: hidden;
  display: grid;
  padding: 120px 0;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  text-align: center;
}
@media (max-width: 959px) {
  .steps {
    padding: 80px 0;
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
@media (max-width: 767px) {
  .steps {
    padding: 40px 0;
  }
}

.step-1 {
  opacity: 0;
}
.step-1.fadein {
  animation-name: step-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.9, 0.25, 0.3, 1);
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.step-2 {
  opacity: 0;
}
.step-2.fadein {
  opacity: 0;
  animation-name: step-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.9, 0.25, 0.3, 1);
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.step-3 {
  opacity: 0;
}
.step-3.fadein {
  opacity: 0;
  animation-name: step-fade-in;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.9, 0.25, 0.3, 1);
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

/**
 * @section Typography Weight Variables and Map
 */
/**
 * @section Main Color Variables
 */
@keyframes about-word-fadein {
  from {
    opacity: 0;
    transform: translateY(105%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.about-text-title-2, .about-text-title-1 {
  font-size: 35px;
  line-height: 54px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-block-start: 0;
  margin-block-end: 0;
}

.about-text-description, .about-text-title-2, .about-text-title-1, .about-text-description.fadein, .about-text-title-2.fadein, .about-text-title-1.fadein {
  opacity: 0;
  transform: translateY(105%);
}

.about-text-description.fadein, .about-text-title-2.fadein, .about-text-title-1.fadein {
  display: inline-block;
  vertical-align: middle;
  animation: about-word-fadein;
  animation-timing-function: cubic-bezier(0.64, 0.23, 0.3, 1);
  animation-fill-mode: forwards;
  animation-duration: 0.75s;
  animation-delay: 0;
}

.about {
  max-width: 1040px;
  margin: 0 auto;
  padding: 120px 0;
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: center;
  column-gap: 60px;
}
@media (max-width: 959px) {
  .about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: unset;
  }
}
.about-text {
  flex: 1;
  color: #002896;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about-text-title-1.fadein {
  animation-duration: 0.75s;
  animation-delay: 0;
}
.about-text-title-2 {
  word-break: keep-all;
}
.about-text-title-2.fadein {
  animation-duration: 0.75s;
  animation-delay: 0.1s;
}
.about-text-description {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1 px;
}
.about-text-description.fadein {
  animation-duration: 0.75s;
  animation-delay: 0.2s;
}
.about-img {
  width: 100%;
}
@media (max-width: 959px) {
  .about-img {
    display: none;
  }
}

.bottom {
  position: relative;
  padding: 0px 40px 102px;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media (max-width: 1365px) {
  .bottom {
    padding: 40px 40px 29.6px;
  }
}
@media (max-width: 959px) {
  .bottom {
    padding: 80px 40px 74.45px;
  }
}
@media (max-width: 767px) {
  .bottom {
    padding: 80px 40px 80.93px;
  }
}

:export {
  mobile: 768;
  tablet-pro: 1200;
  tablet: 960;
  desktop: 1366;
}

/**
 * @section Main Color Variables
 */
/**
 * @section Typography Weight Variables and Map
 */
.footer {
  width: 100%;
  z-index: 5;
  border-top: 1px solid #E5ECF0;
}

.footer-canvas {
  width: 100%;
  max-width: 1200px;
  padding: 22px 18px 40px;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  column-gap: 18px;
  align-items: end;
}
@media (max-width: 767px) {
  .footer-canvas {
    padding: 20px 0;
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.footer-svg {
  width: 263px;
  height: 61px;
}
@media (max-width: 767px) {
  .footer-svg {
    width: 168px;
    height: 39px;
  }
}

.footer-text {
  height: 21px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #898F9C;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-text {
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}

/*# sourceMappingURL=styles.css.map */
