@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: 4.84375%;
}
.sec1 .link-box ul{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}
.sec1 .link-box p{
	display: none;
}
.sec1 .link-box li,.sec1 .link-box p{
	font-size: 1em;
	color: #999;
	line-height: 1.6;
	cursor: pointer;
}
.sec1 .link-box li.active,.sec1 .link-box p{
	color: #005BAC;
	font-weight: 600;
	letter-spacing: -0.04em;
}
.sec1 .content-box .content{
	-webkit-display: none;
	display: none;
}
.sec1 .content-box .content.active{
	-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 .content .box{
	width: 31.625%;
	margin-right: 2.5625%;
	margin-bottom: 2.75%;
	border-radius: 0.625em;
	overflow: hidden;
	display: block;
	position: relative;
}
.sec1 .content .box:nth-child(3n){
	margin-right: 0;
}
.sec1 .content .box p{
	font-size: 1.5em;
	color: #fff;
	font-weight: 600;
	line-height: 1.33;
	position: absolute;
	bottom: 1.125em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: transform 0.75s,left 0.75s;
	transition: transform 0.75s,left 0.75s;
	width: 70%;
}
.sec1 .content .box .arrow{
	width: 3.125em;
	height: 3.125em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	position: absolute;
	right: 5.9%;
	bottom: 1.125em;
	opacity: 0;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
}
.sec1 .content .box .arrow::before{
	content: "\e9df";
  	font-family: 'fontello';
}


@media only screen and (min-width:1024px){
	.sec1 .link-box li:hover{
		color: #005BAC;
	}
	.sec1 .content .box:hover .arrow{
		opacity: 1;
	}
	.sec1 .content .box:hover p{
		left: 7.9%;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0;
	}
	.sec1 .link-box{
		margin-bottom: 10%;
		position: relative;
		height: 3em;
	}
	.sec1 .link-box .inner{
		position: absolute;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
		display: inline-block;
		width: auto;
		white-space: nowrap;
	}
	.sec1 .link-box p{
		display: block;
		display: inline-block;
		vertical-align: top;
		padding: 0.5em 0;
	}
	.sec1 .link-box p::after{
		font-family: "fontawesome";
		content: "\f0dd";
		vertical-align: text-top;
		margin-left: 0.75em;
		line-height: 1;
	} 
	.sec1 .link-box ul{
		text-align: left;
		-webkit-display: block;
		display: block;
		background-color: #fff;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height 0.5s;
		transition: max-height 0.5s;
	}
	.sec1 .link-box.show ul{
		max-height: 50vh;
	}
	.sec1 .link-box li,.sec1 .link-box p{
		border-bottom: 1px solid rgba(216,216,216,0.3);
	}
	.sec1 .link-box li{
		padding: 0.5em 1em;
	}
	.sec1 .link-box li:last-child{
		border-bottom: 0 none;
	}
	.sec1 .link-box li.active{
		display: none;
	}
	.sec1 .content .box{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.sec1 .content .box:nth-child(3n){
		margin-right: 4%;
	}
	.sec1 .content .box:nth-child(2n){
		margin-right: 0;
	}
	.sec1 .content .box p{
		font-size: 1em;
		width: 100%;
		padding: 0 1em;
	}
	.sec1 .content .box .arrow{
		-webkit-display: none;
		display: none;
	}

}