@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .name{
    font-size: 18px;
    color: #464646;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Noto Sans TC", sans-serif; 
}
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:15px;
    background: #f5f5f5;
    border: 3px solid #f5f5f5;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #64513F;
}
.article-list .item .date{
    color: #64513F;
    font-family: "Outfit", sans-serif;
    border-color: #64513F;
}
.type2 .keyword_box:before{
    background: #B4865C;
}
.article-list .item .name{
     font-size: 18px;
    color: #464646;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Noto Sans TC", sans-serif;
}
.type4 .right-box .tit,
.type4 .article-list .date:before,
.type4 .right-box .tit{
    color: #464646;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Outfit", "Noto Sans TC", sans-serif;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
        font-family: "Noto Sans TC", sans-serif;
    color: #64513F;
    border-color: #64513F;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #B4865C;
}
.keyword li a:hover{
    color: #B4865C;
}
.article-box  .keyword li a:hover{
    background:  #B4865C;
    border-color:  #B4865C;
    color: #fff;
}
.article-list .item .top_box{
    border-width:inherit;
    border-radius: 15px 15px;
    overflow: hidden;
}
.type5 .article-list .item .date{
    background: #64513F;
    color: #fff; 
    border-radius: 10px;
    transition: all .3s ease;
}
.type5 .article-list .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 12px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.type5 .article-list .item .name{
    max-height:inherit;
        font-size: 18px;
    color: #464646;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Noto Sans TC", sans-serif;
    height: auto;
}
.type5 .article-list .item .description{
        font-size: 15px;
    color: #666666;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: normal;
}

.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
    background: #64513F;
    color: #FFFFFF;
    transition: all .3s ease;
    border-radius: 30px;
    font-family: "Outfit", sans-serif !important;
    font-size: 13px;
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
        background: #B4865C;
    color: #FFFFFF;
}
.type1 .article-list .date{
    display: block;
    font-size: 40px;
    line-height: inherit;
    text-align: center;
    background: #64513F;
    color: #fff;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.05em;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    transition: all .3s ease;
}
.type1 .article-list .date .day{
    font-size: 40px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 1.4;
    margin-bottom: -40px;
}
.type1 .article-list .date .month,
.type1 .article-list .date .years{
    font-size: 12px;
    font-weight: normal;
    line-height: inherit;
    margin-top: 0;
}
.type2 .keyword_box {
    border-bottom: 1px solid #dddddd;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #64513F;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*------------ detail-main ------------*/
.share_box{
    text-align: left;
    order: 3;
    width: 100%;
}
.article-header{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.article-date{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: inherit;
    text-align: center;
    background: #64513F;
    color: #fff;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.05em;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    transition: all .3s ease;
    margin: 0 0 10px;
}
.article-date .years{
    font-size: 12px;
    font-weight: normal;
    line-height: inherit;
    margin-top: 0;
    order: 2;
    letter-spacing: 0;
} 
.article-date .day{
    order:1;
    font-size: 40px;
    font-weight: 600;
    display: block;
    width: 100%;
    line-height: 1.4;
    margin-bottom: -40px;
}
.article-date .month{
    order:3;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: inherit;
    margin-top: 0;
}
.article-date .years:before {
    content: '/';
}
.pic_box{
    margin: 20px 0 30px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    color: #464646;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.2;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    margin: 0 0 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}
.article-detail{
    border-bottom:  1px dashed #dddddd;
    padding-bottom: 20px;
}
.btn-box{
    text-align: left;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .article-date{
        width: 70px;
        height: 70px;
        border-radius: 10px;
    }
    .article-date .month, .article-date .years{
        font-weight: normal;
    }
    .article-date .years{
        font-size: 11px;
        order: 2;
    }
    .article-date .day{
        order:1;
        font-size: 35px;
        line-height: 1.45;
        margin-bottom: -42px;
    }
    .article-date .month{
        order:3;
        font-size: 11px;
    }
    .article-title{
        font-size: 18px;
        line-height: 1.65;
        padding: 0 0 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #dddddd;
    }

    .type1 .article-list .date{
        width: 70px;
        height: 70px;
        border-radius: 10px;
    }
    .type1 .article-list .date .day{
        font-size: 35px;
        line-height: 1.45;
        margin-bottom: -42px;
    }
    .type1 .article-list .date .month,
    .type1 .article-list .date .years{
        font-size: 11px;
    }
    .article-list .item .top_box{
        border-radius: 10px;
    }
    .type5 .article-list .item{
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 769px){
    .type2 .article-list .item .box{
        margin-bottom: 20px;
    }
    .type5 .article-list .item .text {
        margin: 0 15px;
    }
    .article-list .text-all {
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 480px){
}
