.sbnn-container {
	margin: 50px auto 50px auto;
	max-width: 1600px;
}
#sbnn-list {
	position: relative;
	text-align: center;
}

#sbnn-list .slick-slide {

}
#sbnn-list img {
	margin: 0 auto;
	width: 90%;
	height: auto;
}

.slick-arrow {
	display: none !important;
}

.slick-dots {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slick-dots li button {
	padding: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ccc;
	color: #ccc;
	border: 1px #ccc solid;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color: #00a8c6;
	border-color: #00a8c6;
	color: #00a8c6;
}

.dyn-title {
	display: none;
}


/* 선교지도 */
.mission-area {
	position: relative;
	padding-bottom: 50px;
}
.mission-area .mission-map {
	padding-top: 200px
}
.mission-area .title {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	text-align: center;
}
.mission-area .title > div {
	display: inline-block;
	background: url(../images/home/map-logo.png) no-repeat 0 center;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0 25px 68px;

}
.mission-area .title .ubar {
	height: 3px;
	width: 100%;
	background-color: #00a8c6;
	margin: 0 auto;
}




.reg-tabs {

}
.reg-tabs::after {
	content: '';
	clear: both;
}
.reg-tabs .tab {
	text-align: center;
	padding: 10px 0;
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: #eee;
	font-size: 14px;
	white-space: nowrap;
	float: left;
	cursor: pointer;
}
.reg-tabs .tab:hover,
.reg-tabs .tab.hov {
	background-color: #ccc;
}
.reg-tabs .tab.on {
	background-color: #1880bb;
	color: #fff;
}



.world-map-wrap {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.wmap {
	padding-top: 5px;
}
.wmap .map-wrap {
	border: 1px #d7d7d7 solid;

}


.map-wrap .mapbox {
	position: relative;
	width: calc(100% - 20px);
	margin: 10px;
}
.map-wrap .bgmap {

}
.map-wrap .map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.map-wrap .map.transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}

.map-wrap .bgmap img,
.map-wrap .map img {
	width: 100%;
	max-width: 950px;
	height: auto;
}




/* 선교소식 */
.mission-news .title {
	margin-top: 50px;
	text-align: center;
	height: 80px;
}
.mission-news .title .dyn-title {
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 4px 0;
	display: inline-block;
}
.mission-news .title .ubar {
	height: 3px;
	width: 100%;
	background-color: #00a8c6;
	margin: 0 auto;
}

.news-wrap {
	max-width: 1600px;
	height: 280px;
	margin: 30px auto 50px auto;
}

.news-wrap .kpm-news {
	width: 50%;
	height: 100%;
	float: left;
}
.news-wrap .mi-news {
	width: 50%;
	height: 100%;
	float: left;
}
.news-wrap .news-inner {
	height: 100%;
}
.news-wrap .kpm-news .news-inner {
	padding-right: 20px;
}
.news-wrap .mi-news .news-inner {
	padding-left: 20px;
}


@media (max-width: 1599px) {
	.news-wrap {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 1024px) {

	.reg-tabs .tab {
		width: calc(100% / 6 - 1px) !important;
		font-size: 13px;
	}

}


@media (max-width: 767px) {

	.mission-area .title {
		top: 0px;
		height: 60px;
	}
	.mission-area .mission-map {
		padding-top: 80px;
	}
	.mission-area .title > div {
		font-size: 30px;
		background-size: 40px 40px;
		padding-left: 50px;
	}
	.wmap .map-wrap {
		border: 0;
	}

	.news-wrap {
		margin-left: 0;
		margin-right: 0;
	}

	.mission-news .title {
		margin-top: 0;
		height: 40px;
	}
	.mission-news .title > div {
		font-size: 30px !important;
	}


	.reg-tabs .tab {
		font-size: 12px;
	}

	.news-wrap {
		height: auto;
	}

	.news-wrap .kpm-news {
		width: unset;
		float: none;
		margin-bottom: 10px;
	}
	.news-wrap .mi-news {
		width: unset;
		float: none;
	}
	.news-wrap .kpm-news .news-inner {
		padding: 0 10px;
	}
	.news-wrap .mi-news .news-inner {
		padding: 0 10px;
	}

}