.about_sec .banner{

    background-image: url(/assets/images/about/banner/banner1.png);

}

.about_sec .banner .box {

    width: 58%;

    /* margin-left: 30px; */

    padding: 100px 0px;

}

.about_sec .banner{

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}

.about_sec .banner .box .new{

    position: relative;

}

.about_sec .banner .box .new .see{

    position: absolute;

    top: -21%;

    left: 25px;

    color: #ffffff;

    font-size: 18px;

    text-transform: uppercase;

    z-index: 3;

    font-weight: 650;

}

.about_sec .banner .box .til h1{

    color: #333333;

    font-size: 4.0625rem;

    font-weight: 700;

    padding: 15px 0px;

}

.about_sec .banner .box .til span{

    color: #81c408;

}

.about_sec .banner .box .text p{

    color: #7c7e7e;

    font-size: 1.125rem;

    font-weight: 400;

    line-height: 30px;

}

.about_sec .banner .bok{

   /* width: 36%; */

   position: relative;

   margin: 10px;

   animation: sp 2s ease-in-out alternate infinite;

}

.bok img{

  width: 100%;

}

@keyframes sp{



    0% {

        right: 0px;

        top: 0px;

    }

    100% {

        right: 0px;

        top: 20px;

    }

}