@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 {
  position: relative;
  overflow: hidden;
  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 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: relative;
  z-index: 10;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 62%;
  left: 2%;
}
@media (min-width: 996px) {
  .kv-title {
    top: 52%;
    left: 0%;
  }
}
.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: 24px;
  }
  .kv-title span.xl {
    font-size: 60px;
  }
  .kv-title span.lg {
    font-size: 50px;
  }
  .kv-title span.xs {
    font-size: 30px;
    font-weight: 300;
  }
}

.intro__box {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  padding: 45px 25px;
}
.intro__box p {
  font-size: var(--text-xl);
  line-height: 1.8;
}
@media (min-width: 996px) {
  .intro__box {
    padding: 45px 0;
  }
}

.feature {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 996px) {
  .feature {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
  }
}
.feature__box {
  position: relative;
}
@media (min-width: 996px) {
  .feature__box {
    flex: 0 0 59%;
  }
}
.feature__imgBox {
  position: relative;
  z-index: 0;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 996px) {
  .feature__imgBox {
    width: 30%;
    margin-left: 0;
  }
}
@media (min-width: 1930px) {
  .feature__imgBox {
    width: 30%;
    margin-left: 5%;
  }
}
.feature .screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.feature .screen img {
  width: 100%;
  vertical-align: bottom;
}
.feature .screen.active {
  opacity: 1;
}
.feature__list {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 5vw;
}
.feature__list button {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  margin-bottom: 5px;
  border-left: var(--color-blue) 2px solid;
  transition: 0.5s all ease;
  cursor: pointer;
  color: var(--color-gray-800);
}
.feature__list button:hover {
  color: var(--color-blue);
  transform: scale(1.05);
}
.feature__list button.active {
  background: var(--color-blue);
  color: #fff;
}
@media (min-width: 996px) {
  .feature__list {
    position: relative;
    flex: 0 0 38%;
    left: 0;
  }
  .feature__list li {
    display: flex;
    justify-content: flex-end;
  }
  .feature__list li.active {
    border-bottom: var(--color-blue) 1px solid;
    font-size: var(--text-lg);
    margin-bottom: 15px;
  }
  .feature__list li.active button {
    color: var(--color-blue);
    font-weight: bold;
    font-size: 20px;
    background: none;
  }
  .feature__list button {
    border-left: none;
    font-size: 17px;
  }
}
.feature__text {
  position: relative;
  z-index: 3;
  display: none;
  background: #fff;
  padding: 25px;
  width: 80%;
  margin: -50px auto 0;
  border-radius: 15px;
  border-bottom: var(--color-blue) 2px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: var(--text-sm);
  transition: 0.5s all ease;
}
.feature__text.active {
  display: block;
}
@media (min-width: 996px) {
  .feature__text {
    position: absolute;
    width: 350px;
    left: 35%;
    top: 30%;
  }
}

.scenario {
  background: #eaeaea;
  padding-bottom: 50px;
}
@media (min-width: 996px) {
  .scenario {
    padding-bottom: 120px;
  }
}
.scenario__text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 45px 25px;
}
.scenario__text p {
  font-size: var(--text-xl);
  line-height: 1.8;
}
@media (min-width: 996px) {
  .scenario__text {
    padding: 45px 0;
  }
}
@media (min-width: 996px) {
  .scenario__box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 2fr));
    gap: 24px;
  }
}
@media (min-width: 996px) and (min-width: 996px) {
  .scenario__box {
    gap: 40px;
  }
}
.scenario-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.scenario-card img {
  width: 100%;
  vertical-align: bottom;
}
.scenario-card figcaption {
  font-size: var(--text-lg);
  text-align: left;
  padding: 15px;
  background: #fff;
}
@media (min-width: 996px) {
  .scenario-card {
    margin-bottom: 0;
  }
  .scenario-card:nth-child(even) {
    transform: translateY(85px);
  }
  .scenario-card figcaption {
    padding: 15px 25px;
  }
}

.app {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 996px) {
  .app {
    text-align: left;
    padding: 100px 0;
  }
}
.app::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: var(--color-blue);
}
@media (min-width: 996px) {
  .app::before {
    height: 200%;
    left: auto;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: #fff;
  }
}
@media (min-width: 996px) {
  .app__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.app__img {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}
.app__img img {
  width: 100%;
  vertical-align: bottom;
}
.app__img-base {
  position: relative;
  z-index: 3;
}
.app__img-screen {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.app__img-screen-1 {
  z-index: 2;
}
@media (min-width: 996px) {
  .app__img {
    flex: 0 0 50%;
    width: 100%;
  }
}
.app__text {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media (min-width: 996px) {
  .app__text {
    flex: 0 0 50%;
    color: #fff;
  }
}
.app-qrcode {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  max-width: auto;
}
@media (min-width: 996px) {
  .app-qrcode {
    margin: 0;
    width: 50%;
    text-align: left;
  }
}
