.textBlock {
	width: 1200px;
	margin: 0 auto;
	font-family: scRegular;
}

.textTitle {
	font-size: 24px;
	color: #333333;
	margin: 38px auto 19px;
	text-align: center;
}

.subLine {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #999999;
	margin-bottom: 30px;
}

.seeImg {
	width: 20px;
	height: 14px;
	margin-right: 5px;
	margin-top: -4px;
}

.timeImg {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.seeNum {
	margin-right: 23px;
}

.textContent {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.textImg {
	width: 800px;
	height: 480px;
	margin: 30px auto;
}

.otherText {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	border-top: solid 1px #F0F0F0;
	padding-top: 30px;
	margin-top: 30px;
}

.otherList {
	display: flex;
	font-size: 16px;
	color: #666666;
}