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

.pt-2 {
  background: url(../images/background.jpg);
  background-size: cover;
}

.title img {
  margin-top: 120px;
  margin-left: 20px;
  width: 5vw;
}

.cover {
  max-height: 980px;
  height: 45vw;
  width: 86vw;
  background: url(../images/cover_pic.png) center no-repeat;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}

.cover-m {
  padding: 120px 0px;
  /* background-color: #fff; */
}

.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 {
  /* width: 70vw; */
  padding: 2rem 0px;
}

.cover2 p {
  margin: 1.5rem 0px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.cover2 a {
  background: url(../images/button.png);
  background-size: 90%;
  background-repeat: round;
  padding: 10px 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #eee;
  -webkit-transition: 0.3s ease-in-out;
  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: #000000;
  font-size: 1.6rem;
  line-height: 3.5rem;
}

/*youtube*/
.youtube {
  /* background: #babcbb; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0px;
}

.ytframe {
  max-width: 78vw;
  position: relative;
  background: #fbb03b;
  border: 6px solid #fff;
  border-radius: 50px;
}

.ytframe iframe {
  display: block;
}

.carousal-warp {
  padding: 4rem 0px;
}

.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;
  -webkit-transition: opacity 0.35s linear 0s;
  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;
}

.slick-prev:focus {
  background: url(../images/prev.png) !important;
  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;
}

.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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.lSSlideOuter .lSPager.lSGallery {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  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: -ms-grid;
  display: grid;
}

.social_icon li a {
  border: 2px solid #fff;
  padding: 0 7px;
  font-size: 2rem;
  font-weight: bolder;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 40px 0px;
  background-color: #fff;
}

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

.article-wrap p {
  color: #000;
  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;
  }

  .title img {
    margin-top: 70px;
    margin-left: 20px;
    width: 20vw;
  }

  .cover {
    background: url(../images/cover_pic_m.png) center no-repeat;
    background-size: 100% 100%;
    height: 167vw;
    /* margin: 7.5vh 0 0; */
    overflow: hidden;
    position: relative;
  }

  .cover-text {
    scale: 0.87;
  }

  .navbar {
    height: 8vh;
    width: 100vw;
  }

  .pt-2 {
    background: url(../images/background_m.jpg);
    background-size: cover;
    /* background-size: 70vh;
    background-repeat: no-repeat; */
  }

  .youtube {
    position: relative;
    background-size: 100% 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0rem 0px;
  }

  .ytframe {
    max-width: 100vw;
    border: 0px solid #fff;
    border-radius: 0px;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(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: 10px 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 */