@charset "utf-8";

.license_warp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
}

.license_warp li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 244px;
    height: 70px;
    border-radius: 5px;
    color: #79848a;
    font-family: 'Nanum Square';
    font-size: 21px;
    font-weight: 500;
    background: #cbd4db;
}

.license_warp li:nth-child(2) {
    color: #fff;
    font-weight: 900;
    background: #6892ab;
}

.license_warp li+li::before {
    content: '';
    position: absolute;
    left: -64px;
    top: calc(50% - 10px);
    width: 40px;
    height: 11px;
    background: url('/_skin/tpl_skin/basic_attorney/images/common/arrow_1.png') center no-repeat;
}