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

/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px;
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

.width-line-gray {
  background: none;
}

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /* ---------- 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: #1d2124;
  color: #fdf902;
}
#hd * ::selection {
  background: #1d2124;
  color: #fdf902;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #fdf902;
}
#hd ul,
#hd li,
#hd figure {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
  padding: 0;
  margin: 0;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0;
}
#hd img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#hd iframe,
#hd video {
  max-width: 100%;
}
#hd button {
  display: block;
  font: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       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 #fdf902;
}
#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;
}

#hd .fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0%, 33% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0%, 33% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn3 {
  0%, 66% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes fadeIn3 {
  0%, 66% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-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 fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h1,
#hd .h1 {
  font-size: 3.4em;
  font-weight: normal;
  line-height: 0.95;
  letter-spacing: 0;
  margin-bottom: 0.35em;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.125;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.4em;
}
#hd h2.txt-larger,
#hd .h2.txt-larger {
  font-size: 3.25em;
  letter-spacing: 0.018em;
}
#hd h2.txt-smaller,
#hd .h2.txt-smaller {
  font-size: 2.75em;
  line-height: 1.2;
}
#hd h2 sup,
#hd .h2 sup {
  font-size: 0.5em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
#hd h3 sup,
#hd .h3 sup {
  font-size: 0.5em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.25em;
}
#hd h4 sup,
#hd .h4 sup {
  font-size: 0.5em;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.3em;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#hd h6,
#hd .h6 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.1em;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
}
#hd p.txt-smaller {
  font-size: 1em;
}
#hd b,
#hd strong {
  font-weight: bold;
}
#hd small {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.018em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd .txt-link {
  display: inline;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  color: white;
  font-weight: 400;
  padding-right: 0.25em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: left;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.225em;
  text-decoration-thickness: 1px;
}
#hd .txt-link span {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: hintRight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: hintRight;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .color-primary {
  color: #fdf902 !important;
}
#hd .color-primary-light {
  color: #89f7fe !important;
}
#hd .color-secondary {
  color: #7249b7 !important;
}
#hd .color-info {
  color: #53c6e6 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-grey {
  color: #888 !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-light-grey {
  color: #bbbbbb !important;
}
#hd .color-red {
  color: #f51928 !important;
}
#hd .color-snow {
  color: #f5c78d !important;
}
#hd .color-brown {
  color: #c86916 !important;
}
#hd .color-blue {
  color: #00b8ff !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #fdf902 !important;
  background-color: #ff1169;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff1169), to(#fdf902));
  background-image: linear-gradient(90deg, #ff1169, #fdf902);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .color-gradient::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-r {
  display: inline-block;
  color: #fdf902 !important;
  background-color: #95cdf7;
  background-image: -webkit-gradient(linear, left top, right top, from(#95cdf7), to(#3786c1));
  background-image: linear-gradient(90deg, #95cdf7, #3786c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .color-gradient-r::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-r::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-r::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-secondary {
  display: inline-block;
  color: #fdf902 !important;
  background-color: #715dd3;
  background-image: -webkit-gradient(linear, left top, right top, from(#715dd3), color-stop(#8769e9), to(#7148b5));
  background-image: linear-gradient(90deg, #715dd3, #8769e9, #7148b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .color-gradient-secondary::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-secondary::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .color-gradient-secondary::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fdf902;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 3em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.25em;
    letter-spacing: 0.04em;
  }
  #hd p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
    margin-bottom: 0.25em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.75em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 620px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
    margin-bottom: 0.5em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 1.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1em;
    letter-spacing: 0.02em;
  }
  #hd .txt-link {
    font-size: 1.25em;
    line-height: 1.5;
    padding-right: 0.1em;
  }
}
#hd {
  clip-path: inset(0 0 0 0);
}
#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 Condensed", "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;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    display: none;
    font-size: 12px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300 {
  width: 80%;
  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-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#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-col65 {
  width: 65%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#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 .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 .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .hd-d-none {
  display: none !important;
}
#hd .hd-d-ib {
  display: inline-block !important;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900 {
    max-width: 1100px;
  }
  #hd .hd-w1000 {
    max-width: 1260px;
  }
  #hd .hd-w1100 {
    max-width: 1366px;
  }
  #hd .hd-w1200,
  #hd .hd-w1300 {
    max-width: 1460px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900 {
    max-width: 1600px;
  }
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100 {
    max-width: 2000px;
  }
  #hd .hd-w1200,
  #hd .hd-w1300 {
    max-width: 2200px;
  }
}
@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;
  }
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1300 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-mobile-none {
    display: none !important;
  }
  #hd .hd-d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important;
  }
  #hd .hd-d-768-block {
    display: block !important;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: 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 .hd-btn {
  display: inline-block;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: white;
  color: black;
  padding: 0.6em 1em 0.4em;
  margin: 2em 0;
  position: relative;
  z-index: 2;
}
#hd .hd-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -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 .hd-btn:hover:after, #hd .hd-btn:focus-visible:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .hd-btn:active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-btn-frame {
  font-size: 1em;
  padding: 0.4em 1em 0.5em;
  min-width: 7em;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2em;
  margin: 1em 2em 0;
}
#hd .hd-btn-frame:hover, #hd .hd-btn-frame:focus-visible {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-btn {
    margin: 1em 0;
  }
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  margin: 0.25em 0.4em;
  background: white;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2em;
}
#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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1em auto;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .swiper-pause-btn img {
  width: 70%;
}
#hd .swiper-pause-btn svg {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}
#hd .swiper-simple .swiper-button-prev,
#hd .swiper-simple .swiper-button-next {
  width: 44px;
  height: 44px;
}
#hd .swiper-simple .swiper-button-prev:after,
#hd .swiper-simple .swiper-button-next:after {
  display: none;
}
#hd .swiper-simple .swiper-button-prev.swiper-button-disabled,
#hd .swiper-simple .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#hd .swiper-simple .swiper-button-prev {
  background: url(../img/arrow-left.svg) center no-repeat;
  background-size: contain;
  left: auto;
  right: 98%;
}
#hd .swiper-simple .swiper-button-next {
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  right: auto;
  left: 98%;
}
#hd .swiper-simple .swiper-pagination-bullets {
  margin-top: 1em;
}
#hd .swiper-simple .swiper-pagination-bullet {
  background: #686868;
}
#hd .swiper-simple .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
#hd .is-animated .swiper-simple .swiper-button-prev:not(.swiper-button-disabled) {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: hintSlideArrow;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: hintSlideArrow;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}
#hd .is-animated .swiper-simple .swiper-button-next:not(.swiper-button-disabled) {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: hintSlideArrow;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: hintSlideArrow;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}

@media screen and (min-width: 2560px) {
  #hd .swiper-simple .swiper-slide {
    max-width: 1366px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .swiper-simple .swiper-slide {
    max-width: 2000px;
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
    margin: 0.25em;
  }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5em;
  }
  #hd .swiper-simple .swiper-button-prev,
  #hd .swiper-simple .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin: 0.5em auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-pagination-wrapper {
    position: relative;
  }
}
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .vid-container video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-control {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 3;
}
#hd .vid-control img,
#hd .vid-control svg {
  width: 60%;
  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: 620px) {
  #hd .vid-control {
    right: 0;
    bottom: 0;
  }
}
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.5);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 60%;
  height: auto;
  max-width: 1280px;
  max-height: calc(100% - 100px);
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
#hd .hd-lightbox .hd-box::-webkit-scrollbar {
  width: 5px;
}
#hd .hd-lightbox .hd-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#hd .hd-lightbox .hd-box::-webkit-scrollbar-thumb {
  background: #888;
}
#hd .hd-lightbox .hd-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .hd-lightbox .vid-container iframe,
#hd .hd-lightbox .vid-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close {
  width: 3em;
  height: 3em;
  border: 1px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 3;
}
#hd .hd-lightbox .hd-close:hover > span, #hd .hd-lightbox .hd-close:focus-visible > span {
  background: #fdf902;
}
#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 .trigger-play {
  cursor: pointer;
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1600px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 2000px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-box {
    margin-top: 50px;
    height: calc(100% - 100px);
  }
  #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: 768px) {
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
}
#hd .list-feature {
  max-width: 34em;
  margin: 3% auto;
}
#hd .list-feature > li {
  padding: 0 0.5em;
  min-width: 33.3333%;
  margin-bottom: 1em;
}
#hd .list-feature strong {
  display: block;
  margin-bottom: 0;
}
#hd .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .list-content > li {
  padding: 10px;
}
#hd .list-content .hd-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: black;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
#hd .list-content .hd-frame .hd-content {
  padding: 50px 40px;
  margin-bottom: auto;
  position: relative;
  z-index: 3;
}
#hd .hd-tabs {
  margin-bottom: 3em;
}
#hd .hd-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5em 0 1.5em;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  cursor: pointer;
}
#hd .hd-tabs li:before, #hd .hd-tabs li:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #dd302f;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .hd-tabs li:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .hd-tabs li.hd-active {
  border-color: #dd302f;
}
#hd .hd-tabs li.hd-active:before, #hd .hd-tabs li.hd-active:after {
  opacity: 0;
}
#hd .hd-tabs li.hd-active h3 {
  color: #dd302f !important;
  opacity: 1;
  cursor: default;
}
#hd .hd-tabs li:hover:before, #hd .hd-tabs li:hover:after {
  -webkit-animation-iteration-count: infinite !important;
          animation-iteration-count: infinite !important;
}
#hd .hd-tabs h3 {
  width: auto;
  font-size: 1.5em;
  letter-spacing: 0.06em;
  padding: 0.35em 0;
  margin-bottom: 0;
  opacity: 0.75;
  text-align: center;
}
#hd .hd-tabs.is-animated li:before {
  -webkit-animation: hint 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
          animation: hint 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
}
#hd .hd-tabs.is-animated li:after {
  -webkit-animation: hintV 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
          animation: hintV 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
}
#hd .hd-trigger-dot {
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
#hd .hd-trigger-dot:before, #hd .hd-trigger-dot:after {
  content: "";
  display: block;
  width: 35%;
  height: 35%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .hd-trigger-dot:before {
  background: rgba(255, 255, 255, 0.1);
}
#hd .hd-trigger-dot:after {
  background: white;
}
#hd .hd-trigger-dot:hover, #hd .hd-trigger-dot:focus-visible {
  opacity: 1 !important;
}
#hd .hd-trigger-dot:hover:before, #hd .hd-trigger-dot:hover:after, #hd .hd-trigger-dot:focus-visible:before, #hd .hd-trigger-dot:focus-visible:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .is-animated .hd-trigger-dot:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: dotHint;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: dotHint;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}

@media screen and (max-width: 1280px) {
  #hd .list-content .hd-frame .hd-content {
    padding: 40px 30px;
  }
  #hd .hd-tabs li {
    padding: 0 1em 0 0.5em;
  }
  #hd .hd-tabs li.hd-active:before, #hd .hd-tabs li.hd-active:after {
    right: 1em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-trigger-dot:after {
    width: 30%;
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  #hd .list-content > li {
    padding: 6px;
  }
  #hd .list-content .hd-frame .hd-content {
    padding: 30px 24px;
  }
  #hd .hd-tabs {
    margin-bottom: 1em;
  }
  #hd .hd-tabs h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 620px) {
  #hd .list-content {
    max-width: 360px;
    margin: 0 auto;
  }
  #hd .list-content > li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .list-feature {
    max-width: 30em;
    margin: 1.5em auto;
  }
  #hd .list-feature > li {
    padding: 0 0.5em;
    margin-bottom: 1em;
  }
}
#hd .sec-kv {
  padding: 6em 0 4em;
  position: relative;
}
#hd .sec-kv figure {
  position: relative;
}
#hd .sec-kv figure img {
  width: 100%;
}
#hd .sec-kv figure .sign {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-kv .hd-content {
  position: relative;
  margin-top: -35%;
  z-index: 2;
}
#hd .sec-kv .h1 {
  font-size: 2.4em;
  margin-bottom: 1.5em;
  line-height: 1.2;
}
#hd .sec-kv p {
  max-width: 45em;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #hd .sec-kv {
    padding: 4em 0 2em;
  }
  #hd .sec-kv .h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .h1 {
    font-size: 1.7em;
  }
}
#hd .sec-kol {
  padding: 6em 0;
  position: relative;
}
#hd .sec-kol .hd-content {
  position: relative;
  max-width: 40em;
  margin: 0 auto;
  margin-top: -30%;
  z-index: 2;
}
#hd .sec-kol h2 {
  font-size: 2.2em;
  margin-bottom: 0.2em;
}
#hd .sec-kol h3 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#hd .sec-kol img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-kol {
    padding: 4em 0;
  }
  #hd .sec-kol .hd-content {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kol h2 {
    font-size: 1.8em;
  }
  #hd .sec-kol h3 {
    font-size: 1.1em;
  }
}
#hd .sec-game {
  padding: 6em 0;
  position: relative;
}
#hd .sec-game h2 {
  display: inline-block;
  font-size: 4.6em;
  margin-bottom: 0;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#ff1169), to(#fdf902));
  background: linear-gradient(90deg, #ff1169, #fdf902);
  -webkit-background-clip: text;
  color: black;
  -webkit-text-stroke: 4px transparent;
  background-clip: text;
  -webkit-text-fill-color: black;
}
#hd .sec-game h3 {
  font-size: 2.6em;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}
#hd .sec-game .hd-content p {
  font-weight: 500;
  font-size: 1.3em;
  max-width: 30em;
  margin: 0 auto;
}
#hd .sec-game figure {
  position: relative;
}
#hd .sec-game figure img {
  width: 100%;
}
#hd .sec-game figure .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-game .detail-list li {
  position: absolute;
  text-align: center;
}
#hd .sec-game .detail-list li:nth-child(1) {
  top: 8%;
  left: 12%;
}
#hd .sec-game .detail-list li:nth-child(2) {
  top: 30%;
  left: 1%;
}
#hd .sec-game .detail-list li:nth-child(3) {
  top: 13%;
  left: 67%;
}
#hd .sec-game .detail-list li:nth-child(4) {
  top: 34%;
  left: 83%;
}
#hd .sec-game .detail-list li:nth-child(5) {
  top: 50%;
  left: 8%;
}
#hd .sec-game .detail-list strong {
  display: block;
  line-height: 1;
  margin-bottom: 0;
  color: #fdf902;
  font-size: 6.2em;
  text-shadow: 0 0 4px black;
}
#hd .sec-game .detail-list p {
  text-shadow: 0 0 4px black;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 1440px) {
  #hd .sec-game .detail-list li strong {
    font-size: 5.5em;
  }
  #hd .sec-game .detail-list li p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-game h2 {
    font-size: 4em;
  }
  #hd .sec-game h3 {
    font-size: 2em;
  }
  #hd .sec-game .detail-list li strong {
    font-size: 5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-game h2 {
    font-size: 3em;
  }
  #hd .sec-game .detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    margin-top: -20%;
  }
  #hd .sec-game .detail-list li:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    width: 33.3333%;
    margin-bottom: 3em;
  }
  #hd .sec-game .detail-list li:nth-child(n) strong {
    font-size: 4.4em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-game {
    padding: 4em 0;
  }
  #hd .sec-game .detail-list li:nth-child(n) strong {
    font-size: 3em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-game .detail-list li:nth-child(n) strong {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-game {
    padding: 2em 0;
  }
  #hd .sec-game h2 {
    font-size: 2.4em;
  }
  #hd .sec-game h3 {
    font-size: 1.6em;
  }
  #hd .sec-game .detail-list li:nth-child(n) {
    width: 50%;
    margin-bottom: 2em;
  }
  #hd .sec-game .detail-list li:nth-child(n) p {
    font-size: 1em;
  }
}
#hd .sec-touch {
  padding: 6em 0;
  position: relative;
}
#hd .sec-touch figure {
  border-radius: 16px;
  overflow: hidden;
  margin-top: 2em;
}
#hd .sec-touch figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-touch {
    padding: 4em 0;
  }
}
#hd .sec-ksp {
  position: relative;
  padding: 6em 0;
}
#hd .sec-ksp .list-content {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
#hd .sec-ksp .list-content .hd-frame {
  background-color: #2d2d2d;
  background-image: linear-gradient(135deg, #2d2d2d, #0d0e0e);
}
#hd .sec-ksp .list-content .hd-content {
  padding: 36px 20px 20px;
}
#hd .sec-ksp .list-content small {
  display: block;
  line-height: 1.25;
  margin-top: 0.5em;
}
#hd .sec-ksp .list-content .hd-img-container {
  margin-top: -27%;
}
#hd .sec-ksp .list-content .hd-img-container img {
  width: 100%;
}
#hd .sec-ksp a {
  position: relative;
  display: inline-block;
  margin-top: 3em;
  padding: 1em 2em 0.8em;
  -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-ksp a span {
  position: relative;
  display: inline-block;
  font-size: 1.8em;
  z-index: 2;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-ksp a:before {
  content: "";
  background-color: #ecf0f0;
  background-image: linear-gradient(-45deg, #ff1169, #fdf902);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 2em;
}
#hd .sec-ksp a:after {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 2em;
  background-color: black;
}
#hd .sec-ksp a:hover, #hd .sec-ksp a:focus-visible {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 768px) {
  #hd .sec-ksp {
    padding: 4em 0;
  }
  #hd .sec-ksp .list-content {
    max-width: none;
  }
  #hd .sec-ksp .list-content > li {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp .list-content {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp {
    padding: 15% 0 0;
  }
  #hd .sec-ksp .list-content > li {
    width: 100%;
  }
}
/*# sourceMappingURL=hd-style.css.map */