@import url('/css/animate.css');

.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s
}

#articleInfo14 .Txt {
	display: flex;
	flex-direction: column;
	align-items: center
}

#articleInfo14 .Txt h2 {
	font-size: 20px;
	color: #70a84a;
}

#articleInfo14 .itemA03 {
	margin-top: 30px
}

.info .Txt {
	font-size: 20px;
	width: 80%;
	text-align: center;
	line-height: 190%;
	margin: auto;
	font-weight: 500
}

.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: 0.5px;
	line-height: 200%
}

.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
}

.itemA03 .textfeature:nth-child(1) {}

.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:nth-child(2n) {
	flex-direction: row;
	display: flex
}

.textfeature .img {
	width: 50%
}

.textfeature .text {
	width: 44%;
	padding: 0px 15px;
	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 .TTtitle {
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	font-size: 28px;
	color: #70a84a;
	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,
	.textfeature:nth-child(2n) {
		display: flex;
		flex-direction: column
	}

	.textfeature .img,
	.textfeature .text {
		width: auto
	}

	.textfeature .text {
		padding: 50px 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
	}

	.info .Txt {
		width: 100%;
		font-size: 17px
	}
}