:root {
  /* color */
  --orange-prime : #FF6D00;
  --orange-prime-darken : #FF3D00;
  --notice-alert : #FF5252;
  --notice-em : #486FF9;  
  --black-100: #02000F;
  --black-90: #1B1A21;
  --black-80: #35333F;
  --black-60: #67666F;
  --black-40: #9A999F;
  --black-30: #B3B2B7;
  --black-20: #CCCCCF;
  --black-10: #E6E5E7;
  --bg-light-gray: #FBFBFB;
  --light-gray: #F5F5F5;
  --light-blue: #F5F7FF;
  --bg-light-blue: #E8F2FF;
  --blue : #005FCE;
  --white: #ffffff;
}

.com_list_wrap {
  display: flex;
  margin-top: 40px;
  border-top: 2px solid var(--black-80);
  border-bottom: 2px solid var(--black-80);
}
.com_tab_wrap {
  width: 310px;
  height: 204px;
  border-right: 1px solid var(--black-80);
}
.com_tab_menu {
  display: flex;
}
.com_tab_menu li {
  width: 50%;
  height: 34px;
  padding-top: 10px;
  border-bottom: 1px solid var(--black-100);
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}
.com_tab_menu li.selected {
  background-color: var(--black-80);
  color: var(--white);
}
.com_list {
  height: 170px;
  overflow-y: auto;
}
.com_list li {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 1.3rem;
  cursor: pointer;
}
.com_tab_cont2 {
  display: none;
}
.com_list li.active {
  background-color: var(--bg-light-blue);
  font-weight: 600;
}
.com_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.com_list2 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 930px;
  height: 204px;
  overflow-y: auto;
}
.com_list2 li {
  display: flex;
  align-items: center;
  height: 34px;
  width: 307px;
  padding-left: 24px;
  border-right: 1px solid var(--black-10);
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 1.3rem;
  cursor: pointer;
}
.com_list2 li.active {
  background-color: var(--bg-light-blue);
  font-weight: 600;
}
.com_list2 li:nth-child(3n) {
  border-right: none;
}
.com_list2 li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.com_list2 li.active .part_num {
  font-weight: 400;
}
.company_list2_step2 {
  width: 930px;
}
.com_search_box {
  padding: 20px;
  background-color: #C3D1FF;
  border-bottom: 2px solid var(--black-80);
}
.com_search_row {
  position: relative;
  width: 440px;
  height: 64px;
  margin: 0 auto;
}
.com_search_row:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url(https://image.educe.co.kr/educe/main/ico_search.png) no-repeat left top / cover;
}
.form_com_input {
  width: 440px;
  height: 64px;
  padding: 0 74px 0 54px;
  background-color: var(--white);
  border: none;
  border-radius: 32px;
  font-size:13px
}
.com_search_row .btn_search_go {
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
}
.btn_search_delete2 {
  display: none;
  position: absolute;
  top: 20px;
  right: 50px;
  width: 20px;
  height: 20px;
  background: url(https://image.educe.co.kr/educe/main/ico_delete2.png) no-repeat left top/cover;  
}


.btn_search_delete {
  display: none;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 20px;
  height: 20px;
  background: url(https://image.educe.co.kr/educe/main/ico_delete2.png) no-repeat left top/cover;  
}
.btn_search_go {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: var(--black-60) url(https://image.educe.co.kr/educe/main/ico_arr_white.png) no-repeat center center/16px;
  border-radius: 50%;
}
.btn_search_go:hover {
  background: var(--black-80) url(https://image.educe.co.kr/educe/main/ico_arr_white.png) no-repeat center center/16px;
}

.chart_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.chart_list li {
  width: 292px;
  height: 478px;
  border: 1px solid var(--black-10);
}
.chart_list li:nth-child(4n) {
  margin-right: 0;
}
.chart_top_area {
  height: 286px;
  padding: 20px;
}
.chart_bott_area {
  height: 170px;
  padding: 20px;
  background-color: var(--bg-light-gray);
}
.chart_donut img {
  width: 100%;
}
.chart_tit {
  margin-bottom: 10px;
  font-weight: 700;
  font-size:1rem
}
.cahrt_line img {
  width: 100%;
}
.certi_num_row {
  display: flex;
  padding-top: 40px;
}
.certi_num_row>div {
  width: 50%;
  text-align: center;
}
.certi_tit {
  color: var(--black-80);
  font-size: 1.2rem;
  font-weight: 500;  
}
.certi_num {
  margin-top: 15px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -1.6px;  
}
.average .certi_num {
  color: #2087FF;
}
.mine {
  position: relative;
}
.mine:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: var(--black-10);
}
.mine .certi_num {
  color: var(--black-40);
}
.tbl_search_row {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: -36px;
}
.tbl_search_row .form_input_row {
  margin: 0 10px;
}
.form_input {
    width: 100%;
    height: 44px;
    padding: 10px 30px 10px 10px;
    background-color: var(--white);
    border: 1px solid var(--black-10);
    border-radius: 2px;
    font-size: 13px;
}
.btn_dark_gray2 {
    width: 80px;
    height: 44px;
    background-color: var(--black-60);
    border-radius: 2px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
}
.spec_tab tr td, input {
    font-size: 11px;
    color: #3B4F72;
}
.dt-container {
    margin-top: 20px;
}
.tbl_style {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-80);
}
.tbl_style tr th,
.tbl_style tr td {
  padding: 12px 0;
  font-size: 1.4rem;
}
.tbl_style tr th {
  background: var(--black-80);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;      border: 0;
}
.tbl_style tr td {
  border: 1px solid var(--black-10);
}
.tbl_style tr td:first-child {
  border-left-color: transparent;
}
.tbl_style tr td:last-child {
  border-right-color: transparent;
}
.tbl_style a:hover {
  text-decoration: underline;
}
.tbl_style tr td.td_item {
  padding: 12px 20px;
}
.tbl_style tr td.td_percent {
  padding: 12px 0;
  background-color: #E8F2FF;
  color: #005FCE;
  font-weight: 600;
  text-align: center;
}
.tbl_style tr td.zero {
  background-color: var(--light-gray);
  color: var(--black-40);
}
.tbl_style tr td.padd20 {
  padding: 12px 20px;
}
.career_info {
  position: relative;
}
.career_info_num {
  color: var(--orange-prime-darken);
  text-decoration: underline;
  cursor: pointer;
}
.career_pop {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  min-width: 172px;
  padding: 12px;
  background-color: var(--black-60);
  border-radius: 1px;
  color: var(--white);
  text-align: left;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.career_pop:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--black-60);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.career_pop_tit {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--black-40);
  font-size: 1.4rem;
  font-weight: 600; 
  line-height: 150%; 
}
.career_pop_list {
  margin-top: 6px;
  word-break: keep-all;
}
.career_pop_list li {
  margin-bottom: 6px;
  font-size: 1.3rem;
  line-height: 150%;
}
.career_pop_list li:last-child {
  margin-bottom: 0;
}
.career_pop_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.career_pop_close:before, 
.career_pop_close:after {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 10px;
  height: 12px;
  width: 1px;
  background-color: var(--white);
}
.career_pop_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.career_pop_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbl_pgn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.tbl_pgn li {
  margin: 0 1px;
}
.tbl_pgn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--black-60);
  font-size: 1.4rem;
}
.tbl_pgn li a.active {
  background-color: var(--black-80);
  color: var(--white);
}
.tbl_pgn li a:hover {
  background-color: var(--black-80);
  color: var(--white);
}
.pgn_first span,
.pgn_prev span,
.pgn_next span,
.pgn_last span {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.pgn_first span {
  background: url(https://image.educe.co.kr/educe/pages/ico_first.png) no-repeat left top/cover;
}
.pgn_prev span {
  background: url(https://image.educe.co.kr/educe/pages/ico_prev.png) no-repeat left top/cover;
}
.pgn_next span {
  background: url(https://image.educe.co.kr/educe/pages/ico_next.png) no-repeat left top/cover;
}
.pgn_last span {
  background: url(https://image.educe.co.kr/educe/pages/ico_last.png) no-repeat left top/cover;
}
.tbl_pgn li a.pgn_first:hover,
.tbl_pgn li a.pgn_prev:hover,
.tbl_pgn li a.pgn_next:hover,
.tbl_pgn li a.pgn_last:hover {
  background-color: var(--white);
}
/* 전공별 스펙 */
.major_list_wrap {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-100);
}
.major_step1 {
  width: 310px;
}
.major_step2 {
  width: 930px;
}
.major_step_tit {
  height: 40px;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.major_step1 .major_step_tit {
  border-right: 1px solid var(--black-100);
}
.major_step1_list {
  height: 200px;
  overflow-y: auto;
  border-right: 1px solid var(--black-80);
}
.major_step1_list li {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
}
.major_step1_list li.active {
  background-color: var(--bg-light-blue);
  font-weight: 600;
}
.major_step1_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.major_step2_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 200px;
  overflow-y: auto;
}
.major_step2_list li {
  display: flex;
  align-items: center;
  height: 34px;
  width: 33.29%;
  padding-left: 24px;
  border-right: 1px solid var(--black-10);
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
}
.major_step2_list li.active {
  background-color: #FFF2C5;
  font-weight: 600;
}
.major_step2_list li:nth-child(3n) {
  border-right: none;
}
.major_step2_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.major_step2_list li.active .part_num {
  font-weight: 400;
}

/* 기업별 스펙 */
.company_list_wrap {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-100);
}
.company_step1 {
  width: 310px;
}
.company_step2 {
  width: 930px;
}
.company_step_tit {
  height: 40px;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.company_step1_list .company_step_tit {
  border-right: 1px solid var(--black-100);
}
.company_step1_list {
  height: 200px;
  overflow-y: auto;
  border-right: 1px solid var(--black-80);
}
.company_step1_list li {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
}
.company_step1_list li.active {
  background-color: #ecf0ff
  font-weight: 600;
}
.company_step1_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.company_step2_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  height: 200px;
  overflow-y: auto;
}
.company_step2_list li {
  display: flex;
  align-items: center;
  height: 34px;
  width: 33.3%;
  padding-left: 24px;
  border-right: 1px solid var(--black-10);
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
}
.company_step2_list li.active {
  background-color: #FFF2C5;
  font-weight: 600;
}
.company_step2_list li:nth-child(3n) {
  border-right: none;
}
.company_step2_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.company_step2_list li.active .part_num {
  font-weight: 400;
}
.bullet_tit1 {
  position: relative;
  margin-top: 60px;
  padding-left: 26px;
  color: var(--black-80);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.bullet_tit1.mt0 {
  margin-top: 0;
}
.bullet_tit1:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 21px;
  background: url(https://image.educe.co.kr/educe/pages/bullet1.png) no-repeat left top/100%;
}
.bullet_tit1 span {
  color: var(--orange-prime-darken);
}
.com_chart_area {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.com_chart_area>div {
  width: 600px;
}
.tbl_style.tbl_com {
  margin-top: 0;
  border-bottom: 2px solid var(--black-80);
}
.tbl_style.tbl_com thead th {
  height: 40px;
  padding: 0;
  border-right: 1px solid var(--black-100);
  line-height: 40px;
}
.tbl_style.tbl_com tbody th {
  background-color: var(--light-gray);
  border: 1px solid var(--black-10);
  border-top: none;
  border-left: none;
  color: var(--black-80);
}
.tbl_style th.th_ico {
  padding: 7px 0;
}
.tbl_style.tbl_com tr td {
  border-top: none;
  text-align: center;
}
.com_no_chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-light-gray);
  border: 1px solid var(--black-10);
}
.com_no_chart p {
  width: 100%;
  color: var(--black-60);
  font-size: 1.4rem;
  line-height: 150%;  
  text-align: center;
}
.com_no_chart button {
  margin-top: 20px;
}
.grade_tit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grade_pop_wrap {
  position: relative;
}
.btn_grade {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  background: url(https://image.educe.co.kr/educe/main/ico_note.svg) no-repeat center center/14px;
}
.grade_pop {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  padding: 12px 16px 16px;
  background-color: var(--white);
  box-shadow: 0px 20px 20px 0px rgba(48, 52, 154, 0.08);
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.opic {
  width: 248px;
}
.grade_pop:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid var(--white);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.grade_pop_tit {
  position: relative;
  padding-bottom: 6px;
  color: var(--black-80);
  font-size: 1.4rem;
  font-weight: 600; 
  text-align: left;
  line-height: 150%; 
}
.grade_pop_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.grade_pop_close:before, 
.grade_pop_close:after {
  content: ' ';
  position: absolute;
  top: 4px;
  left: 10px;
  height: 12px;
  width: 1px;
  background-color: var(--black-80);
}
.grade_pop_close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grade_pop_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grade_list {
  display: flex;
  justify-content: space-between;
}
.grade_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 12px;
  border-radius: 2px;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
}
.opic .grade_list li:nth-child(1) {
  background-color: #F49A03;
}
.opic .grade_list li:nth-child(2) {
  background-color: #F2771F;
}
.opic .grade_list li:nth-child(3) {
  background-color: #EF5F2B;
}
.opic .grade_list li:nth-child(4) {
  background-color: #EE4139;
}
.opic .grade_list li:nth-child(5) {
  background-color: #EB2848;
}
.opic .grade_list li:nth-child(6) {
  background-color: #E7114D;
}
.opic .grade_list li:nth-child(7) {
  background-color: #DB0040;
}
.grade_txt {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--black-30);
  font-size: 1.1rem;
  font-weight: 600;  
}
.opic .grade_txt {
  background: url(https://image.educe.co.kr/educe/pages/bg_dot_line1.png) no-repeat center center/175px;
}
.tos {
  width: 280px;
}
.tos .grade_list li {
  display: block;
  padding-top: 5px;
}
.grade_list li span {
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: -0.3px;
  transform: scale(0.6);
}
.tos .grade_list li:nth-child(1) {
  background-color: #F49A03;
}
.tos .grade_list li:nth-child(2) {
  background-color: #F28311;
}
.tos .grade_list li:nth-child(3) {
  background-color: #F2771F;
}
.tos .grade_list li:nth-child(4) {
  background-color: #EF5F2B;
}
.tos .grade_list li:nth-child(5) {
  background-color: #EE4139;
}
.tos .grade_list li:nth-child(6) {
  background-color: #EB2848;
}
.tos .grade_list li:nth-child(7) {
  background-color: #E7114D;
}
.tos .grade_list li:nth-child(8) {
  background-color: #DB0040;
}
.tos .grade_txt {
  background: url(https://image.educe.co.kr/educe/pages/bg_dot_line2.png) no-repeat center center/175px;
}
.tbl_style.tbl_com thead th .grade_pop {
  top: 37px;
}
.tbl_style.tbl_com thead th .grade_list li {
  line-height: 1;
}
.tbl_style.tbl_com thead th .grade_txt {
  line-height: 1;
}
.com_bar_chart {
  width: 100%;
  border: 1px solid var(--black-10);
}
/*
.com_bar_chart img {
  display: block;
  width: 520px;
  margin: 0 auto;
}
*/
.tbl_style.tbl_com thead th .btn_grade {
  position: relative;
  top: 5px;
}
.btn_grade.white {
  background: url(https://image.educe.co.kr/educe/main/ico_note_white.svg) no-repeat center center / 14px;
}
.tab_menu.mt30 {
  margin-top: 30px;
}
.tend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.tend_list li {
  margin-bottom: 32px;
  padding: 20px;
  border: 1px solid var(--black-10);
}
.tend_list li:nth-child(1),
.tend_list li:nth-child(2),
.tend_list li:nth-child(3) {
  width: 392px;
}
.tend_list li:nth-child(4),
.tend_list li:nth-child(5) {
  width: 604px;
}
.tend_list_tit {
  font-weight: 700;
}
.tend_list_desc {
  min-height: 63px;
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 150%; 
}
.chart_radar {
  margin-top: 20px;
}
.chart_radar img {
  display: block;
  margin: 0 auto;
}

/* 나의 합격가능 기업 */
.sub_tit_desc.mt20 {
  margin-top: 20px;line-height:1.5
}
.accept_step {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.accept_step li {
  position: relative;
  width: 242px;
  height: 242px;
  padding-top: 50px;
  background-color: var(--bg-light-blue);
  border-radius: 50%;
  text-align: center;
}
.accept_step li:after {
  content: '';
  position: absolute;
  top: 101px;
  right: -58px;
  width: 32px;
  height: 32px;
  background: url(https://image.educe.co.kr/educe/main/ico_arr_blue.svg) no-repeat center center/cover;
}
.accept_step li:last-child:after {
  display: none;
}
.accept_num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 44px;
  height: 44px;
  background-color: #486FF9;
  border: 3px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;  
}
.accept_step li img {
  width: 140px;
  box-shadow: 0px 20px 20px 0px rgba(48, 52, 154, 0.18);
}
.accept_desc {
  margin-top: 24px;
  font-size: 1.3rem;
  font-weight: 500;  
}
.my_spec_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 20px;
  border-top: 2px solid var(--black-80);
  border-bottom: 2px solid var(--black-80);
}
.my_spec_list>li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-right: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  color: var(--black-80);
  font-size: 1.4rem;
}
.my_spec_list>li:nth-child(5n) {
  border-right: none;
}
.my_spec_list>li>div {
  position: relative;
  width: 50%;
  text-align: center;
  line-height: 120%;
  word-break: break-all;
}
.my_spec_list>li>div:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  color: var(--black-20);
}
.my_spec_list>li>div:last-child:after {
  display: none;
}
.my_spec_list>li>div:nth-child(1) {
  font-weight: 600;
}
.my_spec_list>li>div:nth-child(2) {
  font-weight: 400;
}
.btn_row_center {
  margin-top: 60px;
  text-align: center;
}
.btn_row_center button {
  margin: 0 5px;
}
.tit_style {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 600;  
}
.tit_style span {
  color: var(--orange-prime-darken);
}
.tbl_matching {
  width: 100%;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-80);
}
.tbl_matching thead th {
  height: 40px;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 600;  
  line-height: 40px;
}
.tbl_matching tbody th {
  padding: 12px 16px;
  background-color: var(--light-blue);
  font-size: 1.4rem;
  text-align: left;
  line-height: 120%;
}
.tbl_matching tbody td {
  padding: 12px 30px;
}
.bar_chart_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bar_chart {
  position: relative;
  width: 320px;
  height: 10px;
  background-color: var(--black-10);
}
.bar_chart_percent {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
}
.bar_chart_percent.red {
  background-color: var(--notice-alert);
}
.bar_chart_percent.blue {
  background-color: #81C3FF;
}
.bar_chart_num {
  font-size: 1.2rem;
  font-weight: 500;  
  text-align: right;
}
.modal_slide_bd .bullet_tit1:first-child {
  margin-top: 0;
}
.bullet_tit1.dflex::before {
  top: 4px;
}
.bullet_tit1 .btn_detail_view3 {
  margin-left: 10px;   
}
.bullet_tit1 .btn_detail_view3 span {
  color: var(--black-80);
}
.tit_update_wrap {
  position: relative;
  width: 100%;
}
.tit_update_wrap .update {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 1.2rem;
}
.update span:nth-child(1) {
  color: var(--black-40);
}
.update span:nth-child(2) {
  color: var(--black-60);
}

/* 20260612 커뮤니티 '우리선배 합격기업' 추가 */

/* ------------------------------------ */
/* 우리선배 합격기업 */
/* ------------------------------------ */
.btn_black {
  width: 100%;
  height: 56px;
  background-color: var(--black-80);
  border-radius: 4px;
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.btn_black:hover {
  background-color: var(--black-90);
}
.btn_black:disabled {
  background-color: var(--black-20);
}
.univ_search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
  padding: 60px 0;
  background-color: var(--light-blue);
}
.senior_univ_search,
.senior_major_search {
  display: flex;
  align-items: center;
  gap: 20px;
}
.search_label {
  font-size:18px;
  font-weight: 600;
}
.form_input_row {
    position: relative;
    margin-top: 10px;
}
.form_input_row.mt0 {
  margin-top: 0;
}
.senior_univ_search .form_input_row{
  width: 280px;    align-items: center;
    display: flex;
}
.senior_major_search .form_input_row {
  width: 340px;    align-items: center;
    display: flex;
}
.senior_search_btn {
  width: 200px;
  margin: 40px auto 0;
}
.clr_blue {
    color: #0139ff
}
/* ------------------------------------ */
/* 내 스펙 합격예측 검색 페이지 */
/* ------------------------------------ */
.company_search_box {
  margin-top: 40px;
  border-top: 2px solid var(--black-80);
  border-bottom: 2px solid var(--black-80);
}
.company_part_search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
  background-color: var(--light-blue);
}
.btn_part_select {
  width: 234px;
  height: 44px;
  padding: 10px 30px 10px 10px;
  background-color: var(--white);
  border: 1px solid var(--black-10);
  border-radius: 2px;
  color: var(--black-30);
  font-size: 13px;  
  text-align: left;
}

.blur-filter {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.btn_part_search {
  width: 80px;
}
.btn_part_search button {
  width: 100%;
}

.spec_select_li li {
  border-bottom: 1px solid var(--black-10);
}
.spec_select_row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
}
.spec_select_tit {
  flex-shrink: 0;
  width: 142px;
  font-size: 17px;
  font-weight: 600;
}
.spec_select_option {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 1068px;
}
.spec_select_option>div {
  display: flex;
  align-items: center;
  gap: 10px; 
}

/* 스펙 선택 radio 커스텀 스타일 */
.spec_select_item input[type="radio"],
.spec_select_item input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.spec_select_item label {
  display: inline-block;
  width: 105px;
  padding: 15px 0;
  background-color: var(--light-gray); 
  border: 1px solid transparent;
  border-radius: 50px; 
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  text-align: center;
  transition: all 0.15s ease;
}    
.spec_select_item input[type="radio"]:checked + label,
.spec_select_item input[type="checkbox"]:checked + label {
  background-color: var(--white);
  border-color: var(--black-80);
}
.form_direct_input {
  width: 100px;
}
.spec_select_tit_english {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spec_select_tit_english .form_select_row {
  width: 100px;
}

/* 지원분야 선택 modal */
.modal_part_select {
  width: 400px;
}
.part_select_wrap {
  width: 100%;
  height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 2px solid var(--black-80);
  border-bottom: 2px solid var(--black-80);
}
.part_select_li li {
  padding: 14px 20px 13px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;  
}
.part_select_li li.selected {
  background-color: var(--bg-light-blue);
}
.part_select_li li:last-child {
  border-bottom: none;
}
.part_btn_row button {
  width: 160px;
}

/* ------------------------------------ */
/* 내 스펙 합격예측 결과 페이지 */
/* ------------------------------------ */
.report_section {
  margin-bottom: 60px;
  padding-top: 16px;
} 
.report_section:first-of-type {
  margin-top: 20px;
  padding-top: 0;
}
.predict_result {
  padding-top: 16px;
  border-top: 4px solid var(--black-80);
}
.predict_tit {
  font-size: 2.6rem;
  font-weight: 700;
}
.chart_field_box {
  margin-top: 44px;
  padding: 40px;
  border: 1px solid var(--black-10);
}
.match_field {
  display: flex;
  align-items: center;
}
.match_item {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex: 1;
}
.match_field .match_item:first-child {
  border-right: 1px solid var(--black-10);
}
.match_tit {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.match_num1 {
  font-size: 1.8rem;
  font-weight: 600;
}
.match_num1 .my_score {
  font-size: 4.8rem;
}
.donut_chart_wrap {
  flex-shrink: 0;
  position: relative;
  width: 200px;
}
/* donut chart */
.donut_chart {
  --thickness: 96px;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: conic-gradient(from 0deg,#42b7ff 0%,#4a79ff calc(var(--percent) * 1% - 0.1%),#f3f5fc calc(var(--percent) * 1%),#f3f5fc 100%);
}
.donut_chart::after {
  content: "";
  position: absolute;
  inset: var(--thickness);
  border-radius: 50%;
  background: #f3f5fc;
}
.donut_chart_hole {
  position: absolute;
  top: 68px;
  left: 68px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--light-blue);
}
.match_num_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 8px 0 rgba(53, 51, 63, 0.04);
}
.match_num2 {
  display: inline-flex;
  align-items: start;
  color: var(--notice-em);
  font-size: 2rem;
  font-weight: 600;
}
.num_unit {
  font-size: 1.3rem;
}
.match_desc {
  margin-top: 50px;
  color: var(--black-60);
  text-align: center;
  line-height: 1.5;
}
.match_desc_box {
  position: relative;
  margin-top: 50px;
  padding: 20px 20px 20px 170px;
  background-color: var(--light-blue);
  color: var(--black-80);
  font-size: 1.5rem;
  line-height: 1.8;
}
.match_desc_box:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 130px;
  height: 131px;
  background: url(https://image.educe.co.kr/educe/spec/ic_ai.png) no-repeat left top/100%;
}
.radar_field {
  display: flex;
}
.radar_field>div {
  display: flex;
  justify-content: center;
  flex: 1;
}
.radar_field>div:first-child {
  border-right: 1px solid var(--black-10);
}
.radar_chart_box {
  position: relative;
  width: 480px;
}
.radar_chart_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.radar_tit_company {
  display: inline-block;
  margin-top: 5px;
  color: var(--notice-em);
  font-size: 1.6rem;
}
.chart_container {
  width: 480px;
  height: 280px;
}
.spec_feedback_field {
  display: flex;
  margin-top: 40px;
  padding: 30px;
  background-color: var(--bg-light-gray);
}
.feedback_item:nth-child(1) {
  padding: 0 60px 0 42px;
  border-right: 1px solid var(--black-10);
}
.feedback_item:nth-child(2) {
  padding-left: 102px;
}
.feedback_label {
  position: relative;
  color: var(--black-100);
  font-size: 1.8rem;
  font-weight: 600;
}
.feedback_label:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -42px;
  width: 32px;
  height: 32px;
}
.strength .feedback_label:before {
  background: url(https://image.educe.co.kr/educe/spec/ic_good.png) no-repeat left top/100%;
}
.weakness .feedback_label:before {
  background: url(https://image.educe.co.kr/educe/spec/ic_bad.png) no-repeat left top/100%;
}
.feedback_desc {
  margin-top: 10px;
  line-height: 1.5;
}
.spec_card_li {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 44px;
}
.spec_card_li>li {
  width: 390px;
  padding: 30px;
  background-color: var(--bg-light-gray);
  border: 1px solid var(--black-10);
}
.spec_card_tit_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spec_card_tit {
  font-weight: 600;
}
.spec_tag {
  display: inline-block;
  padding: 6px;
  border-radius: 4px 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.spec_tag.under {
  border: 1px solid var(--notice-em);
  background: rgba(72, 111, 249, 0.10);  
  color: var(--notice-em);
}
.spec_tag.over {
  border: 1px solid var(--notice-alert);
  background: rgba(255, 82, 82, 0.10);  
  color: var(--notice-alert);
}
.bar_chart_box {
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  background-color: #fff;
}

/* 여러 차트 사이의 여백 정의 */
.bar_chart_item {
  display: flex;
  align-items: flex-start;
  height: 213px;
  padding-top: 20px;
  background-color: var(--white);
}

/* Y축 가이드 뱃지 영역 */
.chart_y_axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 146px; 
  box-sizing: border-box;
}
.axis_label_wrap {
  display: flex;
  align-items: center;
  height: 22px; 
}
.label_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 22px;
  background-color: var(--light-gray);
  border-radius: 100px;  
  color: var(--black-80);
  font-size: 1.1rem;
}

/* 오른쪽 그래프 메인 영역 */
.chart_grid_content {
  position: relative;
  flex: 1;
  width: 100%;
  height: 132px;
  box-sizing: border-box;
}

/* 배경 점선 레이어 */
.grid_lines {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 127px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.grid_line {
  width: 100%;
  height: 1px;
}
.grid_line.dot {
  border-top: 1px dashed var(--black-20);
}
.grid_line.solid {
  position: relative;
  border-top: 1.5px solid var(--black-60);
  z-index: 1;
}

/* 실제 막대 트랙 */
.chart_bars_track {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 127px;
  padding-left: 60px;
}
.bar_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  /* height: 100%; */
}
.bar_container {
  position: relative;
  width: 100%;
  height: 220px; 
}
.bar_fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  box-sizing: border-box;
  transition: height 0.5s ease-in-out;
}
.bar_fill.user { 
  background: linear-gradient(166deg, #FF5252 0%, #FF7A7A 100%); 
  mix-blend-mode: multiply;
}
.bar_fill.average { 
  background: linear-gradient(174deg, #486FF9 0%, #7997FF 100%); 
  mix-blend-mode: multiply;
}
.bar_fill.user:after {
  content: '본인';
  position: absolute;
  bottom: -33px;
  left: 15px;
  color: var(--notice-alert);
  font-size: 1.3rem;
  font-weight: 600;
}
.bar_fill.average:after {
  content: '평균';
  position: absolute;
  bottom: -33px;
  left: 15px;
  color: var(--notice-em);
  font-size: 1.3rem;
  font-weight: 600;
}
.bar_percent_wrap {
  display: flex;
  align-items: end;
}
.bar_percent {
  font-size: 1.5rem;
  color: var(--white);
  vertical-align: baseline;
}
.bar_percent_unit {
  font-size: 1.1rem;
  color: var(--white); 
  vertical-align: baseline;
}
.bar_name {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
}
.user_text { 
  color: var(--notice-alert); 
}
.average_text { 
  color: var(--notice-em); 
}
.spec_result_desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.spec_result_desc .over {
  color: var(--notice-alert);
}
.spec_result_desc .under {
  color: var(--notice-em);
  word-break: keep-all;
}
/* 합격전략 */
.pass_strategy_box {
  margin-top: 40px;
  padding: 40px 470px 40px 40px;
  border: 1px solid var(--black-10);
  background: 
    url('https://image.educe.co.kr/educe/spec/bg_pass_box.png') no-repeat right bottom / 470px,
    linear-gradient(102deg, #FFF 40.96%, #FCFCFD 99.41%, #EAEAEF 100%);
}
.highlight_box {
  position: relative;
  padding: 40px 40px 22px 40px;
  border: 10px solid var(--light-blue);
  background-color: #ffffff;
}
.highlight_box::before {
  content: '';
  position: absolute;
  top: -10px;;
  left: -10px;;
  width: 20px;
  height: 20px;
  border-top: 10px solid var(--notice-em);
  border-left: 10px solid var(--notice-em);
}
.highlight_box::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid var(--notice-em);
  border-right: 10px solid var(--notice-em);
}
.strategy_desc1 {
  display: inline-block;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.6px;
}
.strategy_desc2 {
  display: inline-block;
  margin-top: 16px;
  background: linear-gradient(to right, #486FF9, #46B8FF);
  color: var(--white);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
}
.strategy_desc3 {
  margin-top: 18px;
  color: #C8D3FF;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}
.strategy_result {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.strategy_result_desc1 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -1px;
}
.strategy_result_desc1:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -24px;
  width: 18px;
  height: 18px;
  background: url(https://image.educe.co.kr/educe/spec/ic_bullit_circle.png) no-repeat left top/100%;
}
.desc_wrap {
  margin-top: 8px;
}
.predict_btn {
  width: 200px;
  margin: 60px auto 0;
}


.modal_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 500;
}


.s-btn{    position: absolute;
    width: 26px;
    right: 10px;
    top: 8px;}

.univ_search_box .btn_form_delete {
    right: 40px;
}
.mt30{margin-top:30px}
.mt8rem{margin-top:8rem}
.mt2rem{margin-top:2rem}
.search-table-mentor{display:none;}

.part_select_li .cnt{color: #ff6600;font-weight: 400;font-size:12px;}

.univ-nm-html{color: #ff7315;margin-right: 8px;}
.major-all-view{    border-radius: 5px;
    border: 1px solid #6b6b6b;
    height: 26px;
    padding: 0px 10px;
    margin-left: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: -4px;
    position: absolute;}

.modal_part_wrap .none{
    text-align: center;
    padding: 30px 0px;
    font-size: 14px;cursor:default
}

.btn_black_smaller {
    width: 200px;
    height: 40px;
    background-color: var(--black-80);
    border-radius: 4px;
    color: var(--white);
    font-size:13px;
    font-weight: 500;
    text-align: center;
}

.modal_btn_row {
    margin-top: 33px;
    text-align: center;
}

.total-avg-spec{display:flex;gap:16px;justify-content: space-between;    width: calc(100% - 2.5rem);
    margin: 1.2rem auto;}

.total-avg-spec li{background-color: #ecf0ff;
    width: 100%;
    border-radius: 12px;
    height: 120px;    display: flex;
    justify-content: space-between;
    padding:1.4rem 1.8rem 1.4rem 1.4rem;flex-flow: column;}

.total-avg-spec li dt{    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 20px;gap:8px}
    .total-avg-spec li dt img{height:18px;    margin-top: 4px;}
.total-avg-spec li dd{    align-items: end;    justify-content: end;
    height: 100%;
    display: inline-flex;    text-align: right;}  
.total-avg-spec li dd span{ font-size: 2rem;
    font-weight:800;  color: #000;
    font-family: Pretendard}
.total-avg-spec li dd span.sp1{ font-size: 1.3rem;
    font-weight:800;  color: #000;
    font-family: Pretendard;padding-bottom:3px}

.total-avg-spec li dd span.sp2{font-size: 1.3rem;font-weight:700;  color: #999999;font-family: Pretendard;margin-left:7px;;margin-bottom:1px}


.chart_list.v2{gap:1rem;justify-content: center;;}

.chart_list.v2 li{width:30%;flex: 1; margin-right: 0;height: initial;}

.chart_list.v2 .chart_donut .line-chart{margin-right:0px}     
.chart_list.v2 .chart_donut .line-chart.n2{margin-left:-8px;margin-right:2px}     
.chart_list.v2 .chart_donut .legend{position: relative;display: flex;height: 50px;    align-items: end;}
.chart_list.v2 .chart_donut .legend span{font-size: 1.2rem;font-weight: 400;margin: 0 0px 8px 8px;font-size:11px}
.chart_list.v2 .chart_donut .legend-right{position: relative;}
.chart_list.v2 .chart_donut .legend-right span{    position: absolute;
    right: 0px;
    top: -35px;
    font-size: 1.2rem;
    font-weight: 400;font-size:11px}


.chart_list.v2 .chart-bar1{font-size:12px;    width: 240px;
    margin: 0 auto;}

.chart_list.v2 .chart-bar1 .bar-st{position: relative;    margin-left: 3px;}
.chart_list.v2 .chart-bar1 .bar-st span{display: inline-block;height: 10px; border-radius: 8px; ;margin-top: -1px;}
.chart_list.v2 .chart-bar1 .bar-st.n1 span{background-color: #9cb6dd}
.chart_list.v2 .chart-bar1 .bar-st.n2 span{background-color: #4d8ed9}
.chart_list.v2 .chart-bar1 .bar-st.n3 span{background-color: #ff6211}

.chart_list.v2 .chart_donut{margin-top:-5px}
.chart_list.v2 .chart_donut.line-st{margin-top:20px}
.chart_list.v2 .form_select_row.chart_tit{ margin-bottom: 0px;
    margin-top: -9px;
    margin-left: -8px;
}


.form_select_row {
  position: relative;
}
.form_select_row:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--black-60);
  border-bottom: 1px solid var(--black-60);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.form_select {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 20px 0 10px;
  border: 1px solid var(--black-10);
  border-radius: 2px;
  color: var(--black-80);
  appearance: none;
}
.form_select:focus {
  border-color: var(--black-60);
}
.form_select:disabled {
  opacity: 0.4;
}

.chart_list.v2 .form_select_row:after {
    content: '';
    position: absolute;
    top: 11px;
    margin-left: -17px;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--black-60);
    border-bottom: 1px solid var(--black-60);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;    right: initial;
}

.chart_list.v2 .form_select{
        font-weight: 700;    border-radius: 2px;
    font-size: 0.86rem;
    height: 32px;
    width: initial;padding-right:28px;border:1px solid #b4b4b4
}
.chart_list.v2 .donut-chart{width:230px;height:230px;margin:0px auto;margin-top: -5px;}
.chart_list.v2 .donut-chart.full{width:310px;height:310px;margin-top: -45px;margin-left:-10px;}
.chart_list.v2 .bar-chart{width:250px;height:220px;margin:0px auto}

.chart_list.v2 .my-none{color: #6f6f6f; margin-left: -7px;}

.spec-new .spec-list .career_info {
    display: inline-flex;
}
.spec-new .career_pop_close {
    top: -8px;
    right: -8px;
}

.btn_form_delete {
    display: none;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(https://image.educe.co.kr/educe/main/ico_delete.png) no-repeat left top / cover;
}
.btn_form_delete.show{display:block}
.hide{display:none}

.spec-new table.dataTable>tbody>tr>th, 
.spec-new table.dataTable>tbody>tr>td {
    padding: 8px 12px;
}

body table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after, 
body table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, 
body table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after, 
body table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    left: 0;
    opacity: .25;
    line-height: 9px;
    font-size: .8em;
}

body table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    opacity: .8;
}

body table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, 
body table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order, 
body table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order, 
body table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order, 
body table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order, 
body table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order, 
body table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order, 
body table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order {  
   right: initial;
    margin-left: 8px;
}

body table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before, 
body table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before, 
body table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before {
    bottom: 52%;
}

body table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after, 
body table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after, 
body table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
    top: 52%;
}

body .com_search_box {
    background-color: #ecf0ff
}

.pgn_first span {
    background: url(https://image.educe.co.kr/educe/pages/ico_first_new.png) no-repeat left top / cover;
}

.pgn_prev span {
    background: url(https://image.educe.co.kr/educe/pages/ico_prev_new.png) no-repeat left top / cover;
}


.fg-button.ui-button.ui-state-default.ui-state-disabled.first,
.fg-button.ui-button.ui-state-default.ui-state-disabled.previous,
.fg-button.ui-button.ui-state-default.ui-state-disabled.last,
.fg-button.ui-button.ui-state-default.ui-state-disabled.next{
    opacity: 0.4;
}

.login-msg-ani.guide-purchase .login-required.n1 {
    margin-top: -180px;
}

.part_step1_list li {
 
  width: 25%;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
   border-right: 1px solid var(--black-10);
}

.pe-none{ pointer-events: none;}

.spec-new .chart-bar1.com-list ul{ display: flex;
  flex-direction: column;flex-wrap: wrap;gap: 6px 10px;
    height: 85px;}

.spec-new .chart-bar1.com-list ul li{ width:50%;    margin-bottom: 0px;border:0;    font-size: 12px;    display: flex;
    gap: 6px} 
.spec-new .chart-bar1.com-list ul li dt{font-weight: 600;}

.spec-new .chart-bar1.com-list ul li dd.nobr{text-overflow:ellipsis;overflow: hidden;display : -webkit-box;-webkit-line-clamp : 1;height:13px;-webkit-box-orient: vertical;}

.spec-new .chart_bott_area {
        display: flex;
    align-items: center;height: 126px;
    padding: 10px;
}
#ajaxHTML .pop h3 {
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    text-align: left;
    font-weight: 500;
}
.spec-new .company_step1_list,
.spec-new .company_step2_list,
.spec-new .part_step1_list,
.spec-new .part_step2_list,
.spec-new .major_step1_list,
.spec-new .major_step2_list {
    height: 272px;
}


.tab_cont1{padding-bottom:20px}
.spec-new .tab_menu_spec.mt20 {
    margin-top: 20px;font-size: 15px; font-weight: 500;
}
.spec-new .tab_menu_spec.mt50 {
    margin-top: 50px;font-size: 15px; font-weight: 500;
}
.spec-new .tab_menu_spec.mt100 {
    margin-top: 100px;font-size: 15px; font-weight: 500;
}

.company_step1_list li.active {
    background-color: #ecf0ff;
    font-weight: 600;
}

/* scroll */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track { 
  background-color: #F4F4F4; 
}
::-webkit-scrollbar-thumb { 
  background-color: #D8DBE2;
}

/* 합격자 스펙검색엔진 */
/* 지원분야별 합격자 스펙 */
.depth3_menu {
  display: flex;
  margin-top: 60px;
}
.depth3_menu li {
  width: 25%;
  font-weight: 600;
  text-align: center;
}
.depth3_menu li:first-child {
  border-left: 1px solid var(--black-10);
}
.depth3_menu li a {
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  background-color: var(--bg-light-gray);
  border-top: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  border-right: 1px solid var(--black-10);
}
.depth3_menu li:hover a {
  background-color: var(--black-80);
  border-color: var(--black-80);
  color: var(--white);
}
.depth3_menu li.on a {
  background-color: var(--black-80);
  border-color: var(--black-80);
  color: var(--white);
}
.part_list_wrap {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-100);
}
.part_step1 {
  width: 830px;
}
.part_step2 {
  width: 410px;
}
.part_step_tit {
  height: 40px;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
.part_step1 .part_step_tit {
  border-right: 1px solid var(--black-100);
}
.part_step1_list {
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  overflow-y: auto;
  border-right: 1px solid var(--black-60);
}
.part_step1_list li {
  display: flex;
  align-items: center;
  height: 34px;
  width: 50%;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;
}
.part_step1_list li.active {
  background-color: var(--bg-light-blue);
  font-weight: 600;
}
.part_step1_list li:nth-child(odd) {
  border-right: 1px solid var(--black-10);
}
.part_step1_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.part_step2_list {
  height: 200px;
  overflow-y: auto;  
}
.part_step2_list li {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);  
  color: var(--black-80);
  font-size: 13px;
  cursor: pointer;  
}
.part_step2_list li.active {
  background-color: #FFF2C5;
  font-weight: 600;
}
.part_step2_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--black-80);
}
.part_num {
  margin-left: 6px;
  color: var(--orange-prime-darken);    font-size: 12px;
}
.part_step2_list li.active .part_num {
  font-weight: 400;
}


.tab_menu_spec {
  display: flex;
  margin-top: 60px;
}
.tab_menu_spec li {
  position: relative;
  margin-right: 32px;
  color: var(--black-40);  
  font-size: 0.9rem;
  font-weight: 600;  
  cursor: pointer;
}
.tab_menu_spec li a{
  color: var(--black-40);
  padding: 10px 0;
}
.tab_menu_spec li.selected ,.tab_menu_spec li.selected a{
  color: var(--black-80);
}
.tab_menu_spec li:last-child {
  margin-right: 0;
}
.tab_menu_spec li:after {
  content: '|';
  position: absolute;
  top:0px;
  right: -16px;
  color: var(--black-10);
}
.tab_menu_spec li:last-child:after {
  display: none;
}


.tbl_style.spec-list tr td.padd20 {
    padding: 10px 20px;
}

.tbl_style.spec-list tr td {
    line-height: 140%;
    font-size: 13px;
}

.tbl_style.spec-list .career_pop_tit {
    font-size: 13px;
}
.tbl_style.spec-list .career_pop_list li {
    font-size: 12px;
}

body table.dataTable.tbl_style.spec-list thead th{
    text-align: center;padding: 14px 8px;
}

body table.dataTable.tbl_style.spec-list tbody tr td{
    cursor: default;
}

#pgcTableSpec_wrapper.dt-container .dt-search{
    display:none
}

#pgcTableSpec_wrapper.dt-container div.dt-layout-cell {
    padding: 0;
}

#pgcTableSpec .grey{color: #999999;}

a.spec-category-pos{position:absolute;top:210px;}

.recom-view-btn.free-mode .free-icon{position:absolute;left: -1px;top: -1px;}

div.dt-container .dt-paging .fg-button {

    background: initial;
    color: initial;
}
div.dt-container .dt-paging .fg-button.ui-state-disabled:not(.next, .last, .first, .previous) {
    background-color: var(--black-80);
    color: var(--white);    opacity: 1;
}

.dt-paging button {
    margin: 0 5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--black-60);
        font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

div.dt-container .dt-paging .fg-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid transparent;
}
.dt-paging {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}


.linear_list_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.linear_list_wrap>div {
  width: 604px;
}
h4.sec_tit {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -1px;  
}

.com_linear_list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.com_linear_list a {
  width:calc(50% - 10px)
}
.com_linear_list li {
  align-items: center;
  height: 80px;
  margin-top: 20px;
  padding: 0 20px;
  background-color: var(--white);
  border: 1px solid var(--black-10);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
      cursor: pointer;
    width: 100%;
    margin-top: 0px;flex: 1
}
.com_linear_list li:hover {
  border-color: var(--black-80);
  box-shadow: 0px 20px 20px 0px rgba(48, 52, 154, 0.08);
}
.com_linear_list li>div {
  display: flex;
  align-items: center;
}
.com_linear_num {
  position: relative;
  min-width: 30px;
  height: 18px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.9px;  
  text-align: center;
}
.com_linear_num p {
  position: absolute;
  bottom: 0;
  left: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.com_linear_list li:hover .com_linear_num p {
  bottom: -26px;
} 
.com_linear_num span {
  display: block;
}
.com_linear_num span.up {
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;  
}
.com_linear_list li:hover .com_linear_num span.up {
  opacity: 1;
}
.com_linear_num span.down {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;  
}
.com_linear_list li:hover .com_linear_num span.down {
  opacity: 0;
}
.com_linear_logo {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  padding: 14px 5px;
}
.com_linear_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.com_linear_nm {
  position: relative;
  margin-left: 12px;
  padding-left: 10px;
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 120%;  
  word-break: break-all;
}
.com_linear_nm:before {
  content: '|';
  position: absolute;
  top: 0;
  left: -3px;
  color: var(--black-10);
}

.modal_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 24px;
    background-color: var(--white);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ajaxLayer.show {
    display: block;    position: initial;
}

.btn_close, .btn_close2 {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal_tit {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.9px;
}

.tb-search {
    border: 1px solid #e5e5e5;
}

#ajaxHTML .modal_cont.w600 {
    width: 600px;
}
.modal_cont {
    box-shadow: 2px 2px 10px -1px #a7a7a7;
}
.modal_wrap.show{display:block}

.btn_close,.btn_close2 {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.btn_close:before, 
.btn_close:after,
.btn_close2:before, 
.btn_close2:after {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 9px;
  height: 16px;
  width: 1.5px;
  background-color: var(--black-80);
}
.btn_close:before,.btn_close2:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_close:after,.btn_close2:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-tb li{width: 260px; display: inline-block; margin-bottom: 12px; padding: 8px 20px; background-color: #f7f7f7; border: 1px solid #f7f7f7; border-radius: 10px; line-height: 18px; opacity: 0.8; text-align: left; font-size: 14px; font-weight: 400; margin-right: 10px;vertical-align:top}
.scroll-tb li:hover {border:1px solid #8c8c8c;opacity:1.0;color:#000;background:#fff url("https://image.educe.co.kr/educe/main/ico_check2.png") no-repeat right 10px center;background-size:24px}
.category table{border-top: 1px solid #e9e9e9;}
.category table tr td{border: 1px solid #e9e9e9; text-align: center; padding: 3px;border-top:0px;line-height:24px;}
.category table tr td.on,.category table tr td:hover{color: #fff;background-color: #39f;opacity: 0.8;}
.category table tr td:hover a{color:#fff}
.category table tr td a{width: 100%;display: inline-block;cursor: pointer;padding:3px 0px}
.category table{margin-bottom: 10px;}

.input_gray { font-size: 12px; color:#444444; background-color:#FFFFFF; border:1pt solid #CCCCCC; HEIGHT: 30px; line-HEIGHT:28px; padding:0px 10px; vertical-align: middle; margin-top: -1px; }

.input_gray.w1{width:calc(100% - 90px)}
.input_gray.w120{width: calc(100% - 120px)}

.search-btn1{border:1px solid #000;background-color:#000;color:#fff;height:30px;line-height:28px;padding:0px 10px;min-width:50px;display:inline-block;vertical-align:middle;margin-top:-1px;margin-left:2px;border-radius:2px;cursor:pointer;text-align:center;opacity:0.8}
.search-btn1.blue{border:1px solid #39f;background-color:#39f;color:#fff;}
.search-btn1.white{border:1px solid #000f;background-color:#fff;color:#000;}
.search-btn1:hover{opacity:1.0}

.red{color:red}
.scroll-css{overflow-x: auto;  border-radius: 5px;border:0}

.scroll-css::-webkit-scrollbar { width: 6px;height:12px }
.scroll-css::-webkit-scrollbar-track { background-color: #F4F4F4; }
.scroll-css::-webkit-scrollbar-thumb { border-radius: 3px; background-color:#D8DBE2; }
.scroll-css::-webkit-scrollbar-button { width: 0; height: 0; }
.h340{height:340px}
.max-h340{max-height:340px}
.cursor-pointer{cursor:pointer}
.univ-t1{color: #888888; font-size: 11px; letter-spacing: -1px; margin-top: -2px; display: block;}
.u-gubun{color:#d3d3d3;padding:0px 3px}


.h340 {
    height: 340px;
}
.scroll-css {
    overflow-x: auto;
    border-radius: 5px;
}

.btn_dark_gray {
    height: 44px;
    padding: 0 15px;
    background-color: var(--black-60);
    border-radius: 2px;
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 400;
}

.btn_part_search button {
    width: 100%;
}
.btn_dark_gray {
    align-items: center;
}

.login-msg-ani.guide-purchase {
    position: relative;
}

.login-msg-ani.guide-purchase .login-required {
    margin-top: 180px;
}

.guide-purchase .login-required {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -180px;
    width: 300px;
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 2px 2px 8px -3px #dbdbdb;
}

.guide-purchase .login-required .btn_gradient {
    height: 45px;
}
.btn_gradient {
    position: relative;
    width: 100%;
    height: 56px;
    overflow: hidden;
    border-radius: 2px;
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.8px;
    text-align: center;
}



.guide-purchase .login-required span {
    font-size: 14px;
}
.btn_gradient span {
    position: relative;
    z-index: 1;
}

.btn_gradient .bg_video_lott {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}