.sec1{
	margin-bottom: 4.4%;
}


.sec2{
	position: relative;
}
.sec2 li{
	position: absolute;
	height: 6%;
}
.sec2 li:nth-child(1){
	left: 35.5%;
	top: 13.5%;
	width: 20%;
}
.sec2 li:nth-child(2){
	left: 71.5%;
	top: 36.2%;
	width: 19.5%;
}
.sec2 li:nth-child(3){
	left: 3%;
	top: 40.5%;
	width: 21%;
}
.sec2 a{
	display: block;
	width: 100%;
	height: 100%;
}
.sec2 .pop-box{
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0.25em 3.5em rgba(9,54,103,0.14);
	width: 50.5em;
	padding: 2.25em 2.5em;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec2 li .pop-box.active{
	opacity: 1;
	visibility: visible;
}
.sec2 li:nth-child(1) .pop-box{
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.sec2 li:nth-child(2) .pop-box{
	right: 0;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.sec2 li:nth-child(3) .pop-box{
	left: 0;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}
.sec2 .pop-box .img{
	width: 43.544%;
}
.sec2 .text-box{
	width: 51.923%;
	padding-top: 2.2%;
}
.sec2 h5{
	font-size: 1.375em;
	color: #000;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 2.2%;
}
.sec2 p{
	text-align: justify;
	font-size: 1em;
	color: #000;
	line-height: 1.75;
}
@media only screen and (max-width:1024px){
	.sec1{
		margin-bottom: 10%;
	}


	.sec2 li{
		height: 16%;
	}
	.sec2 li:nth-child(1){
		left: 48.5%;
		top: 30%;
		width: 23%;
	}
	.sec2 li:nth-child(2){
		left: 69.5%;
		top: 45.5%;
		width: 27%;
	}
	.sec2 li:nth-child(3){
		left: 3.5%;
		top: 53.5%;
		width: 27%;
	}
	.sec2 .pop-box{
		width: 92vw;
		padding: 1em;
	}
	.sec2 li:nth-child(1) .pop-box{
		-webkit-transform: translate3d(-60%,-50%,0);
		transform: translate3d(-60%,-50%,0);
	}
	.sec2 li:nth-child(2) .pop-box{
		-webkit-transform: translate3d(3.5%,-50%,0);
		transform: translate3d(3.5%,-50%,0);
	}
	.sec2 li:nth-child(3) .pop-box{
		-webkit-transform: translate3d(-3.5%,-50%,0);
		transform: translate3d(-3.5%,-50%,0);
	}
	.sec2 .pop-box .close{
		position: absolute;
		right: 1em;
		top: 1em;
		width: 1.5em;
		z-index: 1;
	}
	.sec2 p{
		font-size: 1.125em;
	}
}