@charset "utf-8";
/* Performance > Tech Transfer */

.blind { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* 상단 검색 */
.board-top.tech-top { justify-content: flex-end; margin-bottom: 14px; }
.board-top.tech-top .board-search input { width: 320px; }

.list-info { padding-bottom: 12px; font-size: var(--fs15); color: #556; }
.list-info b { color: var(--c_base1); font-weight: 700; }

/* 기술이전 목록 */
.tech-list { display: block; border-top: 2px solid var(--c_base1); }
.tech-list > li { display: flex; gap: 26px; padding: 26px 10px 28px; border-bottom: 1px solid var(--border1); background: #fff; transition: background .2s; }
.tech-list > li:hover { background: #fafcff; }
.tech-list .num { flex: 0 0 48px; font-size: var(--fs17); font-weight: 700; color: #7a869a; line-height: 1.5; }
.tech-list .txt { flex: 1; min-width: 0; }
.tech-list .tit { font-size: var(--fs18); font-weight: 700; color: #1c2b3f; line-height: 1.5; letter-spacing: -0.02em; }
.tech-list .tit .yy { color: var(--c_base1); }
.tech-list .info { margin-top: 14px; }
.tech-list .info li { font-size: var(--fs15); color: #7a869a; line-height: 1.9; word-break: keep-all; }
.tech-list .info li b { font-weight: 500; color: #667; }

.paging .ico { font-size: var(--fs16); line-height: 1; }

.notice-txt { margin-top: 30px; font-size: var(--fs14); color: #8892a4; }

@media (max-width: 991px) {
	.board-top.tech-top .board-search input { width: 220px; }
}

@media (max-width: 767px) {
	.board-top.tech-top { justify-content: stretch; }
	.board-top.tech-top .board-search input { width: 100%; }
	.tech-list > li { flex-direction: column; gap: 6px; padding: 22px 4px 24px; }
	.tech-list .num { flex: none; font-size: var(--fs15); }
	.tech-list .tit { font-size: var(--fs17); }
	.tech-list .info { margin-top: 10px; }
	.tech-list .info li { font-size: var(--fs14); line-height: 1.8; }
}
