@import url('../../css2');
.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 .row{ margin: 15px 0;}
#articleInfo12 .row h3{font-size: 24px;color:#002063;line-height:170%;margin:15px 0}
#articleInfo12 .row h3:hover:after{width:95%}
#articleInfo12 .row article{margin:15px 0;font-size: 16px;line-height: 190%;text-align:justify;font-family: 'Noto Sans TC', sans-serif;font-weight: 400;}
#articleInfo12 .row h4{margin:15px 0;font-size: 20px;color: #ffaa00;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo12 .row:nth-child(2){}
#articleInfo12 .row .topBox{overflow:hidden}
#articleInfo12 .row p{margin: 15px 0;}
#articleInfo12 .row p:nth-child(2){margin:0 0 0 2%;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo12 .row .downBox{margin:15px 0}
#articleInfo12 ol{}
#articleInfo12 li{margin: 0px 0px 5px 20px;list-style-type: decimal;list-style-position: inherit;color: #3b3b3b;line-height: 1.8;letter-spacing: 0.2px;font-weight: 400;}
table{width:100%;border-collapse:collapse;margin:0 0 20px}
td,th{padding:10px;border:1px solid rgba(0,0,0,.1);text-align: left;}
tr:first-child{background: #002063;color: #fff;}
table thead tr th{background:#fff;text-align: left;}
tr td{width: calc(50% / 5);text-align: center;}

@media screen and (max-width:480px){
	td, th{font-size: 13px;line-height: 120%;}
}