#main_content {padding: 2rem 0;;margin-top: 2rem;}
#main_content h2 {font-size:2.5rem; font-weight: bold; color:#777; padding: 0 1.5rem; margin-bottom: 1rem;}
#main_content ul {padding:0 1.5rem}
#main_content ul li {background: #f3f5f4; border:1px solid #e9e9e9; margin-bottom: 1rem; padding: 1.5rem; border-radius:0.5rem; padding-bottom:2rem ; position:relative}
#main_content ul li .n_title { font-size:2rem; line-height: 1.3; font-weight: bold; word-break:keep-all;}
#main_content ul li .date {font-size: 1.7rem;margin-top: .5rem; display: block;}
#main_content ul li .more {text-align: center; color: #fff;font-size: 1.5rem;font-weight: 600; background: #459f41; width: 20%;position: absolute;right: 1.5rem;bottom: 1rem;border: 1px solid #eee;border-radius: .5rem;padding: 0.5rem;}
#main_content ul li >div:nth-child(2) {display:none; }
#main_content ul li >div:nth-child(2) .n_txt {font-size:2rem; margin-top:1rem ; line-height:1.3}
#main_content ul li.on >div:nth-child(2) {display:block}
#main_content ul li.on .more {display:none}
#main_content ul li >div:nth-child(2) a {font-size: 1.5rem;background: #459f41;position: relative;margin-left: 50%;transform: translateX(-50%);padding: 1rem;color: #fff; border-radius: 1rem; width: 50%;display: block;text-align: center;margin-top: 2rem;font-weight: bold;}




.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: #459f41;
}
.news_sub .content .title span button {
    border-radius: .5rem;
    padding: .5rem .8rem;
    font-weight: 600;
    color: #fff;
    background-color: #459f41;
}
.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: #459f41;
    display: flex;
    justify-content: center;
    align-items: center;
}