
#header{
	background-color: #fff;
	box-shadow: 0 0 20px rgba(44,44,44,0.31);
	top: 0;
	right: 0;
	left: 0;
}
#header .inner{
	height: 78px;
}
#header .logo{
	height: 36%;
}





.sec2{
	position: relative;
}
.sec2 ul{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	font-size: 0;
	overflow: hidden;
}
.sec2 ul:hover{
	background-color: rgba(35,35,35,0.3);
}
.sec2 li{
	width: 25%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.sec2 ul.col2 li{
	width: 50%;
}
.sec2 ul.col3 li{
	width: 33.333%;
}
.sec2 li:last-child{
	border-right: 0 none;
}
.sec2 .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 3.28125vw 3.65vw;
}
.sec2 li:hover .text-box{
	background-color: #212121;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 .text-box h5{
	font-size: 1.313vw;
	line-height: 1.3888;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.sec2 ul.type2 .text-box h5{
	margin-bottom: 0.4em;
}
.sec2 .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;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	font-size: 0.84vw;
	color: #fff;
	line-height: 1.875;
	height: 3.75em;
}
.sec2 ul.type2 .text-box .flex-box{
	height: 1.25em;
	opacity: 0;
}
.sec2 ul.type2 .text-box .flex-box:last-child{
	margin-bottom: 10%;
}
.sec2 li:hover .text-box .flex-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 ul.type2 li:hover .text-box .flex-box{
	height: 2.5em;
}
.sec2 ul.type2 li:hover .text-box .flex-box:last-child{
	margin-bottom: 0;
}
.sec2 ul.type2 .text-box .line{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 0;
}
.sec2 ul.type2 li:hover .text-box .line{
	height: 2vw;
}
.sec2 .text-box p{
	opacity: 0.6;
	width: 75%;
	font-size: inherit;
	line-height: inherit;
	max-height: 3.78em;
}
.sec2 .text-box img{
	width: 2.5em;
}


@media only screen and (max-width:1024px) {

	#header{
		box-shadow: 0 0 0.625rem rgba(44,44,44,0.31);
	}
	#header .inner{
		height: 2.6rem;
	}


	.sec2{
		margin-top: 2.6rem;
	}
	.sec2 ul{
		background-color: rgba(35,35,35,0.3);
	}
	.sec2 li{
		width: 100%;
		height: 25%;
		display: block;
		border-right: 0 none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.sec2 ul.col2 li{
		height: 50%;
		width: 100%;
	}
	.sec2 ul.col3 li{
		height: 33.333%;
		width: 100%;
	}
	.sec2 li:last-child{
		border-bottom: 0 none;
	}
	.sec2 .text-box{
		background-color: #212121;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: 1rem;
	}
	.sec2 .text-box h5{
		font-size: 1rem;
		margin-bottom: 0.5em;
	}
	.sec2 .text-box .flex-box{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		font-size: 0.6875rem;
	}
	.sec2 .text-box p{
		width: 80%;
	}


	.sec2 ul.type2 .text-box{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.sec2 ul.type2 .text-box h5{
		margin-bottom: 0;
	}
	.sec2 ul.type2 .text-box .flex-box{
		height: 2.5em;
		opacity: 1;
	}
	.sec2 ul.type2 .text-box .flex-box:last-child{
		margin-bottom: 0;
	}
	.sec2 ul.type2 li .text-box .line{
		height: 0.25rem;
	}


	
}