@media screen and (max-width: 1199px) {
  .visual-content {
    right: calc(50% + 15px);
  }
  .visual-content .title-holder {
    width: 340px;
  }
  .stage {
    left: calc(50% + 30px);
    bottom: 150px;
    width: 280px;
  }
  .nvda {
    left: calc(50% - 120px);
    bottom: 155px;
    width: 400px;
  }
  .amd {
    left: calc(50% + 35px);
    bottom: 120px;
    width: 400px;
  }
  .type-wrapper {
    width: 100%;
    padding: 20px;
  }
  .type-gamer .type-imgs-wrapper .img-holder:nth-child(2) {
    top: calc(100% - 20px);
    left: calc(100% - 150px);
  }
  .type-gamer .type-imgs-wrapper .img-holder:nth-child(3) {
    top: calc(100% - 30px);
    left: calc(100% - 60px);
  }
  .type-creator .type-imgs-wrapper .img-holder:nth-child(1) {
    -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
  }
  .type-creator .type-imgs-wrapper .img-holder:nth-child(2) {
    bottom: -10px;
    left: 10px;
  }
  .type-creator .type-imgs-wrapper .img-holder:nth-child(3) {
    bottom: 30px;
    left: -30px;
  }
  .type-title h3 {
    font-size: 32px;
  }
  .type-title span {
    font-size: 62px;
  }
  .keyword-wrapper .img-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .keyword-wrapper .text-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .visual-content {
    right: 0;
    left: 0;
    padding: 15px;
    top: 50px;
  }
  .stage {
    bottom: 30px;
    left: calc(50% - 100px);
    width: 200px;
  }
  .nvda {
    left: calc(50% - 220px);
    bottom: 20px;
    width: 320px;
  }
  .amd {
    left: calc(50% + -110px);
    bottom: 10px;
    width: 320px;
  }
  .type-wrapper {
    width: 90%;
  }
  .type-wrapper .type-imgs-wrapper .img-holder:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .type-gamer .type-imgs-wrapper .img-holder:nth-child(2) {
    top: 94%;
    left: 20%;
  }
  .type-gamer .type-imgs-wrapper .img-holder:nth-child(3) {
    top: 85%;
    left: 63%;
  }
  .type-creator {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .type-creator:before {
    bottom: auto;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .type-creator .type-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .type-creator .type-title span {
    left: 0;
  }
  .type-creator .type-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .type-creator .type-content p {
    margin-bottom: 1rem;
  }
  .type-creator .type-imgs-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .box-wrapper {
    margin: 0px 15px 80px;
  }
  .box-inner {
    padding: 80px 30px 30px;
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {
  html {
    zoom: 0.9;
  }
}

@media (-webkit-device-pixel-ratio: 1.5) {
  html {
    zoom: 0.8;
  }
}
/*# sourceMappingURL=rwd.css.map */