@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC", "微軟正黑體", "Source Sans Pro", "Arial", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1 !important;
  width: 100% !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  background: transparent;
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0;
  border: none;
}

select::-ms-expand {
  display: none;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  height: 13px; /* 3 */
  width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #111111;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

picture {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #9f9f9f;
}

input::-moz-placeholder {
  color: #9f9f9f;
}

input:-ms-input-placeholder {
  color: #9f9f9f;
}

input::-ms-input-placeholder {
  color: #9f9f9f;
}

input::placeholder {
  color: #9f9f9f;
}

textarea::-webkit-input-placeholder {
  color: #9f9f9f;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9f9f9f;
}

textarea:-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::-ms-input-placeholder {
  color: #9f9f9f;
}

textarea::placeholder {
  color: #9f9f9f;
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.mobile {
  display: block !important;
}

.desktop {
  display: none !important;
}

.mobile-exclude {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
@media (min-width: 360px) and (max-width: 576px) {
  .mobile-exclude {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}
body {
  overflow-x: hidden;
}

.header__mainArea {
  width: calc(100vw - 20px);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 80px;
  -webkit-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; */
  }
}
.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;
}
.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: 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;
  -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;
}
.content__btnBox a.-active: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;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kv .container .pc {
    display: none;
  }
  .kv .container .m {
    display: block;
  }
}
.kv .container .item {
  position: relative;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1440/600;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1400px) {
  .kv .container .item {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  .kv .container .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: 350/730;
  }
}
.kv .container .owl-dots {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 50%;
  right: -80px;
}
@media (max-width: 992px) {
  .kv .container .owl-dots {
    -webkit-transform: initial;
            transform: initial;
    position: initial;
    top: initial;
    right: initial;
  }
}
.kv .container .owl-dot span {
  background-color: #CCC;
  border: #CCC solid 1px;
}
.kv .container .owl-dot.active span, .kv .container .owl-dot:hover span {
  background-color: transparent;
}
.kv .text-wrap {
  padding: 110px 0 75px 120px;
}
@media (max-width: 1440px) {
  .kv .text-wrap {
    padding: 60px 30px 75px 120px;
  }
}
@media (max-width: 1199px) {
  .kv .text-wrap {
    padding: 30px 30px 30px 70px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 25px 50px;
  }
}
.kv .text-wrap h2 {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .kv .text-wrap h2 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h2 {
    font-size: 22px;
  }
}
.kv .text-wrap h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .kv .text-wrap h1 {
    font-size: 40px;
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h1 {
    font-size: 30px;
  }
}
@media (max-width: 330px) {
  .kv .text-wrap h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.kv .text-wrap h6 {
  font-size: 20px;
  color: #ff6700;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .kv .text-wrap h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .kv .text-wrap h6 {
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .kv .text-wrap h6 {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .kv .text-wrap h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .kv .text-wrap h6 {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .kv .text-wrap h6 {
    margin-bottom: 8px;
  }
}
.kv .text-wrap p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@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;
}
.kv .text-wrap br {
  display: none;
}
@media (min-width: 1400px) {
  .kv .text-wrap br {
    display: block;
  }
}
.kv .img-wrap {
  position: relative;
  width: 710px;
  margin-top: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1400px) {
  .kv .img-wrap {
    width: 550px;
  }
}
@media (max-width: 1200px) {
  .kv .img-wrap {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .kv .img-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 30px;
  }
}
.kv .img-wrap .icon {
  position: absolute;
  -webkit-animation: levitate 4s infinite;
          animation: levitate 4s infinite;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@keyframes levitate {
  0% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
  100% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
.kv .img-wrap .icon-1 {
  width: 6.1971830986%;
  top: 25.3521126761%;
  left: 7.1830985915%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.kv .img-wrap .icon-2 {
  width: 7.6056338028%;
  top: 16.1971830986%;
  left: 11.5492957746%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.kv .img-wrap .icon-3 {
  width: 7.4647887324%;
  top: 3.0985915493%;
  left: 34.7887323944%;
}
.kv .img-wrap .icon-4 {
  width: 5.3521126761%;
  top: 0.7042253521%;
  left: 70.7042253521%;
}
.kv .img-wrap .icon-5 {
  width: 15.9154929577%;
  top: 3.3802816901%;
  left: 76.1971830986%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.kv .img-wrap .icon-6 {
  width: 7.7464788732%;
  top: 25.9154929577%;
  left: 52.5352112676%;
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.kv .img-wrap .icon-7 {
  width: 8.1690140845%;
  top: 51.2676056338%;
  left: 62.8169014085%;
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
.kv .content__btnBox {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .kv .content__btnBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .kv .content__btnBox a {
    width: 100%;
    margin: 0;
    height: 46px;
    line-height: 46px;
  }
}

.sec-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .sec-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .sec-1 .container {
    max-width: 1200px;
  }
}
.sec-1 h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-1 h2 {
    font-size: 32px;
  }
  .sec-1 h2 br {
    display: none;
  }
}
.sec-1 h2 span {
  color: #ff6700;
}
.sec-1 h5 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-1 h5 {
    font-size: 16px;
  }
  .sec-1 h5 br {
    display: none;
  }
}
.sec-1 h5 span {
  color: #ff6700;
}
.sec-1 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec-1 .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.sec-1 .item-wrap .item {
  width: 350px;
  color: #111111;
}
@media (max-width: 1200px) {
  .sec-1 .item-wrap .item {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .sec-1 .item-wrap .item {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .sec-1 .item-wrap .item {
    width: 100%;
  }
}
.sec-1 .item-wrap .item .img {
  width: 250px;
  margin: 0 auto 30px;
}
@media (max-width: 1200px) {
  .sec-1 .item-wrap .item .img {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .sec-1 .item-wrap .item .img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .sec-1 .item-wrap .item .img {
    width: 250px;
  }
}
.sec-1 .item-wrap .item .inner {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .sec-1 .item-wrap .item .inner {
    font-size: 16px;
  }
}
.sec-1 .item-wrap .item .inner span {
  color: #ff6700;
}
.sec-1 .item-wrap .item .tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 2px solid #ff6700;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .sec-1 .item-wrap .item .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sec-1 .item-wrap .item .tit {
    font-size: 24px;
  }
}

.sec-2 {
  background-color: #F5F5F5;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .sec-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .sec-2 .container {
    max-width: 1200px;
  }
}
.sec-2 h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .sec-2 h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec-2 h2 {
    font-size: 32px;
  }
}
.sec-2 h2 span {
  color: #ff6700;
}
.sec-2 h5 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-2 h5 {
    font-size: 16px;
  }
  .sec-2 h5 br {
    display: none;
  }
}
.sec-2 h5 span {
  color: #ff6700;
}
.sec-2 .item-wrap {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media (max-width: 1200px) {
  .sec-2 .item-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .sec-2 .item-wrap {
    gap: 60px;
  }
}
.sec-2 .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .sec-2 .item-wrap .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .sec-2 .item-wrap .item {
    -ms-flex-wrap: wrap;
        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: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            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 {
  width: 700px;
  -ms-flex-negative: 0;
      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%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec-2 .item-wrap .item:nth-child(even) .text-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sec-2 .item-wrap .item:nth-child(even) .img-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.sec-3 {
  background-color: #F5F5F5;
  padding-top: 100px;
}
@media (min-width: 1400px) {
  .sec-3 .container {
    max-width: 1200px;
  }
}
.sec-3 h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-3 h2 {
    font-size: 32px;
  }
  .sec-3 h2 br {
    display: none;
  }
}
.sec-3 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.sec-3 .item-wrap .item {
  width: 285px;
  text-align: center;
  color: #111111;
}
@media (max-width: 1400px) {
  .sec-3 .item-wrap .item {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .sec-3 .item-wrap .item {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .sec-3 .item-wrap .item {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .sec-3 .item-wrap .item {
    width: calc(50% - 10px);
  }
}
.sec-3 .item-wrap .item p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap .item p {
    font-size: 18px;
    margin-top: 10px;
  }
}
.sec-3 .item-wrap .item span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-3 .item-wrap .item span {
    font-size: 12px;
    margin-top: 5px;
  }
}

.sec-4 {
  background-color: #F5F5F5;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .sec-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-4 .container {
  background-color: #fff;
  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;
  gap: 80px;
  padding: 0;
  border-radius: 20px;
}
@media (min-width: 1400px) {
  .sec-4 .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .sec-4 .container {
    gap: 0;
  }
}
.sec-4 .container .img-wrap {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .sec-4 .container .img-wrap {
    display: none;
  }
}
.sec-4 .container .text-wrap {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap {
    padding: 50px 25px;
  }
}
.sec-4 .container .text-wrap h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .sec-4 .container .text-wrap h2 {
    font-size: 32px;
  }
  .sec-4 .container .text-wrap h2 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap h2 {
    font-size: 45px;
    text-align: center;
  }
  .sec-4 .container .text-wrap h2 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .text-wrap h2 {
    font-size: 32px;
  }
  .sec-4 .container .text-wrap h2 br {
    display: none;
  }
}
.sec-4 .container .text-wrap h2 span {
  color: #ff6700;
}
.sec-4 .container .text-wrap h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .sec-4 .container .text-wrap h5 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .text-wrap h5 {
    font-size: 16px;
  }
  .sec-4 .container .text-wrap h5 br {
    display: none;
  }
}
.sec-4 .container .text-wrap h5 span {
  color: #ff6700;
}
.sec-4 .container .text-wrap .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap .item-wrap {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap .item-wrap .item {
    padding: 0 125px;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .text-wrap .item-wrap .item {
    padding: 0;
  }
}
.sec-4 .container .text-wrap .item-wrap .item h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .sec-4 .container .text-wrap .item-wrap .item h6 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap .item-wrap .item h6 {
    text-align: center;
    font-size: 24px;
  }
}
.sec-4 .container .text-wrap .item-wrap .item h6 span {
  color: #ff6700;
}
.sec-4 .container .text-wrap .item-wrap .item p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap .item-wrap .item p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .text-wrap .item-wrap .item p {
    font-size: 16px;
  }
}
.sec-4 .container .text-wrap .item-wrap .item p span {
  font-weight: bold;
}
.sec-4 .container .text-wrap .img {
  display: none;
}
@media (max-width: 992px) {
  .sec-4 .container .text-wrap .img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sec-4 .container .text-wrap .img {
    width: 100%;
  }
}

.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__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;
  }
}

.case {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  background-position: 0 bottom;
  padding-top: 80px;
}
@media (max-width: 576px) {
  .case {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .case {
    height: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .case {
    margin-bottom: 0;
  }
}
.case .titlebox {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .case .titlebox {
    margin-bottom: 10px;
  }
}
.case .titlebox h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .case .titlebox h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .case .titlebox h2 {
    font-size: 32px;
  }
}
.case .carousel-section-case {
  width: 100%;
  overflow: hidden;
}
.case .carousel-section-case .carousel-container-case {
  width: 100%;
  height: 600px;
  padding-left: calc((100% - 1400px) / 2);
  margin: 0;
  overflow: visible;
}
@media (max-width: 1500px) {
  .case .carousel-section-case .carousel-container-case {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .case .carousel-section-case .carousel-container-case {
    padding-left: 80px;
  }
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case {
    height: auto;
    padding-left: 40px;
  }
}
@media (max-width: 380px) {
  .case .carousel-section-case .carousel-container-case {
    padding-left: 20px;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case {
    height: auto;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item {
  display: block;
  margin: 20px 10px;
  width: 390px;
  height: 459px;
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item {
    width: 250px;
    height: 283px;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card {
    width: 250px;
    height: 283px;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-imgBox {
    width: 220px;
    height: 150px;
    margin-bottom: 0;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-imgBox .caseImg {
    width: 220px;
    height: 150px;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox {
    padding: 10px 15px 25px 15px;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title {
  height: 38px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title {
    margin: 0;
    padding: 0 7px;
    height: 23px;
    font-size: 16px;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title span {
  display: inline-block;
  font-size: 28px;
  color: #ff6700;
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-title span {
    line-height: 25px;
    font-size: 20px;
    width: 20px;
    height: 23px;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .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;
  }
}
.case .carousel-section-case .carousel-container-case .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) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-button {
    height: 16px;
    padding: 0 10px;
    padding-top: 5px;
    font-size: 11px;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .carousel-item__card .owlCard-textBox .owlCard-button svg {
  margin-left: 2.5px;
  width: 10px;
  height: 10px;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-stage .owl-item {
  max-width: 390px !important;
  height: 459px !important;
  margin-right: 15px !important;
}
@media (max-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-stage .owl-item {
    max-width: 250px !important;
    height: 283px !important;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-stage-outer {
  overflow: unset;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 575px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav {
    opacity: 0;
    pointer-events: none;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-next,
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-prev {
  background: rgba(204, 204, 204, 0.7019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-next img,
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-prev img {
  width: 40px;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-next:hover,
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-prev:hover {
  background: #fd934b;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-next:focus,
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-nav .owl-prev:focus {
  outline: 0;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 99;
}
@media (min-width: 576px) {
  .case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-dots {
    display: none;
  }
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: transparent;
  border: #d9d9d9 solid 1px;
  border-radius: 50%;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-dots .owl-dot:last-child {
  display: none;
}
.case .carousel-section-case .carousel-container-case .owl-carousel-case .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  background: #ff6700;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
          box-shadow: rgba(255, 103, 0, 0.4) 0px 2px 3.7px 0px;
}

.sec-5 {
  padding-top: 120px;
}
@media (min-width: 1400px) {
  .sec-5 .container {
    max-width: 950px;
  }
}
.sec-5 h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-5 h2 {
    font-size: 32px;
  }
  .sec-5 h2 br {
    display: none;
  }
}
.sec-5 h5 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .sec-5 h5 {
    font-size: 16px;
  }
  .sec-5 h5 br {
    display: none;
  }
}
.sec-5 .content__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec-5 .content__btnBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
          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 {
  margin-top: 50px;
  display: none;
}
.sec-5 .table-wrap.-active {
  display: block;
}
.sec-5 .table-wrap h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.sec-5 .table-wrap h4 span {
  color: #ff6700;
}
.sec-5 .table-wrap > .note {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
.sec-5 .table {
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0 4px 32px rgba(149, 149, 149, 0.2);
}
.sec-5 .table table {
  border-collapse: collapse;
  width: 100%;
}
.sec-5 .table th, .sec-5 .table td {
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 576px) {
  .sec-5 .table th, .sec-5 .table td {
    font-size: 14px;
  }
}
.sec-5 .table th {
  background-color: #EEEEEE;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sec-5 .table th:first-child {
  width: 235px;
}
@media (max-width: 992px) {
  .sec-5 .table th:first-child {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .sec-5 .table th:first-child {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .sec-5 .table th:first-child {
    width: 60px;
  }
}
.sec-5 .table th:last-child {
  border-right: none;
}
.sec-5 .table td:first-child {
  background-color: #EEEEEE;
  border-right: 1px solid #fff;
}
.sec-5 .table td:not(:first-child) {
  border-right: 1px solid #EEEEEE;
  color: #ff6700;
}
.sec-5 .table td:not(:first-child) span {
  display: block;
  font-size: 10px;
  color: #cccccc;
  margin-top: 5px;
}
.sec-5 .table td:last-child {
  border-right: none;
}
.sec-5 .table tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}
.sec-5 .table tr:not(:last-child) td:not(:first-child) {
  border-bottom: 1px solid #EEEEEE;
}
.sec-5 .note {
  margin-top: 60px;
}
.sec-5 .note > p {
  font-size: 16px;
  margin-bottom: 10px;
}
.sec-5 .note ul {
  list-style-type: disc;
  font-size: 12px;
  padding-left: 1.5em;
}
.sec-5 .note ul li {
  line-height: 2;
}

.sec-6 {
  padding-top: 80px;
}
@media (min-width: 1400px) {
  .sec-6 .container {
    max-width: 950px;
  }
}
.sec-6 h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec-6 h2 {
    font-size: 32px;
  }
  .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;
  }
  .sec-6 h5 br {
    display: none;
  }
}
.sec-6 .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-6 .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;
  }
}
@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: -webkit-box;
    display: -ms-flexbox;
    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;
  -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-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 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-6 .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-6 .item-wrap .item .text-wrap .step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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;
  -webkit-transition: all 0.3s;
  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;
  -webkit-transition: all 0.3s;
  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 {
  -webkit-filter: none;
          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;
  }
}

.qa {
  padding: 90px 0 170px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.qa__header {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .qa__header {
    margin-bottom: 50px;
  }
}
.qa__header h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .qa__header h2 {
    font-size: 32px;
  }
  .qa__header h2 br {
    display: none;
  }
}
.qa__size {
  width: 950px;
}
@media (max-width: 576px) {
  .qa__size {
    width: 100%;
  }
}
.qa__listGroup {
  margin-top: 2em;
  background-color: #fff;
  padding: 1em;
  -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.qa__list {
  margin: 0;
  list-style: decimal;
  padding-left: 1.5em;
  list-style: none;
}
@media (max-width: 576px) {
  .qa__list {
    padding-left: 0;
  }
}
.qa__list li ~ li {
  border-top: 1px solid #ddd;
}
.qa__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #111111;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .qa__title {
    padding: 30px 0;
    font-size: 16px;
  }
}
.qa__title-icon {
  font-size: 20px;
  font-weight: bold;
  color: #ff6700;
  margin-right: 12px;
}
.qa__title h5 {
  padding-top: 2px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .qa__title h5 {
    line-height: 24px;
  }
}
.qa__title.open .qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.qa__icon {
  position: relative;
  min-width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 99em;
  margin-right: 24px;
  margin-left: 10px;
}
.qa__icon::after, .qa__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #111111;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.qa__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.qa__answer {
  display: none;
  padding-right: 90px;
  padding-bottom: 35px;
}
@media (max-width: 576px) {
  .qa__answer {
    padding-right: 40px;
  }
}
.qa__answer-icon {
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans TC;
  padding-top: 3px;
  margin-right: 15px;
  color: #111111;
}
.qa__answer-content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 5%;
  text-align: justify;
  color: #111111;
}
.qa__answer-content a {
  color: #ff6700;
  text-decoration: underline;
}
.qa__answer-guideBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6700;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 5%;
  margin-top: 16px;
  cursor: pointer;
}
.qa__answer-guideBtn:hover {
  color: #ff6700;
}
.qa__answer-guideBtn::before {
  content: "";
  display: block;
  background: url(../img/intro_icon_right_arrow.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer {
  background: #111111;
  color: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .footer {
    padding: 50px 15px 0 15px;
  }
}
.footer__info {
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__info {
    margin-bottom: 45px;
  }
}
.footer__info-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.footer__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-left: 10px;
  border-left: 1px solid transparent; /* 邊框寬度 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7206), to(#f73603)) left/1px 100% no-repeat;
  background: linear-gradient(to bottom, #fa7206, #f73603) left/1px 100% no-repeat; /* 漸層色邊框 */
}
.footer__links {
  padding-left: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer__links {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .footer__links {
    margin-bottom: 45px;
  }
}
.footer__links-title {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer__links-option {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7490196078);
  margin-bottom: 20px;
}
.footer__links-option:hover {
  color: #ff6700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer__newsletter {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__newsletter {
    margin-bottom: 45px;
  }
}
.footer__newsletter-inputbox {
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .footer__newsletter-inputbox {
    width: 100%;
  }
}
.footer__newsletter-inputbox input::-webkit-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::-moz-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input:-ms-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::-ms-input-placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input::placeholder {
  color: #a3a3a3; /* 設置顏色 */
  font-size: 14px; /* 設置字體大小 */
}
.footer__newsletter-inputbox input[type=email] {
  background: #fff;
  border: 0;
  border-radius: 20px;
  padding: 6px 8px;
  width: calc(100% - 80px);
}
.footer__newsletter-inputbox input[type=submit] {
  background: #ff6700;
  border: 0;
  width: 80px;
  height: 40px;
  border-radius: 20px;
  padding: 6px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.footer__newsletter-class {
  margin-bottom: 15px;
}
.footer__newsletter-caption {
  font-size: 14px;
  font-weight: 100;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 30px 0;
}
.footer .copyright strong {
  color: #fff;
}
.footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer .copyright a:hover {
  color: #ff6700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .copyright::before {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f73603), to(#ffd60b));
  background: linear-gradient(to right, #f73603, #ffd60b);
  margin-bottom: 30px;
}

.fixed-top-center {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

