@charset "utf-8";

.license_plus {
    margin: 0 auto 40px;
    width: 100%;
}

.license_plus>div {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 35%;
    padding-right: 5%;
}

.license_plus>div:last-child {
    width: 30%;
    padding-right: 0;
}

.license_plus>div img {
    margin: 0 auto 5px;
    width: 100%;
    vertical-align: top;
}

.license_plus>div p {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    word-break: keep-all;
    margin-top: 10px;
}

.license_plus>div p:last-child {
    padding-left: 10px;
    font-weight: 600;
}

.license_plus>div p:first-child span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #eaedf8;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    color: #40476c;
    font-size: 17px;
    line-height: 200%;
}

.license_warp {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cat_sub_cont .exam_block .license_warp2 {
    width: 300px;
    margin: 50px auto 30px;
}

.license_warp li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
    position: relative;
}

.license_warp2 li {
    width: 100%;
}

.license_warp1 li:after {
    position: absolute;
    right: -25px;
    top: calc(50% - 10px);
    width: 45px;
    height: 11px;
    content: '';
    display: block;
    background: url('/_skin/tpl_skin/basic_attorney/images/common/arrow_1.png') center no-repeat;
}

.license_warp1 li:last-child:after {
    display: none;
}

.license_warp2 li:after {
    position: absolute;
    top: -40px;
    left: calc(50% - 14px);
    width: 28px;
    height: 31px;
    display: block;
    content: '';
    background: url('/_skin/tpl_skin/basic_attorney/images/common/arrow_2.png') center no-repeat;
}

.license_warp li p {
    box-sizing: border-box;
    display: block;
    width: 210px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    text-align: center;
    font-family: 'nanum squaer';
    font-size: 21px;
    font-weight: 500;
    background: #cbd4db;
    color: #79848a;
}

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

.img_wrap {
    text-align: center;
    margin: 10px auto 20px;
    background: #3c4155;
    padding: 30px 0;
}