@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
body {
  font-family: 'Noto Sans TC', 'Josefin Sans', 'Heiti TC', 'Microsoft JhengHei',  Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #acacac;
  border-radius: 3px;
  margin: 0 auto;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto 90px;
}

.container {
  max-width: 1040px;
}

.headline-sec .bg-holder {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../imgs/bg-headline.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.headline-sec .content {
  min-height: 720px;
}

.headline-sec .title-wrapper {
  margin-bottom: 30px;
}

.headline-sec .mobile-nav-button {
  position: fixed;
  top: 10px;
  left: -50px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: #30308e;
  border-radius: 25px;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid #fff;
}

.headline-sec .mobile-nav-button .icon-bar {
  display: block;
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  margin: 3px auto 3px;
  border-radius: 1.5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.headline-sec .nav-wrapper {
  position: relative;
  top: unset;
  left: unset;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.headline-sec .nav-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2f2fbc;
  margin-bottom: 15px;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.headline-sec .nav-wrapper a:hover {
  color: #fff;
}

.headline-sec .nav-wrapper a:hover span {
  background-color: #2f2fbc;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.headline-sec .nav-wrapper i {
  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: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #2f2fbc;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headline-sec .nav-wrapper i svg {
  width: 50px;
  height: 50px;
}

.headline-sec .nav-wrapper span {
  padding: 4px 50px 2px;
  border: 1px solid #2f2fbc;
  border-radius: 18px;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-family: "Josefin Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.headline-sec .nav-wrapper span.scroll-text {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.headline-sec .nav-wrapper .solution-nav {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.headline-sec .scroll-active {
  position: fixed;
  width: 100px;
  left: 5px;
  bottom: calc(50% - 275.5px);
  background-color: #30308e;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 50px 0px;
  z-index: 99;
}

.headline-sec .scroll-active:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #30308e;
  border: 1px solid #fff;
}

.headline-sec .scroll-active .mobile-nav-button {
  left: 10px;
}

.headline-sec .scroll-active a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.headline-sec .scroll-active a:hover path {
  fill: #fff;
}

.headline-sec .scroll-active a:hover span {
  color: #fff;
  background-color: transparent;
  -webkit-transform: unset;
          transform: unset;
}

.headline-sec .scroll-active i {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.headline-sec .scroll-active i svg {
  width: 50px;
  height: 50px;
}

.headline-sec .scroll-active i svg path {
  fill: #cbcbff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headline-sec .scroll-active span {
  display: none;
}

.headline-sec .scroll-active span.scroll-text {
  display: block;
  color: #cbcbff;
  font-size: 14px;
  border: none;
  padding: 0;
  margin-bottom: 10px;
  -webkit-transform: unset;
          transform: unset;
  visibility: visible;
  opacity: 1;
}

.headline-sec .scroll-active .solution-nav {
  width: 85%;
  margin: 0 7.5%;
  border-left: 2px solid #cbcbff;
  display: block;
  visibility: visible;
  opacity: 1;
}

.headline-sec .scroll-active .solution-nav a {
  color: #cbcbff;
  font-size: 13px;
}

.headline-sec .scroll-active .solution-nav a:hover {
  color: #fff;
}

.headline-sec img {
  width: 100%;
  height: auto;
}

.headline-sec .scroll-down {
  position: relative;
  color: #2f2fbc;
  margin: 0 auto 30px;
}

.headline-sec .scroll-down:after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  bottom: -15px;
  left: calc(50% - 7.5px);
  background-image: url(../imgs/scroll-dwon.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.qa-sec .bg-holder {
  background-image: url(../imgs/bg-qa.jpg);
  background-repeat: no-repeat;
  min-height: 720px;
}

.qa-sec .title-holder {
  font-size: 42px;
  color: #30308e;
}

.qa-sec .title-holder span {
  font-size: 24px;
}

.qa-sec .title-holder .en {
  font-size: 92px;
  font-family: "Josefin Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
}

.qa-sec .content-item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 25px;
  margin-bottom: 10px;
}

.qa-sec .content-item:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #555555;
  border-radius: 2px;
}

.qa-sec .content-item:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -2px;
  height: calc(100% - 20px);
  background-color: #2f2fbc;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa-sec .content-item.active:after {
  width: 6px;
  height: calc(100% - 20px);
}

.qa-sec .content-item.active .question-item .q-btn:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.qa-sec .content-item.active .q-btn {
  color: #2f2fbc;
}

.qa-sec .question-item {
  position: relative;
  margin-bottom: 0;
}

.qa-sec .question-item .q-btn {
  display: inline-block;
  width: 100%;
  text-align: initial;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  padding: 10px 40px 10px 0px;
}

.qa-sec .question-item .q-btn:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  background-image: url(../imgs/collaps-arrow.svg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa-sec .collapse {
  margin-bottom: 15px;
}

.qa-sec .content {
  margin-bottom: 15px;
}

.qa-sec .content p {
  font-size: 16px;
  line-height: 1.5;
}

.qa-sec .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qa-sec .link-wrapper .link-btn {
  color: #fff;
  padding: 2px 30px 5px;
  margin: 5px 5px 0 0;
  background-color: #40408e;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa-sec .link-wrapper .link-btn span {
  position: relative;
  line-height: 0;
}

.qa-sec .link-wrapper .link-btn img {
  width: 10px;
  height: 10px;
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.qa-sec .link-wrapper .link-btn:hover {
  background-color: #2f2fbc;
}

.testimonial-sec .bg-holder {
  background-image: url(../imgs/bg-testimonial.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.testimonial-sec .title-holder {
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #30308e;
  margin-bottom: 30px;
}

.testimonial-sec .title-holder span {
  font-size: 24px;
  font-weight: normal;
}

.testimonial-sec .testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  margin-bottom: 50px;
}

.testimonial-sec .testimonial-wrapper .img-holder {
  width: 380px;
  height: auto;
}

.testimonial-sec .testimonial-wrapper .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #30308e;
  padding: 0 15px;
}

.testimonial-sec .testimonial-wrapper .content-wrapper span {
  font-size: 20px;
  font-weight: 300;
}

.testimonial-sec .testimonial-wrapper .content-wrapper h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonial-sec .testimonial-wrapper .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}

.testimonial-sec .testimonial-wrapper .content-wrapper .tag {
  color: #fff;
  font-size: 15px;
  background-color: #4d48af;
  padding: 2px 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.testimonial-sec .testimonial-wrapper .content-wrapper p {
  color: #4f4f4f;
}

.testimonial-sec .testimonial-wrapper .content-wrapper a {
  display: inline-block;
  color: #4d48af;
  padding: 3px 15px;
  background-color: #cbcbff;
  border: 1px solid #4d48af;
  border-radius: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.testimonial-sec .testimonial-wrapper .content-wrapper a:hover {
  color: #ffbe6a;
  background-color: #1c168d;
}

.solution-sec {
  padding-top: 90px;
  margin-bottom: 0;
}

.solution-sec .bg-holder {
  position: relative;
  background-color: #f6f6ff;
  background-image: url(../imgs/bg-solution.png);
  background-position: center 0px;
  background-repeat: repeat-y;
  overflow-x: hidden;
}

.solution-sec .bg-holder:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 1100px);
  width: 2200px;
  height: 480px;
  background-image: url(../imgs/bg-solution-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.solution-sec .container {
  position: relative;
  z-index: 1;
}

.solution-sec .sec-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 50px;
}

.solution-sec .title-holder {
  width: 100%;
  min-width: 40%;
  font-size: 84px;
  font-weight: bold;
  color: #30308e;
  line-height: 0;
}

.solution-sec .title-holder span {
  font-size: 24px;
}

.solution-sec .title-holder .straight-text {
  font-size: 30px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.solution-sec .sec-info {
  color: #4f4f4f;
}

.solution-sec .item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 980px;
  color: #fff;
  padding: 15px 0px;
  margin: 0 auto 30px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.solution-sec .item-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  width: 92%;
  height: 100%;
  background-color: #30308e;
  z-index: -1;
}

.solution-sec .item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.solution-sec .item-wrapper:hover .img-holder {
  border: 2px solid #ffb147;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.solution-sec .item-wrapper .img-holder {
  width: 100%;
  min-width: 400px;
  height: auto;
  border: 2px solid transparent;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.solution-sec .item-wrapper .img-holder img {
  width: 100%;
  height: auto;
}

.solution-sec .item-wrapper .content-wrapper {
  padding: 30px;
}

.solution-sec .item-wrapper h3 {
  font-size: 32px;
  margin-bottom: 15px;
}

.solution-sec .item-wrapper .tag-wrapper {
  color: #ffb147;
  margin-bottom: 15px;
}

.solution-sec .item-wrapper .tag-wrapper span {
  margin-right: 10px;
  font-style: italic;
}

.solution-sec .item-wrapper .content-holder {
  font-size: 15px;
  line-height: 1.5;
  height: 12em;
  overflow-y: scroll;
  padding-right: 10px;
}

.solution-sec .item-wrapper .content-holder p {
  margin-bottom: 1.5em;
}

.solution-sec .item-wrapper .content-holder h4 {
  font-size: 20px;
  color: #8dcaf3;
  margin-bottom: 1em;
}

.solution-sec .item-right:after {
  right: 0;
  border-bottom-right-radius: 30px;
}

.solution-sec .item-left:after {
  left: 0;
  border-bottom-left-radius: 30px;
}

.solution-sec .solution-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 90px;
}

.solution-sec .solution-wrapper .arrow-right {
  width: 280px;
  background-image: url(../imgs/solution-arrow-right.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: 6%;
  padding-top: 90px;
}

.solution-sec .solution-wrapper .arrow-left {
  width: 280px;
  background-image: url(../imgs/solution-arrow-left.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin-right: 6%;
  padding-top: 90px;
}

.solution-sec .solution-wrapper p {
  color: #5151a9;
  font-style: italic;
  text-decoration: underline;
  padding: 0px 20px;
}

.solution-sec .solution-wrapper .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-sec .solution-wrapper i {
  font-size: 92px;
  font-family: "Josefin Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #30308e;
}

.solution-sec .solution-wrapper .product-holder {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 250px;
  color: #30308e;
  border: 3px solid #30308e;
  border-radius: 5px;
  margin: 0 15px;
}

.solution-sec .solution-wrapper .product-holder .solution-link {
  position: absolute;
  bottom: -33px;
  display: block;
  height: 30px;
  width: 120px;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3055c1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.solution-sec .solution-wrapper .product-holder .solution-link:hover {
  background-color: #06067c;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f6f6ff;
  border-bottom: 5px solid #30308e;
  padding: 100px 0px 15px;
}

footer .backtotop {
  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;
  width: 200px;
  height: 40px;
  color: #fff;
  border-radius: 20px;
  background-color: #30308e;
}

footer .backtotop:before {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  height: 10px;
  background-color: #30308e;
  -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  border-radius: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

footer .backtotop:hover {
  color: #ffb147;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
/*# sourceMappingURL=style.css.map */