@charset "utf-8";


/* top */
.logo-img-about{
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
}
.top-back{
    height: 250px;
    z-index: 0;
    width: 100%;
}
.top-back-img{
    width: 100%;
    z-index: -10;
    opacity: .2;
    object-fit: cover;
}
@media(max-width: 770px){
    .top-back{
        height: 100px;
    }
    .logo-img-about{
        width: 120px;
    }
}

/* about */
.about-warapper{
    background-color: #ffffff;
    margin: 10px 250px;
    z-index: 40;
}
.about{
    display: flex;
    margin: 50px auto 50px auto;
}
.about-sub{
    flood-color: #000000;
    margin-left: 30px;
    margin-top: 35px;
}
.h1-about{
    font-size: 3rem;
    flood-color: #000000;
    font-family: sans-serif;
    font-weight: lighter;
    text-align: left;
}
.about-img{
    width: auto;
    height: auto;
    margin: 0 auto 50px;
    z-index: 40 !important;
    opacity: 1;
    background-color: #fff;
}

@media(max-width: 820px){
    .about-warapper{
        margin: 0px 0;
    }
    .about{
        display: block;
        margin: 50px 0px 20px 20px;
    }
    .h1-about{
        margin-bottom: 0;
    }
    .about-img{
        margin-bottom: 20px;
        max-width: 100%;
    }
    p{
        margin-left: 0px;
        margin-top: 5px;
        font-size: 1rem;
    }
    .copyright {
        margin-top: 0;
    }
    .about-message{
        padding: 20px;
        font-size: .9rem;
    }
    .about-sub{
        flood-color: #000000;
        font-size: 0.8rem;
        margin-left: 5px;
        margin-top: 20px;
    }

}

.about-footer-logo{
    max-width: 100%;
}