header#main {
    height: 530px;
    width: 100%;
    background-image: url("../images/bg/about-us-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#_about-us {
    background-color: #F4F4F4;
    width: 100%;
    padding-bottom: 120px;
    position: relative;
}

.carousel{
    display: none;
}

.about-us-top-area {
    padding: 35px 25px 0;
    position: relative;
}

.about-us-top-area > h1 {
    text-align: center;
    color: #EF522F;
    font-family: FONT17;
    font-size: 18px;
    width: 120px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.about-us-top-area:before{
    content: "";
    position: absolute;
    width: 70px;
    background: #EF522F;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.man-007{
    height: 750px;
}

.man-007 > img {
    padding: 40px;
    padding: 40px;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.man-007 > img:first-child{
    z-index: 5;
    width: 650px;
}


.man-text {
    position: absolute;
    top: 53%;
    text-align: center;
    background: #EF522F;
    color: #ffffff;
    width: 360px;
    height: 35px;
    left: 50%;
    transform: translateX(-50%);
}


.man-text > p {
    font-family: FONT11;
    font-size: 16px;
    position: relative;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.right-texts {
    position: absolute;
    left: 20%;
    top: 20%;
}

.right-texts > p {
    margin-bottom: 120px;
    font-size: 16px;
    width: 320px;
    font-weight: bold;
    font-family: FONT9;
}

.right-texts-img > img {
    width: 20px;
    margin: 20px;
}


.left-texts {
    position: absolute;
    right: 20%;
    top: 20%;
}

.left-texts > p {
    margin-bottom: 120px;
    font-size: 16px;
    width: 320px;
    font-weight: bold;
    font-family: FONT9;
}

.left-texts-img > img {
    width: 20px;
    margin: 20px;
}

.left-texts-img, .right-texts-img  {
    text-align: center;
}


._about-content-text{
    position: relative;
    width: 100%;
}

._a-left-area{
    position: absolute;
    background: #EF522F;
    width: 215px;
    height: 60px;
    left: 0;
    bottom: 0;
}

._a-left-area:before{
    content: '';
    position: absolute;
    right: -17px;
    width: 50px;
    height: 80px;
    background: #f4f4f4;
    top: -1px;
    transform: rotate(30deg);
}

._a-right-area{
    position: absolute;
    background: #EF522F;
    width: 215px;
    height: 60px;
    right: 0;
    bottom:0;
}

._a-right-area:before{
    content: '';
    position: absolute;
    left: -17px;
    width: 50px;
    height: 80px;
    background: #f4f4f4;
    top: -1px;
    transform: rotate(-30deg);
}



._act-text{
    width: 60%;
    margin: 0 auto;
}

._act-text p{
    font-family: FONT8;
    font-size: 16px;
    line-height: 20px;
}
._act-text p span{
     font-family: FONT8;
     font-size:17px;
}
._act-text li{
     font-family: FONT8;
      font-size:17px;
}
._act-text li span{
     font-size:17px;
     font-family: FONT8;
}



/***************************************/
@media only screen and (max-width: 1650px) {
    .right-texts{
        left: 7%;
    }
    
    .left-texts{
        right: 7%;
    }
}

@media screen and (max-width: 1250px){
    .left-texts > p, .right-texts > p{
        text-align: center;
        font-size: 14px;
    }
    
     .right-texts{
        left: 2%;
    }
    
    .left-texts{
        right: 2%;
    }  
    
    ._a-left-area, ._a-right-area{
        width: 160px;
    }
    
}


@media screen and (max-width: 1100px){
    .man-007 > img{
        width: 415px;
    }
    .man-007 > img:first-child{
        width: 580px;
    }
}

@media screen and (max-width: 1024px){
    header#main{
        height: 400px;
        background-position: left;
    }
    
    .man-007{
        height: 650px;
    }
    
    .man-007 > img{
        width: 300px;
    }
    .man-007 > img:first-child{
        width: 380px;
    }

    .right-texts, .left-texts{
        top: 15%;
    }
    
    .left-texts > p, .right-texts > p{
        margin-bottom: 50px;
    }
    
    .man-007{
        height: 425px;
    }
    .man-text{
        top: 60%;
    }
}

@media screen and (max-width: 992px){
    ._a-left-area, ._a-right-area{
        width: 99px;
    }
}

@media screen and (max-width: 900px){
    .man-007 > img{
        display: none;
    }
}

@media screen and (max-width: 768px){
    ._a-left-area, ._a-right-area{
        display: none;
    }
    
    ._act-text{
        width: 90%;
        text-align: center;
    }
}



@media screen and (max-width: 680px){
    .right-texts, .left-texts{
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    
    
    
    .left-texts > p, .right-texts > p{
        margin-bottom: 0;
        width: 100%;
    }
    
    .left-texts{
        top: 13%;
    }
    
    .right-texts{
        top: 34%;
    }

    .man-007{
        height: 600px;
    }
    .man-text{
        top: 65%;
    }
}

@media screen and (max-width: 425px){
    .man-text{
        width: 100%;
        top: 70%;
    }
    .man-007{
        height: 450px;
    }
    
    .right-texts{
        top: 37%;
    }
    
    .left-texts{
        top: 10%;
    }
    
    #_about-us{
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 375px){
    .man-text {
        top: 66%;
    }
}


