.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
#articleInfo16 .item{overflow:hidden;position:relative;display:flex;align-items:stretch;flex-wrap:wrap;justify-content:space-between;margin-top: 100px;}
#articleInfo16 .item > div{float:left;width:45%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item:nth-child(2n) > div{float:right}
#articleInfo16 .item:nth-child(2n) .photo{animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo16 .item .photo{overflow:hidden}
#articleInfo16 .item .photo img{width:100%;height:100%;object-fit:cover}
#articleInfo16 .item .info{width:50%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;margin:20px 0}
#articleInfo16 .item:nth-child(2n) .info{animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo16 .item .info h5{font-size:65px;font-family:'Kanit',sans-serif;color:#dfdfdf;letter-spacing:2px;line-height:100%;text-transform:uppercase}
#articleInfo16 .item .info h3:before{content:'';width:30px;height:1px;background:#3a3a3a;margin-right:15px}
#articleInfo16 .item .info h3{font-size:20px;color:#3a3a3a;display:flex;align-items:center;font-weight:400}
#articleInfo16 .item .info article{margin-top:40px}
#articleInfo16 .item .info article b{display:block;font-weight: 500;font-size: 18px;}
#articleInfo16 .bottom{margin-top: 20px;}
#articleInfo16 .bottom h3{font-size: 19px;margin-bottom: 20px;}
#articleInfo16 .bottom .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
#articleInfo16 .bottom ul{width: calc(50% - 20px);border: 1px solid #acacac;position: relative;}
#articleInfo16 .bottom ul:after{content:'';position: absolute;right: 142px;top: 0;width: 1px;height: 100%;background: #acacac;}
#articleInfo16 .bottom li{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;border-bottom: 1px solid #acacac;padding: 8px;}
#articleInfo16 .bottom li.first h4{text-align: center;}
#articleInfo16 .bottom li:last-child{border:0;}
#articleInfo16 .bottom li h4{width: calc(100% - 140px);font-weight: 400;}
#articleInfo16 .bottom li p{width: 130px;text-align: center;}

@media screen and (max-width:768px){
	#articleInfo16 .bottom ul{width: calc(100% - 2px);}
	#articleInfo16 .bottom ul:last-child li.first{display:none;}
	#articleInfo16 .bottom ul:last-child{border-top:0;}
	#articleInfo16 .item .photo{width: 100%;}
	#articleInfo16 .item:nth-child(2n) .photo{right:0}
	#articleInfo16 .item .info{margin:0;width:100%}
	#articleInfo16 .item .info h5{margin-top: 20px;}
	#articleInfo16 .item:nth-child(2n) .info h5,#articleInfo16 .item:nth-child(2n) .info h3{margin:0 auto 0 0}
}
@media screen and (max-width:480px){
	#articleInfo16 .item .info h3{font-size: 18px;}
	#articleInfo16 .item .info h5{font-size: 35px;margin: 5px 0;}
	#articleInfo16 .item{margin-top:50px;}
	#articleInfo16 .item > div,#articleInfo16 .item:nth-child(2n) > div{float:none}
	#articleInfo16 .item .photo{position:relative;margin:0 auto 10px;width: 100%;display:block}
}