#work {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 20px;
  background: #fff;
}

#work ul, #work li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#work h1, #work h2 {
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  color: #000;
  padding-bottom: 30px;
}

#work p {
  padding-bottom: 20px;
  color: #222;
}

#work .container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

#work .note {
  color: #666;
}

#work .kv {
  position: relative;
}

#work .kv-img {
  position: relative;
  z-index: 1;
}

#work .kv-img img {
  width: 100%;
}

#work .kv-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}

#work .intro {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 4%;
}

#work .model {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

#work .model__tab {
  background: #412598;
  color: #ffffff;
  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;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

#work .model__tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 10px;
  margin: 2px;
  cursor: pointer;
}

#work .model__tab li:hover, #work .model__tab li.active {
  background: #ffffff;
  color: #412598;
}

#work .model__box-content {
  display: none;
}

#work .model__box-content.active {
  display: block;
}

#work .model__box-intro {
  width: 80%;
  margin: 70px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#work .model__box-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 30px;
}

#work .model__box h3 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 20px;
}

#work .model__box-pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#work .model__box-price {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #412598;
  color: #ffffff;
  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;
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
}

#work .model__box-price-title {
  font-size: 26px;
  color: #412598;
  text-transform: uppercase;
  font-weight: bold;
}

#work .model__box-itembox {
  padding-bottom: 50px;
  text-align: center;
}

#work .model__box-item {
  width: 200px;
  display: inline-block;
  -webkit-box-shadow: #ccc 0 0 10px;
          box-shadow: #ccc 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin: 20px 25px;
}

#work .model__box-item:before {
  content: "";
  display: block;
  width: 200%;
  height: 80px;
  background: #412598;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  position: relative;
  top: -20px;
  left: -20px;
}

#work .model__box-item-title {
  margin: 15px 15px 0;
  padding-bottom: 15px;
  border-bottom: #ccc 2px solid;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
}

#work .model__box-item-title span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

#work .model__box-item-spec {
  padding: 10px;
  font-size: 14px;
  color: #333333;
  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;
  min-height: 80px;
}

#work .model__box-item-btn span {
  display: block;
  background: #412598;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
}

#work .model__box-item-btn span:hover {
  opacity: .8;
}

#work .model__box-giftbox {
  width: 60%;
  margin: 45px auto;
  border: #412598 2px solid;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#work .model__box-gift-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}

#work .model__box-gift-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 370px);
          flex: 0 0 calc(100% - 370px);
}

#work .model__box-gift-worth {
  position: absolute;
  right: -50px;
  z-index: 2;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #412598;
  color: #fff;
  -webkit-box-shadow: #ccc 0 10px 20px;
          box-shadow: #ccc 0 10px 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}

#work .model__box-gift-worth span {
  font-size: 34px;
}

#work .redeem {
  background: url("https://storage-asset.msi.com/event/2020/cnd/work-entertain-be-effective/images/bg-redeem.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 3% 0 8%;
  color: #fff;
  text-align: center;
}

#work .redeem h2, #work .redeem p {
  color: #fff;
  padding-bottom: 0;
}

#work .redeem__stepbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6% 0;
}

#work .redeem__step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

#work .redeem__step-text span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 140%;
}

#work .redeem__step-text a {
  color: #ffffff;
}

#work .redeem__step-text a:hover {
  text-decoration: underline;
}

#work .redeem__step-text ul li {
  list-style: decimal;
}

#work .redeem__btnbox a, #work .redeem__btnbox button {
  outline: none;
  background: #fff;
  color: #412598;
  min-width: 300px;
  display: inline-block;
  padding: 10px;
  border: #fff 2px solid;
  border-radius: 10px;
  -webkit-box-shadow: #222 0 10px 20px;
          box-shadow: #222 0 10px 20px;
  font-weight: bold;
  margin: 0 2%;
}

#work .redeem__btnbox a:hover, #work .redeem__btnbox button:hover {
  border-color: #412598;
  background: none;
  color: #fff;
}

#work .promo {
  padding: 2% 0 3.5%;
}

#work .promo a {
  color: #000;
  text-decoration: none;
}

#work .promo a:hover {
  color: #412598;
}

#work .promo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5%;
}

#work .promo__box-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 305px;
          flex: 0 0 305px;
  margin: 0 3.5%;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

#work .promo__box-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#work .promo__box-item img {
  -webkit-box-shadow: #999 0 10px 30px;
          box-shadow: #999 0 10px 30px;
}

#work .promo__box-title {
  padding: 30px 0 10px;
  font-weight: bold;
  font-size: 24px;
}

#work .promo__box-date {
  padding-top: 10px;
}

#work .promo__box-date span {
  font-weight: bold;
  display: block;
}

#work .promo .note {
  text-align: center;
  color: #ff0000;
  padding-top: 60px;
}

#terms .modal-content {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 18px;
  border: #412598 5px solid;
}

#terms .modal-header {
  position: relative;
}

#terms .modal-title {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
}

#terms .close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none;
}

#terms .modal-body {
  padding: 15px 25px;
}

#terms h2 {
  font-weight: bold;
  color: #412598;
  font-size: 22px;
  padding: 25px 0 15px;
}

#terms h3 {
  font-weight: bold;
  padding: 0px 0 0px 10px;
  margin: 15px 0 10px;
  border-left: #412598 3px solid;
}

#terms ol {
  padding-bottom: 25px;
  margin-left: 40px;
}

#terms ol li {
  list-style: disc;
  padding: 5px 0;
}

#terms ul {
  margin-left: 25px;
}

#terms ul li {
  list-style: circle;
}

#terms a {
  color: #412598;
}

#terms a:hover {
  text-decoration: underline;
}

#terms p {
  padding-bottom: 25px;
}

#terms .common__tb {
  display: table;
  border: #ccc 1px solid;
  width: 100%;
  margin-bottom: 25px;
}

#terms .common__tb .tr {
  display: table-row;
}

#terms .common__tb .th {
  display: table-cell;
  padding: 10px;
  background: #eeeeee;
  border: #fff 1px solid;
  width: 25%;
}

#terms .common__tb .td {
  display: table-cell;
  padding: 10px;
  border: #ccc 1px solid;
}

#terms .note {
  color: #ff0000;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1920px) {
  #work {
    font-size: 18px;
  }
  #work h1, #work h2 {
    font-size: 36px;
  }
  #work p {
    padding-bottom: 20px;
    color: #222;
  }
  #work .container {
    max-width: 1400px;
  }
  #work .kv-icon {
    width: 7%;
  }
  #work .model {
    max-width: 1400px;
  }
  #work .model__tab {
    font-size: 20px;
  }
  #work .model__tab li {
    padding: 15px 10px;
  }
  #work .promo__box-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important;
  }
  #work h1, #work h2 {
    font-size: 26px;
  }
  #work .intro {
    padding-bottom: 6vh;
  }
  #work .model__box-intro {
    width: 100%;
    margin: 50px auto 10px;
  }
  #work .model__box h3 {
    font-size: 24px;
  }
  #work .model__box-pricebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #work .model__box-price {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 22px;
  }
  #work .model__box-price-title {
    font-size: 22px;
  }
  #work .model__box-item {
    margin: 20px 15px;
  }
  #work .model__box-item-title {
    font-size: 20px;
  }
  #work .model__box-item-title span {
    font-size: 15px;
  }
  #work .model__box-giftbox {
    width: 90%;
  }
  #work .model__box-gift-worth {
    right: -20px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }
  #work .model__box-gift-worth span {
    font-size: 30px;
  }
  #work .redeem {
    padding: 5vh 0 10vh;
  }
  #work .redeem__stepbox {
    display: block;
    padding: 4vh 0;
  }
  #work .redeem__step-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 20px 0;
  }
  #work .redeem__btnbox a, #work .redeem__btnbox button {
    outline: none;
    background: #fff;
    color: #412598;
    min-width: 300px;
    display: inline-block;
    padding: 10px;
    border: #fff 2px solid;
    border-radius: 10px;
    -webkit-box-shadow: #222 0 10px 20px;
            box-shadow: #222 0 10px 20px;
    font-weight: bold;
    margin: 0 2%;
  }
  #work .redeem__btnbox a:hover, #work .redeem__btnbox button:hover {
    border-color: #412598;
    background: none;
    color: #fff;
  }
  #work .promo {
    padding: 5vh 0;
  }
  #work .promo__box {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.5%;
  }
  #work .promo__box-item {
    margin: 0 auto;
    padding-bottom: 25px;
    max-width: 305px;
  }
  #work .promo__box-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 480px) {
  #work h1, #work h2 {
    font-size: 24px;
  }
  #work .model__tab {
    font-size: 16px;
  }
  #work .model__tab li {
    padding: 10px 10px;
  }
  #work .model__box-content {
    display: none;
  }
  #work .model__box-content.active {
    display: block;
  }
  #work .model__box-intro {
    width: 100%;
    margin: 50px auto 10px;
    display: block;
  }
  #work .model__box-item {
    margin: 10px 5px;
    width: 150px;
  }
  #work .model__box-item-title {
    font-size: 20px;
  }
  #work .model__box-giftbox {
    display: block;
  }
  #work .model__box-gift-worth {
    position: relative;
    right: auto;
    margin: 0 auto;
  }
  #work .redeem {
    padding: 5vh 0 10vh;
  }
  #work .redeem__stepbox {
    display: block;
    padding: 4vh 0;
  }
  #work .redeem__step-arrow img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 20px 0;
  }
  #work .redeem__btnbox a, #work .redeem__btnbox button {
    min-width: none;
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #terms .modal-dialog {
    width: 100%;
    max-width: 1000px;
  }
}
/*# sourceMappingURL=main.css.map */