.xf-widget-main-content-section{
    margin-top:0;
    padding-top:0px;
    padding-bottom: 40px;
}

.xf-widget-main-content-section img,
.xf-widget-main-content-top-section img{
    width: 100%;
}

.xf-widget-main-content-section .blind,
.xf-widget-main-content-top-section .blind{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.xf-widget-main-content-section .main-content-wrap .content-mo{
    display: block;
}
.xf-widget-main-content-section .main-content-wrap .content-pc{
    display: none;
}

.xf-widget-main-content-top-section .main-banner-wrap{
    margin: 0 -15px 15px;
    margin-top: -24px;
}
.xf-widget-main-content-top-section .main-banner-wrap .banner-mo{
    display: block;
}
.xf-widget-main-content-top-section .main-banner-wrap .banner-pc{
    display: none;
}



@media (min-width: 992px) {
    .xf-widget-main-content-section{
        margin-top: 120px;
        padding-top: 32px;
        padding-bottom: 77px;
    }
   
    .xf-widget-main-content-section .main-content-wrap .content-mo{
        display: none;
    }
    .xf-widget-main-content-section .main-content-wrap .content-pc{
        display: block;
    }
    .xf-widget-main-content-top-section + .xf-widget-main-content-section{
        padding-top: 32px;
    }
    .xf-widget-main-content-top-section .main-banner-wrap{
        margin: 0;
    }
    .xf-widget-main-content-top-section .main-banner-wrap .banner-mo{
        display: none;
    }
    .xf-widget-main-content-top-section .main-banner-wrap .banner-pc{
        display: block;
    }

}