@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;
  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;
  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] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  height: 13px; /* 3 */
  width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #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::-moz-placeholder {
  color: #9f9f9f;
}

input::placeholder {
  color: #9f9f9f;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}

textarea::placeholder {
  color: #9f9f9f;
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.mobile {
  display: block !important;
}

.desktop {
  display: none !important;
}

.mobile-exclude {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
@media (min-width: 360px) and (max-width: 576px) {
  .mobile-exclude {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
}

@media (max-width: 1165px) {
  .header__mainArea {
    padding: 0 15px;
  }
}
@media (max-width: 340px) {
  .header__mainArea {
    padding: 0;
  }
}
.header__btnBox {
  margin: 20px 0;
  margin-left: auto;
  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;
}
.header__btnBox-login {
  color: #fff !important;
  background: #ff6700;
  transition: 0.3s;
}
.header__btnBox-login:hover {
  color: #fff;
  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;
  transition: 0.3s;
}
.header__btnBox-register:hover {
  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;
}

.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;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
@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;
  }
}

.content__btnBox {
  display: flex;
  gap: 10px;
}
@media (max-width: 440px) {
  .content__btnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.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;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .content__btnBox a {
    width: 160px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
  }
}
@media (max-width: 1100px) {
  .content__btnBox a {
    width: 140px;
    height: 36px;
  }
}
@media (max-width: 440px) {
  .content__btnBox a {
    width: 300px;
    height: 46px;
    line-height: 40px;
  }
}

.content__btnBox a.-active {
  color: #fff;
  background: #ff6700;
  box-shadow: rgba(255, 102, 0, 0.5490196078) 0px 3px 10px 0px;
  transition: 0.3s;
}
.content__btnBox a.-active:hover {
  box-shadow: rgba(255, 102, 0, 0.5490196078) 1px 8px 15px 0px;
  color: #fff;
}

.content__btnBox a:not(.-active) {
  color: #ff6700;
  border: #ff6700 solid 1px;
  background-color: #fff;
}
.content__btnBox a:not(.-active):hover {
  color: #ff6700;
}

.kv {
  min-height: 400px; /* 預設固定高度，避免初始化時跳動 */
  margin-top: 100px;
}
@media (max-width: 600px) {
  .kv {
    padding: 0 20px;
  }
}
.kv .container {
  position: relative;
  padding: 0;
}
.kv .container .pc {
  display: block;
}
.kv .container .m {
  display: none;
}
@media (min-width: 1440px) {
  .kv .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .kv .container {
    flex-direction: column;
  }
  .kv .container .pc {
    display: none;
  }
  .kv .container .m {
    display: block;
  }
}
.kv .container .item {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.kv .container .owl-dots {
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -50px;
}
@media (max-width: 992px) {
  .kv .container .owl-dots {
    transform: initial;
    position: initial;
    top: initial;
    right: initial;
  }
}
.kv .container .owl-dot span {
  background-color: #CCC;
  border: #CCC solid 1px;
}
.kv .container .owl-dot.active span, .kv .container .owl-dot:hover span {
  background-color: transparent;
}
.kv .text-wrap {
  position: absolute;
  z-index: 1;
  display: flex;
  width: 540px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  top: 23.5%;
  left: 8.3333333333%;
}
@media (max-width: 1440px) {
  .kv .text-wrap {
    top: 16.6666666667%;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap {
    top: 6.6666666667%;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap {
    position: absolute;
    order: 2;
    gap: 15px;
    width: 100%;
    top: 31.095890411%;
    left: 0;
    padding: 0 7.1428571429% 0;
  }
}
.kv .text-wrap h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.5;
  line-height: 70px;
  letter-spacing: 2.75px;
}
@media (max-width: 1440px) {
  .kv .text-wrap h1 {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap h1 {
    margin-top: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.5px;
  }
}
.kv .text-wrap h6 {
  font-size: 20px;
  color: #ff6700;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
}
@media (max-width: 1440px) {
  .kv .text-wrap h6 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap h6 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h6 {
    font-size: 16px;
  }
}
.kv .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  line-height: normal;
}
@media (max-width: 1440px) {
  .kv .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap p {
    font-size: 16px;
  }
}
.kv .text-wrap p span {
  color: #ff6700;
}
@media (min-width: 1440px) {
  .kv .text-wrap br {
    display: block;
  }
}
.kv .text-wrap p.ps {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.kv .img-wrap {
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .kv .img-wrap {
    order: 1;
    width: 100%;
  }
}
.kv .img-wrap .icon {
  position: absolute;
  animation: levitate 4s infinite;
}
@keyframes levitate {
  0% {
    transform: translateY(-1rem);
  }
  50% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(-1rem);
  }
}
.kv .img-wrap .icon-1 {
  width: 11.1805555556%;
  top: 11.6666666667%;
  left: 56.25%;
  animation-delay: -1s;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-1 {
    width: 23.1428571429%;
    top: 2.7397260274%;
    left: 18%;
  }
}
.kv .img-wrap .icon-2 {
  width: 17.7777777778%;
  top: 57.3770491803%;
  left: 79.1666666667%;
  animation-delay: -2s;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-2 {
    width: 32.2857142857%;
    top: 18.3561643836%;
    left: 64.2857142857%;
  }
}
.kv .img-wrap .icon-3 {
  width: 7.2222222222%;
  top: 57.3770491803%;
  left: 49.3055555556%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-3 {
    width: 12.5714285714%;
    top: 11.7808219178%;
    left: 4.5714285714%;
  }
}
.kv .img-wrap .icon-4 {
  width: 5.3472222222%;
  top: 42.6229508197%;
  left: 64.5833333333%;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-4 {
    width: 11.4285714286%;
    top: 14.9315068493%;
    left: 42%;
  }
}
.kv .img-wrap .icon-5 {
  width: 5.9722222222%;
  top: 73.7704918033%;
  left: 65.9722222222%;
  animation-delay: -1s;
}
@media (max-width: 992px) {
  .kv .img-wrap .icon-5 {
    width: 12.2857142857%;
    top: 26.1643835616%;
    left: 27.4285714286%;
  }
}
@media (max-width: 992px) {
  .kv .content__btnBox {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
  }
  .kv .content__btnBox a {
    width: 100%;
    margin: 0;
    height: 46px;
    line-height: 46px;
  }
}

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-2 {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding: 50px 0;
  }
}
@media (min-width: 1440px) {
  .sec-2 .container {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .sec-2 h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-2 h2 {
    margin: 0 auto;
    width: 85.7142857143%;
  }
}
.sec-2 h2 span {
  color: #ff6700;
}
.sec-2 h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-2 h5 {
    margin: 10px auto 0;
    width: 85.7142857143%;
    font-size: 16px;
  }
  .sec-2 h5 br {
    display: none;
  }
}
.sec-2 h5 span {
  color: #ff6700;
}
.sec-2 .item-wrap {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1200px) {
  .sec-2 .item-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap {
    margin-top: 30px;
    gap: 30px;
  }
}
.sec-2 .item-wrap .item {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sec-2 .item-wrap .item {
    flex-wrap: wrap;
  }
}
.sec-2 .item-wrap .item .text-wrap {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .sec-2 .item-wrap .item .text-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item .text-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sec-2 .item-wrap .item .text-wrap {
    width: 85.7142857143%;
    margin: 0 auto;
    padding: 0;
    order: 2;
    margin-top: 30px;
  }
}
.sec-2 .item-wrap .item .text-wrap h6 {
  font-size: 20px;
  color: #ff6700;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item .text-wrap h6 {
    font-size: 16px;
  }
}
.sec-2 .item-wrap .item .text-wrap h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item .text-wrap h3 {
    font-size: 24px;
  }
}
.sec-2 .item-wrap .item .text-wrap p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item .text-wrap p {
    font-size: 16px;
  }
}
.sec-2 .item-wrap .item .text-wrap p span {
  color: #ff6700;
}
.sec-2 .item-wrap .item .img-wrap {
  position: relative;
  width: 700px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .sec-2 .item-wrap .item .img-wrap {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .sec-2 .item-wrap .item .img-wrap {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item .img-wrap {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .sec-2 .item-wrap .item .img-wrap {
    width: 100%;
    order: 1;
  }
}
.sec-2 .item-wrap .item .img-wrap .sec-2-1-img {
  position: absolute;
  width: 29.2857142857%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-1-1 {
  top: 3.2%;
  left: 11.7142857143%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-1-2 {
  top: 32%;
  left: 1.1428571429%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-1-3 {
  top: 61%;
  left: 6.4285714286%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-1-4 {
  width: 26.4285714286%;
  top: 24.2%;
  left: 72.4285714286%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-2-img {
  position: absolute;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-2-1 {
  width: 15%;
  top: 2.8%;
  left: 17.8571428571%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-2-2 {
  width: 31.2857142857%;
  top: 50.8%;
  left: 1.5714285714%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-2-3 {
  width: 31.2857142857%;
  top: 65%;
  left: 6.8571428571%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-2-4 {
  width: 31%;
  top: 14.2%;
  left: 67%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-3-img {
  position: absolute;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-3-1 {
  width: 31.1428571429%;
  top: 0.2%;
  left: 1.1428571429%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-3-2 {
  width: 24.8571428571%;
  top: 43.8%;
  left: 73.8571428571%;
}
.sec-2 .item-wrap .item .img-wrap .sec-2-3-3 {
  width: 24.8571428571%;
  top: 77.6%;
  left: 64.2857142857%;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item:nth-child(1) {
    order: 2;
  }
}
.sec-2 .item-wrap .item:nth-child(1) .text-wrap {
  order: 2;
}
.sec-2 .item-wrap .item:nth-child(1) .img-wrap {
  order: 1;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item:nth-child(3) {
    order: 1;
  }
}

.sec-3 {
  background-color: #F5F5F5;
  padding: 120px 0 160px;
}
@media (max-width: 992px) {
  .sec-3 {
    padding: 100px 0 50px;
  }
}
@media (min-width: 1440px) {
  .sec-3 .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sec-3 h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-3 h2 br {
    display: none;
  }
}
.sec-3 h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-3 h5 {
    width: 85.7142857143%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-3 h5 br {
    display: none;
  }
}
.sec-3 h5 span {
  color: #ff6700;
}
.sec-3 .item-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.sec-3 .item-wrap .item {
  display: flex;
  gap: 25px;
  width: calc(50% - 30px);
  padding: 40px 25px;
  border-radius: 30px;
  background-color: #FFFFFF;
  flex-direction: row;
  align-items: center;
  color: #111111;
}
@media (max-width: 1200px) {
  .sec-3 .item-wrap .item {
    padding: 40px 15px;
  }
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item {
    width: 100%;
    padding: 15px 25px;
  }
}
.sec-3 .item-wrap .item:nth-child(1) {
  order: 1;
}
.sec-3 .item-wrap .item:nth-child(2) {
  order: 3;
}
.sec-3 .item-wrap .item:nth-child(3) {
  order: 5;
}
.sec-3 .item-wrap .item:nth-child(4) {
  order: 2;
  transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item:nth-child(4) {
    transform: translateY(0);
  }
}
.sec-3 .item-wrap .item:nth-child(5) {
  order: 4;
  transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item:nth-child(5) {
    transform: translateY(0);
  }
}
.sec-3 .item-wrap .item:nth-child(6) {
  order: 6;
  transform: translateY(60px);
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item:nth-child(6) {
    transform: translateY(0);
  }
}
.sec-3 .item-wrap .item img {
  width: 100px;
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item img {
    width: 70px;
  }
}
.sec-3 .item-wrap .item p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap .item p {
    font-size: 16px;
  }
}
.sec-3 .item-wrap .item span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  letter-spacing: 1.12px;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap .item span {
    font-size: 12px;
  }
}

.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: 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;
  box-shadow: rgba(255, 103, 0, 0.6) 0px 3px 7px 0px;
  transition: 0.3s;
}
.reserve__btn:hover {
  color: #fff;
  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;
  }
}

.sec-4 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec-4 {
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .sec-4 .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .sec-4 .container h2 br {
    display: none;
  }
}
.sec-4 .container h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-4 .container h5 {
    font-size: 16px;
  }
  .sec-4 .container h5 br {
    display: none;
  }
}
.sec-4 .container h5 span {
  color: #ff6700;
}
.sec-4 .container h6 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 50px 0;
}
.sec-4 .container h6:before {
  content: "．";
  color: #ff6700;
}
.sec-4 .container .table {
  max-width: 950px;
  margin: 0 auto;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
}
.sec-4 .container .table table {
  border-collapse: collapse;
  width: 100%;
}
.sec-4 .container .table th, .sec-4 .container .table td {
  width: 33.3333%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}
.sec-4 .container .table th span, .sec-4 .container .table td span {
  color: #ff6700;
}
.sec-4 .container .table th br, .sec-4 .container .table td br {
  display: none;
}
@media (max-width: 992px) {
  .sec-4 .container .table th br, .sec-4 .container .table td br {
    display: initial;
  }
}
@media (max-width: 576px) {
  .sec-4 .container .table th, .sec-4 .container .table td {
    font-size: 14px;
  }
}
.sec-4 .container .table th {
  background-color: #EEEEEE;
  border-bottom: 1px solid #fff;
}
.sec-4 .container .table th:last-child {
  border-right: none;
}
.sec-4 .container .table th:nth-child(2) {
  background-color: #ff6700;
  color: #fff;
}
.sec-4 .container .table td:first-child {
  background-color: #EEEEEE;
  border-right: 1px solid #ff6700;
}
.sec-4 .container .table td:not(:first-child) {
  border-right: 1px solid #ff6700;
  color: #ff6700;
}
.sec-4 .container .table td:not(:first-child) span {
  display: block;
  font-size: 10px;
  color: #cccccc;
  margin-top: 5px;
}
.sec-4 .container .table td:last-child {
  border-right: none;
  color: #111111;
}
.sec-4 .container .table tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}
.sec-4 .container .table tr:not(:last-child) td:not(:first-child) {
  border-bottom: 1px solid #EEEEEE;
}
.sec-4 .container .table tr:first-child th:nth-child(2) {
  border: 1px solid #ff6700;
  border-top: none;
}
.sec-4 .container .table tr:last-child td:nth-child(2) {
  border-bottom: 1px solid #ff6700;
}

.sec-5 {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .sec-5 {
    padding: 100px 0;
  }
}
.sec-5 .container .pc {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 30px;
  margin: 0 auto;
}
.sec-5 .container .pc .table-wrap {
  display: block !important;
}
.sec-5 .container .m {
  display: none;
}
@media (max-width: 992px) {
  .sec-5 .container .pc {
    display: none;
  }
  .sec-5 .container .m {
    display: block;
  }
  .sec-5 .container .m .table {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-5 h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-5 h2 br {
    display: none;
  }
}
.sec-5 h5 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .sec-5 h5 {
    width: 85.7142857143%;
    margin: 10px auto 0;
    font-size: 16px;
  }
  .sec-5 h5 br {
    display: none;
  }
}
.sec-5 .content__btnBox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec-5 .content__btnBox {
    margin-top: 30px;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .sec-5 .content__btnBox a {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 420px) {
  .sec-5 .content__btnBox a {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .sec-5 .content__btnBox a {
    font-size: 12px;
  }
}
.sec-5 .content__btnBox a:not(.-active) {
  color: #111111;
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
}
.sec-5 .content__btnBox a:not(.-active):hover {
  color: #ff6700;
}
.sec-5 .table-wrap {
  position: relative;
  margin-top: 50px;
  display: none;
}
.sec-5 .table-wrap.-active {
  display: block;
}
@media (max-width: 992px) {
  .sec-5 .table-wrap {
    margin-top: 40px;
  }
}
.sec-5 .table-wrap.recommend .table {
  border-radius: 20px;
  border: 1px solid #FFD60B;
  background: #FFF;
  box-shadow: 0px 0px 50px 0px rgba(255, 103, 0, 0.25);
}
.sec-5 .table-wrap.recommend .table .pj-title {
  color: #ff6700;
  border-bottom: #ff6700 2px solid;
}
.sec-5 .table-wrap.recommend::before {
  content: "推薦";
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-right: 8px;
  border-radius: 30px;
  background: #ff6700;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.sec-5 .table {
  display: flex;
  max-width: 380px;
  padding: 30px 25px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
}
.sec-5 .table .pj-title {
  width: 100%;
  padding: 0px 10px 20px;
  border-bottom: #111111 2px solid;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 2.25px;
}
.sec-5 .table .pj-title div {
  font-size: 26px;
  letter-spacing: 1.3px;
}
.sec-5 .table .pj-title span {
  font-size: 20px;
  letter-spacing: 1px;
}
.sec-5 .table .pj-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  padding: 0 10px 20px;
  border-bottom: #CCC 2px solid;
  color: #AAA;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.sec-5 .table .pj-block .pj-content {
  color: #111111;
  font-weight: 500;
  line-height: 20px;
}
.sec-5 .table .pj-block.plus {
  display: block;
  color: #ff6700;
  font-weight: 500;
}
.sec-5 .table .pj-block.plus .pj-content, .sec-5 .table .pj-block.plus .pj-note {
  margin-top: 5px;
}
.sec-5 .table .pj-block.plus::before {
  content: "PLUS";
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-right: 8px;
  border-radius: 10px;
  background: #ff6700;
  line-height: 33px;
}
.sec-5 .table .pj-block.new {
  display: block;
  color: #ff6700;
  font-weight: 500;
}
.sec-5 .table .pj-block.new .pj-content span {
  color: #ff6700;
}
.sec-5 .table .pj-block.new .pj-content, .sec-5 .table .pj-block.new .pj-note {
  margin-top: 5px;
}
.sec-5 .table .pj-block.new::before {
  content: "NEW!";
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-right: 8px;
  border-radius: 10px;
  background: #ff6700;
  line-height: 33px;
}
.sec-5 .table .pj-block .pj-note {
  color: #AAA;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.sec-5 .table .pj-block:last-child {
  border-bottom: none;
}

.sec-9 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .sec-9 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .sec-9 .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}
.sec-9 .container h5 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .sec-9 .container h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
}
.sec-9 .container h5 span {
  color: #ff6700;
}
.sec-9 .container .main {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1000px;
  padding: 40px 100px 0;
}
@media (max-width: 1200px) {
  .sec-9 .container .main {
    padding: 40px 80px 0;
  }
}
@media (max-width: 992px) {
  .sec-9 .container .main {
    padding: 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .sec-9 .container .main {
    margin-top: 30px;
    max-width: 100%;
    padding: 40px 20px;
  }
}
.sec-9 .container .main::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../img/202502/sec-9-icon.svg);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.sec-9 .container .main .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 100px;
  border-radius: 20px;
  background-color: #FFF;
  filter: drop-shadow(0px 4px 32.2px rgba(149, 149, 149, 0.2));
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .sec-9 .container .main .text-wrap {
    padding: 40px 20px;
  }
}
.sec-9 .container .main .text-wrap .content {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  min-height: 200px;
  align-content: center;
}
@media (max-width: 767px) {
  .sec-9 .container .main .text-wrap .content {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.sec-9 .container .main .text-wrap .client {
  color: #ff6700;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media (max-width: 767px) {
  .sec-9 .container .main .text-wrap .client {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.sec-9 .container .main .text-wrap .client::before {
  content: "－ ";
}
.sec-9 .container .main .text-wrap .tri {
  display: block;
  width: 86px;
  height: 68px;
  background-image: url(../img/202502/sec-9-tri.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  bottom: -88px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-9 .container .main .splide {
  margin-top: 80px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide {
    padding: 0 40px;
  }
}
.sec-9 .container .main .splide .splide__list {
  align-items: center;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.sec-9 .container .main .splide .splide__list .splide__slide {
  width: 100px !important;
  text-align: center;
  cursor: pointer;
}
.sec-9 .container .main .splide .splide__list .splide__slide img {
  width: 80px;
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide .splide__list .splide__slide img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide .splide__list .splide__slide {
    width: 50px !important;
  }
}
.sec-9 .container .main .splide .splide__list .splide__slide:hover {
  opacity: 0.9;
}
.sec-9 .container .main .splide .splide__list .splide__slide.is-active {
  width: 140px !important;
  padding: 10px;
}
.sec-9 .container .main .splide .splide__list .splide__slide.is-active img {
  width: 100%;
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide .splide__list .splide__slide.is-active {
    width: 80px !important;
  }
}
.sec-9 .container .main .splide .splide__list .splide__slide.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-image: linear-gradient(to right, #F73603, #FFD60B);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
}
.sec-9 .container .main .splide__arrow {
  background-color: transparent;
}
.sec-9 .container .main .splide__arrow svg {
  display: none;
}
.sec-9 .container .main .splide__arrow::before {
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  font-size: 0;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.sec-9 .container .main .splide__arrow--prev {
  left: -30px;
}
.sec-9 .container .main .splide__arrow--prev::before {
  background-image: url(../img/202502/sec-9-left.svg);
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide__arrow--prev {
    left: 0;
  }
}
.sec-9 .container .main .splide__arrow--next {
  right: -30px;
}
.sec-9 .container .main .splide__arrow--next::before {
  background-image: url(../img/202502/sec-9-right.svg);
}
@media (max-width: 767px) {
  .sec-9 .container .main .splide__arrow--next {
    right: 0;
  }
}
.sec-9 .container .main .items {
  margin-top: 80px;
  padding: 0 40px;
}
.sec-9 .container .main .items .option-item {
  box-sizing: border-box;
  width: 80px;
}
.sec-9 .container .main .items .option-item.add-border {
  border-radius: 100%;
  border: 1px solid #D2DBEC;
}
@media (max-width: 767px) {
  .sec-9 .container .main .items .option-item {
    width: 50px;
  }
}
.sec-9 .container .main .items .owl-item {
  display: flex;
  justify-content: center;
  width: 140px !important;
}
@media (max-width: 767px) {
  .sec-9 .container .main .items .owl-item {
    width: 80px !important;
  }
}
.sec-9 .container .main .items .owl-item.center .option-item {
  width: 140px;
  height: 140px;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .sec-9 .container .main .items .owl-item.center .option-item {
    width: 80px;
    height: 80px;
  }
}
.sec-9 .container .main .items .owl-item.center .option-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-image: linear-gradient(to right, #F73603, #FFD60B);
  background-origin: border-box;
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
}
.sec-9 .container .main .items .owl-item:not(.center) .option-item {
  transform: scale(1);
}
.sec-9 .container .main .items .owl-stage-outer {
  font-size: 0;
  z-index: 10;
}
.sec-9 .container .main .items .owl-stage {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-9 .container .main .items .owl-nav {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: space-between;
}
.sec-9 .container .main .items .owl-nav button {
  background: none !important;
}
.sec-9 .container .main .items .owl-nav button:last-child span::before {
  background-image: url(../img/202502/sec-9-right.svg);
}
.sec-9 .container .main .items .owl-nav button > span {
  font-size: 0;
}
.sec-9 .container .main .items .owl-nav button > span::before {
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  background-image: url(../img/202502/sec-9-left.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-7 {
  background-color: #F5F5F5;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .sec-7 {
    padding: 100px 20px;
  }
}
.sec-7 .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.sec-7 .container .text-wrap {
  color: #111111;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-7 .container .text-wrap h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}
.sec-7 .container .text-wrap h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
}
@media (max-width: 992px) {
  .sec-7 .container .text-wrap h5 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-7 .container .text-wrap h5 {
    font-size: 16px;
    letter-spacing: 1.12px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
}
.sec-7 .container .img-wrap {
  max-width: 1200px;
  position: relative;
}
.sec-7 .container .img-wrap .icon {
  position: absolute;
  animation: levitate 4s infinite;
}
.sec-7 .container .img-wrap .icon:nth-child(3n-1) {
  animation-delay: -1s;
}
.sec-7 .container .img-wrap .icon:nth-child(3n-2) {
  animation-delay: -2s;
}
.sec-7 .container .img-wrap .icon-1 {
  width: 4.75%;
  left: 2.5%;
  top: 37.7358490566%;
}
.sec-7 .container .img-wrap .icon-2 {
  width: 5.5833333333%;
  left: 11.4166666667%;
  top: 21.5633423181%;
}
.sec-7 .container .img-wrap .icon-3 {
  width: 5.0833333333%;
  left: 29.1666666667%;
  top: 12.1293800539%;
}
.sec-7 .container .img-wrap .icon-4 {
  width: 4.75%;
  left: 35.8333333333%;
  top: 25.6064690027%;
}
.sec-7 .container .img-wrap .icon-5 {
  width: 5.5833333333%;
  left: 46.6666666667%;
  top: 18.8679245283%;
}
.sec-7 .container .img-wrap .icon-6 {
  width: 5.5833333333%;
  left: 64.1666666667%;
  top: 1.3477088949%;
}
.sec-7 .container .img-wrap .icon-7 {
  width: 5.0833333333%;
  left: 80.4166666667%;
  top: 22.9110512129%;
}
.sec-7 .container .img-wrap .icon-8 {
  width: 4.75%;
  left: 87.0833333333%;
  top: 30.9973045822%;
}

.sec-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sec-8 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-8 .container {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  /* shadow */
  box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
}
@media (min-width: 1400px) {
  .sec-8 .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .sec-8 .container {
    gap: 0;
  }
}
.sec-8 .container .img-wrap {
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sec-8 .container .img-wrap {
    display: none;
  }
}
.sec-8 .container .text-wrap {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap {
    padding: 50px 25px;
  }
}
@media (max-width: 1200px) {
  .sec-8 .container .text-wrap h2 {
    font-size: 32px;
  }
  .sec-8 .container .text-wrap h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap h2 {
    font-size: 45px;
    text-align: center;
  }
  .sec-8 .container .text-wrap h2 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap h2 {
    font-size: 32px;
  }
  .sec-8 .container .text-wrap h2 br {
    display: none;
  }
}
.sec-8 .container .text-wrap h2 span {
  color: #ff6700;
}
.sec-8 .container .text-wrap h5 {
  font-size: 20px;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 1.4px;
}
@media (max-width: 1200px) {
  .sec-8 .container .text-wrap h5 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap h5 {
    font-size: 16px;
  }
  .sec-8 .container .text-wrap h5 br {
    display: none;
  }
}
.sec-8 .container .text-wrap h5 span {
  color: #ff6700;
}
.sec-8 .container .text-wrap .item-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.sec-8 .container .text-wrap .item-wrap .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap .item-wrap .item {
    padding: 0 125px;
  }
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap .item-wrap .item {
    padding: 0;
  }
}
.sec-8 .container .text-wrap .item-wrap .item .img {
  display: initial;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap .item-wrap .item .img {
    width: 70px;
    height: 70px;
  }
}
.sec-8 .container .text-wrap .item-wrap .item .img img {
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap .item-wrap .item .img img {
    transform: translate(-50%, -50%) scale(87.5%);
  }
}
.sec-8 .container .text-wrap .item-wrap .item div {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap .item-wrap .item div {
    font-size: 12px;
  }
}
.sec-8 .container .text-wrap .item-wrap .item h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .sec-8 .container .text-wrap .item-wrap .item h6 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap .item-wrap .item h6 {
    font-size: 18px;
  }
}
.sec-8 .container .text-wrap .item-wrap .item h6 span {
  color: #ff6700;
}
.sec-8 .container .text-wrap .img {
  display: none;
}
@media (max-width: 992px) {
  .sec-8 .container .text-wrap .img {
    width: 300px;
    display: block;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .sec-8 .container .text-wrap .img {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .sec-6 .container {
    max-width: 950px;
  }
}
@media (max-width: 767px) {
  .sec-6 .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sec-6 h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
  .sec-6 h2 br {
    display: none;
  }
}
.sec-6 h5 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-6 h5 {
    font-size: 16px;
    width: 85.7142857143%;
    margin: 10px auto 0;
  }
  .sec-6 h5 br {
    display: none;
  }
}
.sec-6 .item-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-color: #f5f5f5;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap {
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    gap: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap {
    gap: 30px;
    padding: 30px 0;
  }
}
.sec-6 .item-wrap .item {
  padding: 50px 30px;
  width: 230px;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item {
    display: flex;
    width: 100%;
    padding: 0 100px;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .sec-6 .item-wrap .item {
    padding: 0 50px;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap .item {
    padding: 0 30px;
  }
}
.sec-6 .item-wrap .item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 50px rgba(17, 17, 17, 0.1);
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item .icon {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap .item .icon {
    width: 70px;
    height: 70px;
  }
}
.sec-6 .item-wrap .item .icon img {
  filter: grayscale(100%);
  transition: all 0.3s;
}
.sec-6 .item-wrap .item .text-wrap .step {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item .text-wrap .step {
    justify-content: flex-start;
  }
}
.sec-6 .item-wrap .item .text-wrap .step p:first-child {
  font-size: 10px;
  font-weight: bold;
  border-bottom: 3px solid #cccccc;
  padding-bottom: 2px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item .text-wrap .step p:first-child {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap .item .text-wrap .step p:first-child {
    font-size: 10px;
  }
}
.sec-6 .item-wrap .item .text-wrap .step p:last-child {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item .text-wrap .step p:last-child {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap .item .text-wrap .step p:last-child {
    font-size: 20px;
  }
}
.sec-6 .item-wrap .item .text-wrap > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .item .text-wrap > p {
    text-align: left;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .sec-6 .item-wrap .item .text-wrap > p {
    font-size: 14px;
  }
}
.sec-6 .item-wrap .item .text-wrap > p span, .sec-6 .item-wrap .item .text-wrap > p a {
  color: #ff6700;
}
.sec-6 .item-wrap .item.-active .icon img {
  filter: none;
}
.sec-6 .item-wrap .item.-active .text-wrap .step p:first-child {
  color: #ff6700;
  border-bottom: 3px solid #ff6700;
}
.sec-6 .item-wrap .item.-active .text-wrap .step p:last-child {
  color: #ff6700;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .img .lg {
    display: none;
  }
}
.sec-6 .item-wrap .img .md {
  display: none;
}
@media (max-width: 992px) {
  .sec-6 .item-wrap .img .md {
    display: block;
  }
}

.reserve {
  padding-top: 50px;
  padding-bottom: 0;
}

.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: 0;
    padding-bottom: 60px;
    background-position: center bottom;
  }
}
.qa__header {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 30px;
  }
}
@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;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}
@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__list li ~ li {
  border-top: 1px solid #ddd;
}
.qa__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  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 {
  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%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  transition: transform 0.2s ease-out;
}
.qa__icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}
.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}
.qa__answer-content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.8px;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  display: block;
  color: #ff6700;
  text-decoration: none;
  margin-top: 15px;
}
.qa__answer-content a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/202502/right-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 10px;
  width: 15.96px;
  height: 12px;
}
@media (max-width: 992px) {
  .qa__answer-content a::before {
    width: 11.97px;
    height: 6px;
  }
}
.qa__answer-content span {
  color: #ff6700;
}
.qa__answer-guideBtn {
  display: flex;
  color: #ff6700;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5%;
  margin-top: 16px;
  cursor: pointer;
}
.qa__answer-guideBtn:hover {
  color: #ff6700;
}
.qa__answer-guideBtn::before {
  content: "";
  display: block;
  background: url(../img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer {
  background: #111111;
  color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 15px 0 15px;
  }
}
.footer__info {
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__info {
    margin-bottom: 45px;
  }
}
.footer__info-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.footer__info-text {
  display: flex;
  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: linear-gradient(to bottom, #fa7206, #f73603) left/1px 100% no-repeat; /* 漸層色邊框 */
}
.footer__links {
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer__links {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 45px;
  }
}
.footer__links-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer__links-option {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7490196078);
  margin-bottom: 20px;
}
.footer__links-option:hover {
  color: #ff6700;
  transition: 0.5s;
}
.footer__newsletter {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__newsletter {
    margin-bottom: 45px;
  }
}
.footer__newsletter-inputbox {
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .footer__newsletter-inputbox {
    width: 100%;
  }
}
.footer__newsletter-inputbox input::-moz-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;
  transition: 0.3s;
  cursor: pointer;
}
.footer__newsletter-class {
  margin-bottom: 15px;
}
.footer__newsletter-caption {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 30px 0;
}
.footer .copyright strong {
  color: #fff;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #ff6700;
  transition: 0.5s;
}
.footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #f73603, #ffd60b);
  margin-bottom: 30px;
}

.fixed-top-center {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=main.css.map */