.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;
}
.delay4 {
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
}
.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 {
	overflow: hidden;
	position: relative;
	padding: 0px 0 35px;
	z-index: 1;
display: flex;flex-wrap: wrap;}
#articleInfo15 ul li{
	    position: relative;
}
#articleInfo15 ul li {
	-webkit-animation-name: fadeInUp;
	position: relative;
	width: calc(100% / 3 - 40px);
	border: 4px solid #ebebeb;
	padding: 20px 10px 20px;
	display: inline-block;
	vertical-align: top;
margin: 10px 5px;}
#articleInfo15 ul li::after {
    content: ">";
    position: absolute;
    right: -30px;
    font-size: 30px;
    font-family: monospace;
    top: 130px;
    color: #565656;
    display: none;
}

#articleInfo15 ul li .item {
	position: relative;
	display: inline-block;
	display: -webkit-box;
}
#articleInfo15 ul li:nth-child(2) .item {
}
#articleInfo15 ul li .item h2{
    background: #e38b30;
    padding: 5px 12px;
    color: #fff;
    font-size: 25px;
    position: relative;
}
#articleInfo15 ul li .item h2:before {
    position: absolute;
    left: -7px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e38b30;
    content: "";
}
#articleInfo15 ul li:nth-child(1) .item span{
    color: #e38b30;
}
#articleInfo15 ul li:nth-child(2) .item h2{
    background: #1486ac;
   }
#articleInfo15 ul li:nth-child(2) .item h2:before {
    border-right: 7px solid #1486ac;
}
#articleInfo15 ul li:nth-child(2) .item span{
    color: #1486ac;
}
#articleInfo15 ul li:nth-child(3) .item h2{
    background: #28873a;
   }
#articleInfo15 ul li:nth-child(3) .item h2:before {
    border-right: 7px solid #28873a;
}
#articleInfo15 ul li:nth-child(3) .item span{
    color: #28873a;
}
#articleInfo15 ul li:nth-child(4) .item h2{
    background: #ffb73f;
   }
#articleInfo15 ul li:nth-child(4) .item h2:before {
    border-right: 7px solid #ffb73f;
}
#articleInfo15 ul li:nth-child(4) .item span{
    color: #ffb73f;
}
#articleInfo15 ul li:nth-child(5) .item h2{
    background: #da458d;
   }
#articleInfo15 ul li:nth-child(5) .item h2:before {
    border-right: 7px solid #da458d;
}
#articleInfo15 ul li:nth-child(5) .item span{
    color: #da458d;
}
#articleInfo15 ul li:nth-child(6) .item h2{
    background: #939393;
   }
#articleInfo15 ul li:nth-child(6) .item h2:before {
    border-right: 7px solid #939393;
}
#articleInfo15 ul li:nth-child(6) .item span{
    color: #939393;
}
#articleInfo15 ul li .item .circle {width: 18%;text-align: center;padding: 0px 10px 0px 0;}

#articleInfo15 ul li .item .subitem{
    width: 78%;
}
#articleInfo15 ul li .item article{
    margin: 15px 0 0;
    font-weight: 400;
    letter-spacing: .05em;
    color: #000000;
}
#articleInfo15 ul li .item article a{color: #237bf1;}
#articleInfo15 ul li .item p {
    display: block;
    font-weight: 600;
    color: #000;
}


#articleInfo15 ul 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 li .item p {
	font-size: 12px;
	vertical-align: bottom;
	font-family: "Fjalla One", sans-serif;
	color: #c7c7c7;
	text-align: center;
}
#articleInfo15 ul li .item span{
    font-size: 33px;
    vertical-align: baseline;
    text-align: center;
    font-weight: bold;
    font-family: 'Candal', sans-serif;
    color: #a8a8a8;
}
#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: 17px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 200%;
	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);
}
@media screen and (max-width: 1024px) {
#articleInfo15 ul li {
    width: calc(100% / 2 - 60px);
    padding: 20px 20px 20px;
}
#articleInfo15 ul li .item {
    display: block;
}
	#articleInfo15 ul li .item .circle{}
#articleInfo15 ul li .item .circle,#articleInfo15 ul li .item .subitem{
    width: 100%;
padding: 0;margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 0px 15px 0px;
	}
#articleInfo15 ul li {
    width: calc(100% / 1 - 30px);
    padding: 20px 10px 20px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
}
	#articleInfo15 .imgBox .wow{float: none;width: 100%;padding-bottom: 30px;}
	#articleInfo15 ul{padding: 30px 0 15px;}
#articleInfo15 ul li .item span{
    font-size: 46px;
line-height: 130%;}
}
@media screen and (max-width: 640px) {

	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
}
@media screen and (max-width: 480px) {

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
