main {
	padding-top: 130px;
}

#mainContent {
	position: relative;
	margin: 150px 8% 0 8%;
}

#mainContent h1 {
	color: var(--mainColor);
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 50px;
	margin: 0 0 160px 0;
}

#mainContent>p {
	position: absolute;
	top: -46px;
	left: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#story {
	background-color: #F8F8F8;
	text-align: center;
	padding: 90px 0 50px 0;
}

#storyTitle {
	position: relative;
	margin-bottom: 90px;
}

#storyTitle:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: var(--mainColor);
	margin-left: -25px;
}

#storyTitle h2 {
	color: var(--mainColor);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 50px 0 45px 0;
}

#storyTitle p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#story h4 {
	color: var(--fontColor);
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

#story>p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 40px;
}

#business {
	margin: 160px 8% 0 8%;
}

#businessTitle {
	position: relative;
}

#businessTitle:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: var(--mainColor);
}

#businessTitle h3 {
	color: var(--mainColor);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 50px 0 35px 0;
}

#businessTitle p {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#shareNW {
	display: flex;
	justify-content: space-between;
}

#shareNWDetail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	padding: 90px 5% 45px 0;
}

#shareNWDetail p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
}

#shareNWDetail p:first-child {
	margin-bottom: 40px;
}

#shareImage {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
}

#shareImage img {
	width: 100%;
}

#duties {
	margin-top: 100px;
}

#duties h4 {
	color: var(--fontColor);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

#duties section p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 45px;
}

#duties section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 15px;
	background-color: #F8F8F8;
	padding: 45px;
	list-style-type: none;
}

#duties section ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(25% - 20px);
	min-width: 190px;
	text-align: center;
}

.dutiesImage {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
}

.dutiesImage img {
	width: 70px;
}

#duties section ul li p {
	line-height: 30px;
	margin: 25px 0 0 0;
}

#parallaxBox {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 160px 0 0 0;
	perspective: 2000px;
	transform-style: preserve-3d;
	overflow: hidden;
}

#parallaxBack {
	position: absolute;
	width: 200%;
	height: 400%;
	background: url(../images/Service_parallax.jpg) no-repeat center center;
	background-size: cover;
	transform: translate3d(-25%, -30%, -1000px);
}

#parallaxText {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: var(--whiteFontColor);
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 80px;
	text-align: center;
	transform: translate3d(0, 0, 0);
}

#strength {
	margin: 160px 8% 0 8%;
}

#strengthTitle {
	position: relative;
}

#strengthTitle:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: var(--mainColor);
}

#strengthTitle h3 {
	color: var(--mainColor);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 50px 0 45px 0;
}

#strengthTitle p {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#strength section>div {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 90px 0;
}

#strength section p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
}

#strength section p.btn {
	margin-bottom: 16px;
}

#strength section ul {
	display: flex;
	justify-content: center;
	gap: 0 120px;
	background-color: #F8F8F8;
	padding: 90px;
	list-style-type: none;
}

#strength section ul li {
	width: 33%;
}

#strength section ul li p:first-child {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding-bottom: 5px;
}

#strength section ul li p:first-child:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	height: 1px;
	background-color: var(--fontColor);
}

#strength section ul li h4 {
	color: var(--fontColor);
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	height: 50px;
	margin: 30px 0;
}

#caseStudy {
	margin: 160px 8% 0 8%;
}

#caseStudyTitle {
	position: relative;
}

#caseStudyTitle:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: var(--mainColor);
}

#caseStudyTitle h3 {
	color: var(--mainColor);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 50px 0 45px 0;
}

#caseStudyTitle p {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#caseStudy section {
	margin: 90px 0 0 0;
}

#caseStudy section table {
	width: 100%;
	text-align: left;
}

#caseStudy section table tr th {
	width: 90px;
}

#caseStudy section table tr th p {
	color: var(--fontColor);
	font-size: 16px;
	font-weight: 500;
}

#caseStudy section table tr td p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
}

#caseStudy section table tr td p.title {
	font-weight: 500;
	margin-bottom: 45px;
}

#caseStudy section table tr td p.lastText {
	margin-bottom: 90px;
}

#caseStudy section table tr td ul {
	list-style-type: none;
	margin-bottom: 40px;
}

#caseStudy section table tr td ul li {
	position: relative;
	padding-left: 1em;
}

#caseStudy section table tr td ul li:before {
	content: '';
	position: absolute;
	left: calc(0.5em - 2.5px);
	top: 16px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: var(--fontColor);
	border-radius: 50%;
}

#caseStudy section p.btn {
	margin-left: auto;
}

#faq {
	background-color: #F8F8F8;
	padding: 90px 8%;
	margin: 160px 0;
}

#faqTitle {
	position: relative;
	text-align: center;
}

#faqTitle:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: var(--mainColor);
	margin-left: -25px;
}

#faqTitle h3 {
	color: var(--mainColor);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 50px 0 45px 0;
}

#faqTitle p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: var(--mainColor);
	font-size: 16px;
}

#faq section {
	margin-top: 90px;
}

#faq section ul {
	display: flex;
	flex-direction: column;
	gap: 60px 0;
	list-style-type: none;
}

#faq section ul li {
	background-color: #FFFFFF;
	padding: 35px 90px;
}

#faq section ul li h4 {
	color: var(--fontColor);
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	margin-bottom: 45px;
}

#faq section ul li p {
	color: var(--fontColor);
	font-size: 16px;
	line-height: 40px;
}

@media only screen and (max-width: 599px) {
	#mainContent {
		margin: 150px 30px 0 30px;
	}

	#mainContent h1 {
		font-size: 45px;
		margin: 0 0 160px 0;
	}

	#mainContent>p {
		top: -35px;
		font-size: 15px;
	}

	#story {
		padding: 90px 30px 55px 30px;
	}

	#storyTitle {
		margin-bottom: 70px;
	}

	#storyTitle:after {
		width: 40px;
		margin-left: -20px;
	}

	#storyTitle h2 {
		font-size: 25px;
		padding: 35px 0 30px 0;
	}

	#storyTitle p {
		font-size: 15px;
	}

	#story h4 {
		font-size: 20px;
		line-height: 35px;
	}

	#story>p {
		font-size: 15px;
		line-height: 35px;
		text-align: left;
		margin-bottom: 35px;
	}

	#business {
		margin: 160px 30px 0 30px;
	}

	#businessTitle:after {
		width: 40px;
	}

	#businessTitle h3 {
		font-size: 25px;
		padding: 35px 0 30px 0;
	}

	#businessTitle p {
		font-size: 15px;
	}

	#shareNW {
		flex-direction: column-reverse;
		justify-content: center;
	}

	#shareNWDetail {
		width: 100%;
		padding: 0;
	}

	#shareNWDetail p {
		font-size: 15px;
		line-height: 35px;
	}

	#shareNWDetail p:first-child {
		margin-bottom: 35px;
	}

	#shareImage {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 45px 0 65px 0;
	}

	#shareImage img {
		width: 100%;
		max-width: 370px;
	}

	#duties {
		margin-top: 90px;
	}

	#duties h4 {
		font-size: 20px;
	}

	#duties section p {
		font-size: 15px;
		line-height: 35px;
	}

	#duties section ul {
		justify-content: center;
		gap: 30px 35px;
	}

	#duties section ul li {
		width: calc(45% - 35px);
		min-width: 170px;
	}

	#duties section ul li p {
		line-height: 25px;
		margin: 20px 0 0 0;
	}

	#parallaxText {
		font-size: 23px;
		letter-spacing: 0;
		line-height: 50px;
	}

	#strength {
		margin: 160px 30px 0 30px;
	}

	#strengthTitle:after {
		width: 40px;
	}

	#strengthTitle h3 {
		font-size: 25px;
		padding: 35px 0 30px 0;
	}

	#strengthTitle p {
		font-size: 15px;
	}

	#strength section>div {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		margin: 70px 0 65px 0;
	}

	#strength section p {
		font-size: 15px;
		line-height: 35px;
	}

	#strength section p.btn {
		margin-top: 65px;
		margin-bottom: 0;
	}

	#strength section ul {
		flex-direction: column;
		gap: 60px 0;
		padding: 45px;
	}

	#strength section ul li {
		width: 100%;
	}

	#strength section ul li p:first-child {
		font-size: 12px;
		line-height: 16px;
	}

	#strength section ul li h4 {
		font-size: 15px;
		height: auto;
	}

	#caseStudy {
		margin: 160px 30px 0 30px;
	}

	#caseStudyTitle:after {
		width: 40px;
	}

	#caseStudyTitle h3 {
		font-size: 25px;
		padding: 35px 0 30px 0;
	}

	#caseStudyTitle p {
		font-size: 15px;
	}

	#caseStudy section {
		margin: 70px 0 0 0;
	}

	#caseStudy section table {
		width: 100%;
		text-align: left;
	}

	#caseStudy section table tr th {
		width: 60px;
	}

	#caseStudy section table tr th p {
		font-size: 15px;
	}

	#caseStudy section table tr td p {
		font-size: 15px;
		line-height: 35px;
	}

	#caseStudy section table tr td p.title {
		margin-bottom: 35px;
	}

	#caseStudy section table tr td p.lastText {
		margin-bottom: 70px;
	}

	#caseStudy section table tr td ul {
		margin-bottom: 35px;
	}

	#caseStudy section p.btn {
		margin-left: 0;
	}

	#faq {
		padding: 90px 30px;
		margin: 160px 0;
	}

	#faqTitle:after {
		width: 40px;
		margin-left: -20px;
	}

	#faqTitle h3 {
		font-size: 25px;
		padding: 35px 0 30px 0;
	}

	#faqTitle p {
		font-size: 15px;
	}

	#faq section {
		margin-top: 70px;
	}

	#faq section ul {
		gap: 35px 0;
	}

	#faq section ul li {
		padding: 35px 60px;
	}

	#faq section ul li h4 {
		font-size: 15px;
		line-height: 35px;
		margin-bottom: 35px;
	}

	#faq section ul li p {
		font-size: 15px;
		line-height: 35px;
	}	
}