@charset "UTF-8";
/*body{ font-family:"Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;}*/
body {
  font-family: 'Noto Sans TC', sans;
  background: #ebeae5;
}

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

.cover2 {
  padding: 8rem 0px;
}

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

.cover2 a {
  border: 1px solid #ce922f;
  background: transparent;
  padding: 10px 70px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ce922f;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.cover2 a:hover {
  text-decoration: none;
  background: #ce922f;
  color: #fff;
}

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

/*youtube*/
.youtube {
  background: #fff;
  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: 8rem 0px;
}

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

.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/left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

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

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

.slick-next:focus {
  background: url(../images/right.svg);
  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;
}

@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;
  }
  .navbar {
    height: 8vh;
    width: 100vw;
  }
  .youtube {
    position: relative;
    background-size: 100% 100%;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ytframe {
    max-width: 100vw;
    border: 0px !important;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
    -webkit-transform: translateY(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;
  }
}
/*# sourceMappingURL=stylesheet.css.map */