@CHARSET "UTF-8";

/* 1차 이미지슬라이드 섹션 작업   by 안규태 사원 */
/* 2016 . 03 . 08 - am 09:16   */

.is_container{
	width:100%;
	height:100%;
	border:1px solid gray;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height:550px;
}

#owl-mobile .item img{
    display: none;
    width: 100%;
    height: 550px;
}


/* 이미지 슬라이드 트랜지션 효과 */
#owl-demo{
    -webkit-transition:  all 2s linear 0s;
	-moz-transition:  all 2s linear 0s;
	-ms-transition:  all 2s linear 0s;
	-o-transition:  all 2s linear 0s;
	transition:  all 2s linear 0s;
}

/*  이미지 안 텍스트 */
 .is_text1{
	position:absolute;
	z-index: 555;
	width:486px;
	height:156px;
	top:190px;
	left:50%;
	margin-left:auto;
	margin-right:auto;	
	font-size:30px;
	color:white;
	line-height: 60px;
	font-weight: bold;
	padding-left:20px;
	background: url('../image/slide/is_text.png') no-repeat;
	background-size:486px 156px;
}

/* 반응형 쿼리  */

@media (max-width:1024px){
	#owl-mobile .item img{
		display:block;
	}
	#owl-demo .item img{
		display:none;
	}
	
		#owl-mobile .item img{
		height:350px;
	}
	
	.is_text1{
		width:350px;
		height:150px;
		background-size:350px 150px;
		top:120px;
	}
}

@media (max-width:560px){
	#owl-mobile .item img{
		height:350px;
	}
	
	.is_text1{
		width:250px;
		height:110px;
		background-size:250px 110px;
		top:130px;
	}
}

@media (max-width:420px){
	.is_text1{
		width:260px;
		height:100px;
		background-size:260px 100px;
		top:160px;
	}
}
