@charset "utf-8";

.event-benefit-template {
    .linker {
        position: absolute;
    } 
    .linker--01 {
        top: 19.35%;
        left: 16.4%;
        width: 68%;
        height: 6.5%;
    } 
    .linker--02 {
        top: 52.7%;
        left: 30.5%;
        width: 38.8%;
        height: 1.05%;
    }
    .linker--03 {
        bottom: 6.15%;
        left: 30.5%;
        width: 38.8%;
        height: 1%;
    }
    .linker--04 {
        bottom: 0.9%;
        left: 27.5%;
        width: 44.8%;
        height: 1.25%;
    }
}

@media screen and (max-width:767px) {
    .event-benefit-template {
        .linker--01 {
            top: 20.35%;
            left: 7.4%;
            width: 86%;
            height: 4%;
        }
        .linker--02 {
            top: 52.2%;
            left: 12.5%;
            width: 74.8%;
            height: 1.05%;
        }
        .linker--03 {
            bottom: 6.38%;
            left: 12.5%;
            width: 74.8%;
            height: 1%;
        }
        .linker--04 {
            bottom: 0.8%;
            left: 7%;
            width: 86%;
            height: 1.25%;
        }
    }
}