.compare-systems {
	padding-top: 45px;
}
.compare-systems .title {
	margin-bottom: 15px;
}
.compare-systems .desc {
	line-height: 119%;
	margin-bottom: 25px;
}
.compare-systems .content__box {
    width: 100vw;
    overflow-x: auto;
    margin-bottom: 25px;
}
.compare-systems .content__box::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.content__wrap {
    padding: 10px;
}
.compare-systems .content__table {
    width: 690px;
}
.compare-systems .table {
	width: calc( 100% - 30px );
    border-collapse: collapse;
	font-size: 14px;
	background: #fff;
    border-radius: 6px;
    overflow: hidden;	
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.compare-systems .table tr th,
.compare-systems .table tr td {
	width: 25%;
	vertical-align: top;
}
.compare-systems .table th {
    padding: 15px;
}
.compare-systems .table tr td {
	padding: 15px;
}
.compare-systems .table tr th:first-child,
.compare-systems .table tr td:first-child {
    font-weight: 700;
}
.compare-systems .table tr th:nth-child(2),
.compare-systems .table tr td:nth-child(2) {
	background: #fffde7;
}
.compare-systems .table tr th:nth-child(3),
.compare-systems .table tr td:nth-child(3) {
	background: #eeffdf;
}
.compare-systems .table tr th:nth-child(4),
.compare-systems .table tr td:nth-child(4) {
	background: #e9f9ff;
}
.compare-systems .table .column-title {
	font-size: 16px;
}
.compare-systems .table .column-sub-title {
	
}
.compare-systems .button {
	width: 306px;
}
@media (max-width: 767px) {
	.compare-systems .title span {
		display: block;
	}	
}
@media (min-width: 768px) {
	.compare-systems {
		overflow-x: hidden;
		padding-top: 55px;
	}
	.compare-systems .title {
		margin-bottom: 20px;
	}
	.compare-systems .desc {
		font-size: 18px;
		line-height: 122%;		
		margin-bottom: 30px;
	}
	.compare-systems .content__box,
	.compare-systems .content__table,
	.compare-systems .table {
		width: 100%;
	}
	.compare-systems .table tr th,
	.compare-systems .table tr td {
		padding: 15px 14px;
	}
	.compare-systems .table {
		font-size: 16px;
	}	
	.compare-systems .table .column-title {
		font-size: 18px;
	}
	.compare-systems .table .column-sub-title {
		font-size: 14px;
	}	
}
@media (min-width: 1200px) {
	.compare-systems {
		padding-top: 60px;
	}
}

