@charset "utf-8";
/* CSS Document */
.album .title {
  color: #3153ba;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  font-size: 120%;
  padding: 5px 0 10px 0;
}
.album .title::after {
  content: "";
  width: 7px;
  height: 22px;
  display: block;
  background-color: #fc961a;
  margin: 5px auto 0 auto;
}
.album .more {
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
}
.album .more a {
  background-color: #ff8a2b;
  color: #fff;
  padding: 15px 20px;
}
.album .more a:hover {
  background-color: #015093;
}
.album .slick-slide a {
  display: block;
}
.album .slick-slide a:focus {
  outline: 3px #f00 dotted !important;
  z-index: 9999;
  position: relative;
  outline-offset: -3px;
}
.album .slick-slide img {
  margin: auto;
  max-width: 100%;
  border-radius: 9px;
}
.album .slick-list {
  padding: 0;
  position: inherit;
}
.album {
  height: 100%;
  position: relative;
  max-width: 590px;
  margin: auto;
}
.album .slick-dots {
  position: relative;
}
.album .slick-dots li {
  height: 15px;
  width: 15px;
}
.album .slick-dots li button {
  width: 15px;
  height: 15px;
}
.album .slick-dots li button:before {
  background-color: #009788;
  width: 15px;
  height: 15px;
}
.album .album_slider {
  margin: auto;
  padding: 0;
  position: relative;
}
.album .slick-slide {
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .album {
    padding: 0 0 0 15px;
  }
  .album .slick-slide img,.custom01 .link01 a, .custom01 .link02 a {
  max-height: 245px;
}
  .album .slick-dots {
    bottom: inherit;
    margin: 5px 0 0 0;
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .album .slick-dots {
    bottom: inherit;
    padding: 15px 0 30px 0;
  }
}