@charset "UTF-8";

/* 산학협력단 갤러리 목록: 라이즈 type02 검색 패널의 배경만 분리한다. */
body.iacf-site .img-anchor > .bn-search01.type02 {
	padding: 0;
	background: transparent;
	border-radius: 0;
}

body.iacf-site .img-anchor > .bn-search01.type02 .b-sel-btn.btn-reset {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	color: #767676;
}

body.iacf-site .img-anchor > .bn-search01.type02 .b-sel-btn.btn-reset:hover,
body.iacf-site .img-anchor > .bn-search01.type02 .b-sel-btn.btn-reset:focus {
	border-color: #003b90;
	color: #003b90;
}

/* 갤러리 카드 이미지 — 카드를 꽉 채우되 비율은 유지하고 넘치는 쪽을 잘라낸다.
   사이트 전역 `_res/nsu/iacf/css/cms-common.css` 의
   `.b-img-box{width:290px}` + `.b-img-box img{width:auto!important;height:auto!important;object-fit:unset!important}`
   가 퍼블 정본(img01-02.css)의 카드 계약을 덮어 카드보다 작은 이미지 + 우측·하단 흰 여백이 생긴다.
   전역 규칙은 포스터형(290x410) 단독 사용처가 쓰므로 지우지 않고, 이 게시판 유형의
   카드 스코프에서만 정본 값(width/height 100% + object-fit:cover)을 되돌린다.
   전역이 !important 라 이기려면 이쪽도 !important 가 필요하다. */
body.iacf-site .img-anchor .bn-list-img01 .b-img-box {
	width: 100%;
}

body.iacf-site .img-anchor .bn-list-img01 .b-img-box img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
