.title_text1{
	
	color: #3B7EA8;
    -webkit-white-space: normal;
    word-break: break-all;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0px 0px 20px 0px;}
.title_text2{
	
	color: #000;
    -webkit-white-space: normal;
    word-break: break-all;
    font-size: 1.6em;
    font-weight: bold;
    padding: 0px 0px 20px 0px;}



.box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8{
	  font-size: 1.4em;
	

	
}





.item_image{
	margin: 0px auto;
	width: 40%;
	height: 200px;;
	position: relative;
	display: block;
	
	
	background-image : url("../images/products.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 90%;
	
}
.item_imagex:hover{

	left: 50%;
	border : 3px solid #860002;
	   animation:plus2 ease-in 1;
   animation-fill-mode:forwards;
   animation-duration:1.3s;
	
	position:absolute;
	background-color: #fff;
	width: 50%;
	height: 340px;
	z-index: 1;


	
	
		background-image : url("../images/elc48t.gif");
}



.sec1, .sec2, .sec3{display: grid;    grid-template-columns: 1fr 1fr;    grid-gap: 25px; width: 99%; margin-top: 25px; 



}

.sec5{
	 width: 99%; margin-top: 25px; 
	
	
	
}


.dimension, .system, .connect{
		margin:0px auto;


	width: 100%;
	text-align: center;;

	position:relative;
	display: block;
	


	background-position: center top;
	background-repeat: no-repeat;
}

.dimension{
	height: 275px;
	background-size: 55%;
	
	background-image: url("../images/dimension.png");		
	
}

.system{
	height: 315px;
	background-size: 75%;
	
	background-image: url("../images/type.png");		
	
	
	

	
}

.connect{
	height: 315px;
	background-size: 82%;
	
	background-image: url("../images/connect.png");		
	
}

.dimension:hover, .systemㅌ:hover, .connect:hover{
	border : 3px solid #860002;
	   animation:plus ease-in 1;
   animation-fill-mode:forwards;
   animation-duration:1.3s;
	
	position:absolute;
	background-color: #fff;
	width: 50%;
	z-index: 1;
	background-color: #fff;


	
	
}



@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes plus { from { transform: scale(1)} to { transform: scale(1.7)} }

@keyframes plus2 { from { transform: scale(1)} to { transform: scale(1.3)} }



