.rightnav__btn::after {
  content: '';
  display: block;
  clear: both;
}

.rightnav__btn a, .sidenav__list a {
  display: block;
  text-decoration: none;
}

.rightnav__btn a:hover, .sidenav__list a:hover {
  text-decoration: none;
}

body,
div,
span,
h1,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: none !important;
  background: transparent;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0 !important;
  -webkit-overflow-scrolling: touch;
  font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft JhengHei', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.modal-open {
  overflow: initial !important;
}

a:focus,
button:active,
button:focus,
area:active,
area:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

img {
  max-width: 100%;
}

.sidenav--right {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 50;
}

@media screen and (max-width: 1660px) {
  .sidenav--right {
    top: 40px;
  }
}

.rightnav__btn {
  margin-bottom: 6px;
}

.rightnav__btn a {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenav--right .rightnav__btn a {
  float: right;
}

.rightnav__btn a::before, .rightnav__btn a::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  left: 10px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.rightnav__btn a::before {
  top: 13px;
}

.sidenav--right .rightnav__btn a::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sidenav--right.sidenav--hide .rightnav__btn a::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.rightnav__btn a::after {
  bottom: 13px;
}

.sidenav--right .rightnav__btn a::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.sidenav--right.sidenav--hide .rightnav__btn a::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sidenav__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenav__list li {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidenav__list li li:not(:last-child) {
  border-bottom: 1px solid #666;
}

.sidenav__list li.sidenav__img a {
  padding: 0;
  width: 110px;
}

.sidenav__list a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.sidenav--right .sidenav__list a {
  border-right: 4px solid transparent;
}

.sidenav--right .sidenav__list a:hover {
  border-color: #fbf046;
  background-color: rgba(26, 26, 26, 0.7);
}

.sidenav--hide .sidenav__list {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  pointer-events: none;
  height: 0;
}

.sidenav--hide .sidenav__list .sidenav_btn {
  pointer-events: auto;
}

.sidenav__slider {
  width: 110px;
}

.sidenav__slider a {
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .sidenav__slider {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .sidenav--right {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    color: #888;
    background-color: #fff;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sidenav--right .rightnav__btn {
    display: none;
  }
  .sidenav--right .sidenav__list {
    font-size: 0;
    white-space: nowrap;
    color: #777;
    background: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .sidenav--right .sidenav__list li {
    display: inline-block;
    font-size: 16px;
    padding: 6px 0 8px;
    line-height: 1;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none !important;
  }
  .sidenav--right .sidenav__list li:not(:first-child) a {
    border-left: 1px solid #888;
  }
  .sidenav--right .sidenav__list li.sidenav__img {
    display: none;
  }
  .sidenav--right .sidenav__list a {
    padding: 4px 15px;
    color: #888;
    border: none;
    font-weight: normal;
  }
  .sidenav--right .sidenav__list a:hover, .sidenav--right .sidenav__list a:active {
    background-color: transparent;
  }
  .sidenav--right.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 50;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.right__box {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gotop {
  background-color: rgba(119, 119, 119, 0.8);
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: translateY(-30px) translateZ(0);
          transform: translateY(-30px) translateZ(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  .gotop {
    width: 40px;
    height: 40px;
  }
}

.gotop:hover {
  background-color: #009ce1;
}

.gotop:before, .gotop:after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  width: 40%;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .gotop:before, .gotop:after {
    height: 3px;
  }
}

.gotop:before {
  left: 19%;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.gotop:after {
  right: 19%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.gotop.show {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .mb {
    display: block;
  }
}

body.fancybox-active {
  padding-right: 15px !important;
}

header {
  padding: 2rem;
  background-color: #393939;
}

header p {
  padding: 5px;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  header p {
    font-size: 1.5rem;
  }
}

header .category {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .category li {
  list-style: none;
  margin: 0 0.6rem;
}

header .category__btn {
  padding: 0.4rem 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .category__btn:hover, header .category__btn.active {
  background-color: #6bc5e0;
  border-color: #6bc5e0;
}

section:nth-child(even) {
  background-color: #f1f1f1;
}

section:nth-child(odd) {
  background-color: #e4e4e4;
}

.container {
  max-width: 1300px;
  padding: 50px 15px;
}

@media screen and (max-width: 767.98px) {
  .container {
    padding: 20px 15px;
  }
}

.section-title {
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767.98px) {
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

a[data-fancybox] {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 4px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

a[data-fancybox]:before {
  content: attr(data-caption);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.25rem;
}

a[data-fancybox] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a[data-fancybox]:hover img {
  opacity: 0.8;
}

.fancybox-caption__body {
  font-size: 1.5rem;
}
/*# sourceMappingURL=all_v3.css.map */