#header {
	height: auto;
}
#main {
	width: 1080px;
	margin: 175px auto;
}
.terms-header-tit {
	height: 55px;
	margin-bottom: 30px;
	border-bottom: 2px solid #e8e8e8;
}
.terms-header-int-txt {
	line-height: 1.55;
	font-size: 17px;
	margin: 20px auto;
}
.terms-int-txt {
	line-height: 1.45;
	font-size: 16px;
}
.terms-sub-tit {
	font-size: 18px;
	height: 50px;
	line-height: 60px;
}
.table-cell {
	margin: 10px 0;
}
.table-cell span {
	display: table-cell;
}
.table-cell-num {
	font-weight: 500;
	width: 22px;
}
.table-cell.pl-20 {
	padding-left: 20px;
	margin-top: -17px;
}
.table-cell.pl-20 .terms-sub-tit {
	font-weight: 400;
	font-size: 16px; 
}
.quick-nav {
	display: none;
}
@media (max-width: 1080px) and (min-width: 640px) {
	#main {
		width: 95%;
		margin: 55px auto;
	}
	.terms-header-tit {
		font-size: 23px;
	}
	.terms-header-int-txt {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	#main {
		width: 95%;
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.terms-header-tit {
		height: 40px;
		margin-bottom: 25px;
		border-bottom: 1px solid #e8e8e8;
		font-size: 17px;
	}
	.terms-header-int-txt {
		line-height: 1.55;
		font-size: 14px;
		margin: 10px auto;
	}
	.terms-sub-tit {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.table-cell {
		margin: 5px 0 10px;
	}
	.terms-int-txt {
		line-height: 1.45;
		font-size: 14px;
	}
}