@charset "UTF-8";

/* SW 트랙 신청 커스텀 스타일 */

/* 설명 2줄 말줄임표 처리 */
:is(.sj-sw-table, .b-sj-sw-table) .text-ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	line-height: 1.5;
	max-height: calc(1.5em * 2);
}
