
.banner_wrap {
    position: relative;
    top: -5rem;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 100;
}
.banner_wrap a {margin: .7rem;width: calc(100% / 3);}
.banner_wrap a img {width: 100%;box-shadow: 0 0 2rem rgba(0, 0, 0, .1);}
.content_wrap {
    position: relative;
    top: -10rem;
    border-radius: 8rem;
    background-color: #0a6ebd;
    padding: 6rem 3rem 3rem 3rem;
}
.content_wrap .content {
    padding-bottom: 4rem;
}
.content_wrap h2 {
    color: #fff;
    line-height: 1.4;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.content_wrap h3 {
    color: #fff;
    width: fit-content;
    line-height: 1.4;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    /* background: linear-gradient(transparent 35%,rgba(7, 63, 105, 0.7) 35%, rgba(7, 63, 105, 0.7) 0); */

    font-weight: bold;
}
.content_wrap pre {
    color: rgba(255, 255, 255, .9);
    line-height: 1.5;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.content_wrap img {
    width: 100%;
    margin-bottom: 4rem;
}
.content_wrap .link {
    background-color: #f2f4f7;
    color: #20144c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    border-radius: 10rem;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 4rem;
}
.content_wrap .link img {
    width: 1rem;
    margin-left: 1rem;
    margin-bottom: 0;
}
.content_wrap .newsImg {
    position: relative;
}
.content_wrap .newsImg::before {
    content: "* 클릭시 확대";
    position: absolute;
    font-size: 1.4rem;
    font-weight: bold;
    color: gold;
    right: 0;bottom: 2rem;
}