 .cibi_grid {
 	display: grid;
 	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
 	gap: 24px;
 	margin-top: 32px;
 }
 .cibi_item {
 	text-align: center;
 }
 .placeholder_box {
 	width: 100%;
 	max-width: 340px;
 	height: 220px;
 	margin: 0 auto 12px;
 	border: 2px dashed #c5c5c5;
 	border-radius: 8px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	color: #666;
 	background: #fafafa;
 }
 .cibi_caption {
 	margin: 0;
 	font-weight: 600;
 	color: #333;
 }
 .cibi_note {
 	margin-top: 32px;
 	color: #555;
 	line-height: 1.6;
 }






