.offerBtn {
    transition: all .3s;
}

.offerBtn:hover {
    transform: translateY(5%);
}

.offer01-1 {
    top: 38%;
    left: 2%;
    width: 96.7%;
}

.offer01-2 {
    top: 90%;
    left: 2%;
    width: 96.7%;
}

.offer02-1 {
    top: 41%;
    left: 9%;
    width: 82.3%;
}

.offer02-2 {
    top: 89%;
    left: 9%;
    width: 82.3%;
}

.offer03-1 {
    top: 22%;
    left: 0%;
    width: 100%;
}

.offer03-2 {
    top: 37.7%;
    left: 1.7%;
    width: 95.1%;
    -webkit-mask: url("../images/thing_26.png") no-repeat center center;
    mask: url("../images/thing_26.png") no-repeat center center;
    mask: url("../images/thing_26.avif") no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
}