/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

.conSec1{
    text-align: center;
    /* background: url('../../img/main/pc/1_bg.png?v=1') no-repeat center top, #ffffff; */
    margin-top: -50px;
    background-size: contain;
    /* padding-bottom: 100px; */
}
.conDiv1{
    display: inline-block;
    text-align: center;
    /* margin-top: 160px; */
    /* width: 90%; */
    width: 100%;
}
.homeVideo {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.conSec1 ._hvBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

._txtDiv{
    position: absolute;
    top: calc(50% - 200px);
    left: 0;
    text-align: center;
    width: 100%;
}
._txtDiv ._txt1{
    font-size: 66px;
    line-height: 118%;
    letter-spacing: -5%;
    text-align: center;
    color: rgba(252, 251, 251, 1);
    font-family: "Albert Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
._txtDiv ._txt1 span{
    color: rgba(32, 36, 255, 1);
}
._txtDiv ._txt2{
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -1%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
}



@media screen and (max-width:768px){
    .conSec1{

    }
    .conDiv1{

    }
    .homeVideo {

    }

    ._txtDiv{
        top: calc(50% - 110px);
    }
    ._txtDiv ._txt1{
        font-size: 33px;
    }
    ._txtDiv ._txt1 span{

    }
    ._txtDiv ._txt2{

    }

}


