.category-table {
  width: 100%;
  background: #ffffff;
  text-align: center;
  border: 1px solid #ded3d4;
  border-collapse: collapse;
}

.category-table th,
.category-table td {
  border: 1px solid #ded3d4;
  height: 35px;
  background: #faf5f6;
}
.category-table td:hover {
  background: #f2e9ea;
}
.category-table td a:hover {
  color: #b2314b;
}

.category-table .active {
  background: #f6eef0;
  font-weight: bold;
}
.btn-totalbal {
  background: #cb6b7e;
  border-radius: 2px;
  padding: 5px 10px 4px 10px;
}

/*입찰스쿨&자료실*/
.pa-l10 {
  padding-left: 10px !important;
}
.info_txt1 p,
.info_txt1 p span {
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.info_txt1 span {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  color: #888;
  font-weight: 300;
  letter-spacing: -0.05em;
}
.btn_eduscedule {
  background: #6d90e6;
  border: 0;
  border-radius: 3px;
  padding: 15px 50px;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}
.btn_eduscedule:hover {
  background: #4374d9;
}

.btn-latest {
  background: #fff;
  border: 1px solid #6d90e6;
  font-size: 12px;
  color: #6d90e6 !important;
  border-radius: 0;
  height: 35px;
  padding-top: 9px;
}
.btn-latest:hover {
  background: #f7f9fd;
  border: 1px solid #6d90e6;
  font-size: 12px;
  color: #6d90e6 !important;
  border-radius: 0;
}

.tb_edu {
  border: 1px solid #ddd;
  border-top: 2px solid #6d90e6;
  width: 100%;
}
.tb_edu tr th {
  background: #f4f4fa;
  text-align: center;
  color: #000;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 10px 0;
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
}

.tb_edu tr td {
  border: 1px solid #ddd;
  color: #555 !important;
  padding: 10px 8px;
  line-height: 19px;
}

.analy_note {
  width: 495px;
  height: 140px;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 35px 50px;
  cursor: pointer;
  margin-bottom: 50px;
}
.analy_note div p {
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.analy_note div span {
  font-size: 13px;
  font-family: "Noto Sans KR", sans-serif;
  color: #999;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.analy_note button {
  background: #cdcbcb;
  border: 0;
  border-radius: 3px;
  padding: 15px;
}
.analy_note button:hover {
  background: #bcbbbb;
}

.summary .fr {
  float: left;
}

a.netbblue:link {
  color: #555;
  text-decoration: none;
}
a.netbblue:visited {
  color: #555;
  text-decoration: none;
}
a.netbblue:active {
  color: #555;
  text-decoration: none;
}
a.netbblue:hover {
  color: #0183c0;
  text-decoration: underline;
}
