@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif,"微軟正黑體", "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background:#007fb4;*/
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
}

.btn_style {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.btn_style:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}

@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

.menu_box_m li {
  width: 90%;
  margin: 5% auto;
}

/*---kv---*/
header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  background: rgba(182, 229, 252, 0);
  top: 0;
  z-index: 20;
}

.sticky {
  background: #b6e5fc;
  -webkit-transition: 2s;
  transition: 2s;
  height: 75px;
}

@media (max-width: 767px) {
  .sticky {
    background: #006ea6;
  }
}

nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

nav ul {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

nav ul li {
  width: 160px;
  margin: 1%;
  -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 127, 180, 0.8));
  filter: drop-shadow(5px 5px 2px rgba(0, 127, 180, 0.8));
}

.btn_fixed {
  width: 8.6%;
  position: fixed;
  right: 0%;
  bottom: 2.5%;
  z-index: 15;
  -webkit-filter: drop-shadow(6px 6px 5px #0c5e91);
  filter: drop-shadow(6px 6px 5px #0c5e91);
}

.btn_fixed .btn_fixed_hand {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-animation: fixed_hand 1s ease-in-out infinite;
  animation: fixed_hand 1s ease-in-out infinite;
}

@media (max-width: 767px) {
  .btn_fixed {
    width: 18%;
    bottom: 2%;
  }
}

@-webkit-keyframes fixed_hand {
  0% {
    right: 0;
    bottom: 0;
  }
  50% {
    right: 15%;
    bottom: 15%;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}

@keyframes fixed_hand {
  0% {
    right: 0;
    bottom: 0;
  }
  50% {
    right: 15%;
    bottom: 15%;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  button.menu_m {
    display: block;
    position: absolute;
    top: 1%;
    right: 3%;
    width: 60px;
    height: 60px;
    border: none;
    background-image: url(../images/menu_mobile22.png);
    background-size: cover;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 990;
    outline: 0;
  }
}

/*---------------內 頁-----------------------*/
.lecture_body {
  width: 100%;
  background-image: url(../images/section/lecture/bg.png);
  background-size: 100%;
  background-attachment: fixed;
  position: relative;
  height: auto;
}

.section_toppic {
  width: 30.4%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: sec_toppic 2s ease-in-out infinite;
  animation: sec_toppic 2s ease-in-out infinite;
}

@-webkit-keyframes sec_toppic {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 20px;
    left: 2%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes sec_toppic {
  0% {
    top: 0;
    left: 0;
  }
  50% {
    top: 20px;
    left: 2%;
  }
  100% {
    top: 0;
    left: 0;
  }
}

.table-w {
  width: 80.9%;
  margin: 10% auto 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .table-w {
    width: 95%;
  }
}

.table-w h2 {
  width: 100%;
  font-size: 5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4, 0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4, 0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4, 0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4,0 0 5px #007fb4;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .table-w h2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .table-w h2 {
    font-size: 2rem;
  }
}

.table_box {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 5%;
  margin-top: 10%;
}

.date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.date {
  width: auto;
  font-size: 5rem;
  font-weight: bold;
  border-bottom: 5px solid #fff;
  text-align: center;
  width: auto;
  line-height: 1;
}

@media (max-width: 767px) {
  .date {
    font-size: 2.5rem;
  }
}

.time {
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 1.5;
  padding: 5px 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 767px) {
  .time {
    font-size: 1.15rem;
  }
}

ul.table_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  position: relative;
  clear: both;
  text-align: left;
  margin: 5% auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

ul.table_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(20% - 10px);
  margin: 5px;
}

@media (min-width: 768px) and (max-width: 992px) {
  ul.table_list li {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 5px 5px 3rem;
  }
}

@media (max-width: 767px) {
  ul.table_list li {
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 5px 5px 3rem;
  }
}

ul.table_list li .li_box {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  justify-self: space-between;
  position: relative;
  padding-bottom: 5rem;
}

ul.table_list li .li_box .class_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

ul.table_list li .li_box .class_info span.item_title {
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 50px;
  width: auto;
  padding: 0 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

ul.table_list li .li_box .class_info h3 {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

@media (max-width: 767px) {
  ul.table_list li .li_box .class_info h3 {
    font-size: 1.5rem;
  }
}

ul.table_list li .li_box .class_info ul.lecturer li {
  width: 100%;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}

ul.table_list li .li_box .class_info ul.lecturer li::before {
  content: "★";
}

@media (max-width: 767px) {
  ul.table_list li .li_box .class_info ul.lecturer li {
    font-size: 1rem;
  }
}

ul.table_list li .li_box span.class {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: right;
  margin: 1rem 0;
  position: absolute;
  right: 5px;
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.table_list li .li_box span.class {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  ul.table_list li .li_box span.class {
    font-size: 2rem;
  }
}

ul.table_list li .li_box span.classroom {
  font-size: 1rem;
  font-weight: 300;
  text-align: right;
  margin-bottom: -2rem;
  position: absolute;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  ul.table_list li .li_box span.classroom {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  ul.table_list li .li_box span.classroom {
    font-size: 1.25rem;
  }
}

.li_box_b01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#58a6db+50,7fcdeb+100 */
  background: #58a6db;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #58a6db 50%, #7fcdeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a6db', endColorstr='#7fcdeb',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.li_box_b01 span.item_title {
  color: #58a6db;
}

.li_box_b01 span.class {
  color: #1060ab;
}

.li_box_b02 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#66bcc8+50,95dbe1+100 */
  background: #66bcc8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #66bcc8 50%, #95dbe1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66bcc8', endColorstr='#95dbe1',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.li_box_b02 span.item_title {
  color: #66bcc8;
}

.li_box_b02 span.class {
  color: #126780;
}

.li_box_b03 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eb7d5b+50,f4b584+100 */
  background: #eb7d5b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #eb7d5b 50%, #f4b584 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7d5b', endColorstr='#f4b584',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.li_box_b03 span.item_title {
  color: #eb7d5b;
}

.li_box_b03 span.class {
  color: #bb3b14;
}

.li_box_b04 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5ac3b+50,fad156+100 */
  background: #f5ac3b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f5ac3b 50%, #fad156 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ac3b', endColorstr='#fad156',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.li_box_b04 span.item_title {
  color: #f5ac3b;
}

.li_box_b04 span.class {
  color: #9b640e;
}

.btn_box {
  width: 100%;
  text-align: center;
  margin: 10% 0 5%;
  position: relative;
}

.btn_box a {
  outline: none;
}

@media (max-width: 767px) {
  .btn_box {
    margin: 15% 0 10%;
  }
}

.btn_box .btn_lecture {
  display: inline;
  font-size: 2.375rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 3px solid #fff;
  margin: 0 2%;
  text-decoration: none;
  outline: none;
}

@media (max-width: 767px) {
  .btn_box .btn_lecture {
    font-size: 1.25rem;
  }
}

.btn_box .btn_lecture_table {
  background: #396ccb;
}

.btn_lecture_add {
  background: #eabf3d;
}

.btn_box a:hover {
  text-decoration: none;
}

.tips {
  display: inline-block;
  width: auto;
  text-align: left;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 10%;
  padding: 20px;
}

@media (max-width: 767px) {
  .tips {
    margin-bottom: 15%;
  }
}
/*# sourceMappingURL=table.css.map */