:root {
  --font-industry: "futura-100-thai", var(--MSIBodyFont);
}

.text-gradient {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.text-gradient--vertical {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f3d5c), to(#5a8fb8));
  background-image: linear-gradient(180deg, #0f3d5c 0%, #5a8fb8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.text-gradient--horizontal {
  background-image: -webkit-gradient(linear, left top, right top, from(#002137), to(#5b86a5));
  background-image: linear-gradient(90deg, #002137 0%, #5b86a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body {
  font-family: "futura-100-thai", sans-serif !important;
}

.project {
  font-family: "futura-100-thai", sans-serif !important;
  overflow-x: clip;
}
.project picture {
  display: block;
  width: 100%;
  max-width: 100%;
}
.project img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.project h1, .project h2, .project h3, .project h4, .project h5, .project h6 {
  font-family: "futura-100-thai", sans-serif !important;
}
.project [class*=__title],
.project .size__item-title {
  font-weight: 700;
}

.kv {
  position: relative;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e9f9), to(#fff));
  background: linear-gradient(180deg, #d9e9f9 0%, #fff 100%);
}
.kv__slider {
  width: 100%;
  overflow: hidden;
}
.kv__slider .swiper-slide {
  line-height: 0;
  height: auto;
  overflow: visible;
}
.kv__slider__item {
  position: relative;
  width: 100%;
}
.kv__slider__item img {
  aspect-ratio: 1.7741935484;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv__slider__name {
  position: absolute;
  z-index: 2;
  left: 31.5%;
  top: -2%;
  margin: 0;
  padding: 0 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  color: #000;
  pointer-events: none;
}
.kv__content {
  margin-top: 28px;
  text-align: left;
}
.kv__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.kv__title {
  margin: 0 0 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.kv__desc {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #c07030;
}

.features {
  background: #eaeaea;
  padding: 50px 0;
}
.features__title {
  margin: 0 0 28px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.features__slider-wrap {
  position: relative;
}
.features__swiper {
  overflow: visible;
}
.features__swiper .swiper-slide {
  height: auto;
  cursor: pointer;
}
.features__swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
.features__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}
.features__nav-btn {
  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-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.features__nav-btn:hover {
  background: #fff;
}
.features__nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.features__nav-icon {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.features__nav-btn--prev .features__nav-icon {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 4px;
}
.features__nav-btn--next .features__nav-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}

.id {
  background: #fff;
  padding: 50px 0;
}
.id__head {
  margin-bottom: 28px;
}
.id__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.id__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.id__wrap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  aspect-ratio: 5/2;
}
.id__item {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  background: #f6f6f6;
  border-radius: 10px;
}
.id__item-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.id__item-link::after {
  content: "+";
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.5);
  color: #fff;
  -webkit-filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0px 3px rgba(0, 0, 0, 0.4));
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
}
.id__item-link img {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.id__item-link:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.id__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.id__item--1 {
  grid-row: 1/2;
  grid-column: 1/3;
}
.id__item--2 {
  grid-row: 2/3;
  grid-column: 1/3;
}
.id__item--3 {
  grid-row: 1/3;
  grid-column: 3/4;
}
.id__item--4 {
  grid-row: 1/2;
  grid-column: 4/6;
}
.id__item--4 img {
  -o-object-position: top;
     object-position: top;
}
.id__item--5 {
  grid-row: 2/3;
  grid-column: 4/6;
}
.id__txtbox {
  margin-top: 25px;
  text-align: left;
}
.id__txtbox p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.id-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.id-lightbox picture {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.id-lightbox img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.id-lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.id-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  backdrop-filter: blur(5px);
}
.id-lightbox__container {
  position: relative;
  z-index: 1;
  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-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: min(1200px, 100vw - 40px);
  height: 100%;
  max-height: 100vh;
  padding: 60px 20px 20px;
}
.id-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.id-lightbox__close::before, .id-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.id-lightbox__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.id-lightbox__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.id-lightbox__close:hover {
  background: rgba(0, 0, 0, 0.75);
}
.id-lightbox__swiper {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.id-lightbox__swiper .swiper-wrapper {
  display: block;
  height: auto;
}
.id-lightbox__swiper .swiper-slide {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.id-lightbox__swiper .swiper-slide.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.id-lightbox__swiper .swiper-slide picture {
  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: auto;
  max-width: min(1160px, 100vw - 40px);
  max-height: calc(100vh - 100px);
}
.id-lightbox__swiper .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(1160px, 100vw - 40px);
  max-height: calc(100vh - 100px);
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.size {
  padding: 50px 0;
  background: #eaeaea;
}
.size__grid {
  display: grid;
  grid-template-columns: 53% 47%;
  gap: 20px;
  margin: 0 -3%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.size__item {
  text-align: center;
}
.size__labelbox--left {
  text-align: right;
}
.size__labelbox--right {
  text-align: left;
}
.size__label {
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.size__item-title {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
.size__visual picture {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.size__visual img {
  width: 100%;
  height: auto;
}
.size__desc {
  background: #fff;
  text-align: left;
  padding: 50px 0;
}
.size__desc p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}

.color {
  padding: 50px 0 0;
  background: #fff;
}
.color__head {
  margin-bottom: 28px;
}
.color__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.color__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.color__visual {
  margin-bottom: 28px;
}
.color__visual picture {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.color__visual img {
  width: 100%;
  height: auto;
}
.color__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0;
  background: #eaeaea;
  border-radius: 12px;
}
.color__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.color__feature--pantone {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
}
.color__feature--p3, .color__feature--de {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.color__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.color__icons img {
  width: auto;
  height: auto;
  display: block;
}
.color__feature-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}
.color__feature--pantone .color__feature-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.color__stat {
  margin: 0;
  text-align: center;
}
.color__stat picture {
  display: block;
  margin: 0 auto;
}
.color__stat img {
  width: auto;
  max-width: 65%;
  height: auto;
  display: inline-block;
}
.color__txtbox {
  margin-top: 28px;
  text-align: left;
}
.color__txtbox p {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
}
.color__content {
  background: #eaeaea;
  padding: 50px 0;
  text-align: left;
}

.products {
  padding: 50px 0;
  background: #fff;
}
.products__head {
  margin-bottom: 28px;
  text-align: center;
}
.products__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
.products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.products__visual {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
.products__visual picture {
  display: block;
  width: 100%;
}
.products__visual img {
  width: 100%;
  height: auto;
}
.products__name {
  margin: 0 0 10px;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
.products__name span {
  display: block;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -0.01em;
}
.products__model {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
.products__meta {
  margin: 0 0 12px;
  line-height: 1;
  color: #000;
}
.products__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.products__specs li {
  margin: 0 0 10px;
  font-size: 16px;
  color: #000;
  list-style: disc;
  margin-left: 24px;
}
.products__specs li:last-child {
  margin-bottom: 0;
}
.products__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.products__btn {
  display: inline-block;
  min-height: auto;
  padding: 8px 20px;
  border-radius: 999px;
  background: #e40046;
  font-family: "futura-100-thai", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.products__btn:hover {
  opacity: 0.85;
}
.products__btn--buy {
  padding: 8px 16px;
}

.typec {
  padding: 50px 0;
  background: #eaeaea;
}
.typec p {
  color: #7a7a7a;
}
.typec img {
  vertical-align: top;
}
.typec__titlebox {
  text-align: center;
  margin-bottom: 28px;
}
.typec__visual {
  padding-bottom: var(--textGap);
}
.typec__visual picture {
  margin: 0 auto;
  display: block;
}
.typec__iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.typec__iconbox figure {
  width: 33.3333333333%;
  text-align: center;
}
.typec__iconbox figure img {
  display: block;
  margin: 0 auto;
  max-height: 60px;
  width: auto;
  padding-bottom: 10px;
}
.typec__iconbox figure figcaption {
  font-size: 14px;
}
.typec__chartbox {
  padding: var(--textGap) 0;
  text-align: center;
  background: #f7f7f7;
  color: #464646;
}
.typec__chartbox--chart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.typec__chartbox--chart .chat__title figcaption {
  padding-bottom: 10px;
  font-size: var(--block-text-lg);
}
.typec__chartbox--chart .chat__title img {
  width: 20%;
}
.typec__chartbox--chart .chat__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.typec__chartbox--chart .chat__icons figure {
  text-align: center;
}
.typec__chartbox--chart .chat__icons figure img {
  width: 75%;
  padding-bottom: 5px;
}
.typec__chartbox--chart .chat__icons figure figcaption {
  font-size: var(--block-text-xxs);
}

.io {
  padding: 50px 0;
  background: #eaeaea;
}
.io__head {
  margin-bottom: 28px;
}
.io__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.io__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.io__visual {
  background: #eaeaea;
}
.io__visual picture {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.io__visual img {
  width: 100%;
  height: auto;
}
.io__legend {
  margin-top: 24px;
}
.io__portlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  counter-reset: io-port;
}
.io__portlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #7a7a7a;
  counter-increment: io-port;
}
.io__portlist li::before {
  content: counter(io-port);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #464646;
  line-height: 1;
}

.mateApp {
  text-align: center;
  padding: 50px 0;
}
.mateApp.pd-block {
  padding-bottom: var(--sectionGap, 80px);
}
.mateApp__titlebox {
  text-align: left;
  margin-bottom: 28px;
}
.mateApp__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.mateApp__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.mateApp__txt {
  text-align: center;
}
.mateApp__txt--icon {
  margin: 0 auto 20px;
  min-width: 80px;
  width: 8%;
}
.mateApp__txt p {
  margin: 0 auto;
}
.mateApp__txt a {
  margin-left: 10px;
  border-bottom: 1px solid #253fff;
}
.mateApp__slider {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
  text-align: center;
}
.mateApp__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.mateApp__slider .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mateApp__slider .swiper-slide:first-child .mateApp__item--bg {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/Business-Monitors/pro-max-271upxw12g/mateapp/m-color.jpg) no-repeat center center;
  background-size: cover;
}
.mateApp__slider .btnWrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: auto;
  margin: auto;
}
.mateApp__slider .btnWrp .swiper-button-next,
.mateApp__slider .btnWrp .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  margin-top: 10px;
  width: 36px;
  height: 36px;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #464646;
  background-color: #fff;
}
.mateApp__slider .btnWrp .swiper-button-next::after,
.mateApp__slider .btnWrp .swiper-button-prev::after {
  font-size: 18px;
  color: #5c5c5c;
}
.mateApp__slider p {
  margin-bottom: 25px;
}
.mateApp__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10vw 0;
}
.mateApp__item.mColorBG {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/Business-Monitors/pro-max-271upxw12g/mateapp/m-color.jpg) no-repeat center bottom;
  background-size: cover;
}
.mateApp__item.mSyncBG {
  background: url(https://storage-asset.msi.com/global/picture/image/feature/Business-Monitors/pro-max-271upxw12g/mateapp/m-sync.jpg) no-repeat center center;
  background-size: cover;
}
.mateApp__item .mColor {
  position: relative;
  width: 84%;
  max-width: 1600px;
  margin: 0 auto 10vw;
}
.mateApp__item .mColor__dark, .mateApp__item .mColor__light, .mateApp__item .mColor__sync {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mateApp__item .mColor__dark {
  opacity: 1;
}
.mateApp__item .mColor__light, .mateApp__item .mColor__sync {
  opacity: 0;
}
.mateApp__item .mColor__mnt {
  position: relative;
}
.mateApp__item .mSync {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
  gap: 20px 10px;
  padding: 10px 0 30px;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 90%;
  margin: 0 auto 2vw;
}
.mateApp__item .mSync__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  background: rgba(195, 201, 201, 0.45);
  border-radius: 16px;
  padding: 8px;
  max-width: 150px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mateApp__item .mSync__icon.brightnessIcon {
  opacity: 0.1;
}
.mateApp__item .mSync__icon.volumeIcon {
  background: rgba(125, 125, 125, 0.45);
  opacity: 0.1;
}
.mateApp__item .mSync__icon-img {
  width: 40%;
  margin: 0 auto;
}
.mateApp__item .mSync__icon-bar {
  border-radius: 5px;
  padding: 1px 2px;
  line-height: 0;
  border: 1px solid #eff1f1;
}
.mateApp__item .mSync__icon-bar img {
  width: 100%;
  clip-path: inset(0 100% 0 0);
}
.mateApp__item .mSync__mnt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-right: -10%;
}
.mateApp__item .mSync__mnt-brightness {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}
.mateApp__item .mSync__mnt-volume {
  position: absolute;
  top: 23%;
  left: 25%;
  width: 2.5%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.mateApp__item .mSync__mnt-volume.rightVolume {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 88%;
}
.mateApp__item .mSync__mnt-volume figure {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.mateApp__item .mSync__mnt-volume figure:nth-of-type(1) {
  -webkit-animation: mateAppVolumeWave 4.8s infinite;
          animation: mateAppVolumeWave 4.8s infinite;
}
.mateApp__item .mSync__mnt-volume figure:nth-of-type(2) {
  -webkit-animation: mateAppVolumeWave 4.8s infinite -1.5s;
          animation: mateAppVolumeWave 4.8s infinite -1.5s;
}
.mateApp__item .mSync__mnt-volume figure:nth-of-type(3) {
  -webkit-animation: mateAppVolumeWave 4.8s infinite -3.5s;
          animation: mateAppVolumeWave 4.8s infinite -3.5s;
}
.mateApp__item--bg {
  height: 100%;
}
.mateApp__item--bg figure {
  display: none;
}

.submenu {
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin: 0 auto 20px;
  border-bottom: 1px solid var(--promax-bar);
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu__swiper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu > .swiper-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.submenu .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.submenu .swiper-slide {
  position: relative;
  border: 0;
  background: transparent;
  font-size: 16px;
  opacity: 0.4;
  padding: 0 10px;
  cursor: pointer;
  font-family: "futura-100-thai", sans-serif !important;
  font-weight: normal;
  min-height: 65px;
  width: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu .swiper-slide p {
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
}
.submenu .swiper-slide-thumb-active {
  opacity: 1;
  font-weight: 600;
}
.submenu .swiper-slide-thumb-active p {
  border-bottom: 4px solid var(--promax-bar);
}
.submenu__nav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 44px;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.submenu__nav::after {
  content: "" !important;
  position: static;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submenu__nav.swiper-button-disabled {
  opacity: 0.22;
  pointer-events: none;
}
.submenu__nav--prev {
  color: var(--promax-bar);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
  padding-right: 4px;
}
.submenu__nav--prev::after {
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0;
}
.submenu__nav--next {
  color: var(--promax-bar);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  padding-left: 4px;
}
.submenu__nav--next::after {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 0;
}
.submenu__nav--hidden {
  display: none !important;
}

@-webkit-keyframes mateAppVolumeWave {
  0% {
    opacity: 0;
    scale: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
    scale: 1.8;
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}

@keyframes mateAppVolumeWave {
  0% {
    opacity: 0;
    scale: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
    scale: 1.8;
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}
@media (min-width: 768px) {
  .color__features {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 32px 24px;
  }
  .color__feature {
    padding: 0 20px;
  }
  .color__feature:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }
  .color__feature--pantone {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .color__feature--p3, .color__feature--de {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100%;
  }
  .products__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
  }
  .io__portlist {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 24px;
  }
  .io__portlist li {
    font-size: 16px;
  }
  .io__portlist li::before {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
  .submenu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 996px) {
  .kv {
    padding: 50px 25px 70px;
  }
  .kv__slider {
    width: 65%;
    margin: 0 auto;
  }
  .kv__slider__name {
    top: 2%;
    left: 34.2%;
    font-size: 18px;
  }
  .kv__content {
    margin-top: 36px;
  }
  .kv__label {
    font-size: 16px;
  }
  .kv__title {
    font-size: 60px;
  }
  .kv__desc {
    font-size: 20px;
  }
  .features {
    padding: 50px 0;
  }
  .features__title {
    margin-bottom: 36px;
    font-size: 60px;
  }
  .features__nav {
    margin-top: 28px;
  }
  .features__nav-btn {
    width: 52px;
    height: 52px;
  }
  .id {
    padding: 50px 0;
  }
  .id__head {
    margin-bottom: 36px;
  }
  .id__label {
    font-size: 16px;
  }
  .id__title {
    font-size: 60px;
  }
  .id__wrap {
    gap: 16px;
  }
  .id__txtbox {
    margin-top: 36px;
  }
  .id__txtbox p {
    width: 80%;
    font-size: 18px;
  }
  .id__item-link::after {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 26px;
  }
  .typec {
    padding: 50px 0;
  }
  .typec__visual picture {
    width: 85%;
  }
  .typec__iconbox {
    width: 85%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .typec__iconbox figure {
    width: auto;
  }
  .typec__iconbox figure img {
    max-height: 100px;
    padding-bottom: 16px;
  }
  .typec__iconbox figure figcaption {
    font-size: 16px;
  }
  .typec__chartbox--chart {
    width: 60%;
  }
  .typec__chartbox--chart .chat__icons figure figcaption {
    font-size: var(--block-text-sm);
  }
  .size {
    padding: 50px 0;
  }
  .size__grid {
    gap: 80px;
  }
  .size__label {
    font-size: 16px;
  }
  .size__item-title {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .size__desc p {
    width: 80%;
    font-size: 18px;
  }
  .color {
    padding: 50px 0 0;
  }
  .color__head {
    margin-bottom: 36px;
  }
  .color__label {
    font-size: 16px;
  }
  .color__title {
    font-size: 60px;
  }
  .color__visual {
    margin-bottom: 36px;
  }
  .color__features {
    padding: 40px 32px;
  }
  .color__stat {
    text-align: left;
  }
  .color__stat img {
    max-width: 75%;
  }
  .color__txtbox {
    margin-top: 36px;
  }
  .color__txtbox p {
    width: 80%;
    font-size: 18px;
  }
  .products {
    padding: 50px 0;
  }
  .products__head {
    margin-bottom: 36px;
  }
  .products__title {
    font-size: 60px;
  }
  .products__specs li {
    font-size: 18px;
  }
  .products__btn {
    font-size: 16px;
  }
  .io {
    padding: 50px 0;
  }
  .io__head {
    margin-bottom: 36px;
  }
  .io__label {
    font-size: 16px;
  }
  .io__title {
    font-size: 60px;
  }
  .io__legend {
    margin-top: 32px;
  }
  .mateApp .btnWrp.btnWrpsub {
    display: none;
  }
  .mateApp__titlebox {
    margin-bottom: 36px;
  }
  .mateApp__label {
    font-size: 16px;
  }
  .mateApp__title {
    font-size: 60px;
  }
  .mateApp__txt p {
    width: 70%;
    margin: 0 auto var(--textGap);
  }
  .mateApp .text--note {
    width: 80%;
    margin: 15px auto;
  }
  .mateApp__slider {
    width: 100%;
  }
  .mateApp__slider .swiper-slide:first-child .mateApp__item--bg {
    background: none;
  }
  .mateApp__slider .btnWrp {
    width: 86%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mateApp__slider .btnWrp .swiper-button-next,
  .mateApp__slider .btnWrp .swiper-button-prev {
    margin-top: 30px;
    padding: 20px;
  }
  .mateApp__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5em 0;
  }
  .mateApp__item--bg {
    margin: 0 auto;
  }
  .mateApp__item--bg figure {
    display: block;
  }
  .mateApp__item .mColor {
    width: 60%;
    margin: 0 auto -1vw;
  }
  .mateApp__item .mSync {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: none;
    width: 94%;
    padding: 0;
    margin: 0 auto -2vw;
  }
  .mateApp__item .mSync__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    margin-top: -7em;
    padding: 20px;
    border-radius: 30px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
  }
  .mateApp__item .mSync__icon-img {
    width: 65%;
    margin: 0 auto 20px;
  }
  .mateApp__item .mSync__mnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64%;
            flex: 0 0 64%;
    width: auto;
    margin: 0 auto;
  }
  @-webkit-keyframes mateAppVolumeWave {
    90%, 100% {
      opacity: 0;
      scale: 1.8;
      -webkit-transform: translateX(-1.6em);
              transform: translateX(-1.6em);
    }
  }
  @keyframes mateAppVolumeWave {
    90%, 100% {
      opacity: 0;
      scale: 1.8;
      -webkit-transform: translateX(-1.6em);
              transform: translateX(-1.6em);
    }
  }
}
@media (min-width: 1300px) {
  .submenu .swiper-slide {
    font-size: 22px;
    opacity: 1;
  }
  .mateApp__item .mColor {
    width: 40%;
    margin: 0 auto;
  }
  .mateApp__item .mSync {
    width: 70%;
  }
}
@media (min-width: 1930px) {
  .mateApp__item .mColor {
    margin: 0 auto 30px;
  }
}/*# sourceMappingURL=main.css.map */