.main-text, .main-text p {
  text-align: center;
}

.main-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding-top: 130px;
}

@media screen and (max-width: 1024px) {
  .main-text .main-text2:after {
    left: 55%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .main-text .main-text2:after {
    left: 50%;
    transform: translateX(-50%);
    zoom: 45%;
  }
}

@media screen and (max-width: 480px) {
  .main-text .main-text2:after {
    left: 50%;
    transform: translateX(-50%);
    zoom: 45%;
  }
}

.main-text2 {
  font-size: 48px;
}

.main-text p {
  font-family: DNFForgedBlade !important;
}

.main-text1:after {
  content: "";
  font-size: 35px;
  text-shadow: #C38B61 1px 1px, #000 0px 0px, #000 1px 1px, #000 2px 2px, #000 3px 3px, #C38B61 4px 4px;
  display: none;
}

.main-text .main-text2:after {
  content: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgh9QvCrXvKFbCeG_1SelHiy15bop9gp3wHKCpKCnBjWqPF3XrXjqw8y65hD8kDAAtdOtNc-hK58WD1X_hB_FQN4hAep4DlJwk0taD1WvpuDLysPXawhbyHOebmIQ8AS78q4RohGnwuS50piV-r7odpdbXp80a4PF18MQ_xoccrqCkzRqYNwTcajcjYtEs/s16000/%ED%86%A0%EB%A5%B4%EB%A1%9C%EA%B3%A03.webp") !important;
  font-size: 51px;
  text-shadow: #C38B61 1px 1px, #000 0px 0px, #000 1px 1px, #000 2px 2px, #000 3px 3px, #C38B61 4px 4px, #000 5px 5px;
  color: #FAECC5;
  zoom: 85%;
  filter: drop-shadow(1px 10px 3px black) contrast(1.2) saturate(1.1);
  opacity: 0;
}

.main-date span:before {
  content: "";
  display: inline-block;
  background-image: url("https://assets.playnccdn.com/static-nc-home/2.2.0/img/lineagew/guide/prev_pc.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

.main-date span:after {
  content: "";
  display: inline-block;
  background-image: url("https://assets.playnccdn.com/static-nc-home/2.2.0/img/lineagew/guide/next_pc.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-left: 5px;
}

.main-text.show-after .main-text2:after {
  animation: fb 0.5s ease forwards;
}

@keyframes fb {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.main-date {
  opacity: 0;
}

.main-date span {
  font-size: 30px;
    color: #fff;
    word-break: keep-all;
    word-wrap: break-word;
    border-radius: 15px;
    filter: drop-shadow(1px 1px 1px #000);
    font-weight: bold;
}

.main-date1 span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 241, 176, 0), rgba(255, 241, 176, 0) 30%, #ffffe5 50%, rgba(255, 241, 176, 0) 65%, rgba(255, 241, 176, 0));
  background-size: 400% 400%;
  background-position: 100% 70%;
  border-radius: 0;
  opacity: .4;
  animation: loopAni 4s ease Infinite;
  mix-blend-mode: overlay;
}

@keyframes loopAni {
  0% {
    background-position: 100% 70%;
  }
  70% {
    background-position: 100% 70%;
  }
  to {
    background-position: 0 20%;
  }
}

.section-promotion .section-promotion__list {
  height: 700px;
}

.section-promotion .section-promotion__list li {
  top: 0px;
}

@media screen and (max-width: 1024px) {
  .section-promotion .section-promotion__list li {
    top: 0;
  }

  .main-text1:after {
    font-size: 20px;
  }

  .main-text {
    width: 100%;
    padding-top: 130px;
  }

  .main-text .main-text2:after {
    font-size: 50px;
    position: absolute;
    zoom: 25%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .main-text3 {
    padding-top: 100px;
  }

  .main-text3 span {
    font-size: 15px;
  }

  .main-date span {
    font-size: 15px;
  }

  .main-date span:before,
  .main-date span:after {
    zoom: 50%;
  }

  .section-promotion .section-promotion__list {
    height: 250px !important;
  }

  .section-promotion {
    top: 0;
    padding-top: 70px !important;
  }

  #showsidebar1 img,
  #showsidebar2 img,
  #showsidebar3 img {
    height: 100px !important;
  }

  #showsidebar3 {
    bottom: 36% !important;
  }

  #showsidebar2 {
    bottom: 22% !important;
  }

  #showsidebar1 {
    bottom: 8% !important;
  }
}