header {
    border-radius: 0;
}

#wrap {background-color: #0a6ebd;}
.content_wrap {
    border-radius: 8rem 8rem 0 0 ;
    background-color: #fff;
    position: relative;
    top: -6rem;
    padding: 4rem 2rem 2rem 2rem;


    background: linear-gradient(#fff 30rem, #0a6ebd 30rem, #0a6ebd 0);
    /* background: linear-gradient(#fff 50%, #0a6ebd 50%, #0a6ebd 0);
    background-attachment: fixed; */
}
.content_wrap .recent {
    background-color: #f2f4f7;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .2);
    margin-bottom: 3rem;
}
.content_wrap .recent h3 {
    color: #003c6a;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.content_wrap .recent p.date {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.content_wrap .recent p.arti {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #444;
}
.content_wrap .recent .newslink {
    display: flex;justify-content: center;align-items: center;
    width: 100%;height: 4rem;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 2rem;
}
.content_wrap .recent .newslink img {width: 1rem;margin-left: 1.5rem;}