body {
	font-size: 100%;
}
main {
	padding: 32px 0 120px;
}
@media screen and (max-width: 1024px) {
	main {
		padding: 10px 0 40px;
	}
}

h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 38px;
	color: #463d3c;
	position: relative;
}
main p {
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #463d3c;
}
.company-content-wrap {
	display: flex;
	justify-content: space-between;
}
.company-contents {
	width: 590px;
}
@media screen and (max-width: 1024px) {
	.company-content-wrap {
		flex-direction: column-reverse;
	}
	.company-contents {
		width: 100%;
	}
	h2 {
		padding-left: 21px;
	}
	h2:before {
		position: absolute;
		content: "";
		width: 8px;
		height: 21px;
		background: #f08930;
		top: 8px;
		left: 0;
	}
}
