@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;
}

.kv {
  overflow: hidden;
  position: relative;
  --gradient-start: #7effc0;
  --gradient-middle: #d6ff7f;
  --gradient-end: #7effc0;
  margin-top: 60px;
}
@media (min-width: 996px) {
  .kv {
    margin-top: 0;
    height: calc(100vh - 124px);
  }
}
.kv .msi__container {
  position: relative;
  height: calc(100vh - 124px);
}
.kv-img {
  position: relative;
}
.kv-img img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .kv-img {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}
@media (min-width: 996px) {
  .kv picture {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
.kv__text {
  position: absolute;
  z-index: 10;
  inset: 0;
}
.kv-title {
  position: absolute;
  z-index: 10;
  background: linear-gradient(270deg, var(--gradient-start) 0%, var(--gradient-middle) 50%, var(--gradient-end) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  font-weight: 900;
  line-height: 1.2;
  animation: gradientMove 5s ease infinite;
}
@media (min-width: 996px) {
  .kv-title {
    position: relative;
  }
}
.kv-title span {
  display: block;
  font-size: 5vw;
}
.kv-title span.xl {
  font-size: 7vw;
}
.kv-title span.lg {
  font-size: 6vw;
}
@media (min-width: 996px) {
  .kv-title span {
    font-size: 48px;
  }
  .kv-title span.xl {
    font-size: 86px;
  }
  .kv-title span.lg {
    font-size: 73px;
  }
  .kv-title span-md {
    font-size: 58px;
  }
}
.kv .swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 30px !important;
}
.kv .swiper-pagination-bullet {
  background: #dae4e0;
  width: 50px !important;
  height: 5px !important;
  opacity: 1 !important;
  border-radius: 0;
}
.kv .swiper-pagination-bullet-active {
  background: #80BA34;
}

.kv1 .kv-title {
  top: 25vw;
}
@media (min-width: 996px) {
  .kv1 .kv-title {
    top: 10%;
    left: 5%;
  }
}

.kv2 {
  --gradient-start: #fbfdfd;
  --gradient-middle: #a2d9dd;
  --gradient-end: #2eb7bf;
}
.kv2 .kv-title {
  top: 25vw;
  background-color: linear-gradient(40deg, var(--gradient-start) 0%, var(--gradient-middle) 50%, var(--gradient-end) 100%);
}
@media (min-width: 996px) {
  .kv2 .kv-title {
    left: 5%;
    top: 15%;
  }
}

.kv3 {
  --gradient-start: #fbfdfd;
  --gradient-middle: #d1e8a8;
  --gradient-end: #9dc814;
}
.kv3 .kv-title {
  left: 50%;
  top: 53%;
}
@media (min-width: 996px) {
  .kv3 .kv-title {
    left: 60%;
    top: 10%;
  }
  .kv3 .kv-title .xl, .kv3 .kv-title .lg-2 {
    padding-left: 80px;
  }
}

.kv4 {
  --gradient-start: #d3ef79;
  --gradient-middle: #9dc814;
  --gradient-end: #9dc814;
}
.kv4 .kv-title {
  top: 60%;
  left: 20%;
}
.kv4 .kv-title .lg {
  padding-left: 20px;
}
@media (min-width: 996px) {
  .kv4 .kv-title {
    left: 40%;
    top: 60%;
  }
  .kv4 .kv-title .lg {
    padding-left: 80px;
  }
}

.kv5 {
  --gradient-start: #d3ef79;
  --gradient-middle: #9dc814;
  --gradient-end: #9dc814;
}
.kv5 .kv-title {
  top: 12vw;
  left: 15%;
}
.kv5 .kv-title .lg {
  padding-left: 30px;
}
.kv5 .kv-title .lg-2 {
  padding-left: 50px;
}
@media (min-width: 996px) {
  .kv5 .kv-title {
    left: 40%;
    top: 10%;
  }
  .kv5 .kv-title .lg {
    padding-left: 80px;
  }
  .kv5 .kv-title .lg-2 {
    padding-left: 200px;
  }
}
@media (min-width: 1930px) {
  .kv5 .kv-title {
    left: 60%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.idea__text {
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 996px) {
  .idea__text {
    padding-top: 50px;
  }
}
@media (min-width: 996px) {
  .idea__box {
    display: flex;
  }
}
.idea__item {
  position: relative;
  overflow: hidden;
  --icon-color: #9dc814;
}
@media (min-width: 996px) {
  .idea__item {
    flex: 1;
  }
}
.idea__item:last-child {
  --icon-color: #00b2bb;
}
.idea__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.idea__item-img {
  position: relative;
  z-index: 0;
}
.idea__item-img img {
  width: 100%;
  vertical-align: bottom;
}
.idea__item__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.idea__item__text button {
  font-size: var(--MSIBodyFont);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media (min-width: 996px) {
  .idea__item__text button {
    font-size: 28px;
  }
}
.idea__item__btn {
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  font-size: var(--MSIBodyFont);
}
.idea__item__btn.active {
  color: var(--icon-color);
}
.idea__item__btn:hover .pulse-ring:nth-child(2) {
  animation: pulse-effect 1.5s infinite 0s;
}
.idea__item__btn:hover .pulse-ring:nth-child(3) {
  animation: pulse-effect 1.5s infinite 0.375s;
}
.idea__item__btn:hover .pulse-ring:nth-child(4) {
  animation: pulse-effect 1.5s infinite 0.75s;
}
.idea__item__btn:hover .pulse-ring:nth-child(5) {
  animation: pulse-effect 1.5s infinite 1.125s;
}
.idea__design {
  position: relative;
  background: linear-gradient(45deg, #9bc824, #0cb3b9);
  color: #fff;
  overflow: hidden;
}
.idea__design h3 {
  padding-bottom: 10px;
  font-size: var(--title-lg);
}
.idea__design-imgLeft {
  display: none;
}
@media (min-width: 996px) {
  .idea__design-imgLeft {
    display: block;
    position: absolute;
    width: 50%;
    right: 80%;
    bottom: auto;
    top: 50%;
    transform: translateY(-80%);
    opacity: 0.6;
  }
}
.idea__design-imgRight {
  position: absolute;
  bottom: -5vw;
  left: 40%;
  width: 100%;
  opacity: 0.6;
}
@media (min-width: 996px) {
  .idea__design-imgRight {
    width: 40%;
    left: 80%;
    bottom: auto;
    top: 50%;
    transform: translateY(-40%);
  }
}
.idea__design__text {
  position: relative;
  z-index: 3;
  padding: 25px 25px 80px;
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
}
@media (min-width: 996px) {
  .idea__design__text {
    padding: 60px 25px;
  }
}

.pulse-circle {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--icon-color);
  display: block;
  margin: 0 auto 20px;
}
@media (min-width: 996px) {
  .pulse-circle {
    width: 80px;
    height: 80px;
  }
}
.pulse-circle > span {
  display: block;
}
.pulse-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid var(--icon-color);
  opacity: 0;
  animation: none;
  /* 動畫延遲在 hover 狀態中設定 */
}

@keyframes pulse-effect {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.9;
  }
  25% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0.3;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0;
  }
}
.prod h2 {
  color: var(--color-green);
}
@media (min-width: 996px) {
  .prod h2 {
    font-size: 50px;
    padding-bottom: 30px;
  }
}
.prod__tab {
  text-align: center;
  --tabcol: #80BA34;
}
.prod__tab button {
  color: var(--tabcol);
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  background: none;
  border-bottom: var(--tabcol) 5px solid;
  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;
    border-bottom: #ccc 1px solid;
  }
  .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 h2 {
  color: var(--color-blue);
}
.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;
  background: rgba(255, 255, 255, 0.8);
}
@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;
  }
}
.contact {
  position: relative;
  background: #394e52;
  color: #fff;
  overflow: hidden;
}
.contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--color-green), var(--color-blue));
  animation: contactGradient 3s ease-in-out infinite;
  background-size: 200% 100%;
}
.contact img {
  width: 100%;
  vertical-align: bottom;
}
.contact__inner {
  padding: 0;
  position: relative;
}
@media (min-width: 996px) {
  .contact__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 996px) {
  .contact-img {
    order: 1;
    flex: 0 0 50%;
  }
}
@media (min-width: 996px) {
  .contact__box {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
  }
}
.contact__text {
  padding-bottom: 50px;
}
@media (min-width: 996px) {
  .contact__text {
    width: 45%;
    margin-left: 55%;
    padding-bottom: 0;
  }
}
.contact p {
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .contact p {
    padding-bottom: 40px;
  }
}

@keyframes contactGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.software {
  position: relative;
  background: #000;
  overflow: hidden;
}
.software img {
  width: 100%;
  vertical-align: bottom;
}
.software-bg {
  position: relative;
  z-index: 0;
  margin-top: -35vw;
}
@media (min-width: 996px) {
  .software-bg {
    margin-top: 0;
  }
}
.software__box {
  position: relative;
  z-index: 2;
  padding-top: 25px;
}
@media (min-width: 996px) {
  .software__box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.software__text {
  color: #fff;
}
@media (min-width: 996px) {
  .software__text {
    width: 45%;
    margin-left: 7%;
  }
}
.software__text h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.software__text p {
  padding-bottom: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.case {
  background: #eaeaea;
  text-align: center;
  padding: 45px 0;
  color: var(--color-gray-600);
  --radius: 20px;
}
@media (min-width: 996px) {
  .case {
    padding: 100px 0 100px;
    --radius: 30px;
  }
}
.case__map {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 25px;
  box-shadow: #ccc 0 0 20px;
}
@media (min-width: 996px) {
  .case__map-img {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
}
.case__map-num {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
}
@media (min-width: 996px) {
  .case__map-num .num {
    font-size: 100px !important;
  }
}
.case .num {
  color: var(--color-green);
  font-size: 10vw;
  font-weight: bold;
}
@media (min-width: 996px) {
  .case .num {
    font-size: 70px;
  }
}
.case__item {
  background: #fff;
  border-radius: var(--radius);
  padding: 25px;
  margin-top: 15px;
  box-shadow: #ccc 0 0 20px;
}
@media (min-width: 996px) {
  .case__item {
    flex: 1;
    margin-right: 30px;
  }
  .case__item:last-child {
    margin-right: 0;
  }
}
.case__btn {
  padding-top: 30px;
}
@media (min-width: 996px) {
  .case__btn {
    padding-top: 60px;
  }
}
@media (min-width: 996px) {
  .case__box {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
