body {
  overflow-x: hidden;
}

.nvCommon {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.nvCommon img {
  display: block;
  margin: 0 auto;
}
.nvCommon__container {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
.nvCommon__topT {
  display: block;
  text-align: center;
}
.nvCommon__oneCol {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 1% 0;
}
@media (min-width: 996px) {
  .nvCommon__oneCol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nvCommon__oneCol__txtBox {
  display: block;
  width: 90%;
  padding: 0 10px;
  margin: 20px auto;
  text-align: center;
}
@media (min-width: 996px) {
  .nvCommon__oneCol__txtBox {
    width: 45%;
    text-align: left;
  }
}
.nvCommon__oneCol__txtBox span {
  display: inline;
}
@media (min-width: 996px) {
  .nvCommon__oneCol__txtBox span {
    display: block;
  }
}
.nvCommon__oneCol__img {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 996px) {
  .nvCommon__oneCol__img {
    width: 40%;
  }
}
.nvCommon .slick-prev, .nvCommon .slick-next {
  z-index: 10;
  width: auto;
  height: auto;
  -webkit-transform: translate(0, -50%) scale(0.3);
          transform: translate(0, -50%) scale(0.3);
}
.nvCommon .slick-prev {
  left: -50px;
}
@media (min-width: 996px) {
  .nvCommon .slick-prev {
    left: -80px;
  }
}
.nvCommon .slick-prev:before {
  content: url("https://storage-asset.msi.com/global/picture/image/feature/vga/Geforce/RTX4090/GeForce-RTX-4090-Gaming-X-Trio-24G/nv-prev.png");
}
.nvCommon .slick-next {
  right: -50px;
}
@media (min-width: 996px) {
  .nvCommon .slick-next {
    right: -80px;
  }
}
.nvCommon .slick-next:before {
  content: url("https://storage-asset.msi.com/global/picture/image/feature/vga/Geforce/RTX4090/GeForce-RTX-4090-Gaming-X-Trio-24G/nv-next.png");
}
.nvCommon .slick-dots {
  bottom: 10px;
  margin-bottom: -2%;
}
.nvCommon .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.nvCommon .slick-dots li button::before {
  font-size: 12px;
  color: #fff;
}
.nvCommon__chipBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .nvCommon__chipBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 78%;
  }
}
.nvCommon__chipItem {
  display: block;
  width: 60%;
  z-index: 0;
  margin: 0 auto;
  max-width: 500px;
}
@media (min-width: 996px) {
  .nvCommon__chipItem {
    width: 40%;
    padding: 20px;
  }
}
.nvCommon__chpTxt {
  display: block;
  padding: 20px;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media (min-width: 996px) {
  .nvCommon__chpTxt {
    width: 48%;
    text-align: left;
  }
}
.nvCommon__chpTxt ul li {
  margin-bottom: 10px;
}

.nv-smallBox {
  display: block;
  width: 100%;
}
.nv-smallBox .text--note {
  margin-top: 2px;
  font-size: 13.5px;
}
@media (min-width: 996px) {
  .nv-smallBox .text--note {
    margin-top: 5px;
  }
}
.nv-smallBox__flex {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (min-width: 996px) {
  .nv-smallBox__flex {
    gap: 15px;
    padding: 20px;
  }
}
.nv-smallBox__item {
  display: block;
  text-align: center;
  padding: 15px 5px;
  width: calc(50% - 10px);
  background: #1a1a1a;
  font-size: 13.5px;
}
@media (min-width: 996px) {
  .nv-smallBox__item {
    width: calc(25% - 30px);
  }
}
.nv-smallBox__icon {
  display: block;
  width: 50%;
  margin: 10px auto;
  max-width: 30px;
}
@media (min-width: 996px) {
  .nv-smallBox__icon {
    max-width: 60px;
  }
}
.nv-smallBox__icon img {
  margin: 0 auto;
  display: block;
}

.theme-white .nvCommon {
  background: #ffffff;
}
.theme-white .nvCommon.pd-block .title--sub-normal {
  color: #222;
}
.theme-white .nvCommon.pd-block .title--sub {
  color: #222;
}
.theme-white .nvCommon.pd-block .title--main {
  color: #222;
}
.theme-white .nvCommon.pd-block .title--main-normal {
  color: #222;
}
.theme-white .nvCommon .nvCommon__chpTxt p {
  color: #000;
}
.theme-white .nvCommon__chipBox.pd-block {
  background-color: transparent;
}
.theme-white .nv-smallBox__item {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
.theme-white .nv-smallBox__item p {
  color: #000;
}
.theme-white .nv-smallBox__item .text--note {
  opacity: 1;
}
.theme-white .nv-smallBox__icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.theme-white .nv-one p {
  color: #000;
}/*# sourceMappingURL=gnp-nv.css.map */