﻿.news-page-info-box{
    display:block; 
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.news-page-info{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
    z-index: 5;
    position: relative;
}
.news-page-info-title-box{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.news-page-info-title-ch{
    font-size: 24px;
    font-family: 'noto sans tc';
    font-weight: 700;
    color: #8bb639;
    display: block;
    vertical-align: bottom;
    line-height: 1;
    letter-spacing: 1px;
}
.news-page-info-title-en{
    font-size: 16px;
    line-height: 2;
    font-family: 'roboto';
    font-weight: 100;
    color: #d1d1d1;
    display: block;
    letter-spacing: 4px;
}
.news-page-info-article-box{
    position: relative;
}
.news-page-info-article-data{
    font-size: 14px;
    font-weight: lighter;
    color: #888;
    letter-spacing: 2px;
}
.news-page-info-article-title-box{
    position: relative;
}
.news-page-info-article-title{
    width: 95%;
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}
.news-page-info-article-separationline{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin: 30px 0;
}
.news-page-info-article-img{
    width: 95%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.news-page-info-article-text{
    width: 95%;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    letter-spacing: 2px;
}
.news-page-info-article-back-box{
    position: absolute;
    right: -62px;
    top: 0;
    z-index: 1;
}
.news-page-arrow{
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
    background-color: #8bb639;
    color: #fff;
    transition: all .2s linear;
}
.news-page-arrow-text{
    font-size: 14px;
    font-weight: lighter;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 5px;
}
.news-page-info-article-line{
    width: 1px;
    height: 100%;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
}
.news-page-info-article-arrow-prev-box,
.news-page-info-article-arrow-next-box{
    display: block;
}
.news-page-info-article-arrow-box{
    position: absolute;
    bottom: 50px;
    right: -67px; 
}
.news-page-info-article-arrow-prev{
    margin-bottom: 20px;
}


/*<------hover------>*/
.news-page-arrow:hover{
    background-color: #ecec02;
    color: #8bb639;
}


@media only screen and (max-width: 1366px){
    .news-page-info{
        width: 870px;
    }
}
@media only screen and (max-width: 1000px){
    .news-page-info{
        width: 670px;
    }
    .news-page-info-article-img{
        width: 80%;
    }
    .news-page-info-article-data{
        font-size: 12px;
    }
    .news-page-info-article-title{
        font-size: 20px;
    }
    .news-page-info-article-text{
        font-size: 14px;
    }
}
@media only screen and (max-width: 800px){
    .news-page-info{
        width: 95%;
    }
    .news-page-info-article-img{
        width: 80%;
    }
    .news-page-info-article-data{
        font-size: 12px;
    }
    .news-page-info-article-title{
        font-size: 16px;
    }
    .news-page-info-article-text{
        font-size: 14px;
    }
    .news-page-arrow{
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 1;
    }
    .news-page-info-article-back-box{
        right: 15px;
        top: -20px;
    }
    .news-page-arrow-text{
        font-size: 12px;
    }
    .news-page-info-article-arrow-box{
        right: 10px;
        bottom: -60px;
    }
    .news-page-info-article-arrow-prev{
        margin-bottom: 10px;
    }
    .news-page-info-article-line{
        display: none;
    }
}

@media only screen and (max-width: 600px){
    .news-page-info-box{
        padding-top: 20px;
    }
    .news-page-info-title-box{
        padding: 10px 0;
    }
    .news-page-info-title-ch{
        font-size: 18px;
    }
    .news-page-info-title-en{
        font-size: 14px;
    }
/*<-------------動畫------------->*/

@keyframes news-page_fedfromtop {
    0%{
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_fedfrombottom {
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_fed {
    0%{
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_fedfromright {
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_arrowleft {
    0%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_arrowleft2 {
    0%{
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_arrowright {
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes news-page_line {
    0%{
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes news-page_line2 {
    0%{
        height: 0;
    }
    to {
        height: 100%;
    }
}

@media only screen and (min-width: 1001px){
    .news-page-info-title-ch,
    .news-page-info-title-en,
    .news-page-info-article-arrow-prev,
    .news-page-info-article-arrow-next,
    .news-page-info-article-arrow-prev-text,
    .news-page-info-article-arrow-next-text,
    .news-page-info-article-text{
        opacity: 0;
    }
    .news-page-info-title-ch.active{
        animation: news-page_fedfromtop 1.3s ease both ;
    }
    .news-page-info-title-en.active{
        animation: news-page_fed 1s ease 1s both ;
    }
    .news-page-info-article-data{
        animation: news-page_fedfromright 1.3s ease both ;
    }
    .news-page-info-article-title{
        animation: news-page_fedfromright 1.3s ease 0.3s both ;
    }
    .news-page-info-article-separationline{
        animation: news-page_line 1.3s ease both ;
    }
    .news-page-info-article-line{
        animation: news-page_line2 1.7s ease 1.2s both ;
    }
    .news-page-info-article-back-arrow{
        animation: news-page_arrowleft 2.5s ease both ;
    }
    .news-page-info-article-arrow-prev.active{
        animation: news-page_arrowleft2 1.3s ease both ;
    }
    .news-page-info-article-back-text{
        animation: news-page_fed 1s ease 2s both ;
    }
    .news-page-info-article-arrow-next-text.active{
        animation: news-page_fed 1s ease 1s both ;
    }
    .news-page-info-article-arrow-prev-text.active{
        animation: news-page_fed 1s ease 1s both ;
    }
    .news-page-info-article-arrow-next.active{
        animation: news-page_arrowright 1.3s ease both ;
    }
    .news-page-info-article-img{
        animation: news-page_fedfrombottom 1.2s ease both ;
    }
    .news-page-info-article-text.active{
        animation: news-page_fedfrombottom 1.2s ease both ;
    }
}