.list_header {
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    padding: 0 15px 0 15px;
}
.list_header > .row {
    line-height: 70px;
}
#bo_list > .chk_box input[type="checkbox"]  {
    float: left; 
    width: 15px; 
    height: 15px; 
    display: block;
}

#list_section {
    margin-top: 50px;
    background: #fff;
    box-sizing: border-box;
    padding-left: 17px;
}
.cat_tit {
    float:left;
    width: 100%;
    font-size: 22.92px;
    font-weight: 600;
}
.list_cont {
    float:left;
    width: 100%;
}
.list_row {
    float:left;
    width: 100%;
    padding: 30px 20px 0 20px;
    border-bottom: 1px solid #cecece;
}
.list_box1 {
    float:left;
    width: 100%;    
    font-size: 21.88px;
    font-weight: 500;
}
.list_box2 {
    float:left;
    width: 100%;
    font-size: 17.71px;
    line-height: 34px;
    font-weight: 500;
}
.list_box3 {
    float:left;
    width: 100%;    
    font-size: 16.67px;
    line-height: 34px;
    font-weight: 500;
}
.list_box4 {
    float:left;
    width: 45%;    
    font-size: 14.58px;
    font-weight: 500;
    color:#8c8c8c;
}

.list_box5 {
    position: relative;
    right: 0;
    font-size: 14.58px;
    font-weight: 500;
    width: 50%;
    float: right;
    text-align: right;
    top: -60px;
}
.spac:first-child { 
    float:left;
    margin-left: 0px;
}
.spac { 
    float:left;
    margin-left: 10px;
}
.pagination {
    float:left;
    width: 100%;
    padding-top: 56px;
}
.page_row {
    display: flex;
    justify-content: center;
}
.pg_current {
    display: inline-block;
    background: none;
    border: 0;
    color: #1c5794;
    font-weight: 900;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    font-size: 1.207rem;
}
.pg_page {
    color: #000;
    font-size: 1.107rem;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    background: #fff;
}
.pg_page, .pg_current {
    display: inline-block;
    vertical-align: middle;    
    border: 0px;
}

.pg_end, .pg_start, .pg_prev, .pg_next {
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    padding: 0;
    border: 0px;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    vertical-align: middle;
}
.pg_start, .pg_prev {
    background: url('/img/sj/page_prev.jpg') no-repeat 50% 50% ;
}
.pg_end, .pg_next {
    background: url('/img/sj/page_next.jpg') no-repeat 50% 50%;
}



@media screen and (max-width: 480px) {
    
    .list_header > .row {
        line-height: 50px;
    }
    #list_section {
        margin-top: 40px;
        padding-left: 0px;
    }
    .list_row {
        float: left;
        width: 100%;
        padding: 17px 2px 0 15px;
        border-bottom: 1px solid #cecece;
    }
    .view_header > .row {
        line-height: 36px;
    }    
    .cat_tit {
        font-size: 17.36px;
        letter-spacing: -1px;
        font-weight: 700;
    }
    .list_box1 {
        font-size: 18.67px;
    }
    .list_box1 img {
        height: 17px;
    }
    .list_box2 {
        font-size: 16px;
    }
    .list_box3, .list_box4 {
        font-size: 14.67px;
        margin-bottom: 30px;
    }
    .list_box5 {
        position: relative;
        right: 0;
        font-weight: 500;
        width: 180px;
        float: right;
        text-align: right;
        top: -30px;
    }
    .list_box5 > a > img {
        width: 100%;
    }

    
}

@media screen and (max-width: 428px) {
    .list_header > .row {
        line-height: 43px;
    }
    .list_box5 {
        width: 154px;
    }
    .pg_page {
        min-width: 10px;
    }
}
@media screen and (max-width: 412px) {
    .list_header > .row {
        line-height: 41px;
    }
    .list_box5 {
        width: 150px;
        top:-19px;
    }
    .list_box3 img {
        height: 14px;
    }
}
@media screen and (max-width: 390px) {
    
    .list_header > .row {
        line-height: 36px;
    }
    .list_box5 {
        width: 140px;
    }
    .cat_tit {
        font-size: 13.02px;
    }
    .list_box1 {
        font-size: 13px;
        font-weight: 600;
    }
    .list_box2 {
        font-size: 12px;
        line-height: 24px;
    }
    .list_box3 {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .list_box4 {
        font-size: 11px;
        line-height: 24px;
        margin-bottom: 20px;
    }
	#list_section {
		margin-top: 30px;
		padding-left: 0px;
	}

}
@media screen and (max-width: 360px) {
    .list_box5 {
        width: 128px;
        top:-10px;
    }
}

.me_cat {
	float:right;
}