@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 */
  *vertical-align: middle; /* 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: #000000;
}

::-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;
}

html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}

a {
  /* color: #000; */
}

.warn {
  color: #FF0000;
}

.-m {
  display: none !important;
}

.-pc {
  display: block !important;
}

@media (max-width: 768px) {
  .-m {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
}
html,
body {
  overflow-x: hidden;
}

main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
main section {
  position: relative;
  width: 100%;
  height: auto;
}
main section img {
  display: block;
}

#sec-menu {
  position: relative;
}
#sec-menu .wrapper {
  padding: 2.8645833333vw 0;
  height: 10.4166666667vw;
}
@media (min-width: 1920px) {
  #sec-menu .wrapper {
    padding: 55px 0;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #sec-menu .wrapper {
    height: auto;
    padding: 0;
  }
}
#sec-menu .wrapper .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 4.1666666667vw;
}
@media (min-width: 1920px) {
  #sec-menu .wrapper .item-wrap {
    height: 80px;
  }
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
#sec-menu .wrapper .item-wrap .item {
  position: relative;
  height: 100%;
  width: 16.6666666667%;
  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;
  border-right: 1px solid #d7d6d6;
  cursor: pointer;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item {
    height: 19.921875vw;
    border-right: none;
    border-bottom: 1px solid #d7d6d6;
  }
  #sec-menu .wrapper .item-wrap .item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background-color: #d7d6d6;
  }
}
#sec-menu .wrapper .item-wrap .item:last-child {
  border-right: none;
}
#sec-menu .wrapper .item-wrap .item:nth-child(1) img {
  width: 8.125vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(1) {
    width: 50%;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    border-bottom: none;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(1):after {
    display: none;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(1) img {
    width: 23.046875vw;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(2) img {
  width: 9.0104166667vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(2) {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(2) img {
    width: 22.0052083333vw;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(3) img {
  width: 6.4583333333vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(3) {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(3) img {
    width: 15.8854166667vw;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(4) img {
  width: 7.5520833333vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(4) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(4) img {
    width: 18.6197916667vw;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(4):after {
    display: none;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(5) img {
  width: 7.6041666667vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(5) {
    width: 50%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(5):after {
    display: none;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(5) img {
    width: 20.0520833333vw;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(6) img {
  width: 6.875vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(6) {
    width: 50%;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(6):after {
    display: none;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(6) img {
    width: 19.140625vw;
  }
}
#sec-menu .wrapper .item-wrap .item:nth-child(7) img {
  width: 8.9583333333vw;
}
@media (max-width: 768px) {
  #sec-menu .wrapper .item-wrap .item:nth-child(7) {
    width: 50%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #sec-menu .wrapper .item-wrap .item:nth-child(7) img {
    width: 23.046875vw;
  }
}

.sec-position {
  width: 100%;
  height: 100%;
  position: relative;
}

#sec-1 {
  position: relative;
}
#sec-1 .hotitems img {
  max-width: 19.53125vw;
  width: 100%;
  height: auto;
}
#sec-1 .hotitems .hotitems-01 {
  position: absolute;
  top: 12%;
  left: 10%;
  z-index: 5;
}
#sec-1 .hotitems .hotitems-02 {
  position: absolute;
  top: 12%;
  left: 40%;
  z-index: 6;
}
#sec-1 .hotitems .hotitems-03 {
  position: absolute;
  top: 12%;
  left: 72%;
  z-index: 7;
}
@media (min-width: 769px) {
  #sec-1 {
    aspect-ratio: 1920/4522;
  }
}
@media (max-width: 768px) {
  #sec-1 {
    aspect-ratio: 768/2664;
  }
}

#kv-sec .social-media {
  width: 2.6041666667vw;
  position: absolute;
  top: 33%;
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  #kv-sec .social-media {
    right: 5%;
  }
}
#kv-sec .social-media a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 25%;
  background: #FFFFFF;
  margin: 12px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #kv-sec .social-media a {
    width: 26px;
    height: 26px;
    margin: 9px 0;
  }
}
#kv-sec .social-media a svg {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  #kv-sec .social-media a svg {
    width: 30px;
    height: 30px;
  }
}
#kv-sec .social-media a:nth-child(1) {
  margin-left: 2px;
}
#kv-sec .social-media a:nth-child(2) {
  margin-left: 2px;
}
#kv-sec .social-media a:nth-child(3) {
  margin-left: 2px;
}
#kv-sec .social-media a:nth-child(3) svg {
  width: 43px;
  height: 43px;
}
@media (max-width: 1024px) {
  #kv-sec .social-media a:nth-child(3) svg {
    width: 28px;
    height: 28px;
  }
}
#kv-sec .social-media a:nth-child(4) {
  width: 45px;
  height: 45px;
  margin-right: 1px;
  background: #a0a1a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kv-sec .social-media a:nth-child(4) img {
  margin-top: 5px;
}
@media (max-width: 1024px) {
  #kv-sec .social-media a:nth-child(4) {
    width: 29px;
    height: 29px;
  }
}
@media (min-width: 769px) {
  #kv-sec {
    aspect-ratio: 1920/1042;
  }
}
@media (max-width: 768px) {
  #kv-sec {
    aspect-ratio: 768/1351;
  }
}

@media (min-width: 769px) {
  #sec-2 {
    aspect-ratio: 1920/3655;
  }
}
@media (max-width: 768px) {
  #sec-2 {
    aspect-ratio: 768/2910;
  }
}

@media (min-width: 769px) {
  #sec-3 {
    aspect-ratio: 1920/3044;
  }
}
@media (max-width: 768px) {
  #sec-3 {
    aspect-ratio: 768/2460;
  }
}

@media (min-width: 769px) {
  #sec-5 {
    aspect-ratio: 1920/1528;
  }
}
@media (max-width: 768px) {
  #sec-5 {
    aspect-ratio: 768/2452;
  }
}

@media (min-width: 769px) {
  #sec-4 {
    aspect-ratio: 1920/1280;
  }
}
@media (max-width: 768px) {
  #sec-4 {
    aspect-ratio: 768/2308;
  }
}

@media (min-width: 769px) {
  #sec-6 {
    aspect-ratio: 1920/1443;
  }
}
@media (max-width: 768px) {
  #sec-6 {
    aspect-ratio: 768/2297;
  }
}

@media (min-width: 769px) {
  #sec-7 {
    aspect-ratio: 1908/620;
  }
}
@media (max-width: 768px) {
  #sec-7 {
    aspect-ratio: 768/2099;
  }
}

@media (min-width: 769px) {
  #sec-8 {
    aspect-ratio: 1920/3350;
  }
}
@media (max-width: 768px) {
  #sec-8 {
    aspect-ratio: 768/4014;
  }
}

@media (min-width: 769px) {
  #sec-9 {
    aspect-ratio: 1920/1783;
  }
}
@media (max-width: 768px) {
  #sec-9 {
    aspect-ratio: 768/1893;
  }
}

@media (min-width: 769px) {
  #sec-10 {
    aspect-ratio: 1920/3516;
  }
}
@media (max-width: 768px) {
  #sec-10 {
    aspect-ratio: 768/2649;
  }
}

@media (min-width: 769px) {
  #sec-11 {
    aspect-ratio: 1920/1618;
  }
}
@media (max-width: 768px) {
  #sec-11 {
    aspect-ratio: 768/1844;
  }
}

.swiper-container {
  position: absolute;
  left: 0;
  width: 100%;
}
.swiper-container .prev,
.swiper-container .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.9479166667vw;
  cursor: pointer;
  z-index: 1;
}
.swiper-container .prev {
  left: 2.6041666667vw;
}
.swiper-container .next {
  right: 2.6041666667vw;
}

.progress-pagination .swiper-pagination {
  width: 66.40625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0vw;
}
.progress-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 1.171875vw;
  border-radius: 0px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #d1d1d1;
  opacity: 1;
}
.progress-pagination .swiper-pagination .swiper-pagination-bullet .progress {
  width: 0%;
  height: 100%;
}
.progress-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .progress {
  -webkit-animation: paginationAni 3s linear forwards;
          animation: paginationAni 3s linear forwards;
}

.dot-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 2.734375vw;
  height: 2.734375vw;
  opacity: 1;
  background-color: #d1d1d1;
}

@-webkit-keyframes paginationAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes paginationAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#swiper01Up {
  width: 100%;
  top: 43.6197916667vw;
  --swiper-preloader-color: #6f5a50;
}
#swiper01Up .swiper-pagination {
  bottom: -8.4635416667vw;
}
#swiper01Up .swiper-pagination-bullet {
  width: 18.5vw;
  height: 3px;
  border-radius: 0;
  background-color: #dccec7;
  margin: 0;
}
#swiper01Up .swiper-pagination-bullet-active {
  background-color: #6f5a50;
}
#swiper01Up .swiper .swiper-slide {
  width: 62.5vw;
  left: -2.6041666667vw;
}
#swiper01Up .swiper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper01Up .prev {
  left: 5%;
}
#swiper01Up .next {
  right: 5%;
}

#swiper01Down {
  width: 100%;
  top: 195.3125vw;
  --swiper-preloader-color: #6f5a50;
}
#swiper01Down .swiper-pagination {
  bottom: -14.9739583333vw;
}
#swiper01Down .swiper-pagination-bullet {
  width: 6.5vw;
  height: 3px;
  border-radius: 0;
  background-color: #dccec7;
  margin: 0;
}
#swiper01Down .swiper-pagination-bullet-active {
  background-color: #6f5a50;
}
#swiper01Down .swiper .swiper-slide {
  width: 74.8697916667vw;
}
#swiper01Down .swiper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper01Down .swiper .left-10 {
  left: -1.3020833333vw;
}
#swiper01Down .swiper .left-15 {
  left: -1.953125vw;
}
#swiper01Down .swiper .left-20 {
  left: -2.6041666667vw;
}
#swiper01Down .swiper .left-25 {
  left: -3.2552083333vw;
}
#swiper01Down .swiper .right-10 {
  right: -1.3020833333vw;
}
#swiper01Down .prev {
  left: 5%;
}
#swiper01Down .next {
  right: 5%;
}

#swiper02 {
  width: 100%;
  top: 210.9375vw;
  --swiper-preloader-color: #6f5a50;
}
#swiper02 .swiper-pagination {
  bottom: -9.765625vw;
}
#swiper02 .swiper-pagination-bullet {
  width: 7vw;
  height: 3px;
  border-radius: 0;
  background-color: #dccec7;
  margin: 0;
}
#swiper02 .swiper-pagination-bullet-active {
  background-color: #6f5a50;
}
#swiper02 .swiper .swiper-wrapper .swiper-slide {
  margin-top: 40px;
  width: 72.9166666667vw;
}
#swiper02 .swiper .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper02 .swiper .swiper-wrapper .left-10 {
  left: -1.3020833333vw;
}
#swiper02 .swiper .swiper-wrapper .left-15 {
  left: -1.953125vw;
}
#swiper02 .swiper .swiper-wrapper .left-20 {
  left: -2.6041666667vw;
}
#swiper02 .prev {
  left: 5%;
}
#swiper02 .next {
  right: 5%;
}

#swiper03 {
  width: 100%;
  top: 160.15625vw;
  left: 0vw;
  --swiper-preloader-color: #6153ab;
}
#swiper03 .swiper-pagination {
  bottom: -13.0208333333vw;
}
#swiper03 .swiper-pagination-bullet {
  width: 8vw;
  height: 3px;
  border-radius: 0;
  background-color: #cecdcf;
  margin: 0;
}
#swiper03 .swiper-pagination-bullet-active {
  background-color: #6153ab;
}
#swiper03 .swiper .swiper-wrapper .swiper-slide {
  margin-top: 40px;
  width: 75.5208333333vw;
}
#swiper03 .swiper .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper03 .swiper .swiper-wrapper .left-10 {
  left: -1.3020833333vw;
}
#swiper03 .swiper .swiper-wrapper .left-15 {
  left: -1.953125vw;
}
#swiper03 .swiper .swiper-wrapper .left-20 {
  left: -2.6041666667vw;
}
#swiper03 .prev {
  left: 5%;
}
#swiper03 .next {
  right: 5%;
}

#swiper05 {
  width: 100%;
  top: 169.2708333333vw;
  left: 0vw;
  --swiper-preloader-color: #7c7b7c;
}
#swiper05 .swiper-pagination {
  bottom: -20.8333333333vw;
}
#swiper05 .swiper-pagination-bullet {
  width: 18vw;
  height: 3px;
  border-radius: 0;
  background-color: #cecdcf;
  margin: 0;
}
#swiper05 .swiper-pagination-bullet-active {
  background-color: #7c7b7c;
}
#swiper05 .swiper-wrapper .swiper-slide {
  width: 71.6145833333vw;
}
#swiper05 .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper05 .swiper-wrapper .right-5 {
  right: -0.6510416667vw;
}
#swiper05 .swiper-wrapper .right-20 {
  right: -2.6041666667vw;
}
#swiper05 .prev {
  left: 5%;
}
#swiper05 .next {
  right: 5%;
}

#swiper06 {
  width: 100%;
  top: 171.875vw;
  left: 0vw;
  --swiper-preloader-color: #7c7b7c;
}
#swiper06 .swiper-pagination {
  bottom: -16.2760416667vw;
}
#swiper06 .swiper-pagination-bullet {
  width: 28vw;
  height: 3px;
  border-radius: 0;
  background-color: #cecdcf;
  margin: 0;
}
#swiper06 .swiper-pagination-bullet-active {
  background-color: #7c7b7c;
}
#swiper06 .swiper-wrapper .swiper-slide {
  width: 61.1979166667vw;
}
#swiper06 .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper06 .swiper-wrapper .right-5 {
  right: -0.6510416667vw;
}
#swiper06 .swiper-wrapper .right-20 {
  right: -2.6041666667vw;
}
#swiper06 .prev {
  left: 5%;
}
#swiper06 .next {
  right: 5%;
}

#swiper09 {
  width: 100%;
  top: 65.1041666667vw;
  left: 0vw;
  --swiper-preloader-color: #7c7b7c;
}
#swiper09 .swiper {
  overflow: visible;
}
#swiper09 .swiper-pagination {
  bottom: -15.625vw;
}
#swiper09 .swiper-pagination-bullet {
  width: 26vw;
  height: 3px;
  border-radius: 0;
  background-color: #cecdcf;
  margin: 0;
}
#swiper09 .swiper-pagination-bullet-active {
  background-color: #7c7b7c;
}
#swiper09 .swiper-wrapper .swiper-slide {
  width: 80.7291666667vw;
}
#swiper09 .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 80%;
}
#swiper09 .prev {
  left: 3.5%;
}
#swiper09 .next {
  right: 3.5%;
}

#swiper10 {
  width: 100%;
  top: 199.21875vw;
  left: 0vw;
  --swiper-preloader-color: #ff796c;
}
#swiper10 .swiper-pagination {
  bottom: -12.3697916667vw;
}
#swiper10 .swiper-pagination-bullet {
  width: 7vw;
  height: 3px;
  border-radius: 0;
  background-color: #cecdcf;
  margin: 0;
}
@media (max-width: 430px) {
  #swiper10 .swiper-pagination-bullet {
    margin: 0;
  }
}
#swiper10 .swiper-pagination-bullet-active {
  background-color: #ff796c;
}
#swiper10 .swiper-wrapper .swiper-slide {
  width: 73.5677083333vw;
}
#swiper10 .swiper-wrapper .swiper-lazy-preloader {
  margin-top: 70%;
}
#swiper10 .swiper-wrapper .left-20 {
  right: -2.6041666667vw;
}
#swiper10 .swiper-wrapper .right-35 {
  right: 4.5572916667vw;
}
#swiper10 .prev {
  left: 5%;
}
#swiper10 .next {
  right: 5%;
}

.float-btn {
  position: fixed;
  bottom: 20%;
  right: 2%;
  z-index: 10;
}
@media (max-width: 768px) {
  .float-btn {
    bottom: 10%;
  }
}
@media (min-width: 769px) {
  .float-btn {
    bottom: 5%;
  }
}
.float-btn a {
  position: relative;
  display: block;
  width: 120px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 769px) {
  .float-btn a {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .float-btn a {
    width: 110px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 1024px) {
  .float-btn a {
    width: 100px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.float-btn a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.float-btn a:first-child {
  margin-bottom: -15%;
  z-index: 2;
}
.float-btn a:last-child {
  z-index: 1;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #262626;
}
footer .footer_nav {
  width: 100%;
  margin: 30px 0;
  color: #f0f0f0;
  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;
  cursor: pointer;
}
footer .footer_nav p {
  font-size: 16px;
  padding: 0 30px;
  border-right: 2px solid #f0f0f0;
}
footer .footer_nav p:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  footer .footer_nav {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  footer .footer_nav p:nth-child(1) {
    font-size: 2.8645833333vw;
    width: 25%;
    padding: 0 10px;
    margin-left: 25%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-left: 2px solid #f0f0f0;
  }
  footer .footer_nav p:nth-child(2) {
    font-size: 2.8645833333vw;
    width: 25%;
    padding: 0 10px;
    margin-right: 25%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer_nav p:nth-child(3) {
    font-size: 2.8645833333vw;
    padding: 0 10px;
    margin-left: 12.45%;
    width: 25%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-left: 2px solid #f0f0f0;
  }
  footer .footer_nav p:nth-child(4) {
    font-size: 2.8645833333vw;
    width: 25%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .footer_nav p:nth-child(5) {
    font-size: 2.8645833333vw;
    margin-right: 12.45%;
    width: 25%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    border-right: 2px solid #f0f0f0;
  }
}
@media (max-width: 570px) {
  footer .footer_nav p:nth-child(3) {
    font-size: 2.8645833333vw;
    padding: 0 10px;
    margin-left: 8.35%;
    width: 25%;
  }
  footer .footer_nav p:nth-child(4) {
    font-size: 2.8645833333vw;
    padding: 0;
    width: 33.3%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .footer_nav p:nth-child(5) {
    font-size: 2.8645833333vw;
    margin-right: 8.35%;
    width: 25%;
  }
}
@media (max-width: 430px) {
  footer .footer_nav {
    margin: 20px 0;
  }
  footer .footer_nav p {
    padding: 0 10px;
    font-size: 2.8645833333vw;
  }
}
@media (max-width: 376px) {
  footer .footer_nav {
    margin: 20px 0;
  }
  footer .footer_nav p {
    padding: 0 12px;
    font-size: 2.8645833333vw !important;
  }
}
footer .footer_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #9a9a9a;
  margin: 0 auto 25px auto;
  text-align: center;
}
footer .footer_address p {
  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;
  font-size: 14px;
  margin: 0 4px;
  text-align: left;
}
footer .footer_address p span {
  margin: 0 2px;
}
footer .footer_address p svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_address p img {
  width: 19px;
  height: 15px;
  margin-right: 5px;
  text-align: center;
}
@media (max-width: 1190px) {
  footer .footer_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    margin: 0 auto 10px auto;
  }
  footer .footer_address p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer .footer_address p svg {
    width: 15px;
    height: 15px;
  }
  footer .footer_address p img {
    width: 16px;
    height: 13px;
  }
}
@media (max-width: 810px) {
  footer .footer_address p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  footer .footer_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footer_address p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .footer_address img {
    margin-right: 5px;
    text-align: center;
  }
}
@media (max-width: 430px) {
  footer .footer_address p {
    font-size: 11px;
  }
}
footer .copyright {
  color: #f0f0f0;
  text-align: center;
  width: 100%;
  background: #b71b30;
}
footer .copyright p {
  font-size: 12px;
  margin: 15px auto;
}
@media (max-width: 768px) {
  footer .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  footer .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  footer .copyright p {
    font-size: 11px;
  }
}

picture img {
  width: 100%; /* 讓圖片的寬度隨容器調整 */
  height: auto; /* 保持圖片的長寬比例 */
}

@media (max-width: 767px) {
    .float-link-block {
        right: 5%;
        top: 28.4%;
    }
}



main {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 6.25vw;
}

@media (min-width: 1920px) {
    main {
        margin-top: 119px;
    }
}

@media (max-width: 767px) {
    main {
        margin-top: 16vw;
    }
}

.progress {
    background-color: unset;
}