﻿/* 功能比對 */
.upgrade-features {
	background: #F9FAFA;
	padding: 60px 0;
}

.table-features {
	background: #fff;
}
	.table-features .fa-check {
		color: #ff8500;
	}
.table-features tr.top td {
	text-align: left;
}

	.table-features td {
		vertical-align: middle;
		padding: 5px 10px;
		text-align: center;
	}
/* 價位表 */
.upgrade-price {
	padding: 60px 0;
}

.upgrade-page .payment {
	display: none;
	text-align: left;
	background: #f9fafa;
	width: 100%;
}

.upgrade-page .payment-btn {
	vertical-align: bottom;
	text-align: center;
	line-height: 1.2;
	padding: 0;
	position: relative;
}

	.upgrade-page .payment-btn a {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		right: 0;
		bottom: 0;
	}

		.upgrade-page .payment-btn a i {
			position: absolute;
			bottom: 35%;
			right: 10px;
		}

		.upgrade-page .payment-btn a:hover {
			text-decoration: none;
		}

.table-price thead th {
	padding: 0;
}

.table-price th,
.table-price td {
	vertical-align: middle;
	padding: 10px;
	text-align: center;
}

.table-price .local {
	padding: 2px 8px;
	text-align: center;
	white-space: nowrap;
}

.table-price .title {
	line-height: 1.15;
	padding: 0 10px;
}
	.table-price .title h2 {
		font-size: 1.2rem;
		line-height: 1.1;
		margin: 0;
	}
.table-price thead h3 {
	border-bottom: solid 1px #dee2e6;
	margin: 0;
	padding: 15px;
	font-size: 1rem;
	font-weight: bold;
}

.table-price thead h4 {
	font-size: 1.2rem;
	margin: 0;
	padding: 5px 10px;
}

.table-price .price h4 {
	font-size: 1rem;
	display: none;
}

.table-price .price h5 {
	margin: 0;
	margin: .25rem 0;
	font-size: 1rem;
}

	.table-price .price h5.add {
		border: solid 1px #c0c7ce;
		display: inline-block;
		padding: 0 8px 5px;
		min-width: 95px;
		text-align: center;
		background: #f9fafa;
	}
@media screen and (max-width: 991px) {
	.table-price thead,
	.table-price .local,
	.upgrade-page .payment-btn {
		display: none;
	}

	.table-price th, .table-price td,
	.upgrade-page .payment,
	.table-price .price h4 {
		display: inline-block;
	}

	.table-price .title {
		width: 100%;
		padding: 10px 0;
		font-size: 1.6rem;
	}

		.table-price .title h2 {
			font-size: 1.7rem;
			margin: 10px 0 15px;
		}

		.table-price .title h5 {
			font-size: 1rem;
			margin: 0;
		}

	.table-price td.price-box {
		width: 44%;
		min-height: 131px;
	}

	.table-price .title2 {
		width: 12%;
		float: left;
		padding: 7px 0;
		border: solid 1px #dee2e6;
	}

		.table-price .title2 h4 {
			font-size: 1.2rem;
			width: 25px;
			margin: 0 auto;
		}

	/* 暫時-----------------------------------------------*/
	.card-custom .card-body {
		padding: 0 15px 25px !important;
	}
	.features-list {
		max-width: 330px !important;
		margin: 0 auto !important;
		margin-top: 1.5rem !important;
		padding-left: 6px !important;
	}
		.features-list li {
			width: 50% !important;
			padding-left: 0 !important;
		}
			.features-list li:nth-child(1),
			.features-list li:nth-child(2) {
				width: 100% !important;
			}
			.features-list li h5 {
			font-size: 16px !important;
		}
			.card-custom {
		min-width: initial !important;
	}
	.card .title h6{
		letter-spacing: 2px !important;
	}
		/* 暫時-----------------------------------------------*/
	}

