@charset "utf-8";
.share_box .share-link{
    text-align: left;
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 0px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}

.column3 .article-list{
    margin: 0 -10px;
}
.column3 .article-list .item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 40px;
}
.type3 .article-list .Category,
.type3 .article-list .Category+.date:before{
    display: none;
}
.type3 .keyword_box:before{
    display: none;
}
.type3 .article-list .item .box .top_box{
    position: relative;
}
.type3 .article-list .item .text{
    position: static;
    display: grid;
    grid-template-areas:
    "name"
    "date"
    "description"
    "keyword_box"
    "more-box";
}
.type3 .article-list .item .text .CandD-box,
.type3 .article-list .item .text .text-all,
.type3 .article-list .more-box{
    display: contents;
    position: static;
}
.type3 .article-list .item .name {
    grid-area: name;
    min-height: inherit;
    max-height: inherit;
    -webkit-line-clamp:1;
    margin-bottom: 15px;
}
.type3 .article-list .item .date {
    grid-area: date;
    color: #858585;
}
.type3 .article-list .date .day,
.type3 .article-list .date .month,
.type3 .article-list .date .years{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
}
.type3 .article-list .item .description {
    grid-area: description;
    display: -webkit-box;
    height: 67px;
}
.type3 .article-list .item .keyword_box{
    grid-area: keyword_box;
    position: absolute;
    bottom: calc(225px + 10px);
    right: 5px;
    margin: 0;
    padding: 0;
}
.type3 .article-list .more-box {
    grid-area: more-box;
    display: block;
}
.type3 .article-list .more-box .btn.more{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    font-family: "Bellefair", serif;
    text-align: right;
    padding-right: 50px;
    background: transparent;
    color: #665D53;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(103,93,84,.75);
    transition: all .3s ease;
}
.type3 .article-list  .item .box:hover .more-box .btn.more{
    background: #675D54;
    color: #FFFFFF;
}
.type3 .article-list .more-box .btn.more::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain;
    transition: all .3s ease;
    animation: none;
}
.type3 .article-list .item .box:hover .more-box .btn.more::before {
    animation: arrowFloat 1s ease-in-out infinite;
    background: url('../../../images/layout06/common/index/more_arrow_.webp');
    background-size: contain;
}
.type3 .article-list .item .box{
    margin: 0 auto 0;
}
.type5 .keyword_box{
    color: #675D54;
}
.type5 .article-list .item .date,
.article-date{
    color: #675D54;
    margin: -40px 0 10px 15px ;
    font-weight: 500;
    background: #E4E1DA;
    border: 0;
    border-radius: 0;
    transition: all .3s ease;
}
.type5 .article-list .item .date{
    padding-top: 8px;
    line-height: .7;
}
.type5 .article-list .item .box:hover .date{
    background: #675D54;
    color: #FFFFFF;
}
.type5 .article-list .item .day {
    width: 100%;
    font-size: 35px;
}
.type5 .article-list .item .month, .type5 .article-list .item .years {
    font-size: 12px;
}
.article-date{
    margin:auto;
}
.type1 .article-list .more-box{
    width: 120px;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #675D54;
    font-family: "Bellefair", serif !important;
    font-weight: normal;
    border-radius: 0;
    width: 100%;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E4E1DA;
    z-index: 0;
    transition: all .3s ease;
    border-radius: 0px;
}
.type1 .article-list .btn.more:hover {
    background: #675D54;
    color: #FFFFFF;
    z-index: 60;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.article-list .text-all {
    border-color: #D9D2CB;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #858585;
    border-color: transparent;
}
.type3 .article-list .date .month:before, .type3 .article-list .date .day:before{
    content: '/';
    font-weight: normal;
    margin: 0;
}
.article-list .item .date{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif !important;
}
.article-list .item .name {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
    transition: all .3s ease;
    padding-top: 15px;
}
.article-list .description,
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: inherit;
    margin: 10px 0 20px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.1em;
    line-height: 1.5;
    height: auto;
    overflow: hidden;
}
.type1 .article-list .date .day {
    display: block;
    letter-spacing: 0;
}
.type1 .article-list .date{
    font-size: 55px;
    padding: 35px 25px 20px;
    line-height: 25px;
    text-align: center;
    display: block;
}
.type1 .article-list .date .day{
    font-size: 55px;
    line-height: 25px;
    text-align: center;
}
.type1 .article-list .date .month, .type1 .article-list .date .years {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0;
    margin-top: 5px;
}
.type2 .article-list .date{
    border-bottom: 4px solid #675D54;
}
.type2 .keyword_box:before{
    background: #D9D2CB;
}
.type2 .keyword_box {
    border-bottom: 1px solid #D9D2CB;
}
.keyword_box {
    border-color: #D9D2CB;
}
.type2 .article-list .date .day {
    display: inline-block;
    font-size: 35px;
}
.type4 .article-list .box:hover .btn.more{
    width: 100%;
    background: #675D54;
    color: #FFFFFF;
}
.type4 .article-list .more-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.type5 .article-list .item .text {
    margin: 0 0px;
}
.type5 .article-list .item .pic{
    margin: 0;
}
.type5 .article-list .item .name{
    height: auto;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0;
}
.article-list .item .box {
    border-color: #D9D2CB;
}
.type5 .article-list .item .box{
    border-bottom: 1px solid #D9D2CB;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #675D54;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.keyword li a {
    border: 1px solid #F9F8F6;
    background: #F9F8F6;
    border-radius: 5px;
    padding: 7px 8px;
    margin-right: 2px;
    line-height: 1.4;
}
.keyword_box .keyword li a:hover {
    background: #675D54;
    border-color: #675D54;
    color: #fff;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
@media screen and (max-width: 1000px){
    .column3 .article-list{
        margin: 0 -10px;
    }
    .column3 .article-list .item{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .article-list .item .name{
        font-size: 17px;
        padding-top: 10px;
    }
    .type3 .article-list .item .name{
        margin-bottom: 5px;
    }
    .type3 .article-list .item .description{
        height: 63px;
    }
    .type3 .article-list .date .day, .type3 .article-list .date .month, .type3 .article-list .date .years{
        font-size: 13px;
    }
    .article-list .description, .type1 .article-list .description, .type2 .article-list .description, .type3 .article-list .description, .type4 .article-list .description{
        font-size: 14px;
        margin: 5px 0 15px;
    }
    .type3 .article-list .more-box .btn.more{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        padding-right: 35px;
    }
    .type3 .article-list .more-box .btn.more::before {
        width: 6px;
        height: 12px;
        right: 15px;
    }
    .type3 .article-list .item .keyword_box {
        display: none;
    }
    .keyword_box{
        font-size: 12px;
    }
    .keyword li a{
        padding: 5px 6px;
    }

}

@media screen and (max-width: 769px){
    .column3 .article-list .item {
        width: 50%;
    }
    .type2 .article-list .item:first-child .box {
        border-top: 1px solid transparent;
    }
    .type2 .article-list .item .box {
        border-top: 1px solid #D9D2CB;
    }
}
@media screen and (max-width: 600px) {
    .type4 .CandD-box {
        margin-top: 45px;
    }
    .type4 .article-list .item .name {
        margin-bottom: 15px;
    }
}


/*!列表通用 index article*/
/*------------ detail-main ------------*/
.article-date{
    box-sizing: border-box;
    font-size: 35px;
    line-height: 0.5;
    letter-spacing: 0.05em;
    margin: -35px 0px 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    padding-top: 0;
    border-radius: 0px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
}
.article-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    letter-spacing: normal;
    margin-bottom: -15px;
    font-size: 35px;
}
.article-date .month{
    order: 2;
}
.article-date .month:before{
    content: '.'
}
.article-date .month,
.article-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.pic_box{
    padding: 0px;
    margin: 0px 0 10px;
    max-width: 650px;
}
.pic_box img{
    width: 100%;
}
.article-detail .share_box{
    text-align: left;
}
.article-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
/*------------ rwd ------------*/
