@charset "euc-kr";
.sub_banner_img01 {
    height: 250px;
}

.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;
}
.sub_banner_img01 .text_caption .title01 {
    font-size: 38px;
    font-weight: 100;
}
.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;
    
    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) {

}

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

@media (min-width: 1200px) {

}

