.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}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
#articleInfo12{overflow:hidden}
#articleInfo12 .table-container{width:100%;margin:20px 0 30px;padding-top:20px}
#articleInfo12 .table_brand{width:100%;border-spacing:0px;background-color:#fff;border-bottom:1px rgb(0 0 0 / 10%) solid}
#articleInfo12 .table_brand .gray_bg:nth-child(odd){background-color:#F2F2F2;color:#282828}
#articleInfo12 .top-column .table_brand .gray_bg:nth-child(2n){background-color:#ffffff}
#articleInfo12 .table_brand tbody{text-align:left}
#articleInfo12 .table_brand tr{background-color:#fff}
#articleInfo12 .table_brand tr.title_main td{background:linear-gradient(to right,var(--primary),var(--secondary));font-weight:400;text-align:center;min-height:95px;padding:13px;position:relative;flex-direction:row;color:#fff}
#articleInfo12 .table_brand tr td{padding:20px 20px;width:auto;font-size:16px;line-height: 140%;text-align:left;vertical-align:middle;border-right:1px rgb(0 0 0 / 10%) solid}
#articleInfo12 .table_brand tr:nth-child(2) td{text-align:center}
#articleInfo12 .table_brand tr td.point{color:var(--secondary)}
#articleInfo12 .table_brand tr td:nth-child(4){white-space:nowrap}
#articleInfo12 .table_brand tr td:nth-child(5){white-space:nowrap}
#articleInfo12 .table_brand td.num{width:70px;text-align:center;position:relative;border-left:1px rgb(0 0 0 / 10%) solid}

#articleInfo12 .table_brand_2 tr td:nth-child(4){white-space: unset;}
#articleInfo12 .table_brand_2 tr td:nth-child(6){white-space: nowrap;}

@media screen and (max-width:1024px){
    #articleInfo12 .table_brand tbody{height:40px;overflow:overlay}
    #articleInfo12 .table_brand{width: 1000px;}
    #articleInfo12 .table-container{width:100%;overflow-x:scroll;margin:0 0 .5em;-webkit-overflow-scrolling:touch}
}