@charset "utf-8";
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    transition: all .3s;
    border-radius: 0;
    border: none;
}
.news-list.type1 .date .day {
    display: block;
    letter-spacing: 0;
}
.news-list .item .box{

}
.news-list.type4 .item .box:hover{

}
.news-list .item .date{
    font-family: "Noto Serif TC", serif !important;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.news-list.type3 .item {
    border-left: solid #D9D2CB 1px;
}
.news-list.type4 .item .date,
.news-date{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
    font-family: "Noto Serif TC", serif;
}
.news-list.type3 .box:hover .name{
    color: #665D53;
}
.news-list.type4 .item .box{
    position: relative;
    max-width: 295px;
}
.news-list.type4 .txt{
    position: static;
    display: grid;
    padding: 0;
    grid-template-areas:
    "name"
    "date"
    "description"
    "more-box";
}
.news-list.type4 .date,
.news-list.type4 .txt .txt_in,
.news-list.type4 .more-box{
    display: contents;
    position: static;
}
.news-list.type4 .item .name {
    grid-area: name;
    min-height: inherit;
    max-height: inherit;
    -webkit-line-clamp:1;
    margin-bottom: 15px;
    height: auto;
}
.news-list.type4 .item .date {
    grid-area: date;
    display: flex;
    width: fit-content;
    height: inherit;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    background-color: transparent;
}
.news-list.type4  .date .day,
.news-list.type4 .date .month,
.news-list.type4 .date .years{
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #858585;
    line-height: 1.5;
    width: fit-content;
}
.news-list.type4 .date .years{
    order: 1;
}
.news-list.type4 .date .month{
    order: 2;
}
.news-list.type4 .date .day{
    order: 3;
}
.news-list.type4 .item .description {
    grid-area: description;
    display: -webkit-box;
    height: 67px;
}

.news-list.type4 .item .box .more-box {
    grid-area: more-box;
    display: block;
}
.news-list.type4 .item .box .more-box .btn.more{
    position: relative;
    box-sizing: border-box;
    display: block;
    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;
}
.news-list.type4 .item .box:hover .more-box .btn.more{
    background: #675D54;
    color: #FFFFFF;
}
.news-list.type4 .item .box .more-box .btn.more::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 15px;
    top: 0;
    bottom: 0;
    left: inherit;
    right: 24px;
    margin: auto 0;
    background: url('../../../images/layout06/common/index/more_arrow.webp');
    background-size: contain ;
    transition: all .3s ease;
    animation: none;
    z-index: 2;
}
.news-list.type4 .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 ;
    opacity: 1;
}
.news-list.type4 .date .month:before, .news-list.type4 .date .day:before{
    content: '/';
    font-weight: normal;
    margin: 0;
}
.news-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;
}
.news-list .item .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;
}

.news-list .btn.more{
    z-index: 5;
    overflow: hidden;
    color: #675D54;
    font-family: "Bellefair", serif !important;
    font-weight: normal;
    border-radius: 0;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #E4E1DA;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type2 .description{
    -webkit-line-clamp:2;
}
.news-list.type2 .name{
    padding-top:5px;
}
.news-list .box:hover .btn.more {
    background: #675D54;
    color: #FFFFFF;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4 {
        margin: 0 -10px;
    }
    .news-list.type4 .item {
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .news-list .item .name{
        font-size: 17px;
        padding-top: 10px;
    }
    .news-list.type4 .item .name{
        margin-bottom: 5px;
    }
    .news-list.type4 .item .date .day,
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years{
        font-size: 13px;
    }
    .news-list.type4 .item .description ,
    .news-list .item .description{
        font-size: 14px;
        margin: 5px 0 15px;
        height: 63px;
    }
    .news-list.type4 .item .box .more-box .btn.more{
        font-size: 13px;
        height: 45px;
        line-height: 45px;
        padding-right: 35px;
    }
    .news-list.type4 .item .box .more-box .btn.more::before {
        width: 6px;
        height: 12px;
        right: 15px;
    }
}
@media screen and (max-width: 767px){
    .news-list.type3 {
        margin: 0 auto;
    }
    .news-list.type3 .item {
        border-top: solid #D9D2CB 1px;
    }
    .news-list.type3 .item:first-child {
        border-top: none;
    }
}
/*!列表通用 index、news*/
/*瀑布流*/
.masonry-list .item:nth-child(n),
.has-side .masonry-list .item:nth-child(n){
    clear: none!important;
}
/*!瀑布流*/
/*------------ detail-main ------------*/
.news-header{
    display: flex;
    flex-wrap: wrap;
}
.news-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;
    color: #675D54;
    background: #E4E1DA;
}
.news-date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    letter-spacing: normal;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-date .month{
    order: 2;
}
.news-date .month:before{
    content: '.'
}
.news-date .month,
.news-date .years{
    font-size: 12px;
    line-height: 1;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 600;
}
.share_box{
    text-align: left;
    display: block;
    order: 2;
    width: 100%;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
    width: 100%;
}
/*------------ rwd ------------*/
