header {
    margin-bottom: 76.64px !important;
}

.top__send__wrap {
   
    padding-top:19px;
}

.news__time__wrap {
    display: flex;
    padding-top: 17px;

}

.news__time__sp {
    margin-top: 30px;
    padding: 15px 20px 0;
}

.news__mark {
    font-size: 14px;
    background-color: #003296;
    color: #fff;
    width: 82px;
    text-align: center;
    padding: 4px 0;
    margin-right: 9px;


}

.news__time {}

.news-detail {
    padding: 0 20px 32px;
}

.news-detail h2 {
    font-size: 30px;
    line-height: 1.266666;
    margin-top: 7px;
    margin-bottom: 14px;
   /*  letter-spacing: -0.05em; */

}

.news-detail__txt {
    line-height: 1.56;
    margin-bottom: 30px;
    ;
}

.news-detail__img {
    margin-bottom: 40px;
    line-height: 1.5;
}
.news-detail__img img{
    max-width: 100%;
}
.news-detail__sub {
    /* margin-top: 40px; */
}

.news-detail__sub h3 {
    font-size: 22px;
    line-height: 1.266666;
}

.news-detail__sub__txt {
    line-height: 1.56;

}

.news-detail__btn__wrap {
    display: flex;
    max-width: 397px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    margin-bottom: 27px;
    margin-top: 30px;
}

.news-detail__prev__btn__wrap {

    width: 100%;
    border: 1px solid #1e2a55;

}

.news-detail__prev__btn {}

.news-detail__next__btn__wrap {
    width: 100%;
    border: 1px solid #1e2a55;
    border-left: 1px solid #fff;
}



.news-detail__btn__wrap {
    text-align: center;

}

.news-detail__btn {
    padding: 13px;
    background-color: #003296;
}



.news-detail__btn__wrap a {
    color: #fff;
    text-decoration: none;

}

.news-detail__next__btn {}


.news__btn__wrap {

    margin: 0 auto;
    margin-top: 30px;
}




@media screen and (min-width: 768px) {
    /* .news__time__sp{
    display: none;
} */


header {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {

    header {
        margin-bottom: 55.75px !important;
    }
}

    .news__time__sp {
        display: none;
    }

    .news__top__send__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 21px;
    }

    .top__send__wrap {
        margin: 0;
    }

    .news__time__wrap {
        padding: 0;
        margin-right: 30px;
    }



    .news__mark {}

    .news__time {}

    .news-detail {
        padding: 0 0 86px;
    }

    .news-detail h2 {
        font-size: 30px;
        line-height: 1.266666;
        margin-top: 50px;
        margin-bottom: 38px;
        text-align: center;
        line-height: 1.5;
    }

    .news-detail__txt {
        margin-bottom: 53px;
    }

    .news-detail__img {
        /* width: 495px; */
        margin: 0 auto;
        margin-bottom: 67px;
    }
    .news-detail__img img.aligncenter{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .news-detail__img img.alignleft{
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
    .news-detail__img img.alignright{
        display: block;
        margin-right: 0;
        margin-left: auto;
    }
    .news-detail__btn__wrap {
        display: flex;
        max-width: 443px;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        margin-bottom: 27px;
    }

    .news-detail__sub {

        margin-bottom: 75px;
    }

    .news-detail__btn {
        padding: 15px;
        background-color: #fff;
    }

    .news-detail__pn-btn__wrap:hover .news-detail__btn {
        background-color: #003296;
    }

    .news-detail__pn-btn__wrap a {
        color: #003296;
    }

    .news-detail__pn-btn__wrap:hover>a {
        color: #fff;
    }

    .news-detail__next__btn__wrap {

        border-left: none;
    }

    .news__btn__wrap {
        width: 199px;

    }

    .news__btn__wrap .news__btn {
        width: 199px;
        padding: 13px;
        margin-top: 41px;
        border: 1px solid #003296;
    }

    .news-detail .line__btn__wrap {
        background-color: transparent;
    }

    .news-detail .line__btn{
        padding:0;
    }

    .news-detail .line__btn__wrap a {
        color: #003296;
        padding: 21px;
    }

    .news-detail .line__btn__wrap:hover a {
        color: #fff;

    }

}

@media screen and (min-width: 900px) {
    /*  .news__time__sp {
        display: none;
    } */

    /* .news__time__wrap {
        display: flex;
        margin-bottom: 0;
    }*/
}