: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, "Segoe UI", "Meiryo 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;
}

main {
  margin-top: 60px;
}
@media (min-width: 996px) {
  main {
    margin-top: 0;
  }
}

.kv {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 996px) {
  .kv {
    margin-top: 0;
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .kv {
    height: 200px;
  }
}
.kv img {
  width: 100%;
  vertical-align: bottom;
}
.kv picture {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.kv__text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 0 25px;
}
.kv__text h1 {
  text-align: center;
  line-height: 1.1;
  font-size: 24px;
}
.kv__text h1 span {
  display: block;
  font-weight: normal;
  font-size: 70%;
}
@media (min-width: 996px) {
  .kv__text h1 {
    text-align: left;
    font-size: 36px;
  }
  .kv__text h1 span {
    padding-bottom: 8px;
    font-size: 80%;
  }
}

.pagination {
  text-align: center;
  padding: 60px 10px 60px;
  display: flex;
  justify-content: center;
}
.pagination button {
  background: none;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border: #ccc 1px solid;
  margin: 0 5px;
  cursor: pointer;
}
.pagination button:hover {
  border-color: #2E98E5;
  color: #2E98E5;
}
.pagination button.active {
  background: #2E98E5;
  border-color: #2E98E5;
  color: #fff;
}
.pagination button.prev {
  font-size: 0;
}
.pagination button.prev::after {
  content: "\ea10";
  font-family: "msi-icons";
  font-size: 16px;
}
.pagination button.next {
  font-size: 0;
}
.pagination button.next::after {
  content: "\ea09";
  font-family: "msi-icons";
  font-size: 16px;
}

.pagenationBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: #eee 1px solid;
  padding: 25px 25px 40px;
}
.pagenationBar a {
  text-decoration: underline;
}
.pagenationBar a:hover {
  text-decoration: none !important;
}
.pagenationBar button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #ccc 1px solid;
  background: none;
  cursor: pointer;
  font-size: 20px;
}
.pagenationBar button:hover {
  border-color: #2E98E5;
  color: #2E98E5;
}
.pagenationBar button.prev::before {
  content: "\ea10";
  font-family: "msi-icons";
}
.pagenationBar button.next::before {
  content: "\ea09";
  font-family: "msi-icons";
}

.blog {
  background: url("../images/solution-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .blog {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.blog__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .blog__list {
    gap: 40px;
  }
}
.blogCard {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: #ccc 5px 0 15px;
}
.blogCard img {
  width: 100%;
  vertical-align: bottom;
}
.blogCard a {
  position: relative;
  color: #222;
}
@media (min-width: 768px) {
  .blogCard a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blogCard a::before {
    content: "Learn More";
    position: absolute;
    right: 45px;
    bottom: 27px;
    font-size: 13px;
    color: #2E98E5;
    transition: 0.5s all ease;
  }
  .blogCard a::after {
    content: "\ea09";
    font-family: "msi-icons";
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 28px;
    color: #2E98E5;
    transition: 0.5s all ease;
  }
  .blogCard a:hover::before, .blogCard a:hover::after {
    transform: translateX(5px);
    color: #1eb5fc;
  }
  .blogCard a:hover h3 {
    color: #2E98E5;
  }
}
.blogCard__text {
  padding: 25px;
}
.blogCard h3 {
  font-size: var(--title-md);
  padding-bottom: 10px;
}
