/* 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", sans-serif;
  vertical-align: baseline;
  line-height: 1.5em;
  box-sizing: border-box;
}

i {
  font-style: italic;
}

span {
  line-height: inherit;
}

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 */
  *vertical-align: middle; /* 3 */
  border-radius: 0px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: 0;
  border: none;
  font-family: inherit;
}

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  width: auto;
  max-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;
}

/* 202212 catchD: tab arrow start */
.new-v2-page-detail__types {
  height: 70px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
}

.new-v2-page-detail__types-container {
  position: relative;
  height: 100%;
  width: calc(100% - 64px);
  margin: 0 auto;
  overflow: hidden;
}

.new-v2-page-detail__types-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.new-v2-page-detail__types-link {
  width: 186px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  cursor: pointer;
  transition: color 0.3s;
  margin-right: 8px;
}

.new-v2-page-detail__types-link:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .new-v2-page-detail__types-link {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
  .new-v2-page-detail__types-link {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
  .-lang-en .new-v2-page-detail__types-link, .new-v2-page-detail__types-link.-en {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
  .-lang-en .new-v2-page-detail__types-link, .new-v2-page-detail__types-link.-en {
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    font-family: Noto Sans TC;
    font-weight: 700;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .new-v2-page-detail__types-link {
    flex: 0 0 147px;
    width: 147px;
  }
}
.-pc .new-v2-page-detail__types-link:hover, .new-v2-page-detail__types-link.-active, .new-v2-page-detail__types-link:active {
  color: #ff6700;
}

.new-v2-page-detail__types-link.-active::after {
  opacity: 1;
}

.new-v2-page-detail__types-link::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #ff6700;
  opacity: 0;
  transition: opacity 0.3s;
}

.new-v2-page-detail__types.-around .new-v2-page-detail__types-navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
}

.new-v2-page-detail__types.-around .new-v2-page-detail__types-navigation-button {
  width: 32px;
  height: 32px;
  pointer-events: all;
}

.new-v2-page-detail__types-navigation {
  width: 96px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 24px;
  z-index: 10;
}

@media (max-width: 767px) {
  .new-v2-page-detail__types-navigation {
    width: 80px;
    height: auto;
    padding-left: 8px;
  }
}
.new-v2-page-detail__types-navigation-button {
  width: 36px;
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1c1c;
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s;
}

.-pc .new-v2-page-detail__types-navigation-button:hover, .new-v2-page-detail__types-navigation-button:active {
  color: #ff6700;
}

.new-v2-page-detail__types-navigation-button.-disabled {
  opacity: 0;
  pointer-events: none;
}

.new-v2-page-detail__types-navigation-button svg {
  width: 16px;
  height: 16px;
  display: block;
}

/* 202212 catchD: tab arrow end */
.v2-a-common-button {
  width: auto;
  height: 47px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 141px;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .v2-a-common-button {
    width: auto;
    height: 43px;
    min-width: 120px;
    border-radius: 22px;
  }
}
.-pc .v2-a-common-button:hover .v2-a-common-button__bg-hover, .v2-a-common-button:active .v2-a-common-button__bg-hover {
  opacity: 1;
}

.v2-a-common-button.-black .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #1c1c1c solid;
}

.v2-a-common-button.-black .v2-a-common-button__bg-hover {
  background: #1c1c1c;
}

.v2-a-common-button.-black .v2-a-common-button__text {
  color: #1c1c1c;
}

.-pc .v2-a-common-button.-black:hover .v2-a-common-button__text, .v2-a-common-button.-black:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-white .v2-a-common-button__bg-default {
  background: 0 0;
  border: 1px #fff solid;
}

.v2-a-common-button.-white .v2-a-common-button__bg-hover {
  background: #fff;
}

.-pc .v2-a-common-button.-white:hover .v2-a-common-button__text, .v2-a-common-button.-white:active .v2-a-common-button__text {
  color: #ff6700;
}

.v2-a-common-button.-purple {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.v2-a-common-button.-purple .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-purple .v2-a-common-button__bg-hover {
  background: #3e1ee6;
  border: 1px #fff solid;
}

.v2-a-common-button.-purple .v2-a-common-button__text {
  color: #ff6700;
}

.-pc .v2-a-common-button.-purple:hover .v2-a-common-button__text, .v2-a-common-button.-purple:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-default {
  background: #fff;
}

.v2-a-common-button.-orange .v2-a-common-button__bg-hover {
  background: #ff6700;
  border: 1px #fff solid;
}

.v2-a-common-button.-orange .v2-a-common-button__text {
  color: #3e1ee6;
}

.-pc .v2-a-common-button.-orange:hover .v2-a-common-button__text, .v2-a-common-button.-orange:active .v2-a-common-button__text {
  color: #fff;
}

.v2-a-common-button__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.v2-a-common-button__bg-default, .v2-a-common-button__bg-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .v2-a-common-button__bg-default, .v2-a-common-button__bg-hover {
    border-radius: 22px;
  }
}
.v2-a-common-button__bg-default {
  background: linear-gradient(to right, #ff6700, #ff8f08);
}

.v2-a-common-button__bg-hover {
  background: linear-gradient(to right, #f73603, #ff8f08);
  opacity: 0;
  transition: opacity 0.3s;
}

.v2-a-common-button__text {
  width: auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .v2-a-common-button__text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1%;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: Noto Sans TC;
    font-weight: 500;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .v2-a-common-button__text {
    padding: 0 10px;
  }
}
.swiper-control-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-control-bar .swiper-pagination {
  position: relative;
  width: auto;
  bottom: auto;
  left: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  margin: 0;
  background: #E1E1E1;
  opacity: 1;
  overflow: hidden;
  margin: 0 5px;
  transition: width 0.3s, height 0.3s;
}
@media (max-width: 540px) {
  .swiper-control-bar .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #FF9B0B, #FF6700);
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 8px;
  background-color: #E1E1E1;
}
.swiper-control-bar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: paginationAni 3s linear forwards;
}
@keyframes paginationAni {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.swiper-navigation.-circle {
  display: flex;
}
.swiper-navigation.-circle .navigation-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: #FF6700 1px solid;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .swiper-navigation.-circle .navigation-btn {
    width: 30px;
    height: 30px;
  }
}
.swiper-navigation.-circle .navigation-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  color: #FF6700;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .swiper-navigation.-circle .navigation-btn svg {
    width: 15px;
    height: 15px;
  }
}
.swiper-navigation.-circle .navigation-btn.prev {
  transform: scaleX(-1);
}
.swiper-navigation.-circle .navigation-btn:hover {
  background: #FF6700;
}
.swiper-navigation.-circle .navigation-btn:hover svg {
  color: #fff;
}
.swiper-navigation.-circle .navigation-btn.-disabled {
  border: #C0C0C0 1px solid;
}
.swiper-navigation.-circle .navigation-btn.-disabled svg {
  color: #C0C0C0;
}
.swiper-navigation.-circle .navigation-btn.-disabled:hover {
  background-color: transparent;
}

body, html {
  overflow-x: hidden;
}

.catchd-container {
  position: relative;
}
@media (max-width: 768px) {
  .catchd-container .-m {
    display: block;
  }
}
@media (min-width: 769px) {
  .catchd-container .-m {
    display: none;
  }
}
@media (max-width: 768px) {
  .catchd-container .-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .catchd-container .-pc {
    display: block;
  }
}
.catchd-container .pro-nav {
  position: relative;
  padding: 20px 0;
}
.catchd-container .pro-nav .swiper {
  padding: 0 36px;
  overflow: visible;
}
.catchd-container .pro-nav .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  width: auto;
}
.catchd-container .pro-nav .item {
  position: relative;
  margin: 0 32px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #000;
}
@media (max-width: 768px) {
  .catchd-container .pro-nav .item {
    margin: 0 16px;
  }
}
.catchd-container .pro-nav .item p {
  font-size: 12px;
  margin-top: 5px;
  transition: color 0.3s;
}
.catchd-container .pro-nav .item p sup {
  position: relative;
  font-size: 12px;
  color: #FF6700;
  top: -0.5em;
}
.catchd-container .pro-nav .item:hover p {
  color: #FF6700;
}
.catchd-container .pro-nav .item:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 0%;
  background-color: #FF6700;
  bottom: -18px;
  transition: width 0.3s;
  z-index: 1;
}
.catchd-container .pro-nav .item.-active:after {
  width: 100%;
}
.catchd-container .pro-nav .swiper-navigation {
  position: absolute;
  top: 0;
  transform: translateY(-1px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none;
}
.catchd-container .pro-nav .swiper-navigation .navigation-btn {
  display: flex;
  align-items: center;
  width: 36px;
  height: 100%;
  pointer-events: all;
  background-color: #fff;
  position: relative;
}
.catchd-container .pro-nav .swiper-navigation .navigation-btn svg {
  width: 36px;
  height: 36px;
  color: #9D9D9D;
}
.catchd-container .pro-nav .swiper-navigation .navigation-btn.-disabled {
  opacity: 0;
  visibility: hidden;
}
.catchd-container .pro-nav .swiper-navigation .navigation-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #969696;
  top: 10%;
}
.catchd-container .pro-nav .swiper-navigation .prev:after {
  right: 0;
}
.catchd-container .pro-nav .swiper-navigation .next:after {
  left: 0;
}
.catchd-container .pro-sub-nav {
  position: absolute;
  width: 100%;
  height: 64px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.25);
  visibility: hidden;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .catchd-container .pro-sub-nav {
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
  }
}
.catchd-container .pro-sub-nav .item {
  position: relative;
  margin: 0 16px;
  cursor: pointer;
  display: block;
}
@media (max-width: 768px) {
  .catchd-container .pro-sub-nav .item {
    width: 100%;
    margin: 15px 64px;
  }
}
@media (max-width: 540px) {
  .catchd-container .pro-sub-nav .item {
    width: 100%;
    margin: 10px 32px;
  }
}
.catchd-container .pro-sub-nav .item p {
  font-size: 16px;
  color: #fff;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .catchd-container .pro-sub-nav .item p {
    color: #212529;
  }
}
.catchd-container .pro-sub-nav .item:hover p {
  color: #fff;
}
.catchd-container .pro-sub-nav .item:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF6700;
}
@media (max-width: 768px) {
  .catchd-container .pro-sub-nav .item:hover:after {
    color: #212529;
  }
}
.catchd-container .pro-sub-nav.-active {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.catchd-container .banner {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%);
}
.catchd-container .banner img {
  position: relative;
  height: 100%;
  width: auto;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 769px) and (max-width: 1150px) {
  .catchd-container .banner {
    height: 43.4782608696vw;
  }
}
@media (max-width: 768px) {
  .catchd-container .banner {
    width: 100%;
    height: auto;
  }
  .catchd-container .banner img {
    height: auto;
    width: 100%;
  }
}
.catchd-container .new-v2-page-detail__types-link {
  font-family: Noto Sans TC !important;
  font-weight: normal !important;
}
.catchd-container .sec-container {
  position: relative;
  /*width: 1150px;*/
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1150px) {
  .catchd-container .sec-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .catchd-container .sec-container {
    width: 100%;
  }
}
.catchd-container .btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.catchd-container .btn-wrap .v2-a-common-button {
  margin: 0 20px;
}

#sec-gift-list {
  position: relative;
  padding: 48px 0;
  background-color: #F5F5F5;
}
#sec-gift-list .sec-container {
  width: 1128px;
}
@media (min-width: 769px) and (max-width: 1150px) {
  #sec-gift-list .sec-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #sec-gift-list .sec-container {
    width: 90%;
  }
}
#sec-gift-list .sec-tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 540px) {
  #sec-gift-list .sec-tit {
    font-size: 26px;
  }
  #sec-gift-list .sec-tit p {
    line-height: 150%;
  }
}
#sec-gift-list .item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  #sec-gift-list .item-wrap {
    width: 350px;
    margin: 0 auto;
  }
}
#sec-gift-list .item-wrap > div {
  margin-bottom: 60px;
}
#sec-gift-list .item-wrap .item {
  position: relative;
  width: 28.5460992908%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #sec-gift-list .item-wrap .item {
    width: 100%;
  }
}
#sec-gift-list .item-wrap .item .text-wrap {
  padding-left: 16px;
}
#sec-gift-list .item-wrap .item .text-wrap .tit {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
#sec-gift-list .item-wrap .item .text-wrap .content {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 769px) and (max-width: 1150px) {
  #sec-gift-list .item-wrap .item .text-wrap .content {
    font-size: 14px;
  }
}
#sec-gift-list .item-wrap .item .text-wrap .content .org {
  color: #FF6700;
}
#sec-gift-list .item-wrap .item .text-wrap .content a {
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  color: #000;
  line-height: 1.5;
  transition: all 0.3s;
}
#sec-gift-list .item-wrap .item .text-wrap .content a:hover {
  color: #FF6700;
  border-bottom: 1px solid #FF6700;
}
#sec-gift-list .item-wrap .line {
  width: 7.1808510638%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #sec-gift-list .item-wrap .line {
    display: none;
  }
}
#sec-gift-list .item-wrap .line span {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C0C0C0;
}

#sec-form-1 {
  padding: 96px 0;
}
@media (max-width: 768px) {
  #sec-form-1 {
    padding: 65px 0;
  }
}
#sec-form-1 .sec-tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #sec-form-1 .sec-tit {
    font-size: 28px;
  }
}
#sec-form-1 .price_table_v2023 {
  position: relative;
}
#sec-form-1 .price_table_v2023_select {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #sec-form-1 .price_table_v2023_select {
    position: relative;
    justify-content: space-between;
  }
}
#sec-form-1 .price_table_v2023_select > p {
  font-size: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}
#sec-form-1 .price_table_v2023_select .selectOption {
  width: 250px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #C0C0C0;
  border-radius: 0;
  cursor: pointer;
}
#sec-form-1 .price_table_v2023_select .selectOption svg {
  width: 24px;
  height: 24px;
}
#sec-form-1 .price_table_v2023_select #nav-tab {
  width: 250px;
  right: 0;
  left: auto;
  border: 1px solid #C0C0C0;
  border-radius: 8px;
}
#sec-form-1 .price_table_v2023_select #nav-tab li {
  padding: 6px;
}
#sec-form-1 .price_table_v2023_select #nav-tab li:hover {
  background-color: #ddd;
}
#sec-form-1 .price_table_v2023_select #nav-tab li a {
  color: #000;
  line-height: 130%;
}
#sec-form-1 #nav-tabContent {
  margin-top: 32px;
}
#sec-form-1 #nav-tabContent .container-fluid, #sec-form-1 #nav-tabContent .container {
  padding: 0;
}
#sec-form-1 #nav-tabContent .container-fluid {
  padding-bottom: 15px;
}
#sec-form-1 #nav-tabContent .sameUL li {
  border-bottom: 2px solid #D8D8D8;
  height: 76px;
  padding: 0;
}
#sec-form-1 #nav-tabContent .sameUL li > div {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #sec-form-1 #nav-tabContent .sameUL li > div {
    font-size: 16px;
  }
}
#sec-form-1 #nav-tabContent .sameUL li:first-child {
  background: #FF6700 !important;
  color: #fff !important;
}
#sec-form-1 #nav-tabContent .plans-info-title {
  border-right: 2px solid #D8D8D8;
}
@media (max-width: 768px) {
  #sec-form-1 #nav-tabContent .plans-info-title {
    width: 150px;
  }
}
#sec-form-1 #nav-tabContent .plans-info-title .sameUL li {
  background: #A7A7A7;
  color: #fff;
}
@media (max-width: 768px) {
  #sec-form-1 #nav-tabContent .plans-info-ex {
    width: calc(100% - 150px);
  }
}
#sec-form-1 #nav-tabContent .plans-info-ex .sameUL {
  border-right: 2px solid #D8D8D8;
}
#sec-form-1 #nav-tabContent .plans-info-ex .sameUL li:nth-child(odd) {
  background: #F5F5F5;
}
#sec-form-1 .plans-info-ex {
  position: relative;
}
#sec-form-1 .swiper-navigation {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  justify-content: space-between;
}
#sec-form-1 .swiper-navigation .navigation-btn {
  background-color: #fff;
}
#sec-form-1 .swiper-navigation .navigation-btn:hover {
  background-color: #FF6700;
}
#sec-form-1 .swiper-navigation .navigation-btn.-disabled {
  border: #C0C0C0 1px solid;
}
#sec-form-1 .swiper-navigation .navigation-btn.-disabled svg {
  color: #C0C0C0;
}
#sec-form-1 .swiper-navigation .navigation-btn.-disabled:hover {
  background-color: #fff;
}
#sec-form-1 .prev {
  transform: scaleX(-1) translateX(50%);
}
#sec-form-1 .next {
  transform: translateX(50%);
}

#sec-form-2 .sec-tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
#sec-form-2 .table-wrap {
  overflow: auto;
}
#sec-form-2 .table-wrap table {
  width: 100%;
  table-layout: fixed;
  min-width: 1150px;
}
@media (max-width: 767px) {
  #sec-form-2 .table-wrap table {
    border-left: 2px solid #D8D8D8;
  }
}
#sec-form-2 .table-wrap table th, #sec-form-2 .table-wrap table td {
  height: 56px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #D8D8D8;
}
#sec-form-2 .table-wrap table th {
  background-color: #FF6700;
  border-right: 1px solid #D8D8D8;
}
#sec-form-2 .table-wrap table th p {
  color: #fff;
}
#sec-form-2 .table-wrap table tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}
#sec-form-2 .table-wrap table tbody td p {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #sec-form-2 .table-wrap table tbody td p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #sec-form-2 .table-wrap td {
    position: sticky;
    word-break: keep-all;
    top: 0;
    vertical-align: top;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    box-shadow: 0 -2px 0 inset #ddd;
    left: 0;
    z-index: 2;
    box-shadow: -2px 0 0 inset #ddd;
    font-size: 12px;
  }
  #sec-form-2 .table-wrap tbody tr td {
    background: #fff;
    vertical-align: middle;
    border-right: 0;
    border-left: 0;
  }
  #sec-form-2 .table-wrap tr td:first-child,
  #sec-form-2 .table-wrap tr th:first-child {
    max-width: 200px;
    word-break: break-all;
    z-index: 3;
    width: 200px;
  }
  #sec-form-2 .table-wrap tbody tr:first-child td,
  #sec-form-2 .table-wrap thead tr:first-child th {
    position: static;
  }
  #sec-form-2 .table-wrap tbody tr:first-child td:first-child,
  #sec-form-2 .table-wrap thead tr:first-child th:first-child {
    position: sticky;
    left: 0;
  }
  #sec-form-2 .table-wrap tbody tr:first-child td:nth-child(2),
  #sec-form-2 .table-wrap tbody tr:nth-child(2) td:first-child,
  #sec-form-2 .table-wrap tbody tr:nth-child(3) td:first-child,
  #sec-form-2 .table-wrap tbody tr:nth-child(4) td:first-child,
  #sec-form-2 .table-wrap tbody tr:nth-child(5) td:nth-child(2),
  #sec-form-2 .table-wrap tbody tr:nth-child(6) td:nth-child(1) {
    position: sticky;
    left: 99px;
    z-index: 5;
  }
}
#sec-form-2 .note {
  display: none;
}
@media (max-width: 768px) {
  #sec-form-2 .note {
    display: block;
    font-size: 16px;
    margin-top: 15px;
  }
}

#sec-notice {
  padding-top: 96px;
  padding-bottom: 120px;
}
#sec-notice .sec-container {
  width: 1080px;
}
@media (min-width: 769px) and (max-width: 1150px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  #sec-notice .sec-container {
    width: 90%;
  }
}
#sec-notice .sec-tit {
  display: flex;
  margin-bottom: 16px;
}
#sec-notice .sec-tit p {
  font-size: 14px;
  margin-left: 5px;
}
#sec-notice ul {
  padding-left: 1.3em;
}
#sec-notice ul li {
  list-style: decimal;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: justify;
}
#sec-notice .toggle-wrap {
  position: relative;
}
@media (max-width: 768px) {
  #sec-notice .toggle-wrap {
    height: 300px;
    overflow: hidden;
  }
  #sec-notice .toggle-wrap.-active {
    height: auto;
  }
}
#sec-notice .toggle-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  display: none;
}
@media (max-width: 768px) {
  #sec-notice .toggle-btn {
    display: block;
  }
}
#sec-notice .toggle-btn .-btn {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #C0C0C0;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#sec-notice .toggle-btn .-btn span {
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
}
#sec-notice .toggle-btn .-btn span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sec-notice .toggle-btn .-btn span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
#sec-notice .toggle-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #C0C0C0;
}
#sec-notice .toggle-btn.-active .-btn span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pro-tab-container .tab-container {
  display: none;
}
.pro-tab-container .tab-container.-active {
  display: block;
}
.pro-tab-container .pro-pic {
  text-align: center;
}
.pro-tab-container .pro-pic .-pc {
  display: inline-block;
}
.pro-tab-container .pro-pic .-m {
  display: none;
}
@media (max-width: 768px) {
  .pro-tab-container .pro-pic .-pc {
    display: none;
  }
  .pro-tab-container .pro-pic .-m {
    display: inline-block;
  }
}
.pro-tab-container .pro-pic.-black {
  background-color: #000;
}/*# sourceMappingURL=public.css.map */