@charset "UTF-8";
/* colors */
/* deep brown */
html, body {
  font-family: "微軟正黑體", "Noto Sans TC", "Roboto", "Helvetica", "黑體-繁", "Heiti TC", sans-serif;
  color: #3c3c3c;
  background-color: #faf6f2; }

a, a:hover {
  color: #3c3c3c; }

.container-fix {
  width: 1100px;
  margin: 0 auto; }

#logo {
  padding-top: 1rem; }
  #logo aside {
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0 30px 0 12px; }
  #logo .search {
    display: inline-block;
    width: 180px;
    margin-right: 40px; }

.dark-input .form-control::placeholder {
  color: #afa394; }
.dark-input input {
  color: #afa394;
  border-color: #afa394;
  background: #faf6f2;
  border-radius: 8px 0 0 8px !important; }
.dark-input button {
  color: #faf6f2;
  border-color: #afa394;
  background: #afa394;
  border-radius: 0 8px 8px 0 !important; }
  .dark-input button:hover {
    border-color: #9f907e;
    background: #9f907e; }

.kv-img-landing {
  position: absolute;
  width: 100%;
  overflow: hidden; }
  .kv-img-landing img {
    width: 1500px;
    display: block;
    margin: 0 auto; }

.kv-img {
  position: absolute;
  width: 1500px;
  overflow: visible;
  margin-left: -200px; }

#main-nav {
  margin: 3.438rem 0 0 0; }
  #main-nav a {
    color: #534741; }
    #main-nav a span {
      display: block;
      color: rgba(175, 163, 148, 0.6);
      text-align: center;
      font-size: 0.563rem; }
  #main-nav .dropdown-menu {
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.3);
    border-top: solid 2px #534741;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 0.875rem;
    margin-left: -5px;
    margin-top: 0px;
    border-radius: 0;
    background: #faf6f2; }
    #main-nav .dropdown-menu .dropdown-item {
      border-bottom: solid 1px rgba(175, 163, 148, 0.3); }
    #main-nav .dropdown-menu .dropdown-item:hover {
      background: #afa394;
      color: #faf6f2; }
    #main-nav .dropdown-menu ::after {
      content: '';
      border: 6px solid transparent;
      width: 0;
      height: 0;
      border-bottom-color: #534741;
      position: absolute;
      top: -13px;
      left: 25px; }
  #main-nav .dropdown:hover .dropdown-menu {
    display: block; }

#theme {
  margin: 13.750rem 0 0; }
  #theme.theme-in {
    margin-top: 80px; }
  #theme #on-issue {
    color: #534741;
    /* page */ }
    #theme #on-issue .issue-cover {
      padding: 8px;
      background: #534741;
      display: inline-block; }
    #theme #on-issue h3 {
      font-weight: 300;
      font-size: 1rem;
      border-bottom: 7px #534741 solid;
      display: inline-block;
      padding: 0 10px; }
      #theme #on-issue h3 span {
        font-size: 2.813rem;
        font-family: Roboto;
        margin: 0 10px;
        font-weight: 500; }
    #theme #on-issue h2 {
      background: #534741;
      color: #faf6f2;
      display: block;
      padding: 20px 30px;
      width: 100%;
      min-height: 140px;
      font-weight: 400;
      font-size: 1.125rem;
      margin-top: 13px;
      line-height: 1.75rem; }
      #theme #on-issue h2 span {
        font-size: 0.875rem;
        display: block;
        line-height: 1.25rem;
        margin-top: 5px;
        font-family: Roboto;
        font-weight: 300; }
    #theme #on-issue h1 {
      position: absolute;
      bottom: 0;
      width: 120px;
      text-align: center;
      font-size: 1.625rem;
      line-height: 1.375rem;
      font-weight: 300; }
      #theme #on-issue h1 span {
        font-size: 0.875rem; }
    #theme #on-issue aside {
      display: inline-block;
      margin: 0px 0 8px 20px;
      font-size: 0.750rem;
      font-weight: 700; }
  #theme hr {
    border-color: #3c3c3c;
    margin-top: 15px;
    margin-bottom: 0; }
  #theme #info {
    color: #534741; }
    #theme #info h1 {
      margin: -0.35rem 7rem 2rem 4rem;
      font-size: 1.750rem; }
      #theme #info h1 span {
        display: block;
        font-size: 1rem;
        font-weight: 300;
        margin-top: 0px; }
    #theme #info hr {
      border-color: #faf6f2; }
    #theme #info ul {
      background: #534741;
      color: #faf6f2; }
    #theme #info .nav-link, #theme #info .nav-link a {
      font-weight: 300;
      font-size: 0.875rem;
      color: #faf6f2; }
      #theme #info .nav-link:hover, #theme #info .nav-link a:hover {
        color: #998675; }
    #theme #info .active {
      background: #998675;
      color: #faf6f2; }
      #theme #info .active:hover {
        color: #faf6f2; }

.info {
  margin: 3.125rem;
  font-size: 0.938rem;
  line-height: 1.75rem; }

.catalog {
  margin: 15px 0 40px; }
  .catalog .catalog-list {
    padding: 1.5rem 0 1rem;
    border-bottom: dotted #808080 1px; }
    .catalog .catalog-list p {
      font-size: 0.813rem; }
    .catalog .catalog-list .list-sort {
      padding-right: 1rem;
      color: #998675;
      text-align: right; }
      .catalog .catalog-list .list-sort span {
        display: block; }
    .catalog .catalog-list .list-T {
      padding-right: 2rem; }
      .catalog .catalog-list .list-T h3, .catalog .catalog-list .list-T h3 a {
        color: #3c3c3c;
        font-size: 1.125rem;
        display: block; }
      .catalog .catalog-list .list-T span {
        display: block;
        margin-top: 7px;
        font-size: 0.938rem;
        line-height: 1.250rem; }
      .catalog .catalog-list .list-T .keyword {
        color: #8d8d8d; }
    .catalog .catalog-list .list-T2 {
      /* article page right */
      padding-right: 1rem; }
      .catalog .catalog-list .list-T2 h3, .catalog .catalog-list .list-T2 h3 a {
        color: #3c3c3c;
        font-size: 0.938rem;
        display: block;
        line-height: 1.375rem; }
        .catalog .catalog-list .list-T2 h3 span, .catalog .catalog-list .list-T2 h3 a span {
          display: block;
          font-size: 0.750rem;
          line-height: 1.125rem;
          font-family: roboto;
          font-weight: 400; }
    .catalog .catalog-list .list-page {
      padding-right: 1rem;
      text-align: right;
      font-size: 1.125rem;
      color: #8d8d8d; }
    .catalog .catalog-list .p2 {
      color: #8d8d8d;
      margin-bottom: 10px; }
    .catalog .catalog-list time {
      font-size: 0.875rem;
      color: #534741;
      margin-left: 50px; }
    .catalog .catalog-list .p-link, .catalog .catalog-list .p-link a {
      color: #3c3c3c;
      line-height: 1.375rem; }

#pre-links {
  margin-top: 170px;
  width: 100%; }
  #pre-links.index-p {
    margin-top: 350px; }
  #pre-links aside {
    padding-top: 20px;
    display: block;
    text-align: center;
    height: 130px;
    background: #534741; }
  #pre-links .links {
    margin-top: 3px;
    text-align: center;
    font-size: 0.938rem; }
    #pre-links .links a {
      color: #faf6f2; }
    #pre-links .links .nav-item {
      margin: 1px 0;
      background: #afa394; }
      #pre-links .links .nav-item a:hover {
        background: #998675; }

button.dl {
  color: #faf6f2;
  border-radius: 15px;
  padding: 3px 15px;
  background-color: #534741;
  border-color: #362f2b; }
  button.dl:hover {
    background-color: #998675; }

#article {
  position: relative;
  margin-top: 60px;
  font-size: 0.938rem; }
  #article .item {
    font-size: 0.813rem;
    padding: 2px 15px 0 0; }
  #article p {
    line-height: 1.750rem; }

.table-list {
  margin: 0 0 30px; }
  .table-list th {
    font-size: 0.875rem;
    font-weight: 300;
    border: 0; }
  .table-list thead th {
    border-bottom: solid #808080 1px; }
  .table-list tbody tr {
    border-bottom: dotted #808080 1px; }
  .table-list td {
    color: #3c3c3c;
    border: 0; }
  .table-list a, .table-list a:hover {
    display: block;
    color: #3c3c3c; }

.pagination .page-item.disabled .page-link {
  background: transparent; }
.pagination .page-item.active .page-link {
  background: #534741;
  border-color: transparent; }
.pagination .page-link {
  background: transparent; }
.pagination .active {
  background-color: #534741; }

#meb {
  margin: 30px 0 80px;
  font-size: 0.938rem; }
  #meb img {
    display: block;
    margin: 50px auto 40px; }
  #meb .btn {
    color: #faf6f2;
    background: #534741; }

#signup {
  margin: 30px 100px; }
  #signup .btn {
    color: #faf6f2;
    background: #534741; }

.note {
  font-size: 0.813rem; }

.tooltip-inner {
  /* bootstrap class */
  background-color: #998675; }

.bs-tooltip-bottom {
  /* bootstrap class */
  margin-top: 7px; }
  .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #998675; }

.modal {
  /* bootstrap class */ }
  .modal .modal-header {
    border-bottom: 0; }
  .modal hr.head {
    border: solid 4px #534741;
    margin: 0 15px; }
  .modal button.login {
    background-color: #534741;
    border-color: #28221f; }
  .modal a {
    color: #495057;
    text-decoration: none; }
  .modal .new {
    margin: 0px;
    padding: 20px 10px 10px; }
    .modal .new button {
      color: #faf6f2;
      background-color: #998675;
      border-color: #7e6d5d; }

footer {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-top: solid #534741 1px;
  padding: 25px 0; }
  footer a {
    color: #534741; }
