/*
 * 기획전 그리드 — 상영작 목록과 동일: 카드 외곽선 없음, 본문 하단 보더만
 * (레거시 그리드라인 오버라이드 무력화)
 */

.ti .np-list.se-right .se-grid {
  gap: 40px 24px;
}

.ti .np-list.se-right .se-card {
  border: none;
}

.ti .np-list.se-right .se-card:hover {
  border-color: transparent;
}

.ti .np-list.se-right .se-title-wrap {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #595959;
}

@media (max-width: 899px) {
  .ti .np-list.se-right .se-grid {
    gap: 32px 16px;
  }
}
