﻿.u-bg-wrap {
    padding: 0px;
    padding-top: 10px;
}

.table-container {
    padding: 0px 25px;
    background: rgb(230, 243, 251);
}

.container {
    padding: 0px;
}

.container-row-Title {
    width: 100%;
    height: 255px;
    background: url(../images/41-u-bg-Title.jpg) no-repeat;
    background-size: 100% 100%;
    
}

.container-row-Title .container-context {
    width: 1240px;
    height: 100%;
    background: url(../images/inv_syb_ffe28-Title.png) no-repeat right;
    display: flex;
    align-items: center;
    float: right;
    margin-right: calc(50% - 620px);
}

.container-row-Title .container-context p {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 30px;
}

.example-Title-Bor {
    padding-top: 44px;
}

.example-Title {
    width: 100%;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0C72B9;
}

.u-tb-list td a {
    font-size: 24px;
    text-decoration: none;
}

.example-cont {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 2px solid rgb(155, 210, 239);
}

.example-cont span {
    margin: 0 auto;
    padding: 9px 0px;
    border-bottom: 4px solid rgb(142, 204, 235);
}

.example-conter {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
}

.example-conter div {
    width: 49%;
}

@media screen and (max-width: 768px) {
    .table-container {
        margin-top: 0.51rem;
    }
    .example-Title-Bor {
        padding: 0;
    }
    .container-row-Title .container-context {
        width: 100%;
        margin: 0;
        float: inherit;
        background-size: 100%;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: calc(50% - 6.5rem);
    }
    .container-row-Title .container-context p {
        font-size: 0.9rem;
        width: 13rem;
    }
    .container-row-Title {
        background-size: auto;
        height: auto;
    }
    .example-Title {
        padding: 0.25rem 0.5rem;
        text-align: justify;
        font-size: 0.51rem;
        min-height: auto;
    }
    .u-tb-list {
        margin-top: 0.51rem;
    }
    .u-tb-list td {
        text-align: justify;
        padding: 0.3rem 0;
    }
    .u-tb-list td+td {
        padding-left: 0.5rem;
    }
    .u-tb-list td a {
        font-size: 0.61rem;
    }
    .u-bg-wrap {
        padding: 0.51rem;
    }
    .u-tb-list .u-img {
        width: 6.44rem;
    }
    .example-cont span {
        padding: 16px 0px;
        font-size: 0.6rem;
    }
    .example-conter {
        flex-direction: column;
    }
    .example-conter div {
        width: 100%;
        margin: 5px 0px;
    }
    .container-row-Title .container-context {
        background: none;
    }
}