@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
/* 色の設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* フォントの設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* @font-face {
  font-family: DINProB;
  font-weight: normal;
  src: url("../.../font/DINPro-CondBold.ttf");
} */
@font-face {
  font-family: dinproB;
  src: url(../font/DINPro-CondBold.ttf);
}
@font-face {
  font-family: dinproBI;
  src: url(../font/DINPro-CondensedBoldItalic.ttf);
}
@font-face {
  font-family: dinproM;
  src: url(../font/DINPro-CondensedMedium.ttf);
}
@font-face {
  font-family: dinproL;
  src: url(../font/DINPro-CondensedLight.ttf);
}
@font-face {
  font-family: dinproMI;
  src: url(../font/DINPro-CondensedMediumItalic.ttf);
}
@font-face {
  font-family: MyriadPro;
  src: url(../font/MyriadPro-Regular.otf);
}
/* @font-face {
  font-family: Trade_Gothic_LT;
  src: url(../font/gaming_fonts/TradeGothicLT.ttf);
}
@font-face {
  font-family: Trade_Gothic_LT_Italic;
  src: url(../font/gaming_fonts/TradeGothicLTItalic.ttf);
}
@font-face {
  font-family: Trade_Gothic_LT_Bold;
  src: url(../font/gaming_fonts/TradeGothicLTBold.ttf);
}
@font-face {
  font-family: Trade_Gothic_LT_Bold_Italic;
  src: url(../font/gaming_fonts/TradeGothicLTBoldItalic.ttf);
}
@font-face {
  font-family: Trade_Gothic_LT_Light;
  src: url(../font/gaming_fonts/TradeGothicLTLight.ttf);
} */
@font-face {
  font-family: Roboto_R;
  src: url(../font/Roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
  font-family: Roboto_L;
  src: url(../font/Roboto/RobotoCondensed-Light.ttf);
}
@font-face {
  font-family: Roboto_M;
  src: url(../font/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: CnBold;
  src: url(../font/KairosSansW1G-CnBold.ttf);
}
body {
  --base-font-default: system-ui, -apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --base-font-title: dinproB,var(--base-font-default);
  --base-font-title-i: dinproBI,var(--base-font-default);
  --base-font-normal: dinproM,var(--base-font-default);
  --base-font-normal-i: dinproMI,var(--base-font-default);
  --base-font-light: dinproL,var(--base-font-default);
  --base-font-text: Roboto_L,var(--base-font-default);
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: var(--base-font-text);
}
/* 如果字體種類變多，可以改用 .lang-vn <your className> { font-fmaily: XXX } */
body.lang-global {
  --base-font-text: MyriadPro,var(--base-font-default);
}
body.lang-vn {
  --base-font-title: Trade_Gothic_LT,var(--base-font-default);
  --base-font-title-i: Trade_Gothic_LT_Italic,var(--base-font-default);
  --base-font-normal: Trade_Gothic_LT,var(--base-font-default);
  --base-font-normal-i: Trade_Gothic_LT_Italic,var(--base-font-default);
  --base-font-light: Trade_Gothic_LT_Light,var(--base-font-default);
  --base-font-text: Roboto_L,var(--base-font-default);
}

header {
  background-color: #000;
  height: 50px;
  border-bottom: 1.5px dashed #ff9e1b;
  position: fixed;
  width: 100%;
  z-index: 100;
}

:focus-visible {
  outline: #ff9e1b auto 1px !important;
}

#nav {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #nav {
    width: 96%;
  }
}
#nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 30%;
}
#nav .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
#nav .asus-logo {
  display: inline-block;
  color: #fff;
}
#nav .select {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  color: #a5a5a5;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 1280px) {
  #nav .select {
    max-width: 170px;
  }
}
#nav .select .placeholder {
  position: relative;
  display: block;
  background-color: #313131;
  z-index: 1;
  padding: 8px 10px;
  font-size: 13px;
  font-family: var(--base-font-text);
  letter-spacing: 1px;
  line-height: 1;
  border: 1px solid #454545;
  cursor: pointer;
}
#nav .select .placeholder:hover {
  background: #34383c;
}
#nav .select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  height: 10px;
  width: 12px;
  background-image: url(../img/icon-arrow.png);
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 10;
}
#nav .select.is-open .placeholder:after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#nav .select.is-open ul {
  display: block;
}
#nav .select ul {
  font-size: 13px;
  font-family: var(--base-font-text);
  letter-spacing: 1px;
  line-height: 1;
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #313131;
  border-radius: 2px;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}
#nav .select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  cursor: pointer;
}
#nav .select ul li:hover {
  background: rgba(27, 27, 27, 0.8235294118);
}
#nav .select ul li:hover a {
  color: #ff9e1b;
}
#nav .select ul a {
  color: #a5a5a5;
}
#nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
}
#nav .right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
#nav .right .menu li {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#212121));
  background: linear-gradient(to right, #000, #212121);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav .right .menu li:hover a {
  color: rgba(255, 158, 27, 0.9);
}
#nav .right .menu a {
  font-family: var(--base-font-title);
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 30px;
}
.lang-vn #nav .right .menu a{
  letter-spacing: 0px;
}
@media screen and (max-width: 1280px) {
  #nav .right .menu a {
    font-size: 14px;
    line-height: 14px;
  }
}
#nav .right .active a {
  color: #ff9e1b;
  position: relative;
}
#nav .right .active a::before {
  position: absolute;
  content: url(../img/left-waku.png);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: 14px;
  top: -2px;
}
#nav .right .active a::after {
  position: absolute;
  content: url(../img/right-waku.png);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 14px;
  top: -2px;
}
@media screen and (max-width: 1280px) {
  #nav .right .active a::before {
    top: -8px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  #nav .right .active a::after {
    top: -8px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
#nav .right .sns {
  margin-left: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
}
#nav .right .sns a {
  color: #fff;
}
#nav .right .sns a:hover {
  opacity: 0.7;
}
#nav .right .sns li {
  margin-right: 10px;
}
#nav .right .sns img {
  height: 18px;
  width: 18px;
}

#nav_mo {
  display: none;
}

@media screen and (max-width: 1000px) {
  header {
    border-bottom: none;
    height: 46px;
    background-color: #212121;
  }
  #nav {
    display: none;
  }
  #nav_mo {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #hd {
    padding-top: 46px;
  }
  #nav_mo {
    position: relative;
    z-index: 100;
    height: 100%;
  }
  #nav_mo .hamu label {
    position: absolute;
    z-index: 1;
    top: 18%;
  }
  #nav_mo .hamu .btn-top {
    z-index: 3;
    -webkit-animation: fadein 0.5s;
            animation: fadein 0.5s;
  }
  #nav_mo .hamu input {
    display: none;
  }
  #nav_mo .hamu input:checked ~ label {
    right: 0;
  }
  #nav_mo .hamu .burger {
    position: relative;
    cursor: pointer;
  }
  #nav_mo .hamu .burger:hover g {
    stroke: #d8d8d8;
  }
  #nav_mo .hamu .burger g {
    stroke: #a5a5a5;
    -webkit-transition: stroke 0.25s ease-in-out;
    transition: stroke 0.25s ease-in-out;
  }
  #nav_mo .hamu input:checked ~ label .burger {
    opacity: 0;
  }
  #nav_mo .hamu .close {
    position: relative;
    top: 50%;
    cursor: pointer;
    opacity: 0;
  }
  #nav_mo .hamu .close g:hover {
    stroke: #727272;
  }
  #nav_mo .hamu .close g {
    stroke: #a5a5a5;
    -webkit-transition: stroke 0.25s ease-in-out;
    transition: stroke 0.25s ease-in-out;
  }
  #nav_mo .hamu .close line {
    -webkit-transform-origin: 0%;
            transform-origin: 0%;
  }
  #nav_mo .hamu .close g {
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
  #nav_mo .hamu input:checked ~ label .close {
    opacity: 1;
  }
  #nav_mo .hamu .menu {
    font-family: var(--base-font-title);
    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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    visibility: hidden;
    width: 100vw;
    padding: 30px;
    background-color: rgb(23, 23, 23);
    -webkit-transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-transform: uppercase;
  }
  #nav_mo .hamu input:checked ~ .menu {
    visibility: visible;
  }
  #nav_mo .hamu a {
    border-bottom: 2px solid transparent;
  }
  #nav_mo .hamu .menu div {
    margin-top: 50px;
    padding-bottom: 24px;
    -webkit-transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  #nav_mo .hamu .menu div:hover a {
    color: #ff9e1b;
    border-bottom: 2px solid #ff9e1b;
  }
  #nav_mo .hamu .focus {
    color: #ff9e1b;
  }
  #nav_mo .hamu input:checked ~ .menu div {
    margin-top: 0px;
  }
  #nav_mo .logo {
    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;
    height: 100%;
  }
  #nav_mo .logo a {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  #nav_mo .to-top {
    z-index: 2;
  }
  #nav_mo .select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    color: #a5a5a5;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1280px) {
  #nav_mo .select {
    max-width: 170px;
  }
}
@media screen and (max-width: 1000px) {
  #nav_mo .select .placeholder {
    position: relative;
    display: block;
    background-color: #313131;
    z-index: 1;
    padding: 8px 10px;
    font-size: 13px;
    font-family: var(--base-font-text);
    letter-spacing: 1px;
    line-height: 1;
    border: 1px solid #454545;
    cursor: pointer;
  }
  #nav_mo .select .placeholder:hover {
    background: #34383c;
  }
  #nav_mo .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    height: 14px;
    width: 14px;
    background-image: url(../img/arrow.png);
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    z-index: 10;
  }
}
@media screen and (max-width: 1000px) {
  #nav_mo .select.is-open .placeholder:after {
    content: "";
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  #nav_mo .select.is-open ul {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #nav_mo .select ul {
    font-size: 13px;
    font-family: var(--base-font-text);
    letter-spacing: 1px;
    line-height: 1;
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #313131;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
  }
  #nav_mo .select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #a5a5a5;
    cursor: pointer;
  }
  #nav_mo .select ul li:hover {
    background: rgba(27, 27, 27, 0.8235294118);
    color: #ff9e1b;
  }
}
@media screen and (max-width: 1000px) {
  #nav_mo .sns-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 130px;
    margin-top: 30px;
  }
  #nav_mo .sns-mobile li {
    width: 20%;
  }
  #nav_mo .sns-mobile li:hover {
    opacity: 0.8;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media screen and (max-width: 1000px) {
  .fixed {
    position: fixed;
    width: 100%;
    z-index: 666;
  }
}
.view-more {
  background-color: rgb(186, 186, 186);
  position: relative;
}
.view-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 9px;
  border-color: transparent transparent transparent #353838;
}
.view-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 9px 9px 0px;
  border-color: transparent #353838 transparent transparent;
}

#nav .select ul {
  max-height: 225px;
  overflow-y: scroll;
}
#nav .select ul::-webkit-scrollbar {
  display: block !important;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
          box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
}
#nav .select ul::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
  position: relative;
}
#nav .select ul::-webkit-scrollbar-button {
  height: 12px;
}

#nav_mo .select ul {
  max-height: 225px;
  overflow-y: scroll;
}
#nav_mo .select ul::-webkit-scrollbar {
  display: block !important;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
          box-shadow: 0px 0px 0px 1.4px rgba(204, 204, 204, 0.11) inset;
}
#nav_mo .select ul::-webkit-scrollbar-thumb {
  background: rgb(202, 202, 202);
  position: relative;
}
#nav_mo .select ul::-webkit-scrollbar-button {
  height: 12px;
}

footer {
  background: #232323;
  position: relative;
  z-index: 100;
}

footer .hdau_container {
  font-family: var(--base-font-text);
  width: 1200px;
  margin: 0 auto;
  height: 20px;
  padding: 15px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

footer select {
  padding: 3px 4px;
  color: #959595;
  border: 1px solid #474747;
  font-size: 12px;
  background: #313131 url(../img/icon/icon-arrow.png) no-repeat 99% 8px;
  background-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: left;
  width: 190px;
  height: 24px;
  margin: 8px 6px;
  text-transform: uppercase;
}

footer select:focus {
  outline: none;
}

footer .hdau_sub_nav {
  float: right;
}

footer .hdau_sub_nav:after {
  content: "";
  display: block;
  clear: both;
}

footer .hdau_sub_nav {
  text-align: center;
}

footer .hdau_sub_nav li {
  display: inline-block;
}

footer .hdau_sub_nav li a {
  font-size: 0.9em;
  font-weight: 300;
  padding: 0 15px 0 10px;
  position: relative;
  color: #C1C9D7;
}

footer .hdau_sub_nav li a:after {
  content: "";
  display: block;
  height: 70%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  right: 1px;
}

footer .hdau_sub_nav li a:hover {
  color: #fff;
}

footer .hdau_sub_nav li p {
  font-size: 0.9em;
  margin-left: 10px;
  color: #C1C9D7;
}

@media screen and (max-width: 1200px) {
  footer .hdau_container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .hdau_container {
    padding-bottom: 30px;
  }
  footer select {
    width: 80%;
    margin: 8px auto;
    min-width: 190px;
    display: block;
    float: none;
  }
  footer .hdau_sub_nav {
    text-align: center;
    margin: 0 auto;
    float: none;
  }
}
/* 20230110 update*/
.container {
  padding-top: 50px;
}

.cp {
  cursor: pointer;
}/*# sourceMappingURL=public.css.map */