@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/main_metapo01.jpg);
}
.carousel-inner .metapo_num02 {
	background-image: url(../images/main_metapo02.jpg);
}
.carousel-inner .metapo_num03 {
	background-image: url(../images/main_metapo03.jpg);
}
.carousel-caption {
/*	position: initial;*/
	text-shadow: ;

}
.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-inner .item {
	min-height: 400px;
}
/* ÅØ½ºÆ® Á¦¾î */
.mtext01 {
	font-weight: 600;
	font-size: 7vmin;
	letter-spacing: -2px;
	margin-bottom: 15px;
}
.mtext02 {
	font-weight: 600;
	font-size: 3vmin;
	letter-spacing: -1px;
	margin-bottom: 100px;
	color: #F3CF3E;
}
@media (max-width:767px) {
.carousel-inner .item {
	min-height: 400px;
}
.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: 400px;
}
.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: 100px;
}
}

