@charset "UTF-8";
@import "https://storage-asset.msi.com/frontend/css/common-creation-font.css";
:root {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC",
    "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  --body-font-size: var(--text-md);
  /*font size*/
  --title-xl: 24px;
  --title-lg: 22px;
  --title-md: 20px;
  --title-sm: 18px;
  --title-xs: 16px;
  --text-xl: 20px;
  --text-lg: 18px;
  --text-md: 17px;
  --text-sm: 16px;
  --text-xs: 15px;
  --note-lg: 16px;
  --note-xl: 14px;
  --note-md: 13px;
  --note-sm: 12px;
  --link-xl: 20px;
  --link-lg: 18px;
  --link-md: 17px;
  --link-sm: 16px;
  --line-xs: 14px;
  --line-height-xl: 2;
  --line-height-lg: 1.8;
  --line-height-md: 1.5;
  --line-height-xs: 1.3;
  --line-height-list: 1.8;
  --line-height-article: 1.8;
}
@media (min-width: 992px) {
  :root {
    --title-xl: 36px;
    --title-lg: 26px;
  }
}
@media (min-width: 1930px) {
  :root {
    --title-md: 22px;
    --title-sm: 20px;
    --title-xs: 17px;
    --text-lg: 19px;
    --text-md: 18px;
    --text-sm: 17px;
    --text-xs: 16px;
    --note-lg: 17px;
    --note-xl: 15px;
    --note-md: 14px;
    --note-sm: 13px;
    --link-lg: 19px;
    --link-md: 18px;
    --link-sm: 17px;
    --line-xs: 16px;
  }
}

html:lang(ja-JP) body,
html:lang(JP) body {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Meiryo UI", "Yu Gothic",
    "Segoe UI", Arial, sans-serif;
}

html:lang(zh-TW) body,
html:lang(zh-CN) body,
html:lang(ja-JP) body,
html:lang(JP) body,
html:lang(ko-KR) body {
  --title-md: 22px;
  --text-md: 18px;
}
@media (min-width: 1930px) {
  html:lang(zh-TW) body,
  html:lang(zh-CN) body,
  html:lang(ja-JP) body,
  html:lang(JP) body,
  html:lang(ko-KR) body {
    --title-md: 26px;
    --text-md: 20px;
  }
}

:root {
  --color-black: #000;
  --color-white: #ffffff;
  --color-error: var(--color-red-400);
  --color-gray-100: #fafafa;
  --color-gray-200: #ececec;
  --color-gray-300: #cccccc;
  --color-gray-400: #808080;
  --color-gray-500: #7c7b7b;
  --color-gray-600: #696969;
  --color-gray-700: #333333;
  --color-gray-800: #222222;
  --color-gray-900: #1a1a1a;
  --color-gold-400: #9a8555;
  --color-red-300: #e92c2c;
  --color-red-400: #ea2023;
  --color-red-500: #fe0000;
  --color-red-600: #cc0000;
  --color-green-300: #92b457;
  --color-green-400: #86b000;
  --color-green-500: #82bc00;
  --color-gaming: var(--color-red-500);
  --color-cc: var(--color-gold-400);
  --color-bp: var(--color-gold-400);
  --color-amd: var(--color-green-400);
  --color-alpha: var(--color-green-300);
  --color-ws: var(--color-green-500);
  --body-bgcolor: var(--color-white);
  --body-text-color: var(--color-gray-700);
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
}

button,
select {
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  appearance: none;
}

@media (min-width: 996px) {
  .prod h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
.prod__tab {
  text-align: center;
  --tabcol: var(--primary-color);
}
.prod__tab button {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: none;
  margin: 10px;
  cursor: pointer;
}
.prod__tab button:hover {
  filter: brightness(80%);
}
.prod__tab button:last-child {
  --tabcol: #209cb5;
}
@media (min-width: 996px) {
  .prod__tab {
    padding-top: 30px;
  }
  .prod__tab button {
    font-size: 30px;
    margin: 0 50px;
    min-width: 400px;
  }
  .prod__tab button:last-child {
    margin-right: 0;
  }
}
.prod__item {
  display: none;
  width: 90%;
  margin: 0 auto;
  max-width: 1170px;
}
.prod__item.active {
  display: block;
}

.prod__item:last-child .prod__img {
  background: linear-gradient(
    to top,
    var(--color-blue) 0,
    rgb(0, 178, 187) 30%,
    rgba(0, 178, 187, 0) 80%
  );
}
.prod__item:last-child .prod__feature li:hover,
.prod__item:last-child .prod__feature li.active {
  color: var(--color-blue);
}
.prod__item:last-child .prod__feature li.active span {
  border-color: var(--color-blue);
}
@media (min-width: 996px) {
  .prod__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.prod__text {
  position: sticky;
  z-index: 20;
  top: 50px;
  padding: 25px;
}
@media (min-width: 996px) {
  .prod__text {
    flex: 0 0 40%;
    position: relative;
    top: auto;
    padding: 0;
  }
}
.prod__feature li {
  display: flex;
  color: var(--color-gray-600);
  padding: 4px 0;
  cursor: pointer;
  transition: 0.5s all ease;
  font-size: 16px;
}
.prod__feature li:hover,
.prod__feature li.active {
  color: var(--color-green);
  transform: scale(1.05);
}
.prod__feature li.active span {
  font-weight: bold;
  border-bottom: 1px solid var(--color-green);
}
.prod__feature li::before {
  content: "-";
  flex: 0 0 20px;
}
@media (min-width: 996px) {
  .prod__feature {
    padding-bottom: 30px;
  }
  .prod__feature li {
    padding: 8px 0;
    font-size: 17px;
  }
}
.prod__img {
  background: linear-gradient(
    to top,
    var(--color-green) 0%,
    rgb(157, 200, 20) 30%,
    rgba(157, 200, 20, 0) 80%
  );
  border-radius: 30px;
  text-align: center;
  color: #fff;
  padding: 25px;
}
.prod__img img {
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .prod__img {
    flex: 0 0 50%;
    padding: 25px 50px 20px;
  }
  .prod__img figcaption {
    text-align: left;
  }
}
.prod__img .txt {
  position: relative;
  z-index: 2;
  display: none;
  font-size: 16px;
}
@media (min-width: 996px) {
  .prod__img .txt {
    min-height: 180px;
  }
}
.prod__img .txt.active {
  display: block;
}
.prod__btn {
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.rfid {
  position: relative;
}
.rfid .hand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  animation: rfid 3s infinite;
}

@keyframes rfid {
  0% {
    transform: translateX(-30px) translateY(5px);
    opacity: 0;
  }
  20% {
    transform: translateX(0px) translateY(0);
    opacity: 1;
  }
  90% {
    transform: translateX(0px) translateY(0);
    opacity: 1;
  }
  95% {
    transform: translateX(10px) translateY(2px);
    opacity: 0;
  }
  100% {
    transform: translateX(-30px) translateY(5px);
    opacity: 0;
  }
}

.video {
  /* background: #eaeaea; */
  padding: 45px 0;
}
@media (min-width: 996px) {
  .video {
    padding: 60px 0 5%;
  }
}
.video img {
  width: 100%;
  vertical-align: bottom;
}
.video__img {
  position: relative;
  overflow: hidden;
  font-size: clamp(6rem, 5vw + 6rem, 5rem);
}
.video__img img {
  transition: all 0.3s ease;
}
.video__img a {
  position: relative;
  text-shadow: var(--primary-color) 0 0 10px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.video__img a::after {
  content: "\ea19";
  font-family: "msi-icons";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__img a:hover {
  color: #fff;
  text-shadow: #fff 0 0 30px;
}
.video__img:hover img {
  transform: scale(1.05);
}
@media (min-width: 996px) {
  .video__img {
    flex: 0 0 50%;
    /* font-size: 80px; */
  }
}
.video__text {
  padding-top: 20px;
  color: var(--color-gray-500);
  text-align: center;
}
@media (min-width: 996px) {
  .video__text {
    flex: 0 0 45%;
    text-align: left;
  }
}
.video h2 {
  font-size: var(--title-lg);
  padding-bottom: 10px;
  color: var(--primary-color);
}
.video__box {
  margin-top: 5%;
  border: 4px solid #ffd587;
  border-radius: 30px;
  padding: 5%;
  box-shadow: 0 0 5px #ffc75f, 0 0 10px #ffc75f,
    0 0 20px rgba(255, 199, 95, 0.6), 0 0 5px inset #ffc75f,
    0 0 10px inset #ffc75f, 0 0 20px rgba(255, 199, 95, 0.6);
}
@media (min-width: 996px) {
  .video__box {
    padding: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  animation: 0.5s YouTubePopUp;
}
.YouTubePopUp-Content {
  position: relative;
  max-width: 1040px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.YouTubePopUp-Content iframe {
  width: 100%;
  max-width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .YouTubePopUp-Content iframe {
    height: 320px;
  }
}
@media (min-width: 996px) {
  .YouTubePopUp-Content iframe {
    height: 480px;
  }
}
.YouTubePopUp-Hide {
  animation: 0.5s YouTubePopUpHide;
}
.YouTubePopUp-Close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -40px;
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #ffffff;
  border: var(--primary-color) 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}
.YouTubePopUp-Close:hover {
  background: #fff;
  color: var(--primary-color);
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
