﻿.news-box{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}
.news-all-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-bottom: 10rem;
}
.news-banner-box{
    width: 100%;
    display: block;
    font-size: 0;
}
.news-banner-text-box{
    width: 460px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 50px;
}
.news-banner-text-box p{
    font-size: 5.5rem;
    letter-spacing: 0.06em;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 1;
    color: #000;
}
.news-banner-text-box h2{
    font-family: "Noto Sans TC";
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-top: 0.3125rem;
    color: #666;
}
.news-banner-img-box{
    width: calc(100% - 460px);
    height: 600px;
    display: inline-block;
    vertical-align: middle;
}


/* news-pages */
.news-pages-title-box{
    text-align: center;
    box-sizing: border-box;
    padding: 150px 0;
}
.news-pages-info-box{
    width: 100%;
    display: block;
    position: relative;
}
.news-pages-info-date{
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto";
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #666;
    margin-right: 10px;
}
.news-pages-info-category{
    display: inline-block;
    vertical-align: middle;
    font-family: "Noto Sans TC";
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #000;
}
.news-pages-info-title{
    font-family: "Noto Sans TC";
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #00286e;
    margin-top: 1rem;
}
.news-pages-info-edit-box{
    font-family: "Noto Sans TC";
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 2.5;
    color: #666;
    margin-top: 1.875rem;
}
.news-pages-other-box{
    margin-top: 8.5rem;
}
.news-pages-other-title{
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.325rem;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #000;
}
.news-pages-other-box .index-news-info{
    margin-top: 40px;
}

.news-pages-info-share-box{
    width: 50px;
    box-sizing: border-box;
    border: 3px solid #00286e;
    border-radius: 25px;
    position: absolute;
    right: -100px;
    top: 0;
    background-color: #fff;
    transition: all .3s linear;
}
.news-pages-info-share-btn{
    font-size: 18px;
    color: #00286e;
    width: 100%;
    line-height: 44px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}
.news-pages-info-share-all-box{
    display: none;
}
.news-pages-info-share{
    font-size: 24px;
    display: block;
    color: #00286e;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    transition: all .3s linear;
}




@media only screen and (max-width: 1200px){
    .news-pages-info-share-box{
        right: 0;
        top: 28px;
    
    }
    .news-pages-info-title{
        box-sizing: border-box;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 1000px){
    .news-all-box{
        width: 750px;
    }
    .news-banner-img-box {
        width: calc(100% - 260px);
        height: 300px;
    }
    .news-banner-text-box{
        width: 260px;
        padding: 0 20px;
    }
    .news-banner-text-box p {
        font-size: 3.75rem;
    }
    .news-banner-text-box h2{
        font-size: 1.25rem;
        letter-spacing: 0.1em;
    }

    .news-pages-title-box{
        padding: 60px 0;
    }
    .news-pages-other-box .index-news-info:nth-child(n) {
        width: 230px;
        margin-right: 30px;
        margin-top: 20px;
    }
    .news-pages-other-box .index-news-info:nth-child(3n) {
        margin-right: 0px;
    }
    .news-pages-other-box .index-news-info-img {
        height: calc((220 / 300) * 230px);
    }
}
@media only screen and (max-width: 768px){
    .news-all-box{
        width: 550px;
    }

    .news-pages-title-box{
        padding: 40px 0;
    }
    .news-pages-info-date{
        font-size: 1rem;
        margin-right: 5px;
    }
    .news-pages-info-category{
        font-size: 1rem;
    }
    .news-pages-info-title{
        font-size: 1.375rem;
        padding-right: 0;
    }
    .news-pages-info-edit-box{
        font-size: 1rem;
        line-height: 1.6;
        margin-top: 20px;
    }
    .news-pages-info-share-box{
        width: 30px;
        border-width: 2px;
        top: -7px;
    }
    .news-pages-info-share-btn{
        font-size: 16px;
        line-height: 26px;
    }
    .news-pages-info-share {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .news-pages-other-box .index-news-info:nth-child(n) {
        width: 100%;
        margin-right: 0px;
        margin-top: 30px;
    }
    .news-pages-other-box .index-news-info-img {
        height: calc((220 / 300) * 550px);
    }
}
@media only screen and (max-width: 550px){
    .news-all-box{
        width: calc(100vw - 40px);
    }
    .news-banner-box{
        display: flex;
        flex-direction: column-reverse;
    }
    .news-all-box .index-news-category-box{
        margin-top: 0;
    }
    .news-banner-img-box {
        width: 100%;
        height: 200px;
    }
    .news-banner-text-box{
        width: 100%;
        padding: 20px;
    }
    .news-banner-text-box p {
        font-size: 1.75rem;
    }
    .news-banner-text-box h2{
        font-size: 1rem;
        letter-spacing: 0.06em;
    }

    
    .news-pages-title-box{
        padding: 0px 0;
    }
    .news-pages-info-title{
        font-size: 1.25rem;
    }
    .news-pages-info-edit-box{
        line-height: 1.4;
        margin-top: 10px;
    }
    .news-pages-other-box {
        margin-top: 3.5rem;
    }
    .news-pages-other-title{
        font-size: 1rem;
    }
    .news-pages-other-box .index-news-info:nth-child(n) {
        margin-top: 20px;
    }
    .news-pages-other-box .index-news-info-img {
        height: calc((220 / 300) * (100vw - 40px));
    }
}



@media only screen and (min-width: 769px){
    .news-banner-text-box p,
    .news-banner-text-box h2,
    .news-banner-img-box,
    .news-pages-info-date-box,
    .news-pages-info-title,
    .news-pages-info-edit-box,
    .news-pages-other-title,
    .news-pages-info-share-box{
        opacity: 0;
    }
    .news-banner-text-box.anima p{
        animation: fadeInUp 1.4s ease 0s 1 both;
    }
    .news-banner-text-box.anima h2{
        animation: fade 1.4s ease .3s 1 both;
    }
    .news-banner-img-box.anima{
        animation: fadeInLeft 1.4s ease 0s 1 both;
    }
    .news-pages-info-date-box.anima{
        animation: fadeInUp 1.4s ease 0s 1 both;
    }
    .news-pages-info-title.anima{
        animation: fadeInUp 1.4s ease 0s 1 both;
    }
    .news-pages-info-edit-box.anima{
        animation: fade 1.4s ease 0s 1 both;
    }
    .news-pages-other-title.anima{
        animation: fadeInRight 1.4s ease 0s 1 both;
    }
    .news-pages-info-share-box.anima{
        animation: fadeInDown 1.4s ease 0s 1 both;
    }

    .news-pages-info-share-box:hover {
        background-color: #000;
        border-color: #000;
    }
    .news-pages-info-share-box:hover .news-pages-info-share-btn{
        color: #fff;
    }
    .news-pages-info-share-box:hover .news-pages-info-share{
        color: #fff;
    }
}