.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
#articleInfo20 ul{margin-bottom: 100px;display:grid;grid-template-columns:repeat(7,1fr);gap:40px}
#articleInfo20 ul li{animation-name:fadeInDown;-webkit-animation-name:fadeInDown;transition:all linear 0.3s}
#articleInfo20 ul li.focus{padding:55px 25px;background:#caa34b;border-color:#775e27;color:#242425}
#articleInfo20 ul li h3{font-size:20px}
#articleInfo20 ul li h5{font-size:16px;color:#caa34b}
#articleInfo20 ul li.focus h5{color:#fff}
#articleInfo20 ul li p.photo img{height:60px;object-fit:contain;width:100%}
#articleInfo20 .bottomBox h2{text-align:center;font-size:35px;animation-name:fadeInUp;-webkit-animation-name:fadeInUp;margin-bottom:60px}
#articleInfo20 .bottomBox p{margin:10px 0 20px;text-align:center;font-size:18px;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#articleInfo20 .bottomBox article{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
@media screen and (max-width:768px){
    #articleInfo20 ul{grid-template-columns: repeat(5, 1fr);}
}
@media screen and (max-width:480px){
    #articleInfo20 ul{grid-template-columns: repeat(3, 1fr);}
}