@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;
  }
}
html, body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

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-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;
}

.content__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 440px) {
  .content__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.content__btnBox a {
  text-decoration: none;
  display: inline-block;
  width: 376px;
  height: 49px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .content__btnBox a {
    width: 300px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .content__btnBox a {
    width: 300px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .content__btnBox a {
    width: 300px;
    height: 46px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .content__btnBox a {
    font-size: 15px;
  }
}

.kv {
  position: relative;
  width: 100%;
  height: 787px;
  background: #F6F6F6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* Icon 動畫 */
}
@media (max-width: 1400px) {
  .kv {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .kv {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .kv {
    height: 920px;
    height: 1007px;
  }
}
@media (max-width: 768px) {
  .kv {
    height: 850px;
  }
}
@media (max-width: 576px) {
  .kv {
    height: 800px;
  }
}
@media (max-width: 460px) {
  .kv {
    height: 840px;
  }
}
@media (max-width: 365px) {
  .kv {
    height: 790px;
  }
}
.kv__flex {
  padding-top: 87px;
}
@media (max-width: 992px) {
  .kv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.kv__vision {
  position: absolute;
  top: 22%;
  right: 17%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 2001px) {
  .kv__vision {
    right: 50%;
    -webkit-transform: translateX(85%);
            transform: translateX(85%);
  }
}
@media (max-width: 1850px) {
  .kv__vision {
    right: 15vw;
  }
}
@media (max-width: 1650px) {
  .kv__vision {
    right: 10vw;
  }
}
@media (max-width: 1480px) {
  .kv__vision {
    right: 5%;
  }
}
@media (max-width: 1400px) {
  .kv__vision {
    right: 2%;
  }
}
@media (max-width: 992px) {
  .kv__vision {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media (max-width: 576px) {
  .kv__vision {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.kv__vision-img {
  max-width: 700px;
  max-height: auto;
  aspect-ratio: 700/546;
}
@media (max-width: 1200px) {
  .kv__vision-img {
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .kv__vision-img {
    max-width: 500px;
  }
}
.kv__content {
  width: 100%;
  z-index: 2;
  padding-top: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1300px) {
  .kv__content {
    padding-top: 70px;
  }
}
@media (max-width: 992px) {
  .kv__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .kv__content {
    padding: 0 20px;
  }
}
.kv__content .content__container {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
@media (max-width: 768px) {
  .kv__content .content__container {
    min-width: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 90%;
    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;
  }
}
.kv__content h6 {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #111111;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
}
@media (max-width: 576px) {
  .kv__content h6 {
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  .kv__content h6 {
    font-size: 22px;
    letter-spacing: 1.1px;
    line-height: 34px;
  }
}
@media (max-width: 370px) {
  .kv__content h6 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
  }
}
.kv__content h1 {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 65px;
  color: #ff6700;
  margin-bottom: 30px;
}
@media (max-width: 1750px) {
  .kv__content h1 {
    font-size: 52px;
  }
}
@media (max-width: 1650px) {
  .kv__content h1 {
    font-size: 50px;
  }
}
@media (max-width: 1480px) {
  .kv__content h1 {
    font-size: 45px;
  }
}
@media (max-width: 1400px) {
  .kv__content h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .kv__content h1 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .kv__content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .kv__content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 370px) {
  .kv__content h1 {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .kv__content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 440px) {
  .kv__content h1 br {
    display: none;
    text-align: justify;
  }
}
.kv__content .tags {
  font-size: 20px;
  color: #ff6700;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .kv__content .tags {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .kv__content .tags {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .kv__content .tags {
    font-size: 15px;
  }
}
.kv__content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #111111;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: justify;
}
@media (max-width: 1850px) {
  .kv__content p {
    width: 550px;
  }
  .kv__content p br {
    display: none;
  }
}
@media (max-width: 1715px) {
  .kv__content p {
    width: 500px;
  }
  .kv__content p br {
    display: none;
  }
}
@media (max-width: 1650px) {
  .kv__content p {
    width: 510px;
  }
  .kv__content p br {
    display: none;
  }
}
@media (max-width: 1480px) {
  .kv__content p {
    width: 440px;
  }
}
@media (max-width: 1300px) {
  .kv__content p {
    width: 390px;
  }
}
@media (max-width: 1200px) {
  .kv__content p {
    width: 340px;
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .kv__content p {
    width: 430px;
  }
}
@media (max-width: 768px) {
  .kv__content p {
    width: 350px;
  }
}
@media (max-width: 400px) {
  .kv__content p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kv__content p br {
    display: none;
  }
}
.kv__content .content__btnBox {
  width: 100%;
}
@media (max-width: 440px) {
  .kv__content .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;
  }
}
.kv__content .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__content .content__btnBox a {
    width: 160px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .kv__content .content__btnBox a {
    width: 140px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .kv__content .content__btnBox a {
    width: 300px;
    height: 46px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  .kv__content .content__btnBox a {
    width: 100%;
  }
}
.kv__content .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;
}
.kv__content .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__content .content__btnBox-register:focus {
  border: #ff6700 solid 1px;
}
.kv__content .content__btnBox-consult {
  min-width: 170px;
  color: #ff6700;
  background: #FFF;
  border: #ff6700 solid 1px;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 20px;
}
@media (max-width: 440px) {
  .kv__content .content__btnBox-consult {
    margin-left: 0;
  }
}
.kv #float-icon-1 {
  position: absolute;
  top: 0%;
  left: 4%;
  text-align: center;
  width: 21%;
  height: auto;
  z-index: 12;
}
.kv #float-icon-1 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .floating-btn {
  -webkit-animation: bounce 1.4s linear;
          animation: bounce 1.4s linear;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.kv #float-icon-2 {
  position: absolute;
  top: 39%;
  left: 1%;
  text-align: center;
  width: 10%;
  height: auto;
  -webkit-animation: levitate 4s infinite;
          animation: levitate 4s infinite;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.kv #float-icon-2 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv #float-icon-2:after {
  -webkit-animation: shadow 4s infinite;
          animation: shadow 4s infinite;
}
.kv #float-icon-3 {
  position: absolute;
  top: 60%;
  left: -5%;
  text-align: center;
  width: 25%;
  height: auto;
}
.kv #float-icon-3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv #float-icon-4 {
  position: absolute;
  bottom: 7%;
  left: 7%;
  text-align: center;
  width: 16%;
  height: auto;
}
.kv #float-icon-4 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv #float-icon-5 {
  position: absolute;
  top: -13%;
  right: 18%;
  text-align: center;
  width: 25%;
  height: auto;
  max-width: 162px;
}
.kv #float-icon-5 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv #float-icon-6 {
  position: absolute;
  top: 20%;
  right: 1%;
  text-align: center;
  width: 10%;
  height: auto;
  -webkit-animation: levitate 4s infinite;
          animation: levitate 4s infinite;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.kv #float-icon-6 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kv #float-icon-6:after {
  -webkit-animation: shadow 4s infinite;
          animation: shadow 4s infinite;
}
.kv #float-icon-7 {
  position: absolute;
  top: 72%;
  right: -2%;
  text-align: center;
  width: 28%;
  height: auto;
}
.kv #float-icon-7 img {
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}

/* 虛線 */
.dot {
  position: absolute;
  width: 0.88%;
  height: 0.66%;
  background-color: #FFF;
  border-radius: 2px;
  visibility: hidden;
  z-index: 10;
}

h2 {
  color: #111;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.25px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}

.sec-recommend {
  position: relative;
  overflow: hidden;
  padding: 120px 0 120px 0;
}
@media (max-width: 992px) {
  .sec-recommend {
    padding: 100px 0 100px;
  }
}
.sec-recommend .container {
  position: relative;
  z-index: 10;
}
@media (min-width: 1440px) {
  .sec-recommend .container {
    max-width: 1200px;
  }
}
.sec-recommend h2 {
  color: #111111;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sec-recommend h2 {
    margin-bottom: 60px;
  }
}
.sec-recommend h2 br {
  display: none;
}
@media (max-width: 992px) {
  .sec-recommend h2 br {
    display: block;
  }
}
.sec-recommend .content-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap {
    gap: 30px;
  }
}
.sec-recommend .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap h6 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #ff6700;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #fae2d3;
  padding: 10px 20px;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap h6 {
    font-size: 20px;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap h3 {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.25px;
  color: #111111;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #111111;
  text-align: justify;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap p {
    font-size: 16px;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap div span {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #ff6700;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap div span {
    font-size: 16px;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap .text-list {
  margin-top: 15px;
  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: 5px;
}
.sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-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;
}
@media (max-width: 1200px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .check {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .check {
    margin-top: 8px;
  }
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .check {
    margin-top: 6px;
    width: 16px;
    height: 12px;
  }
}
.sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .slogan span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec-recommend .content-wrap .item-wrap .text-wrap .text-list .text-list-item .slogan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .text-wrap {
  width: 60%;
  padding-left: 30px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(1) .text-wrap {
    width: 100%;
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(1) .text-wrap {
    padding: 0px 10%;
  }
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap {
    width: 60%;
    height: auto;
    margin-bottom: 30px;
  }
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap img {
  width: 90%;
  height: auto;
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap .sec-2-1-img {
  position: absolute;
  width: 29.2857142857%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap .sec-2-1-1 {
  width: 26.4285714286%;
  top: 15%;
  left: 76%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap .sec-2-1-2 {
  width: 23.5714285714%;
  top: -13%;
  left: 6.4285714286%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(1) .img-wrap .sec-2-1-3 {
  width: 35.7142857143%;
  top: 28%;
  left: -12.8571428571%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap {
    width: 70%;
    height: auto;
    margin-bottom: 30px;
  }
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap .sec-2-1-img {
  position: absolute;
  width: 29.2857142857%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap .sec-2-1-1 {
  width: 14.2857142857%;
  top: 6%;
  left: 42.8571428571%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap .sec-2-1-2 {
  width: 20.7142857143%;
  top: 10%;
  left: 22.8571428571%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .img-wrap .sec-2-1-3 {
  width: 26.4285714286%;
  top: 57%;
  left: 74.2857142857%;
}
.sec-recommend .content-wrap .item-wrap:nth-child(2) .text-wrap {
  width: 60%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(2) .text-wrap {
    width: 100%;
    padding-right: 80px;
    padding: 0 auto;
  }
}
@media (max-width: 576px) {
  .sec-recommend .content-wrap .item-wrap:nth-child(2) .text-wrap {
    padding: 0px 10%;
  }
}
.sec-recommend .bg-svg-left {
  position: absolute;
  top: 170px;
  left: 2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 400px;
  height: auto;
  max-width: 30%;
}
.sec-recommend .bg-svg-right {
  position: absolute;
  bottom: 5%;
  right: -12%;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 22%;
}
@media (max-width: 767px) {
  .sec-recommend .bg-svg-right {
    right: -16%;
    bottom: 850px;
    max-width: 40%;
  }
}
@media (max-width: 576px) {
  .sec-recommend .bg-svg-right {
    right: -120px;
    max-width: 55%;
  }
}

.sec-3step {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .sec-3step {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .sec-3step .container {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
  .sec-3step .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-3step h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .sec-3step h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-3step h2 br {
    display: none;
  }
}
.sec-3step h5 {
  color: #111111;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-3step h5 {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .sec-3step h5 br {
    display: none;
  }
}
.sec-3step .item-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 0;
    gap: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap {
    gap: 30px;
    padding: 30px 0;
  }
}
.sec-3step .item-wrap .item {
  padding: 50px 30px;
  width: 230px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .sec-3step .item-wrap .item {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item {
    padding: 0 30px;
  }
}
.sec-3step .item-wrap .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 50px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 50px rgba(17, 17, 17, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .icon {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .icon {
    width: 70px;
    height: 70px;
  }
}
.sec-3step .item-wrap .item .icon img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-3step .item-wrap .item .text-wrap .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-3step .item-wrap .item .text-wrap .step p:first-child {
  font-size: 10px;
  font-weight: bold;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap .step p:first-child {
    font-size: 10px;
  }
}
.sec-3step .item-wrap .item .text-wrap .step p:last-child {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap .step p:last-child {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap .step p:last-child {
    font-size: 20px;
  }
}
.sec-3step .item-wrap .item .text-wrap > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.4px;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .item .text-wrap > p {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .sec-3step .item-wrap .item .text-wrap > p {
    font-size: 14px;
  }
}
.sec-3step .item-wrap .item .text-wrap > p span, .sec-3step .item-wrap .item .text-wrap > p a {
  color: #ff6700;
}
.sec-3step .item-wrap .item.-active .icon img {
  -webkit-filter: none;
          filter: none;
}
.sec-3step .item-wrap .item.-active .text-wrap .step p:first-child {
  color: #ff6700;
  border-bottom: 3px solid #ff6700;
}
.sec-3step .item-wrap .item.-active .text-wrap .step p:last-child {
  color: #ff6700;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .img .lg {
    display: none;
  }
}
.sec-3step .item-wrap .img .md {
  display: none;
}
@media (max-width: 992px) {
  .sec-3step .item-wrap .img .md {
    display: block;
  }
}

.qa {
  background-image: url(../img/202502/bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0 170px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 50px;
    padding-bottom: 60px;
    background-position: center bottom;
  }
}
.qa__header {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}
.qa__header h2 {
  color: #111111;
}
@media (max-width: 767px) {
  .qa__header h2 br {
    display: none;
  }
}
.qa__size {
  width: 950px;
}
@media (max-width: 576px) {
  .qa__size {
    width: 100%;
  }
}
.qa__listGroup {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}
@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__list li ~ li {
  border-top: 1px solid #ddd;
}
.qa__title {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #111111;
  letter-spacing: 1px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .qa__title {
    padding: 30px 0;
    font-size: 16px;
  }
}
.qa__title-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff6700;
  margin-right: 12px;
}
.qa__title h5 {
  padding-top: 2px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .qa__title h5 {
    line-height: 24px;
  }
}
.qa__title.open .qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.qa__icon {
  position: relative;
  min-width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  margin-right: 24px;
  margin-left: 10px;
}
.qa__icon::after, .qa__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}
.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}
.qa__answer-content {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  word-break: break-all;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  display: inline;
  color: #ff6700;
  white-space: normal;
  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(../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__newsWrap {
  padding-bottom: 50px;
}
.footer__newsWrap h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.footer__newsWrap .news {
  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;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0.5px 0 #DDD;
          box-shadow: 0 0.5px 0 #DDD;
  border-bottom: none;
  cursor: pointer;
}
.footer__newsWrap .news:hover {
  color: #ff6700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__newsWrap .news__item {
  width: 100%;
  padding: 20px 80px;
  -webkit-box-shadow: 0 0.2px 0 #7E7E7E;
          box-shadow: 0 0.2px 0 #7E7E7E;
  border-bottom: none;
}
@media (max-width: 767px) {
  .footer__newsWrap .news__item {
    padding: 15px 0;
  }
}
.footer__newsWrap .news__item .links {
  width: 100%;
  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;
}
.footer__newsWrap .news__item-text {
  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;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer__newsWrap .news__item-text {
    -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;
  }
}
.footer__newsWrap .news__item-text .time {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.footer__newsWrap .news__item-text .time span {
  display: inline-block;
  min-width: 50px;
  color: #ff6700;
}
.footer__newsWrap .news__item-text .content {
  font-size: 16px;
  letter-spacing: 1.12px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .footer__newsWrap .news__item-text .content {
    margin-left: 0;
    margin-top: 5px;
  }
}
.footer__newsWrap .news__item-text:hover {
  color: #FFFFFF;
}
.footer__newsWrap .news__item-icon {
  margin-left: 20px;
  font-size: 20px;
  color: #ff6700;
}
.footer__newsWrap .news__item:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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__info-icon {
  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;
  gap: 10px;
  padding-top: 15px;
}
.footer__info-icon a {
  width: 30px;
  height: 30px;
}
.footer__info-icon a img {
  width: 30px;
  height: 30px;
}
.footer__links {
  color: #fff;
}
.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__links .ul-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
}
.footer__links .ul-product li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer__links .ul-product li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.footer__links .ul-product li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.footer__links .ul-product li:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}
.footer__links .ul-product li:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}
.footer__links .ul-product li:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}
.footer__links .ul-product li:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}
.footer__links .ul-product li:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}
@media (max-width: 768px) {
  .footer__links .ul-product {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__links .ul-product li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer__links .ul-product li:nth-child(5) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer__links .ul-product li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer__links .ul-product li:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer__links .ul-product li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .footer__links .ul-product li:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
  }
  .footer__links .ul-product li:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .footer__links .ul-product li:nth-child(8) {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (max-width: 768px) {
  .footer__links .ul-client {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
  }
  .footer__links .ul-client li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer__links .ul-client li:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer__links .ul-client li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
}
.footer .padding-product {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .footer .padding-product {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer .padding-product {
    margin-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .footer .padding-client {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer .padding-client {
    margin-bottom: 45px;
  }
}
.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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: 10px;
}
@media (max-width: 767px) {
  .footer .copyright .wrap {
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fixed-top-center {
  position: fixed;
  top: 0;
  /* iOS Safari 等會把 safe-area inset 帶進來 */
  top: env(safe-area-inset-top);
  /* Android 某些舊版需要 constant() */
  top: constant(safe-area-inset-top);
  /* 水平置中 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 讓 header 內部內容推開劉海／狀態列 */
  padding-top: env(safe-area-inset-top);
  padding-top: constant(safe-area-inset-top);
}

.reserve {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
  z-index: 3;
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 120px;
}
.reserve__container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgb(255, 255, 255)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}
.reserve.nobg-color {
  background-color: #fff;
}
.reserve.pd-120 {
  padding-top: 0;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .reserve.pd-120 {
    padding-bottom: 100px;
  }
}
.reserve__btn {
  margin-right: 30px;
  display: block;
  width: 186px;
  height: 49px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 45px;
  background: #ff6700;
  border-radius: 24.5px;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve__btn:hover {
  color: #fff;
  -webkit-box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
          box-shadow: rgba(255, 103, 0, 0.6) 1px 7px 15.9px 0px;
}
@media (max-width: 768px) {
  .reserve__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.reserve__call {
  letter-spacing: 3.5px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  line-height: 1.5;
}
.reserve__call span {
  color: #ff6700;
}
@media (max-width: 768px) {
  .reserve__call {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .reserve__call {
    line-height: 30px;
  }
}
.reserve__call br {
  display: none;
}
@media (max-width: 576px) {
  .reserve__call br {
    display: block;
  }
}

.reserve-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.reserve-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .reserve-3 {
    margin-bottom: 0;
  }
}

.section-marquee {
  position: relative;
  background: #F5F5F5;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section-marquee {
    padding: 100px 0;
  }
}
@media (min-width: 1440px) {
  .section-marquee .container {
    max-width: 950px;
  }
}
@media (max-width: 576px) {
  .section-marquee .container {
    margin-bottom: 30px;
  }
}
.section-marquee .container h2 {
  font-size: 45px;
  color: #111111;
}
@media (max-width: 576px) {
  .section-marquee .container h2 {
    font-size: 30px;
    margin: 0 auto;
  }
  .section-marquee .container h2 br {
    display: none;
  }
}
.section-marquee .container h2 br {
  display: none;
}
@media (max-width: 768px) {
  .section-marquee .container h2 br {
    display: block;
  }
}
.section-marquee .container p {
  color: #111111;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-marquee .container p {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .section-marquee .container p br {
    display: none;
  }
}
.section-marquee .container p span {
  color: #ff6700;
}
.section-marquee .marquee-wrap {
  width: 100%;
  overflow: hidden;
}
.section-marquee .marquee-wrap .swiper-slide {
  display: block;
  margin: 50px 10px;
  width: auto;
  height: 320px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .section-marquee .marquee-wrap .swiper-slide {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .section-marquee .marquee-wrap .swiper-slide {
    height: 100px;
    margin: 0 5px;
  }
}
.section-marquee .marquee-wrap .swiper-slide img {
  width: auto;
  height: 320px;
}
@media (max-width: 767px) {
  .section-marquee .marquee-wrap .swiper-slide img {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .section-marquee .marquee-wrap .swiper-slide img {
    height: 100px;
  }
}
.section-marquee .marquee-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.section-marquee .marquee-wrap .swiper-2 .swiper-slide {
  margin-top: 10px;
}
.section-marquee .marquee-wrap .mb {
  display: none;
}
@media (max-width: 576px) {
  .section-marquee .marquee-wrap .mb {
    display: block;
  }
}

.sec-example {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .sec-example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.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: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.25px;
  color: #111111;
  margin-bottom: 15px;
}
@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: 35px;
    font-weight: 700;
    letter-spacing: 1.5px;
    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: 24px;
    font-weight: 700;
    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: 576px) {
  .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: 992px) {
  .sec-example .content-wrap .item-wrap-1 .text-wrap {
    width: 100%;
    padding-left: 80px;
  }
}
@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 .item-wrap-2 {
  margin-top: 80px;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-2 .img-wrap {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-img {
  position: absolute;
  width: 29.2857142857%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-1 {
  width: 26.4285714286%;
  top: 6%;
  left: 7.4285714286%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-2 {
  width: 25%;
  top: 38%;
  left: 4%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-3 {
  width: 20.7142857143%;
  top: 48%;
  left: -1.4285714286%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-4 {
  width: 26.4285714286%;
  top: 64%;
  left: 66.7142857143%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-5 {
  width: 25.7142857143%;
  top: 6%;
  left: 65.2857142857%;
}
.sec-example .content-wrap .item-wrap-2 .img-wrap .sec-2-1-6 {
  width: 24.2857142857%;
  top: 22%;
  left: 72.4285714286%;
}
.sec-example .content-wrap .item-wrap-2 .text-wrap {
  width: 40%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .sec-example .content-wrap .item-wrap-2 .text-wrap {
    width: 100%;
    padding-right: 80px;
    padding: 0 auto;
  }
}
@media (max-width: 576px) {
  .sec-example .content-wrap .item-wrap-2 .text-wrap {
    padding: 0px 10%;
  }
}
.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%;
}
.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: 283px;
  }
}
.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: 283px;
  }
}
.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: 283px;
  }
}
.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-ai {
  padding: 80px 0 50px 0;
  overflow: hidden;
  height: 100%;
  background-image: url(../img/intro_ellipse.svg);
  background-size: 100%;
  background-position: 0% 400px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .sec-ai {
    padding-left: 20px;
    padding-right: 20px;
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .sec-ai {
    background-image: url(../img/intro_ellipse_m.svg);
    background-position: 0% 400px;
  }
}
.sec-ai .container {
  margin-bottom: 15px;
}
@media (min-width: 1440px) {
  .sec-ai .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .sec-ai .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) {
  .sec-ai h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-ai h2 {
    margin: 0 auto;
    width: 85.7142857143%;
  }
}
.sec-ai h2 span {
  color: #ff6700;
}
.sec-ai h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-ai h5 {
    margin: 10px auto 0;
    width: 85.7142857143%;
    font-size: 16px;
  }
  .sec-ai h5 br {
    display: none;
  }
}
.sec-ai h5 span {
  color: #ff6700;
}
.sec-ai .content-wrap {
  width: 100%;
  margin-top: 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;
}
@media (max-width: 992px) {
  .sec-ai .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;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 768px) {
  .sec-ai .content-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 690px) {
  .sec-ai .content-wrap {
    width: 100%;
  }
}
.sec-ai .content-wrap .row {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sec-ai .content-wrap .row:nth-child(1) {
  margin-right: 10px;
}
@media (max-width: 1450px) {
  .sec-ai .content-wrap .row:nth-child(1) {
    margin-right: 15px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (max-width: 992px) {
  .sec-ai .content-wrap .row:nth-child(1) {
    margin-right: -12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .row:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1450px) {
  .sec-ai .content-wrap .row:nth-child(2) {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 992px) {
  .sec-ai .content-wrap .row:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-ai .content-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  height: 402px;
  border-radius: 20px;
  padding: 40px;
  margin: 0 15px;
  z-index: 1;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  position: relative;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sec-ai .content-wrap .item-wrap::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .item-wrap::before {
    top: 0%;
    left: 0%;
  }
}
.sec-ai .content-wrap .item-wrap::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #FFF;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .item-wrap::after {
    top: 0%;
    left: 0%;
  }
}
@media (min-width: 577px) {
  .sec-ai .content-wrap .item-wrap:hover img {
    -webkit-transform: translate(5%, 5%) rotateX(7deg) translateY(-4px) translateZ(20px);
            transform: translate(5%, 5%) rotateX(7deg) translateY(-4px) translateZ(20px);
  }
  .sec-ai .content-wrap .item-wrap:hover h4, .sec-ai .content-wrap .item-wrap:hover p {
    -webkit-transform: translate(5%, 5%) rotateX(10deg) translateY(-7px) translateZ(20px);
            transform: translate(5%, 5%) rotateX(10deg) translateY(-7px) translateZ(20px);
  }
  .sec-ai .content-wrap .item-wrap:hover::before {
    -webkit-box-shadow: 0 8px 30px rgba(255, 102, 0, 0.315);
            box-shadow: 0 8px 30px rgba(255, 102, 0, 0.315);
    -webkit-transform: rotateX(7deg) translateY(-4px) scale(1.05);
            transform: rotateX(7deg) translateY(-4px) scale(1.05);
    border: 1px solid rgba(255, 102, 0, 0.158);
    opacity: 0.6;
  }
  .sec-ai .content-wrap .item-wrap:hover::after {
    -webkit-transform: rotateX(7deg) translateY(-4px) scale(1.05) translateZ(0);
            transform: rotateX(7deg) translateY(-4px) scale(1.05) translateZ(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .item-wrap:hover::before {
    -webkit-box-shadow: 0 8px 30px rgba(255, 102, 0, 0.315);
            box-shadow: 0 8px 30px rgba(255, 102, 0, 0.315);
    -webkit-transform: none;
            transform: none;
    border: 1px solid rgba(255, 102, 0, 0.158);
    opacity: 0.6;
  }
  .sec-ai .content-wrap .item-wrap:hover::after {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.sec-ai .content-wrap .item-wrap img, .sec-ai .content-wrap .item-wrap h4, .sec-ai .content-wrap .item-wrap p {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(5%, 5%);
          transform: translate(5%, 5%);
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .item-wrap img, .sec-ai .content-wrap .item-wrap h4, .sec-ai .content-wrap .item-wrap p {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media (max-width: 1300px) {
  .sec-ai .content-wrap .item-wrap {
    width: 100%;
    max-width: 45%;
  }
}
@media (max-width: 1080px) {
  .sec-ai .content-wrap .item-wrap {
    width: 100%;
    max-width: 40%;
  }
}
@media (max-width: 992px) {
  .sec-ai .content-wrap .item-wrap {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .sec-ai .content-wrap .item-wrap {
    max-width: 250px;
  }
}
@media (max-width: 640px) {
  .sec-ai .content-wrap .item-wrap {
    max-width: 230px;
  }
}
@media (max-width: 576px) {
  .sec-ai .content-wrap .item-wrap {
    max-height: 400px;
    margin: 0 5px;
  }
}
@media (max-width: 550px) {
  .sec-ai .content-wrap .item-wrap {
    max-width: 45%;
    padding: 40px 30px;
  }
}
@media (max-width: 480px) {
  .sec-ai .content-wrap .item-wrap {
    max-width: 45%;
    max-height: 330px;
    padding: 25px;
  }
}
@media (max-width: 385px) {
  .sec-ai .content-wrap .item-wrap {
    max-height: 298px;
    padding: 20px;
  }
}
.sec-ai .content-wrap .item-wrap img {
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .sec-ai .content-wrap .item-wrap img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 992px) {
  .sec-ai .content-wrap .item-wrap img {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (max-width: 640px) {
  .sec-ai .content-wrap .item-wrap img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 480px) {
  .sec-ai .content-wrap .item-wrap img {
    max-width: 110px;
    max-height: 110px;
  }
}
@media (max-width: 345px) {
  .sec-ai .content-wrap .item-wrap img {
    max-width: 90px;
    max-height: 90px;
  }
}
.sec-ai .content-wrap .item-wrap h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 23px;
  }
}
@media (max-width: 1080px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 21px;
  }
}
@media (max-width: 460px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 16px;
  }
}
@media (max-width: 345px) {
  .sec-ai .content-wrap .item-wrap h4 {
    font-size: 14px;
  }
}
.sec-ai .content-wrap .item-wrap p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-align: center;
  color: #111111;
}
@media (max-width: 480px) {
  .sec-ai .content-wrap .item-wrap p {
    font-size: 14px;
  }
}
@media (max-width: 385px) {
  .sec-ai .content-wrap .item-wrap p {
    font-size: 12px;
  }
}

.sec-translate {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F5F5F5;
}
@media (max-width: 992px) {
  .sec-translate {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.sec-translate .container h2 {
  font-size: 45px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-translate .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-translate .container h2 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .sec-translate .container h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.sec-translate .container h5 {
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-translate .container h5 {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .sec-translate .container h5 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .sec-translate .container h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.12px;
  }
}
.sec-translate .content-wrap {
  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;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding: 0 7.5%;
  }
}
@media (max-width: 576px) {
  .sec-translate .content-wrap {
    gap: 15px;
  }
}
.sec-translate .content-wrap .item-wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-radius: 20px;
  background-color: #f5f5f5;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    gap: 30px;
    width: 50%;
  }
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap {
    gap: 15px;
  }
}
.sec-translate .content-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.sec-translate .content-wrap .item-wrap .item .text {
  width: 100%;
  max-width: calc(100% - 4px);
}
.sec-translate .content-wrap .item-wrap .item .text h4 {
  width: 100%;
  max-width: 190px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #ff6700;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap .item .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap .item .text h4 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
}
.sec-translate .content-wrap .item-wrap .item .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1.12px;
  color: #111111;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap .item .text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap .item .text p {
    font-size: 12px;
  }
}
.sec-translate .content-wrap .item-wrap .item .line {
  width: 4px;
  height: 87px;
  background-color: #ff6700;
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap .item .line {
    width: 2px;
    height: 61px;
  }
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap:nth-child(1) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec-translate .content-wrap .item-wrap:nth-child(1) .item .text {
  padding-right: 30px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap:nth-child(1) .item .text {
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap:nth-child(1) .item .text {
    padding-left: 10px;
  }
}
.sec-translate .content-wrap .item-wrap:nth-child(1) .item .text h4, .sec-translate .content-wrap .item-wrap:nth-child(1) .item .text p {
  text-align: right;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap:nth-child(1) .item .text h4, .sec-translate .content-wrap .item-wrap:nth-child(1) .item .text p {
    text-align: left;
  }
}
.sec-translate .content-wrap .item-wrap:nth-child(1) .item:nth-child(1) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap:nth-child(1) .item:nth-child(1) {
    margin-bottom: 0;
  }
}
.sec-translate .content-wrap .item-wrap:nth-child(3) .item .text {
  padding-left: 30px;
}
@media (max-width: 576px) {
  .sec-translate .content-wrap .item-wrap:nth-child(3) .item .text {
    padding-left: 10px;
  }
}
.sec-translate .content-wrap .item-wrap:nth-child(3) .item .text h4, .sec-translate .content-wrap .item-wrap:nth-child(3) .item .text p {
  text-align: left;
}
.sec-translate .content-wrap .item-wrap:nth-child(3) .item:nth-child(1) {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .item-wrap:nth-child(3) .item:nth-child(1) {
    margin-bottom: 0;
  }
}
.sec-translate .content-wrap .img-wrap {
  position: relative;
  margin: 0 20px 0 20px;
  max-width: 750px;
}
@media (max-width: 992px) {
  .sec-translate .content-wrap .img-wrap {
    display: none;
  }
}
.sec-translate .content-wrap .img-wrap .kv-translate {
  width: 100%;
  height: auto;
}
.sec-translate .content-wrap .img-wrap .icon {
  position: absolute;
  width: 18.5714285714%;
}
.sec-translate .content-wrap .img-wrap .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.sec-translate .content-wrap .img-wrap .left .icon-1 {
  top: 52%;
  left: 4%;
}
.sec-translate .content-wrap .img-wrap .left .icon-2 {
  top: 85%;
  left: 20%;
}
.sec-translate .content-wrap .img-wrap .left .icon-3 {
  top: 73%;
  left: 45%;
}
.sec-translate .content-wrap .img-wrap .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.sec-translate .content-wrap .img-wrap .right .icon-4 {
  top: 6%;
  right: 38%;
}
.sec-translate .content-wrap .img-wrap .right .icon-5 {
  top: 20%;
  right: 6%;
}
.sec-translate .content-wrap .img-wrap .right .icon-6 {
  top: 40%;
  right: 18%;
}
.sec-translate .img-wrap-m {
  position: relative;
  display: none;
}
@media (max-width: 992px) {
  .sec-translate .img-wrap-m {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.sec-translate .img-wrap-m .kv-translate {
  width: 100%;
  height: auto;
}
.sec-translate .img-wrap-m .icon {
  position: absolute;
  width: 18.5714285714%;
}
.sec-translate .img-wrap-m .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.sec-translate .img-wrap-m .left .icon-1 {
  top: 52%;
  left: 4%;
}
.sec-translate .img-wrap-m .left .icon-2 {
  top: 85%;
  left: 20%;
}
.sec-translate .img-wrap-m .left .icon-3 {
  top: 73%;
  left: 45%;
}
.sec-translate .img-wrap-m .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.sec-translate .img-wrap-m .right .icon-4 {
  top: 6%;
  right: 38%;
}
.sec-translate .img-wrap-m .right .icon-5 {
  top: 20%;
  right: 6%;
}
.sec-translate .img-wrap-m .right .icon-6 {
  top: 40%;
  right: 18%;
}

.sec-aiTools {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .sec-aiTools {
    padding-top: 50px;
  }
}
.sec-aiTools .container {
  padding: 0;
}
.sec-aiTools .container h2 {
  font-size: 45px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-aiTools .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .sec-aiTools .container h2 {
    font-size: 30px;
    margin: 0 auto;
  }
}
.sec-aiTools .container h2 br {
  display: none;
}
@media (max-width: 992px) {
  .sec-aiTools .container h2 br {
    display: block;
  }
}
.sec-aiTools .container h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-aiTools .container h5 {
    width: 85.7142857143%;
    margin: 10px auto 30px auto;
  }
  .sec-aiTools .container h5 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .sec-aiTools .container h5 {
    font-size: 16px;
  }
}
.sec-aiTools .container .row:nth-child(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;
  margin-bottom: 50px;
}
.sec-aiTools .container .row:nth-child(2) .col {
  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-aiTools .container .row:nth-child(3) {
  margin: auto;
}

.my-shuffle {
  position: relative;
  overflow: visible !important;
}

.image-item {
  aspect-ratio: 216/317;
  width: 264px;
  height: auto;
  max-width: 216px;
  max-height: 317px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .image-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 505px) {
  .image-item {
    aspect-ratio: unset;
    width: 211.2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 455px) {
  .image-item {
    width: 184.8px;
    min-height: 285px;
  }
}
@media (max-width: 405px) {
  .image-item {
    width: 171.6px;
    min-height: 272px;
  }
}
@media (max-width: 380px) {
  .image-item {
    width: 158.4px;
  }
}
@media (max-width: 350px) {
  .image-item {
    width: 139.92px;
  }
}

.aspect {
  position: relative;
  overflow: hidden;
  aspect-ratio: 216/317;
  width: 264px;
  height: auto;
  max-width: 216px;
  max-height: 317px;
  background: #FFF;
  border-radius: 30px;
  -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: 455px) {
  .aspect {
    min-height: 285px;
  }
}
@media (max-width: 405px) {
  .aspect {
    min-height: 272px;
  }
}

.aspect__inner {
  position: absolute;
  top: 13%;
  right: 0%;
  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;
}
@media (max-width: 405px) {
  .aspect__inner {
    top: 10%;
  }
}
@media (max-width: 350px) {
  .aspect__inner {
    top: 7%;
  }
}
.aspect__inner svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 455px) {
  .aspect__inner svg {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .aspect__inner svg {
    width: 60%;
  }
}
.aspect__inner .content {
  margin-top: 15px;
  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;
}
.aspect__inner .content h1 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #111111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 455px) {
  .aspect__inner .content h1 {
    font-size: 20px;
  }
}
@media (max-width: 405px) {
  .aspect__inner .content h1 {
    font-size: 16px;
  }
}
.aspect__inner .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #111111;
}
@media (max-width: 455px) {
  .aspect__inner .content p {
    font-size: 13px;
  }
}
.aspect__inner .content p:nth-child(2) {
  margin-top: 15px;
}
.aspect__inner .content p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/shuffle-icon-label.svg);
}
.aspect__inner .content p.filtered {
  color: #ff6700 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aspect__inner .content p.filtered::before {
  background-image: url(../img/shuffle-icon-label-filter.svg) !important;
}
.aspect__inner .content .coming {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7;
  color: #ff6700;
  padding: 10px 20px;
  background: rgba(255, 102, 0, 0.2);
  border-radius: 50px;
}
@media (max-width: 455px) {
  .aspect__inner .content .coming {
    font-size: 12px;
  }
}

.aspect:hover {
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(255, 102, 0, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(255, 102, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aspect:hover svg {
  -webkit-transition: fill 0.8s;
  transition: fill 0.8s;
}
.aspect:hover svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #FF6700;
}
.aspect:hover svg circle {
  fill: #FF6700;
}
.aspect:hover .content h1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ff6700;
}

.label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .label-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .label-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.label-wrap .aiTools-label {
  position: relative;
  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: 151px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32px rgba(149, 149, 149, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 350px) {
  .label-wrap .aiTools-label {
    width: 130px;
    font-size: 12px;
  }
}
.label-wrap .aiTools-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.label-wrap .aiTools-label:hover {
  background: #FF6700;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.label-wrap .aiTools-label.active {
  font-weight: 700;
  background: #FF6700;
  color: #fff;
  -webkit-box-shadow: 0px 4px 32px rgba(255, 102, 0, 0.2);
          box-shadow: 0px 4px 32px rgba(255, 102, 0, 0.2);
}