@charset "UTF-8";
/**
 * 使用 normalize 一致各家瀏覽器 default style
 * 網站顏色、兼具、Zoom等變數設定於 variable
 * 全站樣式與共用class 設定於 global
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

@font-face {
  font-family: "Optima Regular";
  src: url("../font/optima-regular.ttf");
}

@font-face {
  font-family: "Optima";
  src: url("../font/unicode.optima.ttf");
}

html,
body,
div,
dl,
dt,
dd,
ul {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
  height: auto;
}

body {
  color: #696969;
  height: 100%;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: "Optima Regular", "Microsoft Jhenghei";
}
body.open {
  overflow: hidden;
}
body * {
  box-sizing: border-box;
}
body *:focus {
  outline: none;
}
body:not(.home) {
  padding-top: 70px;
}
body:not(.home) header {
  top: -70px;
}

h1 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

h2 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

h3 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

h4 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

h5 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

h6 {
  margin: 0;
  font-family: "Microsoft Jhenghei";
}

ul li {
  font-family: "Microsoft Jhenghei";
  list-style: none;
}

a {
  color: #696969;
  text-decoration: none;
}
a:hover {
  color: #caa72d;
  text-decoration: underline;
}

.form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-title {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.group-body {
  width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-field {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

input {
  width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  line-height: 1.25rem;
  padding: 0.5rem;
}

textarea {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.25rem;
  padding: 0.5rem;
}

button {
  border: 1px solid #caa72d;
  padding: 0.7rem;
  background: none;
  cursor: pointer;
}

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

.align-left {
  text-align: left;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.more-button {
  display: none;
  width: 198px;
  height: 45px;
  border: 1px solid #caa72d;
  line-height: 43px;
  text-align: center;
  color: #caa72d;
  position: absolute;
  bottom: 0px;
  right: 15px;
  padding-left: 25px;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.more-button:before {
  content: "";
  background: url(../images/icon/Icon_bottom_arrow.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 55px;
}
.more-button a {
  color: #caa72d;
  text-decoration: none;
}

.font-blue-color {
  color: #005169;
}

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

.wrapper {
  min-height: 500px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  body:not(.home) {
    padding-top: 80px;
  }
  body:not(.home) header {
    top: -80px;
  }
}

@media screen and (max-width: 960px) {
  body.widthMoreHeight #scrollDown {
    display: none;
  }
  body.widthMoreHeight #videoContent {
    display: none;
  }
  body.widthMoreHeight #main-slideshow {
    display: none;
  }
  body.widthMoreHeight #main-slideshow .slide-show .slide-body {
    width: 100vmax;
    height: 100vmin;
  }
  body.widthMoreHeight #main-slideshow .slide-show .slide-body .slide-item {
    height: auto;
  }
  body.heightMoreWidth #videoContent {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body.heightMoreWidth #main-slideshow {
    display: block;
  }
  body.heightMoreWidth #main-slideshow .slide-show .slide-body {
    width: 100vmin;
    height: 100vmax;
  }
  body.heightMoreWidth #main-slideshow .slide-show .slide-body .slide-item {
    height: 100%;
  }
}

@media screen and (max-width: 740px) {
  body.widthMoreHeight #main-slideshow {
    display: block;
  }
  body.widthMoreHeight #main-slideshow .slide-show .slide-body {
    width: 100vmax;
    height: 100vmin;
  }
  body.widthMoreHeight #main-slideshow .slide-show .slide-body .slide-item {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  body:not(.home) {
    padding-top: 55px;
  }
  body:not(.home) header {
    top: -55px;
  }
}

/**
 * Page temp[lates
 */
#siteFooter {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: relative;
}
#siteFooter .footer-wrapper {
  position: relative;
  top: 40%;
  max-width: 560px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#siteFooter .footer-wrapper .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

#siteFooter .footer-wrapper h4 {
  font-size: 20px;
  margin-top: 15px;
  color: #fff;
}
#siteFooter .footer-wrapper p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
}
#siteFooter .qrcode {
  width: 80px;
  height: 80px;
  margin-top: 20px;
}
#siteFooter .footer_home {
  color: #fff;
  display: block;
  position: absolute;
  top: 350px;
  margin: auto;
  min-width: 100%;
  text-align: center;
}

#siteFooter .footer_home .footer_icon {
  width: 207px;
  height: 21px;
  background-size: 207px 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/pc-03.svg);
  margin: 0 auto;
}

#siteFooter .social-media-wrapper {
  /* position: absolute;
  bottom: 20%;
  left: calc(50% - 92px);
  width: 186px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  margin-top: 20px;
}
#siteFooter .social-media-wrapper .icon {
  margin-right: 25px;
}
#siteFooter .social-media-wrapper .icon.facebook {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url(../images/social-media/icon_pc-01.svg);
}
#siteFooter .social-media-wrapper .icon.google {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url(../images/social-media/icon_pc-02.svg);
}
#siteFooter .social-media-wrapper .icon.twitter {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url(../images/social-media/icon_pc-03.svg);
}
#siteFooter .social-media-wrapper .icon.instagram {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-image: url(../images/social-media/icon_pc-04.svg);
}
#siteFooter .copyright {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #fff;
}
#siteFooter .copyright p {
  width: 100%;
  text-align: right;
  padding-right: 40px;
  margin: 0;
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  #siteFooter {
    width: 100%;
    height: 400px;
    background-color: #000;
    position: relative;
  }
  #siteFooter .footer-wrapper {
    position: relative;
    top: 70px;
    max-width: 560px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #siteFooter .footer-wrapper .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #siteFooter .footer-wrapper .left h4 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }
  #siteFooter .footer-wrapper .right p {
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  #siteFooter .social-media-wrapper {
    /* position: absolute;
    bottom: 60px;
    left: calc(50% - 92px);
    width: 186px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 20px;
  }
  #siteFooter .social-media-wrapper .icon {
    margin-right: 25px;
  }

  #siteFooter .social-media-wrapper .icon.facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-01.svg);
  }
  #siteFooter .social-media-wrapper .icon.google {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-02.svg);
  }
  #siteFooter .social-media-wrapper .icon.twitter {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-03.svg);
  }
  #siteFooter .social-media-wrapper .icon.instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-04.svg);
  }
  #siteFooter .qrcode {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #siteFooter {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
  }
  #siteFooter .footer-wrapper {
    /* position: relative;
    top: 150px;
    max-width: 450px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  }
  #siteFooter .footer-wrapper .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #siteFooter .footer-wrapper .left h4 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }
  #siteFooter .footer-wrapper .right p {
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  #siteFooter .social-media-wrapper {
    /* position: absolute;
    bottom: 60px;
    left: calc(50% - 92px);
    width: 186px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 20px;
  }
  #siteFooter .social-media-wrapper .icon {
    margin-right: 25px;
  }

  #siteFooter .social-media-wrapper .icon.facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-01.svg);
  }
  #siteFooter .social-media-wrapper .icon.google {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-02.svg);
  }
  #siteFooter .social-media-wrapper .icon.twitter {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-03.svg);
  }
  #siteFooter .social-media-wrapper .icon.instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-04.svg);
  }
  #siteFooter .copyright p {
    transform: scale(0.8);
    padding: 0 0px;
    font-size: 12px;
    text-align: center;
  }
  #siteFooter .qrcode {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  #siteFooter {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
  }
  #siteFooter .footer-wrapper {
    max-width: 210px;
    flex-direction: column;
  }
  #siteFooter .footer_home {
    top: 480px;
  }
  #siteFooter .footer-wrapper .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #siteFooter .footer-wrapper .left h4 {
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
  }
  #siteFooter .footer-wrapper .right p {
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  #siteFooter .social-media-wrapper {
    /* position: absolute;
    bottom: 60px;
    left: calc(50% - 92px);
    width: 186px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 20px;
  }
  #siteFooter .social-media-wrapper .icon {
    margin-right: 25px;
  }
  #siteFooter .social-media-wrapper .icon.facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-01.svg);
  }
  #siteFooter .social-media-wrapper .icon.google {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-02.svg);
  }
  #siteFooter .social-media-wrapper .icon.twitter {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-03.svg);
  }
  #siteFooter .social-media-wrapper .icon.instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(../images/social-media/icon_pc-04.svg);
  }
  #siteFooter .copyright p {
    padding: 0 0px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  #siteFooter .qrcode {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }
}

#videoContent {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#videoContent video.fillWidth {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.video-sound-toggle {
  position: absolute;
  left: 48px;
  bottom: 48px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  opacity: 0.78;
  z-index: 1025;
  cursor: pointer;
  transition: opacity 0.2s ease-out, background 0.2s ease-out;
}
.video-sound-toggle:hover,
.video-sound-toggle:focus-visible {
  opacity: 1;
  background: rgba(0, 0, 0, 0.55);
  outline: none;
}
.video-sound-toggle__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 10px auto;
}
.video-sound-toggle__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.video-sound-toggle__icon svg path + path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.video-sound-toggle__icon--sound {
  display: none;
}
.video-sound-toggle.is-sound-on .video-sound-toggle__icon--muted {
  display: none;
}
.video-sound-toggle.is-sound-on .video-sound-toggle__icon--sound {
  display: block;
}

.video-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100vw - 40px);
  max-width: 1650px;
  aspect-ratio: 1650/690;
  height: auto;
  max-height: calc(100vh - 40px);
  transform: translate(-50%, -50%);
  background: #000;
  z-index: 1200;
  display: none;
}
.video-dialog .close-video-dialog {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/mobile/mobile-01.svg);
  background-size: cover;
  cursor: pointer;
  z-index: 1201;
}

@media screen and (max-width: 1600px) {
  #videoContent {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #videoContent video {
    width: 100vmax;
    position: absolute;
    top: 0;
    left: 0vw;
  }
}

@media screen and (max-width: 1400px) {
  #videoContent {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #videoContent video {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  #videoContent {
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 740px) {
  #videoContent {
    display: none;
  }
  .video-sound-toggle {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #videoContent {
    display: none;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .video-dialog {
    width: calc(100vw - 30px);
    max-width: none;
    aspect-ratio: auto;
    left: 15px;
    top: 25px;
    height: calc(100vh - 50px);
    max-height: none;
    transform: none;
  }
}

.main-menu {
  position: absolute;
  top: 50px;
  left: calc(50% - 200px);
  opacity: 1;
  transition: top 0.8s ease-out, opacity 0.8s ease-out;
  z-index: 1024;
  display: none;
}
.main-menu.showUp {
  opacity: 0;
  top: -50px;
}
.main-menu ul {
  width: 400px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-menu ul li {
  text-align: center;
  cursor: pointer;
}
.main-menu ul li a {
  text-decoration: none;
}

#logo {
  position: absolute;
  transform: translateY(50vh) translateY(-83px);
  left: calc(50% - 133px);
  width: 266px;
  height: 166px;
  background-image: url(../images/icon/pc-01.svg);
  opacity: 1;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  z-index: 1024;
}
#logo.showUp {
  opacity: 0;
  transform: translateY(-50px);
}

#leftLogo {
  position: fixed;
  top: -48px;
  left: 78px;
  width: 82px;
  height: 47px;
  background-image: url(../images/logo/pc_logo.svg);
  opacity: 0;
  transition: top 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
  z-index: 1024;
  cursor: pointer;
}
#leftLogo.active {
  top: 48px;
  opacity: 1;
}

#scrollDown {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 76px);
  width: 152px;
  height: 140px;
  background-image: url(../images/icon/pad_scroll_pc.svg);
  z-index: 1024;
  cursor: pointer;
}

#rightMenu {
  position: fixed;
  display: block;
  right: -100%;
  top: calc(50% - 205px / 2);
  height: 205px;
  z-index: 3;
  transition: right 1.8s ease-out;
  z-index: 1024;
  cursor: pointer;
}
#rightMenu.active {
  right: 0;
}
#rightMenu nav {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#rightMenu nav ul {
  margin: 0 20px 0 0;
  width: 150px;
}
#rightMenu nav ul li {
  margin: 25px 0;
  position: relative;
  text-align: right;
  list-style: none;
}
#rightMenu nav ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: transparent;
  transition: color 0.3s ease-out;
  padding-right: 70px;
  letter-spacing: 0.9px;
  font-size: 13px;
  text-decoration: none;
}
#rightMenu nav ul li a.active {
  color: #808080;
  padding-right: 70px;
}
#rightMenu nav ul li a.active:after {
  width: 54px;
}
#rightMenu nav ul li a:hover {
  color: #808080;
}
#rightMenu nav ul li a:hover:after {
  width: 54px;
}
#rightMenu nav ul li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: 0;
  width: 24px;
  height: 1px;
  background-color: #999;
  transition: width 0.3s ease-out;
}

#mobileMenu {
  display: none;
}

.mobile-main-menu {
  display: none;
}

@media screen and (max-width: 740px) {
  #leftLogo {
    position: fixed;
    top: -46px;
    left: 46px;
  }
  #leftLogo.active {
    top: 34px;
    opacity: 1;
  }
  #scrollDown {
    display: none;
  }
  #topMenu {
    display: none;
  }
  #rightMenu {
    display: none;
  }
  #mobileMenu {
    display: block;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1025;
  }
  #mobileMenu span {
    color: #fff;
  }
  .mobile-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1025;
  }
  .mobile-main-menu ul {
    margin: 0 20px 0 0;
    width: 150px;
    position: absolute;
    top: 100px;
    right: 10px;
  }
  .mobile-main-menu ul li {
    margin: 0;
    position: relative;
    text-align: right;
    list-style: none;
    height: 50px;
  }
  .mobile-main-menu ul li + li:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 1px;
    background-color: #999;
  }
  .mobile-main-menu ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #999;
    transition: color 0.3s ease-out;
    padding-right: 40px;
    letter-spacing: 0.9px;
    font-size: 15px;
    text-decoration: none;
  }
  .mobile-main-menu ul li a.active {
    color: #fff;
    padding-right: 70px;
    font-size: 18px;
  }
  .mobile-main-menu ul li a.active:after {
    width: 54px;
  }
  .mobile-main-menu ul li a:hover {
    color: #808080;
  }
  .mobile-main-menu ul li a:hover:after {
    width: 54px;
  }
  .mobile-main-menu ul li a:after {
    content: "";
    position: absolute;
    display: block;
    top: 25px;
    right: 0;
    width: 24px;
    height: 1px;
    background-color: #999;
    transition: width 0.3s ease-out;
  }
  .mobile-main-menu #mobileMainMenuClose {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/mobile/mobile-01.svg);
    background-size: contain;
    cursor: pointer;
    z-index: 99;
  }
}

@media screen and (max-width: 580px) {
  #leftLogo {
    position: fixed;
    top: -46px;
    left: 46px;
  }
  #leftLogo.active {
    top: 34px;
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  #leftLogo {
    position: fixed;
    top: -48px;
    left: 15px;
    width: 60px;
    height: 36px;
    background: url(../images/logo/mobile_logo.svg) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: top 0.8s ease-out 0.8s, opacity 0.8s ease-out 0.8s;
    z-index: 1024;
  }
  #leftLogo.active {
    top: 15px;
    opacity: 1;
  }
  #scrollDown {
    display: none;
  }
  #topMenu {
    display: none;
  }
  #rightMenu {
    display: none;
  }
  #logo {
    position: absolute;
    transform: translateY(50vh) translateY(-83px);
    left: calc(50% - 177px / 2);
    width: 177px;
    height: 122px;
    background: url(../images/mobile/mobile-04.svg) no-repeat;
    opacity: 1;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
    z-index: 1024;
  }
  #logo.showUp {
    opacity: 0;
    transform: translateY(-50px);
  }
  #mobileMenu {
    display: block;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1025;
  }
  #mobileMenu span {
    color: #fff;
  }
  .mobile-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 1025;
  }
  .mobile-main-menu ul {
    margin: 0 20px 0 0;
    width: 150px;
    position: absolute;
    top: 100px;
    right: 10px;
  }
  .mobile-main-menu ul li {
    margin: 0;
    position: relative;
    text-align: right;
    list-style: none;
    height: 80px;
  }
  .mobile-main-menu ul li + li:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    width: 8px;
    height: 1px;
    background-color: #999;
  }
  .mobile-main-menu ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #999;
    transition: color 0.3s ease-out;
    padding-right: 40px;
    letter-spacing: 0.9px;
    font-size: 15px;
    text-decoration: none;
  }
  .mobile-main-menu ul li a.active {
    color: #fff;
    padding-right: 70px;
    font-size: 18px;
  }
  .mobile-main-menu ul li a.active:after {
    width: 54px;
  }
  .mobile-main-menu ul li a:hover {
    color: #808080;
  }
  .mobile-main-menu ul li a:hover:after {
    width: 54px;
  }
  .mobile-main-menu ul li a:after {
    content: "";
    position: absolute;
    display: block;
    top: 40px;
    right: 0;
    width: 24px;
    height: 1px;
    background-color: #999;
    transition: width 0.3s ease-out;
  }
  .mobile-main-menu #mobileMainMenuClose {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/mobile/mobile-01.svg);
    background-size: contain;
    cursor: pointer;
    z-index: 99;
  }
}

header {
  z-index: 1024;
  position: relative;
}

#homepage-hero {
  position: relative;
  z-index: 1023;
}

/* Case-study single page: isolate the editorial layout from the full-screen homepage header. */
body.single-post {
  padding-top: 0;
  background: #fcfcfa;
  color: #242424;
}
body.category {
  padding-top: 0;
  background: #fcfcfa;
  color: #242424;
}
body.error404 {
  padding-top: 0;
  background: #fcfcfa;
  color: #242424;
}
html.case-lightbox-open,
body.case-lightbox-open {
  overflow: hidden;
}
body.single-post .case-site-header,
body.category .case-site-header,
body.error404 .case-site-header {
  position: relative;
  top: auto;
  z-index: 1024;
  width: 100%;
  border-bottom: 1px solid #d9d9d4;
  background: #fcfcfa;
}
.case-site-header__inner {
  width: min(100% - 96px, 1440px);
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.case-site-header__brand {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: #202020;
  text-decoration: none;
}
.case-site-header__brand-name {
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.case-site-header__brand-tagline,
.case-site-header__home-link,
.case-study__eyebrow,
.case-study__series,
.case-study__masthead-note,
.case-study__facts dt,
.case-study__navigation-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-site-header__brand-tagline {
  color: #74746f;
  letter-spacing: 0.15em;
}
.case-site-header__home-link {
  color: #3d3d39;
  text-decoration: none;
  white-space: nowrap;
}
.case-site-header__home-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background: currentColor;
  transform-origin: left;
  transition: transform 180ms ease;
}
.case-site-header__home-link:hover {
  color: #202020;
  text-decoration: none;
}
.case-site-header__home-link:hover:after {
  transform: scaleX(0.45);
}
.case-study {
  width: 100%;
  overflow: hidden;
}
.case-study__article {
  width: 100%;
}
.case-study__masthead {
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
  padding: clamp(82px, 11vw, 164px) 0 clamp(64px, 8vw, 118px);
}
.case-study__eyebrow {
  margin: 0 0 34px;
  color: #6c6c67;
}
.case-study__eyebrow:after,
.case-study__series:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 17px;
  background: #292927;
}
.case-study__masthead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 56px;
  align-items: end;
}
.case-study__series {
  margin: 0 0 34px;
  color: #333330;
}
.case-study__title {
  max-width: 980px;
  color: #20201e;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: clamp(42px, 5.15vw, 78px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
.case-study__masthead-note {
  margin: 0;
  padding-bottom: 7px;
  color: #6d6d68;
  line-height: 1.9;
}
.case-study__masthead-note p,
.case-study__masthead-note time {
  display: block;
  margin: 0;
}
.case-study__media {
  width: 100%;
  margin: 0 0 clamp(72px, 10vw, 152px);
  background: #ecece7;
}
.case-study__media-image {
  display: block;
  width: 100%;
  max-height: min(75vw, 920px);
  object-fit: cover;
}
.case-study__reading-grid {
  width: min(100% - 96px, 1140px);
  margin: 0 auto;
  padding-bottom: clamp(82px, 10vw, 150px);
  display: grid;
  grid-template-columns: 190px minmax(0, 680px);
  justify-content: space-between;
  gap: clamp(56px, 10vw, 170px);
}
.case-study__facts {
  align-self: start;
  padding-top: 8px;
}
.case-study__facts dl {
  margin: 0;
}
.case-study__facts dl > div {
  padding: 19px 0;
  border-top: 1px solid #d8d8d3;
}
.case-study__facts dl > div:last-child {
  border-bottom: 1px solid #d8d8d3;
}
.case-study__facts dt {
  margin: 0 0 9px;
  color: #777770;
}
.case-study__facts dd {
  margin: 0;
  color: #30302d;
  font-size: 13px;
  letter-spacing: 0.055em;
  line-height: 1.65;
}
.case-study__facts a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #96968f;
}
.case-study__content {
  min-width: 0;
  color: #33332f;
  font-size: 16px;
  letter-spacing: 0.055em;
  line-height: 2.05;
}
.case-study__content > :first-child {
  margin-top: 0;
}
.case-study__content > :last-child {
  margin-bottom: 0;
}
.case-study__content p,
.case-study__content ul,
.case-study__content ol,
.case-study__content blockquote {
  margin: 0 0 1.65em;
}
.case-study__content h2,
.case-study__content h3,
.case-study__content h4 {
  margin: 3.25em 0 1.15em;
  padding-top: 18px;
  color: #242421;
  border-top: 1px solid #cfcfc9;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.case-study__content h2 {
  font-size: 31px;
}
.case-study__content h3 {
  font-size: 24px;
}
.case-study__content h4 {
  font-size: 19px;
}
.case-study__content strong {
  color: #20201d;
  font-weight: 700;
}
.case-study__content ul,
.case-study__content ol {
  padding-left: 1.35em;
}
.case-study__content li {
  margin-bottom: 0.65em;
  list-style: disc;
}
.case-study__content ol li {
  list-style: decimal;
}
.case-study__content blockquote {
  margin-left: 0;
  padding: 30px 0 30px 34px;
  border-left: 1px solid #8b8b84;
  color: #55554f;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: 21px;
  line-height: 1.8;
}
.case-study__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 3.5em 0;
}
.case-study__content a {
  color: #252522;
  text-decoration-color: #9b9b94;
  text-underline-offset: 4px;
}
.case-study__gallery {
  width: min(100% - 96px, 1440px);
  margin: 0 auto clamp(82px, 10vw, 150px);
  padding-top: clamp(42px, 6vw, 82px);
  border-top: 1px solid #cfcfc9;
}
.case-study__gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(28px, 4vw, 52px);
}
.case-study__gallery-heading p {
  margin: 0;
  color: #777770;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-study__gallery-heading h2 {
  margin: 0;
  color: #242421;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.case-study__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
}
.case-study__gallery-item {
  margin: 0;
  overflow: hidden;
  background: #ecece7;
  aspect-ratio: 4 / 3;
}
.case-study__gallery-item:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 8;
}
.case-study__gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.case-study__gallery-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}
.case-study__gallery-trigger:hover img,
.case-study__gallery-trigger:focus-visible img {
  transform: scale(1.025);
}
.case-study__gallery-trigger:focus-visible {
  outline: 1px solid #20201e;
  outline-offset: -6px;
}
.case-lightbox {
  width: min(calc(100vw - 72px), 1280px);
  max-width: none;
  max-height: calc(100vh - 72px);
  margin: auto;
  padding: 0;
  border: 1px solid #d9d9d4;
  box-sizing: border-box;
  overflow: hidden;
  background: #fcfcfa;
  color: #242424;
}
.case-lightbox::backdrop {
  background: rgba(20, 20, 18, 0.88);
}
.case-lightbox__toolbar {
  min-height: 62px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #d9d9d4;
}
.case-lightbox__caption,
.case-lightbox__close,
.case-lightbox__previous,
.case-lightbox__next {
  margin: 0;
  color: #31312e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.case-lightbox__close,
.case-lightbox__previous,
.case-lightbox__next {
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
}
.case-lightbox__close:hover,
.case-lightbox__previous:hover,
.case-lightbox__next:hover {
  color: #85857f;
}
.case-lightbox__close:disabled,
.case-lightbox__previous:disabled,
.case-lightbox__next:disabled {
  cursor: default;
  opacity: 0.35;
}
.case-lightbox__stage {
  padding: 24px;
}
.case-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 220px);
  object-fit: contain;
}
.case-lightbox__controls {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.case-study__navigation {
  width: min(100% - 96px, 1440px);
  min-height: 170px;
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: stretch;
  gap: 48px;
  border-top: 1px solid #cfcfc9;
}
.case-study__navigation-item {
  flex: 0 1 50%;
  min-width: 0;
}
.case-study__navigation-item--next {
  margin-left: auto;
  text-align: right;
}
.case-study__navigation-item a {
  display: inline-flex;
  flex-direction: column;
  gap: 13px;
  color: #262623;
  text-decoration: none;
}
.case-study__navigation-item--next a {
  align-items: flex-end;
}
.case-study__navigation-label {
  color: #777770;
}
.case-study__navigation-title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: 20px;
  line-height: 1.45;
}
.case-study__navigation-project {
  color: #75756e;
  font-family: "Microsoft Jhenghei", sans-serif;
  font-size: 13px;
  letter-spacing: 0.055em;
}
.case-study__navigation-item a:hover {
  color: #77776f;
  text-decoration: none;
}
.case-site-header a:focus-visible,
.case-study a:focus-visible {
  outline: 1px solid #20201e;
  outline-offset: 5px;
}

/* Category archives share the editorial language of the case-study single page. */
.case-archive {
  width: 100%;
  overflow: hidden;
}
.case-archive__masthead {
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
  padding: clamp(82px, 11vw, 164px) 0 clamp(64px, 8vw, 118px);
}
.case-archive__eyebrow {
  margin: 0 0 34px;
  color: #6c6c67;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-archive__eyebrow:after,
.case-archive__series:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 17px;
  background: #292927;
}
.case-archive__masthead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 56px;
  align-items: end;
}
.case-archive__series {
  margin: 0 0 34px;
  color: #333330;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-archive__title {
  max-width: 980px;
  margin: 0;
  color: #20201e;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: clamp(46px, 5.55vw, 84px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
.case-archive__masthead-note {
  margin: 0;
  padding-bottom: 7px;
  color: #6d6d68;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-transform: uppercase;
}
.case-archive__masthead-note p {
  margin: 0;
}
.case-archive__listing {
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px) 0 clamp(82px, 10vw, 150px);
  border-top: 1px solid #cfcfc9;
}
.case-archive__listing-heading {
  margin-bottom: clamp(32px, 5vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.case-archive__listing-heading p {
  margin: 0;
  color: #777770;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(18px, 3vw, 48px);
  row-gap: clamp(52px, 7vw, 100px);
}
.case-archive__card-link {
  display: block;
  color: #242421;
  text-decoration: none;
}
.case-archive__card-media {
  margin: 0 0 20px;
  overflow: hidden;
  background: #ecece7;
  aspect-ratio: 4 / 3;
}
.case-archive__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}
.case-archive__card-link:hover .case-archive__card-media img,
.case-archive__card-link:focus-visible .case-archive__card-media img {
  transform: scale(1.025);
}
.case-archive__card-meta {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #777770;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.case-archive__card-meta time {
  text-align: right;
}
.case-archive__card-title {
  margin: 0;
  color: inherit;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: clamp(22px, 2.15vw, 31px);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.4;
}
.case-archive__card-cta {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 1px solid #4a4a45;
  color: #4a4a45;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}
.case-archive__card-link:hover .case-archive__card-cta,
.case-archive__card-link:focus-visible .case-archive__card-cta {
  color: #898980;
  transform: translateX(7px);
}
.case-archive__card-link:focus-visible {
  outline: 1px solid #20201e;
  outline-offset: 7px;
}
.case-archive__pagination {
  margin-top: clamp(72px, 9vw, 128px);
  padding-top: 28px;
  border-top: 1px solid #cfcfc9;
}
.case-archive__pagination .page-numbers {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  list-style: none;
}
.case-archive__pagination .page-numbers li {
  margin: 0;
}
.case-archive__pagination a,
.case-archive__pagination span {
  display: inline-block;
  color: #4a4a45;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}
.case-archive__pagination a:hover {
  color: #898980;
}
.case-archive__pagination .current {
  color: #1e1e1c;
  border-bottom: 1px solid currentColor;
}
.case-archive__empty {
  width: min(100% - 96px, 1440px);
  min-height: 320px;
  margin: 0 auto;
  padding: 54px 0;
  border-top: 1px solid #cfcfc9;
  color: #777770;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.case-archive__empty p {
  margin: 0;
}

/* 404 keeps the same restrained editorial language without falling back to homepage-only markup. */
.case-not-found {
  width: 100%;
  min-height: min(760px, calc(100vh - 94px));
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.case-not-found__panel {
  width: min(100% - 96px, 1440px);
  margin: 0 auto;
  padding: clamp(82px, 11vw, 164px) 0 clamp(96px, 13vw, 190px);
  border-bottom: 1px solid #cfcfc9;
}
.case-not-found__eyebrow,
.case-not-found__series,
.case-not-found__action {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.case-not-found__eyebrow {
  width: min(100%, 820px);
  margin: 0 auto;
  color: #6c6c67;
  text-align: center;
}
.case-not-found__eyebrow:after,
.case-not-found__series:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 17px;
  background: #292927;
}
.case-not-found__eyebrow:after,
.case-not-found__series:after {
  margin-left: auto;
  margin-right: auto;
}
.case-not-found__content {
  width: min(100%, 820px);
  margin: clamp(64px, 8vw, 120px) auto 0;
  text-align: center;
}
.case-not-found__series {
  margin: 0 0 34px;
  color: #333330;
}
.case-not-found__title {
  max-width: 780px;
  margin: 0;
  color: #20201e;
  font-family: Optima, "Optima Regular", "Microsoft Jhenghei", serif;
  font-size: clamp(46px, 5.55vw, 84px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.2;
}
.case-not-found__intro {
  max-width: 500px;
  margin: 36px auto 0;
  color: #5c5c57;
  font-family: "Microsoft Jhenghei", sans-serif;
  font-size: 16px;
  letter-spacing: 0.055em;
  line-height: 1.9;
}
.case-not-found__actions {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 32px;
}
.case-not-found__action {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #4a4a45;
  color: #4a4a45;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}
.case-not-found__action:hover {
  color: #898980;
  text-decoration: none;
  transform: translateX(7px);
}
.case-not-found__action--primary {
  color: #1f1f1d;
}
.case-not-found__action:focus-visible {
  outline: 1px solid #20201e;
  outline-offset: 7px;
}

@media screen and (max-width: 800px) {
  body.single-post {
    padding-top: 0;
  }
  body.category {
    padding-top: 0;
  }
  body.error404 {
    padding-top: 0;
  }
  body.single-post .case-site-header {
    top: auto;
  }
  body.category .case-site-header {
    top: auto;
  }
  body.error404 .case-site-header {
    top: auto;
  }
  .case-site-header__inner,
  .case-study__masthead,
  .case-study__reading-grid,
  .case-study__gallery,
  .case-study__navigation,
  .case-archive__masthead,
  .case-archive__listing,
  .case-archive__empty,
  .case-not-found__panel {
    width: min(100% - 48px, 1440px);
  }
  .case-site-header__inner {
    min-height: 78px;
  }
  .case-study__masthead {
    padding-top: 76px;
  }
  .case-study__masthead-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .case-archive__masthead-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .case-study__masthead-note {
    display: flex;
    gap: 18px;
  }
  .case-archive__masthead-note {
    display: flex;
    gap: 18px;
  }
  .case-study__reading-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .case-study__facts {
    padding-top: 0;
  }
  .case-study__facts dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .case-study__facts dl > div,
  .case-study__facts dl > div:last-child {
    padding: 15px 0;
    border-bottom: 1px solid #d8d8d3;
  }
  .case-study__navigation {
    min-height: 0;
  }
  .case-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .case-not-found {
    min-height: min(680px, calc(100vh - 78px));
  }
}

@media screen and (max-width: 560px) {
  .case-site-header__inner,
  .case-study__masthead,
  .case-study__reading-grid,
  .case-study__gallery,
  .case-study__navigation,
  .case-archive__masthead,
  .case-archive__listing,
  .case-archive__empty,
  .case-not-found__panel {
    width: min(100% - 36px, 1440px);
  }
  .case-site-header__inner {
    min-height: 70px;
  }
  .case-site-header__brand-name {
    font-size: 12px;
  }
  .case-site-header__brand-tagline {
    font-size: 8px;
  }
  .case-site-header__home-link {
    font-size: 9px;
  }
  .case-study__masthead {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .case-study__eyebrow {
    margin-bottom: 25px;
  }
  .case-study__series {
    margin-bottom: 25px;
  }
  .case-study__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  .case-study__masthead-note {
    font-size: 9px;
  }
  .case-archive__masthead {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .case-archive__eyebrow {
    margin-bottom: 25px;
  }
  .case-archive__series {
    margin-bottom: 25px;
  }
  .case-archive__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  .case-archive__masthead-note {
    font-size: 9px;
  }
  .case-study__reading-grid {
    gap: 42px;
    padding-bottom: 76px;
  }
  .case-study__facts dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .case-study__content {
    font-size: 15px;
    letter-spacing: 0.035em;
    line-height: 1.95;
  }
  .case-study__content h2 {
    font-size: 27px;
  }
  .case-study__content h3 {
    font-size: 21px;
  }
  .case-study__gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .case-study__gallery-item,
  .case-study__gallery-item:first-child {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }
  .case-lightbox {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
  }
  .case-lightbox__toolbar,
  .case-lightbox__stage {
    padding-left: 16px;
    padding-right: 16px;
  }
  .case-lightbox__image {
    max-height: calc(100vh - 200px);
  }
  .case-study__navigation {
    flex-direction: column;
    gap: 28px;
  }
  .case-study__navigation-item,
  .case-study__navigation-item--next {
    flex-basis: auto;
    margin-left: 0;
    text-align: left;
  }
  .case-study__navigation-item--next a {
    align-items: flex-start;
  }
  .case-archive__listing-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .case-archive__grid {
    grid-template-columns: 1fr;
    row-gap: 58px;
  }
  .case-archive__card-title {
    font-size: 27px;
  }
  .case-archive__pagination .page-numbers {
    justify-content: flex-start;
  }
  .case-not-found {
    min-height: min(620px, calc(100vh - 70px));
  }
  .case-not-found__panel {
    padding-top: 62px;
    padding-bottom: 82px;
  }
  .case-not-found__series {
    margin-bottom: 25px;
  }
  .case-not-found__title {
    font-size: 40px;
    letter-spacing: 0.02em;
  }
  .case-not-found__intro {
    margin-top: 28px;
    font-size: 15px;
  }
  .case-not-found__actions {
    margin-top: 38px;
  }
}

#main_content {
  width: 562px;
  position: absolute;
  top: calc(50vh - 240px / 2);
  left: calc(50% - 562px / 2);
  opacity: 0;
  transition: opacity 0.5s ease-out 0.1s;
  z-index: 1024;
}
#main_content.show {
  opacity: 1;
}
#main_content h1 {
  font-size: 40px;
  margin: 0 0 40px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-family: Optima;
}
#main_content .first-article p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
#main_content .first-article-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  #main_content.widthMoreHeight {
    top: 20vh;
  }
}

@media screen and (max-width: 740px) {
  #main_content {
    width: calc(100% - 46px * 2);
    left: 46px;
  }
  #main_content h1 {
    font-size: 30px;
  }
  #main_content.widthMoreHeight {
    top: 20vh;
  }
}

@media screen and (max-width: 580px) {
  #main_content {
    width: calc(100% - 4px * 2);
    left: 4px;
  }
  #main_content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main_content {
    width: calc(100vw - 30px);
    position: absolute;
    top: calc(50vh - 185px);
    left: 15px;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.1s;
    z-index: 1024;
  }
  #main_content.show {
    opacity: 1;
  }
  #main_content h1 {
    font-size: 30px;
    margin: 0 0 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }
  #main_content .first-article {
    display: none;
  }
  #main_content .first-article p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #fff;
    text-align: center;
  }
  #main_content .first-article-mobile {
    display: block;
  }
  #main_content .first-article-mobile p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #fff;
    text-align: center;
  }
}

#secondContent {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#secondContent .bg-container {
  width: 100%;
  height: 100vh;
  background: url(../images/bg/final1.jpg);
  background-position: right 15% bottom 30%;
  background-position-x: 0px;
  background-size: contain;
  transform-origin: 85% center;
  transform: scale(1.5);
  position: absolute;
  left: 0;
}
#secondContent .bg-container.play {
  background-position-x: 260px;
  transform: scale(1.2);
  animation: secondAnimation 8s ease-out;
}

@keyframes secondAnimation {
  from {
    transform: scale(1.5);
    background-position-x: 0px;
  }
  to {
    transform: scale(1.2);
    background-position-x: 260px;
  }
}
#secondContent .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#secondContent .mask.play {
  opacity: 0;
  animation: secondMaskAnimation 5s ease-out;
}

@keyframes secondMaskAnimation {
  from {
    opacity: 3;
  }
  to {
    opacity: 0;
  }
}
#secondContent .content {
  position: absolute;
  top: calc(50% - 250px);
  left: 150px;
  width: 536px;
  left: 20%;
  width: 65%;
  left: 82px;
  width: calc(100% - 164px);
  color: #fff;
}
#secondContent .content h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#secondContent .content p {
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: justify;
}
#secondContent .left-wrapper {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#secondContent .openVideoDialog {
  cursor: pointer;
  float: right;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#secondContent .openVideoDialog:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #secondContent .content {
    top: calc(50% - 300px);
  }
}

@media screen and (max-width: 1024px) {
  #secondContent {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
  }
  #secondContent .bg-container {
    width: 100%;
    height: 665px;
    background: url(../images/bg/final1-md.jpg);
    transform: scale(1.5);
  }
  #secondContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #secondContent .content {
    position: absolute;
    top: 80px;
    width: 365px;
    left: 82px;
    width: calc(100% - 164px);
    color: #fff;
  }
  #secondContent .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #secondContent .content p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #secondContent .left-wrapper {
    position: absolute;
    top: 0;
    width: 50vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #secondContent .openVideoDialog {
    cursor: pointer;
    float: right;
  }
}

@media screen and (max-width: 960px) {
  #secondContent {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
  }
  #secondContent .bg-container {
    width: 100%;
    height: 665px;
    background: url(../images/bg/final1-md.jpg);
    transform: scale(1.5);
  }
  #secondContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #secondContent .content {
    position: absolute;
    top: calc((655px - 355px) / 2);
    max-width: 600px;
    width: 100%;
    left: calc((100% - 600px) / 2);
    color: #fff;
  }
  #secondContent .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #secondContent .content p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #secondContent .left-wrapper {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #secondContent .openVideoDialog {
    cursor: pointer;
    float: right;
  }
}

@media screen and (max-width: 740px) {
  #secondContent .content {
    left: 50px;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 640px) {
  #secondContent {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
  }
  #secondContent .bg-container {
    width: 100%;
    height: 100%;
    background: url(../images/bg/final1-sm.jpg);
    transform: scale(1.5);
    background-position-x: -50vw;
  }
  #secondContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #secondContent .content {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 150px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
    color: #fff;
  }
  #secondContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #secondContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #secondContent .left-wrapper {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 580px) {
  #secondContent .content {
    padding: 0;
    left: 50px;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 480px) {
  #secondContent {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
  }
  #secondContent .bg-container {
    width: 100%;
    height: 100%;
    background: url(../images/bg/final1-sm.jpg);
    transform: scale(1.5);
    background-position-x: -250vw;
    background-size: cover;
  }
  #secondContent .bg-container.play {
    background-position-x: -150px;
    transform: scale(1.2);
    animation: secondAnimation 8s ease-out;
  }
  @keyframes secondAnimation {
    from {
      transform: scale(1.5);
      background-position-x: -250px;
    }
    to {
      transform: scale(1.2);
      background-position-x: -150px;
    }
  }
  #secondContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
  }
  #secondContent .mask.play {
    opacity: 0;
    animation: threeMaskAnimation 2s ease-out;
  }
  @keyframes secondMaskAnimation {
    from {
      opacity: 1.2;
    }
    to {
      opacity: 0;
    }
  }
  #secondContent .content {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
  }
  #secondContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #secondContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #secondContent .left-wrapper {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

#threeContent {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#threeContent .bg-container {
  width: 100%;
  height: 100vh;
  background: url(../images/bg/final2.jpg);
  background-position: right 15% bottom 30%;
  background-position-x: 0px;
  background-size: contain;
  transform-origin: 85% center;
  transform: scale(1.5);
  position: absolute;
  left: 0;
}
#threeContent .bg-container.play {
  transform: scale(1.2);
  background-position-x: 260px;
  animation: threeAnimation 8s ease-out;
}

@keyframes threeAnimation {
  from {
    transform: scale(1.5);
    background-position-x: 0px;
  }
  to {
    transform: scale(1.2);
    background-position-x: 260px;
  }
}
#threeContent .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.3s linear;
}
#threeContent .mask.play {
  opacity: 0;
  animation: threeMaskAnimation 5s ease-out;
}

@keyframes threeMaskAnimation {
  from {
    opacity: 3;
  }
  to {
    opacity: 0;
  }
}
#threeContent .content {
  position: absolute;
  top: calc(50% - 200px);
  right: 200px;
  width: 522px;
  right: 25%;
  width: 65%;
  right: 82px;
  width: calc(100% - 164px);
  color: #fff;
}
#threeContent .content h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#threeContent .content p {
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: justify;
}
#threeContent .right-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw - 15px);
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1600px) {
  #threeContent .content {
    top: calc(50% - 250px);
  }
}

@media screen and (max-width: 1400px) {
  #threeContent .content {
    top: calc(50% - 300px);
  }
}

@media screen and (max-width: 1024px) {
  #threeContent {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
  }
  #threeContent .bg-container {
    width: 100%;
    height: 665px;
    background: url(../images/bg/final2-md.jpg);
    transform: scale(1.5);
  }
  #threeContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #threeContent .content {
    position: absolute;
    top: 80px;
    right: 82px;
    width: calc(100% - 164px);
    color: #fff;
  }
  #threeContent .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #threeContent .content p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #threeContent .right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw);
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 960px) {
  #threeContent {
    width: 100%;
    height: 665px;
    overflow: hidden;
    position: relative;
  }
  #threeContent .bg-container {
    width: 100%;
    height: 665px;
    background: url(../images/bg/final2-md.jpg);
    transform: scale(1.5);
  }
  #threeContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #threeContent .content {
    position: absolute;
    top: calc((655px - 355px) / 2);
    right: auto;
    left: calc((100% - 600px) / 2);
    max-width: 600px;
    width: 100%;
    color: #fff;
  }
  #threeContent .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #threeContent .content p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #threeContent .right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 740px) {
  #threeContent .content {
    left: 50px;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 640px) {
  #threeContent {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
  }
  #threeContent .bg-container {
    width: 100%;
    height: 100%;
    background: url(../images/bg/final2-sm.jpg);
    transform: scale(1.5);
    background-position-x: -50vw;
  }
  #threeContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
  }
  #threeContent .content {
    position: absolute;
    top: 150px;
    left: auto;
    right: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    padding: 0 20px;
    color: #fff;
  }
  #threeContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #threeContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #threeContent .right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw);
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}

@media screen and (max-width: 580px) {
  #threeContent .content {
    padding: 0;
    left: 50px;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 480px) {
  #threeContent {
    width: 100%;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
  }
  #threeContent .bg-container {
    width: 100%;
    height: 100%;
    background: url(../images/bg/final2-sm.jpg);
    transform: scale(1.5);
    background-position-x: -250px;
    background-size: cover;
  }
  #threeContent .bg-container.play {
    background-position-x: -150px;
    transform: scale(1.2);
    animation: threeAnimation 8s ease-out;
  }
  @keyframes threeAnimation {
    from {
      transform: scale(1.5);
      background-position-x: -250px;
    }
    to {
      transform: scale(1.2);
      background-position-x: -150px;
    }
  }
  #threeContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
  }
  #threeContent .mask.play {
    opacity: 0;
    animation: threeMaskAnimation 2s ease-out;
  }
  @keyframes threeMaskAnimation {
    from {
      opacity: 1.2;
    }
    to {
      opacity: 0;
    }
  }
  #threeContent .content {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0px;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    max-width: 100%;
  }
  #threeContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #threeContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  #threeContent .right-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

#fourContent {
  width: 100%;
  height: 990px;
  overflow: hidden;
  position: relative;
}
#fourContent .bg-container {
  width: 100%;
  height: 990px;
  background: url(../images/bg/final3.jpg);
  background-position: right 35% center;
  background-size: cover;
  transform: scale(1);
}
#fourContent:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.9s linear, background-color 0.9s linear;
}
#fourContent.active:before {
  opacity: 0.4;
  background-color: #fff;
}
#fourContent .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
#fourContent .content {
  position: absolute;
  top: calc(20%);
  left: 150px;
  width: 755px;
  left: 82px;
  width: calc(50% - 164px);
  color: #fff;
  z-index: 20;
  transition: color 0.9s linear;
}
#fourContent .content.active {
  color: #000;
}
#fourContent .content h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
#fourContent .content p {
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  #fourContent {
    width: 100%;
    min-height: 665px;
    height: 665px;
    overflow: hidden;
    position: relative;
  }
  #fourContent .bg-container {
    width: 100%;
    height: 665px;
    background: url(../images/bg/final3-md.jpg);
    background-size: cover;
    background-position: right bottom;
    transform: scale(1);
  }
  #fourContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
  }
  #fourContent .content {
    position: absolute;
    top: 10%;
    left: 82px;
    width: calc(50% - 164px);
    color: #fff;
  }
  #fourContent .content h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #fourContent .content p {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
}

@media screen and (max-width: 960px) {
  #fourContent .content {
    left: calc((100% - 600px) / 2);
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 740px) {
  #fourContent .content {
    left: 50px;
    width: 100%;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 640px) {
  #fourContent {
    width: 100%;
    height: 800px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  #fourContent .bg-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background: url(../images/bg/final3-sm.jpg);
    background-position-x: -35vmax;
    transform: scale(1);
  }
  #fourContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
  }
  #fourContent .content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    color: #fff;
  }
  #fourContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #fourContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
}

@media screen and (max-width: 580px) {
  #fourContent .content {
    padding: 0;
    left: 50px;
    max-width: calc(100% - 50px * 2);
  }
}

@media screen and (max-width: 480px) {
  #fourContent {
    width: 100%;
    height: 800px;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  #fourContent.active:before {
    opacity: 0;
  }
  #fourContent .bg-container {
    width: 100%;
    height: 100%;
    background: url(../images/bg/final3-sm.jpg);
    background-size: cover;
    background-position-x: 100%;
    transform: scale(1);
  }
  #fourContent .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
  }
  #fourContent .content {
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 100%;
    width: calc(100vw);
    padding: 0 20px;
    color: #fff;
    max-width: 100%;
  }
  #fourContent .content h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #fourContent .content p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: justify;
  }
}

#workContent {
  width: 100%;
  height: 1160px;
  background: #000;
  position: relative;
  padding-top: 240px;
}
#workContent .slideshow-wrapper {
  position: relative;
}
#workContent .six-slideshow {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}
#workContent .six-slideshow .slide-body {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 1s ease-out;
}
#workContent .six-slideshow .slide-body .slide-item {
  position: relative;
  width: calc(100vw / 5 - 10px);
  margin: 0 5px;
  cursor: pointer;
}
#workContent .six-slideshow .slide-body .slide-item .box {
  width: 100%;
  border: 0px solid #f2f2f2;
  overflow: hidden;
}
#workContent .six-slideshow .slide-body .slide-item .box img {
  width: 100%;
  height: auto;
}
#workContent .six-slideshow .slide-body .slide-item .news {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 53px;
  height: 23px;
  background-color: #ec6400;
  line-height: 23px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#workContent .six-slideshow .points {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  display: none;
}
#workContent .six-slideshow .points li {
  width: 14px;
  height: 14px;
  background-color: #aaa;
  border-radius: 50%;
  margin: 0 5px;
  border: 3px solid #aaa;
  cursor: pointer;
}
#workContent .six-slideshow .points li.active {
  background-color: #ed6942;
}
#workContent .full-prev {
  width: 40px;
  height: 80px;
  background: url(../images/icon/a22.png) no-repeat;
  background-size: cover;
  background-position: -10px -14px;
  position: absolute;
  top: calc(50% - 40px + 1px);
  left: 0px;
  border: 0px solid #fff;
  z-index: 1000;
  cursor: pointer;
}
#workContent .full-next {
  width: 40px;
  height: 80px;
  background: url(../images/icon/a22.png) no-repeat;
  background-size: cover;
  background-position: -55px -14px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 40px + 1px);
  right: 0px;
  border: 0px solid #fff;
  z-index: 1000;
  cursor: pointer;
}
#workContent .content {
  width: 500px;
  margin: 0 auto 110px;
  color: #fff;
}
#workContent h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 120px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #workContent .six-slideshow {
    width: calc(100vw - 80px);
    margin: 50px auto;
    height: 150px;
  }
  #workContent .six-slideshow .slide-body .slide-item {
    width: calc((100vw - 80px) / 4 - 10px);
    height: 150px;
    margin: 0 5px;
  }
  #workContent .six-slideshow .slide-body .slide-item .box img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 960px) {
  #workContent .six-slideshow {
    width: calc(100vw - 80px);
    height: auto;
    margin: 60px auto 50px;
  }
  #workContent .six-slideshow .slide-body .slide-item {
    width: calc((100vw - 80px) / 3);
    height: auto;
    margin: 0;
  }
  #workContent .six-slideshow .slide-body .slide-item .news {
    top: 9px;
    left: 9px;
  }
  #workContent .six-slideshow .slide-body .slide-item .box {
    width: calc(100% - 15px);
    margin: 0 auto;
  }
  #workContent .six-slideshow .slide-body .slide-item .box img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  #workContent .six-slideshow {
    width: calc(100vw - 40px);
    height: auto;
    margin: 60px auto 50px;
  }
  #workContent .six-slideshow .slide-body .slide-item {
    width: 50vw;
    height: auto;
    margin: 0;
  }
  #workContent .six-slideshow .slide-body .slide-item .box {
    width: calc(100% - 15px);
    margin: 0 auto;
  }
  #workContent .six-slideshow .slide-body .slide-item .box img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #workContent {
    width: 100%;
    height: 700px;
    background: #000;
    position: relative;
    padding-top: 100px;
  }
  #workContent .six-slideshow {
    width: calc(100vw - 0px);
    height: auto;
    margin: 60px auto 50px;
    margin-left: 0px;
  }
  #workContent .six-slideshow .slide-body {
    padding-left: 20px;
  }
  #workContent .six-slideshow .slide-body .slide-item {
    width: calc(100vw - 40px);
    height: auto;
    margin: 0;
  }
  #workContent .six-slideshow .slide-body .slide-item .box {
    width: calc(100% - 15px);
    margin: 0 auto;
  }
  #workContent .six-slideshow .slide-body .slide-item .box img {
    width: 100%;
    height: auto;
  }
  #workContent .full-prev {
    width: 40px;
    height: 80px;
    background: url(../images/icon/a22.png) no-repeat;
    background-size: cover;
    background-position: 0px -14px;
    position: absolute;
    top: calc(50% - 40px + 1px);
    left: 0px;
    border: 0px solid #fff;
    z-index: 1000;
    cursor: pointer;
  }
  #workContent .full-next {
    width: 40px;
    height: 80px;
    background: url(../images/icon/a22.png) no-repeat;
    background-size: cover;
    background-position: -60px -14px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 40px + 1px);
    right: 8px;
    border: 0px solid #fff;
    z-index: 1000;
    cursor: pointer;
  }
  #workContent .content {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 50px;
  }
  #workContent .content p {
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  #workContent h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
  }
}

#Brand {
  background: #000;
  position: relative;
  padding-top: 100px;
}
#Brand .brands-text {
  font-size: 30px;
  text-align: center;
  margin-bottom: 118px;
  color: #fff;
}
#Brand .brand-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Brand .item {
  width: 33.33%;
  max-height: 432px;
  position: relative;
  cursor: pointer;
  display: block;
}
#Brand .item a {
  display: block;
  width: 100%;
  height: 100%;
}
#Brand .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease;
}
#Brand .item:hover a:before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease;
}
#Brand .item span {
  display: inline-block;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: calc(50% - 11px);
  color: #fff;
  font-size: 22px;
  text-align: center;
}
#Brand .item img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 740px) {
  #Brand .item span {
    display: inline-block;
    position: absolute;
    width: 98%;
    left: 2%;
    top: calc(50% - 11px);
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #Brand {
    background: #000;
    position: relative;
    padding-top: 100px;
  }
  #Brand .brands-text {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
  }
  #Brand .brand-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #Brand .item {
    width: 50%;
    max-height: 142px;
    position: relative;
    cursor: pointer;
  }
  #Brand .item.active a:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;
  }
  #Brand .item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #Brand .item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;
  }
  #Brand .item:hover a:before {
    content: "";
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: background-color 0.5s ease;
  }
  #Brand .item span {
    display: inline-block;
    position: absolute;
    width: 98%;
    left: 2%;
    top: calc(50% - 11px);
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  #Brand .item img {
    width: 100%;
  }
}

.work-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1024;
  display: none;
}
.work-dialog .mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.work-dialog .work-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 80px 15px 0 15px;
  top: calc(50vh - 350px);
  left: calc(50% - 600px);
  width: 100%;
  max-width: 1200px;
  height: 700px;
  background: #fff;
}
.work-dialog .left-wrapper {
  width: 650px;
  overflow: hidden;
}
.work-dialog .right-wrapper {
  width: calc(100% - 670px);
  padding: 0px 0px 20px 20px;
  line-height: 24px;
  text-align: justify;
  height: 520px;
  overflow-y: auto;
}
.work-dialog .right-wrapper h1 {
  margin-bottom: 20px;
}
.work-dialog .right-wrapper h4 {
  font-size: 20px;
  margin: 5px 0;
}
.work-dialog #workDialogClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/pc-05.svg);
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .work-dialog {
    left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .work-dialog {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    z-index: 1024;
    display: none;
  }
  .work-dialog .work-wrapper {
    left: 0;
    height: 700px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 80px 15px 0 15px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
  }
  .work-dialog .left-wrapper {
    width: 650px;
  }
  .work-dialog .right-wrapper {
    height: 480px;
    overflow-y: auto;
    padding: 20px 20px;
  }
  .work-dialog #workDialogClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/pc-05.svg);
    background-size: contain;
    cursor: pointer;
  }
}

@media screen and (max-width: 960px) {
  .work-dialog {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    z-index: 1024;
    display: none;
  }
  .work-dialog .work-wrapper {
    height: 700px;
    top: calc(50vh - 350px);
    left: 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 80px 15px 0 15px;
  }
  .work-dialog .left-wrapper {
    width: 450px;
  }
  .work-dialog .right-wrapper {
    width: calc(100% - 460px);
    height: 480px;
    overflow-y: auto;
    padding: 20px 20px;
  }
  .work-dialog #workDialogClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/pc-05.svg);
    background-size: contain;
    cursor: pointer;
  }
}

@media screen and (max-width: 740px) {
  .work-dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
  }
  .work-dialog .work-wrapper {
    top: 0;
    left: 0;
    padding: 40px 15px 0 15px;
  }
  .work-dialog .left-wrapper {
    width: 450px;
    height: 300px;
    overflow-y: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
  }
  .work-dialog .right-wrapper {
    height: 75vh;
  }
}

@media screen and (max-width: 580px) {
  .work-dialog {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
  }
  .work-dialog .work-wrapper {
    width: 100vw;
    top: 0;
    left: 0;
    padding: 20px 15px 0 15px;
  }
  .work-dialog .left-wrapper {
    width: 320px;
    height: 286px;
    overflow-y: auto;
  }
  .work-dialog .right-wrapper {
    width: calc(100% - 320px);
    height: 90vh;
  }
}

@media screen and (max-width: 480px) {
  .work-dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
  }
  .work-dialog .work-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 0;
    padding-top: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0px;
    left: 0px;
    width: 100vw;
    max-width: 1200px;
    height: 100vh;
  }
  .work-dialog .left-wrapper {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  .work-dialog .right-wrapper {
    width: 100%;
    padding: 20px 20px;
    height: 32vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
  }
  .work-dialog .right-wrapper h1 {
    font-size: 22px;
  }
  .work-dialog .right-wrapper h4 {
    font-size: 16px;
  }
  .work-dialog #workDialogClose {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/closedialog.png);
    background-size: contain;
    cursor: pointer;
    z-index: 1024;
  }
}

.product-post-slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 0px solid #e5e5e5;
}
.product-post-slideshow .slide-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 1s ease-out;
}
.product-post-slideshow .slide-body .slide-item {
  width: 650px;
  padding: 0;
  overflow: hidden;
}
.product-post-slideshow .slide-body .slide-item .box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-post-slideshow .slide-body .slide-item img {
  width: 100%;
}
.product-post-slideshow .photos {
  position: relative;
  margin: 0 auto;
  width: 650px;
  height: 90px;
  overflow: hidden;
  z-index: 20;
  background: #fff;
}
.product-post-slideshow .photos .next {
  width: 18px;
  height: 36px;
  background: url(../images/icon/next-white.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 18px + 1px);
  right: 8px;
  border: 0px solid #fff;
  z-index: 1000;
  cursor: pointer;
}
.product-post-slideshow .photos .prev {
  width: 18px;
  height: 36px;
  background: url(../images/icon/prev-white.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 18px + 1px);
  left: 8px;
  border: 0px solid #fff;
  z-index: 1000;
  cursor: pointer;
}
.product-post-slideshow .points {
  width: 1100px;
  height: 80px;
  position: absolute;
  bottom: 5px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  transition: left 0.5s ease-out;
}
.product-post-slideshow .points li {
  width: 100px;
  height: 80px;
  background-color: #fff;
  margin: 0 10px 0 0;
  outline: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
.product-post-slideshow .points li .add-image {
  width: 100%;
  height: 98%;
  overflow: hidden;
  margin: 0 auto;
}
.product-post-slideshow .points li .add-image img {
  width: 100%;
  height: auto;
}
.product-post-slideshow .points li.active {
  background-color: #fff;
}

#main-slideshow {
  display: none;
}
#main-slideshow .slide-show {
  width: 100%;
  height: 100vh;
}
#main-slideshow .slide-show .slide-body {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#main-slideshow .slide-show .slide-body .slide-item {
  position: absolute;
  height: 100vh;
  opacity: 0;
  transition: opacity 5s ease-out;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
#main-slideshow .slide-show .slide-body .slide-item .item-img {
  height: 100%;
  position: relative;
  left: calc((-1) * (100vmax - 50vmin) / 2);
  transform: scale(1.27);
  transition: transform 9s linear, left 9s linear;
}
#main-slideshow .slide-show .slide-body .slide-item .item-img.active {
  left: 0;
  transform: scale(1);
}
#main-slideshow .slide-show .slide-body .slide-item.active {
  opacity: 1;
  transition: opacity 3s linear;
}

@media screen and (max-width: 1024px) {
  .product-post-slideshow .photos {
    width: 650px;
  }
  .product-post-slideshow .photos .points li {
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (max-width: 960px) {
  .product-post-slideshow .photos {
    width: 450px;
    margin-left: 5px;
  }
  .product-post-slideshow .photos .points li {
    width: calc(450px / 4 - 10px);
  }
}

@media screen and (max-width: 780px) {
  .product-post-slideshow .slide-body .slide-item img {
    width: 100%;
  }
  #main-slideshow {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .product-post-slideshow .slide-body .slide-item img {
    width: 100%;
  }
  .product-post-slideshow .photos {
    width: 320px;
  }
}

@media screen and (max-width: 480px) {
  .product-post-slideshow .slide-body .slide-item img {
    width: 100%;
    height: auto;
  }
  .product-post-slideshow .photos {
    width: calc(100vw - 20px);
    margin-left: 7px;
  }
  .product-post-slideshow .photos .points {
    width: calc((100%) / 3 * 10);
  }
  .product-post-slideshow .photos .points li {
    width: calc((100vw - 20px) / 3 - 10px);
  }
  .product-post-slideshow .photos .prev {
    left: 0px;
  }
  .product-post-slideshow .photos .next {
    right: 14px;
  }
  #main-slideshow {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .product-post-slideshow .slide-body .slide-item img {
    width: 100%;
    height: auto;
  }
  .product-post-slideshow .photos {
    width: calc(100vw - 20px);
    margin-left: 7px;
  }
  .product-post-slideshow .photos .points {
    width: calc((100%) / 3 * 10);
  }
  .product-post-slideshow .photos .points li {
    width: calc((100vw - 20px) / 3 - 10px);
  }
  .product-post-slideshow .photos .prev {
    left: 0px;
  }
  .product-post-slideshow .photos .next {
    right: 14px;
  }
}

.sk-fading-circle {
  margin: calc(30% - 20px) auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/**
 * wp-fix用於將wordpress走鐘的css校正
 * 所有用到important關鍵字的樣式都該放在"importants"裡頭
 */
section#mainContent article.the-content {
  line-height: 1.8rem;
  font-size: 14px;
}
section#mainContent article.the-content h1 {
  font-size: 30px;
}
section#mainContent article.the-content h2 {
  font-size: 24px;
}
section#mainContent article.the-content h3 {
  font-size: 18px;
}
section#mainContent article.the-content h4 {
  font-size: 16px;
}
section#mainContent article.the-content h5 {
  font-size: 14px;
}
section#mainContent article.the-content h6 {
  font-size: 12px;
}
section#mainContent article.the-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
section#mainContent article.the-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
section#mainContent article.the-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
section#mainContent article.the-content .alignright {
  float: right;
}
section#mainContent article.the-content .alignleft {
  float: left;
}
section#mainContent article.the-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.flex-make-up {
  border: none !important;
  overflow: hidden !important;
  height: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  cursor: default;
}
.flex-make-up * {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.mobile-hide {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
