@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: 11.6666666667%;
  left: 8.3333333333%;
}
@media (max-width: 1400px) {
  .kv .text-wrap {
    top: 8.3333333333%;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap {
    width: 450px;
    left: 5.9027777778%;
  }
}
@media (max-width: 1100px) {
  .kv .text-wrap {
    left: 5.2083333333%;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap {
    position: absolute;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    gap: 25px;
    width: 100%;
    top: 41.6666666667%;
    left: 0;
    padding: 0 7.1428571429% 0;
  }
}
@media (max-width: 535px) {
  .kv .text-wrap {
    top: 38.3561643836%;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap {
    top: 36.301369863%;
    gap: 12px;
  }
}
@media (max-width: 420px) {
  .kv .text-wrap {
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap {
    top: 33.5616438356%;
    gap: 10px;
  }
}
@media (max-width: 350px) {
  .kv .text-wrap {
    top: 30.8219178082%;
    gap: 7px;
  }
}
@media (max-width: 340px) {
  .kv .text-wrap {
    gap: 5px;
  }
}
.kv .text-wrap h1 {
  font-family: "Noto Sans TC";
  font-size: 55px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2.75px;
  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: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 535px) {
  .kv .text-wrap h1 {
    font-size: 30px;
  }
}
@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-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  color: #ff6700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@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: 992px) {
  .kv .text-wrap h6 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h6 {
    font-size: 16px;
  }
}
.kv .text-wrap h6 br {
  display: none;
}
@media (max-width: 576px) {
  .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: 767px) {
  .kv .text-wrap p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 535px) {
  .kv .text-wrap p {
    font-size: 17px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .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 .text-wrap .features-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;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .kv .text-wrap .features-wrap {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap .features-wrap {
    margin-bottom: 0px;
  }
}
@media (max-width: 535px) {
  .kv .text-wrap .features-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
  }
}
.kv .text-wrap .features-wrap .feature:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  margin-right: 15px;
  margin-bottom: 3px;
}
.kv .text-wrap .features-wrap .feature:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.kv .text-wrap .features-wrap .feature:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.kv .text-wrap .features-wrap .feature {
  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%;
}
.kv .text-wrap .features-wrap .feature .check {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
@media (max-width: 1100px) {
  .kv .text-wrap .features-wrap .feature .check {
    width: 16px;
    height: 12px;
  }
}
.kv .text-wrap .features-wrap .feature .slogan {
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 500;
  font-style: Medium;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #111111;
}
@media (max-width: 1200px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .kv .text-wrap .features-wrap .feature .slogan {
    font-size: 15px;
  }
}
.kv .text-wrap .content__btnBox {
  width: 100%;
}
@media (max-width: 992px) {
  .kv .text-wrap .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;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap .content__btnBox {
    gap: 17px;
  }
}
@media (max-width: 350px) {
  .kv .text-wrap .content__btnBox {
    gap: 13px;
  }
}
.kv .text-wrap .content__btnBox a {
  text-decoration: none;
  display: inline-block;
  width: 186px;
  height: 49px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .kv .text-wrap .content__btnBox a {
    width: 160px;
    height: 36px;
    font-size: 16px;
    line-height: 33px;
  }
}
@media (max-width: 1100px) {
  .kv .text-wrap .content__btnBox a {
    width: 140px;
    height: 36px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap .content__btnBox a {
    width: 100%;
    height: 49px;
    font-size: 20px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 18px;
    line-height: 40px;
    height: 43px;
  }
}
@media (max-width: 440px) {
  .kv .text-wrap .content__btnBox a {
    width: 300px;
    height: 46px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .kv .text-wrap .content__btnBox a {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 16px;
    line-height: 36px;
    height: 40px;
  }
}
@media (max-width: 340px) {
  .kv .text-wrap .content__btnBox a {
    font-size: 15px;
    line-height: 32px;
    height: 34px;
  }
}
.kv .text-wrap .content__btnBox-register {
  color: #FFF;
  background: #ff6700;
  border-radius: 5px;
  border: #ff6700 solid 1px;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kv .text-wrap .content__btnBox-register:hover {
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
}
.kv .text-wrap .content__btnBox-register:focus {
  border: #ff6700 solid 1px;
}
.kv .text-wrap .content__btnBox-consult {
  min-width: 170px;
  color: #ff6700;
  background: #FFF;
  border: #ff6700 solid 1px;
  border-radius: 5px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .kv .text-wrap .content__btnBox-consult {
    margin-left: 0;
  }
}
.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 .animation {
  -webkit-animation: levitate 5s infinite;
          animation: levitate 5s 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 .icon-phone {
  width: 13.1944444444%;
  top: 24.1666666667%;
  left: 53.4722222222%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-phone {
    width: 22.5714285714%;
    top: 11.9444444444%;
    left: 8.5714285714%;
  }
}
@media (max-width: 350px) {
  .kv .img-wrap .icon-phone {
    top: 11.1111111111%;
  }
}
.kv .img-wrap .icon-order {
  width: 10.4166666667%;
  top: 12.5%;
  left: 81.25%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-order {
    width: 20.5714285714%;
    top: 6.1643835616%;
    left: 62.2857142857%;
  }
}
.kv .img-wrap .icon-part1 {
  width: 9.0277777778%;
  top: 75%;
  left: 81.3888888889%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-part1 {
    width: 22.5714285714%;
    top: 26.7123287671%;
    left: 53.7142857143%;
  }
}
@media (max-width: 480px) {
  .kv .img-wrap .icon-part1 {
    top: 20.5479452055%;
  }
}
.kv .img-wrap .icon-part2 {
  width: 9.0277777778%;
  top: 75%;
  left: 89.1666666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-part2 {
    width: 22.5714285714%;
    top: 26.7123287671%;
    left: 74.2857142857%;
  }
}
@media (max-width: 480px) {
  .kv .img-wrap .icon-part2 {
    top: 20.5479452055%;
  }
}
.kv .img-wrap .icon-1 {
  width: 7.2916666667%;
  top: 18.8333333333%;
  left: 51.7361111111%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-1 {
    width: 11.4285714286%;
    top: 10.4109589041%;
    left: 6.8571428571%;
  }
}
@media (max-width: 350px) {
  .kv .img-wrap .icon-1 {
    top: 9.7222222222%;
  }
}
.kv .img-wrap .icon-2 {
  width: 5.2083333333%;
  top: 8.3333333333%;
  left: 61.875%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-2 {
    width: 11.4285714286%;
    top: 4.7945205479%;
    left: 20%;
  }
}
.kv .img-wrap .icon-3 {
  width: 5.9027777778%;
  top: 24.1666666667%;
  left: 91.6666666667%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-3 {
    width: 10%;
    top: 5.2054794521%;
    left: 80%;
  }
}
.kv .img-wrap .icon-4 {
  width: 6.5972222222%;
  top: 45%;
  left: 88.5416666667%;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-4 {
    width: 11.4285714286%;
    top: 15.0684931507%;
    left: 83.7142857143%;
  }
}

.sec-trouble {
  padding: 80px 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-trouble {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .sec-trouble .container {
    max-width: 1200px;
  }
}
.sec-trouble .container h2 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 1.5;
  letter-spacing: 2.25px;
  text-align: center;
}
@media (max-width: 992px) {
  .sec-trouble .container h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-trouble .container h2 {
    margin: 0 auto;
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .sec-trouble .container h2 {
    width: 80%;
  }
}
.sec-trouble .container h2 span {
  color: #ff6700;
}
.sec-trouble .container h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
  color: #111111;
}
@media (max-width: 576px) {
  .sec-trouble .container h5 {
    width: 80%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-trouble .container h5 br {
    display: none;
  }
}
.sec-trouble .container h5 span {
  color: #ff6700;
}
.sec-trouble .container h5 a {
  display: inline-block;
  color: #ff6700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sec-trouble .content-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .sec-trouble .content-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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-trouble .content-wrap .kv-wrap {
  position: relative;
  aspect-ratio: 620/656;
  max-width: 620px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 1200px) {
  .sec-trouble .content-wrap .kv-wrap {
    max-width: 55%;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .kv-wrap {
    max-width: 80%;
  }
}
@media (max-width: 576px) {
  .sec-trouble .content-wrap .kv-wrap {
    max-width: 90%;
  }
}
.sec-trouble .content-wrap .kv-wrap img {
  width: 100%;
  height: auto;
}
.sec-trouble .content-wrap .kv-wrap .main-img {
  border-radius: 16px;
}
.sec-trouble .content-wrap .kv-wrap .icon {
  position: absolute;
}
.sec-trouble .content-wrap .kv-wrap .icon-1 {
  width: 18.5483870968%;
  top: 36.5853658537%;
  left: 8.064516129%;
}
.sec-trouble .content-wrap .kv-wrap .icon-2 {
  width: 18.5483870968%;
  top: 12.1951219512%;
  left: 76.7741935484%;
}
.sec-trouble .content-wrap .kv-wrap .icon-3 {
  width: 18.5483870968%;
  top: 72.8658536585%;
  left: 61.1290322581%;
}
.sec-trouble .content-wrap .carousel-wrap {
  width: calc(100% - 620px - 24px - 24px);
}
@media (max-width: 1200px) {
  .sec-trouble .content-wrap .carousel-wrap {
    width: 100%;
    max-width: 45%;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap {
    max-width: 100%;
  }
}
.sec-trouble .content-wrap .carousel-wrap .title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 1.75px;
  text-align: center;
  color: #ff6700;
}
@media (max-width: 1200px) {
  .sec-trouble .content-wrap .carousel-wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .sec-trouble .content-wrap .carousel-wrap .title {
    font-size: 32px;
  }
}
@media (max-width: 460px) {
  .sec-trouble .content-wrap .carousel-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 390px) {
  .sec-trouble .content-wrap .carousel-wrap .title {
    font-size: 24px;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble {
  -ms-touch-action: pan-y;
      touch-action: pan-y; /* 垂直滾動交給瀏覽器，橫向給 Owl */
  -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%;
  overflow: hidden;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble::before, .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  background: #ffffff;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: 2;
  pointer-events: none;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble::before {
  left: -4px;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble::after {
  right: -4px;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-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;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .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;
  -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: 100%;
  height: auto;
  max-width: 500px;
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap {
    width: 100%;
    max-width: 80%;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap {
    max-width: 90%;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
  max-width: 500px;
  width: 100%;
  max-height: 222px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  overflow: hidden;
  border-radius: 30px;
  background: #FFF;
  -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);
  padding: 25px;
}
@media (max-width: 1400px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
    width: 90%;
    padding: 15px;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 60px;
    max-height: 300px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 767px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
    padding: 25px 35px;
  }
}
@media (max-width: 576px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
    width: 100%;
    padding: 25px 35px;
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item {
    padding: 15px 25px;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .icon-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .icon-wrap img {
  width: 70px;
  height: auto;
}
@media (max-width: 460px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .icon-wrap img {
    width: 50px;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .icon-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  text-align: left;
}
@media (max-width: 1400px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .item-title {
    font-size: 16px;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .text-wrap p {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #111111;
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .text-wrap p {
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .text-wrap p {
    font-size: 14px;
  }
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .text-wrap p span {
  color: #ff6700;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .carousel-item .item-wrap .item .opacity-0 {
  opacity: 0;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-stage {
  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-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-stage .owl-item {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-stage .owl-item.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-stage-outer {
  overflow: unset;
  padding-top: 20px;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-nav, .sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-nav {
  display: none;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-dots {
  margin-top: 30px;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border: #CCCCCC solid 1px;
  border-radius: 50%;
}
.sec-trouble .content-wrap .carousel-wrap .owl-carousel-trouble .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: #CCCCCC solid 1px;
  border-radius: 50%;
}
.sec-trouble .content-wrap .-pc {
  display: block;
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .-pc {
    display: none;
  }
}
.sec-trouble .content-wrap .-m {
  display: none;
}
@media (max-width: 992px) {
  .sec-trouble .content-wrap .-m {
    display: block;
  }
}

.sec-solution {
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 61px;
}
@media (max-width: 767px) {
  .sec-solution {
    padding: 100px 0 0 0;
  }
}
.sec-solution .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-solution .container h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 576px) {
  .sec-solution .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-solution .container h2 br {
  display: none;
}
@media (max-width: 576px) {
  .sec-solution .container h2 br {
    display: block;
  }
}
.sec-solution .container h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec-solution .container h5 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sec-solution .container h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    margin-left: 10%;
    margin-right: 10%;
  }
}
.sec-solution .container .slogan {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.68px;
  color: #ff6700;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .sec-solution .container .slogan {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.sec-solution .container .slogan span {
  display: inline-block;
}
@media (max-width: 992px) {
  .sec-solution .container .slogan span {
    display: none;
  }
}
.sec-solution .item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec-solution .item-wrap {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .sec-solution .item-wrap {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.sec-solution .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: calc(50% - 30px);
  height: 100%;
  max-width: 585px;
  max-height: 200px;
  padding: 40px 25px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111111;
}
@media (max-width: 1200px) {
  .sec-solution .item-wrap .item {
    gap: 15px;
    padding: 30px 15px;
  }
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item {
    width: 100%;
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .sec-solution .item-wrap .item {
    padding: 15px 25px;
  }
}
@media (max-width: 400px) {
  .sec-solution .item-wrap .item {
    padding: 12px 20px;
    max-height: 230px;
  }
}
@media (max-width: 340px) {
  .sec-solution .item-wrap .item {
    gap: 8px;
  }
}
.sec-solution .item-wrap .item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sec-solution .item-wrap .item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.sec-solution .item-wrap .item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.sec-solution .item-wrap .item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item:nth-child(4) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-solution .item-wrap .item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item:nth-child(5) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-solution .item-wrap .item:nth-child(6) {
  padding: 0;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item:nth-child(6) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-solution .item-wrap .item img {
  width: 100px;
  height: 100px;
}
@media (max-width: 1200px) {
  .sec-solution .item-wrap .item img {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 390px) {
  .sec-solution .item-wrap .item img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 340px) {
  .sec-solution .item-wrap .item img {
    width: 50px;
    height: 50px;
  }
}
.sec-solution .item-wrap .item .content {
  height: 120px;
}
@media (max-width: 400px) {
  .sec-solution .item-wrap .item .content {
    height: 100%;
    max-height: 150px;
  }
}
.sec-solution .item-wrap .item .content h6 {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #111111;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .sec-solution .item-wrap .item .content h6 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .sec-solution .item-wrap .item .content h6 {
    margin-bottom: 7px;
  }
}
.sec-solution .item-wrap .item .content h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
}
.sec-solution .item-wrap .item .content h3 span {
  color: #ff6700;
}
@media (max-width: 1200px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .sec-solution .item-wrap .item .content h3 {
    font-size: 14px;
  }
}
.sec-solution .item-wrap .item .content p {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: #111111;
}
@media (max-width: 480px) {
  .sec-solution .item-wrap .item .content p {
    font-size: 14px;
  }
}
.sec-solution .item-wrap .item .item-reserve {
  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;
  padding: 40px 25px;
  width: 100%;
  height: 100%;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(231.2deg, #FFD60B 13.79%, #F73603 81.08%) border-box;
}
@media (max-width: 992px) {
  .sec-solution .item-wrap .item .item-reserve {
    padding: 25px;
  }
}
.sec-solution .item-wrap .item .item-reserve .item-reserve-btn {
  display: block;
  width: 281px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: center;
  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;
}
.sec-solution .item-wrap .item .item-reserve .item-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;
}
.sec-solution .item-wrap .item .item-reserve .item-reserve-call {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 1.4;
  text-align: center;
  color: #111111;
}
.sec-solution .item-wrap .item .item-reserve .item-reserve-call span {
  color: #ff6700;
}
@media (max-width: 1200px) {
  .sec-solution .item-wrap .item .item-reserve .item-reserve-call {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 576px) {
  .sec-solution .item-wrap .item .item-reserve .item-reserve-call {
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .sec-solution .item-wrap .item .item-reserve .item-reserve-call {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (max-width: 400px) {
  .sec-solution .item-wrap .item .item-reserve .item-reserve-call {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.6px;
  }
}
.sec-solution .item-wrap .item .item-reserve .item-reserve-call br {
  display: none;
}
@media (max-width: 576px) {
  .sec-solution .item-wrap .item .item-reserve .item-reserve-call br {
    display: block;
  }
}

.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: #FFFFFF;
}
@media (max-width: 767px) {
  .sec-support {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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: 1200px;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  background-image: url(../img/sec-support-pc.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .sec-support .wrapper {
    background-position: 75%;
  }
}
@media (max-width: 1280px) {
  .sec-support .wrapper {
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .sec-support .wrapper {
    background-image: url(../img/sec-support-m.jpg);
    background-position: top;
    -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;
    aspect-ratio: 350/450;
    max-width: 80%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -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);
  }
}
@media (max-width: 800px) {
  .sec-support .wrapper {
    aspect-ratio: 350/500;
  }
}
@media (max-width: 680px) {
  .sec-support .wrapper {
    aspect-ratio: 350/550;
  }
}
@media (max-width: 576px) {
  .sec-support .wrapper {
    max-width: 90%;
  }
}
@media (max-width: 530px) {
  .sec-support .wrapper {
    aspect-ratio: 350/600;
  }
}
@media (max-width: 440px) {
  .sec-support .wrapper {
    aspect-ratio: 350/650;
  }
}
@media (max-width: 400px) {
  .sec-support .wrapper {
    aspect-ratio: 350/750;
  }
}
.sec-support .wrapper .content-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;
  -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: 45%;
    width: 82%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  .sec-support .wrapper .content-wrap {
    margin-top: 40%;
  }
}
@media (max-width: 475px) {
  .sec-support .wrapper .content-wrap {
    width: 90%;
  }
}
@media (max-width: 350px) {
  .sec-support .wrapper .content-wrap {
    margin-top: 45%;
  }
}
.sec-support .wrapper .content-wrap h2 {
  font-size: 35px;
  font-weight: 700;
  font-style: Bold;
  text-align: left;
  line-height: 1.25;
  letter-spacing: 1.5px;
  color: #ff6700;
  margin-bottom: 10px;
}
.sec-support .wrapper .content-wrap h2 br {
  display: none;
}
@media (max-width: 680px) {
  .sec-support .wrapper .content-wrap h2 br {
    display: block;
  }
}
@media (max-width: 1200px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 920px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 900px) {
  .sec-support .wrapper .content-wrap h2 {
    font-size: 35px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .sec-support .wrapper .content-wrap h2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .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-family: "Noto Sans TC";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .sec-support .wrapper .content-wrap .title-content {
    margin-top: 15px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .sec-support .wrapper .content-wrap .title-content {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .sec-support .wrapper .content-wrap .title-content {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sec-support .wrapper .content-wrap .title-content {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@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: 20px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.sec-support .wrapper .content-wrap .cta-wrap {
  width: 100%;
  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;
}
.sec-support .wrapper .content-wrap .cta-wrap .title-3 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: justify;
  color: #ff6700;
}
@media (max-width: 400px) {
  .sec-support .wrapper .content-wrap .cta-wrap .title-3 {
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}
.sec-support .wrapper .content-wrap .cta-wrap .content__btnBox {
  width: 100%;
  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;
}
.sec-support .wrapper .content-wrap .cta-wrap .content__btnBox a {
  text-decoration: none;
  display: inline-block;
  max-width: 318px;
  width: 100%;
  height: 49px;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
}
@media (max-width: 400px) {
  .sec-support .wrapper .content-wrap .cta-wrap .content__btnBox a {
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 40px;
    height: 46px;
  }
}
.sec-support .wrapper .content-wrap .cta-wrap .content__btnBox-register {
  color: #FFF;
  background: #ff6700;
  border-radius: 5px;
  border: #ff6700 solid 1px;
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
}
.sec-support .wrapper .content-wrap .cta-wrap .content__btnBox-register:hover {
  -webkit-box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
          box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
}
.sec-support .wrapper .content-wrap .cta-wrap .content__btnBox-register:focus {
  border: #ff6700 solid 1px;
}

.sec-combination {
  padding-top: 100px;
  background: #F5F5F5;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .sec-combination {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .sec-combination {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec-combination {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .sec-combination {
    padding-bottom: 45px;
  }
}
@media (max-width: 410px) {
  .sec-combination {
    padding-bottom: 30px;
  }
}
@media (max-width: 390px) {
  .sec-combination {
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .sec-combination {
    padding-bottom: 0px;
  }
}
.sec-combination .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;
  height: 100%;
}
.sec-combination h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2.25px;
  color: #111111;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec-combination h2 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 576px) {
  .sec-combination h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    width: 80%;
  }
}
@media (max-width: 350px) {
  .sec-combination h2 {
    width: 90%;
  }
}
.sec-combination h2 br {
  display: none;
}
@media (max-width: 576px) {
  .sec-combination h2 br {
    display: block;
  }
}
.sec-combination h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  color: #111111;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .sec-combination h5 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .sec-combination h5 {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .sec-combination h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    width: 80%;
  }
}
.sec-combination h5 span {
  color: #ff6700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sec-combination .card-wrap {
  margin-bottom: 120px;
  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;
}
.sec-combination .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  max-width: 380px;
  height: auto;
  aspect-ratio: 380/515;
  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);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px 25px;
  gap: 20px;
}
.sec-combination .card-wrap .item:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 103, 0, 0.2509803922);
          box-shadow: 0px 0px 50px 0px rgba(255, 103, 0, 0.2509803922);
}
.sec-combination .card-wrap .item .img-wrap {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.sec-combination .card-wrap .item .img-wrap img {
  max-width: 330px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  aspect-ratio: 330/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.sec-combination .card-wrap .item .text-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;
  width: 100%;
  gap: 10px;
}
.sec-combination .card-wrap .item .text-wrap .title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
}
.sec-combination .card-wrap .item .text-wrap .content {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #111111;
}
.sec-combination .card-wrap .item .text-wrap .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(231.2deg, #FFD60B 13.79%, #F73603 81.08%);
}
.sec-combination .card-wrap .item .text-wrap .type-wrap {
  gap: 5px;
}
.sec-combination .card-wrap .item .text-wrap .type-wrap .title {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #AAAAAA;
}
.sec-combination .card-wrap .item .text-wrap .type-wrap .details {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #111111;
}
@media (max-width: 1300px) {
  .sec-combination .card-wrap {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 1200px) {
  .sec-combination .card-wrap {
    -webkit-transform: none;
            transform: none;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination {
  -ms-touch-action: pan-y;
      touch-action: pan-y; /* 垂直滾動交給瀏覽器，橫向給 Owl */
  -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%;
  height: auto;
  padding-left: calc((100% - 800px) / 2);
}
@media (max-width: 992px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    padding-left: calc((100% - 750px) / 2);
  }
}
@media (max-width: 768px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    padding-top: 25px;
    -webkit-transform: scale(1);
            transform: scale(1);
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    padding-top: 25px;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 410px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    padding-top: 0px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media (max-width: 390px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 375px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    -webkit-transform: scale(0.88);
            transform: scale(0.88);
  }
}
@media (max-width: 350px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item {
  display: block;
  margin: 20px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  color: #111111;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  max-width: 380px;
  height: auto;
  aspect-ratio: 380/515;
  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);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px 25px;
  gap: 20px;
}
@media (max-width: 576px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item {
    width: 350px;
    height: 515px;
    aspect-ratio: 350/515;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 103, 0, 0.2509803922);
          box-shadow: 0px 0px 50px 0px rgba(255, 103, 0, 0.2509803922);
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .img-wrap {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .img-wrap img {
  max-width: 330px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  aspect-ratio: 330/220;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .img-wrap img {
    max-width: 300px;
    aspect-ratio: 300/200;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-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;
  width: 100%;
  gap: 10px;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: #111111;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .content {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #111111;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(231.2deg, #FFD60B 13.79%, #F73603 81.08%);
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .type-wrap {
  gap: 5px;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .type-wrap .title {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #AAAAAA;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .carousel-item__card .item .text-wrap .type-wrap .details {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #111111;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage {
    max-width: 768px !important;
  }
}
@media (max-width: 576px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage {
    max-width: 576px !important;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage .owl-item {
  max-width: 390px !important;
  height: auto;
}
@media (max-width: 576px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage .owl-item {
    max-width: 350px;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-stage-outer {
  overflow: unset;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav {
    display: none;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-next,
.sec-combination .img-wrap-owl .owl-carousel-combination .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-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-next img,
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-prev img {
  width: 40px;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-next:hover,
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-prev:hover {
  background: #fd934b;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-next:focus,
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-nav .owl-prev:focus {
  outline: 0;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-dots {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  .sec-combination .img-wrap-owl .owl-carousel-combination .owl-dots {
    display: block;
  }
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border: #CCCCCC solid 1px;
  border-radius: 50%;
}
.sec-combination .img-wrap-owl .owl-carousel-combination .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: transparent;
  border: #CCCCCC solid 1px;
  border-radius: 50%;
}
.sec-combination .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .sec-combination .pc {
    display: none;
  }
}
.sec-combination .mb {
  display: none;
}
@media (max-width: 1200px) {
  .sec-combination .mb {
    display: block;
  }
}

.sec-example {
  position: relative;
  overflow: hidden;
  height: 950px;
  padding-top: 220px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .sec-example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .sec-example {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.sec-example .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 1440px) {
  .sec-example .container {
    max-width: 1200px;
  }
}
.sec-example .content-wrap {
  margin: 0 auto;
  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;
}
@media (max-width: 992px) {
  .sec-example .content-wrap {
    gap: 30px;
  }
}
.sec-example .content-wrap .item-wrap-1, .sec-example .content-wrap .item-wrap-2 {
  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-example .content-wrap .item-wrap-1, .sec-example .content-wrap .item-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap, .sec-example .content-wrap .item-wrap-2 .text-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1200px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
    font-size: 37px;
    letter-spacing: 1.85px;
  }
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
    font-size: 45px;
    letter-spacing: 2.25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
    font-size: 32px;
    letter-spacing: 1.6px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3 br, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap h3 br, .sec-example .content-wrap .item-wrap-2 .text-wrap h3 br {
    display: block;
  }
}
.sec-example .content-wrap .item-wrap-1 .text-wrap p, .sec-example .content-wrap .item-wrap-2 .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-example .content-wrap .item-wrap-1 .text-wrap p, .sec-example .content-wrap .item-wrap-2 .text-wrap p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap p, .sec-example .content-wrap .item-wrap-2 .text-wrap p {
    font-size: 16px;
  }
}
.sec-example .content-wrap .item-wrap-1 .text-wrap p span, .sec-example .content-wrap .item-wrap-2 .text-wrap p span {
  color: #ff6700;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap p br, .sec-example .content-wrap .item-wrap-2 .text-wrap p br {
    display: none;
  }
}
@media (max-width: 440px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap .btnBox, .sec-example .content-wrap .item-wrap-2 .text-wrap .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;
  }
}
.sec-example .content-wrap .item-wrap-1 .text-wrap .btnBox .style, .sec-example .content-wrap .item-wrap-2 .text-wrap .btnBox .style {
  text-decoration: none;
  display: inline-block;
  width: 274px;
  height: 44px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  color: #FFF;
  background: #111111;
  border-radius: 20px;
  -webkit-box-shadow: rgba(17, 17, 17, 0.5490196078) 0px 3px 10px 0px;
          box-shadow: rgba(17, 17, 17, 0.5490196078) 0px 3px 10px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
}
.sec-example .content-wrap .item-wrap-1 .text-wrap .btnBox .style:hover, .sec-example .content-wrap .item-wrap-2 .text-wrap .btnBox .style:hover {
  -webkit-box-shadow: rgba(17, 17, 17, 0.5490196078) 1px 8px 15px 0px;
          box-shadow: rgba(17, 17, 17, 0.5490196078) 1px 8px 15px 0px;
}
.sec-example .content-wrap .item-wrap-1 .img-wrap, .sec-example .content-wrap .item-wrap-2 .img-wrap {
  width: 700px;
  height: 500px;
}
.sec-example .content-wrap .item-wrap-1 .img-wrap img, .sec-example .content-wrap .item-wrap-2 .img-wrap img {
  max-width: 700px;
  height: auto;
}
.sec-example .content-wrap .item-wrap-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-example .content-wrap .item-wrap-1 .text-wrap {
  width: 40%;
  padding-left: 30px;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap {
    padding-left: 0px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap {
    padding: 0px 10%;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item {
  display: block;
  margin: 20px 10px;
  width: 250px;
  height: 200px;
}
@media (max-width: 1100px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .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: 290px;
  height: 380px;
  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: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card {
    width: 250px;
    height: 283px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-imgBox {
  margin: 15px 15px 0 15px;
  width: 260px;
  height: 198px;
  border-radius: 20px;
  background: #ACACAC;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-imgBox {
    width: 220px;
    height: 150px;
    margin-bottom: 0;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-imgBox .caseImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .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 15px 40px 15px;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox {
    padding: 10px 15px 25px 15px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-title {
  height: 38px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-title {
    margin: 0;
    padding: 0 7px;
    height: 23px;
    font-size: 16px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-title span {
  display: inline-block;
  font-size: 28px;
  color: #FF6700;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-title span {
    line-height: 25px;
    font-size: 20px;
    width: 20px;
    height: 23px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-description {
  height: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.12px;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-description {
    padding: 0 10px;
    width: 220px;
    height: 34px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 5px 0;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-button {
  color: #111111;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-button {
    height: 16px;
    padding: 0 10px;
    padding-top: 5px;
    font-size: 11px;
  }
}
.sec-example .content-wrap .item-wrap-1 .img-wrap .carousel-item__card .owlCard-textBox .owlCard-button svg {
  margin-left: 2.5px;
  width: 10px;
  height: 10px;
}
.sec-example .content-wrap .pc {
  display: block;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .pc {
    display: none;
  }
}
.sec-example .content-wrap .mb {
  display: none;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .mb {
    display: block;
  }
}
.sec-example .pos {
  position: relative;
}
.sec-example .pos .carousel-item:nth-child(1) {
  position: absolute;
  top: -180px;
  left: 300px;
}
@media (max-width: 1100px) {
  .sec-example .pos .carousel-item:nth-child(1) {
    left: 270px;
  }
}
.sec-example .pos .carousel-item:nth-child(2) {
  position: absolute;
  top: 25px;
  left: -30px;
}
.sec-example .pos .carousel-item:nth-child(3) {
  position: absolute;
  top: 230px;
  left: 300px;
}
@media (max-width: 1100px) {
  .sec-example .pos .carousel-item:nth-child(3) {
    left: 270px;
  }
}
.sec-example .svg-wrap {
  position: absolute;
  top: -5%;
  left: 45%;
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .sec-example .svg-wrap {
    top: 15%;
  }
}
@media (max-width: 576px) {
  .sec-example .svg-wrap {
    top: 23%;
    left: 33%;
    width: 67%;
  }
}
@media (max-width: 500px) {
  .sec-example .svg-wrap {
    top: 28%;
    left: 25%;
    width: 75%;
  }
}
@media (max-width: 465px) {
  .sec-example .svg-wrap {
    top: 32%;
    left: 25%;
    width: 75%;
  }
}
.sec-example .svg-wrap :root {
  --startColor: hsl(0, 100%, 75%);
  --stopColor: hsl(0, 100%, 75%);
}
.sec-example .svg-wrap svg {
  margin-left: 15px;
  width: 155vmin;
  height: 100vmin;
  overflow: visible;
}
@media (max-width: 992px) {
  .sec-example .svg-wrap svg {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.sec-example .img-wrap-owl .owl-carousel-case {
  -ms-touch-action: pan-y;
      touch-action: pan-y; /* 垂直滾動交給瀏覽器，橫向給 Owl */
  -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%;
}
@media (max-width: 480px) {
  .sec-example .img-wrap-owl .owl-carousel-case {
    padding-right: 23vw;
  }
}
@media (max-width: 375px) {
  .sec-example .img-wrap-owl .owl-carousel-case {
    padding-right: 17vw;
  }
}
@media (max-width: 350px) {
  .sec-example .img-wrap-owl .owl-carousel-case {
    padding-right: 12vw;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item {
  display: block;
  margin: 20px 10px;
  width: 390px;
  height: 459px;
}
@media (max-width: 1100px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item {
    margin: 20px 10px;
  }
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item {
    margin: 20px 10px;
    width: 250px;
    height: 287px;
  }
}
.sec-example .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;
  width: 390px;
  height: 459px;
  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: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card {
    width: 250px;
    height: 287px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox {
  margin: 15px 15px 0 15px;
  width: 360px;
  height: 240px;
  border-radius: 20px;
  background: #ACACAC;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox {
    width: 220px;
    height: 150px;
    margin-bottom: 0;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox .caseImg {
  width: 360px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-imgBox .caseImg {
    width: 220px;
    height: 150px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .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 15px 40px 15px;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox {
    padding: 10px 15px 25px 15px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title {
  height: 38px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title {
    margin: 0;
    padding: 0 7px;
    height: 23px;
    font-size: 16px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title span {
  display: inline-block;
  font-size: 28px;
  color: #FF6700;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title span {
    line-height: 25px;
    font-size: 20px;
    width: 20px;
    height: 23px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-description {
  height: 46px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 7%;
  margin: 20px 0;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-description {
    padding: 0 10px;
    width: 220px;
    height: 34px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 5px 0;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-button {
  color: #111111;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-button {
    height: 16px;
    padding: 0 10px;
    padding-top: 5px;
    font-size: 11px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-button svg {
  margin-left: 2.5px;
  width: 10px;
  height: 10px;
}
.sec-example .img-wrap-owl .owl-carousel-case .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-example .img-wrap-owl .owl-carousel-case .owl-stage .owl-item {
  max-width: 390px;
  height: 459px;
  margin-right: 15px;
}
@media (max-width: 576px) {
  .sec-example .img-wrap-owl .owl-carousel-case .owl-stage .owl-item {
    max-width: 250px;
    height: 287px;
  }
}
.sec-example .img-wrap-owl .owl-carousel-case .owl-stage-outer {
  overflow: unset;
}
.sec-example .img-wrap-owl .owl-carousel-case .owl-nav, .sec-example .img-wrap-owl .owl-carousel-case .owl-nav {
  display: none;
}
.sec-example .img-wrap-owl .owl-carousel-case .owl-dots {
  opacity: 0;
}

@media (min-width: 1440px) {
  .sec-startup .container {
    max-width: 1200px;
  }
}
.sec-startup .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .sec-startup .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sec-startup .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-startup .item .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 480px;
  padding: 20px 0 20px 30px;
}
@media (max-width: 1200px) {
  .sec-startup .item .text-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .sec-startup .item .text-wrap {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 576px) {
  .sec-startup .item .text-wrap {
    width: 100%;
    margin: 0;
  }
}
.sec-startup .item .text-wrap h3 {
  font-family: "Noto Sans TC";
  font-weight: 700;
  font-size: 45px;
  line-height: 1.25;
  letter-spacing: 2.25px;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-startup .item .text-wrap h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap h3 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .sec-startup .item .text-wrap h3 {
    width: 80%;
    font-size: 30px;
  }
}
.sec-startup .item .text-wrap h3 br {
  display: block;
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap h3 br {
    display: none;
  }
}
.sec-startup .item .text-wrap h5 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1.4px;
  text-align: justify;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-startup .item .text-wrap h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap h5 {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-startup .item .text-wrap h5 {
    width: 80%;
    font-size: 16px;
  }
}
.sec-startup .item .text-wrap h5 span {
  color: #ff6700;
}
.sec-startup .item .text-wrap .cta {
  margin-top: 10px;
  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;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap .cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-startup .item .text-wrap .cta p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.4px;
}
@media (max-width: 992px) {
  .sec-startup .item .text-wrap .cta p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sec-startup .item .text-wrap .cta p {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sec-startup .item .text-wrap .cta p {
    font-size: 16px;
    letter-spacing: 1.12px;
  }
}
.sec-startup .item .text-wrap .cta p span {
  color: #ff6700;
}
.sec-startup .item .text-wrap .cta .cta-btn {
  display: block;
  width: 323px;
  height: 49px;
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  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;
}
.sec-startup .item .text-wrap .cta .cta-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: 992px) {
  .sec-startup .item .text-wrap .cta .cta-btn {
    width: 300px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sec-startup .item .text-wrap .cta .cta-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sec-startup .item .img-wrap {
  position: relative;
  max-width: 720px;
  aspect-ratio: 720/600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .sec-startup .item .img-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .sec-startup .item .img-wrap {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .sec-startup .item .img-wrap {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-startup .item .img-wrap .main-img {
  width: 100%;
  height: auto;
  aspect-ratio: 720/600;
}
.sec-startup .item .img-wrap .icon {
  position: absolute;
}
.sec-startup .item .img-wrap .sec-startup-sheet {
  width: 30.5555555556%;
  top: 61.5%;
  left: 1.3888888889%;
}
.sec-startup .item .img-wrap .sec-startup-icon-1 {
  width: 13.8888888889%;
  top: 5.3333333333%;
  left: 39.8611111111%;
}
.sec-startup .item .img-wrap .sec-startup-date {
  width: 31.3888888889%;
  top: 3.5%;
  left: 67.9166666667%;
}
.sec-startup .item .img-wrap .sec-startup-icon-2 {
  width: 13.8888888889%;
  top: 37.1666666667%;
  left: 85.4166666667%;
}

.qa {
  background-image: url(../img/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    padding: 50px 0 50px 0;
    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: 16px;
  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;
}

.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%);
}