:root {
    --border-color: var(--main-color);
    --radio-img: url(/static/app_www/base/img/icon_radio_check.png);
    --bgc: #E4EEFF;
    --txt-color: var(--main-color);
}

.popup_container .popup_center {
    border-radius: 6px;
}

.apply_cont.digital {
    background: linear-gradient(45deg, #E3FBFF, #DDE1FF);
}

.apply_cont.creative {
    background: linear-gradient(45deg, #FFFEEB, #FFE1DC);
}

.apply_cont.pay {
    background: linear-gradient(45deg, #FAF7EF, #FFF0C2);
}

.apply_cont.talk {
    background: #F0F2F3;
}

.apply_title {
    text-align: center;
    margin-bottom: 74px;
}

.apply_title .subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.digital .apply_title .subtitle {
    color: #2E3B93;
}

.creative .apply_title .subtitle {
    color: #EF1B34;
}

.pay .apply_title .subtitle {
    color: #FFA114;
}

.talk .apply_title .subtitle {
    color: #40434D;
}

.apply_title .title {
    font-size: 40px;
    font-weight: 900;
    color: #222;
}

.apply_title .sub_text {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-top: 16px;
}

.apply_cont .service_card_list {
    margin-bottom: 74px;
}

.service_card.disabled.digital:not(:hover) {
    background-image: url("/static/app_www/base/img/bg_card_digital_disabled.png");
}

.service_card.disabled.creative:not(:hover) {
    background-image: url("/static/app_www/base/img/bg_card_creative_disabled.png");
}

.service_card.disabled.pay:not(:hover) {
    background-image: url("/static/app_www/base/img/bg_card_pay_disabled.png");
}

.service_card.disabled.talk:not(:hover) {
    background-image: url("/static/app_www/base/img/bg_card_talk_disabled.png");
}

.service_card.disabled:not(:hover) {
    color: #222;
}

.service_card {
    transition: all 300ms;
}

.service_card .card_title::before {
    transition: all 300ms;
}

.service_card.digital.disabled:not(:hover) .card_title::before {
    background-image: url("/static/app_www/base/img/logo_digital_short_bk.png");
}

.service_card.creative.disabled:not(:hover) .card_title::before {
    background-image: url("/static/app_www/base/img/logo_creative_short_bk.png");
}

.service_card.pay.disabled:not(:hover) .card_title::before {
    background-image: url("/static/app_www/base/img/logo_pay_short_bk.png");
}

.service_card.talk.disabled:not(:hover) .card_title::before {
    background-image: url("/static/app_www/base/img/logo_talk_short_bk.png");
}

.service_main_card {
    max-width: 898px;
    margin: 0 auto;
}

.form_wrap:not(:last-child) {
    margin-bottom: 24px;
}

.form_wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px;
}

.sect_title_wrap {
    margin-bottom: 30px;
}

.sect_title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.sect_title small {
    font-size: 16px;
}

.sect_desc {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.col_lg_3 {
    width: calc((100% - (16px * 3)) / 4);
}

.col_lg_4 {
    width: calc((100% - (16px * 2)) / 3);
}

.col_lg_6 {
    width: calc((100% - (16px)) / 2);
}

.col_lg_12 {
    width: 100%;
}

.edk_input {
    font-size: 14px;
}

.edk_input.input_border {
    border-color: var(--border-color);
    border-radius: 10px;
}

.edk_file_wrap .edk_input.input_border {
    border-radius: 10px 0 0 10px;
}

.edk_input.input_disabled {
    background-color: #fff;
}

.edk_input:disabled:not(.input_disabled) {
    background-color: #F1F1F1;
    /* border-color: #F1F1F1; */
}

.edk_file_wrap .btn_default {
    border-radius: 0 10px 10px 0;
    width: 83px;
    border-color: var(--border-color);
    background-color: var(--border-color);
    color: #fff;
}

.edk_file_wrap .btn_default .icon {
    display: flex;
    width: 20px;
    margin: 0 auto;
}

.float_unit {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.float_unit+.edk_input {
    padding-right: 150px;
}

.edk_WAI.radio+label {
    padding-left: 20px;
}

.edk_WAI.radio+label:before {
    background-image: url(/static/app_www/base/img/icon_radio_default.png);
}

.edk_WAI.radio:checked+label:before {
    background-image: var(--radio-img);
}

.edk_file_wrap .file_item.text {
    padding-left: 38px;
}

.edk_file_wrap .file_remove {
    right: initial;
    left: 0;
    width: 19px;
}

.check_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.check_btn {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    padding: 14px 0;
    width: calc((100% - (8px * 6)) / 7);
    font-size: 14px;
    font-weight: 500;
    color: #222;
    word-break: keep-all;
}

.check_btn.active {
    border-color: var(--border-color);
    background-color: #fff;
    color: var(--txt-color);
}

.portfolio_wrap {
    margin-top: 30px;
    max-width: 453px;
    width: 100%;
    display: flex;
    gap: 8px;
}

.add_pf_box {
    width: calc((100% - (8px * 2)) / 3);
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.add_pf {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.add_pf img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.add_pf_box .img_wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #9E9E9E;
}

.add_pf_box .img_wrap>img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.add_pf_box .remove_pf {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    width: 25px;
}

.terms_head {
    background-color: var(--bgc);
    padding: 14px 16px;
    border-radius: 10px;
}

.terms_head .edk_WAI+label {
    font-size: 18px;
    font-weight: 600;
    padding-left: 24px;
}

.terms_item {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.terms_item .edk_WAI+label {
    padding-left: 24px;
}

.terms_item .link_arrow {
    display: flex;
    width: 24px;
    opacity: 0.8;
}

.submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    padding: 12px 0;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
    border-color: var(--border-color);
    background-color: var(--border-color);
    color: #fff;
}

.submit_btn .icon {
    display: flex;
    width: 21px;
}

@media screen and (max-width:1023px) {
    .digital .apply_title .subtitle {
        font-size: 16px;
    }

    .apply_title .title {
        font-size: 24px;
    }

    .apply_title .sub_text {
        font-size: 16px;
        margin-top: 8px;
    }

    .apply_title {
        margin-bottom: 38px;
    }

    .apply_cont .service_card_list {
        margin-bottom: 38px;
    }

    .col_12 {
        width: 100%;
    }

    .col_6 {
        width: calc((100% - 16px) / 2);
    }

    .form_wrap {
        padding: 22px;
    }

    .sect_title_wrap {
        margin-bottom: 24px;
    }

    .sect_title {
        font-size: 18px;
    }

    .sect_desc {
        font-size: 12px;
    }

    .edk_WAI.radio+label {
        font-size: 14px;
    }

    .check_btn {
        width: calc((100% - (8px * 3)) / 4);
    }

    .submit_btn {
        margin-top: 32px;
    }
}

@media screen and (max-width:767px) {
    .form_wrap {
        padding: 16px;
    }

    .check_btn {
        width: calc((100% - (8px)) / 2);
    }
}