@-webkit-keyframes kvPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kvPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kvPdPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes kvPdPatternIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}
@keyframes floatY {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
}
@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}
@keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}
.kv {
  position: relative;
}
.kv img {
  width: 100%;
  vertical-align: bottom;
}
.kv-pattern {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: 0.5s kvPatternIn ease-out forwards;
          animation: 0.5s kvPatternIn ease-out forwards;
}
.kv-main {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85vw;
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both;
          animation: 0.5s kvPdPatternIn 0.25s ease-out both;
}
@media (min-width: 996px) {
  .kv-main {
    width: 43vw;
  }
}
.kv-main-pattern {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85vw;
}
@media (min-width: 996px) {
  .kv-main-pattern {
    width: 43vw;
  }
}
.kv-main-pattern1 {
  animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 0.75s;
          animation-delay: 0.25s, 0.75s;
}
.kv-main-pattern2 {
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.4s floatY infinite ease-in-out;
          animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.4s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 0.95s;
          animation-delay: 0.25s, 0.95s;
}
.kv-main-pattern3 {
  animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.2s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 1.05s;
          animation-delay: 0.25s, 1.05s;
}
.kv-main-pattern4 {
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.6s floatY infinite ease-in-out;
          animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.6s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 1s;
          animation-delay: 0.25s, 1s;
}
.kv-pd {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85vw;
}
@media (min-width: 996px) {
  .kv-pd {
    width: 43vw;
  }
}
.kv-pd1 {
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2s floatY infinite ease-in-out;
          animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 0.85s;
          animation-delay: 0.25s, 0.85s;
}
.kv-pd2 {
  animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.3s floatY infinite ease-in-out reverse;
  -webkit-animation-delay: 0.25s, 1s;
          animation-delay: 0.25s, 1s;
}
.kv-pd3 {
  -webkit-animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.5s floatY infinite ease-in-out;
          animation: 0.5s kvPdPatternIn 0.25s ease-out both, 2.5s floatY infinite ease-in-out;
  -webkit-animation-delay: 0.25s, 1.1s;
          animation-delay: 0.25s, 1.1s;
}

.textBar {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#9A7A3A), color-stop(51%, #E9CC88), to(#9A7A3A));
  background: linear-gradient(to right, #9A7A3A 0%, #E9CC88 51%, #9A7A3A 100%);
  color: #604B20;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 60px;
  font-weight: 500;
}
.textBar span {
  margin-right: 60px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}

.mainBody {
  position: relative;
  padding-top: 45px;
}

#buynowBgPattern[aria-hidden=true] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none;
}

.buyNow .tab__flexBoxInside {
  background: url("https://storage-asset.msi.com/event/2026/my/2026-msi-40th-laptop-special/images/tab-bg.jpg") bottom center no-repeat;
  background-size: cover;
  border-radius: 0 30px 0 30px;
}
.buyNow .tab__flexBoxInside-pic {
  width: 100%;
}
.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}
.buyNow .tab__flexBoxInside-pic img {
  border-radius: 0;
}
.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}
.buyNow .tab__flexBox-icon {
  display: none;
}
.buyNow .tab__flexBox.select {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.buyNow .tab__label {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9CC88), color-stop(50%, #C5A059), to(#9A7A3A));
  background: linear-gradient(to bottom, #E9CC88 0%, #C5A059 50%, #9A7A3A 100%);
  color: #ffffff;
}
.buyNow .tab__label p {
  font-size: 14px;
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}
.buyNow .selectarea__filter-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F5E6C8 !important;
  background-image: none !important;
  cursor: pointer;
  border: none;
  padding: 8px 10px;
  color: #9A7A3A;
}
.buyNow .selectarea__filter-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#dabe74), to(#977632));
  background: linear-gradient(to bottom, #dabe74, #977632);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dabe74), to(#977632)) !important;
  background-image: linear-gradient(to bottom, #dabe74, #977632) !important;
  background-color: #C4A258 !important;
  color: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.buyNow .selectarea__filter-item--active, .buyNow .selectarea__filter-item.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#dabe74), to(#977632));
  background: linear-gradient(to bottom, #dabe74, #977632);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dabe74), to(#977632)) !important;
  background-image: linear-gradient(to bottom, #dabe74, #977632) !important;
  background-color: #C4A258 !important;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(154, 122, 58, 0.75) 0px 0px 3px;
}
.buyNow .selectarea__filter-item--active:hover, .buyNow .selectarea__filter-item.active:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dabe74), to(#977632)) !important;
  background-image: linear-gradient(to bottom, #dabe74, #977632) !important;
  background-color: #C4A258 !important;
  color: #fff;
}
.buyNow .hatch__buyNowBtn-buynow {
  background: -webkit-gradient(linear, left top, right top, from(#dabe74), to(#977632)) !important;
  background: linear-gradient(to right, #dabe74, #977632) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#dabe74), to(#977632)) !important;
  background-image: linear-gradient(to right, #dabe74, #977632) !important;
  border-radius: 0 10px 0 10px;
  color: #fff !important;
}
.buyNow .hatch__buyNowBtn-buynow::before, .buyNow .hatch__buyNowBtn-buynow::after {
  background: #C5A059 !important;
}
.buyNow .hatch__buyNowBtn-buynow span {
  color: #fff !important;
}
.buyNow .hatch__buyNowBtn-buynow span::before, .buyNow .hatch__buyNowBtn-buynow span::after {
  background: #C5A059 !important;
}
.buyNow .hatch__buyNowBtn-buynow:hover {
  background: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.buyNow .hatch__buyNowBtn-buynow:hover span {
  color: #9A7A3A !important;
}
.buyNow .hatch__buyNowBtn-buynow:hover span::before, .buyNow .hatch__buyNowBtn-buynow:hover span::after {
  background: #9A7A3A !important;
}
.buyNow .hatch__buyNowBtn-buynow--gaming, .buyNow .hatch__buyNowBtn-buynow--business, .buyNow .hatch__buyNowBtn-buynow--claw, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel, .buyNow .hatch__buyNowBtn-buynow--content, .buyNow .hatch__buyNowBtn-buynow--nb14th, .buyNow .hatch__buyNowBtn-buynow--RTX40 {
  background: -webkit-gradient(linear, left top, right top, from(#dabe74), to(#977632)) !important;
  background: linear-gradient(to right, #dabe74, #977632) !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#dabe74), to(#977632)) !important;
  background-image: linear-gradient(to right, #dabe74, #977632) !important;
}
.buyNow .hatch__buyNowBtn-buynow--gaming::before, .buyNow .hatch__buyNowBtn-buynow--gaming::after, .buyNow .hatch__buyNowBtn-buynow--business::before, .buyNow .hatch__buyNowBtn-buynow--business::after, .buyNow .hatch__buyNowBtn-buynow--claw::before, .buyNow .hatch__buyNowBtn-buynow--claw::after, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel::before, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel::after, .buyNow .hatch__buyNowBtn-buynow--content::before, .buyNow .hatch__buyNowBtn-buynow--content::after, .buyNow .hatch__buyNowBtn-buynow--nb14th::before, .buyNow .hatch__buyNowBtn-buynow--nb14th::after, .buyNow .hatch__buyNowBtn-buynow--RTX40::before, .buyNow .hatch__buyNowBtn-buynow--RTX40::after {
  background: #C5A059 !important;
}
.buyNow .hatch__buyNowBtn-buynow--gaming span::before, .buyNow .hatch__buyNowBtn-buynow--gaming span::after, .buyNow .hatch__buyNowBtn-buynow--business span::before, .buyNow .hatch__buyNowBtn-buynow--business span::after, .buyNow .hatch__buyNowBtn-buynow--claw span::before, .buyNow .hatch__buyNowBtn-buynow--claw span::after, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel span::before, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel span::after, .buyNow .hatch__buyNowBtn-buynow--content span::before, .buyNow .hatch__buyNowBtn-buynow--content span::after, .buyNow .hatch__buyNowBtn-buynow--nb14th span::before, .buyNow .hatch__buyNowBtn-buynow--nb14th span::after, .buyNow .hatch__buyNowBtn-buynow--RTX40 span::before, .buyNow .hatch__buyNowBtn-buynow--RTX40 span::after {
  background: #C5A059 !important;
}
.buyNow .hatch__buyNowBtn-buynow--gaming:hover span, .buyNow .hatch__buyNowBtn-buynow--business:hover span, .buyNow .hatch__buyNowBtn-buynow--claw:hover span, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel:hover span, .buyNow .hatch__buyNowBtn-buynow--content:hover span, .buyNow .hatch__buyNowBtn-buynow--nb14th:hover span, .buyNow .hatch__buyNowBtn-buynow--RTX40:hover span {
  color: #9A7A3A !important;
}
.buyNow .hatch__buyNowBtn-buynow--gaming:hover span::before, .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::after, .buyNow .hatch__buyNowBtn-buynow--business:hover span::before, .buyNow .hatch__buyNowBtn-buynow--business:hover span::after, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::before, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::after, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel:hover span::before, .buyNow .hatch__buyNowBtn-buynow--exclusiveModel:hover span::after, .buyNow .hatch__buyNowBtn-buynow--content:hover span::before, .buyNow .hatch__buyNowBtn-buynow--content:hover span::after, .buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::before, .buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::after, .buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::before, .buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::after {
  background: #9A7A3A !important;
}
.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
  border: none;
}
.buyNow .hatch__slider .hatch__box::before, .buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #faf6ee;
  -webkit-box-shadow: rgba(154, 122, 58, 0.25) 3px 3px 5px inset;
          box-shadow: rgba(154, 122, 58, 0.25) 3px 3px 5px inset;
}
.buyNow .hatch__slider .hatch__box::before {
  left: 10px;
}
.buyNow .hatch__slider .hatch__box::after {
  right: 10px;
}
.buyNow .sec3__title {
  color: #000;
  padding: 5px 0 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.buyNow .sec3__buynowarea {
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dealer {
  padding: 50px;
}

.wtb {
  padding: 45px 0 0;
}
.wtb__box {
  color: #604B20;
}
.wtb__box .toggleBox {
  display: none;
}
.wtb__box-MainTitle {
  background: -webkit-gradient(linear, left top, right top, from(#604B20), color-stop(#9A7A3A), to(#604B20));
  background: linear-gradient(to right, #604B20, #9A7A3A, #604B20);
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wtb__box-subtitle {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#9A7A3A), color-stop(51%, #E9CC88), to(#9A7A3A));
  background: linear-gradient(to right, #9A7A3A 0%, #E9CC88 51%, #9A7A3A 100%);
  padding: 1px;
  margin-top: 3px;
}
.wtb__box-subtitle p {
  background: #F5E6C8;
  color: #604B20;
  border-radius: 10px;
  padding: 10px;
  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;
}
.wtb__box-info {
  position: relative;
  background: #fff;
  color: #604B20;
  border: #9A7A3A 1px solid;
  border-radius: 10px;
  padding: 15px;
  margin-top: 3px;
  cursor: pointer;
  font-weight: 500;
}
.wtb__box-info:hover {
  background: #F5E6C8;
  color: #604B20;
}
.wtb__box-info::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "msi-icons" !important;
  content: "\ea11";
}
.wtb__box-title {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#604B20), color-stop(#9A7A3A), to(#604B20));
  background: linear-gradient(to right, #604B20, #9A7A3A, #604B20);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: bold;
  color: #fff;
}
.wtb__box-title li {
  position: relative;
  padding: 10px;
  border-left: #eee 1px solid;
}
.wtb__box-title li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  border: none;
}
.wtb__box-title li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.wtb__box-title li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.wtb__box-content {
  border: rgba(154, 122, 58, 0.35) 1px solid;
  background: #fff;
  color: #604B20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wtb__box-content li {
  position: relative;
  padding: 10px;
  border-left: #eee 1px solid;
}
.wtb__box-content li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  border: none;
}
.wtb__box-content li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.wtb__box-content li:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.wtb__box-content li:nth-child(3) {
  padding-right: 40px;
}
.wtb__box-content li:nth-child(3) .fa-map-marker {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wtb__table {
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  .wtb__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 15px;
  }
  .wtb__table .wtb__box-subtitle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 5px;
  }
}

.fa-map-marker {
  display: inline-block;
  -webkit-mask: url("https://storage-asset.msi.com/event/2025/MY/my-malaysia-fiesta/images/location.svg") center center no-repeat;
          mask: url("https://storage-asset.msi.com/event/2025/MY/my-malaysia-fiesta/images/location.svg") center center no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: -webkit-gradient(linear, left top, right top, from(#604B20), color-stop(#9A7A3A), to(#604B20));
  background: linear-gradient(to right, #604B20, #9A7A3A, #604B20);
  width: 30px;
  height: 30px;
}
.fa-map-marker:hover {
  background: #E9CC88;
}

.project {
  position: relative;
  color: #fff;
  padding-bottom: 60px;
  background-color: #000;
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 300% auto;
  background-image: url(https://storage-asset.msi.com/event/2026/my/2026-msi-40th-laptop-special/images/bg.jpg);
}
@supports (background-image: url(data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==)) {
  .project {
    background-image: url(https://storage-asset.msi.com/event/2026/my/2026-msi-40th-laptop-special/images/bg.webp);
  }
}
@media (min-width: 996px) {
  .project {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
.project {
  overflow: hidden;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}
.project * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .common-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
}
.project .common-container .common__box__inner,
.project .common-container .common__titleBox,
.project .common-container .mainarea {
  position: relative;
  z-index: 1;
}
.project .common-container-topsp {
  margin-top: 45px;
}
@media (min-width: 996px) {
  .project .common-container-topsp {
    margin-top: 60px;
  }
}
.project .common__box {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin: 25px auto;
}
.project .common__box .bgPattern {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.project .common__box .bgPattern > div {
  position: absolute;
  z-index: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.project .common__box .bgPattern img {
  display: block;
  max-width: 100%;
  height: auto;
}
.project .common__box .bgPattern-1 {
  top: 0;
  left: -10%;
  width: 12%;
}
.project .common__box .bgPattern-2 {
  top: 38%;
  right: -10%;
  left: auto;
  width: 11%;
}
.project .common__box .bgPattern-3 {
  bottom: 0;
  left: -10%;
  width: 13%;
}
.project .common__box .bgPattern-4 {
  bottom: 0;
  right: -10%;
  left: auto;
  width: 12%;
}
.project .common__box .bgPattern-5 {
  top: 12%;
  right: -9%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  width: 10%;
}
.project .common__box .bgPattern-6 {
  bottom: 28%;
  right: -8%;
  left: auto;
  -webkit-transform: translateX(50%) scale(0);
          transform: translateX(50%) scale(0);
  width: 9%;
}
.project .common__box .bgPattern-7 {
  top: 18%;
  left: -12%;
  width: 10%;
}
.project .common__box .bgPattern-8 {
  top: 29%;
  left: -6%;
  width: 11%;
}
.project .common__box .bgPattern-9 {
  bottom: 22%;
  left: -8%;
  width: 9%;
}
.project .common__box .bgPattern-10 {
  top: 22%;
  right: -12%;
  left: auto;
  width: 10%;
}
.project .common__box .bgPattern-11 {
  top: 55%;
  left: -10%;
  width: 9%;
}
.project .common__box .bgPattern-12 {
  bottom: 18%;
  right: -8%;
  left: auto;
  -webkit-transform: translateX(50%) scale(0);
          transform: translateX(50%) scale(0);
  width: 8%;
}
.project .common__box .bgPattern-13 {
  top: 91%;
  left: -10%;
  width: 27%;
}
.project .common__box .bgPattern-14 {
  top: 8%;
  right: -10%;
  left: auto;
  width: 19%;
}
.project .common__box .bgPattern-15 {
  top: 50%;
  left: 103%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20%;
}
.project .common__box .bgPattern-16 {
  bottom: 35%;
  left: -8%;
  width: 23%;
}
.project .common__box__inner {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.project .common__titleBox {
  text-align: center;
}
.project .common__titleBox img {
  margin-top: 10px;
}
@media (min-width: 996px) {
  .project .common__titleBox img {
    width: 70%;
  }
}
.project .common-title {
  position: relative;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 40px;
  }
}
.project .common-title span {
  position: relative;
  z-index: 2;
  display: block;
  color: #C5A059;
}
.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .common-btn {
  position: relative;
  outline: none;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#9A7A3A), color-stop(51%, #E9CC88), to(#9A7A3A));
  background: linear-gradient(to right, #9A7A3A 0%, #E9CC88 51%, #9A7A3A 100%);
  margin: 5px 10px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  border-radius: 5px;
  cursor: pointer;
}
.project .common-btn span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 15px 45px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .project .common-btn span {
    letter-spacing: 1px;
  }
}
.project .common-btn:hover {
  border-color: #fff;
  color: #604B20;
  -webkit-box-shadow: rgba(154, 122, 58, 0.4) 2px 2px 10px;
          box-shadow: rgba(154, 122, 58, 0.4) 2px 2px 10px;
  -webkit-transform: scale(1.003) translate(0, 1px);
          transform: scale(1.003) translate(0, 1px);
  background: linear-gradient(189deg, #F5E6C8, #E9CC88, #D4B87A);
}
.project .common-btn:hover span {
  color: #604B20;
}
.project .common-btn:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#604B20), color-stop(#9A7A3A), to(#604B20));
  background: linear-gradient(to right, #604B20, #9A7A3A, #604B20);
}/*# sourceMappingURL=main.css.map */