/*
Theme Name: Custom Theme
Author: refine-lab
Description: custom_theme
Version: 0.1
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Noto+Sans+TC:wght@400;500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

.c-primary {
  color: #5258D7;
}

.c-primaryLight {
  color: #686EF2;
}

.c-black {
  color: #000000;
}

.c-white {
  color: #ffffff;
}

.c-gray100 {
  color: #E8E8E9;
}

.c-gray200 {
  color: #D5D6D7;
}

.c-gray300 {
  color: #B9BAC0;
}

.c-gray400 {
  color: #9899A4;
}

.c-gray500 {
  color: #717184;
}

.c-gray600 {
  color: #51505E;
}

.c-gray700 {
  color: #35343D;
}

.c-gray800 {
  color: #252429;
}

.c-gray900 {
  color: #201F23;
}

.c-danger {
  color: #DD3333;
}

.f-montserrat600 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.f-montserrat500 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 120%;
}

.f-montserrat400 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.f-notoSansTc500 {
  font-family: 'Noto Sans TC', serif;
  font-weight: 500;
}

.f-notoSansTc400 {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
}

.lh-150 {
  line-height: 150%;
}

.lh-175 {
  line-height: 175%;
}

.fs-64 {
  font-size: 64px;
}

@media screen and (max-width: 767px) {
  .fs-64 {
    font-size: 42px;
  }
}

.fs-36 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .fs-36 {
    font-size: 32px;
  }
}

.fs-32 {
  font-size: 32px;
}

.fs-32rwd {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .fs-32rwd {
    font-size: 24px;
  }
}

.fs-24 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.nav {
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  background-color: unset;
  width: 100%;
  height: 72px;
  max-width: 1920px;
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1921px) {
  .nav {
    left: calc((100vw - 1920px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding: 0 16px;
    height: 60px;
    background-color: white;
  }
}

.nav-logo:hover {
  opacity: 0.9;
}

.nav-ham {
  position: relative;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}

.nav-ham:hover .df:nth-child(2) {
  width: 100%;
}

.nav-ham .df {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #5258D7;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.nav-ham .df:nth-child(2) {
  width: 13px;
}

.nav-ham .cg {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #5258D7;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}

.nav-ham .cg1 {
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.nav-ham .cg2 {
  bottom: 1px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.collapseNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 540px;
  height: 100%;
  background: white;
  z-index: 98;
  padding: 120px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

@media screen and (min-width: 1921px) {
  .collapseNav {
    right: calc((100vw - 1920px) / 2);
  }
}

@media screen and (max-height: 999px) {
  .collapseNav {
    padding: 60px 0 20px 0;
  }
}

@media screen and (max-height: 699px), screen and (max-width: 767px) {
  .collapseNav {
    padding: 60px 0 0 0;
    width: 100%;
  }
}

.collapseNav-top {
  margin-bottom: 180px;
}

@media screen and (max-height: 999px) {
  .collapseNav-top {
    margin-bottom: 60px;
  }
}

@media screen and (max-height: 699px), screen and (max-width: 767px) {
  .collapseNav-top {
    margin-bottom: 0;
  }
}

.collapseNav-top-item {
  display: block;
  padding-bottom: 10px;
}

.collapseNav-top-item:hover {
  opacity: 0.8;
}

.collapseNav-top-item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-height: 699px), screen and (max-width: 767px) {
  .collapseNav-bottom {
    display: none;
  }
}

.collapseNav-bottom p,
.collapseNav-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collapseNav-bottom p img,
.collapseNav-bottom a img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.collapseNav-bottom a:hover {
  opacity: 0.8;
}

.collapseNav-bottom a:nth-child(1),
.collapseNav-bottom p:nth-child(3) {
  margin-bottom: 8px;
}

.collapseNav-bottom p:nth-child(2) {
  margin-bottom: 24px;
}

.collapseNav-mask {
  width: calc(100% - 540px);
  height: 100%;
  max-width: 1380px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 1921px) {
  .collapseNav-mask {
    left: calc((100vw - 1920px) / 2);
  }
}

@media screen and (max-height: 699px), screen and (max-width: 767px) {
  .collapseNav-mask {
    display: none;
  }
}

.collapseNav-show {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.home .section-title p:not(:last-child) {
  margin-bottom: 16px;
}

.home .section-title p:nth-child(1) {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 120%;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .home .section-title p:nth-child(1) {
    font-size: 32px;
  }
}

.home .section-title p:nth-child(2) {
  font-family: 'Noto Sans TC', serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .home .section-title p:nth-child(2) {
    font-size: 20px;
  }
}

.home .section-title p:nth-child(3) {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  line-height: 175%;
  font-size: 16px;
}

.home .section-title-more {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 120%;
  font-size: 14px;
  cursor: pointer;
  width: 140px;
  height: 41px;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.home .sec1 {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 1200px;
}

.home .sec1-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1279px) {
  .home .sec1-bg {
    -webkit-clip-path: unset;
            clip-path: unset;
    width: 100%;
    height: 100%;
  }
}

.home .sec1-bg img {
  height: 100%;
  vertical-align: top;
}

@media screen and (max-width: 1279px) {
  .home .sec1-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.home .sec1-wd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .home .sec1-wd {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec1-wd {
    padding: 60px 16px 0 16px;
  }
}

.home .sec1-wd-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 17.415%;
}

@media screen and (max-width: 1279px) {
  .home .sec1-wd-wrap {
    margin-right: unset;
  }
}

.home .sec1-wd-wrap p:last-child {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .home .sec1-wd-wrap p:nth-child(2) {
    max-width: 360px;
  }
}

.home .sec2 {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .home .sec2 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .home .sec2 {
    padding: 60px 16px;
  }
}

.home .sec2-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.home .sec2-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .sec2-cen {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .home .sec2-cen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home .sec2-cen-img {
  width: 520px;
  height: 700px;
}

@media screen and (max-width: 1279px) {
  .home .sec2-cen-img {
    width: 40.625%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-img {
    width: 100%;
  }
}

.home .sec2-cen-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1279px) {
  .home .sec2-cen-img img {
    aspect-ratio: 52/70;
  }
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-img img {
    aspect-ratio: 736/660;
  }
}

.home .sec2-cen-rect {
  height: auto;
  padding: 80px;
  background-color: #5258D7;
  margin-left: -40px;
}

@media screen and (max-width: 1279px) {
  .home .sec2-cen-rect {
    padding: 60px;
  }
}

@media screen and (max-width: 999px) {
  .home .sec2-cen-rect {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-rect {
    margin-left: unset;
    padding: unset;
    background-color: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}

.home .sec2-cen-rect p {
  width: 360px;
}

@media screen and (max-width: 1279px) {
  .home .sec2-cen-rect p {
    width: 400px;
  }
}

@media screen and (max-width: 999px) {
  .home .sec2-cen-rect p {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-rect p {
    color: #252429 !important;
    width: unset;
  }
}

.home .sec2-cen-rect .section-title-more {
  margin-top: 40px;
  border: 1px solid #FFFFFF;
  background-color: unset;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-rect .section-title-more {
    border: 1px solid #252429;
    color: #252429;
    background-color: unset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
  }
}

.home .sec2-cen-rect .section-title-more:hover {
  background-color: white;
  color: #5258D7;
}

@media screen and (max-width: 767px) {
  .home .sec2-cen-rect .section-title-more:hover {
    border: 1px solid #51505E !important;
    color: #51505E !important;
    background-color: unset;
    opacity: 0.8 !important;
  }
}

.home .sec3 {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .home .sec3 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .home .sec3 {
    padding: 60px 16px;
  }
}

.home .sec3-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home .sec3-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .sec3-top {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  text-align: center;
}

.home .sec3-top .section-title-more {
  border: 1px solid #252429;
}

.home .sec3-bottom {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279px) {
  .home .sec3-bottom {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec3-bottom {
    padding: 0;
  }
}

.home .sec3-bottom-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 1279px) {
  .home .sec3-bottom-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home .sec3-item {
  width: 300px;
  height: 618px;
}

@media screen and (max-width: 1279px) {
  .home .sec3-item {
    min-width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    height: auto;
  }
}

@media screen and (max-width: 565px) {
  .home .sec3-item {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

.home .sec3-item-img {
  width: 100%;
  height: 420px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .home .sec3-item-img {
    height: auto;
  }
}

.home .sec3-item-img-bg {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .home .sec3-item-img-bg {
    aspect-ratio: 358/286;
  }
}

.home .sec3-item-img-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}

.home .sec3-item-rect {
  width: 100%;
  height: calc(100% - 420px);
  background-color: #5258D7;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .home .sec3-item-rect {
    height: 142px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec3-item-rect {
    height: 170px;
  }
}

.home .sec3-item-rect p:nth-child(1) {
  font-family: 'Noto Sans TC', serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 20px;
  color: white;
  margin-bottom: 8px;
}

.home .sec3-item-rect p:nth-child(2) {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  line-height: 175%;
  font-size: 16px;
  color: white;
}

.home .sec3-item:nth-child(even) {
  margin-top: 100px;
}

@media screen and (max-width: 1279px) {
  .home .sec3-item:nth-child(even) {
    margin-top: unset;
  }
}

.home .sec3-item:nth-child(even) .sec3-item-rect {
  background-color: white;
}

.home .sec3-item:nth-child(even) .sec3-item-rect p {
  color: #252429;
}

@media screen and (max-width: 1279px) {
  .home .sec3-item:nth-child(1), .home .sec3-item:nth-child(2) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec3-item:nth-child(1), .home .sec3-item:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 565px) {
  .home .sec3-item:nth-child(1), .home .sec3-item:nth-child(2), .home .sec3-item:nth-child(3) {
    margin-bottom: 20px;
  }
}

.home .sec4 {
  width: 100%;
  height: 760px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .home .sec4 {
    height: 520px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (max-width: 767px) {
  .home .sec4 {
    height: 509px;
  }
}

.home .sec4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home .sec4-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.home .sec4-wd {
  position: relative;
  margin-bottom: 20px;
  left: -298px;
}

@media screen and (max-width: 1279px) {
  .home .sec4-wd {
    left: unset;
    margin-left: 14.0625vw;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home .sec4-wd {
    margin-left: 16px;
  }
}

.home .sec4-wd .section-title-more {
  border: 1px solid #252429;
  margin-top: 40px;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  z-index: -1;
}

.contactBlock {
  padding: 120px 0 160px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1279px) {
  .contactBlock {
    padding: 80px 20px 120px 20px;
  }
}

@media screen and (max-width: 767px) {
  .contactBlock {
    padding: 60px 16px 120px 16px;
  }
}

.contactBlock-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 840px;
}

@media screen and (max-width: 767px) {
  .contactBlock-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contactBlock-wd {
  width: 300px;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .contactBlock-wd {
    margin-right: unset;
    width: 100%;
    margin-bottom: 40px;
  }
}

.contactBlock-wd a:hover {
  opacity: 0.8;
}

.contactBlock-wd p:nth-child(1),
.contactBlock-wd p:nth-child(2),
.contactBlock-wd p:nth-child(3) {
  margin-bottom: 16px;
}

.contactBlock-wd p:nth-child(4) {
  margin-bottom: 8px;
}

.contactBlock-wd-4, .contactBlock-wd-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactBlock-wd-4 img, .contactBlock-wd-5 img {
  margin-right: 12px;
}

.contactBlock-form {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .contactBlock-form {
    width: 100%;
  }
}

.contactBlock-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactBlock-form form .prev {
  width: 100%;
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #5258D7;
  margin-bottom: 4px;
}

.contactBlock-form form label:nth-child(1),
.contactBlock-form form label:nth-child(2),
.contactBlock-form form label:nth-child(3),
.contactBlock-form form label:nth-child(4),
.contactBlock-form form label:nth-child(5) {
  width: calc((100% / 2) - 4px);
}

.contactBlock-form form label:nth-child(1),
.contactBlock-form form label:nth-child(2),
.contactBlock-form form label:nth-child(3),
.contactBlock-form form label:nth-child(4),
.contactBlock-form form label:nth-child(5),
.contactBlock-form form label:nth-child(6) {
  height: 46px;
}

.contactBlock-form form label:nth-child(6),
.contactBlock-form form label:nth-child(7) {
  min-width: 100%;
}

.contactBlock-form form label:not(:last-child) {
  margin-bottom: 8px;
}

.contactBlock-form form input,
.contactBlock-form form textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #D5D6D7;
  border-radius: 4px;
  padding: 10px 13px 7px 13px;
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #252429;
}

.contactBlock-form form textarea {
  height: 140px;
}

.contactBlock-form form ::-webkit-input-placeholder {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #51505E;
}

.contactBlock-form form :-ms-input-placeholder {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #51505E;
}

.contactBlock-form form ::-ms-input-placeholder {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #51505E;
}

.contactBlock-form form ::placeholder {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #51505E;
}

.contactBlock-form form .detail {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  line-height: 175%;
  font-size: 14px;
  color: #252429;
}

.contactBlock-form form label:nth-child(9) {
  margin-top: 24px;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactBlock-form form label:nth-child(9) input {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  display: block;
  padding: 0;
  width: 140px;
  height: 49px;
  border: 0;
  background-color: #5258D7;
  border-radius: 25px;
  color: white;
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  line-height: 175%;
  font-size: 14px;
}

.contactBlock-form form label:nth-child(9) input:hover {
  background-color: #686EF2;
}

.contactNoForm {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contactNoForm-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1279px) {
  .contactNoForm-bg {
    display: none;
  }
}

.contactNoForm-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contactNoForm-wd {
  position: relative;
  left: -340px;
  z-index: 1;
  background: #5258D7;
  padding: 62px 62px 90px 62px;
  width: 480px;
}

@media screen and (max-width: 1279px) {
  .contactNoForm-wd {
    width: 100%;
    left: unset;
    padding: 60px 40px;
  }
}

.contactNoForm-wd a:hover {
  opacity: 0.9;
}

.contactNoForm-wd p:nth-child(1),
.contactNoForm-wd p:nth-child(2),
.contactNoForm-wd p:nth-child(3) {
  margin-bottom: 16px;
}

.contactNoForm-wd p:nth-child(4) {
  margin-bottom: 8px;
}

.contactNoForm-wd p:nth-child(5) {
  margin-bottom: 40px;
}

.contactNoForm-wd .toPri {
  text-decoration: underline;
}

.contactNoForm-wd .hasIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactNoForm-wd .hasIcon img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contactNoForm-wd-now {
  cursor: pointer;
  width: 140px;
  height: 41px;
  border: 1px solid #FFFFFF;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  width: 100%;
  height: 65px;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 88px;
  }
}

.footer-toTop {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #686EF2;
  top: -40px;
  left: calc(50% - 20px);
}

.footer-toTop:hover {
  background-color: #5258D7;
}

.footer-line {
  display: block;
  width: 100%;
  height: 0;
  max-width: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D5D6D7;
}

@media screen and (min-width: 1201px) {
  .footer-line {
    left: calc((100vw - 1200px) / 2);
  }
}

.footer p {
  margin: 0 10px;
}

.footer-logo {
  width: 70px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 8px;
  }
}

.footer-logo:hover {
  opacity: 0.9;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-wd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wd a:hover {
  opacity: 0.9;
}

.about .sec1 {
  width: 100%;
  height: 100%;
  max-height: 1200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .about .sec1 {
    padding: 60px 16px 0 16px;
  }
}

@media screen and (max-width: 499px) {
  .about .sec1 {
    height: auto;
    padding: 120px 16px 60px 16px;
  }
}

.about .sec1-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about .sec1-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .sec1-wd {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .sec1-wd p {
  width: 100%;
}

.about .sec1-wd p:nth-child(1),
.about .sec1-wd p:nth-child(2) {
  text-align: center;
}

.about .sec1-wd p:nth-child(2) {
  margin: 8px 0 40px 0;
}

.about .sec1-wd-intro:not(:last-child) {
  margin-bottom: 8px;
}

.services .sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 120px 0 140px 0;
}

@media screen and (max-width: 767px) {
  .services .sec2 {
    margin: 60px 0 100px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
  }
}

.services .sec2-wd {
  max-width: 600px;
}

@media screen and (max-width: 1279px) {
  .services .sec2-wd {
    max-width: unset;
    width: 50%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .services .sec2-wd {
    padding-left: unset;
    margin: 0 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.services .sec2-wd p:nth-child(1) {
  margin-bottom: 40px;
}

.services .sec2-img {
  width: 960px;
  height: 700px;
}

@media screen and (max-width: 1600px) {
  .services .sec2-img {
    width: 640px;
    height: 466.67px;
  }
}

@media screen and (max-width: 1279px) {
  .services .sec2-img {
    width: 50%;
    max-width: 736px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .services .sec2-img {
    width: 100%;
  }
}

.services .sec2-img img {
  width: 100%;
  height: 100%;
}

.services .sec3 {
  margin-bottom: 200px;
  padding-top: 20px;
}

@media screen and (max-width: 1279px) {
  .services .sec3 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 1279px) {
  .services .sec3 {
    margin-bottom: 100px;
  }
}

.services .sec3-cen {
  padding: 214px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.services .sec3-cen-line {
  width: 918px;
  height: 918px;
  position: absolute;
  top: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-line {
    display: none;
  }
}

.services .sec3-cen-line-item {
  position: absolute;
  top: 453.5px;
  left: 459px;
  width: 459px;
  height: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .sec3-cen-line-item .line {
  display: block;
  width: 448px;
  height: 1px;
  background-color: #5258D7;
}

.services .sec3-cen-line-item .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11px;
  height: 11px;
  border: 1px solid #5258D7;
  background-color: white;
  border-radius: 5.5px;
}

.services .sec3-cen-line-item .round-inside {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #5258D7;
  border-radius: 2.5px;
}

.services .sec3-cen-line-item1 {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.services .sec3-cen-line-item2 {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.services .sec3-cen-line-item3 {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.services .sec3-cen-line-item4 {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.services .sec3-cen-circle {
  position: relative;
  width: 360px;
  height: 360px;
  overflow: visible;
  border-radius: 180px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-circle {
    border: none;
    width: 260px;
    height: auto;
    background: unset;
    border-radius: unset;
  }
}

.services .sec3-cen-circle-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-circle-svg {
    display: none;
  }
}

.services .sec3-cen-circle-insideCir {
  overflow: hidden;
  width: 300px;
  height: 300px;
  background: #FFFFFF;
  border: 3px solid #E8E8E9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-circle-insideCir {
    width: 100%;
    height: 100%;
    background: unset;
    border: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: unset;
  }
}

.services .sec3-cen-circle-insideCir p {
  width: 250px;
}

.services .sec3-cen-circle-insideCir p:nth-child(1) {
  margin-bottom: 20px;
}

.services .sec3-cen-content {
  position: absolute;
  width: 1100px;
  height: 844px;
  top: -28px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content {
    position: relative;
    width: auto;
    height: auto;
    top: unset;
  }
}

.services .sec3-cen-content-vertical {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-vertical {
    display: none;
  }
}

.services .sec3-cen-content-vertical-top, .services .sec3-cen-content-vertical-bottom {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services .sec3-cen-content-vertical-top {
  padding-bottom: 200px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.services .sec3-cen-content-vertical-bottom {
  padding-top: 200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.services .sec3-cen-content-horiz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-horiz {
    display: none;
  }
}

.services .sec3-cen-content-horiz-left, .services .sec3-cen-content-horiz-right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .sec3-cen-content-horiz-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.services .sec3-cen-content-horiz-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.services .sec3-cen-content-item {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .sec3-cen-content-item-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}

.services .sec3-cen-content-item-wd1 {
  margin: 20px 0 8px 0;
}

.services .sec3-cen-content-pc {
  display: none;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .services .sec3-cen-content-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.services .sec3-cen-content-pc-item1, .services .sec3-cen-content-pc-item3 {
  margin-right: 40px;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc-item1, .services .sec3-cen-content-pc-item3 {
    margin-right: unset;
  }
}

@media screen and (max-width: 767px) {
  .services .sec3-cen-content-pc-item1, .services .sec3-cen-content-pc-item3 {
    margin-bottom: 40px;
  }
}

.services .sec3-cen-content-pc .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc .first {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc .first {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .services .sec3-cen-content-pc .first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
  }
}

.services .sec3-cen-content-pc .second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc .second {
    width: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .services .sec3-cen-content-pc .second {
    margin-left: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .services .sec3-cen-content-pc .second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
  }
}

.pageHead {
  width: 100%;
  height: 480px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .pageHead {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media screen and (max-width: 767px) {
  .pageHead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 280px;
    text-align: center;
    padding-top: 60px;
  }
}

.pageHead-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageHead-wd {
  position: relative;
  left: -490px;
}

@media screen and (max-width: 1279px) {
  .pageHead-wd {
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pageHead-wd {
    left: 0;
  }
}

.pageHead-wd-1 {
  margin-bottom: 8px;
}

.followUs .sec2-wd {
  text-align: center;
  margin: 120px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .followUs .sec2-wd {
    margin: 60px 0;
    padding: 0 16px;
  }
}

.followUs .sec2-wd > p:nth-child(1) {
  margin-bottom: 16px;
}

.followUs .sec2-wd > p:nth-child(2) {
  margin-bottom: 40px;
}

.followUs .sec2-wd-btn {
  margin: 0 auto;
  width: 140px;
  height: 41px;
  border: 1px solid #252429;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.followUs .sec2-wd-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.followUs .sec2-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec2-content {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content {
    margin-bottom: 80px;
  }
}

.followUs .sec2-content-row {
  width: 100%;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1279px) {
  .followUs .sec2-content-row {
    height: auto;
  }
}

.followUs .sec2-content-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.followUs .sec2-content-row:nth-child(even) .sec2-content-row-wd {
  padding: 0 20px 0 40px;
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row:nth-child(even) .sec2-content-row-wd {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.followUs .sec2-content-row:nth-child(odd) .sec2-content-row-wd {
  padding: 0 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row:nth-child(odd) .sec2-content-row-wd {
    padding: 0;
  }
}

.followUs .sec2-content-row:not(:last-child) {
  margin-bottom: 40px;
}

.followUs .sec2-content-row-wd {
  max-width: 540px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec2-content-row-wd {
    max-width: unset;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row-wd {
    width: 100%;
    margin-bottom: 40px;
  }
}

.followUs .sec2-content-row-wd > p:nth-child(1) {
  margin-bottom: 20px !important;
  font-size: 24px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec2-content-row-wd > p:nth-child(1) {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row-wd > p:nth-child(1) {
    font-size: 24px;
  }
}

.followUs .sec2-content-row-wd > p:not(:last-child) {
  margin-bottom: 8px;
}

.followUs .sec2-content-row-img {
  width: 660px;
  height: 420px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec2-content-row-img {
    width: 55%;
    height: auto;
    aspect-ratio: 660/420;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec2-content-row-img {
    width: 100%;
    height: auto;
  }
}

.followUs .sec2-content-row-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.followUs .sec3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec3 {
    max-width: unset;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec3 {
    margin-bottom: 60px;
    padding: 0 16px;
  }
}

.followUs .sec3 > p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}

.followUs .sec3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .followUs .sec3-content {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec3-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.followUs .sec3-content-item {
  width: 580px;
  height: 294px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec3-content-item {
    width: calc(50% - 20px);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .followUs .sec3-content-item {
    width: 100%;
  }
}

.followUs .sec3-content-item-icon {
  position: relative;
  margin-bottom: -40px;
  width: 80px;
  height: 80px;
  background: #5258D7;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .followUs .sec3-content-item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: -30px;
  }
}

.followUs .sec3-content-item-icon img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .followUs .sec3-content-item-icon img {
    width: 20px;
    height: 20px;
  }
}

.followUs .sec3-content-item-block {
  width: 100%;
  height: calc(100% - 40px);
  background: #FFFFFF;
  border: 1px solid #E8E8E9;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 40px 40px 28px 40px;
}

@media screen and (max-width: 1279px) {
  .followUs .sec3-content-item-block {
    padding: 40px 24px;
  }
}

.followUs .sec3-content-item-block > p {
  margin-bottom: 20px;
}

.followUs .sec3-content-item-block > ul {
  list-style-type: decimal;
  list-style-position: inside;
}

.followUs .sec3-content-item-block > ul li {
  padding-left: 12px;
}

.followUs .sec3-content-item-block > ul li:not(:last-child) {
  margin-bottom: 8px;
}

.privacy .sec2 {
  width: 100%;
  max-width: 960px;
  padding: 40px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 186px;
}

@media screen and (max-width: 767px) {
  .privacy .sec2 {
    margin-top: unset;
    margin-bottom: unset;
    padding: 60px 16px 100px 16px;
  }
}

.privacy .sec2 .content {
  font-family: 'Noto Sans TC', serif;
  font-weight: 400;
  color: #252429;
  font-size: 16px;
  line-height: 175%;
}

.privacy .sec2 .content:not(:last-child) {
  margin-bottom: 8px;
}

.privacy .sec2 .highlights {
  font-family: 'Noto Sans TC', serif;
  font-weight: 500;
  color: #5258D7;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}

.privacy .sec2 .list {
  position: relative;
  padding-left: 28px;
}

.privacy .sec2 .list::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #5258D7;
  position: absolute;
  top: 11px;
  left: 11px;
}

.privacy .sec2 .dec {
  padding-left: 12px;
}

.privacy .sec2 .marg16 {
  margin-bottom: 16px !important;
}

section {
  overflow: hidden;
}

[data-aos="cp-right"] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="cp-right"].aos-animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

[data-aos="draw-circle"] {
  -webkit-animation-name: none;
          animation-name: none;
}

[data-aos="draw-circle"].aos-animate {
  -webkit-animation-name: circle-draw;
          animation-name: circle-draw;
}

@-webkit-keyframes circle-draw {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circle-draw {
  100% {
    stroke-dashoffset: 0;
  }
}

.button-wh {
  border: 1px solid #FFFFFF;
  background-color: unset;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-wh:hover {
  background-color: white;
  color: #5258D7;
}

.button-bk {
  border: 1px solid #252429;
  color: #252429;
  background-color: unset;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.button-bk:hover {
  border: 1px solid #51505E !important;
  color: #51505E !important;
  background-color: unset;
  opacity: 0.8 !important;
}
/*# sourceMappingURL=style.css.map */