@import url("https://use.typekit.net/pvp1dzx.css");
.project {
  background: #000;
}
.project img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.project a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .kv {
  position: relative;
  overflow: hidden;
}
.project .kv__titleBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeInFromLeft 1s ease-out forwards;
          animation: fadeInFromLeft 1s ease-out forwards;
}
@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.project .kv h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
.project .kv__imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@-webkit-keyframes floatUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes floatUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.project .kv__imgBox-l {
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.project .kv__imgBox-m {
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.project .kv__imgBox-r {
  -webkit-animation: floatUpDown 3s ease-in-out infinite;
          animation: floatUpDown 3s ease-in-out infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media (min-width: 996px) {
  .project .kv {
    margin-bottom: -10%;
  }
}
.project .content {
  background: url(https://storage-asset.msi.com/event/2025/TW/20251212-promo/images/contbg.jpg) no-repeat #000;
  background-size: cover;
}
.project .block {
  position: relative;
  margin: 10% auto;
}
.project .block__titleBox {
  width: 100%;
  margin: auto;
  max-width: 1440px;
}
.project .block__wrapBox {
  max-width: 1440px;
  margin: auto;
  padding: 0 25px;
  padding: 3%;
  background: linear-gradient(50deg, #5d4436, #edc26c, #f0dfbc, #edc26c);
  border-radius: 5px;
  position: relative;
  margin: 3% auto;
  width: 90%;
}
.project .block__wrapBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99.5%;
  height: 99.6%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(53, 37, 38)), to(rgb(24, 22, 25)));
  background: linear-gradient(to bottom, rgb(53, 37, 38) 1%, rgb(24, 22, 25) 100%);
  border-radius: 5px;
}
.project .block__txtBox {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.project .block__txtBox span {
  border-bottom: 5px solid #ff4d16;
}
.project .block__txtBox b {
  color: #ff4d16;
  font-weight: bold;
  font-size: 5vw;
  font-style: italic;
}
.project .block__txtBox em {
  font-size: 7vw;
}
.project .block__flexBox {
  position: relative;
  z-index: 2;
  margin-top: 3%;
}
.project .block__imgBox {
  position: relative;
  z-index: 2;
  margin: 3% auto;
}
.project .block__btnBox {
  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;
  margin: 5% auto;
  position: relative;
  z-index: 1;
}
.project .block__btnBox a {
  border-radius: 999rem;
  color: #fff;
  font-size: 5.2vw;
  padding: 10px 40px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#515151), color-stop(#3f3f3f), to(#707070));
  background: linear-gradient(to bottom, #515151, #3f3f3f, #707070);
  margin: 0 3%;
  text-align: center;
  border: 2px solid #f3cc7f;
  cursor: pointer;
}
.project .block__btnBox a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#de3c10), color-stop(#ae200d), to(#ec9773));
  background: linear-gradient(to bottom, #de3c10, #ae200d, #ec9773);
  -webkit-filter: drop-shadow(0 0 5px rgba(243, 204, 127, 0.6)) drop-shadow(0 0 10px rgba(243, 204, 127, 0.6)) drop-shadow(0 0 15px rgba(243, 204, 127, 0.4));
          filter: drop-shadow(0 0 5px rgba(243, 204, 127, 0.6)) drop-shadow(0 0 10px rgba(243, 204, 127, 0.6)) drop-shadow(0 0 15px rgba(243, 204, 127, 0.4));
}
.project .block__itemBoxWrap {
  margin-top: 3%;
}
.project .block__itemBoxFlex {
  width: 80%;
  margin: auto;
}
.project .block__itemBox {
  width: 100%;
  padding: 2%;
  background: linear-gradient(50deg, #5d4436, #edc26c, #f0dfbc, #edc26c);
  border-radius: 5px;
  position: relative;
  margin: 5% auto;
}
.project .block__itemBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 98.6%;
  height: 99%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(53, 37, 38)), to(rgb(24, 22, 25)));
  background: linear-gradient(to bottom, rgb(53, 37, 38) 1%, rgb(24, 22, 25) 100%);
  border-radius: 5px;
}
.project .block__itemBox-img {
  position: relative;
  z-index: 2;
}
.project .block__itemBox-title {
  position: relative;
  z-index: 2;
  color: #eec471;
  text-align: center;
  font-size: 1.3rem;
}
.project .block__itemBox-list {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-left: 30px;
  margin-top: 5%;
  padding-bottom: 5%;
}
.project .block__itemBox-list li {
  list-style-type: disc;
  font-size: 1rem;
  padding: 3px 0;
}
.project .block.block-1 .block__wrapBox {
  padding: 3% 3% 0 3%;
}
.project .block.block-1 .block__imgBox:nth-of-type(2) {
  margin-bottom: 5%;
}
.project .block.block-3 .block__titleBox {
  width: 60%;
}
@media (min-width: 996px) {
  .project .block__titleBox {
    width: 70%;
  }
  .project .block__txtBox {
    font-size: 1.2rem;
  }
  .project .block__txtBox b {
    font-size: 2vw;
  }
  .project .block__txtBox em {
    font-size: 3.2vw;
  }
  .project .block__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .block__wrapBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 99.5%;
    height: 98%;
  }
  .project .block__btnBox {
    margin: -5% auto 5%;
  }
  .project .block__btnBox a {
    font-size: 2.2vw;
  }
  .project .block__itemBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    max-width: 1440px;
    margin: auto;
  }
  .project .block__itemBox {
    width: calc(33.3333333333% - 22px);
    margin: 1% auto;
  }
  .project .block__itemBox-list {
    padding-bottom: 0;
  }
  .project .block.block-1 .block__txtBox {
    width: 68%;
    text-align: left;
  }
  .project .block.block-1 .block__imgBox:nth-of-type(2) {
    margin-top: -10%;
  }
  .project .block.block-3 .block__titleBox {
    width: 30%;
  }
}
@media (min-width: 1930px) {
  .project .block__wrapBox {
    max-width: 1920px;
  }
  .project .block__titleBox {
    width: 70%;
  }
  .project .block__txtBox {
    font-size: 1.2rem;
  }
  .project .block__txtBox b {
    font-size: 1.5vw;
  }
  .project .block__txtBox em {
    font-size: 2.2vw;
  }
  .project .block__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .block__wrapBox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 99.5%;
    height: 98%;
  }
  .project .block__btnBox {
    margin: -4.2% auto 2%;
  }
  .project .block__btnBox a {
    font-size: 1.2vw;
    margin: 0 1.5%;
  }
  .project .block__itemBoxFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 70%;
  }
  .project .block__itemBox {
    width: calc(33.3333333333% - 22px);
    margin: 1% auto;
  }
  .project .block__itemBox-img {
    width: 80%;
    margin: auto;
  }
  .project .block__itemBox-title {
    font-size: 1.8rem;
  }
  .project .block__itemBox-list {
    padding-bottom: 0;
  }
  .project .block.block-1 .block__txtBox {
    width: 71%;
    text-align: left;
  }
  .project .block.block-1 .block__imgBox:nth-of-type(2) {
    margin-top: -10%;
  }
  .project .block.block-3 .block__titleBox {
    width: 24%;
  }
}/*# sourceMappingURL=main.css.map */