@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* 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, li {
  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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Global 
========================================================================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  line-height: normal;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* ==========================================================================
icon
========================================================================== */
.i-top {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.i-top::before {
  content: url(../images/icon/icon_top.svg);
}

.i-contact::before {
  content: url(../images/icon/icon_contact.svg);
}

.i-free {
  margin-top: 5px;
}
.i-free::before {
  content: url(../images/icon/icon_free.svg);
}

.i-unlimitedLearn::before {
  content: url(../images/icon/icon_unlimitedLearn.svg);
}

/* ==========================================================================
keyframes 
========================================================================== */
@keyframes glass-shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes iconBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes arrowFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes aiPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
boxalign 
========================================================================== */
.rowbox {
  display: flex;
  align-items: center;
}

.pic img {
  max-width: 100%;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}
@media screen and (max-width: 1280px) {
  .wrapper_in {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_in {
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .wrapper_in {
    padding: 0 10px;
  }
}

.wrapper_in_for_nav {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .wrapper_in_for_nav {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper_in_for_nav {
    padding: 0 16px;
  }
}

.btn {
  margin: 0 2px;
  font-size: 14px;
  border-radius: 4px;
  border: solid 0 #0b0306;
  background-color: #00afb8;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 120px;
  transition: all 0.2s ease;
  outline: none;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #00b8c2;
}
.btn:focus {
  outline: none;
}
.btn:link, .btn:visited, .btn:hover, .btn:active {
  color: #fff;
}

@media screen and (max-width: 320px) {
  .btn {
    min-width: auto !important;
    padding: 6px 8px !important;
  }
  .btn-white {
    min-width: auto !important;
    padding: 6px 8px !important;
    white-space: nowrap;
  }
}
.btn-white {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #00afb8;
  background-color: #FFF;
  color: #00afb8 !important;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 120px;
  margin-left: 12px !important;
  outline: none;
  transition: all 0.2s ease;
}
.btn-white:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

/* 三卡片區域箭頭專用響應式類別 */
@media screen and (max-width: 1100px) {
  .arrow-horizontal {
    display: none !important;
  }
}

@media screen and (min-width: 1101px) {
  .arrow-vertical {
    display: none !important;
  }
}

/* ==========================================================================
nav
========================================================================== */
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.colorlib-nav {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  box-shadow: 2.1px 4.5px 31.8px 11.2px rgba(134, 148, 161, 0.16);
  min-height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.colorlib-nav .top-menu .rowbox {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .colorlib-nav .top-menu {
    min-height: 58px;
    padding: 12px 0;
  }
}
.logo_Group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_Group .nav-block {
  border: 1px solid #dddddd;
  height: 24px;
  margin-left: 16px;
}

.colorlib-nav .nav-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 130px;
}
.colorlib-nav .nav-logo img {
  height: 100%;
  width: 100%;
}
.colorlib-nav .nav-logo a {
  position: relative;
  color: #fff;
}
.colorlib-nav .nav-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}
.colorlib-nav ul {
  padding: 0;
  margin: 0;
  margin-left: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .colorlib-nav ul {
    margin-left: 5px;
  }
}
.colorlib-nav ul li {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.colorlib-nav ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 4px 8px;
  margin-bottom: 2px;
  color: #484848;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  outline: none;
}
.colorlib-nav ul li a:hover {
  color: #00afb8;
}
.colorlib-nav ul li a:focus {
  outline: none;
}
@media screen and (max-width: 960px) {
  .colorlib-nav ul li a {
    padding: 4px 4px;
  }
}
.colorlib-nav ul li.has-dropdown {
  position: relative;
}
.colorlib-nav ul li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.colorlib-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
}
.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.colorlib-nav ul li.btn-cta a {
  color: #fff;
  background: #4aca85;
  padding: 10px 15px;
  border-radius: 100px;
  transition: 0.3s;
}
.colorlib-nav ul li.btn-cta a:hover {
  -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.colorlib-nav ul li.active > a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.colorlib-nav ul li.active > a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.colorlib-nav ul > li,
.colorlib-nav ul > a {
  margin-left: 15px;
}

@media screen and (max-width: 959px) {
  .colorlib-nav .nav-logo {
    margin-left: 30px;
    width: 188px;
  }
}
@media screen and (max-width: 959px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .colorlib-nav ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) {
  .colorlib-nav ul > li,
  .colorlib-nav ul > a {
    margin-left: 15px;
  }
}
.menu-mbshow {
  display: none;
}
@media screen and (max-width: 959px) {
  .menu-mbshow {
    display: block;
  }
}
.menu-mbshow ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.menu-mbshow .btn {
  font-size: 14px;
  padding: 6px 12px;
  min-width: auto;
  margin-right: 8px;
}
@media screen and (max-width: 320px) {
  .menu-mbshow .btn {
    display: none;
  }
}
.menu-mbshow .btn-white {
  font-size: 12px;
  padding: 4px 10px;
  min-width: auto;
  margin-left: 0 !important;
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  color: #fff;
  background: #1a1a1a;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(-270px);
  transition: 0.5s;
}

@media screen and (max-width: 959px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #fff;
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: center;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #4aca85;
  padding-bottom: 5px;
}

@media screen and (max-width: 959px) {
  #colorlib-offcanvas ul li {
    font-size: 16px;
    padding: 6px 4px 6px 16px;
  }
}
.colorlib-nav-toggle.active i::before,
.colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover,
.colorlib-nav-toggle:focus,
.colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before,
.colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #02afb8;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before,
.colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #02afb8;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  left: 12px;
  top: 2px;
  z-index: 2001;
  padding: 12px 0 0 0;
  margin: 0 auto;
  display: none;
  width: 25px;
  height: 36px;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .colorlib-nav-toggle {
    display: block;
  }
}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  min-height: 100vh;
}

.offcanvas #page {
  position: absolute;
  overflow: hidden;
}
.offcanvas #page:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.bg-wrapper .page-bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-wrapper .page-bg img {
    max-width: 100%;
  }
}
.bg-wrapper .bg1 {
  top: 11%;
  right: 0;
}
.bg-wrapper .bg2 {
  bottom: -53%;
  left: 0;
  z-index: 2;
}
.bg-wrapper .bg3 {
  bottom: -45%;
  right: 0;
  z-index: 2;
}
.bg-wrapper .bg_wave_1 {
  width: 100%;
  height: auto;
  top: 0;
}
.bg-wrapper .bg_wave_1 img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .bg-wrapper .bg_wave_1 {
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .bg-wrapper .bg_wave_1 {
    top: -38px;
  }
}
.bg-wrapper .bg_wave_2 {
  width: 100%;
  height: auto;
  bottom: 0;
}
.bg-wrapper .bg_wave_2 img {
  width: 100%;
  height: auto;
}
.bg-wrapper .bg_shine {
  top: 0px;
  right: 0;
}
.bg-wrapper .bg_line {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -3;
}
.bg-wrapper .bg_line img {
  width: 100%;
  height: auto;
}
.bg-wrapper .bg_hand {
  bottom: 6%;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .bg-wrapper .bg_hand {
    bottom: 2%;
  }
}
.bg-wrapper .bg4 {
  bottom: 29%;
  left: 0;
}

/* ==========================================================================
section_title
========================================================================== */
section .wrapper_in {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section .wrapper_in {
    padding-top: 0;
    padding-bottom: 0;
  }
}

section .section_title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1.8px;
  line-height: normal;
  color: #292929;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  section .section_title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
section .section_title::after {
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  width: 72px;
  height: 4px;
  left: calc(50% - 36px);
  bottom: 0;
  background-color: #00afb8;
  border-radius: 2px;
}
section .section_title:hover::after {
  width: 100px;
  left: calc(50% - 50px);
}

/* ==========================================================================
right-menu
========================================================================== */
.right-menu {
  position: fixed;
  top: 60%;
  right: 26px;
  box-shadow: 0 0 4px 0 rgba(181, 181, 181, 0.5);
  border-radius: 10px;
  background: #fff;
  padding: 0 15px;
  z-index: 999;
  min-width: 80px;
  min-height: 152px;
}
@media screen and (max-width: 768px) {
  .right-menu {
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    min-height: auto;
  }
}
.right-menu .right-menu-item {
  display: flex;
}
.right-menu .right-menu-item + .right-menu-item {
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .right-menu .right-menu-item + .right-menu-item {
    border-top: none;
  }
}
.right-menu .totop {
  display: none;
}
.right-menu .totop.active {
  display: flex;
}
.right-menu .menu-li {
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #00afb8;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .right-menu .menu-li {
    margin: 8px auto;
  }
}
.right-menu .menu-li .txt {
  margin-top: 6px;
}
.right-menu a {
  text-decoration: initial;
  outline: none;
}
.right-menu a:hover, .right-menu a:focus, .right-menu a:active, .right-menu a:visited {
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .right-menu a {
    flex-grow: 1;
    width: 50%;
  }
}

/* ==========================================================================
topbanner
========================================================================== */
.topbanner {
  position: relative;
  min-height: 400px;
  margin-top: 70px;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .topbanner {
    margin-top: 58px;
    min-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner {
    margin-top: 58px;
    min-height: 210px;
  }
}
.topbanner .topbanner-bg-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/topbanner_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-bg-base {
    max-height: 210px;
  }
}
.topbanner .topbanner-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/topbanner_bg_1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.topbanner .topbanner-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-content {
    padding-top: 0px;
  }
}
.topbanner .topbanner-content .wrapper_in {
  padding-bottom: 0;
}
.topbanner .topbanner-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-inner {
    padding: 90px 0 0 0;
    text-align: center;
    justify-content: center;
  }
}
.topbanner .topbanner-text {
  max-width: 600px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-text {
    max-width: 100%;
  }
}
.topbanner .title {
  font-size: 55px;
  text-align: center;
  font-family: Inter;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #005EBB 0%, #0080FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .topbanner .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .title {
    font-size: 45.615px;
    margin-bottom: 8.29px;
  }
}
.topbanner .subtitle {
  color: #292929;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1024px) {
  .topbanner .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topbanner .subtitle {
    font-size: 20px;
    letter-spacing: 1.99px;
  }
}
.topbanner .topbanner-scroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner-scroll-btn {
    margin-top: 95px;
  }
}
.topbanner .scroll-down-btn {
  display: inline-flex;
  padding: 15px 8px;
  align-items: center;
  border-radius: 30px;
  border: 0.844px solid #2FC6DE;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #FFF 100%);
  text-decoration: none;
  transition: all 0.3s ease;
}
.topbanner .scroll-down-btn img {
  width: 15px;
  height: 19px;
  display: block;
  animation: floatUpDown 2s ease-in-out infinite;
}

/* ==========================================================================
section_1
========================================================================== */
section.section_1 {
  position: relative;
  z-index: 1;
  background: #fafbfe;
}
@media screen and (min-width: 1200px) {
  section.section_1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.section_1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  section.section_1 {
    margin-top: 0;
    padding: 40px 0;
  }
}
section.section_1 .wrapper_in {
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  section.section_1 .wrapper_in {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  section.section_1 .wrapper_in {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  section.section_1 .commonSituations-wrapper .section_title h2 {
    font-size: 24px;
  }
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.section_1 .commonSituations-wrapper .commonSituations_cardGroup {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    gap: 10px;
    flex-wrap: nowrap;
  }
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card {
  text-align: center;
  display: flex;
  flex: 1;
  min-width: 180px;
  padding: 20px 15px;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  border-radius: 20px;
  background: #FFF;
  position: relative;
  background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(180deg, #BCEADB 0%, #7ABCFF 100%) border-box;
  border: 1px solid transparent;
}
@media screen and (max-width: 1100px) {
  section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card {
    margin: 0 auto;
    width: 100%;
    flex: none;
    max-width: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card .text-wrapper {
    align-items: flex-start;
  }
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card .text-wrapper .title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 22px;
  font-weight: 700;
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card .text-wrapper .desc {
  color: #595959;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
section.section_1 .commonSituations-wrapper .commonSituations_cardGroup .card .text-wrapper .desc .pain-point {
  width: 35px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(180deg, #2EC9DC 0%, #42A0FF 100%), #B2B2B2;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
section.section_1 .commonSituations-wrapper .commonSituations_desc {
  text-align: center;
  margin: 0 auto;
  color: #000;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.section_1 .commonSituations-wrapper .commonSituations_desc {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 400;
    align-self: stretch;
  }
}

/* ==========================================================================
section_2
========================================================================== */
section.section_2 {
  position: relative;
  background: #f8f9fd;
}
@media screen and (min-width: 1200px) {
  section.section_2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.section_2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  section.section_2 {
    margin-top: 0;
    padding: 40px 0;
  }
}
section.section_2 .wrapper_in {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.section_2 .wrapper_in {
    padding-bottom: 0;
  }
}
section.section_2 .systemFeatures-wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .section_title h2 {
    font-size: 24px;
  }
}
section.section_2 .systemFeatures-wrapper .section_title .section_stitle {
  font-family: "Microsoft JhengHei";
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(284deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .section_title .section_stitle {
    font-size: 18px;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px 50px 50px 0;
  background: linear-gradient(270deg, rgba(238, 243, 255, 0) 0%, #EEF3FF 100%);
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-content {
    background: none;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-image {
  position: relative;
  flex: 0 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-image {
    width: 100%;
    max-width: 400px;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-image img {
  width: 100%;
  max-width: 357px;
  height: auto;
  border-radius: 50px 0 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-image img {
    border-radius: 0;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-text {
  flex: 1;
  display: flex;
  padding: 30px 80px 40px 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 594px;
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-text {
    text-align: center;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-text {
    padding: 0;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-header .title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-header .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-header .title {
    font-size: 28px;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-header .subtitle {
  background: linear-gradient(284deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft JhengHei";
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-header .subtitle {
    font-size: 16px;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-list {
    margin-top: 30px;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 20px 50px -8.911px rgba(194, 186, 162, 0.1);
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item {
    justify-content: center;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-icon {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  margin-top: 2px;
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-icon img {
  width: 100%;
  height: 100%;
  animation: iconBlink 3s ease-in-out infinite;
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-content {
  flex: 1;
}
@media screen and (min-width: 0px) and (max-width: 1199px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-content {
    text-align: left;
  }
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-content .feature-title {
  color: #2B2B2B;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
}
section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-content .feature-desc {
  color: #2B2B2B;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.section_2 .systemFeatures-wrapper .systemFeatures-list .feature-item .feature-content .feature-desc {
    font-size: 16px;
  }
}

/* ==========================================================================
section_3
========================================================================== */
section.section_3 {
  position: relative;
  background: #f8f9fd;
}
@media screen and (max-width: 768px) {
  section.section_3 {
    margin-top: 0;
    padding: 40px 0 80px 0;
  }
}
section.section_3 .wrapper_in {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  section.section_3 .wrapper_in {
    padding: 0;
  }
}
section.section_3 .whySystem-wrapper {
  position: relative;
  z-index: 3;
}
section.section_3 .whySystem-wrapper .section_title h2 {
  position: relative;
  display: inline-block;
  padding-left: 70px;
  padding-right: 50px;
}
section.section_3 .whySystem-wrapper .section_title h2 span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans TC";
  font-size: 32px;
  font-weight: 700;
  line-height: 42.757px;
}
section.section_3 .whySystem-wrapper .section_title h2::before {
  content: "";
  position: absolute;
  left: 26%;
  top: 48%;
  z-index: -1;
  transform: translateY(-50%);
  width: 87px;
  height: 55.236px;
  background-image: url("../images/s3_icon_folder.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.section_3 .whySystem-wrapper .section_title h2::after {
  content: "";
  position: absolute;
  right: 50%;
  top: -31%;
  transform: translateY(-50%);
  width: 157.5px;
  height: 46.678px;
  background-image: url("../images/s3_icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: arrowFadeIn 0.6s ease-out 1.2s forwards;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .section_title h2 {
    font-size: 24px;
    padding-left: 55px;
    padding-right: 40px;
  }
  section.section_3 .whySystem-wrapper .section_title h2 span {
    font-size: 24px;
    line-height: 23.148px;
  }
  section.section_3 .whySystem-wrapper .section_title h2::before {
    width: 70%;
    height: 65%;
    left: 17%;
    top: 23%;
  }
  section.section_3 .whySystem-wrapper .section_title h2::after {
    width: 85.271px;
    height: 25.272px;
    right: 26%;
    top: -20%;
  }
}
@media screen and (min-width: 769px) and (max-width: 772px) {
  section.section_3 .whySystem-wrapper .section_title h2::before {
    width: 42%;
    height: 52%;
    left: 16%;
    top: 23%;
  }
  section.section_3 .whySystem-wrapper .section_title h2::after {
    width: 85.271px;
    height: 25.272px;
    right: 54%;
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .section_title .title {
    font-size: 24px;
  }
}
section.section_3 .whySystem-wrapper .section_title .section_stitle {
  font-family: "Microsoft JhengHei";
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(284deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .section_title .section_stitle {
    font-size: 18px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper {
    margin-top: 40px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-container {
    flex-direction: column;
    max-width: 100%;
    margin: 0 20px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels {
  width: 13%;
  background: #D9F2F7;
  margin-top: 103px;
  padding: 0 20px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels {
    display: none;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-title {
  display: none;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  border-top: 1px dashed #8BD0D3;
  box-sizing: border-box;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-item:first-child {
  border-radius: 20px 0 0 0;
  border-top: none;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-item:last-child {
  border-radius: 0 0 0 20px;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-labels .comparison-item .item-label {
  color: #595959;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left {
  width: 18%;
  background: #F3F5FA;
  border-radius: 20px 0 0 0;
  padding: 0 20px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left {
    width: 100%;
    margin-bottom: 10px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-title {
  position: relative;
  height: 48px;
  display: flex;
  align-items: flex-end;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
  color: #292929;
  background: #F3F5FA;
  border-radius: 20px 0 0 0;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-item {
  background-color: #F3F5FA;
  height: 54px;
  display: flex;
  align-items: center;
  border-top: 1px dashed #C8D3D3;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-item {
    height: auto;
    padding: 15px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-item:first-child {
  border-top: none;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-item:last-child {
  border-radius: 0 0 0 10px;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-left .comparison-item .item-content {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  color: #666;
  position: relative;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right {
  width: 35%;
  z-index: 1;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right {
    width: 100%;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-title {
  position: relative;
  height: 75px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  color: #292929;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item {
  background-color: #FFF;
  padding: 15px 20px;
  height: 54px;
  display: flex;
  align-items: center;
  border-top: 1px dashed #C8D3D3;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item {
    height: auto;
    padding: 15px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item:first-child {
  border-top: 1px solid #CBD7D8;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item:last-child {
  border-radius: 0 0 20px 20px;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item.highlight .item-content {
  color: #292929;
  font-weight: 500;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item .item-content {
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  color: #333;
  position: relative;
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item .item-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px 4px 10px;
  border-radius: 20px;
  background: linear-gradient(129deg, #00AFB8 -6.29%, #4E91FF 24.9%, #A733FF 102.05%), #FFF;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Microsoft JhengHei";
  line-height: 160%;
  white-space: nowrap;
  animation: aiPulse 2s ease-in-out infinite;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item .item-badge {
    right: -69px;
  }
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item .item-badge {
    top: -8px;
    right: -10px;
  }
}
section.section_3 .whySystem-wrapper .comparison-wrapper .comparison-right .comparison-item .item-badge::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/s3_icon_ai.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: middle;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  section.section_3 .whySystem-wrapper .comparison-mobile-wrapper {
    display: block;
    margin: 0 10px;
    margin-top: 30px;
  }
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 1px;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs .tab-btn {
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  padding: 7px 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px 10px 0 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #FFF;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs .tab-btn:first-child {
  background: #6678FF;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs .tab-btn:first-child:not(.active) {
  background: #AEB8FF;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs .tab-btn:last-child {
  background: #AEB8FF;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-tabs .tab-btn:last-child.active {
  background: #6678FF;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #FFF;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .tab-content {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideInFromRight 0.4s ease forwards;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .tab-content.active {
  display: block;
  opacity: 1;
  position: relative;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .tab-content.slide-left {
  animation: slideInFromLeft 0.4s ease forwards;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table {
  overflow: hidden;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  gap: -1px;
  align-self: stretch;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row {
  display: flex;
  border-bottom: 1px dashed #CBD7D8;
  align-items: center;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row:last-child {
  border-bottom: none;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .label {
  padding: 15px 0;
  align-items: center;
  justify-content: center;
  color: #737373;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content {
  flex: 1;
  padding: 15px 16px 15px 7px;
  font-family: "Microsoft JhengHei";
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content.positive {
  color: #292929;
  font-weight: 400;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content.negative {
  color: #666;
  padding: 15px 20px;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content .item-badge {
  position: absolute;
  top: 13px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 16px;
  background: linear-gradient(129deg, #00AFB8 -6.29%, #4E91FF 24.9%, #A733FF 102.05%), #FFF;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Microsoft JhengHei";
  white-space: nowrap;
  animation: aiPulse 2s ease-in-out infinite;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 359px) {
  section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content .item-badge {
    right: 0px;
  }
}
@media screen and (max-width: 343px) {
  section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content .item-badge {
    top: -13px;
    right: -4px;
  }
}
section.section_3 .whySystem-wrapper .comparison-mobile-wrapper .mobile-comparison-content .comparison-table .comparison-row .content .item-badge::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/s3_icon_ai.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: middle;
}

/* ==========================================================================
section_4
========================================================================== */
section.section_4 {
  position: relative;
  z-index: 1;
  background: #ECEEFF;
}
section.section_4 .wrapper_in {
  padding-bottom: 80px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  section.section_4 .wrapper_in {
    margin-top: 0;
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 768px) {
  section.section_4 .threeFeatures-wrapper .section_title h2 {
    font-size: 24px;
  }
}
section.section_4 .threeFeatures-wrapper .section_title .section_stitle {
  font-family: "Microsoft JhengHei";
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(284deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  section.section_4 .threeFeatures-wrapper .section_title .section_stitle {
    font-size: 18px;
  }
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  /* 當螢幕寬度不夠放三張卡片時，改為垂直排列 */
}
@media screen and (max-width: 1100px) {
  section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup {
    flex-direction: column;
    margin: 30px auto 60px auto;
    gap: 0;
  }
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card {
  min-height: 460px;
  transition: all 0.3s ease;
  display: flex;
  min-width: 330px;
  padding: 30px 15px 20px 15px;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 20px;
  border: 1px solid #D4DEFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0.14%, rgba(255, 255, 255, 0) 99.81%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media screen and (max-width: 1100px) {
  section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card:nth-child(3), section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card:nth-child(5) {
    margin-top: -10px;
  }
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-header .color-indicator {
  width: 3px;
  height: 55px;
  background: linear-gradient(180deg, #39C8D0 0%, #4C92FD 100%);
  flex-shrink: 0;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-header .header-text {
  flex: 1;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-header .header-text .title {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-header .header-text .subtitle {
  color: #666;
  font-family: "Microsoft JhengHei";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content {
  flex: 1;
  margin-bottom: 10px;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content .feature-list .feature-item {
  display: flex;
  padding: 4.6px 9.199px;
  align-items: center;
  gap: 4.6px;
  border-radius: 7.359px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content .feature-list .feature-item img {
  width: 14.719px;
  height: 14.719px;
  flex-shrink: 0;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content .feature-list .feature-item span {
  color: #292929;
  font-family: "Microsoft JhengHei";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-content .feature-list .feature-item .icon-ai {
  width: 23.918px;
  height: 19.569px;
  margin-top: -3px;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .card .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .arrow {
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
}
section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .arrow img {
  width: 66px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  section.section_4 .threeFeatures-wrapper .threeFeatures_cardGroup .arrow img {
    margin-bottom: -2px;
  }
}
section.section_4 .threeFeatures-wrapper .threeFeatures_btn {
  margin: 0 auto;
  width: 168px;
  display: flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #00AFB8;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: glass-shine 2s ease-in-out infinite;
}
section.section_4 .threeFeatures-wrapper .threeFeatures_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 175, 184, 0.3);
}
section.section_4 .threeFeatures-wrapper .threeFeatures_btn:hover::after {
  animation-duration: 1s;
}

/* ==========================================================================
section_5
========================================================================== */
section.section_5 {
  position: relative;
  z-index: 1;
  background: #f8f9fd;
}
@media screen and (max-width: 768px) {
  section.section_5 {
    margin-top: 0;
    padding: 40px 0;
  }
}
section.section_5 .wrapper_in {
  padding-bottom: 80px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  section.section_5 .wrapper_in {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  section.section_5 .easyDo-wrapper .section_title h2 {
    font-size: 24px;
  }
}
section.section_5 .easyDo-wrapper .section_title .section_stitle {
  font-family: "Microsoft JhengHei";
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(284deg, #2ACED7 24.85%, #42A0FF 67.04%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  section.section_5 .easyDo-wrapper .section_title .section_stitle {
    font-size: 18px;
  }
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup {
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  section.section_5 .easyDo-wrapper .easyDo_cardGroup {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.section_5 .easyDo-wrapper .easyDo_cardGroup {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    gap: 40px;
  }
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card {
    max-width: 100%;
  }
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card:first-child .card-image {
  border: 1px solid #41A3FD;
  background: #E3F0FD;
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card:last-child .card-image {
  border: 1px solid #2ACED7;
  background: #E5F6FA;
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card .card-image {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  padding: 25px;
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card .card-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card .card-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card .card-title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.section_5 .easyDo-wrapper .easyDo_cardGroup .interface-card .card-title {
    font-size: 24px;
  }
}
section.section_5 .easyDo-wrapper .easyDo_btn {
  margin: 0 auto;
  width: 132px;
  display: flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #00AFB8;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.section_5 .easyDo-wrapper .easyDo_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: glass-shine 2s ease-in-out infinite;
}
section.section_5 .easyDo-wrapper .easyDo_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 175, 184, 0.3);
}
section.section_5 .easyDo-wrapper .easyDo_btn:hover::after {
  animation-duration: 1s;
}

/* ==========================================================================
faq
========================================================================== */
#faq {
  display: flex;
  padding: 60px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #f8f9fd;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 0;
  }
}
#faq .wrapper_in {
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .wrapper_in {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_title {
    margin-bottom: 0;
  }
}
#faq .section_title .title {
  text-align: center;
}
#faq .section_title .title img {
  width: 150px;
  height: 102px;
}
#faq .section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content .faq-class {
    margin-bottom: 20px;
  }
}
#faq .section_content .faq-class-title {
  color: #00AFB8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 25px;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content .faq-class-title {
    margin-left: 12px;
  }
}
#faq .section_content .faq-class-title::before {
  content: " ";
  display: block;
  width: 4px;
  height: auto;
  background-color: #00AFB8;
  margin-right: 20px;
}
#faq .section_content ul.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content ul.faq-list {
    margin: 20px 0;
  }
}
#faq .section_content ul.faq-list > li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#faq .section_content ul.faq-list > li.active .question .fold-btn {
  transform: rotate(0deg);
}
#faq .section_content ul.faq-list > li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
#faq .section_content ul.faq-list > li .question .question-title {
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content ul.faq-list > li .question .question-title {
    align-items: normal;
  }
}
#faq .section_content ul.faq-list > li .question .q-style {
  margin-right: 6px;
  color: #00AFB8;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
}
#faq .section_content ul.faq-list > li .question .fold-btn {
  width: 23px;
  height: 23px;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
#faq .section_content ul.faq-list > li .answer {
  display: none;
  padding: 10px 15px 0 35px;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#faq .section_content ul.faq-list > li .answer ol {
  margin-left: 25px;
}
#faq .section_content ul.faq-list > li .answer ol li {
  list-style: disc;
}
#faq .section_content ul.faq-list > li .answer p,
#faq .section_content ul.faq-list > li .answer li {
  color: #616161;
  margin: 0;
}
#faq .section_content ul.faq-list > li .answer p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
#faq .section_content ul.faq-list > li .answer a {
  color: #00AFB8;
  text-decoration: none;
}

/* ==========================================================================
bottom
========================================================================== */
#bottom {
  position: relative;
  z-index: 1;
}
#bottom .bottom-text-section {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: #D7F8F6;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-text-section {
    padding: 25px 0;
  }
}
#bottom .bottom-image-section {
  width: 100%;
  display: block;
}
#bottom .bottom-image-section img {
  width: 100%;
  height: auto;
  display: block;
}
#bottom .wrapper_in {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
#bottom .bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#bottom .bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-content {
    gap: 30px;
  }
}
#bottom .bottom-title {
  color: #292929;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-weight: 700;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
}
#bottom .bottom-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
#bottom .bottom-btn {
  display: flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-family: "Microsoft JhengHei";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 168px;
}
@media screen and (max-width: 768px) {
  #bottom .bottom-btn {
    width: 100%;
    min-width: 188px;
  }
}
#bottom .bottom-btn.primary {
  background: #00AFB8;
  color: #FFF;
  border: 1px solid #00AFB8;
}
#bottom .bottom-btn.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: glass-shine 2s ease-in-out infinite;
}
#bottom .bottom-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 175, 184, 0.3);
}
#bottom .bottom-btn.primary:hover::after {
  animation-duration: 1s;
}
#bottom .bottom-btn.secondary {
  background: transparent;
  color: #00AFB8;
  border: 1px solid #00AFB8;
}
#bottom .bottom-btn.secondary:hover {
  background: #00AFB8;
  color: #FFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 175, 184, 0.3);
}

/* ==========================================================================
footer
========================================================================== */
.footer {
  background-color: #292929;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  padding: 6px 24px;
}
@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    margin-bottom: 72px;
    padding: 16px 16px 8px;
  }
  .footer > * + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer > * + * {
    margin-top: 24px;
  }
}
.footer .footer_title {
  flex-shrink: 0;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .footer .footer_title .phone-icon,
  .footer .footer_title .security-icon {
    display: none;
  }
}
.footer .footer_title .security-icon {
  margin-left: 10px;
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer ul li + li {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */