@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: 77.1%;
    left: 51%;
    width: 20%;
    height: 12.3%;

    @media screen and (max-width: 767px) {
        top: 78.7%;
        left: 9.7%;
        width: 81%;
        height: 6.1%;
    }
}
.linker--02 {
    top: 61.7%;
    left: 5%;
    width: 90%;
    height: 2.6%;

    @media screen and (max-width: 767px) {
        top: 49.2%;left: 6%;width: 88%;height: 1.6%;
    }
}
.linker--03 {
    top: 88.8%;
    left: 43%;
    width:22%;
    height: 2.7%;

    @media screen and (max-width: 767px) {
        top: 92.4%;left: 9%;width: 41%;height: 2.5%;
    }
}
.linker--04 {
    top: 88.7%;
    left: 65%;
    width: 22%;
    height: 2.9%;

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

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