.page-header{
    position: relative;
    padding-bottom: 0;
    margin: 80px 0 20px 0;
    border-bottom: 1px solid #9e4545;
}
.page-title{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 27px;
    color: #9e4545;
    line-height: 85%;
}
.page-function{
    float: right;
}

.page-link-group{
    float: right;
    list-style: none;
    margin-bottom: 3px;
    padding-left: 20px;
}
.page-link-group li{
    display: inline-block;
}
.page-link-group li+li:before{
    content: "/";
    width: 30px;
    color: #caa1a0;
}
.page-link{
    color: #caa1a0;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 10px;
}
.page-link-group li+li .page-link{
    padding-right: 0;
}
.page-link:hover,
.page-link:active,
.page-link:focus,
.page-link.active{
    color: #9e4545;
}
.page-back,
.page-back:hover,
.page-back:active,
.page-back:focus{
    font-size: 13px;
    letter-spacing: 1px;
    float: right;
    color: #9e4545;
}


/* ------------------輪播----------------- */
.slide{
    background: #000;
    height: 505px;
}
.slick-list,
.item,
.slick-track,
.item a{
    height: 100% !important;
}
.item a{
    display: block;
}
.slide img{
    position: relative;
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.slick-prev,
.slick-prev:hover, 
.slick-prev:focus{
    left: 0;
    z-index: 3;
    width: 50px;
    height: 35px;
    background: url(../images/work/left.png) center no-repeat;
}
.slick-prev:before,
.slick-next:before{
    display: none;
}
.slick-next,
.slick-next:hover,
.slick-next:focus{
    right: 0;
    z-index: 3;
    width: 50px;
    height: 35px;
    background: url(../images/work/right.png) center no-repeat;
}



/* -------------詳細內容-------------- */
.list-info{
    float: left;
    width: 343px;
    margin-top: 1px;
}
.work-title{
    background: #7d0000;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 7px 15px;
}
.wrok-list{
    list-style: none;
    padding: 10px 18px 20px 18px;
    border-bottom: 1px solid #c3c1c1;
}
.wrok-list li{
    position: relative;
    line-height: 180%;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    letter-spacing: 1px;
}





/* ---------------小圖-------------- */
.smallimg-group{
    float: right;
    width: 657px;
    margin-top: 1px;
    text-align: right;
    font-size: 0;
}
.smallimg{
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    background: #000;
    margin-left: 1px;
    margin-bottom: 1px;
    background-size: cover;
    background-position: center;
}
.smallimg:before{
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}
.smallimg.active:before{
    opacity: 0;
}









/*-------------photoswipe---------------*/
.pswp__bg{
    background: rgba(0,0,0,0.8); 
}
.pswp__scroll-wrap{
    /* width: calc(100% - 30px);
    max-width: 640px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
}
.pswp__item{
     background: none; 
}
.pswp__ui--idle .pswp__button--arrow--left, 
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar,
.pswp__ui--hidden .pswp__top-bar, 
.pswp__ui--hidden .pswp__caption, 
.pswp__ui--hidden .pswp__button--arrow--left, 
.pswp__ui--hidden .pswp__button--arrow--right{
    opacity: 1 !important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption{
    background: none;
}
/* 關閉按鈕 */
.pswp__button--close{
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/common_icon/close.png) 0 0 no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px; 
}
/* 頁碼 */
.pswp__counter{
    /* display: none; */
}
.pswp__counter{
    position: absolute;
    width: 100%;
    height: 44px;
    bottom: 6px;
    top: auto;
    left: 0;
    z-index: 2;
    text-align: center;
}
.pswp__caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 44px;
    top: 50%;
    left: 0;
    z-index: 2;
    text-align: center;
    background: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.pswp__caption__center{
    padding: 7px 35px;
    text-align: center;
    color: #dadada;
    font-size: 13px;
    letter-spacing: 1px;
}
/* 左右鍵 */
.pswp__button--arrow--left, 
.pswp__button--arrow--right{
    background: none;
    top: 0;
    bottom: auto;
    margin-top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/work/left.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    visibility: visible !important;
    /* margin: 0 15px; */
}
.pswp__button--arrow--right{
    background: url(../images/work/right.png) 0 0 no-repeat;
    background-size: contain;
}
.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before{
    display: none;
}
/* list下方文字 */
.my-gallery figcaption{
    display: none;
}
/* 圖片 */
.pswp__img{
    /* padding: 0 15px; */
}