@charset "euc-kr";
.sub_banner_img01 {
    font-family: 'NexaSlab', 'SBAggroL';
}

.sub_banner_img01 .text_caption {
    width: 90%;
    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: 100;
    word-break: keep-all;
    line-height: 1.2;
}
.sub_banner_img01 .text_caption .title01 span {
    font-weight: 800;
}
.sub_banner_img01 .text_caption .title02 {
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
}
.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;}
    .sub_banner_img01 .text_caption .title01 { font-size: 44px; }
    .sub_banner_img01 .text_caption .title02 { font-size: 16px; }
}

@media (min-width: 992px) {
    .sub_banner_img01 {height: 450px;}
    .sub_banner_img01 .text_caption .title01 { font-size: 54px; }
    .sub_banner_img01 .text_caption .title02 { font-size: 18px; }
}

@media (min-width: 1200px) {
    .sub_banner_img01 .text_caption .title01 { font-size: 60px; }
    .sub_banner_img01 .text_caption .title02 { font-size: 20px; }
}
