/* JLS_partner - 파트너/유관기관 로고 슬라이드 스킨 */

/* 슬라이드 기본 */
.swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* 파트너 아이템 */
.partner-item {
  display: block;
  text-decoration: none;
  width: 100%;
  transition: opacity 0.3s ease;
}

.partner-item:hover {
  opacity: 0.8;
}

.partner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* 이미지 없을 때 텍스트 표시 */
.partner-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  word-break: keep-all;
}

/* 빈 리스트 */
.empty-item {
  background: transparent;
  box-shadow: none;
}

.empty_li {
  text-align: center;
  padding: 20px;
  color: #999;
  font-size: 14px;
}

/* 모바일 대응 */
@media only all and (max-width: 767px) {
  .partner-name {
    font-size: 12px;
  }
}
