@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
/* ==========
  #CONFIG
  ========== */
/* ==========
  #FONT-SIZE
  ========== */
:root {
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  --font-serif: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  --font-open-sans: "Open Sans", sans-serif;
  --font-forma: forma-djr-text, sans-serif; }

html {
  font-size: 0.833333vw; }
  @media screen and (max-width: 1440px) {
    html {
      font-size: 16px; } }

body {
  line-height: 1.75;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  color: #222222;
  font-family: "Noto Sans TC", "Source Han Sans TW", sans-serif;
  font-weight: 400; }

code,
kbd,
samp {
  font-family: var(--font-mono); }

b,
strong {
  font-weight: bolder; }

*,
::before,
::after {
  box-sizing: border-box; }

* {
  text-rendering: geometricPrecision;
  border: 0 solid; }

body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
button,
optgroup,
select,
textarea,
pre {
  margin: 0; }

td,
legend,
textarea,
input,
fieldset {
  padding: 0; }

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; }

hr {
  height: 0;
  color: inherit; }

small {
  font-size: 80%; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: inherit;
  text-decoration: none; }

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

table {
  text-indent: 0;
  border-color: inherit; }

button,
select {
  text-transform: none; }

a,
[type="button"],
[role="button"],
button {
  cursor: pointer; }

::-moz-focus-inner {
  border-style: none;
  padding: 0; }

:-moz-ui-invalid {
  box-shadow: none; }

progress {
  vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

progress {
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.25;
  color: #222;
  font-weight: 500;
  font-family: "Noto Sans TC", "Source Han Sans TW", sans-serif; }

img,
video {
  max-width: 100%;
  height: auto; }

.Albert-Sans,
.albert-sans {
  font-family: "Inter", sans-serif; }

.default-font-en {
  font-family: "Inter", sans-serif; }

.img-full svg {
  width: 100%;
  height: auto; }

.wrapH100 {
  height: 100vh;
  /*給 Safari 以外的瀏覽器讀取*/
  height: calc(var(--vh, 1vh) * 100); }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }
  select::-ms-expand {
    display: none; }

input.error,
select.error,
textarea.error {
  border-color: #028BD0; }

label.error {
  position: absolute;
  right: 0;
  top: -15px;
  color: #ffffff !important;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.1;
  background-color: #028BD0;
  padding: 5px;
  border-radius: 5px;
  z-index: 1; }
  label.error:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #028BD0 transparent transparent transparent;
    z-index: 0; }

label.quezerror {
  color: #028BD0;
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    label.quezerror {
      position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 0; } }

@keyframes rotate {
  to {
    transform: rotate(360deg); } }

/* ==========
    #PLUGIN
    ========== */
[data-aos][data-aos][data-aos-duration='250'],
body[data-aos-duration='250'] [data-aos] {
  transition-duration: 0.25s; }

[data-aos][data-aos][data-aos-delay='250'],
body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='250'].aos-animate,
body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: 0.25s; }

[data-aos][data-aos][data-aos-duration='500'],
body[data-aos-duration='500'] [data-aos] {
  transition-duration: 0.5s; }

[data-aos][data-aos][data-aos-delay='500'],
body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='500'].aos-animate,
body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: 0.5s; }

[data-aos][data-aos][data-aos-duration='750'],
body[data-aos-duration='750'] [data-aos] {
  transition-duration: 0.75s; }

[data-aos][data-aos][data-aos-delay='750'],
body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='750'].aos-animate,
body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: 0.75s; }

[data-aos][data-aos][data-aos-duration='1000'],
body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay='1000'],
body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='1000'].aos-animate,
body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration='1250'],
body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay='1250'],
body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay='1250'].aos-animate,
body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-easing='ease'],
body[data-aos-easing='ease'] [data-aos] {
  transition-timing-function: ease; }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
      transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
      transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

@media screen {
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform; }
  html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none; }
  html:not(.no-js) [data-aos='fade-up'] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos="fade-down"] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos="fade-right"] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos="fade-left"] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos="zoom-in"] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
        transform: scale(0.6); }
  html:not(.no-js) [data-aos^='chart'][data-aos^='chart'].aos-animate {
    -ms-transform: scaleX(1);
        transform: scaleX(1); }
  html:not(.no-js) [data-aos='chart'] {
    -ms-transform-origin: left;
        transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0); } }

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-button-lock {
  display: none; }

.swiper-pagination-lock {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========
    #Base
    ========== */
h1 {
  font-size: 1.5rem; }
  @media (min-width: 48em) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.375rem; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2rem; } }
  @media (min-width: 100em) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 48em) {
    h3 {
      font-size: 1.75rem; } }
  @media (min-width: 100em) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.125rem; }
  @media (min-width: 48em) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.125rem; }
  @media (min-width: 48em) {
    h5 {
      font-size: 1.25rem; } }

h6 {
  font-size: 16px; }
  @media (min-width: 48em) {
    h6 {
      font-size: 1.125rem; } }

.fs-en {
  font-family: "Inter", sans-serif; }

.fs-des {
  font-family: "Inter", sans-serif; }

/* ==========
  #FORM
  ========== */
.c-form {
  position: relative; }

.c-form__label {
  display: block; }

.c-form__control {
  display: block;
  width: 100%;
  background: #ffffff;
  border: 1px solid #D2D2D2;
  padding: 0.9rem 2.25rem 0.9rem 1.25rem;
  transition: border-color 0.2s ease;
  color: #222222;
  line-height: 1.2;
  height: 60px;
  position: relative; }
  .c-form__control:focus {
    border-color: #028BD0; }

.arrow:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  z-index: 1; }

.c-form__textarea {
  background: #ffffff;
  border: 1px solid #6FC193;
  padding: 0.9rem 1.25rem;
  transition: border-color 0.2s ease;
  display: block;
  width: 100%;
  min-height: 200px; }

.c-form__select {
  position: relative; }
  .c-form__select:after {
    content: "";
    position: absolute;
    top: 26px;
    right: 1.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    z-index: -1; }

.c-form__radio input[type="radio"],
.c-form__radio input[type="checkbox"],
.c-form__checkbox input[type="radio"],
.c-form__checkbox input[type="checkbox"] {
  display: none; }
  .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-circle,
  .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box,
  .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-circle,
  .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box,
  .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-circle,
  .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box,
  .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-circle,
  .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box {
    background-color: #028BD0;
    color: #ffffff; }
    .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-circle:after,
    .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box:after,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-circle:after,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box:after,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-circle:after,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box:after,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-circle:after,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box:after {
      -ms-transform: scale(1);
          transform: scale(1); }
  .c-form__radio input[type="radio"]:checked ~ .c-form__radio-circle,
  .c-form__radio input[type="checkbox"]:checked ~ .c-form__radio-circle,
  .c-form__checkbox input[type="radio"]:checked ~ .c-form__radio-circle,
  .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__radio-circle {
    border-radius: 0.3125rem;
    background: #ffffff; }
    .c-form__radio input[type="radio"]:checked ~ .c-form__radio-circle:after,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__radio-circle:after,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__radio-circle:after,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__radio-circle:after {
      -ms-transform: scale(1);
          transform: scale(1); }
  .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box,
  .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box,
  .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box,
  .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box {
    background: #6FC193; }
    .c-form__radio input[type="radio"]:checked ~ .c-form__checkbox-box:after,
    .c-form__radio input[type="checkbox"]:checked ~ .c-form__checkbox-box:after,
    .c-form__checkbox input[type="radio"]:checked ~ .c-form__checkbox-box:after,
    .c-form__checkbox input[type="checkbox"]:checked ~ .c-form__checkbox-box:after {
      -ms-transform: scale(1);
          transform: scale(1); }

.c-form__checkbox-circle {
  position: relative;
  display: block; }

.c-form__radio-circle:after {
  border-radius: 50%; }

.c-form__radio-circle,
.c-form__checkbox-box {
  position: relative;
  display: block;
  -ms-flex: 0 0 18px;
      flex: 0 0 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 0 0.625rem 0 0; }
  .c-form__radio-circle:after,
  .c-form__checkbox-box:after {
    content: "";
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: transform 0.3s ease; }

.c-form__radio-text,
.c-form__checkbox-text {
  margin: -0.1875rem 0 0;
  font-size: 0.875rem; }
  @media (min-width: 80em) {
    .c-form__radio-text,
    .c-form__checkbox-text {
      font-size: 16px;
      line-height: 1.5; } }

.c-form__radio-circle,
.c-form__checkbox-circle,
.c-form__checkbox-box {
  position: relative;
  display: block;
  -ms-flex: 0 0 18px;
      flex: 0 0 18px;
  border: 1px solid #0766B1;
  border-radius: 0.3125rem;
  color: #028BD0;
  background: #ffffff;
  transition: background-color 0.1s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .c-form__radio-circle:after,
  .c-form__checkbox-circle:after,
  .c-form__checkbox-box:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
    background: #0766B1;
    border-radius: 0.1875rem;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: transform 0.3s ease; }

.c-form__radio-text,
.c-form__checkbox-text {
  color: #222;
  font-size: 16px; }

.notice {
  background-color: #6FC193;
  font-size: 0.8125rem;
  color: #ffffff;
  padding: 0.125rem 0.3125rem;
  position: relative;
  position: absolute;
  left: -1px;
  top: -15px; }
  .notice:before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6FC193; }

/* ==========
  #TOP
  ========== */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-sidemail-outer {
  position: fixed;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  margin-top: 37px;
  transition: 0.5s;
  z-index: 2;
  width: 60px;
  height: 60px; }
  @media (min-width: 48em) {
    .c-sidemail-outer {
      width: 80px;
      height: 80px; } }
  .c-sidemail-outer.is-active {
    background-color: #fff;
    box-shadow: -2px -2px 5px rgba(50, 50, 93, 0.2);
    overflow: hidden;
    transition: 0.5s;
    width: initial;
    height: inherit; }

.c-sidemail {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #222;
  position: absolute; }
  .c-sidemail:hover .i-mail svg path {
    stroke: #028BD0; }
  @media (min-width: 48em) {
    .c-sidemail {
      width: 80px;
      height: 80px; } }
  .c-sidemail.show {
    background-color: #ffffff;
    position: relative; }
    .c-sidemail.show .i-close {
      visibility: visible;
      width: 24px;
      height: 24px;
      transition: 0.5s;
      -ms-transform: rotate(0);
          transform: rotate(0); }
      .c-sidemail.show .i-close:hover {
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        transition: 0.5s; }
    .c-sidemail.show .i-mail {
      visibility: hidden;
      height: 0;
      width: 0; }
  .c-sidemail .i-close {
    visibility: hidden;
    height: 0;
    width: 0; }
  .c-sidemail .i-mail {
    visibility: visible;
    width: 24px;
    height: 24px; }

.c-sidemail-content {
  visibility: hidden;
  -ms-transform: translateX(200%);
      transform: translateX(200%);
  transition: 0.5s;
  opacity: 0; }
  .c-sidemail-content.is-active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
        transform: translateX(0);
    display: -ms-flexbox;
    display: flex;
    transition: 0.5s ease-in; }

/* ==========
  #COOKIE
  ========== */
.c-cookie {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 2rem 0;
  z-index: 1000; }
  @media (min-width: 48em) {
    .c-cookie {
      padding: 2.5rem 0; } }

@media (min-width: 48em) {
  .c-cookie__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start; } }

.c-cookie__main p {
  line-height: 1.5;
  margin: 0 0 1rem; }
  @media (min-width: 48em) {
    .c-cookie__main p {
      margin: 0 2.5rem 0 0; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========
  #MODAL
  ========== */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  z-index: 1000; }
  .c-modal::-webkit-scrollbar {
    display: none; }

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }

.c-modal__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 960px;
  min-height: calc(100vh - (1.5rem * 2));
  padding: 0 1.875rem;
  margin: 2rem auto; }
  .c-modal__main:before {
    display: block;
    height: calc(100vh - (2rem * 2));
    content: ""; }

.c-modal__content {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 2rem 1.875rem 2.5rem;
  border-radius: 0.625rem; }

.c-modal__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  transition: transform 0.3s ease;
  background-color: #028BD0; }
  @media (min-width: 62em) {
    .c-modal__btn {
      width: 5rem;
      height: 5rem; } }
  .c-modal__btn:before, .c-modal__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9375rem;
    height: 0.1875rem;
    background: #ffffff;
    transition: background-color 0.3s ease; }
    @media (min-width: 48em) {
      .c-modal__btn:before, .c-modal__btn:after {
        width: 2.0625rem; } }
  .c-modal__btn:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .c-modal__btn:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-modal__btn:hover {
      background: #ffffff; }
      .c-modal__btn:hover:before, .c-modal__btn:hover:after {
        background: #028BD0; } }

/* ==========
  #BUTTON
  ========== */
.c-btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
  padding: 0.625rem 1.25rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
  color: #028BD0;
  transition: 0.2s;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 40px; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn:hover {
      transition: 0.2s; }
      .c-btn:hover:before {
        transition: 0.2s; } }

.c-btn--default {
  color: #028BD0;
  vertical-align: middle;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
  border: 1px solid #028BD0; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--default:hover {
      background-color: #028BD0;
      transition: 0.2s;
      color: #ffffff; } }

.c-btn--primary.c-btn--default {
  color: #ffffff;
  background: #028BD0; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--primary.c-btn--default:hover {
      background: #027ab7; } }

.c-btn--w-line {
  color: #ffffff;
  border: 2px solid #ffffff; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-btn--w-line:hover {
      color: #028BD0;
      border: 2px solid #028BD0; } }

/* ==========
  #BANNER
  ========== */
.c-banner {
  position: relative; }

@-webkit-keyframes line-down {
  0% {
    height: 0; }
  100% {
    height: 280px; } }

@keyframes line-down {
  0% {
    height: 0; }
  100% {
    height: 280px; } }

.c-banner__media {
  position: relative; }

.c-banner__content {
  padding: 0 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%; }
  @media (min-width: 80em) {
    .c-banner__content {
      max-width: 75%;
      padding: 0;
      top: unset;
      bottom: 8rem;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .c-banner__content p.entext {
    color: #028BD0;
    font-size: 1.25rem;
    line-height: 1.25; }
    @media (min-width: 80em) {
      .c-banner__content p.entext {
        font-size: 2.25rem;
        max-width: 28rem; } }
  .c-banner__content h1 {
    font-size: 2rem;
    line-height: 1.2; }
    @media (min-width: 62em) {
      .c-banner__content h1 {
        font-size: 2.625rem;
        max-width: 28rem; } }

/* ==========
  #BREADCRUMB
  ========== */
.c-breadcrumb {
  position: relative;
  line-height: 1.5;
  z-index: 3; }
  .c-breadcrumb ul {
    padding: 0.625rem 0;
    margin: 0; }
  .c-breadcrumb li {
    font-size: 1rem; }

.c-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0;
  list-style: none; }
  .c-breadcrumb__list li:first-child {
    cursor: pointer; }
    .c-breadcrumb__list li:first-child .c-breadcrumb__link {
      padding-left: 0; }
      .c-breadcrumb__list li:first-child .c-breadcrumb__link:after {
        display: none; }

.c-breadcrumb__item a {
  color: #888888;
  transition: 0.2s; }
  .c-breadcrumb__item a:hover {
    color: #028BD0;
    transition: 0.2s; }

.c-breadcrumb__item .c-breadcrumb__link:after,
.c-breadcrumb__item .c-breadcrumb__text:after {
  content: "•";
  position: absolute;
  top: 0;
  left: -6px;
  width: 0.3125rem;
  height: 0.625rem;
  color: #DEDEDE; }

.c-breadcrumb__item:last-child a {
  color: #333333; }

.c-breadcrumb__item:last-child .c-breadcrumb__link {
  cursor: default; }

@media (min-width: 48em) {
  .c-breadcrumb__item:last-child {
    padding-right: 0; }
    .c-breadcrumb__item:last-child .c-breadcrumb__link {
      padding-right: 0; } }

.c-breadcrumb__link {
  position: relative;
  display: block;
  padding: 0 0.75rem;
  transition: color 0.2s ease; }
  @media (hover: hover), (-ms-high-contrast: none) {
    .c-breadcrumb__link:hover {
      color: #028BD0; } }
  .c-breadcrumb__link img {
    display: block; }

.c-breadcrumb__text {
  position: relative;
  display: block;
  padding: 0 1rem 0 0; }

/* ==========
  #HERO
  ========== */
.c-hero {
  position: relative; }
  .c-hero .slick-list {
    height: 100%; }
  .c-hero .slick-track {
    height: 100%; }

.c-hero__content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 9;
  padding: 1.875rem; }
  @media (min-width: 62em) {
    .c-hero__content {
      width: 90vw;
      padding: 0; } }
  @media (min-width: 100em) {
    .c-hero__content {
      width: 75vw;
      padding: 0;
      margin-top: -3.125rem; } }
  .c-hero__content p {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: transparent; }

.c-hero__content--left {
  text-align: left; }

.c-hero__content--center {
  text-align: center; }

.c-hero__content--right {
  text-align: right; }
  .c-hero__content--right .c-hero__inner {
    text-align: right; }

.c-hero .slick-slide .c-hero__inner {
  width: 100%;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.75s ease;
  transition-delay: 0.6s; }

.c-hero .slick-slide.slick-active .c-hero__inner, .c-hero .slick-slide.slick-current .c-hero__inner {
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1; }

.c-hero__content--white {
  color: #ffffff; }
  .c-hero__content--white h1 {
    color: #ffffff; }
  .c-hero__content--white p {
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent; }

/* ==========
  #PAGINATION
  ========== */
.c-pagination {
  position: relative; }

.c-pagination__main {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-size: 0.875rem; }
  @media (min-width: 48em) {
    .c-pagination__main {
      font-size: 16px; } }

.c-pagination__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color 0.2s ease;
  position: relative;
  transition: 0.5s; }
  .c-pagination__btn:hover.next svg, .c-pagination__btn:hover.prev svg {
    transition: 0.5s; }
  .c-pagination__btn:hover.next svg {
    margin-left: 20px; }
  .c-pagination__btn:hover.prev svg {
    margin-right: 20px; }
  .c-pagination__btn.next, .c-pagination__btn.prev {
    width: 40px;
    height: 40px;
    cursor: pointer; }
    @media (min-width: 90em) {
      .c-pagination__btn.next, .c-pagination__btn.prev {
        width: 60px;
        height: 60px; } }
    .c-pagination__btn.next img, .c-pagination__btn.prev img {
      transition: 0.5s; }
  .c-pagination__btn a {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (min-width: 90em) {
      .c-pagination__btn a {
        width: 60px;
        height: 60px; } }
  @media (min-width: 90em) {
    .c-pagination__btn {
      width: 60px;
      height: 60px; } }

.c-pagination__pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .c-pagination__pages a {
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #222;
    border: 1px solid #E8E8E8;
    margin: 0 5px;
    transition: 0.2s;
    background-color: #F9F9F9; }
    @media (min-width: 90em) {
      .c-pagination__pages a {
        width: 60px;
        height: 60px; } }
    @media (hover: hover), (-ms-high-contrast: none) {
      .c-pagination__pages a:hover {
        color: #ffffff;
        background-color: #666;
        border: 1px solid transparent;
        transition: 0.2s; } }
    .c-pagination__pages a.is-active {
      color: #ffffff;
      background-color: #666;
      border: 1px solid transparent;
      transition: 0.2s; }

.c-table-responsive {
  overflow-x: auto !important; }

.edit-wrap table td {
  min-width: 12.5rem; }
  @media (min-width: 80em) {
    .edit-wrap table td {
      min-width: unset; } }

.edit-wrap a {
  color: #028BD0;
  text-decoration: underline; }
  .edit-wrap a:hover {
    text-decoration: none;
    transition: 0.2s; }

@media (min-width: 100em) {
  .edit-wrap p {
    line-height: 2.25; } }

table {
  border-collapse: collapse; }
  table.table-average {
    table-layout: auto; }
  @media (min-width: 80em) {
    table {
      table-layout: fixed; } }
  table tr:first-child {
    background-color: #0766B1;
    font-size: 1rem;
    font-weight: 500; }
    table tr:first-child td {
      color: #ffffff; }
    table tr:first-child td:first-child {
      border-top-left-radius: 0.625rem; }
    table tr:first-child td:last-child {
      border-top-right-radius: 0.625rem; }
    table tr:first-child td {
      vertical-align: middle; }
  table tr:nth-child(odd):not(:first-child) {
    background-color: #f5f5f5; }
  table tr:last-child {
    border-bottom: 1px solid #dedede; }
  table tr:hover:not(:first-child) {
    background-color: #f0f0f0;
    transition: 0.5s; }
  table.nohoverEffect tr:hover {
    background-color: unset; }
  table.nohoverEffect tr:first-child:hover {
    background-color: rgba(240, 240, 240, 0.5); }
  table.noEffect tr:hover {
    background-color: inherit;
    pointer-events: none; }
  table.noEffect tr:first-child {
    background-color: #0766B1; }
    table.noEffect tr:first-child:hover {
      background-color: #0766B1; }
  table.noEffect tr:nth-child(odd):not(:first-child) {
    background-color: #f5f5f5; }
  table td {
    padding: 0.625rem 1.25rem;
    min-width: 160px;
    min-height: 60px;
    line-height: 1.5;
    position: relative; }
    table td:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      z-index: 1;
      display: inline-block; }
    @media (min-width: 80em) {
      table td {
        padding: 1.25rem;
        min-width: unset; } }
  table tbody td {
    text-align: center; }
  table.profiletable tr:first-child {
    background-color: #ffffff; }
    table.profiletable tr:first-child:nth-child(odd) {
      background-color: #f5f5f5;
      font-weight: 500; }
    table.profiletable tr:first-child:nth-child(even) {
      background-color: #ffffff;
      font-weight: 500; }
  table.profiletable td {
    border: 1px solid #dedede;
    color: #222222 !important;
    text-align: left; }
    table.profiletable td:nth-child(odd) {
      background-color: #f5f5f5;
      font-weight: 500; }
    table.profiletable td:nth-child(even) {
      background-color: #ffffff;
      font-weight: 500; }

.table-firstrow-fix td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  overflow: hidden;
  background-color: rgba(240, 240, 240, 0.5);
  z-index: 1; }

.table-average {
  table-layout: fixed; }

.vertical-top td {
  vertical-align: top; }

.chinese-numbers {
  list-style-type: cjk-ideographic;
  /* 中文數字格式 */ }

@keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes heart {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

@keyframes jump {
  0%,
  to {
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    transform: translateY(-25%); }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: translateY(0); } }

@keyframes pulse {
  0% {
    transform: none; }
  50% {
    transform: scale(1.05); }
  to {
    transform: none; } }

@keyframes rotate {
  0% {
    transform: rotate(-1turn); }
  to {
    transform: none; } }

@keyframes shake {
  0% {
    transform: none; }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: none; } }

@keyframes zoom {
  0% {
    transform: scale(0); }
  to {
    transform: none; } }

@keyframes ping {
  75%,
  to {
    opacity: 0;
    transform: scale(2); } }

@keyframes float {
  0% {
    transform: none; }
  50% {
    transform: translateY(-1.25rem); }
  to {
    transform: none; } }

@keyframes floatBig {
  0% {
    transform: none; }
  25% {
    transform: translateY(-1.25rem); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(1.25rem); }
  to {
    transform: none; } }

@keyframes circleAround {
  0% {
    transform: rotate(0deg) translateX(3px) rotate(0deg);
    /* 初始位置 */ }
  100% {
    transform: rotate(360deg) translateX(3px) rotate(-360deg);
    /* 终止位置 */ } }

@keyframes circleAroundBig {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
    /* 初始位置 */ }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg); }
  /* 终止位置 */ }

@keyframes btnhovermaskstart {
  0% {
    transform: translate3d(-110%, 0, 1px); }
  to {
    transform: translateZ(1px); } }

@keyframes btnHoverMaskEnd {
  0% {
    transform: translateZ(1px); }
  to {
    transform: translate3d(110%, 0, 1px); } }

@keyframes btn_hover_mask_end {
  0% {
    transform: translateZ(1px); }
  to {
    transform: translate3d(110%, 0, 1px); } }

@keyframes linkHoverArrow {
  0% {
    transform: translate3d(-150%, 0, 1px); }
  30% {
    transform: translate3d(-150%, 0, 1px); }
  to {
    transform: translateZ(1px); } }

@keyframes bounceScaleDown02 {
  0% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  3.4% {
    transform: matrix(1.137, 0, 0, 1.119, 0, 0); }
  4.7% {
    transform: matrix(1.11, 0, 0, 1.08, 0, 0); }
  6.81% {
    transform: matrix(1.068, 0, 0, 1.021, 0, 0); }
  9.41% {
    transform: matrix(1.023, 0, 0, 0.966, 0, 0); }
  10.21% {
    transform: matrix(1.012, 0, 0, 0.955, 0, 0); }
  13.61% {
    transform: matrix(0.975, 0, 0, 0.934, 0, 0); }
  14.11% {
    transform: matrix(0.972, 0, 0, 0.934, 0, 0); }
  17.52% {
    transform: matrix(0.958, 0, 0, 0.952, 0, 0); }
  18.72% {
    transform: matrix(0.958, 0, 0, 0.963, 0, 0); }
  21.32% {
    transform: matrix(0.961, 0, 0, 0.986, 0, 0); }
  24.32% {
    transform: matrix(0.97, 0, 0, 1.008, 0, 0); }
  25.23% {
    transform: matrix(0.973, 0, 0, 1.012, 0, 0); }
  29.03% {
    transform: matrix(0.987, 0, 0, 1.021, 0, 0); }
  29.93% {
    transform: matrix(0.99, 0, 0, 1.02, 0, 0); }
  35.54% {
    transform: matrix(1.004, 0, 0, 1.008, 0, 0); }
  36.74% {
    transform: matrix(1.006, 0, 0, 1.004, 0, 0); }
  41.04% {
    transform: matrix(1.008, 0, 0, 0.996, 0, 0); }
  44.44% {
    transform: matrix(1.007, 0, 0, 0.994, 0, 0); }
  52.15% {
    transform: matrix(1.002, 0, 0, 0.999, 0, 0); }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.002, 0, 0); }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.002, 0, 0); }
  75.28% {
    transform: matrix(1, 0, 0, 0.999, 0, 0); }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0); }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes bounceScaleDown05 {
  0% {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); }
  3.4% {
    transform: matrix(1.342, 0, 0, 1.297, 0, 0); }
  4.7% {
    transform: matrix(1.275, 0, 0, 1.2, 0, 0); }
  6.81% {
    transform: matrix(1.17, 0, 0, 1.054, 0, 0); }
  9.41% {
    transform: matrix(1.058, 0, 0, 0.916, 0, 0); }
  10.21% {
    transform: matrix(1.029, 0, 0, 0.887, 0, 0); }
  13.61% {
    transform: matrix(0.938, 0, 0, 0.834, 0, 0); }
  14.11% {
    transform: matrix(0.93, 0, 0, 0.835, 0, 0); }
  17.52% {
    transform: matrix(0.896, 0, 0, 0.88, 0, 0); }
  18.72% {
    transform: matrix(0.894, 0, 0, 0.906, 0, 0); }
  21.32% {
    transform: matrix(0.902, 0, 0, 0.965, 0, 0); }
  24.32% {
    transform: matrix(0.925, 0, 0, 1.02, 0, 0); }
  25.23% {
    transform: matrix(0.933, 0, 0, 1.031, 0, 0); }
  29.03% {
    transform: matrix(0.969, 0, 0, 1.052, 0, 0); }
  29.93% {
    transform: matrix(0.976, 0, 0, 1.051, 0, 0); }
  35.54% {
    transform: matrix(1.01, 0, 0, 1.019, 0, 0); }
  36.74% {
    transform: matrix(1.014, 0, 0, 1.011, 0, 0); }
  41.04% {
    transform: matrix(1.02, 0, 0, 0.989, 0, 0); }
  44.44% {
    transform: matrix(1.017, 0, 0, 0.984, 0, 0); }
  52.15% {
    transform: matrix(1.004, 0, 0, 0.997, 0, 0); }
  59.86% {
    transform: matrix(0.997, 0, 0, 1.005, 0, 0); }
  63.26% {
    transform: matrix(0.996, 0, 0, 1.004, 0, 0); }
  75.28% {
    transform: matrix(0.999, 0, 0, 0.998, 0, 0); }
  85.49% {
    transform: matrix(1.001, 0, 0, 1, 0, 0); }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0); }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes bounceScaleUp02 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0); }
  3.4% {
    transform: matrix(1.063, 0, 0, 1.081, 0, 0); }
  4.7% {
    transform: matrix(1.09, 0, 0, 1.12, 0, 0); }
  6.81% {
    transform: matrix(1.132, 0, 0, 1.179, 0, 0); }
  9.41% {
    transform: matrix(1.177, 0, 0, 1.234, 0, 0); }
  10.21% {
    transform: matrix(1.188, 0, 0, 1.245, 0, 0); }
  13.61% {
    transform: matrix(1.225, 0, 0, 1.266, 0, 0); }
  14.11% {
    transform: matrix(1.228, 0, 0, 1.266, 0, 0); }
  17.52% {
    transform: matrix(1.242, 0, 0, 1.248, 0, 0); }
  18.72% {
    transform: matrix(1.242, 0, 0, 1.237, 0, 0); }
  21.32% {
    transform: matrix(1.239, 0, 0, 1.214, 0, 0); }
  24.32% {
    transform: matrix(1.23, 0, 0, 1.192, 0, 0); }
  25.23% {
    transform: matrix(1.227, 0, 0, 1.188, 0, 0); }
  29.03% {
    transform: matrix(1.213, 0, 0, 1.179, 0, 0); }
  29.93% {
    transform: matrix(1.21, 0, 0, 1.18, 0, 0); }
  35.54% {
    transform: matrix(1.196, 0, 0, 1.192, 0, 0); }
  36.74% {
    transform: matrix(1.194, 0, 0, 1.196, 0, 0); }
  41.04% {
    transform: matrix(1.192, 0, 0, 1.204, 0, 0); }
  44.44% {
    transform: matrix(1.193, 0, 0, 1.206, 0, 0); }
  52.15% {
    transform: matrix(1.198, 0, 0, 1.201, 0, 0); }
  59.86% {
    transform: matrix(1.201, 0, 0, 1.198, 0, 0); }
  63.26% {
    transform: matrix(1.201, 0, 0, 1.198, 0, 0); }
  75.28% {
    transform: matrix(1.2, 0, 0, 1.201, 0, 0); }
  85.49% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  90.69% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0); }
  to {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0); } }

@keyframes bounceScaleUp05 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0); }
  3.4% {
    transform: matrix(1.158, 0, 0, 1.203, 0, 0); }
  4.7% {
    transform: matrix(1.225, 0, 0, 1.3, 0, 0); }
  6.81% {
    transform: matrix(1.33, 0, 0, 1.446, 0, 0); }
  9.41% {
    transform: matrix(1.442, 0, 0, 1.584, 0, 0); }
  10.21% {
    transform: matrix(1.471, 0, 0, 1.613, 0, 0); }
  13.61% {
    transform: matrix(1.562, 0, 0, 1.666, 0, 0); }
  14.11% {
    transform: matrix(1.57, 0, 0, 1.665, 0, 0); }
  17.52% {
    transform: matrix(1.604, 0, 0, 1.62, 0, 0); }
  18.72% {
    transform: matrix(1.606, 0, 0, 1.594, 0, 0); }
  21.32% {
    transform: matrix(1.598, 0, 0, 1.535, 0, 0); }
  24.32% {
    transform: matrix(1.575, 0, 0, 1.48, 0, 0); }
  25.23% {
    transform: matrix(1.567, 0, 0, 1.469, 0, 0); }
  29.03% {
    transform: matrix(1.531, 0, 0, 1.448, 0, 0); }
  29.93% {
    transform: matrix(1.524, 0, 0, 1.449, 0, 0); }
  35.54% {
    transform: matrix(1.49, 0, 0, 1.481, 0, 0); }
  36.74% {
    transform: matrix(1.486, 0, 0, 1.489, 0, 0); }
  41.04% {
    transform: matrix(1.48, 0, 0, 1.511, 0, 0); }
  44.44% {
    transform: matrix(1.483, 0, 0, 1.516, 0, 0); }
  52.15% {
    transform: matrix(1.496, 0, 0, 1.503, 0, 0); }
  59.86% {
    transform: matrix(1.503, 0, 0, 1.495, 0, 0); }
  63.26% {
    transform: matrix(1.504, 0, 0, 1.496, 0, 0); }
  75.28% {
    transform: matrix(1.501, 0, 0, 1.502, 0, 0); }
  85.49% {
    transform: matrix(1.499, 0, 0, 1.5, 0, 0); }
  90.69% {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); }
  to {
    transform: matrix(1.5, 0, 0, 1.5, 0, 0); } }

@keyframes naviActiveIcon {
  0% {
    transform: scale(0); }
  3.33333% {
    transform: scale(0.49); }
  6.66667% {
    transform: scale(0.92); }
  10% {
    transform: scale(1.14); }
  13.33333% {
    transform: scale(1.18); }
  16.66667% {
    transform: scale(1.12); }
  20% {
    transform: scale(1.04); }
  23.33333% {
    transform: scale(0.99); }
  26.66667% {
    transform: scale(0.97); }
  30% {
    transform: scale(0.98); }
  33.33333% {
    transform: scale(0.99); }
  36.66667% {
    transform: scale(1); }
  40% {
    transform: scale(1); }
  43.33333% {
    transform: scale(1); }
  46.66667% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  53.33333% {
    transform: scale(1); }
  56.66667% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  63.33333% {
    transform: scale(1); }
  66.66667% {
    transform: scale(1); }
  70% {
    transform: scale(1); }
  73.33333% {
    transform: scale(1); }
  76.66667% {
    transform: scale(1); }
  80% {
    transform: scale(1); }
  83.33333% {
    transform: scale(1); }
  86.66667% {
    transform: scale(1); }
  90% {
    transform: scale(1); }
  93.33333% {
    transform: scale(1); }
  96.66667% {
    transform: scale(1); }
  to {
    transform: scale(1); } }

@keyframes itemActive {
  0% {
    transform: translate3d(0, 25%, 0); }
  3.33333% {
    transform: translate3d(0, 12.64%, 0); }
  6.66667% {
    transform: translate3d(0, 1.89%, 0); }
  10% {
    transform: translate3d(0, -3.59%, 0); }
  13.33333% {
    transform: translate3d(0, -4.45%, 0); }
  16.66667% {
    transform: translate3d(0, -2.94%, 0); }
  20% {
    transform: translate3d(0, -1.03%, 0); }
  23.33333% {
    transform: translate3d(0, 0.24%, 0); }
  26.66667% {
    transform: translate3d(0, 0.69%, 0); }
  30% {
    transform: translate3d(0, 0.59%, 0); }
  33.33333% {
    transform: translate3d(0, 0.3%, 0); }
  36.66667% {
    transform: translate3d(0, 0.04%, 0); }
  40% {
    transform: translate3d(0, -0.09%, 0); }
  43.33333% {
    transform: translate3d(0, -0.11%, 0); }
  46.66667% {
    transform: translate3d(0, -0.07%, 0); }
  50% {
    transform: translate3d(0, -0.02%, 0); }
  53.33333% {
    transform: translate3d(0, 0.01%, 0); }
  56.66667% {
    transform: translate3d(0, 0.02%, 0); }
  60% {
    transform: translate3d(0, 0.01%, 0); }
  63.33333% {
    transform: translate3d(0, 0.01%, 0); }
  66.66667% {
    transform: translateZ(0); }
  70% {
    transform: translateZ(0); }
  73.33333% {
    transform: translateZ(0); }
  76.66667% {
    transform: translateZ(0); }
  80% {
    transform: translateZ(0); }
  83.33333% {
    transform: translateZ(0); }
  86.66667% {
    transform: translateZ(0); }
  90% {
    transform: translateZ(0); }
  93.33333% {
    transform: translateZ(0); }
  96.66667% {
    transform: translateZ(0); }
  to {
    transform: translateZ(0); } }

.triangle {
  background-image: url(../../img/icon/i-ani-polygon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 160px;
  height: 185px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  animation: _heroSliderClip 1s linear 2s 1 forwards; }

@keyframes triangleAni {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(25); } }

@keyframes _heroSliderClip {
  0% {
    clip-path: polygon(150% 0, 100% 0, 100% 100%, 90% 100%); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0; } }

@keyframes indexMouse {
  0% {
    height: 50px; }
  50% {
    height: 180px; }
  100% {
    height: 50px; } }

@keyframes lineDown {
  0% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  45% {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  55% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes title-mask {
  0% {
    transform: scaleX(0);
    transform-origin: left; }
  20% {
    transform: scaleX(1);
    transform-origin: left; }
  50% {
    transform: scaleX(1);
    transform-origin: right; }
  70% {
    transform: scaleX(0);
    transform-origin: right; }
  100% {
    transform: scaleX(0) translateX(100%);
    transform-origin: right; } }

@keyframes line-x {
  0% {
    transform: scaleX(0);
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }

/* ==========
    #Layout
    ========== */
/* ==========
  #HEADER
  ========== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  transition: 0.5s;
  background-color: #ffffff; }
  .l-header.header-fixed {
    -ms-transform: translateY(0);
        transform: translateY(0);
    outline: 0;
    box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1);
    height: 5rem;
    transition: height 0.5s ease, transform 0.5s ease;
    background: rgba(255, 255, 255, 0.15);
    /* 降低透明度，增加毛玻璃感 */
    backdrop-filter: saturate(200%) blur(30px);
    /* 增加饱和度和模糊度 */
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    /* Safari 兼容 */ }
    @media (min-width: 80em) {
      .l-header.header-fixed {
        height: 6.25rem;
        box-shadow: unset; }
        .l-header.header-fixed:before {
          display: none; } }
    .l-header.header-fixed .l-header__btn {
      transition: 0.2s;
      top: 0.625rem; }
      @media (min-width: 80em) {
        .l-header.header-fixed .l-header__btn {
          top: 0.9375rem; } }
    @media (min-width: 80em) {
      .l-header.header-fixed .l-header__logo {
        width: 133px;
        height: 72px;
        top: 0;
        transition: 0.5s;
        transition: height 0.5s ease, width 0.5s ease, transform 0.5s ease; } }
    .l-header.header-fixed .l-nav__menu {
      transition: 0.2s;
      top: 1.875rem; }
      @media (min-width: 80em) {
        .l-header.header-fixed .l-nav__menu {
          top: 1.875rem; } }
      @media (min-width: 90em) {
        .l-header.header-fixed .l-nav__menu {
          top: 1.25rem; } }
  @media (min-width: 80em) {
    .l-header {
      background-color: transparent; } }

.l-header__btn {
  z-index: 8; }
  .l-header__btn a {
    width: 100%;
    height: 100%;
    display: inline-block; }
  .l-header__btn.is-over span:nth-child(1) {
    top: 50%;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    left: 1px; }
  .l-header__btn.is-over span:nth-child(2) {
    -ms-transform: translateX(100%);
        transform: translateX(100%);
    opacity: 0; }
  .l-header__btn.is-over span:nth-child(3) {
    top: 50%;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .l-header__btn span {
    position: absolute;
    display: block;
    transition: all 0.3s ease; }
    .l-header__btn span:nth-child(1) {
      top: 0; }
    .l-header__btn span:nth-child(2) {
      top: calc(50% - 1px); }
    .l-header__btn span:nth-child(3) {
      bottom: 0; }

.pc-header-btn {
  transition: height 0.5s ease, width 0.5s ease, transform 0.5s ease; }
  .pc-header-btn.is-fixed {
    top: 15px;
    width: 60px;
    height: 70px;
    transition: height 0.5s ease, width 0.5s ease, transform 0.5s ease; }

footer a {
  transition: 0.3s; }
  @media (hover: hover), (-ms-high-contrast: none) {
    footer a:hover {
      transition: 0.3s; } }

footer h4 {
  font-weight: 400; }

.l-wrapper {
  width: calc(100% - 3.75rem);
  margin: 0 auto; }
  @media (min-width: 80em) {
    .l-wrapper {
      width: calc(100% - 7.5rem); } }
  @media (min-width: 90em) {
    .l-wrapper {
      max-width: 75rem; } }

.l-wrapper-large {
  width: calc(100% - 3.75rem);
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 62em) {
    .l-wrapper-large {
      width: calc(100% - 10rem); } }
  @media (min-width: 100em) {
    .l-wrapper-large {
      max-width: 90rem; } }
  @media (min-width: 120em) {
    .l-wrapper-large {
      max-width: 75vw; } }

/* ==========
    #MOBILE-NAV
    ========== */
.l-mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 過渡效果應包含 opacity */
  opacity: 0;
  z-index: 5; }
  .l-mobile-nav.is-active {
    -ms-transform: translateX(0);
        transform: translateX(0);
    opacity: 1; }
  .l-mobile-nav li {
    list-style: none; }

.offhover {
  pointer-events: none; }

.scroll-down .header-fixed {
  -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  box-shadow: none;
  position: fixed; }

.scroll-down .pc-header-btn {
  -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  position: fixed; }

.scroll-down .works-class-block .class-fixed {
  top: 0; }

.l-mobile-nav__header {
  line-height: 1.5;
  position: relative; }
  .l-mobile-nav__header.is-active:before {
    content: "";
    border: 1px solid #9cdff0;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute; }
  .l-mobile-nav__header.is-active .l-mobile-nav__collapse {
    transition: 0.5s; }
    .l-mobile-nav__header.is-active .l-mobile-nav__collapse.lv2:before {
      opacity: 1; }
    .l-mobile-nav__header.is-active .l-mobile-nav__collapse.lv2:after {
      opacity: 0; }
  .l-mobile-nav__header .l-mobile-nav__collapse {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/layout/i-mb-navi-next.svg) no-repeat center center; }
    .l-mobile-nav__header .l-mobile-nav__collapse.lv2 {
      background-image: unset; }
      .l-mobile-nav__header .l-mobile-nav__collapse.lv2:before, .l-mobile-nav__header .l-mobile-nav__collapse.lv2:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 2px;
        background: #028BD0;
        transition: opacity 0.3s ease, transform 0.3s ease; }
      .l-mobile-nav__header .l-mobile-nav__collapse.lv2:before {
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .l-mobile-nav__header .l-mobile-nav__collapse.lv2:after {
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }
  .l-mobile-nav__header a {
    padding: 20px 0;
    display: inline-block;
    width: calc(100% - 40px); }

.l-mobile-nav__item {
  border-bottom: 1px solid rgba(222, 222, 222, 0.3); }

.l-mobile-nav__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  font-size: 16px;
  background-color: #f5f5f5; }
  .l-mobile-nav__panel ul {
    list-style: none; }
  .l-mobile-nav__panel a {
    display: block; }
  .l-mobile-nav__panel.is-active {
    -ms-transform: translateX(0);
        transform: translateX(0); }
    @media (min-width: 80em) {
      .l-mobile-nav__panel.is-active {
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
        border-right: 1px solid #ccc; } }
  .l-mobile-nav__panel .l-mobile-nav__item a {
    display: inline-block;
    padding: 1.25rem 0;
    width: 100%;
    line-height: 1.5; }
  .l-mobile-nav__panel .l-mobile-nav__link:not(:last-child) {
    border: unset; }
  .l-mobile-nav__panel .l-mobile-nav__panel-header {
    position: relative;
    padding: 1.875rem 1.875rem 1.875rem 3.75rem;
    color: #888;
    line-height: 1.45;
    font-size: 0.875rem;
    opacity: 1; }
    .l-mobile-nav__panel .l-mobile-nav__panel-header:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 1.875rem;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 16px;
      height: 16px;
      display: block;
      background: url(../img/layout/i-mb-back.svg) no-repeat left center; }

.l-mobile-nav__item {
  width: 100%;
  position: relative; }
  .l-mobile-nav__item.withline:before {
    content: "";
    border: 1px solid #ffffff;
    opacity: 0.3;
    width: calc(100% - 60px);
    height: 1px;
    left: 30px;
    bottom: 0;
    position: absolute; }
  .l-mobile-nav__item ul {
    display: none; }
  .l-mobile-nav__item.hassub {
    position: relative; }

.pcbgmask a.active {
  position: relative;
  color: #028BD0; }
  .pcbgmask a.active:before {
    content: "";
    background-color: #9cdff0;
    position: absolute;
    width: 150%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    height: 3px; }

.h-100vh {
  height: 100vh; }

/* ==========
    #Page
    ========== */
@keyframes introNav {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

.default-dot {
  padding: 0;
  margin: 0; }
  .default-dot li {
    list-style: none;
    padding-left: 1.5625rem;
    margin-bottom: 0.625rem;
    line-height: 120%;
    color: #666666;
    position: relative; }
    .default-dot li:before {
      content: "";
      width: 0.75rem;
      height: 0.75rem;
      background-color: #ffffff;
      border: 0.1875rem solid #05bc93;
      position: absolute;
      left: 0;
      top: 0.5rem;
      display: inline-block; }
    .default-dot li.title {
      padding-left: 0;
      margin-bottom: 20px;
      font-size: 1.375rem;
      color: #222222; }
      .default-dot li.title:before {
        display: none; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.video-box {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 6; }
  .video-box iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    min-width: 177.77vh;
    height: 56.25vw;
    min-height: 100%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .video-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1; }

.video-mp4 {
  height: 100%;
  width: 100%; }
  .video-mp4 video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.video-iframe {
  width: 100%;
  height: 100%; }

.banner-block {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }
  .banner-block .banner-list {
    position: relative;
    height: 100%; }
    .banner-block .banner-list:hover {
      cursor: pointer; }
    .banner-block .banner-list .banner-img {
      position: absolute;
      width: 100%;
      z-index: 3;
      height: 100%;
      display: block;
      pointer-events: none; }
      .banner-block .banner-list .banner-img div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .banner-block .banner-list .banner-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .banner-block .banner-list .banner-img.close {
        animation: fadeOut 1s linear 2s 1 forwards; }
  .banner-block .slick-slider-dots {
    padding: 10px 0;
    display: block;
    position: absolute;
    bottom: 20%;
    z-index: 2;
    left: 30px; }
    @media (min-width: 62em) {
      .banner-block .slick-slider-dots {
        bottom: 22%;
        left: 5vw; } }
    @media (min-width: 100em) {
      .banner-block .slick-slider-dots {
        left: 15%; } }
  .banner-block .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    margin: 0; }
    .banner-block .slick-dots li {
      margin: 0 0.875rem 0 0;
      background-color: #ffffff;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 0.25rem;
      list-style: none;
      border: 2px solid transparent;
      cursor: pointer;
      position: relative;
      transition: width 0.6s; }
      .banner-block .slick-dots li button {
        display: none; }
      .banner-block .slick-dots li:before {
        position: absolute;
        content: "";
        width: 0%;
        display: block;
        left: 0;
        height: 100%; }
      .banner-block .slick-dots li.slick-active {
        width: 5rem;
        position: relative;
        overflow: hidden;
        border: 2px solid #ffffff;
        background-color: transparent; }
        .banner-block .slick-dots li.slick-active:before {
          background: rgba(255, 255, 255, 0.6);
          width: 100%;
          animation-name: introNav;
          animation-timing-function: ease-in;
          transition: transform 1s;
          animation-duration: 6s;
          -ms-transform-origin: left center;
              transform-origin: left center; }
  .banner-block .slick-current .banner-img.close {
    animation: fadeOut 1s linear 2s 1 forwards; }

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.banner-slick {
  position: relative;
  z-index: 1; }
  .banner-slick .banner-img {
    height: 100%; }
    .banner-slick .banner-img img {
      object-position: center; }
    @media (min-width: 1920px) {
      .banner-slick .banner-img .max-w-66 {
        max-width: 66.6666%; } }
  .banner-slick.img-style .banner-img {
    min-height: 100vh; }
  .banner-slick .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .banner-slick .slick-dots li:only-child {
    display: none; }

.loaded .c-hero .slick-active .c-hero__content, .loaded
.c-hero .slick-current .c-hero__content {
  opacity: 1;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition-delay: 1s;
  z-index: 9; }

.muted-btn-box {
  position: absolute;
  bottom: 20px;
  right: 20px; }
  @media (min-width: 640px) {
    .muted-btn-box {
      bottom: 50px;
      right: 40px; } }

.muted-open div,
.muted-close div {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(50, 50, 93, 0.1); }
  @media (min-width: 1024px) {
    .muted-open div,
    .muted-close div {
      width: 60px;
      height: 60px;
      border-radius: 30px; } }

@media (min-width: 80em) {
  .banner-mask {
    mask-image: url(../img/index/home-mask.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: top center;
    width: 100%;
    height: 100%; } }

@keyframes fillAnimation {
  0% {
    fill: #fff; }
  100% {
    fill: #2d6432; } }

@keyframes maskAnimation {
  0% {
    transform: translate(0, 100%); }
  100% {
    transform: translate(100%, -100%); } }

#mouse-effect {
  position: absolute;
  width: 12.5rem;
  height: 12.5rem;
  z-index: 9;
  border: 1px solid #fc0; }

.block-outer {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background-color: red;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 999;
  display: block; }

.esg_cursor {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .esg_cursor .tbox {
    width: 10rem;
    height: 10rem;
    position: relative;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: 0.3s ease-out; }
    .esg_cursor .tbox:before {
      content: "";
      position: absolute;
      width: 10rem;
      height: 10rem;
      left: 0;
      top: 0;
      background-image: url(../img/index/mouse-effbg1.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      -ms-transform-origin: center center;
          transform-origin: center center; }
    .esg_cursor .tbox:after {
      content: "See More";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 1rem;
      color: #000;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      font-family: "Inter", sans-serif;
      font-weight: bold; }
  .esg_cursor.is-active .tbox {
    -ms-transform: scale(1);
        transform: scale(1);
    transition: 0.3s ease-in; }
    .esg_cursor.is-active .tbox:before {
      animation: rotate 8s infinite linear;
      -ms-transform-origin: center center;
          transform-origin: center center; }

@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes scaleAnimation {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes scaleAnimation2 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.ind-ani-outer {
  min-height: calc(100vh - 80px); }

@media screen and (max-width: 1280px) and (orientation: landscape) {
  .ind-ani-outer {
    height: calc(133.33vh - 80px); } }
  @media screen and (min-width: 1280px) {
    .ind-ani-outer {
      height: 61.45833333vw; } }

.index-esg-outer .each-group {
  height: 100%;
  /* 確保滑鼠移開時也會有過渡效果 */ }
  .index-esg-outer .each-group .each-line {
    width: calc(100% - 15%);
    /* 預設寬度設為 0 */
    transition: width 0.2s ease, transform 0.2s ease;
    /* 預設狀態也有動畫 */ }
    @media (min-width: 62em) {
      .index-esg-outer .each-group .each-line {
        width: calc(100% - 20%); } }
  .index-esg-outer .each-group .each-line-left, .index-esg-outer .each-group .each-line-right {
    position: absolute;
    width: 8px;
    height: 0;
    top: 0;
    transition: height 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    opacity: 0; }
  .index-esg-outer .each-group .each-line-left {
    left: 0; }
  .index-esg-outer .each-group .each-line-right {
    right: 0; }
  .index-esg-outer .each-group .each-line-left-bottom, .index-esg-outer .each-group .each-line-right-bottom {
    position: absolute;
    width: 0;
    height: 8px;
    transition: width 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    opacity: 0; }
  .index-esg-outer .each-group .each-line-left-bottom {
    left: 0;
    bottom: 0; }
  .index-esg-outer .each-group .each-line-right-bottom {
    right: 0;
    bottom: 0; }
  .index-esg-outer .each-group:hover .each-line {
    width: 100%; }
  .index-esg-outer .each-group:hover .each-line-left, .index-esg-outer .each-group:hover .each-line-right {
    opacity: 1;
    height: 100%;
    transition-delay: 0.2s; }
  .index-esg-outer .each-group:hover .each-line-left-bottom, .index-esg-outer .each-group:hover .each-line-right-bottom {
    opacity: 1;
    width: 50%;
    transition-delay: 0.3s; }
  .index-esg-outer .each-group .each-line {
    transition: width 0.2s ease, transform 0.2s ease; }
  .index-esg-outer .each-group .each-line-left, .index-esg-outer .each-group .each-line-right {
    transition: height 0.2s ease, opacity 0.2s ease; }
  .index-esg-outer .each-group .each-line-left-bottom, .index-esg-outer .each-group .each-line-right-bottom {
    transition: width 0.2s ease, opacity 0.2s ease; }

.index-esg-outer .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }

.index-esg-outer .swiper-slide {
  border: 1px solid #dedede;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease;
  /* 這裡確保每個 swiper-slide 也有過渡動畫 */ }
  .index-esg-outer .swiper-slide:nth-child(4n + 1) .each-line {
    background-color: #f96857; }
  .index-esg-outer .swiper-slide:nth-child(4n + 1):hover .each-line-left,
  .index-esg-outer .swiper-slide:nth-child(4n + 1):hover .each-line-left-bottom,
  .index-esg-outer .swiper-slide:nth-child(4n + 1):hover .each-line-right,
  .index-esg-outer .swiper-slide:nth-child(4n + 1):hover .each-line-right-bottom {
    background-color: #f96857; }
  .index-esg-outer .swiper-slide:nth-child(4n + 2) .each-line {
    background-color: #028bd0; }
  .index-esg-outer .swiper-slide:nth-child(4n + 2):hover .each-line-left,
  .index-esg-outer .swiper-slide:nth-child(4n + 2):hover .each-line-left-bottom,
  .index-esg-outer .swiper-slide:nth-child(4n + 2):hover .each-line-right,
  .index-esg-outer .swiper-slide:nth-child(4n + 2):hover .each-line-right-bottom {
    background-color: #028bd0; }
  .index-esg-outer .swiper-slide:nth-child(4n + 3) .each-line {
    background-color: #fcd104; }
  .index-esg-outer .swiper-slide:nth-child(4n + 3):hover .each-line-left,
  .index-esg-outer .swiper-slide:nth-child(4n + 3):hover .each-line-left-bottom,
  .index-esg-outer .swiper-slide:nth-child(4n + 3):hover .each-line-right,
  .index-esg-outer .swiper-slide:nth-child(4n + 3):hover .each-line-right-bottom {
    background-color: #fcd104; }
  .index-esg-outer .swiper-slide:nth-child(4n + 4) .each-line {
    background-color: #6fc193; }
  .index-esg-outer .swiper-slide:nth-child(4n + 4):hover .each-line-left,
  .index-esg-outer .swiper-slide:nth-child(4n + 4):hover .each-line-left-bottom,
  .index-esg-outer .swiper-slide:nth-child(4n + 4):hover .each-line-right,
  .index-esg-outer .swiper-slide:nth-child(4n + 4):hover .each-line-right-bottom {
    background-color: #6fc193; }

.index-esg-outer .swiper-pagination-bullet {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
  opacity: 1;
  border: 1px solid #0766B1;
  border-radius: 0.25rem;
  opacity: 1;
  transition: width 0.6s; }
  .index-esg-outer .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    width: 0%;
    display: block;
    left: 0;
    height: 100%; }
  .index-esg-outer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.5rem;
    transition: width 0.6s;
    background-color: transparent; }
    .index-esg-outer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #0766b1;
      width: 100%;
      animation-name: introNav;
      animation-timing-function: ease-in;
      transition: transform 1s;
      animation-duration: 4s;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.index-esg-outer .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 7px; }

@keyframes introNav {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }

.replaced-svg {
  width: 100%;
  height: auto; }

main {
  overflow: hidden; }

.mask-banner {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top center;
  mask-position: top center; }

.column {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 40em) {
    .column {
      padding-left: 1rem;
      padding-right: 1rem; } }

ol.custom-list {
  list-style-type: none;
  /* 移除默認編號 */
  counter-reset: sublist-item;
  /* 初始化子項計數器 */ }

ol.custom-list > li::before {
  content: "(" counter(sublist-item) ") ";
  /* 使用括號包住編號 */
  counter-increment: sublist-item;
  /* 遞增計數 */ }

.banner-pic img {
  opacity: 0;
  /* 初始設定為透明 */ }

@keyframes fadeIn {
  to {
    opacity: 1;
    /* 透明度為 1，顯示圖片 */ } }

.banner-decorate {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1; }
  .banner-decorate.white-d {
    height: 6.667vw;
    background-image: url(../img/layout/ir-banner-mask.svg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 0; }
    @media (min-width: 62em) {
      .banner-decorate.white-d {
        opacity: 1; } }
  .banner-decorate.white-g {
    height: 6.667vw;
    background-image: url(../img/layout/prod-banner-mask.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0; }
    @media (min-width: 62em) {
      .banner-decorate.white-g {
        opacity: 1; } }
  .banner-decorate.white-index {
    height: 8.75vw;
    background-image: url(../img/index/index-banner-mask-w.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1; }
    @media (min-width: 62em) {
      .banner-decorate.white-index {
        background-image: url(../img/index/index-banner-mask.svg); } }

.esg-index-topic .swiper-slide img {
  background-blend-mode: luminosity;
  opacity: 0.3; }

.esg-index-topic .swiper-slide.swiper-slide-active img {
  background-blend-mode: unset;
  opacity: 1; }

@media (min-width: 80em) {
  .esg-index-topic .swiper-slide.swiper-slide-next {
    margin-right: 5rem !important; } }

@media (min-width: 90em) {
  .esg-index-topic .swiper-slide.swiper-slide-next {
    margin-right: 8.4375rem !important; } }

@media (min-width: 80em) {
  .esg-index-topic .swiper-slide.swiper-slide-prev {
    margin-left: 2.5rem !important; } }

@media (min-width: 90em) {
  .esg-index-topic .swiper-slide.swiper-slide-prev {
    margin-left: 5.9375rem !important; } }

@media (min-width: 80em) {
  .esg-index-topic .swiper-slide.swiper-slide-active img, .esg-index-topic .swiper-slide.swiper-slide-next img, .esg-index-topic .swiper-slide.swiper-slide-prev img {
    background-blend-mode: unset;
    opacity: 1; } }

@media (min-width: 80em) {
  .esg-index-topic .swiper-wrapper {
    margin-left: -40px !important; } }

@media (min-width: 90em) {
  .esg-index-topic .swiper-wrapper {
    margin-left: -95px !important; } }

.esg-index-highlights .provideListImg {
  height: 100%; }
  .esg-index-highlights .provideListImg .slick-list {
    height: 100%; }
  .esg-index-highlights .provideListImg .slick-track {
    height: 100%; }
    @media (min-width: 62em) {
      .esg-index-highlights .provideListImg .slick-track {
        height: 100%; } }

.esg-index-highlights .provideListIcon .slick-slide {
  cursor: pointer; }
  .esg-index-highlights .provideListIcon .slick-slide .circle img {
    filter: unset; }
  .esg-index-highlights .provideListIcon .slick-slide .circle circle {
    fill: transparent;
    stroke: #a1e6a2;
    stroke-width: 5px;
    stroke-dasharray: 314.15926;
    stroke-dashoffset: 314.15926;
    animation: clock-animation 8s linear infinite;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    -ms-transform-origin: center;
        transform-origin: center;
    animation-delay: 600ms; }
    @media (min-width: 80em) {
      .esg-index-highlights .provideListIcon .slick-slide .circle circle {
        stroke-dasharray: 282.7433;
        stroke-dashoffset: 282.7433;
        animation: clock-animation2 8s linear infinite;
        animation-delay: 600ms; } }
    @media (min-width: 90em) {
      .esg-index-highlights .provideListIcon .slick-slide .circle circle {
        stroke-dasharray: 314.15926;
        stroke-dashoffset: 314.15926;
        animation: clock-animation 8s linear infinite;
        animation-delay: 600ms; } }
    @media (min-width: 137.5em) {
      .esg-index-highlights .provideListIcon .slick-slide .circle circle {
        stroke-dasharray: 427.2565936;
        stroke-dashoffset: 427.2565936;
        animation: clock-animation3 8s linear infinite;
        animation-delay: 600ms; } }
  .esg-index-highlights .provideListIcon .slick-slide .svg-circle {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .esg-index-highlights .provideListIcon .slick-slide:hover .circle {
    background-color: #479649; }
    .esg-index-highlights .provideListIcon .slick-slide:hover .circle img {
      filter: brightness(0) invert(1); }
    .esg-index-highlights .provideListIcon .slick-slide:hover .circle path {
      fill: #ffffff; }
  .esg-index-highlights .provideListIcon .slick-slide:hover h3 {
    color: #028BD0; }
  @media (min-width: 1280px) {
    .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(1) {
      display: none; } }
  .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(2) {
    display: none; }
    @media (min-width: 1280px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(2) {
        display: block; } }
    @media (min-width: 1440px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(2) {
        display: none; } }
    @media (min-width: 2480px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(2) {
        display: none; } }
  .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(3) {
    display: none; }
    @media (min-width: 1280px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(3) {
        display: none; } }
    @media (min-width: 1440px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(3) {
        display: block; } }
    @media (min-width: 2480px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(3) {
        display: none; } }
  .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(4) {
    display: none; }
    @media (min-width: 1280px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(4) {
        display: none; } }
    @media (min-width: 1440px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(4) {
        display: none; } }
    @media (min-width: 2200px) {
      .esg-index-highlights .provideListIcon .slick-slide .svg-circle circle:nth-child(4) {
        display: block; } }
  .esg-index-highlights .provideListIcon .slick-slide p {
    opacity: 0;
    -ms-transform: translateY(50px);
        transform: translateY(50px);
    transition: 0.3s;
    height: 0;
    visibility: hidden; }

.esg-index-highlights .provideListIcon .slick-slide.slick-current .circle {
  background-color: #479649; }
  .esg-index-highlights .provideListIcon .slick-slide.slick-current .circle img {
    filter: brightness(0) invert(1); }
  .esg-index-highlights .provideListIcon .slick-slide.slick-current .circle path {
    fill: #ffffff; }

.esg-index-highlights .provideListIcon .slick-slide.slick-current .svg-circle {
  display: block;
  opacity: 1;
  visibility: visible; }

.esg-index-highlights .provideListIcon .slick-slide.slick-current p {
  height: inherit;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: 0.3s;
  opacity: 1;
  visibility: visible; }

.esg-index-highlights .provideListIcon .slick-slide.slick-current h3 {
  color: #028BD0;
  transition: 0.3s; }

.esg-index-highlights .provideListIcon .circle {
  background-color: #ffffff; }

@media (min-width: 120em) {
  .esg-index-highlights .provideListIcon .slick-list {
    max-height: 24vw; } }

@media (min-width: 80em) {
  .esg-index-highlights .provideListIcon .slick-track {
    -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
    transform: translate3d(0, 0, 0) !important; } }

@media (min-width: 120em) {
  .esg-index-highlights .provideListIcon .slick-track {
    max-height: 24vw; } }

.esg-index-highlights .provideListIcon .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 1.5rem; }
  @media (min-width: 62em) {
    .esg-index-highlights .provideListIcon .slick-dots {
      padding-top: 0; } }
  .esg-index-highlights .provideListIcon .slick-dots li {
    margin: 0 0.3125rem;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.3125rem;
    list-style: none;
    border: 1px solid #028BD0;
    cursor: pointer; }
    .esg-index-highlights .provideListIcon .slick-dots li button {
      display: none; }
    .esg-index-highlights .provideListIcon .slick-dots li.slick-active {
      width: 3.25rem;
      position: relative;
      overflow: hidden;
      border: 1px solid #028BD0;
      background-color: #028BD0; }
      .esg-index-highlights .provideListIcon .slick-dots li.slick-active:before {
        background: #028BD0;
        width: 100%;
        animation-name: introNav;
        animation-timing-function: ease-in;
        transition: transform 1s;
        animation-duration: 6s;
        -ms-transform-origin: left center;
            transform-origin: left center; }

@media (min-width: 80em) {
  .esg-index-highlights .provideListIcon .each-icon:not(:last-child) {
    padding-bottom: 60px; } }

@media (min-width: 100em) {
  .esg-index-highlights .provideListIcon .each-icon:not(:last-child) {
    padding-bottom: 75px; } }

.esg-index-highlights .provideListIcon .each-icon:last-child {
  padding-bottom: 0; }
  .esg-index-highlights .provideListIcon .each-icon:last-child .circle-box {
    padding-bottom: 0; }
    .esg-index-highlights .provideListIcon .each-icon:last-child .circle-box:before {
      display: none !important; }

.slick-vertical .slick-slide {
  border: none !important; }

@keyframes clock-animation {
  0% {
    stroke-dashoffset: 314; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes clock-animation2 {
  0% {
    stroke-dashoffset: 283; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes clock-animation3 {
  0% {
    stroke-dashoffset: 428; }
  100% {
    stroke-dashoffset: 0; } }

.page-tab-outer .page-tab {
  top: 0;
  position: relative; }
  .page-tab-outer .page-tab.open {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    transition: all 0.5s ease;
    -ms-transform: translateY(0);
        transform: translateY(0); }

.management-tag-block {
  transition: top 0.3s ease;
  /* 只針對 top 位置的過渡效果 */ }

.management-tag-block.is-fixed {
  position: fixed;
  top: 0;
  z-index: 9; }

.management-tag-block.not-fixed {
  position: relative;
  top: auto; }

.group-each-company:nth-child(4n + 1) .top-line,
.group-each-company:nth-child(4n + 1) .group-company-circle {
  background-color: #f3b4d3; }

.group-each-company:nth-child(4n + 1) .top-line {
  transition: width 0.2s ease, transform 0.2s ease; }

.group-each-company:nth-child(4n + 1) .group-list-more path:nth-of-type(1) {
  fill: #f3b4d3; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 1) .group-list-more path:nth-of-type(1) {
      stroke: #f3b4d3;
      fill: unset; } }

.group-each-company:nth-child(4n + 1) .group-list-more path:nth-of-type(2) {
  fill: #fff; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 1) .group-list-more path:nth-of-type(2) {
      stroke: none; } }

.group-each-company:nth-child(4n + 1) .group-list-add {
  transition: transform 0.3s ease;
  /* 添加平滑过渡 */
  -ms-transform-origin: center center;
      transform-origin: center center;
  /* 保证旋转中心在元素的正中心 */ }
  .group-each-company:nth-child(4n + 1) .group-list-add g {
    stroke: #fff; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 1) .group-list-add g {
        stroke: #f3b4d3; } }
  .group-each-company:nth-child(4n + 1) .group-list-add path {
    fill: #f3b4d3; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 1) .group-list-add path {
        fill: #fff; } }

@media (min-width: 62em) {
  .group-each-company:nth-child(4n + 1):hover .top-line {
    width: 100%;
    transition: width 0.2s ease, transform 0.2s ease; }
  .group-each-company:nth-child(4n + 1):hover .group-list-more path {
    fill: #f3b4d3; }
  .group-each-company:nth-child(4n + 1):hover .group-list-add {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .group-each-company:nth-child(4n + 1):hover .group-list-add g {
      stroke: #fff; }
    .group-each-company:nth-child(4n + 1):hover .group-list-add path {
      fill: #fff; } }

.group-each-company:nth-child(4n + 2) .top-line,
.group-each-company:nth-child(4n + 2) .group-company-circle {
  background-color: #6FC193; }

.group-each-company:nth-child(4n + 2) .top-line {
  transition: width 0.2s ease, transform 0.2s ease; }

.group-each-company:nth-child(4n + 2) .group-list-more path:nth-of-type(1) {
  fill: #6FC193; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 2) .group-list-more path:nth-of-type(1) {
      stroke: #6FC193;
      fill: unset; } }

.group-each-company:nth-child(4n + 2) .group-list-more path:nth-of-type(2) {
  fill: #fff; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 2) .group-list-more path:nth-of-type(2) {
      stroke: none; } }

.group-each-company:nth-child(4n + 2) .group-list-add {
  transition: transform 0.3s ease;
  /* 添加平滑过渡 */
  -ms-transform-origin: center center;
      transform-origin: center center;
  /* 保证旋转中心在元素的正中心 */ }
  .group-each-company:nth-child(4n + 2) .group-list-add g {
    stroke: #fff; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 2) .group-list-add g {
        stroke: #6FC193; } }
  .group-each-company:nth-child(4n + 2) .group-list-add path {
    fill: #6FC193; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 2) .group-list-add path {
        fill: #fff; } }

@media (min-width: 62em) {
  .group-each-company:nth-child(4n + 2):hover .top-line {
    width: 100%;
    transition: width 0.2s ease, transform 0.2s ease; }
  .group-each-company:nth-child(4n + 2):hover .group-list-more path {
    fill: #6FC193; }
  .group-each-company:nth-child(4n + 2):hover .group-list-add {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .group-each-company:nth-child(4n + 2):hover .group-list-add g {
      stroke: #fff; }
    .group-each-company:nth-child(4n + 2):hover .group-list-add path {
      fill: #fff; } }

.group-each-company:nth-child(4n + 3) .top-line,
.group-each-company:nth-child(4n + 3) .group-company-circle {
  background-color: #FCD104; }

.group-each-company:nth-child(4n + 3) .top-line {
  transition: width 0.2s ease, transform 0.2s ease; }

.group-each-company:nth-child(4n + 3) .group-list-more path:nth-of-type(1) {
  fill: #FCD104; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 3) .group-list-more path:nth-of-type(1) {
      stroke: #FCD104;
      fill: unset; } }

.group-each-company:nth-child(4n + 3) .group-list-more path:nth-of-type(2) {
  fill: #fff; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 3) .group-list-more path:nth-of-type(2) {
      stroke: none; } }

.group-each-company:nth-child(4n + 3) .group-list-add {
  transition: transform 0.3s ease;
  /* 添加平滑过渡 */
  -ms-transform-origin: center center;
      transform-origin: center center;
  /* 保证旋转中心在元素的正中心 */ }
  .group-each-company:nth-child(4n + 3) .group-list-add g {
    stroke: #fff; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 3) .group-list-add g {
        stroke: #FCD104; } }
  .group-each-company:nth-child(4n + 3) .group-list-add path {
    fill: #FCD104; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 3) .group-list-add path {
        fill: #fff; } }

@media (min-width: 62em) {
  .group-each-company:nth-child(4n + 3):hover .top-line {
    width: 100%;
    transition: width 0.2s ease, transform 0.2s ease; }
  .group-each-company:nth-child(4n + 3):hover .group-list-more path {
    fill: #FCD104; }
  .group-each-company:nth-child(4n + 3):hover .group-list-add {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .group-each-company:nth-child(4n + 3):hover .group-list-add g {
      stroke: #fff; }
    .group-each-company:nth-child(4n + 3):hover .group-list-add path {
      fill: #fff; } }

.group-each-company:nth-child(4n + 4) .top-line,
.group-each-company:nth-child(4n + 4) .group-company-circle {
  background-color: #028BD0; }

.group-each-company:nth-child(4n + 4) .top-line {
  transition: width 0.2s ease, transform 0.2s ease; }

.group-each-company:nth-child(4n + 4) .group-list-more path:nth-of-type(1) {
  fill: #028BD0; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 4) .group-list-more path:nth-of-type(1) {
      stroke: #028BD0;
      fill: unset; } }

.group-each-company:nth-child(4n + 4) .group-list-more path:nth-of-type(2) {
  fill: #fff; }
  @media (min-width: 62em) {
    .group-each-company:nth-child(4n + 4) .group-list-more path:nth-of-type(2) {
      stroke: none; } }

.group-each-company:nth-child(4n + 4) .group-list-add {
  transition: transform 0.3s ease;
  /* 添加平滑过渡 */
  -ms-transform-origin: center center;
      transform-origin: center center;
  /* 保证旋转中心在元素的正中心 */ }
  .group-each-company:nth-child(4n + 4) .group-list-add g {
    stroke: #fff; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 4) .group-list-add g {
        stroke: #028BD0; } }
  .group-each-company:nth-child(4n + 4) .group-list-add path {
    fill: #028BD0; }
    @media (min-width: 62em) {
      .group-each-company:nth-child(4n + 4) .group-list-add path {
        fill: #fff; } }

@media (min-width: 62em) {
  .group-each-company:nth-child(4n + 4):hover .top-line {
    width: 100%;
    transition: width 0.2s ease, transform 0.2s ease; }
  .group-each-company:nth-child(4n + 4):hover .group-list-more path {
    fill: #028BD0; }
  .group-each-company:nth-child(4n + 4):hover .group-list-add {
    -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg); }
    .group-each-company:nth-child(4n + 4):hover .group-list-add g {
      stroke: #fff; }
    .group-each-company:nth-child(4n + 4):hover .group-list-add path {
      fill: #fff; } }

.esg-social-outer .esg-social-info {
  -ms-flex-order: 1;
      order: 1; }

.esg-social-outer .esg-social-figure {
  -ms-flex-order: 2;
      order: 2; }

.esg-social-outer:nth-child(odd) .esg-social-info {
  -ms-flex-order: 1;
      order: 1; }

.esg-social-outer:nth-child(odd) .esg-social-figure {
  -ms-flex-order: 2;
      order: 2;
  padding-left: 6.53%;
  left: 0;
  bottom: 0; }

.esg-social-outer:nth-child(odd) .esg-social-p-dash {
  right: 0;
  top: 0; }

.esg-social-outer:nth-child(odd) .esg-social-p-pic {
  right: 6.53%;
  bottom: 0; }

@media (min-width: 62em) {
  .esg-social-outer:nth-child(odd) .esg-social-figure {
    padding-left: 5rem; } }

.esg-social-outer:nth-child(even) .esg-social-figure {
  left: 6.53%; }

.esg-social-outer:nth-child(even) .esg-social-p-dash {
  left: 0;
  top: 0; }

.esg-social-outer:nth-child(even) .esg-social-p-pic {
  right: unset;
  left: 6.53%; }

.esg-social-outer:nth-child(even) .esg-social-p-hexagon {
  right: 0;
  left: unset; }

@media (min-width: 62em) {
  .esg-social-outer:nth-child(even) .esg-social-info {
    -ms-flex-order: 2;
        order: 2; }
  .esg-social-outer:nth-child(even) .esg-social-figure {
    -ms-flex-order: 1;
        order: 1;
    padding-left: 0;
    padding-right: 5rem; }
  .esg-social-outer:nth-child(even) .esg-social-p-dash {
    left: 0;
    top: 0; }
  .esg-social-outer:nth-child(even) .esg-social-p-pic {
    right: unset;
    left: 6.53%; }
  .esg-social-outer:nth-child(even) .esg-social-p-hexagon {
    right: 0;
    left: unset; } }

.arrowbox img {
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 62em) {
  .esg-point-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 33.333333%;
    height: 100vh; } }

.esg-point-right {
  position: relative; }
  @media (min-width: 62em) {
    .esg-point-right {
      width: calc(100% - 33.333333%);
      margin-left: 33.333333%;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto; } }
  .esg-point-right .esg-point-content {
    min-height: 100vh;
    width: 100%; }

.point-title-outer {
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end; }
  .point-title-outer .point-title {
    position: absolute;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: font-size 0.3s, line-height 0.3s, opacity 0.3s, top 0.3s;
    visibility: hidden;
    font-family: "Inter", sans-serif;
    padding-right: 12.5%;
    cursor: pointer;
    text-align: right; }
    .point-title-outer .point-title:hover {
      opacity: 0.6 !important;
      transition: 0.3s; }
    .point-title-outer .point-title:before, .point-title-outer .point-title:after {
      content: "";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 0;
      opacity: 0;
      height: 1px;
      z-index: 8; }
    .point-title-outer .point-title:before {
      right: 0;
      transition: width 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
      background: #ffffff; }
    .point-title-outer .point-title:after {
      background-color: #6FC193;
      -ms-transform-origin: left;
          transform-origin: left; }
    .point-title-outer .point-title.is-active {
      font-size: 42px;
      font-weight: bold;
      line-height: 1.225;
      top: 50%;
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
      opacity: 1;
      visibility: visible;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media (min-width: 80em) {
        .point-title-outer .point-title.is-active {
          font-size: 4rem; } }
      @media (min-width: 90em) {
        .point-title-outer .point-title.is-active {
          font-size: 4rem; } }
      .point-title-outer .point-title.is-active:before, .point-title-outer .point-title.is-active:after {
        opacity: 1;
        width: 2.5rem;
        transition: width 0.2s ease, transform 0.2s ease, opacity 0.2s ease; }
      .point-title-outer .point-title.is-active:after {
        right: -2.5rem;
        transition-delay: 0.3s; }
    .point-title-outer .point-title.visible {
      visibility: visible;
      opacity: 0.2; }

.keepword {
  white-space: nowrap;
  word-break: keep-all; }

.white-space {
  white-space: nowrap; }

.wordw-break {
  word-break: keep-all; }

@media (min-width: 62em) {
  .about-history-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100vh; } }

.about-history-right {
  position: relative; }
  @media (min-width: 62em) {
    .about-history-right {
      width: 50%;
      margin-left: 50%;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: auto; } }
  .about-history-right .year-info-content {
    min-height: 100vh;
    width: 100%; }

.year-outer {
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end; }
  .year-outer .year {
    position: absolute;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: font-size 0.3s, line-height 0.3s, opacity 0.3s, top 0.3s;
    visibility: hidden;
    font-family: "Inter", sans-serif;
    padding-right: 12.5%;
    cursor: pointer; }
    .year-outer .year:hover {
      opacity: 0.6 !important;
      transition: .3s; }
    .year-outer .year:before, .year-outer .year:after {
      content: "";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      width: 0;
      opacity: 0;
      height: 1px;
      z-index: 8; }
    .year-outer .year:before {
      right: 0;
      transition: width 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
      background: #ffffff; }
    .year-outer .year:after {
      background-color: #0766b1;
      -ms-transform-origin: left;
          transform-origin: left; }
    .year-outer .year.is-active {
      font-size: 80px;
      font-weight: bold;
      line-height: 1.225;
      top: 50%;
      -ms-transform: translateY(-52%);
          transform: translateY(-52%);
      opacity: 1;
      visibility: visible;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media (min-width: 80em) {
        .year-outer .year.is-active {
          font-size: 120px; } }
      .year-outer .year.is-active:before, .year-outer .year.is-active:after {
        opacity: 1;
        width: 2.5rem;
        transition: width 0.2s ease, transform 0.2s ease, opacity 0.2s ease; }
      .year-outer .year.is-active:after {
        right: -2.5rem;
        transition-delay: 0.3s; }
    .year-outer .year.visible {
      visibility: visible;
      opacity: 0.2; }
