

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kv img {
  width: 100%;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.summerSale .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
}
@media (min-width: 992px) {
  .summerSale .kv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.summerSale .kv__Bg {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.summerSale .kv__container {
  display: block;
  width: 100%;
  max-width: 1280px;
  position: relative;
  line-height: 0;
  padding: 20px;
  bottom: 8%;
  z-index: 2;
  background-color: #00020d;
}
@media (min-width: 992px) {
  .summerSale .kv__container {
    width: 45%;
    position: absolute;
    background-color: transparent;
  }
}
.summerSale .content {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: url("https://storage-asset.msi.com/event/2023/TW/tw-summer-sale-2023/images/msi-2023-summer-sale-tw-bg.jpg");
  background-size: cover;
  padding: 5% 0;
}
.summerSale .content .notice {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: 5% auto;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
}
.summerSale .content .notice h2 {
  display: block;
  position: relative;
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  color: #000;
  padding: 10px;
}
@media (min-width: 992px) {
  .summerSale .content .notice h2 {
    font-size: 28px;
    position: absolute;
    width: 60%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    border-radius: 15px;
    background: #000;
    color: #FFF;
    border: 2px solid #FFF;
    width: 50%;
    left: 25%;
    top: -5%;
  }
}
.summerSale .content .notice ul {
  display: block;
  width: 90%;
  padding: 5%;
  margin: 0 auto;
}
.summerSale .content .notice ul li {
  list-style: decimal;
  margin-bottom: 30px;
  line-height: 1.5;
}
.summerSale .content .vgaBox {
  display: block;
  margin: 0 auto 5%;
  width: 90%;
  max-width: 1280px;
  text-align: center;
  background: rgb(0, 43, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 43, 255)), color-stop(91%, rgb(48, 201, 205)));
  background: linear-gradient(0deg, rgb(0, 43, 255) 0%, rgb(48, 201, 205) 91%);
  padding: 5% 0;
  position: relative;
}
.summerSale .content .vgaBox h2 {
  display: block;
  position: relative;
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  color: #FFF;
}
@media (min-width: 992px) {
  .summerSale .content .vgaBox h2 {
    font-size: 28px;
    position: absolute;
    width: 60%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    border: 2px solid rgb(48, 201, 205);
    background: #000;
    border-radius: 15px;
    width: 50%;
    left: 25%;
    top: -5%;
  }
}
.summerSale .content .vgaBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.summerSale .content .vgaBox__flex .vgaItem {
  display: block;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}
.summerSale .content .vgaBox__flex .vgaItem a {
  color: #FFF;
  text-decoration: underline;
}
.summerSale .content .vgaBox__flex .vgaItem a:hover, .summerSale .content .vgaBox__flex .vgaItem a:focus {
  text-decoration: none;
  color: #FF0000;
}
.summerSale .content .vgaBox__flex .vgaItem figcaption {
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 992px) {
  .summerSale .content .vgaBox__flex .vgaItem figcaption {
    font-size: 26px;
    font-weight: bold;
  }
}
.summerSale .content .guide {
  display: block;
  margin: 0 auto 5%;
  width: 90%;
  max-width: 1280px;
  text-align: center;
  background: rgb(0, 43, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(#d387f4), color-stop(91%, #f98cdb));
  background: linear-gradient(0deg, #d387f4 0%, #f98cdb 91%);
  padding: 5% 0;
  position: relative;
}
.summerSale .content .guide h2 {
  display: block;
  position: relative;
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  color: #FFF;
  background: #000;
  border: 2px solid #f98cdb;
  padding: 10px;
}
@media (min-width: 992px) {
  .summerSale .content .guide h2 {
    font-size: 28px;
    position: absolute;
    width: 60%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    border-radius: 15px;
    width: 50%;
    left: 25%;
    top: -5%;
  }
}
.summerSale .content .guide__flex {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .summerSale .content .guide__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.summerSale .content .guide__flex .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .summerSale .content .guide__flex .item {
    width: 33.3333%;
    margin: 0 10px 0px 0px;
  }
}
.summerSale .content .guide__flex .item:last-of-type {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .summerSale .content .guide__flex .item:last-of-type {
    margin: 0;
  }
}
.summerSale .content .guide__flex .item__icon {
  display: block;
  width: 80%;
  max-width: 100px;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .summerSale .content .guide__flex .item__icon {
    max-width: 150px;
  }
}
.summerSale .content .guide__flex .item__step {
  display: block;
  background-color: #ffb2e6;
  padding: 10px;
  color: #000;
}
.summerSale .content .guide__flex .item p {
  display: block;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  padding: 15px;
  font-weight: bold;
}
.summerSale .content .guide__flex .item p.note {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}
.summerSale .content .guide__button {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  margin: 2% auto;
  max-width: 300px;
}
.summerSale .content .guide__button a {
  display: block;
  padding: 10px;
  width: 100%;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  border: 2px solid #727af8;
  background-color: #131d74;
  border-radius: 15px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media (min-width: 992px) {
  .summerSale .content .guide__button a {
    font-size: 28px;
  }
}
.summerSale .content .guide__button a:hover {
  background-color: #727af8;
}
.summerSale .content .shops {
  display: block;
  margin: 0 auto 5%;
  width: 90%;
  max-width: 1280px;
  text-align: center;
  background-color: #dbdbdb;
  padding: 5% 0;
  position: relative;
}
.summerSale .content .shops h2 {
  display: block;
  position: relative;
  font-size: 21px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  color: #FFF;
  background: #000;
  border: 2px solid #dbdbdb;
  padding: 10px;
}
@media (min-width: 992px) {
  .summerSale .content .shops h2 {
    font-size: 28px;
    position: absolute;
    width: 60%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
    border-radius: 15px;
    width: 50%;
    left: 25%;
    top: -5%;
  }
}
.summerSale .content .shops__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.summerSale .content .shops__flex .shopItem {
  display: block;
  width: 45%;
  padding: 10px;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 992px) {
  .summerSale .content .shops__flex .shopItem {
    width: 20%;
  }
}
.summerSale .content .shops__flex .shopItem a img {
  border: 0;
  outline: 0;
}
.summerSale .content .gamingCode {
  display: block;
  width: 60%;
  max-width: 1000px;
  margin: 5% auto;
  text-align: center;
  padding: 20px 30px;
  border-radius: 15px;
  color: #FFF;
}
.summerSale .content .gamingCode__flex {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .summerSale .content .gamingCode__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.summerSale .content .gamingCode__flex .tSmall {
  font-size: 21px;
  line-height: 1.2;
  padding: 0px 20px;
  display: block;
  line-height: 1.5;
}
.summerSale .content .gamingCode__flex .codeAmount {
  font-size: 60px;
  font-weight: bold;
  display: block;
  color: #ffb2e6;
}
.summerSale .content .gamingCode__flex .codeAmount::before {
  content: "[";
  padding-left: 10px;
}
.summerSale .content .gamingCode__flex .codeAmount::after {
  content: "]";
  padding-right: 10px;
}/*# sourceMappingURL=summerSale.css.map */