* {
  font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
  text-align: justify;
  text-justify: distribute;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem 0.9375rem 0rem;
}

p {
  font-size: 1.125rem;
}

li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem;
}

a a:hover, a:visited, a:link, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6 {
  color: #b59c17;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.set-h1-w, .set-h2-w, .set-h3-w, .set-h4-w, .set-h5-w, .set-h6-w {
  color: white;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.background-color-primary {
  background-color: #181a5b;
}

.background-color-primary-dark {
  background-color: #000031;
}

.img-border-radius {
  border-radius: 1rem;
}

.background-main-pic {
  background-image: url(/static/images/BG_Img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-icon-img a {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
}

.set-icon-img a:hover {
  -webkit-filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
          filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
}

.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

.set-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-margin-s {
  margin: 1rem;
}

.set-margin-top-s {
  margin-top: 1rem;
}

.set-margin-xs {
  margin: 0.5rem;
}

.set-padding-s {
  padding: 1rem;
}

.set-last-bottom {
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}

table {
  margin: 0.5rem 0rem;
  width: 100%;
}

td {
  padding: 1rem;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.set-table-head {
  background-color: #b59c17;
}

.set-text-center {
  text-align: center;
}

.set-table-w1 {
  width: 8.333%;
}

.set-table-w2 {
  width: 16.666%;
}

.set-table-w3 {
  width: 25%;
}

.set-table-w4 {
  width: 33.333%;
}

.set-tr-boder-bottom {
  border: 0px;
  border-bottom: 1px solid #b59c17;
}

.archives-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.archives-title-extra {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 30px 0px 5px 0px;
    margin-top: 1rem;
}

.set-category-select {
    position: relative;
    display: none;
    margin-bottom: .75rem;
    margin-right: 0;
    width: 100%;
}

.set-category-select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0px 7px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}

.category-select-input {
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #b59c17;
    color: #ffffff;
    font-size: 1.125rem;
    width: 100%;
}

.category-select-list {
    position: absolute;
    max-height: 12rem;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    border: none;
    list-style: none;
    background-color: #b59c17;
    color: #ffffff;
    font-size: 1.125rem;
    width: 100%;
}

.category-select-list li {
    padding: 0rem 2.5rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    margin: 0rem 0rem;
}

.category-select-list li.active {
  background-color: #81A66A;
}

.set-order-select {
    position: relative;
    display: inline;
}

.set-order-select .set-order-select-btn{
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #b59c17;
    color: #ffffff;
    font-size: 1.125rem;
}

.set-order-select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0px 7px;
  border-color: #fff transparent transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}

.set-search-input {
    position: relative;
    margin-left: 1.5rem;
}

.set-search-input input {
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    border: none;
    background-color: #b59c17;
    color: #ffffff;
    font-size: 1.125rem;
}


.set-search-input .icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.set-search-input input::placeholder {
    color: #cfcfcf;
}

.archives-total {
  color: menu;
  font-size: .925rem;
  margin-top: 1.5rem;
  margin-bottom: .2rem;
}

.archives-total .total {
  padding-left: .25rem;
  padding-right: .25rem;
}

.archives-swipers {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

.swiper-slide {
  width: auto;
}

.archives-swiper {
  padding: 1.25rem;
  border: 1px solid #eacd4e;
  color: #eacd4e;
  cursor: pointer;
}

.swiper-wrapper .current {
    background-color: #b59c17;
    color: #ffffff;
}

.archives-swiper-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    text-align: center;
    letter-spacing: 0.09rem;
}

.archives-swiper-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .25rem;
    text-align: center;
    letter-spacing: 0.09rem;
}

.archives-swiper:hover {
  background-color: #b59c17;
  color: #ffffff;
}

.archives-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.archives-button-next, .archives-button-prev {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background-color: #ee3a43;
    opacity: .5;
}

.archives-button-next {
    right: 0;
}

.archives-button-disabled {
  display: none;
}

.archives-arrow-l,.archives-arrow-r{
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .75rem;
    margin-left: .75rem;
    overflow: hidden;
    position: relative;
}

.archives-arrow-l span,.archives-arrow-r span {
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.archives-arrow-l span {
    background: url("../images/arrow_l.svg") no-repeat center center;
}

.archives-arrow-r span {
    background: url("../images/arrow_r.svg") no-repeat center center;
}

.archives-arrow-r span:last-child {
    left: -1.5rem;
}

.archives-arrow-l span:last-child {
    left: 1.5rem;
}

.archives-button-next:hover {
    opacity: 1;
}

.archives-button-prev:hover {
    opacity: 1;
}

.archives-button-next:hover span{
    animation: arrow-scroll-r 0.3s linear;
}

.archives-button-prev:hover span{
    animation: arrow-scroll-l 0.3s linear;
}

@keyframes arrow-scroll-r {
  to { transform: translateX(1.5rem); }
}

@keyframes arrow-scroll-l {
  to { transform: translateX(-1.5rem); }
}

.archives-item {
    display: none;
}

.archives-list {
    border-bottom: .0625rem solid #ffffff;
    cursor: pointer;
    transition: all .6s ease;
    position: relative;
    width: 100%;
}

.archives-list:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.archives-list:after {
    border-bottom: 2px solid #eacd4e;
    top: 100%;
    content: "";
    left: 0;
    position: absolute;
    transform: none;
    transition: all .6s ease;
    width: 0;
}

.archives-list:hover::after {
    width: 100%;
}

.archives-list-content {
    display: block;
    padding: 1rem;
    position: relative;
}

.archives-list-pdf-title {
    color: #eacd4e;
    font-size: 1.125rem;
    white-space: normal;
    width: calc(100% - 100px);
    word-break: break-all;
    letter-spacing: 0.09rem;
}

.archives-info {
    align-items: center;
    color: #b59c17;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    justify-content: flex-start;
    margin-top: .5rem;
}

.archives-size {
    margin-left: .5rem;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.archives-size img {
  margin-right: .25rem;
  width: 26px;
}

.archives-download {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease;
    opacity: 0;
}

.archives-list:hover .archives-download{
   opacity: 1;
}

.archives-download .archives-download-link {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #eacd4e;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.625rem;
    transition: all .6s ease;
}

.archives-arrow-d{
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
    overflow: hidden;
    position: relative;
}

.archives-arrow-d span {
    position: absolute;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.archives-arrow-d span {
    background: url("../images/arrow_d.svg") no-repeat center center;
}

.archives-arrow-d span:last-child {
    top: -1.5rem;
}

.archives-list:hover .archives-arrow-d span{
    animation: arrow-scroll-d 0.3s linear;
}

@keyframes arrow-scroll-d {
  to { transform: translateY(1.5rem); }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination .pre-page {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .8rem;
    cursor: pointer;
    background: url("../images/pre_page.svg");
}

.pagination .next-page {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .8rem;
    margin-right: .8rem;
    cursor: pointer;
    background: url("../images/next_page.svg");
}

.pagination div.disabled {
    cursor: not-allowed;
}

.pagination .page-num {
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #b59c17;
}

.pagination .page-num.current {
    background-color: #b59c17;
    border-color:#b59c17;
    color: #ffffff;
}

.pagination input {
    width: 3rem;
    padding: .3rem;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: .5rem;
}

.pagination input:focus {
    outline: none;
    border-color: #999;
}

.pagination span {
    color: #ffffff;
    margin: 0 .5rem;
}

@media (max-width: 600px) {
    .archives-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        max-width: 80rem;
        width: 100%;
    }

    .archives-title-extra {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 1.5rem;
        padding: 0;
        width: 100%;
    }

    .set-category-select {
        display: block;
    }

    .set-order-select {
        margin-bottom: .75rem;
        margin-right: 0;
        width: 100%;
    }

    .set-order-select .set-order-select-btn{
        width: 100%;
    }

    .set-search-input {
        width: 100%;
        margin-left: 0;
    }

    .set-search-input input{
        width: 100%;
    }

    .archives-swipers {
        display: none;
    }

    .archives-list-pdf-title {
        width: 100%;
    }

    .archives-download {
        display: none;
    }

    .jump-page {
        display: none;
    }
}