@charset "UTF-8";
/* Document
  ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  font-family: "Noto Sans TC", "Noto Sans", "Segoe UI", "Inter", sans-serif;
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

.main {
  overflow: hidden;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

ul {
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
}

li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

h2 {
  font-weight: normal;
}

.wrap_1400 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.wrap_1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

body {
  font-family: "Noto Sans TC", "Noto Sans", "Segoe UI", "Inter", sans-serif;
  color: #898989;
  letter-spacing: 0.03em;
  background: linear-gradient(to bottom, #ffffff 0px, #f2f5f8 120px);
}

:lang(en) {
  letter-spacing: 0.02em;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: 1px solid #16ada5;
}

select {
  /*移除預設樣式*/
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none;
}

/* 波浪容器 */
.curve {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  line-height: 0; /* 去掉空白 */
  overflow: hidden;
  z-index: -1;
}

#gotop {
  position: fixed;
  font-size: 22px;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: rgba(0, 215, 129, 0.5607843137);
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#gotop.show {
  display: flex;
}
#gotop:hover {
  background-color: rgba(0, 215, 129, 0.7137254902);
}

.page_title {
  text-align: center;
  margin: auto;
  padding: 0 20px;
  color: #181b2e;
}


.page_title h2 {
  line-height: 42px;
  color: #181b2e;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding-top: 140px;
  position: relative;
  background: linear-gradient(150deg, #7de379, #16ada5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.page_title h2::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 150px;
  background: #7de379;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(125, 227, 121, 0)),
    color-stop(50%, rgb(22, 173, 165)),
    to(rgba(125, 227, 121, 0))
  );
  background: linear-gradient(90deg, rgba(125, 227, 121, 0) 0%, rgb(22, 173, 165) 50%, rgba(125, 227, 121, 0) 100%);
  left: 0;
  right: 0;
  margin: 30px auto 0;
}

.page_title h3 {
  color: #181b2e;
  font-size: 20px;
  line-height: 1.5em;
  margin: 100px 30px 20px;
  font-weight: normal;
}

.page_title p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px auto 20px;
  color: #898989;
  max-width: 500px;
}

.main_page {
  background: radial-gradient(1200px 380px at 50% -120px, rgba(52, 183, 255, 0.25), rgba(52, 183, 255, 0)),
    radial-gradient(900px 280px at 50% -80px, rgba(0, 215, 128, 0.2), rgba(0, 215, 128, 0));
}

/* ========== Header 基本樣式 ========== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition:
    background 0.3s,
    padding 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    padding 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    box-shadow 0.3s,
    padding 0.3s;
  transition:
    background 0.3s,
    box-shadow 0.3s,
    padding 0.3s,
    -webkit-box-shadow 0.3s;
  z-index: 10000;
  background: rgba(52, 184, 255, 0);
  backdrop-filter: blur(12px);
}
header h1 {
  margin: 0 0 0 10px;
}
header h1 a {
  height: 38px;
  width: 125px;
  float: left;
  text-indent: -9999px;
  background: url(../img/logo_c.svg) no-repeat;
  background-size: cover;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px;
}
header .logo img {
  height: 38px;
  -webkit-transition:
    opacity 0.3s ease,
    height 0.3s ease;
  transition:
    opacity 0.3s ease,
    height 0.3s ease;
}

header .logo .logo-scrolled {
  display: none;
}

/* 桌機版選單 */
header .nav_links {
  display: none;
  gap: 20px;
  text-align: center;
}
header .nav_links a {
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #181b2e;
  display: inline-block;
}

/* 漢堡按鈕 */
header .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 8px 6px 0px;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}
header .hamburger span {
  width: 26px;
  height: 2px;
  background: #16ada5;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ========== 捲動後效果 ========== */
header.scrolled {
  background: rgba(255, 255, 255, 0.5803921569);
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 95%;
  margin: 5px auto 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.scrolled .wrap {
  margin: 5px 10px;
}
header.scrolled .logo .logo-default {
  display: none;
}
header.scrolled .logo .logo-scrolled {
  display: block;
}
header.scrolled .hamburger {
  padding: 6px 12px 6px 0px;
}
header.scrolled .hamburger span {
  background-color: #16ada5;
}
header.scrolled h1 a {
  height: 34px;
  width: 113px;
  background: url(../img/logo_c.svg) no-repeat;
  background-size: cover;
}

/* ========== 滿版選單 (手機版) ========== */
header .nav_links.fullscreen {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background: #f2f5f8;
  z-index: 999;
  font-size: 24px;
  overflow-y: auto;
}
header .nav_links.fullscreen .social_icons {
  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;
  margin-top: 30px;
}
header .nav_links.fullscreen .social_icons li {
  padding: 0 12px;
}
header .nav_links.fullscreen .social_icons a {
  display: block;
}
header .nav_links.fullscreen .social_icons img {
  width: 26px;
}
header .nav_links.fullscreen .nav_links_group {
  margin-top: 70px;
  margin-bottom: 0;
}
header .nav_links.fullscreen .nav_links_group a {
  font-size: 18px;
  padding: 18px 20px;
  display: inline-block;
}

.footer {
  position: relative;
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #16ada5;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  display: block;
  height: 500px;
  width: 100%;
  background: url(../img/index_footer_pg.png) no-repeat 20% 37%;
  background-size: cover;
  top: -300px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
  opacity: 0.5;
}
.footer h3 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
}
.footer a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  color: #7de379;
}
.footer img {
  width: 24px;
}
.footer .wrap {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .item {
  width: 100%;
  padding-top: 20px;
}
.footer .item li {
  font-size: 16px;
  padding: 10px 0 0 15px;
  position: relative;
}
.footer .item li::before {
  content: "-";
  display: block;
  color: #ffffff;
  left: 0px;
  font-size: 13px;
  position: absolute;
}
.footer .item p {
  width: 100%;
}
.footer .item .social_icons li {
  display: inline-block;
  margin-right: 15px;
}
.footer .item .social_icons li a {
  font-size: 15px;
  line-height: 1.5em;
}
.footer .item .social_icons li .social_icon_blog {
  display: block;
  background: url(../img/icon_blog.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 2px;
  position: relative;
}
.footer .item .social_icons li .social_icon_blog:hover {
  display: block;
  background: url(../img/icon_blog_hover.svg) no-repeat;
  background-size: cover;
}
.footer .item .social_icons li .social_icons {
  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;
}
.footer .item .link_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .item .link_group ul {
  margin: 0 30px 0 0;
  padding: 0;
}
.footer .item_contact li {
  padding-left: 0px;
}
.footer .item_contact li::before {
  content: "";
}
.footer .item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .select_lang {
  position: relative;
}
.footer .select_lang::after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 16px;
  top: 12px;
  color: #eee;
  font-size: 18px;
}
.footer .select_lang select {
  width: 100%;
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #16ada5;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.footer .select_lang select  option {
  background-color: #16ada5;
  color: #ffffff;
}
.footer .copyright {
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding-top: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
  margin-top: 50px;
}

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@media (min-width: 1000px) {
  header .wrap {
    max-width: 1400px;
    margin: 10px auto;
    padding: 0 20px;
  }
  header .nav_links_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav_links_group li {
    margin: auto 20px;
  }
  header .nav_links_group li a:hover {
    color: #00d780;
  }
  header .social_icons {
    display: none;
  }
  header .nav_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .nav_links a {
    font-size: 16px;
  }
  header .hamburger {
    display: none;
  }
  header .logo img {
    height: 45px;
  }
  header.scrolled h1 a {
    height: 40px;
    width: 133px;
    background: url(../img/logo_c.svg) no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1201px) {
  .footer::after {
    background: url(../img/index_footer_pg.png) no-repeat 20% 21%;
    background-size: cover;
  }
  .footer .wrap {
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer .item_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .select_lang {
    margin-top: 10px;
    width: 80%;
  }
  .footer .item_contact {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .footer .item_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer .item {
    margin-left: 20px;
  }
  .footer .item:nth-child(1) {
    margin-left: 0;
  }
  .footer .item .link_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* body 鎖定滾動 */
body.no-scroll {
  overflow: hidden;
}

/* 漢堡展開動畫 */
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px);
  transform: rotate(45deg) translateY(12px);
  background-color: #16ada5;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-11px);
  transform: rotate(-45deg) translateY(-11px);
  background-color: #16ada5;
}

.dropdownmenu {
  margin: 0;
}
.dropdownmenu ul,
.dropdownmenu li {
  padding: 0;
}
.dropdownmenu ul {
  list-style: none;
  width: 100%;
  padding: 10px 0;
}
.dropdownmenu li {
  position: relative;
  width: auto;
}
.dropdownmenu a {
  font-size: 18px;
  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;
  gap: 6px;
  padding: 12px 30px;
  /* border: 1.5px solid #16ada5; */
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
}
.dropdownmenu .dropdownmenu_btn {
  background: linear-gradient(135deg, #34b7ff, #00d780);
  border: 1px solid #94e9c8;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.dropdownmenu .dropdownmenu_btn:hover::before {
  left: 100%;
}
.dropdownmenu .dropdownmenu_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.dropdownmenu .dropdownmenu_btn:hover {
  background: linear-gradient(135deg, #34b7ff -10%, #00d780 60%);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.dropdownmenu .submenu {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 60px;
  z-index: 9999;
  display: none;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.dropdownmenu .submenu li {
  float: none;
  width: 100%;
  margin-bottom: 0px;
}
.dropdownmenu .submenu a {
  display: block;
  color: #181b2e;
  font-size: 15px;
  padding: 12px 0;
  letter-spacing: normal;
}
.dropdownmenu .content {
  display: none;
}
.dropdownmenu .arrow-icon {
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.dropdownmenu .arrow-icon.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ========== 動畫 ========== */
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.nav_links.open {
  -webkit-animation: slideDown 0.4s ease forwards;
  animation: slideDown 0.4s ease forwards;
}

.nav_links.close {
  -webkit-animation: slideUp 0.4s ease forwards;
  animation: slideUp 0.4s ease forwards;
}

body {
  font-size: 15px;
}

/* ========== Navbar ========== */
.navbar {
  position: relative;
  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: 12px 0;
  background: rgba(255, 255, 255, 0.7803921569);
  position: fixed;
  z-index: 999;
  width: 100%;
}

.logo {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ========== Hero ========== */
.hero {
  padding: 140px 16px 100px 16px;
  text-align: center;
  color: #ffffff;
  backdrop-filter: blur(12px);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5%, rgb(5, 156, 239)),
    color-stop(60%, rgba(0, 215, 128, 0.5)),
    color-stop(110%, rgb(242, 245, 248))
  );
  background: linear-gradient(0deg, rgb(5, 156, 239) 5%, rgba(0, 215, 128, 0.5) 60%, rgb(242, 245, 248) 110%);
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 300px; /* 三角形高度，可調整 */
  z-index: -1;
  background: url(../img/index_hero_b_pg.svg) no-repeat center;
  background-size: cover;
}
.hero .item_txt {
  position: relative;
  z-index: 9999;
}
.hero .item_txt p {
  font-size: clamp(1.25rem, 2vw + 1rem, 1.875rem);
  margin: 0 0 20px;
  color: #ffffff;
}
.hero .item_pic {
  margin: 50px auto 0;
}
.hero .item_pic img {
  width: 100%;
}

.hero_download {
  width: 100%;
  margin: auto;
  z-index: 22;
}
.dropdownmenu {
  max-width: 180px;
  margin: auto;
}
.hero_download .dropdownmenu_btn {
  padding: 15px 0px 15px 15px;
}

@media (min-width: 768px) {
  .hero {
    padding: 150px 0;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(5, 156, 239)),
      color-stop(70%, rgba(0, 215, 128, 0.5)),
      to(rgb(242, 245, 248))
    );
    background: linear-gradient(0deg, rgb(5, 156, 239) 0%, rgba(0, 215, 128, 0.5) 70%, rgb(242, 245, 248) 100%);
  }
  .hero .hero_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px;
  }
  .hero .item_txt {
    width: 45%;
  }
  .hero .item_txt p {
    margin-bottom: 50px;
  }
  .hero .item_pic {
    width: 75%;
    margin: auto;
  }
}
/* ========== Download Component (reusable) ========== */
.download {
  position: relative;
  display: inline-block;
}
.download a {
  padding: 10px 0;
}

.download__btn {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 12px 35px;
  border: 1.5px solid #16ada5;
  border-radius: 8px;
  cursor: pointer;
  background: linear-gradient(308deg, #34b7ff, #00d780);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.download__btn:hover,
.download__btn:focus-visible {
  background: linear-gradient(144deg, #34b7ff, #00d780);
  outline: none;
}

.download .chevron {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}

.download__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-6px);
  transform: translateX(-50%) translateY(-6px);
  min-width: auto;
  padding: 8px;
  border-radius: 12px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #7de379;
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition:
    opacity 0.18s,
    -webkit-transform 0.18s;
  transition:
    opacity 0.18s,
    -webkit-transform 0.18s;
  transition:
    opacity 0.18s,
    transform 0.18s;
  transition:
    opacity 0.18s,
    transform 0.18s,
    -webkit-transform 0.18s;
  z-index: 1;
}

.download__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  color: #181b2e;
  background: transparent;
  -webkit-transition:
    background 0.15s,
    -webkit-transform 0.1s;
  transition:
    background 0.15s,
    -webkit-transform 0.1s;
  transition:
    background 0.15s,
    transform 0.1s;
  transition:
    background 0.15s,
    transform 0.1s,
    -webkit-transform 0.1s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download__item:hover,
.download__item:focus-visible {
  background: #eef3ff;
  outline: none;
}

.download.open .download__menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  top: 50px;
}

.download.open .chevron {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .download__btn {
    font-size: 16px;
  }
}
.banner {
  display: block;
  border-radius: 200px 0px 0 200px;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -100px;
  width: 100%;
  height: 100%;
  background: url(../img/index_banner_bg.png) no-repeat left;
  background-size: contain;
  z-index: 1;
}
.banner .swiper {
  width: 100%;
  padding: 100px 0;
}
.banner .swiper-slide {
  -webkit-transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease,
    -webkit-transform 0.4s ease;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.3;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.banner .swiper-slide-next,
.banner .swiper-slide-prev {
  opacity: 0.6;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #00d780;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  color: #c7cacd;
  display: none;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  color: #00d780;
}
@media (min-width: 768px) {
  .banner {
    background: none;
    border-radius: 500px 0px 0 500px;
  }
  .banner::before {
    bottom: -200px;
    z-index: 1;
  }
  .banner .swiper-wrapper {
    margin: 50px 0;
  }
  .banner .swiper {
    width: 100%;
    padding: 80px 0;
    margin: auto;
  }
  .banner .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .banner .swiper-slide-active {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    z-index: 2;
  }
  .banner .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-pagination {
    margin-top: 100px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: block;
  }
}
.index_about {
  text-align: center;
  margin-top: 150px;
}
.index_about .wrap {
  margin: 80px 30px;
}
.index_about img {
  width: 100%;
  margin: auto;
}
.index_about h3 {
  font-size: 30px;
  color: #181b2e;
  background: linear-gradient(150deg, #7de379, #16ada5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index_about p {
  font-size: 15px;
  color: #898989;
  line-height: 1.5em;
}
.index_about .index_about_letstalk,
.index_about .index_about_purpose {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .index_about .wrap {
    margin: 80px auto;
    max-width: 1200px;
  }
  .index_about .index_about_letstalk,
  .index_about .index_about_purpose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .index_about .index_about_letstalk .item_txt,
  .index_about .index_about_purpose .item_txt {
    width: 40%;
    margin: 0 100px;
  }
  .index_about .index_about_letstalk .item_txt h3,
  .index_about .index_about_purpose .item_txt h3 {
    font-size: 36px;
  }
  .index_about .index_about_purpose {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.index_video {
  position: relative;
}
.index_video .container {
  margin: 0;
}
.index_video .video_wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.index_video .video_content {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index_video .video_box {
  width: 100%;
  margin: auto;
  background-color: #ccc;
  background: url(../img/index_MV_pg.svg) no-repeat center center;
  background-position: 50%;
  background-size: contain;
  position: relative;
}
.index_video .col {
  width: 100%;
  padding: 18% 18% 12% 9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_video .movie {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}
.index_video .movie video {
  /*display: none;*/
  width: 100%;
  height: 100%;
  position: absolute;
  outline: none;
}

.feature_item_group {
  margin: 80px 20px;
}
.feature_item_group h3 {
  font-size: 24px;
  color: #181b2e;
  margin: -15px 0 3px 0;
  background: linear-gradient(150deg, #7de379, #16ada5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fancybox-content {
  width: 80%;
  height: auto;
  max-width: 800px;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

.fancybox-content p {
  line-height: 1.5em;
  color: #666666;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #202020;
  opacity: 0.97;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  padding: 144px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  overflow: auto;
  padding: 20px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  color: #666666;
}
.fancybox-content h4 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 1.5em;
}
.fancybox-content li {
  line-height: 1.5em;
  padding: 10px 0;
  list-style: decimal;
}
.fancybox-content li img {
  margin: 0px 5px;
  vertical-align: middle;
  width: 24px;
}
.fancybox-content ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.fancybox-content ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 20px;
}
.fancybox-content p {
  line-height: 1.5em;
}
.fancybox-content p img {
  margin: 0px 5px;
  vertical-align: middle;
  width: 24px;
}
.fancybox-content hr {
  margin: 30px 0;
}
.fancybox-content .lightbox_pic_d {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 20px 0;
}
.fancybox-content .box_content {
  padding: 20px;
}
.fancybox-content .box_content h3 {
  font-size: 26px;
  padding: 20px 0;
  color: #6cd789;
}
.fancybox-content .btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px 0;
  cursor: pointer;
  background: linear-gradient(160deg, #7de379 0%, #16ada5 47%, #5978f4 100%);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  border: 0px;
  outline: none;
}
.fancybox-content .checkbox {
  margin-right: 10px;
  color: #000;
  font-size: 18px;
  margin: 25px 0;
  text-align: center;
}
.fancybox-content .checkbox input {
  margin-right: 10px;
  border: 1px solid #16ada5;
}
.fancybox-content .change {
  background: #ccc;
  cursor: auto;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: #202020;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  top: 5px;
  right: 5px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: #898989;
  stroke: none;
  stroke-width: 1;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-slide--html .fancybox-close-small {
  color: #898989;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-close-small {
  background-color: #ffffff;
  border-radius: 50%;
  margin: 15px 15px 0 0;
  color: #898989;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #898989;
  transition: fill 0.2s ease;
}
.fancybox-slide--html .fancybox-close-small:hover svg path {
  fill: #16ada5;
}
.fancybox-content .fancybox-button {
  width: 38px;
  height: 38px;
  padding: 0px;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.page {
  /* 按鈕樣式 */
  /* Hover 效果 */
  /* 當前頁面 */
  /* 左右箭頭預設底色 */
}
.page .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 100px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.page .pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .page_item,
.page .arrow {
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 16px;
  color: #1a1a1a;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.page .page_item:hover,
.page .page_item.active {
  background-color: #16ada5;
  color: #fff;
}
.page .arrow:hover i {
  color: #1a1a1a;
}
.page .arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .page_link, .page .arrow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page_security .page_title p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px auto 20px;
  color: #898989;
}
.page_security .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_security .page_content img {
  width: 100%;
}
.page_security .container_full {
  padding: 30px;
}
.page_security .container_full h3 {
  margin-top: 30px;
}
.page_security .sec_1 .item_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 30px;
}
.page_security .sec_1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cfe6de;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0px;
}
.page_security .sec_1 .pic {
  height: auto;
}
.page_security .sec_1 .pic img {
  width: 80px;
  margin-right: 10px;
}
.page_security .sec_1 .txt {
  text-align: left;
}
.page_security .sec_2 .txt {
  padding: 30px 0 120px;
}
.page_security .sec_2 li {
  margin: 15px 0 0 20px;
  line-height: 1.5em;
  color: #646464;
  list-style: disc;
  color: #898989;
  font-size: 16px;
}
.page_security .sec_2 .pic {
  margin-top: 50px;
}
.page_security h4 {
  font-size: 16px;
  color: #181b2e;
  margin: 10px 0;
  line-height: 1.5em;
}
.page_security p {
  color: #898989;
  line-height: 1.5em;
  font-size: 16px;
  margin: 0;
}
.page_security a {
  display: block;
  color: rgba(51, 51, 58, 0.5803921569);
  font-size: 13px;
  width: auto;
  margin: 5px auto;
  text-align: end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_security a:hover {
  color: #00d780;
}

@media (min-width: 768px) {
  .page_security .sec_2 {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .page_security .sec_2 .item_group .item {
    width: 100%;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  .page_security .sec_2 .item_group .item .txt {
    margin-left: 30px;
    padding: 0;
  }
  .page_security .sec_2 .item_group .item .pic {
    margin-top: 0;
    width: 65%;
  }
}
@media (min-width: 1000px) {
  .page_security .container_full {
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0);
  }
  .page_security .sec_1 .item_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .page_security .sec_1 .item_group .item {
    width: calc(33.333% - 20px);
    margin: 20px 10px;
    border: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.page_support {
  margin-bottom: 100px;
  /* ── 搜尋 ── */
  /* ── Mobile-first 版面 ── */
  /* 下拉清單中的每個 option 也設色（Safari/iOS 會吃） */
  /* 品牌切換 */
  /* 搜尋結果 */
}
.page_support .container {
  margin: auto;
  padding: 0 20px;
}
.page_support .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_support .page_content {
  margin-top: 100px;
}
.page_support .page_content p {
  line-height: 1.5em;
  color: #666666;
}
.page_support .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin: 20px 0 8px;
}
.page_support .tab {
  position: relative;
  padding: 10px 16px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.page_support .tab::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  width: 85%;
  height: 3px;
  background: #d8d8d8;
}
.page_support .tab.active {
  opacity: 1;
}
.page_support .tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
  width: 85%;
  height: 3px;
  background: #16ada5;
  border-radius: 3px;
}
.page_support .tab.active::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px; /* 三角形尖端位置（越小越靠近底線） */
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #16ada5;
}
.page_support .search-wrap {
  max-width: 95%;
  margin: 12px auto 20px;
  padding: 0 16px;
}
.page_support .search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border: 1.5px solid #ddd;
  border-radius: 999px;
  background: #fff;
  padding: 0 14px 0 18px;
}
.page_support .search input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  background: transparent;
}
.page_support .search input:focus::placeholder {
  opacity: 0;
}
.page_support .search:focus-within {
  border-color: #16ada5;
}
.page_support .search .icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-left: 8px;
  background: linear-gradient(135deg, #34b7ff, #00d780);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page_support .search .icon.clear {
  background: #ddd;
  color: #333;
}
.page_support .search .icon::before {
  content: "";
  background: url(../img/support_icon_search.svg) no-repeat center center;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.page_support .search .icon.clear::before {
  content: "✖";
  font-size: 16px;
  background: url(../img/feature/features_icon_search_c.svg) no-repeat center center;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.page_support .container_search {
  display: block;
  padding: 0 8px;
  margin-bottom: 40px;
}
.page_support .support_sidebar_title {
  text-align: center;
  margin-bottom: 10px;
}
.page_support h3 {
  font-size: 20px;
}
.page_support h3 {
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #181b2e;
}
.page_support h4 {
  color: #181b2e;
}
.page_support h5 {
  font-size: 16px;
  font-weight: normal;
}
.page_support .sidebar {
  display: none;
  margin-bottom: 12px;
}
.page_support .mobile-cat {
  display: block;
  margin-bottom: 12px;
}
.page_support .mobile-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #181b2e; /* 主要文字色 */
  /* 下面兩行針對 iOS Safari「藍字」小怪脾氣 */
  width: 100%;
  padding: 13px 12px;
  border-radius: 10px;
  font-size: 16px;
  outline: 0;
  -webkit-text-fill-color: #ffffff;
  background: url(../img/icon-down_w.svg) no-repeat scroll 96% center;
  background-size: auto;
  background-color: #16ada5;
  text-align: center;
  font-weight: normal;
  border: 1px solid #fafafa;
  text-align-last: center;
}
.page_support .tabs button,
.page_support .mobile-select option,
.page_support .brand-select option {
  color: #181b2e;
  background: #fff;
}
.page_support .content {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  scroll-behavior: smooth;
}
.page_support .section {
  padding: 12px 0;
}
.page_support .subcat-title {
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 8px;
  color: #181b2e;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.page_support .qa {
  padding-top: 8px;
}
.page_support .a {
  overflow: hidden;
  max-height: 0;
}
.page_support .qa.open .a {
  max-height: 500px;
}

.page_support .a-inner .answer_content {
  font-size: 14px;
}
.page_support .a-inner .answer_content li {
  list-style-type: decimal;
  line-height: 1.5em;
}
.page_support .a-inner .answer_content li a {
  color: #16ada5;
}
.page_support .a-inner .answer_content p {
  line-height: 1.5em;
  font-size: 15px;
  color: #666666;
}
.page_support .a-inner .answer_content ol {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.page_support .a-inner .answer_content ol li,
.page_support .a-inner .answer_content div {
  font-size: 15px;
  color: #666666;
}
.page_support .a-inner .answer_content ul {
  line-height: 1.5em;
}
.page_support .a-inner .answer_content ul li {
  list-style: initial;
  font-size: 15px;
  color: #666666;
  line-height: 1.5em;
  margin: 0 0 0 20px;
}
.page_support .plus {
  display: inline-block;
  margin-left: 6px;
}
.page_support .brand-select {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 0 10px;
  background: #fff;
  font-weight: 600;
  margin: 8px 0 0;
}
.page_support .search-results {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}
.page_support .result-count {
  font-size: 18px;
  margin-bottom: 12px;
  color: #16ada5;
  font-weight: 600;
}
.page_support .qa-result {
  border-bottom: 2px solid #d8d8d8;
  padding: 8px 0;
  margin: 20px 0;
}
.page_support .qa-result .q-title {
  font-size: 16px;
  font-weight: bold;
  color: #181b2e;
}
.page_support .empty {
  text-align: center;
  color: #6b7280;
  min-height: 380px;
  line-height: 1.5em;
}

@media screen and (min-width: 1000px) {
  .page_support .container {
    margin: 0 auto;
  }
  .page_support .wrap_page_1400 {
    padding: 80px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  .page_support .support_sidebar_title {
    text-align: left;
    margin-left: 15px;
    font-size: 24px;
  }
  .page_support .q-title {
    cursor: pointer;
  }
  .page_support .q-title:hover {
    color: #16ada5;
  }
  .page_support .container_search {
    display: grid;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 64px;
  }
  .page_support .page_content .pic_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    flex-wrap: wrap;
  }
  .page_support .content {
    margin-top: 70px;
    margin-right: 10px;
  }
  .page_support .layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    position: relative; /* 新增 */
  }
  .page_support .sidebar {
    display: block;
    position: sticky; /* 改為 sticky 定位 */
    top: 0px;
    height: calc(100vh - 200px); /* 設定最大高度 */
    overflow-y: auto; /* 內容超出時可滾動 */
    padding-right: 10px; /* 新增右側間距 */
    /* 美化滾動條 */
  }
  .page_support .sidebar::-webkit-scrollbar {
    width: 4px;
  }
  .page_support .sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .page_support .sidebar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .page_support .mobile-cat {
    display: none;
  }
  .page_support .cat {
    margin: 6px 0;
    border-radius: 10px;
  }
  .page_support .cat-head {
    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: 10px 12px;
    cursor: pointer;
  }
  .page_support .sub-list {
    border-left: 1px solid #d8d8d8;
    margin-left: 8px;
    display: none;
  }
  .page_support .cat.open .sub-list {
    display: block;
  }
  .page_support .sub-item {
    padding: 12px;
    cursor: pointer;
    position: relative;
  }
  .page_support .sub-item:hover {
    color: #181b2e;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page_support .sub-item.active {
    color: #181b2e;
  }
  .page_support .tab {
    font-size: 20px;
  }
  .page_support .brand-select {
    display: none;
    margin: 8px 0;
  }
  .empty {
    padding: 40px;
  }
}
.search .icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  margin-left: 8px;
  background: linear-gradient(135deg, #34b7ff, #00d780);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* 支援 JS 使用的 has-text */
  /* 若同時保留 clear，亦可添加支援 */
}
.search .icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/support_icon_search_c1.svg") no-repeat center/contain;
  background-size: contain;
}
.search .icon.has-text {
  background: #dddddd;
  color: #333;
}
.search .icon.has-text::before {
  background: url("../img/support_icon_search_X.svg") no-repeat center/contain;
}
.search .icon.clear {
  /* optional fallback */
  background: #dddddd;
}
.search .icon.clear::before {
  background: url("../img/support_icon_search_X.svg") no-repeat center/contain;
}

.faq-app {
  background: #ffffff;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  padding: 12px;
}
.faq-app .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 25px;
  max-width: 500px;
  margin: 35px auto 25px;
}
.faq-app .tab {
  padding: 10px 14px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
}
.faq-app .tab.active {
  color: #16ada5;
  opacity: 1;
}
.faq-app .search-wrap {
  padding: 8px 0 12px;
}
.faq-app .search-wrap .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #ffffff;
  position: relative;
}
.faq-app .search-wrap .search input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 6px 10px;
  line-height: 24px;
  font-size: 15px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.faq-app .search-wrap .search .icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 8px;
}
.faq-app .layout {
  display: block;
}
.faq-app .sidebar {
  display: none;
}
.faq-app .sidebar .cat {
  border-radius: 10px;
  padding: 6px 0;
}
.faq-app .sidebar .cat .cat-head {
  padding: 10px 12px 10px 15px;
  cursor: pointer;
  color: #181b2e;
  font-size: 18px;
}
.faq-app .sidebar .cat .cat-head::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/icon-down.svg") no-repeat center/contain;
  background-size: contain;
}
.faq-app .sidebar .cat.open .sub-list {
  display: block;
  margin-left: 20px;
}
.faq-app .sidebar .cat.open .cat-head {
  color: #16ada5;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
}
.faq-app .sidebar .cat.open .cat-head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-app .sidebar .cat .sub-item {
  cursor: pointer;
}
.faq-app .content {
  padding: 6px 0;
}
.faq-app .content .subcat-title {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
}
.faq-app .content .section {
  padding: 8px 0 30px;
}
.faq-app .content .section:first-child {
  border-top: 0;
}
.faq-app .qa {
  padding-top: 8px;
}
.faq-app .qa .plus::before {
  content: "+";
  font-size: 22px;
  color: #898989;
}
.faq-app .qa .q.open {
  background-color: #fafafa;
}
.faq-app .qa .q.open .a {
  display: block;
  max-height: none; /* 足夠大的值以容納任意內容；若不需動畫，可改為 none */
  overflow: visible;
  opacity: 1;
  padding: 8px 15px 8px 20px;
  border-bottom: 1px solid #d8d8d8;
}
.faq-app .qa .q.open .q-title {
  border-bottom: 1px solid rgba(216, 216, 216, 0);
  color: #181b2e;
  font-weight: 500;
}
.faq-app .qa .q.open .plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-app .qa .q.open .plus::before {
  font-size: 24px;
  color: #16ada5;
}
.faq-app .qa .q-title {
  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: 12px 10px 12px 20px;
  background: transparent;
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
  margin: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  color: #898989;
}
.faq-app .qa .q-title::before {
  content: "";
  position: absolute;
  background-color: #16ada5;
  height: 2px;
  width: 8px;
  display: block;
  margin-bottom: 4px;
  left: 4px;
  border-radius: 10px;
}
.faq-app .qa .plus {
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.faq-app .qa .a {
  display: none;
  padding: 8px 12px;
}
.faq-app .brand-select {
  width: 100%;
  height: 45px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #fafafa;
  font-size: 16px;
  outline: 0;
  -webkit-text-fill-color: #ffffff;
  background: url(../img/icon-down_w.svg) no-repeat scroll 96% center;
  background-size: auto;
  background-color: #16ada5;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 1000px) {
  .faq-app .layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }
  .faq-app .sidebar {
    display: block;
    max-height: calc(100vh - 200px);
    overflow: auto;
    border-radius: 0;
    border-right: 1px solid #d8d8d8;
    padding-left: 15px;
  }
  .faq-app .mobile-cat {
    display: none;
  }
  .faq-app .brand-select {
    display: none;
  }
}

@media (min-width: 1000px) {
  .faq-app .tabs {
    max-width: 500px;
    margin: 30px auto 50px;
    gap: 30px;
  }
  .faq-app .qa .q .q-title:hover {
    color: #181b2e;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .search-wrap .search input {
    font-size: 16px;
  }
  .search-wrap .search input:focus {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #16ada5;
  }
}
.page_quantum {
  margin-bottom: 100px;
}
.page_quantum .container {
  margin: auto 30px;
}
.page_quantum .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_quantum .page_content {
  margin-top: 120px;
}
.page_quantum li {
  list-style: initial;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 30px;
}
.page_quantum li li {
  font-weight: normal;
  font-size: 16px;
  font-weight: 300;
}
.page_quantum li h3 {
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #181b2e;
}
.page_quantum li p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 15px 0px;
}
.page_quantum ul {
  margin-left: 20px;
}
.page_quantum p {
  line-height: 1.5em;
  color: #898989;
}

@media screen and (min-width: 768px) {
  .page_quantum .wrap_page_1400 {
    padding: 80px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
}

.page_abouts .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_abouts .page_content {
  text-align: center;
  line-height: 1.5em;
}
.page_abouts .page_content .wrap {
  margin: 0 auto 200px;
}
.page_abouts .page_content .item_txt {
  margin: auto;
  max-width: 500px;
  padding: 0 30px;
}
.page_abouts .page_content h3 {
  font-size: 20px;
  margin: 100px 0 5px;
  font-weight: normal;
  line-height: 1.5em;
  color: #181b2e;
}
.page_abouts .page_content img {
  width: 100%;
}
.page_abouts .page_content p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px auto 20px;
  color: #898989;
}
.page_abouts .container_full h3 {
  margin-top: 100px;
}
.page_abouts .link_104 {
  display: block;
  border: 1px solid #16ada5;
  margin: 10px auto;
  padding: 15px 20px;
  border-radius: 50px;
  width: 100%;
  max-width: 160px;
  color: #16ada5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.abouts_team_photo {
  margin: 100px 0;
  /* 錯位：1,3 向上，2,4 向下 */
}
.abouts_team_photo .ticker-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
.abouts_team_photo .ticker-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 40s linear infinite;
  animation: scroll-left 40s linear infinite;
}
.abouts_team_photo .ticker-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
}
.abouts_team_photo .ticker-item img {
  width: 200px;
  height: auto;
  border-radius: 20px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.abouts_team_photo .ticker-item:nth-child(odd) img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.abouts_team_photo .ticker-item:nth-child(even) img {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1000px) {
  .page_abouts .link_104:hover {
    -webkit-box-shadow: 0 9px 36px 0 rgba(0, 215, 128, 0.168627451);
    box-shadow: 0 9px 36px 0 rgba(0, 215, 128, 0.168627451);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background-color: rgba(255, 255, 255, 0.5019607843);
    color: #00d780;
    border: 1px solid #00d780;
  }
  .page_abouts .page_content h3 {
    font-size: 24px;
  }
  .abouts_team_photo .ticker-item img {
    width: 300px;
  }
  .abouts_team_photo .ticker-item {
    margin-right: 40px;
  }
}
.page_event {
  font-size: 16px;
  margin-bottom: 200px;
}
.page_event img {
  width: 100%;
  border-radius: 16px;
}
.page_event .container {
  margin: auto 30px;
}
.page_event .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_event .wrap_page_800 {
  max-width: 800px;
  margin: 0 auto;
}
.page_event .page_content {
  margin-top: 120px;
}
.page_event li {
  list-style: square;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 18px;
  margin: 25px 0 0 0;
  color: #181b2e;
}
.page_event li ol {
  margin-left: -20px;
  margin-top: 30px;
}
.page_event li ol strong {
  margin-left: -25px;
  font-weight: normal;
  font-size: 16px;
}
.page_event li li {
  font-weight: normal;
  font-size: 16px;
  font-weight: 300;
  list-style: auto;
  margin-top: 10px;
}
.page_event li h3 {
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #181b2e;
}
.page_event ul {
  margin-left: 20px;
}
.page_event p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 15px 0px;
  color: #181b2e;
}
.page_event a {
  color: #898989;
}
.page_event a:hover {
  color: #00d780;
}

@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (min-width: 768px) {
  .page_quantum .wrap_page_1400 {
    padding: 80px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }

  .fancybox-button {
    width: 38px;
    height: 38px;
    padding: 0px;
  }
  .fancybox-content {
    padding: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page_other .wrap_page_1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.page_other .page_content {
  padding: 180px 20px;
  text-align: center;
  line-height: 1.5em;
}
.page_other .page_content .wrap {
  margin: 0 auto 100px;
}
.page_other .page_content .item_txt {
  margin: auto;
  max-width: 500px;
  padding: 0 30px;
}
.page_other .page_content h3 {
  font-size: 18px;
  margin: 50px 0 50px;
  font-weight: normal;
  line-height: 1.5em;
  color: #181b2e;
}
.page_other .page_content img {
  width: 100%;
  max-width: 350px;
}
.page_other .page_content p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 10px auto 20px;
  color: #898989;
}
.page_other .link_index {
  display: block;
  border: 1px solid #16ada5;
  margin: 10px auto;
  padding: 15px 20px;
  border-radius: 50px;
  width: 100%;
  max-width: 160px;
  color: #16ada5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cursor-auto {
  cursor: auto;
}

.ellipsis {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  vertical-align: middle;
}

@media (min-width: 1000px) {
  .page_other .link_index:hover {
    -webkit-box-shadow: 0 9px 36px 0 rgba(0, 215, 128, 0.168627451);
    box-shadow: 0 9px 36px 0 rgba(0, 215, 128, 0.168627451);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background-color: rgba(255, 255, 255, 0.5019607843);
    color: #00d780;
    border: 1px solid #00d780;
  }
  .page_other .page_content h3 {
    font-size: 20px;
  }

  .page_title h3 {
    font-size: 24px;
  }

  .page_title h2 {
    line-height: 52px;
    font-size: 36px;
    padding-top: 170px;
  }
}

@media (min-width: 1000px) {
  .faq-app .qa .q .q-title {
    padding: 12px 10px 12px 20px;
  }
}

@media (min-width: 768px) {
  .index_about .index_about_letstalk .item_txt, .index_about .index_about_purpose .item_txt {
    width: 45%;
    margin: 0 100px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .dropdownmenu .submenu a:hover {
    background: #f0f1f7;
    margin: 0 3px;
    padding: 12px 0;
  }

  .page .arrow:hover {
    background-color: #ffffff;
    border: 1px solid #16ada5;
  }
}