#main_content {padding: 2rem 0;margin-top: 2rem;}
#main_content h2 {font-size:2rem; font-weight: 900; color:#3e3a39; padding: 0 2rem; margin-bottom: 1rem;}
#main_content ul {padding:0 1.5rem}
#main_content ul li {background: #f4f5f5; margin-bottom: 1rem; padding: 1.5rem; border-radius:0.5rem; padding-bottom:2rem; position:relative}
#main_content ul li a {display:flex; flex-flow:column;}
#main_content ul li a .n_title { font-size:2rem; line-height: 1.5; 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: #003863; width: 25%;position: absolute;right: 1.5rem;bottom: 1rem;border: 1px solid #eee;border-radius: 1rem;padding: 0.5rem;}
.date {font-size: 1.7rem; margin-top:1rem; color:#8d8d8d}



.news_sub {}
.news_sub .content {padding: 3rem 2rem 10rem;}
.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;
}