


/* 20260612 커뮤니티 '우리선배 합격기업' 추가 */

/* ------------------------------------ */
/* 우리선배 합격기업 */
/* ------------------------------------ */
.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: 1rem;
  font-weight: 600;
}
.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;text-align:left
}
.form_input.full {width:100%}
.spec_tab tr td, input {
    font-size: 11px;
    color: #3B4F72;
}
.form_input_row.mt0 {
  margin-top: 0;
}
.form_input_row.full {width:100%;    position: relative;}
.senior_univ_search .form_input_row{
  width: 280px;
}
.senior_major_search .form_input_row {
  width: 340px;
}
.senior_search_btn {
  width: 200px;
  margin: 40px auto 0;
}

/* ------------------------------------ */
/* 내 스펙 합격예측 검색 페이지 */
/* ------------------------------------ */
.company_search_box {
  margin-top: 1rem;
  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: 30px 20px;    flex-direction: column;
  background-color: var(--light-blue);
}
.btn_part_select {
  width: 100%;
  height: 44px;
  padding: 10px 30px 10px 10px;
  background-color: var(--white);
  border: 1px solid var(--black-10);
  border-radius: 2px;
  color: #777872;
  font-size: 13px;  
  text-align: left;
}
.btn_part_select.full{width:100%}
.btn_part_select.on { 
  color:#000;
}
.btn_part_search {
  width: 80px;
}
.btn_part_search button {
  width: 100%;
}

.btn_part_search.mlm10 {
  margin-left:-10px
}

.btn_company_search {
  width: 80px;
}
.btn_company_search button {
  width: 100%;
}

.btn_company_search.mlm10 {
  margin-left:-10px
}

.spec_select_li li {
  border-bottom: 1px solid var(--black-10);
}
.spec_select_row {
      display: flex;
    align-items: start;
    gap: 10px;
    padding: 30px 0;
    flex-direction: column;
}
.spec_select_tit {
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
}
.spec_select_option {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;  
}
.spec_select_option>div {
  display: flex;
  align-items: center;
  gap: 10px;   flex-wrap: wrap;
}

/* 스펙 선택 radio 커스텀 스타일 */
.spec_select_item{    display: flex;
    flex-wrap: wrap;}
.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: 170px;
  padding: 15px 0;
  background-color: var(--light-gray); 
  border: 1px solid transparent;
  border-radius: 50px; 
  cursor: pointer;
  user-select: none;
  font-size: 0.85rem;
  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: 100%;
}
.form_direct_input.mt10{margin-top:10px}
.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: 100%;
}
.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: 0.8rem;
  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: 30px;
  padding-top: 16px;
} 
.report_section:first-of-type {
  margin-top: 20px;
  padding-top: 0;
}
.predict_result {
  padding-top: 2rem;
  border-top: 4px solid var(--black-80);
}
.predict_tit {
  font-size: 1em;
  font-weight: 700;
}
.chart_field_box {
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  border: 1px solid var(--black-10);
}
.match_field {
  display: flex;
  align-items: center;    flex-direction: column;
    gap:5rem;
}
.match_item {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex: 1;    flex-direction: column;
}

.match_tit {
  margin-bottom: 20px;
  font-size:1rem;
}
.match_num1 {
  font-size: 1.2rem;
  font-weight: 600;
}
.match_num1 .my_score {
  font-size: 3rem;
}
.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: 1rem;
  font-weight: 600;
}
.num_unit {
  font-size: 0.8rem;
}
.match_desc {
  margin-top: 50px;
  color: var(--black-60);
  text-align: center;
  line-height: 1.5;    font-size: 0.86rem;
}
.match_desc_box {
      position: relative;
    margin-top: 50px;
    padding: 170px 20px 20px 20px;
    background-color: var(--light-blue);
    color: var(--black-80);
    font-size: 0.85rem;
    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%;
}

.match_desc_box dt{font-weight: 700;}
.match_desc_box dd {line-height: 150%}
.match_desc_box dd.first{margin-bottom:1rem}
.radar_field {
  display: flex;    flex-direction: column;gap:4rem
}
.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: 100%;
    display: flex;
    flex-direction: column;
}
.radar_chart_tit {

      font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
}
.radar_tit_company {
  display: inline-block;
  margin-top: 5px;
  color: var(--notice-em);
  font-size: 1.2rem;
}
.chart_container {
  width: 100%;
  height: 200px;
}
.spec_feedback_field {
  display: flex;
  margin-top: 40px;
  padding: 20px;
  background-color: var(--bg-light-gray);    flex-direction: column;gap:2rem
}
.feedback_item:nth-child(1) {
  padding: 0 60px 0 42px;
      flex: 1;
    width: 100%;
}
.feedback_item:nth-child(2) {
  padding: 0 60px 0 42px;
      flex: 1;
    width: 100%;
}
.feedback_label {
  position: relative;
  color: var(--black-100);
  font-size: 1rem;
  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;font-size:0.8rem
}

.feedback_desc.none{color:#929292}
.spec_card_li {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 1rem;
}
.spec_card_li>li {
  width: 100%;
  padding: 1rem;
  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: 0.7rem;
  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: 0.75rem;
}

/* 오른쪽 그래프 메인 영역 */
.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: 0.8rem;
  font-weight: 600;
}
.bar_fill.average:after {
  content: '평균';
  position: absolute;
  bottom: -33px;
  left: 15px;
  color: var(--notice-em);
  font-size: 0.8rem;
  font-weight: 600;
}
.bar_percent_wrap {
  display: flex;
  align-items: end;
}
.bar_percent {
  font-size: 0.8rem;
  color: var(--white);
  vertical-align: baseline;
}
.bar_percent_unit {
  font-size: 0.8rem;
  color: var(--white); 
  vertical-align: baseline;
}
.bar_name {
  margin-top: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.user_text { 
  color: var(--notice-alert); 
}
.average_text { 
  color: var(--notice-em); 
}
.spec_result_desc {
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.5;
  word-break: keep-all;
}
.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: 1rem;
  padding: 1rem;
  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: 1rem 1rem 0.8rem 1rem;
  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: 1.25rem;
  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: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -2px;
}
.strategy_desc3 {
  margin-top: 18px;
  color: #C8D3FF;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: right;
}
.strategy_result {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
  padding: 0 1rem 1rem 1.2rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.strategy_result_desc1 {
  position: relative;
  font-size: 1.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: 40px 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;
}
.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}
.mt30{margin-top:30px}
.mt8rem{margin-top:8rem}
.search-table-mentor{display:none;}

.part_select_li .cnt{color: #ff6600;font-weight: 400;font-size: 11px;}

.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: 0.9rem;cursor:default
}

.modal_tit {
    font-size: 1rem;
}

.mentor-none{
      text-align: center;
    padding: 50px 0px 20px
}

.clr_blue {
    color:#0139ff !important
}

.btn_search_delete3 {
     display: none; 
  position: absolute;
    top: 11px;
    right: 37px;
    width: 22px;
    height: 22px;
    background: url(https://image.educe.co.kr/educe/main/ico_delete.png) no-repeat left top / cover;
}

.btn_search_delete3.show {
     display: flex
}

.spec_select_item label.label-sel{display: flex;
    width: initial;
    align-items: center;
    gap: 8px;
    padding: 0px 20px;    height: 46px;}

.spec_select_item label.label-sel .form_select {

    height: 30px;
    padding: 0 28px 0 10px;
}

.spec_select_item label.label-sel .form_select_row:after {
   
    top: 8px;
}

.spec_select_item label.label-sel .tit{
  width:55px
}
.prediction.btn_history{position:absolute;right:5px;top:115px}
.prediction.btn_history.report{top:45px}
.inner-in{width:100%;;max-width:1240px;margin: 0 auto;}

main.admin-view .wrap_sub {
    padding: 0;
    display: flex;
    justify-content: center;
}

main.admin-view .inner,
main.admin-view .sub_list_wrap,
main.admin-view .predict_btn
{display:none}
.admin-view-info{font-size:0.8rem;font-weight:400;color:#494949}

.input-data{    display: flex;
justify-content: end;
margin-top: -15px;gap:3px;    align-items: center;}
.input-data dt{font-size:1.2rem;font-weight: 300;margin-right:2px}
.input-data dd{font-size:1.45rem;color:#000;font-weight: 600;margin-right:15px}

.modal_cont.w600.mh170{min-height:170px}

.search_company_text.h40{height:40px}
.search-btn1.h40{height:40px}

.alert-txt-predict{margin-top: 1rem;font-size:13px;}
.spec_select_option.etc{flex-direction: column;width: initial;}

.spec_select_option.etc .alert-txt-predict {
    margin-top: -0.2rem;
    font-size: 13px;text-align: left;
    width: 100%;
}

.spec_select_tit.mtm2r{margin-top:initial;}
.predict_tit.orange{color: #ff3d00;}

.hot-icon{position:relative;display:block}
.hot-icon img{position: absolute;left:0;top: -50px;}
.spec-icon-free{position:relative;}
.spec-icon-free img{margin-bottom: 10px;}


.total-avg-spec{display:flex;gap:1.5rem;justify-content: space-between;    width: 100% ;
    margin:0 auto;        flex-direction: column;margin-top:0.5rem}


.total-avg-spec li{background-color: #ecf0ff;
    width: 100%;
    border-radius: 12px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 1.2rem 1.8rem 1.2rem 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: 1.8rem;
    font-weight:800;  color: #000;
    font-family: Pretendard}
.total-avg-spec li dd span.sp1{ font-size: 1.15rem;
    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 3rem;justify-content: center}

.chart_list.v2 li{width:100%;flex: 1; margin-right: 0;height: initial;}

.chart_list.v2 .chart_donut .line-chart{margin-right:10px}     
.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:11px;font-weight: 400;margin: 0 0px 8px 8px;}
.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:11px;
    font-weight: 400;}


.chart_list.v2 .chart-bar1{font-size:12px;width: 240px;margin:0 auto;        display: flex;
        flex-direction: column;
        gap: 0.3rem;}

.chart_list.v2 .chart-bar1 .bar-st{position: relative;}
.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{        max-width: 300px;
        margin: 0 auto;
        margin-top: -5px;}
.chart_list.v2 .form_select_row.chart_tit{ margin-bottom: 0px;
    margin-top: -9px;
    margin-left: -8px;
}

.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.8rem;
    height: 32px;
    width: initial;padding-left:5px;padding-right:18px;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;
}

.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: #e8effd;margin-top:0.8rem;margin-bottom: 2.6rem;
}

.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;
}


.part_step1_list li {
 
  width: 25%;
  padding-left: 24px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 0.8rem;
  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;
}

.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;
}

.spec-new .tab_menu_spec.mt50 {
    margin-top: 50px;
}

.mobile-show{display:none}

h4.sec_tit {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -1px;
}
.mt60 {
    margin-top:1rem
}

.spec-new {
        max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;margin-bottom: 100px;
}


/* css 변수 설정 */
: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;
}


/* 기업별 스펙 */
.company_list_wrap {
  display: flex;
  margin-top: 0.6rem;
  /*border-bottom: 2px solid var(--black-100);*/
    flex-direction: column;
    width: 100%;
}
.company_step1 {
  width: 100%;
}
.company_step2 {
  width:100%
}
.company_step_tit {
  height: 30px;
  background-color: var(--black-80);
  color: var(--white);
  font-size: 0.8rem;
  text-align: center;
  line-height: 30px;
}
.company_step1_list .company_step_tit {
  border-right: 1px solid var(--black-100);
}
.company_step1_list {
      height: 170px !important;
    overflow-y: auto;
    border: 1px solid var(--black-80);
    margin-bottom: 1rem;
}
.company_step1_list li {
  display: flex;
  align-items: center;
  height: 34px;
  padding:0 10px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 0.8rem;
  cursor: pointer;
}
.company_step1_list li.active {
  background-color: var(--bg-light-blue);
  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;border: 1px solid var(--black-80);
}
.company_step2_list li {
  display: flex;
  align-items: center;
  height: 34px;
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--black-80);
  font-size: 0.8rem;
  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: 2rem;
    padding-left: 22px;
    color: var(--black-80);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.9px;
}
.bullet_tit1.mt0 {
  margin-top: 0;
}
.bullet_tit1:before {
  content: '';
  position: absolute;
  top:0px;
  left: 0;
  width: 16px;
  height: 17px;
  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:1rem;
}
.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: 0.8rem;
  line-height: 150%; 
}
.chart_radar {
  margin-top: 20px;
}
.chart_radar img {
  display: block;
  margin: 0 auto;
}

.com_search_box {
  padding: 20px;
  background-color: #C3D1FF;
}
.com_search_row {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 auto;
}
.com_search_row:before {
  content: '';
  position: absolute;
  top: 10px;
  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: 100%;
    height: 44px;
    padding: 0 74px 0 54px;
    background-color: var(--white);
    border: none;
    border-radius: 32px;
    font-size: 0.8rem;
}
.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;  
}


.tab_menu_spec {
  display: flex;
  margin-top: 2rem;
}
.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;
}


.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: 1.5rem;
}


h4.sec_tit.mt60 {
    margin-top:2rem !important
}
.total-avg-spec {
    flex-direction: column;
}
.total-avg-spec li {
    height: 100px;
}

.chart_list.v2 li {
    width: 20rem;
}

.chart_list.v2 .chart_donut.line-st {
    /*
    margin-top: 20px;
    display: flex;
    align-items: end;
    justify-content: center;
    */
      max-width: 300px;
    margin: 0 auto;
      margin-top: -5px;
}
.chart_list.v2 .chart_donut .legend-right span {
    width: 20px;
}

.chart_list.v2 .chart_donut .legend {
    margin-bottom: 15px;
}
.chart_list.v2 .chart-bar1 {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.part_step1,
.part_step2 {
    width: 50%;
}
.part_step1_list li{width:100%;}


.tbl_search_row .form_input_row {
    margin: 0px 10px 0px 0px;
    width: 100%;
}

.univ_search_box {
    display: flex;
    justify-content: center;
    align-items: initial;
    gap: 20px;
    margin-top: 40px;
    padding: 2rem;
    flex-direction: column;
}

.senior_search_btn {
    width: 100%;
    margin: 1rem 0;
}

.senior_univ_search,
.senior_major_search {
    display: flex;
    align-items: initial;
    gap: 0.5rem;
    flex-direction: column;
}

.senior_major_search .form_input_row {
    width: 100%;
    display: flex;    position: relative;
}

.ic_card_wrap.mt-80{margin-top:3rem}

#ajaxHTML .modal_cont.w600 {
    width: calc(100% - 20px) ;
}

.ajaxLayer {
    width: calc(100% - 2rem);
}  

.senior_univ_search .form_input_row {
    width: 100%;    position: relative;
}
.tb-search.univ tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem;
}
.tb-search.univ tr td{
    display: flex;width:100%;flex:1
}
  .tb-search.univ tr td.pt30{
    padding-top:1rem
}

  .tb-search.univ tr td .input_gray.w1 {
    width: 100%
}

.tb-search.univ tr td.area-s{margin-top:1rem}

.tb-search.univ tr td .search-btn1.blue{margin-left:0;margin-right:0.5rem}
.spec-univ-rst .scroll-tb {
        display: flex;
flex-wrap: wrap;
width: 100%;
}
.spec-univ-rst .scroll-tb li {
    width: 8rem;
    flex: auto;    padding:0.5rem 0.8rem
}

.company-input{display:flex;gap:5px}
#search_company_text{width:100%}

.scroll-css.h340 {
    overflow-x: auto;
    border-radius: 5px;
    max-height: calc(100vh - 300px);
    height: calc(100vh - 300px);
    min-height: 100px;
}

.spec-univ-rst .scroll-css.h340 {
    overflow-x: auto;
    border-radius: 5px;
    max-height: calc(100vh - 500px);
    height: calc(100vh - 500px);
    min-height: 100px;
}
.spec-univ-rst .scroll-css.h340.mt20 {
    margin-top:0
}

.chart_list.v2 .donut-chart.full {
  
    margin: 0 auto;
    margin-top: -45px;
}

.chart_list.v2 .chart_donut.line-st2 {       
    max-width: 300px;
    margin: 0 auto;
      margin-top: -5px;
}

.part_num {
    margin-left: 6px;
    color: var(--orange-prime-darken);
    font-size: 11px;
}

.btn_dark_gray2 {
    width: 80px;
    height: 44px;
    background-color: var(--black-60);
    border-radius: 2px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
}


#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: 26px;
    min-width: 26px;;
    height: 26px;
    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;
}

.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);
}


.tbl_style.spec-list tr td.padd20 {
    padding: 10px 20px;
}

.tbl_style.spec-list tr td {
    line-height: 140%;
    font-size: 12px;
}

.tbl_style.spec-list .career_pop_tit {
    font-size: 12px;
}
.tbl_style.spec-list .career_pop_list li {
    font-size: 11px;
}

 
body table.dataTable.tbl_style.spec-list {
   min-width: 800px; /* 모바일 기기에서 확보할 최소 너비 */ ;width: 100% !important;
}
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;/*white-space: nowrap;*/max-width: 200px;
}


.part_list_wrap {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid var(--black-100);
}
.part_step1 {
  width: 45%;
}
.part_step2 {
  width: 55%;
}
.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: 100%;
  padding-left: 10px;
  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: 10px;
  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;
}


/* 전공별 스펙 */
.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: 100%;
  padding-left:10px;
  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;
}


.guide-purchase .login-required{position: absolute; top: 260px; left: 50%; margin-left: -150px; 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 span{font-size:14px}
.guide-purchase .login-required .btn_gradient{height:45px}
.guide-purchase .login-required .btn_gradient.login{background-color:#bfc2d1;color:#fff;margin-top:10px}



.guide-purchase .login-required .btn_gradient {
    height: 45px;
}
.btn_gradient {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    color: var(--white);
    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;
}


.blur-filter {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.univ_search_box {
      display: flex;
      justify-content: center;
      align-items: initial;
      gap: 20px;
      margin-top: 40px;
      padding: 2rem;
      flex-direction: column;
          background-color: var(--light-blue);
  }

.senior_univ_search, .mobile-body .senior_major_search {
    display: flex;
    align-items: initial;
    gap: 0.5rem;
    flex-direction: column;
}

.sub_tit_desc.mt20 {
     margin-top: 20px;
    line-height: 1.4;
    font-size: 0.85rem;
}

.sub_contents {
    width: 100%;
    min-height: 632px;
    margin-bottom: 3rem;
}

.senior_search_btn {
    width: 100%;
    margin: 1rem 0;
    padding-bottom:80px;
}

.btn_black {
    width: 100%;
    height: 56px;
    background-color: var(--black-80);
    border-radius: 4px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.modal_wrap.show{display:block}

#ajaxHTML .pop {
    padding-top: 20px;
}

.tb-search {
    border: 1px solid #e5e5e5;    padding-bottom: 20px;
}

#ajaxHTML .pop table th, #ajaxHTML .pop table td {
    font-size: 13px;
}
.input_gray.w1 {
    width: calc(100% - 90px);
}
.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;
}

.pr10 {
    padding-right: 10px;
}
.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;
}

#ajaxHTML .pop h3 {
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    text-align: left;
    font-weight: 500;
}

.category table {
    margin-bottom: 10px;
}
.category table {
    border-top: 1px solid #e9e9e9;
}

.spec-univ-rst .scroll-css.h340.mt20 {
    margin-top: 0;
}

.spec-univ-rst .scroll-tb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


.univ-t1 {
    color: #888888;
    font-size: 11px;
    letter-spacing: -1px;
    margin-top: -2px;
    display: block;
}

.spec-univ-rst .scroll-css.h340 {
    overflow-x: auto;
    border-radius: 5px;
    max-height: calc(100vh - 500px);
    height: calc(100vh - 500px);
    min-height: 100px;
}
.scroll-tb {
        display: flex;
flex-wrap: wrap;
width: 100%;
}


.scroll-tb li {
    margin-bottom: 12px;
    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;
  width: 8rem;
    flex: auto;
    padding: 0.5rem 0.8rem;
}
.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;}

 .tb-search.univ tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 0.5rem;
}
.tb-search.univ tr td{
    display: flex;width:100%;flex:1
}
 .tb-search.univ tr td.pt30{
    padding-top:1rem
}

 .tb-search.univ tr td .input_gray.w1 {
    width: 100%
}

.tb-search.univ tr td.area-s {
    margin-top: 1rem;
}

 .chart_list.v2 .chart-bar1 {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.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;
}

.modal2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transition: var(--transition);
    pointer-events: none;
    opacity: 0;
}
.modal2.show .modal_box {
    margin-top: 0;
    opacity: 1;
}
.modal2.show{    pointer-events: auto;
    opacity: 1;}

.modal2 .modal_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: var(--color-white);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.09);
    padding: 40px 20px 20px;
    min-width: 328px;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: var(--transition);
    margin-top: 2.5rem;
    opacity: 0;
    overflow: hidden;
}

.modal2 .modal_box .modal_title { font-weight: 700;  font-size: 16px;  line-height: 150%; text-align: center; color: var(--color-black); }
.modal2 .modal_box .modal_desc { font-size: 13px; line-height: 154%; text-align: center; color: var(--color-text); margin-top: 8px;}
.modal2 .modal_box .modal_btnbox {width: 100%; display: flex; gap: 12px; margin-top: 32px;}


.form_select_row {
  position: relative;
}
.form_select_row:after {
  content: '';
  position: absolute;
  top: 10px;
  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: 34px;
  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;
}


.egpt_sticky_wrap {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 190px;
  padding: 20px;
  background: #000515 url(https://image.educe.co.kr/educe/pages/bg_egpt.png) no-repeat center center/cover;
  border-radius: 20px 0 20px 0;
  color: var(--white);
  text-align: center;
  z-index: 100;
}
.egpt_sticky_wrap a {
  color: var(--white);
}
.egpt_sticky_tit {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -1.2px;
}
.egpt_sticky_desc {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 120%; display:none
}
.btn_egpt_row {
  margin-top: 5px;
}
.btn_egpt_more {
  padding: 5px 20px;
  color: var(--white);
  font-size: 13px; display:none
}
.egpt_use {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  padding: 5px 10px;
  background-color: var(--white);
  border-radius: 30px;
  color: var(--black-100);  
  font-size: 11px;
}
.egpt_use .use_num {
  margin-left: 4px;
  color: var(--notice-em);
  font-size: 13px;
  font-weight: 600;
}
.egpt_sticky_wrap {
    bottom: 60px;
    left: 0px;letter-spacing:-1px;
	width:120px;  padding:18px 16px
}


#ai-loading.modal_slide_wrap{background-color:rgb(0,0,0,0.2);padding-top:0px}
#ai-loading .ai-body{
      width: 90%;
    height: 350px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
}


#ai-loading .wave-circle-box .wave-circle {
  
    margin-top: 30px;
}

#ai-loading .wave-circle-box .wave-inner {  
   top: 75px;
}

#ai-loading  .wave-circle-box.rel {
    margin: 50% auto 0;
}

#ai-loading .wait_txt02 {
	margin-top: 60px;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    color: #60a6d9;
    letter-spacing: 0px;
}

.modal_slide_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  padding-top: 100px;
  background-color:rgba(0,0,0,0.4);
  visibility: hidden;
  opacity: 0;
  z-index: 500;     
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;   
}
.modal_slide_wrap.visible {
  visibility: visible;
  opacity: 1;
}
.modal_slide_cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 180px;
  background-color: var(--bg-light-gray);
  border-radius: 20px 20px 0 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; 
  -webkit-transform: translateY(600px);
  transform: translateY(600px);  
}
.modal_slide_wrap.visible .modal_slide_cont {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);    
}
.modal_slide_hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: var(--white);
  border-bottom: 1px solid var(--light-gray);
  border-radius: 20px 20px 0 0;
  z-index: 100;
}
.modal_slide_hd .btn_close {
  top: -26px;
  right: 20px;
}


.wave-circle-box {
	display:none;
	position: absolute;
    width: 300px;
    height: 270px;
    z-index: 1005;
    border-radius: 20px;
    text-align: center;
}

.wave-circle-box.rel{display:block;position: relative;margin:0 auto; height: 200px;}
	
.wave-circle-box .wave-circle {
  position: absolute;
  width: 0;
  height: 0;
  background-color:#eaecfb;
  border-radius: 50%;
  -webkit-animation: zoomOut2 0.2s forwards 0.2s;
  animation: zoomOut2 0.2s forwards 0.2s;
}


.wave-circle-box .wave-text{    position: absolute;
    top: 200px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 0px #858585;
    font-size: 17px;}

@-webkit-keyframes zoomOut2 {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
  }
  100% {
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
  }  
}
@keyframes zoomOut2 {
  0% {
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
  }
  100% {
    top:37px;	
    left: 75px;
    width: 150px;
    height: 150px;
  }  
}
.wave-circle-box .wave-inner {
	    position: absolute;
    top: 45px;
    left: 50%;
    width: 134px;
    height: 134px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -67px;
}
.wave-circle-box .wave-inner img {
  position: absolute;
  top: -50px;
  left: -118px;
  width: 400px;max-width: initial;
}