$(function(){
$('body').removeClass('has-sdb');
$('aside.sdb').remove();
$('.bnr-full').remove();
});
function smoothScroll1() {
document.querySelector('#id01').scrollIntoView({
behavior: 'smooth'
});
}
function smoothScroll2() {
document.querySelector('#id02').scrollIntoView({
behavior: 'smooth'
});
}