<!-- 하단고정 배너-이미지 -->
<a class="mbottom" href="url"> <img src="https://cdn.imweb.me/thumbnail/20180111/5a5778adce51b.jpg" style="width:100%;"></a>
<style>
@media(min-width:768px){
.mbottom{ width:400px; bottom:0px; position:fixed; z-index:9999999; }
}
@media(max-width:767px){
.mbottom{
width:100%; position:fixed; bottom:0px; z-index:9999999; left:0px;
}
}
</style>