table{
	width: 100%;
	border-spacing: 1vw 0; /* 가로폭 세로폭 */
  	border-collapse: separate;
}
.poster {
	padding: 0;
	width: 30%;
	vertical-align: top;
}
.exhibition {
	padding: 0;
	width: 35%;
	vertical-align: top;
}
.image{ /* poster랑 exhibition 둘 다에 적용 */
	width: 100%;
	vertical-align: top;
}
.exhibitionName {
	text-align: left;
	vertical-align: bottom;
}
.gap {
	height: 13vh;
}

h2 {
	font-size: 0.93rem;
	font-weight: 500;
	margin: 0;
	color: #555;
	letter-spacing: 0.02rem;
}