@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#main  {
	margin-bottom: 200px;
	padding: 0 100px;
}
#main .imgBox {
	align-items: center;
}
#main .imgBox:not(:first-child) {
	margin-top: -100px;
}
#main .imgBox .photoBox {
	width: 35.9%;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	width: 56.7%;
}
#main .imgBox .textBox .sub {
	max-width: 543px;
}
#main .imgBox .textBox h3 {
	margin-bottom: 58px;
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	position: relative;
}
#main .imgBox .textBox h3::before {
	margin-top: -2px;
	width: 32px;
	height: 2px;
	position: absolute;
	left: -44px;
	top: 50%;
	background-color: #202121;
	content: "";
}
#main .imgBox .textBox p {
	line-height: 1.75;
	text-align: justify;
}
#main .imgBox:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .imgBox:nth-of-type(2n) .photoBox {
	margin-right: 8px;
}
#main .imgBox:nth-of-type(2n) .textBox {
	width: 58%;
}
#main .imgBox:nth-of-type(2n) .textBox .sub {
	margin-left: auto;
}
@media all and (max-width: 1300px) {
	#main .imgBox:not(:first-child) {
		margin-top: 30px;
	}
}
@media all and (max-width: 896px) {
	#main  {
		margin-bottom: 58px;
		padding: 0;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox:not(:first-child) {
		margin-top: 58px;
	}
	#main .imgBox .photoBox {
		margin: 0 42px 27px 43px !important;
		width: auto;
	}
	#main .imgBox .textBox {
		width: auto !important;
		padding: 0 4px 0 43px;
	}
	#main .imgBox .textBox .sub {
		max-width: inherit;
	}
	#main .imgBox .textBox h3 {
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#main .imgBox .textBox p {
		font-size: 1.6rem;
	}
	#main .imgBox:nth-of-type(2n) .photoBox {
		margin-right: 0;
	}
}