/* newsroom */
.news-room  .kv-default-wrap {
  background: url("/renew/images/news_room/img_newsroom_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.news-room .g-search-wrap {
  margin-top: 3.4rem;
}

/* social-media */
.social-media  .kv-default-wrap {
  background: url("/renew/images/social_media/img_social_media_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.social-media .g-search-wrap {
  margin-top: 3.4rem;
}
.social-list-wrap .social-list {
  width: calc(100% + 4.8rem);
  margin: 0 -2.4rem;
}
.social-list-wrap .social-list__item {
  width: 44.8rem;
  margin: 0 2.3rem 6.4rem;
}
.social-list-wrap .social-list__img img {
  width: 100%;
  height: auto;
  display: block;
}
.social-list-wrap .social-list__text-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.social-list-wrap .social-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6rem;
  height: 2.6rem;
}
.social-list-wrap .social-list__text {
  padding: 2.7rem 2.4rem 0;
}
.social-list-wrap .social-list__title {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.social-list-wrap .social-list__date {
  font-size: 1.4rem;
}
.social-list-wrap .social-list__desc {
  margin-top: 2.4rem;
  min-height: 6.4rem;
}
.social-list-wrap .social-list__link {
  margin: 1rem 0;
  padding: 0 2.4rem;
}
.social-list-wrap .g-tag-list {
  padding: 0 2.4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-list-wrap .social-list__item {
    width: 46%;
  }
}

.social-list-wrap .social-list__item.animate {
  animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social-list__item.animate {
  animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 767px) {
  .news-room .kv-default-wrap {
    background: url("/renew/images/news_room/img_newsroom_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .social-media .kv-default-wrap {
    background: url("/renew/images/news_room/img_social_media_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .social-list-wrap .social-list {
    width: 100%;
    margin: 0;
  }
  .social-list-wrap .social-list__item {
    width: 100%;
    margin: 0;
    padding: 0 1.6rem 5rem;
  }
  .social-list-wrap .social-list__link {
    margin: 1rem 0;
    padding: 0;
  }
  .social-list-wrap .social-list__text {
    padding: 2.7rem 0 0;
  }
  .social-list-wrap .g-tag-list {
    padding: 0;
  }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .social-list {
    column-count: auto;
    column-gap: normal;
  }
  
  .social-list__item {
    display: inline-block;
    width: calc(33.333% - 14px);
    margin-right: 20px;
  }
  
  .social-list__item:nth-child(3n) {
    margin-right: 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .social-list__item {
      width: calc(50% - 10px);
    }
    
    .social-list__item:nth-child(3n) {
      margin-right: 20px;
    }
    
    .social-list__item:nth-child(2n) {
      margin-right: 0;
    }
  }
  
  @media (max-width: 767px) {
    .social-list__item {
      width: 100%;
      margin-right: 0;
    }
  }
}

