@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&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, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "微軟正黑體", "Source Sans Pro", "Arial", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

/* 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 !important;
  width: 100% !important;
}

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;
}

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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

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 {
  background: transparent;
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0;
  border: none;
}

select::-ms-expand {
  display: none;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box; /* 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: #111111;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

picture {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #9f9f9f;
}

input::-moz-placeholder {
  color: #9f9f9f;
}

input:-ms-input-placeholder {
  color: #9f9f9f;
}

input::-ms-input-placeholder {
  color: #9f9f9f;
}

input::placeholder {
  color: #9f9f9f;
}

textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}

textarea:-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::placeholder {
  color: #9f9f9f;
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.mobile {
  display: block !important;
}

.desktop {
  display: none !important;
}

.mobile-exclude {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
@media (min-width: 360px) and (max-width: 576px) {
  .mobile-exclude {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
}

.header__mainArea {
  width: calc(100vw - 20px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1400px) {
  .header__mainArea {
    max-width: 1400px;
  }
}
@media (max-width: 460px) {
  .header__mainArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__btnBox {
  margin: 20px 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__btnBox a {
  display: inline-block;
  width: 70px;
  height: 32px;
  border-radius: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 8px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .header__btnBox a {
    margin: 0 4px;
  }
}
.header__btnBox-login {
  color: #fff !important;
  background: #ff6700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btnBox-login:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 1px 5px 1px;
}
@media (max-width: 1030px) {
  .header__btnBox-login {
    margin-left: 15px !important;
  }
}
.header__btnBox-register {
  color: #7e7e7e !important;
  border: #cccccc solid 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__btnBox-register:hover {
  -webkit-box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
          box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 1px 10px 0px;
}
.header__btnBox-login .text-scrolled {
  color: #fff;
}
.header__btnBox-register .text-scrolled {
  color: #111111;
}

.kv {
  min-height: 400px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .kv {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  .kv {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.kv .container {
  position: relative;
  padding: 0;
}
.kv .container .pc {
  display: block;
}
.kv .container .m {
  display: none;
}
@media (min-width: 1440px) {
  .kv .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .kv .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv .container .pc {
    display: none;
  }
  .kv .container .m {
    display: block;
  }
}
.kv .container .item {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.kv .container .owl-dots {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -67px;
}
@media (max-width: 992px) {
  .kv .container .owl-dots {
    -webkit-transform: initial;
            transform: initial;
    position: initial;
    top: initial;
    right: initial;
  }
}
.kv .container .owl-dot span {
  background-color: #CCC;
  border: #CCC solid 1px;
}
.kv .container .owl-dot.active span, .kv .container .owl-dot:hover span {
  background-color: transparent;
}
.kv .text-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 23.5%;
  left: 8.3333333333%;
}
@media (max-width: 1200px) {
  .kv .text-wrap {
    width: 360px;
    top: 20%;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap {
    position: absolute;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 15px;
    width: 100%;
    top: 45.2054794521%;
    left: 0;
    padding: 0 7.1428571429% 0;
  }
}
@media (max-width: 420px) {
  .kv .text-wrap {
    top: 43.1506849315%;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap {
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .kv .text-wrap {
    gap: 5px;
  }
}
@media (max-width: 330px) {
  .kv .text-wrap {
    gap: 3px;
  }
}
.kv .text-wrap h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #ff6700;
}
@media (max-width: 992px) {
  .kv .text-wrap h4 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap h4 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h4 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .kv .text-wrap h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .kv .text-wrap h4 {
    font-size: 18px;
  }
}
.kv .text-wrap h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .kv .text-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h1 {
    font-size: 36px;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  .kv .text-wrap h1 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .kv .text-wrap h1 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .kv .text-wrap h1 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .kv .text-wrap h1 br {
    display: block;
  }
}
.kv .text-wrap h6 {
  font-size: 20px;
  color: #ff6700;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
}
@media (max-width: 1440px) {
  .kv .text-wrap h6 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap h6 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h6 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.kv .text-wrap h6 br {
  display: none;
}
@media (max-width: 992px) {
  .kv .text-wrap h6 br {
    display: block;
  }
}
.kv .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .kv .text-wrap p {
    font-size: 16px;
    max-width: 460px;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap p {
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap p {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap p {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 390px) {
  .kv .text-wrap p {
    font-size: 16px;
  }
}
.kv .text-wrap p span {
  color: #ff6700;
}
.kv .text-wrap p.ps {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.kv .img-wrap {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .kv .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.kv .img-wrap .icon {
  position: absolute;
}
.kv .img-wrap .icon-1 {
  width: 12.8472222222%;
  top: 28.3333333333%;
  left: 57.9861111111%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-1 {
    width: 27.1428571429%;
    top: 10.9589041096%;
    left: 26.8571428571%;
  }
}
.kv .img-wrap .icon-2 {
  width: 4.8611111111%;
  top: 13.9344262295%;
  left: 66.6666666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-2 {
    width: 10%;
    top: 4.3835616438%;
    left: 38.5714285714%;
  }
}
.kv .img-wrap .icon-3 {
  width: 4.8611111111%;
  top: 58.1967213115%;
  left: 91.6666666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-3 {
    width: 10%;
    top: 20.8219178082%;
    left: 83.4285714286%;
  }
}
.kv .img-wrap .icon-4 {
  width: 15.9722222222%;
  top: 72.9508196721%;
  left: 82.2916666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-4 {
    width: 31.4285714286%;
    top: 27.5342465753%;
    left: 64%;
  }
}
.kv .img-wrap-2 {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .kv .img-wrap-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.kv .img-wrap-2 .icon {
  position: absolute;
  -webkit-animation: levitate 4s infinite;
          animation: levitate 4s infinite;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.kv .img-wrap-2 .icon-1 {
  width: 5.9027777778%;
  top: 8.3333333333%;
  left: 59.7222222222%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media (max-width: 992px) {
  .kv .img-wrap-2 .icon-1 {
    width: 14%;
    top: 2.7397260274%;
    left: 27.1428571429%;
  }
}
.kv .img-wrap-2 .icon-2 {
  width: 7.6388888889%;
  top: 36.0655737705%;
  left: 91.6666666667%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media (max-width: 992px) {
  .kv .img-wrap-2 .icon-2 {
    width: 16.5714285714%;
    top: 13.0136986301%;
    left: 81.4285714286%;
  }
}
.kv .img-wrap-2 .icon-3 {
  width: 6.25%;
  top: 52.4590163934%;
  left: 89.5833333333%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
@media (max-width: 992px) {
  .kv .img-wrap-2 .icon-3 {
    width: 14%;
    top: 20.9589041096%;
    left: 76.5714285714%;
  }
}

.sec-advantage {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  background-position: 0 bottom;
  padding-top: 80px;
}
@media (max-width: 576px) {
  .sec-advantage {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sec-advantage {
    height: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .sec-advantage {
    margin-bottom: 0;
  }
}
.sec-advantage .container {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .sec-advantage .container {
    margin-bottom: 10px;
  }
}
.sec-advantage .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}
@media (max-width: 767px) {
  .sec-advantage .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
    font-size: 30px;
  }
}
.sec-advantage .container h2 span {
  color: #ff6700;
}
.sec-advantage .container h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-advantage .container h5 {
    width: 85.7142857143%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-advantage .container h5 br {
    display: none;
  }
}
.sec-advantage .container h5 span {
  color: #ff6700;
}
.sec-advantage .container .content {
  word-break: break-all;
}
.sec-advantage .carousel-section-advantage {
  width: 100%;
  overflow: hidden;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage {
  width: 100%;
  height: 650px;
  padding-left: calc((100% - 1400px) / 2);
  margin: 0;
  overflow: visible;
}
@media (max-width: 1500px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage {
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage {
    height: auto;
    padding-left: 0;
    padding-top: 30px;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage {
    height: auto;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item {
  display: block;
  margin: 20px 10px;
  width: 350px;
  height: 512px;
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item {
    margin: 0;
  }
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item {
    aspect-ratio: 350/459;
    width: 100%;
    height: auto;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card {
  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;
  width: 350px;
  height: 512px;
  background: #fff;
  border-radius: 30px;
  color: #111111;
  -webkit-box-shadow: rgba(149, 149, 149, 0.2) 0px 4px 32.2px 0px;
          box-shadow: rgba(149, 149, 149, 0.2) 0px 4px 32.2px 0px;
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card {
    aspect-ratio: 350/459;
    width: 100%;
    height: auto;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-imgBox {
  margin-top: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-imgBox {
    margin-bottom: 0;
  }
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-imgBox {
    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: 6%;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-imgBox .caseImg {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-imgBox .caseImg {
    aspect-ratio: 1/1;
    width: 88%;
    height: auto;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox {
  width: 100%;
  height: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 25px 40px 25px;
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox {
    padding: 10px 25px 25px 25px;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox .owlCard-title {
  height: 38px;
  font-size: 24px;
  font-weight: 700;
  font-style: Bold;
  color: #111111;
  letter-spacing: 1.2px;
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox .owlCard-title {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.2rem;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox .owlCard-description {
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 7%;
  margin-top: 10px;
  color: #111111;
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .carousel-item__card .owlCard-textBox .owlCard-description {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 0.9rem;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-stage .owl-item {
  max-width: 390px !important;
  height: auto;
  margin-right: 0px !important;
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-stage .owl-item {
    margin-right: 20px !important;
  }
}
@media (max-width: 385px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-stage .owl-item {
    margin: 0 6vw !important;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-stage-outer {
  overflow: unset;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  text-align: left;
}
@media (max-width: 576px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav {
    opacity: 0;
    pointer-events: none;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-next,
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-prev {
  background: rgba(204, 204, 204, 0.7019607843);
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-next img,
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-prev img {
  width: 40px;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-next:hover,
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-prev:hover {
  background: #fd934b;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-next:focus,
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-nav .owl-prev:focus {
  outline: 0;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99;
}
@media (min-width: 577px) {
  .sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-dots {
    display: none;
  }
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: #d9d9d9 solid 1px;
  border-radius: 50%;
}
.sec-advantage .carousel-section-advantage .carousel-container-advantage .owl-carousel-advantage .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #ff6700;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
          box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
}

.qa {
  background-image: url(../img/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 120px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    background-position: center bottom;
  }
}
.qa__header {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}
.qa__header h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}
@media (max-width: 767px) {
  .qa__header h2 {
    font-size: 30px;
  }
  .qa__header h2 br {
    display: none;
  }
}
.qa__size {
  width: 950px;
}
@media (max-width: 576px) {
  .qa__size {
    width: 100%;
  }
}
.qa__listGroup {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}
@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__list li ~ li {
  border-top: 1px solid #ddd;
}
.qa__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  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;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .qa__title {
    padding: 30px 0;
    font-size: 16px;
  }
}
.qa__title-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff6700;
  margin-right: 12px;
}
.qa__title h5 {
  padding-top: 2px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .qa__title h5 {
    line-height: 24px;
  }
}
.qa__title.open .qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.qa__icon {
  position: relative;
  min-width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  margin-right: 24px;
  margin-left: 10px;
}
.qa__icon::after, .qa__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}
.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}
.qa__answer-content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  display: inline-block;
  color: #ff6700;
  text-decoration: underline;
}
.qa__answer-content span {
  color: #ff6700;
}
.qa__answer-guideBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6700;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5%;
  margin-top: 16px;
  cursor: pointer;
}
.qa__answer-guideBtn:hover {
  color: #ff6700;
}
.qa__answer-guideBtn::before {
  content: "";
  display: block;
  background: url(../../assets/img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.sec-bar {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .sec-bar {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .sec-bar {
    padding-top: 50px;
  }
}
.sec-bar ul {
  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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  padding: 5px 60px;
  width: 100%;
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .sec-bar ul {
    padding: 5px 20px;
  }
}
@media (max-width: 767px) {
  .sec-bar ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
@media (max-width: 992px) {
  .sec-bar ul {
    width: 90%;
  }
}
.sec-bar ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .sec-bar ul li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.sec-bar ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 1.4px;
  white-space: nowrap;
  padding: 10px 0;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 440px) {
  .sec-bar ul li a {
    font-size: 16px;
  }
}
.sec-bar ul li a:hover {
  color: #ff6700;
}
.sec-bar ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 3px;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background: #FFF;
}
.sec-bar ul li:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .sec-bar ul li:nth-child(3)::after {
    display: none;
  }
}

.sec-advantage .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}
@media (max-width: 767px) {
  .sec-advantage .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
    font-size: 30px;
  }
}
.sec-advantage .container h2 span {
  color: #ff6700;
}
.sec-advantage .container h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-advantage .container h5 {
    width: 85.7142857143%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-advantage .container h5 br {
    display: none;
  }
}
.sec-advantage .container h5 span {
  color: #ff6700;
}
.sec-advantage .container .content {
  word-break: break-all;
}
.sec-advantage .container .advantage-wrap {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 25px;
  justify-items: center;
}
@media screen and (max-width: 992px) {
  .sec-advantage .container .advantage-wrap {
    grid-template-columns: 1fr; /* 小螢幕改單列 */
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec-advantage .container .advantage-wrap {
    padding: 0 5%;
  }
}
.sec-advantage .container .advantage-wrap .advantage-item {
  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;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 340px;
  padding: 20px 15px 20px 20px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
}
@media (max-width: 767px) {
  .sec-advantage .container .advantage-wrap .advantage-item {
    padding: 10px 5px 20px 5px;
    height: 270px;
  }
}
@media (max-width: 480px) {
  .sec-advantage .container .advantage-wrap .advantage-item {
    height: 300px;
  }
}
@media (max-width: 410px) {
  .sec-advantage .container .advantage-wrap .advantage-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.sec-advantage .container .advantage-wrap .advantage-item .img-wrap {
  width: calc(50% - 10px);
  max-width: 300px;
  max-height: 300px;
  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 (max-width: 767px) {
  .sec-advantage .container .advantage-wrap .advantage-item .img-wrap {
    width: calc(40% - 10px);
    max-width: 250px;
    max-height: 250px;
  }
}
.sec-advantage .container .advantage-wrap .advantage-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
}
.sec-advantage .container .advantage-wrap .advantage-item .text-wrap {
  width: calc(50% - 10px);
}
.sec-advantage .container .advantage-wrap .advantage-item .text-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #111111;
}
@media (max-width: 480px) {
  .sec-advantage .container .advantage-wrap .advantage-item .text-wrap h3 {
    font-size: 20px;
  }
}
.sec-advantage .container .advantage-wrap .advantage-item .text-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #111111;
  margin-top: 10px;
}

.sec-download {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sec-download {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-download .wrapper {
  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 (max-width: 767px) {
  .sec-download .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sec-download .wrapper .title-links {
    margin-bottom: 20px;
  }
}
.sec-download .wrapper .title-links h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1.75px;
  color: #111111;
  text-align: left;
}
@media (max-width: 767px) {
  .sec-download .wrapper .title-links h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .sec-download .wrapper .title-links h2 {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .sec-download .wrapper .title-links h2 {
    font-size: 22px;
  }
}
.sec-download .wrapper .title-links h2 span {
  color: #ff6700;
}
.sec-download .wrapper .download-links {
  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;
}
.sec-download .wrapper .download-links .APP {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 500px) {
  .sec-download .wrapper .download-links .APP {
    margin-left: 15px;
  }
}
.sec-download .wrapper .download-links .APP a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-download .wrapper .download-links .APP a img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-download .wrapper .download-links .APP .googlePlay img {
  width: 120px;
  height: 40px;
}
.sec-download .wrapper .download-links .APP .applePlay img {
  width: 120px;
  height: 40px;
}
.sec-download .wrapper .download-links .QR img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 103px;
  height: 103px;
}

.sec-3step {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (min-width: 1440px) {
  .sec-3step .container {
    max-width: 950px;
  }
}
.sec-3step h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-3step h2 {
    width: 85.7142857143%;
    margin: 0 auto;
    font-size: 30px;
  }
  .sec-3step h2 br {
    display: none;
  }
}
.sec-3step h5 {
  color: #111111;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-3step h5 {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .sec-3step h5 br {
    display: none;
  }
}
.sec-3step .item-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap {
    -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: 60px 0;
    gap: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap {
    gap: 30px;
    padding: 30px 0;
  }
}
.sec-3step .item-wrap .item {
  padding: 50px 30px;
  width: 230px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .sec-3step .item-wrap .item {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item {
    padding: 0 30px;
  }
}
.sec-3step .item-wrap .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 50px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 50px rgba(17, 17, 17, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .icon {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .icon {
    width: 70px;
    height: 70px;
  }
}
.sec-3step .item-wrap .item .icon img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-3step .item-wrap .item .text-wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-3step .item-wrap .item .text-wrap .step p:first-child {
  font-size: 10px;
  font-weight: bold;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap .step p:first-child {
    font-size: 10px;
  }
}
.sec-3step .item-wrap .item .text-wrap .step p:last-child {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step p:last-child {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap .step p:last-child {
    font-size: 20px;
  }
}
.sec-3step .item-wrap .item .text-wrap > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.4px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap > p {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap > p {
    font-size: 14px;
  }
}
.sec-3step .item-wrap .item .text-wrap > p span, .sec-3step .item-wrap .item .text-wrap > p a {
  color: #ff6700;
}
.sec-3step .item-wrap .item.-active .icon img {
  -webkit-filter: none;
          filter: none;
}
.sec-3step .item-wrap .item.-active .text-wrap .step p:first-child {
  color: #ff6700;
  border-bottom: 3px solid #ff6700;
}
.sec-3step .item-wrap .item.-active .text-wrap .step p:last-child {
  color: #ff6700;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .img .lg {
    display: none;
  }
}
.sec-3step .item-wrap .img .md {
  display: none;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .img .md {
    display: block;
  }
}

.sec-whyChoose {
  padding-top: 100px;
  padding-bottom: 50px;
  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;
  gap: 10px;
}
.sec-whyChoose .container h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec-whyChoose .container h2 {
    font-size: 30px;
  }
}
.sec-whyChoose .container h2 br {
  display: none;
}
@media (max-width: 576px) {
  .sec-whyChoose .container h2 br {
    display: block;
  }
}
.sec-whyChoose .bar {
  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;
  width: 100%;
  height: 75px;
  position: relative;
}
@media (max-width: 768px) {
  .sec-whyChoose .bar {
    height: 100%;
  }
}
.sec-whyChoose .reveal {
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 1200px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .sec-whyChoose .reveal {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .sec-whyChoose .reveal {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 576px) {
  .sec-whyChoose .reveal {
    max-width: 90%;
    width: 90%;
  }
}
.sec-whyChoose .reveal .QA-bar {
  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;
  background: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px rgba(149, 149, 149, 0.2);
  border: rgba(17, 17, 17, 0.0823529412) solid 1px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .sec-whyChoose .reveal .QA-bar {
    padding: 0 20px;
    border-radius: 50px;
  }
}
@media (max-width: 576px) {
  .sec-whyChoose .reveal .QA-bar {
    padding: 0 15px;
  }
}
.sec-whyChoose .reveal .QA-bar .question {
  width: 520px;
  font-family: Noto Sans TC;
  font-weight: 500;
  font-style: Medium;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.62px;
  color: #111111;
  margin: 10px 0;
}
@media (max-width: 1400px) {
  .sec-whyChoose .reveal .QA-bar .question {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .sec-whyChoose .reveal .QA-bar .question {
    width: 380px;
  }
}
@media (max-width: 992px) {
  .sec-whyChoose .reveal .QA-bar .question {
    width: 40%;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .sec-whyChoose .reveal .QA-bar .question {
    font-size: 14px;
  }
}
.sec-whyChoose .reveal .QA-bar .arrow {
  margin: 0 20px;
  width: 24px;
}
.sec-whyChoose .reveal .QA-bar .answer {
  width: 520px;
  font-size: 18px;
  font-weight: 500;
  font-style: medium;
  line-height: 1.5;
  letter-spacing: 1.62px;
  text-align: center;
  color: #ff6700;
  padding: 10px 0;
}
@media (max-width: 1400px) {
  .sec-whyChoose .reveal .QA-bar .answer {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .sec-whyChoose .reveal .QA-bar .answer {
    width: 380px;
  }
}
@media (max-width: 992px) {
  .sec-whyChoose .reveal .QA-bar .answer {
    font-size: 16px;
    width: 40%;
  }
}
@media (max-width: 576px) {
  .sec-whyChoose .reveal .QA-bar .answer {
    font-size: 14px;
  }
}
.sec-whyChoose .title .QA-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.sec-whyChoose .title .QA-bar .question {
  color: #111111;
  font-family: Noto Sans TC;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 15%;
  text-align: center;
}
@media (max-width: 576px) {
  .sec-whyChoose .title .QA-bar .question {
    font-size: 16px;
  }
}
.sec-whyChoose .title .QA-bar .arrow {
  scale: 1.25;
}
.sec-whyChoose .title .QA-bar .answer {
  font-family: Noto Sans TC;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 15%;
  text-align: center;
}
@media (max-width: 576px) {
  .sec-whyChoose .title .QA-bar .answer {
    font-size: 16px;
  }
}

.sec-support {
  padding-top: 80px;
  padding-bottom: 80px;
  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;
  background: #F5F5F5;
}
@media (max-width: 576px) {
  .sec-support {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.sec-support .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1165px;
  height: 558px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .sec-support .wrapper {
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .sec-support .wrapper {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 80%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 576px) {
  .sec-support .wrapper {
    max-width: 90%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 390px) {
  .sec-support .wrapper {
    aspect-ratio: 350/700;
  }
}
.sec-support .wrapper .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
  padding-left: 50px;
  padding-right: 10px;
}
@media (max-width: 900px) {
  .sec-support .wrapper .content-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    width: 82%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 475px) {
  .sec-support .wrapper .content-wrap {
    width: 90%;
  }
}
.sec-support .wrapper .content-wrap h2 {
  font-size: 45px;
  font-weight: 700;
  font-style: Bold;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.sec-support .wrapper .content-wrap h2 .br-pc {
  display: block;
}
.sec-support .wrapper .content-wrap h2 .br-mb {
  display: none;
}
@media (max-width: 1200px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 34px;
  }
}
@media (max-width: 900px) {
  .sec-support .wrapper .content-wrap h2 {
    text-align: center;
  }
  .sec-support .wrapper .content-wrap h2 .br-pc {
    display: none;
  }
  .sec-support .wrapper .content-wrap h2 .br-mb {
    display: block;
  }
}
@media (max-width: 365px) {
  .sec-support .wrapper .content-wrap h2 .br-mb {
    display: none;
  }
}
@media (max-width: 475px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 325px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 23px;
  }
}
.sec-support .wrapper .content-wrap .title-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.26px;
  color: #111111;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .sec-support .wrapper .content-wrap .title-content {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .sec-support .wrapper .content-wrap .title-content {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-support .wrapper .content-wrap .title-content {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .sec-support .wrapper .content-wrap .title-content {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.sec-support .wrapper .content-wrap .details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .sec-support .wrapper .content-wrap .details-wrap {
    margin-bottom: 40px;
  }
}
.sec-support .wrapper .content-wrap .details-wrap .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 900px) {
  .sec-support .wrapper .content-wrap .details-wrap .details {
    width: 100% !important;
  }
}
.sec-support .wrapper .content-wrap .details-wrap .details .check {
  width: 20px;
  height: 15px;
  margin-top: 14px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .check {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .check {
    margin-top: 6px;
  }
}
@media (max-width: 520px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .check {
    margin-top: 12px;
    width: 16px;
    height: 12px;
  }
}
.sec-support .wrapper .content-wrap .details-wrap .details .slogan {
  font-size: 24px;
  font-weight: 700;
  font-style: Bold;
  line-height: 1.5;
  letter-spacing: 1.26px;
  color: #111111;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .slogan {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .slogan {
    font-size: 18px;
  }
}
@media (max-width: 325px) {
  .sec-support .wrapper .content-wrap .details-wrap .details .slogan {
    font-size: 16px;
  }
}
.sec-support .wrapper .img-wrap {
  width: 40%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.sec-support .wrapper .img-wrap .supImg {
  width: 100%;
  height: 558px;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg {
    aspect-ratio: 1000/800;
    height: 100%;
  }
}
.sec-support .wrapper .img-wrap .supImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg img {
    border-radius: 20px 20px 0 0;
  }
}
.sec-support .wrapper .img-wrap .supImg .pc {
  display: block;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg .pc {
    display: none;
  }
}
.sec-support .wrapper .img-wrap .supImg .mb {
  display: none;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg .mb {
    display: block;
  }
}
.sec-support .wrapper .img-wrap .supImg-icon {
  position: absolute;
}
.sec-support .wrapper .img-wrap .supImg-icon-1 {
  width: 17.1428571429%;
  top: 6.6%;
  left: 63.8571428571%;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg-icon-1 {
    width: 14.2857142857%;
    top: 11%;
    left: 66%;
  }
}
.sec-support .wrapper .img-wrap .supImg-icon-2 {
  width: 20%;
  top: 40%;
  left: 2.8571428571%;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg-icon-2 {
    width: 17.1428571429%;
    top: 24%;
    left: 13.5714285714%;
  }
}
.sec-support .wrapper .img-wrap .supImg-icon-3 {
  width: 19.2857142857%;
  top: 19.4%;
  left: 73.5714285714%;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg-icon-3 {
    width: 16.4285714286%;
    top: 29%;
    left: 72.1428571429%;
  }
}
.sec-support .wrapper .img-wrap .supImg-icon-4 {
  width: 36.4285714286%;
  top: 57.6%;
  left: 1.4285714286%;
}
@media (max-width: 900px) {
  .sec-support .wrapper .img-wrap .supImg-icon-4 {
    width: 29.2857142857%;
    top: 53%;
    left: 4.2857142857%;
  }
}

.sec-howHelp {
  margin-top: 50px;
  overflow: hidden;
}
.sec-howHelp .container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1400px) {
  .sec-howHelp .container {
    max-width: 950px;
  }
}
.sec-howHelp h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec-howHelp h2 {
    font-size: 30px;
  }
  .sec-howHelp h2 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .sec-howHelp h2 {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .sec-howHelp h2 {
    width: 90%;
  }
}
.sec-howHelp .card-wrap {
  margin-top: 30px;
  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;
  gap: 40px;
}
@media (max-width: 1024px) {
  .sec-howHelp .card-wrap {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .sec-howHelp .card-wrap {
    gap: 20px;
  }
}
.sec-howHelp .card-wrap .item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.sec-howHelp .card-wrap .item .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
  margin-bottom: 20px;
}
.sec-howHelp .card-wrap .item .img-wrap img {
  max-width: 367px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  aspect-ratio: 367/451;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1200px) {
  .sec-howHelp .card-wrap .item .img-wrap img {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .sec-howHelp .card-wrap .item .img-wrap img {
    max-width: 280px;
  }
}
@media (max-width: 992px) {
  .sec-howHelp .card-wrap .item .img-wrap img {
    max-width: 230px;
  }
}
.sec-howHelp .card-wrap .item .content {
  max-width: 316px;
  height: 100px;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
  color: #111111;
}
@media (max-width: 1200px) {
  .sec-howHelp .card-wrap .item .content {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .sec-howHelp .card-wrap .item .content {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .sec-howHelp .card-wrap .item .content {
    font-size: 18px;
    height: 80px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  position: relative;
  width: 100%;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item {
  display: block;
  margin: 20px 10px;
  width: 290px;
  height: 490px;
}
@media (max-width: 1100px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item {
    margin: 20px 10px;
  }
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item {
    width: 250px;
    height: 370px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 290px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  color: #111111;
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card {
    width: 250px;
    height: 370px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
  background: transparent;
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox {
    margin-bottom: 0;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox .caseImg {
  aspect-ratio: 250/316;
  width: 290px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox .caseImg {
    width: 250px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-content {
  height: 80px;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-align: center;
  color: #111111;
  margin-top: 20px;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-stage .owl-item {
  max-width: 290px;
  height: 490px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .owl-stage .owl-item {
    max-width: 250px;
    height: 370px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-stage-outer {
  overflow: unset;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-nav, .sec-howHelp .img-wrap-owl .owl-carousel-case .owl-nav {
  display: none;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-dots {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .sec-howHelp .img-wrap-owl .owl-carousel-case .owl-dots {
    margin-top: 90px;
  }
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: #d9d9d9 solid 1px;
  border-radius: 50%;
}
.sec-howHelp .img-wrap-owl .owl-carousel-case .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #ff6700;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
          box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
}
.sec-howHelp .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .sec-howHelp .pc {
    display: none;
  }
}
.sec-howHelp .mb {
  display: none;
}
@media (max-width: 767px) {
  .sec-howHelp .mb {
    display: block;
  }
}

.sec-suitableShop {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F5F5F5;
}
@media (max-width: 1024px) {
  .sec-suitableShop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .sec-suitableShop .container {
    max-width: 950px;
  }
}
.sec-suitableShop h2 {
  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;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
}
@media (max-width: 767px) {
  .sec-suitableShop h2 {
    font-size: 30px;
  }
  .sec-suitableShop h2 br {
    display: none;
  }
}
.sec-suitableShop h2 span {
  display: inline-block;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 10px;
}
.sec-suitableShop .swiper-container {
  overflow-x: hidden;
}
.sec-suitableShop .swiper-container .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-suitableShop .swiper-container .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  width: 1200px;
  height: 420px;
  aspect-ratio: 1200/420;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .swiper-slide {
    width: 1000px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .swiper-slide {
    width: 740px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .swiper-slide {
    aspect-ratio: 350/600;
    width: 420px;
    height: auto;
  }
}
@media (max-width: 460px) {
  .sec-suitableShop .swiper-container .swiper-slide {
    max-width: 350px;
    max-height: 600px;
    width: 90%;
    height: auto;
  }
}
.sec-suitableShop .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  opacity: 1;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  z-index: 2;
  pointer-events: none;
}
.sec-suitableShop .swiper-container .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.sec-suitableShop .swiper-container .swiper-slide-1::before {
  background-image: url("../img/feature-1.jpg");
}
.sec-suitableShop .swiper-container .swiper-slide-2::before {
  background-image: url("../img/feature-2.jpg");
}
.sec-suitableShop .swiper-container .swiper-slide-3::before {
  background-image: url("../img/feature-3.jpg");
}
.sec-suitableShop .swiper-container .swiper-slide-4::before {
  background-image: url("../img/feature-4.jpg");
}
.sec-suitableShop .swiper-container .swiper-slide-5::before {
  background-image: url("../img/feature-5.jpg");
}
@media (max-width: 500px) {
  .sec-suitableShop .swiper-container .swiper-slide::before {
    background-image: none;
  }
}
.sec-suitableShop .swiper-container .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.sec-suitableShop .swiper-container .swiper-slide.swiper-slide-active .item-text {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.sec-suitableShop .swiper-container .swiper-3d .swiper-slide-active {
  -webkit-transform: none !important;
          transform: none !important;
}
.sec-suitableShop .swiper-container .swiper-pagination-bullet-active {
  background: #F5F5F5;
  border: 1px solid #CCCCCC;
}
.sec-suitableShop .swiper-container .swiper-pagination-bullet {
  margin: 0 7px;
}
.sec-suitableShop .swiper-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px;
    gap: 30px;
  }
}
@media (max-width: 360px) {
  .sec-suitableShop .swiper-container .item {
    gap: 20px;
  }
}
@media (max-width: 330px) {
  .sec-suitableShop .swiper-container .item {
    height: 110%;
  }
}
.sec-suitableShop .swiper-container .item .item-img {
  aspect-ratio: 550/360;
  width: 50%;
  max-width: 550px;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-img {
    width: 100%;
  }
}
.sec-suitableShop .swiper-container .item .item-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.sec-suitableShop .swiper-container .item .item-text {
  width: 50%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .dots {
    padding-bottom: 5px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .dots img {
  width: 34px;
  height: 25px;
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .dots img {
    width: 27.2px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .dots img {
    width: 34px;
    height: 25px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.75px;
  line-height: 1.5;
  color: #111111;
  text-align: left;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 551px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 28px;
  }
}
@media (max-width: 460px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .sec-suitableShop .swiper-container .item .item-text .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .title br {
    display: none;
  }
}
.sec-suitableShop .swiper-container .item .item-text .text {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .item .item-text .text {
    margin: 10px 0;
  }
}
.sec-suitableShop .swiper-container .item .item-text .text p {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 22px;
  }
}
@media (max-width: 551px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 18px;
  }
}
@media (max-width: 350px) {
  .sec-suitableShop .swiper-container .item .item-text .text p {
    font-size: 16px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .text p:first-child {
  font-weight: 700;
}
.sec-suitableShop .swiper-container .item .item-text .text p:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: rgb(165, 165, 165) 1px solid;
}
@media (max-width: 320px) {
  .sec-suitableShop .swiper-container .item .item-text .text p:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 15px 20px;
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .solution {
    padding: 10px 15px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .solution .solution-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 460px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-title {
    margin-bottom: 5px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .solution .solution-title .check {
  width: 20px;
  margin-right: 10px;
}
.sec-suitableShop .swiper-container .item .item-text .solution .solution-title p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #111111;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-title p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-title p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-title p {
    font-size: 18px;
  }
}
@media (max-width: 551px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-title p {
    font-size: 16px;
  }
}
.sec-suitableShop .swiper-container .item .item-text .solution .solution-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #111111;
  text-align: left;
}
@media (max-width: 1600px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-text {
    font-size: 18px;
  }
}
@media (max-width: 551px) {
  .sec-suitableShop .swiper-container .item .item-text .solution .solution-text {
    font-size: 16px;
  }
}

.reserve {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  background-color: #F5F5F5;
}
.reserve__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
.reserve.nobg-color {
  background-color: #fff;
}
.reserve.pd {
  padding-top: 0;
  padding-bottom: 50px;
}
.reserve__btn {
  margin-right: 30px;
  display: block;
  width: 186px;
  height: 49px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 2px;
  text-align: center;
  line-height: 45px;
  background: #ff6700;
  border-radius: 24.5px;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve__btn:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
}
@media (max-width: 768px) {
  .reserve__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reserve__call {
  letter-spacing: 3.5px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  line-height: 1.5;
}
.reserve__call span {
  color: #ff6700;
}
@media (max-width: 768px) {
  .reserve__call {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .reserve__call {
    line-height: 30px;
  }
}
.reserve__call br {
  display: none;
}
@media (max-width: 576px) {
  .reserve__call br {
    display: block;
  }
}

.footer {
  background: #111111;
  color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 15px 0 15px;
  }
}
.footer__info {
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__info {
    margin-bottom: 45px;
  }
}
.footer__info-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.footer__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-left: 10px;
  border-left: 1px solid transparent; /* 邊框寬度 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7206), to(#f73603)) left/1px 100% no-repeat;
  background: linear-gradient(to bottom, #fa7206, #f73603) left/1px 100% no-repeat; /* 漸層色邊框 */
}
.footer__links {
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer__links {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 45px;
  }
}
.footer__links-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer__links-option {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7490196078);
  margin-bottom: 20px;
}
.footer__links-option:hover {
  color: #ff6700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__newsletter {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__newsletter {
    margin-bottom: 45px;
  }
}
.footer__newsletter-inputbox {
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .footer__newsletter-inputbox {
    width: 100%;
  }
}
.footer__newsletter-inputbox input::-webkit-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::-moz-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input:-ms-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::-ms-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input[type=email] {
  background: #fff;
  border: 0;
  border-radius: 20px;
  padding: 6px 8px;
  width: calc(100% - 80px);
}
.footer__newsletter-inputbox input[type=submit] {
  background: #ff6700;
  border: 0;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer__newsletter-class {
  margin-bottom: 15px;
}
.footer__newsletter-caption {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 30px 0;
}
.footer .copyright .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer .copyright .box {
    gap: 0px;
  }
}
.footer .copyright strong {
  color: #fff;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #ff6700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f73603), to(#ffd60b));
  background: linear-gradient(to right, #f73603, #ffd60b);
  margin-bottom: 30px;
}
.footer .copyright .wrap {
  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;
  gap: 5px;
}
@media (max-width: 767px) {
  .footer .copyright .wrap {
    margin-top: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fixed-top-center {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}