.header {
    background-image: url("../img/Data_Analysis/S01/Data-Analysis01_BG.3b357349ef0a.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-position: bottom;
}

section{
    margin-top: 15px;
}

.section-head {
    position: relative;
}

.section-head img {
    position: absolute;
    width: 185px;
    height: auto;
    z-index: -4;
}

@media (min-width: 992px) {
    .section-head img {
        width: 290px;
    }
}

#section-head01 img {
    top: -45px;
    left: -45px;
}

@media (min-width: 992px) {
    #section-head01 img {
        top: -65px;
        left: -95px;
    }
}

#section-head02 img {
    top: -60px;
    left: -40px;
}

@media (min-width: 992px) {
    #section-head02 img {
        top: -110px;
        left: -95px;
    }
}

.section-body {
    background-color: #FFFFFF;
    padding: 5px;
}

@media (min-width: 992px){
    .section-body{
        padding: 15px;
    }
}

.section-content {
    font-size: 0.75rem;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .section-content {
        width: 65%;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .section-content {
        width: 65%;
        padding-bottom: 50px;
        font-size: 1rem;
    }
}

.row {
    margin: 0 0 0 0;
}

.col-md-6 {
    padding: 0 0 0 0;
}

.section-table {
    border: 1px solid rgba(201, 201, 201, 0.78);
    margin: 3px;
    height: 215px;
}

@media (min-width: 768px) {
    .section-table {
        height: 235px;
    }
}

@media (min-width: 992px) {
    .section-table {
        height: 350px;
    }
}

.table-name {
    text-align: center;
    padding: 20px 0 20px 0;
}

.table-name h3 {
    font-size: 1rem;
}

.section-table img {
    position: absolute;
    width: 90%;
    left: 5%;
}

@media (min-width: 768px) {
    .table-name {
        padding: 20px 0 20px 0;
    }

    .table-name h3 {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .table-name {
        padding: 30px 0 30px 0;
    }

    .table-name h3 {
        font-size: 1.3rem;
    }
}

