.breadcrumbs {
  margin-top: 90px;
}
.loaderMore {
  padding-bottom: 125px;
}
/* phonebook 的內容 */
body {
  position: relative;
}
body .lightBox.Phonebook {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.992);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: opacity 0.5s 0.5s, left 0s 0s;
  transition: opacity 0.5s 0.5s, left 0s 0s;
}
body .lightBox.Phonebook .container{
  width: 100%;
}
body .lightBox.Phonebook.hideCus {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s 0.3s, left 0s 0.4s;
  transition: opacity 0.5s 0.3s, left 0s 0.4s;
}
body .lightBox.Phonebook .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: fixed;
  right: 2%;
  top: 30px;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
body .lightBox.Phonebook .close:hover {
  -webkit-transform: scale(1.05) rotate(180deg);
  transform: scale(1.05) rotate(180deg);
}
body .lightBox.Phonebook .close::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  position: absolute;
}
body .lightBox.Phonebook .close::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  left: 0;
  position: absolute;
}
body .lightBox.Phonebook .swiper-Phonebook.swiper-container {
  width: 50%;
  height: auto;
  position: relative;
  overflow: visible;
  
}
body .lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox {
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 15px;
  position: fixed;
  bottom: 30px;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .navigationBox
  a.left {
  display: block;
  width: 50px;
  height: 20px;
  margin-right: 20px;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .navigationBox
  a.left
  i {
  color: #fff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: block;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .navigationBox
  a.right {
  display: block;
  width: 50px;
  height: 20px;
  margin-left: 20px;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .navigationBox
  a.right
  i {
  color: #fff;
  display: block;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
}
body
  .lightBox.Phonebook
  .swiper-Phonebook.swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.lightBox.Phonebook .swiper-slide img {
  max-height: 650px;
  min-width: 650px;
}
.lightBox .swiper-wrapper .swiper-slide p{
  color: #fff;
  position: relative;
  top: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  color: #fff;
  bottom: 28px !important;
  left: 1% !important;
  position: fixed !important;
  width: 100px !important;
}
/* // */
/* products 跟 photobook 內容 */
/* 圖片內容 */
.listContent li.item {
  list-style-type: none;
  display: inline-block;
  margin-right: calc(7% / 2);
  margin-bottom: 95px;
}
.listContent li.item a.link {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.listContent li.item a.link .imgContainer {
  width: 100%;
  max-height: 500px;
  display: block;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}
/* @media only screen and (min-width: 1300px) {
  .listContent li.item a.link .imgContainer {
    height: 500px;
  }
} */
.listContent li.item a.link .imgContainer .pd_pj_title {
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  z-index: 1000;
  font-size: 1.125rem;
  letter-spacing: 1px;
  margin-left: -30px;
  opacity: 0;
  -webkit-transition: all 0.5s 0.25s;
  transition: all 0.5s 0.25s;
  bottom: 50%;
  left: 40%;
}
.listContent li.item a.link:hover .imgContainer .pd_pj_title {
  opacity: 1;
}
.listContent li.item a.link .imgContainer .pd_pj_title::before {
  content: '';
  width: 67px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: block;
  top: 12px;
  border-radius: 1.5px;
  left: 80px
}
/* // */
.listContent li.item a.link .imgContainer .focus {
  z-index: 200;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  width: calc(45 / 1920 * 100vw);
  height: calc(45 / 1920 * 100vw);
  min-width: 30px;
  min-height: 30px;
  top: 32px;
  right: 32px;
}
.listContent li.item a.link:hover .imgContainer .focus {
  opacity: 1;
}
.listContent li.item a.link .imgContainer .focus i {
  color: #fff;
  font-size: 1.25rem;
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  margin-top: -7px;
}
.listContent li.item a.link .imgContainer .focus i::before {
  margin: 0;
}
/* @media only screen and (min-width: 1300px) {
  .listContent li.item a.link .imgContainer .focus {
    opacity: 0;
  }
} */
.listContent li.item a.link .imgContainer img {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.6;
  -webkit-transition: all 1s 0s;
  transition: all 1s 0s;
  z-index: 100;
}
.listContent li.item a.link h3 {
  display: inline-block;
  width: 98%;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 95px;
  font-weight: 900;
  font-size: 1.875rem;
  color: #191f23;
  line-height: 1.3;
  position: relative;
}
.listContent .item .link h3::after {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #7d7d7d;
  left: 15px;
  bottom: 0;
}
.listContent li.item a.link .readMore {
  padding: 25px 0 25px 15px;
  text-decoration: none;
  color: #191f23;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
.listContent li.item a.link i.arrow {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  color: #191f23;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 38px;
  -webkit-transition: all 0.5s 0.25s;
  transition: all 0.5s 0.25s;
}
.listContent li.item a.link:hover .imgContainer img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.75;
}
.listContent li.item a.link:hover i.arrow {
  -webkit-transform: translateX(-25px) scaleX(-1);
  transform: translateX(-25px) scaleX(-1);
}
body article.main section.class {
  width: 98%;
  border-top: 1px #7d7d7d solid;
  padding-top: 26px;
  text-align: left;
  padding-bottom: 70px;
}
body article.main section.class a.item {
  width: 15%;
  display: inline-block;
  font-size: calc(18/1920*100vw);
  color: #191f23;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
}
body
  article.main
  section.class
  a.item
  body
  article.main
  section.class
  a.item::after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: '';
  display: block;
  right: 0;
  top: 0;
  background-color: #191f23;
}
body article.main section.class a.item:last-child::after {
  display: none;
}
@media only screen and (min-width: 100px) {
  body .lightBox.Phonebook .swiper-Phonebook.swiper-container {
    width: 100%;
  }
}
@media only screen and (min-width: 100px) {
  body .lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  body article.main section.class {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  body article.main section.class a.item:nth-child(odd) {
    
    border-left: 1px solid #000;
    padding-left: 30px;
    
  }
  body article.main section.class a.item:nth-child(even) {
   
    border-left: 1px solid #000;
    padding-left: 30px;
    
  }
  body article.main section.class a.item:nth-child(1){
    border-left: none;
  }
  

}
@media only screen and (min-width: 1000px) {
  .listContent li.item {
    width: 31%;
    margin-right: 30px;
  }
  .listContent li.item:nth-child(2n + 2) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(3n + 3) {
    margin-right: 1%;
  }
}
@media only screen and (min-width: 1000px) {
  .listContent li.item a.link .imgContainer {
    max-height: 500px;
  }
}
/* // */
/* 我的RWD */
@media screen and (min-width: 1600px) {
}
@media (max-width: 1600px) and (min-width: 1300px) {
  body article.main {
    margin-left: 6.5%;
  }
  .rowPdStyle1 li.item.cr2 {
    width: calc(31% * 2);
  }
  .listContent li.item {
    width: 30%;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .listContent li.item:nth-child(3) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(4) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(5) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(6) {
    margin-right: 30px;
  }
  .searchnum {
    right: 70px;
  }
}
@media (max-width: 1300px) and (min-width: 1000px) {
  .t-template-01__navbar-item .text {
    color: #000;
  }
  body article.main {
    margin-left: 70px;
  }
  body .main .container .searchFilter a.go {
    left: -5px;
  }
  .searchnum {
    padding-right: 0px;
    right: 45px;
  }
  .listContent li.item a.link .imgContainer {
    max-height: 400px;
  }
  .listContent li.item {
    width: 29%;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
  }
  .listContent li.item:nth-child(1) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(2) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(3) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(4) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(5) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(6) {
    margin-right: 30px;
  }
  .listContent li.item:nth-child(7) {
    margin-right: 30px;
  }
  .listContent li.item a.link h3{
    font-size: 25px;
  }
}
@media (max-width: 1000px) and (min-width: 700px) {
  body article.main {
    margin-left: 5%;
  }
  .grid-container {
    margin-bottom: 0;
  }
  .breadcrumbs {
    margin-bottom: 50px;
  }
  body article.main section.class {
    width: 92%;
    padding-bottom: 40px;
    text-align: center;
  }
  body article.main section.class a.item:nth-child(odd) {
   
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-right: 36px;
  }
  body article.main section.class a.item:nth-child(even) {
    
    border-left: 1px solid #000;
    padding-left: 30px;
    margin-right: 36px;
  }

  body article.main section.class a.item:nth-child(1) {
    padding-left: 30px;
  }
  body article.main section.class a.item {
    width: 20%;
  }
  .listContent li.item:nth-child(even){
    max-width: 44%;
  }
  .listContent li.item:nth-child(odd){
    max-width: 44%;
    margin-right: 45px;
  }
  .listContent li.item {
    margin-bottom: 30px;
  }
  .listContent li.item a.link .imgContainer {
    max-height: 370px;
  }
  .listContent li.item a.link h3{
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .grid-container {
    margin-bottom: 0;
  }
  .breadcrumbs {
    margin-bottom: 50px;
  }
  body article.main section.class {
    padding-bottom: 40px;
    text-align: center;
  }
  body article.main section.class a.item {
    width: 20%;
    font-size: 13px;
  }
  body article.main section.class a.item:nth-child(odd) {
    border-left: 1px solid #000;
    padding-left: 3%;
    margin-right: 5%;
  }
  body article.main section.class a.item:nth-child(even) {
    border-left: 1px solid #000;
    padding-left: 3%;
    margin-right: 5%;
  }
 
  body article.main section.class a.item:nth-child(1) {
    padding-left: 0px;
  }
  body article.main {
    margin-left: 30px;
  }
  .listContent li.item {
    margin-bottom: 30px;
    max-width: 45%;
  }
  .listContent li.item a.link .imgContainer {
    max-height: 250px;
  }
  .lightBox.Phonebook .swiper-slide img {
    max-height: 350px;
  }
  .listContent li.item a.link h3{
    font-size: 25px;
  }
}
@media (min-width: 366px) and (max-width: 600px) {
  .listContent {
    max-width: 550px;
  }
  body article.main {
    margin-left: 6%;
  }
  .listContent li.item {
    max-width: 98%;
    margin-right: 6%;
  }
  .listContent li.item a.link h3 {
    font-size: 25px;
    padding-bottom: 35px;
  }
}