@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: 1.25rem;
  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: #006ac9;
}

.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-color: transparent;
  transition: all 0.3s ease;
}

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

.l-navbar--scrolled {
  background-color: rgba(45, 45, 45, 0.9);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.l-navbar--scrolled .l-navbar__menu__items a {
  color: #fff;
}
.l-navbar--scrolled .l-navbar__toggler span {
  background-color: #fff;
}

.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: 4px;
  background-color: #000;
  display: block;
  margin: 7px 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: 4px;
  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(-17px) rotate(-45deg);
}

.l-navbar__brand {
  z-index: 20;
  flex-grow: 1;
}

.l-navbar__brand img {
  height: 1.875rem;
  width: auto !important;
}
@media (min-width: 1200px) {
  .l-navbar__brand img {
    height: 2.5rem;
  }
}

.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: #006ac9;
  text-decoration: none;
}

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

@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: #006ac9;
}
@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: #006ac9;
    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: #006ac9;
  }
}

/*---------- 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: #006ac9;
}

.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: #006ac9;
}
.footer p {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 300;
}
.footer__sponsor img {
  height: 2.2rem;
  width: auto;
}
.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: #e9ecef !important;
}
body::before {
  content: "";
  position: fixed;
  background-image: url(../images/bg-grid-grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
}

.p__beacon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  height: 56px;
  width: 100% !important;
  top: -56px;
  display: block;
}
.p-imgBkg {
  background-color: #006ac9;
}
@media (min-width: 1200px) {
  .p__h3 {
    font-size: 1.5rem;
  }
}
.p-section {
  position: relative;
}
.p-section .container {
  position: relative;
  z-index: 5;
}
.p-summary {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
  background-image: url(../images/dialog/summary-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .p-summary {
    margin-top: -6.25rem;
  }
}
@media (min-width: 2560px) {
  .p-summary {
    margin-top: -12.5rem;
  }
}
.p-summary__wrap {
  position: relative;
  padding: 0;
}
.p-summary__wrap__title {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-bottom: -1.5rem;
}
.p-summary__img {
  position: relative;
}
.p-summary__img:before {
  content: "";
  display: block;
  padding-top: 249.8666666667%;
  min-height: 249.8666666667%;
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-summary__img:before {
    padding-top: 131.8101933216%;
    min-height: 131.8101933216%;
  }
}
@media (min-width: 1200px) {
  .p-summary__img:before {
    padding-top: 131.8101933216%;
    min-height: 131.8101933216%;
  }
}
.p-summary__img--item {
  position: absolute;
  width: 100%;
  height: 1500px;
  top: 0;
  left: 0;
}
.p-summary__img--item img {
  object-fit: cover;
  width: 90%;
  margin: 0 auto;
}
.p-summary__text {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 1200px) {
  .p-summary__text {
    font-size: 1.5rem;
  }
}
.p-graph {
  background-color: #313131;
  position: relative;
  padding: 0;
  padding-top: 4.5rem;
}
.p-graph:last-child {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .p-graph:last-child {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 992px) {
  .p-graph {
    padding-top: 7.5rem;
  }
}
.p-graph .animateChart--pc {
  display: none;
}
.p-graph .animateChart--mb {
  display: block;
}
@media (min-width: 992px) {
  .p-graph .animateChart--pc {
    display: block;
    margin: 0 auto;
  }
  .p-graph .animateChart--pc.graph1 {
    max-width: 652px;
  }
  .p-graph .animateChart--pc.graph2 {
    max-width: 349px;
  }
  .p-graph .animateChart--pc.graph3 {
    max-width: 642px;
  }
  .p-graph .animateChart--pc.graph4 {
    max-width: 470px;
  }
  .p-graph .animateChart--pc.graph5 {
    max-width: 783px;
  }
  .p-graph .animateChart--pc.graph6 {
    max-width: 802px;
  }
  .p-graph .animateChart--mb {
    display: none;
  }
}
.p-graph .animateChart .animateChart__item {
  left: 0;
  top: 0;
  width: 100%;
}
.p-graph .animateChart .animateChart__item:nth-child(1) {
  position: relative;
  z-index: 1;
}
.p-graph .animateChart .animateChart__item:nth-child(2) {
  position: absolute;
  z-index: 2;
}
.p-graph .animateChart .animateChart__item:nth-child(3) {
  position: absolute;
  z-index: 3;
}
.p-graph .animateChart .animateChart__item:nth-child(4) {
  position: absolute;
  z-index: 4;
}
.p-graph__title h2 div {
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}
.p-graph__title h2 span {
  color: #006ac9;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-graph__title h2 br {
    display: none;
  }
  .p-graph__title h2 div {
    font-size: 2.625rem;
  }
}
.p-graph__title .saying {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.p-graph__title .saying:before, .p-graph__title .saying:after {
  content: "";
  width: 0.5625rem;
  height: 3.625rem;
  border: 0.1875rem solid rgba(0, 106, 201, 0.4);
}
.p-graph__title .saying:before {
  border-right: none;
  margin-right: 1.875rem;
}
.p-graph__title .saying:after {
  border-left: none;
  margin-left: 1.875rem;
}
.p-graph__title .saying__content {
  font-weight: 500;
  color: #40a3ff;
  font-size: 1.125rem;
  line-height: 1.6;
}
.p-graph__title .saying__person {
  font-weight: 400;
  color: #fff;
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .p-graph__title .saying {
    max-width: 39.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-graph__title .saying br {
    display: none;
  }
  .p-graph__title .saying:before {
    width: 0.6875rem;
    margin-right: 0.625rem;
  }
  .p-graph__title .saying:after {
    width: 0.6875rem;
    margin-left: 0.625rem;
  }
  .p-graph__title .saying__content {
    font-size: 1.375rem;
  }
  .p-graph__title .saying__person {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}
@media (min-width: 992px) {
  .p-graph__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem !important;
  }
}
@media (min-width: 768px) {
  .p-graph__content .flexRevert {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .p-graph__content .flexRevert .paragraph {
    flex: 0 0 50%;
  }
}
.p-graph__content .chart {
  margin: 2rem auto;
}
.p-graph__content .paragraph {
  color: #fff;
}
.p-graph__content .paragraph p {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.p-graph__content .paragraph p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .p-graph__content .paragraph p {
    font-size: 1.25rem;
  }
}
.p-articleList {
  padding-top: 4rem;
  padding-bottom: 3.375rem;
}
@media (min-width: 1200px) {
  .p-articleList {
    padding-top: 5.625rem;
    padding-bottom: 7.9375rem;
  }
}
.p-articleList__title {
  position: relative;
  color: #2d2d2d;
}
.p-articleList__title .p__h2 {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}
.p-articleList__title .p__h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0;
}
.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 {
  text-decoration: none;
  color: #2d2d2d;
  margin-bottom: 1rem;
}
.p-articleList .stories__link:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-articleList .stories__link {
    margin-bottom: 2.625rem;
  }
  .p-articleList .stories__link:nth-last-child(3), .p-articleList .stories__link:nth-last-child(2), .p-articleList .stories__link:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.p-articleList .stories__link:hover .stories__cover {
  background-color: rgba(0, 106, 201, 0.5);
}
.p-articleList .stories__box {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 15.8125rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
}
.p-articleList .stories__cover {
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  transition-duration: 0.8s;
  border-radius: 2rem;
}
.p-articleList .stories__txt {
  text-align: center;
  margin-top: -1.375rem;
}
.p-articleList .stories__txt h4 {
  font-size: 1rem !important;
  line-height: 1.5;
}
.p-articleList .stories__txt h4 span {
  display: block;
  background: none;
  margin: 0;
  font-size: 16px;
  padding: 0;
  color: #006ac9;
}
.p-articleList .stories__txt span {
  margin-bottom: 0.625rem;
  font-weight: 500;
  padding: 4px 8px;
  background-color: #006ac9;
  display: inline-block;
  font-size: 1.125rem;
}
.p-articleList .stories__txt span.tag-typeA {
  background-color: #0bd588;
  color: #2d2d2d;
}
.p-articleList .stories__txt span.tag-typeB {
  background-color: #1071cb;
  color: #fff;
}
.p-articleList .stories__txt span.tag-typeC {
  background-color: #bc5c69;
  color: #fff;
}
.p-report {
  background-color: #006ac9;
  position: relative;
  background-image: url(../images/bg-section.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.p-report::before {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-grid.svg);
  background-size: cover;
}
.p-report__title {
  text-align: center;
  padding: 2rem 0;
  position: relative;
}
.p-report__title h2 {
  font-weight: 700;
}
.p-report__title p {
  font-weight: 500;
}
.p-report__title span {
  background-color: #000;
  display: inline-block;
  font-weight: 500;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-report__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7.5rem;
  line-height: 1;
  color: #fff;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .p-report__title::before {
    font-size: 10rem;
  }
}
.p-report__myth {
  position: relative; /* 作為絕對定位的基準 */
  /* 給予一個足夠長的滾動高度，這個值決定了動畫播放的滾動距離 */
  /* vh (viewport height) 是個好單位，例如 300vh 代表 3 倍螢幕高度的滾動距離 */
  height: 500vh;
}
.p-report__myth__news {
  position: relative; /* 作為 .item 絕對定位的基準 */
  width: 460px; /* 假設寬度 */
  height: 50vh; /* 假設高度 */
  max-width: 100%;
  margin-top: 2rem; /* 跟標題拉開距離 */
}
.p-report__myth__news .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 預設為透明，等待 JS 控制 */
  opacity: 0;
  /* 背景圖片定位 */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
.p-report__myth__news .item img {
  width: 100%;
  object-fit: contain;
}
.p-report__myth__news .item:nth-child(1) {
  top: 0rem;
  left: 0rem;
  background-image: url(../images/dialog/news1.png);
}
.p-report__myth__news .item:nth-child(2) {
  top: 1.2rem;
  left: 0rem;
  background-image: url(../images/dialog/news2.png);
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-report__myth__news .item:nth-child(2) {
    top: 10%;
    left: -20%;
  }
}
@media (min-width: 1200px) {
  .p-report__myth__news .item:nth-child(2) {
    top: 10%;
    left: -20%;
  }
}
.p-report__myth__news .item:nth-child(3) {
  top: 2.4rem;
  left: 0rem;
  background-image: url(../images/dialog/news3.png);
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-report__myth__news .item:nth-child(3) {
    top: 20%;
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .p-report__myth__news .item:nth-child(3) {
    top: 18%;
    left: auto;
    right: -20%;
  }
}
.p-report__myth__news .item:nth-child(4) {
  top: 3.6rem;
  left: 0rem;
  background-image: url(../images/dialog/news4.png);
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-report__myth__news .item:nth-child(4) {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .p-report__myth__news .item:nth-child(4) {
    top: 26%;
    left: -40%;
  }
}
.p-report__myth__news .item:nth-child(5) {
  top: 4.8rem;
  left: 0rem;
  background-image: url(../images/dialog/news5.png);
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-report__myth__news .item:nth-child(5) {
    top: 50%;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  .p-report__myth__news .item:nth-child(5) {
    top: 34%;
  }
}
.p-report__myth__sticky-content {
  position: sticky;
  top: 0;
  height: 100vh; /* 佔滿整個螢幕高度 */
  width: 100%;
  overflow: hidden; /* 確保內容不會溢出 */
  display: flex; /* 使用 flex 讓內容垂直置中 (可選) */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-report__myth .p-report__title {
  color: #fff;
  /* 確保標題在最上層 */
  position: relative;
  z-index: 10;
}
.p-report__myth .p-report__title::before {
  content: "MYTH";
  opacity: 0.2;
}
.p-report__fact {
  background-color: #e6df0e;
  color: #000;
  padding: 2rem;
  margin: 1rem 0;
  margin-top: 2rem;
}
.p-report__fact .p-report__title::before {
  content: "FACT";
  opacity: 0.5;
}
.p-report__fact__item {
  margin-bottom: 1rem;
}
.p-report__fact__item .content {
  gap: 1rem;
}
.p-report__fact__item .content h3 {
  color: #006ac9;
}
.p-report__fact__item .content h3 span {
  font-size: 1rem;
  font-weight: 500;
}
.p-report__fact__item .content p {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
}
.p-report__fact__item .content .imgWrap {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 4.5rem;
}
.p-report__fact__item .content .imgWrap img {
  object-fit: cover;
}
.p-report__fact__item .content .icon {
  flex: 0 0 60px;
}
.p-case {
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.p-case.coop .p-case__contentWrapper {
  justify-content: end;
}
.p-case.coop .p-case__content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 3rem;
  text-align: center;
  color: #e6df0e;
  margin-top: 2rem;
}
.p-case.coop .p-case__text {
  padding-top: 0;
  padding-bottom: 1.25rem;
}
.p-case.coop .p-case__text__sub {
  border: none;
  padding: 0.25rem;
}
.p-case.coop .p-case__text h4 {
  color: #fff;
}
.p-case.coop .p-case__text p {
  text-align: justify;
  color: #fff;
}
.p-case.coop .p-case__link {
  margin: 0 auto;
  background-color: #e6df0e;
  color: #2d2d2d;
}
.p-case.coop .p-case__link:hover span {
  color: #2d2d2d;
}
.p-case picture {
  display: block;
}
.p-case__contentWrapper {
  justify-content: center;
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-case__contentWrapper {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-aspect-ratio: 16/10) {
  .p-case__contentWrapper {
    padding: 0 60px;
  }
}
@media (min-width: 1200px) {
  .p-case__contentWrapper {
    justify-content: space-between;
    align-items: center;
  }
}
.p-case__content {
  text-align: center;
}
@media (min-width: 1200px) {
  .p-case__content {
    text-align: left;
  }
}
.p-case__text {
  max-width: 20rem;
  padding: 3.75rem 0;
  /* 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*/
}
.p-case__text h2 {
  font-size: 2.5rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .p-case__text h2 {
    font-size: 3.75rem;
  }
}
.p-case__text h3 {
  font-weight: 700;
}
.p-case__text h3 .highlight {
  display: inline-block;
  background-color: #fff;
  font-weight: 700;
  margin-left: -4px;
}
.p-case__text__sub {
  font-weight: 500;
  padding: 0.5rem;
  border: 1.2px solid #000;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-case__text {
    padding-top: 7.5rem;
    padding-bottom: 1.25rem;
  }
}
.p-case__img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
  height: 100vh;
}
.p-case__quote {
  width: 26.25rem;
  /* 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 (max-width: 768px) {
  .p-case__quote {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 2rem;
  }
  .p-case__quote img {
    width: 90%;
  }
}
.p-case__quote img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-case__quote {
    padding-bottom: 3.75rem;
  }
}
.p-case__link {
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  color: #fff;
  background-color: #000;
  border-radius: 7.5rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 0.81, 0.48, 1.01);
}
.p-case__link.pc {
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  /* 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 (max-width: 768px) {
  .p-case__link.pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-case__link.pc {
    margin: 0 auto;
  }
}
.p-case__link.mob {
  display: none;
  margin: 0 auto;
  width: 5.625rem;
  height: 5.625rem;
}
@media (max-width: 768px) {
  .p-case__link.mob {
    display: block;
  }
}
.p-case__link.mob .iconWrap {
  margin-bottom: 0;
}
.p-case__link.mob span {
  font-size: 0.875rem;
}
.p-case__link .iconWrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 16px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.p-case__link .iconWrap .p-case__link--icon {
  position: absolute;
  width: 100%;
  height: 16px;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0, 0.81, 0.48, 1.01);
}
.p-case__link .iconWrap .p-case__link--icon:last-child {
  left: -100%;
}
.p-case__link span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.p-case__link:hover .p-case__link--icon {
  transform: translateX(100%);
}
.p-case__link:hover span {
  color: #fff;
}
.p-keypoint {
  height: auto;
  position: relative;
}
@media (min-width: 1024px) and (min-aspect-ratio: 16/10) {
  .p-keypoint {
    height: auto;
  }
}
@media (min-width: 1440px) {
  .p-keypoint {
    height: 100vh;
  }
}
.p-keypoint__text--num {
  font-size: 7.5rem;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #006ac9;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
}
.p-keypoint__text--num span {
  font-size: 4.5rem;
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-keypoint__text--num {
    font-size: 12.5rem;
  }
  .p-keypoint__text--num span {
    font-size: 4.5rem;
  }
}
.p-keypoint__chart {
  position: relative;
  height: 40rem;
}
.p-keypoint__chart--item {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-keypoint__chart--item img {
  object-fit: cover;
  width: 75%;
  margin: 0 auto;
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .p-keypoint__chart--item img {
    width: 70%;
  }
}
.p-keypoint__chart--item:nth-child(1) {
  z-index: 2;
}
.p-keypoint__chart.chart3 .p-keypoint__chart--item:nth-child(2), .p-keypoint__chart.chart3 .p-keypoint__chart--item:nth-child(3) {
  z-index: 3;
}
.p-keypoint p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  text-align: justify;
}
@media (min-width: 1200px) {
  .p-keypoint p {
    font-size: 1.125rem;
  }
}

/*----- KV -----*/
.l-hero {
  padding: 0;
  position: relative;
  background-color: transparent;
}
.l-hero:before {
  content: "";
  display: block;
  min-height: 100dvh;
  padding-top: 231.4666666667%;
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero:before {
    padding-top: 161.8705035971%;
  }
}
@media (min-width: 1200px) {
  .l-hero:before {
    padding-top: 69.3229166667%;
  }
}
.l-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-image: url("../images/opening/kv_bg_mb.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* 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 only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero::after {
    background-image: url("../images/opening/kv_bg_tab.jpg");
  }
}
@media (min-width: 1200px) {
  .l-hero::after {
    background-image: url("../images/opening/kv_bg_pc_lg.jpg");
  }
}
.l-hero__title {
  max-width: 32.5rem;
  width: 280px;
  position: absolute;
  top: 0;
  height: 100dvh;
  z-index: 2;
  display: flex;
  align-items: baseline;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .l-hero__title {
    width: 540px;
    left: 10%;
    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 .opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-hero .opening__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* 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-hero .opening__layer--1 {
  z-index: 2;
  background-image: url("../images/opening/mb/layer_1.svg");
}
.l-hero .opening__layer--2 {
  z-index: 3;
  background-image: url("../images/opening/mb/layer_2.svg");
}
.l-hero .opening__layer--3 {
  z-index: 4;
  background-image: url("../images/opening/mb/layer_3.svg");
}
.l-hero .opening__layer--4 {
  z-index: 1;
  background-image: url("../images/opening/mb/layer_4.svg");
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .l-hero .opening__layer--1 {
    background-image: url("../images/opening/tablet/layer_1.svg");
  }
  .l-hero .opening__layer--2 {
    background-image: url("../images/opening/tablet/layer_2.svg");
  }
  .l-hero .opening__layer--3 {
    background-image: url("../images/opening/tablet/layer_3.svg");
  }
  .l-hero .opening__layer--4 {
    background-image: url("../images/opening/tablet/layer_4.svg");
  }
}
@media (min-width: 1200px) {
  .l-hero .opening__layer--1 {
    background-image: url("../images/opening/pc/layer_1.svg");
  }
  .l-hero .opening__layer--2 {
    background-image: url("../images/opening/pc/layer_2.svg");
  }
  .l-hero .opening__layer--3 {
    background-image: url("../images/opening/pc/layer_3.svg");
  }
  .l-hero .opening__layer--4 {
    background-image: url("../images/opening/pc/layer_4.svg");
  }
}

/*---------- color ----------*/
.color--white {
  color: #fff !important;
}
.color--black {
  color: #000 !important;
}
.color--main {
  color: #006ac9 !important;
}
.color--info {
  color: #f07aaa !important;
}
.color--secondary {
  color: #e6df0e !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: #006ac9 !important;
}
.bg--secondary {
  background-color: #e6df0e !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: #006ac9;
}

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

.icon {
  display: inline-block;
}
.icon__social {
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0px;
  margin: 0 10px;
  -moz-transition: 0pxall 0.3s ease;
  -o-transition: 0pxall 0.3s ease;
  -webkit-transition: 0pxall 0.3s ease;
  transition: 0pxall 0.3s ease;
}
.icon__social:hover {
  opacity: 0.5;
}
.icon__fb {
  background-image: url("assets/images/nav-fb.png");
}
.icon__line {
  background-image: url("assets/images/nav-line.png");
}

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

.title {
  margin-bottom: 5rem;
  margin-top: 2rem;
}
.title h2 {
  font-weight: bold;
}
.title .imagewrap {
  width: 80px;
}
@media (max-width: 565px) {
  .title {
    margin-bottom: 3rem;
  }
}

.gap {
  padding: 8rem 0;
}
@media (max-width: 565px) {
  .gap {
    padding: 3.6rem 0;
  }
}

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

.video-block {
  height: auto;
  overflow: auto;
}

.br_pc {
  display: block;
}

.br_mo {
  display: none !important;
}

/*------- media query -------*/
@media only screen and (max-width: 991px) {
  .section__video {
    background-color: #fff;
  }
  .timeline .imageWrap {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .chBtn:hover:before {
    width: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .l-articleList__content a img {
    margin-bottom: 1rem;
  }
  .link--underline {
    display: block;
    max-width: 92px;
  }
  .br_pc {
    display: none;
  }
  .br_mo {
    display: block;
  }
  td {
    font-size: 1.2em;
  }
  .owl__nav {
    top: 40%;
  }
  .owl__nav--prev, .owl__nav--next {
    width: 30px;
    height: 30px;
  }
  .owl__nav--prev {
    left: -42px;
  }
  .owl__nav--next {
    right: -42px;
  }
  .soundBtn {
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
  }
  .soundBtn--control {
    font-size: 36px;
    top: 12px;
  }
  .soundBtn .freq {
    width: 180px;
    height: 180px;
  }
  .video-block {
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 414px) {
  .freq {
    width: 230px !important;
    height: 230px !important;
  }
}
@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(1rem);
  }
  100% {
    transform: translateY(0rem);
  }
}/*# sourceMappingURL=main.css.map */