.breadcrumbs {
    margin-top: 90px;
}

.loaderMore {
    padding-bottom: 125px;
}


/* phonebook 的內容 */

.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;
}

.lightBox.Phonebook .container {
    /* width: 100%; */
}

.lightBox.Phonebook.hideCus {
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.3s, left 0s 0.4s;
    transition: opacity 0.5s 0.3s, left 0s 0.4s;
    pointer-events: none;
}

.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;
    z-index: 1000;
}

.lightBox.Phonebook .close:hover {
    -webkit-transform: scale(1.05) rotate(180deg);
    transform: scale(1.05) rotate(180deg);
}

.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;
}

.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;
}

.lightBox.Phonebook .swiper-Phonebook.swiper-container {
    
    height: auto;
    position: relative;
    overflow: visible;
}
.lightBox.Phonebook .swiper-Phonebook.swiper-container .swiper-wrapper{
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#Photobook .swiper-pagination {
    display: flex;
    width: 150px;
    position: absolute;
    bottom: 30px;
    left: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#Photobook .swiper-pagination span {
    color: #fff;
    width: auto;
    height: auto;
    padding: 0 5px;
}

#Photobook .swiper-pagination span::before {
    display: none;
}

.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;
    z-index: 10000;
}

.lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox a.left {
    display: block;
    width: 50px;
    height: 20px;
    margin-right: 20px;
}

.lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox a.left i {
    color: #fff;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: block;
}

.lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox a.right {
    display: block;
    width: 50px;
    height: 20px;
    margin-left: 20px;
}

.lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox a.right i {
    color: #fff;
    display: block;
}

.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;
    align-self: center;
}

.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;
    width: auto;
}

.lightBox .swiper-wrapper .swiper-slide p {
    color: #fff;
    position: relative;
    top: 36px;
}


/* // */


/* products 跟 photobook 內容 */


/* 圖片內容 */

.listContent {
    display: flex;
    flex-wrap: wrap;
}

.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: 45px;
    font-weight: 900;
    font-size: 1.875rem;
    color: #191f23;
    line-height: 1.3;
    position: relative;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 115px;
}

.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);
}

 article.main section.class {
    width: 98%;
    border-top: 1px #7d7d7d solid;
    padding-top: 26px;
    text-align: left;
    padding-bottom: 70px;
}

 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;
}


 article.main section.class a.item:last-child::after {
    display: none;
}

@media only screen and (min-width: 100px) {
     .lightBox.Phonebook .swiper-Phonebook.swiper-container {
        /* width: 100%; */
    }
}

@media only screen and (min-width: 100px) {
     .lightBox.Phonebook .swiper-Phonebook.swiper-container .navigationBox {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 1000px) {
     article.main section.class {
        display: block;
    }
}

@media only screen and (min-width: 1000px) {
     article.main section.class a.item:nth-child(odd) {
        border-left: 1px solid #000;
        padding-left: 30px;
    }
     article.main section.class a.item:nth-child(even) {
        border-left: 1px solid #000;
        padding-left: 30px;
    }
     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) {
     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;
    }
     article.main {
        margin-left: 70px;
    }
     .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;
        max-height: 100px;
    }
    .lightBox .swiper-wrapper .swiper-slide p {
        width: 100%;
    }
}


@media (max-width: 1000px) and (min-width: 700px) {
     article.main {
        margin-left: 5%;
    }
    .grid-container {
        margin-bottom: 0;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    article.main section.class {
        width: 92%;
        padding-bottom: 40px;
        text-align: center;
    }
    article.main section.class a.item:nth-child(odd) {
        border-left: 1px solid #000;
        padding-left: 30px;
        margin-right: 36px;
    }
    article.main section.class a.item:nth-child(even) {
        border-left: 1px solid #000;
        padding-left: 30px;
        margin-right: 36px;
    }
     article.main section.class a.item:nth-child(1) {
        padding-left: 30px;
    }
     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;
    }
    .lightBox .swiper-wrapper .swiper-slide p {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .grid-container {
        margin-bottom: 0;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
     article.main section.class {
        padding-bottom: 40px;
        text-align: left;
    }
     article.main section.class a.item {
        width: 25%;
        font-size: 13px;
    }
    article.main section.class a.item:nth-child(odd) {
        border-left: 1px solid #000;
        padding-left: 3%;
        margin-right: 4%;
    }
     article.main section.class a.item:nth-child(even) {
        border-left: 1px solid #000;
        padding-left: 3%;
        margin-right: 5%;
    }
     article.main section.class a.item:nth-child(1) {
        padding-left: 3%;
    }
     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;
        min-width: auto;
    }
    .listContent li.item a.link h3 {
        font-size: 25px;
    }
     .lightBox.Phonebook .swiper-Phonebook.swiper-container{
        width: auto;
    }
    .lightBox .swiper-wrapper .swiper-slide p {
        text-align: center;
    }
    .lightBox.Phonebook .swiper-Phonebook.swiper-container .swiper-wrapper .swiper-slide{
        text-align: center;
    }
}

@media (min-width: 0px) and (max-width: 600px) {
    .listContent {
        max-width: 550px;
    }
     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;
    }
}