@charset "utf-8";

.cat_sub_cont .exam_block .linked_col3 {
    margin: 20px 0;
}

.linked_col3 li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 0;
    text-align: left;
    line-height: 18px;
}

.linked_col3 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;
}

.linked_col3 li:last-child:after {
    background: none;
}

.linked_col3 li:nth-child(1) {}

.linked_col3 li:nth-child(2) {}

.linked_col3 li:nth-child(3) p {
    background: #6891ab;
    color: #fff;
}

.linked_col3 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: 20px;
    font-weight: 500;
    background: #cbd4db;
    color: #79848a;
}

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