a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --wrapper-width: 1024px;
  --wrapper-padding: 8px;
  color-scheme: light only;
}

*,
::before,
::after {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
  visibility: hidden;
}

html {
  /* For safari */
  overflow-x: hidden;
}

body {
  /* Prevent scroll chaining */
  overscroll-behavior-y: contain;
  /* scroll bar space */
  scrollbar-gutter: stable;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif, monospace;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove default input eye */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/* scrollbar */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Transition */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter {
  opacity: 0;
}
.fade-leave {
  opacity: 1;
}
.fade-leave-to {
  opacity: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.base-wrapper {
  width: var(--wrapper-width);
  max-width: 100%;
  padding: 16px var(--wrapper-padding);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .base-wrapper {
    padding: 40px var(--wrapper-padding);
  }
}

.font-bold {
  font-weight: 700;
}

.base-link {
  overflow-wrap: break-word;
}

.base-btn {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.color-primary {
  color: var(--color-primary);
}

body {
  line-height: 1.5;
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.header .base-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 var(--wrapper-padding);
}

.footer {
  position: relative;
  color: #313e54;
  background: #f2f2f2;
  padding: 40px 0px 0;
  font-weight: 700;
  --background-rainbow: linear-gradient(
      90deg,
      #df1c4b 0%,
      #f41f5e 15%,
      #f96585 25%,
      #f8613c 40%,
      #b495cd 50%,
      #ceabf9 60%,
      #797df2 75%,
      #489cf6 85%,
      #6f59ed 100%
  );
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  background: var(--background-rainbow);
}
.footer .footer-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.footer .footer-company-name {
  font-size: 22px;
  margin: 16px 0;
}
.footer .footer-company-desc {
  font-size: 14px;
}
.footer .footer-head-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
}
.footer .footer-head-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-head-phone-number {
  font-size: 30px;
  color: #021d3a;
  text-decoration: none;
}
.footer .footer-social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer .footer-social-media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
  background: #021d3a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.footer .footer-warning {
  position: relative;
  padding: 24px 0 0;
}
.footer .footer-warning::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: var(--background-rainbow);
}
.footer .footer-warning ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 15px;
}
.footer .footer-warning ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.footer .footer-copyright-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  border: solid 1px #50ffcf;
  margin: auto;
  padding: 4px 32px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(75, 153, 255, 0.4) 0%, rgba(214, 125, 255, 0.5) 100%);
  line-height: 1.2rem;
}
.footer .footer-bottom-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #fff;
  background-color: #021d3a;
  padding: 16px 0;
  margin: 40px 0 0;
}
.footer .footer-bottom-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background: var(--background-rainbow);
}
@media screen and (max-width: 1199px) {
  .footer .footer-head img {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-head {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer .footer-social-media {
    order: -1;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-head {
    text-align: left;
    justify-content: space-between;
  }
  .footer .footer-head-contact {
    flex-direction: row;
    align-self: flex-end;
  }
  .footer .footer-head-phone {
    flex-direction: row;
    align-items: center;
  }
}

.go-top-icon {
  position: fixed;
  bottom: 64px;
  right: 16px;
  border-radius: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: opacity 0.4s;
}
.go-top-icon:hover {
  opacity: 0.8;
}
.go-top-enter-active, .go-top-leave-active {
  transition: 0.3s;
}
.go-top-enter, .go-top-leave-to {
  transform: translateY(120px);
}
@media screen and (max-width: 767px) {
  .go-top-caret-icon {
    font-size: 24px;
  }
  .go-top-text {
    display: none;
  }
}

.btn-download {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #116bd1;
  padding: 8px 16px;
  margin: 24px 0 0;
  border-radius: 4px;
  transition: 0.4s transform;
}
.btn-download:hover {
  transform: scale(1.05);
}

.section-banner {
  position: relative;
}
.section-banner .base-wrapper {
  padding: 0;
  position: relative;
}
.section-banner .pic-banner {
  aspect-ratio: 12/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.section-banner .banner-content {
  position: absolute;
  bottom: 40px;
  left: 16px;
  padding: 16px;
  background: transparent;
  color: #fff;
  border-radius: 0 32px 0 0;
}
.section-banner .banner-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 4px #000, 0 0 4px #000, 0 0 4px #000, 0 0 4px #000;
}
@media screen and (min-width: 768px) {
  .section-banner .banner-content {
    padding: 40px;
    color: #000;
    background: #fff;
  }
  .section-banner .banner-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-image: linear-gradient(to bottom, #0048ce, #bb00ff);
  }
  .section-banner .banner-title {
    font-size: 40px;
    text-shadow: none;
  }
  .section-banner .btn-download {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-banner .pic-banner {
    aspect-ratio: 4096/1600;
    min-height: 400px;
  }
}

.section-top-bar {
  background: #effaff;
}
.section-top-bar .top-bar-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-top-bar .top-bar-item {
  position: relative;
  font-size: 20px;
  color: #0048ce;
  padding: 24px;
  cursor: pointer;
  transition: 0.4s opacity;
}
.section-top-bar .top-bar-item:hover {
  opacity: 0.8;
}
.section-top-bar .top-bar-item::before, .section-top-bar .top-bar-item:last-child::after {
  content: "|";
  position: absolute;
  height: 100%;
  width: 1px;
}
.section-top-bar .top-bar-item::before {
  left: -2px;
}
.section-top-bar .top-bar-item:last-child::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .section-top-bar .top-bar-item {
    font-size: 24px;
    padding: 32px 48px;
  }
}

.section-quote {
  padding: 64px 0;
  overflow: hidden;
}
.section-quote .content {
  position: relative;
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  line-height: 1.2;
  gap: 16px;
  padding: 0 24px;
}
.section-quote .quote {
  position: absolute;
  font-size: 64px;
}
.section-quote .quote-start {
  top: -32px;
  left: -40px;
}
.section-quote .quote-end {
  bottom: -64px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .section-quote .quote-start {
    top: -24px;
    left: -80px;
  }
  .section-quote .quote-end {
    bottom: -48px;
    right: -80px;
  }
}

.section-common .common-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 36px;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.section-common .common-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #0048ce, #bb00ff);
}
.section-common .common-item {
  position: relative;
  display: flex;
  gap: 64px;
  font-size: 18px;
  border-bottom: 1px solid #d9d9d9;
  padding: 32px 16px;
}
.section-common .common-item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.section-common .common-item .pic-item {
  display: none;
}
.section-common .common-item .title {
  font-size: 30px;
  color: #07012b;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-common .common-item .title .subtitle {
  font-size: 18px;
  color: #116bd1;
  font-weight: 400;
}
.section-common .common-item .content-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-common .common-item .content-ul .list-item {
  position: relative;
  padding-left: 16px;
}
.section-common .common-item .content-ul .list-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #000;
}
.section-common .common-item .number {
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 200px;
  color: #f3f3f3;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-common .commont-title {
    font-size: 48px;
  }
  .section-common .common-item .pic-item {
    display: block;
    width: 30%;
  }
  .section-common .common-item .title {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .section-common .common-item .title .subtitle {
    font-size: 24px;
  }
  .section-common .common-item .content {
    gap: 24px;
  }
  .section-common .common-item:nth-child(odd) .pic-item {
    order: 1;
  }
  .section-common .number {
    display: none;
  }
}

.section-btn .base-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-btn .btn-download {
  padding: 16px 40px;
  margin: 0 0 16px;
}/*# sourceMappingURL=index.css.map */