@media (min-width: 970px) {
}
.courseCategoryList::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.courseCategoryList .courseCategoryList-item {
  float: left;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .courseCategoryList .courseCategoryList-item {
    width: calc((100% - 51px) / 3);
  }
  .courseCategoryList .courseCategoryList-item:not(:nth-child(3n)) {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .courseCategoryList .courseCategoryList-item {
    width: calc((100% - 26px) / 2);
  }
  .courseCategoryList .courseCategoryList-item:not(:nth-child(2n)) {
    margin-right: 25px;
  }
}
@media (min-width: 769px) {
  .courseCategoryList .courseCategoryList-item:not(:hover) .courseCategoryList-title {
    /* Webkit only */
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .courseCategoryList .courseCategoryList-item {
    width: 100%;
  }
  .courseCategoryList .courseCategoryList-item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .courseCategoryList .courseCategoryList-item .courseCategoryList-title {
    /* Webkit only */
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-photo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo {
  position: absolute;
  right: 15px;
  top: 15px;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo .courseCategoryList-toDo-item {
  background-color: #0059ae;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  padding: 10px;
  width: 90px;
  text-align: center;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo .courseCategoryList-toDo-item > div:first-child {
  font-weight: bold;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 768px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-toDo .courseCategoryList-toDo-item > div:first-child {
    font-size: 18px;
  }
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo .courseCategoryList-toDo-item > div:last-child {
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 40px 0 0 0;
  -moz-border-radius: 40px 0 0 0;
  -webkit-border-radius: 40px 0 0 0;
  padding: 20px 25px;
  max-height: calc(100% - 15px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
    font-size: 16px;
  }
}
.courseCategoryList .courseCategoryList-item:hover .courseCategoryList-photo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.courseCategoryList > a {
  color: inherit !important;
}
.courseCategoryList > a:hover {
  -webkit-filter: none !important;
  filter: none !important;
}
@media (min-width: 1200px) {
  .courseCategoryList > a:nth-child(3n) .courseCategoryList-item {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .courseCategoryList > a:nth-child(2n) .courseCategoryList-item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .courseCategoryList > a .courseCategoryList-item {
    margin-right: 0;
  }
}
/* Override */
.courseCategoryList .courseCategoryList-item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo {
  top: 0;
  right: 0;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-toDo .courseCategoryList-toDo-item {
  background-color: #0059ae;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
  background-color: #f3f3f3;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  padding: 20px;
  position: relative;
}
.courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper .courseCategoryList-title {
  word-break: break-word;
  word-wrap: break-word;
}
@media (hover: hover) {
  .courseCategoryList .courseCategoryList-item:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }
  .courseCategoryList .courseCategoryList-item:hover .courseCategoryList-photo {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .courseCategoryList .courseCategoryList-item:hover .courseCategoryList-titleWrapper .courseCategoryList-title {
    color: #0059ae;
  }
}
@media (min-width: 769px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-title {
    min-height: 2.8em;
  }
  .courseCategoryList .courseCategoryList-item:hover .courseCategoryList-title {
    max-height: calc(100% - 95px);
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .courseCategoryList .courseCategoryList-item .courseCategoryList-toDo {
    z-index: 1;
  }
  .courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper {
    position: relative;
    padding: 15px;
  }
  .courseCategoryList .courseCategoryList-item .courseCategoryList-titleWrapper .courseCategoryList-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
