h1 {
  display: none;
}

.main-title {
  font-size: 48px;
  font-weight: bold;
  margin: 50px auto 25px;
  text-align: center;
  text-shadow: 5px 5px 0 #740001;
  color: #f8d751;
}

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 36px;
  }
}

.sub-title {
  font-size: 28px;
  font-weight: normal;
  margin: 50px auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .sub-title {
    font-size: 22px;
  }
}

.main-text {
  font-size: 24px;
  line-height: 1.6;
  padding: 2% 0;
}

@media screen and (max-width: 480px) {
  .main-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.sub-text {
  font-size: 18px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .sub-text {
    font-size: 16px;
  }
}

.note {
  color: #919191;
  font-size: 12px;
}

.separator-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 65%;
  margin: 0 auto;
}

.separator-line::before, .separator-line::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #eee;
}

.separator-line:not(:empty)::before {
  margin-right: .25em;
}

.separator-line:not(:empty)::after {
  margin-left: .25em;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

#myBtn {
  position: fixed;
  bottom: 10pX;
  right: 30px;
  z-index: 99999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #61d197;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.prize-num {
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  padding: 2% 0;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .prize-num {
    font-size: 16px;
    line-height: 24px;
  }
}

.borderSty {
  border-right: 1px solid #666;
}

@media screen and (max-width: 768px) {
  .borderSty {
    border-right: none;
  }
}

.linkSty {
  color: #ff482f;
  text-decoration: none;
}

.linkSty:hover {
  color: #fc634f;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #fff;
}

.shoppingfest {
  position: relative;
  overflow: hidden;
  background-image: url(https://storage-asset.msi.com/event/2022/tw/2022-shoppingfest/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.shoppingfest img {
  width: 100%;
}

.shoppingfest .lightL {
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-animation: fadeInOut 2s linear infinite;
          animation: fadeInOut 2s linear infinite;
}

.shoppingfest .lightR {
  position: absolute;
  top: 0;
  right: 0;
  position: fixed;
  -webkit-animation: fadeInOutR 2s linear infinite;
          animation: fadeInOutR 2s linear infinite;
}

.shoppingfest .kv {
  width: 100%;
  position: relative;
}

.shoppingfest .kv__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 480px) {
  .shoppingfest .kv #kv-pc {
    display: none;
  }
}

.shoppingfest .kv #kv-xs {
  display: none;
}

@media screen and (max-width: 480px) {
  .shoppingfest .kv #kv-xs {
    display: block;
  }
}

.shoppingfest .intro {
  padding: 2% 0;
  position: relative;
  z-index: 20;
}

.shoppingfest .intro__wrapper {
  width: 50%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shoppingfest .intro__wrapper {
    width: 90%;
  }
}

.shoppingfest .intro__wrapper .sub-title {
  margin: 25px auto;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .shoppingfest .intro__wrapper .sub-title {
    text-align: center;
  }
}

.shoppingfest .intro__wrapper-item {
  margin-top: 50px;
}

.shoppingfest .intro__wrapper-item .blockSty {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5240a), color-stop(#c41f0a), to(#b41c07));
  background-image: linear-gradient(#e5240a, #c41f0a, #b41c07);
  padding: 5px 25px;
  display: inline-block;
  border: 4px solid #f8d751;
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 10px #ffffff;
          box-shadow: 0px 0px 10px #ffffff;
}

@media screen and (max-width: 480px) {
  .shoppingfest .intro__wrapper-item .blockSty {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
}

.shoppingfest .prize {
  padding: 2% 0;
  color: #000;
  position: relative;
  z-index: 10;
}

.shoppingfest .prize__wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .prize__wrapper {
    width: 90%;
  }
}

.shoppingfest .prize__wrapper h2 {
  display: block;
  width: 40%;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5240a), color-stop(#c41f0a), to(#b41c07));
  background-image: linear-gradient(#e5240a, #c41f0a, #b41c07);
  color: #fff;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.2;
  text-shadow: initial;
}

.shoppingfest .prize__wrapper .vip-title-pos {
  margin: 0 0 0 5%;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper .vip-title-pos {
    margin: 0 auto;
  }
}

.shoppingfest .prize__wrapper .other-title-pos {
  margin: 0 auto;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper .other-title-pos {
    margin: 0 auto;
  }
}

.shoppingfest .prize__wrapper-item {
  margin: 5% 0;
}

.shoppingfest .prize__wrapper-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 8px solid #fff;
  padding: 50px 20px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 20px #fc0c02;
          box-shadow: 0px 0px 20px #fc0c02;
  background-image: url(https://storage-asset.msi.com/event/2022/tw/2022-shoppingfest/images/prize-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .prize__wrapper-item .item {
    border-radius: 10px;
    border: 4px solid #fff;
  }
}

.shoppingfest .prize__wrapper-item .item__info {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item__info .sub-title {
    margin-top: 25px;
  }
}

.shoppingfest .prize__wrapper-item .item__info-box {
  position: relative;
}

.shoppingfest .prize__wrapper-item .item__info-box .icon-box {
  width: 12%;
  position: absolute;
  left: 10%;
  top: -15%;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item__info-box .icon-box {
    left: 15%;
    top: -20%;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .prize__wrapper-item .item__info-box .icon-box {
    width: 25%;
    position: absolute;
    left: -5%;
    top: -25%;
  }
}

.shoppingfest .prize__wrapper-item .item__info-box .icon-box2 {
  width: 12%;
  position: absolute;
  right: 15%;
  top: -15%;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .prize__wrapper-item .item__info-box .icon-box2 {
    right: 12%;
  }
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item__info-box .icon-box2 {
    right: 20%;
    top: -20%;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .prize__wrapper-item .item__info-box .icon-box2 {
    width: 25%;
    position: absolute;
    right: -5%;
    top: -25%;
  }
}

.shoppingfest .prize__wrapper-item .item__info-box .text-box .title {
  width: 65%;
  background: #000;
  font-size: 26px;
  padding: 5px 50px;
  color: #fbfa13;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 0 #af2323;
          box-shadow: 5px 5px 0 #af2323;
}

@media screen and (max-width: 480px) {
  .shoppingfest .prize__wrapper-item .item__info-box .text-box .title {
    width: 100%;
    font-size: 18px;
  }
}

.shoppingfest .prize__wrapper-item .item__info-box .text-box .title .sub-text {
  color: #bdbdbd;
}

.shoppingfest .prize__wrapper-item .item__imgBox {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item__imgBox {
    width: 80%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .shoppingfest .prize__wrapper-item .item .other-info-img {
    width: 100%;
  }
}

.shoppingfest .btn {
  padding: 2% 0;
  color: #000;
  position: relative;
  z-index: 10;
}

.shoppingfest .btn__wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .btn__wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .btn__wrapper {
    display: block;
  }
}

.shoppingfest .btn__wrapper-item {
  display: block;
  text-align: center;
  margin: 5% 2%;
  text-decoration: none;
}

.shoppingfest .btn__wrapper-item span {
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  background: #79100a;
  padding: 10px 50px;
  border: 2px solid #fee557;
}

@media screen and (max-width: 480px) {
  .shoppingfest .btn__wrapper-item span {
    display: block;
  }
}

.shoppingfest .btn__wrapper-item span:hover {
  background: transparent;
  -webkit-box-shadow: 0px 0px 20px #fff;
          box-shadow: 0px 0px 20px #fff;
}

.shoppingfest .redeem {
  padding: 2% 0;
  position: relative;
  z-index: 10;
}

.shoppingfest .redeem__wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .redeem__wrapper {
    width: 90%;
  }
}

.shoppingfest .redeem__wrapper-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .shoppingfest .redeem__wrapper-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .redeem__wrapper-box {
    display: block;
    margin: 0 auto;
  }
}

.shoppingfest .redeem__wrapper-box .item {
  padding: 10px 15px;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .shoppingfest .redeem__wrapper-box .item {
    width: 40%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .shoppingfest .redeem__wrapper-box .item {
    width: 90%;
  }
}

.shoppingfest .redeem__wrapper-box .item .sub-title {
  position: relative;
  margin: 0;
  font-style: italic;
  z-index: 10;
}

.shoppingfest .redeem__wrapper-box .item .sub-title .dec {
  position: absolute;
  width: 40%;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.shoppingfest .redeem__wrapper-box .item .sub-title .decSty1 {
  background: #385f79;
}

.shoppingfest .redeem__wrapper-box .item .sub-title .decSty2 {
  background: #75449c;
}

.shoppingfest .redeem__wrapper-box .item .sub-text {
  letter-spacing: 1px;
}

.shoppingfest .list {
  padding: 2% 0;
  position: relative;
  z-index: 20;
}

.shoppingfest .list__wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .list__wrapper {
    width: 90%;
  }
}

.shoppingfest .list__wrapper table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}

.shoppingfest .list__wrapper table .main-text {
  padding: 1% 0;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .shoppingfest .list__wrapper table .sub-text {
    font-size: 14px;
  }
}

.shoppingfest .list__wrapper table td {
  border: 1px solid #cecece;
}

@media screen and (max-width: 480px) {
  .shoppingfest .list__wrapper table .colSty {
    width: 30%;
  }
}

.shoppingfest .notice {
  padding: 2% 0;
  position: relative;
  z-index: 20;
}

.shoppingfest .notice__wrapper {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .shoppingfest .notice__wrapper {
    width: 90%;
  }
}

.shoppingfest .notice__wrapper ol li {
  list-style: decimal;
}

@-webkit-keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  @keyframes fadeInOutR {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 0;
    }
  }
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  @-webkit-keyframes fadeInOutR {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 0;
    }
  }
  @keyframes fadeInOutR {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 0;
    }
  }
}

@-webkit-keyframes fadeInOutR {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
}

@keyframes fadeInOutR {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes glow {
  from {
    text-shadow: 2px 0 10px #b80d01, 2px 0 20px #ffffff, 2px 0 40px #b80d01;
  }
  to {
    text-shadow: 2px 0 20px #b80d01, 2px 0 30px #ffffff, 2px 0 50px #b80d01;
  }
}
/*# sourceMappingURL=project.css.map */