#main_content {padding: 3rem 0 0; background-color: #f6f6f6;}
#main_content h2 {font-size:2rem; font-weight: bold; color:#222; padding: 0 1.5rem; margin-bottom: 1rem;}
#main_content ul {padding: 1.2rem 1.2rem 2rem;}
#main_content ul li {background: #fff; border: 1px solid #afbdd0; margin-bottom: 1rem; padding: 1.5rem; border-radius:0.5rem; padding-bottom:2rem ; position:relative;display:flex; flex-flow:column;}
#main_content ul li .n_title { font-size:2rem; line-height: 1.3; font-weight: bold; word-break:keep-all;}
#main_content ul li .more {text-align: center; color: #fff;font-size: 1.5rem;font-weight: 600; background: #033075; width: 25%;position: absolute;right: 1.5rem;bottom: 1rem;border: 1px solid #eee;border-radius: 1rem;padding: 0.5rem;}
#main_content ul li .date {font-size: 1.7rem; padding-top: .5rem; color: #777;}



.news_sub {}
.news_sub .content {padding: 2rem 2rem 5rem;}
.news_sub .content .title {}
.news_sub .content .title span {
    display: flex; justify-content: space-between;align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #003863;
}
.news_sub .content .title span button {
    border-radius: .5rem;
    padding: .5rem .8rem;
    font-weight: 600;
    color: #fff;
    background-color: #003863;
}
.news_sub .content .title h1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 1rem 0 3rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dedede;
}
.news_sub .content .box {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.news_sub .content img {width: 100%;}
.news_sub .content .common_btn {
    width: 100%;
    height:5rem;
    border-radius:1rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    background-color: #003863;
    display: flex;
    justify-content: center;
    align-items: center;
}