@charset "UTF-8";
/*body{ font-family:"Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;}*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'jf-jinxuan';
  background: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  overflow-x: hidden;
}

#app {
  overflow-x: hidden;
}

[v-cloak] {
  display: none;
}

a:hover {
  text-decoration: none;
}

.custom-container-width {
  max-width: 1280px;
}

.navbar {
  height: 100px;
  background: #000;
}

.navbar-brand {
  width: 142px;
}

.cover {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.cover img {
  max-width: 100%;
}

.cover-m {
  padding: 70px 0px;
  background-color: #000000;
}

.cover-m img {
  max-width: 382px;
  width: 100%;
}

.cover-m p {
  max-width: 785px;
  margin: auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.cover2 {
  position: relative;
}

.cover2 img {
  max-width: 100%;
}

h3 {
  font-family: 'jf-jinxuan';
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffa903;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.test_wrap {
  padding: 5rem 0;
}

.test_wrap .container {
  max-width: 800px;
  margin: auto;
}

.test_wrap .container img {
  max-width: 100%;
}

.test_wrap p {
  color: #969696;
  font-size: 16px;
  margin: 2rem 0;
}

.test_wrap h2 {
  text-align: center;
  color: #575757;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 2rem;
}

.test_wrap a {
  display: block;
  position: relative;
  max-width: 150px;
  border: 0;
  background: transparent;
  padding: 0;
}

.test_wrap a:focus {
  outline: 0;
}

.test_wrap a img {
  max-width: 100%;
}

.test_wrap a .star {
  position: absolute;
  display: none;
}

.test_wrap a .star.star01 {
  top: 37%;
  left: 6%;
  animation: glitter 6s linear 0s infinite normal;
}

.test_wrap a .star.star02 {
  top: 25%;
  left: 14%;
  animation: glitter 4s linear 0s infinite normal;
  animation-delay: 0.1s;
}

.test_wrap a .star.star03 {
  top: 18%;
  left: 45%;
  animation: glitter 6s linear 0s infinite normal;
  animation-delay: 0.2s;
}

.test_wrap a .star.star04 {
  left: 47%;
  top: 43%;
  animation: glitter 6s linear 0s infinite normal;
  animation-delay: 0.3s;
}

.test_wrap a .star.star05 {
  top: 55%;
  left: 46%;
  animation: glitter 6s linear 0s infinite normal;
}

.test_wrap a .btn_deco {
  display: none;
  top: 38%;
  left: 32%;
  transform: translate(-50%, -50%);
}

.test_wrap a:hover .star,
.test_wrap a:hover .btn_deco {
  display: block;
}

.test_wrap a:hover .btn_deco {
  animation: jump 0.8s linear 0s forwards;
}

@keyframes glitter {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(0.3) rotate(360deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(720deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0;
  }
}

@keyframes jump {
  20% {
    transform: translate(-50%, 2%) scaleY(0.9);
  }
  40% {
    transform: translate(-50%, -80%) scaleY(1.2);
  }
  50% {
    transform: translate(-50%, -15%) scaleY(0.8);
  }
  70% {
    transform: translate(-50%, -35%) scaleY(1);
  }
  80%,
  100% {
    transform: translate(-50%, -50%) scaleY(1);
  }
}

/*youtube*/
.youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0px;
}

.article {
  margin-bottom: 3rem;
}

.article_first,
.article_second {
  position: relative;
}

.article_first a,
.article_second a {
  position: absolute;
  max-width: 160px;
  width: 8vw;
  height: 2vw;
}

.article_first a {
  bottom: 6.5vw;
  right: 11.8vw;
}

.article_second a {
  bottom: 6.5vw;
  left: 44vw;
}

.ytframe {
  max-width: 1650px;
  width: 88vw;
  height: 50vw;
  position: relative;
  background: #fbb03b;
  overflow: inherit;
}

.ytframe::after, .ytframe::before {
  position: absolute;
  z-index: 8;
}

.ytframe::before {
  content: '';
  top: -3vw;
  right: -7.5vw;
  max-width: 255px;
  max-height: 155px;
  width: 12vw;
  height: 8vw;
  background: url(../images/text_video.png);
  background-size: contain;
  z-index: 8;
  background-repeat: no-repeat;
  padding: 0;
}

.ytframe::after {
  content: '';
  bottom: -4vw;
  left: -7.5vw;
  max-width: 255px;
  max-height: 165px;
  width: 13vw;
  height: 8vw;
  background: url(../images/text_player.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ytframe iframe {
  display: block;
  position: relative !important;
  height: 50vw;
}

.box-item {
  background: #fff;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.35));
  border-radius: 11px;
}

.box-item button {
  color: #fff;
  border: 0;
  text-align: center;
  padding: 4px 14px;
  background: linear-gradient(180deg, #4b91f7 0%, #367af6 100%);
  box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25);
  border-radius: 6px;
  margin: 25px 0;
}

.btn-more {
  display: block;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  position: relative;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 20px;
  width: 200px;
  border-radius: 10px;
  color: white;
  border: 2px solid #2a5aaf;
  background: linear-gradient(180deg, #4b91f8 0%, #377cf7 100%);
  cursor: pointer;
  outline: 0 !important;
}

.btn-more::before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: -7px;
  height: 17px;
  width: 102%;
  background: #fff;
  border: 2px solid #2a5aaf;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.btn-more:hover {
  color: #fff;
}

.btn-more:active {
  border-bottom-width: 0;
  margin-top: 5px;
}

.btn-more:active::before {
  bottom: 0;
  border-bottom-width: 0;
}

.gallery_wrap {
  padding: 40px 0 120px 0;
}

.gallery_box {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 20%, #f9f9f9 20%, #f9f9f9 80%);
  outline: 0.5px solid rgba(0, 0, 0, 0.12);
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15)) drop-shadow(0px 25px 30px rgba(0, 0, 0, 0.35));
  border-radius: 10px;
}

.gallery_box .side_bar {
  position: absolute;
  max-width: 100%;
  top: 20px;
  left: 10px;
}

.gallery_box .main_gallery {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  padding: 4% 0;
  margin: 0 4% 0 24%;
}

.gallery_box .gallery-item {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 9px;
  margin-bottom: 15px;
  border: 5px solid #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  object-fit: cover;
  cursor: pointer;
}

.gallery_box .gallery-item .box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #000;
}

.gallery_box .gallery-item img {
  max-width: 100%;
}

.slick-list {
  width: 100%;
}

.slick-arrow {
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}

.slick-arrow::before {
  content: '';
}

.slick-prev {
  left: 5px;
  background: url(../images/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -2%;
}

.slick-prev:hover {
  background: url(../images/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.slick-prev:focus {
  background: url(../images/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.slick-next {
  right: 0px;
  background: url(../images/right.svg);
  background-repeat: no-repeat;
  right: -2%;
  background-size: cover;
  height: 36px;
}

.slick-next:hover {
  background: url(../images/right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.slick-next:focus {
  background: url(../images/right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.slider-for {
  padding: 25px;
}

.single-item img {
  margin: 5px;
}

/*lightslider*/
.gallery_img {
  width: 70vw;
  text-align: center;
  margin-left: 15vw;
  height: 615px;
}

.gallery_img img {
  width: 360px;
  display: inline-block;
  margin-top: 308px;
  transform: translateY(-50%);
}

#image-gallery li.active .gallery_img img {
  width: 400px;
}

.lSSlideOuter .lSPager.lSGallery {
  position: relative;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 622px !important;
  margin-top: 30px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
  width: 58px !important;
  margin: 0 6px;
}

#image-gallery li {
  opacity: 0.2;
  text-align: center;
}

#image-gallery li.active {
  opacity: 1;
}

/*footer*/
footer {
  background: #232b37;
  text-align: center;
}

footer ul {
  display: inline-block;
}

.social_icon {
  padding-left: 0;
}

.social_icon li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 30px;
  display: grid;
}

.social_icon li a {
  border: 2px solid #fff;
  padding: 0 7px;
  font-size: 2rem;
  font-weight: bolder;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_text li {
  float: left;
  color: #fff;
  list-style: none;
  padding: 0 50px;
}

.copyright {
  color: #fff;
}

.gallery_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  animation: open 0.2s ease-in-out forwards;
}

.gallery_modal .gallery_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
}

.gallery_modal .main_photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 80vw;
  border-radius: 10px;
  overflow: hidden;
}

.gallery_modal .main_photo img {
  max-width: 100%;
  width: 100%;
  margin-bottom: -1px;
}

footer a {
  background: #fff;
  border-radius: 12px;
}

footer i {
  color: #232b37;
}

footer a,
footer a:hover {
  color: #232b37;
}

.article-wrap {
  padding: 120px 0px;
  position: relative;
}

.article-wrap img {
  max-width: 100%;
}

.article-wrap p {
  color: #575757;
  padding: 15px;
  font-size: 14px;
  height: 60px;
}

.article-wrap::after {
  content: '';
  position: absolute;
  right: -3vw;
  bottom: 10vw;
  background: url(../images/deco.png);
  max-width: 300px;
  width: 20vw;
  height: 30vw;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.slick-YT {
  padding: 200px 0px;
  background: #f5f5f5;
}

.slick-YT .ytframe {
  max-width: 100%;
  border: 0;
  background: transparent;
}

.slick_yt {
  margin-top: 60px;
}

.slick_yt img {
  max-width: 100%;
  cursor: pointer;
}

.yt-slick-m .slick-prev {
  left: 5px;
  background: url(../images/left_yt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.yt-slick-m .slick-prev:hover {
  background: url(../images/left_yt.svg);
  background-repeat: no-repeat;
}

.yt-slick-m .slick-prev:focus {
  background: url(../images/left_yt.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.yt-slick-m .slick-next {
  right: 0px;
  background: url(../images/right_yt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.yt-slick-m .slick-next:hover {
  background: url(../images/right_yt.svg);
  background-repeat: no-repeat;
}

.yt-slick-m .slick-next:focus {
  background: url(../images/right_yt.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

@media (max-width: 767px) {
  body {
    background-size: 350%;
  }
  .navbar-brand {
    width: 12vh;
  }
  .cover {
    background-size: 100% 100%;
    height: 147vw;
    overflow: hidden;
    position: relative;
  }
  .cover2 {
    padding: 0rem 0px;
  }
  .test_wrap {
    padding: 2rem 0;
  }
  .test_wrap .container {
    padding: 0 40px;
  }
  .article_first a,
  .article_second a {
    min-width: 154px;
    max-width: 320px;
    width: 46vw;
    height: 11vw;
  }
  .article_first a {
    bottom: 19.5vw;
    right: 27vw;
  }
  .article_second a {
    bottom: 21vw;
    left: 27vw;
  }
  .navbar {
    height: 8vh;
    width: 100vw;
  }
  .article-title {
    padding-top: 3rem;
  }
  .readmore {
    justify-content: center;
    margin-bottom: 100px;
  }
  .youtube {
    position: relative;
    background-size: 100% 100%;
    height: auto;
    box-shadow: none;
    padding: 4rem 0px;
  }
  .article {
    max-width: 80vw;
  }
  .ytframe {
    max-width: 100vw;
    border: 0px !important;
    top: 0;
    box-shadow: none;
    left: 0;
    transform: translateY(0);
    border-radius: 0;
    height: 50vw;
  }
  .ytframe::before {
    bottom: -19vw;
    right: -0.5vw;
    top: auto;
    width: 30vw;
    height: 18vw;
  }
  .ytframe::after {
    top: -17vw;
    width: 30vw;
    height: 20vw;
    background-size: cover;
    left: 9px;
    z-index: -1;
  }
  .ytframe iframe {
    border: 0 !important;
    padding: 0;
    border-radius: 0;
  }
  .footer_text li {
    padding: 0;
    float: none;
    border-color: #232b37 !important;
  }
  .footer_text {
    padding-left: 0;
  }
  .social_icon {
    padding-left: 0;
    margin-left: -7vw;
  }
  .article-wrap {
    padding: 60px 0;
  }
  .article-wrap::after {
    display: none;
  }
  .article-wrap p {
    height: 80px;
  }
  .cover-m img {
    max-width: 310px;
  }
  .cover-m p {
    text-align: left;
    font-size: 16px;
  }
  .slick-YT {
    padding: 128px 0px;
  }
  .gallery_box {
    background: #f9f9f9;
  }
  .gallery_box .side_bar {
    display: none;
  }
  .gallery_box .main_gallery {
    padding: 7% 4%;
    margin: 0;
    justify-content: space-evenly;
  }
  .gallery_box .btn_gallery {
    width: 100%;
    background: #e3e3e3;
    padding: 10px 0px;
    border: 0;
    border-radius: 0 0 10px 10px;
  }
  .gallery_box .btn_gallery:focus {
    outline: 0;
  }
  .gallery_box .btn_gallery img.up {
    animation: up 0.2s ease-in-out forwards;
  }
  .gallery_box .btn_gallery img.down {
    animation: down 0.2s ease-in-out forwards;
  }
  .slick-next {
    right: -6%;
  }
  .slick-prev {
    left: -6%;
  }
}

@media (max-width: 500px) {
  .article-wrap {
    padding: 0 0 30px 0;
  }
}

@keyframes up {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes down {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*# sourceMappingURL=stylesheet.css.map */