@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
@keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.meshSystem {
  overflow: hidden;
  font-family: "akhand", sans-serif;
}
.meshSystem .content {
  position: relative;
}
.meshSystem .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.meshSystem .commonTitleBox h2 {
  background: linear-gradient(120deg, #174775 0%, #1174fd 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 36px;
  display: inline-block;
  font-weight: 400;
}
.meshSystem .commonTitleBox p {
  font-size: 17px;
  margin: 3% auto;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15))), radial-gradient(at top center, rgba(83, 83, 83, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(83, 83, 83, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.meshSystem .commonTitleBox b {
  color: #000000;
  font-size: 30px;
}
@media (min-width: 499px) {
  .meshSystem .commonTitleBox h2 {
    font-size: 7vw;
  }
  .meshSystem .commonTitleBox p {
    font-size: 26px;
  }
}
@media (min-width: 996px) {
  .meshSystem .commonTitleBox {
    width: 70%;
  }
  .meshSystem .commonTitleBox h2 {
    font-size: 55px;
  }
}
.meshSystem img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.meshSystem a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.meshSystem .kv {
  position: relative;
  overflow: hidden;
}
.meshSystem .kv h1 {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.meshSystem .kv__light {
  display: none;
}
@media (min-width: 996px) {
  .meshSystem .kv__flexBox {
    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;
  }
  .meshSystem .kv__light {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .meshSystem .kv__linkBox {
    margin: 0 10px;
  }
  .meshSystem .kv__linkBox a {
    padding: 1% 2% 3%;
  }
}
@media (min-width: 1930px) {
  .meshSystem .kv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, rgb(245, 245, 245)), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(to right, rgb(245, 245, 245) 45%, rgba(245, 245, 245, 0) 100%);
  }
  .meshSystem .kv::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(45%, rgb(245, 245, 245)), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(to left, rgb(245, 245, 245) 45%, rgba(245, 245, 245, 0) 100%);
  }
  .meshSystem .kv__bgBox {
    width: 80%;
    margin: auto;
  }
}
.meshSystem .info {
  background: url(https://storage-asset.msi.com/event/2025/TW/mesh-system-service/images/cont-bg.jpg) no-repeat top center #f3f2f7;
  background-size: cover;
  position: relative;
  padding: 5% 0;
}
.meshSystem .info .msi__container {
  padding: 2% 0 1%;
  position: relative;
  z-index: 1;
}
.meshSystem .info-txtBox {
  margin: auto;
  text-align: center;
  width: 85%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1% 2%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 8px -12px;
          box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 8px -12px;
}
.meshSystem .info-txtBox p {
  color: #225496;
  font-size: 17px;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
}
.meshSystem .info-txtBox p:nth-last-of-type(1) {
  border: 0;
  margin-bottom: 2%;
  padding-top: 0;
}
.meshSystem .info-txtBox b {
  color: #0593f1;
  font-size: 20px;
}
.meshSystem .info__dateBox-flex {
  border-top: 1px dotted #bebebe;
}
.meshSystem .info-date {
  margin: 2% auto;
  text-align: center;
}
.meshSystem .info-date h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 22px;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(225deg, #17cefc 0%, #5753C9 48%, #6E7FF3 100%);
}
.meshSystem .info-date h3 p {
  font-weight: bold;
  font-size: 26px;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  background-image: linear-gradient(-225deg, #17cefc 0%, #5753C9 48%, #6E7FF3 100%);
}
.meshSystem .info__pdBox {
  background-image: radial-gradient(circle farthest-corner at 0.2% 0.5%, rgb(68, 36, 164) 3.7%, rgb(84, 212, 228) 92.7%);
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, rgb(0, 7, 128) 99.8%);
}
.meshSystem .info__pdBox-wrap {
  width: 85%;
  padding: 2% 1%;
}
.meshSystem .info__pdBox-wrap-img {
  width: 100%;
  margin: auto;
}
.meshSystem .info__pdBox-wrap-text {
  width: 100%;
  margin: auto;
  text-align: center;
}
.meshSystem .info__pdBox-wrap h2 {
  color: #f1e305;
  font-size: 36px;
  margin-bottom: 2%;
  border-radius: 5px;
  padding: 1% 4%;
  border: 2px solid;
  display: inline-block;
}
.meshSystem .info__pdBox-wrap h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 2%;
}
.meshSystem .info__pdBox-wrap p {
  color: #efefef;
  font-size: 16px;
  line-height: 1.5;
  padding: 3px 0;
}
.meshSystem .info__pdBox-wrap b {
  color: #00e6ff;
}
.meshSystem .info__pdBox-wtb {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 5% 0;
}
.meshSystem .info__pdBox-wtb a {
  width: 90%;
  margin: 3% auto;
  max-width: 200px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.meshSystem .info__pdBox-wtb a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.meshSystem .info__pdBox-wtb a img {
  background: #fff;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 499px) {
  .meshSystem .info__pdBox-wtb a {
    width: calc(50% - 20px);
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .meshSystem .info__dateBox-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 (min-width: 996px) {
  .meshSystem .info__pdBox {
    background-image: radial-gradient(circle farthest-corner at 0.2% 0.5%, rgb(68, 36, 164) 3.7%, rgb(84, 212, 228) 92.7%);
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(37, 145, 251, 0.98) 0.1%, rgb(0, 7, 128) 99.8%);
  }
  .meshSystem .info__pdBox-wrap {
    width: 85%;
    padding: 3%;
  }
  .meshSystem .info__pdBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .meshSystem .info__pdBox-img {
    width: 40%;
    margin: 0;
  }
  .meshSystem .info__pdBox-text {
    width: 55%;
    margin: 0;
    text-align: left;
  }
  .meshSystem .info__pdBox h2 {
    color: #f1e305;
    font-size: 36px;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 1% 4%;
    border: 2px solid;
    display: inline-block;
  }
  .meshSystem .info__pdBox h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 2%;
  }
  .meshSystem .info__pdBox p {
    color: #efefef;
    font-size: 16px;
    line-height: 1.5;
  }
  .meshSystem .info__pdBox-wtb {
    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;
    gap: 10px;
    margin: 2% 0;
  }
  .meshSystem .info__pdBox-wtb a {
    width: calc(20% - 20px);
    display: block;
  }
  .meshSystem .info__pdBox-wtb a img {
    background: #fff;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.meshSystem .video {
  background: url(https://storage-asset.msi.com/event/2025/TW/mesh-system-service/images/bk.png) repeat;
  padding-top: 5%;
}
.meshSystem .video-wrap {
  width: 100%;
  margin: 0 auto;
}
.meshSystem .video-content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 3%;
}
.meshSystem .video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .meshSystem .video-wrap {
    width: 60%;
    margin: 0 auto;
  }
}
.meshSystem .navBox {
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2025/TW/mesh-system-service/images/bk.png) repeat;
}
.meshSystem .navBox-flex {
  margin-bottom: 5%;
}
.meshSystem .navBox-item {
  padding: 10px 30px;
  margin: 5px auto;
  cursor: pointer;
  text-align: center;
  background: #e6e6e6;
}
.meshSystem .navBox-item--active {
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.meshSystem .navBox-item--active p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.meshSystem .navBox-item--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3498DB;
  -webkit-animation: btnstyle 1s 1;
          animation: btnstyle 1s 1;
}
.meshSystem .navBox-content {
  display: none;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.meshSystem .navBox-content--active {
  display: block;
}
.meshSystem .navBox-content ul {
  padding: 20px 12px 20px 35px;
}
.meshSystem .navBox-content ul li {
  font-size: 16px;
  padding: 10px 0;
  list-style-type: decimal;
  line-height: 1.5;
}
.meshSystem .navBox-content a {
  color: #3498db;
}
.meshSystem .navBox-content a:hover {
  text-decoration: underline;
}
.meshSystem .navBox-redeem {
  text-align: center;
  margin: auto;
}
.meshSystem .navBox-redeem a {
  text-align: center;
  font-size: 30px;
  padding: 10px 30px;
  margin: 11% auto;
  font-weight: bold;
  background-color: #3498DB;
  border-bottom: 5px solid #2980B9;
  text-shadow: 0px -2px #2980B9;
  color: #fff;
  display: inline-block;
  -webkit-animation: redeemBtn 2s infinite;
          animation: redeemBtn 2s infinite;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.meshSystem .navBox-redeem a:hover {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 5px 2px rgba(0, 0, 0, 0.5));
}
.meshSystem .navBox-redeem a:active {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  border-bottom: 1px solid #3498DB;
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 499px) {
  .meshSystem .navBox-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;
    gap: 20px;
    margin-bottom: 5%;
  }
  .meshSystem .navBox-item {
    margin: 0;
  }
  .meshSystem .navBox-redeem a {
    font-size: 36px;
    margin: 5% auto 2%;
  }
}/*# sourceMappingURL=main.css.map */