.main-banner {
  width: 100%;
  max-width: 440px;
}

.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main-gift {
  max-width: 9.5rem;
}

.exchange-container {
  position: relative;
  width: 100%;
  max-width: 440px;
}

.exchange-bg {
  width: 100%;
  display: block;
  height: 6rem;
  border-radius: 8px;
}

.ticket-img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 7.8rem;
  max-height: 5.9rem;
}

.exchange-content {
  position: absolute;
  right: 20px;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  color: white;
}

.content-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}

.gift-container {
  width: 100%;
  height: 6rem;
  background-color: var(--red);
  border-radius: 1.3rem;
}

.main-badge-brand {
  background-color: var(--black);
  color: var(--white);
  border-radius: 99px;
  padding: 0.4rem 0.8rem;
}
.main-badge-pro {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 99px;
  padding: 0.4rem 0.8rem;
}

.news-con {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: rgb(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  width: 10px;
  height: 5px;
  border-radius: 24px;
  background-color: var(--white);
}
