/*a:link { color: #83807d; text-decoration: none }
a:visited { color: #83807d; text-decoration: none }
a:hover { color: #83807d; text-decoration: underline }
a:active { color: #ff0000; text-decoration: none }

p { margin-top: 0px; margin-bottom: 0px }
td,table { font-size: 12px; color: #847f74; line-height: 160%; font-family: verdana;}

.select {font-size:9pt; font-family:"굴림","돋움"; color:#666666; border:1px solid #cccccc; background-color:#ffffff;}
.input {border:0px; font-size:9pt; font-family:"굴림","돋움"; color:#545454; border:1px solid #dfdfdf; background-color:#f7f7f7;}
.search_input { font-size:12px; color: #847f74; font-family:"굴림"; border: #cfcfcf 1px solid; background-color: #ffffff;}*/

.btn_list {
	display: inline-block;
    padding: 10px 22px 10px 20px;
    background: #fd4c7e;
    border: 1px solid #fd4c7e;
    border-radius: 3px;
    color: #fff;
    letter-spacing: -0.07em;
}

.wiz_board_paging {
	max-width: 980px;
	margin: 30px auto 0;
	text-align: center;
}

.wiz_board_paging a {
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent:-99999px;
	line-height: 29px;
}
.wiz_board_paging .current_page {
	margin: 0 4px 0 10px;
	color: #fd4c7e;
}
.wiz_board_paging a.first_arrow {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_prev2.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.first_arrow:hover {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_prev2_on.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.prev_arrow {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_prev.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.prev_arrow:hover {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_prev_on.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.end_arrow {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_next2.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.end_arrow:hover {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_next2_on.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.next_arrow {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_next.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}
.wiz_board_paging a.next_arrow:hover {
	background: url(/admin/bbs/skin/bbsBasic/image/btn_next_on.gif) no-repeat 50% 50%;
	background-size: 29px 29px;
}

.wiz_board_btns {
	max-width: 980px;
	margin: 30px auto 0;
	text-align: right;
}

.wiz_board_btns li {
	display: inline;
}


@media screen and (max-width: 1920px) {
	.btn_list {
		padding: 8px 20px 8px 18px;
		font-size: 15px;
	}
}

@media screen and (max-width: 812px) {
	#content.width-fix-event {
		margin: 25px auto 15px;
	}

	.wiz_board_paging {
		margin: 10px 0 0;
	}

	.wiz_board_btns {
		margin: 15px 0 0;
	}

	.btn_list {
		width: 100%;
		padding: 9px 18px 6px 16px;
		font-size: 13px;
		text-align: center;
	}

	.wiz_board_paging .current_page {
		font-size: 13px;
	}

	.wiz_board_paging a {
		margin: 0 -5px;
	}

	.wiz_board_paging a.first_arrow {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_prev2.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.first_arrow:hover {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_prev2_on.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.prev_arrow {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_prev.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.prev_arrow:hover {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_prev_on.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.end_arrow {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_next2.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.end_arrow:hover {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_next2_on.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.next_arrow {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_next.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
	.wiz_board_paging a.next_arrow:hover {
		background: url(/admin/bbs/skin/bbsBasic/image/btn_next_on.gif) no-repeat 50% 50%;
		background-size: 20px 20px;
	}
}