@charset "UTF-8";
/* colors */
/* deep brown */
html, body {
  font-family: "Noto Serif TC", serif, "微軟正黑體", "Noto Sans TC", "Roboto", "Helvetica", "黑體-繁", "Heiti TC", sans-serif;
  color: #333333;
  background-color: rgba(242, 242, 242, 0.3);
}

#main-bg {
  z-index: -5;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 1000px;
}

#main-bg #bg-item {
  width: 100%;
}

#main-bg #bg-item .watermark-a {
  position: absolute;
  top: -15px;
  left: -55%;
  width: 85%;
}

#main-bg #bg-item .watermark-b {
  position: absolute;
  top: 590px;
  left: 53%;
  width: 85%;
}

#main-bg #bg-item img {
  width: 100%;
}

a, a:hover {
  color: #333333;
}

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

#logo {
  border-top: solid 8px #E60012;
  padding: 1rem 0 4rem 0;
}

#logo .logo-img {
  margin: 50px 0 0 50px;
}

#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::-webkit-input-placeholder {
  color: #999999;
}

.dark-input .form-control:-ms-input-placeholder {
  color: #999999;
}

.dark-input .form-control::-ms-input-placeholder {
  color: #999999;
}

.dark-input .form-control::placeholder {
  color: #999999;
}

.dark-input input {
  color: #999999;
  border-color: #333333;
  background: rgba(242, 242, 242, 0.3);
  border-radius: 8px 0 0 8px !important;
}

.dark-input button {
  color: #e6e6e6;
  border-color: #333333;
  background: #333333;
  border-radius: 0 8px 8px 0 !important;
}

.dark-input button:hover {
  border-color: #202020;
  background: #202020;
}

.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: #333333;
}

#main-nav a span {
  display: block;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  font-size: 0.688rem;
  font-family: "Noto Sans TC", "Roboto", "Helvetica", "黑體-繁", "Heiti TC", sans-serif;
}

#main-nav .dropdown-menu {
  -webkit-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 #333333;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-size: 0.875rem;
  margin-left: -5px;
  margin-top: 0px;
  border-radius: 0;
  background: #ffffff;
}

#main-nav .dropdown-menu .dropdown-item {
  border-bottom: solid 1px rgba(175, 163, 148, 0.3);
}

#main-nav .dropdown-menu .dropdown-item:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#bdbdbd), color-stop(50%, #e6e6e6), to(#fff));
  background: linear-gradient(to top, #bdbdbd 0%, #e6e6e6 50%, #fff 100%);
  color: #333333;
}

#main-nav .dropdown-menu ::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #333333;
  position: absolute;
  top: -13px;
  left: 25px;
}

#main-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.add-bg {
  background-color: rgba(230, 230, 230, 0.5);
}

.fram-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fram-flex .flex-box1 {
  padding-top: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}

.fram-flex .flex-box2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.issue-cover {
  padding: 8px;
  background: #999999;
  display: inline-block;
}

#theme {
  position: relative;
  margin: 30px 0 0;
}

#theme #on-issue {
  color: #333333;
  /* page */
}

#theme #on-issue .issue-cover {
  padding: 8px;
  background: #333333;
  display: inline-block;
}

#theme #on-issue h3 {
  font-weight: 300;
  font-size: 1rem;
  text-align: right;
  padding: 0 10px;
}

#theme #on-issue h3 span {
  font-size: 3.25rem;
  font-family: Roboto;
  margin: 0 6px;
  font-weight: 400;
}

#theme #on-issue h2 {
  color: #333333;
  font-family: 'Noto Serif TC', serif;
  display: block;
  padding: 5px 20px 20px;
  width: 100%;
  min-height: 140px;
  font-weight: 900;
  font-size: 1.25rem;
  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;
  color: #999999;
}

#theme #on-issue h2 .sort {
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 7px;
}

#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: block;
  margin: 0px 0 8px 20px;
  font-size: 0.850rem;
  font-weight: 400;
  text-align: right;
  color: #999999;
}

#theme hr {
  border: 4px #333333 solid;
  margin-top: 5px;
  margin-bottom: 0;
}

#theme #info {
  color: #333333;
}

#theme #info h1 {
  margin: 0rem 7rem 2rem 3rem;
  font-family: 'Noto Serif TC', serif;
  font-weight: 700;
  font-size: 1.750rem;
  color: #E60012;
}

#theme #info h1 span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 5px;
  color: #666666;
}

#theme #info hr {
  border: 4px solid #333333;
}

#theme #info ul {
  border-bottom: 1px solid #E60012;
}

#theme #info .nav-link, #theme #info .nav-link a {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #333333;
}

#theme #info .nav-link:hover, #theme #info .nav-link a:hover {
  color: #fff;
  background: #E60012;
}

#theme #info .active {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#E60012), to(#ad0012));
  background: linear-gradient(to top, #E60012 0%, #ad0012 100%);
  color: #fff;
}

#theme #info .active:hover {
  color: #faf6f2;
}

#theme #info a.active::before {
  content: '';
  border: 9px solid transparent;
  border-top-color: #E60012;
  position: absolute;
  bottom: -18px;
  left: 40%;
}

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

.name-list {
  margin: 3.125rem;
}

.name-list aside {
  font-size: 0.938rem;
  margin-bottom: 1.5rem;
}

.name-list h1 {
  font-size: 1.25rem;
  color: #999999;
  line-height: 1.2rem;
}

.name-list h2 {
  font-size: 1rem;
  color: #999999;
}

.catalog {
  margin: 15px 0 40px;
}

.catalog .catalog-list {
  padding: 1rem 0 1rem;
  border-bottom: dotted #808080 1px;
}

.catalog .catalog-list p {
  font-size: 0.813rem;
}

.catalog .catalog-list .list-sort {
  color: #999999;
}

.catalog .catalog-list .list-sort span {
  margin-left: 10px;
  display: inline-block;
}

.catalog .catalog-list .list-T {
  padding-right: 2rem;
}

.catalog .catalog-list .list-T h3, .catalog .catalog-list .list-T h3 a {
  color: #333333;
  font-size: 1.125rem;
  display: block;
}

.catalog .catalog-list .list-T span {
  display: inline-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: #333333;
  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: #999999;
  margin-bottom: 10px;
}

.catalog .catalog-list time {
  font-size: 0.875rem;
  color: #333333;
  margin-left: 50px;
}

.catalog .catalog-list .p-link, .catalog .catalog-list .p-link a {
  color: #333333;
  line-height: 1.375rem;
}

#pre-links {
  margin-top: 170px;
  width: 100%;
}

#pre-links.index-p {
  margin-top: 0px;
}

#pre-links aside {
  padding-top: 15px;
  display: block;
  text-align: center;
  height: 110px;
}

#pre-links .links {
  margin-top: 3px;
  text-align: center;
  font-size: 0.938rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 5px 0;
}

#pre-links .links a {
  color: #333333;
}

#pre-links .links .nav-item {
  margin: 1px 0;
}

#pre-links .links .nav-item a:hover {
  background: #e6e6e6;
}

button.dl {
  color: #faf6f2;
  border-radius: 15px;
  padding: 3px 15px;
  background-color: #333333;
  border-color: #1a1a1a;
}

button.dl:hover {
  background-color: #999999;
}

#article {
  font-family: "Noto Sans TC", "Roboto", "Helvetica";
  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: #333333;
  border: 0;
}

.table-list a, .table-list a:hover {
  display: block;
  color: #333333;
}

.pagination .page-item.disabled .page-link {
  background: transparent;
}

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

.pagination .page-link {
  background: transparent;
}

.pagination .active {
  background-color: #333333;
}

#meb {
  margin: 30px 0 80px;
  font-size: 0.938rem;
}

#meb img {
  display: block;
  margin: 50px auto 40px;
}

#meb .btn {
  color: #faf6f2;
  background: #333333;
}

#signup {
  margin: 30px 100px;
}

#signup .btn {
  color: #faf6f2;
  background: #333333;
}

.note {
  font-size: 0.813rem;
}

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

.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 #333333;
  margin: 0 15px;
}

.modal button.login {
  background-color: #333333;
  border-color: #0d0d0d;
}

.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 #333333 1px;
  padding: 25px 0;
}

footer a {
  color: #333333;
}
/*# sourceMappingURL=main.css.map */