.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.titleBoxCN{display:flex;flex-direction:column;font-size:24px;color:var(--info);letter-spacing:1.5px}
.titleBoxEN{color:#172a88;font-size: 30px;font-weight:600;letter-spacing:0px;line-height:140%;text-align:center}
.itemA01 .column-wrap .info .item p{margin-bottom:0.2em;font-size:19px;color:var(--primary)}
.itemA01 .column-wrap .info .item article{font-size:17px;padding:1.5em 0 0;color:var(--info);letter-spacing:1.5px}
#AB002{padding: 40px 0;}
#articleInfo13{padding: 0px 0 10px;}
#articleInfo13 .topBox h3,#articleInfo13 .topBox p{text-align:center}
#articleInfo13 .topBox p{margin-top:20px}

/* itemA03 */
.itemA03 .textfeature:nth-child(1){margin-top:80px}
.itemA03 #AB004{flex-direction:row;display:flex;margin-top: 50px;}
.textfeature{background-color:#ffffff;align-items:center;overflow:hidden;position:relative;width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between}
.textfeature .img{width:50%}
.textfeature .text{width:40%;padding:0px 60px;animation-name:fadeInDown;-webkit-animation-name:fadeInDown}
.textfeature .text h3{color:var(--primary);font-weight:500;letter-spacing:1.5px;font-size:20px}
.textfeature .text h2{margin:0px 0px 20px 0px;font-weight:600;font-size:28px;color:var(--info);letter-spacing:2px}
.textfeature .text p{font-size:17px}
.textfeature .text p span{color:#172a88;font-weight:500;font-size:21px}
.textfeature .text p b{font-weight:400;padding-top:2px;margin-bottom:15px}

@media screen and (max-width: 1140px){
    .textfeature, .itemA03 #AB004{display:flex;flex-direction:column}
	.textfeature .img,.textfeature .text{width:auto}
	.textfeature .text{padding:20px 30px}
	.textfeature .text h2{font-size:22px}
	.textfeature .text p span{font-size:18px}
	.titleBoxEN{font-size:26px}
	.itemA03 #AB004 {
    margin-top: 20px;
}
	#AB002 {
    padding: 15px 0;
}
	.itemA03 .textfeature:nth-child(1) {
    margin-top: 40px;
}
}