@charset "UTF-8";
@import url(https://use.typekit.net/lgv1xst.css);
.theme {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center;
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/Z790/mpg-z790-edge-monster-hunter-edition/images/mb-monster-bg.jpg);
}
.theme .mb {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.theme .mb img {
  max-width: 100%;
}
.theme .mb__Group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5% 1%;
  overflow: hidden;
}
.theme .mb__leftword {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  font-family: "industry-inc-base", sans-serif;
  bottom: 0;
  text-transform: uppercase;
  font-size: 70px;
  opacity: 0.1;
  line-height: 1;
}
.theme .mb__sideMenu {
  display: block;
  position: relative;
  font-family: "industry-inc-base", sans-serif;
  width: 20%;
  max-width: 300px;
  text-align: left;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.theme .mb__sideMenu-fake {
  max-height: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.theme .mb__sideMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.theme .mb__sideMenu ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 2;
  color: #381f15;
  text-transform: uppercase;
  position: relative;
}
.theme .mb__sideMenu ul li:hover, .theme .mb__sideMenu ul li:focus {
  color: #953b3b;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  padding-left: 10px;
}
.theme .mb__sideMenu ul li:hover::before, .theme .mb__sideMenu ul li:focus::before {
  content: "—";
  font-size: 18px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  line-height: 1.5;
  color: #f2d8a7;
}
.theme .mb__sideMenu ul li.active {
  color: #FFF;
  text-shadow: 0px 0px 10px #953b3b;
  -webkit-filter: drop-shadow(0px 0px 10px #953b3b);
          filter: drop-shadow(0px 0px 10px #953b3b);
}
.theme .mb__sideMenu ul li.active::before {
  content: "—";
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  font-size: 18px;
  line-height: 1.5;
  color: #dba34e;
}
.theme .mb__featureBlock {
  position: relative;
  width: 80%;
  max-width: 1280px;
}
.theme .mb__featureBox {
  display: block;
  width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.theme .mb__featureBox--active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
  z-index: 2;
}
.theme .mb__featureBox .topMenu {
  display: block;
  width: 100%;
  border-top: 1px solid #a28a72;
  border-bottom: 1px solid #a28a72;
}
.theme .mb__featureBox .topMenu .slick-next:before {
  content: "→";
  font-weight: bold;
  font-size: 25px;
  color: rgb(238, 238, 238);
}
.theme .mb__featureBox .topMenu .slick-prev:before {
  content: "←";
  font-weight: bold;
  font-size: 25px;
  color: rgb(238, 238, 238);
}
.theme .mb__featureBox .topMenu ul {
  width: 100%;
  margin: 0 auto;
  margin: 0px;
  text-align: center;
  margin: auto;
}
.theme .mb__featureBox .topMenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  margin: 0px;
  color: #636363;
}
.theme .mb__featureBox .topMenu ul li:hover {
  color: #e0b873;
  cursor: pointer;
}
.theme .mb__featureBox .topMenu ul li:hover::before {
  content: "";
  display: block;
  width: 100%;
  /*height: 2px */
  position: absolute;
  top: 0;
  z-index: 1;
  background: #e0b873;
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .topMenu ul li:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgb(226, 192, 128);
  background: radial-gradient(circle, rgba(226, 192, 128, 0.7511598389) 9%, rgba(226, 192, 128, 0.4570421919) 37%, rgba(226, 192, 128, 0.4122242647) 53%, rgba(226, 192, 128, 0.4402354692) 74%, rgba(226, 192, 128, 0.020067402) 100%);
}
.theme .mb__featureBox .topMenu ul li.active {
  color: #dba34e;
}
.theme .mb__featureBox .topMenu ul li.active::before, .theme .mb__featureBox .topMenu ul li.active::after {
  display: none;
}
.theme .mb__featureBox .featureContainer {
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
}
.theme .mb__featureBox .featureContainer__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.theme .mb__featureBox .featureContainer__box--active {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .theme {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/Z790/mpg-z790-edge-monster-hunter-edition/images/mb-monster-bg-xs.jpg);
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__Group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1366px) {
  .theme .mb__Group {
    padding: 7% 1%;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .theme .mb__leftword {
    display: none;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__sideMenu {
    right: 200px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    background: rgba(251, 247, 226, 0.95);
    position: absolute;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu-fake {
    max-height: none;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu--fixed {
    position: fixed;
    top: 63px;
    width: 100%;
    z-index: 3;
  }
}
@media screen and (max-width: 1024px) {
  .theme .mb__sideMenu ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu ul li {
    text-align: center;
    border-bottom: 1px solid #666;
    font-size: 18px;
  }
  .theme .mb__sideMenu ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__sideMenu {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme .mb__featureBlock {
    right: 150px;
    max-width: 1280px;
  }
}
@media screen and (max-width: 1600px) {
  .theme .mb__featureBlock {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1366px) {
  .theme .mb__featureBlock {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1280px) {
  .theme .mb__featureBlock {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .theme .mb__featureBlock {
    max-width: 700px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBlock {
    width: 100%;
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox .topMenu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .theme .mb__featureBox .featureContainer__box {
    position: relative;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
  }
}
.mbBanner__tBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
}
.mbBanner__tBox .theme-title {
  font-family: var(--block-font);
  font-weight: 600;
}
.mbBanner__tBox .theme-title::after {
  display: none;
}
@media (min-width: 996px) {
  .mbBanner__tBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1200px;
  }
}

.theme-mh {
  background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/Z790/mpg-z790-edge-monster-hunter-edition/images/mb-monster-bg.jpg);
  background-size: cover;
}
.theme-mh .pd-block {
  color: var(--color-black);
  background-color: rgba(var(--block-bg), 0);
}
.theme-mh .pd-block .title--main,
.theme-mh .pd-block .title--sub,
.theme-mh .pd-block .title--list {
  color: var(--color-black);
}
.theme-mh .pd-block.mbBanner .title--main {
  color: #dcceb7;
}
.theme-mh .pd-block .slick-dots {
  display: none;
}
.theme-mh .hunterTemp__divider {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 2% auto;
}
@media (min-width: 1600px) {
  .theme-mh .hunterTemp__divider {
    max-width: 1280px;
  }
}
.theme-mh .mb__Group {
  width: 100%;
  overflow: hidden;
}
.theme-mh .mb__sideMenu ul li:hover::before, .theme-mh .mb__sideMenu ul li:focus::before, .theme-mh .mb__sideMenu ul li.active::before {
  color: #953b3b;
}
.theme-mh .mb__featureBox .topMenu ul li {
  color: #381f15;
}
.theme-mh .mb__featureBox .topMenu ul li:hover {
  color: #953b3b;
}
.theme-mh .mb__featureBox .topMenu ul li:hover::before, .theme-mh .mb__featureBox .topMenu ul li:hover::after {
  height: 0;
}
.theme-mh .mb__featureBox .topMenu ul li.active {
  color: #fff;
  background: #953b3b;
  background: radial-gradient(circle, rgb(147, 58, 58) 25%, rgb(63, 25, 25) 100%);
}
.theme-mh .mb__featureBox .topMenu ul li.active::before {
  top: 0;
}
.theme-mh .mb__featureBox .topMenu ul li.active::after {
  bottom: 0;
}

@media screen and (max-width: 996px) {
  .theme-mh {
    background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/Z790/mpg-z790-edge-monster-hunter-edition/images/mb-monster-bg-xs.jpg);
    background-size: cover;
  }
  .theme-mh .mb__Group {
    padding-top: 0;
  }
  .theme-mh .mb__sideMenu {
    left: 0;
  }
}
@media (min-width: 1921px) and (max-width: 3840px) {
  .theme-mh .mb__Group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .theme-mh .mb__Group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* mb-2022-common-features.css* / */
@media (min-width: 996px) {
  .resizeSlick .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.theme-gradient {
  background: rgb(84, 86, 90);
  background: -webkit-gradient(linear, right top, left top, from(rgb(84, 86, 90)), to(rgb(255, 255, 255)));
  background: linear-gradient(to left, rgb(84, 86, 90) 0%, rgb(255, 255, 255) 100%);
}

.showTitle {
  display: block;
}

@media (min-width: 996px) {
  .showTitle {
    display: none;
  }
}
.theme-mh .theme-background {
  background: radial-gradient(circle, rgb(147, 58, 58) 25%, rgb(63, 25, 25) 100%);
}
.theme-mh .theme-background.title--list {
  color: #fff;
}
.theme-mh .theme-background .solidpin__imgbox-text {
  background: rgba(149, 59, 59, 0.5);
}
.theme-mh .theme-cirlce li:before {
  background-color: #953b3b;
}
.theme-mh .theme-title::after, .theme-mh .theme-txt-color {
  color: #381f15;
}
.theme-mh .theme-line {
  display: block;
  width: auto;
  position: relative;
}
.theme-mh .theme-line:hover {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  padding-left: 10px;
  color: #953b3b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.theme-mh .theme-line:hover:before {
  content: "●";
}
.theme-mh .theme-line--active {
  color: #953b3b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.theme-mh .theme-line--active:before {
  content: "●";
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.theme-mh .theme-border {
  border: 2px solid #953b3b;
}
.theme-mh .theme-box-border {
  border: 2px solid #381f15;
  background-color: rgba(120, 98, 74, 0.85);
  color: #fff;
}
.theme-mh .theme-box-border p,
.theme-mh .theme-box-border .title--list,
.theme-mh .theme-box-border .title--main {
  color: #fff;
}
.theme-mh .theme-box-border ul.theme-dots li::before {
  color: #fff;
}
.theme-mh .highlighColor {
  color: #953b3b;
}
.theme-mh .imgBorder {
  border: 2px solid #953b3b;
  border-image-slice: 2;
  border-width: 2px;
}
.theme-mh .border-gradient {
  border-image-source: linear-gradient(to left, #953b3b 25%, #953b3b 100%);
}
.theme-mh .theme-gradient {
  background: #381f15;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(147, 58, 58)), to(rgb(63, 25, 25)));
  background: linear-gradient(90deg, rgb(147, 58, 58) 25%, rgb(63, 25, 25) 100%);
}
.theme-mh .theme-link {
  color: #381f15;
  text-decoration: underline;
}
.theme-mh .theme-link:hover, .theme-mh .theme-link:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  color: #381f15;
  text-decoration: none;
}
.theme-mh .theme-link--active {
  color: #381f15;
}
.theme-mh .theme-button {
  display: block;
  max-width: 300px;
  border: 2px solid #ad957b;
  color: #FFF;
  background-color: #ad957b;
  padding: 15px 5px;
  text-align: center;
  cursor: pointer;
}
.theme-mh .theme-button:hover, .theme-mh .theme-button:focus {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  display: block;
  border: 2px solid #78624a;
  background-color: #78624a;
  color: #fff;
}
.theme-mh .theme-button--active {
  display: block;
  border: 2px solid;
  background: rgb(56, 31, 21);
  border: 2px solid #714c33;
  color: #fff;
  -webkit-box-shadow: inset 0 0 20px 1px rgba(199, 139, 94, 0.75);
          box-shadow: inset 0 0 20px 1px rgba(199, 139, 94, 0.75);
}
.theme-mh .theme-button--active:hover {
  background-color: #25150e;
}
.theme-mh ul.theme-dots li {
  list-style: none;
}
.theme-mh ul.theme-dots li::before {
  content: "·";
  color: #381f15;
  font-size: var(--block-text-lg);
  padding-right: 10px;
}/*# sourceMappingURL=mb_templat_mh.css.map */