#promotionPage .point_color_3 {
    color: rgb(106, 43, 221);
}

#promotionPage .point_color_4 {
    color: rgb(10, 153, 243);
}

#promotionPage input[type='radio']:checked.point_color_3::after {
    background-color: rgb(106, 43, 221);
}

#promotionPage input[type='radio']:checked.point_color_4::after {
    background-color: rgb(10, 153, 243);
}

#promotionPage .special_radio input[type='radio']:checked {
    border: none;
}

#promotionPage .radio_con_0:hover {
    border-color: #d4dde5 !important;
}

#promotionPage .radio_con_0.active_border {
    border-color: transparent !important;
}

#promotionPage .point_color_3.special_radio.active {
    border: none;
    color: #fff !important;
    background-color: rgb(106, 43, 221);
}

#promotionPage .point_color_4.special_radio.active {
    border: none;
    color: #fff !important;
    background-color: rgb(10, 153, 243);
}

#promotionPage .contents_list_wrapper_left .contents_list_con {
    margin-bottom: 42px;
}

#promotionPage .file_up_con .payment_customer_info_left {
    width: 100%;
    top: unset;
    word-break: keep-all;
}

#promotionPage .file_up_con .payment_customer_info_right {
    display: flex;
    gap: 0;
}

#promotionPage .file_up_con.payment_customer_info .payment_customer_info_list {
    margin-bottom: 0;
}

#promotionPage .file_up_con .btn_style_00_con {
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

#promotionPage .file_up_con .btn_style_00_con:not(:last-child) {
    margin-bottom: 10px;
}

#promotionPage .file_up_con .btn_style_00_con input {
    width: auto;
    flex: 1 0 auto;
}

#promotionPage .file_up_con .btn_style_00_con input[type="file"] {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0;
}

#promotionPage .file_up_con .btn_style_00_con .btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

#promotionPage .file_up_con .btn_style_00_con .btns * {
    cursor: pointer;
}

#promotionPage .file_up_con .plus_btn_con {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

#promotionPage .file_up_con .plus_btn {
    background-image: url(/weven_service/asset/img/svg/icons8-plus_circle_blue.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#promotionPage .file_up_con .minus_btn {
    background-image: url(/weven_service/asset/img/svg/icons8-minus_circle_blue.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
}

#modoolandingRadio {
    padding: 23px 40px 21px 21px !important;
    height: 94px;
}

@media all and (min-width: 768px) {
    #modoolandingRadio {
        padding: 23px 40px 21px 49px !important;
        height: 94px !important;
    }
}