.historyText {
	margin: 0 auto 80px;
	width: 100%;
	max-width: 850px;
}
.historyText p {
	font-size: 16px;
	text-align: justify;
	line-height: 2.0;
}
.profileBox {
	max-width: 850px;
	margin: 0 auto 180px;
}
.profileText {

}
.profileText table {
	max-width: 850px;
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0;
}
.profileText tr {
	border-top: solid 1px #aaa;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.profileText tr:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 130px;
	border-bottom: 1px solid #00bfa4;
	margin-top: -1px;
}
.profileText th {
	padding: 17px 25px 17px 10px;
	width: 110px;
	text-align: right;
	font-weight: 400;
}
.profileText td {
	padding: 17px 0 17px 50px;
}
.profileText tr.sizeColor th {
	font-size: 20px;
	color: #00bfa4;
	vertical-align: top;
}
.profileText tr.sizeColor td {
	color: #00bfa4;
	display: flex;
	justify-content: space-between;
}
.profileText tr.sizeColor span {
	vertical-align: top;
	display: block;
	font-size: 20px;
}
.profileImg {
	width: 300px;
	padding-top: 5px;
	margin-bottom: 30px;
	line-height: 0;
}
.profileImg img {
	width: 100%;
}
.profileText ul {
	line-height: 1.3;
}
.profileText li {
	padding-bottom: 10px;
}
.profileText li:last-child {
	padding-bottom: 0;
}



@media screen and (max-width: 1024px) {
	.historyText {
		width: 85%;
	}
	.profileBox {
		width: 85%;
	}
	
}
@media screen and (max-width: 768px) {
	.subBox h1 {
		color: #fff;
	}
	.historyText {
		margin: 0 auto 60px;
	}
	.profileBox {
		margin: 0 auto 100px;
	}
	.profileText table {
		font-size: 12px;
		border-bottom: none;
	}
	.profileText tr:before {
		width: 70px;
	}
	.profileText th {
		display: block;
		padding: 10px 0 0;
		text-align: left;
		width: 80px;
		border: none;
		z-index: 1000;
		font-weight: 500;
		font-size: 15px;
	}
	.profileText td {
		display: block;
		border-left: none;
		padding: 2px 0 15px;
		width: 100%;
		font-weight: 500;
		font-size: 15px;
	}
	.profileText tr.sizeColor td {
		display: block;
	}
	.profileText tr.sizeColor span {
		font-size: 18px;
	}
	.profileImg {
		width: 100%;
		padding-top: 15px;
		margin-bottom: 30px;
	}
	.profileText li {
		padding-bottom: 8px;
	}
}
