@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;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  top: 62%;
  left: 2%;
}
@media (min-width: 996px) {
  .kv-title {
    top: 85%;
    left: 13%;
  }
}
.kv-title span {
  display: block;
  font-size: 5vw;
}
.kv-title span.xl {
  font-size: 7vw;
  padding-left: 60px;
}
.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;
  }
}

.info {
  text-align: center;
  padding: 45px 25px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.map {
  padding: 45px 0;
}
.map img {
  width: 100%;
  vertical-align: bottom;
}
.map__box {
  position: relative;
}
.map-base {
  position: relative;
  z-index: 1;
}
.map-line {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.map-line line, .map-line polyline {
  stroke-dasharray: 0 1000;
  stroke-dashoffset: 0;
}
.map-dot {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.map-location {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}
.map h2 {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 3;
  font-size: 24px;
  color: var(--color-green);
  text-align: center;
  text-shadow: 0 0 30px;
  line-height: 1.2;
}
@media (min-width: 996px) {
  .map h2 {
    font-size: 50px;
    width: 100%;
  }
}
.map h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
  border-radius: 50%;
  z-index: -1;
}
.map h2 span {
  position: relative;
  z-index: 2;
}

.support {
  background: #eaeaea;
  text-align: center;
  padding-bottom: 60px;
}
.support__text {
  padding: 45px 0;
}
@media (min-width: 996px) {
  .support__box {
    position: relative;
    text-align: left;
  }
}
.supportCard {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin: 25px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.supportCard h3 {
  font-style: var(--title-md);
  color: var(--color-gray-800);
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .supportCard {
    margin: 0 0 20px;
    padding: 40px 60px;
  }
  .supportCard h3 {
    position: relative;
    border-bottom: 1px solid var(--color-gray-800);
  }
}
.supportCard-icon {
  width: 100%;
  margin: 0 auto;
  max-width: 80px;
}
.supportCard--support .supportCard-time {
  color: var(--color-green);
  font-weight: bold;
}
.supportCard--support .supportCard-time span {
  display: block;
  font-weight: normal;
}
.supportCard--support a {
  color: var(--color-green);
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.supportCard--support a::after {
  content: " > ";
  padding-top: 5px;
}
.supportCard--support a:hover {
  text-decoration: underline;
}
@media (min-width: 996px) {
  .supportCard--support {
    width: 50%;
  }
  .supportCard--support .supportCard-icon {
    position: absolute;
    left: 60px;
    top: 35px;
  }
  .supportCard--support .supportCard-time b {
    font-size: 30px;
  }
  .supportCard--support h3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .supportCard--support h3 span {
    display: block;
    padding-left: 100px;
  }
}
.supportCard--repair a {
  color: var(--color-blue);
}
.supportCard--repair a::after {
  content: " > ";
  padding-top: 5px;
}
.supportCard--repair a:hover {
  text-decoration: underline;
}
@media (min-width: 996px) {
  .supportCard--repair {
    width: 50%;
  }
  .supportCard--repair .supportCard-icon {
    margin-left: 0;
  }
}
.supportCard--corp {
  color: var(--color-blue);
}
.supportCard--corp .supportCard-time span {
  display: block;
  font-weight: normal;
}
.supportCard--corp a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-blue);
}
.supportCard--corp a img {
  flex: 0 0 30px;
  margin-right: 10px;
  width: 30px;
}
.supportCard--corp a:hover {
  text-decoration: underline;
}
@media (min-width: 996px) {
  .supportCard--corp {
    width: calc(50% - 20px);
    position: absolute;
    right: 0;
    top: 0;
    padding-bottom: 40px;
  }
  .supportCard--corp .supportCard-icon {
    position: absolute;
    left: 60px;
    top: 35px;
    width: 70px;
  }
  .supportCard--corp h3 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .supportCard--corp h3 span {
    display: block;
    padding-left: 100px;
  }
  .supportCard--corp b {
    font-size: 30px;
  }
  .supportCard--corp a {
    margin-top: 20px;
  }
  .supportCard--corp a img {
    width: 60px;
  }
}
.supportCard--hotline p {
  color: var(--color-green);
  font-weight: bold;
}
.supportCard--hotline p span {
  font-weight: normal;
}
@media (min-width: 996px) {
  .supportCard--hotline {
    position: absolute;
    width: calc(50% - 20px);
    right: 0;
    top: 60%;
  }
  .supportCard--hotline .supportCard-icon {
    position: absolute;
    left: 60px;
    top: 35px;
    width: 70px;
  }
  .supportCard--hotline h3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .supportCard--hotline h3 span {
    display: block;
    padding-left: 100px;
  }
  .supportCard--hotline b {
    font-size: 30px;
  }
}
