@charset "utf-8";

/* Paging Type */
	.pagingType1 { text-align: center; }
	.pagingType1 strong,
	.pagingType1 a { display: inline-block; margin: 0 2px; height: 16px; padding: 4px 7px 4px; line-height: 15px; text-decoration: none; border: solid 1px #ffffff; font-family: verdana, dotum, "돋움", AppleGothic; font-size: 11px; overflow: hidden; }
	.pagingType1 strong { /*background: #fff url(img/type1_current1.gif) repeat-x left top;*/ background: #d62739; color: #ffffff; border: solid 1px #d62739; font-weight: bold; letter-spacing: 0px; }
	.pagingType1 a { background: #fff; border: solid 1px #dddddd; text-decoration: none; }
	.pagingType1 a,
	.pagingType1 a:link,
	.pagingType1 a:visited { color: #2f6dcb; }
	.pagingType1 a:hover { color: ##d62739; border-color: #d62739; text-decoration: none; }
	.pagingType1 a.first,
	.pagingType1 a.last,
	.pagingType1 a.prev,
	.pagingType1 a.next { display: inline-block; text-indent: -100px; background: none no-repeat center 8px; text-decoration: none; }
	.pagingType1 a.prev { width: 9px; background-image: url(img/type2_prev1.gif); }
	.pagingType1 a.next { width: 9px; background-image: url(img/type2_next1.gif); }
	.pagingType1 a.first { width: 9px; background-image: url(img/type2_first1.gif); }
	.pagingType1 a.last { width: 9px; background-image: url(img/type2_last1.gif); }
	.pagingType1 a.first:hover,
	.pagingType1 a.last:hover,
	.pagingType1 a.prev:hover,
	.pagingType1 a.next:hover { /*width:23px;*/ vertical-align:top; }

/* List Paging Part */
	.articleListPagingPart { clear: both; margin-top: 10px; }
	.articleListPagingPart a.tempOldDisk { background: #ecf2f6; color:#666; }
