
.item1{background-image:url("../../../images/pro_lv1.png");}
.item2{background-image:url("../../../images/pro_lv2.png");}
.item3{background-image:url("../../../images/pro_lv3.png");}
.item4{background-image:url("../../../images/pro_ldm.png");}
.item5{background-image:url("../../../images/pro_ldm.png");}
.down_img1{
margin: 0px auto;
	width: 100%;
content: url(../../../images/product_img.png);

	

	
}


.down_img1{display: none;
}
.mess1{margin-top: 15px;}

.tx{font-weight: bold;	font-size: 1.4em;	background-color: #313131;	color : #fff;	opacity: 0.8;}
/****************pc_animation****************/
/*pc화면*/
@media(min-width:1300px){
.sec2{	margin-top : 5%;	width: 100%;	display: grid;   grid-template-columns: 19% 19% 19% 19% 19%; 	 grid-gap: 1%;}
	.item{background-size:cover;}
}


@media(max-width:1299px){
.sec2{	margin-top : 5%;	width: 100%;	display: grid;   grid-template-columns: 49% 49%; 	 grid-gap: 1%;}
	
	.item{background-size:cover;}

	.sum{width: 100%;
	grid-column : 1/3;
	
	}
	
	
}
