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

.page_header {
  position: relative;
  background: url("https://storage-asset.msi.com/event/msi_ipc/images/products_header_bg_sbc.jpg") top right no-repeat;
  background-size: cover;
  color: #fff;
  height: 100px;
  margin-top: 60px;
}
@media (min-width: 996px) {
  .page_header {
    margin-top: 0;
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .page_header {
    height: 200px;
  }
}
.page_header .top_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_header .topTitle {
  text-align: center;
  padding: 0 25px;
}
.page_header h1.h2 {
  line-height: 1.1;
  font-size: 24px;
}
@media (min-width: 996px) {
  .page_header h1.h2 {
    font-size: 36px;
  }
}
.page_header h2.h3 {
  display: block;
  font-weight: normal;
  font-size: 22px;
  padding-bottom: 8px;
}
@media (min-width: 996px) {
  .page_header h2.h3 {
    font-size: 28px;
  }
}

@media (min-width: 996px) {
  .wrapper {
    background: url("https://storage-asset.msi.com/event/msi_ipc/images/point.png") 24% 0 repeat-y;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
  }
}

.sitebar {
  display: none;
}
@media (min-width: 996px) {
  .sitebar {
    display: block;
  }
}
.sitebar a {
  display: block;
}
.sitebar-menu-xs {
  text-align: center;
  border-bottom: var(--color-gray-300) 2px solid;
  font-size: 20px;
}
.sitebar-menu-xs a {
  color: var(--color-gray-800);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sitebar-menu-xs i {
  margin: 0 5px;
}
@media (min-width: 996px) {
  .sitebar-menu-xs {
    display: none;
  }
}
.sitebar_row {
  border-bottom: var(--color-gray-200) 1px solid;
}
@media (min-width: 996px) {
  .sitebar_row {
    border: none;
  }
}
.sitebar_row a .h3 {
  padding: 20px;
  color: var(--color-gray-800);
  font-weight: normal;
  font-size: 18px;
}
.sitebar_row a .h3:hover {
  color: #2E98E5;
}
@media (min-width: 996px) {
  .sitebar_row a .h3 {
    font-size: 20px;
  }
}
.sitebar .snav {
  background: #f7f9fa;
  padding: 20px 0;
  border-top: var(--color-gray-300) 1px solid;
}
@media (min-width: 996px) {
  .sitebar .snav {
    background: none;
  }
}
.sitebar .snav li a {
  color: var(--color-gray-600);
  padding: 5px 20px;
}
@media (min-width: 996px) {
  .sitebar .snav li a::before {
    content: "- ";
  }
}
.sitebar .snav li a:hover {
  background: #2E98E5;
  color: #fff;
}
@media (min-width: 996px) {
  .sitebar-section {
    flex: 0 0 24%;
  }
}

.content {
  padding: 35px 25px;
}
@media (min-width: 996px) {
  .content {
    flex: 0 0 76%;
    padding: 0 0 0 50px;
  }
}
.content_nav {
  padding-top: 20px;
  padding-bottom: 10px;
}
.content_nav ul {
  display: flex;
  justify-content: flex-start;
  color: var(--color-gray-500);
}
.content_nav li::after {
  content: "/";
  padding: 0 10px;
}
.content_nav li:last-child {
  color: #2E98E5;
}
.content_nav li:last-child::after {
  display: none;
}

.section_head {
  background: var(--color-gray-100);
  padding: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section_content .bs-row {
    display: flex;
    flex-wrap: wrap;
  }
}
.section_content .bs-col {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section_content .bs-col {
    display: inline-flex;
    flex-direction: column;
    width: calc(33.3333333333% - 15px);
    margin-right: 15px;
  }
  .section_content .bs-col:nth-child(3n) {
    margin-right: 0;
  }
}
.section_content .bs-col a .img_inner {
  background: #f6fbfe;
  padding: 20px;
}
@media (min-width: 996px) {
  .section_content .bs-col a .img_inner {
    padding: 40px;
  }
}
.section_content .bs-col a .model-name {
  color: #222;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
}
@media (min-width: 996px) {
  .section_content .bs-col a .model-name {
    padding-top: 20px;
  }
}
.section_content .bs-col a .h4 {
  color: #222;
  font-weight: normal;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (min-width: 996px) {
  .section_content .bs-col a .h4 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.section_content .bs-col a:hover .model-name {
  color: #2E98E5;
}
.section_content .tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  background: #2E98E5;
  color: #fff;
  margin-bottom: 10px;
}
.section_content .check_option {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: var(--color-gray-200) 1px solid;
  padding-top: 10px;
}
.section_content input[type=checkbox] {
  display: none;
}
.section_content label.compare {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}
.section_content label.compare:hover .checkmark {
  background: #2E98E5;
  border-color: #2E98E5;
}
.section_content .checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: var(--color-gray-300) 1px solid;
  border-radius: 3px;
  margin-right: 10px;
}
.section_content .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*select_lightbox*/
.select_lightbox {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  border: var(--color-gray-200) 1px solid;
  box-shadow: #ccc 0 0 20px;
}

.selectbox_content {
  position: relative;
  padding: 30px 20px;
  font-size: 17px;
}
.selectbox_content button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: var(--color-gray-300);
}
.selectbox_content button .sr-only {
  display: none;
}
.selectbox_content button .msicomicon-close {
  font-size: 30px;
}
.selectbox_content button .msicomicon-close::before {
  font-family: "msi-icons";
  content: "\ea02";
}
.selectbox_content button:hover {
  color: #fff;
}
.selectbox_content ul {
  padding: 10px 0 0;
}
.selectbox_content li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.selectbox_content li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  outline: var(--color-gray-300) 1px solid;
  border: #fff 3px solid;
  border-radius: 15px;
  margin-right: 10px;
  flex: 0 0 15px;
}
.selectbox_content li p {
  padding-left: 5px;
  font-size: 15px;
}
.selectbox_content li.active::before {
  background: #2E98E5;
  border: #fff 3px solid;
  outline: #2E98E5 1px solid;
}

.pageNavBar {
  margin: 30px 0;
}
@media (min-width: 996px) {
  .pageNavBar {
    margin: 50px 0;
  }
}
.pageNavBar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageNavBar ul li {
  margin: 0 10px;
}
@media (min-width: 996px) {
  .pageNavBar ul li {
    margin: 0 15px;
  }
}
.pageNavBar ul li a {
  color: var(--color-gray-400);
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.pageNavBar ul li a:hover {
  color: #2E98E5;
}
.pageNavBar ul li a.active {
  color: #2E98E5;
  border-bottom: #2E98E5 1px solid;
}
.pageNavBar ul li.prev a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--color-gray-300) 1px solid;
  width: 40px;
  height: 40px;
  color: #2E98E5;
  font-size: 20px;
}
.pageNavBar ul li.prev a::before {
  font-family: "msi-icons";
  content: "\ea10";
}
.pageNavBar ul li.prev a:hover {
  border-color: #2E98E5;
}
.pageNavBar ul li.next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--color-gray-300) 1px solid;
  width: 40px;
  height: 40px;
  color: #2E98E5;
  font-size: 20px;
}
.pageNavBar ul li.next a::before {
  font-family: "msi-icons";
  content: "\ea09";
}
.pageNavBar ul li.next a:hover {
  border-color: #2E98E5;
}

@media (min-width: 996px) {
  .compare {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.compare_section {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 160px;
  left: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(45deg, #2e98e5 0%, #0068b7 100%);
}
.compare_inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}
.compare_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.compare_close button {
  cursor: pointer;
  color: #888;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.65;
}
.compare_close button:hover {
  opacity: 1;
}
.compare_close .sr-only {
  display: none;
}
.compare_close .msicomicon-close {
  font-size: 30px;
}
.compare_close .msicomicon-close::before {
  font-family: "msi-icons";
  content: "\ea02";
}
.compare-body {
  display: flex;
}
.compare-head {
  padding-bottom: 10px;
}
@media (min-width: 996px) {
  .compare-head {
    flex: 0 0 300px;
    font-size: 24px;
  }
}
.compare .comparedrawer-item-container {
  position: relative;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  flex: 1;
  margin-right: 5px;
  max-width: 25%;
}
@media (min-width: 996px) {
  .compare .comparedrawer-item-container {
    margin-right: 20px;
    margin: 0 20px;
    padding: 10px;
  }
}
.compare .comparedrawer-item-container:last-child {
  margin-right: 0;
}
.compare .comparedrawer-item-container:hover {
  transform: scale(1.02);
}
.compare-pd-infor {
  display: inline-block;
  color: #fff;
  text-align: center;
}
.compare-pd-infor .model-name {
  font-size: 12px;
}
@media (min-width: 996px) {
  .compare-pd-infor .model-name {
    font-size: 16px;
  }
}
.compare-pd-infor .img_inner {
  padding: 10px;
}
@media (min-width: 996px) {
  .compare-pd-infor .img_inner {
    width: 70%;
    margin: 0 auto;
  }
}
.compare .close-overlayer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-weight: bold;
}
.compare .close-overlayer .btn-delete {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.compare .close-overlayer .btn-delete::before {
  font-family: "msi-icons";
  content: "\f039";
  display: block;
  font-size: 24px;
}
@media (min-width: 996px) {
  .compare .close-overlayer .btn-delete {
    font-size: 16px;
  }
  .compare .close-overlayer .btn-delete::before {
    font-size: 40px;
  }
}
.compare-footer {
  padding-top: 10px;
  display: flex;
}
@media (min-width: 996px) {
  .compare-footer {
    flex: 0 0 250px;
    flex-direction: column;
    padding-left: 60px;
  }
}
.compare .defaultBtn {
  flex: 1;
  background: rgb(238, 248, 252);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 996px) {
  .compare .defaultBtn {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0px 15px;
  }
}
.compare .defaultBtn::after {
  font-family: "msi-icons";
  flex: 0 0 40px;
  font-size: 20px;
}
@media (min-width: 996px) {
  .compare .defaultBtn::after {
    font-size: 36px;
  }
}
.compare .btn-compare {
  color: #000;
}
.compare .btn-compare::after {
  content: "\f010";
}
.compare .btn-compare:hover {
  background: #cce4f2;
}
.compare .btn_remove_Compare {
  background: #000;
  color: #fff;
}
.compare .btn_remove_Compare::after {
  content: "\f039";
}
.compare .btn_remove_Compare:hover {
  color: #cce4f2;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 1930px) {
  .wrapper {
    max-width: 1600px;
    padding: 0;
  }
}
