.list_wrap .list_count p::after {
	content: '개';
}

.list_wrap .list ul.list_body li a .title.new::before {
	content: 'NEW';
	display: inline-block;
	width: 31px;
	height: 15px;
	padding: 3px 5px;
	border-radius: 3px;
	background: #1d9ed9;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
}

a#no_data:hover .title p {
	text-decoration: none;
}

.notice_list_wrap {
	position: relative;
	width: 1400px;
	height: auto;
	margin: 0 auto;
}

/* 검색창 */
.list_search {
	display: inline-block;
	width: calc(100% - 62px);
	height: auto;
	padding: 30px;
	border: 1px solid #dbdfe4;
	border-radius: 10px;
	background: #f4f6f9;
}

.list_search select {
	position: relative;
	float: left;
	width: 120px;
	height: 52px;
	padding: 0px 10px;
	border: 1px solid #dbdfe4;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url('/images/dongjakMain/select_icon.png') 90% center
		no-repeat #fff;
	background-size: 12px 8px;
}

.list_search select::-ms-expand {
	display: none;
}

.list_search .search_input_wrap {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	width: calc(100% - 316px);
	height: 22px;
	padding: 14px 19px;
	border: 1px solid #dbdfe4;
	background: #fff;
}

.list_search .search_input_wrap img {
	display: inline-block;
	width: 24px;
	height: 22px;
	margin-right: 20px;
}

.list_search .search_input_wrap input {
	display: inline-block;
	width: calc(100% - 44px);
	height: 23px;
	font-size: 18px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
	border: 0px;
}

.list_search .search_input_wrap input::placeholder {
	color: #a9aeb7;
}

.list_search .search_input_wrap input::-webkit-input-placeholder {
	color: #a9aeb7;
}

.list_search .search_input_wrap input:-ms-input-placeholder {
	color: #a9aeb7;
}

.list_search .search_item {
	position: relative;
	float: left;
	width: calc(100% - 136px);
	height: 50px;
	margin-top: 20px;
}

.list_search .search_item .search_date {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
}

.list_search .search_item .search_date p.search_date_text1 {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 17px;
	font-size: 16px;
	font-weight: 400;
	color: #2f3334;
	line-height: 1em;
}

.list_search .search_item .search_date p.search_date_text2 {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0px 9px;
	font-size: 16px;
	font-weight: 400;
	color: #2f3334;
	line-height: 1em;
}

.list_search .search_item .search_date .date_input_wrap {
	display: flex;
	align-items: center;
	width: 134px;
	height: 20px;
	padding: 14px 18px;
	border: 1px solid #dbdfe4;
	border-radius: 6px;
	background: #fff;
}

.list_search .search_item .search_date .date_input_wrap input {
	display: inline-block;
	border: 0px;
	width: calc(100% - 36px);
	height: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
	margin-right: 13px;
}

.list_search .search_item .search_date .date_input_wrap input::placeholder
	{
	color: #a9aeb7;
	font-weight: 400;
}

.list_search .search_item .search_date .date_input_wrap input::-webkit-input-placeholder
	{
	color: #a9aeb7;
	font-weight: 400;
}

.list_search .search_item .search_date .date_input_wrap input:-ms-input-placeholder
	{
	color: #a9aeb7;
	font-weight: 400;
}

.list_search .search_item .search_date .date_input_wrap img {
	display: inline-block;
	width: 23px;
	height: 23px;
}

.list_search .search_item .search_part {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	width: auto;
	height: 100%;
	margin-left: 40px;
}

.list_search .search_item .search_part p.search_date_text1 {
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 17px;
	font-size: 16px;
	font-weight: 400;
	color: #2f3334;
	line-height: 1em;
}

.list_search button.search_btn {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 50px;
	background: #ec6e62;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
	margin-left: 30px;
	transition: .3s;
}

.list_search button.search_btn:hover {
	background: #B2473F;
}

/* 목록 */
.list_wrap .list ul.list_body li a .title {
	width: calc(70% - 30px);
	text-align: left;
	display: flex;
	align-items: center;
}

.list_wrap .list ul.list_body li a .title.new::before {
	content: 'NEW';
	display: inline-block;
	width: 31px;
	height: 15px;
	padding: 3px 5px;
	border-radius: 3px;
	background: #1d9ed9;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
}

.list_wrap .list ul.list_body li a .title.new p {
	width: calc(100% - 49px);
	margin-left: 8px;
}

.list_wrap .list ul.list_body li a .title p {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_wrap .list ul.list_body li a:hover .title p {
	text-decoration: underline;
}

.list_wrap .list ul.list_body li a .date {
	width: calc(20% - 30px);
	color: #6f7476;
}

.list_wrap .list ul.list_body li.main_notice a .number {
	background: url(../image/main_notice.png) center center no-repeat;
	background-size: 23px 21px;
}

.list_wrap .list ul.list_body li.main_notice a .title p {
	font-weight: 700;
}

.list_wrap {
	display: inline-block;
	width: 100%;
	height: auto;
}

.list_wrap .list_count {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	height: 19px;
	margin: 20px 0px;
}

.list_wrap .list_count span {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #1d1f20;
	line-height: 1em;
}

.list_wrap .list_count p {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #1d1f20;
	line-height: 1em;
	margin:0;
}

.list_wrap ul.list_filter {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	height: auto;
	margin: 20px 0px;
}

.list_wrap ul.list_filter li {
	position: relative;
	float: left;
}

.list_wrap ul.list_filter li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #adb3b6;
	line-height: 1em;
	padding: 0px 10px;
	border-right: 1px solid #adb3b6;
	transition: .3s;
}

.list_wrap ul.list_filter li:last-child a {
	border-right: 0px;
	padding: 0px 0px 0px 10px;
}

.list_wrap ul.list_filter li a:hover, .list_wrap ul.list_filter li.on a
	{
	font-weight: 500;
	color: #1d1f20;
}

.list_wrap .list {
	display: inline-block;
	width: 100%;
	height: auto;
}

.list_wrap .list ul.list_header {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	border-top: 1px solid #2f3334;
	border-bottom: 1px solid #e4e7f1
}

.list_wrap .list ul.list_header li {
	position: relative;
	float: left;
	padding: 0px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #2f3334;
	line-height: 1em;
	text-align: center;
}

.list_wrap .list ul.list_header li:nth-child(1) {
	width: calc(5% - 30px);
}

.list_wrap .list ul.list_header li:nth-child(2) {
	width: calc(55% - 30px);
}

.list_wrap .list ul.list_header li:nth-child(3) {
	width: calc(20% - 30px);
}

.list_wrap .list ul.list_header li:nth-child(4) {
	width: calc(10% - 30px);
}

.list_wrap .list ul.list_header li:nth-child(5) {
	width: calc(10% - 30px);
}


/* 스마트 통계용 */
.list_wrap .list ul.list_header05 {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 15px 0px;
	border-top: 1px solid #2f3334;
	border-bottom: 1px solid #e4e7f1
}

.list_wrap .list ul.list_header05 li {
	position: relative;
	float: left;
	padding: 0px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #2f3334;
	line-height: 1em;
	text-align: center;
}

.list_wrap .list ul.list_header05 li:nth-child(1) {
	width: calc(5% - 30px);
}

.list_wrap .list ul.list_header05 li:nth-child(2) {
	width: calc(7% - 30px);
}

.list_wrap .list ul.list_header05 li:nth-child(3) {
	width: calc(48% - 30px);
}

.list_wrap .list ul.list_header05 li:nth-child(4) {
	width: calc(20% - 30px);
}

.list_wrap .list ul.list_header05 li:nth-child(5) {
	width: calc(10% - 30px);
}

.list_wrap .list ul.list_header05 li:nth-child(6) {
	width: calc(10% - 30px);
}






.list_wrap .list ul.list_body {
	display: inline-block;
	width: 100%;
	height: auto;
}

.list_wrap .list ul.list_body li {
	border-bottom: 1px solid #e4e7f1;
}

.list_wrap .list ul.list_body li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 21px;
	padding: 13px 0px;
}

.list_wrap .list ul.list_body li a div {
	position: relative;
	float: left;
	height: 100%;
	padding: 0px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
}

.list_wrap .list ul.list_body li a .number {
	width: calc(5% - 30px);
}

.list_wrap .list ul.list_body li a .number {
	width: calc(5% - 30px);
}

.list_wrap .list ul.list_body li a .category {
	width: calc(7% - 30px);
}

.list_wrap .list ul.list_body li a .title05 {
	width: calc(48% - 30px)!important;
}

.list_wrap .list ul.list_body li a .title {
	width: calc(55% - 30px);
	text-align: left;
	display: flex;
	align-items: center;
}

.list_wrap .list ul.list_body li a .title p {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #2f3334;
	line-height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_wrap .list ul.list_body li a .title.new p {
	width: calc(100% - 49px);
	margin-left: 8px;
}

.list_wrap .list ul.list_body li a:hover .title p {
	text-decoration: underline;
}

.list_wrap .list ul.list_body li a .part {
	width: calc(20% - 30px);
}

.list_wrap .list ul.list_body li a .date {
	width: calc(10% - 30px);
	color: #6f7476;
	font-weight: 400;
}

.list_wrap .list ul.list_body li a .view {
	width: calc(10% - 30px);
	color: #6f7476;
	font-weight: 400;
}

.list_wrap .list ul.list_body li.main_notice a .number {
	background: url(/images/dongjakMain/main_notice.png) center center
		no-repeat;
	background-size: 23px 21px;
}

.list_wrap .list ul.list_body li.main_notice a .title p {
	font-weight: 700;
}

.list_wrap .list ul.ebook_list {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e7f1;
}

.list_wrap .list ul.ebook_list li {
	display: inline-block;
	width: 450px;
	height: 300px;
	margin-bottom: 20px;
	transform: translateY(0px);
	transition: .3s;
}

.list_wrap .list ul.ebook_list li:hover {
	transform: translateY(-5px);
}

.list_wrap .list ul.ebook_list li a {
	position: relative;
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px;
	background: #eef1f4;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, .15);
}

.list_wrap .list ul.ebook_list li a .ebook_thumb {
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	width: 178px;
	height: 258px;
	border: 1px solid #d3dae2;
	border-radius: 10px;
	background: url(/images/dongjakMain/ebook_thumb_img.png) center center
		no-repeat #e1e7ee;
	margin-right: 20px;
	overflow: hidden;
}

.list_wrap .list ul.ebook_list li a .ebook_thumb img {
	width: auto;
	height: auto;
	min-height: 100%;
}

.list_wrap .list ul.ebook_list li a .ebook_text {
	position: relative;
	float: left;
	width: calc(100% - 200px);
	height: 100%;
}

.list_wrap .list ul.ebook_list li a .ebook_text p.ebook_title {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
	height: 52px;
	font-size: 20px;
	font-weight: 600;
	color: #1d1f20;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 17px;
}

.list_wrap .list ul.ebook_list li a .ebook_text div {
	display: inline-block;
	width: 100%;
	height: 36px;
	margin-bottom: 5px;
}

.list_wrap .list ul.ebook_list li a .ebook_text div:last-child {
	margin-bottom: 0px;
}

.list_wrap .list ul.ebook_list li a .ebook_text div span {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #555555;
	line-height: 1em;
	text-align: left;
	margin-bottom: 2px;
}

.list_wrap .list ul.ebook_list li a .ebook_text div p {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #1d1f20;
	line-height: 1em;
	text-align: left;
}

.list_wrap .list ul.ebook_list li a .ebook_btn {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 72px;
	height: 36px;
}

.list_wrap .list ul.ebook_list li a .ebook_btn button.ebook_down {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 6px 0px 0px 0px;
	background: url(/images/dongjakMain/ebook_down_icon.png) center center
		no-repeat #1d83d9;
	background-size: 36px 36px;
	transition: .3s;
}

.list_wrap .list ul.ebook_list li a .ebook_btn button.ebook_down:hover {
	background: url(/images/dongjakMain/ebook_down_icon.png) center center
		no-repeat #0660ab;
	background-size: 36px 36px;
}

.list_wrap .list ul.ebook_list li a .ebook_btn button.ebook_view {
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 0px 0px 6px 0px;
	background: url(/images/dongjakMain/ebook_view_icon.png) center center
		no-repeat #fda61c;
	background-size: 36px 36px;
	transition: .3s;
}

.list_wrap .list ul.ebook_list li a:hover .ebook_btn button.ebook_view {
	background: url(/images/dongjakMain/ebook_view_icon.png) center center
		no-repeat #e98821;
	background-size: 36px 36px;
}

/* 페이징 컨트롤 */
#paging {
	clear: both;
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
	text-align: center;
}

#paging span {
	margin-right: 8px;
}

#paging span:last-child {
	margin-right: 0;
}

#paging span a {
	display: inline-block;
	width: 20px;
	height: 30px;
	margin-right: 4px;
	text-decoration: none;
	color: #7f868c;
	font-size: 18px;
	font-weight: 500;
	line-height: 29px;
	border-bottom: 2px solid #fff;
}

#paging span a:hover, #paging .Present a {
	color: #005aab;
	border-bottom: 3px solid #005aab;
}

#paging .mNum {
	display: none;
}

#paging .mNum a {
	width: 60px;
	height: 20px;
	border: 1px solid #b1262d;
	color: #fff;
	background-color: #d8373f;
}

#paging .dubble a {
	width: 50px;
}

#paging .numPN {
	display: inline-block;
	height: 20px;
	vertical-align: top;
}

#paging .numPN a {
	padding: 0 10px;
	font-size: 10px;
}

#paging .over a {
	padding: 0 10px;
	font-size: 10px;
}

#paging .left a {
	margin-right: 20px;
}

#paging .right a {
	margin-left: 20px;
}

/***************************** 미디어 쿼리 *****************************/
@media screen and (max-width:1445px) {
	ul.site_ul.cboth, .notice_list_wrap, .list_detail_wrap {
		width: calc(100% - 36px);
		margin: 0px 18px;
	}
	.site_ul li {
		width: calc(100%/ 3 - 24px);
	}
	.list_detail_wrap .detail_btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1080px) {
	.site_ul li {
		width: calc(100%/ 2 - 24px);
	}
}

@media screen and (max-width:600px) {
	.site_ul li {
		width: calc(100% - 24px);
	}

	/* 검색창 */
	.list_search {
		width: 100%;
		padding: 0;
		background: none;
		border: 0;
	}
	.list_search select {
		margin-right: 0px;
		font-size: 16px;
		width: 80px;
	}
	.list_search .search_input_wrap {
		width: calc(100% - 109px);
		padding: 14px;
		margin-left: -1px;
		margin-bottom: 12px;
	}
	.list_search .search_input_wrap img {
		margin-right: 10px;
	}
	.list_search .search_input_wrap input {
		width: calc(100% - 34px);
		font-size: 16px;
	}
	.list_search button.search_btn {
		margin-left: 0px;
		width: 100%;
	}

	/* 목록 */
	.list_wrap .list ul.list_header {
		display: none;
	}
	.list_wrap .list ul.list_body li {
		border: 1px solid #e4e7f1;
		margin-bottom: 12px;
	}
	.list_wrap .list ul.list_body li:last-child {
		margin-bottom: 0px;
	}
	.list_wrap .list ul.list_body li a {
		height: auto;
		display: inline-block;
		margin-bottom: -3px;
	}
	.list_wrap .list ul.list_body li.main_notice a .number {
		display: block;
		width: 23px;
		height: 21px;
		padding: 0px;
		margin-left: 15px;
	}
	.list_wrap .list ul.list_body li.main_notice a .title {
		width: calc(100% - 61px);
		padding: 0 15px 0px 8px;
	}
	.list_wrap .list ul.list_body li.main_notice a .title p {
		line-height: 1.4em;
	}
	.list_wrap .list ul.list_body li a .number {
		display: none;
	}
	.list_wrap .list ul.list_body li a .title {
		width: calc(100% - 68px);
		height: 21px;
	}
	.list_wrap .list ul.list_body li a .part {
		width: auto;
	}
	.list_wrap .list ul.list_body li a .date {
		width: calc(100% - 30px);
		text-align: right;
		margin-top: 13px;
		font-weight: 400;
	}
	.list_wrap .list ul.list_body li .view .mobileHit {
		display: block !important;
		width: 14px;
	}
	#paging {
		margin: 30px 0px 0px 0px;
	}
	#paging .toLimit {
		display: none;
	}
	#paging span {
		margin-right: 4px;
	}
}

.list_search .search_btn {
	position: relative;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 50px;
	background: #1d6dd9;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
	margin-left: 30px;
	transition: .3s;
}

.list_search .search_btn:hover {
	background: #4323a6;
}

.innerDiv div {
	text-align: center;
}

.innerDiv input {
	margin:4px 0;
	font-size: 1em;
	text-indent: 10px;
}

.del_btn {
	background: #cc0c0c !important;
}

.search_input_wrap table tfoot,
.search_input_wrap table thead {
	vertical-align: baseline;
}

.search_input_wrap table p {
	font-size: 1.2em;
    line-height: 2em;
    font-weight: 600;
    text-align: center;
}

.search_input_wrap table input {
	width: 68% !important;
    float: right !important;
    font-size: 1em;
    text-indent: 10px;
}

.search_input_wrap table ul {
	padding: 10px;
}

.search_input_wrap table li {
	display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin: 4px 0 !important;
    align-items: center;
}

/**
 * 페이징
 */
.box_num {
	width: 400px;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.btn_num {
	width: 26px;
	height: 26px;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	font-size: 12px;
	margin-right: 6px;
}

.btn_num:hover {
	background-color: #f3f3f3;
}

.btn_num:active {
	background-color: #009DE3;
	color: #FFF;
	border: 0px;
}

.btn_prev {
	width: 26px;
	height: 26px;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	font-size: 12px;
	background-image: url("/images/dongjakMain/perv_next.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 20px;
}

.btn_prev:hover {
	background-color: #f3f3f3;
}

.btn_start {
	width: 26px;
	height: 26px;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	font-size: 12px;
	background-image: url("/images/dongjakMain/start_end.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 6px;
}

.btn_start:hover {
	background-color: #f3f3f3;
}

.btn_next {
	width: 26px;
	height: 26px;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	font-size: 12px;
	margin-right: 6px;
	background-image: url("/images/dongjakMain/perv_next.svg");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 20px;
	transform: rotate(90deg);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.btn_next:hover {
	background-color: #f3f3f3;
}

.btn_end {
	width: 26px;
	height: 26px;
	border: 1px solid #B1B1B1;
	background-color: #fff;
	font-size: 12px;
	background-image: url("/images/dongjakMain/start_end.svg");
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.btn_end:hover {
	background-color: #f3f3f3;
}

.ptg-pagination {
	width: 100%;
}

.ptg-pagination .ptg-pagination-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number {
	width: 34px;
	margin: 0px 3px;
	padding: 5px 0px;
	font-size: 15px;
	color: #6d6c6c;
	text-align: center;
	cursor: pointer;
	/* border: 1px solid #e3e3e3;
		  border-radius: 50%;
		  box-sizing: border-box; */
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number-selected
	{
	background-color: #333c4c;
	border-color: #206ae2;
	color: #fff;
	border-color: transparent;
}

.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-first,
	.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-prev,
	.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-next,
	.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-last {
	width: 34px;
	margin: 0px 3px;
	padding: 8px 0px 6px;
	text-align: center;
	cursor: pointer;
	/* border: 1px solid #e3e3e3;
	  border-radius: 50%;
	  box-sizing: border-box; */
}

.ptg-pagination img {
	width: 12px;
	height: 12px;
}