■style="…", class="…" 등을 제거
\s+(style|class|width|height|role|aria-label|border|cellspacing|cellpadding)="[^"]*"
■style 내 width: xxx, height: xxx 제거
\swidth:|height:\s[^;"]+;?
■style="…", class="…" 등을 제거
\s+(style|class|width|height|role|aria-label|border|cellspacing|cellpadding)="[^"]*"
■style 내 width: xxx, height: xxx 제거
\swidth:|height:\s[^;"]+;?