
.news_wrap .recent {
    background-color: #ffffff;
    margin: 1.5rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
}
.news_wrap .recent h3 {
    background-color: #ffffff;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.2;
}
.news_wrap .recent p.content {
    background-color: #ffffff;
    color: #4d5466;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 1rem;
}
.news_wrap .recent p.date {
    background-color: #ffffff;
    color: #f98700;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-align: left;
    font-weight: 500;
}
.center {
    width: 100%;
    display: flex;
    justify-content: center;
}
.newsimg {
    width: 30%;
    margin: 0 auto;
    padding-right: 2rem;
    padding-bottom: 2rem;
}
/* news_sub */
.mean_header {
    background-color: #f2f3f5;
    border: none;
}
.news_sub {
    padding: 1.5rem;
}
.news_sub .title {
    padding: 2rem 0;
    background-color: #f2f3f5;
    border-bottom: 1px solid #ddd;
}
.news_sub .title h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.news_sub .title p {
    font-size: 1.6rem;
    color: #f98700;
}
.news_sub .content {
    padding: 2rem 0;
    padding-bottom: 5rem;
}
.news_sub .content img {width: 100%;margin-bottom: 2rem;}
.news_sub .content p {
    
    font-size: 1.8rem;
    line-height: 1.4;
    color: #4d5466;
}
.news_sub .content a {
    display: flex;justify-content: center;align-items: center;
    font-size: 2rem;
    font-weight: 500;
    height: 5rem;
    color: #fff;
    margin-top: 2rem;
    background-color: #ef9020;
    border-radius: .5rem;
}

#kakaotalk-sharing-btn {
    position: fixed;
    right: 3rem;
    bottom: 8rem;
    width: 3rem;
    height: 3rem;

}
#kakaotalk-sharing-btn img {width: 100%;
border-radius: 50%;}