@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?v=4.6.3');
  src: url('../fonts/fontello.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontello.woff2?v=4.6.3') format('woff2'), url('../fonts/fontello.woff?v=4.6.3') format('woff'), url('../fonts/fontello.ttf?v=4.6.3') format('truetype'), url('../fonts/fontello.svg?v=4.6.3#fontelloregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sec1{
	padding: 8% 0;
}
.sec1 .link-box{
	text-align: center;
	margin-bottom: 7.25%;
}
.sec1 .link-box span{
	width: 1px;
	height: 1.5em;
	vertical-align: middle;
	display: inline-block;
	background-color: #999;
	margin: 0 3.75em;
}
.sec1 .link-box a{
	font-size: 1.5em;
	color: #999;
	vertical-align: middle;
}
.sec1 .link-box a.active{
	color: #005BAC;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.sec1 .table-box ul{
	border-top: 1px solid #d8d8d8;
}
.sec1 .table-box li{
	border-bottom: 1px solid #d8d8d8;
}
.sec1 .table-box li a{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	padding: 4% 0;
}
.sec1 .table-box li .text-box{
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.sec1 .table-box li h5{
	font-size: 1.5em;
	color: #333;
	font-weight: 600;
	line-height: 1.33;
	height: 1.33em;
	margin-bottom: 1.5em;
}
.sec1 .table-box li p{
	font-size: 1.125em;
	color: #333;
	line-height: 1.78;
}
.sec1 .table-box li .text-box p{
	color: #666;
	max-height: 3.56em;
}
.sec1 .table-box li p.more{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 6.25%;
  	position: relative;
  	-webkit-transition: padding-right 0.5s;
  	transition: padding-right 0.5s;
}
.sec1 .table-box li p.more::after{
  	position: absolute;
  	right: 0;
  	top: 50%;
  	content: "\e9df";
    font-family: 'fontello';
    display: block;
    -webkit-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    opacity: 0;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}

.sec1 .wvi-pager{
	margin-top: 8%;
}



@media only screen and (min-width:1024px){
	.sec1 .link-box a:hover{
		color: #005BAC;
	}
	.sec1 .table-box li a:hover .text-box h5,.sec1 .table-box li a:hover .text-box p{
		color: #005BAC;
	}
	.sec1 .table-box li p.more:hover{
	  padding-right: 2.5em;
	}
	.sec1 .table-box li p.more:hover::after{
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    opacity: 1;
	}
}


@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0 15%;
	}
	.sec1 .link-box{
		margin-bottom: 10%;
	}
	.sec1 .link-box span{
		margin: 0 1.5em;
		height: 1.25em;
	}
	.sec1 .link-box a{
		font-size: 1.25em;
	}
	.sec1 .table-box li a{
		-webkit-display: block;
		display: block;
		padding: 4% 0;
	}
	.sec1 .table-box li h5{
		margin-bottom: 0.5em;
	}
	.sec1 .table-box li p.more{
		display: none;
	}

	.sec1 .wvi-pager{
		margin-top: 10%;
	}


}