.kowc_unit_card{
    background:url(/res/public/img/kowc/companies/card_bg.webp);
    font-size:0.8em;
    overflow:hidden;
    border-radius:1em;
}

    .kowc_unit_card table{
        background:url(/res/public/img/kowc/companies/kowc_box_bg.webp);
        background-size: cover;
        color:black !important;
        position:relative;
    }

    .kowc_unit_card table:before{
        content:'';
        background:url(/res/public/img/kowc/companies/table_l.webp);
        position: absolute;
        top: -11px;
        left: -10px;
        display: block;
        width: 25px;
        height: 140%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kowc_unit_card table:after{
        content:'';
        background:url(/res/public/img/kowc/companies/table_r.webp);
        position: absolute;
        top: -11px;
        right: -14px;
        display: block;
        width: 25px;
        height: 140%;
        background-size: contain;
        background-repeat: no-repeat;
    }

        .kowc_unit_card table.no_after_before:before,
        .kowc_unit_card table.no_after_before:after{
            background:unset;
        }

    .kowc_unit_card table tr th{
        background:rgba(0,0,0,0.1);
        color:black;
        text-align: center;
    }

    .kowc_unit_card table tr td{
        text-align: center;
    }

    .kowc_unit_card_inner{
        width:80%;
    }

.kowc_unit_card_title{
     background:url(/res/public/img/kowc/companies/card_title.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:0.3em 0.4em 1em 0.4em;
}

.kowc_card_box{
    background:url(/res/public/img/kowc/companies/kowc_box_bg.webp);
    background-size: cover;
    position:relative;
    padding:0.5em;
    border:1px solid black;
    color:black !important;
}

    .kowc_card_box *{
        color:black !important;
    }

    .kowc_card_box p{
        line-height:1.2em;
        margin-bottom:0.3em;
    }

    .kowc_card_box p:last-child{
        margin-bottom:0;
    }

.kowc_card_box:before{
    content:'';
    background:url(/res/public/img/kowc/companies/box_tl.webp);
    position:absolute;
    top:-10px;
    left:-10px;
    display:block;
    width:103px;
    height:57px;
}

.kowc_card_box:after{
    content:'';
    background:url(/res/public/img/kowc/companies/box_br.webp);
    position:absolute;
    bottom:-11px;
    right:-11px;
    display:block;
    width:103px;
    height:57px;
}

.kowc_company_name{
    background:transparent;
}

    .kowc_company_name:hover{
        background:rgba(0,0,0,0.5);
    }

@media only screen and (max-width:767px){
    .kowc_unit_card_inner{
        width:100%;
    }
}
