/*AREA1*/
.area1 .block-area .section:not(:last-child){
	margin-bottom: 50px;
}
.block-area table{
	width: 100%;
	margin-bottom: 15px;
}
.block-area table tr, .block-area table th, .block-area table td{
	border: 1px solid #fff;
	padding-bottom: 0;
	line-height: normal;
	font-size: 15px;
	padding: 12px 0;
}
.block-area table th{
	background: #cccccc;
	vertical-align: middle;
	padding-left: 30px;
}
.block-area table th.vertical{
	text-align: center;
}
.block-area table th.first-col{
	width: 235px;
	text-align: center;
	padding-left: 0;
}
.block-area table th.second-col{
	width: 452px;
}
.block-area table td{
	background: #d2e9f2;
	vertical-align: middle;
	padding-left: 30px;
}
.btn-pdf{
	font-size: 20px;
	text-align: center;
	display: block;
	width: 400px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 13px 0;
	transition: all 200ms linear;
}
.btn-pdf i{
	color: #0099da;
}
.btn-pdf:hover{
	text-decoration: none;
	background: #cccccc;
	color: #fff;
}
.area1 .text-20, .area2 .text-20{
	margin-left: -10px;
}
.area1 .section-list{
	list-style: none;
	padding-left: 0;
}
.area1 .section-list li{
	overflow: hidden;
}
.area1 .section-list li span{
	float: left;
	width: 15px;
	margin-right: 25px;
}
.area1 .section-list li .text-15{
	width: calc(100% - 56px);
	float: left;
	margin-bottom: 0;
}
/*AREA2*/
.area2{
	background: #0099da;
	padding: 70px 0;
}
.area2 .scroll-anchor, .area2 .scroll-anchor i{
	color: #ccebf8;
	margin-bottom: 0;
}
.area2 .block-area{
	position: relative;
	overflow: hidden;
	background: none;
}
.area2 .block-area .area-img{
	float: right;
}
.area2 .block-area .para{
	position: absolute;
	left: 0;
	top: 16%;
	width: 610px;
	padding: 48px;
	background: #fff;
}

/*AREA3*/
.area3 table{
	width: 100%;
	font-size: 15px;
}
.area3 table tr, .area3 table th, .area3 table td{
	border: 1px solid #fff;
	padding-bottom: 0;
	line-height: normal;
	padding: 12px 0;
}
.area3 table th{
	padding-left: 40px;
}
.area3 table td{
	text-align: right;
	padding-right: 40px;
}

/*AREA4*/
.area4 .qna-list{
	list-style: none;
	padding-left: 0;
}
.area4 .qna-list:not(:last-child){
	margin-bottom: 50px;
}
.area4 .qna-list li{
	padding-left: 40px;
	line-height: 1.8;
}
.area4 .qna-list li:first-child{
	background: url('../images/Q.png') no-repeat left top;
	margin-bottom: 0;
}
.area4 .qna-list li:last-child{
	background: url('../images/A.png') no-repeat left top;
}
@media(max-width: 1024px) and (min-width: 769px){
	.container{
		width: 100%;
		padding: 0 4%;
	}
	.area .block-area .area-img{
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.area .block-area .para{
		position: static;
		width: 100%;
		transform: none;
	}
}
@media(max-width: 768px){
	.btn-pdf{
		width: 100%;
		margin: 0 auto 15px;
	}
	.area2 .block-area .para{
		width: 100%;
		padding: 5%;
		position: static;
	}
	.area2 .block-area .area-img{
		float: none;
	}
	.block-area table th.first-col, .block-area table th.second-col{
		width: auto;
	}
	.block-area table{
		font-size: 10px;
	}
	.block-area table tr, .block-area table th, .block-area table td{
		font-size: 10px;
		padding: 0;
	}
	.block-area table td{
		padding: 5px;
	}
	.block-area table th{
		min-width: 50px;
		text-align: center;
	}
	.area2{
		padding: 4% 0;
	}
	.nav-sub .nav-sub-list li{
		width: 49%;
	}
	.nav-sub .nav-sub-list li:not(:last-child){
		margin-right: 0;
	}
}