
.pl-btn {
	display: block;
	width: 15%;
	height: 0;
	padding-bottom: 5.5%;
	background: url(../../img/btn/p-cl.png)no-repeat 0 0 /contain;
	margin: 0 auto;
}

/*
.pl-btn3 {
	margin-top: 5%;
}

.pl-btn4 {
	margin-top: 8%;
} 
*/

.pl-btn > a {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 36%;
}

.menu-box > span {
	display: inline-block;
	width: 11%;
	height: 65px;
	background: url(../../img/btn/p-cl.png)no-repeat 0 0 /contain;
	position: absolute;
	top: 2%;
	right: 10%;
	z-index: 5;
}

.menu-box2 > span {
	display: inline-block;
	width: 11%;
	height: 65px;
	background: url(../../img/btn/p-cl.png)no-repeat 0 0 /contain;
	position: absolute;
	top: 2%;
	right: 10%;
	z-index: 5;
}



/*.menu-box > span > a {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 49%;
}*/


@media(max-width: 920px) {
	.pl-btn {
		width: 25%;
		padding-bottom: 9%;
		/*margin-top: 5%;*/
	}
}

@media(max-width: 820px) {
	.pl-btn {
		width: 30%;
		padding-bottom: 14.5%;
		/*margin-top : 10%;*/
	}
	.pl-btn4 {
		/*margin-top : 10%;*/
	}
}

@media(max-width: 420px) {
	.menu-box,
	.menu-benner {
		position: relative;
	}
	.menu-box::after,
	.menu-benner::after {
		display: inline-block;
		content: "";
		width: 20%;
		height: 0;
		padding-bottom: 20%;
		background: url(../../img/sec2/click5.png) no-repeat 0 0 / contain;
		position: absolute;
		top: 13%;
		right: 13%;
	}
    .menu-box:hover::after,
    .menu-box2:hover::after {
		transition: 1.2s;
		transform: translateY(50px);
	}
	/*
	.pl-btn3 {
		margin-top: 5%;
	}*/

}
@media(max-width: 420px) {

	.menu-box > .menu-benner::after {
		top: 33%;
	}
	.menu1-in > div:nth-child(4).menu-box::after,
	.menu1-in > div:nth-child(6).menu-box::after,
	.menu1-in > div:nth-child(7).menu-box::after {
	    display: inline-block;
	}
}