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

.main_banner_img01 .text_caption {
    position: relative;
    color: rgba(249,249,249,1.00);
    top: 50%;
    transform: translateY(-50%);
}
.main_banner_img01 .text_caption .title01 {
    font-size: 7vmin;
    font-weight: 100;
}
.main_banner_img01 .text_caption .title01 span {
    font-weight: 800;
}
.main_banner_img01 .text_caption .title02 {
    font-size: 2.4vmin;
    font-weight: 100;
}
.main_banner_img01 .text_caption .title02 span {
    font-weight: 800;
}
.main_banner_img01 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main_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.0);
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

