<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2020 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Date: 2020-06 $
 * $Subhead: 套件相關 $
 * */
/* keyframe */
@-webkit-keyframes ani_loader {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes ani_loader {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
}

@-webkit-keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ani_loader_pd {
  0%, 10% {
    padding-bottom: 0;
  }
  35%, 100% {
    padding-bottom: 110px;
  }
}

@keyframes ani_loader_pd {
  0%, 10% {
    padding-bottom: 0;
  }
  35%, 100% {
    padding-bottom: 110px;
  }
}

@-webkit-keyframes ani_loader_circle {
  0%, 10% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  35%, 82% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes ani_loader_circle {
  0%, 10% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  35%, 82% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@-webkit-keyframes ani_loader_aw_line {
  0%, 5% {
    height: 0;
    opacity: 0;
  }
  35%, 65% {
    height: 84px;
    opacity: 1;
  }
  80% {
    height: 0;
    margin-top: 84px;
    opacity: 1;
  }
  100% {
    height: 0;
    margin-top: 0;
    opacity: 0;
  }
}

@keyframes ani_loader_aw_line {
  0%, 5% {
    height: 0;
    opacity: 0;
  }
  35%, 65% {
    height: 84px;
    opacity: 1;
  }
  80% {
    height: 0;
    margin-top: 84px;
    opacity: 1;
  }
  100% {
    height: 0;
    margin-top: 0;
    opacity: 0;
  }
}

@-webkit-keyframes ani_loader_aw_arrow {
  0%, 10% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  20%, 70% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  85%, 100% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    margin-top: 10px;
    opacity: 0;
  }
}

@keyframes ani_loader_aw_arrow {
  0%, 10% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    opacity: 0;
  }
  20%, 70% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  85%, 100% {
    -webkit-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    margin-top: 10px;
    opacity: 0;
  }
}

/* PLUGIN: Slick Controller */
.slick-dots {
  position: absolute;
  list-style: none;
  left: 50%;
  bottom: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  padding: 0 4px;
}

.slick-dots li button {
  outline: none;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  font-size: 0;
  line-height: 0;
  background-color: #000;
  border-radius: 50px;
  -webkit-transition: background .25s, border .25s, -webkit-transform .25s;
  transition: background .25s, border .25s, -webkit-transform .25s;
  -o-transition: background .25s, border .25s, transform .25s;
  transition: background .25s, border .25s, transform .25s;
  transition: background .25s, border .25s, transform .25s, -webkit-transform .25s;
}

.slick-dots li button:focus {
  outline: 0;
}

.slick-dots li.slick-active button {
  background-color: transparent;
  border-color: #333;
  width: 9px;
  height: 9px;
}

.pc .slick-dots li button:hover {
  background-color: #333;
  border-color: #333;
  width: 9px;
  height: 9px;
}

.pc .slick-dots li.slick-active button:hover {
  background-color: transparent;
  border-color: #333;
}

.slick-dots li button:active {
  background-color: #333;
  border-color: #333;
  width: 9px;
  height: 9px;
}

.slick-dots li.slick-active button:active {
  background-color: transparent;
  border-color: #333;
}

.slick-arrow {
  position: absolute;
  font-size: 0;
  z-index: 30;
  display: inline-block;
  top: 50%;
  margin-top: -22px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: transparent;
  border: none;
  -webkit-transition: background .25s, border .25s;
  -o-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-color: #333;
  opacity: 1;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
}

.slick-prev {
  left: -35px;
}

.slick-prev:before {
  border-width: 1px 0 0 1px;
  left: 50%;
  margin-left: -3px;
}

.slick-next {
  right: -35px;
}

.slick-next:before {
  border-width: 0 1px 1px 0;
  right: 50%;
  margin-right: -2px;
}

.pc .slick-arrow:hover:before {
  border-color: #000;
}

.slick-arrow:active:before {
  border-color: #000;
}

@media (max-width: 767px) {
  .slick-arrow {
    margin-top: -25px;
    width: 33px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
  }
  .slick-arrow:before {
    width: 10px;
    height: 9px;
    margin-top: -5px;
    border-color: #fff;
  }
  .slick-prev {
    left: -20px;
    border-radius: 0 50px 50px 0;
  }
  .slick-prev:before {
    margin-left: -3px;
  }
  .slick-next {
    right: -20px;
    border-radius: 50px 0 0 50px;
  }
  .slick-next:before {
    margin-right: -3px;
  }
  .pc .slick-arrow:hover {
    background-color: #000;
  }
  .pc .slick-arrow:hover:before {
    border-color: #fff;
  }
}

@media (min-width: 768px) {
  .aw-pos .slick-arrow {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid #777777;
    background-color: transparent;
    -webkit-transition: background .25s, border .25s;
    -o-transition: background .25s, border .25s;
    transition: background .25s, border .25s;
  }
  .aw-pos .slick-arrow:before {
    content: '';
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    border-color: #777;
    opacity: 1;
    border-style: solid;
    -webkit-transform: rotate(-39deg) skewX(12deg);
        -ms-transform: rotate(-39deg) skewX(12deg);
            transform: rotate(-39deg) skewX(12deg);
    -webkit-transition: border .25s;
    -o-transition: border .25s;
    transition: border .25s;
  }
  .aw-pos .slick-prev {
    margin-right: 6px;
    left: auto;
  }
  .aw-pos .slick-prev:before {
    border-width: 1px 0 0 1px;
    left: 50%;
    margin-left: -3px;
  }
  .aw-pos .slick-next {
    margin-left: 6px;
    right: auto;
  }
  .aw-pos .slick-next:before {
    border-width: 0 1px 1px 0;
    right: 50%;
    margin-right: -3px;
  }
}

/* PLUGIN: Infinite loading Animation */
.loader-eff {
  height: 25px;
  width: 100px;
  text-align: center;
  padding: 0;
  margin: 15px auto;
}

.loader-eff div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: ani_loader .7s linear infinite;
          animation: ani_loader .7s linear infinite;
}

.loader-eff div:nth-child(1) {
  -webkit-animation-delay: .0001s;
          animation-delay: .0001s;
}

.loader-eff div:nth-child(2) {
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.loader-eff div:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

/* PLUGIN: Infinite loading Message */
.page-load-status {
  display: none;
  font-size: 0.9375rem;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  z-index: 100;
  padding: 30px 0;
  text-align: center;
  color: #333;
  -webkit-animation: ani_fadeIn .5s both;
          animation: ani_fadeIn .5s both;
}

.btn-loadmore {
  background: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #000;
  display: block;
  z-index: 500;
  width: 41px;
  padding: 30px 0 152px;
  margin: 50px auto 0 auto;
  position: relative;
  border: none;
  padding-bottom: 122px;
  -webkit-transition: letter-spacing .5s;
  -o-transition: letter-spacing .5s;
  transition: letter-spacing .5s;
}

.btn-loadmore:after {
  content: '';
  width: 41px;
  height: 41px;
  border-radius: 50px;
  border: 1px solid #777;
  background: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
}

.btn-loadmore span {
  display: block;
  white-space: nowrap;
  position: absolute;
  padding-bottom: 110px;
  line-height: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: padding .25s;
  -o-transition: padding .25s;
  transition: padding .25s;
}

.btn-loadmore span:before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 1px;
  height: 84px;
  background: #777;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
  -webkit-transition: height .25s;
  -o-transition: height .25s;
  transition: height .25s;
}

.btn-loadmore span:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 16px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: none;
  border-style: solid;
  border-color: #777;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: background .25s, border .25s;
  -o-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
}

.pc .btn-loadmore:hover {
  letter-spacing: 0.3em;
}

.pc .btn-loadmore:hover:after {
  -webkit-animation: ani_loader_circle 2s both infinite;
          animation: ani_loader_circle 2s both infinite;
}

.pc .btn-loadmore:hover span {
  -webkit-animation: ani_loader_pd 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
          animation: ani_loader_pd 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
}

.pc .btn-loadmore:hover span:before {
  -webkit-animation: ani_loader_aw_line 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
          animation: ani_loader_aw_line 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
}

.pc .btn-loadmore:hover span:after {
  -webkit-animation: ani_loader_aw_arrow 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
          animation: ani_loader_aw_arrow 2s both infinite cubic-bezier(0.5, 1, 0.89, 1);
}

/* PLUGIN: MagnificPopup Default Popup */
.mfp-container {
  cursor: auto !important;
}

.mfp-container .mfp-close, .mfp-container button.mfp-close {
  cursor: pointer !important;
}

.mfp-default.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}

.mfp-default .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s, -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, opacity .3s;
  transition: transform .3s ease-in-out, opacity .3s;
  transition: transform .3s ease-in-out, opacity .3s, -webkit-transform .3s ease-in-out;
}

.mfp-default.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-default.mfp-removing .mfp-container {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-default .mfp-content {
  max-width: 850px !important;
  background: #fff;
  color: #222;
  margin: 0 auto;
  padding: 0;
  max-height: 400px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.mfp-default .mfp-container {
  padding-left: 0;
  padding-right: 0;
}

.mfp-default .mfp-close, .mfp-default button.mfp-close {
  width: 90px;
  height: 90px;
  top: 0;
  right: 0;
  display: inline-block;
  opacity: 1;
  position: absolute;
  font-size: 0;
  background: #01a1dd;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.mfp-default .mfp-close:before, .mfp-default button.mfp-close:before, .mfp-default .mfp-close:after, .mfp-default button.mfp-close:after {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  background: #fff;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.mfp-default .mfp-close:hover, .mfp-default button.mfp-close:hover {
  background: #07afee;
}

.mfp-default .mfp-close:hover:before, .mfp-default button.mfp-close:hover:before, .mfp-default .mfp-close:hover:after, .mfp-default button.mfp-close:hover:after {
  background: #fff;
}

@media (max-width: 1199px) {
  .mfp-default .mfp-content {
    padding: 40px;
  }
  .mfp-default .mfp-close, .mfp-default button.mfp-close {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .mfp-default .mfp-content {
    padding: 30px;
  }
  .mfp-default .mfp-close, .mfp-default button.mfp-close {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 499px) {
  .mfp-default .mfp-content {
    max-height: 100vh;
    padding: 30px 20px;
  }
  .mfp-video.mfp-default .mfp-close, .mfp-video.mfp-default button.mfp-close {
    top: -50px;
  }
}

/* PhotoSwipe */
.pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.pswp__caption__center {
  font-size: 1rem;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: transparent;
}

.pswp__img--placeholder--blank {
  background: none;
}

.pswp__button--arrow--right, .pswp__button--arrow--left {
  display: block;
  position: absolute;
  opacity: 1 !important;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 50px;
  border: 1px solid #aaa;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background .25s, border .25s;
  -o-transition: background .25s, border .25s;
  transition: background .25s, border .25s;
}

.pswp__button--arrow--right:focus, .pswp__button--arrow--left:focus {
  outline: 0;
}

.pswp__button--arrow--right:before, .pswp__button--arrow--left:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-color: #aaa;
  opacity: 1;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  background-image: none;
}

.pswp__button--arrow--left:before {
  border-width: 1px 0 0 1px;
  left: 50%;
  margin-left: -3px;
}

.pswp__button--arrow--right:before {
  border-width: 0 1px 1px 0;
  left: auto;
  margin-left: auto;
  right: 50%;
  margin-right: -3px;
}

.pc .pswp__button--arrow--left:hover, .pc .pswp__button--arrow--right:hover {
  background-color: #aaa;
}

.pc .pswp__button--arrow--left:hover:before, .pc .pswp__button--arrow--right:hover:before {
  border-color: #000;
}

.pswp__button.pswp__button--close {
  position: absolute;
  z-index: 2;
  padding: 22px;
  background-color: transparent;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  background-image: none !important;
  -webkit-transition: background .15s;
  -o-transition: background .15s;
  transition: background .15s;
}

.pswp__button.pswp__button--close:before, .pswp__button.pswp__button--close:after {
  content: '';
  pointer-events: none;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

.pswp__button.pswp__button--close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pswp__button.pswp__button--close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pswp__button.pswp__button--close:active:before, .pswp__button.pswp__button--close:active:after {
  background-color: #fff;
}

.pc .pswp__button.pswp__button--close:hover:before, .pc .pswp__button.pswp__button--close:hover:after {
  background-color: #fff;
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 1 !important;
}

.pswp__caption {
  min-height: 60px;
}

.pswp__button.pswp__button--zoom {
  padding: 20px;
  right: 50px;
}

.pswp__preloader {
  right: 100px;
}

@media (min-width: 840px) and (min-aspect-ratio: 1 / 1) {
  .pswp__button--arrow--right {
    right: 30px;
    margin-right: -21px;
  }
  .pswp__button--arrow--left {
    left: 30px;
    margin-left: -21px;
  }
}
</pre></body></html>