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

.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:5px 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}
}

.news-desc h4{
	font-size: 14px;
	margin-top: 13px;
	
}
.news-desc p {
	font-size: 13px;
	margin-top: 10px;
	color: #888;
	line-height: 1.5;
	font-weight: 600;
}

.item-img-wrap{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #e1e1e1;
}
.img-box img {
	display: block;
	width: 100%;
}
.text-box{
	position: relative;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px;
	box-sizing: border-box;
}
.text-box .btn{
	position: absolute;
	bottom: 15px;
	z-index: 1;
	border-radius: 2px;
	font-weight: 700!important;
	font-size: 12px;
	letter-spacing: .05em;
}
.text-box p{
	text-align: left;
}

/* PC 해상도에서 이미지 텍스트 박스 높이 고정 및 넘침 처리 */
@media (min-width: 992px) {
	.text-box {
		height: 175px;
		overflow: hidden;
	}
	.text-box h4.title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 44px; /* 2줄 기준 */
	}
	.text-box p.desc {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.text-box.text-pc {
		height: 396.6px; /* 이미지(240px) + 텍스트(175px) 높이 합산 */
	}
}

.text-pc{
	border-top: 1px solid #e1e1e1;
	height: 396.6px;
}
.text-pc:hover{
	background:#0077b6;
	color:#fff;
	height: 396.6px;
}
.text-box.text-pc:hover {
  background-color: #0077b6;
  color: #fff;
  
}

.text-box.text-pc h4.title {
  color: #666;
  text-align: left;
  font-size: 16px;
}
.text-box.text-pc p {
  color: #666;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}	
.text-box.text-pc:hover h4.title {
  color: #fff;
  text-align: left;
  font-size: 16px;
}
.text-box.text-pc:hover p {
  color: #fff;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
}	

/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
}
/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	margin: 0px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
}

.portfolio-box {
    margin-bottom: 0px !important;
}