@charset "utf-8";
/* CSS Document */



@media screen and (min-width:600px) {
	.news_wrap{margin:0 0 0; font-family: Nanum Gothic, "나눔고딕", '돋움', Dotum, Helvetica,'Apple SD Gothic Neo', Sans-serif;
		width: 100%;
		height:auto;
		padding-top: 35px;
	}
	.news_wrap .news_list .box {
		display: block;
		padding: 10px;
		border: 1px solid #e0e0e0;
		text-decoration: none;
	}
	.news_wrap .news_list li {
		float: left;
		width: 22.9%;
		margin: 0 0 25px 14px;
		background:#fff;
	}
	.news_wrap .news_list .img img {
		width: 100%;
	}
}

@media screen and (max-width:599px) {
	.news_wrap{margin:0 0 0; font-family: Nanum Gothic, "나눔고딕", '돋움', Dotum, Helvetica,'Apple SD Gothic Neo', Sans-serif;
		height:auto;
		padding-top: 0px;
	}
	.news_wrap .news_list li {
		float: left;
		width: 50%;
	}
	.news_wrap .news_list .box {
		display: block;
		border: 1px solid #e0e0e0;
		text-decoration: none;
	}	
	.news_wrap .news_list .img img {
		width: 100%;
	}
}

.news_wrap .news_list .aff {
    padding: 15px 0 5px;
    font-size: 12px;
    font-weight: bold;
    color: #2f71a5;
}
.news_wrap .news_list .title {
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
}
.news_wrap .news_list .summ {
    position: relative;
    padding: 4px 0 6px 0;
    border-top: 1px solid #e0e0e0;
}
.news_wrap .news_list .summ .more {
    display: inline-block;
    padding-right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #afafaf;
    text-decoration: none;
    background: url(../../images/sub/img_arrow.gif) no-repeat right 5px;
}
.news_wrap .news_list .summ .date1 {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 12px;
}
.textC {
    text-align: center !important;
}

.conWrap .page .page {
    padding: 15px 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
	.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /* z-index: 2; */
    color: #fff;
    cursor: default;
    background-color: #62769b;
    border-color: #62769b;
}

.pl0 img{width:98%;}


/* 여기부터 */
.pagination-sm > li {
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*
	.pagination-sm > li {
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
	cursor: default;
    text-decoration: none;
    background-color: #62769b;
    border-color: #62769b;
}
*/

/*
여기까지
아래 해당하는 css를 현 상태의 pageNavi.php에 적용시키기 위해 위의 사항으로 수정 
2016.01.22 최명락
*/

/*
	.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
	.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
원본
*/
.btn_sqr {
    display: inline-block;

    background-color: #2d508a !important;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.down_btn {
    margin-top: 20px;
    font-size: 0;
    text-align: right;
}
	.down_btn a{color:#FFFFFF;}
	.down_btn .btn_sqr {
    display: inline-block;
    width: 100px;
    height: 30px;
    margin-left: 10px;
    line-height: 30px;
}

.pagination .self, .pagination strong {
    display: inline-block;
    min-width: 25px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #2d508a;
    line-height: 23px;
}