<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'myriadpro';
  src: url("../fonts/myriadpro-bold.otf");
  font-weight: bold;
}

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

@font-face {
  font-family: 'myriadpro';
  src: url("../fonts/myriadpro-light.otf");
  font-weight: lighter;
}

@font-face {
  font-family: 'myriadpro';
  src: url("../fonts/myriadpro-italic.ttf") format("opentype");
  font-style: italic;
}

/* ---------- RESET ---------- */
::-moz-selection,
::-moz-selection {
  background: #1d2124;
  color: #CE0000;
}
::-moz-selection,
::selection {
  background: #1d2124;
  color: #CE0000;
}

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

#hd {
  font-size: 11.25px;
  font-family: sans-serif;
  background: black;
  color: #E5E3E8;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-color: #000;
  /* ---------- Nav ------- */
  /* ---------- scrollUp ------- */
}

#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 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;
  margin: 0;
  padding: 0;
}

#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}

#hd h1 {
  font-family: 'myriadpro', sans-serif;
  font-size: 4.5em;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 18px;
  color: #565656;
}

#hd h2 {
  font-family: 'myriadpro', sans-serif;
  font-weight: lighter;
  font-size: 2.2em;
  color: #565656;
  padding-bottom: 16px;
}

#hd p {
  font-family: 'myriadpro', sans-serif;
  font-weight: lighter;
  font-size: 1.6em;
  line-height: 1.8em;
}

#hd small {
  font-family: 'myriadpro', sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 1.8em;
}

#hd #fp_nav ul li .fp-tooltip.active {
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#hd #scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #8D0000;
  opacity: 0;
}

#hd #scrollUp.hd-show {
  opacity: 1;
}

#hd #scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #8D0000;
  -webkit-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

#hd #scrollUp:hover {
  background-color: #8D0000;
}

#hd #scrollUp:hover svg {
  fill: white;
}

#hd .swiper-button-next,
#hd .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 100%;
}

#hd .swiper-button-next {
  right: 25px;
  background-image: url("../img/icon/arrow-right-r.svg");
}

#hd .swiper-button-prev {
  left: 25px;
  background-image: url("../img/icon/arrow-left-r.svg");
}

#hd .textcontent {
  text-align: left;
}

#hd .textcontent h1 {
  color: #E5E3E8 !important;
}

#hd .textcontent h2 {
  color: #E5E3E8 !important;
}

#hd .textcontent p {
  color: #E5E3E8 !important;
}

#hd .imgcontent {
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#hd .absolute-center-y {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#hd .absolute-center-x {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#hd .absolute-center-xy {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#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 .blocker {
  position: relative;
}

#hd .blocker::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%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: inherit;
  display: none;
}

#hd .skewbtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  padding: 0 20px;
  height: 45px;
  margin-top: 20px;
  margin-left: 15px;
  -webkit-transform: skewX(40deg);
      -ms-transform: skewX(40deg);
          transform: skewX(40deg);
  border: 1px solid #aaa;
  border-left: none;
  position: relative;
  cursor: pointer;
}

#hd .skewbtn.add.active .cross {
  -webkit-transform: skewX(-40deg) rotate(45deg);
      -ms-transform: skewX(-40deg) rotate(45deg);
          transform: skewX(-40deg) rotate(45deg);
}

#hd .skewbtn .cross {
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pc/cross.svg");
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

#hd .skewbtn .text {
  white-space: nowrap;
}

#hd .skewbtn .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0px;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  border-width: 10px 0px 10px 17.32px;
  border-color: transparent transparent transparent #E5E3E8;
  _border-color: #000000 #000000 #000000 #E5E3E8;
  margin-left: 10px;
}

#hd .skewbtn .cross,
#hd .skewbtn .text,
#hd .skewbtn .triangle {
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}

#hd .skewbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1%;
  height: 100%;
  background-color: red;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

#hd .dash {
  width: 2px;
  height: 20px;
  background-color: #E5E3E8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 5px;
}

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

#hd #youwin .imgcontent {
  padding-bottom: 43%;
  background-image: url("../img/pc/BG-1.jpg");
}

#hd #youwin .textcontent {
  top: 50%;
  left: 15%;
}

#hd #ultrapowerful {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 80px;
  z-index: 1;
}

#hd #ultrapowerful .imgcontent {
  padding-bottom: 60%;
  background-image: url("../img/pc/BG-2.jpg");
}

#hd #ultrapowerful .textcontent {
  top: 12%;
  left: 50%;
  text-align: center;
}

#hd #ultrapowerful .textcontent .dashbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}

#hd #ultrapowerful .textcontent span {
  white-space: nowrap;
}

#hd #ultrapowerful .routerimgbox {
  top: 70%;
  left: 50%;
}

#hd #ultrapowerful .routerimgbox .routerimg {
  width: 22%;
  position: relative;
  z-index: 3;
}

#hd #ultrapowerful .routerimgbox .showtarget {
  position: absolute;
  top: -10%;
  left: 50%;
}

#hd #ultrapowerful .routerimgbox .iconbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L1,
#hd #ultrapowerful .routerimgbox .iconbox #img_L2,
#hd #ultrapowerful .routerimgbox .iconbox #img_L3,
#hd #ultrapowerful .routerimgbox .iconbox #img_L4,
#hd #ultrapowerful .routerimgbox .iconbox #img_L5,
#hd #ultrapowerful .routerimgbox .iconbox #img_L6,
#hd #ultrapowerful .routerimgbox .iconbox #img_L7,
#hd #ultrapowerful .routerimgbox .iconbox #img_R1,
#hd #ultrapowerful .routerimgbox .iconbox #img_R2,
#hd #ultrapowerful .routerimgbox .iconbox #img_R3,
#hd #ultrapowerful .routerimgbox .iconbox #img_R4,
#hd #ultrapowerful .routerimgbox .iconbox #img_R5,
#hd #ultrapowerful .routerimgbox .iconbox #img_R6,
#hd #ultrapowerful .routerimgbox .iconbox #img_R7 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 1.6s cubic-bezier(0, 0, 0.4, 1) forwards;
          animation: 1.6s cubic-bezier(0, 0, 0.4, 1) forwards;
  width: 0;
  z-index: 1;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L1.active {
  -webkit-animation-name: anime_img_L1;
          animation-name: anime_img_L1;
}

@-webkit-keyframes anime_img_L1 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 11%;
    left: 27%;
  }
}

@keyframes anime_img_L1 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 11%;
    left: 27%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L2.active {
  -webkit-animation-name: anime_img_L2;
          animation-name: anime_img_L2;
}

@-webkit-keyframes anime_img_L2 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5%;
    top: 28%;
    left: 30%;
  }
}

@keyframes anime_img_L2 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5%;
    top: 28%;
    left: 30%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L3 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  z-index: 2;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L3.active {
  -webkit-animation-name: anime_img_L3;
          animation-name: anime_img_L3;
}

@-webkit-keyframes anime_img_L3 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5.5%;
    top: 47%;
    left: 37%;
  }
}

@keyframes anime_img_L3 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5.5%;
    top: 47%;
    left: 37%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L4 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L4.active {
  -webkit-animation-name: anime_img_L4;
          animation-name: anime_img_L4;
}

@-webkit-keyframes anime_img_L4 {
  0% {
    width: 0;
    top: 47%;
    left: 37%;
  }
  100% {
    width: 7.5%;
    top: 32%;
    left: 18%;
  }
}

@keyframes anime_img_L4 {
  0% {
    width: 0;
    top: 47%;
    left: 37%;
  }
  100% {
    width: 7.5%;
    top: 32%;
    left: 18%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L5 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  z-index: 2;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L5.active {
  -webkit-animation-name: anime_img_L5;
          animation-name: anime_img_L5;
}

@-webkit-keyframes anime_img_L5 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 57%;
    left: 28%;
  }
}

@keyframes anime_img_L5 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 57%;
    left: 28%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L6 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L6.active {
  -webkit-animation-name: anime_img_L6;
          animation-name: anime_img_L6;
}

@-webkit-keyframes anime_img_L6 {
  0% {
    width: 0;
    top: 57%;
    left: 28%;
  }
  100% {
    width: 6%;
    top: 57%;
    left: 13%;
  }
}

@keyframes anime_img_L6 {
  0% {
    width: 0;
    top: 57%;
    left: 28%;
  }
  100% {
    width: 6%;
    top: 57%;
    left: 13%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_L7.active {
  -webkit-animation-name: anime_img_L7;
          animation-name: anime_img_L7;
}

@-webkit-keyframes anime_img_L7 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 103%;
    left: 17%;
  }
}

@keyframes anime_img_L7 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7.5%;
    top: 103%;
    left: 17%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R1.active {
  -webkit-animation-name: anime_img_R1;
          animation-name: anime_img_R1;
}

@-webkit-keyframes anime_img_R1 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5%;
    top: 12%;
    left: 67%;
  }
}

@keyframes anime_img_R1 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5%;
    top: 12%;
    left: 67%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R2.active {
  -webkit-animation-name: anime_img_R2;
          animation-name: anime_img_R2;
}

@-webkit-keyframes anime_img_R2 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7%;
    top: 15%;
    left: 78%;
  }
}

@keyframes anime_img_R2 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 7%;
    top: 15%;
    left: 78%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R3 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  z-index: 2;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R3.active {
  -webkit-animation-name: anime_img_R3;
          animation-name: anime_img_R3;
}

@-webkit-keyframes anime_img_R3 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 8.5%;
    top: 43%;
    left: 72%;
  }
}

@keyframes anime_img_R3 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 8.5%;
    top: 43%;
    left: 72%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R4 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R4.active {
  -webkit-animation-name: anime_img_R4;
          animation-name: anime_img_R4;
}

@-webkit-keyframes anime_img_R4 {
  0% {
    width: 0;
    top: 43%;
    left: 72%;
  }
  100% {
    width: 7.5%;
    top: 43%;
    left: 85%;
  }
}

@keyframes anime_img_R4 {
  0% {
    width: 0;
    top: 43%;
    left: 72%;
  }
  100% {
    width: 7.5%;
    top: 43%;
    left: 85%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R5 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  z-index: 2;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R5.active {
  -webkit-animation-name: anime_img_R5;
          animation-name: anime_img_R5;
}

@-webkit-keyframes anime_img_R5 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5.5%;
    top: 55%;
    left: 63%;
  }
}

@keyframes anime_img_R5 {
  0% {
    width: 0;
    top: 50%;
    left: 50%;
  }
  100% {
    width: 5.5%;
    top: 55%;
    left: 63%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R6 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#hd #ultrapowerful .routerimgbox .iconbox #img_R6.active {
  -webkit-animation-name: anime_img_R6;
          animation-name: anime_img_R6;
}

@-webkit-keyframes anime_img_R6 {
  0% {
    width: 0;
    top: 55%;
    left: 63%;
  }
  100% {
    width: 5.5%;
    top: 58%;
    left: 78%;
  }
}

@keyframes anime_img_R6 {
  0% {
    width: 0;
    top: 55%;
    left: 63%;
  }
  100% {
    width: 5.5%;
    top: 58%;
    left: 78%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L1,
#hd #ultrapowerful .routerimgbox .iconbox #line_L2,
#hd #ultrapowerful .routerimgbox .iconbox #line_L34,
#hd #ultrapowerful .routerimgbox .iconbox #line_L5,
#hd #ultrapowerful .routerimgbox .iconbox #line_L6,
#hd #ultrapowerful .routerimgbox .iconbox #line_L7,
#hd #ultrapowerful .routerimgbox .iconbox #line_R1,
#hd #ultrapowerful .routerimgbox .iconbox #line_R2,
#hd #ultrapowerful .routerimgbox .iconbox #line_R3,
#hd #ultrapowerful .routerimgbox .iconbox #line_R4,
#hd #ultrapowerful .routerimgbox .iconbox #line_R56 {
  position: absolute;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-animation: 1.6s cubic-bezier(0, 0, 0.4, 1) forwards;
          animation: 1.6s cubic-bezier(0, 0, 0.4, 1) forwards;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.3);
          box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.3);
  z-index: 0;
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L1 {
  -webkit-transform: translateX(-50%) rotate(131.5deg);
      -ms-transform: translateX(-50%) rotate(131.5deg);
          transform: translateX(-50%) rotate(131.5deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L1.active {
  -webkit-animation-name: anime_line_L1;
          animation-name: anime_line_L1;
}

@-webkit-keyframes anime_line_L1 {
  0% {
    height: 0px;
  }
  100% {
    height: 55.4%;
  }
}

@keyframes anime_line_L1 {
  0% {
    height: 0px;
  }
  100% {
    height: 55.4%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L2 {
  -webkit-transform: translateX(-50%) rotate(118.5deg);
      -ms-transform: translateX(-50%) rotate(118.5deg);
          transform: translateX(-50%) rotate(118.5deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L2.active {
  -webkit-animation-name: anime_line_L2;
          animation-name: anime_line_L2;
}

@-webkit-keyframes anime_line_L2 {
  0% {
    height: 0px;
  }
  100% {
    height: 42.4%;
  }
}

@keyframes anime_line_L2 {
  0% {
    height: 0px;
  }
  100% {
    height: 42.4%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L34 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transform: translateX(-50%) rotate(112deg);
      -ms-transform: translateX(-50%) rotate(112deg);
          transform: translateX(-50%) rotate(112deg);
  top: 47%;
  left: 35%;
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L34.active {
  -webkit-animation-name: anime_line_L34;
          animation-name: anime_line_L34;
}

@-webkit-keyframes anime_line_L34 {
  0% {
    height: 0px;
  }
  100% {
    height: 32%;
  }
}

@keyframes anime_line_L34 {
  0% {
    height: 0px;
  }
  100% {
    height: 32%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L5 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transform: translateX(-50%) rotate(80deg);
      -ms-transform: translateX(-50%) rotate(80deg);
          transform: translateX(-50%) rotate(80deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L5.active {
  -webkit-animation-name: anime_line_L5;
          animation-name: anime_line_L5;
}

@-webkit-keyframes anime_line_L5 {
  0% {
    height: 0px;
  }
  100% {
    height: 39%;
  }
}

@keyframes anime_line_L5 {
  0% {
    height: 0px;
  }
  100% {
    height: 39%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L6 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  top: 56.5%;
  left: 25%;
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L6.active {
  -webkit-animation-name: anime_line_L6;
          animation-name: anime_line_L6;
}

@-webkit-keyframes anime_line_L6 {
  0% {
    height: 0px;
  }
  100% {
    height: 19.5%;
  }
}

@keyframes anime_line_L6 {
  0% {
    height: 0px;
  }
  100% {
    height: 19.5%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L7 {
  -webkit-transform: translateX(-50%) rotate(51deg);
      -ms-transform: translateX(-50%) rotate(51deg);
          transform: translateX(-50%) rotate(51deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_L7.active {
  -webkit-animation-name: anime_line_L7;
          animation-name: anime_line_L7;
}

@-webkit-keyframes anime_line_L7 {
  0% {
    height: 0px;
  }
  100% {
    height: 81%;
  }
}

@keyframes anime_line_L7 {
  0% {
    height: 0px;
  }
  100% {
    height: 81%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R1 {
  -webkit-transform: translateX(-50%) rotate(223deg);
      -ms-transform: translateX(-50%) rotate(223deg);
          transform: translateX(-50%) rotate(223deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R1.active {
  -webkit-animation-name: anime_line_R1;
          animation-name: anime_line_R1;
}

@-webkit-keyframes anime_line_R1 {
  0% {
    height: 0px;
  }
  100% {
    height: 47%;
  }
}

@keyframes anime_line_R1 {
  0% {
    height: 0px;
  }
  100% {
    height: 47%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R2 {
  -webkit-transform: translateX(-50%) rotate(238deg);
      -ms-transform: translateX(-50%) rotate(238deg);
          transform: translateX(-50%) rotate(238deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R2.active {
  -webkit-animation-name: anime_line_R2;
          animation-name: anime_line_R2;
}

@-webkit-keyframes anime_line_R2 {
  0% {
    height: 0px;
  }
  100% {
    height: 61%;
  }
}

@keyframes anime_line_R2 {
  0% {
    height: 0px;
  }
  100% {
    height: 61%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R3 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-transform: translateX(-50%) rotate(260deg);
      -ms-transform: translateX(-50%) rotate(260deg);
          transform: translateX(-50%) rotate(260deg);
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R3.active {
  -webkit-animation-name: anime_line_R3;
          animation-name: anime_line_R3;
}

@-webkit-keyframes anime_line_R3 {
  0% {
    height: 0px;
  }
  100% {
    height: 38%;
  }
}

@keyframes anime_line_R3 {
  0% {
    height: 0px;
  }
  100% {
    height: 38%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R4 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transform: translateX(-50%) rotate(270deg);
      -ms-transform: translateX(-50%) rotate(270deg);
          transform: translateX(-50%) rotate(270deg);
  left: 75.2%;
  top: 43%;
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R4.active {
  -webkit-animation-name: anime_line_R4;
          animation-name: anime_line_R4;
}

@-webkit-keyframes anime_line_R4 {
  0% {
    height: 0px;
  }
  100% {
    height: 13.5%;
  }
}

@keyframes anime_line_R4 {
  0% {
    height: 0px;
  }
  100% {
    height: 13.5%;
  }
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R56 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transform: translateX(-50%) rotate(277deg);
      -ms-transform: translateX(-50%) rotate(277deg);
          transform: translateX(-50%) rotate(277deg);
  left: 64%;
  top: 55%;
}

#hd #ultrapowerful .routerimgbox .iconbox #line_R56.active {
  -webkit-animation-name: anime_line_R56;
          animation-name: anime_line_R56;
}

@-webkit-keyframes anime_line_R56 {
  0% {
    height: 0px;
  }
  100% {
    height: 24%;
  }
}

@keyframes anime_line_R56 {
  0% {
    height: 0px;
  }
  100% {
    height: 24%;
  }
}

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

#hd #boostgame .showtarget {
  position: absolute;
  top: 0%;
  left: 50%;
}

#hd #boostgame .showvideotarget {
  position: absolute;
  bottom: 0%;
  left: 50%;
}

#hd #boostgame .imgcontent {
  padding-bottom: 43%;
  background-image: url("../img/pc/BG-3.jpg");
}

#hd #boostgame .textcontent {
  top: 15%;
  left: 45%;
}

#hd #boostgame .boostimg,
#hd #boostgame .boostvideo {
  position: absolute;
}

#hd #boostgame .boostimg {
  width: 23%;
  top: 45%;
  left: 30.5%;
}

#hd #boostgame .boostvideo {
  width: 15.3%;
  top: 47.2%;
  left: 30.55%;
}

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

#hd #gamelimits .showtarget {
  position: absolute;
  bottom: 100%;
  left: 50%;
}

#hd #gamelimits .imgcontent {
  padding-bottom: 48%;
  background-position: bottom;
  background-image: url("../img/pc/BG-4.jpg");
}

#hd #gamelimits .textcontent {
  top: 20%;
  left: 50%;
  text-align: center;
}

#hd #gamelimits .textcontent .tabfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
  position: relative;
}

#hd #gamelimits .textcontent .tabfield .tab {
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0.6;
  margin: 0 10px;
  margin-top: 20px;
}

#hd #gamelimits .textcontent .tabfield .tab::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 150%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background: #CE0000;
  background: -webkit-linear-gradient(left, #00000000 0%, #CE0000 31%, #CE0000 49%, #CE0000 67%, #00000000 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00000000), color-stop(31%, #CE0000), color-stop(49%, #CE0000), color-stop(67%, #CE0000), to(#00000000));
  background: -o-linear-gradient(left, #00000000 0%, #CE0000 31%, #CE0000 49%, #CE0000 67%, #00000000 100%);
  background: linear-gradient(to right, #00000000 0%, #CE0000 31%, #CE0000 49%, #CE0000 67%, #00000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#hd #gamelimits .textcontent .tabfield .tab.active::before {
  opacity: 1;
}

#hd #gamelimits .textcontent .tabfield .swiper-button-prev {
  -webkit-transform: translate(-80%, -50%);
      -ms-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
}

#hd #gamelimits .textcontent .tabfield .swiper-button-next {
  -webkit-transform: translate(80%, -50%);
      -ms-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
}

#hd #gamelimits .textcontent .tabfield.mobile {
  display: none;
}

#hd #gamelimits .textcontent .tabfield.mobile .tab {
  margin: 0;
}

#hd #gamelimits .textcontent .contentfield {
  width: 100%;
  position: relative;
}

#hd #gamelimits .textcontent .contentfield .left,
#hd #gamelimits .textcontent .contentfield .center,
#hd #gamelimits .textcontent .contentfield .right {
  opacity: 0;
}

#hd #gamelimits .textcontent .contentfield .left.noneshow,
#hd #gamelimits .textcontent .contentfield .center.noneshow,
#hd #gamelimits .textcontent .contentfield .right.noneshow {
  display: none;
}

#hd #gamelimits .textcontent .contentfield .left.active,
#hd #gamelimits .textcontent .contentfield .center.active,
#hd #gamelimits .textcontent .contentfield .right.active {
  opacity: 1;
}

#hd #gamelimits .textcontent .contentfield .left.active .imgfield .imgarrow,
#hd #gamelimits .textcontent .contentfield .center.active .imgfield .imgarrow,
#hd #gamelimits .textcontent .contentfield .right.active .imgfield .imgarrow {
  -webkit-animation-name: anime_imgarrow;
          animation-name: anime_imgarrow;
}

#hd #gamelimits .textcontent .contentfield .left.active .imgfield .imgrow_show,
#hd #gamelimits .textcontent .contentfield .center.active .imgfield .imgrow_show,
#hd #gamelimits .textcontent .contentfield .right.active .imgfield .imgrow_show {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

#hd #gamelimits .textcontent .contentfield .left, #hd #gamelimits .textcontent .contentfield .center, #hd #gamelimits .textcontent .contentfield .right {
  width: 100%;
  padding-bottom: inherit;
}

#hd #gamelimits .textcontent .contentfield .left .imgfield, #hd #gamelimits .textcontent .contentfield .center .imgfield, #hd #gamelimits .textcontent .contentfield .right .imgfield {
  position: absolute;
  text-align: start;
  width: 100%;
  top: 0%;
  left: 0;
  -webkit-transform: translate(-10%, 10%);
      -ms-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}

#hd #gamelimits .textcontent .contentfield .left .imgfield .imgmain, #hd #gamelimits .textcontent .contentfield .center .imgfield .imgmain, #hd #gamelimits .textcontent .contentfield .right .imgfield .imgmain {
  position: relative;
  width: 26%;
  margin: 0;
  z-index: 3;
}

#hd #gamelimits .textcontent .contentfield .left .imgfield .imgarrow, #hd #gamelimits .textcontent .contentfield .center .imgfield .imgarrow, #hd #gamelimits .textcontent .contentfield .right .imgfield .imgarrow {
  position: absolute;
  bottom: 42%;
  width: 0;
  left: 50%;
  z-index: 3;
  -webkit-animation: 0.6s cubic-bezier(0, 0, 0.4, 1) forwards;
          animation: 0.6s cubic-bezier(0, 0, 0.4, 1) forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes anime_imgarrow {
  0% {
    width: 0;
  }
  100% {
    width: 6%;
  }
}

@keyframes anime_imgarrow {
  0% {
    width: 0;
  }
  100% {
    width: 6%;
  }
}

#hd #gamelimits .textcontent .contentfield .left .imgfield .imgrow_show, #hd #gamelimits .textcontent .contentfield .center .imgfield .imgrow_show, #hd #gamelimits .textcontent .contentfield .right .imgfield .imgrow_show {
  position: absolute;
  bottom: 15%;
  width: 73%;
  left: 7.5%;
  opacity: 0;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.5s ease,-webkit-transform 0.5s ease;
  transition: opacity 0.5s ease,-webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease,transform 0.5s ease;
  transition: opacity 0.5s ease,transform 0.5s ease;
  transition: opacity 0.5s ease,transform 0.5s ease,-webkit-transform 0.5s ease;
}

#hd #gamelimits .textcontent .contentfield .left .imgfield .imgrow_show.mobile, #hd #gamelimits .textcontent .contentfield .center .imgfield .imgrow_show.mobile, #hd #gamelimits .textcontent .contentfield .right .imgfield .imgrow_show.mobile {
  display: none;
}

#hd #gamelimits .textcontent .contentfield .left .textfield, #hd #gamelimits .textcontent .contentfield .center .textfield, #hd #gamelimits .textcontent .contentfield .right .textfield {
  position: absolute;
  width: 60%;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

#hd #gamelimits .textcontent .contentfield .right .imgfield .imgrow_show {
  bottom: 14.5%;
}

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

#hd #certifiedcloud .imgcontent {
  padding-bottom: 43%;
  background-image: url("../img/pc/BG-5.jpg");
  background-position-y: 40%;
}

#hd #certifiedcloud .textcontent {
  top: 50%;
  left: 55%;
  z-index: 2;
}

#hd #certifiedcloud .textcontent .text a {
  color: #ee0000;
  text-decoration: underline;
}

#hd #certifiedcloud .textcontent img {
  width: 70%;
  margin: 0;
  margin-bottom: 20px;
}

#hd #certifiedcloud .slashline {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: -1;
}

#hd #certifiedcloud .slashline img {
  width: 40%;
  margin: 0;
}

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

#hd #lightingfast .imgcontent {
  padding-bottom: 36.5%;
  background-image: url("../img/pc/BG-6.jpg");
  position: relative;
}

#hd #lightingfast .imgcontent::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e0e0e0;
  background: -webkit-linear-gradient(left, #00000000 0%, #e0e0e0 31%, #e0e0e0 49%, #e0e0e0 67%, #00000000 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00000000), color-stop(31%, #e0e0e0), color-stop(49%, #e0e0e0), color-stop(67%, #e0e0e0), to(#00000000));
  background: -o-linear-gradient(left, #00000000 0%, #e0e0e0 31%, #e0e0e0 49%, #e0e0e0 67%, #00000000 100%);
  background: linear-gradient(to right, #00000000 0%, #e0e0e0 31%, #e0e0e0 49%, #e0e0e0 67%, #00000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

#hd #lightingfast .textcontent {
  top: 45%;
  left: 30%;
}

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

#hd #internetwithout .textcontent {
  top: 27%;
  left: 50%;
  text-align: center;
}

#hd #internetwithout .imgcontent {
  padding-bottom: 50%;
}

#hd #internetwithout .interimgbox {
  width: 100%;
  position: absolute;
  top: 75%;
  left: 50%;
  text-align: center;
}

#hd #internetwithout .interimgbox img {
  width: 60%;
  min-width: 800px;
  margin-bottom: 4%;
}

#hd #internetwithout .interimgbox img.pc {
  display: block;
}

#hd #internetwithout .interimgbox img.mobile {
  display: none;
}

#hd #internetwithout .interimgbox small {
  opacity: 0.5;
}

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

#hd #removeactivity .textcontent {
  top: 25%;
  left: 50%;
  text-align: center;
}

#hd #removeactivity .imgcontent {
  padding-bottom: 45%;
  background-image: url("../img/pc/BG-6-2.png");
  background-size: cover;
  background-position: bottom right;
}

#hd #removeactivity .interimgbox {
  width: 100%;
  position: absolute;
  top: 72%;
  left: 50%;
  text-align: center;
  z-index: 2;
}

#hd #removeactivity .interimgbox img {
  width: 40%;
  margin-bottom: 4%;
}

#hd #removeactivity .interimgbox small {
  opacity: 0.5;
}

#hd #removeactivity .slashline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

#hd #removeactivity .slashline img {
  width: 40%;
  margin: 0;
}

#hd #wholehome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 5%;
}

#hd #wholehome .textcontent {
  top: 30%;
  left: 40%;
}

#hd #wholehome .textcontent::before {
  content: "";
  width: 40%;
  padding-bottom: 25%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pc/6-2-deco.svg");
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: -1;
}

#hd #wholehome .homeimgbox {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
}

#hd #wholehome .homeimgbox .house {
  width: 65%;
  margin: 0 auto;
  margin-right: 15%;
}

#hd #wholehome .homeimgbox .leftimg,
#hd #wholehome .homeimgbox .centerimg,
#hd #wholehome .homeimgbox .rightimg {
  position: absolute;
  min-width: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 7%;
  padding-bottom: 7%;
  min-width: 50px;
  min-height: 50px;
}

#hd #wholehome .homeimgbox .leftimg::before,
#hd #wholehome .homeimgbox .centerimg::before,
#hd #wholehome .homeimgbox .rightimg::before {
  position: absolute;
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#hd #wholehome .homeimgbox .leftimg .wave_1,
#hd #wholehome .homeimgbox .leftimg .wave_2,
#hd #wholehome .homeimgbox .leftimg .wave_3,
#hd #wholehome .homeimgbox .centerimg .wave_1,
#hd #wholehome .homeimgbox .centerimg .wave_2,
#hd #wholehome .homeimgbox .centerimg .wave_3,
#hd #wholehome .homeimgbox .rightimg .wave_1,
#hd #wholehome .homeimgbox .rightimg .wave_2,
#hd #wholehome .homeimgbox .rightimg .wave_3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.314);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: 3s cubic-bezier(0, 0, 0.4, 1) infinite;
          animation: 3s cubic-bezier(0, 0, 0.4, 1) infinite;
  -webkit-animation-name: anime_wave_1;
          animation-name: anime_wave_1;
}

#hd #wholehome .homeimgbox .leftimg .wave_1,
#hd #wholehome .homeimgbox .centerimg .wave_1,
#hd #wholehome .homeimgbox .rightimg .wave_1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#hd #wholehome .homeimgbox .leftimg .wave_2,
#hd #wholehome .homeimgbox .centerimg .wave_2,
#hd #wholehome .homeimgbox .rightimg .wave_2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#hd #wholehome .homeimgbox .leftimg .wave_3,
#hd #wholehome .homeimgbox .centerimg .wave_3,
#hd #wholehome .homeimgbox .rightimg .wave_3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes anime_wave_1 {
  0% {
    width: 0;
    background-color: rgba(255, 255, 255, 0.314);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.251);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    width: 400%;
    height: 400%;
  }
}

@keyframes anime_wave_1 {
  0% {
    width: 0;
    background-color: rgba(255, 255, 255, 0.314);
  }
  30% {
    background-color: rgba(255, 255, 255, 0.251);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
    width: 400%;
    height: 400%;
  }
}

#hd #wholehome .homeimgbox .leftimg {
  bottom: 0%;
  left: 33%;
}

#hd #wholehome .homeimgbox .leftimg::before {
  background-image: url("../img/pc/6-2-router-2.png");
}

#hd #wholehome .homeimgbox .centerimg {
  bottom: 15%;
  left: 52%;
}

#hd #wholehome .homeimgbox .centerimg::before {
  background-image: url("../img/pc/6-2-router-1.png");
}

#hd #wholehome .homeimgbox .rightimg {
  bottom: 35%;
  left: 72%;
}

#hd #wholehome .homeimgbox .rightimg::before {
  background-image: url("../img/pc/6-2-router-3.png");
}

#hd #wholehome .imgcontent {
  padding-bottom: 50%;
}

#hd #internetwithout {
  display: none;
}

#hd #internetwithout.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

#hd #commercialgrade .imgcontent {
  padding-bottom: 45%;
  background-image: url("../img/pc/BG-7.jpg");
  background-position: top;
}

#hd #commercialgrade .textcontent {
  top: 45%;
  left: 30%;
}

#hd #commercialgrade .textcontent .iconbox {
  margin-top: 20px;
  padding-left: 30px;
  border-left: 1px solid #E5E3E8;
}

#hd #commercialgrade .textcontent .iconbox .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#hd #commercialgrade .textcontent .iconbox .icon .img {
  width: 80px;
  margin: 0;
  margin-right: 20px;
}

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

#hd #fortified .imgcontent {
  padding-bottom: 50%;
  background-image: url("../img/pc/BG-8.jpg");
  background-size: cover;
  background-position: bottom right;
}

#hd #fortified .routerimgbox {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 100%;
}

#hd #fortified .routerimgbox img {
  width: 40%;
}

#hd #fortified .textcontent {
  top: 50%;
  left: 70%;
}

#hd #fortified .textcontent .iconbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

#hd #fortified .textcontent .iconbox .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hd #fortified .textcontent .iconbox .icon .text {
  text-align: center;
}

#hd #fortified .textcontent .iconbox .icon .img {
  height: 120px;
  margin: 0;
}

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

#hd #advancedparental .imgcontent {
  padding-bottom: 52%;
  background-image: url("../img/pc/BG-9.jpg");
  background-size: cover;
  background-position: bottom left;
}

#hd #advancedparental .textcontent {
  top: 50%;
  left: 35%;
}

#hd #advancedparental .textcontent .phoneimgbox {
  position: absolute;
  top: 50%;
  left: 150%;
  width: 100%;
}

#hd #advancedparental .textcontent .phoneimgbox img {
  display: none;
  width: 300px;
}

#hd #advancedparental .textcontent .phoneimgbox img.active {
  display: block;
}

#hd #advancedparental .textcontent .icontabbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}

#hd #advancedparental .textcontent .icontabbox::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 45px;
}

#hd #advancedparental .textcontent .icontabbox .icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

#hd #advancedparental .textcontent .icontabbox .icon .text {
  text-align: center;
}

#hd #advancedparental .textcontent .icontabbox .icon .img {
  width: 80px;
  margin: 0 auto;
  -webkit-transition: -webkit-filter 0.3s ease,-webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease,-webkit-transform 0.3s ease;
  -o-transition: filter 0.3s ease,transform 0.3s ease;
  transition: filter 0.3s ease,transform 0.3s ease;
  transition: filter 0.3s ease,transform 0.3s ease,-webkit-filter 0.3s ease,-webkit-transform 0.3s ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#hd #advancedparental .textcontent .icontabbox .icon.active .img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#hd #advancedparental .textcontent .textbox {
  padding: 30px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: none;
}

#hd #advancedparental .textcontent .textbox::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/triangle.svg");
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#hd #advancedparental .textcontent .textbox.active {
  display: block;
}

#hd #advancedparental .textcontent #advance_text01.active::before {
  left: 14%;
}

#hd #advancedparental .textcontent #advance_text02.active::before {
  left: 42.5%;
}

#hd #advancedparental .textcontent #advance_text03.active::before {
  left: 65.5%;
}

#hd #advancedparental .textcontent #advance_text04.active::before {
  left: 89%;
}

#hd #fortified,
#hd #advancedparental {
  display: none;
}

#hd #fortified.active,
#hd #advancedparental.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

#hd #easymanagement .imgcontent {
  padding-bottom: 48%;
}

#hd #easymanagement .phoneimgbox {
  position: absolute;
  top: 55%;
  left: 25%;
  width: 100%;
}

#hd #easymanagement .phoneimgbox img {
  display: none;
  width: 300px;
}

#hd #easymanagement .phoneimgbox img.active {
  display: block;
}

#hd #easymanagement .textcontent {
  top: 50%;
  left: 65%;
}

#hd #easymanagement .textcontent .scrolltextbox {
  border-left: 1px solid #ffffff50;
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
}

#hd #easymanagement .textcontent .scrolltextbox .item {
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#hd #easymanagement .textcontent .scrolltextbox .item .title {
  font-style: italic;
  font-weight: 600;
}

#hd #easymanagement .textcontent .scrolltextbox .item .text {
  opacity: 0.3;
}

#hd #easymanagement .textcontent .scrolltextbox .item.active .text {
  opacity: 0.8;
}

#hd #easymanagement .textcontent .scrolltextbox.top::before {
  bottom: 70%;
}

#hd #easymanagement .textcontent .scrolltextbox.center::before {
  bottom: 33%;
}

#hd #easymanagement .textcontent .scrolltextbox.bottom::before {
  bottom: 0%;
}

#hd #easymanagement .textcontent .scrolltextbox::before {
  content: "";
  width: 3px;
  height: 30%;
  background-color: #b3001b;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

#hd #easymanagement .textcontent::before {
  content: "";
  width: 45%;
  padding-bottom: 45%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pc/8-deco.svg");
  position: absolute;
  top: -15%;
  right: 0%;
}

#hd #easymanagement .mobileslide {
  display: none;
  width: 90%;
}

#hd #easymanagement .mobileslide img {
  width: 200px;
  margin-bottom: 30px;
}

#hd #easymanagement .mobileslide .textbox {
  text-align: center;
}

#hd #easymanagement .mobileslide .textbox .title {
  font-style: italic;
}

#hd #easymanagement .mobileslide .swiper-button-next {
  right: 30px;
}

#hd #easymanagement .mobileslide .swiper-button-prev {
  left: 30px;
}

#hd #easymanagement .slashline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}

#hd #easymanagement .slashline img {
  width: 40%;
  margin: 0;
}

#hd #noresponsibility {
  width: 70%;
  margin: 0px auto;
  margin-top: 120px;
  margin-bottom: 60px;
}
</pre></body></html>