html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin			: 0;
	border			: 0;
	outline			: 0;
	padding			: 0;
	background		: transparent;
/*	font-family		: 'PT Sans','Nanum Gothic',나눔고딕,'맑은 고딕','Malgun Gothic',돋움,Dotum,sans-serif;*/
/*	font-family		: 'OpenSans','nanumbarungothicregular', 돋움, Dotum, sans-serif;*/
	font-family		: 'Noto Sans', 돋움, Dotum, sans-serif;
	font-style		: normal;
	font-weight		: normal;
	vertical-align	: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
	display			: block;
}

body
{
	line-height		: 1;
}

ol,ul				
{
	list-style		: none;
}

blockquote,q 		
{
	quotes			: none;
}

blockquote:before,
blockquote:after,
q:before,q:after	
{
	content			: '';
	content			: none;
}

table				
{
	border-collapse	: collapse;
	border-spacing	: 0;
}

hr					
{
	display			: none;
}

a:link				
{
	color			: #000;
	text-decoration	: none;
}

a:visited			
{
	color			: #000;
	text-decoration : none;
}

a:hover
{
	color			: #000;
	text-decoration	: none;
}

a:active			
{
	color			: #000;
	text-decoration	: none;
}

/* float clear */
.clearBoth			{clear:both;}

/* default class */
label		{vertical-align:middle;cursor:pointer}
input		{vertical-align:middle}




.gp_pagination_wrap
{
	text-align					: center;
}

.gp_pagination
{
    display						: inline-block;
}

.gp_pagination li
{
    display						: inline-block;
}

.gp_pagination > li:first-child > a, .gp_pagination > li:first-child > span 
{
    border-top-left-radius		: 6px;
    border-bottom-left-radius	: 6px;
}

.gp_pagination > li:first-child > a, .gp_pagination > li:first-child > span 
{
    margin-left					: 0;
    border-top-left-radius		: 4px;
    border-bottom-left-radius	: 4px;
}

.gp_pagination > li:last-child > a, .gp_pagination > li:last-child > span 
{
    margin-right				: 0;
    border-top-right-radius		: 4px;
    border-bottom-right-radius	: 4px;
}

.gp_pagination > li > a, 
.gp_pagination > li > span 
{
    position					: relative;
	display						: inline-block;
    padding						: 6px 12px;
    margin-left					: -1px;
    line-height					: 1.42857143;
    color						: #337ab7;
    text-decoration				: none;
    background-color			: #fff;
    border						: 1px solid #ddd;
}

.gp_pagination .pageSel a
{
	color						: #fff;
    background-color			: #337ab7;
    border-color				: #337ab7;
}



