#box__product .box__product-channel-apply .list__info {
    background: white !important;
    background-size: 2px 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info {
        background: none;
    }
}

#box__product .box__product-channel-apply .list__info li .register-mobile,
#box__product .box__product-channel-apply .list__info li .register-post{
    background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #3aaae9;
    background-size: 0.83333vw auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 2.60417vw 0 0.26042vw;
    width: 100%;
    height: 4.89583vw;
    border-radius: 4.89583vw;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-mobile,
    #box__product .box__product-channel-apply .list__info li .register-post {
        background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #3aaae9;
        background-size: 3.25521vw auto;
        padding: 0 6.51042vw 0 1.17188vw;
        width: 100%;
        height: 19.53125vw;
        border-radius: 19.53125vw;
    }
}

#box__product .box__product-channel-apply .list__info li .register-mobile .thumb,
#box__product .box__product-channel-apply .list__info li .register-post .thumb{
    margin: 0 1.04167vw 0 0;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-mobile .thumb,
    #box__product .box__product-channel-apply .list__info li .register-post .thumb {
        margin: 0 5.20833vw 0 0;
    }
}

#box__product .box__product-channel-apply .list__info li .register-mobile .thumb img,
#box__product .box__product-channel-apply .list__info li .register-post .thumb img{
    display: block;
    width: 4.375vw;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-mobile .thumb img,
#box__product .box__product-channel-apply .list__info li .register-post .thumb img {
        width: 17.1875vw;
    }
}

#box__product .box__product-channel-apply .list__info li .register-mobile .text,
#box__product .box__product-channel-apply .list__info li .register-post .text{
    color: #fff;
    font-family: "DB Heavent Md";
    font-size: 1.77083vw;
    line-height: 1;
    margin: 0;
    text-align: left;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-mobile .text,
    #box__product .box__product-channel-apply .list__info li .register-post .text {
        font-size: 6.25vw;
    }
    #box__product .box__product-channel-apply .list__info li .register-mobile .text span,
    #box__product .box__product-channel-apply .list__info li .register-post .text span {
        display: block;
    }
}

#box__product .box__product-channel-apply .list__info li .register-mobile{
    background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #fad064;
    background-size: 0.83333vw auto;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-mobile{
        background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #e31820;
        background-size: 3.25521vw auto;
    }
}

#box__product .box__product-channel-apply .list__info li .register-post{
    background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #90c13a;
    background-size: 0.83333vw auto;
}
@media (max-width: 960px) {
    #box__product .box__product-channel-apply .list__info li .register-post{
        background: url(/assets/img/icon/arrow__white-1.png) no-repeat 95% center #90c13a;
        background-size: 3.25521vw auto;
    }
}