@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service .container {
	margin-bottom: 100px;
}

#service .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#service .title h3 {
	font-weight: 800;
	font-size: 26px;
	line-height: 1.4;
}

#service .title h3:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	margin: 15px 0 0;
	background: #D82323;
}

#service .title p {
	width: 960px;
	text-align: justify;
}

#service .flex {
	display: flex;
	justify-content: space-between;
}

#service .pic {
	width: 760px;
}

#service .row {
	width: 400px;
	text-align: justify;
}

#service .row h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(35, 24, 21, 0.6);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: #00B097;
}

#service .row p:not(:last-of-type) {
	margin-bottom: 40px;

