/* TOTAL_PARTNER1 - 기본 스타일 (partner1 위젯에서 오버라이드됨) */
.partner1_thumb {
  box-sizing: border-box;
}
.partner1_thumb img {
  display: block;
}
.partner1_thumb a img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner1_name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  word-break: keep-all;
}
