/* ============= */
/* 전체 공통 */
/* ============= */
.event-benefit-template .article__content-area:not(:has(.img-shadow-only-pc)) {
    max-width: 100%;
}
/* ============= */
/* // 전체 공통 */
/* ============= */



/* ============= */
/* 개별 영역 */
/* ============= */
.event-benefit-template .amd .article__inner {
    max-width: initial;
    padding: 0;
}
.event-benefit-template .amd .article__content-area {
    position: relative;
    margin: 0 auto;
    max-width: initial;
}

.event-benefit-template .amd__linker {
    position: absolute;
    top: 29.7%;
    left: 24%;
    width: 51.7%;
    height: 2.9%;
}
@media screen and (max-width: 767px) {
    .event-benefit-template .amd__linker {
        top: 25.4%;
        left: 15%;
        width: 70.7%;
        height: 4.1%;
    }
}
/* ============= */
/* // 개별 영역 */
/* ============= */