@mixin ym-clearfix {
    &::after {
        display: block;
        clear: both;
        content: "";
    }
}