* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 32px;
  color: #f79e44;
  font-family: "puffin-arcade-regular", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-shadow: 0px 2px 0px #44170d;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 70px;
    margin-bottom: 100px;
    text-shadow: 2px 5px 0px #44170d;
  }
}
.main-title span:nth-child(2) {
  color: #fff;
}

a:hover {
  cursor: pointer;
}
a:hover img {
  -webkit-filter: drop-shadow(0px 0px 5px #44170d);
          filter: drop-shadow(0px 0px 5px #44170d);
}

.dec-snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.dec-snow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.snowBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@-webkit-keyframes snowFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes snowBox01Move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes snowBox01Move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.snowBox__box01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: snowFadeIn 1s ease-in-out infinite, snowBox01Move 1s ease-in-out infinite;
          animation: snowFadeIn 1s ease-in-out infinite, snowBox01Move 1s ease-in-out infinite;
}
.snowBox__box02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: snowFadeIn 1s ease-in-out 0.5s infinite, snowBox01Move 1s ease-in-out 0.5s infinite;
          animation: snowFadeIn 1s ease-in-out 0.5s infinite, snowBox01Move 1s ease-in-out 0.5s infinite;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
  margin: 0 auto;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
  border-bottom: 15px solid #936849;
}
.project .kv__title {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 20;
  width: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: titleScale 1.5s ease-in-out infinite;
          animation: titleScale 1.5s ease-in-out infinite;
}
.project .kv__date {
  position: absolute;
  top: 24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
  width: 45%;
}
@-webkit-keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@keyframes moveRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@-webkit-keyframes moveRightAndFloat {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(25vw, -30px);
            transform: translate(25vw, -30px);
  }
  50% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0);
  }
  75% {
    -webkit-transform: translate(75vw, -30px);
            transform: translate(75vw, -30px);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@keyframes moveRightAndFloat {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(25vw, -30px);
            transform: translate(25vw, -30px);
  }
  50% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0);
  }
  75% {
    -webkit-transform: translate(75vw, -30px);
            transform: translate(75vw, -30px);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@-webkit-keyframes moveUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6.25% {
    -webkit-transform: translate(6.25vw, 20px);
            transform: translate(6.25vw, 20px);
  }
  12.5% {
    -webkit-transform: translate(12.5vw, 0);
            transform: translate(12.5vw, 0);
  }
  18.75% {
    -webkit-transform: translate(18.75vw, 20px);
            transform: translate(18.75vw, 20px);
  }
  25% {
    -webkit-transform: translate(25vw, 0);
            transform: translate(25vw, 0);
  }
  31.25% {
    -webkit-transform: translate(31.25vw, 20px);
            transform: translate(31.25vw, 20px);
  }
  37.5% {
    -webkit-transform: translate(37.5vw, 0);
            transform: translate(37.5vw, 0);
  }
  43.75% {
    -webkit-transform: translate(43.75vw, 20px);
            transform: translate(43.75vw, 20px);
  }
  50% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0);
  }
  56.25% {
    -webkit-transform: translate(56.25vw, 20px);
            transform: translate(56.25vw, 20px);
  }
  62.5% {
    -webkit-transform: translate(62.5vw, 0);
            transform: translate(62.5vw, 0);
  }
  68.75% {
    -webkit-transform: translate(68.75vw, 20px);
            transform: translate(68.75vw, 20px);
  }
  75% {
    -webkit-transform: translate(75vw, 0);
            transform: translate(75vw, 0);
  }
  81.25% {
    -webkit-transform: translate(81.25vw, 20px);
            transform: translate(81.25vw, 20px);
  }
  87.5% {
    -webkit-transform: translate(87.5vw, 0);
            transform: translate(87.5vw, 0);
  }
  93.75% {
    -webkit-transform: translate(93.75vw, 20px);
            transform: translate(93.75vw, 20px);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@keyframes moveUp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  6.25% {
    -webkit-transform: translate(6.25vw, 20px);
            transform: translate(6.25vw, 20px);
  }
  12.5% {
    -webkit-transform: translate(12.5vw, 0);
            transform: translate(12.5vw, 0);
  }
  18.75% {
    -webkit-transform: translate(18.75vw, 20px);
            transform: translate(18.75vw, 20px);
  }
  25% {
    -webkit-transform: translate(25vw, 0);
            transform: translate(25vw, 0);
  }
  31.25% {
    -webkit-transform: translate(31.25vw, 20px);
            transform: translate(31.25vw, 20px);
  }
  37.5% {
    -webkit-transform: translate(37.5vw, 0);
            transform: translate(37.5vw, 0);
  }
  43.75% {
    -webkit-transform: translate(43.75vw, 20px);
            transform: translate(43.75vw, 20px);
  }
  50% {
    -webkit-transform: translate(50vw, 0);
            transform: translate(50vw, 0);
  }
  56.25% {
    -webkit-transform: translate(56.25vw, 20px);
            transform: translate(56.25vw, 20px);
  }
  62.5% {
    -webkit-transform: translate(62.5vw, 0);
            transform: translate(62.5vw, 0);
  }
  68.75% {
    -webkit-transform: translate(68.75vw, 20px);
            transform: translate(68.75vw, 20px);
  }
  75% {
    -webkit-transform: translate(75vw, 0);
            transform: translate(75vw, 0);
  }
  81.25% {
    -webkit-transform: translate(81.25vw, 20px);
            transform: translate(81.25vw, 20px);
  }
  87.5% {
    -webkit-transform: translate(87.5vw, 0);
            transform: translate(87.5vw, 0);
  }
  93.75% {
    -webkit-transform: translate(93.75vw, 20px);
            transform: translate(93.75vw, 20px);
  }
  100% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
.project .kv__pd-vga {
  position: absolute;
  top: 27%;
  width: 12%;
  left: 8%;
  -webkit-animation: floatUpDown 2s ease-in-out infinite;
          animation: floatUpDown 2s ease-in-out infinite;
}
.project .kv__pd-mnt {
  position: absolute;
  top: 22%;
  width: 12%;
  right: 5%;
  -webkit-animation: floatUpDown 2s ease-in-out infinite 0.5s;
          animation: floatUpDown 2s ease-in-out infinite 0.5s;
}
.project .kv__lollypop {
  position: absolute;
  top: 10%;
  width: 45%;
  left: 18%;
}
.project .kv__gameConsole {
  position: absolute;
  top: 22%;
  width: 6%;
  right: 20%;
  z-index: 50;
}
.project .kv__face .img01 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: floatUpDown 1s ease-in-out infinite;
          animation: floatUpDown 1s ease-in-out infinite;
}
.project .kv__face .img02 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: floatUpDown 1s ease-in-out infinite 1.5s;
          animation: floatUpDown 1s ease-in-out infinite 1.5s;
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes titleScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes titleScale {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.05);
            transform: translateX(-50%) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.project .kv__des-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}
.project .kv__des-btns .btn:nth-child(1) img {
  width: 15%;
  display: block;
  position: absolute;
  bottom: 18%;
  left: 35%;
  z-index: 50;
}
.project .kv__des-btns .btn:nth-child(2) img {
  width: 15%;
  display: block;
  position: absolute;
  bottom: 18%;
  left: 51%;
  z-index: 50;
}
.project .detail {
  position: relative;
  background: #b8895b;
  padding: 50px 0;
}
@media (min-width: 1930px) {
  .project .detail {
    padding: 100px 0;
  }
}
.project .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/gamergift/images/detail-bg-top.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/gamergift/images/detail-bg-bottom.jpg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.project .detail__wrapper {
  position: relative;
  text-align: center;
  z-index: 20;
}
.project .detail__wrapper .main-title {
  position: relative;
  background: #5a3a25;
  display: inline-block;
  padding: 0 20px;
}
.project .detail__wrapper .main-title::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 5px;
  background: #5a3a25;
}
@media (min-width: 996px) {
  .project .detail__wrapper .main-title::before {
    top: -10px;
    height: 10px;
  }
}
.project .detail__wrapper .main-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 5px;
  background: #5a3a25;
}
@media (min-width: 996px) {
  .project .detail__wrapper .main-title::after {
    bottom: -10px;
    height: 10px;
  }
}
.project .detail__wrapper-content {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-middle.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .detail__wrapper-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-top.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .detail__wrapper-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 20px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-bottom.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.project .detail__wrapper-content .dec-snow01 {
  position: absolute;
  top: -0.5%;
  right: -0.5%;
  width: 5%;
}
.project .detail__wrapper-content .detail__tabs {
  position: relative;
}
.project .detail__wrapper-content .detail__tabs .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -7px;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-buttons {
    margin-top: 0;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn {
  padding: 0 0 30px;
  width: 48%;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn:hover {
  background: rgba(226, 181, 118, 0.5882352941);
}
.project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn.active {
  background: rgba(226, 181, 118, 0.5882352941);
}
.project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn figure {
  width: 50%;
  margin: 0 auto;
  margin-top: -20%;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn figure {
    margin-top: -10%;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-buttons .tab-btn figure img {
  margin: 0 auto;
}
.project .detail__wrapper-content .detail__tabs .tab-content {
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-middle.png);
  background-size: 100%;
  background-position: center;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content {
    padding-bottom: 50px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__steam {
  position: relative;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__steam .dialogueImg {
  position: absolute;
  top: -10%;
  right: 2%;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__steam .dialogueImg img {
  width: 80%;
  max-width: 80px;
}
@media (min-width: 768px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__steam .dialogueImg img {
    max-width: 180px;
  }
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__steam .dialogueImg img {
    max-width: 250px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__steam .steamImg img {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.project .detail__wrapper-content .detail__tabs .tab-content .tab-pane {
  display: none;
  color: #fff;
  text-align: center;
}
.project .detail__wrapper-content .detail__tabs .tab-content .tab-pane.active {
  display: block;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd {
  width: 90%;
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-pd-bg-middle.png);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
  margin: 20px auto;
  padding: 10px 0 25px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd {
    padding: 20px 0 50px;
    margin: 50px auto;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-pd-bg-top.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd::before {
    top: -20px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-pd-bg-bottom.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd::after {
    bottom: -1%;
  }
}
@media (min-width: 1300px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd::after {
    bottom: -3%;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd .dec-snow02 {
  position: absolute;
  top: -3%;
  left: 0;
  width: 10%;
  top: -5%;
  top-width: auto;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd .dec-snow03 {
  position: absolute;
  top: -3%;
  right: 0;
  width: 30%;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd .dec-snow03 {
    top: -5%;
    width: auto;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-note {
  margin-top: 20px;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-wrapper {
    margin: 0 auto;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-wrapper .item {
  position: relative;
  margin: 10px 0;
  width: 32%;
  z-index: 20;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-wrapper .item figure img {
  width: 80%;
  margin: 10px auto 0;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd .vgaAllBtn {
  display: inline-block;
  margin: 20px 0 0;
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des {
  font-family: "puffin-arcade-regular", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #4A1204;
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des {
    padding-left: 70px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des h4 {
  font-size: 22px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des h4 {
    font-size: 36px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des h6 {
  font-size: 16px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__pd-des h6 {
    font-size: 24px;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__btn {
  display: inline-block;
  width: 60px;
}
@media (min-width: 996px) {
  .project .detail__wrapper-content .detail__tabs .tab-content .detail__btn {
    width: 50%;
  }
}
.project .detail__wrapper-content .detail__tabs .tab-content .detail__btn figure img {
  margin: 10px auto;
}
.project .bgWrapper {
  position: relative;
  z-index: 20;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/gamergift/images/otherPromotion-bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
}
.project .otherPromotion {
  padding: 50px 0 0;
}
@media (min-width: 1930px) {
  .project .otherPromotion {
    padding: 100px 0;
  }
}
.project .otherPromotion__wrapper {
  text-align: center;
}
.project .otherPromotion__wrapper-titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .otherPromotion__wrapper-titleBox .leftDec {
  margin-right: 10px;
  width: 50px;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-titleBox .leftDec {
    margin-right: -10px;
    z-index: 10;
    width: auto;
  }
}
.project .otherPromotion__wrapper-titleBox .rightDec {
  margin-left: 10px;
  width: 50px;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-titleBox .rightDec {
    margin-left: -10px;
    z-index: 10;
    width: auto;
  }
}
.project .otherPromotion__wrapper-titleBox .main-title {
  position: relative;
  color: #fff;
  background: #8c5a3a;
  display: inline-block;
  padding: 0 20px;
}
.project .otherPromotion__wrapper-titleBox .main-title::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 5px;
  background: #8c5a3a;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-titleBox .main-title::before {
    top: -10px;
    height: 10px;
  }
}
.project .otherPromotion__wrapper-titleBox .main-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: 5px;
  background: #8c5a3a;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-titleBox .main-title::after {
    bottom: -10px;
    height: 10px;
  }
}
.project .otherPromotion__wrapper-titleBox .main-title span:nth-child(2) {
  color: #f79e44;
}
.project .otherPromotion__wrapper-slider .btn img {
  width: 48%;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-slider .btn img {
    width: auto;
  }
}
.project .otherPromotion__wrapper-slider .slick-slide {
  margin: 0 20px;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-slider .slick-slide {
    margin: 0 50px;
  }
}
.project .otherPromotion__wrapper-slider .slick-slide img {
  margin: 0 auto;
}
.project .otherPromotion__wrapper-slider .slick-arrow {
  -webkit-filter: drop-shadow(2px 4px 0px #fff);
          filter: drop-shadow(2px 4px 0px #fff);
}
.project .otherPromotion__wrapper-slider .arrow-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-slider .arrow-prev {
    left: 15%;
    width: 50px;
  }
}
.project .otherPromotion__wrapper-slider .arrow-prev:hover {
  cursor: pointer;
  opacity: 1;
}
.project .otherPromotion__wrapper-slider .arrow-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 10%;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-slider .arrow-next {
    right: 15%;
    width: 50px;
  }
}
.project .otherPromotion__wrapper-slider .arrow-next:hover {
  cursor: pointer;
}
.project .otherPromotion__wrapper-btn {
  display: inline-block;
  width: 150px;
}
@media (min-width: 996px) {
  .project .otherPromotion__wrapper-btn {
    width: auto;
  }
}
@media (min-width: 1930px) {
  .project .otherPromotion__wrapper-btn {
    margin-top: 30px;
  }
}
.project .wtb {
  padding: 10px 0;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 50px 0;
  }
}
.project .wtb__wrapper {
  max-width: 1280px;
  width: 90%;
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-middle.png);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
  margin: 50px auto;
  padding: 10px 0 25px;
}
@media (min-width: 996px) {
  .project .wtb__wrapper {
    padding: 20px 0 50px;
  }
}
.project .wtb__wrapper::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-top.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .wtb__wrapper::before {
    top: -20px;
  }
}
.project .wtb__wrapper::after {
  content: "";
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/bts2025/images/detail-bg-bottom.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 996px) {
  .project .wtb__wrapper::after {
    bottom: -1%;
  }
}
@media (min-width: 1300px) {
  .project .wtb__wrapper::after {
    bottom: -1%;
  }
}
.project .wtb__wrapper .main-title {
  margin-bottom: 0;
}
.project .wtb__wrapper-content {
  width: 90%;
  margin: 0 auto;
}
.project .wtb__wrapper .wtbt_extend button {
  position: relative;
  color: #fff;
  background: #BA6B30;
  display: inline-block;
  padding: 0 20px;
  border: none;
}
.project .wtb__wrapper .wtbt_extend button::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 5px;
  background: #BA6B30;
}
@media (min-width: 996px) {
  .project .wtb__wrapper .wtbt_extend button::before {
    top: -5px;
    height: 5px;
  }
}
.project .wtb__wrapper .wtbt_extend button::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 5px;
  background: #BA6B30;
}
@media (min-width: 996px) {
  .project .wtb__wrapper .wtbt_extend button::after {
    bottom: -5px;
    height: 5px;
  }
}/*# sourceMappingURL=main.css.map */