@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0;
}

:focus {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

button {
  background-color: transparent;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* override the default IOS styles */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*

 \
 _\,,
"-=\~     _
   \\~___( ~
  _|/---\\_
  \        \	base.scss end

*/
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}

.css_active img:nth-child(1), .css_mover:hover img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2), .css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1), .css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2), .css_mover:hover.current img:nth-child(2) {
  display: inline;
}

.image-2x img:nth-child(1) {
  display: inline;
}
.image-2x img:nth-child(2) {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .image-2x img:nth-child(1) {
    display: none;
  }
  .image-2x img:nth-child(2) {
    display: inline;
  }
}

.show-for-en:not(:lang(en)) {
  display: none !important;
}

.hide-for-en:lang(en) {
  display: none !important;
}

.ryder-show {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.ryder-show.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
}

@-webkit-keyframes float-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes light-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes light-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*

        　　　  %%%%%%%%,
    　　　　　,%%/\%%%%/\%%
    　　　　,%%%\c　""　J/%%%
    %.　　　%%%%/　o　o　\%%%
    `%%.　　%%%%　　 　　|%%%
    　`%%　　`%%%%(__Y__)%%'
    　//　　　;%%%%`\-/%%%'
    ((　　　　/ `%%%%%%%'
    　\\　　.'　　　　|
    　\\　　/　　　\　|　|
    　　\\/　　　　)　|　|
    　　　\　　　　/　|　|__
    　　　(___________)))))))         public.scss end

*/
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 100em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 100em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 100em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 100em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.margin-0 {
  margin: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-horizontal-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-horizontal-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-1 {
  margin: 20px !important;
}

.margin-top-1 {
  margin-top: 20px !important;
}

.margin-right-1 {
  margin-right: 20px !important;
}

.margin-bottom-1 {
  margin-bottom: 20px !important;
}

.margin-left-1 {
  margin-left: 20px !important;
}

.margin-horizontal-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.margin-vertical-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.padding-1 {
  padding: 20px !important;
}

.padding-top-1 {
  padding-top: 20px !important;
}

.padding-right-1 {
  padding-right: 20px !important;
}

.padding-bottom-1 {
  padding-bottom: 20px !important;
}

.padding-left-1 {
  padding-left: 20px !important;
}

.padding-horizontal-1 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.padding-vertical-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-2 {
  margin: 40px !important;
}

.margin-top-2 {
  margin-top: 40px !important;
}

.margin-right-2 {
  margin-right: 40px !important;
}

.margin-bottom-2 {
  margin-bottom: 40px !important;
}

.margin-left-2 {
  margin-left: 40px !important;
}

.margin-horizontal-2 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.margin-vertical-2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.padding-2 {
  padding: 40px !important;
}

.padding-top-2 {
  padding-top: 40px !important;
}

.padding-right-2 {
  padding-right: 40px !important;
}

.padding-bottom-2 {
  padding-bottom: 40px !important;
}

.padding-left-2 {
  padding-left: 40px !important;
}

.padding-horizontal-2 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.padding-vertical-2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.margin-3 {
  margin: 60px !important;
}

.margin-top-3 {
  margin-top: 60px !important;
}

.margin-right-3 {
  margin-right: 60px !important;
}

.margin-bottom-3 {
  margin-bottom: 60px !important;
}

.margin-left-3 {
  margin-left: 60px !important;
}

.margin-horizontal-3 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.margin-vertical-3 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.padding-3 {
  padding: 60px !important;
}

.padding-top-3 {
  padding-top: 60px !important;
}

.padding-right-3 {
  padding-right: 60px !important;
}

.padding-bottom-3 {
  padding-bottom: 60px !important;
}

.padding-left-3 {
  padding-left: 60px !important;
}

.padding-horizontal-3 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.padding-vertical-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-4 {
  margin: 80px !important;
}

.margin-top-4 {
  margin-top: 80px !important;
}

.margin-right-4 {
  margin-right: 80px !important;
}

.margin-bottom-4 {
  margin-bottom: 80px !important;
}

.margin-left-4 {
  margin-left: 80px !important;
}

.margin-horizontal-4 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.margin-vertical-4 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.padding-4 {
  padding: 80px !important;
}

.padding-top-4 {
  padding-top: 80px !important;
}

.padding-right-4 {
  padding-right: 80px !important;
}

.padding-bottom-4 {
  padding-bottom: 80px !important;
}

.padding-left-4 {
  padding-left: 80px !important;
}

.padding-horizontal-4 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.padding-vertical-4 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin-5 {
  margin: 100px !important;
}

.margin-top-5 {
  margin-top: 100px !important;
}

.margin-right-5 {
  margin-right: 100px !important;
}

.margin-bottom-5 {
  margin-bottom: 100px !important;
}

.margin-left-5 {
  margin-left: 100px !important;
}

.margin-horizontal-5 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.margin-vertical-5 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.padding-5 {
  padding: 100px !important;
}

.padding-top-5 {
  padding-top: 100px !important;
}

.padding-right-5 {
  padding-right: 100px !important;
}

.padding-bottom-5 {
  padding-bottom: 100px !important;
}

.padding-left-5 {
  padding-left: 100px !important;
}

.padding-horizontal-5 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.padding-vertical-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-6 {
  margin: 120px !important;
}

.margin-top-6 {
  margin-top: 120px !important;
}

.margin-right-6 {
  margin-right: 120px !important;
}

.margin-bottom-6 {
  margin-bottom: 120px !important;
}

.margin-left-6 {
  margin-left: 120px !important;
}

.margin-horizontal-6 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.margin-vertical-6 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.padding-6 {
  padding: 120px !important;
}

.padding-top-6 {
  padding-top: 120px !important;
}

.padding-right-6 {
  padding-right: 120px !important;
}

.padding-bottom-6 {
  padding-bottom: 120px !important;
}

.padding-left-6 {
  padding-left: 120px !important;
}

.padding-horizontal-6 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.padding-vertical-6 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.margin-7 {
  margin: 140px !important;
}

.margin-top-7 {
  margin-top: 140px !important;
}

.margin-right-7 {
  margin-right: 140px !important;
}

.margin-bottom-7 {
  margin-bottom: 140px !important;
}

.margin-left-7 {
  margin-left: 140px !important;
}

.margin-horizontal-7 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.margin-vertical-7 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.padding-7 {
  padding: 140px !important;
}

.padding-top-7 {
  padding-top: 140px !important;
}

.padding-right-7 {
  padding-right: 140px !important;
}

.padding-bottom-7 {
  padding-bottom: 140px !important;
}

.padding-left-7 {
  padding-left: 140px !important;
}

.padding-horizontal-7 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.padding-vertical-7 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.margin-8 {
  margin: 160px !important;
}

.margin-top-8 {
  margin-top: 160px !important;
}

.margin-right-8 {
  margin-right: 160px !important;
}

.margin-bottom-8 {
  margin-bottom: 160px !important;
}

.margin-left-8 {
  margin-left: 160px !important;
}

.margin-horizontal-8 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.margin-vertical-8 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.padding-8 {
  padding: 160px !important;
}

.padding-top-8 {
  padding-top: 160px !important;
}

.padding-right-8 {
  padding-right: 160px !important;
}

.padding-bottom-8 {
  padding-bottom: 160px !important;
}

.padding-left-8 {
  padding-left: 160px !important;
}

.padding-horizontal-8 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.padding-vertical-8 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0px !important;
  }
  .medium-margin-top-0 {
    margin-top: 0px !important;
  }
  .medium-margin-right-0 {
    margin-right: 0px !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .medium-margin-left-0 {
    margin-left: 0px !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .medium-padding-0 {
    padding: 0px !important;
  }
  .medium-padding-top-0 {
    padding-top: 0px !important;
  }
  .medium-padding-right-0 {
    padding-right: 0px !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .medium-padding-left-0 {
    padding-left: 0px !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-0 {
    margin: 0px !important;
  }
  .large-margin-top-0 {
    margin-top: 0px !important;
  }
  .large-margin-right-0 {
    margin-right: 0px !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .large-margin-left-0 {
    margin-left: 0px !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .large-padding-0 {
    padding: 0px !important;
  }
  .large-padding-top-0 {
    padding-top: 0px !important;
  }
  .large-padding-right-0 {
    padding-right: 0px !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .large-padding-left-0 {
    padding-left: 0px !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0px !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0px !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0px !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0px !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xlarge-padding-0 {
    padding: 0px !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0px !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0px !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0px !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-0 {
    margin: 0px !important;
  }
  .xxlarge-margin-top-0 {
    margin-top: 0px !important;
  }
  .xxlarge-margin-right-0 {
    margin-right: 0px !important;
  }
  .xxlarge-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xxlarge-margin-left-0 {
    margin-left: 0px !important;
  }
  .xxlarge-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .xxlarge-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xxlarge-padding-0 {
    padding: 0px !important;
  }
  .xxlarge-padding-top-0 {
    padding-top: 0px !important;
  }
  .xxlarge-padding-right-0 {
    padding-right: 0px !important;
  }
  .xxlarge-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xxlarge-padding-left-0 {
    padding-left: 0px !important;
  }
  .xxlarge-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .xxlarge-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 20px !important;
  }
  .medium-margin-top-1 {
    margin-top: 20px !important;
  }
  .medium-margin-right-1 {
    margin-right: 20px !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .medium-margin-left-1 {
    margin-left: 20px !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .medium-padding-1 {
    padding: 20px !important;
  }
  .medium-padding-top-1 {
    padding-top: 20px !important;
  }
  .medium-padding-right-1 {
    padding-right: 20px !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .medium-padding-left-1 {
    padding-left: 20px !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-1 {
    margin: 20px !important;
  }
  .large-margin-top-1 {
    margin-top: 20px !important;
  }
  .large-margin-right-1 {
    margin-right: 20px !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .large-margin-left-1 {
    margin-left: 20px !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .large-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .large-padding-1 {
    padding: 20px !important;
  }
  .large-padding-top-1 {
    padding-top: 20px !important;
  }
  .large-padding-right-1 {
    padding-right: 20px !important;
  }
  .large-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .large-padding-left-1 {
    padding-left: 20px !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .large-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 20px !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 20px !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 20px !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 20px !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xlarge-padding-1 {
    padding: 20px !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 20px !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 20px !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 20px !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-1 {
    margin: 20px !important;
  }
  .xxlarge-margin-top-1 {
    margin-top: 20px !important;
  }
  .xxlarge-margin-right-1 {
    margin-right: 20px !important;
  }
  .xxlarge-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .xxlarge-margin-left-1 {
    margin-left: 20px !important;
  }
  .xxlarge-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xxlarge-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xxlarge-padding-1 {
    padding: 20px !important;
  }
  .xxlarge-padding-top-1 {
    padding-top: 20px !important;
  }
  .xxlarge-padding-right-1 {
    padding-right: 20px !important;
  }
  .xxlarge-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .xxlarge-padding-left-1 {
    padding-left: 20px !important;
  }
  .xxlarge-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xxlarge-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 40px !important;
  }
  .medium-margin-top-2 {
    margin-top: 40px !important;
  }
  .medium-margin-right-2 {
    margin-right: 40px !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .medium-margin-left-2 {
    margin-left: 40px !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .medium-padding-2 {
    padding: 40px !important;
  }
  .medium-padding-top-2 {
    padding-top: 40px !important;
  }
  .medium-padding-right-2 {
    padding-right: 40px !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .medium-padding-left-2 {
    padding-left: 40px !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-2 {
    margin: 40px !important;
  }
  .large-margin-top-2 {
    margin-top: 40px !important;
  }
  .large-margin-right-2 {
    margin-right: 40px !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .large-margin-left-2 {
    margin-left: 40px !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .large-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .large-padding-2 {
    padding: 40px !important;
  }
  .large-padding-top-2 {
    padding-top: 40px !important;
  }
  .large-padding-right-2 {
    padding-right: 40px !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .large-padding-left-2 {
    padding-left: 40px !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .large-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 40px !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 40px !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 40px !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 40px !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xlarge-padding-2 {
    padding: 40px !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 40px !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 40px !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 40px !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-2 {
    margin: 40px !important;
  }
  .xxlarge-margin-top-2 {
    margin-top: 40px !important;
  }
  .xxlarge-margin-right-2 {
    margin-right: 40px !important;
  }
  .xxlarge-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .xxlarge-margin-left-2 {
    margin-left: 40px !important;
  }
  .xxlarge-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xxlarge-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xxlarge-padding-2 {
    padding: 40px !important;
  }
  .xxlarge-padding-top-2 {
    padding-top: 40px !important;
  }
  .xxlarge-padding-right-2 {
    padding-right: 40px !important;
  }
  .xxlarge-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .xxlarge-padding-left-2 {
    padding-left: 40px !important;
  }
  .xxlarge-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xxlarge-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 60px !important;
  }
  .medium-margin-top-3 {
    margin-top: 60px !important;
  }
  .medium-margin-right-3 {
    margin-right: 60px !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .medium-margin-left-3 {
    margin-left: 60px !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .medium-padding-3 {
    padding: 60px !important;
  }
  .medium-padding-top-3 {
    padding-top: 60px !important;
  }
  .medium-padding-right-3 {
    padding-right: 60px !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .medium-padding-left-3 {
    padding-left: 60px !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-3 {
    margin: 60px !important;
  }
  .large-margin-top-3 {
    margin-top: 60px !important;
  }
  .large-margin-right-3 {
    margin-right: 60px !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .large-margin-left-3 {
    margin-left: 60px !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .large-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .large-padding-3 {
    padding: 60px !important;
  }
  .large-padding-top-3 {
    padding-top: 60px !important;
  }
  .large-padding-right-3 {
    padding-right: 60px !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .large-padding-left-3 {
    padding-left: 60px !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .large-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 60px !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 60px !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 60px !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 60px !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xlarge-padding-3 {
    padding: 60px !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 60px !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 60px !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 60px !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-3 {
    margin: 60px !important;
  }
  .xxlarge-margin-top-3 {
    margin-top: 60px !important;
  }
  .xxlarge-margin-right-3 {
    margin-right: 60px !important;
  }
  .xxlarge-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .xxlarge-margin-left-3 {
    margin-left: 60px !important;
  }
  .xxlarge-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xxlarge-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xxlarge-padding-3 {
    padding: 60px !important;
  }
  .xxlarge-padding-top-3 {
    padding-top: 60px !important;
  }
  .xxlarge-padding-right-3 {
    padding-right: 60px !important;
  }
  .xxlarge-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .xxlarge-padding-left-3 {
    padding-left: 60px !important;
  }
  .xxlarge-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xxlarge-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-4 {
    margin: 80px !important;
  }
  .medium-margin-top-4 {
    margin-top: 80px !important;
  }
  .medium-margin-right-4 {
    margin-right: 80px !important;
  }
  .medium-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .medium-margin-left-4 {
    margin-left: 80px !important;
  }
  .medium-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .medium-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .medium-padding-4 {
    padding: 80px !important;
  }
  .medium-padding-top-4 {
    padding-top: 80px !important;
  }
  .medium-padding-right-4 {
    padding-right: 80px !important;
  }
  .medium-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .medium-padding-left-4 {
    padding-left: 80px !important;
  }
  .medium-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .medium-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-4 {
    margin: 80px !important;
  }
  .large-margin-top-4 {
    margin-top: 80px !important;
  }
  .large-margin-right-4 {
    margin-right: 80px !important;
  }
  .large-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .large-margin-left-4 {
    margin-left: 80px !important;
  }
  .large-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .large-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .large-padding-4 {
    padding: 80px !important;
  }
  .large-padding-top-4 {
    padding-top: 80px !important;
  }
  .large-padding-right-4 {
    padding-right: 80px !important;
  }
  .large-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .large-padding-left-4 {
    padding-left: 80px !important;
  }
  .large-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .large-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-4 {
    margin: 80px !important;
  }
  .xlarge-margin-top-4 {
    margin-top: 80px !important;
  }
  .xlarge-margin-right-4 {
    margin-right: 80px !important;
  }
  .xlarge-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .xlarge-margin-left-4 {
    margin-left: 80px !important;
  }
  .xlarge-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .xlarge-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xlarge-padding-4 {
    padding: 80px !important;
  }
  .xlarge-padding-top-4 {
    padding-top: 80px !important;
  }
  .xlarge-padding-right-4 {
    padding-right: 80px !important;
  }
  .xlarge-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .xlarge-padding-left-4 {
    padding-left: 80px !important;
  }
  .xlarge-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .xlarge-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-4 {
    margin: 80px !important;
  }
  .xxlarge-margin-top-4 {
    margin-top: 80px !important;
  }
  .xxlarge-margin-right-4 {
    margin-right: 80px !important;
  }
  .xxlarge-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .xxlarge-margin-left-4 {
    margin-left: 80px !important;
  }
  .xxlarge-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .xxlarge-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xxlarge-padding-4 {
    padding: 80px !important;
  }
  .xxlarge-padding-top-4 {
    padding-top: 80px !important;
  }
  .xxlarge-padding-right-4 {
    padding-right: 80px !important;
  }
  .xxlarge-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .xxlarge-padding-left-4 {
    padding-left: 80px !important;
  }
  .xxlarge-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .xxlarge-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-5 {
    margin: 100px !important;
  }
  .medium-margin-top-5 {
    margin-top: 100px !important;
  }
  .medium-margin-right-5 {
    margin-right: 100px !important;
  }
  .medium-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .medium-margin-left-5 {
    margin-left: 100px !important;
  }
  .medium-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .medium-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .medium-padding-5 {
    padding: 100px !important;
  }
  .medium-padding-top-5 {
    padding-top: 100px !important;
  }
  .medium-padding-right-5 {
    padding-right: 100px !important;
  }
  .medium-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .medium-padding-left-5 {
    padding-left: 100px !important;
  }
  .medium-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .medium-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-5 {
    margin: 100px !important;
  }
  .large-margin-top-5 {
    margin-top: 100px !important;
  }
  .large-margin-right-5 {
    margin-right: 100px !important;
  }
  .large-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .large-margin-left-5 {
    margin-left: 100px !important;
  }
  .large-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .large-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .large-padding-5 {
    padding: 100px !important;
  }
  .large-padding-top-5 {
    padding-top: 100px !important;
  }
  .large-padding-right-5 {
    padding-right: 100px !important;
  }
  .large-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .large-padding-left-5 {
    padding-left: 100px !important;
  }
  .large-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .large-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-5 {
    margin: 100px !important;
  }
  .xlarge-margin-top-5 {
    margin-top: 100px !important;
  }
  .xlarge-margin-right-5 {
    margin-right: 100px !important;
  }
  .xlarge-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .xlarge-margin-left-5 {
    margin-left: 100px !important;
  }
  .xlarge-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .xlarge-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .xlarge-padding-5 {
    padding: 100px !important;
  }
  .xlarge-padding-top-5 {
    padding-top: 100px !important;
  }
  .xlarge-padding-right-5 {
    padding-right: 100px !important;
  }
  .xlarge-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .xlarge-padding-left-5 {
    padding-left: 100px !important;
  }
  .xlarge-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .xlarge-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-5 {
    margin: 100px !important;
  }
  .xxlarge-margin-top-5 {
    margin-top: 100px !important;
  }
  .xxlarge-margin-right-5 {
    margin-right: 100px !important;
  }
  .xxlarge-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .xxlarge-margin-left-5 {
    margin-left: 100px !important;
  }
  .xxlarge-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .xxlarge-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .xxlarge-padding-5 {
    padding: 100px !important;
  }
  .xxlarge-padding-top-5 {
    padding-top: 100px !important;
  }
  .xxlarge-padding-right-5 {
    padding-right: 100px !important;
  }
  .xxlarge-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .xxlarge-padding-left-5 {
    padding-left: 100px !important;
  }
  .xxlarge-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .xxlarge-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-6 {
    margin: 120px !important;
  }
  .medium-margin-top-6 {
    margin-top: 120px !important;
  }
  .medium-margin-right-6 {
    margin-right: 120px !important;
  }
  .medium-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .medium-margin-left-6 {
    margin-left: 120px !important;
  }
  .medium-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .medium-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .medium-padding-6 {
    padding: 120px !important;
  }
  .medium-padding-top-6 {
    padding-top: 120px !important;
  }
  .medium-padding-right-6 {
    padding-right: 120px !important;
  }
  .medium-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .medium-padding-left-6 {
    padding-left: 120px !important;
  }
  .medium-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .medium-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-6 {
    margin: 120px !important;
  }
  .large-margin-top-6 {
    margin-top: 120px !important;
  }
  .large-margin-right-6 {
    margin-right: 120px !important;
  }
  .large-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .large-margin-left-6 {
    margin-left: 120px !important;
  }
  .large-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .large-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .large-padding-6 {
    padding: 120px !important;
  }
  .large-padding-top-6 {
    padding-top: 120px !important;
  }
  .large-padding-right-6 {
    padding-right: 120px !important;
  }
  .large-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .large-padding-left-6 {
    padding-left: 120px !important;
  }
  .large-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .large-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-6 {
    margin: 120px !important;
  }
  .xlarge-margin-top-6 {
    margin-top: 120px !important;
  }
  .xlarge-margin-right-6 {
    margin-right: 120px !important;
  }
  .xlarge-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .xlarge-margin-left-6 {
    margin-left: 120px !important;
  }
  .xlarge-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .xlarge-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .xlarge-padding-6 {
    padding: 120px !important;
  }
  .xlarge-padding-top-6 {
    padding-top: 120px !important;
  }
  .xlarge-padding-right-6 {
    padding-right: 120px !important;
  }
  .xlarge-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .xlarge-padding-left-6 {
    padding-left: 120px !important;
  }
  .xlarge-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .xlarge-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-6 {
    margin: 120px !important;
  }
  .xxlarge-margin-top-6 {
    margin-top: 120px !important;
  }
  .xxlarge-margin-right-6 {
    margin-right: 120px !important;
  }
  .xxlarge-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .xxlarge-margin-left-6 {
    margin-left: 120px !important;
  }
  .xxlarge-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .xxlarge-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .xxlarge-padding-6 {
    padding: 120px !important;
  }
  .xxlarge-padding-top-6 {
    padding-top: 120px !important;
  }
  .xxlarge-padding-right-6 {
    padding-right: 120px !important;
  }
  .xxlarge-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .xxlarge-padding-left-6 {
    padding-left: 120px !important;
  }
  .xxlarge-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .xxlarge-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-7 {
    margin: 140px !important;
  }
  .medium-margin-top-7 {
    margin-top: 140px !important;
  }
  .medium-margin-right-7 {
    margin-right: 140px !important;
  }
  .medium-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .medium-margin-left-7 {
    margin-left: 140px !important;
  }
  .medium-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .medium-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .medium-padding-7 {
    padding: 140px !important;
  }
  .medium-padding-top-7 {
    padding-top: 140px !important;
  }
  .medium-padding-right-7 {
    padding-right: 140px !important;
  }
  .medium-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .medium-padding-left-7 {
    padding-left: 140px !important;
  }
  .medium-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .medium-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-7 {
    margin: 140px !important;
  }
  .large-margin-top-7 {
    margin-top: 140px !important;
  }
  .large-margin-right-7 {
    margin-right: 140px !important;
  }
  .large-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .large-margin-left-7 {
    margin-left: 140px !important;
  }
  .large-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .large-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .large-padding-7 {
    padding: 140px !important;
  }
  .large-padding-top-7 {
    padding-top: 140px !important;
  }
  .large-padding-right-7 {
    padding-right: 140px !important;
  }
  .large-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .large-padding-left-7 {
    padding-left: 140px !important;
  }
  .large-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .large-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-7 {
    margin: 140px !important;
  }
  .xlarge-margin-top-7 {
    margin-top: 140px !important;
  }
  .xlarge-margin-right-7 {
    margin-right: 140px !important;
  }
  .xlarge-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .xlarge-margin-left-7 {
    margin-left: 140px !important;
  }
  .xlarge-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .xlarge-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .xlarge-padding-7 {
    padding: 140px !important;
  }
  .xlarge-padding-top-7 {
    padding-top: 140px !important;
  }
  .xlarge-padding-right-7 {
    padding-right: 140px !important;
  }
  .xlarge-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .xlarge-padding-left-7 {
    padding-left: 140px !important;
  }
  .xlarge-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .xlarge-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-7 {
    margin: 140px !important;
  }
  .xxlarge-margin-top-7 {
    margin-top: 140px !important;
  }
  .xxlarge-margin-right-7 {
    margin-right: 140px !important;
  }
  .xxlarge-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .xxlarge-margin-left-7 {
    margin-left: 140px !important;
  }
  .xxlarge-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .xxlarge-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .xxlarge-padding-7 {
    padding: 140px !important;
  }
  .xxlarge-padding-top-7 {
    padding-top: 140px !important;
  }
  .xxlarge-padding-right-7 {
    padding-right: 140px !important;
  }
  .xxlarge-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .xxlarge-padding-left-7 {
    padding-left: 140px !important;
  }
  .xxlarge-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .xxlarge-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-8 {
    margin: 160px !important;
  }
  .medium-margin-top-8 {
    margin-top: 160px !important;
  }
  .medium-margin-right-8 {
    margin-right: 160px !important;
  }
  .medium-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .medium-margin-left-8 {
    margin-left: 160px !important;
  }
  .medium-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .medium-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .medium-padding-8 {
    padding: 160px !important;
  }
  .medium-padding-top-8 {
    padding-top: 160px !important;
  }
  .medium-padding-right-8 {
    padding-right: 160px !important;
  }
  .medium-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .medium-padding-left-8 {
    padding-left: 160px !important;
  }
  .medium-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .medium-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-8 {
    margin: 160px !important;
  }
  .large-margin-top-8 {
    margin-top: 160px !important;
  }
  .large-margin-right-8 {
    margin-right: 160px !important;
  }
  .large-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .large-margin-left-8 {
    margin-left: 160px !important;
  }
  .large-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .large-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .large-padding-8 {
    padding: 160px !important;
  }
  .large-padding-top-8 {
    padding-top: 160px !important;
  }
  .large-padding-right-8 {
    padding-right: 160px !important;
  }
  .large-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .large-padding-left-8 {
    padding-left: 160px !important;
  }
  .large-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .large-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-8 {
    margin: 160px !important;
  }
  .xlarge-margin-top-8 {
    margin-top: 160px !important;
  }
  .xlarge-margin-right-8 {
    margin-right: 160px !important;
  }
  .xlarge-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .xlarge-margin-left-8 {
    margin-left: 160px !important;
  }
  .xlarge-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .xlarge-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .xlarge-padding-8 {
    padding: 160px !important;
  }
  .xlarge-padding-top-8 {
    padding-top: 160px !important;
  }
  .xlarge-padding-right-8 {
    padding-right: 160px !important;
  }
  .xlarge-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .xlarge-padding-left-8 {
    padding-left: 160px !important;
  }
  .xlarge-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .xlarge-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-margin-8 {
    margin: 160px !important;
  }
  .xxlarge-margin-top-8 {
    margin-top: 160px !important;
  }
  .xxlarge-margin-right-8 {
    margin-right: 160px !important;
  }
  .xxlarge-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .xxlarge-margin-left-8 {
    margin-left: 160px !important;
  }
  .xxlarge-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .xxlarge-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .xxlarge-padding-8 {
    padding: 160px !important;
  }
  .xxlarge-padding-top-8 {
    padding-top: 160px !important;
  }
  .xxlarge-padding-right-8 {
    padding-right: 160px !important;
  }
  .xxlarge-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .xxlarge-padding-left-8 {
    padding-left: 160px !important;
  }
  .xxlarge-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .xxlarge-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 100em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 99.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 99.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
html {
  overflow-x: hidden;
}
html.is-lock {
  overflow: hidden;
}

body {
  cursor: none !important;
  background-color: #f3f3f2;
}
body.is-lock {
  overflow: hidden;
}
body a {
  cursor: none !important;
}

#cursor {
  position: fixed;
  pointer-events: none;
  z-index: 100;
}
#cursor .circle {
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 12px;
  height: 12px;
  left: -6px;
  top: -6px;
  background-color: #293e8b;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#cursor .circle.is-show {
  opacity: 1;
}
#cursor .drag-me {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  left: -50px;
  top: -50px;
}
#cursor .drag-me.is-show {
  opacity: 1;
}
#cursor .drag-me .arrow {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  -webkit-animation: dragme-arrow 1.25s linear infinite;
  animation: dragme-arrow 1.25s linear infinite;
}

#index-loading {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#index-loading video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-loading.is-not-show {
  pointer-events: none;
}

nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 25px 105px 20px 120px;
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
  background-color: rgba(255, 255, 255, 0.4941176471);
}
@media print, screen and (max-width: 99.99875em) {
  nav {
    padding: 40px 55px 20px 60px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  nav {
    padding: 25px;
  }
}
nav.is-move {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.is-white .logo .d {
  fill: #fff;
}
nav.is-white .menuList {
  color: #fff;
}
nav.is-white .menuList .arrow .d {
  fill: #fff;
}
nav.is-white .contact {
  color: #fff;
}
nav.is-white .contact .line .line-bottom {
  background-color: #fff;
}
nav.is-white .contact .line .line-top {
  background-color: #fff;
}
nav.is-white .hamburger .d {
  fill: #fff;
}
nav .hamburger .d {
  fill: #727171;
}
nav .logo {
  position: relative;
  z-index: 2;
}
nav .logo svg {
  height: 68px;
}
@media print, screen and (max-width: 74.99875em) {
  nav .logo svg {
    width: 150px;
    height: auto;
  }
}
@media print, screen and (max-width: 64.06125em) {
  nav .logo svg {
    width: 102px;
    height: 39px;
  }
}
nav .logo .d {
  fill: #727171;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
nav .menuList {
  position: relative;
  z-index: 1;
  font: 300 18px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  color: #727171;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-right: 115px;
}
@media print, screen and (max-width: 74.99875em) {
  nav .menuList {
    font: 300 16px/1 "Roboto", system-ui;
    margin-right: 100px;
  }
}
nav .menuList li {
  margin-right: 110px;
}
@media print, screen and (max-width: 99.99875em) {
  nav .menuList li {
    margin-right: 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  nav .menuList li {
    margin-right: 30px;
  }
}
nav .menuList li:last-child {
  margin-right: 0;
}
nav .menuList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .menuList li .arrow {
  margin-right: 5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
nav .menuList li .arrow svg {
  -webkit-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
nav .menuList li .arrow .d {
  fill: #666;
}
nav .menuList li:hover .arrow {
  opacity: 1;
}
nav .menuList li.current .arrow {
  opacity: 1;
}
nav .portfolio-hover {
  padding: 180px 200px 0;
  position: fixed;
  width: 100%;
  height: 515px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/portfolio-bg.svg") center/cover no-repeat;
  -webkit-transition: 0.9s all;
  transition: 0.9s all;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav .portfolio-hover.is-show {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
nav .portfolio-hover .title-area {
  margin-right: 205px;
}
nav .portfolio-hover .title-area .en {
  font: 500 40px/1 "Poppins", sans-serif;
  color: #727171;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
nav .portfolio-hover .title-area .ch {
  font: 400 23px/1 "Poppins", sans-serif;
  color: #727171;
  letter-spacing: 5px;
}
nav .portfolio-hover .porfolioList li {
  margin-right: 55px;
}
nav .portfolio-hover .porfolioList li a {
  position: relative;
}
nav .portfolio-hover .porfolioList li .deco {
  position: absolute;
  top: 0px;
  left: 0px;
}
nav .portfolio-hover .porfolioList li .deco .line-1 {
  position: absolute;
  width: 235px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  top: 0px;
  left: -20px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
nav .portfolio-hover .porfolioList li .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 165px;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 0;
  top: -15px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
nav .portfolio-hover .porfolioList li .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  top: -3px;
  left: -3px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
nav .portfolio-hover .porfolioList .pic {
  margin-bottom: 20px;
}
nav .portfolio-hover .porfolioList .title {
  font: 400 16px/1 "Poppins", sans-serif;
  color: #727171;
  letter-spacing: 3px;
}
nav .followus {
  position: relative;
  z-index: 1;
}
nav .followus .ig .d,
nav .followus .fb .d {
  fill: #fff;
}
nav .followus .ig {
  margin-right: 17px;
}
@media print, screen and (max-width: 64.06125em) {
  nav .followus .ig {
    margin-right: 9px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  nav .followus svg {
    width: 21px;
    height: 21px;
  }
}
nav .followus .title {
  font: 500 14px/1 "Poppins", sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  nav .followus .title {
    margin-bottom: 5px;
  }
}

.contact {
  position: relative;
  z-index: 1;
  font: 600 20px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #727171;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 74.99875em) {
  .contact {
    font: 600 18px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .contact {
    font: 600 28px/1 "Noto Sans TC", sans-serif;
    color: #fff;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact {
    font: 600 16px/1 "Noto Sans TC", sans-serif;
    margin-right: 0px;
  }
}
.contact .line {
  position: relative;
  margin-top: 10px;
}
@media print, screen and (max-width: 74.99875em) {
  .contact .line {
    margin-top: 5px;
  }
}
.contact .line .line-bottom {
  width: 100%;
  height: 1px;
  background-color: #727171;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .contact .line .line-bottom {
    background-color: #fff;
    -webkit-transform: scaleY(0.5) translateY(-0.5px);
    transform: scaleY(0.5) translateY(-0.5px);
  }
}
.contact .line .line-top {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #727171;
  left: 0;
  top: -1px;
  -webkit-animation: contactLine 3s linear infinite;
  animation: contactLine 3s linear infinite;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .contact .line .line-top {
    height: 2px;
    background-color: #fff;
  }
}

.topmenuWrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 160px 40px 250px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.topmenuWrap.is-show {
  opacity: 1;
  pointer-events: all;
}
.topmenuWrap .deco {
  position: absolute;
}
.topmenuWrap .deco.left {
  left: -10px;
  top: 30px;
}
.topmenuWrap .deco.right {
  right: -10px;
  bottom: 30px;
}
.topmenuWrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #b2b2b2;
}
.topmenuWrap .topmenuList {
  position: relative;
  z-index: 1;
  font: 300 32px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1.5px;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 39.99875em) {
  .topmenuWrap .topmenuList {
    font: 300 20px/1 "Noto Sans TC", sans-serif;
  }
}
.topmenuWrap .topmenuList li {
  margin-bottom: 60px;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .topmenuWrap .topmenuList li {
    margin-bottom: 40px;
  }
}
.topmenuWrap .topmenuList li:last-child {
  margin-right: 0;
}
.topmenuWrap .topmenuList li a {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.topmenuWrap .close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.index-bannerWrap {
  position: absolute;
  padding: 480px 185px 0;
  width: 100%;
  height: 100vh;
  top: 0px;
  -webkit-mask: url("../images/index-mask.svg") no-repeat;
  mask: url("../images/index-mask.svg") no-repeat;
  -webkit-mask-size: 100vw 124vw;
  mask-size: 100vw 124vw;
  pointer-events: none;
}
@media print, screen and (max-width: 99.99875em) {
  .index-bannerWrap {
    height: 100vh;
    padding: 400px 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .index-bannerWrap {
    background-size: 130%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .index-bannerWrap {
    padding: 480px 25px 0;
    position: relative;
    height: 80vh;
    background-size: cover;
    -webkit-mask: none;
    mask: none;
    background-position: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-bannerWrap {
    height: 100vh;
  }
}
.index-bannerWrap #index-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-bannerWrap .title-area {
  position: relative;
  margin-bottom: 90px;
}
.index-bannerWrap .title-area .en {
  margin-bottom: 60px;
  color: #fff;
  font: 400 45px/1.2 "Roboto", system-ui;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 99.99875em) {
  .index-bannerWrap .title-area .en {
    margin-bottom: 30px;
    font: 400 38px/1.2 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .index-bannerWrap .title-area .en {
    font: 400 32px/1.2 "Roboto", system-ui;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-bannerWrap .title-area .en {
    font: 400 18px/1.2 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
.index-bannerWrap .title-area .ch {
  color: #fff;
  font: 400 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 5px;
}
@media print, screen and (max-width: 99.99875em) {
  .index-bannerWrap .title-area .ch {
    font: 400 24px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 4px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .index-bannerWrap .title-area .ch {
    font: 400 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3.5px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .index-bannerWrap .title-area .ch {
    font: 400 20px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-bannerWrap .title-area .ch {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
.index-bannerWrap .title-area .deco {
  position: absolute;
}
.index-bannerWrap .title-area .deco.top {
  top: -6px;
  left: -42px;
}
.index-bannerWrap .title-area .deco.top .line-1 {
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -20px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.top.is-show .line-1 {
  width: 300px;
}
.index-bannerWrap .title-area .deco.top.is-show .line-2 {
  height: 65px;
}
.index-bannerWrap .title-area .deco.top.is-show .square {
  opacity: 1;
}
.index-bannerWrap .title-area .deco.bottom {
  top: 85px;
  left: 365px;
}
.index-bannerWrap .title-area .deco.bottom .line-1 {
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -134px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -353px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.bottom .line-3 {
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -453px;
  top: 0px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -136px;
  right: -355px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.index-bannerWrap .title-area .deco.bottom.is-show .line-1 {
  width: 414px;
}
.index-bannerWrap .title-area .deco.bottom.is-show .line-2 {
  height: 168px;
}
.index-bannerWrap .title-area .deco.bottom.is-show .line-3 {
  width: 748px;
}
.index-bannerWrap .title-area .deco.bottom.is-show .square {
  opacity: 1;
}
.index-bannerWrap .scrolldown {
  position: absolute;
  right: 150px;
  bottom: 0;
  top: auto;
}
@media print, screen and (max-width: 74.99875em) {
  .index-bannerWrap .scrolldown {
    right: 65px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .index-bannerWrap .scrolldown {
    right: 20px;
  }
}
.index-bannerWrap .scrolldown .line .line-1 {
  background-color: #727171;
}
.index-bannerWrap .scrolldown .line .line-2 {
  background-color: #727171;
}
.index-bannerWrap .scrolldown .text {
  color: #727171;
}

.index-sticky {
  position: sticky;
  top: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-sticky {
    position: relative;
  }
}

.indexWrap {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap {
    overflow-x: hidden;
  }
}
.indexWrap .deco {
  position: absolute;
}
.indexWrap .deco.left {
  width: 1px;
  height: 100%;
  background-color: rgba(41, 62, 139, 0.368627451);
  top: 0;
  left: 120px;
  z-index: -1;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .deco.left {
    left: 25px;
  }
}
.indexWrap .deco.left-1 {
  top: 1450px;
  left: 30px;
  z-index: -1;
}
.indexWrap .deco.left-2 {
  top: 2000px;
  left: 100px;
  z-index: -1;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area {
    padding-left: 15px;
  }
}
.indexWrap .article-area .cat {
  position: relative;
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .article-area .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .article-area .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
.indexWrap .article-area .cat::after {
  position: absolute;
  content: "";
  bottom: 0;
  background-color: rgba(41, 62, 139, 0.368627451);
}
.indexWrap .article-area .en {
  position: relative;
  font: 500 73px/1 "Poppins", sans-serif;
  color: #293f8b;
  letter-spacing: 3px;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .article-area .en {
    font: 500 60px/1 "Poppins", sans-serif;
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .article-area .en {
    font: 500 48px/1 "Poppins", sans-serif;
    margin-bottom: 45px;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en {
    font: 500 30px/1 "Poppins", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
.indexWrap .article-area .en::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  bottom: -50px;
  background-color: #4d4d4d;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .article-area .en::before {
    bottom: -35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en::before {
    bottom: -25px;
  }
}
.indexWrap .article-area .en .deco {
  position: absolute;
  top: 115px;
  right: -20px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en .deco {
    top: auto;
    bottom: -27px;
    right: 35px;
  }
}
.indexWrap .article-area .en .deco .line-1 {
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en .deco .line-1 {
    position: static;
    width: 16px;
  }
}
.indexWrap .article-area .en .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -20px;
  top: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en .deco .line-2 {
    height: 16px;
    right: 5px;
    top: -9px;
  }
}
.indexWrap .article-area .en .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .en .deco .square {
    width: 3px;
    height: 3px;
    right: 4px;
    top: -1px;
  }
}
.indexWrap .article-area .ch {
  font: 400 20px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .article-area .ch {
    font: 500 18px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 28px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .article-area .ch {
    font: 500 16px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 24px;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .ch {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }
}
.indexWrap .article-area .content {
  max-width: 392px;
  font: 400 16px/1.7 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #727171;
  text-align: justify;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .article-area .content {
    font: 400 15px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .article-area .content {
    max-width: 330px;
    font: 400 14px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .article-area .content {
    max-width: 100%;
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
  }
}
.indexWrap .index-top-area {
  padding: 0 0px 210px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area {
    padding: 0 0px 85px;
  }
}
.indexWrap .index-top-area .about-area {
  height: 3500px;
  margin-bottom: 280px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .about-area {
    height: 2000px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .about-area {
    height: auto;
    margin-bottom: 170px;
  }
}
.indexWrap .index-top-area .about-area .about-area-inner {
  padding: 150px 335px 0px 280px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .about-area .about-area-inner {
    padding: 100px 280px 0px 280px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .about-area .about-area-inner {
    padding: 20vh 180px 0px 280px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .about-area .about-area-inner {
    padding: 100px 25px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-top-area .about-area .about-area-inner {
    padding: 200px 25px 0;
  }
}
.indexWrap .index-top-area .about-area .article-area > div {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.indexWrap .index-top-area .about-area .article-area .cat {
  color: #f3f3f2;
}
.indexWrap .index-top-area .about-area .article-area .cat::after {
  position: absolute;
  content: "";
  left: -270px;
  bottom: 0;
  width: 692px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .about-area .article-area .cat::after {
    width: 450px;
    left: -150px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .about-area .article-area .cat::after {
    width: 350px;
    left: -100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .about-area .article-area .cat::after {
    width: 350px;
    left: -40px;
  }
}
.indexWrap .index-top-area .about-area .article-area .en .deco {
  position: absolute;
  top: 185px;
  right: -20px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .about-area .article-area .en .deco {
    top: 135px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .about-area .article-area .en .deco {
    top: auto;
    bottom: -27px;
    right: 35px;
  }
}
.indexWrap .index-top-area .about-area .article-area .content {
  margin-bottom: 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .about-area .article-area .content {
    margin-bottom: 25px;
  }
}
.indexWrap .index-top-area .about-area .article-area .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.indexWrap .index-top-area .work-area {
  padding: 0 150px 0 350px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area {
    padding: 0 100px 0 250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area {
    padding: 0 100px 0 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area {
    display: block;
    padding: 0px 25px;
  }
}
.indexWrap .index-top-area .work-area .article-area {
  margin-top: 60px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area .article-area {
    margin-top: 30px;
  }
}
.indexWrap .index-top-area .work-area .article-area .cat {
  color: #f3f3f2;
}
.indexWrap .index-top-area .work-area .article-area .cat::after {
  position: absolute;
  content: "";
  left: -352px;
  bottom: 0;
  width: 724px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .article-area .cat::after {
    width: 350px;
    left: -40px;
  }
}
.indexWrap .index-top-area .work-area .article-area .content {
  margin-bottom: 87px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .article-area .content {
    margin-bottom: 25px;
  }
}
.indexWrap .index-top-area .work-area .article-area .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.indexWrap .index-top-area .work-area .pic-area {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area {
    margin-left: -15px;
  }
}
.indexWrap .index-top-area .work-area .pic-area .pic-carousel {
  width: 753px;
  aspect-ratio: 251/211;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel {
    width: 500px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel {
    width: 400px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel {
    width: 70%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel {
    width: 100%;
  }
}
.indexWrap .index-top-area .work-area .pic-area .pic-carousel li {
  width: 100%;
  aspect-ratio: 251/211;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel li {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .pic-carousel li {
    width: 100%;
  }
}
.indexWrap .index-top-area .work-area .pic-area .progress-bar {
  position: relative;
  height: 1px;
  background: #8b8b8b;
  width: 390px;
  margin: 110px 40px 0 70px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .progress-bar {
    margin: 70px 0px 0px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .progress-bar {
    width: 260px;
    margin: 50px 0px 0px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .progress-bar {
    width: 130px;
    margin: 30px 0px 60px 20px;
  }
}
.indexWrap .index-top-area .work-area .pic-area .progress-indicator {
  width: 0;
  height: 2px;
  background: #293f8b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: linear;
  transition: linear;
}
.indexWrap .index-top-area .work-area .pic-area .progress-point {
  width: 10px;
  height: 10px;
  background: #293f8b;
  position: absolute;
  top: -3px;
  border-radius: 50%;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .progress-point {
    width: 3px;
    height: 3px;
  }
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 93px;
  bottom: -141px;
  left: 35.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .flickity-page-dots {
    bottom: -100px;
    left: 38.5%;
    padding: 0px 94px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .flickity-page-dots {
    left: 32.5%;
    bottom: -73px;
    padding: 0 122px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .flickity-page-dots {
    width: 130px;
    padding: 0px 20px;
    left: 20px;
    bottom: -45px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot {
  position: relative;
  background: transparent;
  margin: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1 !important;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot {
    width: 45px;
    height: 45px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot {
    width: 30px;
    height: 30px;
  }
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot .inner-dot {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #293f8b;
  opacity: 1;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0px;
  background-color: #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot.is-selected .inner-dot {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot.is-selected:before {
  width: 20px;
  height: 20px;
}
.indexWrap .index-top-area .work-area .pic-area .flickity-page-dots .dot.is-selected::after {
  height: 50px;
}
.indexWrap .index-top-area .work-area .pic-area {
  /* 根據 cell 數量來定位進度點 */
}
.indexWrap .index-top-area .work-area .pic-area .progress-point:nth-child(1) {
  left: 25%;
}
.indexWrap .index-top-area .work-area .pic-area .progress-point:nth-child(2) {
  left: 50%;
}
.indexWrap .index-top-area .work-area .pic-area .progress-point:nth-child(3) {
  left: 75%;
}
.indexWrap .index-top-area .work-area .pic-area .process-number {
  position: absolute;
  font: 500 18px/1 "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #293f8b;
  right: 70px;
  bottom: -11px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .process-number {
    bottom: 22px;
    right: 10px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-top-area .work-area .pic-area .process-number {
    bottom: 34px;
    right: 15px;
  }
}
.indexWrap .index-top-area .work-area .pic-area .process-number .now {
  font: 500 24px/1 "Montserrat", sans-serif;
}
.indexWrap .index-top-area .work-area .pic-area .process-number .total {
  font: 500 16px/1 "Montserrat", sans-serif;
}
.indexWrap .index-value {
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value {
    overflow: hidden;
  }
}
.indexWrap .index-value .fixed-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4039215686);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-value .fixed-area.is-show {
  opacity: 1;
}
.indexWrap .index-value .fixed-area .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.indexWrap .index-value .fixed-area .animation .line {
  margin-right: 10px;
}
.indexWrap .index-value .fixed-area .animation .line .d {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
}
.indexWrap .index-value .fixed-area .animation .hand {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-animation: hand 1s infinite linear;
  animation: hand 1s infinite linear;
}
.indexWrap .index-value .fixed-area .animation .hand .d {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
}
.indexWrap .index-value .fixed-area .ch {
  font: 400 20px/1 "Noto Sans TC", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .fixed-area .ch {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 10px;
  }
}
.indexWrap .index-value .fixed-area .en {
  font: 400 20px/1 "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .fixed-area .en {
    font: 400 14px/1 "Poppins", sans-serif;
  }
}
.indexWrap .index-value .bg-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: url("../images/index-value-bg.png");
}
.indexWrap .index-value .valueWrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100vh;
  background-color: #ebecec;
  padding: 0 240px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap {
    padding: 0 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 0;
    padding-left: 20px;
  }
}
.indexWrap .index-value .valueWrap > .deco {
  position: absolute;
  top: -48px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap > .deco {
    top: -17px;
  }
}
.indexWrap .index-value .valueWrap > .deco.left {
  height: 315px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap > .deco.left {
    height: 125px;
  }
}
.indexWrap .index-value .valueWrap > .deco.left-other {
  top: 450px;
  left: 120px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap > .deco.left-other {
    left: 35px;
    top: 360px;
  }
}
.indexWrap .index-value .valueWrap > .deco.bottom {
  top: auto;
  left: -10px;
  bottom: -10px;
}
.indexWrap .index-value .valueWrap > .deco.middle {
  top: auto;
  left: 26%;
  bottom: 125px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap > .deco.middle {
    left: 29%;
  }
}
.indexWrap .index-value .valueWrap > div {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.indexWrap .index-value .valueWrap .article-area {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 140px;
  margin-right: 140px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .article-area {
    margin-right: 0px;
    padding-top: 50px;
  }
}
.indexWrap .index-value .valueWrap .article-area .cat::after {
  position: absolute;
  content: "";
  left: -270px;
  bottom: 0;
  width: 692px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .article-area .cat::after {
    width: 350px;
    left: -40px;
  }
}
.indexWrap .index-value .valueWrap .article-area .en .deco {
  position: absolute;
  top: 185px;
  right: -20px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .article-area .en .deco {
    top: auto;
    bottom: -27px;
    right: 35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .article-area .content {
    max-width: 300px;
  }
}
.indexWrap .index-value .valueWrap .building {
  position: relative;
  z-index: 1;
  margin-top: 65px;
  margin-right: -50px;
  margin-left: -250px;
  width: 1920px;
  height: 1080px;
  background: url("../images/spritesheet.png");
  zoom: 1.1;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .building {
    margin-right: 50px;
    zoom: initial;
    background-size: initial;
    width: 100vw;
    max-width: 1920px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .building {
    width: auto;
    height: auto;
    margin-top: 300px;
    margin-right: 0px;
    margin-left: -300px;
    background: none;
    min-width: initial;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .building .animation {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 764px;
    height: 430px;
    background: url("../images/spritesheet-mobile.png");
  }
}
.indexWrap .index-value .valueWrap .valueList {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.indexWrap .index-value .valueWrap .valueList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li {
    min-width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 75px 0 25px;
  }
}
.indexWrap .index-value .valueWrap .valueList li .deco {
  position: absolute;
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(1) {
  margin-top: 150px;
  margin-right: 90px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(1) .line-bar {
  width: 560px;
  height: 1px;
  right: -126px;
  top: 429px;
  -webkit-transform: rotate(28.7deg);
  transform: rotate(28.7deg);
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) .line-bar {
    right: -144px;
    top: 318px;
    -webkit-transform: rotate(33.7deg);
    transform: rotate(33.7deg);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) .line-bar {
    right: -153px;
    top: 356px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) .deco {
    left: auto;
    bottom: auto;
    right: 0px;
    top: 20px;
    zoom: 1.4;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) .deco {
    zoom: 1;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(1) .info-area {
    margin-top: -50px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(2) {
  margin-top: 409px;
  margin-right: 72px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(2) {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(2) .line-bar {
  width: 1322px;
  height: 1px;
  right: -336px;
  top: -171px;
  -webkit-transform: rotate(-15.6deg);
  transform: rotate(-15.6deg);
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(2) .line-bar {
    width: 900px;
    right: -287px;
    top: -146px;
    -webkit-transform: rotate(-26.8deg);
    transform: rotate(-26.8deg);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(2) .line-bar {
    right: -307px;
    top: -154px;
    -webkit-transform: rotate(-25.8deg);
    transform: rotate(-25.8deg);
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(2) .deco {
  left: -149px;
  top: 430px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(2) .deco {
    left: -149px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(2) .deco {
    left: auto;
    right: 0px;
    top: 20px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(3) {
  margin-top: 50px;
  margin-right: -77px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(3) {
    margin-top: 0px;
    margin-right: 0px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(3) .line-bar {
  width: 718px;
  height: 1px;
  right: -24px;
  top: 734px;
  -webkit-transform: rotate(10.5deg);
  transform: rotate(10.5deg);
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(3) .line-bar {
    width: 550px;
    right: -16px;
    top: 575px;
    -webkit-transform: rotate(23.25deg);
    transform: rotate(23.25deg);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(3) .line-bar {
    top: 628px;
    right: -5px;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(3) .deco {
  right: -30px;
  bottom: 119px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(3) .deco {
    right: -90px;
    bottom: 119px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(3) .deco {
    left: auto;
    bottom: auto;
    right: 0px;
    top: 20px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(4) {
  margin-top: 400px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(4) {
    margin-top: 0px;
    padding: 0 40px 0 25px;
  }
}
.indexWrap .index-value .valueWrap .valueList li:nth-child(4) .deco {
  left: -105px;
  top: 314px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li:nth-child(4) .deco {
    left: auto;
    bottom: auto;
    right: 0px;
    top: 20px;
  }
}
.indexWrap .index-value .valueWrap .valueList li .pic {
  position: relative;
  margin-right: -50px;
  z-index: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .pic {
    margin-right: -10px;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .pic {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .pic {
    width: 600px;
    margin-bottom: 45px;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .pic {
    width: 325px;
  }
}
.indexWrap .index-value .valueWrap .valueList li .pic img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .pic img {
    zoom: 0.7;
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -135px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area {
    max-width: 100vw;
    position: relative;
    margin-left: 0px;
    z-index: 1;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area.is-show .number,
  .indexWrap .index-value .valueWrap .valueList li .info-area.is-show .en,
  .indexWrap .index-value .valueWrap .valueList li .info-area.is-show .line,
  .indexWrap .index-value .valueWrap .valueList li .info-area.is-show .ch,
  .indexWrap .index-value .valueWrap .valueList li .info-area.is-show .content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area .number {
  position: relative;
  font: 400 155px/1 "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  margin-right: 50px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .number {
    font: 400 110px/1 "Montserrat", sans-serif;
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .number {
    font: 400 100px/1 "Montserrat", sans-serif;
    position: absolute;
    margin-right: 0;
    top: -95px;
    left: -25px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .number {
    font: 400 81px/1 "Montserrat", sans-serif;
    top: -84px;
    left: 10px;
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area .en {
  position: relative;
  font: 500 46px/1 "Poppins", sans-serif;
  color: #727171;
  letter-spacing: 3px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .en {
    font: 500 40px/1 "Poppins", sans-serif;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .en {
    font: 500 36px/1 "Poppins", sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .en {
    font: 500 30px/1 "Poppins", sans-serif;
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area .line {
  margin: 25px 0 20px -20px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .line {
    margin: 6px 0 12px -10px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area .ch {
  font: 400 21px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .ch {
    font: 400 18px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .ch {
    font: 400 16px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 18px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .ch {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
  }
}
.indexWrap .index-value .valueWrap .valueList li .info-area .content {
  max-width: 366px;
  font: 400 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 32px;
  text-align: justify;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .content {
    max-width: 300px;
    font: 400 14px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .content {
    margin-bottom: 0;
    letter-spacing: 2px;
    max-width: 240px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value .valueWrap .valueList li .info-area .content {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
  }
}
.indexWrap .index-value .valueWrap .valueList li .line-bar {
  position: absolute;
  background-color: rgba(132, 132, 132, 0.7725490196);
}
.indexWrap .index-value .valueWrap .valueList li .line-bar .line {
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  height: 1px;
  background-color: #293e8b;
}
.indexWrap .index-value-final {
  width: 100%;
  height: 1000px;
  position: relative;
  background-color: #ebecec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  margin-bottom: -108px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final {
    height: calc(65vh + 100px);
    margin-bottom: -100px;
  }
}
.indexWrap .index-value-final .deco {
  position: absolute;
}
.indexWrap .index-value-final .deco.top {
  left: 110px;
  top: 180px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .deco.top {
    left: 10px;
    top: 80px;
  }
}
.indexWrap .index-value-final .deco.bottom {
  bottom: 150px;
  right: 120px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .deco.bottom {
    bottom: 50px;
    right: 10px;
  }
}
.indexWrap .index-value-final .bg-deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: url("../images/index-value-bg.png");
}
.indexWrap .index-value-final .article {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 2;
}
.indexWrap .index-value-final .article.is-show div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.indexWrap .index-value-final .article div {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.indexWrap .index-value-final .article .en {
  position: relative;
  font: 500 46px/1 "Poppins", sans-serif;
  color: #727171;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .article .en {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value-final .article .en {
    font: 500 18px/1 "Poppins", sans-serif;
    margin-bottom: 20px;
    text-align: center;
  }
}
.indexWrap .index-value-final .article .little {
  max-width: 170px;
  position: absolute;
  right: -130px;
  top: 30px;
  font: 600 13px/1.4 "Poppins", sans-serif;
  color: #293e8b;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-value-final .article .little {
    right: -98px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .article .little {
    max-width: 130px;
    right: -105px;
    top: -60px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value-final .article .little {
    max-width: 80px;
    font: 400 6px/1.4 "Poppins", sans-serif;
    right: -30px;
    top: -11px;
  }
}
.indexWrap .index-value-final .article .ch {
  font: 400 21px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #727171;
  text-align: center;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .article .ch {
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value-final .article .ch {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-value-final .article .note {
    vertical-align: bottom;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-value-final .article .note {
    zoom: 0.75;
  }
}
.indexWrap .index-advantage {
  padding: 70px 0 0px;
  overflow: hidden;
}
.indexWrap .index-advantage .advantage-area {
  background-color: #dedede;
  padding: 0px 0 235px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area {
    padding: 0px 0 150px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area {
    padding: 0px 0 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area {
    padding: 85px 25px 120px;
  }
}
.indexWrap .index-advantage .advantage-area .article-area {
  padding: 160px 0 0 170px;
  margin-bottom: 115px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area {
    padding: 140px 0 0 80px;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area {
    padding: 0px;
    display: block;
    margin-bottom: 60px;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .cat {
  position: relative;
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #dedede;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 0.6px;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
.indexWrap .index-advantage .advantage-area .article-area .cat::after {
  position: absolute;
  content: "";
  left: -270px;
  bottom: 0;
  width: 692px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .cat::after {
    width: 350px;
    left: -40px;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .en {
  position: relative;
  font: 500 73px/1 "Poppins", sans-serif;
  color: #293f8b;
  letter-spacing: 3px;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .en {
    font: 500 60px/1 "Poppins", sans-serif;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .en {
    font: 500 37px/1 "Poppins", sans-serif;
    letter-spacing: 1px;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .en::before {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .en::before {
    display: block;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .ch {
  font: 600 23px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .ch {
    font: 600 20px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 13px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .ch {
    font: 600 13px/1.6 "Noto Sans TC", sans-serif;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .content {
  max-width: 600px;
  font: 400 14px/1.7 "Noto Sans TC", sans-serif;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .content {
    max-width: 500px;
    font: 400 13px/1.7 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .content {
    font: 400 12px/1.7 "Noto Sans TC", sans-serif;
    max-width: 300px;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .left {
  margin-right: 95px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .left {
    margin-right: 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .article-area .left {
    margin-right: 0;
  }
}
.indexWrap .index-advantage .advantage-area .article-area .right {
  margin-top: 50px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .article-area .right {
    margin-top: 33px;
  }
}
.indexWrap .index-advantage .advantage-area .swiper-container {
  margin-bottom: 100px;
}
.indexWrap .index-advantage .advantage-area .swiper-container .swiper-wrapper {
  -webkit-transition: 0.4s ease-out !important;
  transition: 0.4s ease-out !important;
}
.indexWrap .index-advantage .advantage-area .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.indexWrap .index-advantage .advantage-area .swiper-slide.first {
  margin-left: 170px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-slide.first {
    margin-left: 80px;
  }
}
.indexWrap .index-advantage .advantage-area .swiper-slide.last {
  margin-right: 250px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-slide.last {
    margin-right: 180px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .advantageList {
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-advantage .advantage-area .advantageList {
    padding: 0 0px;
  }
}
.indexWrap .index-advantage .advantage-area .advantageList > li {
  position: relative;
  margin-right: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .advantageList > li {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.indexWrap .index-advantage .advantage-area .advantageList > li.is-open .article > .open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.indexWrap .index-advantage .advantage-area .advantageList > li.is-open .article > .open .minus {
  opacity: 1;
}
.indexWrap .index-advantage .advantage-area .advantageList > li.is-open .article > .open .add {
  opacity: 0;
}
.indexWrap .index-advantage .advantage-area .advantageList > li:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .advantageList > li:last-child {
    margin-bottom: 0px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .advantageList > li > .num {
    font: 400 24px/1 "Montserrat", sans-serif;
    color: #293e8b;
    position: absolute;
    left: -40px;
    top: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-advantage .advantage-area .advantageList > li > .num {
    font: 400 9px/1 "Montserrat", sans-serif;
    position: absolute;
    left: -15px;
    top: 0;
  }
}
.indexWrap .index-advantage .advantage-area .advantageList > li .article > .open {
  position: relative;
}
.indexWrap .index-advantage .advantage-area .advantageList > li .article > .open .add,
.indexWrap .index-advantage .advantage-area .advantageList > li .article > .open .minus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.indexWrap .index-advantage .advantage-area .advantageList > li .article > .open .minus {
  width: 19px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.indexWrap .index-advantage .advantage-area .pic-area {
  position: relative;
}
.indexWrap .index-advantage .advantage-area .pic-area .pic {
  width: 303px;
  aspect-ratio: 101/140;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .pic-area .pic {
    width: 250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .pic-area .pic {
    width: 200px;
    aspect-ratio: 101/180;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .pic {
    width: 100%;
    aspect-ratio: 3/1;
  }
}
.indexWrap .index-advantage .advantage-area .pic-area .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.indexWrap .index-advantage .advantage-area .pic-area.is-open .article .open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.indexWrap .index-advantage .advantage-area .pic-area .article {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font: 500 22px/1 "Noto Sans TC", sans-serif;
  color: #fff;
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.6980392157);
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article {
    font: 500 18px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article {
    font: 500 16px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article {
    border-top: none;
    height: 100%;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article {
    font: 500 16px/1 "Noto Sans TC", sans-serif;
  }
}
.indexWrap .index-advantage .advantage-area .pic-area .article::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 108px;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 62, 139, 0.5058823529)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(41, 62, 139, 0.5058823529) 0%, rgba(255, 255, 255, 0) 80%);
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article::after {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(41, 62, 139, 0.5058823529)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(41, 62, 139, 0.5058823529) 0%, rgba(255, 255, 255, 0) 80%);
  }
}
.indexWrap .index-advantage .advantage-area .pic-area .article div {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article .title {
    -webkit-box-flex: 10;
    -ms-flex: 10 1 0px;
    flex: 10 1 0;
    padding: 20px 45px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article .line {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6980392157);
  }
}
.indexWrap .index-advantage .advantage-area .pic-area .article .open {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-advantage .advantage-area .pic-area .article .open {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 20px;
  }
}
.indexWrap .index-advantage .advantage-area .info-area {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1042px;
  margin: 50px 10px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  left: 430px;
  bottom: auto;
  top: -3px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-pagination {
    width: 641px;
    left: 250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-pagination {
    width: 487px;
    left: 206px;
  }
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 7px;
  position: relative;
  height: 7px;
  margin: 0;
  background: #293f8b;
  opacity: 1;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0px;
  background-color: #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 5px;
  height: 6px;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 20px;
  height: 20px;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: 50px;
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet .num {
  position: absolute;
  font: 600 19px/1 "Montserrat", sans-serif;
  color: #727171;
  letter-spacing: 2px;
  left: -10px;
  top: -80px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet .num {
    font: 600 16px/1 "Montserrat", sans-serif;
  }
}
.indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet .title {
  position: absolute;
  font: 600 17px/1 "Noto Sans TC", sans-serif;
  color: #727171;
  letter-spacing: 2px;
  left: -34px;
  bottom: -80px;
  text-wrap: nowrap;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .swiper-pagination .swiper-pagination-bullet .title {
    font: 600 15px/1 "Noto Sans TC", sans-serif;
  }
}
.indexWrap .index-advantage .advantage-area .progress-bar {
  position: relative;
  height: 1px;
  background: #8b8b8b;
  width: 1287px;
  margin: 50px 110px 0 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .progress-bar {
    width: 800px;
    margin: 50px 80px 0 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .progress-bar {
    width: 600px;
    margin: 50px 80px 0 90px;
  }
}
.indexWrap .index-advantage .advantage-area .progress-bar::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #293f8b;
  left: -3px;
  top: -3px;
}
.indexWrap .index-advantage .advantage-area .progress-indicator {
  width: 20%;
  height: 2px;
  background: #293f8b;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: width 0.4s linear;
  transition: width 0.4s linear;
}
.indexWrap .index-advantage .advantage-area .arrow-area {
  margin-right: 90px;
}
@media print, screen and (max-width: 99.99875em) {
  .indexWrap .index-advantage .advantage-area .arrow-area {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-advantage .advantage-area .arrow-area {
    margin-right: 15px;
  }
}
.indexWrap .index-advantage .advantage-area .arrow-area > div {
  position: relative;
}
.indexWrap .index-advantage .advantage-area .arrow-area > div .ani {
  position: absolute;
  top: 0px;
  left: 0px;
}
.indexWrap .index-advantage .advantage-area .arrow-area .prev {
  margin-right: 50px;
}
.indexWrap .index-advantage .advantage-area .arrow-area svg .d {
  fill: none;
  stroke: #293f82;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.indexWrap .index-contact {
  position: relative;
  width: 100%;
  height: 664px;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-contact {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-contact {
    aspect-ratio: 5/3;
    overflow-y: hidden;
  }
}
.indexWrap .index-contact .mask {
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/index-contact-pic.jpg");
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
@media print, screen and (max-width: 74.99875em) {
  .indexWrap .index-contact .mask {
    background-attachment: initial;
  }
}
.indexWrap .index-contact .mask::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1921568627);
  opacity: 0;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.indexWrap .index-contact .mask:hover {
  background-size: 110%;
}
.indexWrap .index-contact .mask:hover::after {
  opacity: 1;
}
.indexWrap .index-contact .mask.is-show {
  background-size: 110%;
}
.indexWrap .index-contact .mask.is-show::after {
  opacity: 1;
}
.indexWrap .index-contact .link-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexWrap .index-contact .link-area .text {
  font: 500 46px/1 "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-contact .link-area .text {
    font: 500 19px/1 "Poppins", sans-serif;
  }
}
.indexWrap .index-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.indexWrap .index-contact .contact {
  position: relative;
  margin: 0 0 0 88px;
}
@media print, screen and (max-width: 64.06125em) {
  .indexWrap .index-contact .contact {
    margin: 0 0 0 120px;
    zoom: 0.3;
  }
}
.indexWrap .index-contact .contact .arrow {
  position: absolute;
  top: 90px;
  left: 44px;
}
.indexWrap .index-contact .contact .border {
  position: absolute;
  top: 0px;
  left: 0px;
}
.indexWrap .index-contact .contact .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

.index-fancy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3882352941);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
.index-fancy.is-show {
  opacity: 1;
  pointer-events: all;
}
.index-fancy .close {
  position: absolute;
  right: -15px;
  top: -5px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .close {
    zoom: 0.7;
    position: static;
  }
}
.index-fancy .close .d {
  fill: #fff;
}
.index-fancy .slide-area {
  width: 1010px;
  background-color: #818181;
  max-height: 623px;
  overflow-x: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area {
    width: 100%;
    max-height: 900px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area {
    max-height: 450px;
  }
}
.index-fancy .slide-area {
  /* 整體滾動條的寬度或高度 */
}
.index-fancy .slide-area::-webkit-scrollbar {
  width: 8px;
  /* 垂直滾動條的寬度 */
  height: 12px;
  /* 水平滾動條的高度 */
}
.index-fancy .slide-area {
  /* 滾動條的軌道 */
}
.index-fancy .slide-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 軌道背景色 */
  border-radius: 10px;
}
.index-fancy .slide-area {
  /* 滾動條滑塊 */
}
.index-fancy .slide-area::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑塊背景色 */
  border-radius: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area {
    margin-top: 10px;
  }
}
.index-fancy .slide-area .slide-inner {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  padding: 40px 68px 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .slide-inner {
    min-width: initial;
    max-width: 100%;
    position: relative;
    padding: 28px 15px 60px;
  }
}
.index-fancy .slide-area .titleWrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 74px;
  text-wrap: nowrap;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap {
    position: relative;
    margin-bottom: 55px;
  }
}
.index-fancy .slide-area .titleWrap .num {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font: 400 76px/1 "Montserrat", sans-serif;
  color: #818181;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
  /* 右上陰影 */
  margin-right: 35px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap .num {
    font: 400 60px/1 "Montserrat", sans-serif;
    margin-right: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-shadow: 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px -0.5px 0 #fff;
    /* 右上陰影 */
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area .titleWrap .num {
    font: 400 34px/1 "Montserrat", sans-serif;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 0px;
    flex: 2 1 0;
    margin-right: 0;
  }
}
.index-fancy .slide-area .titleWrap > .title {
  -webkit-box-flex: 10;
  -ms-flex: 10 1 0px;
  flex: 10 1 0;
  position: relative;
}
.index-fancy .slide-area .titleWrap > .title > .deco {
  position: absolute;
  top: 27px;
  left: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title > .deco {
    left: -10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area .titleWrap > .title > .deco {
    top: 18px;
    left: -1px;
  }
}
.index-fancy .slide-area .titleWrap > .title > .deco .line-1 {
  width: 614px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title > .deco .line-1 {
    position: relative;
    width: 500px;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area .titleWrap > .title > .deco .line-1 {
    width: 240px;
  }
}
.index-fancy .slide-area .titleWrap > .title > .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: 0px;
  top: -38px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title > .deco .line-2 {
    height: 30px;
    right: 0;
    top: -15px;
  }
}
.index-fancy .slide-area .titleWrap > .title > .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  top: -3px;
  right: -3px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title > .deco .square {
    width: 3px;
    height: 3px;
    right: -1px;
    top: -1px;
  }
}
.index-fancy .slide-area .titleWrap > .title .ch {
  font: 400 17px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title .ch {
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area .titleWrap > .title .ch {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 10px;
  }
}
.index-fancy .slide-area .titleWrap > .title .content {
  font: 400 13px/1.8 "Noto Sans TC", sans-serif;
  max-width: 600px;
  text-wrap: auto;
  letter-spacing: 2px;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap > .title .content {
    max-width: 500px;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .index-fancy .slide-area .titleWrap > .title .content {
    max-width: 230px;
    font: 400 9px/1.8 "Noto Sans TC", sans-serif;
  }
}
.index-fancy .slide-area .titleWrap .other {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5 1 0px;
  flex: 1.5 1 0;
  margin-top: 10px;
}
.index-fancy .slide-area .titleWrap .other .title {
  font: 500 italic 11px/1 "Roboto", system-ui;
  color: #293f8b;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap .other .title {
    font: 400 italic 8px/1 "Roboto", system-ui;
    margin-bottom: 2px;
  }
}
.index-fancy .slide-area .titleWrap .other .info {
  font: 400 11px/1 "Roboto", system-ui;
  color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap .other .info {
    font: 300 italic 8px/1 "Roboto", system-ui;
  }
}
.index-fancy .slide-area .titleWrap .other .part {
  margin-bottom: 11px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .titleWrap .other .part {
    margin-bottom: 5px;
  }
}
.index-fancy .slide-area .contentWrap .QAList li {
  padding: 22px 28px;
  border-top: 1px solid #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .contentWrap .QAList li {
    padding: 18px 15px;
  }
}
.index-fancy .slide-area .contentWrap .QAList li:last-child {
  border-bottom: 1px solid #fff;
}
.index-fancy .slide-area .contentWrap .QAList li.is-open .question .open {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index-fancy .slide-area .contentWrap .QAList li .question .ch {
  font: 400 15px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #fff;
  margin-right: 18px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .contentWrap .QAList li .question .ch {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-right: 10px;
    text-wrap: nowrap;
  }
}
.index-fancy .slide-area .contentWrap .QAList li .question .en {
  font: 400 15px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #c2c3c3;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .contentWrap .QAList li .question .en {
    font: 400 9px/1 "Poppins", sans-serif;
    letter-spacing: 0.5px;
  }
}
.index-fancy .slide-area .contentWrap .QAList li .question .open {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.index-fancy .slide-area .contentWrap .QAList li .answer {
  display: none;
  padding: 35px 0;
}
.index-fancy .slide-area .contentWrap .QAList li .answer .line {
  width: 8px;
  height: 1px;
  background-color: #293e8b;
  margin-bottom: 35px;
}
.index-fancy .slide-area .contentWrap .QAList li .answer .content {
  max-width: 700px;
  font: 400 13px/2.2 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  text-align: justify;
  color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .index-fancy .slide-area .contentWrap .QAList li .answer .content {
    font: 400 12px/2.2 "Noto Sans TC", sans-serif;
    max-width: 100%;
    letter-spacing: 1px;
  }
}

.news-bannerWrap {
  position: relative;
  padding: 280px 185px 0;
}
@media print, screen and (max-width: 99.99875em) {
  .news-bannerWrap {
    padding: 180px 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-bannerWrap {
    padding: 150px 80px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap {
    padding: 115px 50px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap {
    padding: 115px 25px 0;
  }
}
.news-bannerWrap .title-area {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .news-bannerWrap .title-area {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area {
    margin-bottom: 35px;
  }
}
.news-bannerWrap .title-area .en-title {
  position: relative;
  margin-bottom: 35px;
  font: 400 117px/0.75 "Roboto", system-ui;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  color: #f3f3f2;
}
@media print, screen and (max-width: 74.99875em) {
  .news-bannerWrap .title-area .en-title {
    font: 400 72px/0.75 "Roboto", system-ui;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap .title-area .en-title {
    font: 400 48px/0.75 "Roboto", system-ui;
    margin-bottom: 15px;
  }
}
.news-bannerWrap .title-area .en {
  margin-bottom: 60px;
  color: #293f8b;
  font: 400 45px/1.2 "Roboto", system-ui;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 74.99875em) {
  .news-bannerWrap .title-area .en {
    font: 400 25px/1.2 "Roboto", system-ui;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap .title-area .en {
    font: 400 18px/1.2 "Roboto", system-ui;
    margin-bottom: 18px;
  }
}
.news-bannerWrap .title-area .ch {
  color: #4d4d4d;
  font: 400 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 5px;
}
@media print, screen and (max-width: 74.99875em) {
  .news-bannerWrap .title-area .ch {
    font: 400 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 4px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap .title-area .ch {
    font: 400 13px/1.2 "Roboto", system-ui;
    letter-spacing: 3px;
  }
}
.news-bannerWrap .title-area .deco {
  position: absolute;
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .news-bannerWrap .title-area .deco {
    zoom: 0.6;
  }
}
.news-bannerWrap .title-area .deco.top {
  top: -6px;
  left: -42px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.top {
    left: -30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap .title-area .deco.top {
    top: -7px;
    left: -25px;
  }
}
.news-bannerWrap .title-area .deco.top .line-1 {
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.top .line-1 {
    width: 85px;
  }
}
.news-bannerWrap .title-area .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -20px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.top .line-2 {
    height: 24px;
    top: -5px;
  }
}
.news-bannerWrap .title-area .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.top .square {
    width: 3px;
    height: 3px;
    bottom: -8px;
    right: -21px;
  }
}
.news-bannerWrap .title-area .deco.top.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.news-bannerWrap .title-area .deco.top.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news-bannerWrap .title-area .deco.top.is-show .square {
  opacity: 1;
}
.news-bannerWrap .title-area .deco.bottom {
  top: 85px;
  left: 365px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.bottom {
    left: 305px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .news-bannerWrap .title-area .deco.bottom {
    left: 172px;
    top: 36px;
  }
}
.news-bannerWrap .title-area .deco.bottom .line-1 {
  position: absolute;
  width: 414px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -134px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.bottom .line-1 {
    width: 104px;
    bottom: -54px;
  }
}
.news-bannerWrap .title-area .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 168px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -353px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.bottom .line-2 {
    height: 77px;
    right: -53px;
    top: -9px;
  }
}
.news-bannerWrap .title-area .deco.bottom .line-3 {
  position: absolute;
  width: 748px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -453px;
  top: 0px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.bottom .line-3 {
    width: 228px;
    right: -86px;
  }
}
.news-bannerWrap .title-area .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -136px;
  right: -355px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-bannerWrap .title-area .deco.bottom .square {
    right: -54px;
    bottom: -55px;
    width: 3px;
    height: 3px;
  }
}
.news-bannerWrap .title-area .deco.bottom.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.news-bannerWrap .title-area .deco.bottom.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.news-bannerWrap .title-area .deco.bottom.is-show .line-3 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.news-bannerWrap .title-area .deco.bottom.is-show .square {
  opacity: 1;
}
.news-bannerWrap .scrolldown {
  position: absolute;
  right: 150px;
  top: 400px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-bannerWrap .scrolldown {
    right: 75px;
    top: 300px;
  }
}

.newsListWrap {
  padding: 0px 185px 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap {
    padding: 0px 120px 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .newsListWrap {
    padding: 0px 80px 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap {
    padding: 0px 50px 70px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newsListWrap {
    padding: 0px 25px 70px;
  }
}
.newsListWrap .catWrap {
  margin-bottom: 105px;
  border-top: 1px #293f8b solid;
  border-bottom: 1px #293f8b solid;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap .catWrap {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .catWrap {
    display: block;
    border-top: none;
    border-bottom: none;
    margin-bottom: 65px;
  }
}
.newsListWrap .cat-title {
  position: relative;
  color: #293f8b;
  font: 700 18px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  padding: 35px 40px 35px 20px;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap .cat-title {
    font: 700 16px/1 "Roboto", system-ui;
    padding: 25px 30px 25px 15px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .cat-title {
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newsListWrap .cat-title {
    font: 700 11px/1 "Roboto", system-ui;
  }
}
.newsListWrap .cat-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #333333;
}
.newsListWrap .catList {
  color: #293f8b;
  font: 500 16px/1 "Roboto", system-ui;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap .catList {
    font: 500 14px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .catList {
    border-top: 1px rgba(41, 62, 139, 0.4784313725) solid;
    border-bottom: 1px rgba(41, 62, 139, 0.4784313725) solid;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newsListWrap .catList {
    font: 500 13px/1 "Roboto", system-ui;
  }
}
.newsListWrap .catList li {
  position: relative;
  padding: 35px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap .catList li {
    padding: 25px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .catList li {
    padding: 20px;
  }
}
.newsListWrap .catList li:hover {
  background-color: #fff;
}
.newsListWrap .catList li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #333333;
}
.newsListWrap .catList li.current {
  background-color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .catList li:last-child::after {
    display: none;
  }
}
.newsListWrap .newsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 180px 55px;
  padding-bottom: 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .newsListWrap .newsList {
    grid-gap: 100px 35px;
    padding-bottom: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .newsListWrap .newsList {
    grid-gap: 80px 25px;
    padding-bottom: 90px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .newsList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 15px 50px;
    grid-gap: 55px 0px;
  }
}
.newsListWrap .newsList li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.newsListWrap .newsList .pic {
  width: 100%;
  aspect-ratio: 237/206;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .newsList .pic {
    aspect-ratio: 237/150;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .newsListWrap .newsList .pic {
    aspect-ratio: 237/206;
  }
}
.newsListWrap .newsList .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
}
.newsListWrap .newsList .pic .hover {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .newsList .pic .hover img {
    width: 54px;
    height: 54px;
  }
}
.newsListWrap .newsList .info {
  font: 700 14px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  color: #4d4d4d;
  padding-bottom: 14px;
  border-bottom: 1px #4d4d4d solid;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .newsList .info {
    font: 700 12px/1 "Roboto", system-ui;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.newsListWrap .newsList .title {
  font: 700 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1.5px;
  color: #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .newsListWrap .newsList .title {
    font: 400 13px/1.4 "Roboto", system-ui;
    letter-spacing: 0.5px;
  }
}

.portfolioListWrap {
  padding: 0px 185px 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap {
    padding: 0px 120px 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap {
    padding: 0px 80px 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap {
    padding: 0px 50px 70px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap {
    padding: 0px 25px 70px;
  }
}
.portfolioListWrap .catWrap {
  margin-bottom: 105px;
  border-top: 1px #293f8b solid;
  border-bottom: 1px #293f8b solid;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap .catWrap {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .catWrap {
    display: block;
    border-top: none;
    border-bottom: none;
    margin-bottom: 40px;
  }
}
.portfolioListWrap .cat-title {
  position: relative;
  color: #293f8b;
  font: 700 18px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  padding: 35px 40px 35px 20px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap .cat-title {
    font: 700 16px/1 "Roboto", system-ui;
    padding: 25px 30px 25px 15px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .cat-title {
    margin-bottom: 10px;
    padding: 0px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .cat-title {
    font: 700 11px/1 "Roboto", system-ui;
  }
}
.portfolioListWrap .cat-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #333333;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .cat-title::after {
    display: none;
  }
}
.portfolioListWrap .catList {
  color: #293f8b;
  font: 500 16px/1 "Roboto", system-ui;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap .catList {
    font: 500 14px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .catList {
    border-top: 1px rgba(41, 62, 139, 0.4784313725) solid;
    border-bottom: 1px rgba(41, 62, 139, 0.4784313725) solid;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .catList {
    font: 500 13px/1 "Roboto", system-ui;
  }
}
.portfolioListWrap .catList li {
  position: relative;
  padding: 35px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap .catList li {
    padding: 25px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .catList li {
    padding: 20px 10px;
  }
}
.portfolioListWrap .catList li:hover {
  background-color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .catList li:last-child::after {
    display: none;
  }
}
.portfolioListWrap .catList li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #333333;
}
.portfolioListWrap .catList li.current {
  background-color: #fff;
}
.portfolioListWrap .newsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 180px 55px;
  padding-bottom: 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolioListWrap .newsList {
    grid-gap: 100px 35px;
    padding-bottom: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList {
    grid-gap: 80px 25px;
    padding-bottom: 90px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .newsList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 0px 50px;
    grid-gap: 60px 0px;
  }
}
.portfolioListWrap .newsList li:hover .pic img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.portfolioListWrap .newsList .num {
  font: 400 32px/1 "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  color: #293f8b;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .num {
    font: 400 20px/1 "Montserrat", sans-serif;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .newsList .num {
    font: 400 12px/1 "Montserrat", sans-serif;
  }
}
.portfolioListWrap .newsList .num .cat {
  font: 400 16px/1 "Noto Sans TC", sans-serif;
}
.portfolioListWrap .newsList .pic {
  width: 100%;
  aspect-ratio: 287/168;
  margin-bottom: 35px;
  overflow: hidden;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .pic {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .newsList .pic {
    aspect-ratio: 4/3;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .newsList .pic {
    aspect-ratio: 1/1.1;
    margin-bottom: 15px;
  }
}
.portfolioListWrap .newsList .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.portfolioListWrap .newsList .info {
  font: 400 14px/1 "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  color: #293f8b;
  padding-bottom: 14px;
  border-bottom: 1px #293f8b solid;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .info {
    font: 400 13px/1 "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolioListWrap .newsList .info {
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .newsList .info {
    font: 400 12px/1 "Montserrat", sans-serif;
  }
}
.portfolioListWrap .newsList .info .cat {
  font: 400 16px/1 "Noto Sans TC", sans-serif;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .info .cat {
    font: 400 14px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .newsList .info .cat {
    font: 400 12px/1 "Noto Sans TC", sans-serif;
  }
}
.portfolioListWrap .newsList .en-title {
  font: 400 24px/1 "Roboto", system-ui;
  letter-spacing: 2px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .en-title {
    font: 400 20px/1 "Roboto", system-ui;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .newsList .en-title {
    font: 400 16px/1 "Roboto", system-ui;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
}
.portfolioListWrap .newsList .title {
  font: 400 23px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #333333;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolioListWrap .newsList .title {
    font: 400 18px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolioListWrap .newsList .title {
    font: 400 14px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
  }
}

.news-detailBanner {
  position: relative;
  width: 100%;
  height: 740px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailBanner {
    height: 80vh;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-detailBanner {
    height: 70vh;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailBanner {
    height: 55vw;
  }
}

.news-detailWrap {
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
  padding: 140px 0 50px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .news-detailWrap {
    max-width: 900px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap {
    max-width: 100%;
    padding: 55px 40px 30px;
  }
}
.news-detailWrap .deco {
  position: absolute;
}
.news-detailWrap .deco.top {
  top: 115px;
  left: -70px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top {
    top: 44px;
    left: 22px;
  }
}
.news-detailWrap .deco.top .line-1 {
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top .line-1 {
    left: 0px;
  }
}
.news-detailWrap .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 50px;
  top: -26px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top .line-2 {
    left: 12px;
    top: -6px;
  }
}
.news-detailWrap .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -3px;
  left: 48px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top .square {
    bottom: -1px;
    left: 11px;
    width: 3px;
    height: 3px;
  }
}
.news-detailWrap .deco.top.is-show .line-1 {
  width: 300px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top.is-show .line-1 {
    width: 50px;
  }
}
.news-detailWrap .deco.top.is-show .line-2 {
  height: 65px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.top.is-show .line-2 {
    height: 27px;
  }
}
.news-detailWrap .deco.top.is-show .square {
  opacity: 1;
}
.news-detailWrap .deco.bottom {
  top: 247px;
  right: -10px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap .deco.bottom {
    top: 220px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.bottom {
    top: auto;
    right: 25px;
    top: 115px;
  }
}
.news-detailWrap .deco.bottom .line-1 {
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  -webkit-transition: 1s all;
  transition: 1s all;
}
.news-detailWrap .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: 80px;
  top: -130px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.bottom .line-2 {
    right: 17px;
    top: -20px;
  }
}
.news-detailWrap .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -3px;
  right: 78px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.bottom .square {
    right: 16px;
    bottom: -1px;
    width: 3px;
    height: 3px;
  }
}
.news-detailWrap .deco.bottom.is-show .line-1 {
  width: 1400px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap .deco.bottom.is-show .line-1 {
    width: 900px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.bottom.is-show .line-1 {
    width: 290px;
  }
}
.news-detailWrap .deco.bottom.is-show .line-2 {
  height: 168px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .deco.bottom.is-show .line-2 {
    height: 30px;
  }
}
.news-detailWrap .deco.bottom.is-show .square {
  opacity: 1;
}
.news-detailWrap .cat {
  font: 700 16px/1 "Roboto", system-ui;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap .cat {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .cat {
    font: 700 12px/1 "Roboto", system-ui;
    margin-bottom: 12px;
  }
}
.news-detailWrap .title {
  font: 600 33px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap .title {
    font: 600 24px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .title {
    font: 600 18px/1.4 "Noto Sans TC", sans-serif;
    margin-bottom: 35px;
  }
}
.news-detailWrap .date {
  font: 14px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #3a3a3a;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .date {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
.news-detailWrap .article-area {
  font: 16px/1.6 "Noto Sans TC", sans-serif;
  position: relative;
  padding: 0 200px 100px;
  color: #3a3a3a;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  .news-detailWrap .article-area {
    padding: 0 120px 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .article-area {
    padding: 0 0px 50px;
    font-size: 12px;
  }
}
.news-detailWrap .article-area .scrolldown {
  right: -100px;
  top: 0px;
}
.news-detailWrap .article-area .pic {
  margin-bottom: 55px;
}
.news-detailWrap .article-area b {
  font: 800 28px/2 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .article-area b {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.8;
  }
}
.news-detailWrap .back {
  margin-top: 40px;
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .news-detailWrap .back {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .news-detailWrap .back {
    margin-top: 20px;
  }
}

.portfolio-detailWrap {
  position: relative;
  padding: 140px 0 235px;
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap {
    padding: 140px 0 180px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap {
    max-width: 100%;
    padding: 50px 0px;
  }
}
.portfolio-detailWrap .deco {
  position: absolute;
}
.portfolio-detailWrap .deco.top {
  top: -25px;
  left: -75px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.top {
    left: 5px;
    top: -15px;
  }
}
.portfolio-detailWrap .deco.top .line-1 {
  width: 0px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 100px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.top .line-1 {
    width: 30px;
  }
}
.portfolio-detailWrap .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 50px;
  top: -28px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.top .line-2 {
    height: 20px;
    top: -8px;
    left: 15px;
  }
}
.portfolio-detailWrap .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -2px;
  left: 48px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.top .square {
    width: 3px;
    height: 3px;
    bottom: -1px;
    left: 14px;
  }
}
.portfolio-detailWrap .deco.top.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.portfolio-detailWrap .deco.top.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.portfolio-detailWrap .deco.top.is-show .square {
  opacity: 1;
}
.portfolio-detailWrap .deco.bottom {
  top: 35px;
  left: 0px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .deco.bottom {
    top: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.bottom {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
  }
}
.portfolio-detailWrap .deco.bottom .line-1 {
  width: 1400px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -60px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .deco.bottom .line-1 {
    width: 1100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap .deco.bottom .line-1 {
    width: 1024px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.bottom .line-1 {
    width: 300px;
    left: 0px;
  }
}
.portfolio-detailWrap .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 168px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: 75px;
  top: -75px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.bottom .line-2 {
    height: 56px;
    right: 16px;
    top: -19px;
  }
}
.portfolio-detailWrap .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  right: 73px;
  top: -2px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .deco.bottom .square {
    width: 3px;
    height: 3px;
    right: 15px;
    top: -1px;
  }
}
.portfolio-detailWrap .deco.bottom.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.portfolio-detailWrap .deco.bottom.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.portfolio-detailWrap .deco.bottom.is-show .square {
  opacity: 1;
}
.portfolio-detailWrap .cat {
  font: 700 16px/1 "Roboto", system-ui;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .cat {
    margin-bottom: 25px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio-detailWrap .cat {
    font: 700 12px/1 "Roboto", system-ui;
  }
}
.portfolio-detailWrap .en-title {
  font: 33px/1 "Roboto", system-ui;
  letter-spacing: 2px;
  color: #4d4d4d;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .en-title {
    font: 600 24px/1 "Roboto", system-ui;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .en-title {
    font: 500 20px/1 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio-detailWrap .en-title {
    font: 500 13px/1 "Roboto", system-ui;
  }
}
.portfolio-detailWrap .date {
  font: 14px/1 "Noto Sans TC", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #3a3a3a;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .date {
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio-detailWrap .date {
    font: 12px/1 "Noto Sans TC", sans-serif;
  }
}
.portfolio-detailWrap .title-area {
  position: relative;
  max-width: 1390px;
  margin: 0 auto;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .title-area {
    max-width: 1100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap .title-area {
    max-width: 1000px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .title-area {
    padding: 0 40px;
  }
}
.portfolio-detailWrap .title-area > .title {
  font: 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #3a3a3a;
  margin-bottom: 180px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .title-area > .title {
    font: 17px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 45px;
  }
}
.portfolio-detailWrap .article-area {
  font: 16px/1.6 "Noto Sans TC", sans-serif;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0px 100px;
  color: #3a3a3a;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .article-area {
    font: 15px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap .article-area {
    font: 14px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area {
    padding: 0 25px 50px;
    font: 12px/1.6 "Noto Sans TC", sans-serif;
  }
}
.portfolio-detailWrap .article-area .portfolio {
  margin-bottom: 180px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .article-area .portfolio {
    margin-bottom: 120px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio {
    display: block;
    margin-bottom: 60px;
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio-detailWrap .article-area .portfolio {
    padding: 0 40px;
  }
}
.portfolio-detailWrap .article-area .portfolio .article {
  min-width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .article {
    min-width: initial;
  }
}
.portfolio-detailWrap .article-area .portfolio .article .up {
  margin-bottom: 30px;
}
.portfolio-detailWrap .article-area .portfolio .article .up > .title {
  font: 26px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #3a3a3a;
  margin-bottom: 55px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .article .up > .title {
    font: 14px/1 "Noto Sans TC", sans-serif;
    margin-bottom: 24px;
  }
}
.portfolio-detailWrap .article-area .portfolio .pic {
  width: 482px;
  aspect-ratio: 241/346;
  margin-right: 115px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .article-area .portfolio .pic {
    width: 400px;
    margin-right: 85px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap .article-area .portfolio .pic {
    width: 350px;
    margin-right: 50px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .pic {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.portfolio-detailWrap .article-area .portfolio .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-detailWrap .article-area .portfolio .cat {
  font: italic 700 12px/1 "Roboto", system-ui;
  letter-spacing: 0.5px;
  color: #293f8b;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .cat {
    font: italic 700 7px/1 "Roboto", system-ui;
    margin-bottom: 9px;
  }
}
.portfolio-detailWrap .article-area .portfolio .content {
  font: 15px/2 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #3a3a3a;
  max-width: 388px;
  text-align: justify;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .content {
    font: 13px/2 "Noto Sans TC", sans-serif;
    max-width: 100%;
  }
}
.portfolio-detailWrap .article-area .portfolio .down li {
  position: relative;
  margin-bottom: 43px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down li {
    border-bottom: 1px solid rgba(41, 62, 139, 0.368627451);
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
}
.portfolio-detailWrap .article-area .portfolio .down li:last-child {
  margin-bottom: 20px;
}
.portfolio-detailWrap .article-area .portfolio .down .title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font: 400 13px/1.4 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down .title {
    font: 400 12px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
  }
}
.portfolio-detailWrap .article-area .portfolio .down .name {
  -webkit-box-flex: 3;
  -ms-flex: 3 1 0px;
  flex: 3 1 0;
  font: 400 16px/1.4 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #727171;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down .name {
    font: 400 13px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
    padding-right: 10px;
  }
}
.portfolio-detailWrap .article-area .portfolio .down .deco {
  position: absolute;
  bottom: -17px;
  right: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down .deco {
    bottom: 5px;
    right: 0px;
  }
}
.portfolio-detailWrap .article-area .portfolio .down .deco .line-1 {
  width: 400px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  right: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down .deco .line-1 {
    display: none;
  }
}
.portfolio-detailWrap .article-area .portfolio .down .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 26px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: 0px;
  top: -11px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.portfolio-detailWrap .article-area .portfolio .down .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -2px;
  right: -2px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .portfolio .down .deco .square {
    width: 3px;
    height: 3px;
    bottom: -7px;
    right: -1px;
  }
}
.portfolio-detailWrap .article-area > .pic {
  margin-bottom: 55px;
}
.portfolio-detailWrap .article-area b {
  font: 600 24px/2 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .article-area b {
    font: 600 22px/2 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area b {
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .inner {
    padding: 0 20px;
  }
}
.portfolio-detailWrap .article-area .bottom {
  width: 100%;
  aspect-ratio: 1/1;
}
@media print, screen and (max-width: 99.99875em) {
  .portfolio-detailWrap .article-area .bottom {
    width: 80%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .portfolio-detailWrap .article-area .bottom {
    width: 60%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .article-area .bottom {
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .portfolio-detailWrap .article-area .bottom {
    padding: 0;
  }
}
.portfolio-detailWrap .article-area .bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-detailWrap .swiper {
  width: 100%;
  height: 100%;
}
.portfolio-detailWrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-detailWrap .picSwiper {
  margin-bottom: 90px;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .picSwiper {
    margin-bottom: 60px;
  }
}
.portfolio-detailWrap .back-area {
  max-width: 980px;
  margin: 40px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .portfolio-detailWrap .back-area {
    margin: 20px 0 0;
    max-width: 100%;
    padding: 0 25px;
  }
}

.technique-bannerWrap {
  position: relative;
  padding: 280px 185px 0;
  max-width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap {
    padding: 180px 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap {
    height: 80vh;
    padding: 150px 80px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap {
    padding: 150px 25px 0;
    height: 70vh;
  }
}
.technique-bannerWrap .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 4182px;
  height: 100vh;
  background: url("../images/technique-banner.jpg") center/cover no-repeat;
  -webkit-animation: slideMove 50s linear infinite;
  animation: slideMove 50s linear infinite;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .banner {
    height: 70vh;
    -webkit-animation: slideMove-mobile 200s linear infinite;
    animation: slideMove-mobile 200s linear infinite;
  }
}
.technique-bannerWrap .title-area {
  position: relative;
  margin-bottom: 90px;
}
.technique-bannerWrap .title-area.is-show .en-title {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.technique-bannerWrap .title-area.is-show .en {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.technique-bannerWrap .title-area.is-show .ch {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.technique-bannerWrap .title-area .en-title {
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .en-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .en-title img {
    height: 75px;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .en-title img {
    height: 65px;
  }
}
.technique-bannerWrap .title-area .en {
  margin-bottom: 60px;
  color: #fff;
  font: 400 45px/1.2 "Roboto", system-ui;
  letter-spacing: 2px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .en {
    font: 400 35px/1.2 "Roboto", system-ui;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .en {
    font: 400 25px/1.2 "Roboto", system-ui;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .en {
    font: 400 18px/1.2 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}
.technique-bannerWrap .title-area .ch {
  color: #fff;
  font: 400 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 5px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .ch {
    font: 400 25px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .ch {
    font: 400 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 4px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .ch {
    font: 400 17px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
.technique-bannerWrap .title-area .deco {
  position: absolute;
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .deco {
    zoom: 0.965;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .deco {
    zoom: 0.85;
  }
}
.technique-bannerWrap .title-area .deco.top {
  top: -6px;
  left: -42px;
}
.technique-bannerWrap .title-area .deco.top .line-1 {
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.top .line-1 {
    position: static;
    width: 135px;
  }
}
.technique-bannerWrap .title-area .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -20px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.top .line-2 {
    height: 28px;
    right: auto;
    left: 30px;
    top: -8px;
  }
}
.technique-bannerWrap .title-area .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.top .square {
    width: 3px;
    height: 3px;
    right: auto;
    left: 29px;
    bottom: auto;
    top: -1px;
  }
}
.technique-bannerWrap .title-area .deco.top.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.technique-bannerWrap .title-area .deco.top.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.technique-bannerWrap .title-area .deco.top.is-show .square {
  opacity: 1;
}
.technique-bannerWrap .title-area .deco.bottom {
  top: 85px;
  left: 365px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .deco.bottom {
    top: 64px;
    left: 345px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.bottom {
    left: auto;
    right: 0px;
    top: 38px;
  }
}
.technique-bannerWrap .title-area .deco.bottom .line-1 {
  position: absolute;
  width: 414px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  bottom: -150px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .line-1 {
    bottom: -130px;
    left: -60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .line-1 {
    bottom: -120px;
    left: -100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.bottom .line-1 {
    width: 180px;
    bottom: -70px;
    left: auto;
    right: 5px;
  }
}
.technique-bannerWrap .title-area .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -353px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .line-2 {
    right: -250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .line-2 {
    right: -285px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.bottom .line-2 {
    right: 20px;
    top: -8px;
    height: 100px;
  }
}
.technique-bannerWrap .title-area .deco.bottom .line-3 {
  position: absolute;
  width: 748px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -453px;
  top: 0px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.bottom .line-3 {
    position: static;
    width: 237px;
  }
}
.technique-bannerWrap .title-area .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  bottom: -152px;
  right: -355px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .square {
    bottom: -133px;
    right: -253px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-bannerWrap .title-area .deco.bottom .square {
    bottom: -124px;
    right: -288px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-bannerWrap .title-area .deco.bottom .square {
    width: 3px;
    height: 3px;
    bottom: -71px;
    right: 19px;
  }
}
.technique-bannerWrap .title-area .deco.bottom.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.technique-bannerWrap .title-area .deco.bottom.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.technique-bannerWrap .title-area .deco.bottom.is-show .line-3 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.technique-bannerWrap .title-area .deco.bottom.is-show .square {
  opacity: 1;
}

.techniqueListWrap {
  position: relative;
  margin-top: -43px;
  max-width: 100vw;
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap {
    margin-top: -34px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap {
    margin-top: -26px;
  }
}
.techniqueListWrap .chooseList {
  position: absolute;
  z-index: 5;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList {
    right: 35px;
    top: -60px;
  }
}
.techniqueListWrap .chooseList li:first-child {
  margin-right: 18px;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:first-child {
    margin-right: 15px;
  }
}
.techniqueListWrap .chooseList li:first-child .d {
  fill: #b5b5b6;
}
.techniqueListWrap .chooseList li:first-child .e {
  fill: none;
  stroke: #b5b5b6;
  stroke-miterlimit: 10;
}
.techniqueListWrap .chooseList li:first-child.current .d {
  fill: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:first-child.current .d {
    fill: #fff;
  }
}
.techniqueListWrap .chooseList li:first-child.current .e {
  stroke: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:first-child.current .e {
    stroke: #fff;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:first-child svg {
    width: 38px;
  }
}
.techniqueListWrap .chooseList li:last-child .d {
  fill: none;
  stroke: #b5b5b6;
  stroke-miterlimit: 10;
}
.techniqueListWrap .chooseList li:last-child .e {
  fill: #b5b5b6;
}
.techniqueListWrap .chooseList li:last-child.current .d {
  stroke: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:last-child.current .d {
    stroke: #fff;
  }
}
.techniqueListWrap .chooseList li:last-child.current .e {
  fill: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:last-child.current .e {
    fill: #fff;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .chooseList li:last-child svg {
    width: 32px;
  }
}
.techniqueListWrap .technique-carouselWrap .chooseList {
  z-index: 1;
  right: 60px;
  bottom: 50px;
}
.techniqueListWrap .technique-carouselWrap .catList li {
  height: 43px;
  margin-bottom: -1px;
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .catList li {
    height: 35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .catList li {
    height: 26px;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .catList li svg {
    height: 35px;
  }
}
.techniqueListWrap .technique-carouselWrap .catList li:first-child {
  margin-right: -42px;
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .catList li:first-child {
    margin-right: -100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .catList li:first-child {
    margin-right: -20px;
  }
}
.techniqueListWrap .technique-carouselWrap .catList li:first-child .d {
  fill: #d3d3d3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .technique-carouselWrap .catList li:first-child .e {
  fill: #727171;
}
.techniqueListWrap .technique-carouselWrap .catList li:first-child.current .d {
  fill: #fff;
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .catList li:last-child {
    margin-right: -30px;
  }
}
.techniqueListWrap .technique-carouselWrap .catList li:last-child .e {
  fill: #d3d3d3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .technique-carouselWrap .catList li:last-child .f {
  fill: #727171;
}
.techniqueListWrap .technique-carouselWrap .catList li:last-child.current .e {
  fill: #fff;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList {
    background-color: #fff;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList > li {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 125px;
  background-color: #fff;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .deco-bottom {
  position: absolute;
  left: 0;
  bottom: -1px;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic {
  padding: 195px 0 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic {
    padding: 130px 0 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic {
    margin-bottom: 16px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 522px;
  margin-right: 130px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li {
    width: auto;
    height: 450px;
    margin-right: 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li {
    width: auto;
    height: 400px;
    margin-right: 60px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li {
    height: auto;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li a {
  position: relative;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li .hover {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li:hover .hover {
  top: 50%;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-pic li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article {
  margin-left: 470px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article {
    margin-left: 400px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article {
    margin-left: 350px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article {
    margin-left: 0px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat {
  position: relative;
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 2px;
  margin-bottom: 24px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat {
    opacity: 1;
    letter-spacing: 1px;
    font: 400 10px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 12px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat::after {
  position: absolute;
  content: "";
  width: 345px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .cat::after {
    width: 160px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .en {
  position: relative;
  font: 500 40px/1 "Poppins", sans-serif;
  color: #293f8b;
  letter-spacing: 1px;
  margin-bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .en {
    font: 500 32px/1 "Poppins", sans-serif;
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .en {
    font: 500 24px/1 "Poppins", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .en {
    opacity: 1;
    font: 500 20px/1 "Poppins", sans-serif;
    margin-bottom: 6px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .ch {
  font: 400 23px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #293f8b;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .ch {
    font: 400 20px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .ch {
    font: 400 18px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .ch {
    opacity: 1;
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .slick-slide.slick-current .cat {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .slick-slide.slick-current .en {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-carousel-article .slick-slide.slick-current .ch {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList {
    display: grid;
    padding: 85px 25px 0px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 95px 0px;
  }
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li {
  position: relative;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li .deco {
  position: absolute;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li .deco.left {
  left: -5px;
  top: -30px;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li .deco.right {
  right: -5px;
  top: -30px;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li .pic {
  position: relative;
  overflow: hidden;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li .pic .hover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .technique-carouselWrap .technique-carouselList .technique-mobileList li.current .pic .hover {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.techniqueListWrap .techniqueWrap .chooseList {
  right: 60px;
  top: 20px;
}
.techniqueListWrap .techniqueWrap .catList {
  margin-bottom: -1px;
}
.techniqueListWrap .techniqueWrap .catList li {
  height: 41px;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .catList li {
    height: 26px;
  }
}
.techniqueListWrap .techniqueWrap .catList li .d {
  fill: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList {
  background-color: #a5a5a5;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .deco {
  position: absolute;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .deco.top .d {
  stroke: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .deco.top .e {
  fill: #f3f3f2;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .deco.left .d {
  stroke: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area > .title .cat {
  color: #a5a5a5;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
  /* 右上陰影 */
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area > .title .cat {
    text-shadow: 0.5px 0.5px 0 #fff, -0.5px -0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px -0.5px 0 #fff;
    /* 右上陰影 */
  }
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area > .title .en {
  color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area > .title .ch {
  color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .num {
  color: #a5a5a5;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;
  /* 右上陰影 */
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .num {
    text-shadow: none;
    color: #fff;
  }
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .title-area .deco .line-1 {
  background-color: rgba(255, 255, 255, 0.368627451);
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .title-area .deco .line-2 {
  background-color: rgba(255, 255, 255, 0.368627451);
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .title-area .deco .square {
  border: 1px solid rgba(255, 255, 255, 0.368627451);
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .title {
  color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .techniqueList li .ch {
  color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .pageList.style-2 li {
  color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .pageList.style-2 li .deco .line-1 {
  background-color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .pageList.style-2 li .deco .line-2 {
  background-color: #fff;
}
.techniqueListWrap .techniqueWrap.is-change .technique-outterList .list-area .pageList.style-2 li .deco .square {
  border: 1px solid #fff;
}
.techniqueListWrap .techniqueWrap .technique-outterList {
  background-color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  padding-bottom: 110px;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList {
    padding-bottom: 0px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area {
  overflow: hidden;
  position: relative;
  padding: 118px 120px 90px 230px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area {
    padding: 120px 90px 70px 180px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area {
    padding: 120px 90px 50px 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area {
    padding: 80px 35px 60px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco {
  position: absolute;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top {
  top: 128px;
  left: 76px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top {
    left: 50px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top {
    left: 35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top {
    zoom: 0.6;
    top: 145px;
    left: 8px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top .d {
  fill: none;
  stroke: #22408f;
  stroke-miterlimit: 10;
  stroke-width: 0.3px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.top .e {
  fill: #293f8b;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.left {
  top: 0;
  left: 110px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.left {
    left: 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.left {
    left: 75px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.left {
    left: 20px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .deco.left .d {
  fill: none;
  stroke: #22408f;
  stroke-miterlimit: 10;
  stroke-width: 0.25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title {
  margin-bottom: 140px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title {
    margin-bottom: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title {
    margin-bottom: 90px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title {
    margin-bottom: 55px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .cat {
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.7px 0.7px 0 #293f8b, -0.7px -0.7px 0 #293f8b, -0.7px 0.7px 0 #293f8b, 0.7px -0.7px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .cat {
    font: 400 15px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .en {
  font: 500 42px/1 "Roboto", system-ui;
  color: #293f8b;
  letter-spacing: 3px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .en {
    font: 500 36px/1 "Poppins", sans-serif;
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .en {
    font: 500 28px/1 "Poppins", sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .en {
    font: 500 24px/1 "Roboto", system-ui;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .ch {
  font: 400 23px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #293f8b;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .ch {
    font: 400 21px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .ch {
    font: 400 20px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area > .title .ch {
    font: 400 17px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 150px 60px;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList {
    grid-gap: 120px 45px;
    margin-bottom: 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList {
    grid-gap: 100px 30px;
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 34px 18px;
    margin-bottom: 80px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li.is-show .title-area .deco .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li.is-show .num {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li.is-show .title {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li.is-show .ch {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .num {
  font: 400 52px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  width: 84px;
  -webkit-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .num {
    font: 400 45px/1 "Montserrat", sans-serif;
    width: 75px;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .num {
    font: 400 40px/1 "Montserrat", sans-serif;
    width: 68px;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .num {
    opacity: 1;
    color: #293f8b;
    ransform: translateY(0px);
    text-shadow: none;
    width: auto;
    font: 400 10px/1 "Montserrat", sans-serif;
    margin-bottom: 2px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic {
  overflow: hidden;
  margin-bottom: 55px;
  position: relative;
  width: 100%;
  aspect-ratio: 239/191;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic {
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic .hover {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic:hover .hover {
  top: 50%;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area {
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area {
    margin-bottom: 8px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco {
  position: absolute;
  top: 44px;
  right: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco {
    top: 40px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco {
    top: 35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco {
    top: 9px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-1 {
  width: 455px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-1 {
    width: 320px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-1 {
    width: 290px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-1 {
    width: 146px;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: 0px;
  top: -10px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .line-2 {
    height: 6px;
    right: 0px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  top: -2px;
  right: -2px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title-area .deco .square {
    width: 3px;
    height: 3px;
    right: -1px;
    top: -1px;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title {
  font: 500 26px/1 "Roboto", system-ui;
  color: #293f8b;
  letter-spacing: 1px;
  -webkit-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title {
    font: 500 20px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title {
    font: 500 16px/1 "Roboto", system-ui;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .title {
    font: 500 12px/1 "Roboto", system-ui;
  }
}
.techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .ch {
  font: 400 18px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #293f8b;
  margin-left: 85px;
  -webkit-transition: 0.75s ease-out;
  transition: 0.75s ease-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .ch {
    font: 400 17px/1 "Noto Sans TC", sans-serif;
    margin-left: 75px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .ch {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
    margin-left: 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .techniqueListWrap .techniqueWrap .technique-outterList .list-area .techniqueList li .ch {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    margin-left: 0;
  }
}

.technique-detailWrap {
  padding: 360px 0 250px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap {
    padding: 250px 0 200px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap {
    padding: 180px 0 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap {
    padding: 140px 0 80px;
  }
}
.technique-detailWrap .technique-detail {
  max-width: 1403px;
  margin: 0 auto;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail {
    max-width: 1100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail {
    max-width: 900px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail {
    max-width: 700px;
  }
}
.technique-detailWrap .technique-detail .title-area {
  margin-bottom: 140px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area {
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area {
    margin-bottom: 45px;
    padding: 0 25px;
  }
}
.technique-detailWrap .technique-detail .title-area .num {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font: 400 100px/1 "Montserrat", sans-serif;
  color: #f3f3f2;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  margin-right: 60px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .num {
    font: 400 80px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    margin-right: 45px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .num {
    font: 400 60px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .num {
    font: 400 40px/1 "Montserrat", sans-serif;
    margin-right: 20px;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
.technique-detailWrap .technique-detail .title-area .titleWrap > .title {
  -webkit-box-flex: 10;
  -ms-flex: 10 1 0px;
  flex: 10 1 0;
  position: relative;
}
.technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco {
  position: absolute;
  top: 18px;
  left: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco {
    left: 0px;
    top: 8px;
  }
}
.technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-1 {
  width: 1200px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-1 {
    width: 900px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-1 {
    width: 700px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-1 {
    width: 260px;
    bottom: -3px;
    position: static;
  }
}
.technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: 0px;
  top: -34px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .line-2 {
    height: 30px;
    top: -15px;
    right: 0px;
  }
}
.technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  top: -2px;
  right: -2px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap > .title > .deco .square {
    width: 3px;
    height: 3px;
    right: -1px;
    top: -1px;
  }
}
.technique-detailWrap .technique-detail .title-area .titleWrap .cat {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font: 400 16px/1 "Noto Sans TC", sans-serif;
  color: #f3f3f2;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap .cat {
    font: 400 14px/1 "Noto Sans TC", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap .cat {
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 18px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .titleWrap .cat {
    text-shadow: 0.2px 0.2px 0 #293f8b, -0.2px -0.2px 0 #293f8b, -0.2px 0.2px 0 #293f8b, 0.2px -0.2px 0 #293f8b;
    /* 右上陰影 */
    font: 400 9px/1 "Montserrat", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
}
.technique-detailWrap .technique-detail .title-area .other {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  margin-top: -10px;
  margin-left: -10px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .other {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 0px;
    flex: 2 1 0;
  }
}
.technique-detailWrap .technique-detail .title-area .other .title {
  font: 500 italic 11px/1 "Roboto", system-ui;
  color: #293f8b;
  margin-bottom: 5px;
}
.technique-detailWrap .technique-detail .title-area .other .info {
  font: 400 11px/1 "Roboto", system-ui;
  color: #727171;
}
.technique-detailWrap .technique-detail .title-area .other .part {
  margin-bottom: 11px;
}
.technique-detailWrap .technique-detail .title-area .cat {
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #f3f3f2;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    margin-bottom: 12px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .cat {
    text-shadow: none;
    color: #727171;
    font: 400 9px/1 "Montserrat", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .cat .deco-left,
  .technique-detailWrap .technique-detail .title-area .cat .deco-right {
    zoom: 0.6;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .cat .text {
    margin: 0 5px;
  }
}
.technique-detailWrap .technique-detail .title-area .en {
  font: 500 42px/1 "Roboto", system-ui;
  color: #293f8b;
  letter-spacing: 3px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .en {
    font: 500 32px/1 "Roboto", system-ui;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .en {
    font: 500 24px/1 "Roboto", system-ui;
    margin-bottom: 12px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .en {
    font: 500 17px/1 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
.technique-detailWrap .technique-detail .title-area .ch {
  font: 400 23px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #293f8b;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .title-area .ch {
    font: 500 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 23px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .title-area .ch {
    font: 500 18px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .title-area .ch {
    font: 400 16px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
  }
}
.technique-detailWrap .technique-detail .article-area {
  font: 15px/2.2 "Noto Sans TC", sans-serif;
  position: relative;
  color: #3a3a3a;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .article-area {
    font: 13px/1.7 "Noto Sans TC", sans-serif;
    padding: 0 25px;
  }
}
.technique-detailWrap .technique-detail .article-area .inner {
  padding: 0 125px;
  margin-bottom: 200px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .article-area .inner {
    padding: 0 100px;
    margin-bottom: 150px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .article-area .inner {
    padding: 0 75px;
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .article-area .inner {
    padding: 0;
    margin-bottom: 145px;
  }
}
.technique-detailWrap .technique-detail .article-area b {
  font: 500 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .article-area b {
    font: 500 14px/1 "Noto Sans TC", sans-serif;
  }
}
.technique-detailWrap .technique-detail .article-area .hashtag {
  color: #293f8b;
}
.technique-detailWrap .technique-detail .article-area iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 150px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .article-area iframe {
    margin-bottom: 120px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .article-area iframe {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .article-area iframe {
    margin-bottom: 55px;
  }
}
.technique-detailWrap .technique-detail .article-area .other {
  padding: 0 125px;
}
@media print, screen and (max-width: 99.99875em) {
  .technique-detailWrap .technique-detail .article-area .other {
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .technique-detailWrap .technique-detail .article-area .other {
    padding: 0 75px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .technique-detailWrap .technique-detail .article-area .other {
    padding: 0;
  }
}
.technique-detailWrap .technique-detail .article-area .other .back {
  margin-top: 0;
}

.esg-bannerWrap, .about-bannerWrap {
  position: relative;
  z-index: 1;
  padding: 280px 185px 0;
  width: 100%;
  height: 970px;
  background: url("../images/esg-banner.jpg") center/cover no-repeat;
  margin-bottom: -205px;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap, .about-bannerWrap {
    padding: 180px 120px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap, .about-bannerWrap {
    padding: 180px 80px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap, .about-bannerWrap {
    height: 80vh;
    padding: 0 40px;
    margin-bottom: 0px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esg-bannerWrap, .about-bannerWrap {
    height: 100vh;
  }
}
.esg-bannerWrap .title-area, .about-bannerWrap .title-area {
  position: relative;
  margin-bottom: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area, .about-bannerWrap .title-area {
    position: absolute;
    left: 40px;
    bottom: 100px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area, .about-bannerWrap .title-area {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.esg-bannerWrap .title-area .en-title, .about-bannerWrap .title-area .en-title {
  position: relative;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .en-title, .about-bannerWrap .title-area .en-title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .en-title img, .about-bannerWrap .title-area .en-title img {
    height: 75px;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .en-title img, .about-bannerWrap .title-area .en-title img {
    height: 65px;
  }
}
.esg-bannerWrap .title-area .en, .about-bannerWrap .title-area .en {
  margin-bottom: 60px;
  color: #fff;
  font: 400 45px/1.2 "Roboto", system-ui;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .en, .about-bannerWrap .title-area .en {
    font: 400 35px/1.2 "Roboto", system-ui;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .en, .about-bannerWrap .title-area .en {
    font: 400 25px/1.2 "Roboto", system-ui;
    margin-bottom: 30px;
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .en, .about-bannerWrap .title-area .en {
    font: 400 18px/1.2 "Roboto", system-ui;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
.esg-bannerWrap .title-area .ch, .about-bannerWrap .title-area .ch {
  color: #fff;
  font: 400 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 5px;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .ch, .about-bannerWrap .title-area .ch {
    font: 400 25px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .ch, .about-bannerWrap .title-area .ch {
    font: 400 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 4px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .ch, .about-bannerWrap .title-area .ch {
    font: 400 12px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
.esg-bannerWrap .title-area .deco, .about-bannerWrap .title-area .deco {
  position: absolute;
}
@media screen and (min-width: 75em) and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .deco, .about-bannerWrap .title-area .deco {
    zoom: 0.965;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .deco, .about-bannerWrap .title-area .deco {
    zoom: 0.85;
  }
}
.esg-bannerWrap .title-area .deco.top, .about-bannerWrap .title-area .deco.top {
  top: -6px;
  left: -42px;
}
.esg-bannerWrap .title-area .deco.top .line-1, .about-bannerWrap .title-area .deco.top .line-1 {
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.top .line-1, .about-bannerWrap .title-area .deco.top .line-1 {
    position: static;
    width: 135px;
  }
}
.esg-bannerWrap .title-area .deco.top .line-2, .about-bannerWrap .title-area .deco.top .line-2 {
  position: absolute;
  width: 1px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -20px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.top .line-2, .about-bannerWrap .title-area .deco.top .line-2 {
    height: 28px;
    right: auto;
    left: 30px;
    top: -8px;
  }
}
.esg-bannerWrap .title-area .deco.top .square, .about-bannerWrap .title-area .deco.top .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.top .square, .about-bannerWrap .title-area .deco.top .square {
    width: 3px;
    height: 3px;
    right: auto;
    left: 29px;
    bottom: auto;
    top: -1px;
  }
}
.esg-bannerWrap .title-area .deco.top.is-show .line-1, .about-bannerWrap .title-area .deco.top.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.esg-bannerWrap .title-area .deco.top.is-show .line-2, .about-bannerWrap .title-area .deco.top.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.esg-bannerWrap .title-area .deco.top.is-show .square, .about-bannerWrap .title-area .deco.top.is-show .square {
  opacity: 1;
}
.esg-bannerWrap .title-area .deco.bottom, .about-bannerWrap .title-area .deco.bottom {
  top: 85px;
  left: 365px;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .deco.bottom, .about-bannerWrap .title-area .deco.bottom {
    top: 64px;
    left: 345px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.bottom, .about-bannerWrap .title-area .deco.bottom {
    left: auto;
    right: -31px;
    top: 35px;
  }
}
.esg-bannerWrap .title-area .deco.bottom .line-1, .about-bannerWrap .title-area .deco.bottom .line-1 {
  position: absolute;
  width: 414px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  bottom: -150px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .line-1, .about-bannerWrap .title-area .deco.bottom .line-1 {
    bottom: -130px;
    left: -60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .line-1, .about-bannerWrap .title-area .deco.bottom .line-1 {
    bottom: -120px;
    left: -100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.bottom .line-1, .about-bannerWrap .title-area .deco.bottom .line-1 {
    width: 180px;
    bottom: -51px;
    left: auto;
    right: 5px;
  }
}
.esg-bannerWrap .title-area .deco.bottom .line-2, .about-bannerWrap .title-area .deco.bottom .line-2 {
  position: absolute;
  width: 1px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -353px;
  top: -19px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .line-2, .about-bannerWrap .title-area .deco.bottom .line-2 {
    right: -250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .line-2, .about-bannerWrap .title-area .deco.bottom .line-2 {
    right: -285px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.bottom .line-2, .about-bannerWrap .title-area .deco.bottom .line-2 {
    right: 20px;
    top: -8px;
    height: 100px;
  }
}
.esg-bannerWrap .title-area .deco.bottom .line-3, .about-bannerWrap .title-area .deco.bottom .line-3 {
  position: absolute;
  width: 748px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.368627451);
  right: -453px;
  top: 13px;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.bottom .line-3, .about-bannerWrap .title-area .deco.bottom .line-3 {
    position: static;
    width: 237px;
  }
}
.esg-bannerWrap .title-area .deco.bottom .square, .about-bannerWrap .title-area .deco.bottom .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.368627451);
  bottom: -152px;
  right: -355px;
  opacity: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .square, .about-bannerWrap .title-area .deco.bottom .square {
    bottom: -133px;
    right: -253px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .title-area .deco.bottom .square, .about-bannerWrap .title-area .deco.bottom .square {
    bottom: -124px;
    right: -288px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esg-bannerWrap .title-area .deco.bottom .square, .about-bannerWrap .title-area .deco.bottom .square {
    width: 3px;
    height: 3px;
    bottom: -51px;
    right: 19px;
  }
}
.esg-bannerWrap .title-area .deco.bottom.is-show .line-1, .about-bannerWrap .title-area .deco.bottom.is-show .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.esg-bannerWrap .title-area .deco.bottom.is-show .line-2, .about-bannerWrap .title-area .deco.bottom.is-show .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.esg-bannerWrap .title-area .deco.bottom.is-show .line-3, .about-bannerWrap .title-area .deco.bottom.is-show .line-3 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.esg-bannerWrap .title-area .deco.bottom.is-show .square, .about-bannerWrap .title-area .deco.bottom.is-show .square {
  opacity: 1;
}
.esg-bannerWrap .scrolldown, .about-bannerWrap .scrolldown {
  right: 120px;
  bottom: 0px;
}
@media print, screen and (max-width: 99.99875em) {
  .esg-bannerWrap .scrolldown, .about-bannerWrap .scrolldown {
    right: 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esg-bannerWrap .scrolldown, .about-bannerWrap .scrolldown {
    right: 50px;
  }
}

.esgWrap {
  position: relative;
  padding: 300px 0 0;
  background: url("../images/esg-deco.svg");
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap {
    padding: 90px 0 0;
  }
}
.esgWrap > .deco {
  position: absolute;
}
.esgWrap > .deco.left {
  width: 1px;
  height: 100%;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 130px;
  top: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap > .deco.left {
    left: 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap > .deco.left {
    left: 50px;
  }
}
.esgWrap .big {
  position: relative;
  z-index: 1;
  color: #293f8b;
  font: 400 500px/1.2 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
}
.esgWrap .article-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.esgWrap .article-area .cat {
  position: relative;
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .article-area .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .article-area .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .cat {
    font: 400 13px/1 "Montserrat", sans-serif;
    margin-bottom: 16px;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
.esgWrap .article-area .cat::after {
  position: absolute;
  content: "";
  bottom: 0;
  background-color: rgba(41, 62, 139, 0.368627451);
}
.esgWrap .article-area .en {
  position: relative;
  font: 500 73px/1 "Roboto", system-ui;
  color: #293f8b;
  letter-spacing: 3px;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .article-area .en {
    font: 500 60px/1 "Poppins", sans-serif;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .article-area .en {
    font: 500 48px/1 "Poppins", sans-serif;
    margin-bottom: 65px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .en {
    font: 500 30px/1 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
.esgWrap .article-area .en::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  bottom: -50px;
  background-color: #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .en::before {
    bottom: -25px;
  }
}
.esgWrap .article-area .en .deco {
  position: absolute;
  top: 115px;
  right: -20px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .en .deco {
    display: none;
  }
}
.esgWrap .article-area .en .deco .line-1 {
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.esgWrap .article-area .en .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -20px;
  top: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.esgWrap .article-area .en .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.esgWrap .article-area .ch {
  font: 400 20px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .article-area .ch {
    font: 500 18px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 28px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .article-area .ch {
    font: 500 16px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 24px;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .ch {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.esgWrap .article-area .content {
  max-width: 392px;
  font: 400 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #727171;
  text-align: justify;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .article-area .content {
    font: 400 15px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .article-area .content {
    font: 400 14px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .article-area .content {
    max-width: 100%;
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environmentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.esgWrap .environment-area {
  margin-bottom: 230px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area {
    margin-bottom: 120px;
  }
}
.esgWrap .environment-area .pic-area {
  margin-right: 155px;
  margin-top: 200px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .environment-area .pic-area {
    margin-right: 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .environment-area .pic-area {
    margin-right: 75px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area {
    margin-right: 0px;
    margin-top: 50px;
    padding-right: 150px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .environment-area .pic-area {
    padding-right: 40px;
  }
}
.esgWrap .environment-area .pic-area .big {
  margin-bottom: -200px;
  margin-left: 410px;
  pointer-events: none;
}
.esgWrap .environment-area .pic-area .pic-carousel {
  width: 952px;
  aspect-ratio: 2/1;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .environment-area .pic-area .pic-carousel {
    width: 700px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .environment-area .pic-area .pic-carousel {
    width: 550px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area .pic-carousel {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .environment-area .pic-area .pic-carousel {
    aspect-ratio: 2/1;
  }
}
.esgWrap .environment-area .pic-area .pic-carousel li {
  width: 100%;
  height: 483px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area .pic-carousel li {
    height: 100%;
  }
}
.esgWrap .environment-area .pic-area .pic-carousel li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.esgWrap .environment-area .pic-area .progress-bar {
  position: relative;
  height: 1px;
  background: #8b8b8b;
  width: 390px;
  margin: 75px 40px 0 275px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .environment-area .pic-area .progress-bar {
    margin: 55px 0px 0px 90px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .environment-area .pic-area .progress-bar {
    width: 260px;
    margin: 35px 0px 0px 51px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area .progress-bar {
    width: 130px;
    margin: 30px 0px 60px 20px;
  }
}
.esgWrap .environment-area .pic-area .progress-indicator {
  width: 0;
  height: 2px;
  background: #293f8b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: linear;
  transition: linear;
}
.esgWrap .environment-area .pic-area .progress-point {
  width: 10px;
  height: 10px;
  background: #293f8b;
  position: absolute;
  top: -3px;
  border-radius: 50%;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area .progress-point {
    width: 3px;
    height: 3px;
  }
}
.esgWrap .environment-area .pic-area .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 110px;
  bottom: -96px;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .environment-area .pic-area .flickity-page-dots {
    bottom: -75px;
    left: 40.5%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .environment-area .pic-area .flickity-page-dots {
    left: 33.5%;
    bottom: -55px;
    padding: 0px 126px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .pic-area .flickity-page-dots {
    width: 130px;
    padding: 0 35px;
    left: 20px;
    bottom: -50px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot {
  position: relative;
  background: transparent;
  margin: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1 !important;
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot .inner-dot {
  width: 7px;
  height: 7px;
  margin: 0;
  background: #293f8b;
  opacity: 1;
  border-radius: 0;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1px;
  background-color: #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid #293e8b;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot.is-selected .inner-dot {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot.is-selected:before {
  width: 20px;
  height: 20px;
}
.esgWrap .environment-area .pic-area .flickity-page-dots .dot.is-selected::after {
  height: 50px;
}
.esgWrap .environment-area .pic-area {
  /* 根據 cell 數量來定位進度點 */
}
.esgWrap .environment-area .pic-area .progress-point:nth-child(1) {
  left: 25%;
}
.esgWrap .environment-area .pic-area .progress-point:nth-child(2) {
  left: 50%;
}
.esgWrap .environment-area .pic-area .progress-point:nth-child(3) {
  left: 75%;
}
.esgWrap .environment-area .article-area {
  margin-top: 180px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .article-area {
    margin-top: 0px;
    padding: 0 40px;
  }
}
.esgWrap .environment-area .article-area .cat::after {
  position: absolute;
  content: "";
  left: -155px;
  bottom: 0;
  width: 492px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .environment-area .article-area .cat::after {
    width: 236px;
    lleft: -45px;
  }
}
.esgWrap .social-area {
  margin-bottom: 165px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area {
    padding-left: 40px;
    margin-bottom: 80px;
  }
}
.esgWrap .social-area > .article-area .cat::after {
  position: absolute;
  content: "";
  left: -155px;
  bottom: 0;
  width: 492px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area > .article-area .cat::after {
    width: 236px;
    left: -45px;
  }
}
.esgWrap .social-area .socialWrap {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.esgWrap .social-area .socialWrap > .article-area {
  margin-right: -300px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialWrap > .article-area {
    margin-right: 0px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialWrap > .article-area > .content {
    padding-right: 40px !important;
  }
}
.esgWrap .social-area .socialWrap .pic-area {
  margin-top: 500px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialWrap .pic-area {
    margin-top: 70px;
  }
}
.esgWrap .social-area .big {
  text-align: center;
  margin-bottom: -100px;
}
.esgWrap .social-area .socialList {
  position: relative;
  z-index: 1;
  width: 1433px;
  background-color: rgba(255, 255, 255, 0.6352941176);
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .social-area .socialList {
    width: 1100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList {
    width: 800px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList {
    width: 600px;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .social-area .socialList {
    width: 100%;
    margin-left: 0;
  }
}
.esgWrap .social-area .socialList li {
  padding: 34px 113px 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li {
    padding: 10px 50px 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li > .article-area {
    padding: 0;
    margin-right: 20px;
  }
}
.esgWrap .social-area .socialList li::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 99%;
  height: 1px;
  background-color: #999999;
}
.esgWrap .social-area .socialList li:last-child::after {
  display: none;
}
.esgWrap .social-area .socialList li .sub {
  font: 400 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #808080;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList li .sub {
    font: 400 18px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .sub {
    font: 400 13px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.esgWrap .social-area .socialList li .number-area {
  position: relative;
  width: 400px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-right: 65px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .social-area .socialList li .number-area {
    width: 285px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList li .number-area {
    width: 220px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area {
    width: 187px;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area {
    width: 128px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .social-area .socialList li .number-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.esgWrap .social-area .socialList li .number-area .num {
  font: 400 148px/0.75 "Poppins", sans-serif;
  color: #293f8b;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .social-area .socialList li .number-area .num {
    font: 400 100px/0.75 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList li .number-area .num {
    font: 400 75px/0.75 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area .num {
    font: 400 60px/0.75 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .social-area .socialList li .number-area .num {
    font: 400 38px/0.7 "Poppins", sans-serif;
    margin-right: 12px;
    min-width: 60px;
    text-align: center;
    font-variant-numeric: tabular-nums;
    display: inline-block;
  }
}
.esgWrap .social-area .socialList li .number-area .num.wider {
  letter-spacing: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area .num.wider {
    letter-spacing: 7px;
  }
}
.esgWrap .social-area .socialList li .number-area .unit {
  font: 400 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #808080;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .social-area .socialList li .number-area .unit {
    font: 400 18px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList li .number-area .unit {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area .unit {
    font: 400 16px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    text-wrap: nowrap;
    min-width: 50px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .social-area .socialList li .number-area .unit {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    min-width: 30px;
  }
}
.esgWrap .social-area .socialList li .number-area .unit.first {
  position: absolute;
  top: -4px;
  right: 182px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .number-area .unit.first {
    top: -2px;
    right: 63px;
  }
}
.esgWrap .social-area .socialList li .title {
  max-width: 600px;
  font: 400 40px/1.4 "Poppins", sans-serif;
  letter-spacing: 4px;
  color: #808080;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .social-area .socialList li .title {
    font: 400 36px/1.4 "Poppins", sans-serif;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .social-area .socialList li .title {
    font: 400 28px/1.4 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .social-area .socialList li .title {
    font: 400 24px/1.4 "Poppins", sans-serif;
    letter-spacing: 2px;
    min-width: 333px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .social-area .socialList li .title {
    font: 400 14px/1.4 "Poppins", sans-serif;
    min-width: 167px;
  }
}
.esgWrap .governance-area {
  margin-bottom: -50px;
}
.esgWrap .governance-area > .article-area {
  margin-left: 995px;
  margin-bottom: 165px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area > .article-area {
    margin-left: 600px;
    margin-bottom: 110px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area > .article-area {
    margin-left: 450px;
    margin-bottom: 70px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area > .article-area {
    margin-bottom: 55px;
    padding: 0 40px;
    margin-left: 0;
  }
}
.esgWrap .governance-area > .article-area .cat::after {
  position: absolute;
  content: "";
  left: -155px;
  bottom: 0;
  width: 492px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area > .article-area .cat::after {
    width: 236px;
    lleft: -45px;
  }
}
.esgWrap .governance-area > .article-area .more {
  margin: 50px 0 0 auto;
}
.esgWrap .governance-area .newsList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 180px 55px;
  padding: 0 210px;
  margin-bottom: 125px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .newsList {
    grid-gap: 120px 30px;
    padding: 0 150px;
    margin-bottom: 75px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .newsList {
    grid-gap: 90px 20px;
    padding: 0 100px;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .newsList {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .governance-area .newsList {
    padding: 0 40px;
  }
}
.esgWrap .governance-area .newsList .pic {
  width: 100%;
  aspect-ratio: 119/84;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .newsList .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 119/84;
    margin-bottom: 20px;
  }
}
.esgWrap .governance-area .newsList .pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.esgWrap .governance-area .newsList .info {
  font: 700 18px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  color: #4d4d4d;
  margin-bottom: 15px;
  padding-bottom: 14px;
  border-bottom: 1px #4d4d4d solid;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .newsList .info {
    font: 700 15px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .newsList .info {
    font: 700 13px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .newsList .info {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .governance-area .newsList .info {
    font: 700 10px/1 "Roboto", system-ui;
  }
}
.esgWrap .governance-area .newsList .title {
  font: 500 16px/1 "Roboto", system-ui;
  letter-spacing: 1.5px;
  color: #4d4d4d;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .newsList .title {
    font: 500 15px/1.2 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .newsList .title {
    font: 500 14px/1.4 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .newsList .title {
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .governance-area .newsList .title {
    font: 500 13.6px/1.6 "Roboto", system-ui;
  }
}
.esgWrap .governance-area .more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 370px;
}
.esgWrap .governance-area .top-article-area .ch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font: 600 36px/1 "Noto Sans TC", sans-serif;
  color: #293f8b;
  letter-spacing: 6px;
  text-align: center;
  margin: 0 auto 45px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .top-article-area .ch {
    font: 600 30px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 5px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .top-article-area .ch {
    font: 600 24px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 4px;
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .top-article-area .ch {
    font: 600 20px/1.5 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
.esgWrap .governance-area .top-article-area .ch .deco {
  position: absolute;
  top: 55px;
  left: -40px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .top-article-area .ch .deco {
    top: 40px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .top-article-area .ch .deco {
    top: 35px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .top-article-area .ch .deco {
    left: -17px;
    top: 65px;
  }
}
.esgWrap .governance-area .top-article-area .ch .deco .line-1 {
  position: absolute;
  width: 837px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: 0px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .top-article-area .ch .deco .line-1 {
    width: 700px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .top-article-area .ch .deco .line-1 {
    width: 555px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .top-article-area .ch .deco .line-1 {
    width: 230px;
  }
}
.esgWrap .governance-area .top-article-area .ch .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 19px;
  top: -2px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.esgWrap .governance-area .top-article-area .ch .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.esgWrap .governance-area .top-article-area .en {
  position: relative;
  font: 500 32px/1.3 "Poppins", sans-serif;
  color: #4d4d4d;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .top-article-area .en {
    font: 500 26px/1.3 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .top-article-area .en {
    font: 500 22px/1.3 "Poppins", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .top-article-area .en {
    font: 500 18px/1.3 "Poppins", sans-serif;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .esgWrap .governance-area .top-article-area .en {
    font: 500 14px/1.3 "Poppins", sans-serif;
    letter-spacing: 1px;
  }
}
.esgWrap .governance-area .top-article-area .content {
  font: 400 18px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #727171;
  text-align: center;
}
@media print, screen and (max-width: 99.99875em) {
  .esgWrap .governance-area .top-article-area .content {
    font: 400 16px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .esgWrap .governance-area .top-article-area .content {
    font: 400 14px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .top-article-area .content {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    max-width: 250px;
    margin: 0 auto;
  }
}
.esgWrap .governance-area .big {
  margin-top: -150px;
  margin-left: 200px;
  margin-bottom: -300px;
}
.esgWrap .governance-area .final-area > .pic {
  mix-blend-mode: darken;
  margin-top: 200px;
}
@media print, screen and (max-width: 64.06125em) {
  .esgWrap .governance-area .final-area > .pic {
    margin-top: 80px;
  }
}

.about-bannerWrap {
  height: 1048px;
  background: url("../images/about-banner.jpg") center/cover no-repeat;
  padding: 495px 185px 0;
}
@media print, screen and (max-width: 99.99875em) {
  .about-bannerWrap {
    height: 100vh;
    padding: 450px 120px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .about-bannerWrap {
    height: 80vh;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .about-bannerWrap {
    background: url("../images/about-banner-mobile.jpg") center/cover no-repeat;
  }
}

.aboutWrap {
  position: relative;
}
.aboutWrap .scrolldown {
  position: absolute;
  top: 280px;
  right: 150px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .scrolldown {
    top: 350px;
    right: 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .scrolldown {
    top: 300px;
    right: 70px;
  }
}
.aboutWrap .bg-material {
  padding: 580px 0 0;
  background: url("../images/about-bg.jpg");
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .bg-material {
    padding: 500px 0 0;
    background-position: 7% 0%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .bg-material {
    background: none;
    background-color: #ededed;
    padding: 120px 0 0;
  }
}
.aboutWrap .grey-white-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67.5%, #e2e2e2), color-stop(67.5%, #fff));
  background: linear-gradient(180deg, #e2e2e2 67.5%, #fff 67.5%);
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .grey-white-bg {
    background: none;
  }
}
.aboutWrap .white-grey-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #fff), color-stop(45%, #efefef));
  background: linear-gradient(180deg, #fff 45%, #efefef 45%);
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .white-grey-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(40%, #efefef));
    background: linear-gradient(180deg, #fff 40%, #efefef 40%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .white-grey-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #fff), color-stop(38%, #efefef));
    background: linear-gradient(180deg, #fff 38%, #efefef 38%);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .white-grey-bg {
    background: none;
  }
}
.aboutWrap > .deco {
  position: absolute;
}
.aboutWrap > .deco.left {
  width: 1px;
  height: 100%;
  background-color: rgba(41, 62, 139, 0.368627451);
  left: 130px;
  top: 0;
}
.aboutWrap .article-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutWrap .article-area > .cat {
  position: relative;
  font: 400 22px/1 "Montserrat", sans-serif;
  color: #fff;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 2px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .article-area > .cat {
    font: 400 18px/1 "Montserrat", sans-serif;
    text-shadow: 0.6px 0.6px 0 #293f8b, -0.6px -0.6px 0 #293f8b, -0.6px 0.6px 0 #293f8b, 0.6px -0.6px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .article-area > .cat {
    font: 400 16px/1 "Montserrat", sans-serif;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
    letter-spacing: 1px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .cat {
    font: 400 13px/1 "Montserrat", sans-serif;
    margin-bottom: 16px;
    text-shadow: 0.5px 0.5px 0 #293f8b, -0.5px -0.5px 0 #293f8b, -0.5px 0.5px 0 #293f8b, 0.5px -0.5px 0 #293f8b;
    /* 右上陰影 */
  }
}
.aboutWrap .article-area > .cat::after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0;
  background-color: rgba(41, 62, 139, 0.368627451);
}
.aboutWrap .article-area > .cat.line-height {
  line-height: 1.4;
}
.aboutWrap .article-area > .number {
  position: relative;
  font: 500 13px/1 "Poppins", sans-serif;
  color: #293f8b;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .number {
    margin-bottom: 85px;
  }
}
.aboutWrap .article-area > .number .big {
  font: 500 21px/1 "Poppins", sans-serif;
}
.aboutWrap .article-area > .en {
  position: relative;
  font: 500 73px/1 "Poppins", sans-serif;
  color: #293f8b;
  letter-spacing: 1px;
  margin-bottom: 110px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .article-area > .en {
    font: 500 60px/1 "Poppins", sans-serif;
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .article-area > .en {
    font: 500 48px/1 "Poppins", sans-serif;
    margin-bottom: 65px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .en {
    font: 500 30px/1 "Roboto", system-ui;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
}
.aboutWrap .article-area > .en::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  bottom: -50px;
  background-color: #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .en::before {
    bottom: -25px;
  }
}
.aboutWrap .article-area > .en .deco {
  position: absolute;
  top: 115px;
  right: -20px;
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .article-area > .en .deco {
    top: 85px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .en .deco {
    display: none;
  }
}
.aboutWrap .article-area > .en .deco .line-1 {
  position: absolute;
  width: 75px;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
  bottom: -7px;
  left: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .article-area > .en .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(41, 62, 139, 0.368627451);
  right: -20px;
  top: -30px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .article-area > .en .deco .square {
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(41, 62, 139, 0.368627451);
  bottom: -10px;
  right: -23px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .article-area > .en.small {
  font: 500 35px/1 "Poppins", sans-serif;
  margin-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .en.small {
    font: 500 13px/1 "Poppins", sans-serif;
  }
}
.aboutWrap .article-area > .en.small::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  bottom: -50px;
  background-color: #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .en.small::before {
    bottom: -25px;
  }
}
.aboutWrap .article-area > .ch {
  font: 500 20px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .article-area > .ch {
    font: 500 18px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 28px;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .article-area > .ch {
    font: 500 16px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 24px;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .ch {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.aboutWrap .article-area > .content {
  max-width: 392px;
  font: 400 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #727171;
  text-align: justify;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .article-area > .content {
    font: 400 15px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .article-area > .content {
    font: 400 14px/1.6 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .article-area > .content {
    max-width: 100%;
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .article-area > .content {
    max-width: 350px;
  }
}
.aboutWrap .top-area {
  padding: 0 360px;
  margin-bottom: 335px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area {
    padding: 0 180px;
    margin-bottom: 250px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .top-area {
    padding: 0 150px;
    margin-bottom: 200px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area {
    padding: 0 40px;
    display: block;
    margin-bottom: 105px;
  }
}
.aboutWrap .top-area .left-article {
  margin-right: -100px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .left-article {
    margin-right: -80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .top-area .left-article {
    margin-right: -60px;
  }
}
.aboutWrap .top-area .left-article .cat {
  color: #ededed;
}
.aboutWrap .top-area .left-article .cat::after {
  width: 735px;
  left: -360px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .left-article .cat::after {
    width: 125px;
    left: -40px;
  }
}
.aboutWrap .top-area .left-article > .en {
  font: 500 50px/1 "Noto Sans TC", sans-serif;
  text-wrap: nowrap;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .left-article > .en::before {
    display: none;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .left-article > .en {
    font: 500 40px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .top-area .left-article > .en {
    font: 500 25px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .left-article > .en {
    font: 500 20px/1 "Noto Sans TC", sans-serif;
  }
}
.aboutWrap .top-area .line-area {
  margin-top: -230px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .line-area {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .top-area .line-area {
    zoom: 0.7;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .line-area {
    zoom: 0.5;
    margin-left: 120px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .top-area .line-area {
    zoom: 0.4;
    margin-bottom: -60px;
    margin-left: 120px;
  }
}
.aboutWrap .top-area .line-area .d {
  fill: #4d4d4d;
}
.aboutWrap .top-area .line-area .e {
  stroke-width: 0.32px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .line-area .e {
    stroke-width: 0.6px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .line-area .e {
    stroke-width: 1px;
  }
}
.aboutWrap .top-area .line-area .e,
.aboutWrap .top-area .line-area .f,
.aboutWrap .top-area .line-area .g {
  fill: none;
  stroke: #293f8b;
  stroke-miterlimit: 10;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .line-area .e,
  .aboutWrap .top-area .line-area .f,
  .aboutWrap .top-area .line-area .g {
    opacity: 0.2;
  }
}
.aboutWrap .top-area .line-area .f {
  stroke-width: 0.37px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .line-area .f {
    stroke-width: 0.6px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .line-area .f {
    stroke-width: 1px;
  }
}
.aboutWrap .top-area .line-area .g {
  stroke-width: 0.37px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .line-area .g {
    stroke-width: 0.6px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .line-area .g {
    stroke-width: 1px;
  }
}
.aboutWrap .top-area .right-article {
  margin-top: 100px;
  margin-left: -280px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .top-area .right-article {
    margin-left: -220px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .top-area .right-article {
    margin-left: -150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .right-article {
    margin-top: -200px;
    margin-left: 0px;
  }
}
.aboutWrap .top-area .right-article .en {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .right-article .en {
    margin-bottom: 10px;
  }
}
.aboutWrap .top-area .right-article .en::before {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .right-article .en.small::before {
    display: block;
  }
}
.aboutWrap .top-area .right-article .ch {
  position: relative;
  margin-bottom: 110px;
  font: 500 20px/1.6 "Noto Sans TC", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .right-article .ch {
    font: 500 13px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 50px;
  }
}
.aboutWrap .top-area .right-article .ch::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 1px;
  left: 0;
  bottom: -50px;
  background-color: #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .top-area .right-article .ch::before {
    bottom: -25px;
  }
}
.aboutWrap .top-area .right-article .pic {
  margin-top: 45px;
}
.aboutWrap .service-area .article-area {
  margin-left: 340px;
  margin-bottom: 118px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .service-area .article-area {
    margin-left: 180px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .service-area .article-area {
    margin-left: 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .article-area {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0 40px;
  }
}
.aboutWrap .service-area .article-area .cat::after {
  width: 735px;
  left: -360px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .article-area .cat::after {
    width: 200px;
    left: -40px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .article-area > .ch {
    margin-bottom: 40px;
  }
}
.aboutWrap .service-area .serviceListWrap {
  position: relative;
}
.aboutWrap .service-area .serviceListWrap .bg {
  position: absolute;
  width: 100vw;
  height: 675px;
}
.aboutWrap .service-area .serviceListWrap .bg li {
  position: absolute;
  width: 100vw;
  height: 675px;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  left: 0;
  top: 0;
}
.aboutWrap .service-area .serviceListWrap .bg li.is-show {
  opacity: 1;
}
.aboutWrap .service-area .serviceListWrap .bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutWrap .service-area .serviceList {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 675px;
  padding: 50px 30px 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList {
    height: auto;
    display: block;
    padding: 0;
  }
}
.aboutWrap .service-area .serviceList::before {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5058823529)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5058823529) 0%, rgba(0, 0, 0, 0) 100%);
}
.aboutWrap .service-area .serviceList li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li {
    aspect-ratio: 3/1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 40px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .service-area .serviceList li {
    aspect-ratio: 2/1;
    padding: 35px 40px;
  }
}
.aboutWrap .service-area .serviceList li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 30px;
  background-color: #d5d6d6;
  top: -10px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li::after {
    width: 90%;
    height: 1px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
  }
}
.aboutWrap .service-area .serviceList li:last-child::after {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li:last-child::after {
    display: block;
  }
}
.aboutWrap .service-area .serviceList li .en {
  position: relative;
  font: 400 28px/1.3 "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .service-area .serviceList li .en {
    font: 400 24px/1.3 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .service-area .serviceList li .en {
    font: 400 20px/1.3 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li .en {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font: 400 15px/1.3 "Poppins", sans-serif;
  }
}
.aboutWrap .service-area .serviceList li .line {
  width: 10px;
  height: 2px;
  background-color: #fff;
  margin: 12px 30px 0;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .service-area .serviceList li .line {
    width: 8px;
    margin: 12px 20px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .service-area .serviceList li .line {
    height: 1px;
    margin: 12px 15px 0;
  }
}
.aboutWrap .service-area .serviceList li .ch {
  font: 500 30px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #fff;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .service-area .serviceList li .ch {
    font: 500 24px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .service-area .serviceList li .ch {
    font: 500 20px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li .ch {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font: 500 18px/1 "Noto Sans TC", sans-serif;
  }
}
.aboutWrap .service-area .serviceList li .arrow {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .service-area .serviceList li .arrow {
    bottom: auto;
    top: -7px;
    right: 10px;
    display: none;
  }
}
.aboutWrap .service-area .grey-bg {
  padding: 365px;
}
.aboutWrap .techinique-area {
  position: relative;
  padding: 370px 0 0;
  overflow: hidden;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .techinique-area {
    padding: 250px 0 0;
  }
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .techinique-area {
    padding: 180px 0 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area {
    padding: 100px 0 50px;
    background-color: #ededed;
  }
}
.aboutWrap .techinique-area .article-area {
  position: relative;
  margin-left: 350px;
  margin-bottom: 211px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .techinique-area .article-area {
    margin-left: 180px;
    margin-bottom: 180px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .techinique-area .article-area {
    margin-left: 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .article-area {
    margin-left: 0px;
    margin-bottom: 70px;
    padding: 0 40px;
  }
}
.aboutWrap .techinique-area .article-area .cat {
  color: #e2e2e2;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .article-area .cat {
    color: #ededed;
  }
}
.aboutWrap .techinique-area .article-area .cat::after {
  width: 805px;
  left: -400px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .article-area .cat::after {
    width: 310px;
    left: -75px;
  }
}
.aboutWrap .techinique-area .article-area .read-more {
  position: absolute;
  top: 300px;
  right: -550px;
  margin-top: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .article-area .read-more {
    position: static;
    margin-top: 40px;
  }
}
.aboutWrap .techinique-area .article-area .read-more .arrow {
  top: 0;
  left: 0;
}
.aboutWrap .techinique-area .article-area .read-more .arrow .d {
  fill: none;
  stroke: #293f8b;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.aboutWrap .techinique-area .article-area .more {
  margin: 40px 0 0 auto;
  text-align: right;
}
.aboutWrap .techinique-area .techiniqueList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 340px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .techiniqueList {
    margin-bottom: 0px;
  }
}
.aboutWrap .techinique-area .techiniqueList li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 80px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .techiniqueList li {
    margin-right: 25px;
  }
}
.aboutWrap .techinique-area .techiniqueList li .pic {
  width: 450px;
  height: 308px;
  margin-bottom: 22px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .techiniqueList li .pic {
    width: 300px;
    height: auto;
    aspect-ratio: 183/165;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .techinique-area .techiniqueList li .pic {
    width: 183px;
    margin-bottom: 15px;
  }
}
.aboutWrap .techinique-area .techiniqueList li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutWrap .techinique-area .techiniqueList li .article {
  position: relative;
}
.aboutWrap .techinique-area .techiniqueList li .article .deco {
  position: relative;
}
.aboutWrap .techinique-area .techiniqueList li .article .deco .line-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(114, 113, 113, 0.368627451);
  bottom: -20px;
  left: 0px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .techinique-area .techiniqueList li .article .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: rgba(114, 113, 113, 0.368627451);
  right: 0px;
  top: -10px;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .techinique-area .techiniqueList li .article .deco .square {
  position: absolute;
  width: 4px;
  height: 5px;
  border: 1px solid rgba(114, 113, 113, 0.368627451);
  right: -1px;
  top: -2px;
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.aboutWrap .techinique-area .techiniqueList li .article .title {
  font: 700 15px/1 "Roboto", system-ui;
  color: #4d4d4d;
  letter-spacing: 1px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1.1);
  transform: scaleX(1.1);
  margin-bottom: 20px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .techinique-area .techiniqueList li .article .title {
    font: 700 12px/1 "Roboto", system-ui;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .techinique-area .techiniqueList li .article .title {
    margin-bottom: 7px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .techinique-area .techiniqueList li .article .title {
    font: 700 10px/1 "Roboto", system-ui;
  }
}
.aboutWrap .news-area {
  padding: 0 225px;
  margin-bottom: 370px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .news-area {
    padding: 0 180px;
    margin-bottom: 300px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .news-area {
    padding: 0 150px;
    margin-bottom: 250px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area {
    padding: 70px 40px;
    margin-bottom: 0px;
    display: block;
    background-color: #ffffff;
  }
}
.aboutWrap .news-area .about-newsListWrap {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
}
.aboutWrap .news-area .about-newsListWrap .article-area {
  margin-top: -100px;
  margin-bottom: 170px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .article-area {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.aboutWrap .news-area .about-newsListWrap .article-area .cat::after {
  width: 735px;
  left: -360px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .article-area .cat::after {
    width: 195px;
    left: -40px;
  }
}
.aboutWrap .news-area .about-newsListWrap .newsList li {
  padding: 15px 23px;
  border-bottom: 1px solid #4d4d4d;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .newsList li {
    padding: 10px 0px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .newsList li a {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.aboutWrap .news-area .about-newsListWrap .newsList li .title {
  -webkit-box-flex: 5;
  -ms-flex: 5 1 0px;
  flex: 5 1 0;
  font: 500 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #666666;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .newsList li .title {
    font: 400 13px/1.6 "Noto Sans TC", sans-serif;
  }
}
.aboutWrap .news-area .about-newsListWrap .newsList li .date {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font: 500 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #666666;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .news-area .about-newsListWrap .newsList li .date {
    font: 400 10px/1.6 "Noto Sans TC", sans-serif;
    margin-bottom: 10px;
  }
}
.aboutWrap .news-area .about-newsListWrap .more {
  margin: 40px 0 0 auto;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutWrap .news-area .line {
  width: 1px;
  height: 768px;
  background-color: rgba(77, 77, 77, 0.4745098039);
  margin: 0 85px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .news-area .line {
    height: 700px;
    margin: 0 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .news-area .line {
    height: 600px;
    margin: 0 50px;
  }
}
.aboutWrap .news-area .pic-area {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  overflow: hidden;
  width: 442px;
  height: 500px;
  position: relative;
}
.aboutWrap .news-area .pic-area img {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutWrap .news-area .animate-clip {
  -webkit-animation: newsclip 0.8s both cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: newsclip 0.8s both cubic-bezier(0.22, 0.61, 0.36, 1);
}
.aboutWrap .news-area .clip-t {
  -webkit-clip-path: inset(100% 0% 0% 0%);
  clip-path: inset(100% 0% 0% 0%);
}
.aboutWrap .process-area {
  position: relative;
  padding: 160px 0;
  background-color: #ededed;
  overflow: hidden;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area {
    padding: 100px 0;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area {
    padding: 40px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area {
    padding: 78px 0 65px;
  }
}
.aboutWrap .process-area > .article-area {
  position: relative;
  margin-left: 280px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area > .article-area {
    margin-left: 180px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area > .article-area {
    margin-left: 150px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area {
    margin-left: 0px;
    padding: 0 40px;
    margin-bottom: 22px;
  }
}
.aboutWrap .process-area > .article-area .cat {
  color: #efefef;
}
.aboutWrap .process-area > .article-area .cat::after {
  width: 735px;
  left: -360px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .cat::after {
    width: 237px;
    left: -40px;
  }
}
.aboutWrap .process-area > .article-area .process-other {
  position: absolute;
  right: -265px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .process-other {
    position: static;
  }
}
.aboutWrap .process-area > .article-area .process-other .prev {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .process-other .prev {
    zoom: 0.5;
  }
}
.aboutWrap .process-area > .article-area .process-other .prev:hover {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.aboutWrap .process-area > .article-area .process-other .next {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .process-other .next {
    zoom: 0.5;
  }
}
.aboutWrap .process-area > .article-area .process-other .next:hover {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.aboutWrap .process-area > .article-area .process-number {
  font: 500 18px/1 "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #293f8b;
  margin: 0 20px;
}
.aboutWrap .process-area > .article-area .process-number .now {
  font: 500 24px/1 "Montserrat", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .process-number .now {
    font: 500 22px/1 "Montserrat", sans-serif;
  }
}
.aboutWrap .process-area > .article-area .process-number .total {
  font: 500 16px/1 "Montserrat", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area > .article-area .process-number .total {
    font: 500 15px/1 "Montserrat", sans-serif;
  }
}
.aboutWrap .process-area .processListWrap {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap {
    padding-left: 0px;
  }
}
.aboutWrap .process-area .processListWrap .deco {
  position: absolute;
  left: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .deco {
    left: -10%;
    top: 34%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area .processListWrap .deco {
    left: -10%;
    top: 30.5%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .deco {
    left: -20%;
    top: 38%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .aboutWrap .process-area .processListWrap .deco {
    left: 0%;
    top: 37.5%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.aboutWrap .process-area .processListWrap .process-nowList {
  width: 100%;
  min-height: 550px;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(295px);
  transform: translateX(295px);
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList {
    width: 100%;
    min-width: 195px;
    min-height: 320px;
    margin-right: 0px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .flickity-viewport {
  overflow: initial;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .flickity-viewport {
    overflow: hidden;
  }
}
.aboutWrap .process-area .processListWrap .process-nowList li {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList li {
    width: 50%;
    margin-right: -20px;
  }
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .pic {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .pic > img {
  opacity: 1;
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .pic .border {
  opacity: 0;
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .pic .big-dot {
  opacity: 0;
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .number {
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .ch {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .line {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.aboutWrap .process-area .processListWrap .process-nowList li.is-selected .en {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.aboutWrap .process-area .processListWrap .process-nowList .pic {
  position: relative;
  margin-bottom: 25px;
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.aboutWrap .process-area .processListWrap .process-nowList .pic > img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .pic > img {
    width: 300px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .pic > img {
    width: 195px;
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .pic .border {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.aboutWrap .process-area .processListWrap .process-nowList .pic .big-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .pic .big-dot {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .number {
  font: 500 120px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: -40px;
  color: #293e8b;
  -webkit-transform: scale(0.25) translateY(240px);
  transform: scale(0.25) translateY(240px);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .number {
    font: 500 100px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .number {
    font: 500 80px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .number {
    font: 500 60px/1 "Poppins", sans-serif;
    margin-bottom: -20px;
    -webkit-transform: scale(0.25) translateY(160px);
    transform: scale(0.25) translateY(160px);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .ch {
  font: 400 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #000000;
  margin-top: -5px;
  text-align: center;
  -webkit-transform: scale(0.9) translateY(-217px);
  transform: scale(0.9) translateY(-217px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .ch {
    font: 400 18px/1 "Noto Sans TC", sans-serif;
    margin-top: 5px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .ch {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .ch {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
    margin-top: 0;
    -webkit-transform: scale(0.9) translateY(-130px);
    transform: scale(0.9) translateY(-130px);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .line {
  -webkit-transform: scale(0.8) translateY(-240px);
  transform: scale(0.8) translateY(-240px);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .line {
    -webkit-transform: scale(0.8) translateY(-223px);
    transform: scale(0.8) translateY(-223px);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .line {
    -webkit-transform: scale(0.8) translateY(-145px);
    transform: scale(0.8) translateY(-145px);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .en {
  font: 500 25px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #293e8b;
  margin-bottom: 5px;
  text-align: center;
  -webkit-transform: scale(0.8) translateY(-240px);
  transform: scale(0.8) translateY(-240px);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .en {
    font: 500 21px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area .processListWrap .process-nowList .en {
    font: 500 18px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-nowList .en {
    font: 500 16px/1 "Poppins", sans-serif;
    margin-bottom: 3px;
    letter-spacing: 0px;
    -webkit-transform: scale(0.8) translateY(-145px);
    transform: scale(0.8) translateY(-145px);
  }
}
.aboutWrap .process-area .processListWrap .process-nowList .en::before {
  display: none;
}
.aboutWrap .process-area .processListWrap .process-otherList {
  width: 100%;
  margin-top: 138px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList {
    min-width: 75px;
    margin-top: 90px;
  }
}
.aboutWrap .process-area .processListWrap .process-otherList li {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 92px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList li {
    width: 100%;
    min-width: 75px;
    margin-right: 10px;
  }
}
.aboutWrap .process-area .processListWrap .process-otherList .dot {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList .dot {
    zoom: 0.5;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList .line img {
    width: 75px;
  }
}
.aboutWrap .process-area .processListWrap .process-otherList .number {
  font: 500 30px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #293e8b;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .process-area .processListWrap .process-otherList .number {
    font: 500 24px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .process-area .processListWrap .process-otherList .number {
    font: 500 18px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList .number {
    font: 500 10px/1 "Poppins", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 13px;
  }
}
.aboutWrap .process-area .processListWrap .process-otherList .ch {
  font: 400 22px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 12px;
  color: #000000;
  margin-top: -5px;
  text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .process-area .processListWrap .process-otherList .ch {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 0px;
  }
}
.aboutWrap .process-area #left-point {
  position: fixed;
  width: 150px !important;
  pointer-events: none;
  z-index: 2;
}
.aboutWrap .process-area #left-point img {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.aboutWrap .process-area #left-point.is-show img {
  opacity: 1;
}
.aboutWrap .process-area #right-point {
  position: fixed;
  width: 150px !important;
  pointer-events: none;
  z-index: 2;
}
.aboutWrap .process-area #right-point img {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.aboutWrap .process-area #right-point.is-show img {
  opacity: 1;
}
.aboutWrap .process-area .left-area {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
  z-index: 7;
}
.aboutWrap .process-area .right-area {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: none;
  z-index: 7;
}
.aboutWrap .contact-area {
  background-color: #fff;
  padding: 280px 280px 308px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .contact-area {
    padding: 250px 180px 150px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .contact-area {
    padding: 150px 150px 120px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area {
    padding: 80px 40px;
  }
}
.aboutWrap .contact-area .article-area {
  margin-bottom: 175px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .contact-area .article-area {
    margin-bottom: 125px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .contact-area .article-area {
    margin-bottom: 75px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .article-area {
    margin-bottom: 23px;
  }
}
.aboutWrap .contact-area .article-area .cat::after {
  width: 735px;
  left: -360px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .article-area .cat::after {
    width: 250px;
    left: -40px;
  }
}
.aboutWrap .contact-area .contactWrap {
  padding: 0 140px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .contact-area .contactWrap {
    padding: 0 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .contact-area .contactWrap {
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap {
    padding: 0px;
  }
}
.aboutWrap .contact-area .contactWrap textarea {
  resize: none;
  width: 100%;
  height: 60px;
  padding: 12px 16px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, rgba(203, 203, 203, 0.1450980392)), to(rgba(203, 203, 203, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(203, 203, 203, 0.1450980392) 50%, rgba(203, 203, 203, 0) 100%);
  border: none;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Noto Sans TC", sans-serif;
  color: #606060;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap textarea {
    height: 80px;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 10px;
  }
}
.aboutWrap .contact-area .contactWrap textarea::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap textarea::-moz-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap textarea::-ms-input-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap textarea::placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .item-area {
    display: block;
  }
}
.aboutWrap .contact-area .contactWrap .item {
  width: 100%;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .contact-area .contactWrap .item {
    margin-bottom: 35px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .contact-area .contactWrap .item {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .item {
    margin-bottom: 22px;
  }
}
.aboutWrap .contact-area .contactWrap .item.left {
  margin-right: 60px;
}
@media print, screen and (max-width: 99.99875em) {
  .aboutWrap .contact-area .contactWrap .item.left {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .aboutWrap .contact-area .contactWrap .item.left {
    margin-bottom: 20px;
  }
}
.aboutWrap .contact-area .contactWrap .note {
  color: #4d4d4d;
  font: 400 16px/1 "Roboto", system-ui;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .note {
    font: 400 12px/1 "Roboto", system-ui;
    margin-bottom: 10px;
  }
}
.aboutWrap .contact-area .contactWrap .privacy {
  color: #4d4d4d;
  font: 400 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 0.5px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .privacy {
    font: 400 12px/1 "Roboto", system-ui;
  }
}
.aboutWrap .contact-area .contactWrap .privacy .title {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .privacy .title {
    margin-bottom: 28px;
  }
}
.aboutWrap .contact-area .contactWrap .privacy input[type=checkbox] {
  width: 14px;
  height: 14px;
  border: 1px solid #46453f;
  position: relative;
  margin: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .privacy input[type=checkbox] {
    margin-right: 15px;
  }
}
.aboutWrap .contact-area .contactWrap .privacy input[type=checkbox]::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  left: 1px;
  top: 1px;
  background-color: #46453f;
  opacity: 0;
}
.aboutWrap .contact-area .contactWrap .privacy input[type=checkbox]:checked::after {
  opacity: 1;
}
.aboutWrap .contact-area .contactWrap .privacy .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutWrap .contact-area .contactWrap input[type=text] {
  width: 100%;
  height: 60px;
  padding: 12px 16px;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, rgba(203, 203, 203, 0.1450980392)), to(rgba(203, 203, 203, 0)));
  background: linear-gradient(90deg, #fff 0%, rgba(203, 203, 203, 0.1450980392) 50%, rgba(203, 203, 203, 0) 100%);
  border: none;
  border-bottom: 1px solid #0f0f0f;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Noto Sans TC", sans-serif;
  color: #606060;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap input[type=text] {
    height: 40px;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 6px 10px;
  }
}
.aboutWrap .contact-area .contactWrap input[type=text]::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap input[type=text]::-moz-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap input[type=text]::-ms-input-placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap input[type=text]::placeholder {
  color: #606060;
  opacity: 1;
  /* Firefox */
}
.aboutWrap .contact-area .contactWrap .submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  zoom: 0.8;
}
.aboutWrap .contact-area .contactWrap .submit button {
  position: relative;
  padding: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .submit {
    zoom: initial;
  }
  .aboutWrap .contact-area .contactWrap .submit img {
    width: 106px;
  }
  .aboutWrap .contact-area .contactWrap .submit svg {
    width: 106px;
  }
}
.aboutWrap .contact-area .contactWrap .submit .arrow {
  top: -1px;
  left: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap .contact-area .contactWrap .submit .arrow {
    top: -17px;
    left: 1px;
  }
}
.aboutWrap .contact-area .contactWrap .submit .st0 {
  stroke-width: 3px;
}

.m-fancy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4039215686);
  z-index: 10;
  overflow-x: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy {
    padding: 40px 20px 60px;
  }
}
.m-fancy.is-show {
  opacity: 1;
  pointer-events: all;
}
.m-fancy .fancy-area {
  position: relative;
  max-width: 1040px;
  background-color: #efefef;
  padding: 180px 150px 260px;
  margin: 120px auto 200px;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .fancy-area {
    max-width: 100%;
    padding: 115px 40px 70px;
    margin: 0;
  }
}
.m-fancy .close {
  position: absolute;
  top: 80px;
  right: 80px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .close {
    zoom: 0.6;
    top: 60px;
    right: 40px;
  }
}
.m-fancy .close:hover {
  opacity: 0.3;
}
.m-fancy .title {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .title {
    margin-bottom: 40px;
  }
}
.m-fancy .title .en {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  font: 400 52px/1 "Poppins", sans-serif;
  color: #efefef;
  text-shadow: 1px 1px 0 #293f8b, -1px -1px 0 #293f8b, -1px 1px 0 #293f8b, 1px -1px 0 #293f8b;
  /* 右上陰影 */
  letter-spacing: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .title .en {
    font: 400 30px/1 "Poppins", sans-serif;
    letter-spacing: 1px;
    margin: 0 auto 16px;
  }
}
.m-fancy .title .en::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 110%;
  height: 1px;
  background-color: rgba(41, 62, 139, 0.368627451);
}
.m-fancy .title .ch {
  font: 500 32px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 4px;
  color: #1a1a1a;
  text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .title .ch {
    font: 500 18px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
  }
}
.m-fancy .top {
  font: 500 16px/1.6 "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-align: justify;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .top {
    font: 600 13px/1.6 "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
}
.m-fancy .content {
  font: 400 16px/1.4 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  color: #4d4d4d;
  text-align: justify;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .content {
    font: 400 13px/1.4 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
  }
}
.m-fancy .content .big {
  font: 600 18px/1.4 "Noto Sans TC", sans-serif;
  color: #293f8b;
}
@media print, screen and (max-width: 64.06125em) {
  .m-fancy .content .big {
    font: 600 13px/1.4 "Noto Sans TC", sans-serif;
  }
}

.pageList li {
  position: relative;
  font: 700 18px/1 "Roboto", system-ui;
  color: #4d4d4d;
  letter-spacing: 2px;
  margin-right: 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList li {
    margin-right: 20px;
    letter-spacing: 1px;
    font: 700 14px/1 "Roboto", system-ui;
  }
}
.pageList li:last-child {
  margin-right: 0;
}
.pageList li.current .num {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pageList li.current .deco .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pageList li.current .deco .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pageList li.current .deco .square {
  opacity: 1;
}
.pageList li:hover .num {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pageList li:hover .deco .line-1 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pageList li:hover .deco .line-2 {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.pageList li:hover .deco .square {
  opacity: 1;
}
.pageList li .num {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.pageList li .deco {
  position: absolute;
  bottom: -5px;
  right: -29px;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList li .deco {
    bottom: -2px;
    right: -10px;
  }
}
.pageList li .deco .line-1 {
  width: 64px;
  height: 1px;
  background-color: #293f8b;
  bottom: -7px;
  left: -5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList li .deco .line-1 {
    width: 24px;
    bottom: -3px;
    left: 32px;
  }
}
.pageList li .deco .line-2 {
  position: absolute;
  width: 1px;
  height: 35px;
  background-color: #293f8b;
  right: 20px;
  top: -20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList li .deco .line-2 {
    height: 18px;
    right: 6px;
    top: -10px;
  }
}
.pageList li .deco .square {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #293f8b;
  bottom: -3px;
  right: 17px;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList li .deco .square {
    width: 3px;
    height: 3px;
    bottom: -1px;
    right: 5px;
  }
}
.pageList.style-2 li {
  position: relative;
  font: 400 20px/1 "Montserrat", sans-serif;
  color: #293f8b;
  letter-spacing: 0px;
  margin-right: 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .pageList.style-2 li {
    font: 400 16px/1 "Montserrat", sans-serif;
    margin-right: 20px;
  }
}
.pageList.style-2 li:last-child {
  margin-right: 0;
}
.pageList.style-2 li.current .num {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pageList.style-2 li:hover .num {
  -webkit-transform: scale(1);
  transform: scale(1);
}

footer {
  position: relative;
  padding: 105px 104px 165px 84px;
  background-color: #59595a;
  color: #c6c7c8;
}
@media print, screen and (max-width: 99.99875em) {
  footer {
    padding: 85px 80px 100px 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer {
    padding: 55px 40px 90px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer {
    padding: 30px 25px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .logo {
  margin-bottom: 55px;
}
footer .title {
  font: 700 16px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .title {
    font: 700 14px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .title {
    font: 700 13px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .title {
    font: 700 11px/1 "Poppins", sans-serif;
    margin-bottom: 0;
  }
}
footer .ch {
  font: 500 16px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .ch {
    font: 700 13px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .ch {
    font: 500 12px/1 "Noto Sans TC", sans-serif;
  }
}
footer .en {
  font: 500 13px/1 "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .en {
    font: 500 11px/1.4 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .en {
    font: 500 8px/1 "Poppins", sans-serif;
  }
}
footer .address {
  margin-right: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  footer .address {
    margin-right: 0;
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .tel,
  footer .fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .tel .title,
  footer .fax .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
footer .tel .phone,
footer .fax .phone {
  font: 500 15px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-right: 60px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .tel .phone,
  footer .fax .phone {
    font: 500 13px/1 "Poppins", sans-serif;
    letter-spacing: 0.5px;
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .tel .phone,
  footer .fax .phone {
    font: 500 12px/1 "Poppins", sans-serif;
    margin-right: 13px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .tel .phone,
  footer .fax .phone {
    margin-right: 0px;
    font: 700 11px/1 "Poppins", sans-serif;
    -webkit-box-flex: 8;
    -ms-flex: 8 1 0px;
    flex: 8 1 0;
  }
}
footer .mail {
  margin-right: 100px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .mail {
    margin-right: 75px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .mail {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
footer .mail .email {
  font: 500 17px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .mail .email {
    font: 500 14px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .mail .email {
    font: 500 12px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .mail .email {
    font: 500 11px/1 "Poppins", sans-serif;
    -webkit-box-flex: 8;
    -ms-flex: 8 1 0px;
    flex: 8 1 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .mail .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }
}
footer .followus {
  margin-right: 190px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .followus {
    margin-right: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .followus {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .followus {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
footer .followus .ig .d,
footer .followus .fb .d {
  fill: #c6c7c8;
}
footer .followus .ig {
  margin-right: 17px;
}
@media print, screen and (max-width: 64.06125em) {
  footer .followus .ig {
    margin-right: 9px;
  }
}
@media print, screen and (max-width: 99.99875em) {
  footer .followus svg {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .followus svg {
    width: 28px;
    height: 28px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .followus svg {
    width: 19px;
    height: 19px;
  }
}
footer .followus .title {
  color: #c6c7c8;
}
@media print, screen and (max-width: 64.06125em) {
  footer .followus .title {
    margin-bottom: 5px;
  }
}
footer .top {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 99.99875em) {
  footer .top {
    zoom: 0.9;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .top {
    zoom: 0.75;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .top {
    text-align: right;
    margin-bottom: 60px;
    zoom: 0.6;
  }
}
footer .top:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
footer .bottom-area {
  position: absolute;
  left: 83px;
  bottom: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media print, screen and (max-width: 99.99875em) {
  footer .bottom-area {
    left: 59px;
    bottom: 60px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  footer .bottom-area {
    left: 40px;
    bottom: 45px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .bottom-area {
    position: static;
    display: block;
  }
}
footer .bottom-area .website {
  font: 400 17px/1 "Noto Sans TC", sans-serif;
  letter-spacing: 3px;
  margin-right: 85px;
}
@media print, screen and (max-width: 99.99875em) {
  footer .bottom-area .website {
    font: 400 15px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 0.5px;
    margin-right: 50px;
  }
}
@media print, screen and (max-width: 99.99875em) {
  footer .bottom-area .website {
    font: 400 13px/1 "Noto Sans TC", sans-serif;
    margin-right: 50px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .bottom-area .website {
    margin-right: 0px;
    font: 400 12px/1 "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 45px;
  }
}
footer .bottom-area .website a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media print, screen and (max-width: 64.06125em) {
  footer .bottom-area .website a {
    display: block;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .bottom-area .website a:hover {
  opacity: 0.5;
}
footer .bottom-area .copyright {
  font: 400 12px/1 "Poppins", sans-serif;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 74.99875em) {
  footer .bottom-area .copyright {
    font: 400 10px/1 Poppins;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .bottom-area .copyright {
    font: 400 8px/1 "Poppins", sans-serif;
  }
}
footer .bottom-area .copyright .siteby {
  font: 400 10px/1 "Poppins", sans-serif;
  margin-left: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  footer .bottom-area .copyright .siteby {
    font: 400 8px/1 "Poppins", sans-serif;
  }
}
@media print, screen and (max-width: 64.06125em) {
  footer .bottom-area .copyright .siteby {
    font: 400 6px/1 "Poppins", sans-serif;
    margin-left: 13px;
  }
}

.scrolldown {
  position: absolute;
}
@media print, screen and (max-width: 64.06125em) {
  .scrolldown {
    right: 20px;
    top: auto;
    bottom: 0;
  }
}
.scrolldown .text {
  font-family: "Roboto", system-ui;
  text-wrap: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media print, screen and (max-width: 99.99875em) {
  .scrolldown .text {
    zoom: 0.8;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .scrolldown .text {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .scrolldown .text {
    font-size: 10px;
    color: #fff;
  }
}
.scrolldown .line {
  position: relative;
  margin-right: 5px;
}
.scrolldown .line-1 {
  width: 1px;
  height: 165px;
  background-color: #333333;
}
@media print, screen and (max-width: 74.99875em) {
  .scrolldown .line-1 {
    height: 110px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .scrolldown .line-1 {
    height: 95px;
    background-color: #fff;
  }
}
.scrolldown .line-2 {
  width: 3px;
  position: absolute;
  height: 165px;
  background-color: #333333;
  top: 0;
  left: -1px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: scrolldown 2s infinite ease-out;
  animation: scrolldown 2s infinite ease-out;
}
@media print, screen and (max-width: 74.99875em) {
  .scrolldown .line-2 {
    height: 110px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .scrolldown .line-2 {
    height: 95px;
    background-color: #fff;
  }
}

.back {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 64.06125em) {
  .back {
    margin-top: 25px;
  }
}
.back .arrow {
  position: absolute;
  left: -2px;
  top: -1px;
}
@media print, screen and (max-width: 64.06125em) {
  .back .arrow {
    left: -1px;
    top: 0px;
  }
}
.back .arrow .st0 {
  fill: none;
  stroke: #293f8b;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.back.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 64.06125em) {
  .back.more img {
    width: 85px;
  }
  .back.more svg {
    width: 85px;
  }
}
.back.more .arrow {
  position: absolute;
  left: 0px;
  top: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .back.more .arrow {
    left: 1px;
    top: -8px;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .share-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: -15px;
  }
}
.share-area .title {
  font: 500 18px/1 "Roboto", system-ui;
  letter-spacing: 2px;
  color: #293f8b;
  margin-right: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .share-area .title {
    font: 500 10px/1 "Roboto", system-ui;
    margin-right: 0px;
    letter-spacing: 0px;
    margin-bottom: 5px;
  }
}
.share-area a {
  display: block;
  height: 35px;
  margin: 0 7px;
}
@media print, screen and (max-width: 64.06125em) {
  .share-area a {
    height: 25px;
    margin: 0;
    margin-left: 7px;
  }
}
.share-area a svg {
  width: 35px;
  height: 35px;
}
@media print, screen and (max-width: 64.06125em) {
  .share-area a svg {
    width: 25px;
    height: 25px;
  }
}
.share-area .link .d {
  fill: #f7f8f8;
}
.share-area .link .e {
  fill: #293f8b;
}
.share-area .fb .d {
  fill: #293f8b;
}
.share-area .line .d {
  fill: #fff;
}
.share-area .line .e {
  fill: #293f8b;
}

.fancybox-toolbar {
  right: 460px !important;
  top: 260px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-toolbar .fancybox-button {
  background-color: transparent;
}
.fancybox-toolbar .fancybox-button--zoom {
  display: none !important;
}
.fancybox-toolbar .fancybox-content {
  width: 995px !important;
  height: 403px !important;
}

.fancybox-button--arrow_left {
  display: none !important;
}

.fancybox-button--arrow_right {
  display: none !important;
}

.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button--play {
  display: none !important;
}

.fancybox-infobar {
  display: none !important;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.test-slide {
  position: relative;
}
.test-slide .slide-2 {
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.test-slide .slide-2 .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fcb8d4;
}
.test-slide .slide-2 .num {
  font: 500 20px/1 "Roboto", system-ui;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.test-slide .slide-1 {
  position: relative;
}
.test-slide .num {
  font: 500 20px/1 "Roboto", system-ui;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.test-slide .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #c9477d;
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  90% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes contactLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes contactLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  90% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes newsclip {
  0% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes newsclip {
  0% {
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-clip-path: inset(0% 0% 0% 0%);
    clip-path: inset(0% 0% 0% 0%);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes dragme-arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes dragme-arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes slideMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideMove-mobile {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3000px);
    transform: translateX(-3000px);
  }
}
@keyframes slideMove-mobile {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3000px);
    transform: translateX(-3000px);
  }
}
@-webkit-keyframes hand {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
@keyframes hand {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  70% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}
/*# sourceMappingURL=style.css.map */
