/* reset */
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
}

.event-benefit-template {
    max-width: 1380px;
    margin: 0 auto;
    text-align: initial;
}

.event-benefit-template picture {
    display: block;
}
.event-benefit-template img {
    display: block;
    max-width: 100%;
}
.event-benefit-template button {
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
/* // reset */

/* 변수 */
@media screen and (min-width:768px) {
    .event-benefit-template .hidden-pc {
        display: none !important;
    }
    .event-benefit-template .pc {
        display: block;
    }
    .event-benefit-template .mobile {
        display: none;
    }
}

@media screen and (max-width:767px){
    .event-benefit-template .hidden-mo {
        display: none !important;
    }
    .event-benefit-template .pc {
        display: none;
    }
    .event-benefit-template .mobile {
        display: block;
    }
}
/* // 변수 */

/* .contents.event .ev-detail-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
    top: 1.7% !important;
} */

.event-benefit-template .relative-wrap {
    position: relative;
}
.event-benefit-template .linker {
    position: absolute;
}

.event-benefit-template .linker--01{
    top: 43.3%;
    left: 63.9%;
    width: 8.1%;
    height: 1.3%;
}
.event-benefit-template .scroll-destination-area {
    position: absolute;
}
.event-benefit-template .scroll-destination-area--champion-deal-banner{
    top: 91.7%;
    left: 1px;
    width: 1px;
    height: 1px;
}


@media screen and (max-width: 767px) {

    /* .contents.event .ev-detail-wrap .ev-detail-con .ev-cont .component-wrap.layer-btn {
        top: 1% !important;
    } */

    .event-benefit-template .linker--01{
        top: 46.2%;
        left: 10.8%;
        width: 16.1%;
        height: 1.4%;
    }
    .event-benefit-template .scroll-destination-area--champion-deal-banner{
        top: 92.4%;
    }
}