footer{
    background-color: #4c4c4c;
}
.bg_footer {
    /*position: relative;*/
    bottom: 0;
    width: 1440px;
    height: 80px;
    /*background-color: #b6b6b6;*/
    background-color: #4c4c4c;
    color:white;
}
.bg_footer a{
    text-decoration: none;
    color: inherit;
}
.img_logoCVI_small_wide {
    margin-left: calc(120px - 32px);
    margin-right: 32px;
    width: 144px;
    height: 32px;
    border:none;
    background-repeat: no-repeat;
    background-size: cover;

}
.bg_footer div{
    display: inline-block;
}
.bg_footer div span{

    width: 83px;
    height: 17px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    /*color: #6d7278;*/
    color: #878787;
}

.text_footer_nav{
    height:100%;
    width:100%;
}

.text_footer_nav ul li{
    float:left;
    margin-left:32px;
    margin-top:16px;
}

.text_footer_nav ul li:nth-last-child(-n+2){
    float:right;
    margin-left:16px !important;
}

.icn_sns_facebook {
    width: 24px;
    height: 24px;
    /*background-image: url("/img/footer/icn-sns-facebook.png");*/
    background-repeat: no-repeat;

}

.icn_sns_instagram {
    margin-right: 120px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;

}

.text_footer_cominfo{
    padding-top: 49px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    padding-left: 327px;
    /*color: #6d7278;*/
}