html.noscroll {
  overflow-y: hidden;
  width: 100%;
}

figure {
  line-height: 0;
}

.main {
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}

.main #button {
  display: inline-block;
  background-color: #ffcd09;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.main #button::after {
  content: "";
  font-family: FontAwesome;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  position: absolute;
  font-family: 'unicons';
  content: '';
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ecedf3;
  left: 50%;
  top: 55%;
  height: 15px;
  width: 15px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.main #button:hover {
  cursor: pointer;
  background-color: #333;
}

.main #button:active {
  background-color: #555;
}

.main #button.show {
  opacity: 1;
  visibility: visible;
}

.main .kv__text {
  position: absolute;
  top: 50%;
  left: 20%;
}

.main .kv__text-box {
  font-family: 'DINPro-Medium';
  margin: 30px 0;
  font-size: 1.2vw;
  text-transform: uppercase;
  color: #fff;
}

.main .kv__date {
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 1.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main .kv__date .box {
  padding: 8% 10px;
  font-family: 'DINPro-Medium';
  display: inline-block;
  font-weight: 900;
  background: #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
}

.main .kv__date .dash {
  margin: 0 10px;
  background: #fff;
  width: 20px;
  height: 8px;
}

.main .kv__figure {
  width: 100%;
  position: relative;
}

.main .kv__figure h1 {
  position: absolute;
  top: 20%;
  left: 22%;
  text-transform: uppercase;
  color: #ffcd09;
  font-size: 2.5vw;
  font-family: 'Noto Sans TC', sans-serif;
}

.main .kv__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .kv__figure-join {
  position: absolute;
  bottom: 20%;
  left: 30%;
  color: #ffcd09;
  border-radius: 15px;
  border: 2px solid #ffcd09;
  padding: 1.2%;
  font-size: 1.5vw;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
  overflow: hidden;
}

.main .kv__figure-join:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.63);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.63);
  cursor: pointer;
}

.main .kv__figure-join:hover::before {
  left: 105%;
}

.main .kv__figure-join::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -105%;
  top: -3%;
  -webkit-transition: 500ms;
  transition: 500ms;
  background: rgba(255, 255, 255, 0.52);
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

@media (max-width: 960px) {
  .main .kv__text {
    position: absolute;
    top: 82%;
    left: 16%;
  }
  .main .kv__text-box {
    font-family: 'DINPro-Medium';
    margin: 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff;
  }
  .main .kv__date {
    position: absolute;
    top: 75%;
    left: 20%;
    font-size: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main .kv__date .box {
    padding: 8% 10px;
    font-weight: 900;
    background: #ffffff;
    border-radius: 10px;
  }
  .main .kv__date .dash {
    margin: 0 10px;
    background: #fff;
    width: 20px;
    height: 5px;
  }
  .main .kv__figure h1 {
    top: 65%;
    left: 22%;
    font-size: 2em;
  }
  .main .kv__figure-join {
    bottom: 2%;
    left: 30%;
    color: #ffcd09;
    border-radius: 15px;
    border: 2px solid #ffcd09;
    padding: 3%;
    font-size: 1.2em;
  }
}

@media (max-width: 400px) {
  .main .kv__text {
    position: absolute;
    top: 81%;
    left: 8%;
  }
  .main .kv__text-box {
    font-family: 'DINPro-Medium';
    margin: 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #fff;
  }
  .main .kv__date {
    position: absolute;
    top: 74%;
    left: 15%;
    font-size: 0.9em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main .kv__date .box {
    padding: 8% 10px;
    font-weight: 900;
    background: #ffffff;
    border-radius: 10px;
  }
  .main .kv__date .dash {
    margin: 0 10px;
    background: #fff;
    width: 20px;
    height: 5px;
  }
  .main .kv__figure h1 {
    top: 65%;
    left: 9%;
    font-size: 2em;
  }
  .main .kv__figure-join {
    bottom: 2%;
    left: 30%;
    color: #ffcd09;
    border-radius: 15px;
    border: 1px solid #ffcd09;
    padding: 3%;
    font-size: 1.1em;
  }
}

.main .campaign {
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#2d4872), to(#15244e));
  background: linear-gradient(to right, #2d4872, #15244e);
}

.main .campaign__purpleLine {
  width: 100%;
  height: 10px;
  background: #6b3cb5;
}

.main .campaign__textBox {
  margin: 5% auto;
  max-width: 1440px;
  text-align: center;
  padding: 0 5%;
}

.main .campaign__textBox h2 {
  color: #ffcd09;
  margin-bottom: 20px;
  font-size: 2em;
  font-family: 'Noto Sans TC', sans-serif;
}

.main .campaign__textBox p {
  font-size: 1.2em;
  color: #fff;
}

.main .how {
  width: 100%;
  padding: 10% 0 5%;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.main .how .colorPosition {
  position: absolute;
  width: 20px;
  height: 150px;
}

.main .how .colorRectangle1 {
  background: #6b3cb5;
  top: 70%;
}

.main .how .colorRectangle2 {
  top: 20%;
  left: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2076ff), to(#1c326e));
  background: linear-gradient(to top, #2076ff, #1c326e);
  height: 80px;
}

.main .how .colorRectangle3 {
  top: 30%;
  left: -5%;
  background: #12409b;
  height: 80px;
}

.main .how .colorRectangle4 {
  top: 90%;
  left: 70%;
  background: #12409b;
  height: 100px;
}

.main .how .colorRectangle5 {
  top: 50%;
  left: 100%;
  background: #6b3cb5;
  height: 200px;
}

.main .how .colorRectangle6 {
  height: 80px;
  top: 90%;
  left: 30%;
  background: #c9c9c9;
}

.main .how .colorRectangle7 {
  top: 50%;
  left: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(#2076ff), to(#1c326e));
  background: linear-gradient(to top, #2076ff, #1c326e);
  height: 80px;
}

.main .how .colorRectangle8 {
  top: 60%;
  left: 10%;
  background: #495b77;
}

.main .how .colorRectangle9 {
  top: 90%;
  left: 110%;
  background: #c9c9c9;
}

.main .how .colorRectangle10 {
  top: 20%;
  left: 105%;
  background: #12409b;
  height: 80px;
}

.main .how .colorRectangle11 {
  top: 50%;
  left: -10%;
  background: #c9c9c9;
}

.main .how .colorRectangle12 {
  top: 80%;
  left: 70%;
  background: #1b335a;
}

.main .how__h2 {
  background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
  background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'DINPro-Black';
  font-weight: 900;
  font-size: 3.2em;
  margin-bottom: 50px;
}

.main .how__tc {
  font-family: 'DINPro-Black';
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
}

.main .how__tc:hover {
  color: #12409b;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main .how .stepBox {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #000;
  max-width: 900px;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 500;
}

.main .how .stepBox__text {
  font-size: 1.2em;
  color: #000;
  font-family: 'DINPro-Black';
}

.main .how .stepBox__hover:hover {
  color: #ff1313;
}

.main .how .stepBox__text2 {
  color: #000;
  font-family: 'DINPro-Black';
  color: #12409b;
}

.main .how .stepBox__num {
  font-family: 'DINPro-Black';
  font-weight: 900;
  font-size: 4em;
  margin-right: 20px;
  color: #3a7dbe;
}

@media (max-width: 960px) {
  .main .how {
    width: 100%;
    padding: 10% 5% 5%;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .main .how__h2 {
    background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
    background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'DINPro-Black';
    font-weight: 900;
    font-size: 3.2em;
    margin-bottom: 50px;
  }
  .main .how__tc {
    font-family: 'DINPro-Black';
    font-size: 1.2em;
    cursor: pointer;
  }
  .main .how .stepBox {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: 1px solid #000;
    max-width: 900px;
    width: 100%;
    text-align: left;
  }
  .main .how .stepBox__text {
    font-size: 1.2em;
    color: #000;
  }
  .main .how .stepBox__num {
    font-family: 'DINPro-Black';
    font-weight: 900;
    font-size: 4em;
    margin-right: 20px;
    color: #3a7dbe;
  }
}

.main .prize {
  width: 100%;
  padding: 5%;
  text-align: center;
  margin: 0 auto;
  background-image: url("https://storage-asset.msi.com/event/2021/cnd/I-will-carry-you/images/pr-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .prize__h2 {
  background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
  background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'DINPro-Black';
  font-weight: 900;
  font-size: 3.2em;
  margin-bottom: 80px;
}

.main .prize .productFlex {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main .prize .productFlex__saleTxt {
  position: absolute;
  top: 46%;
  left: 50%;
  font-size: 3vw;
  color: #fff;
  z-index: 150;
}

.main .prize .productFlex__bonus {
  position: absolute;
  top: 80%;
  left: 40%;
  z-index: 150;
}

.main .prize .productFlex__bonus-box {
  font-size: 1vw;
  color: #fff;
  padding: 10% 30px;
  background: -webkit-gradient(linear, left top, right top, from(#03a9f4), to(#5b2efe));
  background: linear-gradient(to right, #03a9f4, #5b2efe);
  -webkit-transform: skewX(-25deg) rotate(-2deg);
          transform: skewX(-25deg) rotate(-2deg);
}

.main .prize .productFlex__right {
  margin-right: 10%;
}

.main .prize .productFlex__box {
  display: block;
  text-align: center;
  color: #000;
}

.main .prize .productFlex__box figure {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 500px;
  z-index: 100;
}

.main .prize .productFlex__box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .prize .productFlex__box p {
  font-size: 1.2em;
}

.main .prize .productFlex__box:hover {
  color: #12409b;
}

@media (max-width: 960px) {
  .main .prize {
    width: 100%;
    padding: 5%;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
  }
  .main .prize__h2 {
    background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
    background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-family: 'DINPro-Black';
    font-weight: 900;
    font-size: 3.2em;
    margin-bottom: 30px;
  }
  .main .prize .productFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .prize .productFlex__right {
    margin-right: 0;
  }
  .main .prize .productFlex__saleTxt {
    position: absolute;
    top: 46%;
    left: 50%;
    font-size: 3.5em;
    color: #fff;
  }
  .main .prize .productFlex__box {
    text-align: center;
  }
  .main .prize .productFlex__box figure {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
  }
  .main .prize .productFlex__box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .prize .productFlex__box p {
    font-size: 1.2em;
  }
}

@media (max-width: 500px) {
  .main .prize .productFlex__saleTxt {
    position: absolute;
    top: 46%;
    left: 50%;
    font-size: 3em;
    color: #fff;
  }
}

.main .loving {
  width: 100%;
  padding: 5% 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.main .loving .colorBar {
  position: absolute;
}

.main .loving .colorBar2 {
  top: 60%;
  right: 0;
}

.main .loving__h3 {
  background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
  background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding: 0 5%;
  font-size: 2em;
  max-width: 1000px;
  font-family: 'DINPro-Black';
  margin: 0 auto;
}

.main .loving__subTitle {
  background: #616161;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding: 0 5%;
  font-size: 1.5em;
  margin: 0 auto 5%;
  max-width: 1000px;
  font-family: 'DINPro-Black';
}

.main .loving .imgFlex {
  padding: 0 5%;
  max-width: 1440px;
  margin: 0 auto;
}

.main .loving .imgFlex__box {
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main .loving .imgFlex__box-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main .loving .imgFlex__box figure {
  margin: 0 50px;
  width: 100%;
  max-width: 500px;
}

.main .loving .imgFlex__box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .loving .imgFlex__box .colorBox {
  text-align: left;
  max-width: 600px;
  width: 100%;
  padding: 5%;
}

.main .loving .imgFlex__box .colorBox ul {
  padding-left: 20px;
}

.main .loving .imgFlex__box .colorBox ul li {
  color: #fff;
  margin: 5px 0;
  list-style: circle;
}

.main .loving .imgFlex__box .colorBox h3 {
  text-align: left !important;
  padding: 10px 0;
  font-size: 1.5em;
}

.main .loving .imgFlex__box .colorBox p {
  font-size: 1.2em;
}

.main .loving .imgFlex__box .colorBox__one {
  background: #3972ad;
}

.main .loving .imgFlex__box .colorBox__one h3 {
  text-align: center;
  color: #ffcd09;
}

.main .loving .imgFlex__box .colorBox__one p {
  color: #fff;
}

.main .loving .imgFlex__box .colorBox__two {
  background: #cbcbcb;
}

.main .loving .imgFlex__box .colorBox__two h3 {
  text-align: center;
  color: #71299b;
}

.main .loving .imgFlex__box .colorBox__two p {
  color: #1d1d1d;
}

.main .loving .imgFlex__box .colorBox__three {
  background: #6b3cb5;
}

.main .loving .imgFlex__box .colorBox__three h3 {
  text-align: center;
  color: #ffcd09;
}

.main .loving .imgFlex__box .colorBox__three p {
  color: #fff;
}

@media (max-width: 960px) {
  .main .loving {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .main .loving__h3 {
    font-size: 2em;
  }
  .main .loving .imgFlex__box {
    margin: 5% 10px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .loving .imgFlex__box-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .loving .imgFlex__box figure {
    margin: 0 10px;
    width: 100%;
    max-width: 500px;
  }
  .main .loving .imgFlex__box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .loving .imgFlex__box .colorBox {
    max-width: 500px;
    width: 100%;
    padding: 5%;
  }
}

.main .win {
  width: 100%;
  padding: 5%;
  text-align: center;
  margin: 0 auto;
  background: #15234d;
}

.main .win__h3 {
  color: #fff;
  font-size: 2em;
  margin: 0 auto 5%;
  max-width: 1000px;
  font-family: 'Noto Sans TC', sans-serif;
}

.main .win__red {
  color: red;
}

.main .win .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .win .tab__btn {
  margin: 20px 20px 10px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#216ce6), to(#15244e));
  background: linear-gradient(to right, #216ce6, #15244e);
  padding: 10px 5%;
  cursor: pointer;
  min-width: 200px;
  font-size: 1.5em;
  border: 1px solid #ffffff;
}

.main .win .tab__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#7621e6), to(#15244e));
  background: linear-gradient(to right, #7621e6, #15244e);
}

.main .win .tab__btn--active {
  background: -webkit-gradient(linear, left top, right top, from(#7621e6), to(#15244e));
  background: linear-gradient(to right, #7621e6, #15244e);
}

.main .win__content {
  display: none;
  margin-top: 50px;
}

.main .win__content--active {
  display: block;
}

.main .win__content h2 {
  color: #ffcd09;
  font-size: 2em;
  margin: 0 auto 10px;
  max-width: 800px;
  font-family: 'Noto Sans TC', sans-serif;
}

.main .win__content p {
  text-align: left;
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.main .win__content figure {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
}

.main .win__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .banner {
  width: 100%;
  padding: 5% 0 5%;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.main .banner__h2 {
  background: -webkit-gradient(linear, left top, right top, from(#3a7dbe), to(#12409b));
  background: linear-gradient(to right, #3a7dbe 0%, #12409b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'DINPro-Black';
  font-weight: 900;
  font-size: 3.2em;
  margin-bottom: 50px;
}

.main .banner figure {
  width: 100%;
  margin: 0 auto;
  max-width: 100px;
}

.main .banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 500px) {
  .main {
    font-size: 0.8em;
  }
}

.showMobile {
  display: none;
}

@media (max-width: 960px) {
  .showMobile {
    display: block;
  }
  .showDesktop {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */