.deepDarkBg_textPage {
	background: #28282C;
	color: #FFF;
	padding: 7vw 0;
	overflow: hidden;
}

.text_detail_page {
	font-size: 20px;
	font-size: 1.05vw;
	line-height: 1.8;
	max-width: calc(1100px + 10%);
	padding: 0 5%;
	box-sizing: border-box;
	margin: 70px auto 0;
}

.text_detail_page h1 {
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 5vw;
}

.text_detail_page p {
	font-weight: 400;
	margin-bottom: 1.5vw;
}

@media screen and (min-width: 1900px) {
	.text_detail_page h1 {
		font-size: 50px;
	}
	.text_detail_page p {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.text_detail_page h1 {
		font-size: 40px;
	}
	.text_detail_page p {
		font-size: 16px;
	}
}

@media screen and (max-width: 920px) {
	.text_detail_page h1 {
		font-size: 25px;
		margin-bottom: 35px;
	}
}