.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo4 {
	position: relative;
}

#articleInfo4 .title {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo4:hover .title {
	letter-spacing:10px;
}

#articleInfo4 .slashBox {
	position: absolute;
	bottom: 176px;
	left: -40px;
	z-index: -1;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}

#articleInfo4 .slashBox:before ,
#articleInfo4 .slashBox:after {
	position: absolute;
	height: 250px;
	width: 250px;
	display: block;
	content: "";
}

#articleInfo4 .slashBox:before {
	height: 250px;
	background: #ffffff;
	left: calc(8% + 20px);
	z-index: -1;
	margin-left: 10px;
}

#articleInfo4 .slashBox:after {
	background: url(/images/style/04/img-slash.png) top left;
	left: 10%;
	z-index: -2;
}

#articleInfo4 .info {
	overflow: hidden;
	margin-left: 0%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#articleInfo4 .info .leftBox ,
#articleInfo4 .info .rightBox {
	width: 60%;
	display: flex;
	flex-direction: column;
}
#articleInfo4 .info .SESEvice{
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

/* Service_list */
#Service_list {margin-bottom: 50px;width: 90%;margin-top: 50px;}
#Service_list li {border-bottom: #ce50573b 1px dashed;position: relative;display: flex;flex-direction: column;align-items: center;background-color: #c5484f;border-radius: 5px 5px 5px 5px;margin: 5px 0;}
#Service_list li font{
    font-size: 17px;
}
#Service_list li .titleJ {padding: 10px;display: flex;flex-direction: row;flex-wrap: wrap;width: 90%;margin: 0 auto;}
#Service_list li .titleJ font { vertical-align: top; }
#Service_list li .titleJ .txt {margin-left: 10px;width: calc(100% - 50px);font-size: 17px;color: #f3f3f3;letter-spacing: 0.05em;}
#Service_list li .titleJ .icon {width: 40px;height: 34px;}
#Service_list li .titleJ .icon span.displlay{
    display: none;
}
#Service_list li .titleJ .icon:before ,#Service_list li .titleJ .icon:after {position: absolute;margin: auto;width: 14px;height: 2px;background: #f3f3f3;display: block;top: calc((100% - 2px) / 2);left: calc((100% - 14px) / 2);content: "";}
#Service_list li .info {padding: 10px 5.1% 20px;font-size: 15px;width: 90%;margin: 0 auto;display: none;color: #000000;font-weight: 300;font-size: 16px;background-color: white;text-align: justify;}


#articleInfo4 .info .photoBox img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}



#articleInfo4 .info .leftBox .photoBox ,
#articleInfo4 .info .leftBox article {
	margin-left: 10px;
}

#articleInfo4 .info .leftBox .sTitle {
	margin: 35px 0 40px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}



@keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-o-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-webkit-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-moz-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-ms-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}

#articleInfo4 .info .leftBox .sTitle p {
	font-size: 18px;
	font-weight: bold;
}

#articleInfo4 .info .leftBox .sTitle p:after {
	margin-left: 10px;
	width: 150px;
	height: 2px;
	background: #000;
	display: inline-block;
	content: "";
    vertical-align: middle;
}

#articleInfo4 .info .leftBox .sTitle h3 {
	font-size: 28px;
	color: #ce5057;
	border-bottom: #ce505745 1px solid;
}

#articleInfo4 .info .leftBox article {
	font-size: 16px;
	line-height: 170%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	margin-top: 15px;
	text-align: justify;
	border-bottom: #91919129 1px solid;
	padding-bottom: 15px;
	margin-left: 10px;
}
#articleInfo4 P{
    color: #595959;
    font-size: 17px;
    font-weight: 300;
    line-height: 200%;
    margin-left: 1%;
    text-align: justify;
}
#articleInfo4 P.booyy{
    margin: 20px 0;
    color: #5e5e5e;
    font-size: 18px;
}
#articleInfo4 .info .leftBox article p{
	line-height:200%;
	font-size: 19px;
	color: #454545;
	font-weight: 200;
}

#articleInfo4 .info .rightBox {
	margin-left: 5%;
	width: 40%;
}

#articleInfo4 .info .rightBox .photoBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}


/************ 
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 150px;
		height: 170px;
	}
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
}
@media screen and (max-width: 980px) {
#articleInfo4 .info .leftBox .sTitle{
    display: flex;
    flex-direction: column;
}
#articleInfo4 .info .leftBox .sTitle h3{
    border-bottom: none;
}
}

/* 
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo4 .info .leftBox {
		width: 100%;
	}
	#articleInfo4 .info .SESEvice{
    width: 100%;
    justify-content: center;
}
	#articleInfo4 .info .rightBox {
		display: none;
	}
	#articleInfo4 .slashBox {
		top: 470px;
	}
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 250px;
		height: 270px;
	}
	#articleInfo4 .slashBox:before {
		height: 250px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 60%;

	}
}


/* *----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
	#articleInfo4 .slashBox:after {
		height: 170px;
	}
	#articleInfo4 .info .leftBox .sTitle h3{
        font-size: 24px;
    }
    #articleInfo4 .info .leftBox .sTitle h3:nth-child(2){
    margin-left: 10px;
    }
    #articleInfo4 .info .leftBox article p{
    font-size: 17px;
}
}


/* 
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo4 .slashBox {
		display: none;
	}
	#articleInfo4 .info .leftBox article {
		margin-left: 0;
	}

}


/* 
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo4 .title {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#articleInfo4 .info ,
	#articleInfo4 .info .leftBox .photoBox {
		margin-left: 0;
	}
	#articleInfo4 .info .leftBox .sTitle {
		margin: 20px 0 10px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 40%;
	}
}
