.community-reward-mobile {
  display: none;
}

@media (max-width: 500px) {
  .community-reward-pc {
    display: none;
  }
  .community-reward-mobile {
    display: inline;
  }
}

/* 추가 반응형 개선 */
@media (max-width: 768px) {
  .responsive-container {
  }

  .AfterGiftSection {
    padding: 0rem 0.5rem 1.75rem 0.5rem !important;
  }
}

@media (max-width: 480px) {
  .page-title-font {
    font-size: 1.25rem !important;
  }
}

/* 반응형 컨테이너 */
.responsive-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 메인 배경 이미지 반응형 */
.main-background-image {
  width: 100%;
  max-width: 900px;
  height: 644px;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .main-background-image {
    height: 60vh;
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .main-background-image {
    height: 50vh;
    min-height: 300px;
  }
}

.tooltip {
  background-color: white;
  border-radius: 35px;
  color: black;
  font-size: 12px;
  font-weight: 500;
  margin-top: 6.8px;
  width: 150px;
  padding: 0.375rem 0.75rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 6.25rem;
  background: #fff;
  color: #111;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  letter-spacing: -0.02188rem;
  width: 160px;
}

.tooltip::after {
  border-top: 8px solid white;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  position: absolute;
  bottom: -19.5%;
  width: 0px;
  left: 50%;
  transform: translateX(-50%);
}
