@charset "utf-8";

.linker {
    position: absolute;
}

.linker--01 {
    top: 29%;
    left: 13.8%;
    width: 23%;
    height: 58%;
}
.linker--02 {
    top: 29%;
    left: 38.8%;
    width: 23%;
    height: 58%;
}
.linker--03 {
    top: 29%;
    left: 63.6%;
    width: 23%;
    height: 58%;
}

@media screen and (width <= 767px) {
    .linker--01 {
        top: 18%;
        left: 6.8%;
        width: 87%;
        height: 23%;
    }
    .linker--02 {
        top: 44%;
        left: 6.8%;
        width: 87%;
        height: 23%;
    }
    .linker--03 {
        top: 70%;
        left: 6.8%;
        width: 87%;
        height: 23%;
    }
}