.nonpay-intro-article {
	padding: 4.5em 10px 0;
}
.nonpay-intro-article .nonpay-intro {
	padding: 50px 10px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.nonpay-intro-article .nonpay-intro h3 {
	font-size: 2.625rem;
	font-weight: 300;
	line-height: 1.4;
}
.nonpay-intro-article .nonpay-intro .eng {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 7px;
	text-transform: uppercase;
	color: #9e9e9e;
	margin: 1.25rem 0 1.875rem;
}
.nonpay-intro-article .text-area {
	margin-bottom: 40px;
}
.nonpay-intro-article .title {
	font-size: 3rem;
	text-align: center;
}
.nonpay-intro-article .text-area .text {
	line-height: 1.5;
	font-size: 0.8em;
}
.nonpay-intro-article .nonpay-search {
	display: flex;
	overflow: hidden;
	max-width: 730px;
	margin: 0 auto;
}
.nonpay-intro-article .nonpay-search select {
	display: block;
	float: left;
	width: 28%;
	height: 47px;
	padding: 0 20px;
	border: 1px solid #cdcdcd;
	background: url('/assets/nonpay_img/search_arrow.png') no-repeat 92% center;
	vertical-align: top;
	font-size: 16px;
}
.nonpay-intro-article .nonpay-search select + input {
	width: 54%;
	margin-left: 2%;
}
.nonpay-intro-article .nonpay-search select + a,
.nonpay-intro-article .nonpay-search select + button {
	width: 14%;
	margin-left: 2%;
}
.nonpay-intro-article .nonpay-search input {
	display: block;
	float: left;
	width: 78%;
	height: 47px;
	padding: 0 20px;
	border: 1px solid #cdcdcd;
	vertical-align: top;
	font-size: 16px;
}
.nonpay-intro-article .nonpay-search a,
.nonpay-intro-article .nonpay-search button {
	display: block;
	float: left;
	width: 18%;
	height: 47px;
	line-height: 47px;
	margin-left: 2%;
	vertical-align: top;
	background: #b1885b;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.nonpay-data-article {
	padding: 4em 10px 8.5em;
}
.nonpay-tab {
	margin-bottom: 3em;
}
.nonpay-tab .tab {
	overflow: hidden;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
.nonpay-tab .tab li {
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.nonpay-tab .tab li:first-child:nth-last-child(2),
.nonpay-tab .tab li:first-child:nth-last-child(2) ~ li {
	width: calc((100% - (0px + 1px)) / 2);
	margin-left: 0px;
	float: left;
}
.nonpay-tab .tab li:first-child:nth-last-child(2):nth-child(-n + 2),
.nonpay-tab .tab li:first-child:nth-last-child(2) ~ li:nth-child(-n + 2) {
	margin-top: 0;
}
.nonpay-tab .tab li:first-child:nth-last-child(2):nth-child(n + 3),
.nonpay-tab .tab li:first-child:nth-last-child(2) ~ li:nth-child(n + 3) {
	margin-top: 0px;
}
.nonpay-tab .tab li:first-child:nth-last-child(2):nth-child(2n + 1),
.nonpay-tab .tab li:first-child:nth-last-child(2) ~ li:nth-child(2n + 1) {
	clear: both;
	margin-left: 0;
}
.nonpay-tab .tab li:first-child:nth-last-child(3),
.nonpay-tab .tab li:first-child:nth-last-child(3) ~ li {
	width: calc((100% - (0px + 1px)) / 3);
	margin-left: 0px;
	float: left;
}
.nonpay-tab .tab li:first-child:nth-last-child(3):nth-child(-n + 3),
.nonpay-tab .tab li:first-child:nth-last-child(3) ~ li:nth-child(-n + 3) {
	margin-top: 0;
}
.nonpay-tab .tab li:first-child:nth-last-child(3):nth-child(n + 4),
.nonpay-tab .tab li:first-child:nth-last-child(3) ~ li:nth-child(n + 4) {
	margin-top: 0px;
}
.nonpay-tab .tab li:first-child:nth-last-child(3):nth-child(3n + 1),
.nonpay-tab .tab li:first-child:nth-last-child(3) ~ li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
.nonpay-tab .tab li:first-child:nth-last-child(n + 4),
.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li {
	width: calc((100% - (0px + 1px)) / 4);
	margin-left: 0px;
	float: left;
}
.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(-n + 4),
.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(-n + 4) {
	margin-top: 0;
}
.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(n + 5),
.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(n + 5) {
	margin-top: 0px;
}
.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(4n + 1),
.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(4n + 1) {
	clear: both;
	margin-left: 0;
}
.nonpay-tab .tab li.active a {
	background: #b1885b;
	color: #fff;
}
.nonpay-tab .tab li.active a:hover {
	color: #fff;
}
.nonpay-tab .tab a {
	display: block;
	position: relative;
	height: 3.4em;
	line-height: 1.3;
	font-size: 0.9em;
	transition: color 0.3s;
}
.nonpay-tab .tab a:hover {
	color: #b1885b;
}
.nonpay-tab .tab .text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.nonpay-table {
	border-top: 2px solid #b1885b;
}
.nonpay-table table {
	width: 100%;
	table-layout: fixed;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}
.nonpay-table thead th {
	line-height: 1.2;
	padding: 0.3rem;
	border: 1px solid #cdcdcd;
	background: #f4f6f6;
	font-size: 0.8em;
	font-weight: 500;
	color: #222;
	vertical-align: middle;
}
.nonpay-table thead tr:first-child th {
	height: 2.5rem;
	border-top: none;
}
.nonpay-table thead tr:first-child th:first-child {
	border-left: none;
}
.nonpay-table thead tr:first-child th:last-child {
	border-right: none;
}
.nonpay-table thead tr:nth-child(2) th {
	height: 3rem;
}
.nonpay-table tbody th,
.nonpay-table tbody td {
	height: 2.6rem;
	padding: 0.3rem;
	border: 1px solid #cdcdcd;
	line-height: 1.5;
	font-size: 0.8em;
	vertical-align: middle;
}
.nonpay-table tbody th:first-child,
.nonpay-table tbody td:first-child {
	border-left: none;
}
.nonpay-table tbody th:last-child,
.nonpay-table tbody td:last-child {
	border-right: none;
}
.nonpay-table tbody th {
	background: #f4f6f6;
	font-weight: 300;
}
.nonpay-table .bd-left-none {
	border-left: none !important;
}
.nonpay-pagenation {
	margin-top: 3em;
}
.nonpay-pagenation .pg {
	display: block;
	text-align: center;
	font-size: 0;
}
.nonpay-pagenation .pg_page,
.nonpay-pagenation .pg_current {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	line-height: calc(1.8rem - 2px);
	margin: 0 4px;
	vertical-align: text-top;
	font-size: 0.8rem;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	transition: 0.25s;
}
.nonpay-pagenation .pg_page:hover {
	background-color: #b1885b;
	border-color: #b1885b;
	color: #fff;
}
.nonpay-pagenation .pg_current {
	background-color: #b1885b;
	color: #fff !important;
}
.nonpay-pagenation .fa {
	font-size: 1.1em;
}

@media only screen and (max-width: 992px) {
	.nonpay-intro-article {
		padding: 3em 10px 0;
	}
	.nonpay-data-article {
		padding: 2.5em 10px 4.5em;
	}
	.nonpay-tab {
		margin-bottom: 1.5em;
	}
	.nonpay-intro-article .title {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 768px) {
	.nonpay-intro-article .nonpay-intro h3 {
		font-size: 2.125rem;
	}
	.nonpay-intro-article .nonpay-intro .eng {
		letter-spacing: 2px;
		margin: 1.25rem 0;
	}
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4),
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li {
		width: calc((100% - (0px + 1px)) / 2);
		margin-left: 0px;
	}
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(-n + 2),
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(n + 3),
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(n + 3) {
		margin-top: 0px;
	}
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(3n + 1),
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(3n + 1) {
		clear: none;
		margin-left: 0px;
	}
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4):nth-child(2n + 1),
	.nonpay-tab .tab li:first-child:nth-last-child(n + 4) ~ li:nth-child(2n + 1) {
		clear: both;
		margin-left: 0;
	}
	.nonpay-tab .tab a {
		height: 2.9em;
	}
	.nonpay-tab .text {
		font-size: 0.9em;
	}
	.nonpay-table-area {
		overflow-x: auto;
	}
	.nonpay-table {
		min-width: 768px;
	}
}
/*# sourceMappingURL=nonpay.css.map */
