* {
	box-sizing: border-box;
}

.openInformationContent {
	display: flex;
	flex-direction: column;
	padding-bottom: 2.60416vw;
	width: 100%;
	box-sizing: border-box;
}

.openInformationContent .h2-oi {
	font-size: 2.2vw;
	color: #262728;
	margin-bottom: 0.9375vw;
	font-weight: bold;
}

.openInformationContent .dataListBox {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.openInformationContent .dataListBox .row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 1.97916vw 0;
	font-size: 0.9375vw;
	color: #262728;
	border-bottom: 0.05208vw solid #E2E2E2;
}

.openInformationContent .dataListBox .row:hover{
	color: #0A50B4;
}

.openInformationContent .dataListBox .row .leftTitle {
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.openInformationContent .dataListBox .row .rightDate {
	color: #848585;
}

@media screen and (max-width: 750px) {

	.openInformationContent .h2-oi {
		font-size: 5.06666vw;
		font-weight: bold;
		margin-bottom: 2.66666vw;
	}

	.openInformationContent .dataListBox .row .leftTitle {
		width: 77%;
	}

	.openInformationContent .dataListBox .row {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 4vw 0;
		font-size: 3.73333vw;
		color: #262728;
		border-bottom: 0.05208vw solid #E2E2E2;
	}

}<!--ºÄÊ±1751465053.4442Ãë-->