@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, 255, 255, 0.5490196078) 0px 1px 5px 1px;
          box-shadow: rgba(255, 255, 255, 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;
}

.content__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 440px) {
  .content__btnBox {
    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;
  }
}
.content__btnBox a {
  text-decoration: none;
  display: inline-block;
  width: 200px;
  height: 49px;
  font-size: 20px;
  /* letter-spacing: 2px; */
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .content__btnBox a {
    width: 300px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .content__btnBox a {
    width: 300px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .content__btnBox a {
    width: 300px;
    height: 46px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .content__btnBox a {
    font-size: 15px;
  }
}

.content__btnBox a.-active {
  color: #fff;
  background: #FF6700;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5490196078) 0px 3px 10px 0px;
          box-shadow: rgba(255, 255, 255, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content__btnBox a.-active:hover {
  -webkit-box-shadow: rgba(255, 255, 255, 0.5490196078) 1px 8px 15px 0px;
          box-shadow: rgba(255, 255, 255, 0.5490196078) 1px 8px 15px 0px;
  color: #fff;
}

.content__btnBox a:not(.-active) {
  color: #FF6700;
  border: #FF6700 solid 1px;
  background-color: #fff;
}
.content__btnBox a:not(.-active):hover {
  color: #FF6700;
}


.kv {
  margin-top: 100px;
  background-image: url('../../assets/img/bg01.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (max-width:768px) {
  .kv {
  margin-top: 100px;
  background-image: url('../../assets/img/bg01-m.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
}

.pconly {
    display: none;
  }
.mobileonly {
    display: block;
  }


.container-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.hero-photo {
    width: 80%;
    line-height: 0;
}

@media (max-width:768px) {
  .hero-photo {
    width: 100%;
    line-height: 0;
}
}

.hide_all, .hide_mobile {
    display: none;
}

@media (min-width:992px) {
    .hide_mobile {
        display: unset;
    }
    .hide_desktop {
        display: none;
    }
  }




h2 {
  color: #111;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.25px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}

.sec-0 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.sec-0 .content__btnBox {
    display: flex;
    /* gap: 20px; */
    align-items: center;
    justify-content: center;
}


.sec-2 {
  padding: 80px 0 50px 0;
  overflow: hidden;
  background-color: #FF6700;
}

@media (max-width: 767px) {
  .sec-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  .sec-2 .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .sec-2 h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-2 h2 {
    margin: 0 auto;
    width: 85.7142857143%;
  }
}
.sec-2 h2 span {
  color: #FF6700;
}
.sec-2 h5 {
  font-size: 20px;
  line-height: 60px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-2 h5 {
    margin: 10px auto 0;
    width: 85.7142857143%;
    font-size: 16px;
  }
  .sec-2 h5 br {
    display: none;
  }
}
.sec-2 h5 span {
  color: #FF6700;
}
.sec-2 .content-wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .sec-2 .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-2 .content-wrap .kv-wrap {
  position: relative;
  aspect-ratio: 720/600;
  max-width: 720px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .sec-2 .content-wrap .kv-wrap {
    margin: 0 20px;
  }
}
.sec-2 .content-wrap .kv-wrap .after {
  width: 100%;
  height: auto;
  border-radius: 30px;
  z-index: 20;
}
.sec-2 .content-wrap .kv-wrap .arrow {
  width: 8%;
  position: absolute;
  bottom: 26%;
  left: 39%;
  z-index: 10;
  -webkit-animation: move-diagonal 2.2s ease-in-out;
          animation: move-diagonal 2.2s ease-in-out;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /* 保持最後一幀 */
}
@-webkit-keyframes move-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* 起點：左下角 */
  }
  100% {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); /* 終點：右上角 */
  }
}
@keyframes move-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); /* 起點：左下角 */
  }
  100% {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); /* 終點：右上角 */
  }
}
.sec-2 .content-wrap .kv-wrap .before {
  width: 48.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 32.2px 0px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 0px 32.2px 0px rgba(149, 149, 149, 0.2);
}
.sec-2 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap {
    margin: 0 20px;
    margin-top: 50px;
  }
}
.sec-2 .item-wrap .item {
  max-width: 450px;
  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;
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.5);
          box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.5);
  padding: 40px 25px;
}
@media (max-width: 1200px) {
  .sec-2 .item-wrap .item {
    padding: 40px 15px;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item {
    max-width: 670px;
    padding: 15px 25px;
  }
}
.sec-2 .item-wrap .item img {
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item img {
    width: 70px;
  }
}
.sec-2 .item-wrap .item img img::nth-child(1) {
  width: 100px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item img img::nth-child(1) {
    width: 70px;
  }
}
.sec-2 .item-wrap .item p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #111111;
}
@media (max-width: 460px) {
  .sec-2 .item-wrap .item p {
    font-size: 16px;
  }
}
.sec-2 .item-wrap .item span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  letter-spacing: 1.12px;
  color: #111111;
}
@media (max-width: 460px) {
  .sec-2 .item-wrap .item span {
    font-size: 12px;
  }
}

.sec-3 {
  background-color: transparent;
  padding: 60px 0 60px 0;
}
@media (max-width: 992px) {
  .sec-3 {
    padding: 100px 0 100px;
  }
}
@media (min-width: 1440px) {
  .sec-3 .container {
    max-width: 1200px;
  }
}
.sec-3 h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-3 h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-3 h2 br {
    display: none;
  }
}
.sec-3 h5 {
  color: #111111;
  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-3 h5 {
    width: 85.7142857143%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-3 h5 br {
    display: none;
  }
}
.sec-3 h5 span {
  color: #FF6700;
}
.sec-3 .content-wrap {
  margin: 0 auto;
  margin-top: 40px;
  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: 80px;
}
.sec-3 .content-wrap .item-wrap {
  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: 992px) {
  .sec-3 .content-wrap .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap .text-wrap {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sec-3 .content-wrap .item-wrap .text-wrap h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* letter-spacing: 2.25px; */
  color: #111111;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap .text-wrap h3 {
    font-size: 26px;
    font-weight: 700;
  }
}

.sec-3 .content-wrap .item-wrap .text-wrap h5 {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap .text-wrap h5 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
  }
}

.sec-3 .content-wrap .item-wrap .text-wrap h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap .text-wrap h6 {
    font-size: 18px;
    line-height: 32px;
  }
}
.sec-3 .content-wrap .item-wrap .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #111111;
  text-align: justify;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap .text-wrap p {
    font-size: 16px;
  }
}
.sec-3 .content-wrap .item-wrap .text-wrap p span {
  color: #FF6700;
}
.sec-3 .content-wrap .item-wrap .img-wrap {
  width: 700px;
  height: 400px;
}
.sec-3 .content-wrap .item-wrap .img-wrap img {
  max-width: 700px;
  height: auto;
}
.sec-3 .content-wrap .item-wrap:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-3 .content-wrap .item-wrap:nth-child(1) .text-wrap {
  width: 55%;
  padding-left: 30px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap:nth-child(1) .text-wrap {
    width: 100%;
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .sec-3 .content-wrap .item-wrap:nth-child(1) .text-wrap {
    padding: 0px 5%;
  }
}
.sec-3 .content-wrap .item-wrap:nth-child(1) .img-wrap {
  width: 45%;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap:nth-child(1) .img-wrap {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}
.sec-3 .content-wrap .item-wrap:nth-child(2) .img-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap:nth-child(2) .img-wrap {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}
.sec-3 .content-wrap .item-wrap:nth-child(2) .text-wrap {
  width: 40%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .sec-3 .content-wrap .item-wrap:nth-child(2) .text-wrap {
    width: 100%;
    padding-right: 80px;
    padding: 0 auto;
  }
}
@media (max-width: 576px) {
  .sec-3 .content-wrap .item-wrap:nth-child(2) .text-wrap {
    padding: 0px 10%;
  }
}

.sec-4 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec-4 {
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .sec-4 .container {
    max-width: 1200px;
  }
}
.sec-4 .container h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-4 .container h2 br {
    display: none;
  }
}
.sec-4 .container h5 {
  color: #111111;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-4 .container h5 {
    font-size: 16px;
  }
  .sec-4 .container h5 br {
    display: none;
  }
}
.sec-4 .container h5 span {
  color: #FF6700;
}
.sec-4 .container .img-wrap {
  position: relative;
  width: 100%;
  /* 桌面版 icon */
  /* 手機版 icon */
}
.sec-4 .container .img-wrap .sec-4-bg {
  display: block;
  margin-top: 80px;
  width: 100%;
  height: auto;
  border-radius: 24.5px;
}
.sec-4 .container .img-wrap .pic {
  position: absolute;
}
.sec-4 .container .img-wrap .pic-pc.icon-1 {
  width: 21%;
  top: 6%;
  left: 29%;
}
.sec-4 .container .img-wrap .pic-pc.icon-1 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.sec-4 .container .img-wrap .pic-pc.icon-2 {
  width: 21%;
  top: 6%;
  right: 26.5%;
}
.sec-4 .container .img-wrap .pic-pc.icon-2 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.sec-4 .container .img-wrap .pic-pc.icon-3 {
  width: 21%;
  top: 33%;
  right: 26.5%;
}
.sec-4 .container .img-wrap .pic-pc.icon-3 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.sec-4 .container .img-wrap .pic-pc.icon-4 {
  width: 21%;
  top: 60.5%;
  right: 26.5%;
}
.sec-4 .container .img-wrap .pic-pc.icon-4 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.sec-4 .container .img-wrap .pic-pc.icon-5 {
  width: 21%;
  top: 6%;
  right: 3%;
}
.sec-4 .container .img-wrap .pic-pc.icon-5 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.sec-4 .container .img-wrap .pic-m.icon-1 {
  width: 40%;
  top: 32%;
  left: 7%;
}
.sec-4 .container .img-wrap .pic-m.icon-1 img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}
@media (max-width: 576px) {
  .sec-4 .container .img-wrap .pic-m.icon-1 img {
    border-radius: 28px;
  }
}
@media (max-width: 400px) {
  .sec-4 .container .img-wrap .pic-m.icon-1 img {
    border-radius: 16px;
  }
}
.sec-4 .container .img-wrap .pic-m.icon-2 {
  width: 40%;
  top: 64%;
  left: 7%;
}
.sec-4 .container .img-wrap .pic-m.icon-2 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
}
@media (max-width: 576px) {
  .sec-4 .container .img-wrap .pic-m.icon-2 img {
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .sec-4 .container .img-wrap .pic-m.icon-2 img {
    border-radius: 16px;
  }
}
.sec-4 .container .img-wrap .pic-m.icon-3 {
  width: 40%;
  top: 32%;
  right: 7%;
}
.sec-4 .container .img-wrap .pic-m.icon-3 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
}
@media (max-width: 576px) {
  .sec-4 .container .img-wrap .pic-m.icon-3 img {
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .sec-4 .container .img-wrap .pic-m.icon-3 img {
    border-radius: 16px;
  }
}
.sec-4 .container .img-wrap .pic-m.icon-4 {
  width: 40%;
  top: 48%;
  right: 7%;
}
.sec-4 .container .img-wrap .pic-m.icon-4 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
}
@media (max-width: 576px) {
  .sec-4 .container .img-wrap .pic-m.icon-4 img {
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .sec-4 .container .img-wrap .pic-m.icon-4 img {
    border-radius: 16px;
  }
}
.sec-4 .container .img-wrap .pic-m.icon-5 {
  width: 86%;
  bottom: 5%;
  right: 7%;
}
.sec-4 .container .img-wrap .pic-m.icon-5 img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 3px 12px 4px rgba(0, 0, 0, 0.25);
  border-radius: 28px;
}
@media (max-width: 576px) {
  .sec-4 .container .img-wrap .pic-m.icon-5 img {
    border-radius: 24px;
  }
}
@media (max-width: 400px) {
  .sec-4 .container .img-wrap .pic-m.icon-5 img {
    border-radius: 16px;
  }
}
@media (min-width: 768px) {
  .sec-4 .container .img-wrap .pic-m {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .img-wrap .pic-pc {
    display: none;
  }
}

.sec-5-1 {
  padding: 80px 0 50px 0;
}
@media (max-width: 767px) {
  .sec-5-1 {
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .sec-5-1 .container {
    max-width: 1200px;
  }
}
.sec-5-1 .container h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-5-1 .container h2 br {
    display: none;
  }
}
.sec-5-1 .container h5 {
  color: #111111;
  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-5-1 .container h5 {
    font-size: 16px;
  }
  .sec-5-1 .container h5 br {
    display: none;
  }
}
.sec-5-1 .container h5 span {
  color: #FF6700;
}
.sec-5-1 .container .table {
  max-width: 950px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
  margin-top: 50px;
}
.sec-5-1 .container .table table {
  border-collapse: collapse;
  width: 100%;
}
.sec-5-1 .container .table th, .sec-5-1 .container .table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #111111;
}
.sec-5-1 .container .table th span, .sec-5-1 .container .table td span {
  color: #FF6700;
}
.sec-5-1 .container .table th br, .sec-5-1 .container .table td br {
  display: none;
}
@media (max-width: 992px) {
  .sec-5-1 .container .table th br, .sec-5-1 .container .table td br {
    display: initial;
  }
}
@media (max-width: 576px) {
  .sec-5-1 .container .table th, .sec-5-1 .container .table td {
    font-size: 14px;
  }
}
.sec-5-1 .container .table th:last-child {
  border-right: none;
}
.sec-5-1 .container .table th:nth-child(2) {
  color: #111111;
}
.sec-5-1 .container .table th:nth-child(1) {
  width: 33.3333%;
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}
.sec-5-1 .container .table th:nth-child(2) {
  width: 66.6666%;
  border-bottom: 1px solid #EEE;
}
.sec-5-1 .container .table td:first-child {
  background-color: #EEEEEE;
}
.sec-5-1 .container .table td:last-child {
  border-right: none;
  color: #111111;
}
.sec-5-1 .container .table tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}
.sec-5-1 .container .table tr:not(:last-child) td:not(:first-child) {
  border-bottom: 1px solid #EEEEEE;
}
.sec-5-1 .container .note {
  max-width: 950px;
  margin: 0 auto;
  line-height: normal;
  margin-top: 40px;
}
.sec-5-1 .container .note h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-5-1 .container .note h3 {
    font-size: 16px;
  }
}
.sec-5-1 .container .note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 1.8px;
  font-size: 16px;
  margin-bottom: 10px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-5-1 .container .note p {
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}
.sec-5-1 .container .note p::before {
  content: "‧";
  display: inline-block;
  color: #111111;
  font-size: 12px;
  margin-right: 5px;
}

.sec-5 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec-5 {
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .sec-5 .container {
    max-width: 1200px;
  }
}
.sec-5 .container h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-5 .container h2 br {
    display: none;
  }
}
.sec-5 .container h5 {
  color: #111111;
  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-5 .container h5 {
    font-size: 16px;
  }
  .sec-5 .container h5 br {
    display: none;
  }
}
.sec-5 .container h5 span {
  color: #FF6700;
}
.sec-5 .container .table {
  max-width: 950px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
  margin-top: 50px;
}
.sec-5 .container .table table {
  border-collapse: collapse;
  width: 100%;
}
.sec-5 .container .table th, .sec-5 .container .table td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.sec-5 .container .table th span, .sec-5 .container .table td span {
  color: #FF6700;
}
.sec-5 .container .table th br, .sec-5 .container .table td br {
  display: none;
}
@media (max-width: 992px) {
  .sec-5 .container .table th br, .sec-5 .container .table td br {
    display: initial;
  }
}
@media (max-width: 576px) {
  .sec-5 .container .table th, .sec-5 .container .table td {
    font-size: 14px;
  }
}
.sec-5 .container .table th {
  width: 20%;
  padding: 15px;
  background-color: #EEEEEE;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  color: #111111;
}
.sec-5 .container .table th:first-child {
  border-right: none;
}
@media (max-width: 992px) {
  .sec-5 .container .table th:first-child {
    width: 20%;
  }
}
.sec-5 .container .table th:last-child {
  width: 40%;
  border-right: none;
}
.sec-5 .container .table th:nth-child(2) {
  width: 40%;
  background-color: #FF6700;
  color: #fff;
}
.sec-5 .container .table td:first-child {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  background-color: #EEEEEE;
  border-right: 1px solid #FF6700;
}
@media (max-width: 992px) {
  .sec-5 .container .table td:first-child {
    width: 20%;
    padding: 5px;
  }
}
.sec-5 .container .table td:not(:first-child) {
  padding: 15px;
  border-right: 1px solid #FF6700;
  color: #FF6700;
}
.sec-5 .container .table td:not(:first-child) span {
  display: block;
  font-size: 10px;
  color: #cccccc;
  margin-top: 5px;
}
.sec-5 .container .table td:last-child {
  border-right: none;
  color: #111111;
}
.sec-5 .container .table tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}
.sec-5 .container .table tr:not(:last-child) td:not(:first-child) {
  border-bottom: 1px solid #EEEEEE;
}
.sec-5 .container .table tr:first-child th:nth-child(2) {
  border: 1px solid #FF6700;
  border-top: none;
}
.sec-5 .container .table tr:last-child td:nth-child(2) {
  border-bottom: 1px solid #FF6700;
}

.sec-7 {
  margin-bottom: 50px;
}
@media (min-width: 1440px) {
  .sec-7 .container {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
  .sec-7 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-7 h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-7 h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-7 h2 br {
    display: none;
  }
}
.sec-7 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-7 h5 {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .sec-7 h5 br {
    display: none;
  }
}
.sec-7 .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-7 .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-7 .item-wrap {
    gap: 30px;
    padding: 30px 0;
  }
}
.sec-7 .item-wrap .item {
  padding: 50px 30px;
  width: 230px;
}
@media (max-width: 992px) {
  .sec-7 .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .sec-7 .item-wrap .item {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .sec-7 .item-wrap .item {
    padding: 0 30px;
  }
}
.sec-7 .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-7 .item-wrap .item .icon {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .sec-7 .item-wrap .item .icon {
    width: 70px;
    height: 70px;
  }
}
.sec-7 .item-wrap .item .icon img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-7 .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-7 .item-wrap .item .text-wrap .step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-7 .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-7 .item-wrap .item .text-wrap .step p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .sec-7 .item-wrap .item .text-wrap .step p:first-child {
    font-size: 10px;
  }
}
.sec-7 .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-7 .item-wrap .item .text-wrap .step p:last-child {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-7 .item-wrap .item .text-wrap .step p:last-child {
    font-size: 20px;
  }
}
.sec-7 .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-7 .item-wrap .item .text-wrap > p {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .sec-7 .item-wrap .item .text-wrap > p {
    font-size: 14px;
  }
}
.sec-7 .item-wrap .item .text-wrap > p span, .sec-7 .item-wrap .item .text-wrap > p a {
  color: #FF6700;
}
.sec-7 .item-wrap .item.-active .icon img {
  -webkit-filter: none;
          filter: none;
}
.sec-7 .item-wrap .item.-active .text-wrap .step p:first-child {
  color: #FF6700;
  border-bottom: 3px solid #FF6700;
}
.sec-7 .item-wrap .item.-active .text-wrap .step p:last-child {
  color: #FF6700;
}
@media (max-width: 992px) {
  .sec-7 .item-wrap .img .lg {
    display: none;
  }
}
.sec-7 .item-wrap .img .md {
  display: none;
}
@media (max-width: 992px) {
  .sec-7 .item-wrap .img .md {
    display: block;
  }
}

.qa {
  background-image: url(../img/202502/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 170px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 0;
    padding-bottom: 60px;
    background-position: center bottom;
  }
}
.qa__header {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}
.qa__header h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .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: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #111111;
  letter-spacing: 1px;
  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: 26px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  display: block;
  color: #FF6700;
  text-decoration: none;
  margin-top: 15px;
}
.qa__answer-content a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/202502/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 10px;
  width: 15.96px;
  height: 12px;
}
@media (max-width: 992px) {
  .qa__answer-content a::before {
    width: 11.97px;
    height: 6px;
  }
}
.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(../img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.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 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;
}

.fixed-top-center {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reserve {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  background-color: #ebe9f0;
  /* background: linear-gradient(135deg, #ffffff 0%,#ebe9f0 100%); */
  padding-top: 30px;
  padding-bottom: 120px;
}
.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-120 {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .reserve.pd-120 {
    padding-bottom: 100px;
  }
}
.reserve__btn {
  margin-right: 30px;
  display: block;
  height: 49px;
  color: #fff;
  font-size: 20px;
  padding: 0 50px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 45px;
  background: #FF6700;
  border-radius: 24.5px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0px 3px 7px 0px;
          box-shadow: rgba(255, 255, 255, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve__btn:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 1px 7px 15.9px 0px;
          box-shadow: rgba(255, 255, 255, 0.6) 1px 7px 15.9px 0px;
}
@media (max-width: 768px) {
  .reserve__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.btn_orange {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  background: #FF6700;
  font-weight:400;
  border-radius: 99px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 0px 3px 7px 0px;
          box-shadow: rgba(255, 255, 255, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_orange:hover {
  color: #fff;
  background: #e75d00;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 1px 7px 15.9px 0px;
          box-shadow: rgba(255, 255, 255, 0.2) 1px 7px 15.9px 0px;
}
@media (max-width: 768px) {
  .btn_orange {
    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;
  }
}

.reserve-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.reserve-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.reserve-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

/* 文字style */
.text-white{
  color: #FFFFFF;
}

.text-orange{
  color: #FF6700;
}


/* 解決方案 style */
main .solution {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}

main .solution h1 {
  /* margin-top: 30px; */
  margin-bottom: 20px;
  font-size: 45px;
  /* letter-spacing: 2.25px; */
  font-weight: bold;
  color: #111111;
}
@media (max-width: 576px) {
  main .solution h1 {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
main .solution h1 br {
  display: none;
}
@media (max-width: 576px) {
  main .solution h1 br {
    display: block;
  }
}

main .solution h3 {
  font-size: 24px;
  margin-bottom: 50px;
  /* letter-spacing: 2.25px; */
  font-weight: bold;
  color: #111111;
}
@media (max-width: 576px) {
  main .solution h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
main .solution h3 br {
  /* display: none; */
}
@media (max-width: 576px) {
  main .solution h3 br {
    display: block;
  }
}
main .solution__text {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #111111;
  line-height: 28px;
}
main .solution__text span {
  color: #FF6700;
}
@media (max-width: 576px) {
  main .solution__text {
    display: block;
    font-size: 16px;
    letter-spacing: 1.12px;
    margin: auto 42px;
    margin-bottom: 30px;
    line-height: 24px;
  }
}
@media (max-width: 430px) {
  main .solution__content:last-child {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
main .solution__content--left {
  padding-left: 15px;
}
@media (max-width: 991px) {
  main .solution__content--left {
    padding-left: 12px;
  }
}
main .solution__content--right {
  padding-right: 15px;
}
@media (max-width: 991px) {
  main .solution__content--right {
    padding-right: 12px;
  }
}
main .solution__content--bottom {
  margin-bottom: 30px;
}
main .solution .solution__card {
  width: 585px;
  height: auto;
  /* height: 240px; */
  background: #FFFFFF;
  border-radius: 30px;
  padding: 25px;
  -webkit-box-shadow: rgba(149, 149, 149, 0.2) 1px 1px 20px 3px;
          box-shadow: rgba(149, 149, 149, 0.2) 1px 1px 20px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


 /* card100 開始 */

main .solution .solution__card100 {
  width: 585px;
  height: auto;
  /* background: #FFFFFF; */
  border-radius: 30px;
  padding: 25px;
  /* -webkit-box-shadow: rgba(149, 149, 149, 0.2) 1px 1px 20px 3px;
          box-shadow: rgba(149, 149, 149, 0.2) 1px 1px 20px 3px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .solution .solution__card100 .solution__card2 {
  width: 585px;
  height: auto;
  /* height: 240px; */
  /* background: #FFFFFF; */
  border-radius: 30px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .solution .solution__card100--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  width: 100%;
}
main .solution .solution__card100-img {
  width: 180px;
  height: 180px;
  background: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  overflow: visible;
}



@media (max-width: 1440px) {
  main .solution .solution__card100 {
    width: 540px;
    
  }
}
@media (max-width: 1200px) {
  main .solution .solution__card100 {
    width: 450px;
    /* height: 223px; */
      height: auto;
  }
}
@media (max-width: 991px) {
  main .solution .solution__card100 {
    width: 680px;
    /* height: 200px; */
      height: auto;
  }
}
@media (max-width: 768px) {
  main .solution .solution__card100 {
    width: 520px;
    /* height: 215px; */
      height: auto;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  main .solution .solution__card100 {
    width: 480px;
      height: auto;
    /* height: 198.5px; */
    padding: 15px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card100 {
    padding: 20px;
  }
}
@media (max-width: 360px) {
  main .solution .solution__card100 {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
}
@media (max-width: 1200px) {
  main .solution .solution__card100-img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 576px) {
  main .solution .solution__card100-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  main .solution .solution__card100-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card100-img {
    width: 85px;
    height: 85px;
  }
}

main .solution .solution__card100-title {
  line-height: 32px;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  padding: 10px 10px;
  text-align: left;
}
main .solution .solution__card100-title span {
  color: #FF6700;
}

@media (max-width: 1200px) {
  main .solution .solution__card100-title {
    line-height: 26px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  main .solution .solution__card100-title {
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  main .solution .solution__card100-title {
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0px 10px;
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  main .solution .solution__card100-title {
    line-height: 28px;
    letter-spacing: 1px;
    padding: 0px 5px;
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card100-title {
    font-size: 18px;
  }
}

main .solution .solution__card100-description {
  /* letter-spacing: 1.12px; */
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  padding: 10px 10px;
  text-align: left;
}
@media (max-width: 490px) {
  main .solution .solution__card100-description {
    padding: 10px 5px;
  }
}


 /* card100 結束 */

@media (max-width: 1440px) {
  main .solution .solution__card {
    width: 540px;
    
  }
}
@media (max-width: 1200px) {
  main .solution .solution__card {
    width: 450px;
    /* height: 223px; */
      height: auto;
  }
}
@media (max-width: 991px) {
  main .solution .solution__card {
    width: 680px;
    /* height: 200px; */
      height: auto;
  }
}
@media (max-width: 768px) {
  main .solution .solution__card {
    width: 520px;
    /* height: 215px; */
      height: auto;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  main .solution .solution__card {
    width: 480px;
      height: auto;
    /* height: 198.5px; */
    padding: 15px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card {
    padding: 20px;
  }
}
@media (max-width: 360px) {
  main .solution .solution__card {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
}
main .solution .solution__card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  width: 100%;
}
main .solution .solution__card-img {
  width: 180px;
  height: 180px;
  background: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 1200px) {
  main .solution .solution__card-img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 576px) {
  main .solution .solution__card-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  main .solution .solution__card-img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card-img {
    width: 85px;
    height: 85px;
  }
}
main .solution .solution__card-title {
  line-height: 32px;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  padding: 10px 10px;
  text-align: left;
}
main .solution .solution__card-title span {
  color: #FF6700;
}
@media (max-width: 1200px) {
  main .solution .solution__card-title {
    line-height: 26px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  main .solution .solution__card-title {
    line-height: 32px;
    letter-spacing: 1px;
    font-size: 24px;
  }
}
@media (max-width: 540px) {
  main .solution .solution__card-title {
    line-height: 30px;
    letter-spacing: 1px;
    padding: 0px 10px;
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  main .solution .solution__card-title {
    line-height: 28px;
    letter-spacing: 1px;
    padding: 0px 5px;
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  main .solution .solution__card-title {
    font-size: 18px;
  }
}
main .solution .solution__card-description {
  /* letter-spacing: 1.12px; */
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  padding: 10px 10px;
  text-align: left;
}
@media (max-width: 490px) {
  main .solution .solution__card-description {
    padding: 10px 5px;
  }
}
main .solution__bottom-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-start;
  font-size: 20px;
  line-height: 30px;
  /* letter-spacing: 1.4px; */
  font-weight: 600;
  /* margin: 0 35px; */
  color: #111111;
  text-align: left;
  width: 22.5%;
}
main .solution__bottom-li::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/icon_circle_tick.svg) no-repeat;
  background-size: 25px 25px;
  margin-top: 5px;
  margin-right: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  main .solution__bottom-li {
    font-size: 20px;
    margin: 6px 30px;
    /* letter-spacing: 2px; */
  }
}
@media (max-width: 400px) {
  main .solution__bottom-li {
    font-size: 16px;
    margin: 3px 20px;
  }
}
main .solution__contactCard {
  width: 585px;
  height: 240px;
  position: relative;
}
@media (max-width: 1440px) {
  main .solution__contactCard {
    width: 540px;
  }
}
@media (max-width: 1200px) {
  main .solution__contactCard {
    width: 450px;
    height: 223px;
  }
}
@media (max-width: 991px) {
  main .solution__contactCard {
    width: 680px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  main .solution__contactCard {
    width: 520px;
    height: 215px;
  }
}
@media (max-width: 576px) {
  main .solution__contactCard {
    width: 480px;
    height: 198.5px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}
main .solution__contactCard-img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 992px) {
  main .solution__contactCard-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
main .solution__contactCard .solution__btnBox {
  position: absolute;
  top: 35%;
  right: 5%;
}
@media (max-width: 1440px) {
  main .solution__contactCard .solution__btnBox {
    top: 38%;
    right: 5%;
  }
}
@media (max-width: 1200px) {
  main .solution__contactCard .solution__btnBox {
    top: 43%;
    right: 4%;
  }
}
@media (max-width: 991px) {
  main .solution__contactCard .solution__btnBox {
    top: 35%;
    right: 14%;
  }
}
@media (max-width: 767px) {
  main .solution__contactCard .solution__btnBox {
    top: 28%;
    right: 10%;
  }
}
@media (max-width: 576px) {
  main .solution__contactCard .solution__btnBox {
    top: 28%;
    right: 11.5%;
  }
}
@media (max-width: 480px) {
  main .solution__contactCard .solution__btnBox {
    top: 23%;
    right: 11.5%;
  }
}
@media (max-width: 450px) {
  main .solution__contactCard .solution__btnBox {
    top: 23%;
    right: 9%;
  }
}
@media (max-width: 430px) {
  main .solution__contactCard .solution__btnBox {
    top: 23%;
    right: 8%;
  }
}
@media (max-width: 390px) {
  main .solution__contactCard .solution__btnBox {
    top: 23%;
    right: 5%;
  }
}
main .solution__contactCard .solution__btnBox-btn {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 2px;
  width: 186px;
  height: 49px;
  border-radius: 24.5px;
  background: #FF6700;
  color: #FFF;
  margin-bottom: 10px;
}
main .solution__contactCard .solution__btnBox-btn:hover {
  -webkit-box-shadow: rgba(75, 32, 4, 0.5215686275) 3px 3px 15px 0px;
          box-shadow: rgba(75, 32, 4, 0.5215686275) 3px 3px 15px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  main .solution__contactCard .solution__btnBox-btn {
    font-size: 16px;
    line-height: 36px;
    width: 150px;
    height: 38px;
  }
}
@media (max-width: 991px) {
  main .solution__contactCard .solution__btnBox-btn {
    font-size: 18px;
    line-height: 42px;
    width: 180px;
    height: 45px;
  }
}
@media (max-width: 400px) {
  main .solution__contactCard .solution__btnBox-btn {
    margin-bottom: 5px;
  }
}
@media (max-width: 350px) {
  main .solution__contactCard .solution__btnBox-btn {
    width: 150px;
    height: 49px;
  }
}
main .solution__contactCard .solution__btnBox-text {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #FFF;
}
@media (max-width: 1200px) {
  main .solution__contactCard .solution__btnBox-text {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  main .solution__contactCard .solution__btnBox-text {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  main .solution__contactCard .solution__btnBox-text {
    font-size: 14px;
    line-height: 20px;
  }
}

/*線上點餐系統的圖*/
.facts-img {
  width: 100%;
  aspect-ratio: 72/146;
  background: url("../img/order/fact-mb.jpg") no-repeat center center/contain;
}
@media (min-width: 992px) {
  .facts-img {
    aspect-ratio: 1200/650;
    background-image: url("../img/order/fact-dt.jpg");
  }
}

.flow-img {
  width: 100%;
  aspect-ratio: 500/1600;
  /* aspect-ratio: 72/146; */
  background: url("../img/order/service_combine_mb.jpg") no-repeat center center/contain;
}
@media (min-width: 992px) {
  .flow-img {
    aspect-ratio: 1110/400;
    background-image: url("../img/order/service_combine_pc.jpg");
  }
}


