@charset "euc-kr";
.text_caption {
	position: absolute;
	top: 50%;
	left: 50%;
	color: rgba(231,231,231,1.00);
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.text_caption .title01 {
	font-size: 28px;
	font-weight: 100;
}
.text_caption .title01 span {
	font-weight: 800;
}
.text_caption .title02 {
	font-size: 14px;
	font-weight: 100;
}
.text_caption .title02 span {
	font-weight: 800;
}
#sub_metapo_wrap {
	display: block;
	overflow: hidden;
	position: relative;
}
.sub_banner_img01 {
	z-index: 1;
	overflow: hidden;
	position: relative;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition: transform 3s ease-out, opacity 1s ease 0.3s;
    transition: transform 3s ease-out, opacity 1s ease 0.3s;
}
.sub_banner_img01.active {
	opacity: 1;
    -ms-transform: scale(1, 1) rotate(.001deg);
    -webkit-transform: scale(1, 1) rotate(.001deg);
    transform: scale(1, 1) rotate(.001deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.sub_banner_img01:after {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	content: " ";
	height: 100%;
	text-align: center;
	position: absolute;
	transition: .3s;
	background-color: rgba(0,0,0,0.35);
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
.sub_banner_img01 {
	height: 350px;
}
}

@media (min-width: 992px) {
.sub_banner_img01 {
	height: 350px;
}
}

@media (min-width: 1200px) {
}
