/* 내이력서 열람기업 Board_type1 */
.Board {
    float: left;
    position: relative;
    margin-bottom: 100px;
    margin-top: 50px;
}

.Board .Board_type1 {
    width: 100%;
    border-top: 4px solid #58595B;
    border-bottom: 4px solid #58595B;
    table-layout: fixed;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.Board .Board_type1 thead th {
    font-family: Pretendard-Medium;
    border-bottom: 1px solid #58595B;
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
    font-size: 15px;
    line-height: 20px;
    color: #414042;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    margin-right: 10px;
    transform: skew(-0.1deg);
}

.Board .Board_type1 thead th:nth-of-type(1) {
    border-right:hidden;
    text-align: right;
}

.Board .Board_type1 tr input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 7px;
}

.Board .Board_type1 tbody td {
    padding: 10px;
    border-bottom: 0.5px solid #939598;
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
    font-family: Pretendard-Light;
    font-size: 15px;
    color: #414042;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
    transform: skew(-0.1deg);
}


.Board .Board_type1 thead > tr > th:nth-of-type(2),
.Board .Board_type1 tbody > tr > td:nth-of-type(2) {
    /* font-weight: bold; */
    font-size: 14px;
}

.Board .Board_type1 tbody td:nth-of-type(1) {
    border-right: hidden;
    padding:0 42px;
}

.Board .Board_type1 tbody td.none {
    height:250px;
    font-size: 30px;
    color:#939598;
    border-right: 0.5px solid #939598;
    padding: 0 42px;
}

.Board .Board_type1 tbody td .project_btn {
    display:inline-block;
    width: 117px;
    height: 25px;
    border-radius: 25px;
    border:1px solid #6D6E71;
    font-family: Pretendard-Medium;
    font-size: 13px;
    text-align: center;
    color: #414042;
    padding:2px 0;
    cursor: pointer;
}

.Board_type {
    table-layout: fixed;
    width: 100%;
}

/* 내프로필관리 - 이력서 Board_type2 */
.select_wrap {
    display: inline-block;
    border: 1px solid #d6d7d8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff url(/images/mem/select_arrow.png) 95% 50% no-repeat;
    vertical-align: middle;
}

.select_wrap select {
    font-family: Pretendard-Light;
    font-size: 16px;
    transform: skew(-0.1deg);
    width: auto;
    min-width: auto;
    margin: 0;
    padding: 4px 38px 4px 4px;
    line-height: 24px;
    height: 24px;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    appearance: none;
    box-sizing: content-box;
}

/* IT프로_회원가입_NCS 직무자가평가 평가화면(평가전)  */
.Board.type3 {
    margin-top: 20px;
    margin-bottom: 0;
    /*CHM edit*/
    max-width: 1200px;
    display: inline-block;
}

.Board.type3 .tb_name {
    margin-left: 40px;
    padding: 5px 0;
}

.Board .Board_type3 {
    width: 100%;
    border-top: 4px solid #58595B;
    table-layout: fixed;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.Board .Board_type3 thead th {
    font-family: Pretendard-Bold;    
    border-bottom: 1.313px solid #58595B;
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
    font-size: 14px;
    line-height: 20px;
    color: #414042;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    margin-right: 10px;
}

.Board .Board_type3 tbody td {
    padding: 15px 5px;
    border-bottom: 0.5px solid #939598;
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
    font-family: Prdtendard-Bold;
    font-size: 14px;
    color: #414042;
    line-height: 20px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    word-break: break-all;
    /* transform: skew(-0.1deg); */
}

.Board .Board_type3 tbody td.lev {
    text-align: center;
    line-height: 25px;
}

.Board .Board_type3 tbody td.radio {
    text-align: center;
}

/*CHM edit*/
.Board .Board_type3 tbody td.score .flag {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color:#fff;
    background-color: #EF4136;
    padding:0 7px;
    font-family: Pretendard-Bold;
    font-size: 11px;
    width: 100%;
}
.Board .Board_type3 tbody tr td.score.btn {
    padding: 5px;
}
.Board .Board_type3 tbody tr td.score .btn_change {
    background: url("/images/btn_supply_change.png") no-repeat;
    color: #fff;
    border: none;
    width: 185px;
    height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    cursor: pointer;
}
.Board .Board_type3 tbody tr td.score .btn_approve {
    background: url("/images/btn_supply_approve.png") no-repeat;
    color: #fff;
    border: none;
    width: 185px;
    height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    cursor: pointer;
}
.Board .Board_type3 tbody tr td.score .btn_withdrawal {
    background: url("/images/btn_supply_withdrawal.png") no-repeat;
    color: #fff;
    border: none;
    width: 185px;
    height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    cursor: pointer;
}
.Board .Board_type3 tbody tr td.score.np {
    font-family: Pretendard-Medium;
    color:#919396;
}

.Board .Board_type3 tr {
    border-left: hidden;
    border-right: hidden;
}

.Board .Board_type3 tbody tr.sum {
    background-color: #F1F2F2;
    border-bottom: 1.5px solid #58595B;
}

.Board .Board_type3 tbody tr td.score {
    position: relative;
    text-align: center;
    height: 45px;
}
.Board .Board_type3 tbody tr td.score .gradeimg {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    /* margin: 2px 0; */
    text-align: center;
    width: 70px;
}
.Board .Board_type3 tbody tr td.score .gradeimg img {
    /* width: 33px; */
    width: 75px;
    height: auto;
    margin: 0;
    padding: 0;
}


/* IT프로_회원가입_NCS 직무자가평가 평가화면(평가후)  */
.Board .Board_type3 tbody tr.sum2 td {
    text-align: center;
    font-family: Pretendard-Bold;
    font-size: 16px;
}

/* 클라이언트 관리총괄 전체프로젝트 */
.Board .Board_type3.demand {
    width: 1100px;
    border-bottom: 4px solid #58595B;
    margin-top: -15px;
}

.Board .Board_type3 tbody tr td.score .btn.change {
    background-color: #F47245;
    color:#fff;
    border:none;
    padding-right: 2px;
    margin-left: 7px;
}

.Board .Board_type3 tbody tr td .btn.dt {
    float:right;
    border: 1px solid #BCBEC0;
    border-radius: 20px;
    padding: 1px 12px;
    cursor: pointer;
    margin-right: 5px;
}

.Board .Board_type3 tbody tr td.project p {
    float:left;
    width: 350px;
    padding-top: 3px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Board .Board_type3.demand tr {
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
}

.Board .Board_type3 tbody tr td.score .new {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color:#fff;
    background-color: #EF4136;
    padding:0 7px;
    font-family: NanumSquareB;
}

.Board .Board_type3 tbody td.none {
    height:250px;
    font-size: 30px;
    color:#939598;
    border-right: 0.5px solid #939598;
    padding: 0 42px;
    text-align: center;
}

/* 클라이언트 관리총괄 마이페이지 */
.Board .Board_type3.current {
    border-bottom: 4px solid #58595B;
    margin-top: -10px;
}

.Board .Board_type3 tbody tr td span.score.ap {
    font-family: NanumSquareB;
    color:#2D8CAD;
}

.Board .Board_type3 tbody tr td.score.imp {
    font-family: NanumSquareB;
    color:#F47245;
}

/* 관심인재 */
.Board .Board_type3.human {
    /*CHM edid*/
    /* width: 690px; */
    border-top:none;
}

.Board .Board_type3.human tbody td {
    font-size: 16px;
}

.Board .Board_type3.human thead th {
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-family: Pretendard-Light;
    color: #6D6E71;
}

.Board .Board_type3.human tbody td {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

/* .Board.type3.human {
    max-height: 755px;
    overflow-x: hidden;
    overflow-y: auto;
} */

.Board .Board_type3.human tbody td {
    padding: 5px;
}

.Board .Board_type3.human tbody tr {
    cursor: pointer;
}

.Board .Board_type3.human tbody tr.empty {
    height: 47px;
    cursor: default;
}


/*인재찾기 목록-hover*/
.Board .Board_type3.human tbody tr:hover {
    /* background: url("/images/hover_show.png") no-repeat;
    background-position: 99% 0px; */
    background: url("/images/hover_show2.png") no-repeat;
    background-position: right 1px;
}

.Board .Board_type3.human tbody tr.click {
    /* background: url("/images/click_show.png") no-repeat;
    background-position: 99% 0px; */
    background: url("/images/click_show2.png") no-repeat;
    background-position: right 1px;
}

.Board .Board_type3 tbody td.none.human {
    font-size: 30px;
}

.Board .Board_type3 tbody tr td.score span.duty {
    display: inline-block;
    /*CHM edit*/
    /* width: 118px; */
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: text-top;
}

/*  ncs 직무 자가진단 평가결과 팝업 */
.notice_popup.ncs .Board.type3 {
    width: 1011px;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    border-top: 4px solid #58595B;
    margin-top: 50px;
    margin-left: 59px;
}

.notice_popup.ncs .Board.type3 thead tr th {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 99;
    border-bottom: hidden;
    font-weight: 600;
    color:#707070;
}

.notice_popup.ncs .Board.type3 thead tr th:before {
    content:"";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -1px;
    background-color: #b0b0b1; 
}

/* 인터뷰 요청 */
.Board .Board_type3.human.itv {
    /* width: 700px; */
    width: 1160px;
    border-top: none;
    margin-bottom: 20px;
}

.Board .Board_type3.human.itv tbody tr:hover {
    /* background: url("/images/itv_hover_show.png") no-repeat;
    background-position:101% -1px; */
    background: url("/images/itv_hover_show2.png") no-repeat;
    background-position: right;
}

.Board .Board_type3.human.itv tbody tr.click {
    /* background: url("/images/itv_click_show.png") no-repeat;
    background-position:101% -1px; */
    background: url("/images/itv_click_show2.png") no-repeat;
    background-position: right;

}

.Board .Board_type3.human.itv tbody tr {
    height: 49px;
}

.Board .Board_type3.human.itv tr td {
    position: relative;
}
.Board .Board_type3.human.itv tr td.score img {
   
}

.Board .Board_type3.human.itv tr td p.result {
    position: absolute;
    top: 13px;
    left: 40px;
    font-size: 15px;
    color:#414042;
    transform: skew(-0.1deg);
    text-align: center;
}

.Board .Board_type3.human.itv tr td p.result.change {
    top: 17px;
}

.Board .Board_type3.human.itv tr td img.change{
    position: absolute;
    top: -7px;
    left: 51px;
}

.Board .Board_type3 tbody tr td.score.change {
    color:#fff;
}

.Board .Board_type3.human.itv tr td p.result.in {
    top: 16px;
}

/* 클라이언트 프로젝트담당 내프로젝트 */
.Board.type3.pt {
    float:left;
    margin-top: -15px;
    max-height: 390px;
    overflow-x: hidden;
    overflow-y: auto;
}

.Board.type3.pt .Board_type3.human {
    width: 734px;
    margin-left: 35px;
    margin-right: 20px;
}

.Board.type3.pt .Board_type3.human tbody tr {
    border-bottom: 1px dotted #6D6E71;
}

/* .Board.type3.pt .Board_type3.human tbody tr:hover {
    background: url("/images/itv_hover_show.png") no-repeat;
    background-position:0% -1px;
    background: transparent; 
    cursor: default;
}

.Board .Board_type3.human tbody tr.click {
    background: url("/images/click_show.png") no-repeat;
    background-position:99% 0px;
} */

.Board.type3.pt::-webkit-scrollbar {
    width: 10px;
    border-radius: 20px;
    background: rgb(226, 226, 226);
}

.Board.type3.pt::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 20px;
    background-color: #BABCBE;
}

.Board.type3.pt .Board_type3.human tbody tr td .evl_btn {
    color:#EB1C24;
    font-size: 14px;
    text-align: center;
    transform: skew(-0.1deg);
    border:1px solid #EB1C24;
    border-radius: 20px;
    padding: 3px 0;
    cursor: pointer;
}

.Board.type3.pt .Board_type3.human tbody tr td .evl_btn.show {
    color:#414042;
    border:1px solid #BCBEC0;
}

.Board.type3.pt .Board_type3.human tbody tr td .evl_btn.cp {
    color:#fff;
    background: #BABCBE;
    border:none;
    cursor: default;
}

/*CHM add - download btn*/
.btn-humaninfo {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    /* width: 248px; */
    cursor: pointer;
}
.btn-humaninfo p {
    position: relative;
    top: -32px; 
    padding-left: 34px;
}

/* C */
.humaninfo-box {
    margin-left : 80px;
}

.humaninfo-box.dco {
    /* margin-left: 0;
    display: flex;
    float: right; */
    margin-left: 0;
    display: flex;
    float: right;
    width: 100%;
    justify-content: flex-end;
    background: #fff;
    border-right: 3px solid;
    border-left: 3px solid;
}

.humaninfo-box.dco2 {
    margin-left: 0;
    /* width: 100%; */
    /* background: #fff; */
    position: absolute;
    right: 1px;
    top: -60px;
}

.humaninfo-box.dco .btn-humaninfo {
    /* width: 282px;
    top : -42px;
    height: 37px;
    right: 3px; */
    display: flow;
    width: fit-content;
    margin: 0;
    height: 43px;
}

.humaninfo-box.dco .btn-humaninfo p {
    top: -33px;
}
.humaninfo-box.dco .btn-humaninfo.particiStatus {
    margin-right: -21px;
    top : -43px;
}

.humaninfo-box.dco2 .btn-humaninfo.particiStatus2 {
    /* margin-right: 3px; */
    /* top : 19px; */
}

/* 인재평가하기 */
.Board .Board_type3.hr_evl {
    border-top: none;
    margin-bottom: 80px;
}

.Board .Board_type3.hr_evl thead th.rank {
    font-family: NanumSquareEB;
    font-size: 26px;
    color:#B9CC00;
}

.Board .Board_type3.hr_evl thead th.rank span {
    display: block;
    font-family: NanumSquareB;
    font-size: 13px;
    color:#231F20;
    margin-top: 3px;
}

.Board .Board_type3.hr_evl td textarea.evl {
    width: 910px;
    height: 110px;
    margin-left: 5px;
    padding:10px;
    font-family: Pretendard-Medium;
    font-size: 14px;
    color: #414042;
    line-height: 25px;
}

/* IT프로 찾기 */
.Board .Board_type3.human.tech {
    /*CHM edit*/
    /* width: 585px; */   
    /* float:right; */
    width: 100%;
    max-width: 1070px;
}

.Board .Board_type3.human .flag_bl {
    background-color: #0165FF;
    color: #fff;
    font-size: 12px; 
    border-radius: 20px; 
    text-align: center; 
    width: 73px; 
    padding: 4px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}
.Board .Board_type3.human .flag_bl.drk {
    background-color: #3A3E47;
}
.Board.type3.tech .Board_type3.human.tech tbody tr.empty:hover {
    background: transparent;
}

.Board .Board_type3.human.tech tbody tr:hover {
    /* background: url("/images/hover_show.png") no-repeat;
    background-position:99% 0px; */
    /*CHM edit*/
    background: url("/images/hover_show2.png") no-repeat;
    background-position: 5px 1px;
}

.Board .Board_type3.human.tech tbody tr.click {
    /* background: url("/images/click_show.png") no-repeat; 
    background-position:99% 0px; */
    /*CHM edit*/
    background: url("/images/click_show2.png") no-repeat;
    background-position: 5px 1px;
}

.Board .Board_type3.human.tech tbody.inter tr:hover {
    /* background: url("/images/hover_show.png") no-repeat;
    background-position:99% 0px; */
    background: url("/images/hover_show3.png") no-repeat;
    background-position: 114px 1px;
}

.Board .Board_type3.human.tech tbody.inter tr.click {
    /* background: url("/images/click_show.png") no-repeat; 
    background-position:99% 0px; */
    background: url("/images/click_show3.png") no-repeat;
    background-position: 114px 1px;
}

/* 파트너사 - 프로젝트 현황 */
.Board .Board_type3.sco tbody tr td.project p {
    float: left;
    width: 245px;
    padding-top: 3px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Board .Board_type3.sco tbody tr td img {
    vertical-align: bottom;
}

.Board .Board_type3.sco tbody td {
    padding: 10px 5px;
}

.Board .Board_type3.sco tbody td.project {
    position: relative;
}

.Board .Board_type3.sco tbody td .rc_tag {
    position: absolute;
    top: 0.5px;
    left:0.5px;
    padding:0 7px;
    text-align: center;
}

/* .Board .Board_type3.admin.total td.score .rc_tag .rc_mark_black */
.Board .Board_type3.sco tbody td .rc_tag .rc_mark_black {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: black;
    color: white;
    margin-left: -8px;
    margin-top: -1px;
}




/* 프로젝트 담당 - 프로젝트 지원인재 */
.Board.type3.sp_human {
    /* margin-top: -15px; */
    margin-top: 0;
}

.Board.type3.sp_human .Board_type3.human.itv tr td.field {
    /* padding-left: 46px; */
    padding-left: 10px;
    text-align: center;
}

.Board.type3.sp_human .Board_type3.human.itv tr td.field div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Board.type3.sp_human .Board_type3.human.itv tr td.score img {
    width: 75px;    
}

.Board.type3.sp_human .Board_type3.human.itv tr td.score .itv_img {
    /* width: 80%; */
    width: 23px;
}

/* 적립포인트 화면 */
.main-contents.point .Board.type3.point .Board_type3 {
    width: 1070px;
    margin-left: 60px;
}




/* 관리자 계정 */
/* IT프로 - 이력서 및 기술등급관리 */
.Board .Board_type3.admin {
    width: 1255px;
    margin-left: 40px;
    border-bottom: 4px solid #58595B;
}

.Board .Board_type3.admin.other {
    width: 100% !important;
    margin-left: 0px !important;
}

.Board .Board_type3.admin tr {
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
}

.Board .Board_type3.admin tr.new {
    background: #FFF0F0;
}

.Board .Board_type3.admin thead th {
    padding: 10px 0;
    background-color: #E8ECED;
}

.Board .Board_type3.admin thead th:last-child {
    background: #E8ECED;
}

.Board .Board_type3.admin tbody td {
    padding: 7px 5px;
}

.Board .Board_type3.admin tr td .mark {
    width: 13px;
    height: 13px;
    border-radius: 15px;
    background: #17A1FF;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 2px;
}

.Board .Board_type3.admin tr td .mark.rq {
    background: #EF4136;
}

.Board .Board_type3.admin tr td .mark.cp {
    background: #FBCE09;
}

.Board .Board_type3.admin tbody tr td.score.name {
    cursor: pointer;
}

.Board .Board_type3.admin tbody tr td.score.resume {
    /* background: #E8ECED; */
    transform: none; /* C */
}

/* .Board .Board_type3.admin tbody tr td.score:last-child {
    background: #E8ECED;
} */

.Board .Board_type3.admin tbody tr td.score.resume .reject {
    /* background: #E8ECED; */
    color: #ef4136;
}

.Board .Board_type3.admin tbody tr td.score.resume .btn {
    /* display: block; CHM edit */
    border-radius: 20px;
    border:1px solid #6D6E71;
    background: #fff;
    padding: 3px;
    cursor: pointer;
    min-width: 110px;
}
.Board .Board_type3.admin tbody tr td.score.totalPrj .totalPrjBtn {
    border-radius: 20px;
    border:1px solid #6D6E71;
    background: #fff;
    display: inline-block; /*버튼이 인라인 블록 요소로 표시되도록 함*/
    padding: 3px;
    min-width: 110px;
    cursor: pointer;
    /* text-align: center; */
    margin-left: 30px; /* 숫자와 버튼 사이 간격 */
}
.Board .Board_type3.admin tbody tr td.score.name.btn {
    /* display: block; CHM edit */
    border-radius: 20px;
    border:1px solid #6D6E71;
    background: #fff;
    padding: 3px;
    cursor: pointer;
    min-width: 110px;
}
.Board .Board_type3.admin tbody tr td.score.resume .btn.rq {
    color:#fff;
    background: #17A1FF;
    border:none;
}


.Board .Board_type3.admin tbody tr td.score .new {
    width: 44px;
    left: -1px;
    top: -1px;
}

/* 클라이언트 - 관리총괄 */
.Board .Board_type3.admin tbody tr td.score.apvl {
    font-family: NanumSquareB;
    font-size: 15px;
    /* transform: skew(-0.1deg); */
    /* background: #E8ECED; */
}


.Board_type3.admin tr td .state {
width: 12px;
height: 12px;
border-radius: 12px;
display: inline-block;
margin-right: 7px;
vertical-align: middle;
}

.Board_type3.admin tr td .state.pf {
background-color: #17a1ff;
}

/* 제안단계 제거 */
/* .Board_type3.admin tr td .state.us {
background-color: black;
} */

.Board_type3.admin tr td .state.ep {
background-color: #f7dd6d;
}

.Board_type3.admin tr td .state.cp {
background-color: #6d6e71;
}

.Board_type3.admin tr td .state.stop {
background-color: #eb1c24;
}

/* 이력서 검토 */
.Board.type3.career {
    float: none;
}
#adm-wrap .Board.type3.career {
 display: flex;
 justify-content: center;
 margin: 0 auto;
}

.Board.type3.career .Board_type3 {
    width: 870px;
}

.Board.type3.career .Board_type3 thead th {
    border-left: none;
    border-right: none;
}

.Board.type3.career .Board_type3 tbody td {
    border-left: none;
    border-right: none;
}

.Board.type3.career .Board_type3 tr {
    border-left: 0.5px solid #babbbd;
    border-right: 0.5px solid #babbbd;
}

/* 파트너사 정보관리 */
.Board.sp .Board_type3 tbody tr td.score .new {
    width: 52px;
}

.Board.sp .Board_type3 tr {
    height: 63px;
}

/* 클라이언트 프로젝트 리스트 */
.Board .Board_type3.prj {
    width: 1255px;
    margin-left: 40px;
    border-bottom: 4px solid #58595B;
}

.Board .Board_type3.prj tr {
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
}

.Board .Board_type3.prj tbody tr td.score.name {
    cursor: pointer;
}

.Board .Board_type3.prj tbody tr td.score p {
    display: inline-block;
}

.Board .Board_type3.prj tbody tr td.score.rc {
    padding: 7px;
}

.Board .Board_type3.prj td.score.name .rc_tag .rc_mark_red {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: red;
    color: white;
    margin-left: -6px;
    margin-top: -16px;
}

/*클라이언트-프로젝트 지원인재 PRJ305M01 CHM edit*/
.Board .Board_type3.prj.list-all {
    width: 1200px;
}
.Board .Board_type3.prj.list-all thead th {
    padding: 10px 0;
    background-color: #E8ECED;
}
.Board .Board_type3.prj.list-all td.score .rc_tag .rc_mark {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: #CBE052;
    border:1px solid #006838;
    margin-left: -8px;
    margin-top: -1px;
}

.Board .Board_type3.prj.list-all td.score .rc_tag .rc_mark_black {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: black;
    color: white;
    margin-left: -8px;
    margin-top: -1px;
}

.Board .Board_type3.prj.list-all td.score .rc_tag .rc_mark_red {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: red;
    color: white;
    margin-left: -8px;
    margin-top: -1px;
}

.Board .Board_type3.prj.list-all td.score .rc_tag {
    position: absolute;
    top: 0.5px;
    left:0.5px;
    width: 60px;
    height: 40px;
    padding:0 7px;
}
.Board .Board_type3.prj.list-all td.score.resume .mem {
    display: inline-block;
    padding: 0 10px;
    text-align: right;
    min-width: 55px;
}
.Board .Board_type3.prj.list-all td.score.name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Board .Board_type3.prj.list-all td.score.prj-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.Board .Board_type3.prj.list-all td.score.prj-name .project {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 340px;
    display: inline-block;
}

/*클라이언트-프로젝트 지원인재 PRJ305M01 HCY edit*/
.Board .Board_type3.prj.list-all td.score .state {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 8px;
}

.Board .Board_type3.prj.list-all td.score .state.pf {
    background: #17a1ff;
}

.Board .Board_type3.prj.list-all td.score .state.us {
    background: #000;
}

.Board .Board_type3.prj.list-all td.score .state.ep {
    background: #FBCE09;
}

.Board .Board_type3.prj.list-all td.score .state.cp {
    background: #6d6e71;
}

/* IT프로 최종 정보 관리 */
.Board .Board_type3.admin.special tr {
    height: 69px;
}

.Board .Board_type3.admin.special td.score img.itv {
    vertical-align: middle;
    margin-right: 4px;
}

/* IT프로 최종 정보 관리 - 내 이력서 열람기업 보기 */
.Board.type3.reading .Board_type3.admin {
    width: 1215px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.Board.type3.reading .Board_type3.admin thead th:last-child {
    _background: none;
}

.Board.type3.reading .Board_type3.admin tr {
    height: 45px;
}

/* IT프로 최종 정보 관리 - ncs 직무자가평가 보기 */
.Board .Board_type3.ncs-type {
    table-layout: fixed;
    position: relative;
    width: 100% !important;
    margin-top: 20px;
}

/* IT프로 최종 정보 관리 - 그레이트프로 IT프로 평가 */
.Board.type3.admin .Board_type3.hr_evl {
    width: 1215px;
    border-top: 4px solid #58595B;
    border-bottom: 4px solid #58595B;
    margin-left: 30px;
}

.Board.type3.admin .Board_type3.hr_evl thead th.rank {
    font-size: 19px;
    color: #414042;
}

.Board.type3.admin .Board_type3.hr_evl tbody tr td.score.sum {
    text-align: right;
    padding-right: 110px;
}

.Board.type3.admin .Board_type3.hr_evl tbody tr.sum td {
    font-family: NanumSquareB;
    background-color: #fff;
}

.Board.type3.admin .Board_type3.hr_evl tbody tr.sum {
    border-top: 2px solid #a4a5a7;
}

.Board.type3.admin.opinion {
    margin-top: -25px;
}

.Board.type3.admin.opinion .Board_type3.hr_evl td textarea.evl {
    width: 923px;
    height: 115px;
    padding: 10px;
    font-family: Pretendard-Medium;
    font-size: 14px;
    color: #414042;
    line-height: 25px;
    margin-left: -2px;
    margin-top: -1px;
    margin-bottom: -7px;
}

.Board.type3.admin.opinion .Board_type3.hr_evl td.textarea {
    padding: 0;
}

/* 모집중인 프로젝트 */
.Board.type3.itv {
    display: none;
    margin-top: -35px;
    margin-bottom: 30px;
}

.Board.type3.itv.show {
    display: block;
}

.Board.type3.itv.show.top0 {
    margin-top: 0px!important;
}

.Board.type3.itv .Board_type3.admin {
    width: 1160px;
    margin-left: 80px;
    border-bottom: none;
}

.Board.type3.itv .Board_type3.admin thead th:last-child {
    _background: none;
}

.Board.type3.itv .Board_type3.admin thead th:last-child .select_wrap {
    width: 170px;
}

.Board.type3.itv .Board_type3.admin tbody tr {
    height: 68.5px;
}

.Board.type3.itv .Board_type3.admin tbody tr td.score.member_input {
    font-family: NanumSquareB;
    font-size: 14px;
}

.Board.type3.itv .Board_type3.admin tbody tr td.itv_date img {
    vertical-align: middle;
    margin-bottom: 6px;
    margin-right: 5px;
}

.Board.type3.itv .Board_type3.admin tbody tr td.rp_input img {
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 5px;
}

.Board.type3.itv .Board_type3.admin tbody tr td.rp_input p {
    display: inline-block;
}

.Board.type3.itv .Board_type3.admin tbody tr td.itv_date p {
    display: inline-block;
}

/* 프로젝트 관리 - 수행중인 프로젝트 */
.Board.type3.itv .Board_type3.admin tbody tr td.score.resume {
    background: #fff;
}

.Board.type3.itv .Board_type3.admin tbody tr td.score.resume.rq .btn {
    color:#EB1C24;
    border:1px solid #EB1C24;
}

.Board.type3.itv .Board_type3.admin tbody tr td.score img.gradeimg {
    width: 70px;
    height: auto;
}

/* 전체 프로젝트 */
.Board .Board_type3.admin.total tr {
    height: 48px;
}

.Board .Board_type3.admin.total td.score .rc_tag .rc_mark {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: #CBE052;
    border:1px solid #006838;
    margin-left: -8px;
    margin-top: -1px;
}

/* 제안단계 제거 */
/* .Board .Board_type3.admin.total td.score .rc_tag .rc_mark_black {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: black;
    color: white;
    margin-left: -8px;
    margin-top: -1px;
} */

.Board .Board_type3.admin.total td.score .rc_tag .rc_mark_red {
    width: 60px;
    height: 20px;
    float: left;
    font-family: NanumSquareB;
    font-size: 12px;
    transform: skew(-0.1deg);
    background-color: red;
    color: white;
    margin-left: -8px;
    margin-top: -1px;
}

.Board .Board_type3.admin.total td.score .rc_tag {
    position: absolute;
    top: 0.5px;
    left:0.5px;
    width: 60px;
    height: 40px;
    padding:0 7px;
}

/* 포인트 관리 */
.main-contents.point.manage .Board.type3.point .Board_type3 {
    width: 1200px;
    margin-left: 30px;
    border-top: none;
}

.Board.type3.point .Board_type3 {
    width: 1200px;
    margin-left: 30px;
    border-top: none;
}

.Board.type3.point .Board_type3 td {
    border-right: hidden;
    border-bottom: hidden;
}

.Board.type3.point .Board_type3 th {
    border-right: hidden;
    border-bottom: 1px solid #979799;
}

.Board.type3.point .Board_type3 td img {
    vertical-align: middle;
}

.Board.type3.point .Board_type3 td.score img.btn {
    cursor: pointer;
    border: none;
}

.Board.type3.point .Board_type3 td.score.cf p {
}

.Board.type3.point .Board_type3 td.score.cf p.ud {
    color:#EF4136;
}

.Board.type3.point .Board_type3 td.score.cf p.cf {
    color:#008FFF;
}

.Board.type3.point .Board_type3 td.none {
    border-bottom: 0.5px solid #939598;
}

.Board.type3.point .Board_type3 tr {
    height: 51px;
}

.Board.type3.point .Board_type3 td {
    padding: 10px 5px;
    font-family: Pretendard-Medium;
}

.Board.type3.point .Board_type3 td.score.amount {    
    text-align: right;
    font-family: Pretendard-Bold;
}

/* 탈퇴 회원 */
.Board.type3.exit .Board_type3.admin th:last-child {
    _background-color: #fff;
}

/* ocr 화면 */
.Board.type3.ocr .Board_type3.admin {
    width: 635px;
    border-top: none;
    border-bottom: none;
    margin-left: 0;
    margin-top: 13px;
}

.Board.type3.ocr .Board_type3.admin thead {
    background-color: #E8ECED;
}

.main-contents.hr.agent .Board.type3.ocr .Board_type3.admin thead th:last-child {
    background-color: #E8ECED;
}

.Board.type3.ocr .Board_type3.admin tr {
    height: 52px;
    border-left: none;
    border-right: none;
}

.Board.type3.ocr .Board_type3.admin thead tr th {
    text-align: left;
    padding-left: 5px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.Board.type3.ocr .Board_type3.admin td {
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid #c7c9cc;
}

.Board.type3.ocr .Board_type3.admin td p.output {
    color:#17A1FF;
}

.Board.type3.ocr .Board_type3.admin td p.output span.false {
    color:#ED1C24;
}

.Board.type3.ocr .Board_type3.admin td p.output.cf {
    color:#ED1C24;
}

/* 운영관리 - NCS 관리 */
.Board.type3.cf {
    margin-bottom: 60px;
}

.Board.type3.cf .cf_title {
    margin-top: -31px;
    margin-left: 40px;
    padding-bottom: 15px;
    font-size: 21px;
    text-align: center;
    border-bottom: 1px solid #9ca2ae;
    /*CHM add*/
    width: 1255px;
}

.Board.type3.cf .catg {
    margin-left: 40px;
    padding: 10px 0;
    font-size: 15px;
    text-align: right;
    transform: skew(-0.1deg);
    /*CHM add*/
    display: flex;
    justify-content: flex-end;
    width: 1255px;
}

.Board.type3.cf th {
    border-left: hidden;
    border-right: hidden;
}

.Board.type3.cf tbody tr td {
    border-left: hidden;
    border-right: hidden;
}

.Board.type3.cf tbody tr:hover {
    background-color:rgba(23, 161, 255, 0.2);
}

.Board.type3.cf tbody tr.none:hover {
    background-color:#fff;
}

.Board.type3.cf tbody tr.click {
    background-color:rgba(23, 161, 255, 0.2);
}

.Board.type3.cf tbody tr td img {
    vertical-align: middle; 
    cursor: pointer;
}

.Board.type3.cf tbody tr td.score input[type=text] {
    width: 125px;
}

.Board.type3.cf .plus_btn {
    margin-top: 20px;
    text-align: center;
}

.Board.type3.cf .plus_btn img {
    cursor: pointer;
}

.Board.type3.cf thead th {
    border-bottom: 1px solid #58595B;
}

.Board .Board_type3.admin tbody tr td.score.btn {
    background: #E8ECED;
}

.Board.type3.itv.show.dco {
    margin-bottom : 0px;
}

.Board.type3.itv .Board_type3.dco {
    /* width: 930px; */
    /* margin-left: 75px; */
    border-bottom: none;
}

.Board.type3.itv.dco {
    margin-top:-4px;
}

.Board.type3.itv .Board_type3.dco tr {
    border-left: 0.5px solid #939598;
    border-right: 0.5px solid #939598;
}

.Board.type3.itv .Board_type3.dco thead th {
    padding: 10px 0;
    background-color: #E8ECED;
}

.Board.type3.itv .Board_type3.dco tbody tr {
    height: 61.5px;
}

.Board .Board_type3.dco tbody td {
    padding: 7px 5px;
    word-break: keep-all;
}

.Board .Board_type3.dco tbody tr td.score.name {
    cursor: pointer;
}

.txt-center {text-align: center !important;}
.txt-left {text-align: left !important;}
.txt-right {text-align: right !important;}
