@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Noto Sans TC", "Helvetica Neue", "Roboto", "Microsoft JhengHei", Arial, sans-serif;
  font-weight: 300;
  color: inherit;
}
*:focus {
  outline: none;
}

html {
  padding: 0 !important;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "PingFang TC", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: left;
  background-color: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  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;
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  text-decoration: none !important;
}

/**
 * 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 */
  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;
}

/* 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 {
  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] {
  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;
}

/**
*list-style-clear
*/
ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

section {
  padding: 5.6rem 0;
}
@media (max-width: 565px) {
  section {
    padding: 2.6rem 0;
  }
}

h1 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

h5 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
}

h6 {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #dd822c;
}

.a__disable {
  cursor: default !important;
}

strong {
  font-weight: 500;
}

blockquote {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
}

li {
  list-style: none;
  line-height: 1.85;
  font-size: 18px;
}

button {
  outline: none;
  border: 0;
}
button:focus {
  outline: none;
}

input {
  outline: none;
  font-weight: 300;
}

img {
  display: block;
  width: 100%;
}

/*--------- navbar -----------*/
.l-navbar {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.3s ease;
}

.l-navbar > .container-fluid {
  padding: 1rem 2rem;
  background-color: transparent;
}

.l-navbar--scrolled {
  background: #f8f9fa;
}
.l-navbar--scrolled .l-navbar__menu__items a {
  color: #2d2d2d;
}
@media (max-width: 425px) {
  .l-navbar--scrolled .l-navbar__menu__items a {
    color: #fff;
  }
}
.l-navbar--scrolled .l-navbar__toggler span {
  background-color: #636363;
}

.l-navbar__toggler {
  z-index: 150;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .l-navbar__toggler {
    display: none !important;
  }
}
.l-navbar__toggler span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease;
}

.l-navbar__toggler--activate {
  width: 30px;
  height: 30px;
  z-index: 150;
}

.l-navbar__toggler--activate span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease;
}

.l-navbar__toggler--activate span:nth-child(2) {
  opacity: 0;
}

.l-navbar__toggler--activate span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.l-navbar__toggler--activate span:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}

.l-navbar__brand {
  z-index: 20;
  flex-grow: 1;
  height: 1.625rem;
  width: auto !important;
}
@media (min-width: 1200px) {
  .l-navbar__brand {
    height: 2rem;
  }
}

.l-navbar__brand img {
  height: 1.625rem;
  width: auto !important;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .l-navbar__brand img {
    height: 2rem;
  }
}
.l-navbar__brand img.dark {
  opacity: 0;
}
.l-navbar__brand img.light {
  opacity: 1;
}

.l-navbar.l-navbar--scrolled .light {
  /* ...將 light logo 設為 off 的狀態 */
  opacity: 0;
}

.l-navbar.l-navbar--scrolled .dark {
  /* ...將 dark logo 設為 on 的狀態 */
  opacity: 1;
}

.l-navbar__menu {
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.l-navbar__menu__items {
  padding: 0 0.5rem;
  color: inherit;
  font-size: 0.85rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 0 1rem;
}

.l-navbar__menu__items a {
  color: inherit;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
.l-navbar__menu__items a span {
  font-size: 0.875rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .l-navbar__menu__items a {
    color: #2d2d2d;
  }
}

.l-navbar__menu__items a:hover {
  color: #dd822c;
  text-decoration: none;
}

.l-navbar__menu__items--active a {
  color: #dd822c;
}

@media (max-width: 769px) {
  .l-navbar__menu {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    width: 0;
  }
  .l-navbar__menu.open {
    visibility: visible;
    flex-direction: column;
    padding-top: 6rem;
    text-align: center;
    position: fixed;
    background-color: #343a40;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .l-navbar__menu__items {
    color: #fff;
    padding: 0.5rem;
  }
  .l-navbar__menu__items a span {
    font-size: 1rem;
  }
}
.fakeSelect {
  position: relative;
}
.fakeSelect .fakeSelect__toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.fakeSelect .fakeSelect__toggler .option {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
}
.fakeSelect .fakeSelect__toggler:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.375rem;
  background-image: url("../images/arrow-select.svg");
  background-size: 0.5rem 0.375rem;
  margin-left: 0.5rem;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fakeSelect .fakeSelect__toggler.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fakeSelect .fakeSelect__option {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.625rem;
  right: 0;
  background-color: #fff;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5625rem rgba(0, 0, 0, 0.25);
  z-index: 1000;
  width: 7.5rem;
}
.fakeSelect .fakeSelect__option .option {
  display: block;
  width: 100%;
  position: relative;
  padding: 0.25rem 0;
  color: #000;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fakeSelect .fakeSelect__option .option:hover {
  background-color: #dd822c;
}
@media (max-width: 769px) {
  .fakeSelect {
    width: auto;
  }
  .fakeSelect .fakeSelect__toggler .option {
    font-size: 1rem;
  }
  .fakeSelect .fakeSelect__option {
    position: static;
    background-color: transparent;
    border: none;
    width: auto;
    box-shadow: none;
    padding: 0.5rem 0 0;
  }
  .fakeSelect .fakeSelect__option .option {
    color: #dd822c;
    padding: 0;
    font-size: 0.875rem;
    padding: 0.25rem 0;
  }
  .fakeSelect .fakeSelect__option .option:last-child {
    margin-bottom: 0;
  }
  .fakeSelect .fakeSelect__option .option:hover {
    color: #dd822c;
  }
}

/*---------- display ----------*/
.hide {
  display: none !important;
}
.hide--hd {
  display: none !important;
}
.hide--mb {
  display: block !important;
}

.hideF {
  display: none !important;
}
.hideF--hd {
  display: none !important;
}
.hideF--mb {
  display: flex !important;
}

/*---------- text ----------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.text--arial {
  font-family: Arial, "Noto Sans TC", "Roboto", "Microsoft JhengHei", sans-serif;
}
.text--main {
  color: #dd822c;
}

.list--decimal {
  padding-left: 18px;
}
.list--decimal li {
  list-style: decimal;
}
.list--upperAlpha {
  padding-left: 18px;
}
.list--upperAlpha li {
  list-style: upper-alpha;
  position: relative;
}
.list--upperAlpha li:before {
  content: "-";
  position: absolute;
  left: -28px;
}

.floatCols {
  float: left;
}
.floatCols:last-of-type:before {
  content: "";
  clear: both;
}

/*---------- layouts ----------*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 40px;
  padding-left: 40px;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.imageWrap {
  width: 100%;
}
.imageWrap img {
  margin: 0 auto;
}
.imageWrap--circle {
  border-radius: 50%;
  overflow: hidden;
}

/*---------- footer ----------*/
.footer {
  text-align: center;
  padding: 3.125rem 0;
  background-color: #2d2d2d;
  color: #fff;
  font-size: 0.75rem;
}
.footer a,
.footer span {
  font-size: 0.75rem;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #dd822c;
}
.footer p {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 300;
}
.footer__sponsor img {
  max-width: 160px;
}
.footer__sponsor__co {
  height: 45px;
}
.footer__sponsor__co img {
  height: 100%;
  width: auto;
}
.footer__items {
  display: inline-block;
}

.mfp-iframe-scaler {
  overflow: unset;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .container,
  .container-sm {
    padding-right: 20px;
    padding-left: 20px;
  }
  /*---------- display ----------*/
  .hide--hd {
    display: block !important;
  }
  .hide--mb {
    display: none !important;
  }
  .hideF--hd {
    display: flex !important;
  }
  .hideF--mb {
    display: none !important;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 768px) {
  .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.imgWrap {
  overflow: hidden;
}
.imgWrap img {
  width: 100%;
  margin: 0 auto;
}

body {
  position: relative;
  background-color: #f8f9fa !important;
}

.l-navbar__menu li.cta span::after {
  color: #fff;
  content: "\e89e";
  display: inline-block;
  font-family: Material Symbols Outlined;
  font-size: 14px;
  font-weight: 400;
  margin-right: 2px;
  vertical-align: middle;
  padding-left: 0.5rem;
  top: -1px;
  position: relative;
}

.e-button {
  padding: 1rem 2rem;
  background: #dd822c;
  font-weight: 500;
  border-radius: 16px;
  display: flex;
  color: #fff;
  transition: all 0.3s ease;
}
.e-button:hover, .e-button:focus, .e-button:active {
  background-color: #2d2d2d;
  color: #fff;
}
.e-button.sm {
  padding: 0.5rem 1rem;
}
.e-button.sm span {
  font-size: 0.875rem;
  font-weight: 500;
}

.p__beacon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 74px;
  width: 100% !important;
  top: 0;
  display: block;
}
.p-imgBkg {
  background-color: #dd822c;
}
@media (min-width: 1200px) {
  .p__h3 {
    font-size: 1.5rem;
  }
}
.p-section {
  position: relative;
}
.p-section .container {
  position: relative;
  z-index: 5;
}
.p-articleList {
  background-color: #dd822c;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .p-articleList {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.p-articleList__title {
  position: relative;
  color: #2d2d2d;
}
.p-articleList__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/stroke-heart.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18rem;
  height: 11.625rem;
  opacity: 0.3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-articleList__title .p__h3 {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 6px;
}
.p-articleList__title p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-articleList__title .p__h2 {
    font-size: 3.75rem;
  }
  .p-articleList__title .p__h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .p-articleList__title p {
    margin-top: 1rem;
  }
}
.p-articleList .stories {
  padding-top: 3.375rem;
}
@media (min-width: 1200px) {
  .p-articleList .stories {
    padding-top: 2.5rem;
  }
}
.p-articleList .stories__link {
  display: inline-block;
  text-decoration: none;
  color: #2d2d2d;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
}
.p-articleList .stories__link:last-child {
  margin-bottom: 0;
}
.p-articleList .stories__link:hover .stories__cover {
  background-color: rgba(98, 149, 133, 0.5);
}
.p-articleList .stories__wrapper {
  background-color: #fff;
  padding: 1rem;
}
.p-articleList .stories__box {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 12.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-articleList .stories__cover {
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  transition-duration: 0.8s;
}
.p-articleList .stories__txt h4 {
  font-size: 1rem !important;
  line-height: 1.5;
  padding-top: 0.5rem;
}
.p-articleList .stories__txt h4 span {
  display: block;
  background: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  color: #dd822c;
}
.p-articleList .stories__txt span {
  margin-bottom: 0.625rem;
  font-weight: 500;
  padding: 4px 8px;
  background-color: #dd822c;
  display: inline-block;
  font-size: 1.125rem;
}
.p-pr .p-articleList__title::before {
  display: none;
}
.p-pr__wrapper {
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 37.5rem;
}
.p-pr__wrapper .imgWrap {
  width: 10rem;
}
.p-main {
  padding: 0;
  position: relative;
  height: 100lvh;
  overflow: hidden;
}
.p-main__panel {
  transform: translateX(-110%);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100lvh;
  width: 33.75rem;
  max-width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 425px) {
  .p-main__panel {
    transform: translateY(110%);
    top: auto;
    bottom: 0;
    height: 50lvh;
  }
}
.p-main__panel.is-active {
  transform: translateX(0);
}
@media (max-width: 425px) {
  .p-main__panel.is-active {
    transform: translateY(0);
  }
}
.p-main__panel__wrapper {
  overflow-y: scroll;
  height: 100%;
}
.p-main__panel__wrapper .close {
  position: fixed;
  top: 1rem;
  right: 2rem;
  background-color: #2d2d2d;
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 1.5rem;
  z-index: 2;
}
.p-main__panel__wrapper .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  content: "\e5cd";
  display: inline-block;
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: 400;
  margin-right: 2px;
  vertical-align: middle;
}
.p-main__panel__wrapper .header {
  position: relative;
}
.p-main__panel__wrapper .header .imgWrap {
  height: 13.75rem;
}
.p-main__panel__wrapper .header .imgWrap img {
  object-fit: cover;
}
@media (max-width: 425px) {
  .p-main__panel__wrapper .header .imgWrap {
    height: 7.5rem;
  }
}
.p-main__panel__wrapper .header__title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.p-main__panel__wrapper .header__title h2 {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-main__panel__wrapper .quote {
  background-color: #dd822c;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  color: #fff;
}
.p-main__panel__wrapper .quote__content p {
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media (max-width: 425px) {
  .p-main__panel__wrapper .quote__content p {
    font-size: 1rem;
  }
}
.p-main__panel__wrapper .quote__content span {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 0.875rem;
}
.p-main__panel__wrapper .quote__content span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 0.8px;
  background-color: #fff;
  left: -3rem;
}
.p-main__panel__wrapper .quote .imgWrap {
  flex: 0 0 80px;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  background: grey;
}
.p-main__panel__wrapper .company {
  padding: 1.5rem;
}
.p-main__panel__wrapper .company__title {
  display: flex;
  align-items: center;
  padding: 1rem 0 0.5rem 0;
}
.p-main__panel__wrapper .company__title h5 {
  font-weight: 700;
  margin: 0;
  flex-grow: 1;
}
.p-main__panel__wrapper .company__title span {
  display: inline-block;
  font-size: 0.875rem;
}
.p-main__panel__wrapper .company__list--details {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.p-main__panel__wrapper .company__list--details:nth-last-child(1) {
  border-bottom: none;
}
.p-main__panel__wrapper .company__list--details span {
  display: inline-block;
}
.p-main__panel__wrapper .company__list--details .title {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 400;
  width: 72px;
  flex: 0 0 72px;
}
.p-main__panel__wrapper .company__list--details .text {
  font-weight: 700;
  flex-grow: 1;
  font-size: 0.875rem;
}
.p-main__panel__wrapper .company__list--details li {
  font-size: 0.875rem;
  font-weight: 700;
}
@media (max-width: 425px) {
  .p-main__panel__wrapper .company__list .accordion-button {
    padding: 0.8rem;
  }
}
.p-main__panel__wrapper .company__list .accordion-button:not(.collapsed) {
  color: #2d2d2d !important;
  background-color: rgba(221, 130, 44, 0.2) !important;
  box-shadow: none !important;
}
.p-main__panel__wrapper .company__list .accordion-button:focus {
  box-shadow: none !important;
}
.p-main__panel__wrapper .company__list .accordion-button span {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}
.p-main__panel__wrapper .company__list .accordion-button span::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #dd822c;
  border-radius: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-main__panel__wrapper .company__list .accordion-button.--pr::after {
  color: #2d2d2d;
  content: "\e89e";
  display: inline-block;
  font-family: Material Symbols Outlined;
  font-size: 20px;
  font-weight: 400;
  margin-right: 2px;
  vertical-align: middle;
  background-image: none;
}
.p-main__panel__wrapper .company__list .accordion-button.--pr:hover {
  color: #629585;
}
.p-main__panel__wrapper .company__list .accordion-button.--pr span::before {
  background-color: #629585;
}
.p-main__panel__wrapper .company__list .accordion-button.--pr .tag {
  background-color: #629585;
  color: #fff;
  padding: 0.3rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.p-main__panel__wrapper .company__list .accordion-button.--pr .tag::before {
  display: none;
}
.p-main__panel__wrapper .cta {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.p-main__panel__wrapper .cta__button {
  display: inline-block;
  background-color: #2d2d2d;
  color: #fff;
  padding: 1.125rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.p-main__panel__wrapper .cta__button::after {
  color: #fff;
  content: "\e89e";
  display: inline-block;
  font-family: Material Symbols Outlined;
  font-size: 24px;
  font-weight: 400;
  margin-right: 2px;
  vertical-align: middle;
  padding-left: 0.5rem;
  top: -1px;
  position: relative;
}
.p-main__panel__wrapper .cta__button:hover, .p-main__panel__wrapper .cta__button:focus, .p-main__panel__wrapper .cta__button:active {
  background-color: #dd822c;
}
.p-main__map .notif {
  background-color: rgba(45, 45, 45, 0.6);
  backdrop-filter: blur(6px);
  color: #fff;
  position: absolute;
  max-width: 90%;
  width: 420px;
  height: 280px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1; /* 預設為可見 */
  transition: all 0.3s ease;
}
.p-main__map .notif__icon {
  margin-bottom: 1.2rem;
}
.p-main__map .notif__content p {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 1px;
}
.p-main__map .notif button {
  margin-top: 1rem;
}
.p-main__map .notif.is-hidden {
  opacity: 0;
  top: 25%;
  visibility: hidden;
  z-index: -2;
}
.p-main__map .map {
  height: 100lvh;
}
.p-main__map .map .imgWrap {
  height: 100%;
}
.p-main__map .map .imgWrap picture {
  height: 100%;
  display: block;
}
.p-main__map .map .imgWrap img {
  object-fit: contain;
}
.p-main__testbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0.5rem;
  background-color: #e9ecef;
}
.p-main__testbtn .e-button {
  background-color: #495057;
  padding: 0.5rem 1rem;
}
.p-info {
  background-color: #343a40;
  color: #fff;
}
.p-info .imgWrap {
  max-width: 160px;
  margin: 0 auto;
}
.p-info p {
  font-size: 0.875rem;
  text-align: justify;
  padding-bottom: 0.5rem;
}

/*----- KV -----*/
.l-hero {
  padding: 0;
  position: relative;
  background-color: transparent;
}
.l-hero__title {
  max-width: 20rem;
  width: 280px;
  position: absolute;
  top: 0;
  height: 100lvh;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .l-hero__title {
    width: 540px;
    left: 20%;
    transform: none;
    align-items: center;
  }
}
@media (min-width: 2560px) {
  .l-hero__title {
    left: 20%;
    transform: none;
    max-width: 720px;
    width: 720px;
    align-items: center;
  }
}
.l-hero__title img {
  top: 20%;
  height: auto;
}
@media (min-width: 1200px) {
  .l-hero__title img {
    top: 0;
  }
}
.l-hero__title h1 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.l-hero__title__wrapper {
  display: flex;
  max-height: 60%;
}
@media (max-width: 425px) {
  .l-hero__title__wrapper {
    flex-direction: column;
    align-items: center;
    top: -1rem;
  }
}
@media (min-width: 1200px) {
  .l-hero__title__wrapper {
    top: -3rem;
  }
}
.l-hero__title--title {
  max-width: 17.5rem;
}
@media (max-width: 425px) {
  .l-hero__title--title {
    max-width: 7.5rem;
    min-height: inherit;
  }
}
@media (max-width: 1024px) {
  .l-hero__title--title img {
    top: 0;
  }
}
.l-hero__title--title img {
  max-height: 100%;
}
.l-hero__title--sub {
  max-width: 4.5rem;
}
@media (min-width: 2560px) {
  .l-hero__title--sub img {
    width: 4.5rem;
  }
}
@media (max-width: 1024px) {
  .l-hero__title--sub img {
    top: 0;
  }
}
@media (max-width: 425px) {
  .l-hero__title--sub {
    max-width: 90%;
    min-height: inherit;
  }
}
.l-hero__titleN {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.l-hero__titleN .title__rotate {
  transition-property: all;
  transition-duration: 0.8s;
  transition-delay: 1s;
  transition-timing-function: ease;
  position: absolute;
  top: -7rem;
  right: 5.5rem;
  opacity: 0;
  width: 8.75rem;
  transform: rotate(30deg);
}
@media (max-width: 425px) {
  .l-hero__titleN .title__rotate {
    width: 7.5rem;
    top: -4.5rem;
    right: 2rem;
  }
}
.l-hero__titleN .title__rotate.is-active {
  opacity: 1;
  transform: rotate(0deg);
}
.l-hero__titleN .title__row {
  display: block;
}
.l-hero__titleN .title__row:nth-child(1) {
  top: -3rem;
}
@media (max-width: 425px) {
  .l-hero__titleN .title__row:nth-child(1) .imgWrap {
    width: 60px;
  }
}
.l-hero__titleN .title__row:nth-child(2) {
  top: 3rem;
}
@media (max-width: 425px) {
  .l-hero__titleN .title__row:nth-child(2) .imgWrap {
    width: 60px;
  }
}
.l-hero__titleN .title__row:nth-child(3) {
  top: 3rem;
}
@media (max-width: 425px) {
  .l-hero__titleN .title__row:nth-child(3) {
    flex-basis: 100%;
    text-align: center;
    top: 1.5rem;
  }
}
.l-hero__titleN .title__row .row__wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.l-hero__titleN .title__row .row__bg {
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 0;
  transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left top;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dd822c;
}
.l-hero__titleN .title__row .row__text {
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 0.4s;
  transition-timing-function: ease;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  display: inline-block;
  padding: 0;
  border-radius: 2px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.6;
  opacity: 0;
  font-size: 2.4em;
  writing-mode: vertical-lr;
}
.l-hero__titleN .title__row .row__text img {
  top: 0;
}
.l-hero__titleN .title__row.is-active .row__bg {
  transform: scaleX(1);
}
.l-hero__titleN .title__row.is-active .row__text {
  transform: translateX(0%);
  opacity: 1;
}
.l-hero__scroll {
  position: absolute;
  bottom: 0;
}
.l-hero__scroll a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
  margin-bottom: 60px;
}
.l-hero__scroll a::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60px;
  background-color: #fff;
  bottom: -60px;
  left: 50%;
}
@media (max-width: 425px) {
  .l-hero__scroll a {
    padding: 0.5rem 1rem;
    margin-bottom: 40px;
  }
  .l-hero__scroll a::after {
    height: 40px;
    bottom: -40px;
  }
}

.swiper {
  width: 100%;
  height: 100lvh;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.swiper-slide picture {
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.swiper-slide-active img {
  animation-name: kenburns-zoom;
  /* 動畫時間需與 JS 中的 autoplay delay 一致 */
  animation-duration: 5s;
  animation-timing-function: linear;
  /* 讓動畫結束時停在最後一幀 (scale(1.2))，而不是跳回原狀 */
  animation-fill-mode: forwards;
}

/*---------- color ----------*/
.color--white {
  color: #fff !important;
}
.color--black {
  color: #000 !important;
}
.color--main {
  color: #dd822c !important;
}
.color--info {
  color: #f07aaa !important;
}
.color--secondary {
  color: #629585 !important;
}
.color--warning {
  color: #ff460c !important;
}
.color--danger {
  color: #ff460c !important;
}

.bg--light {
  background-color: #6c757d !important;
}
.bg--dark {
  background-color: #000 !important;
}
.bg--gray {
  background-color: #343a40 !important;
}
.bg--white {
  background-color: #fff !important;
}
.bg--primary {
  background-color: #dd822c !important;
}
.bg--secondary {
  background-color: #629585 !important;
}
.bg--info {
  background-color: #f07aaa !important;
}
.bg--warning {
  background-color: #ff460c !important;
}
.bg--danger {
  background-color: #ff460c !important;
}
.bg--topic1 {
  background-color: #97dc02 !important;
}
.bg--topic2 {
  background-color: #7492ff !important;
}

/*---------- spacing ----------*/
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

/*---------- text-align ----------*/
.text-align-justify {
  text-align: justify !important;
}

.line-md--right {
  border-right: none;
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .line-md--right {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .line-md--right {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .line-md--right {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .line-md--right {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .line-md--right {
    border-right: 1px solid #fff;
  }
}
.line--right {
  border-right: 1px solid #fff;
}
.line-mob--right {
  border-right: 1px solid #fff;
}
@media (min-width: 1200px) {
  .line-mob--right {
    border-right: none;
  }
}
.line-md--bottom {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .line-md--bottom {
    border-bottom: 1px solid #fff;
  }
}
.line--bottom {
  border-bottom: 1px solid #fff;
}
.line-mob--bottom {
  border-bottom: 1px solid #fff;
  /* Landscape */
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* Portrait 10.5inch*/
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
}
@media (min-width: 1200px) {
  .line-mob--bottom {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .line-mob--bottom {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .line-mob--bottom {
    border-bottom: none;
  }
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}

.fc-white {
  color: #fff;
}
.fc-primary {
  color: #dd822c;
}
.fc-dark {
  color: #2d2d2d;
}

/*------- media query -------*/
@media only screen and (max-width: 767px) {
  .py-80 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pt-80 {
    padding-top: 16px;
  }
  .pb-80 {
    padding-bottom: 16px;
  }
  .pb-120 {
    padding-bottom: 40px;
  }
}
/*---------- index ----------*/
body {
  background-color: #fff;
  width: 100%;
}

.scrollUp {
  transform: translateY(0px);
}

.scrollDown {
  width: 90px;
  height: 62px;
  background-image: url(../images/scroll-down.png);
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  right: 0;
  left: 0;
  margin-bottom: 5rem;
}

img {
  height: inherit;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
}

.toTop {
  position: fixed;
  right: 30px;
  bottom: 120px;
  background: transparent;
  width: 150px;
  height: 150px;
  z-index: 100;
}
.toTop--control {
  width: 100px;
  height: 100%;
}

.br_pc {
  display: block;
}

.br_mo {
  display: none !important;
}

.hovering {
  animation: hovering 1s ease-in-out infinite;
}

/*------- media query -------*/
@keyframes scrollAttentionLine {
  0% {
    background-position-y: 0;
  }
  50% {
    background-position-y: 100rem;
  }
  100% {
    background-position-y: 200rem;
  }
}
@keyframes hovering {
  0% {
    /* 定義元素在該影格所套用的樣式 */
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
@keyframes kenburns-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}/*# sourceMappingURL=main.css.map */