@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:#f9f9f9}
	
	.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;
	}
	.text-box{
		position: relative;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		padding: 15px;
		height: 400px;
	}
	.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;
	}

	.text-pc{
		border-top: 1px solid #e1e1e1;
		height: 380px;
	}
	.text-pc:hover{
		background:#0077b6;
		color:#fff;
		height: 380px;
	}
	.text-box.text-pc:hover {
	  background-color: #0077b6;
	  color: #fff;
	  
	}
	
	.text-box.text-pc h3 {
	  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 h3 {
	  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;
	}
}
