: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;
}
.kv img {
  vertical-align: bottom;
}

@media (min-width: 996px) {
  .pdCategory {
    padding: 10px;
  }
}
.pdCategory ul {
  display: flex;
  flex-wrap: wrap;
}
.pdCategory ul li {
  display: inline-flex;
  width: calc(50% - 1px);
  background: #5A99C7;
  margin-right: 2px;
  margin-bottom: 2px;
  position: relative;
}
.pdCategory ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}
.pdCategory ul li a img {
  width: 30%;
  margin-right: 10px;
}
.pdCategory ul li:nth-child(1) {
  background: #5A99C7;
}
.pdCategory ul li:nth-child(2) {
  background: #8EC5EE;
  margin-right: 0;
}
.pdCategory ul li:nth-child(3) {
  background: #124368;
}
.pdCategory ul li:nth-child(4) {
  background: #7EA1B9;
  margin-right: 0;
}
@media (min-width: 996px) {
  .pdCategory ul li {
    flex: 1;
    overflow: hidden;
    min-height: 180px;
    margin-right: 10px;
  }
  .pdCategory ul li:nth-child(2) {
    margin-right: 10px;
  }
  .pdCategory ul li img {
    position: absolute;
    width: 50%;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) translateX(0px) scale(1.2);
    transition: 0.5s all ease-in-out;
  }
  .pdCategory ul li a {
    padding: 0 40px;
    font-size: 24px;
    position: relative;
  }
  .pdCategory ul li a span {
    display: block;
    width: 50%;
  }
  .pdCategory ul li a span b {
    display: block;
  }
  .pdCategory ul li a::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border: rgba(255, 255, 255, 0) 1px solid;
    transition: 0.5s all ease-in-out;
  }
  .pdCategory ul li a:hover img {
    transform: translateY(-55%) translateX(-10px) scale(1.2);
  }
  .pdCategory ul li a:hover::after {
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0.6);
  }
}

.newPd {
  text-align: center;
}
@media (min-width: 996px) {
  .newPd {
    margin-top: 30px;
  }
}
.newPdList {
  display: flex;
  flex-wrap: wrap;
}
.newPd .pd {
  display: inline-flex;
  width: calc(50% - 5px);
  text-align: left;
  margin-right: 10px;
  margin-bottom: 25px;
}
.newPd .pd:nth-child(2), .newPd .pd:nth-child(4) {
  margin-right: 0;
}
.newPd .pd a {
  color: #222;
}
.newPd .pd a:hover h3 {
  color: #2E98E5;
}
.newPd .pd a:hover img {
  transform: scale(1.03);
}
.newPd .pd__img {
  background: #f6fbfe;
  padding: 20px;
}
.newPd .pd h3 {
  font-size: 20px;
  padding: 10px 0;
}
.newPd .pd p {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (min-width: 996px) {
  .newPd .pd {
    flex: 1;
    margin-right: 30px;
  }
  .newPd .pd:nth-child(2) {
    margin-right: 30px;
  }
}

.solution {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
@media (min-width: 996px) {
  .solution {
    margin-top: 80px;
  }
}
.solution__inner {
  position: relative;
  z-index: 2;
  padding: 0px 25px;
}
.solution picture {
  display: block;
}
.solution__bg {
  display: none;
}
@media (min-width: 996px) {
  .solution__bg {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    overflow: hidden;
    background: #1d6da8;
  }
  .solution__bg img {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.solution__intro {
  max-width: 1200px;
  margin: 0 auto;
}
.solution__list {
  padding-top: 25px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solution__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 996px) {
  .solution__list {
    padding-top: 50px;
  }
}
.solution__card {
  padding-bottom: 25px;
}
.solution__card h3 {
  font-size: 20px;
  padding: 15px 0 10px;
}
.solution__card p {
  padding-bottom: 25px;
}
.solution__card a {
  color: #222;
}
@media (min-width: 768px) {
  .solution__card {
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .solution__card:nth-child(2), .solution__card:nth-child(4) {
    margin-right: 0;
  }
}
@media (min-width: 996px) {
  .solution__card {
    flex: 1;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
  }
  .solution__card img {
    vertical-align: bottom;
  }
  .solution__card:nth-child(2) {
    margin-right: 30px;
  }
  .solution__card .text {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 20%;
    background: rgba(46, 97, 135, 0.7);
    transition: 0.5s all ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .solution__card .text p {
    display: none;
    padding: 0;
  }
  .solution__card a:hover .text {
    height: 100%;
  }
  .solution__card a:hover p {
    display: block;
  }
}
.solution .dms {
  position: relative;
  z-index: 2;
  background: url("https://storage-asset.msi.com/event/msi_ipc_2024/images/dms-bg-xs.jpg") center center no-repeat;
  color: #fff;
  padding: 20px 25px 40px;
  margin-top: 25px;
  max-width: 1200px;
  margin: 0 auto;
}
.solution .dms h2 {
  color: white;
}
.solution .dms p {
  padding-bottom: 25px;
}
.solution .dms a {
  display: inline-block;
  padding: 10px 25px;
  color: #2E98E5;
  background: #fff;
  border: #2E98E5 1px solid;
  font-size: 16px;
  min-width: 200px;
}
.solution .dms a:hover {
  background: #2E98E5;
  color: #fff;
}
@media (min-width: 996px) {
  .solution .dms {
    background: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .solution .dms a {
    margin-top: 20px;
    padding: 15px 50px;
  }
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  animation: 0.5s YouTubePopUp;
}
.YouTubePopUp-Content {
  position: relative;
  max-width: 1040px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.YouTubePopUp-Content iframe {
  width: 100%;
  max-width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .YouTubePopUp-Content iframe {
    height: 320px;
  }
}
@media (min-width: 996px) {
  .YouTubePopUp-Content iframe {
    height: 480px;
  }
}
.YouTubePopUp-Hide {
  animation: 0.5s YouTubePopUpHide;
}
.YouTubePopUp-Close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #2E98E5;
  color: #ffffff;
  border: #2E98E5 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}
.YouTubePopUp-Close:hover {
  background: #fff;
  color: #2E98E5;
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: 30px !important;
}
.swiper-pagination-bullet {
  background: #333;
  width: 40px !important;
  height: 5px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: #2E98E5;
}

.popup {
  display: none;
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.6);
}
.popup__inner {
  background: #fff;
}
.popup__body {
  padding: 25px 0;
}
.popup__close {
  position: absolute;
  right: 25px;
  top: 15px;
  background: none;
  color: #2E6187;
  font-size: 30px;
  cursor: pointer;
}
.popup__close:hover {
  color: #2E98E5;
}
.popup__submit {
  padding-top: 20px;
}
.popup__submit button {
  background: #2E98E5;
  border: #2E98E5 1px solid;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.popup__submit button:hover {
  background: #fff;
  color: #2E98E5;
}

.subscribe .popup__inner {
  padding: 25px;
}
@media (min-width: 996px) {
  .subscribe .popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    padding: 50px;
    box-shadow: #ccc 0 10px 20px;
  }
}
.subscribe input, .subscribe select {
  border: #333 1px solid;
  color: #333;
  padding: 10px;
  width: 100%;
}
.subscribe__item {
  padding-top: 10px;
}
@media (min-width: 996px) {
  .subscribe__group {
    display: flex;
  }
  .subscribe__group .subscribe__item {
    flex: 1;
    margin-right: 10px;
  }
  .subscribe__group .subscribe__item:last-child {
    margin-right: 0;
  }
}
.subscribe__check {
  display: flex;
  padding-top: 15px;
}
.subscribe__check input[type=checkbox] {
  display: none;
}
.subscribe__check input[type=checkbox]:checked + label::before {
  background: #ccc;
  font-family: "msi-icons";
  content: "\ea01";
}
.subscribe__check label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.subscribe__check label::before {
  content: "";
  border: #ccc 1px solid;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe__note {
  font-size: 13px;
  color: #666;
  padding-top: 10px;
  line-height: 1.4;
  display: block;
}
.subscribe__note a {
  color: #2E98E5;
  text-decoration: underline;
}
.subscribe__note a:hover {
  text-decoration: none;
}

.vd {
  background: var(--color-gray-100);
  padding: 25px 0;
  margin-top: 25px;
}
@media (min-width: 996px) {
  .vd {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.vd .msi__container {
  overflow-x: hidden;
  position: relative;
}
.vd__card {
  text-align: center;
  padding-bottom: 45px;
}
.vd__img {
  overflow: hidden;
  position: relative;
  padding-bottom: 55%;
}
.vd__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.vd .btn-play {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.vd .btn-play::before {
  font-family: "msi-icons";
  content: "\ea19";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  text-shadow: #000 0 0 20px;
}
@media (min-width: 996px) {
  .vd .btn-play::before {
    font-size: 60px;
  }
}
.vd h3 {
  position: relative;
  z-index: 10;
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.4;
}
.vd a {
  color: var(--color-gray-800);
}
.vd a:hover {
  color: #2E98E5;
}
.vd a:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}
.vd .common-title {
  text-align: center;
}
.vd .swiper-wrapper {
  z-index: 0;
}
.vd .swiper-pagination {
  bottom: 0 !important;
}

@media (min-width: 996px) {
  .form {
    display: flex;
  }
}
.form__card {
  text-align: center;
  padding: 25px;
  margin-top: 2px;
  color: #fff;
}
.form__card h3 {
  font-size: 20px;
}
.form__card a, .form__card button {
  color: #fff;
  font-size: 16px;
  background: #2E98E5;
  border: #2E98E5 1px solid;
  display: inline-block;
  margin-top: 15px;
  min-width: 200px;
  padding: 10px;
  cursor: pointer;
}
.form__card a:hover, .form__card button:hover {
  background: #fff;
  color: #2E98E5;
}
.form__card:nth-child(1) {
  background: url("../images/bg-inquiry.jpg") center center no-repeat ;
  background-size: cover;
}
.form__card:nth-child(2) {
  background: url("../images/bg-subscribe.jpg") center center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .form__card {
    flex: 1;
    margin-right: 2px;
    text-align: left;
    padding: 50px 0;
  }
  .form__card h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .form__card a, .form__card button {
    margin-top: 15px;
    text-align: center;
  }
  .form__card:nth-child(2) {
    margin-right: 0;
  }
  .form__card:nth-child(2) .form__text {
    margin-left: 50px;
  }
  .form__card:nth-child(1) .form__text {
    float: right;
    margin-right: 50px;
  }
  .form__card:nth-child(1) .form__text::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
  }
}
@media (min-width: 996px) {
  .form__text {
    width: 550px;
  }
}
