.animated{
	opacity: 0;
}
/*banner*/
.banner {
	width: 100%;
	height: 520px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	overflow: hidden;
}
.banner .inner {
	width: 1400px;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner.fix .banner_border {
	border-width: 60px 60px 0px;
}
.banner .banner_text {
	position: relative;
	z-index: 3;
}
.banner .banner_text h2 {
	color: #fff;
	font-size: 48px;
	line-height: 1.1;
	font-weight: bold;
}
#pager{
	text-align: center;
}

/*main*/
.main{
	padding: 5.52% 0 11%;
}
.main .inner {
	width: 1400px;
}
.main .title {
	font-size: 16px;
	color: #fff;
	background-color: #333;
	border-top-left-radius: 1.25em;
	border-top-right-radius: 1.25em;
	padding: 2.75em 0 5.25em;
	text-align: center;
	margin-bottom: -2.5em;
}
#list{
	margin: 0 auto 7.86%;
	background-color: #f8f8f8;
	width: 97%;
}
#list li a{
	border-bottom: 1px solid rgba(51,51,51,0.1);
	font-size: 18px;
	color: #333333;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 1.278em 2.22em 1.278em 1.556em;
}
#list li a:hover{
	background-color: #b71b30;
	border-color: #b71b30;
	color: #fff;
}
#list li .text{
	margin-right: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#list li .text span.dot{
	margin-right: 0.3em;
}
#list li .icon{
	width: 1.72em;
	background-image: url(../images/terms_listicon_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
#list li a:hover .icon{
	background-position: center bottom;
}

@media only screen and (max-width:1600px) {/*X0.8*/
	/*banner*/
	.banner.fix .banner_border {
		border-width: 48px 20px 0;
	}

	.banner .banner_text h2 {
		font-size: 38px;
	}

}

@media only screen and (max-width:1440px) {
	/*banner*/
	.banner {
		height: 410px;
	}
}
@media only screen and (max-width:1024px) {/*X0.5*/
	/*banner*/
	.banner {
		height: 280px;
	}
	.banner.fix .banner_border {
		border-width: 30px 20px 0px;
	}
	.banner .banner_text h2 {
		font-size: 2.8rem;
	}
	/*main*/
	.main{
		padding: 50px 0 100px;
	}


	.main .title {
		font-size: 1.4rem;
	}
	#list li a{
		font-size: 1.5rem;
	}

}
@media only screen and (max-width:414px) {
	.banner {
		height: 300px;
	}
}





