.news__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-top: 150px;
  margin-bottom: 100px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 15, 16, 0) 0%, rgba(15, 15, 16, 0.7) 100%);
}
.news__area__container {
  width: 1732px;
  position: relative;
}
.news__area__title {
  width: 97px;
  height: 40px;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 26px;
}
.news__area__content {
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.news__area__item {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 305px;
  min-width: 305px;
  height: 354px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.news__area__item::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
  transition: transform 0.8s ease;
}
.news__area__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s ease;
  z-index: 2;
  opacity: 0;
}
.news__area__item:hover::after {
  opacity: 0.05;
  background-color: var(--1, #fff);
}
.news__area__item:hover::before {
  transform: scale(1.05);
}
.news__area__item:first-child {
  width: 630px;
  height: 354px;
}
.news__area__filter {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  padding: 0;
  margin: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(15, 15, 16, 0), rgba(15, 15, 16, 0.7));
  mask: linear-gradient(transparent, #0f0f10 70%);
  position: absolute;
}
.news__area__sub__content {
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  color: #ffffff;
  height: 160px;
  width: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  z-index: 1;
}
.news__area__desc {
  letter-spacing: -0.55px;
  margin: 0 24px 6px 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__area__date {
  font-size: 14px;
  letter-spacing: -0.35px;
  color: #a7a9b1;
  margin-left: 24px;
  margin-bottom: 24px;
}
.news__area__top__pick {
  width: 402px;
  min-width: 402px;
  height: 354px;
  margin-left: 30px;
  background-color: #2d2d2f;
  border-radius: 16px;
  position: relative;
}
.news__area__top__pick--title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #ffffff;
  margin: 26px 0 30px 24px;
}
.news__area__top__pick--group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  width: 347px;
  height: auto;
  margin-left: 24px;
  margin-top: 15px;
}
.news__area__top__pick--content {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 12px;
  flex-direction: row;
  align-items: center;
  max-height: 185px;
  overflow: hidden;
  overflow-y: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news__area__top__pick--text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 40px;
  background-color: #424244;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #dcdee4;
  cursor: pointer;
  text-decoration: none;
}
.news__area__top__pick--text:hover {
  background-color: #6f6f74;
  color: #ffffff;
}
.news__area__top__pick--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 131px;
  height: 36px;
  cursor: pointer;
  border-radius: 34px;
  border: 2px solid #dcdee4;
  color: #dcdee4;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}
.news__area__top__pick--btn:hover {
  color: var(--white-ffffff);
  border-color: var(--white-ffffff);
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .news__area {
    width: 1280px;
  }
  .news__area__container {
    width: 1280px;
  }
  .news__area__top__pick {
    display: none;
  }
  .news__area__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .news__area {
    margin: 0px;
    width: 100%;
    padding: 223px 40px 80px 40px;
  }
  .news__area__filter {
    left: -1px;
    bottom: -2px;
    width: calc(100% + 2px);
    height: 260px;
  }
  .news__area__container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .news__area__title {
    width: 137px;
    height: 57px;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px;
  }
  .news__area__content {
    gap: 40px;
    flex-direction: column;
  }
  .news__area__sub__content {
    font-size: 34px;
    height: 188px;
  }
  .news__area__desc {
    letter-spacing: -0.85px;
    margin: 0 34px 10px 30px;
  }
  .news__area__date {
    font-size: 22px;
    letter-spacing: -0.55px;
    color: #a7a9b1;
    margin-left: 30px;
    margin-bottom: 30px;
  }
  .news__area__item {
    width: 100%;
    height: 670px;
    border-radius: 16px;
    height: 375px;
  }
  .news__area__item:first-child {
    width: 100%;
    min-width: 670px;
    height: 375px;
  }
  .news__area__top__pick {
    display: none;
  }
}
@media (max-width: 768px) {
  .news__area {
    margin: 0px;
    width: 100%;
    padding: 112px 20px 40px 20px;
  }
  .news__area__filter {
    height: 130px;
  }
  .news__area__container {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .news__area__title {
    width: 69px;
    height: 28px;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    margin-bottom: 15px;
  }
  .news__area__content {
    gap: 20px;
    flex-direction: column;
  }
  .news__area__sub__content {
    font-size: 17px;
    height: 188px;
  }
  .news__area__desc {
    letter-spacing: -0.85px;
    margin: 0 17px 5px 15px;
  }
  .news__area__date {
    font-size: 11px;
    letter-spacing: -0.55px;
    color: #a7a9b1;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .news__area__item {
    width: 100%;
    aspect-ratio: 335/187.5;
    height: auto;
    border-radius: 8px;
  }
  .news__area__item:first-child {
    width: 100%;
    min-width: unset;
    height: auto;
  }
  .news__area__top__pick {
    display: none;
  }
}
