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

.sub_banner_img01 .text_caption {
    width: 80%;
    position: relative;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 255, 255);
    text-align: center;
}
.sub_banner_img01 .text_caption .title01 {
    font-size: 48px;
    letter-spacing: -2px;
    font-weight: 100;    margin-bottom: 15px;
}
.sub_banner_img01 .text_caption .title01 span {
    font-weight: 800;
}
.sub_banner_img01 .text_caption .title02 {
    font-size: 18px;
    font-weight: 100;

}
.sub_banner_img01 .text_caption .title02 span {
    font-weight: 800;
}
.sub_banner_img01 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 260px;
    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);
}