@font-face {
  font-family: 'controller_ext_four';
  src: url("../fonts/controller_ext_four.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rog';
  src: url("../fonts/rog-regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'xolonium';
  src: url("../fonts/xolonium-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("../fonts/roboto-regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto-italic';
  src: url("../fonts/roboto-italic.ttf");
  font-weight: normal;
  font-style: normal;
}

/* ----------Mixin(common)---------- */
/* ----------Extend(common)---------- */
/*background*/
/*absolute-center*/
#hd {
  /* ---------- reset ---------- */
  font-size: 12px;
  font-family: sans-serif;
  background: black;
  color: #FFF;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-color: #000;
  /* ---------- txt ------------ */
  /* ---------- section ------------ */
  /* ---------- common ------------ */
  /*col*/
  /*------- ult_monster -------*/
  /*------- ult_gaming -------*/
  /*------- bring_out -------*/
  /*accurate_wider*/
  /*fully_replicate*/
  /*anti_glare*/
  /*variable_refresh*/
  /*aura_sync*/
  /*robust_connect*/
  /*immersive_audio*/
  /*easy_control*/
}

#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: #CE0000;
}

#hd ::selection {
  background: #1d2124;
  color: #CE0000;
}

#hd ::-moz-selection {
  background: #1d2124;
  color: #ffffff;
}

#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;
  text-align: left;
  margin: 10px 0;
}

#hd h1 {
  font-family: 'xolonium',sans-serif;
  font-size: 44px;
  line-height: 44px;
  padding-bottom: 10px;
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #93c8d2), color-stop(65%, #ffffff));
  background: -webkit-linear-gradient(bottom, #93c8d2 50%, #ffffff 65%);
  background: -o-linear-gradient(bottom, #93c8d2 50%, #ffffff 65%);
  background: linear-gradient(to top, #93c8d2 50%, #ffffff 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#hd h2 {
  font-family: 'rog', sans-serif;
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 400;
}

#hd h3 {
  font-family: 'xolonium', sans-serif;
  font-size: 36px;
  line-height: 40px;
  padding-bottom: 10px;
  color: #ffffff;
  text-shadow: 0px 0px 5px #ffffff;
}

#hd h4 {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #0dc7f5;
}

#hd h5 {
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  color: #0dc7f5;
}

#hd p {
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
  color: #ffffff;
}

#hd small,
#hd a {
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  color: #ffffff;
}

#hd section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hd section .bgimg,
#hd section .mask {
  width: 100%;
  position: relative;
}

#hd section .bgimg img,
#hd section .mask img {
  width: 100%;
  margin: 0;
}

#hd section .bgimg img.pc,
#hd section .mask img.pc {
  display: block;
}

#hd section .bgimg img.mobile,
#hd section .mask img.mobile {
  display: none;
}

#hd section .bgimg::after,
#hd section .mask::after {
  content: " ";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, black), color-stop(12%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 1%, rgba(0, 0, 0, 0) 12%);
  background: -o-linear-gradient(bottom, black 1%, rgba(0, 0, 0, 0) 12%);
  background: linear-gradient(0deg, black 1%, rgba(0, 0, 0, 0) 12%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

#hd .contentfield {
  position: absolute;
  text-align: left;
  z-index: 2;
}

#hd .contentfield h3 {
  text-transform: uppercase;
}

#hd .col100 {
  width: 100%;
}

#hd .col90 {
  width: 90%;
}

#hd .col80 {
  width: 80%;
}

#hd .col70 {
  width: 70%;
}

#hd .col60 {
  width: 60%;
}

#hd .col50 {
  width: 50%;
}

#hd .col40 {
  width: 40%;
}

#hd .col35 {
  width: 35%;
}

#hd .col30 {
  width: 30%;
}

#hd .col20 {
  width: 20%;
}

#hd #ult_monster .contentfield.top {
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

#hd #ult_monster .contentfield.bottom {
  top: 88%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#hd #ult_gaming {
  position: relative;
}

#hd #ult_gaming #ult_tv {
  position: absolute;
  top: 35%;
  left: 34.5%;
  width: 30%;
  z-index: 2;
}

#hd #ult_gaming .contentfield.top {
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

#hd #ult_gaming .contentfield.bottom {
  top: 50%;
  left: 50%;
  opacity: 0;
}

#hd #ult_gaming_mobile {
  display: none;
}

#hd #bring_out .contentfield {
  top: 10%;
  left: 10%;
}

#hd #bring_out .contentfield img {
  width: 60%;
}

#hd #accurate_wider .contentfield {
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}

#hd #fully_replicate .contentfield {
  top: 50%;
  left: 58%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

#hd #fully_replicate .contentfield img {
  width: 45%;
  margin: 0 auto;
}

#hd #anti_glare .contentfield {
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

#hd #variable_refresh .contentfield {
  top: 50%;
  left: 58%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

#hd #variable_refresh .contentfield p,
#hd #variable_refresh .contentfield small {
  padding-bottom: 10px;
}

#hd #variable_refresh .contentfield small {
  display: block;
  color: #ffffff;
}

#hd #variable_refresh .contentfield a {
  display: block;
  color: #bebebe;
}

#hd #variable_refresh .contentfield a:hover {
  color: #ffffff;
}

#hd #aura_sync .bgimg.back {
  z-index: 1;
}

#hd #aura_sync .bgimg.back img {
  -webkit-animation-name: changecolor_ani;
          animation-name: changecolor_ani;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#hd #aura_sync .bgimg.mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#hd #aura_sync .contentfield {
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  z-index: 3;
}

@-webkit-keyframes changecolor_ani {
  from {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes changecolor_ani {
  from {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

#hd #robust_connect .contentfield {
  top: 50%;
  left: 7%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
}

#hd #robust_connect .contentfield img {
  width: 80%;
  margin: 0 auto;
}

#hd #immersive_audio .contentfield {
  top: 70%;
  left: 10%;
}

#hd #easy_control .contentfield {
  top: 55%;
  left: 62%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
