@charset "euc-kr";
/* CSS Document */
.carousel-inner {
	
}

.carousel-inner .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.carousel-inner .metapo_num01 {
	background-image: url(../images/main1.jpg); 
}
.carousel-inner .metapo_num01.link {
	padding-top:100px; 
}
.carousel-inner .metapo_num02 {
	background-image: url(../images/main2.jpg);
}
.carousel-inner .metapo_num03 {
	background-image: url(../images/main3.jpg);
}
.carousel-inner .metapo_num04 {
	background-image: url(../images/main4.jpg);
}
.carousel-inner .metapo_num05 {
	background-image: url(../images/main5.jpg);
}
.carousel-inner .metapo_num06 {
	background-image: url(../images/main_metapo_CCTV.jpg);
}
.carousel-inner .metapo_num07 {
	background-image: url(../images/main_metapo_plantgrowth.jpg);
}
.carousel-caption {
/*	position: initial;*/
	text-shadow:none;

}
.carousel-control.left, .carousel-control.right {
	background: transparent;
}
/* Animation delays */
.carousel-caption div:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-captiondiv:nth-child(3) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.carousel-captiondiv:nth-child(4) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.carousel-captiondiv:nth-child(5) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
/* ¸ÞÅ¸Æ÷ ³ôÀÌ Á¦¾î */
.carousel-inner .item {
	min-height: 700px;
}
/* ÅØ½ºÆ® Á¦¾î */
.mtext01 {
	font-weight: 500;
	font-size: 7vmin;
	letter-spacing: -2px;
	margin-bottom: 15px;
}
.mtext02 {
	font-weight: 500;
	font-size: 3vmin;
	letter-spacing: -1px;
	margin-bottom: 265px;
}
@media (max-width:767px) {
.carousel-inner .item {
	min-height: 300px;
}
.mtext01 {
	font-weight: 500;
	font-size: 6.5vmin;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
.mtext02 {
	font-weight: 500;
	font-size: 3vmin;
	letter-spacing: -1px;
	margin-bottom: 90px;
}
}

@media (min-width:769px) and (max-width:992px){
.carousel-inner .item {
	min-height: 500px;
}
.mtext01 {
	font-weight: 500;
	font-size: 5vmin;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
.mtext02 {
	font-weight: 500;
	font-size: 2.5vmin;
	letter-spacing: -1px;
	margin-bottom: 150px;
}
}

