@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;
	}
}


	/*

	이미지들 사이즈들이 각기 다르고 텍스트 영역에 따라서 높이가 일정하지 않기 때문에

	높이 조절할 수 있게 개별로 스타일시트를 작성해두었습니다.
	아래 "좌측 버튼 높이" 와 "우측 버튼 높이" 를 수정하셔서 사용하시면 됩니다. px 값이나 % 값 둘다 사용가능합니다.
	
	*/
	.our-team-v-2 {
		background-color:#fff
	}
	.news-desc {
		background:#f9f9f9;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding:10px;
		height:130px
	}
	@media only screen and (max-width:320px) {
		.play-btn-01 {
			text-align:center
		}
	}
	@media only screen and (min-width:321px) and (max-width:1200px) {
		.play-btn-01 {
			text-align:center
		}
	}
	@media only screen and (min-width:1201px) {
		#item-carousel .owl-prev {
			position:absolute;
			font-size:20px;
			color:#000;
			left:0;
			top:37%;
			padding:10px;
			background-color:#fff;
			border:1px solid #ccc
		}
		#item-carousel .owl-next {
			position:absolute;
			font-size:20px;
			color:#000;
			right:0;
			top:37%;
			padding:10px;
			background-color:#fff;
			border:1px solid #ccc
		}
		.play-btn-01 {
			position:absolute;
			right:20px;
			bottom:10px;
			font-size:12px;
			z-index:99
		}
		.play-btn-01 a:focus {
			color:#32c5d2;
			text-decoration:none
		}
		.main-box a:hover {
			color:#333;
			text-decoration: none
		}
	}