/* ======= 도입업체 현황 게시판 영역 ======= */
.board_name {
    border-bottom: 2px solid #000;
    margin: 23px 0;
}
.board_name img {
    margin: 0 20px;
    vertical-align: bottom;
}
.introduction_status_container .board_name img {
    margin: 0;
}
.board_name h2 {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
    font-weight: 400;
    color: #110c0a;
}
.legend_box {
    display: inline-block;
}
.legend_board h2 {
    float: left;
}
.legend_board div {
    float: right;
}
.status_list_box img {
    padding-right: 5px;
}
.company_status .board_name p {
    margin: 20px 5px;
}
.status_list_box ul li.list_tit {
    height: 40px;
}
.status_list_box ul li {
    float: left;
    width: 100%;
    height: 25px;
}
.company_status .col_4 {
    width: 33.3%;
}
.status_list_box p {
    float: left;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #414141;
}
.status_list_box p.name {
    width:70%
}
.status_list_box p.dt {
    width:20%
}
.status_list_box .tit_st {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #414141;
    letter-spacing: -0.020em;
}
.status_list_box .tit_st.name {
    width:70%;
}
.status_list_box .tit_st.dt {
    width:20%;
}
.status_list_box .dt {
    text-align: center;
}
.list_box_01, .list_box_02 {
    border-right: 1px solid #ccc;
}
.list_box_01, .list_box_02, .list_box_03 {
    margin: 0 10px;
    margin-left: 20px;
}
.paging_box {
    font-family: "Arial";
    font-size: 19px;
    padding: 30px 0 40px 0;
    text-align: center;
}
.paging_list {
    display: inline-block;
}
.paging_list li {
    float: left;
    margin: 0 6px;
}
.paging_list  {
    color: #757575;
}
.paging_list .selectd {
    font-weight: 600;
    color: #e50011;
}
.corp{
    text-align: left !important;
}
.corp.easypat-a:before{
     content: url( "../images/solution/legend_a.png" );
}
.corp.upms:before{
     content: url( "../images/solution/legend_u.png" );
}
.corp.local:after{
     content: " - 로컬"
}
.corp.local{
     padding-left:30px;
     margin-right:-30px;
}