@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: 500;
	letter-spacing: -0.04em;
}

.sec1 .table-box ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec1 .table-box li{
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 5.25%;
}
.sec1 .table-box li:nth-child(3n){
	margin-right: 0;
}
.sec1 .img-box{
	border-radius: 0.4375em;
	overflow: hidden;
	margin-bottom: 2em;
}
.sec1 .text-box h5{
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
}
.sec1 .text-box p{
	font-size: 1.125em;
	line-height: 1.78;
	color: #333;
	height: 1.78em;
}
.sec1 .text-box > p{
	color: #666;
	height: 3.56em;
	margin: 1em 0;
}
.sec1 .text-box .flex-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .text-box .flex-box .more{
	position: relative;
}
.sec1 .text-box .flex-box .more{
	-webkit-transition: padding-right 0.5s;
	transition: padding-right 0.5s;
}
.sec1 .text-box .flex-box .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: 1.5%;
}



@media only screen and (min-width:1024px){
	.sec1 .link-box a:hover{
		color: #005BAC;
	}
	.sec1 a:hover .text-box h5,.sec1 a:hover .text-box > p{
		color: #005BAC;
	}
	.sec1 .text-box .flex-box .more:hover{
		padding-right: 2.5em;
	}
	.sec1 .text-box .flex-box .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 ul{
		-webkit-display: block;
		display: block;
	}
	.sec1 .table-box li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	.sec1 .img-box{
		margin-bottom: 5%;
	}
}