.course_name_ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lecture_play_time_label{
  position: absolute; 
  right: 5px; 
  bottom: 0;
  color: white; 
  background-color: black;
  border-radius: 10px;
}
.course_detail_info{
  font-size: 13px;
  background-color: #eee;
}

.lecture_detail_div{
  font-size: 13px;
  background-color: #eee;
}

.p-rating__box-label {
  background-color: #f0ece4;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46153846;
  text-align: center;
  max-width: 100px;
  margin: 0 auto;
}

.p-rating__label {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.41666667;
  text-align: right;
  padding: 4px 8px 4px 0;
  vertical-align: middle;
  white-space: nowrap;
}

.p-rating__box-number {
  font-size: min(4.86vw, 70px);
  font-weight: 500;
  line-height: 1.44285714;
  text-align: center;
}

.p-rating__bar {
  width: 100%;
  padding: 0;
  vertical-align: middle;
}

.p-rating__bar-bg {
  background-color: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  margin-top: 2px;
}

.p-rating__bar-fg {
  background-color: #fcbf49;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}

.u-pc--hide {
  display: none !important;
}

label.p-pager__link{
  color: gray;
}