@charset "utf-8";
/* CSS Document */
.album {
    margin: 15px 0 30px 0;
}


.album .title {
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Microsoft JhengHei";
  padding: 0 0 15px 0;
  position: absolute;
  font-size: 150%;
  margin: -20px 0 0 0;
  left: 50%;
  width: initial;
  transform: translate(-50%, -50%);
	    line-height: 25px;
	z-index: 1;
}

.album .title::after {
  content: "";
  width: initial;
  height: 2px;
  display: block;
  background-color: #545352;
  margin: 5px auto 0 auto;
}
.album .slick-slide img {
    /* max-width: 800px; */
    /* max-height: 600px; */
    margin: auto;
    /* max-height: 600px; */
    max-width: 100%;
    max-height: 100%;
}

.album .slick-slide p {
    position: absolute;
    width: 100%;
    padding: 20px 10px;
    display: block;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    font-size: 115%;
    letter-spacing: 1px;
    margin: auto;
    z-index: 999;
    left: 0;
}
.album .slick-prev,body .slick-next{
    top: 45%;
    z-index: 9;
    width: 51px;
    height: 102px;
}

.album .slick-prev {
    left: 10px;
}

body .slick-next {
    right: 10px;
}

.album  .slick-prev:before,.album .slick-next:before{
    font-family: cursive;
    font-size: 6rem;
    opacity: 0.5;
}

.album .slick-prev:before, .album .slick-next:before {}
.album .slick-next:before{
    content: ">";
}
.album .slick-prev:before{
    content: "<";
}

.album .slick-list {
    padding: 0;
    position: inherit;
}
.album{
    height: 100%;
    /*position: relative;*/
	position: initial;
    overflow: hidden;
	padding: 15px 0 0 0;
}
.album .album_slider{
    margin: auto;
    /* overflow: hidden; */
    padding: 0;
    background-color: #000;
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
    /* align-items: center; */
    /* height: 89%; */
}
.album .slick-slide {
    /* height: 380px; */
    padding: 0;
    background-color: #000;
    /* display: flex !important; */
    /* justify-content: center; */
    position: relative;
    /* align-items: center; */
}


@media (min-width: 576px){
/*調整高度*/
.col-lg-12 .album .slick-slide {
    height: 600px;
}
}
@media (max-width: 576px){

}


/*新增*/ 
/*more更多 圖*/
.album .more{
    display: block;
    text-align: center;
    padding: 20px 0 15px 0;
}
.album .more a{
    color: #6d4623;
    background: url(../images/template/more_icon_r.png) no-repeat;
    padding: 13px 8px 13px 50px;
	text-decoration: none;
	font-weight: 500;
}
.album .more a:hover{
    color: #BC5515 ;
    background: url(../images/template/more_icon02_r.png) no-repeat;
    padding: 13px 8px 13px 50px;
	text-decoration: none;
	font-weight: 500;
}

/*大標題左右線條*/
/*.album .title::after {
	right: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}

.album .title::before {
	left: 0;
    position: absolute;
    content: '';
    width: 32%;
    top: 32px;
    height: 2px;
    background-color: #595959;
}
@media (max-width: 769px) {
.album .title::after {
    width: 15%;
}
.album .title::before {
    width: 15%;
}
}*/