.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: 34px;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;}
#articleInfo13{
    padding: 40px 0 60px;
}
#articleInfo13 .topBox h3, #articleInfo13 .topBox p{
    text-align: center;
}
#articleInfo13 .topBox p{
    margin-top: 20px;
}


/* itemA03 */
.itemA03 .textfeature:nth-child(2n){flex-direction: row;display: flex;}
.textfeature{background-color: #ffffff;align-items: center;overflow: hidden;position: relative;margin: 50px 0 50px;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: #00a0e9;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
}
.textfeature .text p b,.textfeature .text p{
    font-weight: 400;
    padding-top: 2px;
    margin-bottom: 5px;
    font-size: 16px;
}

@media screen and (max-width: 1140px){
    .textfeature,.itemA03 .textfeature:nth-child(2n){
    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;
}
}