: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;
  --link-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;
  }
}

.caseCard {
  position: relative;
  background: var(--color-gray-100);
  text-align: left;
}
.caseCard a {
  position: absolute;
  z-index: 0;
  inset: 0;
  color: var(--color-gray-800);
}
.caseCard:hover h3 {
  color: #2E98E5;
  text-decoration: underline;
}
.caseCard__text {
  padding: 16px;
}
.caseCard__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.caseCard__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.caseCard h3 {
  font-size: var(--title-sm);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  margin-bottom: 8px;
}
.caseCard__tag {
  padding: 16px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.caseCard__tag a {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #336699;
  color: #fff;
  font-size: var(--note-sm);
  padding: 4px 8px;
  border-radius: 16px;
  letter-spacing: 0.5px;
}
.caseCard__tag a:hover {
  background: #2E98E5;
  color: #fff;
}
.caseCard__location {
  color: #2E98E5;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: var(--note-md);
}
.caseCard__location i {
  color: var(--color-gray-800);
  padding-top: 4px;
  font-size: var(--note-lg);
}

.case {
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//solution-bg.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
}
.case-img--center {
  text-align: center;
  padding-bottom: 25px;
}
.case a {
  color: #2E98E5;
  text-decoration: underline;
}
.case a:hover {
  text-decoration: none;
}
.case__vd {
  padding-bottom: 45px;
}
@media (min-width: 996px) {
  .case.detail {
    padding: 50px 0 100px;
  }
}
.case.detail .msi__container {
  background: #fff;
}
@media (min-width: 996px) {
  .case.detail .msi__container {
    padding: 0;
  }
}
.caseList {
  padding: 60px 0;
}
.case header {
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//case-detail-header.png") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .case header {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.case header h1 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px;
}
@media (min-width: 996px) {
  .case header h1 {
    font-size: 26px;
    line-height: 1.3;
  }
  .case header h1 span {
    display: block;
  }
}
.case__detail {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px 25px;
}
.case__subtitle {
  font-size: var(--title-md);
  padding-bottom: 15px;
  padding-top: 25px;
  color: #2E98E5;
}
.case__subtitle.center {
  text-align: center;
}
.case__imgbox {
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//bg-case-detail-img-xs.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .case__imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.case__imgbox__img {
  -webkit-mask: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//case-mask.svg") bottom right no-repeat;
  mask: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//case-mask.svg") bottom right no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.case__imgbox__img img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 996px) {
  .case__imgbox__img {
    height: 380px;
    flex: 0 0 50%;
  }
}
.case__imgbox__text {
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 40px 25px;
  text-shadow: #fff 1px 1px 3px;
}
.case__imgbox__text img {
  max-height: 120px;
  width: auto;
}
@media (min-width: 996px) {
  .case__imgbox__text {
    flex: 0 0 calc(50% - 40px);
    margin-right: 40px;
  }
}
.case__imgbox__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 25px;
  width: 25px;
  height: 25px;
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//comma.png") center center no-repeat ;
  background-size: cover;
}
.case__imgbox__text::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 25px;
  width: 25px;
  height: 25px;
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//comma.png") center center no-repeat ;
  background-size: cover;
  transform: rotate(180deg);
}
.case__content {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 25px;
}
.case__content p {
  padding-bottom: 25px;
  line-height: 1.8;
}
.case__content ul {
  padding-bottom: 25px;
  margin-left: 20px;
}
.case__content ul li {
  list-style: disc;
  padding-bottom: 10px;
}
.case__content ul li ul {
  padding-bottom: 0;
  padding-top: 10px;
}
.case__content ul li ul li:last-child {
  padding-bottom: 0;
}
.case-title {
  color: #2E98E5;
  font-size: 20px;
  padding: 20px 0 20px;
}
.case-title--sub {
  font-size: 18px;
  padding-bottom: 10px;
}
.case-title--subinline {
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 8px;
}
@media (min-width: 996px) {
  .case__flex {
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
  }
  .case__flex.vcenter {
    align-items: center;
  }
  .case__flex-img {
    flex: 0 0 50%;
    padding-top: 15px;
    order: 2;
  }
  .case__flex-img--left {
    flex: 0 0 50%;
    order: 1;
  }
  .case__flex-logo {
    flex: 0 0 40%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: #ccc 1px solid;
  }
  .case__flex-logo img {
    height: 100px;
    object-fit: contain;
    max-width: 95%;
  }
  .case__flex-text--right {
    order: 2;
  }
}
.case__keytitle {
  color: #2E98E5;
  font-size: var(--title-md);
  font-weight: bold;
  padding-bottom: 15px;
  margin-top: 20px;
}
.case__keylist {
  margin-left: 20px;
  padding-bottom: 25px;
}
.case__keylist li {
  list-style: disc;
  padding-bottom: 10px;
}
.case ul {
  padding-bottom: 25px;
}
.case ul.list {
  padding-left: 20px;
  text-align: left;
}
.case ul.list li {
  position: relative;
  padding: 5px 0 5px 10px;
  list-style: none;
}
.case ul.list li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #d9e5ee;
  left: -10px;
  top: 15px;
}

.imgBorder {
  border: #d5e5f4 1px solid;
  border-radius: 30px;
  padding: 15px 15px 20px;
  text-align: center;
  margin-bottom: 25px;
}

.iconBox {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 996px) {
  .iconBox {
    flex-direction: row;
  }
  .iconBox__item {
    flex: 1;
    border-right: #d5e5f4 1px dashed;
    padding-right: 25px;
  }
  .iconBox__item:last-child {
    border: none;
    padding-right: 0;
  }
}
.iconBox__title {
  background: #e6f2f9;
  padding: 15px;
  border-radius: 20px;
  font-size: var(--title-sm);
  font-weight: bold;
  color: #369;
  margin-bottom: 25px;
}

.bgBox {
  background: #e6f2f9;
}

.tableBlock {
  display: table;
  border-collapse: collapse;
  border: #bad0e4 5px solid;
  margin-bottom: 25px;
  width: 100%;
}
.tableBlock__tr {
  position: relative;
  display: table-row;
  width: 100%;
}
.tableBlock__tr::before {
  position: absolute;
  content: attr(data-title);
  background: #eee;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 996px) {
  .tableBlock__tr::before {
    display: none;
  }
}
.tableBlock__th {
  display: table-cell;
  font-weight: bold;
  padding: 10px;
  background: #d5e5f4;
  border: #bad0e4 1px solid;
  color: #369;
}
.tableBlock__th--title {
  display: none;
}
@media (min-width: 996px) {
  .tableBlock__th--title {
    display: table-cell;
  }
}
.tableBlock__td {
  display: table-cell;
  border: #d5e5f4 1px solid;
  padding: 40px 10px 10px;
}
@media (min-width: 996px) {
  .tableBlock__td {
    padding: 10px;
  }
}
.tableBlock__td--title {
  display: none;
}
@media (min-width: 996px) {
  .tableBlock__td--title {
    display: table-cell;
    font-weight: bold;
  }
}

.kv {
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//banner-case-xs.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .kv {
    background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images//banner-case.jpg") center center no-repeat ;
    background-size: cover;
  }
}

.case .common-title {
  text-align: center;
}
.case__box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 996px) {
  .case__box {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 996px) {
  .case__box .caseCard {
    width: calc(33.3333333333% - 24px);
  }
}
.case__btn {
  text-align: right;
  padding-top: 16px;
  padding-right: 20px;
}

.guideBar {
  margin-top: 60px;
  background: #eef7fd;
}
@media (min-width: 996px) {
  .guideBar {
    margin-top: 0;
  }
}
.guideBar .msi__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.guideBar h2 {
  color: #336699;
  font-weight: normal;
  font-size: 18px;
}
.guideBar a {
  display: inline-block;
  border: #2E98E5 1px solid;
  padding: 3px 10px;
  color: #2E98E5;
  font-size: 16px;
  cursor: pointer;
}
.guideBar a:hover {
  background: #2E98E5;
  color: #fff;
}

.spec-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}
.spec-table .tr {
  display: table-row;
}
.spec-table .th {
  display: table-cell;
  padding: 10px;
  font-weight: bold;
  background: var(--color-gray-200);
  color: #336699;
  border-bottom: #336699 3px solid;
}
.spec-table .td {
  display: table-cell;
  border-bottom: var(--color-gray-300) 1px solid;
  padding: 10px;
  color: var(--color-gray-600);
}
.spec-table .td:first-child {
  color: var(--color-gray-600);
  font-weight: bold;
}
