#services{
	padding:7% 7% 0 7%;
	text-align:center;font-size:0;color:#fff;
}
#services .sloganMark{
	margin-bottom:7%;
}
#services .line{
	display:inline-block;vertical-align:top;
}
#services .line .decoTxt{
	margin:10px;
	overflow:hidden;
	white-space:nowrap;word-break:break-all;
}
#services .line .decoTxt::after{
	content:"";display:inline-block;vertical-align:middle;
	width:100%;height:3px;margin-left:10px;
	background:#000;
}
#services .line .decoTxt img{max-width:80%;}
#services a{
	position:relative;
	display:block;
	margin:10px;
	font-family: 'Alegreya','Nanum Gothic', serif !important;
	font-size:30px;
}
#services a .baseTxt{
	position:absolute;
	left:30px;right:30px;bottom:30px;
	text-align:left;
}
#services a .over{
	position:absolute;
	width:100%;height:100%;
	background:rgba(0,0,0,0.8) url(../images/services/moreBtn.png) no-repeat 30px bottom ;
	opacity:0;
	transition:opacity 0.3s;
}
#services a:hover .over{opacity:1;}
#services a .over .midTxt{
	position:absolute;
	left:30px;right:30px;top:50%;padding-bottom:80px;
	text-align:left;
	transform:translateY(-50%);
}
#services a .over h5{
	font-size:17px;
}
/*****************************/
#cp7 img{
	max-width:100%;
	opacity:0;transform:translateY(200px);
	transition:transform 0.5s, opacity 0.5s;
}
#cp7.ANI img{
	opacity:1;transform:translateY(0px);
}