.news-section-1 {
  position: relative;
  margin-top: 24px;
}

.news-section-2 {
  padding: 0 24px 24px 24px;
}

.news-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}

.news-detail {
  font-weight: 400;
  font-size: 14px;
}

.news-text {
  font-size: 16px;
  font-weight: 300;
}

.news-eventAmountTag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  background: #0062FF;
  height: 24px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.news-event-filter-text {
  font-weight: bold;
  font-size: 18px;
}

.news-event-filter-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  background: #F0F0F0;
  height: 36px;
  border-radius: 36px;
  font-weight: bold;
  font-size: 13px;
  min-width: 96px;
}

.news-event-filter-item input[type="checkbox"] {
  border-radius: 0px !important;
}

.news-event-filter-item input ,
.news-event-filter-item label
{
  cursor: pointer;
}

.news-section-3 {
  padding: 24px;
}

.news-event-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F0F0F0;
}

.news-event-item-l {
  display: flex;
  gap: 24px;
}

.news-event-item-l .event-img {
  width: 102px;
  height: 102px;
  border-radius: 12px;
}

.news-event-item-l .event-name {
  font-weight: bold;
  font-size: 22px;
}

.news-event-item-l .event-detail ,
.news-event-item-r .event-detail
{
  font-weight: 300;
  font-size: 16px;
}

.news-event-item-r {
  display: flex;
  padding-top: 33px;
}

.news-section-4 {
  padding: 24px 24px;
}

.news-viewall {
  font-weight: 300;
  font-size: 20px;
  color: #FF5722;
  cursor: pointer;
}

.news-news-block {
  padding: 12px 24px;
}

.news-news-item {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #f0f0f0;
  padding: 24px 0;
}

.news-date {
  min-width: 140px;
  font-weight: 300;
}

.news-title {
  width: 100%;
  cursor: pointer;
}

.news-title:hover {
  text-decoration: underline;
}

.news-hashtag {
  min-width: 210px;
}

.news-section-5 {
  margin: auto;
  width: 100%;
  max-width: 1026px;
  padding:  48px;
}

.news-container-grey {
  background: #f0f0f0;
}

.news-eventpass-block {
  display: flex;
  gap: 36px;
  padding: 36px;
  overflow: scroll;
}

.news-eventpass-block::-webkit-scrollbar {
  display: none;
}

.news-eventpass-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  min-width: 360px;
}

.news-section-6 {
  margin: auto;
  width: 100%;
  max-width: 1026px;
  padding:  48px;
}

.news-footer-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
}

.news-footer-detail ,
.news-footer-detail:hover
{
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  margin-top: 16px;
  cursor: pointer;
}

.news-footer-social {
  width: 36px;
  height: 36px;
}

.news-banner {
  width: 100%;
  aspect-ratio: 1780/620;
  border-radius: 24px;
}

.news-counter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 629px;
  max-width: 629px;
  width: 580px;
  gap: 34px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -72px;
}

.news-counter-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px #00000029;
  border-radius: 12px;
}

.news-counter-topic {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.news-counter-val {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
}

.news-counter-split {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

.news-detail-img {
  width: 100%;
  border-radius: 44px;
  height: auto;
}

.evenet-detail-item {
  margin-top: 48px;
}

.news-detail-block {
  padding: 36px 24px;
}

.news-detail-title {
  font-size: 36px;
  font-weight: 600;
}

.news-detail-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .news-counter {
    position: static;
    transform: none;
    margin: auto;
    margin-top: 24px;
  }

  .news-section-2 {
    margin-top: 24px;
  }
}
