@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: 1.25em;
	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{
	display: none;
}
.sec1 .content-box .content.active{
	display: block;
}

.sec1 .content 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 .content li{
	width: 31.25%;
	margin-right: 3.125%;
	margin-bottom: 5.25%;
}
.sec1 .content li:nth-child(3n){
	margin-right: 0;
}
.sec1 .img-box{
	border-radius: 0.375em;
	overflow: hidden;
	margin-bottom: 2em;
	position: relative;
}
.sec1 .img-box .cover{
	position: absolute;
	left: 1.5em;
	right: 1.5em;
	top: 1.5em;
	bottom: 1.5em;
	background-color: #fff;
	border-radius: 0.3125em;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec1 .img-box .cover p{
	font-size: inherit;
	color: #999;
	line-height: 1.5;
	position: absolute;
	top: 3.75em;
	bottom: 3.75em;
	left: 2.5em;
	right: 2.5em;
}
.nicescroll-rails{
	border-radius: 4px;
}
.sec1 .text-box h5{
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	line-height: 1.33;
	margin-bottom: 0.67em;
	height: 1.33em;
}
.sec1 .text-box p{
	font-size: 1.125em;
	color: #999;
	line-height: 1.78;
	letter-spacing: -0.02em;
	position: relative;
}
.sec1 .text-box p.oneline{
	
}
.sec1 .text-box p b{
	font-weight: 600;
	color: #666;
}
.sec1 .text-box .slide-box{
	display: block;
	position: absolute;
	right: 0;
	top: 0.29em;
	left: 11.75em;
	max-height: 1.2em;
	overflow: hidden;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	z-index: 1;
	background-color: #fff;
	padding-left: 0.5em;
}
.sec1 .text-box .slide-box i{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.sec1 .text-box .slide-box i:nth-child(2){
	display: none;
}
.sec1 .text-box .slide-box a{
	display: inline-block;
	vertical-align: top;
	font-size: inherit;
	color: inherit;
	line-height: 1.2;
	margin-bottom: 0.58em;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 1.2em;
	max-width: 100%;
	margin-right: 1.5em;
}
.sec1 .text-box .slide-box a:last-child{
	margin-bottom: 0;
}
.sec1 .text-box .slide-box a:nth-child(2)::before{
	content: "+";
	font-size: 1.333em;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 0;
	color: #666!important;
	line-height: 1;
	pointer-events: none;
}
.sec1 .wvi-pager{
	margin-top: 1.5%;
}


@media only screen and (min-width:1024px){
	.sec1 .link-box li:hover{
		color: #005BAC;
	}
	.sec1 .img-box:hover .cover{
		opacity: 1;
	}
	.sec1 .text-box .slide-box a:hover{
		border-color: #005BAC;
		color: #005BAC;
	}
	.sec1 .text-box .slide-box:hover i{
		visibility: hidden;
	}
	.sec1 .text-box .slide-box:hover{
		max-height: 50vh;
	}
	.sec1 .text-box .slide-box:hover a:nth-child(2)::before{
		content: "-";
	}

}


@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0 15%;
	}
	.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{
		font-size: 1.25em;
		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 ul{
		-webkit-display: block;
		display: block;
	}
	.sec1 .content li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
	.sec1 .text-box .slide-box.touchable i{
		visibility: hidden;
	}
	.sec1 .text-box .slide-box.touchable{
		max-height: 50vh;
	}
	.sec1 .text-box .slide-box.touchable a:nth-child(2)::before{
		content: "-";
	}
	.sec1 .img-box{
		margin-bottom: 1em;
	}
	.sec1 .img-box .cover{
		left: 5%;
		right: 5%;
		top: 50%;
		bottom: auto;
		position: fixed;
		z-index: 101;
		visibility: hidden;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		max-height:90%;
		-webkit-display: flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: column;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.sec1 .img-box.hover .cover{
		opacity: 1;
		visibility: visible;
	}
	.sec1 .img-box.hover .close{
		position: absolute;
		right: 1em;
		top: 1em;
		color: #005BAC;
		font-size: 1.25em;
	}
	.sec1 .img-box.hover .close::before{
		font-family: "fontello";
		content: "\e916";
	}
	.sec1 .img-box .cover::before{
		background-color: rgba(0,0,0,0.7);
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100vw;
		height: 100vh;
		margin-top: -50vh;
		margin-left: -50vw;
		content: "";
		z-index: -2;
	}
	.sec1 .img-box .cover::after{
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: "";
		background-color: #fff;
		border-radius: 0.3125em;
		z-index: -1;
	}
	.sec1 .img-box .cover p{
		font-size: 1.125em;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 3em 1.5em 2em;
		position: static;
	}

}