/* 테마 갤러리 (gallery/gallery.html) — certification·company-overview 보조 */
.cases-gallery__link--static {
	cursor: default;
	text-decoration: none;
	color: inherit;
}

.cases-gallery__link--static:focus {
	outline: 2px solid rgba(255, 255, 255, 0.35);
	outline-offset: 2px;
}

/* 썸네일 파일이 없을 때: user/themes/default/images/no_data.png */
.cases-gallery__thumb img.cases-gallery__thumb-empty {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center;
	background: #f0f0f0;
	box-sizing: border-box;
	padding: 12%;
}

/* 인증/수상 갤러리: 빈 썸네일도 영역 배경은 메인(#00ced1) — .cases-gallery--cert .cases-gallery__thumb 배경이 비침 */
.cases-gallery--cert .cases-gallery__thumb img.cases-gallery__thumb-empty {
	background: transparent;
}
