@charset "euc-kr";
.sub_banner_img01 {
    
}

.sub_banner_img01 .text_caption {
    width: 80%;
    position: relative;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(231,231,231,1.00);
    text-align: center;
    transform: translateY(-50%);
}
.sub_banner_img01 .text_caption .title01 {
    font-size: 30px;
    font-weight: 400;
}

.sub_banner_img01 .text_caption .title04 {font-size: 48px; font-weight: 600;}

.sub_banner_img01 .text_caption .title05 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.6;}

.sub_banner_img01 .text_caption .title05 span {font-size: 16px;}

.sub_banner_img01 .text_caption .title01 span {
    font-weight: 800;
}
.sub_banner_img01 .text_caption .title02 {
    font-size: 14px;
    font-weight: 100;
}
.sub_banner_img01 .text_caption .title02 span {
    font-weight: 800;
}
.sub_banner_img01 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.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.52);
}

@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) {

}

@media (max-width:991px) {
	.sub_banner_img01 .text_caption .title01 {font-size: 16px;}
	
	.sub_banner_img01 .text_caption .title04 {font-size: 26px;}
	
	.sub_banner_img01 .text_caption .title05 {font-size: 15px;}
	
	.text-uppercase {font-size: 20px;}
	
	.p-md-4 {font-size: 18px;}
	
	
}
