@import url("https://use.typekit.net/pvp1dzx.css");
.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);
}

.basic-txt {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.basic-link {
  font-size: 18px;
  color: #ed1c24;
  line-height: 1.5;
}
.basic-link:hover {
  color: rgba(237, 28, 36, 0.6);
}

.TheMasterSeries {
  overflow: hidden;
  background: #000;
}
.TheMasterSeries .commonTitle {
  color: #b2c6ff;
  font-size: 22px;
  margin: 0 auto 2%;
}
@media (min-width: 499px) {
  .TheMasterSeries .commonTitle {
    color: #b2c6ff;
    font-size: 24px;
  }
}
.TheMasterSeries .commonTitle span {
  color: #b2c6ff;
  font-size: 16px;
  display: block;
}
@media (min-width: 996px) {
  .TheMasterSeries .commonTitle {
    color: #b2c6ff;
    font-size: 28px;
  }
  .TheMasterSeries .commonTitle span {
    color: #b2c6ff;
    font-size: 20px;
  }
}
@media (min-width: 1930px) {
  .TheMasterSeries .commonTitle {
    color: #b2c6ff;
    font-size: 42px;
  }
  .TheMasterSeries .commonTitle span {
    color: #b2c6ff;
    font-size: 30px;
  }
}
.TheMasterSeries .commonSubTitle {
  color: #fefefe;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: normal;
  font-weight: bold;
}
@media (min-width: 499px) {
  .TheMasterSeries .commonSubTitle {
    color: #fefefe;
    font-size: 20px;
    line-height: 1.6;
  }
}
.TheMasterSeries .commonTxt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}
.TheMasterSeries img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.TheMasterSeries a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.TheMasterSeries .kv {
  position: relative;
}
.TheMasterSeries .kv h1 {
  color: #ffffff;
  font-size: 6vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  margin-bottom: 1%;
}
.TheMasterSeries .kv__wrap {
  position: relative;
}
.TheMasterSeries .kv__mainbox {
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.TheMasterSeries .kv__mainbox-btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  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;
  margin: 0 auto;
  width: 40%;
  min-width: 150px;
}
.TheMasterSeries .kv__mainbox-btn:hover {
  background: #fff;
  color: #000;
}
.TheMasterSeries .kv__mainbox-btn:hover .play-icon {
  border-color: transparent transparent transparent #000000;
}
.TheMasterSeries .kv__mainbox-btn .play-icon {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}
.TheMasterSeries .kv__img {
  width: 100%;
  margin: auto;
}
.TheMasterSeries .kv__video {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .TheMasterSeries .kv__wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    height: 100%;
    width: 60%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(0, 0, 0)), color-stop(90%, rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 30%, rgba(125, 185, 232, 0) 90%);
  }
  .TheMasterSeries .kv__wrap::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    height: 100%;
    width: 60%;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgb(0, 0, 0)), color-stop(90%, rgba(125, 185, 232, 0)));
    background: linear-gradient(to left, rgb(0, 0, 0) 30%, rgba(125, 185, 232, 0) 90%);
  }
  .TheMasterSeries .kv__img {
    width: 70%;
  }
  .TheMasterSeries .kv__video {
    width: 70%;
  }
  .TheMasterSeries .kv__mainbox-btn {
    color: #ffffff;
    font-size: 2vw;
    line-height: 1.6;
    width: 25%;
    min-width: 100px;
  }
}
@media (min-width: 996px) {
  .TheMasterSeries .kv h1 {
    color: #ffffff;
    font-size: 70px;
  }
  .TheMasterSeries .kv__mainbox-btn {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    padding: 10px;
    width: 20%;
    min-width: 200px;
  }
}
@media (min-width: 1930px) {
  .TheMasterSeries .kv__img {
    width: 60%;
  }
  .TheMasterSeries .kv__video {
    width: 60%;
  }
  .TheMasterSeries .kv__wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    height: 100%;
    width: 70%;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgb(0, 0, 0)), color-stop(90%, rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgb(0, 0, 0) 35%, rgba(125, 185, 232, 0) 90%);
  }
  .TheMasterSeries .kv__wrap::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    height: 100%;
    width: 70%;
    background: -webkit-gradient(linear, right top, left top, color-stop(35%, rgb(0, 0, 0)), color-stop(90%, rgba(125, 185, 232, 0)));
    background: linear-gradient(to left, rgb(0, 0, 0) 35%, rgba(125, 185, 232, 0) 90%);
  }
}
.TheMasterSeries .tab {
  background: #4d4d4d;
  margin-bottom: 7%;
}
.TheMasterSeries .tab .msi__container {
  padding: 0;
}
.TheMasterSeries .tab__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.TheMasterSeries .tab__item:nth-last-child(1), .TheMasterSeries .tab__item:nth-last-child(3), .TheMasterSeries .tab__item:nth-last-child(5) {
  border-right: none;
}
.TheMasterSeries .tab__item:nth-last-child(1), .TheMasterSeries .tab__item:nth-last-child(2) {
  border-bottom: 0;
}
.TheMasterSeries .tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  background: #4d4d4d;
  padding: 1%;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.TheMasterSeries .tab__item:hover {
  background: #b2c6ff;
}
.TheMasterSeries .tab__item-txt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .TheMasterSeries .tab__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .TheMasterSeries .tab__item {
    width: 33.3333333333%;
  }
  .TheMasterSeries .tab__item:nth-last-child(1), .TheMasterSeries .tab__item:nth-last-child(4) {
    border-right: none;
  }
  .TheMasterSeries .tab__item:nth-last-child(5), .TheMasterSeries .tab__item:nth-last-child(3) {
    border-right: 1px solid #000;
  }
}
@media (min-width: 996px) {
  .TheMasterSeries .tab .msi__container {
    padding: 0 25px;
  }
  .TheMasterSeries .tab__flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .TheMasterSeries .tab__item {
    width: 16.6666666667%;
    border-right: 1px solid #000;
    border-bottom: none;
  }
  .TheMasterSeries .tab__item:nth-last-child(3), .TheMasterSeries .tab__item:nth-last-child(4), .TheMasterSeries .tab__item:nth-last-child(5) {
    border-right: 1px solid #000;
  }
  .TheMasterSeries .tab__item:nth-last-child(1) {
    border: 0;
  }
}
.TheMasterSeries .intro__textbox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
@media (min-width: 996px) {
  .TheMasterSeries .intro__textbox {
    width: 70%;
  }
}
.TheMasterSeries .video {
  padding: 0 0 3%;
  position: relative;
  overflow: hidden;
}
.TheMasterSeries .video .title--list {
  text-transform: none;
  color: #000;
  font-weight: bold;
  margin-top: 0px;
}
.TheMasterSeries .video .popup {
  background: rgba(255, 255, 255, 0.5);
}
.TheMasterSeries .video .popup-inner {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/Prestige/Prestige16-AI-Studio-Evo-B1V/tobiiAware__bg.jpg") top center no-repeat #191c23;
}
.TheMasterSeries .video .title--main {
  text-transform: none;
  padding-bottom: 2em;
  color: #1641f1;
  text-align: center;
  font-weight: 700;
}
.TheMasterSeries .video__slick {
  margin-top: 5%;
}
.TheMasterSeries .video .sc-item-popup {
  border: 1px solid #444;
  padding: 5px;
  margin: 15px 0 0;
  cursor: pointer;
  font-size: 15px;
  display: block;
  max-width: 150px;
  text-align: center;
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.TheMasterSeries .video .sc-item-popup:hover {
  background: #444;
  color: #fff;
}
.TheMasterSeries .video .videoBox {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.TheMasterSeries .video .slick-current .videoBox {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.TheMasterSeries .video .slick-arrow {
  position: absolute;
  top: 21%;
  z-index: 2;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  border-radius: 60px;
  font-size: 12px;
  color: #fff;
  background-size: contain;
  background-color: transparent;
  -webkit-filter: drop-shadow(0 0 6px var(--color-gray-400));
          filter: drop-shadow(0 0 6px var(--color-gray-400));
}
.TheMasterSeries .video .slick-prev {
  left: 3.5%;
}
.TheMasterSeries .video .slick-next {
  right: 3.5%;
}
.TheMasterSeries .video .slick-next:before, .TheMasterSeries .video .slick-prev:before {
  display: none;
}
.TheMasterSeries .video .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.TheMasterSeries .video .slick-dots {
  position: initial;
  margin: 5% auto;
}
.TheMasterSeries .video .slick-dots li button:before {
  color: #ffffff;
  font-size: 30px;
}
@media (min-width: 768px) {
  .TheMasterSeries .video .slick-arrow {
    position: absolute;
    top: 30%;
  }
}
@media (min-width: 996px) {
  .TheMasterSeries .video .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .TheMasterSeries .video .slick-prev {
    left: 2%;
  }
  .TheMasterSeries .video .slick-next {
    right: 2%;
  }
}
@media (min-width: 1600px) {
  .TheMasterSeries .video .videoBox {
    opacity: 0.2;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .TheMasterSeries .video .slick-prev {
    left: 33%;
  }
  .TheMasterSeries .video .slick-next {
    right: 33%;
  }
  .TheMasterSeries .video .slick-dots {
    position: absolute;
    top: 40%;
  }
}
@media (min-width: 1930px) {
  .TheMasterSeries .video .slick-dots {
    top: 42%;
  }
}
@media (min-width: 2300px) {
  .TheMasterSeries .video .slick-dots {
    top: 47%;
  }
}
@media (min-width: 3000px) {
  .TheMasterSeries .video .slick-dots {
    top: 52%;
  }
}
.TheMasterSeries .videoBox__imgbox {
  position: relative;
}
.TheMasterSeries .videoBox__linkbox {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  width: 80%;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TheMasterSeries .videoBox__linkbox-btn {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  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;
  margin: 0 1%;
}
.TheMasterSeries .videoBox__linkbox-btn:hover {
  background: #fff;
  color: #000;
}
.TheMasterSeries .videoBox__linkbox-btn:hover .play-icon {
  border-color: transparent transparent transparent #000000;
}
.TheMasterSeries .videoBox__textbox {
  text-align: center;
  margin-top: 4%;
}
.TheMasterSeries .videoBox__textbox h2 {
  margin: 3% auto;
}
.TheMasterSeries .videoBox .play-icon {
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
}
@media (min-width: 996px) {
  .TheMasterSeries .videoBox__linkbox-btn {
    min-width: 200px;
  }
}
@media (min-width: 1600px) {
  .TheMasterSeries .videoBox__textbox {
    margin-top: 10%;
  }
}
.TheMasterSeries .CBlock {
  position: relative;
  overflow: hidden;
}
.TheMasterSeries .CBlock__content {
  width: 100%;
  margin: 3% auto;
  text-align: center;
}
@media (min-width: 996px) {
  .TheMasterSeries .CBlock__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    position: absolute;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
  }
  .TheMasterSeries .CBlock__content--1 {
    left: 50%;
    bottom: 10%;
  }
  .TheMasterSeries .CBlock__content--2 {
    left: 50%;
    bottom: 10%;
  }
  .TheMasterSeries .CBlock__content--3 {
    left: 50%;
    bottom: 10%;
  }
  .TheMasterSeries .CBlock__content--4 {
    left: 50%;
    top: 10%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .TheMasterSeries .CBlock__content--5 {
    left: 50%;
    top: 10%;
  }
  .TheMasterSeries .CBlock__content--6 {
    left: 50%;
    bottom: 10%;
  }
  .TheMasterSeries .CBlock__textbox {
    text-align: left;
    background: rgba(0, 0, 0, 0.4);
    padding: 2% 4%;
  }
  .TheMasterSeries .CBlock__textbox--1 {
    width: 55%;
  }
  .TheMasterSeries .CBlock__textbox--2 {
    width: 65%;
    margin-left: 30%;
  }
  .TheMasterSeries .CBlock__textbox--3 {
    width: 55%;
  }
  .TheMasterSeries .CBlock__textbox--4 {
    width: 40%;
    margin-right: 5%;
  }
  .TheMasterSeries .CBlock__textbox--5 {
    width: 55%;
  }
  .TheMasterSeries .CBlock__textbox--6 {
    width: 50%;
  }
}
.TheMasterSeries .article {
  position: relative;
  padding: 5% 0;
}
.TheMasterSeries .article__titlebox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
.TheMasterSeries .article__flexbox {
  position: relative;
}
.TheMasterSeries .article__itembox {
  width: 80%;
  margin: 3% auto;
  display: inline-block;
}
.TheMasterSeries .article__imgbox {
  border: 1px solid #fff;
  position: relative;
}
.TheMasterSeries .article__imgbox-category {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #cccccc;
  padding: 5px 25px;
}
.TheMasterSeries .article__textbox {
  margin: 5% 0;
  text-align: center;
}
.TheMasterSeries .article__textbox-title {
  color: #fefefe;
  font-size: 20px;
  line-height: 1.6;
}
.TheMasterSeries .article__textbox-job {
  color: #535353;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 15px;
}
.TheMasterSeries .article__textbox-job::before {
  content: "[";
  display: inline-block;
  color: #535353;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 8px;
}
.TheMasterSeries .article__textbox-job::after {
  content: "]";
  color: #535353;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 8px;
}
.TheMasterSeries .article__textbox-txt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.TheMasterSeries .article__linkbox {
  text-align: center;
}
.TheMasterSeries .article__linkbox a {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
}
.TheMasterSeries .article__linkbox a:hover {
  -webkit-animation: linkLine 2s 1;
          animation: linkLine 2s 1;
}
.TheMasterSeries .article .slick-list {
  width: 100%;
}
.TheMasterSeries .article .slick-arrow {
  width: 50px;
  height: 50px;
}
.TheMasterSeries .article .slick-next {
  right: -5%;
}
.TheMasterSeries .article .slick-prev {
  left: -5%;
  z-index: 5;
}
.TheMasterSeries .article .slick-prev:hover:before, .TheMasterSeries .article.slick-next:hover:before {
  display: none;
}
.TheMasterSeries .article .slick-next.slick-disabled:before {
  opacity: 0;
  display: none;
}
.TheMasterSeries .article .slick-prev.slick-disabled:before {
  opacity: 0;
  display: none;
}
.TheMasterSeries .article .slick-next:before, .TheMasterSeries .article .slick-prev:before {
  display: none;
}
.TheMasterSeries .article .slick-dots li button:before {
  color: #ffffff;
  font-size: 30px;
}
@media (min-width: 996px) {
  .TheMasterSeries .article__titlebox {
    width: 70%;
  }
  .TheMasterSeries .article__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .TheMasterSeries .article__itembox {
    width: calc(33.3333333333% - 50px);
    margin: 3% 1%;
    padding: 3%;
  }
  .TheMasterSeries .article__textbox {
    text-align: left;
  }
  .TheMasterSeries .article__linkbox {
    text-align: left;
  }
}
.TheMasterSeries .pd {
  padding: 5% 0;
  position: relative;
}
.TheMasterSeries .pd__imgbox {
  max-width: 500px;
  width: 60%;
  margin: auto;
}
.TheMasterSeries .pd__linkbox {
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.TheMasterSeries .pd__linkbox-btn {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 30px;
  background: #0d0d0d;
  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;
  margin: 0 1%;
  min-width: 200px;
}
.TheMasterSeries .pd__linkbox-btn:hover {
  color: #000000;
  font-size: 17px;
  line-height: 1.6;
  background: #fff;
}
.TheMasterSeries .pd__titlebox {
  margin: 5% auto;
}
.TheMasterSeries .pd__listbox {
  max-width: 600px;
  margin: 5% auto;
  text-align: center;
}
.TheMasterSeries .pd__listbox-txt a {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  border-top: 1px dotted;
  display: block;
  padding: 15px 0;
}
.TheMasterSeries .pd__listbox-txt a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.TheMasterSeries .pd__listbox-name:nth-last-of-type(1) a {
  border-bottom: 1px dotted;
}
.TheMasterSeries .slick-track .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.TheMasterSeries .slick-track .slick-slide.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}/*# sourceMappingURL=main.css.map */