@import '../lib/swiper/swiper-bundle.min.css';
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.bg-dark {
  background: #131313;
}

/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
html,
body {
  padding: 0;
  margin: 0;
}

#hd {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: white;
  color: black;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  /* ---------- SCREEN READER ---------- */
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd ::-moz-selection {
  background: #131313;
  color: #b99770;
}
#hd ::selection {
  background: #131313;
  color: #b99770;
}
#hd ::-moz-selection {
  background: #131313;
  color: #b99770;
}
#hd ul,
#hd li,
#hd figure,
#hd p {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
#hd img.lazyLoad {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50vh;
}
#hd img.lazyLoad.lazyLoaded {
  height: auto;
  opacity: 1;
}
#hd button {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 1px solid #b99770;
}
#hd a:focus:not(:focus-visible), #hd button:focus:not(:focus-visible), #hd input:focus:not(:focus-visible), #hd select:focus:not(:focus-visible), #hd textarea:focus:not(:focus-visible),
#hd [role=button]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes dotCounter {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dotCounter {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes dotHint {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@keyframes dotHint {
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#hd {
  font-size: 16px;
}
#hd h1 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 4vw;
  line-height: 1.125;
  letter-spacing: 0;
  margin-bottom: 0.25em;
}
#hd h2,
#hd .h2 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.25em;
  font-weight: normal;
  line-height: 1.05;
  color: black !important;
  letter-spacing: -0.026em;
  margin-bottom: 0.5em;
  word-break: normal;
  word-wrap: normal;
}
#hd h2 sup,
#hd .h2 sup {
  font-size: 0.5em;
}
#hd h3,
#hd .h3 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.018em;
  color: black;
  margin-bottom: 0.65em;
}
#hd h4,
#hd .h4 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.35em;
  color: black;
}
#hd h5,
#hd .h5 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.018em;
  margin-bottom: 0.5em;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}
#hd p {
  font-size: 1.125em;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 300;
}
#hd b,
#hd strong {
  font-weight: bold;
}
#hd small {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-italic {
  font-style: italic;
}
#hd a.txt-link {
  display: inline-block;
  font-weight: 400;
  margin-top: 0.5em;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .color-primary {
  color: #b99770 !important;
}
#hd .color-primary-light {
  color: #c8a780 !important;
}
#hd .color-primary-dark {
  color: #9f6a41 !important;
}
#hd .color-secondary {
  color: #2A77CF !important;
}
#hd .color-grey {
  color: #aaaaaa !important;
}
#hd .color-light-grey {
  color: #d6d6d6 !important;
}
#hd .color-dark-grey {
  color: #555555 !important;
}
#hd .color-info {
  color: #2A77CF !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #b99770 !important;
  background-color: #997a58;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#997a58), color-stop(#ccab81), to(#dec9a8));
  background-image: linear-gradient(180deg, #997a58, #ccab81, #dec9a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-h {
  display: inline-block;
  color: #b99770 !important;
  background-color: #997a58;
  background-image: -webkit-gradient(linear, right top, left top, from(#997a58), color-stop(#ccab81), to(#dec9a8));
  background-image: linear-gradient(270deg, #997a58, #ccab81, #dec9a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-h::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-h::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-h::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-silver {
  display: inline-block;
  color: #b99770 !important;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(35%, #cecece), color-stop(40%, #a7a7a7), color-stop(75%, #ffffff));
  background-image: linear-gradient(180deg, #ffffff 20%, #cecece 35%, #a7a7a7 40%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-silver::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-silver::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-silver::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-dark-h {
  display: inline-block;
  color: #b99770 !important;
  background-color: #795009;
  background-image: -webkit-gradient(linear, left top, right top, from(#795009), color-stop(#9a795a), to(#b08761));
  background-image: linear-gradient(90deg, #795009, #9a795a, #b08761);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-dark-h::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-dark-h::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .color-gradient-dark-h::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}

/*ie11 above fixed*/
_:-ms-fullscreen,
:root #hd .color-gradient {
  background: transparent !important;
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) {
  #hd h1 {
    font-size: 3.75vw;
  }
  #hd h2,
  #hd .h2 {
    font-size: 3em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h1 {
    font-size: 3.5vw;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.75em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd h2,
  #hd .h2 {
    font-size: 2em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.125em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em;
  }
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1600 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1300 {
  max-width: 1300px;
}
#hd .hd-w1600 {
  max-width: 1600px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col35 {
  width: 35%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col90 {
  width: 90%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .ml-auto {
  margin-left: auto;
}
#hd .mr-auto {
  margin-right: auto;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-d-none {
  display: none !important;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900 {
    max-width: 1100px;
  }
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100 {
    max-width: 1500px;
  }
  #hd .hd-w1200 {
    max-width: 1500px;
  }
  #hd .hd-w1300 {
    max-width: 1600px;
  }
  #hd .hd-w1600 {
    max-width: 2000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100 {
    max-width: 2000px;
  }
  #hd .hd-w1200 {
    max-width: 2200px;
  }
  #hd .hd-w1300 {
    max-width: 2400px;
  }
  #hd .hd-w1600 {
    max-width: 2800px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none !important;
  }
  #hd .hd-d-1024-block {
    display: block !important;
  }
  #hd .hd-d-1024-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-portrait-none {
    display: none !important;
  }
  #hd .hd-d-portrait-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important;
  }
  #hd .hd-d-768-block {
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: block !important;
  }
  #hd .hd-d-620-ib {
    display: inline-block !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important;
  }
  #hd .hd-d-480-block {
    display: block !important;
  }
}
#hd .trigger-video {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#hd .trigger-video .hd-cover {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#hd .trigger-video:hover .hd-cover, #hd .trigger-video:focus-visible .hd-cover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#hd .trigger-video:active .play {
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
#hd .trigger-video .play {
  width: 5em;
  height: 5em;
  border-radius: 4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: black;
  position: relative;
  overflow: hidden;
}
#hd .vid-container.trigger-video-toggle .vid-control {
  cursor: pointer;
}
#hd .vid-container.trigger-video-toggle .vid-control:focus {
  opacity: 1;
}
#hd .vid-container video,
#hd .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .vid-container h2 {
  opacity: 0;
}
#hd .vid-control {
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 5%;
  bottom: 20px;
  margin: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#hd .vid-control svg {
  width: 100%;
  height: 100%;
}
#hd .vid-control img,
#hd .vid-control svg {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}

@media screen and (max-width: 768px) {
  #hd .trigger-video .play {
    width: 3em;
    height: 3em;
  }
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
body.no-scroll {
  overflow: hidden;
}

#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  height: auto;
  max-width: 960px;
  max-height: 540px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close {
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
#hd .hd-lightbox .hd-close > span {
  display: block;
  width: 1.5em;
  height: 2px;
  background: white;
  border-radius: 1.5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close > span:first-child {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hd .hd-lightbox .hd-close > span:last-child {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#hd .hd-term-lightbox .hd-box {
  height: calc(100% - 120px);
}
#hd .hd-term-lightbox .hd-content {
  padding: 2em 2em 4em;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
#hd .hd-term-lightbox .hd-content::-webkit-scrollbar {
  width: 5px;
}
#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-track {
  background: #555;
}
#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb {
  background: #b99770;
}
#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#hd .hd-term-lightbox h4 {
  margin-top: 1em;
}
#hd .hd-form-lightbox .hd-box {
  max-width: 40em;
  height: auto;
}
#hd .hd-form-lightbox .hd-content {
  padding: 2em 2em 4em;
  height: 100%;
  position: relative;
  overflow-y: auto;
}
#hd .hd-form-lightbox .hd-content::-webkit-scrollbar {
  width: 5px;
}
#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-track {
  background: #555;
}
#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-thumb {
  background: #b99770;
}
#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
#hd .hd-form-lightbox h4 {
  margin-top: 1em;
}
#hd .trigger-play {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-box {
    margin-top: 20px;
  }
  #hd .hd-lightbox .hd-close {
    width: 2.75em;
    height: 2.75em;
  }
  #hd .hd-lightbox .hd-close > span {
    width: 1.25em;
    height: 2px;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-term-lightbox .hd-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .hd-term-lightbox .hd-content li {
    font-size: 0.9em;
  }
  #hd .hd-term-lightbox .hd-content li > p {
    font-size: 1em;
  }
  #hd .hd-term-lightbox .hd-content p {
    font-size: 0.9em;
  }
}
#hd .hd-nav {
  font-size: 14px;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 56px;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
#hd .hd-nav ul {
  margin: 0;
  padding: 0;
}
#hd .hd-nav ul li {
  display: block;
  margin: 1em 0;
  position: relative;
}
#hd .hd-nav ul li a {
  text-decoration: none;
  display: block;
  z-index: 1;
  cursor: pointer;
}
#hd .hd-nav ul li a span {
  display: block;
  width: 0.7em;
  height: 0.7em;
  background: transparent;
  border: 1px solid white;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.6s ease, -webkit-transform 0.1s ease-in-out;
  transition: background 0.6s ease, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, background 0.6s ease;
  transition: transform 0.1s ease-in-out, background 0.6s ease, -webkit-transform 0.1s ease-in-out;
}
#hd .hd-nav ul li a:hover span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}
#hd .hd-nav ul li a.hd-active span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: white;
}
#hd .hd-nav ul li .hd-tooltip {
  display: block;
  max-width: 220px;
  height: 1.5em;
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
#hd .hd-nav ul li:hover .hd-tooltip {
  width: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease-in, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease-in, transform 0.4s ease;
  transition: opacity 0.2s ease-in, transform 0.4s ease, -webkit-transform 0.4s ease;
}
#hd .scroll-up {
  position: fixed;
  right: 40px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #b99770;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 9;
}
#hd .scroll-up svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #b99770;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#hd .scroll-up:hover {
  background-color: #b99770;
}
#hd .scroll-up:hover svg {
  fill: white;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    font-size: 12px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .hd-btn {
  display: inline-block;
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 0.018em;
  color: white;
  padding: 0.4em 1.75em 0.6em;
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 5px;
  background-color: #9f6a41;
  background-image: linear-gradient(45deg, #9f6a41, #b99770);
  -webkit-transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn.hd-btn-gradient {
  opacity: 1;
  border: none;
  color: white;
  background-color: #9f6a41;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9f6a41), to(#b99770));
  background-image: linear-gradient(0deg, #9f6a41, #b99770);
}
#hd .hd-btn.btn-black {
  background-color: #000;
  background-image: linear-gradient(45deg, #000, #444);
  -webkit-transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn:hover, #hd .hd-btn:focus-visible {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
#hd .hd-btn:active {
  color: #d6d6d6;
}
#hd .hd-btn.hd-btn-s {
  font-size: 1em;
  padding: 0.125em 1em 0.15em;
  opacity: 0.9;
}
#hd .hd-btn.hd-btn-shine {
  letter-spacing: 0.08em;
  color: -primary;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #b99770;
  border-image-slice: 1;
  border-image-source: -webkit-linear-gradient(bottom, #b99770, #9f6a41, #b99770);
  border-image-source: -o-linear-gradient(bottom, #b99770, #9f6a41, #b99770);
  border-image-source: linear-gradient(to top, #b99770, #9f6a41, #b99770);
  -webkit-transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  position: relative;
}
#hd .hd-btn.hd-btn-shine:before, #hd .hd-btn.hd-btn-shine:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%);
  background-color: transparent;
  position: absolute;
  left: 0;
  margin: -2px 0;
  z-index: 2;
}
#hd .hd-btn.hd-btn-shine:before {
  top: 0;
}
#hd .hd-btn.hd-btn-shine:after {
  bottom: 0;
}
#hd .hd-btn.hd-btn-arrow {
  border: none;
  position: relative;
}
#hd .hd-btn.hd-btn-arrow:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #b99770;
  clip-path: polygon(0 0, calc(100% - 1.1em) 0, 100% 1.1em, 100% calc(100% - 1.1em), calc(100% - 1.1em) 100%, 0 100%, 0 0, 2px 2px, 2px calc(100% - 2px), calc(100% - 1.1em - 0.83px) calc(100% - 2px), calc(100% - 2px) calc(100% - 1.1em - 0.83px), calc(100% - 2px) calc(1.1em + 0.83px), calc(100% - 1.1em - 0.83px) 2px, 2px 2px);
}
#hd .btn-more span {
  font: inherit;
  color: inherit;
}
#hd .btn-more img {
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  margin-left: 0.25em;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#hd .btn-more:hover, #hd .btn-more:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}
#hd .btn-more.hd-active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  #hd .hd-btn {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-btn {
    border-width: 1px;
  }
}
#hd .list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 1.5em 0;
}
#hd .list-feature li {
  padding: 0.5em 2em;
}
#hd .list-feature strong {
  display: block;
  font-family: "TTNormsProBold", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0;
}
#hd .list-feature small {
  display: inline-block;
  font-size: 1.4em;
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 0.25em;
}
#hd .list-dash {
  padding-left: 0;
}
#hd .list-dash li {
  font-weight: 300;
  padding-left: 1em;
  margin-bottom: 0.25em;
  position: relative;
}
#hd .list-dash li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
#hd .list-square {
  padding-left: 0;
}
#hd .list-square li {
  font-weight: 300;
  padding-left: 1em;
  margin-bottom: 0.25em;
  position: relative;
}
#hd .list-square li:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: white;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#hd .list-decimal {
  padding-left: 0;
}
#hd .list-decimal li {
  list-style-type: decimal;
  list-style-position: inside;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.25em;
  position: relative;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#hd .list-decimal li > p {
  font-size: 1em;
}
#hd .list-decimal p {
  font-size: 1em;
  line-height: 1.25;
  text-indent: 0;
}

@media screen and (max-width: 1024px) {
  #hd .list-feature {
    margin: 1em 0;
  }
  #hd .list-feature strong {
    font-size: 2.5em;
  }
  #hd .list-feature small {
    font-size: 1.25em;
  }
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white 55% center no-repeat;
  background-size: 30%;
  position: absolute;
  opacity: 0.7;
  margin: 20px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  display: none;
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
  opacity: 1;
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  opacity: 0.9;
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
#hd .swiper-button-prev {
  left: 0;
  background-image: url(../img/carousel-arrow-left.svg);
  background-position: 45% center;
}
#hd .swiper-button-next {
  right: 0;
  background-image: url(../img/carousel-arrow-right.svg);
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .swiper-pagination-bullet {
  width: 0.875em;
  height: 0.875em;
  border-radius: 0.5em;
  margin: 0.3em;
  background: #afafaf;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #6d6d6d;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3.5em;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0 1em;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  height: 3em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#hd .swiper-pause-btn img {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn:hover, #hd .swiper-pause-btn:focus-visible {
  opacity: 1;
}
#hd .swiper-pause-btn.is-active .play {
  display: block;
}
#hd .swiper-pause-btn.is-active .pause {
  display: none;
}

@media screen and (max-width: 1280px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.14em;
    height: 3.14em;
    margin: 0;
  }
  #hd .swiper-pagination-wrapper {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    display: none;
  }
}
#hd .bg-black {
  background: black;
  color: white;
}
#hd .bg-black h2,
#hd .bg-black .h2,
#hd .bg-black h3,
#hd .bg-black .h3 {
  color: white !important;
}
#hd .sec-kv {
  margin-bottom: -20%;
  position: relative;
  overflow: hidden;
}
#hd .sec-kv .hd-wrapper {
  position: relative;
}
#hd .sec-kv .hd-container {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
  position: absolute;
  bottom: 73.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
}
#hd .sec-kv .hd-logo {
  display: inline-block;
  width: 2.55em;
}
#hd .sec-kv .logo-mac {
  width: 4em;
  position: absolute;
  left: 68%;
  top: 45%;
  z-index: 2;
}
#hd .sec-kv h2 {
  font-size: 5.6em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.15;
  color: white !important;
}
#hd .sec-kv h2 span {
  display: block;
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.32em;
  letter-spacing: -0.018em;
  background-color: #997a58;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#997a58), color-stop(#ccab81), to(#dec9a8));
  background-image: linear-gradient(0deg, #997a58, #ccab81, #dec9a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5em;
}
#hd .sec-kv h2 span::-moz-selection {
  background: #131313;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-kv h2 span::selection {
  background: #131313;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-kv h2 span::-moz-selection {
  background: #131313;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-kv h2 small {
  display: block;
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.38em;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
}
#hd .sec-kv h2 strong {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding-left: 0.06em;
}
#hd .sec-kv .hd-txt {
  width: 90%;
  font-size: 1.25em;
  max-width: 44em;
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
#hd .sec-kv .hd-txt span {
  display: block;
}

@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    margin-bottom: -15%;
  }
  #hd .sec-kv .hd-container {
    bottom: 72%;
  }
  #hd .sec-kv h2 {
    font-size: 4.5em;
  }
  #hd .sec-kv .hd-txt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-kv .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -10%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-kv {
    margin-bottom: 5%;
  }
  #hd .sec-kv .hd-wrapper {
    margin-bottom: -45%;
  }
  #hd .sec-kv .hd-txt {
    width: 100%;
    max-width: none;
    padding: 0 5% 2em;
    position: relative;
    z-index: 2;
  }
  #hd .sec-kv .logo-mac {
    left: 75%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .hd-bg {
    width: 140%;
    margin-left: -20%;
  }
  #hd .sec-kv h2 {
    font-size: 3.5em;
  }
  #hd .sec-kv .hd-txt {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-kv .hd-bg {
    width: 200%;
    margin-left: -50%;
  }
  #hd .sec-kv .hd-container {
    bottom: 75%;
  }
  #hd .sec-kv .logo-mac {
    width: 8%;
    min-width: 40px;
    left: 80%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .hd-wrapper {
    margin-bottom: -100%;
  }
  #hd .sec-kv .hd-bg {
    width: 280%;
    margin-left: -90%;
  }
  #hd .sec-kv .hd-container {
    bottom: 74%;
  }
  #hd .sec-kv h2 {
    font-size: 14vw;
  }
  #hd .sec-kv .hd-txt {
    font-size: 1em;
  }
}
#hd .sec-ksp {
  padding: 0 0 6em;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp > .hd-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-ksp .list-ksp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 52em;
  margin: 0 auto;
}
#hd .sec-ksp .list-ksp > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
#hd .sec-ksp .list-ksp > li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/4/5;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/6/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(9) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 4/3/5/4;
}
#hd .sec-ksp .list-ksp > li:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 4/4/5/5;
}
#hd .sec-ksp .list-ksp > li:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 5/2/6/4;
}
#hd .sec-ksp .list-ksp > li:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 5/4/6/5;
}
#hd .sec-ksp .list-ksp > li:nth-child(1) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(2) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(3) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(4) .hd-frame {
  padding: 30% 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) .hd-frame:before {
  background-color: #dec9a8;
  background-image: linear-gradient(45deg, #dec9a8, #ccab81, #493B2B);
}
#hd .sec-ksp .list-ksp > li:nth-child(5), #hd .sec-ksp .list-ksp > li:nth-child(6) {
  margin-right: 15%;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(6) .hd-frame {
  padding: 8% 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) {
  margin-left: -15%;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) .hd-frame {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) h3 {
  margin-bottom: 0.5em;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) h3 strong {
  font-size: 1.5em;
  font-weight: normal;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) {
  margin-right: -40%;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) h3 {
  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;
  text-align: left;
  margin-bottom: 0.5em;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) h3 img {
  width: 3.5em;
  margin-right: 0.5em;
  margin-left: auto;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) h3 span {
  display: block;
  width: 5em;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) li {
  padding: 4px;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) li .hd-frame {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#hd .sec-ksp .list-ksp > li:nth-child(8) p {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  line-height: 1.125;
}
#hd .sec-ksp .list-ksp > li:nth-child(9) {
  margin-left: 40%;
  margin-right: -30%;
}
#hd .sec-ksp .list-ksp > li:nth-child(9) .hd-frame:before {
  background-color: #dec9a8;
  background-image: linear-gradient(315deg, #dec9a8, #ccab81, #493B2B);
}
#hd .sec-ksp .list-ksp > li:nth-child(10) {
  margin-left: 30%;
  margin-right: -15%;
}
#hd .sec-ksp .list-ksp > li:nth-child(10) h3 {
  margin-bottom: 0.25em;
}
#hd .sec-ksp .list-ksp > li:nth-child(11) {
  margin-left: 15%;
}
#hd .sec-ksp .list-ksp > li:nth-child(11) .hd-frame:before {
  background-color: #dec9a8;
  background-image: linear-gradient(45deg, #dec9a8, #ccab81, #493B2B);
}
#hd .sec-ksp .list-ksp > li:nth-child(12) .hd-frame:before, #hd .sec-ksp .list-ksp > li:nth-child(13) .hd-frame:before {
  background-color: #dec9a8;
  background-image: -webkit-gradient(linear, left top, right top, from(#dec9a8), color-stop(#ccab81), to(#493B2B));
  background-image: linear-gradient(90deg, #dec9a8, #ccab81, #493B2B);
}
#hd .sec-ksp .list-ksp > li:nth-child(12) h3, #hd .sec-ksp .list-ksp > li:nth-child(13) h3 {
  padding-top: 0.25em;
  margin-bottom: 0.25em;
}
#hd .sec-ksp .list-ksp > li:nth-child(12) {
  margin-left: 20%;
  margin-right: 15%;
}
#hd .sec-ksp .list-ksp > li:nth-child(13) {
  margin-left: -30%;
}
#hd .sec-ksp .hd-frame {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.5em 0.5em;
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
#hd .sec-ksp .hd-frame:before {
  content: "";
  display: none;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  position: absolute;
  inset: 0;
  margin: -1px;
  background-color: #dec9a8;
  background-image: linear-gradient(215deg, #dec9a8, #ccab81, #493B2B);
  z-index: -2;
  opacity: 0.5;
}
#hd .sec-ksp .hd-frame.frame-border:before {
  display: block;
}
#hd .sec-ksp .hd-frame .hd-bg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#hd .sec-ksp h3 {
  font-family: "TTNormsProBold", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-size: 2.4em;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  color: white !important;
}
#hd .sec-ksp h3.txt-smaller {
  font-size: 1.5em;
}
#hd .sec-ksp h3 small {
  display: block;
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
}
#hd .sec-ksp p {
  font-size: 0.8em;
  line-height: 1.125;
  letter-spacing: 0;
}
#hd .sec-ksp .monitor {
  width: 60%;
  -webkit-transform: translate(-5%, 0);
  transform: translate(-5%, 0);
}
#hd .sec-ksp .logo-displayhdr {
  width: 75%;
}
#hd .sec-ksp .logo-kvm {
  width: 6em;
  margin-bottom: 0.25em;
}
#hd .sec-ksp .logo-calman {
  width: 90%;
}

@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 0 0 4em;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) p {
    font-size: 1.125em;
  }
  #hd .sec-ksp h3 {
    font-size: 2.25em;
  }
  #hd .sec-ksp h3.txt-smaller {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ksp .list-ksp > li:nth-child(8) p {
    font-size: 0.9em;
  }
  #hd .sec-ksp h3 {
    font-size: 2em;
  }
  #hd .sec-ksp h3.txt-smaller {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp .list-ksp {
    max-width: 28em;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 1/4/2/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/3/4;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 2/4/3/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 3/1/4/4;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 3/4/4/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 4/1/5/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 5/1/6/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(9) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6/1/7/3;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(10) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 6/3/7/5;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 6/5/7/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 7/1/8/4;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 7/4/8/7;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(2) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(3) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(4) .hd-frame {
    padding: 15% 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp .list-ksp {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5/1/6/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6/1/7/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(9) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 7/1/8/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(10) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 8/1/9/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(11) {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 9/1/10/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(12) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 10/1/11/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(13) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 11/1/12/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(2) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(3) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(4) .hd-frame {
    padding: 20% 0;
  }
  #hd .sec-ksp h3 {
    font-size: 1.75em;
  }
  #hd .sec-ksp h3.txt-smaller {
    font-size: 1.5em;
  }
  #hd .sec-ksp h3 small {
    font-size: 0.875rem;
  }
  #hd .sec-ksp .logo-calman {
    max-width: 10em !important;
  }
}
#hd .sec-video {
  padding: 0;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
}
#hd .sec-video .hd-container {
  position: relative;
}
#hd .sec-video .vid-control {
  right: auto;
  left: 5%;
  bottom: 30px;
}
#hd .sec-video .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 36px;
  z-index: 2;
  pointer-events: none;
}
#hd .sec-video .hd-btn {
  font-family: "TTNormsProRegular", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0;
  background: #161616;
  border-radius: 2em;
  padding: 0.75em 0.75em 0.75em 1em;
  border: none;
  color: white;
  pointer-events: all;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#hd .sec-video .hd-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  border-radius: 1em;
  background: white;
  margin-left: 0.5em;
  margin-top: -0.15em;
  position: relative;
}
#hd .sec-video .hd-btn span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}
#hd .sec-video .hd-btn:hover, #hd .sec-video .hd-btn:focus-visible {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 1024px) {
  #hd .sec-video .btn-container {
    margin-bottom: 10px;
  }
  #hd .sec-video .vid-control {
    bottom: 5px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-video .btn-container {
    position: relative;
    margin: 10px auto;
  }
  #hd .sec-video .vid-control {
    bottom: 0;
    left: 0;
  }
}
#hd .sec-all {
  padding: 5% 0 1px;
  position: relative;
  z-index: 2;
}
#hd .sec-all .swiper-slide {
  width: 29.25%;
  padding: 8px;
}
#hd .sec-all .hd-img-container {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-all .hd-img-container img {
  width: 100%;
}
#hd .sec-all .hd-content {
  padding: 30px 10px 20px 30px;
}
#hd .sec-all h3 {
  font-size: 2.75em;
  min-height: 2em;
  line-height: 1;
  margin-bottom: 0.4em;
}
#hd .sec-all .swiper-pagination-bullets {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-all .swiper-button-prev {
  display: none !important;
}
#hd .sec-all .swiper-button-prev,
#hd .sec-all .swiper-button-next {
  top: 35%;
  margin: 0 40px;
}

@media screen and (min-width: 2560px) {
  #hd .sec-all .swiper-slide {
    width: 28%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-all .swiper-slide {
    width: 33%;
  }
  #hd .sec-all h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-all .hd-content {
    padding: 20px 10px 16px 16px;
  }
  #hd .sec-all h3 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-all .swiper-slide {
    width: 38%;
  }
  #hd .sec-all h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-all {
    padding: 10% 0 2%;
  }
  #hd .sec-all .swiper-slide {
    width: 52%;
  }
  #hd .sec-all .hd-img-container {
    border-radius: 16px;
  }
  #hd .sec-all h3 {
    font-size: 1.75em;
    min-height: 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-all .swiper-slide {
    width: 380px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-all {
    padding: 15% 0 2%;
  }
  #hd .sec-all .swiper-slide {
    width: 300px;
    padding: 6px;
  }
  #hd .sec-all .hd-content {
    padding: 20px 0 16px 0;
  }
  #hd .sec-all h3 {
    font-size: 1.25em;
  }
}
#hd .sec-displaywidget {
  padding: 5% 0;
}
#hd .sec-displaywidget .color-gradient-dark-h {
  display: inline-block;
  color: #b99770 !important;
  background-color: #795009;
  background-image: -webkit-gradient(linear, left top, right top, from(#795009), color-stop(#9a795a), to(#b08761));
  background-image: linear-gradient(90deg, #795009, #9a795a, #b08761);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .sec-displaywidget h3 {
  display: inline-block;
}
#hd .sec-displaywidget .hd-content {
  margin-bottom: 40px;
}
#hd .sec-displaywidget .hd-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#hd .sec-displaywidget .hd-left {
  min-width: calc(100% - 16em);
  position: relative;
}
#hd .sec-displaywidget .hd-pd {
  width: 100%;
}
#hd .sec-displaywidget .vid-pos {
  width: 89%;
  position: absolute;
  top: 4.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-displaywidget .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .sec-displaywidget .vid-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
#hd .sec-displaywidget .vid-control {
  bottom: 0;
  right: 0;
}
#hd .sec-displaywidget .list-icons > li {
  width: 18%;
  min-width: 120px;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 80%;
}
#hd .sec-displaywidget .list-icons > li:first-child {
  right: 59%;
  background: #a0a0a0;
}
#hd .sec-displaywidget .list-icons > li:first-child .hd-bar img {
  clip-path: polygon(0 0, 71.43% 0%, 71.43% 100%, 0% 100%);
}
#hd .sec-displaywidget .list-icons > li:last-child {
  left: 59%;
  background: #b19981;
}
#hd .sec-displaywidget .list-icons > li:last-child .hd-bar img {
  clip-path: polygon(0 0, 90% 0%, 90% 100%, 0% 100%);
}
#hd .sec-displaywidget .list-icons .hd-icon {
  width: 34px;
  margin-bottom: 8px;
}
#hd .sec-displaywidget .list-icons .hd-bar {
  width: 100%;
  padding: 3px 4px;
  border-radius: 6px;
  border: 1px solid white;
}
#hd .sec-displaywidget .list-icons .hd-bar img {
  width: 100%;
  will-change: clip-path;
}
#hd .sec-displaywidget .hd-logo {
  width: 6em;
  margin-bottom: 40px;
  margin-top: 8%;
}
#hd .sec-displaywidget .list-download .hd-btn {
  margin-top: 0;
  margin-bottom: 20px;
}
#hd .sec-displaywidget .list-download h3 {
  width: 100%;
  line-height: 1.125;
  margin-bottom: 5px;
}
#hd .sec-displaywidget .list-download h3 strong {
  font-size: 1.3em;
  letter-spacing: 0.03em;
}
#hd .sec-displaywidget .list-download h3 span {
  display: block;
  font-size: 0.75em;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-displaywidget {
    padding: 10% 0;
  }
  #hd .sec-displaywidget .hd-right {
    padding-left: 10px;
  }
  #hd .sec-displaywidget .list-download h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-displaywidget .hd-img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-displaywidget .hd-right {
    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-top: 20px;
  }
  #hd .sec-displaywidget .hd-logo {
    margin: 0 20px;
  }
  #hd .sec-displaywidget .list-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd .sec-displaywidget .list-download > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-displaywidget .hd-logo {
    width: 80px;
    margin: 0 10px;
  }
  #hd .sec-displaywidget .list-download h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-displaywidget {
    padding: 15% 0;
  }
  #hd .sec-displaywidget .hd-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  #hd .sec-displaywidget .list-download {
    margin-top: 10px;
  }
  #hd .sec-displaywidget .list-download h3 {
    font-size: 1.125em;
  }
  #hd .sec-displaywidget .list-download .hd-btn {
    padding-inline: 1em;
  }
}
#hd .sec-mac {
  padding: 6em 0;
  position: relative;
  z-index: 2;
}
#hd .sec-mac .hd-title p {
  max-width: 60em;
  margin: 0 auto 2em;
}
#hd .sec-mac .swiper-slide {
  width: 35em;
  padding: 8px;
}
#hd .sec-mac .hd-img-container {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-mac .hd-img-container img {
  width: 100%;
}
#hd .sec-mac .hd-content {
  padding: 10% 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#hd .sec-mac h3 {
  font-size: 2.75em;
  line-height: 1;
  margin-bottom: 0.4em;
}
#hd .sec-mac .swiper-pagination-bullets {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-mac .swiper-button-prev {
  display: none !important;
}
#hd .sec-mac .swiper-button-prev,
#hd .sec-mac .swiper-button-next {
  top: 35%;
  margin: 0 40px;
}
#hd .sec-mac .slide-controls .hd-note {
  width: 50%;
  padding: 10px 5%;
  position: absolute;
  bottom: 8px;
  left: 0;
}
#hd .sec-mac .slide-controls .hd-note small {
  display: block;
  font: inherit;
  font-size: 0.75em;
  line-height: 1.125;
  letter-spacing: 0;
}

@media screen and (max-width: 1440px) {
  #hd .sec-mac h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-mac .hd-content {
    padding: 8%;
  }
  #hd .sec-mac h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-mac .swiper-slide {
    width: 28em;
  }
  #hd .sec-mac h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-mac {
    padding: 10% 0 2%;
  }
  #hd .sec-mac .hd-img-container {
    border-radius: 16px;
  }
  #hd .sec-mac h3 {
    font-size: 1.75em;
  }
  #hd .sec-mac .slide-controls .hd-note {
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-mac .swiper-slide {
    width: 26em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-mac {
    padding: 4em 0;
  }
  #hd .sec-mac .swiper-slide {
    padding: 6px;
  }
  #hd .sec-mac h3 {
    font-size: 1.25em;
  }
}
#hd .sec-preset {
  padding: 5% 0;
}
#hd .sec-preset .hd-content {
  width: 45%;
  padding: 1em;
  position: relative;
  z-index: 2;
}
#hd .sec-preset .hd-content p {
  max-width: 26em;
}
#hd .sec-preset figure {
  width: 55%;
  margin-right: -5%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-preset figure img {
  width: 100%;
}
#hd #pageContent-table-preset {
  width: 115%;
  margin-right: -15%;
  margin-top: 60px;
  margin-left: 10px;
  border-collapse: collapse;
  text-align: center;
}
#hd #pageContent-table-preset thead th {
  font-family: "TTNormsProRegular", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.125;
  background-color: #9a795a;
  background-image: linear-gradient(60deg, #9a795a, #795009 10%, #9a795a 30%, #b08761);
  color: #fff;
  padding: 14px 16px;
}
#hd #pageContent-table-preset thead th:first-child {
  border-right: 2px solid white;
  background-color: #795009;
  background-image: linear-gradient(60deg, #795009, #9a795a, #b08761);
}
#hd #pageContent-table-preset tbody {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-align: center;
}
#hd #pageContent-table-preset tbody tr {
  background-color: #f4f4f4;
}
#hd #pageContent-table-preset tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
#hd #pageContent-table-preset tbody th,
#hd #pageContent-table-preset tbody td {
  padding: 20px 16px;
  vertical-align: middle;
}
#hd #pageContent-table-preset tbody th {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  min-width: 13em;
  border-right: 2px solid white;
  position: relative;
}
#hd #pageContent-table-preset tbody strong {
  font-family: "TTNormsProBold", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  font-size: 1.25em;
  letter-spacing: 0;
  position: absolute;
  left: -1em;
  top: 0.5em;
}
#hd #pageContent-table-preset tbody strong span {
  display: block;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}
#hd #pageContent-table-preset tbody td {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.125;
}

@media screen and (min-width: 3000px) {
  #hd #pageContent-table-preset {
    margin-top: 100px;
  }
  #hd #pageContent-table-preset thead th {
    padding: 18px 20px;
  }
  #hd #pageContent-table-preset tbody th,
  #hd #pageContent-table-preset tbody td {
    padding: 24px 20px;
  }
  #hd #pageContent-table-preset tbody th {
    min-width: 10em;
  }
}
@media screen and (max-width: 1440px) {
  #hd #pageContent-table-preset thead th {
    padding: 12px 14px;
  }
  #hd #pageContent-table-preset tbody th,
  #hd #pageContent-table-preset tbody td {
    padding: 18px 14px;
  }
  #hd #pageContent-table-preset tbody th {
    min-width: 10em;
  }
}
@media screen and (max-width: 1280px) {
  #hd #pageContent-table-preset {
    margin-top: 20px;
    margin-left: 0;
  }
  #hd #pageContent-table-preset thead th {
    padding: 10px 12px;
    font-size: 1.25em;
  }
  #hd #pageContent-table-preset tbody th,
  #hd #pageContent-table-preset tbody td {
    padding: 16px 12px;
  }
  #hd #pageContent-table-preset tbody th {
    min-width: 10em;
    font-size: 1.125em;
  }
  #hd #pageContent-table-preset tbody td {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-preset {
    padding: 10% 0;
  }
  #hd .sec-preset .hd-content {
    padding: 2em;
  }
  #hd #pageContent-table-preset {
    width: 170%;
    margin-right: -70%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-preset .hd-container {
    max-width: 768px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-preset .hd-content {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #hd .sec-preset .hd-content p {
    max-width: none;
  }
  #hd .sec-preset figure {
    width: 100%;
  }
  #hd #pageContent-table-preset {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-preset .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-preset .hd-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #hd .sec-preset .hd-content p {
    max-width: none;
  }
  #hd .sec-preset figure {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd #pageContent-table-preset {
    font-size: 0.875em;
  }
  #hd #pageContent-table-preset thead th {
    padding: 8px 10px;
  }
  #hd #pageContent-table-preset tbody th,
  #hd #pageContent-table-preset tbody td {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-preset {
    padding: 15% 0;
  }
  #hd #pageContent-table-preset {
    font-size: 0.875em;
  }
  #hd #pageContent-table-preset thead th {
    padding: 8px 10px;
  }
  #hd #pageContent-table-preset tbody th,
  #hd #pageContent-table-preset tbody td {
    padding: 8px 10px;
  }
  #hd #pageContent-table-preset tbody th {
    min-width: 7em;
  }
  #hd #pageContent-table-preset tbody strong {
    left: -0.5em;
  }
}
#hd .sec-workflow {
  padding: 6em 0;
}
#hd .sec-workflow figure {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5em;
}
#hd .sec-workflow .hd-btn {
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  #hd .sec-workflow {
    padding: 3em 0;
  }
}
#hd #pageContent-title-hdr {
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd #pageContent-title-hdr h2 {
  display: inline-block;
  font-family: "TTNormsProBold", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 30vw;
  line-height: 0.8;
  text-align: left;
  color: #b99770 !important;
  padding: 0 0.25em;
  margin-bottom: 0;
  background-color: #f1d8b7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1d8b7), to(#f8f6ea));
  background-image: linear-gradient(0deg, #f1d8b7, #f8f6ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .sec-hdr {
  padding: 8% 0 2%;
  position: relative;
}
#hd .sec-hdr .hd-content {
  padding-left: 3%;
}
#hd .sec-hdr .hd-content h3 {
  margin-bottom: 0.25em;
}
#hd .sec-hdr .list-feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: -3em;
  margin-left: -1em;
}
#hd .sec-hdr .list-feature > li {
  padding-inline: 1em;
}
#hd .sec-hdr .list-feature > li:last-child {
  margin-right: -2em;
}
#hd .sec-hdr .list-feature img {
  width: 13em;
}
#hd .sec-hdr figure {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-hdr figure img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-hdr .list-feature img {
    width: 10em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-hdr .hd-content {
    width: 40%;
  }
  #hd .sec-hdr figure {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  #hd #pageContent-title-hdr {
    top: -5%;
  }
  #hd #pageContent-title-hdr h2 {
    font-size: 40vw;
  }
  #hd .sec-hdr {
    padding-top: 15%;
  }
  #hd .sec-hdr .hd-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  #hd .sec-hdr .list-feature {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1em 0 0;
  }
  #hd .sec-hdr .list-feature img {
    width: 14em;
  }
  #hd .sec-hdr figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-hdr {
    padding: 10% 0 2%;
  }
}
@media screen and (max-width: 620px) {
  #hd #pageContent-title-hdr h2 {
    font-size: 50vw;
  }
  #hd .sec-hdr {
    padding-top: 15%;
  }
}
@media screen and (max-width: 480px) {
  #hd #pageContent-title-hdr {
    top: 0;
  }
  #hd #pageContent-title-hdr h2 {
    font-size: 50vw;
  }
  #hd .sec-hdr {
    padding: 40% 0 10%;
  }
  #hd .sec-hdr .list-feature > li {
    padding-inline: 0.5em;
  }
  #hd .sec-hdr .list-feature > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  #hd .sec-hdr .list-feature img {
    width: 9em;
  }
}
#hd .sec-workspace {
  padding: 8% 0;
  position: relative;
}
#hd .sec-workspace .hd-content {
  margin-bottom: 2em;
}
#hd .sec-workspace .hd-img-container {
  position: relative;
}
#hd .sec-workspace .hd-img-container img {
  width: 100%;
}
#hd .sec-workspace .hd-img-container .hd-cover {
  position: absolute;
  inset: 0;
}
#hd .sec-workspace .list-feature {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 2em;
}
#hd .sec-workspace .list-feature strong span {
  font-size: 0.875em;
}

@media screen and (max-width: 620px) {
  #hd .sec-workspace .hd-content {
    margin-bottom: 0;
  }
  #hd .sec-workspace figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-workspace {
    padding: 15% 0;
  }
}
#hd .sec-ai {
  background: #151422;
  padding: 100px 0 4%;
  position: relative;
  overflow: hidden;
}
#hd .sec-ai .hd-main {
  width: 1920px;
  max-width: 1920px !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#hd .sec-ai .hd-content {
  max-width: 23em;
  padding: 15% 0 15%;
}
#hd .sec-ai .hd-bottom ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#hd .sec-ai .hd-bottom li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
#hd .sec-ai .hd-bottom li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-ai .hd-bottom li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
#hd .sec-ai .hd-frame {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 40px 50px;
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
#hd .sec-ai .hd-frame:before {
  content: "";
  display: none;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  position: absolute;
  inset: 0;
  margin: -1px;
  background-color: #dec9a8;
  background-image: linear-gradient(45deg, #dec9a8, #ccab81, #493B2B);
  z-index: -2;
  opacity: 0.5;
}
#hd .sec-ai .hd-frame.frame-border:before {
  display: block;
}
#hd .sec-ai .hd-frame .hd-bg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#hd .sec-ai h3 {
  line-height: 1.125em;
}
#hd .sec-ai h3.txt-smaller {
  font-size: 1.5em;
}
#hd .sec-ai h3 small {
  display: block;
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 2560px) {
  #hd .sec-ai .hd-main {
    width: 100%;
    max-width: 2560px !important;
  }
  #hd .sec-ai .hd-content {
    padding-bottom: 24%;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-ai .hd-main {
    width: 100%;
    max-width: 3840px !important;
  }
  #hd .sec-ai .hd-content {
    padding-bottom: 22%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ai .hd-main {
    width: 150%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ai .hd-content {
    padding-bottom: 17%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-ai {
    padding-top: 0;
  }
  #hd .sec-ai .hd-main {
    width: 200%;
    margin-left: -25%;
    margin-bottom: -50%;
    position: relative;
  }
  #hd .sec-ai h2 {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  #hd .sec-ai .hd-content {
    width: 100%;
    max-width: 44em;
    padding: 0;
    margin: 0 auto 40px;
  }
  #hd .sec-ai .hd-frame {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ai .hd-frame {
    padding: 20px;
  }
  #hd .sec-ai h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ai .hd-bottom ul {
    display: block;
  }
  #hd .sec-ai .hd-bottom li {
    margin: 10px 0;
  }
  #hd .sec-ai .hd-frame {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ai {
    padding-top: 15%;
    background-color: #1b1e61;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1b1e61), color-stop(20%, #151422));
    background-image: linear-gradient(180deg, #1b1e61 10%, #151422 20%);
  }
  #hd .sec-ai h2 {
    position: relative;
  }
  #hd .sec-ai .hd-main {
    margin-top: -10%;
  }
  #hd .sec-ai .hd-frame {
    padding: 30px 20px;
  }
}
#hd .sec-color {
  padding: 2% 0;
}
#hd .sec-color .hd-container {
  padding: 2.5% 0;
}
#hd .sec-color .hd-content {
  width: 48%;
  padding: 3em;
}
#hd .sec-color .hd-content p {
  max-width: 26em;
}
#hd .sec-color .hd-logo {
  width: 10em;
}
#hd .sec-color figure {
  width: 55%;
  margin-right: -3%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-color .flex-row-reverse figure {
  margin-right: 0;
  margin-left: -3%;
}
#hd .sec-color .hd-top .list-feature {
  margin-top: 2.5em;
}
#hd .sec-color .hd-bottom .list-feature li:first-child {
  padding-top: 0;
  padding-inline: 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-color {
    padding: 4% 0;
  }
  #hd .sec-color .hd-content {
    padding: 2em;
  }
  #hd .sec-color .list-feature li {
    padding-inline: 1em;
  }
  #hd .sec-color .hd-logo {
    width: 8em;
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-color .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4% 0;
  }
  #hd .sec-color .hd-content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #hd .sec-color .hd-content p {
    max-width: none;
  }
  #hd .sec-color .hd-logo {
    margin-left: auto;
    margin-right: auto;
  }
  #hd .sec-color figure {
    width: 100%;
  }
  #hd .sec-color .list-feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5em !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-color {
    padding: 10% 0;
  }
  #hd .sec-color .hd-container {
    padding: 8% 0;
  }
}
#hd .sec-luxpixel {
  padding: 4% 0;
}
#hd .sec-luxpixel .hd-content {
  width: 85%;
  margin: 0 auto;
}
#hd .sec-luxpixel figure {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-luxpixel figure img {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
}
#hd .sec-luxpixel figure .hd-base {
  opacity: 1;
  position: relative;
}
#hd .sec-luxpixel figure.is-animated .hd-without {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-luxpixel figure.is-animated .hd-without2 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-luxpixel figure.is-animated .hd-tag {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-luxpixel .hd-tag {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.5em;
  letter-spacing: -0.018em;
  position: absolute;
  z-index: 3;
  top: 67%;
  opacity: 0;
}
#hd .sec-luxpixel .hd-tag span {
  display: block;
  -webkit-transform: skew(0deg, 1.1deg);
  transform: skew(0deg, 1.1deg);
}
#hd .sec-luxpixel .hd-tag.tag-with {
  left: 61%;
  color: #305cbe;
  text-shadow: 0 0 5px white, 0 0 8px white;
}
#hd .sec-luxpixel .hd-tag.tag-without {
  left: 79%;
  margin-top: 0.5%;
  color: #646e84;
}
#hd .sec-luxpixel .hd-aglr {
  width: 130%;
  max-width: none !important;
  margin: 2em -15% 0;
}
#hd .sec-luxpixel .hd-note {
  margin-top: 0.5em;
}
#hd .sec-luxpixel .hd-note small {
  display: block;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1.25;
}
#hd .sec-luxpixel .border-radius {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 1em;
}
#hd .sec-luxpixel .txt-link:hover, #hd .sec-luxpixel .txt-link:focus-visible {
  color: black !important;
}

@media screen and (max-width: 1024px) {
  #hd .sec-luxpixel .hd-content {
    text-align: center;
  }
  #hd .sec-luxpixel .hd-tag {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-luxpixel {
    padding: 10% 0;
  }
  #hd .sec-luxpixel .hd-content {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-luxpixel {
    padding: 15% 0;
  }
}
#hd .sec-lightsync {
  padding: 4% 0;
  position: relative;
}
#hd .sec-lightsync h2 + p {
  max-width: 44em;
  margin: 0 auto;
}
#hd .sec-lightsync .tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 98%;
  margin: 2em auto 0.75em;
  border-bottom: 1px solid black;
  text-align: center;
}
#hd .sec-lightsync .tab-filter button {
  width: 50%;
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: -0.018em;
  padding: 0.75em 0.5em;
  color: #919191;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .sec-lightsync .tab-filter button:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #9a795a;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a795a), color-stop(23%, #795009), color-stop(50%, #9a795a), to(#b08761));
  background-image: linear-gradient(90deg, #9a795a, #795009 23%, #9a795a 50%, #b08761);
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-lightsync .tab-filter button:hover, #hd .sec-lightsync .tab-filter button:focus-visible {
  color: #b99770;
}
#hd .sec-lightsync .tab-filter button[aria-selected=true] {
  cursor: default;
}
#hd .sec-lightsync .tab-filter button[aria-selected=true]:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-lightsync .tab-filter button[aria-selected=true] span {
  display: inline-block;
  background-color: #9a795a;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a795a), color-stop(23%, #795009), color-stop(50%, #9a795a), to(#b08761));
  background-image: linear-gradient(90deg, #9a795a, #795009 23%, #9a795a 50%, #b08761);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .sec-lightsync .tab-filter button[aria-selected=true]::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-lightsync .tab-filter button[aria-selected=true]::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-lightsync .tab-filter button[aria-selected=true]::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-lightsync .tab-content > div {
  display: none;
}
#hd .sec-lightsync .tab-content > div[aria-current=true] {
  display: block;
}
#hd .sec-lightsync .tab-content p {
  max-width: 44em;
  margin: 0 auto 2em;
}
#hd .sec-lightsync figure {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-lightsync figure img {
  width: 100%;
}
#hd .sec-lightsync .hd-tag {
  width: 50%;
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  letter-spacing: -0.018em;
  text-align: center;
  position: absolute;
  top: 5%;
  z-index: 3;
  opacity: 0;
}
#hd .sec-lightsync .hd-tag span {
  display: block;
  -webkit-transform: skew(0deg, 1.1deg);
  transform: skew(0deg, 1.1deg);
}
#hd .sec-lightsync .hd-tag.tag-with {
  left: 0;
}
#hd .sec-lightsync .hd-tag.tag-without {
  right: 0;
}
#hd #pageContent-fig-backlight .hd-mask {
  width: 43.25%;
  height: 0;
  padding-bottom: 24.5%;
  background: black;
  position: absolute;
  top: 20.1%;
  z-index: 2;
}
#hd #pageContent-fig-backlight .hd-mask.mask-1 {
  left: 5%;
}
#hd #pageContent-fig-backlight .hd-mask.mask-2 {
  right: 4.5%;
}
#hd #pageContent-fig-backlight .hd-tag.tag-with {
  color: #c8a780;
}
#hd #pageContent-fig-backlight .hd-tag.tag-without {
  color: #eeeeee;
}
#hd #pageContent-fig-backlight.is-animated .mask-1 {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: fadeOut;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 1.5s;
  -o-animation-name: fadeOut;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 1.5s;
  animation-name: fadeOut;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-fig-backlight.is-animated .mask-2 {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 4s;
  -moz-animation-name: fadeOut;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 4s;
  -o-animation-name: fadeOut;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 4s;
  animation-name: fadeOut;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-fig-backlight.is-animated .hd-tag {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-fig-ambientlight .hd-light {
  position: absolute;
  inset: 0;
}
#hd #pageContent-fig-ambientlight .hd-tag {
  top: 7%;
}
#hd #pageContent-fig-ambientlight .hd-tag.tag-with {
  color: #9f6a41;
}
#hd #pageContent-fig-ambientlight .hd-tag.tag-without {
  color: #333;
}
#hd [aria-current=true] #pageContent-fig-ambientlight .hd-light {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 2.75s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 2.75s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 2.75s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 2.75s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd [aria-current=true] #pageContent-fig-ambientlight .hd-tag {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.2s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.2s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
  #hd .sec-lightsync .tab-filter button {
    font-size: 1.25em;
    padding: 0.75em 0.25em;
  }
  #hd .sec-lightsync .hd-tag {
    font-size: 3vw;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-lightsync .tab-filter button {
    font-size: 1.125em;
  }
}
#hd .sec-design {
  padding: 6% 0;
  position: relative;
}
#hd .sec-design .hd-title-container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .sec-design #pageContent-title-design {
  font-family: "TTNormsProRegular", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 25vh;
  letter-spacing: -0.018em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  opacity: 0.5;
  position: absolute;
  left: -15%;
  top: 50%;
  display: inline-block;
  color: #b99770 !important;
  background-color: #aaa;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #aaa), color-stop(35%, #cecece), color-stop(40%, #a7a7a7), color-stop(75%, #aaa));
  background-image: linear-gradient(180deg, #aaa 20%, #cecece 35%, #a7a7a7 40%, #aaa 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .sec-design .hd-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 20px 1fr;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
#hd .sec-design .hd-container > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-design .hd-container > div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-design .hd-container > div:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
#hd .sec-design .hd-container > div:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
#hd .sec-design .hd-container > div:nth-child(1), #hd .sec-design .hd-container > div:nth-child(4) {
  margin-top: 5%;
  margin-bottom: -5%;
}
#hd .sec-design .hd-img-container {
  position: relative;
}
#hd .sec-design .hd-img-container img {
  width: 100%;
  position: absolute;
  inset: 0;
}
#hd .sec-design .hd-img-container .hd-base {
  position: relative;
}
#hd .sec-design .hd-img-container .hd-tag {
  opacity: 0;
  position: absolute;
  z-index: 3;
}
#hd .sec-design .hd-img-container .hd-mark {
  opacity: 0;
}
#hd .sec-design .hd-img-container h3 {
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 0;
}
#hd .sec-design .hd-img-container p {
  font-size: 0.75em;
  font-weight: 500;
}
#hd .sec-design .hd-content {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 12%;
  padding-bottom: 10px;
}
#hd .sec-design .hd-note {
  font-size: 1em;
  letter-spacing: 0;
  margin-top: 6px;
}
#hd .sec-design .hd-note small {
  font-size: 0.75em;
}
#hd .sec-design .frame-side .hd-img-container {
  width: 55%;
  margin-left: auto;
}
#hd .sec-design .frame-side .hd-tag {
  width: 11em;
  left: 82%;
  bottom: 93%;
}
#hd .sec-design .frame-side .hd-mark {
  -webkit-transform-origin: center 10%;
          transform-origin: center 10%;
}
#hd .sec-design .frame-side .is-animated .hd-tag {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design .frame-side .is-animated .hd-mark {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.25s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design .frame-back .hd-tag {
  width: 13em;
  left: 62%;
  top: 70%;
}
#hd .sec-design .frame-back .hd-pd {
  z-index: 2;
}
#hd .sec-design .frame-back .hd-mark {
  -webkit-transform-origin: center 90%;
          transform-origin: center 90%;
}
#hd .sec-design .frame-back .is-animated .hd-mark {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: zoomIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: zoomIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.8s;
  -o-animation-name: zoomIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-name: zoomIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design .frame-back .is-animated .hd-tag {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design .frame-button .hd-tag {
  bottom: 8%;
  right: 35%;
}
#hd .sec-design .frame-button .is-animated .hd-tag {
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.4s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.4s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1.4s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 1440px) {
  #hd .sec-design #pageContent-title-design {
    font-size: 20vh;
    left: -8%;
    top: 30%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-design {
    padding-top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-design .hd-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  #hd .sec-design .frame-back .hd-tag {
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design {
    padding-top: 15%;
    padding-bottom: 0;
  }
  #hd .sec-design .hd-container > div:nth-child(1), #hd .sec-design .hd-container > div:nth-child(4) {
    margin-top: 20%;
    margin-bottom: -20%;
  }
  #hd .sec-design .hd-content {
    padding-right: 5%;
  }
  #hd .sec-design .hd-tag {
    font-size: 0.9em;
  }
  #hd .sec-design .frame-side .hd-img-container {
    width: 70%;
  }
  #hd .sec-design .frame-back .hd-tag {
    width: 38%;
    left: 58%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design .hd-container {
    display: block;
  }
  #hd .sec-design .hd-container > div:nth-child(n) {
    margin: 10px auto 20px;
  }
  #hd .sec-design .hd-content {
    text-align: center;
  }
  #hd .sec-design .hd-img-container h3 {
    font-size: 0.875em;
  }
  #hd .sec-design .frame-side .hd-img-container {
    max-width: 200px;
    margin: 0 auto;
  }
  #hd .sec-design .frame-side .hd-tag {
    width: 65%;
  }
  #hd .sec-design .frame-back {
    margin-bottom: 2em !important;
  }
  #hd .sec-design .frame-back .hd-img-container {
    margin-top: 5em;
  }
  #hd .sec-design .frame-back .hd-tag {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design {
    padding: 15% 0;
  }
  #hd .sec-design .frame-side {
    margin-top: 2em;
  }
  #hd .sec-design .frame-side .hd-tag {
    left: 52%;
    bottom: 96%;
  }
}
#hd .sec-kvm {
  position: relative;
  overflow: hidden;
}
#hd .sec-kvm figure {
  position: relative;
}
#hd .sec-kvm figure img {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
}
#hd .sec-kvm figure .hd-base {
  opacity: 1;
  position: relative;
}
#hd .sec-kvm figure .hd-tag {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  letter-spacing: -0.018em;
  position: absolute;
  z-index: 3;
  bottom: 34%;
  left: 66.5%;
}
#hd .sec-kvm figure.is-animated .line-pc {
  -webkit-animation: fadeIn 0.4s 0.4s ease 1 both, fadeOut 0.4s 0.8s ease 1 both;
          animation: fadeIn 0.4s 0.4s ease 1 both, fadeOut 0.4s 0.8s ease 1 both;
}
#hd .sec-kvm figure.is-animated .line-laptop {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kvm figure.is-animated .hd-laptop {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 1s;
  animation-duration: 0.8s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kvm .hd-container {
  max-width: 46em;
  padding: 3.5% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  #hd .sec-kvm figure {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kvm figure {
    width: 130%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-kvm .hd-container {
    position: relative;
    padding: 10% 0 4%;
  }
  #hd .sec-kvm figure {
    margin-top: -20%;
  }
  #hd .sec-kvm figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), white);
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #hd .sec-kvm figure .hd-tag {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kvm figure .hd-tag {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-kvm figure {
    width: 150%;
    margin-left: -25%;
  }
  #hd .sec-kvm figure .hd-tag {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kvm .hd-container {
    padding-top: 15%;
  }
}
#hd .sec-usbc {
  padding: 6% 0 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-usbc .hd-content {
  max-width: 44em;
  margin: 0 auto 4em;
  position: relative;
  z-index: 2;
}
#hd .sec-usbc .hd-img-container {
  width: 100%;
  margin-top: 5%;
}
#hd .sec-usbc .hd-chart {
  width: 26em;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd .sec-usbc .hd-chart img {
  width: 100%;
}
#hd .sec-usbc .hd-chart ul {
  width: 114%;
  margin: 0 -7%;
}
#hd .sec-usbc .hd-chart li {
  padding: 0.25em 0.5em;
  font-weight: 500;
  line-height: 1.125;
}
#hd .sec-usbc .hd-chart li:nth-child(3) {
  padding-left: 5%;
}

@media screen and (min-width: 3000px) {
  #hd .sec-usbc .hd-container {
    max-width: 2200px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-usbc .hd-chart {
    width: 22em;
  }
  #hd .sec-usbc .hd-chart li {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-usbc .hd-chart {
    width: 18em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-usbc {
    padding: 10% 0 0;
  }
  #hd .sec-usbc .hd-content {
    margin-bottom: 2em;
  }
  #hd .sec-usbc .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-usbc .hd-chart {
    margin: 0 auto 2em;
  }
  #hd .sec-usbc .hd-img-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-usbc .hd-img-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-usbc {
    padding: 15% 0 0;
  }
  #hd .sec-usbc .hd-chart li {
    font-size: 0.75em;
  }
}
#hd .sec-connectivity {
  padding: 6% 0 2%;
  position: relative;
  overflow: hidden;
}
#hd .sec-connectivity .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-connectivity h2 + p {
  max-width: 45em;
  margin: 0 auto 4em;
}
#hd .sec-connectivity ul {
  padding: 3% 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-connectivity ul li {
  padding: 0 1em;
}
#hd .sec-connectivity ul img {
  width: auto;
  height: 3.5em;
  margin-bottom: -0.25em;
}
#hd .sec-connectivity ul p {
  font-size: 0.875em;
  line-height: 1.25;
  font-weight: 500;
}
#hd .sec-connectivity figure {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  #hd .sec-connectivity h2 + p {
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-connectivity ul li {
    padding: 0 0.75em;
  }
  #hd .sec-connectivity ul img {
    height: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-connectivity {
    padding: 10% 0 4%;
  }
  #hd .sec-connectivity ul {
    padding: 2% 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-connectivity {
    padding-bottom: 2em;
  }
  #hd .sec-connectivity ul {
    max-width: 20em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    position: relative;
    margin-bottom: 2em;
  }
  #hd .sec-connectivity ul > li {
    width: 33.3333%;
    margin-bottom: 10px;
  }
  #hd .sec-connectivity ul p {
    font-size: 0.75em;
  }
  #hd .sec-connectivity figure {
    border-radius: 0;
  }
  #hd .sec-connectivity figure .hd-bg {
    border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-connectivity {
    padding: 15% 0 6%;
  }
}
#hd .sec-device {
  padding: 6% 0 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-device .hd-content {
  padding-left: 5%;
  position: relative;
  z-index: 2;
}
#hd .sec-device .hd-content p {
  margin-bottom: 1em;
}
#hd .sec-device .hd-content small {
  display: block;
  font-size: 0.75em;
}
#hd .sec-device figure {
  width: 60%;
  margin-top: 3em;
  border: 3px solid #c8a780;
  position: relative;
}
#hd .sec-device figure img {
  width: 100%;
}
#hd .sec-device figure .hd-tag {
  position: absolute;
  left: 7%;
  top: 75%;
}
#hd .sec-device figure .hd-tag h3 {
  font-size: 1.125em;
  line-height: 1.125;
  margin-bottom: 0;
}
#hd .sec-device figure .hd-tag p {
  font-size: 0.75em;
  font-weight: 500;
}
#hd .sec-device .hd-img-container {
  margin-left: -12%;
}
#hd .sec-device .hd-img-container img {
  width: 185%;
  max-width: none !important;
  margin-right: -85%;
}

@media screen and (min-width: 3000px) {
  #hd .sec-device .hd-container {
    max-width: 2200px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-device figure {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-device .hd-img-container img {
    width: 160%;
    margin-right: -60%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-device figure {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-device .hd-container {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-device .hd-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
  }
  #hd .sec-device figure {
    width: 70%;
    max-width: 14em;
    margin: 0 auto;
  }
  #hd .sec-device .hd-img-container {
    width: 100%;
    max-width: 600px;
    margin: 2em auto 0;
  }
  #hd .sec-device .hd-img-container img {
    width: 140%;
    margin-right: -40%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-device {
    padding-top: 10%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-device {
    padding-top: 15%;
  }
}
#hd .sec-ergonomic {
  min-height: 500vh;
  padding: 6% 0;
}
#hd .sec-ergonomic .hd-img-container {
  background: #eaeaea;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .sec-ergonomic .hd-img-container img {
  width: 100%;
}
#hd .sec-ergonomic .hd-container {
  padding-left: 3%;
}
#hd .sec-ergonomic .hd-content {
  width: 52%;
  max-width: 40em;
  margin-bottom: -19em;
}
#hd .sec-ergonomic .hd-img-container {
  width: 100%;
}
#hd .sec-ergonomic .hd-img-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
#hd .sec-ergonomic .list-ergonomic {
  position: relative;
}
#hd .sec-ergonomic .list-ergonomic > li {
  padding: 20px 14px;
  position: absolute;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(1) {
  width: 34em;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(1) .hd-img-container {
  margin-left: 0.5em;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(1) img {
  max-height: calc(100vh - 100px - 25em);
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(2) {
  width: 20em;
  margin: 0 auto;
  top: 0;
  right: 0;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(2) img {
  max-height: calc(100vh - 100px - 20em);
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(3) {
  width: 38em;
  margin: 0 auto;
  top: 18em;
  left: -2%;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(3) h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(3) h3 strong {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 0.25em;
  margin-right: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(3) .hd-num:after {
  width: 5px;
  height: 60%;
  left: 100%;
  top: 0.2em;
  bottom: auto;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(3) img {
  max-height: calc(100vh - 100px - 30em);
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35em;
  top: 20em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(4) .hd-txt {
  margin-right: 2em;
}
#hd .sec-ergonomic .list-ergonomic > li:nth-child(4) img {
  max-height: calc(100vh - 100px - 20em);
}
#hd .sec-ergonomic .hd-txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd .sec-ergonomic .hd-num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.5em;
  font-family: "TTNormsProLight", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.024em;
  padding-bottom: 0.125em;
  margin-bottom: 0.25em;
  position: relative;
}
#hd .sec-ergonomic .hd-num:after {
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
}
#hd .sec-ergonomic h3 span {
  display: block;
  font-size: 1.125em;
}
#hd .sec-ergonomic h3 small {
  font: inherit;
  font-size: 0.875em;
  letter-spacing: -0.018em;
}

@media screen and (min-width: 2560px) {
  #hd .sec-ergonomic .hd-container {
    max-width: 1250px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-ergonomic .hd-container {
    max-width: 2200px;
  }
  #hd .sec-ergonomic .hd-num {
    font-size: 4em;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-ergonomic .hd-content {
    margin-bottom: -18em;
  }
  #hd .sec-ergonomic .hd-num {
    font-size: 3.5em;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) img {
    max-height: calc(100vh - 100px - 23em);
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) img {
    max-height: calc(100vh - 100px - 18em);
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(3) img {
    max-height: calc(100vh - 100px - 28em);
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) img {
    max-height: calc(100vh - 100px - 18em);
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ergonomic {
    min-height: 0;
  }
  #hd .sec-ergonomic .hd-container {
    width: 70%;
  }
  #hd .sec-ergonomic .hd-content {
    width: 64%;
  }
  #hd .sec-ergonomic .list-ergonomic > li {
    position: relative;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(n) {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(n) img {
    max-height: none !important;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) {
    width: 60%;
    margin-right: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) .hd-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) {
    width: 40%;
    margin-left: 0;
    margin-top: -60%;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(3) {
    width: 60%;
    margin-right: 0;
    margin-top: -35%;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) {
    width: 66%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ergonomic .hd-content {
    margin-bottom: -16.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ergonomic .hd-content {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(n) {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 600px;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) .hd-txt {
    display: block;
    margin-right: 20px;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(1) .hd-img-container {
    margin-left: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) .hd-txt {
    margin-left: 40px;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(3) {
    width: 60%;
    margin-right: 0;
    margin-top: -35%;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) {
    width: 66%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ergonomic .hd-container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(n) {
    display: block;
    padding: 0;
    margin-bottom: 20px !important;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) .hd-txt {
    margin-left: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) h3, #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) h3 strong, #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) h3 strong {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0.25em;
    margin-right: 0.4em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #hd .sec-ergonomic .list-ergonomic > li:nth-child(2) .hd-num:after, #hd .sec-ergonomic .list-ergonomic > li:nth-child(4) .hd-num:after {
    width: 5px;
    height: 60%;
    left: 100%;
    top: 0.2em;
    bottom: auto;
  }
}
#hd .sec-adobe {
  padding: 8% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-adobe .hd-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-adobe .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-adobe .hd-content {
  max-width: 44em;
  margin: 0 auto;
  text-shadow: 0 0 3px black, 0 0 5px black;
}
#hd .sec-adobe .hd-content h2 {
  margin-bottom: 0.25em;
  letter-spacing: 0;
}
#hd .sec-adobe .hd-content p {
  margin-bottom: 2em;
}
#hd .sec-adobe .hd-content p small {
  font: inherit;
  font-size: 0.875em;
}
#hd .sec-adobe .hd-btn.btn-gradient {
  padding: 0.6em 1.5em;
  margin: 0;
  background: white;
  border-radius: 16px;
}
#hd .sec-adobe .hd-btn.btn-gradient span {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
  display: inline-block;
  color: #b99770 !important;
  background-color: #0600fd;
  background-image: -webkit-gradient(linear, left top, right top, from(#0600fd), color-stop(#8a00ff), to(#d200c6));
  background-image: linear-gradient(90deg, #0600fd, #8a00ff, #d200c6);
  background-size: 150% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .sec-adobe .hd-btn.btn-gradient span::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-adobe .hd-btn.btn-gradient span::selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-adobe .hd-btn.btn-gradient span::-moz-selection {
  background: #131313;
  color: #b99770;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #b99770;
}
#hd .sec-adobe .list-block {
  max-width: 52em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 2.25em auto 0;
}
#hd .sec-adobe .list-block > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
#hd .sec-adobe .list-block > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-adobe .list-block > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
#hd .sec-adobe .list-block > li:nth-child(1) h3 {
  margin-bottom: 0.5em;
}
#hd .sec-adobe .list-block > li:nth-child(1) .list-icons {
  max-width: 300px;
}
#hd .sec-adobe .list-block > li:nth-child(2) .hd-expand, #hd .sec-adobe .list-block > li:nth-child(3) .hd-expand {
  background-color: #887159;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#887159), to(#654231));
  background-image: linear-gradient(180deg, #887159, #654231);
}
#hd .sec-adobe .list-block > li:nth-child(3) .list-icons {
  max-width: 240px;
}
#hd .sec-adobe .hd-frame {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 40px 50px 40px;
  border-radius: 16px;
  position: relative;
  z-index: 3;
}
#hd .sec-adobe .hd-frame:before {
  content: "";
  display: none;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  position: absolute;
  inset: 0;
  margin: -1px;
  background-color: #dec9a8;
  background-image: linear-gradient(45deg, #dec9a8, #ccab81, #493B2B);
  z-index: -2;
  opacity: 0.5;
  mix-blend-mode: darken;
}
#hd .sec-adobe .hd-frame.frame-border:before {
  display: block;
}
#hd .sec-adobe .hd-frame .hd-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: linear-gradient(275deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
  background-color: transparent;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#hd .sec-adobe h3 {
  line-height: 1.125;
  margin-bottom: 0;
}
#hd .sec-adobe .list-icons {
  margin: 1em auto;
}
#hd .sec-adobe .list-icons li {
  padding: 4px;
}
#hd .sec-adobe .list-icons img {
  width: 60px;
}
#hd .sec-adobe .list-icons .hd-more {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 59px;
  height: 58px;
  border: 1px solid #b99770;
  border-radius: 18%;
  font-family: "TTNormsProRegular", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.9em;
  line-height: 0.8;
  color: #dfcaa9;
}
#hd .sec-adobe .list-icons .hd-more strong {
  font-size: 1.25em;
}
#hd .sec-adobe button.hd-open, #hd .sec-adobe button.hd-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px 20px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 3;
}
#hd .sec-adobe button.hd-open span, #hd .sec-adobe button.hd-close span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: black;
  border: 1px solid #b99770;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .sec-adobe button.hd-open span:before, #hd .sec-adobe button.hd-open span:after, #hd .sec-adobe button.hd-close span:before, #hd .sec-adobe button.hd-close span:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .sec-adobe button.hd-open span:after, #hd .sec-adobe button.hd-close span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-adobe button.hd-open:hover, #hd .sec-adobe button.hd-open:focus-visible, #hd .sec-adobe button.hd-close:hover, #hd .sec-adobe button.hd-close:focus-visible {
  background: rgba(185, 151, 112, 0.25);
}
#hd .sec-adobe button.hd-open:hover span, #hd .sec-adobe button.hd-open:focus-visible span, #hd .sec-adobe button.hd-close:hover span, #hd .sec-adobe button.hd-close:focus-visible span {
  background: #b99770;
}
#hd .sec-adobe button.hd-open:hover span:before, #hd .sec-adobe button.hd-open:hover span:after, #hd .sec-adobe button.hd-open:focus-visible span:before, #hd .sec-adobe button.hd-open:focus-visible span:after, #hd .sec-adobe button.hd-close:hover span:before, #hd .sec-adobe button.hd-close:hover span:after, #hd .sec-adobe button.hd-close:focus-visible span:before, #hd .sec-adobe button.hd-close:focus-visible span:after {
  background: black;
}
#hd .sec-adobe button.hd-close span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-adobe .hd-expand {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 40px 40px 80px;
  background-color: #887159;
  background-image: linear-gradient(152deg, #887159, #654231);
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-adobe .hd-expand .hd-scroller {
  position: relative;
  overflow-y: auto;
}
#hd .sec-adobe .hd-expand .hd-scroller::-webkit-scrollbar {
  width: 5px;
}
#hd .sec-adobe .hd-expand .hd-scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#hd .sec-adobe .hd-expand .hd-scroller::-webkit-scrollbar-thumb {
  background: #888;
}
#hd .sec-adobe .hd-expand .hd-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#hd .sec-adobe [aria-expanded=true] + .hd-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 2560px) {
  #hd .sec-adobe .list-block > li:nth-child(1) .list-icons {
    max-width: 400px;
  }
  #hd .sec-adobe .list-block > li:nth-child(3) .list-icons {
    max-width: 300px;
  }
  #hd .sec-adobe .list-icons img {
    width: 82px;
  }
  #hd .sec-adobe .list-icons .hd-more {
    width: 80px;
    height: 78px;
  }
  #hd .sec-adobe button.hd-open, #hd .sec-adobe button.hd-close {
    width: 50px;
    height: 50px;
  }
  #hd .sec-adobe button.hd-open span, #hd .sec-adobe button.hd-close span {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-adobe .list-block > li:nth-child(1) .list-icons {
    max-width: 600px;
  }
  #hd .sec-adobe .list-block > li:nth-child(3) .list-icons {
    max-width: 400px;
  }
  #hd .sec-adobe .list-icons img {
    width: 120px;
  }
  #hd .sec-adobe .list-icons .hd-more {
    width: 116px;
    height: 114px;
  }
  #hd .sec-adobe button.hd-open, #hd .sec-adobe button.hd-close {
    width: 80px;
    height: 80px;
  }
  #hd .sec-adobe button.hd-open span, #hd .sec-adobe button.hd-close span {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-adobe {
    padding-top: 10%;
  }
  #hd .sec-adobe > .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -10%;
  }
  #hd .sec-adobe .hd-frame,
  #hd .sec-adobe .hd-expand {
    padding: 30px 30px 40px 30px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-adobe .list-block > li:nth-child(1) .list-icons {
    max-width: 240px;
  }
  #hd .sec-adobe .list-block > li:nth-child(3) .list-icons {
    max-width: 200px;
  }
  #hd .sec-adobe .list-icons img {
    width: 50px;
  }
  #hd .sec-adobe .list-icons .hd-more {
    width: 49px;
    height: 48px;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-adobe {
    padding-top: 18%;
  }
  #hd .sec-adobe .hd-frame,
  #hd .sec-adobe .hd-expand {
    padding: 30px 20px 40px 20px;
  }
  #hd .sec-adobe button.hd-open, #hd .sec-adobe button.hd-close {
    margin: 10px 16px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-adobe .list-block {
    display: block;
  }
  #hd .sec-adobe .list-block > li {
    margin: 14px 0;
  }
  #hd .sec-adobe button.hd-open, #hd .sec-adobe button.hd-close {
    margin: 4px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-adobe {
    padding-top: 30%;
  }
  #hd .sec-adobe > .hd-bg {
    width: 160%;
    margin-left: -40%;
  }
  #hd .sec-adobe .hd-expand p {
    font-size: 0.875em;
  }
}
#hd .sec-faq {
  background-color: black;
  padding: 6em 0 8em;
}
#hd .sec-faq .faq-a {
  display: none;
}
#hd .sec-faq .faq-q {
  position: relative;
  cursor: pointer;
}
#hd .sec-faq .faq-q h3 {
  cursor: pointer;
}
#hd .sec-faq li {
  padding-bottom: 1em;
  position: relative;
}
#hd .sec-faq li.hd-active {
  border: 1px solid #c8a780;
  border-left: 7px solid #c8a780;
}
#hd .sec-faq li.hd-active span:after {
  display: none;
}
#hd .sec-faq li button {
  border-bottom: 1px solid #555;
  padding: 1.7em 3.5em 0.7em 1.5em;
  border-left: 7px solid black;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1em;
  position: relative;
  cursor: pointer;
}
#hd .sec-faq li button span {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 1.4em;
  right: 0.7em;
  border: 1px solid #c8a780;
  border-radius: 1em;
  cursor: pointer;
}
#hd .sec-faq li button span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8em;
  height: 2px;
  background-color: #c8a780;
}
#hd .sec-faq li button span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.8em;
  width: 2px;
  background-color: #c8a780;
}
#hd .sec-faq h3 {
  font-size: 1.4em;
  margin-bottom: 0;
}
#hd .sec-faq p {
  padding: 1em 1.75em;
}
#hd .sec-faq p strong {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #hd .sec-faq h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq h3 {
    font-size: 1.1em;
  }
  #hd .sec-faq p {
    font-size: 1em;
    padding-inline: 1em;
  }
  #hd .sec-faq li button {
    padding: 1em 3em 1em 0.5em;
  }
  #hd .sec-faq li button span {
    top: 0.7em;
  }
}
#pageContent-green-session {
  font-size: 16px;
  position: relative;
  z-index: 2;
  /* RESET */
  /* FONT & COLOR */
  /* GRID */
  /* STYLE */
  background: #e6e6e7;
  padding: 0 0 4em;
}
#pageContent-green-session * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#pageContent-green-session h1,
#pageContent-green-session h2,
#pageContent-green-session h3,
#pageContent-green-session h4,
#pageContent-green-session p,
#pageContent-green-session a,
#pageContent-green-session li {
  font: inherit;
}
#pageContent-green-session img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
#pageContent-green-session h2,
#pageContent-green-session .h2 {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1;
  color: #2c2c2c !important;
  letter-spacing: 0;
  margin-bottom: 1em;
  word-break: normal;
  word-wrap: normal;
}
#pageContent-green-session h3,
#pageContent-green-session .h3 {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.018em;
  color: #2c2c2c;
  margin-bottom: 0.5em;
}
#pageContent-green-session p,
#pageContent-green-session small,
#pageContent-green-session a,
#pageContent-green-session li {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#pageContent-green-session p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 300;
}
#pageContent-green-session .color-primary {
  color: #00F5CA !important;
}
#pageContent-green-session .color-secondary {
  color: #133ED4 !important;
}
#pageContent-green-session .color-dark {
  color: #262626 !important;
}
#pageContent-green-session .col20 {
  width: 20%;
}
#pageContent-green-session .col25 {
  width: 25%;
}
#pageContent-green-session .col33 {
  width: 33.3333%;
}
#pageContent-green-session .col35 {
  width: 35%;
}
#pageContent-green-session .col40 {
  width: 40%;
}
#pageContent-green-session .col45 {
  width: 45%;
}
#pageContent-green-session .col50 {
  width: 50%;
}
#pageContent-green-session .col55 {
  width: 55%;
}
#pageContent-green-session .col60 {
  width: 60%;
}
#pageContent-green-session .col65 {
  width: 65%;
}
#pageContent-green-session .col66 {
  width: 66.6666%;
}
#pageContent-green-session .col75 {
  width: 75%;
}
#pageContent-green-session .col100 {
  width: 100%;
}
#pageContent-green-session .banner-container {
  background: #262626;
  margin-bottom: 3em;
  position: relative;
  overflow: hidden;
}
#pageContent-green-session .banner-container .bg {
  width: 100%;
  margin: -2.5% 0;
  opacity: 0.75;
}
#pageContent-green-session .banner-container .container {
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#pageContent-green-session .banner-container .icon {
  width: 13em;
  margin: 5em 3em 3em;
}
#pageContent-green-session .banner-container h2 {
  font-size: 5em;
  line-height: 1.25;
  letter-spacing: 0.024em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 1em;
}
#pageContent-green-session .banner-container .logo-asus {
  width: 8%;
  min-width: 6em;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 2.5% 4%;
}
#pageContent-green-session .container {
  width: 80%;
  max-width: 62.5em;
  padding: 0;
  margin: 0 auto;
}
#pageContent-green-session a {
  color: #133ED4;
}
#pageContent-green-session a:hover, #pageContent-green-session a:focus-visible {
  color: black;
}
#pageContent-green-session .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 5%;
  margin: 0 0 1.5em;
  background: white;
  border-radius: 1.5em;
}
#pageContent-green-session .frame.frame-large {
  padding: 2em 5%;
}
#pageContent-green-session .frame.frame-large .content {
  padding-right: 1em;
}
#pageContent-green-session picture img {
  width: 100%;
}
#pageContent-green-session .feature-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
#pageContent-green-session .feature-container picture {
  width: 8em;
  padding: 2em 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#pageContent-green-session .feature-container .frame {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#pageContent-green-session .feature-container .frame-bg:before {
  content: "";
  display: block;
}
#pageContent-green-session .feature-container .hd-bg {
  width: 50%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#pageContent-green-session .feature-container .hd-bg:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), white 50%);
}
#pageContent-green-session .feature-container .hd-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 41% center;
     object-position: 41% center;
}
#pageContent-green-session .feature-container .content {
  padding: 2em 2em 2em 1.5em;
  position: relative;
  z-index: 2;
}
#pageContent-green-session .feature-container .content p {
  font-size: 0.875em;
  line-height: 1.25;
}
@media screen and (min-width: 2560px) {
  #pageContent-green-session {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #pageContent-green-session {
    font-size: 34px;
  }
}
@media screen and (max-width: 1440px) {
  #pageContent-green-session .banner-container h2 {
    font-size: 4em;
  }
  #pageContent-green-session .banner-container .icon {
    width: 9em;
  }
  #pageContent-green-session .feature-container .content {
    padding: 1em 2em 1em 1em;
  }
}
@media screen and (max-width: 1024px) {
  #pageContent-green-session .banner-container h2 {
    font-size: 3em;
  }
  #pageContent-green-session .banner-container .icon {
    width: 7em;
  }
  #pageContent-green-session .banner-container .logo-asus {
    margin: 1.25em 2em;
  }
  #pageContent-green-session .container {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
  #pageContent-green-session .banner-container .bg {
    margin: 0;
  }
  #pageContent-green-session .banner-container h2 {
    font-size: 2.25em;
  }
  #pageContent-green-session .banner-container .icon {
    width: 5em;
    margin: 0;
  }
  #pageContent-green-session .frame.frame-large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageContent-green-session .frame.frame-large .content {
    width: 100%;
    margin-bottom: 2em;
  }
  #pageContent-green-session .frame.frame-large picture {
    width: 100%;
  }
  #pageContent-green-session .feature-container .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageContent-green-session .feature-container .frame-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageContent-green-session .feature-container .hd-bg {
    width: 120%;
    height: auto;
    margin: -15% -10% -10%;
    right: 0;
    position: relative;
  }
  #pageContent-green-session .feature-container .hd-bg:after {
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    top: 0;
    left: 0;
    margin-top: -1px;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), white);
  }
  #pageContent-green-session .feature-container .content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #pageContent-green-session .feature-container {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #pageContent-green-session .banner-container .bg {
    width: 240%;
    max-width: none !important;
    margin-left: -80%;
  }
  #pageContent-green-session .banner-container .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #pageContent-green-session .banner-container h2 {
    font-size: 2em;
  }
  #pageContent-green-session .banner-container .icon {
    width: 4em;
    margin: 1em 0 0;
  }
  #pageContent-green-session h2,
  #pageContent-green-session .h2 {
    font-size: 1.75em;
  }
  #pageContent-green-session h3,
  #pageContent-green-session .h3 {
    font-size: 1.5em;
  }
  #pageContent-green-session .frame {
    padding: 1.5em 5%;
    border-radius: 0.75em;
    margin-bottom: 0.5em;
  }
  #pageContent-green-session .frame.frame-large {
    padding: 1.5em 5%;
  }
  #pageContent-green-session .frame.frame-large .content {
    padding-right: 0;
  }
  #pageContent-green-session .feature-container li .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageContent-green-session .feature-container li .content {
    border: none;
    padding: 0 0 1em;
  }
  #pageContent-green-session .feature-container picture {
    width: 6em;
    padding: 0;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=hd-style.css.map */