@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: 52.4%;
    left: 12%;
    width: 15%;
    height: 1.6%;

    @media screen and (max-width:767px) {
        top: 44.4%;
        left: 32%;
        width: 32%;
        height: 1.5%;
    }
}

.linker--02 {
    top: 59.8%;
    left: 12%;
    width: 15%;
    height: 1.6%;

    @media screen and (max-width:767px) {
        top: 55.5%;
        left: 32%;
        width: 32%;
        height: 1.5%;
    }
}

.linker--03 {
    top: 67.7%;
    left: 12%;
    width: 15%;
    height: 1.6%;

    @media screen and (max-width:767px) {
        top: 67.3%;
        left: 32%;
        width: 32%;
        height: 1.5%;
    }
}

.linker--04 {
    top: 96.2%;
    left: 26%;
    width: 48%;
    height: 3.1%;

    @media screen and (max-width:767px) {
        top: 97.4%;
        left: 4%;
        width: 92%;
        height: 2.1%;
    }
}

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