/*****************************************/
@media(max-width:768px) {
  .HTML_info{
    font-size: 1rem;
  }
}
/*****************************************/
@media(max-width:768px) {
  .course_calender_mode{
    display: none !important;
  }
  .course_list_mode.hide{
    display:block !important;
  }
}
/*****************************************/
@media screen and (max-width:768px) {
  .week_commend_list .box_active .pic{
  }
  .week_commend_list .box_active .pic,
  .week_commend_list .right_column{
    width:100%;
    clear: both;
    margin: 0;
  }
}
/*****************************************/
@media screen and (max-width:960px) {
  ul.lists-page{
    grid-template-columns: repeat(2,1fr);
  }
  ul.lists-page.mode-photo{
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width:480px) {
  ul.lists-page{
    grid-template-columns: repeat(1,1fr);
  }
  ul.lists-page.mode-photo{
    grid-template-columns: repeat(2,1fr);
  }
}
/*****************************************/