.titles{
    background: #edf4f0;
    gap: .8rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #209a62;
}
.sub_titles{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
    font-weight: 600;
}
.contents_box .contents{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #7f7f7f;
}
.contents_box{
    padding: 1rem;
}
.box1{
    border: 1px solid #000;
}
.pagination{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem 0;
    justify-content: center;
}
.pagination a{
    font-size: 2rem;
}
.show_more {
    margin: 2rem auto;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    color: #fff;
    font-size: 1.8rem;
    background: #e01e5f;
    border-radius: 3rem;
    padding: 1.3rem 0;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}