@charset "utf-8";
/* Large desktops and laptops */
@media (min-width: 1200px) {
	.person-v2 img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height: 262px;
	}
}


	/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){

	.person-v2 img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height: 262px;
	}
	.owl-dots {
		
	}
}

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px !important;display: none !important;
}

.news-desc {
	
	padding-top: 8px !important;
	text-align: center;
}

h5 {
	margin: 0 !important;
}