h1 {
  display: none;
}

.main-title {
  font-size: 40px;
  color: #49bf82;
  font-weight: bold;
  margin: 50px auto 25px;
  text-align: center;
}

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

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

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

.main-text {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  padding: 2% 0;
}

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

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

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

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

.textSty-center {
  text-align: center;
}

.kv-title {
  color: #ffffff;
  font-size: 5.5vw;
  width: 40vw;
  font-family: 'Padauk', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 5px #999;
}

@media screen and (max-width: 480px) {
  .kv-title {
    font-size: 10vw;
    width: 68vw;
  }
}

.kv-text {
  color: #ffffff;
  font-size: 1.7vw;
  width: 34vw;
  font-family: 'Padauk', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 5px #999;
}

@media screen and (max-width: 480px) {
  .kv-text {
    font-size: 5.5vw;
    width: 70vw;
  }
}

.step-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

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

.btn {
  display: block;
  text-align: center;
  margin: 2%;
  text-decoration: none;
}

.btn span {
  width: 50%;
  border-radius: 5px;
  color: #fff;
  background: #49bf82;
  padding: 10px 30px;
  border: 2px solid #49bf82;
}

@media screen and (max-width: 768px) {
  .btn span {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .btn span {
    margin: 1em auto;
    padding: 8px 40px;
  }
}

.btn span:hover {
  background: #fff;
  color: #49bf82;
}

.fixedBg {
  background: url(https://storage-asset.msi.com/event/2022/cnd/msi-b660-pc-build/images/bg.jpg) bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.linkSty {
  color: #49bf82;
}

.linkSty:hover {
  color: #61d197;
}

.textSty {
  color: #fcff00;
}

.textSty2 {
  color: #fff;
}

.separator-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.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;
}

.sold-out {
  background: #ccc !important;
}

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;
}

.reward-b660 {
  position: relative;
  overflow: hidden;
}

.reward-b660 img {
  width: 100%;
}

.reward-b660 .kv {
  width: 100%;
  position: relative;
  background: #eee;
}

.reward-b660 .kv__intel {
  position: absolute;
  right: 0;
  top: 0;
  margin: 2%;
  width: 8%;
}

@media screen and (max-width: 768px) {
  .reward-b660 .kv__intel {
    width: 80px;
  }
}

@media screen and (max-width: 480px) {
  .reward-b660 .kv__intel {
    left: 0;
  }
}

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

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

.reward-b660 .kv #kv-xs {
  display: none;
}

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

.reward-b660 .kv .line1-pos {
  position: absolute;
  left: 34%;
  top: 34%;
}

@media screen and (max-width: 480px) {
  .reward-b660 .kv .line1-pos {
    left: 18%;
    top: 32%;
  }
}

.reward-b660 .kv .line2-pos {
  position: absolute;
  left: 34%;
  top: 50%;
}

@media screen and (max-width: 480px) {
  .reward-b660 .kv .line2-pos {
    left: 18%;
    top: 41%;
  }
}

.reward-b660 .kv .line3-pos {
  position: absolute;
  left: 35%;
  top: 68%;
}

@media screen and (max-width: 480px) {
  .reward-b660 .kv .line3-pos {
    left: 16%;
    top: 52%;
  }
}

.reward-b660 .kv .line3-pos .textSty {
  font-size: 2.2vw;
}

.reward-b660 .upgrade {
  position: relative;
  padding: 5% 0;
  background: linear-gradient(135deg, #0da356 0%, #2aa867 7%, #49bf82 32%, #73c299 93%, #a2e0c0 100%);
}

.reward-b660 .upgrade__bg {
  position: absolute;
  z-index: 0;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.reward-b660 .upgrade__wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .reward-b660 .upgrade__wrapper {
    width: 90%;
  }
}

.reward-b660 .upgrade__wrapper .main-title {
  color: #fff;
}

.reward-b660 .upgrade__wrapper .main-text {
  color: #fff;
}

.reward-b660 .upgrade__wrapper-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5% 0;
}

@media screen and (max-width: 480px) {
  .reward-b660 .upgrade__wrapper-gift {
    display: block;
  }
}

.reward-b660 .upgrade__wrapper-gift .item {
  position: relative;
  width: 35%;
  border-radius: 5px;
  padding: 20px 10px;
  border: 3px solid #a2f5c9;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .reward-b660 .upgrade__wrapper-gift .item {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .reward-b660 .upgrade__wrapper-gift .item {
    width: 80%;
    padding: 8px 20px;
    margin: 1em auto;
    margin-right: 0;
  }
}

.reward-b660 .upgrade__wrapper-gift .item:hover {
  background: #66c9ad;
  border: 2px solid #a2f5c9;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.reward-b660 .upgrade__wrapper-gift .item:hover .main-text {
  color: #fff;
}

.reward-b660 .upgrade__wrapper-gift .item .imgbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -80px;
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .reward-b660 .upgrade__wrapper-gift .item .imgbox {
    left: -70px;
  }
}

@media screen and (max-width: 768px) {
  .reward-b660 .upgrade__wrapper-gift .item .imgbox {
    left: -55px;
  }
}

@media screen and (max-width: 480px) {
  .reward-b660 .upgrade__wrapper-gift .item .imgbox {
    left: -60px;
    width: 35%;
  }
}

.reward-b660 .upgrade__wrapper-gift .item .imgbox img {
  width: 100%;
}

.reward-b660 .upgrade__wrapper-gift .item .main-text {
  font-weight: bold;
  color: #3a3a3a;
}

@media screen and (max-width: 768px) {
  .reward-b660 .upgrade__wrapper-gift .item .main-text {
    font-size: 16px;
  }
}

.reward-b660 .upgrade__wrapper .sub-title span {
  display: inline-block;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  background: #f5db3a;
  padding: 5px 20px;
  color: #03a351;
  font-weight: bold;
}

.reward-b660 .limit {
  padding: 5% 0;
}

.reward-b660 .limit__wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .reward-b660 .limit__wrapper {
    width: 90%;
  }
}

.reward-b660 .limit__wrapper-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 480px) {
  .reward-b660 .limit__wrapper-prize {
    display: block;
  }
}

.reward-b660 .limit__wrapper-prize .item {
  width: calc( 100% / 2 - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 2px 3px 5px #bebebe;
          box-shadow: 2px 3px 5px #bebebe;
  margin: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .reward-b660 .limit__wrapper-prize .item {
    width: calc( 100% / 2 - 50px);
  }
}

@media screen and (max-width: 768px) {
  .reward-b660 .limit__wrapper-prize .item {
    width: 100%;
  }
}

.reward-b660 .limit__wrapper-prize .item__imgbox {
  width: 40%;
}

.reward-b660 .limit__wrapper-prize .item__imgbox img {
  width: 100%;
}

.reward-b660 .limit__wrapper-prize .item__content {
  width: 60%;
  padding: 0 5px;
}

.reward-b660 .limit__wrapper-prize .item__content h3 {
  margin: 0;
}

.reward-b660 .limit__wrapper-prize .item__content-point {
  color: #f03a3a;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

.reward-b660 .limit__wrapper-prize .item__content-link {
  margin: 10px 0;
}

.reward-b660 .limit__wrapper-prize .item__content-link a {
  color: #ffffff;
  display: inline-block;
  background-color: #f03a3a;
  border-radius: 5px;
  padding: 10px 20px;
}

.reward-b660 .check {
  padding: 5% 0;
  background: #fff;
}

.reward-b660 .check__wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .reward-b660 .check__wrapper {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .reward-b660 .check__wrapper {
    width: 90%;
  }
}

.reward-b660 .check__wrapper .tab {
  overflow: hidden;
  padding: 2% 0;
}

.reward-b660 .check__wrapper .tab button {
  width: 20%;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  border-right: 2px solid #bdbdbd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  .reward-b660 .check__wrapper .tab button {
    border-right: none;
    border-bottom: 1px solid #666;
    width: 100%;
  }
}

.reward-b660 .check__wrapper .tab button:hover {
  background-color: #eee;
}

.reward-b660 .check__wrapper .tab button.active {
  background-color: #66c9ad;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .reward-b660 .check__wrapper .tab .main-text {
    font-size: 16px;
  }
}

.reward-b660 .check__wrapper .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

@media screen and (max-width: 480px) {
  .reward-b660 .check__wrapper .tabcontent {
    padding: 0;
  }
}

.reward-b660 .check__wrapper .tabcontent__form {
  padding-top: 2em;
}

.reward-b660 .check__wrapper .tabcontent__form table {
  width: 100%;
  text-align: center;
}

.reward-b660 .check__wrapper .tabcontent__form table tr:nth-child(even) {
  background: #f1f1f1;
}

.reward-b660 .check__wrapper .tabcontent__form table th {
  background-color: #b6e5d8;
}

.reward-b660 .check__wrapper .tabcontent__form table td {
  padding: 10px 0;
}

.reward-b660 .check__wrapper .tabcontent__form table a {
  text-decoration: underline;
}

.reward-b660 .check__wrapper .tabcontent__form table a:hover {
  color: #49bf82;
}

.reward-b660 .check__wrapper .tabcontent__form table .main-text {
  padding: 1% 0;
}

@media screen and (max-width: 1024px) {
  .reward-b660 .check__wrapper .tabcontent__form table .sub-text {
    font-size: 14px;
  }
}

.reward-b660 .check__wrapper .tabcontent__form table .thSty {
  width: 50%;
}

.reward-b660 .check__wrapper .tabcontent__form table tr:nth-child(odd) {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .reward-b660 .check__wrapper .register-btn {
    width: 40%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .reward-b660 .check__wrapper .register-btn {
    width: 100%;
  }
}

.reward-b660 .enter {
  padding: 5% 0;
}

.reward-b660 .enter__wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .reward-b660 .enter__wrapper {
    width: 90%;
  }
}

.reward-b660 .enter__wrapper-steps {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .reward-b660 .enter__wrapper-steps {
    width: 100%;
  }
}

.reward-b660 .enter__wrapper-steps .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 480px) {
  .reward-b660 .enter__wrapper-steps .item {
    border-bottom: 1px dotted #999;
    padding: 0.5em 0;
  }
}

.reward-b660 .enter__wrapper-steps .item__circle {
  width: 20%;
}

.reward-b660 .enter__wrapper-steps .item__circle span {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #f0d036;
  color: #666;
  margin: 1em 0;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .reward-b660 .enter__wrapper-steps .item__circle span {
    width: 60px;
    height: 60px;
  }
}

.reward-b660 .enter__wrapper-steps .item__text {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .reward-b660 .enter__wrapper-steps .item__text {
    padding: 0 1em;
  }
}

.reward-b660 .enter__wrapper-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .reward-b660 .enter__wrapper-btns {
    display: block;
    margin-top: 2em;
  }
}

.reward-b660 .enter .popup table {
  border-bottom: 1px solid #d4f3d0;
}

.reward-b660 .enter .popup table tr td {
  color: #fff;
}
/*# sourceMappingURL=project.css.map */