
/*신규 모달*/
._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: scroll;
    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;
}