@charset "UTF-8";
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  src: local("Yu Gothic"), local("MS Gothic"); }

html,
body {
  font-family: Helvetica, Arial, '微軟正黑體修正', Microsoft JhengHei, serif;
  font-size: .98rem; }

section {
  padding: 30px 0; }

footer {
  font-size: .9rem; }

.btn.focus,
.btn:focus {
  box-shadow: none; }

.btn {
  border-radius: 0.6rem; }

.btn-more,
.btn-follow {
  color: #333;
  background: #e9ecef;
  border-color: #e9ecef; }

.btn-more:hover,
.btn-follow:hover {
  color: #fff;
  background: #cbd1d8;
  border-color: #cbd1d8; }

.badge {
  font-size: .85rem; }

.fa-custom-list {
  background-image: url("../images/list.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  opacity: .8;
  transition: opacity 0.3s; }

.search-form .form-group {
  margin-bottom: .5rem; }

.search-form .col-form-label-sm {
  font-weight: bold;
  font-size: .95rem;
  margin-bottom: 0; }

.search-form .advanced_search_btn span.toggle {
  font-size: .95rem; }

.navbar .btn-light {
  color: #30659f;
  padding: .2rem .5rem; }

.navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); }

.navbar .navbar-nav .nav-link {
  transition: color .3s;
  color: rgba(255, 255, 255, 0.75); }

.navbar .navbar-nav .dropdown.show .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #fff;
  transition: color .3s; }

.navbar .dropdown-menu {
  min-width: inherit;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s; }

.navbar .dropdown-toggle::after {
  position: relative;
  top: 0.2rem; }

.navbar .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); }

.navbar .dropdown.show .dropdown-toggle::after {
  border-bottom: .3em solid;
  border-right: .3em solid transparent;
  border-top: 0;
  border-left: .3em solid transparent; }

.navbar .nav-item .nav-link i,
.navbar .nav-item .nav-link span {
  vertical-align: middle; }

.navbar .nav-item .nav-link:hover i {
  opacity: 1;
  transition: opacity 0.3s; }

.navbar .navbar-nav .nav-item .fas {
  font-size: 1.5em; }

.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%; }
  .rwd-table td.remark {
    font-size: .9rem; }
  .rwd-table td .h5 {
    line-height: inherit; }
  .rwd-table > thead > tr > th {
    background: #f8f9fa; }
  .rwd-table tr:nth-of-type(2n) {
    background: #f5f6f7; }
  .rwd-table th,
  .rwd-table td {
    margin: 0.5em 1.5em; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
  .rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block; }
  .rwd-table td.btn-area:before {
    content: attr(data-th) ""; }
  .rwd-table th,
  .rwd-table td:before {
    font-weight: bold;
    color: #30659f; }
  .rwd-table > tbody > tr > td {
    padding: 2px 0;
    border-top: none; }
  .rwd-table > tbody > tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table > thead > tr > th,
  .rwd-table > tbody > tr > td {
    vertical-align: middle; }
  .rwd-table td.no-data-th:before {
    display: none; }
  .rwd-table td.semester {
    font-size: 1.15rem;
    margin-left: 1.4rem; }

.modal-note .modal-body ul {
  margin-bottom: 1rem;
  padding-left: 0; }
  .modal-note .modal-body ul > li {
    font-size: 1rem;
    font-weight: bold;
    list-style-type: none; }
    .modal-note .modal-body ul > li ul {
      padding-left: 2rem; }
      .modal-note .modal-body ul > li ul > li {
        margin-top: .5rem;
        list-style-type: disc;
        margin-bottom: .5rem;
        font-size: .95rem;
        font-weight: normal; }

.accordion .card {
  text-align: left; }
  .accordion .card .card-header {
    padding: 0; }
    .accordion .card .card-header > button {
      padding: .5rem .75rem;
      text-align: left;
      white-space: normal;
      color: #495057;
      text-decoration: none; }
  .accordion .card .card-body ul {
    padding: 0 1rem;
    margin: 0; }

.toast {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  top: 20px;
  right: 0;
  left: 0;
  width: 200px; }

.modal-backdrop {
  z-index: 1040 !important;
}

.modal-content {
  z-index: 1100 !important;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: .95rem; }
  .container-wide {
    max-width: 100%; }
  .navbar .dropdown-menu {
    display: block; }
  .rwd-table {
    min-width: 800px; }
    .rwd-table td.semester {
      width: 80px; }
    .rwd-table td.subject-code {
      width: 90px; }
    .rwd-table td.subject-name {
      width: 150px; }
    .rwd-table td.teacher-name {
      min-width: 80px;
      max-width: 150px; }
    .rwd-table td.credit {
      width: 80px; }
    .rwd-table td.class-time {
      width: 100px; }
    .rwd-table td.class-unit,
    .rwd-table td.list-status {
      min-width: 80px;
      max-width: 150px; }
    .rwd-table td.list-class-time {
      width: 150px; }
    .rwd-table td.remark {
      width: 250px; }
    .rwd-table td.list-remark {
      width: 200px; }
    .rwd-table td.list-del {
      text-align: center;
      width: 53px; }
    .rwd-table td.label {
      max-width: 220px; }
    .rwd-table td:before {
      display: none; }
    .rwd-table th,
    .rwd-table td {
      display: table-cell;
      padding: 0.25em 0.5em; }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
      padding-left: 0; }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
      padding-right: 0; }
    .rwd-table th,
    .rwd-table td {
      padding: 0.6em !important; }
    .rwd-table > tbody > tr > td {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    .rwd-table td.semester {
      font-size: inherit; } }

@media (min-width: 992px) {
  .container-wide {
    max-width: 100%; } }

@media (min-width: 1200px) {
  .container-wide {
    max-width: 1700px; } }
/*# sourceMappingURL=style.css.map */
