@charset "utf-8";
.service_cont_inner {
		max-width: 940px;
		margin: 0 auto;
		padding: 80px 30px;
}
@media(max-width: 767px) {
		.service_cont_inner {
				padding: 40px 20px;
		}
}
.future_hd {
		font-family: 'Inter', sans-serif;
		margin-bottom: 60px;
		color: #F55282;
		padding-bottom: 10px;
		border-bottom: 1px solid #F55282;
}
@media(max-width: 767px) {
		.future_hd {
				margin-bottom: 40px;
		}
}
.future_hd span {
		padding-left: 20px;
		position: relative;
}
.future_hd span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 4px);
		left: 0;
		width: 6px;
		height: 6px;
		background: #F55282;
}
.service_main {
		margin: 0;
}
.service_main img {
		width: 100%;
		height: auto
}
.service_hd {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.6;
		margin: 0 0 40px
}
.service_caption {
		margin-bottom: 40px;
}
.service_caption p {
		line-height: 1.8;
		margin: 0 0 1.5em;
}
.service_caption p strong {
		font-weight: 500;
		color: #F55282;
}
.service_caption ul {
		list-style: none;
		margin-left: 27px;
}
.service_caption ul li {
		line-height: 1.6;
		margin-bottom: 15px;
		position: relative;
}
.service_caption ul li::before {
		content: '';
		display: block;
		position: absolute;
		top: 0.35em;
		left: -27px;
		width: 12px;
		height: 12px;
		background: #F55282;
}
@media(max-width: 767px) {
		.service_hd {
				font-size: 22px;
				margin: 0 0 30px
		}
		.service_caption {
				margin-bottom: 30px;
		}
		.service_caption ul {
				margin-left: 22px;
		}
		.service_caption ul li {
				margin-bottom: 10px;
		}
		.service_caption ul li::before {
				top: 0.35em;
				left: -22px;
				width: 10px;
				height: 10px;
		}
}
/* ========== */
.otherLink_gr {
		margin-top: 90px;
		margin-bottom: 0;
}
.news_item_gr {
		margin-bottom: 0 !important;
}
@media(max-width: 960px) {
		.otherLink_gr {
				margin-top: 60px;
		}
}
.otherLink_gr_hd {
		font-size: 18px;
		font-weight: 400;
		font-family: 'Inter', sans-serif;
		color: #F55282;
		margin: 0 0 30px;
}
.news_item_gr .news_item:first-child {
		border-top: 1px solid #C3C7CE;
}
.otherLink_gr .news_title {
		font-family: 'Inter', sans-serif;
		font-size: 20px;
}
@media(max-width: 767px) {
		.otherLink_gr .wrap {
				padding: 0 20px
		}
		.news_item {
				padding: 20px 20px;
		}
		.otherLink_gr .news_title {
				font-size: 18px;
		}
		.news_item_in a .news_arw {
				top: calc(50% - 12px);
				bottom: inherit;
		}
}