.cmp-news__recent[data-v-4581fa4a] {
  overflow: hidden;
}
.cmp-news__recent-wrapper[data-v-4581fa4a] {
  padding-bottom: 129px;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-wrapper[data-v-4581fa4a] {
    padding-bottom: 48px;
}
}
.cmp-news__recent-title-wrapper[data-v-4581fa4a] {
  padding-top: 77px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-title-wrapper[data-v-4581fa4a] {
    padding-top: 36px;
    justify-content: center;
}
}
.cmp-news__recent-title[data-v-4581fa4a] {
  font-size: 38px;
  font-weight: 400;
  line-height: 47.5px;
  color: rgb(19, 18, 20);
}
@media screen and (max-width: 767px) {
.cmp-news__recent-title[data-v-4581fa4a] {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
}
.cmp-news__recent img[data-v-4581fa4a] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.cmp-news__recent .swiper-buttons[data-v-4581fa4a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
.cmp-news__recent .swiper-buttons[data-v-4581fa4a] {
    justify-content: flex-start;
    margin-top: 24px;
}
}
.cmp-news__recent .swiper-buttons .svg-icon[data-v-4581fa4a] {
  width: 40px;
  height: 40px;
  transition: all 0.3s cubic-bezier(0.48, 0.04, 0.52, 0.96);
  cursor: pointer;
}
.cmp-news__recent .swiper-buttons .svg-icon.swiper-button-disabled[data-v-4581fa4a] {
  opacity: 0.2;
}
.cmp-news__recent .swiper-buttons .svg-icon.prev[data-v-4581fa4a] {
  transform: rotate(180deg);
}
.cmp-news__recent .swiper-buttons .svg-icon.next[data-v-4581fa4a] {
  margin-left: 8px;
}
.cmp-news__recent-list-wrapper[data-v-4581fa4a] {
  margin-top: 46px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-list-wrapper[data-v-4581fa4a] {
    margin-top: 36px;
    overflow: unset;
}
}
.cmp-news__recent-list[data-v-4581fa4a] {
  width: 95.62%;
}
.cmp-news__recent-item-img[data-v-4581fa4a] {
  width: 100%;
  aspect-ratio: 17/10;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-item-img img[data-v-4581fa4a] {
    width: 100%;
}
}
.cmp-news__recent-item-content[data-v-4581fa4a] {
  padding-top: 18px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-item-content[data-v-4581fa4a] {
    padding-top: 10px;
    height: calc(100% - 49vw);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
}
}
.cmp-news__recent-item-date[data-v-4581fa4a] {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
}
.cmp-news__recent-item-date span[data-v-4581fa4a]:not(:last-child) {
  margin-right: 24px;
}
.cmp-news__recent-item-title[data-v-4581fa4a] {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(26, 26, 26);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
.cmp-news__recent-item-title[data-v-4581fa4a] {
    margin-bottom: 24px;
}
}
.cmp-news__recent-item:hover .cmp-news__recent-item-img img[data-v-4581fa4a] {
  transform: scale(1.1);
}
.cmp-news__recent-item-link[data-v-4581fa4a] {
  display: inline-flex;
  align-items: center;
}
.cmp-news__recent-item-link span[data-v-4581fa4a] {
  font-size: 12px;
  font-weight: 500;
  line-height: 16.8px;
  color: #000;
  margin-right: 10px;
}
.cmp-news__recent-item-link .svg-icon[data-v-4581fa4a] {
  width: 9px;
  height: 9px;
}