/* pc table */
/* #wrap #content .tabBox .tabcontent2 div table{text-align: center;}
#wrap #content .tabBox .tabcontent2 div .pctable thead tr:first-child th:first-child{
    background-image: linear-gradient(to left bottom, transparent calc(50% - 1px), rgba(112,112,112,.3), transparent calc(50% + 1px)); background-size: 120% 120%; background-position: center;
    text-align: right; padding: 30px; line-height: 2.5em; color: rgba(48,45,44,.5);
    width: 11.11%;
}
#wrap #content .tabBox .tabcontent2 div .pctable thead tr:first-child th:first-child span{
    display: block; width: 100%; text-align: left;
}
#wrap #content .tabBox .tabcontent2 div .pctable thead tr th:not(:first-child){
    border-left: 1px solid rgba(122,122,122,.3);
}
#wrap #content .tabBox .tabcontent2 div table tbody td{line-height: 1.7em;} */

/* mobile table */
#content .tabBox .tabcontent2 div .mobtable{display: none;}
/* #wrap #content .tabBox .tabcontent2 div .mobtable td,
#wrap #content .tabBox .tabcontent2 div .mobtable th{width: 25%;} */

@media screen and (max-width:1024px){
    #content .tabBox .tabcontent2 div .pctable{display: none;}
    #content .tabBox .tabcontent2 div .mobtable{display: block;}
}