@media screen and (max-width:1380px) {
  .banner_main{
    margin-top:60px;
  }
  .banner_main_news{
    padding: 0 20px;
  }
}
@media screen and (max-width:1100px) {
  .box_resources_main{
    width: 50%;
  }
}
@media screen and (max-width:1100px) {
  .resources_list_column.type_lesson_issue_list{
    grid-template-columns: repeat(2,1fr);
  }
  .map_sel_lists .list{
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width:1100px) {
  .column_table .group_th .th_lv{
    -webkit-flex: none;
            flex: none;
  }
  .column_table .group_th .th_subject{
    width: calc(100% - 130px);
    max-width: unset;
  }
  .column_table .group_th .th_lecturer,
  .column_table .group_th .th_teacher{
    display: none;
  }
  /***/
  .column_table .group_tr{
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }
  .column_table .group_tr .td_lv{
    -webkit-flex: none;
            flex: none;
    border: none;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .column_table .group_tr .td_subject{
    display: unset;
    flex-grow: unset;
    max-width: unset;
    width: calc(100% - 140px);
    border-right: unset;
    border-left: 1px solid #ccc;
    -webkit-justify-content: unset;
    justify-content: unset;
    padding-left: 10px;
  }
  .column_table .group_tr .td_lecturer,
  .column_table .group_tr .td_teacher{
    position: relative;
    flex-grow: unset;
    max-width: unset;
    width: calc(100% - 140px);
    margin-left: 140px;
    border-right: unset;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    -webkit-justify-content: left;
    justify-content: left;
    font-size: 0.9em;
  }
  .column_table .group_tr .td_lecturer::before{
    content: "教案作者";
    background-color: #e2e2e2;
    padding: 0 3px;
    margin: 0 3px 0 0;
    border-radius: 3px;
  }
  .column_table .group_tr .td_teacher::before{
    content: "指導老師";
    background-color: #e2e2e2;
    padding: 0 3px;
    margin: 0 3px 0 0;
    border-radius: 3px;
  }
}
@media screen and (max-width:800px) {
  .box_active{
    width:calc(48%);
  }
}
@media screen and (max-width:600px) {
  .column_table .group_th .th_lv{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .column_table .group_th .th_subject{
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  /***/
  .column_table .group_tr .td_lv{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .column_table .group_tr .td_subject{
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  .column_table .group_tr .td_lecturer,
  .column_table .group_tr .td_teacher{
    width: calc(100% - 100px);
    min-width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin-left: 100px;
  }
}
/*計畫團隊列表*/
@media screen and (max-width:1024px) {
  .staff_list_column{
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (max-width:768px) {
  .staff_list_column{
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width:560px) {
  .staff_list_column{
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width:360px) {
  .info_container .title_left{
    display: inline-block;
    margin: 0;
  }
}
/***/
@media screen and (max-width:768px) {
  #map_taiwan.show_city_school_list #vmap{
    width: 100%;
  }
  #map_taiwan.show_city_school_list .city_school_list{
    display: none;
  }
}