.function-list-page {
	padding-top: 95px;
	background: #fff;
}
.function-list-page > .categories {
	width: 90%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 64px auto 0;
}
.function-list-page > .categories > .category {
	position: relative;
	width: calc(25% - 12px);
	height: 60px;
	border-radius: 30px;
	background: #112957;
	border: 2px solid transparent;
	font-weight: bold;
	transition: 0.3s;
}
.function-list-page > .categories > .category:nth-child(n + 5) {
	margin-top: 20px;
}
.function-list-page > .categories > .category:after {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: url("../../images/lp/icon/arrow-white.svg") no-repeat;
	width: 12px;
	height: 12px;
}
.function-list-page > .categories > .category:hover {
	background: #fff;
	border-color: #112957;
}
.function-list-page > .categories > .category:hover > .link {
	color: #112957;
}
.function-list-page > .categories > .category:hover:after {
	background: url("../../images/lp/icon/arrow-bottom.svg") no-repeat;
}
.function-list-page > .categories > .category > .link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.function-list-page > .functions > .note {
	margin-bottom: 16px;
	text-align: right;
	font-size: 14px;
}
.table-area:not(:first-child) {
	margin-bottom: 40px;
}
.table-area > .note {
	display: none;
	margin: 8px 0 40px;
	font-size: 13px;
	/* text-align: right; */
}
.function-table > .table {
	border-collapse: collapse;
}
.function-table > .table > .head > .row > .cell:not(:first-child) {
	padding: 16px;
	font-size: 14px;
}
.function-table > .table > .head > .row > .cell.-title {
	font-size: 22px;
	text-align: left;
}
.function-table > .table > .head > .row > .cell.-system {
	width: 16%;
	background: #005bac;
	color: #fff;
}
.function-table > .table > .head > .row > .cell.-smartlock {
	width: 16%;
	background: #e49d23;
	color: #fff;
}
.function-table > .table > .head > .row {
	line-height: 1.4;
}
.function-table > .table > .body {
	border: 1px solid #dfe8f1;
}
.function-table > .table > .body > .row:not(:last-child) {
	border-bottom: 1px solid #dfe8f1;
}
.function-table > .table > .body > .row > .cell {
	padding: 16px;
}
.function-table > .table > .body > .row > .cell:not(:last-child) {
	border-right: 1px solid #dfe8f1;
}
.function-table > .table > .body > .row > .cell.-label {
	width: 24%;
	background: #eaf0f8;
	font-weight: bold;
	font-size: 15px;
}
.function-table > .table > .body > .row > .cell.-desc {
	font-size: 14px;
}
.function-table > .table > .body > .row > .cell.-system {
	background: #ebf2f9;
	text-align: center;
}
.function-table > .table > .body > .row > .cell.-smartlock {
	background: #fdf7ed;
	text-align: center;
}
.function-table > .table > .body > .row > .cell.-note {
	background: #f4f4f4;
	color: #888;
	font-size: 14px;
	text-align: center;
}
.function-table > .table > .body > .row > .cell.-none {
	color: #999;
	font-size: 20px;
	text-align: center;
}

.function-list-page > .functions {
	width: 90%;
	max-width: 1100px;
	margin: 80px auto;
}
.function-list-page > .function > .text {
	margin-bottom: 8px;
	font-size: 13px;
	text-align: right;
}
.function-list-page > .function > .lists {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.function-list-page > .function > .lists > .name {
	display: flex;
	align-items: center;
	width: 28%;
	padding: 24px;
	background: #77869f;
	color: #fff;
	font-weight: bold;
}
.function-list-page > .function > .lists > .name:not(:last-of-type) {
	border-bottom: 1px solid #c6d1de;
}
.function-list-page > .function > .lists > .description {
	display: flex;
	align-items: center;
	width: 70%;
	padding: 24px 32px;
	background: #fff;
}
.function-list-page > .function > .lists > .description:not(:last-child) {
	border-bottom: 1px solid #c6d1de;
}

.footer-area > .container > .sub > .license {
  display: none;
}

@media screen and (max-width: 1024px) {
	.function-list-page {
		padding-top: 46px;
	}
}

@media screen and (max-width: 768px) {
	.list-heading-area > .heading {
		font-size: 28px;
	}
	.function-list-page > .functions {
		width: 100%;
		margin: 40px 0 80px;
		padding: 0 16px;
	}
	.function-list-page > .categories {
		width: 100%;
		padding: 0 16px;
	}
	.function-list-page > .categories > .category {
		width: calc(50% - 4px);
		height: 50px;
		line-height: 1.3;
		text-align: center;
	}
	.function-list-page > .categories > .category:nth-child(n + 3) {
		margin-top: 12px;
	}
	.function-list-page > .categories > .category:after {
		right: 12px;
		width: 10px;
		height: 10px;
	}
	.table-area > .note {
		display: block;
	}
	.function-table {
		overflow-x: auto;
	}
	.function-table > .table > .head > .row > .cell.-system,
	.function-table > .table > .head > .row > .cell.-smartlock {
		min-width: 135px;
	}
	.function-table > .table > .head > .row > .cell:not(:first-child) {
		padding: 16px 12px;
		font-size: 13px;
		font-size: 14px;
	}
	.function-table > .table > .body > .row > .cell.-label {
		min-width: 140px;
	}
	.function-table > .table > .body > .row > .cell.-desc {
		min-width: 260px;
	}
}
