.img-con {
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    position: sticky !important;
    clear: both;
    display: flex;
    justify-content: flex-end;
}


.img-wrap .close {
    position: absolute;
    right: 15px;
    z-index: 100;
    color: black;
    border-radius: 50%;
    font-size: 28px !important;
}

.img-wrap:hover .close {
    opacity: 1;
}


.img-wrap img {
    width: 400px;
    height: auto;
}

@media screen and (max-width: 740px) {
    .img-wrap img {
        width: 330px;
        height: auto;
    }
    
    .image {
        content: url("/assets/main/img/banner/2301bnr02_sp@2x.jpg");
    }
}
