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

#techShow {
  background: url(https://storage-asset.msi.com/event/2022/sg/SG-tech-show-2022-mar/images/bg.jpg) top center no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 5%;
}

@media (max-width: 960px) {
  #techShow {
    padding: 5% 0%;
  }
}

#techShow .kv {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  #techShow .kv {
    width: 90%;
  }
}

#techShow .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (max-width: 960px) {
  #techShow .tab {
    display: block;
  }
}

#techShow .tab__link {
  color: #fff;
  background-color: #1d295f;
  border: 3px solid #9ae7ff;
  padding: 10px 15px;
  margin: 0 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bolder;
}

@media (max-width: 960px) {
  #techShow .tab__link {
    margin: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #fff;
  }
  #techShow .tab__link:nth-last-child(1) {
    border-bottom: 0;
  }
}

#techShow .tab__link:hover {
  background-color: #9ae7ff;
  border: 3px solid #1d295f;
  color: #000;
}

#techShow .tab__link--active {
  background-color: #9ae7ff;
  border: 3px solid #1d295f;
  color: #000;
}

#techShow .pd {
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
  display: none;
}

@media (max-width: 960px) {
  #techShow .pd {
    width: 95%;
  }
}

#techShow .pd--active {
  display: block;
}

#techShow .pd__title {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
}

#techShow .pd__border {
  border: 2px solid #fff;
  margin-bottom: 40px;
}

#techShow .pd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  #techShow .pd__flex {
    display: block;
  }
}

#techShow .pd__boxLblue {
  background-color: #08bdff;
}

#techShow .pd__flexblue {
  background-color: #005580;
}

#techShow .pd__flexDblue {
  background-color: #012f40;
}

#techShow .pd__flexYellow {
  background-color: #ffbd06;
}

#techShow .pd__box65 {
  width: 65%;
  text-align: center;
}

@media (max-width: 960px) {
  #techShow .pd__box65 {
    width: 100%;
  }
}

#techShow .pd__box50 {
  width: 50%;
  text-align: center;
}

@media (max-width: 960px) {
  #techShow .pd__box50 {
    width: 100%;
  }
}

#techShow .pd__box33 {
  width: calc( 100% / 3);
  text-align: center;
}

@media (max-width: 960px) {
  #techShow .pd__box33 {
    width: 100%;
  }
}

#techShow .pd__box35 {
  width: 35%;
  text-align: center;
}

@media (max-width: 960px) {
  #techShow .pd__box35 {
    width: 100%;
  }
}

#techShow .pd__box25 {
  width: 25%;
  text-align: center;
}

@media (max-width: 960px) {
  #techShow .pd__box25 {
    width: 100%;
  }
}

@media (max-width: 960px) {
  #techShow .pd__box-pc {
    display: none;
  }
}

#techShow .pd__box-mobile {
  display: none;
}

@media (max-width: 960px) {
  #techShow .pd__box-mobile {
    display: block;
  }
}

#techShow .pd__box-pdpic {
  padding: 10px;
  text-align: center;
}

#techShow .pd__box-pdpicSmall {
  width: 65%;
  text-align: center;
  margin: 0 auto;
}

#techShow .pd__box-pdpicSmaller {
  width: 50%;
  text-align: center;
}

#techShow .pd__box-bundle {
  background-color: #0081c2;
  padding: 10px;
  text-align: center;
}

#techShow .pd__box-title {
  font-size: 25px;
  text-align: center;
  background-color: #005580;
  color: #fff;
  padding: 10px;
  font-weight: bolder;
}

#techShow .pd__box-txt {
  background-color: #012f40;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  min-height: 210px;
}

@media (max-width: 960px) {
  #techShow .pd__box-txt {
    min-height: 10px;
  }
}

#techShow .pd__box-txtCenter {
  text-align: center;
}

#techShow .pd__box-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c74410;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid #ff9f7a;
}

#techShow .pd__box-promotion p {
  width: auto;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
  font-size: 22px;
}

#techShow .pd__box-promotion img {
  width: auto;
}

#techShow .pd__box-promotion:hover {
  background-color: #ff4c06;
}

#techShow .pd__box-promotionEmpty {
  height: 54px;
  display: block;
  background-color: #012f40;
  border: 2px solid #012f40;
}

#techShow .pd__box-price {
  background-color: #ffbd06;
  text-align: right;
  padding: 10px 20px;
  font-weight: bolder;
}

#techShow .pd__box-price span {
  font-size: 33px;
}

#techShow .pd__box-Btn {
  display: block;
  background-color: #ffbd06;
  padding: 10px 20px;
  color: #000;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#techShow .pd__box-Btn:hover {
  background-color: #d19a03;
}

#techShow .pd__boxContent {
  min-height: 400px;
}

#techShow .line-height {
  border-right: 1px solid #ffffff;
  height: 100%;
  width: 2px;
  background-color: white;
  height: 327px;
  margin: 0 10px;
}
/*# sourceMappingURL=main.css.map */