section{
    padding-top : 80px;
    margin-bottom : 200px;
}

/*뉴스 상단 배경 */
.news-title-wrap{
	background-image : url('/images/introduce/church/1.jpg');
	background-size : cover;
	background-position : center;
	position : relative;
	color : #fff;
	z-index : 0;
	margin-bottom : 100px;
}

.news-title-wrap:before{
	content : '';
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(0,0,0,0.6);
	z-index : -1;
}


#news_list .list-wrap > ul > li{
    height : 100px;
    border-bottom : 1px solid #333;
}

#news_list .list-wrap > ul > li > a{
    font-size : 20px;
    display : flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

#news_show .contents img{
    margin-bottom : 20px;
}

#news_show h2{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom : 50px;
}

#news_show .top-nav {
    margin-bottom: 80px;
}

.btn-top{
    width : 50px;
    height :50px;
    position : fixed;
    bottom : 3vw;
    right : 3vw;
    border-radius : 50%;
    box-shadow: 2px 4px 5px 1px #ddd;
    background-color: #fff;
}

.btn-go-top{
    background-image : url('/images/icons/btnTop.png');
    background-size : 100%;
    width:100%;
    height : 100%;
}