@charset "utf-8";

.event-benefit-template .coupon-input__notice{
    margin-top: 32px;
}
.event-benefit-template .coupon-input__img-wrap{
    position: relative;
}
.event-benefit-template .coupon-input__input{
    position: absolute;
    top: 24.4%;
    left: 28%;
    width: 44%;
    height: 8.6%;
    padding: 0 3%;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.44px;
}
.event-benefit-template .coupon-input__input::placeholder{
    color: #C2C2C2;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.44px;
}
.event-benefit-template .coupon-input__btn{
    position: absolute;
    top: 35.6%;
    left: 28%;
    width: 44%;
    height: 8.6%;
}

@media screen and (width <= 767px) {
    .event-benefit-template .coupon-input {
        border-bottom: solid calc(16 / 720 * 100vw) #E5E5E5;
    }
    .event-benefit-template .coupon-input__input{
        top: 24.1%;
        left: 8%;
        width: 83.6%;
        height: 8.6%;
        padding: 0 6.1%;
        font-size: calc(28 / 720 * 100vw);

    }
    .event-benefit-template .coupon-input__input::placeholder{
        font-size: calc(28 / 720 * 100vw);
    }
    .event-benefit-template .coupon-input__btn{
        top: 35.6%;
        left: 7%;
        width: 86%;
        height: 9.6%;
    }
    .event-benefit-template .coupon-input__notice{
        margin-top: calc(60 / 720 * 100vw);
        background-color: #F8F7F5;
    }
}


.event-benefit-template .special-benefit{
    background: linear-gradient(180deg, #F6FFF4 0%, #E5F6DB 138.49%), #EAF7E5;
}

@media screen and (width <= 767px) {
    .event-benefit-template .special-benefit{
        
    }
}

.event-benefit-template .article__inner--naver-talk-talk-alarm{
    position: relative;
}
.event-benefit-template .article__inner--naver-talk-talk-alarm .linker{
    position: absolute;
    top: 72.4%;
    left: 1%;
    width: 98.2%;
    height: 20.3%;
}
@media screen and (width <= 767px) {
    .event-benefit-template .naver-talk-talk{
        margin-bottom: calc(80 / 720 * 100vw);
    }
    .event-benefit-template .article__inner--naver-talk-talk-alarm .linker{
        top: 85.8%;
        left: 6%;
        width: 88%;
        height: 14.1%;
    }
}


.event-benefit-template .bottom-notice{
    background-color: #262626;
}

@media screen and (width <= 767px) {
    .event-benefit-template .bottom-notice{
        
    }
}