.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.col-md-2 .about-service-title {
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 24px;
    letter-spacing: 3px;
    padding: 8px 0px;
    color: #000;
    font-weight: 600;
}

#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#articleInfo15:hover .tit h3 ,
#articleInfo15:hover .tit font{
	letter-spacing: 2px;
}
#articleInfo15 ul.serviceInfo15 {
	overflow: hidden;
	position: relative;
	padding: 30px 0 35px;
	z-index: 1;
}
#articleInfo15 ul.serviceInfo15 li{
	    position: relative;
}
#articleInfo15 ul.serviceInfo15 li {
	-webkit-animation-name: fadeInUp;
	margin-right: 40px;
	position: relative;
	margin-bottom: 30px;
	width: calc(100% / 4 - 91px);
	border: 1px solid #ddd;
	padding: 20px 20px 20px;
	display: inline-block;
	vertical-align: top;
	height: 260px;
}
#articleInfo15 ul.serviceInfo15 li::after {
    content: ">";
    position: absolute;
    right: -30px;
    font-size: 30px;
    font-family: monospace;
    top: 130px;
    color: #565656;
}
#articleInfo15 ul.serviceInfo15 li:nth-child(4)::after{
    display: none;
}
#articleInfo15 ul.serviceInfo15 li .item {
	padding: 0px 10px;
	position: relative;
}
#articleInfo15 ul.serviceInfo15 li:nth-child(2) .item {
}
#articleInfo15 ul.serviceInfo15 li .item .circle {position: relative;}
#articleInfo15 ul.serviceInfo15 li .item article{
    margin: 10px 0;
    font-weight: bold;
    letter-spacing: .05em;
    color: #000000;
    padding: 0px;
    text-align: inherit;
    font-size: 15px;
}
#articleInfo15 ul.serviceInfo15 li .item article a{color: #237bf1;}
#articleInfo15 ul.serviceInfo15 li .item p {
    display: block;
    font-weight: 600;
    color: #000;
}
#articleInfo15 ul.serviceInfo15 li .item p::after {
    content: "";
    display: inline-block;
    width: calc(100% - 92px);
    position: absolute;
    background: #cfcfcf;
    height: 1px;
    top: 35px;
    margin-left: 14px;
}
#articleInfo15 ul.serviceInfo15 li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}

#articleInfo15 ul.serviceInfo15 li .item p {
	font-size: 18px;
	vertical-align: bottom;
	font-family: "Fjalla One", sans-serif;
	color: #f7a05d;
}
#articleInfo15 ul.serviceInfo15 li .item p span{
    font-size: 33px;
    vertical-align: baseline;
    padding: 6px;
    font-family: "Fjalla One", sans-serif;
    color: #f7a05d;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox .wow {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox .tit.wow h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 5px;
    background-color: #f7a05d;
}
#articleInfo15 .imgBox p {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 190%;
	color: #4e4e4e;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.anyconactway{
    margin: 20px 0px;
}
.anyconactway li{
	padding: 0 1.5%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/3) - 30px);
}
.anyconactway li .icon{
	color: #e4e4e4;
	padding: 14px;
	position: relative;
	margin: 0 auto 15px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	font-size: 55px;
	line-height: 39px;
	background-color: #31457a;
}
.anyconactway li .icon i{
	font-size: 30px;
}
.anyconactway li .txt p a{
    font-size: 14px;
}
.anyconactway li .txt p{
	color:#434343;
	font-size:16px;
	line-height: 180%;
	text-align: center;
}
.anyconactway li .txt .gray{
	color:#707071;
}
.anyconactway li p{}
@media screen and (max-width:1280px) {
.anyconactway li {padding: 0;width: calc((100%/3) - 10px);}
}
@media screen and (max-width: 1024px) {
#articleInfo15 ul.serviceInfo15 li {
    width: calc(100% / 2 - 91px);
    padding: 20px 20px 20px;
     height: 260px;
}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul.serviceInfo15 li .item {
		padding: 0px 15px 15px;
	}
#articleInfo15 ul.serviceInfo15 li {
    width: calc(100% / 1 - 50px);
    padding: 20px 20px 20px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
}
	#articleInfo15 .imgBox .wow{float: none;width: 100%;padding-bottom: 30px;}
	#articleInfo15 ul.serviceInfo15{padding: 30px 0 15px;}
}
@media screen and (max-width: 640px) {

	#articleInfo15 ul.serviceInfo15 li:nth-child(2) .item {border-left: 0;}
.anyconactway li {padding: 20px 0;width: calc((100%/2) - 10px);}
.anyconactway li:nth-child(3) {padding: 20px 0;width: calc((100%/1) - 10px);}
.anyconactway {margin: 0;}
}
@media screen and (max-width: 480px) {

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
