﻿
/*-----------------------------
    
     相本
    -------------------------*/
.Album_Box {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif TC', serif;
  position: relative;
}
.Album_Imgitem {
  display: block;
  float: left;
  padding: 0;
  margin: 0 1% 3% 0;
  width: 31%;
  max-width: 31%;
  overflow: hidden;
  max-height: 250px;
  border: none !important;
  background-color: #f8f8f8
}
.Album_Box img {
  display: block;
  line-height: 0;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  border: none !important
}
.fancybox__caption {
  font-family: 'Noto Serif TC', serif;
  font-size: 18px;
  letter-spacing: 1px;
}
a[data-fancybox] img {
  cursor: zoom-in;
}
.album_tit {
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative;
  font-family: 'Noto Serif TC', serif;
  padding: 15px 10px;
  border-bottom: #ddd solid 1px
}
.album_tit h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
}
.album_date {
  text-align: left;
  letter-spacing: 1px;
  color: #777;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  line-height: 1.5em;
  padding-top: 10px
}
.album-back {
  display: inline-block;
  float: right;
  text-align: right;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding-top: 10px
}
.album-back a {
  color: #c69043;
  font-weight: 700;
  font-size: 16px;
  /* background: #e8e8e4; */
  padding: 3px 15px;
}
.album-back:hover {
  margin-right: 5px;
}
@media only screen and (max-width: 1440px) {
  .Album_Imgitem {
    max-height: 155px;
    min-height: 170px
  }
}
@media only screen and (max-width: 1024px) {
  .Album_Imgitem {
    width: 45%;
    max-width: 45%;
  }
} 

@media only screen and (max-width: 911px){
.Album_Imgitem {
  max-height: 145px;
  min-height: 155px;
}

}
@media only screen and (max-width: 851px) {
  .Album_Imgitem {
    width: 47%;
    max-width: 47%;
    margin: 0 2% 3% 0;
    max-height: 200px;
    min-height: 240px;
  }
}
@media only screen and (max-width:640px) {
  .Album_Imgitem {
    max-height: 145px;
    min-height: 175px
  }
}

@media only screen and (max-width:414px) {
  .Album_Imgitem {
    max-height: 145px;
    min-height: 155px
  }
}
@media only screen and (max-width:360px) {
  .Album_Imgitem {
    width: 97%;
    max-width: 97%;
    max-height: 100%;
    min-height: 100%;
  }
}
.stuff {
  
    font-weight: 300;
    color: #fff;
    margin: 40px 15px 30px;
    padding-left: 15px;
	padding-right: 15px;
    border-left: 10px solid white;
    background-color: rgba(0,0,0,0.45);
    border-radius: 3px;
	position: absolute;
	max-width:28%;
	width:28%;

}
.stuff h4 {
	font-size: 1rem;
  margin: 0px auto;
}
 


/*-----------------------------
    
     內頁弦轉木馬 相本
    -------------------------*/
article .caseswiper .swiper-button-prev,
article .caseswiper .swiper-button-next {
    height: 30px;
    width: 30px;
    top: 50%;
    background-color: transparent;
    border: solid #ff6a00;
    border-radius: 0;
    box-shadow: none;
    transition: 0.6s all;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    z-index: 8;
    display: inline-block;
    border-width: 0 3px 3px 0;
    background-image: none
}

article .caseswiper .swiper-button-prev {
    left: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    line-height: 0;
    font-size: 0;
}

article .caseswiper .swiper-button-next {
    right: 6px;
    line-height: 0;
    font-size: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


@media screen and (max-width: 1440px) {
    article .caseswiper .swiper-slide {
        flex: 0 0 34%;
        max-width:34%;
    }
}



    @media screen and (max-width: 1180px) {
        article .caseswiper .swiper-slide {
            flex: 0 0 51%;
            max-width: 51%;
        }
    }

@media screen and (max-width:911px) {
    article .caseswiper .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%;
          margin-left: auto;
    }
}

@media screen and (max-width: 853px) {
    article .caseswiper .swiper-slide {
        flex: 0 0 33.5%;
        max-width:33.5%;
    }
}
@media screen and (max-width:812px) {
    article .caseswiper .swiper-slide {
        flex: 0 0 51%;
        max-width: 51%;
  
   }
}
@media screen and (max-width:550px) {
    article .caseswiper .swiper-slide {
        flex: 0 0 98%;
        max-width:98%;
    }
}



/*-------Album 相本------*/

.caselistArea{
	padding: 40px 0 15px 0;
	display: block
}
.caselistBox  .swiper-card {
    position: relative;
    border-radius: 12px;
    height: 360px;
    background-color: #fff;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    width: 30%;   
	max-width: 30%;
    margin: 15px auto 30px 15px;
    display: inline-block;
}

@media screen and (max-width:1180px) {
.caselistBox  .swiper-card {
     width:45%;   
	max-width: 45%; 
	}
	
}
@media screen and (max-width:911px) {
.caselistBox  .swiper-card {
     width:88%;   
	max-width: 88%; 
	margin: 15px auto 30px auto
	}
	
}

@media screen and (max-width:853px) {
.caselistBox  .swiper-card {
     width:45%;   
	max-width:45%; 
	margin: 0px auto 30px 15px
	}
	
}@media screen and (max-width:500px) {
.caselistBox  .swiper-card {
     width:95%;   
	max-width:95%; 
	margin: 10px auto 40px auto
	}
	
}



