/* CSS Document */
.voice-flex_1 .voice_back {
	margin-left: 0;
	width: calc(100% - 317px);
}
.expo_contents {
	width: 100%;
	border: 3px solid #120e6a;
	padding: 25px;
}
.expo_contents--title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 30px;
	& span {
		font-size: 20px;
		min-width: 100px;
		text-align: center;
	}
}
.expo_contents--title::after ,.expo_contents--title::before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #120e6a;
}
.expo_contents--list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	& li {
		width: calc(50% - 15px);
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	& .expo_contents--head {
		width: 100%;
		background: #e8eeff;
		padding: 10px 5%;
		text-align: center;
	}
	& img {
		margin: 0 auto;
	}
	& sup {
		font-size: 11px;
	}
}
a.more_btn--expo {
	max-width: 280px;
	width: 100%;
	height: 65px;
	padding: 10px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: #1A3489;
	font-size: 16px;
	margin: 30px auto 0;
	text-decoration: none;
}
.h4 {border: 2px solid #120e6a;background: #e8eeff;margin-top: 50px;}
h3 {
	border-bottom: 2px solid #120e6a;
}
@media screen and ( max-width: 767px ){
	.voice-flex_1 .voice_back {width: 100%;}
	.expo_contents--list li {width: 100%;}
}