#visual{
    display: block;
    width: 100%;
    height: auto;
    /* background-size: 100%; */
    overflow: hidden;
}
.row {
    margin: 0 auto 0%;
}

.subSection div.row:nth-child(2) >ul{margin: 5% 0;}

.subVisual{
    background-image: url(../img/image/subVisual_1.png);
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    transition: cubic-bezier(0.35, 0, 0, 1) 0.4s;
}

.scrollVisual{
    /* background-size: 120%!important; */
    transform: scale(1.1);
    height: 350px!important;
}

.textContainer{
    display: block;
/*     margin: -2.5% 0 5%; */
    position: absolute;
    top: -48px;
    width: 100%;
}

.textContainer h2{
    font-size: 70px;
    font-weight: 800;
    color: #000;
    width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
}

.aboutImage{width: 55%;}
.aboutText2{margin-left: 13%;    width: 36%;}
.aboutSlide{width: 50%;}

.slider li{
    display: inline-block;
    width: 100%;
    height: 425px;
}
.halfCol span.enumnetBI{
    display: inline-block;
    width: 100%;
    background: url(../img/image/enumnetBI.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 458px;
}

.aboutText h3{
    margin-bottom: 22px;
    font-size: 28px;
}

.aboutText2 p{padding-right: 30px;}

.enumnetHistory{
    width: 100%;
    display: inline-block;
    height: 425px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.historyImage1{background-image: url(../img/image/historyImage1.png);}
.historyImage2{background-image: url(../img/image/historyImage2.png);}
.historyImage3{background-image: url(../img/image/historyImage3.png);}
.historyImage4{background-image: url(../img/image/historyImage4.png);}
.historyImage5{background-image: url(../img/image/historyImage5.png);}
.historyImage6{background-image: url(../img/image/historyImage6.png);}
.historyImage7{background-image: url(../img/image/historyImage7.png);}
.historyImage8{background-image: url(../img/image/historyImage8.png);}

@media all and (max-width:980px){
    .subVisual {
        background-size: 250%;
        height: 300px;
    }

    .scrollVisual {height: 250px!important;}
    .halfCol{width:100%}
    .subSection div.row:nth-child(2) {padding-top: 50px;}

    .textContainer h2 {
        font-size: 42px;
        margin: 20px auto 0;
        line-height: 38px;
    }

    .mobileBr{display: block;}

    .halfCol span.enumnetBI {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background-size: 65%;
        height: 350px;
    }

    .aboutText h3 {font-size: 22px;}
    .aboutText2{margin-left: 0;}
    .aboutText2 p{padding-right: 0;}

}


