@charset "utf-8";

/* 위치 디버깅 */
/* .event-benefit-template a,
.event-benefit-template button {
    background-color: rgba(0,0,0,0.2);
} */
/* // 위치 디버깅 */

/* ============================= */
/* 공통 커스텀 */
/* ============================= */

/* ============================= */
/* // 공통 커스텀 */
/* ============================= */


/* ============================= */
/* 개별 영역 */
/* ============================= */
.event-benefit-template {

.linker {
    position: absolute;
}

.linker--01 {
    top: 46%;
    left: 65%;
    width: 8%;
    height:2.3%;

    @media screen and (max-width: 767px) {
        top: 53.8%;left: 11%;width: 17%;height:1.5%;
    }
}
.linker--02 {
    top: 57.7%;
    left:43%;
    width:22%;
    height:3.3%;

    @media screen and (max-width: 767px) {
        top: 55.5%;left:9%;width: 41%;height: 2.5%;
    }
}
.linker--03 {
    top: 57.8%;
    left:65%;
    width:22%;
    height:3.3%;

    @media screen and (max-width: 767px) {
        top: 55.4%;left:50%;width: 41%;height: 2.5%;
    }
}
.linker--04 {
    top: 85.7%;
    left:28%;
    width: 44%;
    height: 3.3%;

    @media screen and (max-width: 767px) {
        top: 92.4%;left: 8.3%;width: 83.9%;height:2.5%;
    }
}

}
/* ============================= */
/* // 개별 영역 */
/* ============================= */