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

body {
  font-family: "Noto Sans TC", sans;
  background: #f5f5f5;
}

[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-height: 850px;
  height: 45vw;
  background: #f5f5f5 url(../images/cover_pic.jpg) center bottom no-repeat;
  margin-top: 100px;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.cover-m {
  padding: 70px 0px;
  background-color: #56372D;
}
.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 {
  padding: 8rem 0px;
}
.cover2 p {
  margin: 3rem 0px;
  color: #EDDEBD;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.cover2 a {
  background: transparent;
  padding: 10px 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  background-color: #FFA903;
  transition: 0.3s ease-in-out;
}
.cover2 a:hover {
  text-decoration: none;
}

h3 {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFA903;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

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

.article {
  margin-bottom: 3rem;
}

.ytframe {
  max-width: 78vw;
  position: relative;
  background: #fbb03b;
}

.ytframe iframe {
  display: block;
}

.slick-list {
  width: 100%;
}

.slick-slider {
  overflow: hidden;
}

.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/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev:hover {
  background: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev:focus {
  background: url(../images/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-next {
  right: 0px;
  background: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next:hover {
  background: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next:focus {
  background: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
}

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

footer a,
footer a:hover {
  color: #fff;
}

.article-wrap {
  padding: 120px 0px;
}
.article-wrap img {
  max-width: 100%;
}
.article-wrap p {
  color: #EEDFBE;
  margin-top: 20px;
  font-size: 14px;
}

.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;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 12vh;
  }
  .cover {
    background: #f5f5f5 url(../images/cover_pic_m.jpg) center no-repeat;
    background-size: 100% 100%;
    height: 167vw;
    margin: 7.5vh 0 0;
    overflow: hidden;
    position: relative;
  }
  .cover-m {
    padding: 50px;
  }
  .cover2 {
    padding: 0rem 0px;
  }
  .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: 0rem 0px;
  }
  .article {
    max-width: 80vw;
    margin-bottom: 0rem;
  }
  .ytframe {
    max-width: 100vw;
    border: 0px !important;
    top: 0;
    box-shadow: none;
    left: 0;
    transform: translateY(0);
    border-radius: 0;
    height: auto;
  }
  .ytframe iframe {
    border: 0 !important;
    padding: 0;
    border-radius: 0;
  }
  .footer_text li {
    padding: 0;
    float: none;
    border-color: #231815 !important;
  }
  .footer_text {
    padding-left: 0;
  }
  .social_icon {
    padding-left: 0;
    margin-left: -7vw;
  }
  .article-wrap {
    padding: 60px 0px;
  }
  .cover-m img {
    max-width: 310px;
  }
  .cover-m p {
    text-align: left;
    font-size: 16px;
  }
  .slick-YT {
    padding: 128px 0px;
  }
}/*# sourceMappingURL=stylesheet.css.map */