@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
.flex_around {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_between {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_center, .social_link a, .social_link, #video-gallery .v_item, #video-gallery, .video_block {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_start {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.flex_end {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.background_template {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product_desc {
  line-height: 2 !important;
  max-width: 300px;
  margin: 0 auto;
}

.title {
  letter-spacing: 2px;
  padding: 10px;
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #EA5717;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 1px 1px 5px rgba(0, 0, 0, 0.75);
}

.video_block {
  max-width: 1280px;
  margin-top: 50px;
}

#video-gallery {
  width: 100%;
}
#video-gallery .v_item {
  width: calc(25% - 20px);
  margin: 10px;
  min-width: 300px;
}
#video-gallery .v_item img {
  width: 100%;
  height: auto;
}
#video-gallery .v_item .v_title {
  margin: 5px;
  font-size: 16px;
  border-bottom: 2px solid #EA5717;
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}

.social_link {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10%;
  flex-direction: column;
}
.social_link a {
  flex-direction: column;
  font-size: 14px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  background: #fff;
}
.social_link a i {
  font-size: 48px;
  margin-right: -1px;
}/*# sourceMappingURL=socool.css.map */