.album-list {
    max-width: 1200px;
    margin: 0 -10px;
}
.album-list .item {
    width: 25%;
    padding: 0 10px;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    max-width: 461px;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.album-list li .cover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.album-list .pic-box {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #E3E3E3;
    transition: all .3s ease;
}
.album-list .box:hover .pic-box {
    border: 2px solid #EE7700;
}
.album-list .pic img {
    margin: auto;
    border-radius: 15px;
    box-sizing: border-box;
}
.album-list .fancybox {
    display: none;
}
.album-list .box .txt{
    box-sizing: border-box;
    padding-top: 10px;
}
.album-list .name {
    position: relative;
    color: #333333;
    background: transparent;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
}
.photo-title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.photo-pager{
        color: #fff;
}
.photo-pager b{
    text-decoration: underline;
    color:#f37103;
}
body .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}
body .fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-nav{
    width: 50%;
}
body .fancybox-inner {
    min-height: 50px;
}


@media screen and (max-width: 1000px) {
    .album-list {
        max-width: 900px;
    }
    .album-list .item {
        width: 33.33%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: left;
    }
    .album-list  .name{
        font-size: 17px;
        margin: 0 auto;
    }
    .album-list .box .txt {
        box-sizing: border-box;
        padding-top: 5px;
    }
    .album-list .box{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 769px) {
    body .fancybox-inner {
        min-height:200px;
    }
    .photo-title{
        font-size: 16px;
    }
    .photo-pager{
        padding: 8px 0 4px;
    }
    .album-list .name {
        line-height: 35px;
        height:35px;
    }
    body .fancybox-nav span {
        background: url('../../images/common/album/lightbox_arrow_small.png') no-repeat;
        width: 15px;
        height: 30px;
        margin-top: 0px;
        z-index:9999;
        top:100%;
    }
    body .fancybox-prev span {
        left: auto;
        right: 0px;
        background-color:#0000008c;
        padding: 0 10px;
    }
    body .fancybox-next span {
        background-color:#000000ad;
        background-position: 100% 0;
        padding: 0px 10px;
        left: 0%;
    }
    .fancybox-nav span {
        position: absolute;
        top:95%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }
    .fancybox-title{
        margin-top:25px;
    }
}
@media screen and (max-width: 600px) {
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: left;
    }
    body .fancybox-inner {
        min-height:200px;
    }
}


@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html,
body {
    padding: 0px;
    margin: 0px;
    background-color: rgba(204, 204, 204, 1);
    font-family: Arial, Helvetica, 'Noto Sans TC', 'LiHei Pro', "微軟正黑體", "新細明體", 'Microsoft JhengHei',  sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

input,
textarea,
select,
button {
    font-family: Arial, Helvetica, 'Noto Sans TC', 'LiHei Pro', "微軟正黑體", "新細明體", 'Microsoft JhengHei',  sans-serif;
}

#fbContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ccc;
}

#fbFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%;
    min-height: 50px;
    background-color:  #FBBF2B !important;
    overflow: hidden;
}

.fbPaginationMinor {
    /*color: #4e6605;*/
    color: #FFFFFF;
    margin-left: 10px;
}

#fbContents {
    float: left;
    margin-top: 17px;
    margin-left: 15px;
}

#fbMenu {
    float: right;
    margin-top: 4px;
    margin-right: 15px;
}

#altmsg {
    position: absolute;
    background-color: #000000;
    padding: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: center;
}

#altmsg:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a.altlink:link {
    color: #FFFFFF;
}

a.altlink:visited {
    color: #DDDDDD;
}

a.altlink:hover {
    color: #FFFFFF;
}

#fbMenu a {
    display: inline-block;
}

#fbBackButton,
#fbForwardButton {
    cursor: pointer;
}


/* mobile */
#fbFooter.mobile {
    height: 100px;
}

#fbFooter.mobile #fbContents {
    /*float: none;*/
    display: inline-block;
    margin: 23px 0 0 70px;
}

#fbFooter.mobile #fbMenu {
    float: none;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
}

#fbFooter.mobile #fbBackButton,
#fbFooter.mobile #fbForwardButton,
#fbFooter.mobile #fbDownloadButton {
    margin: 10px;
    width: 72px;
    height: 80px;
}

#fbFooter.mobile #fbBackButton {
    float: left;
}

#fbFooter.mobile #fbForwardButton {
    float: right;
}

#fbFooter.mobile .fbPaginationMinor,
#fbFooter.mobile #fbContentsMenu,
#fbFooter.mobile {
    font-size: 30px;
}

#fbFooter.mobile .fbPaginationMinor {
    margin-right: -15px;
}


/*album_column欄位*/
.album_column_one .item{
    width: 100%;
}
.album_column_two .item{
    width: 50%;
}

.album_column_two .item:nth-child(n){
    clear: inherit;
}
.album_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!album_column欄位*/