.sub-nav{
    margin: 1rem auto 3rem;
    padding: 0;
}

.main{
    padding-top: 100px;
    margin-bottom: 64px;
}
article h6{
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
article p, article li{
    font-size: 1.125rem;
    font-weight: 300;
}

article li span{font-weight: 400;    }
h6{
    color: #AF9F75;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* 卡片 */
.card{
    display: block;
    cursor: pointer;
    border: none;
    position: relative;
}

.pic {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0);
}

.img-fluid{
    transition: transform 1s ease;    
}

.pic:hover .img-fluid, .pic:focus .img-fluid {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    opacity: .5;
}


/* 了解更多 */
.item-more{display: none;}

.item{margin-bottom: 1rem;}
.card:hover .item-more, .card:focus .item-more{
    display: block;
    position: absolute;
    top:30%;
    left: 36%;
    color: white;
    font-size: 1.25rem;
}

.card-img,.card-img-top{border-radius: 0;}

.card-body{
    padding-left: 0;
    padding-right: 0;
}

/* 日期 */
.card-time{margin-top: -.25rem;}

.card-time, .card-subtitle{
    color: #969696;
    font-weight: 300;
    margin-bottom: .5rem;
}

/* 分類 */
.card-subtitle{font-weight: 400;}
.card-subtitle::after{
    content:'';
    border-left: 1px solid #969696;
    margin: 0 10px;
}

@media (max-width: 576px){
    #ourHolder{justify-content: center;}
}


/* 動態消息內頁 */

.details-title{
    color: #D14747;
    margin: 1.5rem auto 0;
    font-weight: 400;
    text-align: center;
}
.style1 article{
    display: block;
    margin: 1.5rem auto 1.5rem;
    text-align: center;
}
.style1 .container{width: 80%;}


@media (max-width: 576px){
    .style1 .container{width: 90%;}
}
.style2 article{
    display: block;
    margin: 1.5rem auto 1.5rem;
    text-align: left;
    width: 100%;
}

@media (max-width: 576px){.style2 .container{width: 80%;}}

.bottom-nav a i{
    font-size: 32px;
    align-self: center;
    opacity: .5;
    transition: transform 1s ease;
}
#nav-next, #nav-pre{width: 350px;}
#nav-next{justify-content:flex-end;}
#nav-pre{justify-content:flex-start;}
#nav-next p {text-align: right;}

@media (max-width: 992px){#nav-next, #nav-pre{width: 280px;}}

.bottom-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 64px 32px 0;
}
.nav-action, .nav-title{
    display: block;
    margin-bottom: 0;
    transition: transform 1s ease;
}
.nav-title{
    font-size: 16px;
    line-height: 1.4;
}

.bottom-nav a p{
    opacity: .75;
    transition: transform 1s ease;
}

.bottom-nav .disabled{ pointer-events: none;opacity: .5;  }
.bottom-nav .disabled i{ opacity: .5;  }
.bottom-nav a:hover i, .bottom-nav a:focus i{
    opacity: 1;
}
.bottom-nav a:hover p, .bottom-nav a:focus p{
    opacity: 1;
    font-weight: 400;}