@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
html {
  font-family: "Noto Sans TC", "Roboto", "微軟正黑體", "Helvetica", "黑體-繁", "Heiti TC", sans-serif;
  color: #000;
}

/* colors */
body {
  background-color: #f5f4f0;
}

.container-all {
  width: 1040px;
  display: block;
  margin: 0 auto;
}

header img {
  display: block;
  margin: 0 auto;
}

header img.logo-ncu {
  width: 155px;
  margin-top: 20px;
  margin-bottom: 20px;
}

header img.logo-jr {
  width: 330px;
}

.form-control {
  border-color: #fab13c;
  background-color: #f5f4f0;
}

.btn-main {
  background-color: #fab13c;
  color: #f5f4f0;
}

.search {
  margin: 60px auto 30px;
  width: 65%;
}

.display a {
  text-decoration: none;
  border: 1px solid #f5f4f0;
  display: inline-block;
  margin-bottom: 40px;
}

.display a:hover {
  border-color: #fab13c;
}

.magz-item {
  padding: 15px;
}

.magz-item img {
  width: 100%;
}

.magz-item .magz-body {
  padding: 15px 3px 10px;
}

.magz-item .magz-body h4 {
  color: #323232;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans TC";
}

.magz-item .magz-body table {
  margin-top: 20px;
  color: #848484;
  font-size: 0.813rem;
  line-height: 1rem;
}

.magz-item .magz-body table th, .magz-item .magz-body table td {
  padding: 4px 0 0;
}

.magz-item .magz-body table th {
  width: 70px;
  vertical-align: top;
  font-weight: 400;
}

.T-tag {
  margin: 60px 0 30px;
  color: #fab13c;
  border-bottom: 3px solid #fab13c;
}

.T-tag h1 {
  font-weight: 300;
  font-family: "Noto Sans TC";
  padding: 0 20px;
}

.result-info {
  text-align: center;
  margin-bottom: 10px;
}

.result-info span {
  color: #fab13c;
  margin: 0 5px;
  font-family: 700;
}

.result-list table {
  width: 100%;
  text-align: center;
}

.result-list table th {
  border-top: 1px solid #9bae72;
  border-bottom: 1px solid #9bae72;
  font-size: 0.875rem;
  color: #848484;
  padding: 5px 0;
}

.result-list table td {
  padding: 12px 0;
  border-bottom: dotted 1px rgba(132, 132, 132, 0.6);
}

.result-list table .list-title {
  text-align: left;
  font-size: 1.25rem;
}

.result-list table .list-title a {
  display: block;
  color: #323232;
  text-decoration: none;
}

.result-list table .list-title a aside {
  font-size: 0.938rem;
  color: #848484;
}

.result-list table .list-title a:hover {
  color: #848484;
}

footer {
  width: 100%;
  margin: 40px 0 30px;
  border-top: 1px solid #fab13c;
  padding: 15px 25px;
  font-size: 0.875rem;
  color: #848484;
}
/*# sourceMappingURL=main.css.map */