@charset "UTF-8";

/* Withus 소개 페이지 */


.left-section {
    background-image: url("../img/sub/company.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;

}


.circle-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0 auto;
}

.circle-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company .overlay {
    position: relative;
}

.company .overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
}

@media (max-width: 767px) {
    :root {
        --section-padding: 1rem !important;
    }
}