/*point absolute*/
.info-point {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #000;

  display: block;
  padding: 14px 25px;
  max-width: 270px;
  border-radius: 30px;
  background-color: #fff;

  position: absolute;
  bottom: 93px;
  right: 200px;
}

.info-point__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ticket-banner .inner .bg-wrapper .info-point__title > img {
  min-width: unset;
}

.info-point__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.info-point__text {
  font-size: 16px;
  line-height: 140%;
}

@media screen and (max-width: 1200px) {
  .info-point {
    right: -130px;
  }
}

@media screen and (max-width: 744px) {
  .info-point {
    padding: 5px 10px;
    border-radius: 12px;
    max-width: 200px;
    bottom: 53px;
    right: 7px;
  }

  .info-point__title > img {
    width: 20px;
    height: 20px;
  }

  .info-point__title {
    margin-bottom: 0;
  }

  .info-point__name {
    font-size: 16px;
  }

  .info-point__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 420px) {
  .info-point {
    bottom: 300px;
    max-width: 178px;
    right: 10px;
  }

  .ticket-banner .inner .bg-wrapper .info-point__title > img {
    width: 20px;
    height: 20px;
  }

  .info-point__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .info-point {
    bottom: calc(31% - 4px);
    max-width: 178px;
    right: 1%;
  }
}


/*SKILL BANNER*/

.skill-banner .inner {
  width: 100%;
  height: 670px;
  position: relative;
}

.skill-banner .inner .bg-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1600px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.skill-banner .inner .bg-wrapper img {
  max-width: 100%;
  min-width: 100%;
  object-fit: contain;
}

.skill-banner .inner .inner-content {
  width: 100%;
  height: 100%;
  padding: 90px 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  color: #FFFFFF;
}

.skill-banner .ticket__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  margin: 10px 0 40px;
  max-width: 640px;
  word-spacing: unset;
}

.skill-banner .ticket__price {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 26px;
}

.skill-banner .ticket__price .old {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  max-width: fit-content;
  position: relative;
}

.skill-banner .ticket__price .old::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
  transform: rotate(10deg);
}

.skill-banner .ticket__price .current {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #FECE33;
}

.skill-banner .ticket__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 243px;
  height: 60px;
  border-radius: 5px;
  padding: 10px;

  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
}

.skill-banner .ticket__button:hover {
  color: #fff;
  text-decoration: none;
}

.skill-banner .ticket__button.--buy {
  background-color: #0082FF;
}

.skill-banner .info-point {
  bottom: 103px;
  right: 640px;
}

@media screen and (min-width: 1201px) {
  .skill-banner .container {
    width: 1200px;
    padding: 0;
  }
}

@media screen and (max-width: 1600px) {
  section.skill-banner {
    overflow-x: hidden;
    position: relative;
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .skill-banner .inner .bg-wrapper {
    left: 80%;
  }
}

@media screen and (max-width: 745px) {
  .skill-banner .inner {
    height: 922px;
  }

  .skill-banner .inner .bg-wrapper {
    left: 50%;
    width: 100vw;
  }

  .skill-banner .inner .inner-content {
    padding: 43px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }

  .skill-banner .ticket__title {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 20px;
  }

  .skill-banner .ticket__price {
    margin-bottom: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
  }

  .skill-banner .ticket__price .old {
    font-size: 14px;
    line-height: 17px;
  }

  .skill-banner .ticket__price .current {
    font-size: 26px;
    line-height: 32px;
  }

  .skill-banner .ticket__button.--buy {
    margin-bottom: 60px;
  }

  .skill-banner .info-point {
    bottom: 42%;
    right: 58%;
    max-width: 270px;
    padding: 15px 20px 20px;
    border-radius: 30px;
  }

  .skill-banner .inner .bg-wrapper .info-point__title > img {
    width: 30px;
    height: 30px;
    min-width: unset;
  }

  .skill-banner .info-point__title {
    margin-bottom: 5px;
  }

  .skill-banner .info-point__name {
    font-size: 20px;
  }

  .skill-banner .info-point__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 670px) {
  .skill-banner .container {
    padding: 0;
  }

  .skill-banner .inner,
  .skill-banner .inner .bg-wrapper {
    width: 100vw;
    min-width: 375px;
    height: auto;
    aspect-ratio: 375 / 804;
  }

  .skill-banner .inner .bg-wrapper img {
    width: 100vw;
  }

  .skill-banner .inner .inner-content {
    padding: 43px 0 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .skill-banner .ticket__title {
    font-size: 36px;
    line-height: 44px;
    margin: 10px 0 20px;
  }

  .skill-banner .ticket__price .old {
    line-height: 32px;
  }

  .skill-banner .ticket__button.--buy {
    width: calc(100% - 17px * 2);
    margin-bottom: 50px;
  }

  .skill-banner .info-point {
    bottom: 46.2%;
    right: 24%;
    width: 72vw;
    max-width: 100vw;
  }

  .info-point__title .info-point__name {
    font-size: 4.7vw;
  }

  .skill-banner .info-point__text {
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 375px) {
  .skill-banner .info-point {
    bottom: 45%;
    max-width: 270px;
    right: 24%;
  }
}

