
/*신규 모달*/
._mb32 {
    margin-bottom: 32px;
}
._ml18 {
    margin-left: 18px;
}
._ml20 {
    margin-left: 20px;
}
._ml30 {
    margin-left: 30px;
}
._ml12 {
    margin-left: 12px;
}
._pt10 {
    padding-top: 10px;
}
._ml60 {
    margin-left: 60px;
}
._ml8 {
    margin-left: 8px;
}
._mt8 {
    margin-top: 8px;
}
._mt10 {
    margin-top: 10px;
}
._mt12 {
    margin-top: 12px;
}
._mb12 {
    margin-bottom: 12px;
}
._mb16 {
    margin-bottom: 16px;
}
._mt18 {
    margin-top: 18px;
}


._modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    font-size: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

._modalBg{
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    cursor: pointer;
}
._modalWrp{
    background: #FFFFFF;
    z-index: 10001;
    position: absolute;
    top: 50px;
    left: calc(50% - 400px);
    width: 800px;
    height: 650px;
    box-sizing: border-box;
    padding: 32px 40px;
}
/* ._modal._modalEndInfo {
    display: block;
    opacity: 1;
} */


._modalTop .tap_wrp {
    width: 523px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
}

._modalTop .line {
    width: 523px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 261px);
    gap: 20px;
}

._modalTop .line::before{
    content: "";
    flex: 1;
    height: 1px;
    background-color: #D5D5D5;
}
.tap_btn {
    width: 160px;
    height: 41px;
    border-radius: 8px;
    background-color: #F5F5F5;
    border: 1px solid #EFEFEF;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.02px;
    color: #202020;
    margin-right: 21.5px;
}
.tap_btn:last-child {
    margin-right: 0;
}

.tap_btn.active {
    background-color: #414141;
    border: 1px solid #414141;
    color: #fff;
}
._modalTop {
    margin-bottom: 24px;
    margin-right: 59px;
}
._modalCon {
    padding-right: 59px;
    height: 85% !important;
    overflow-y: auto;
    overflow-x: hidden;
}
._modalCon .con_info {
    width: 661px;
    margin: 0 auto;
    padding: 14px 16px;
    background-color: #fafafa;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 20.4px;
    letter-spacing: -0.02px;
    font-weight: 400;
    color: #676767;
}
._modalCon .con_info span {
    color: #EA5757;
}

._modalCon::-webkit-scrollbar{
    width: 10px;
}
._modalCon::-webkit-scrollbar-track{
    background: #ffffff;
    border-radius: 0;
}
._modalCon::-webkit-scrollbar-thumb{
    background: #6e6e6e;
    border: 2px solid #ffffff;
    border-radius: 10px;
}
._modalCon::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.frm_wrap .frm_tit {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.02px;
    color: #202020;
    margin-bottom: 12px;
}
.frm_wrap .frm_tit2 {
    font-size: 15px;
    line-height: 15px;
    color: #608CFF;
    letter-spacing: -0.02px;
    font-weight: 700;
}
.frm_wrap .frm_txt {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: -0.02px;
    color: #676767;
}
.frm_wrap .frm_txt span {
    color: #FF0000;
}
.frm_con {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #C1C1C1;
}
.frm_con ._tit {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #505050;
    margin-bottom: 16px;
}
.frm_con ._tit2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #8496B1;
}
.rdo_wrp {
    width: 65px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
}
.rdo_wrp input[type="radio"]:checked+label:before, .rdo_wrp input[type="radio"]+label:before {
    display: none;
}
.rdo_wrp input[type="radio"] + label span {
    /*width: 55px;*/
    top: 0;
    left: 0px;
    height: 20px;
    padding-left: 25px;
    background: url('/assets/data/img/datalab/modal/rdo_off.png') left center no-repeat;
}
.rdo_wrp input[type="radio"]:checked + label span {
    background: url('/assets/data/img/datalab/modal/rdo_on.png') left center no-repeat;
}
input.iptText {
    width: 349px;
    line-height: 38px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #CBD3DE;
    padding-left: 10px;
    font-size: 14px;
    color: #505050;
    min-width: auto;
}
input.iptText2 {
    width: 100px;
}
input.iptText3 {
    width: 130px;
    background: url('/assets/data/img/datalab/modal/icon_callendar.png') right 10px center no-repeat;
    cursor: pointer;
}
input.iptText4 {
    width: 80px;
}
input.iptText5 {
    width: 180px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

input.iptText6 {
    width: 106px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align:center;
    padding-left: 0;
}
input.iptText7 {
    width: 588px;
    margin-bottom: 12px;
}
.ipt_wrp:last-child input.iptText7, .ipt_wrp:last-child input.iptText8 {
    margin-bottom: 0;
}
input.iptText8 {
    width: 450px;
    margin-bottom: 12px;
}
input.iptText9 {
    width: 220px;
}
input.iptText10 {
    width: 238px;
}
input.iptText11 {
    width: 130px;
}
input.iptText11:disabled {
    background-color: #F6F7F9;
    color: #505050;
}
input.iptNtc {
    border: 1px solid #F14040;
}

.frm_wrp .iptText::placeholder {
    color: #858585;
}

select.frmSlc {
    width: 160px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #CBD3DE;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    background: #fff url('/assets/data/img/datalab/modal/slc_arrow.png') right 10px center no-repeat;
    min-width: auto;
    
}

select.frmSlc2 {
    width: 70px;
}
select.frmSlc3 {
    width: 88px;
}
select.frmSlc4 {
    width: 130px;
    vertical-align: top;
    margin-left: 8px;
}
select.frmSlc5 {
    width: 130px;
}
select.frmSlc6 {
    width: 180px;
}
.s_txt {
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    letter-spacing: -0.03px;
    font-weight: 400;
    color: #858585;
}
button.basic_btn {
    display: block;
    width: 160px;
    height: 48px;
    line-height: 46px;
    border-radius: 5px;
    border: 1px solid #2561FA;
    background-color: #fff;
    text-align: center;
    color: #2561FA;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
button.basic_btn:hover {
    border: 2px solid #2561FA;
    background-color: #F5F8FF;
}
button.basic_btn2 {
    border: 1px solid #626F87;
    color: #626F87;
}
button.basic_btn3 {
    border: 0;
    background-color: #2561FA;
    color: #fff;
}
button.basic_btn3:hover {
    background-color: #183EA0;
}

.info_box {
    width: 666px;
    padding: 17px 16px;
    border-radius: 10px;
    background-color: #F9F9F9;
    margin-bottom: 32px;
}
.info_box ._tit {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 14px;
}

.chk_wrp input[type="checkbox"]+label:before {
    display: none;
}
.chk_wrp input[type="checkbox"].chk_box {
    display:none;
}
.chk_wrp input[type=checkbox].chk_box + label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 22px;
    background: url('/assets/data/img/datalab/modal/chk_off.png') no-repeat left center;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chk_wrp input[type=checkbox].chk_box:checked + label {
    background: url('/assets/data/img/datalab/modal/chk_on.png?v=1') no-repeat left center;
}
.del_btn {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url('/assets/data/img/datalab/modal/del_btn.png') no-repeat left center;
    margin-top: 9px;
    margin-left: 10px;
    vertical-align: top;
    border: 0;
}
.add_ipt {
    margin-top: 8px;
}
.add_ipt:nth-child(1){
    margin-left: 0;
    margin-top: 0;
}
button.add_btn {
    cursor: pointer;
    width: 56px;
    height: 30px;
    background: url('/assets/data/img/datalab/modal/add_btn.png') no-repeat left center;
}
.line_dv{
    width: 666px;
    height: 1px;
    background-color: #E4E4E4;
}
.line_dv2{
    width: 626px;
    height: 1px;
    background-color: #CBD3DE;
    margin: 18px 0;
}
.close_btn {
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    right: -59px;
    background: url('/assets/data/img/datalab/modal/close_btn.png') center center no-repeat;
}


/* 학교,자격증 검색  */
.srcBox {
    display: none;
    position: absolute;
    left: 0;
    width: calc(100% - 48px);
    border: 1px solid #AFAFAF;
    border-top: 0;
    background-color: #ffffff;
    font-size: 14px;
    color: #16181a;
    z-index: 99999;
}
.srcBox.__univSrch {
    width: calc(100% - 303px);
}

.srcBox .srchRst {
    border-bottom: 1px solid #f0f0f0;
    height: 118px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 15px;
}

.srcBox .srchRst>ul {
    padding: 15px 17px;
}

.srcBox .srchRst>ul>li {
    margin-bottom: 15px;
    cursor: pointer;
}

.srcBox .srchRst>ul>li:last-child {
    margin-bottom: 0;
}

.srcBox>div:nth-child(2) {
    padding: 7px 0;
    text-align: center;
    color: #3B3B3D;
    font-size: 14px;
}

.srcBox>div:nth-child(2) span {
    /*display:block;*/
}

.srcBox>div:nth-child(2) span:nth-child(1) {
    margin-bottom: 5px;
}

.srcBox>div:nth-child(2) span:nth-child(2) {
    color: #505ed1;
    text-decoration: underline;
    cursor: pointer;
}

a.srchVal {
    display: block;
    color: #3B3B3D;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 12px;
    cursor: pointer;
}

.nonSrchTxt .no_click {
    font-weight: bold;
    color: #505ed1 !important;
}


/*모바일*/
@media screen and (max-width: 1024px) {
    ._modalVerification ._modalWrp{
        width: 100%;
        height: 500px !important;
        left: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        padding-top: 57px !important;
    }
    ._modalAddInfo ._modalWrp {
        width: 100%;
        height: 100% !important;
        left: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
        padding-top: 57px !important;
        top: 0 !important;
    }
    ._modalVerification ._modalWrp {
        padding-top: 0 !important;
        height: 100% !important;
        top: 0 !important;
    }

    ._modalAddInfo ._modalTop .close_btn {
        top: -40px;
        left: 20px;
        right: unset;
    }
    ._modalAddInfo ._modalTop {
        margin: 0;
        gap: 0;
    }
    ._modalAddInfo ._modalTop .tap_wrp {
        width: 100%;
        height: 34px;
        gap: 0;
    }
    ._modalTop .line::before {
        display: none;
    }
    ._modalAddInfo ._modalTop .tap_wrp .tap_btn {
        width: 33.3%;
        height: 33px;
        line-height: 31px;
        background-color: #F6F7F9;
        color: #626F87;
        font-weight: 500;
        font-size: clamp(13px, 3vw, 17px);
        margin-right: 0;
        border-radius: 0;
        border-bottom: 1px solid #2561FA;
    }
    ._modalAddInfo ._modalTop .tap_wrp .tap_btn.active {
        background-color: #2561FA;
        border: 1px solid #2561FA;
        color: #fff;
        font-weight: 600;
    }
    ._modalAddInfo ._modalCon {
        padding-right: 0;
    }
    ._modalAddInfo ._modalCon .con_info {
        margin: 20px;
        width: calc(100% - 40px);
        padding: 18px;
        background-color: #FAFAFA;
        border: 1px solid #E0E5EB;
        font-size: clamp(14px, 3vw, 18px);
        font-weight: 500;
        letter-spacing: -0.02px;
        color: #414141;
    }
    ._modalAddInfo ._modalCon .con_info span {
        color: #2561FA;
    }
    ._modalAddInfo ._modalCon .frm_top {
        text-align: center;
        padding: 60px 0 28px 0;
        background: #F6F7F9 url('/assets/data/img/datalab/view/mo/modal_notice_icon.png') no-repeat center 28px ;
        border-top: 1px solid #E0E5EB;
        border-bottom: 1px solid #E0E5EB;
    }
    ._modalAddInfo ._modalCon .step_2 .frm_top {
        background: #F6F7F9 url('/assets/data/img/datalab/view/mo/modal_notice_icon2.svg') no-repeat center 24px;
    }
    ._modalAddInfo ._modalCon .step_3 .frm_top {
        background: #F6F7F9 url('/assets/data/img/datalab/view/mo/modal_notice_icon3.png') no-repeat center 28px ;
    }
    ._modalAddInfo ._modalCon .frm_top .frm_tit {
        font-weight: 700;
        font-size: clamp(15px, 3vw, 19px);
        line-height: 100%;
        letter-spacing: -0.02px;
        color: #282D37;
        margin-bottom: 10px;
    }
    ._modalAddInfo ._modalCon .frm_top .frm_txt {
        font-weight: 500;
        font-size: clamp(12px, 3vw, 16px);
        line-height: 100%;
    }
    ._modalAddInfo ._modalCon .frm_top .frm_txt span {
        display: none;
    }
    ._modalAddInfo ._modalCon .frm_con {
        position: relative;
        margin-top: 0;
        border-top: 0; 
        padding: 24px 20px;
    }
    ._modalAddInfo ._modalCon .frm_con ._tit {
        font-size: clamp(14px, 3vw, 18px);
        color: #282D37;
    }
    ._modalAddInfo ._modalCon .frm_con .univ_rdo_wrp .rdo_wrp {
        display: block !important;
        margin-bottom: 20px;
    }
    ._modalAddInfo ._modalCon .frm_con .major_rdo_wrp .rdo_wrp {
        margin-right: 40px;
    }
    ._modalAddInfo ._modalCon .frm_con .rdo_wrp input[type="radio"]+label {
        font-size:  clamp(16px, 3vw, 20px);
    }

    input.iptText {
        width: 100%;
        height: 48px;
        line-height: 46px;
        font-size:  clamp(16px, 3vw, 20px);
    }

    .srcBox.__univSrch {
        width: 100%;
    }

    .cls_info ._inBlock, .lng_wrp, .crt_wrp, .info_lng_wrp, .etc_chk_wrp, .award_chk_wrp {
        display: block !important;
    }
    .cls_info ._ml20, .lng_wrp, .crt_wrp, .etc_chk_wrp, .award_chk_wrp {
        margin-left: 0 !important;
    }
    select.frmSlc {
        width: 100%;
        height: 48px;
        line-height: 46px;
        font-size:  clamp(16px, 3vw, 20px);
    }

    .cls_info .cls_slc {
        margin-bottom: 32px;
    }
    
    input.iptText2 {
        width: 62%;
    }
    select.frmSlc2 {
        width: 38%;
    }
    input.spc_mjcr_ipt {
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .date-wrapper {
        width: 45%;
    }
    .btn_wrp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
        border-top: 1px solid #E4E4E4;
        background-color: #fff;
    }
    button.basic_btn {
        width: 100%;
        height: 40px;
        line-height: 38px;
        background-color: #2561FA;
        font-size:  clamp(14px, 3vw, 18px);
        color: #fff;
        font-weight: 700;
    }
    .info_box {
        margin-top: 10px;
        width: 100%;
    }
    .info_box ._tit {
        color: #858585;
        margin-bottom: 12px;
    }
    input.iptText4 {
        width: 82%;
    }
    .chk_wrp input[type=checkbox].chk_box + label {
        font-size:  clamp(16px, 3vw, 20px);
        padding-right: 7px;
    }
    .info_lng .chk_wrp._ml60 {
        margin-left: 0 !important;
        margin-top: 18px;
    }
    .info_lng select.frmSlc3 {
        width: 82%;
        margin-top: 18px;
    }

    .lng_scr_etc_wrp {
        display: block !important;
        margin-top: 8px;
    }
    input.iptText5  {
        border: 1px solid #CBD3DE;
        border-radius: 5px;
        margin-bottom: 8px;
    }
    
    input.iptText6 {
        width: 89%;
        border: 1px solid #CBD3DE;
        border-radius: 5px;
        margin-bottom: 8px;
        text-align: left;
        padding-left: 10px;
    }

    input.iptText6:first {
        width: 100%;
    }

    button.add_btn {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }
    .step2_btn_wrp button.basic_btn, .step3_btn_wrp button.basic_btn {
        width: 48%;
        color: #fff;
        margin-left: 0 !important;
    }
    .step2_btn_wrp button.basic_btn2, .step3_btn_wrp button.basic_btn2 {
        background-color: #fff;
        border: 1px solid #2561FA;
        color: #2561FA;
        margin-right: 10px;
    }
    input.iptText7 {
        width: 89%;
    }
    .add_spc_crt {
        width: 100%;
    }
    .spc_crt_wrp, .award_wrp, .etc_contest_wrp, .undrStdn_wrp {
        margin-bottom: 12px;
    }
    .ipt_wrp:last-child input.iptText8, input.iptText8{
        margin-bottom: 10px;
    }    
    select.frmSlc4 {
        width: 85%;
        margin-left: 0 !important;
    }
    input.iptText9 {
        margin-left: 0 !important;
        margin-bottom: 8px !important;
    }
    .rdo_wrp input[type="radio"] + label span {
        width: 70px;
    }
    .line_dv2, .line_dv {
        width: 100%;
    }
    .edu_wrp, input.iptText10, .career_wrp {
        margin-bottom: 10px;
    }
    input.iptText11._ml8, .career_wrp .chk_wrp._ml8 {
        margin-left: 0 !important;
    }
    .add_ipt {
        margin-top: 12px;
    }
}

/*pc*/
@media screen and (min-width: 1024px) {
    
}

