﻿.index-news-box{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 130px 0;
}
.index-news-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.index-news-title-box{
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.index-news-title-box p{
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 30px;
}
.index-news-title-box h2{
    font-size: 46px;
    color: #7b2532;
    font-family: "Noto Serif TC";
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 60px;
}
.index-news-info-box{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 70px;
    margin-top: 30px;
}
.index-news-info{
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #d1d1d1;
    padding: 35px 0;
}
.index-news-info:nth-child(1){
    border-top: 1px solid #d1d1d1;
}
.index-news-info-text-box{
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}
.index-news-info-day{
    font-family: 'Roboto';
    font-size: 14px;
    color: #666;
    letter-spacing: 0.06em;
    line-height: 24px;
    transition: all .3s linear;
}
.index-news-info-text{
    font-family: 'Noto Sans TC';
    font-size: 18px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}
.index-news-info-arrow{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #d1d1d1;
    transition: all .3s linear;
}
.index-news-more-box{
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 80px;
    margin-bottom: 20px;
}
.index-news-more{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    color: #7b2532;
    font-family: 'Roboto';
    font-weight: 700;
    letter-spacing: 0.06em;
}
.index-news-more i{
    margin-right: 10px;
}
.index-news-img-box{
    padding: 0 40px;
}




@media only screen and (max-width: 1300px){
    .index-news-all-box{
        width: 1180px;
    }
}
@media only screen and (max-width: 1200px){
    .index-news-all-box{
        width: 980px;
    }
}
@media only screen and (max-width: 1000px){
    .index-news-box{
        padding: 80px 0;
    }
    .index-news-all-box{
        width: 740px;
    }
    .index-news-title-box{
        width: 100%;
        display: block;
    }
    .index-news-info-box{
        width: 100%;
        display: block;
        padding: 0;
    }
    .index-news-title-box p{
        font-size: 16px;
        line-height: 20px;
    }
    .index-news-title-box h2{
        font-size: 32px;
        line-height: 50px;
    }
    .index-news-info{
        padding: 25px 0;
    }
}
@media only screen and (max-width: 768px){
    .index-news-box{
        padding: 40px 0;
    }
    .index-news-all-box{
        width: 540px;
    }
    .index-news-info-arrow{
        width: 60px;
    }
    .index-news-info-text-box {
        width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 550px){
    .index-news-box{
        padding: 20px 0;
    }
    .index-news-all-box{
        width: calc(95vw - 10px);
    }
    .index-news-info-arrow{
        width: 60px;
    }
    .index-news-info-text-box {
        width: calc(100% - 60px);
    }
    .index-news-title-box p{
        font-size: 14px;
        line-height: 16px;
    }
    .index-news-title-box h2{
        font-size: 20px;
        line-height: 34px;
    }
    .index-news-info-box{
        margin-top: 20px;
    }
    .index-news-info{
        padding: 10px 0;
    }
    .index-news-info-text-box {
        width: calc(100% - 30px);
    }
    .index-news-info-day{
        font-size: 12px;
        line-height: 20px;
    }
    .index-news-info-text{
        font-size: 14px;
        line-height: 20px;
    }
    .index-news-info-arrow{
        width: 30px;
        font-size: 16px;    
    }
    .index-news-more-box{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .index-news-more{
        font-size: 14px;
    }
    .index-news-img-box{
        width: 50vw;
        padding: 0 20px;
    }
}


@media only screen and (min-width: 1001px){
    .index-news-info:hover .index-news-info-text{
        color: #7b2532;
    }
    .index-news-info:hover .index-news-info-arrow{
        color: #7b2532;
    }
    .index-news-more::after{
        content: '';
        width: 0%;
        height: 1px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #7b2532;
        transition: all .3s linear;
    }
    .index-news-more:hover{
        color: #7b2532;
    }
    .index-news-more:hover::after{
        width: 100%;
    }


    .index-news-title-box p,
    .index-news-title-box h2,
    .index-news-info,
    .index-news-more,
    .index-news-img-box{
        opacity: 0;
    }
    .index-news-box.anima .index-news-title-box p{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .index-news-box.anima .index-news-title-box h2{
        animation: fadeInUp 1s ease .3s 1 both;
    }
    .index-news-box.anima .index-news-info:nth-child(1){
        animation: fadeInLeft 1s ease .5s 1 both;
    }
    .index-news-box.anima .index-news-info:nth-child(2){
        animation: fadeInLeft 1s ease .6s 1 both;
    }
    .index-news-box.anima .index-news-info:nth-child(3){
        animation: fadeInLeft 1s ease .7s 1 both;
    }
    .index-news-box.anima .index-news-more{
        animation: fadeInLeft 1s ease .8s 1 both;
    }
    .index-news-box.anima .index-news-img-box{
        animation: fade 1s ease .9s 1 both;
    }
}