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		: 돋움,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}

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="image"],input[type="tel"], textarea {-webkit-appearance:none;-webkit-border-radius:0;}
/*-----------------------------------------------------------------
	font color
-----------------------------------------------------------------*/

.font_rd
{
	color				: #ff2f2f;
}

.font_bl
{
	color				: #116bff;
}

.font_b
{
	font-weight			: bold;
}

/*-----------------------------------------------------------------
	footer에 있는 배경처리
-----------------------------------------------------------------*/

#maskWrap 
{
	display				: none;
	position			: absolute;
	top					: 0;
	left				: 0;
	z-index				: 1000;
	background			: #000000;
	opacity				: 0.5;
}




/*-----------------------------------------------------------------
	페이징
-----------------------------------------------------------------*/

.gp_pagination
{
	text-align				: center;
	font-size				: 14px;
}

.gp_pagination .paginationUl
{
	padding					: 20px 0;
}

.gp_pagination .paginationUl li
{
	display					: inline-block;
	color					: #333333;
	border-right			: 1px solid #dddddd;
	border-top				: 1px solid #dddddd;
	border-bottom			: 1px solid #dddddd;
	padding					: 10px 15px;
	background				: #ffffff;
}

.gp_pagination .paginationUl li:first-child
{
	border-left				: 1px solid #dddddd;
	border-top				: 1px solid #dddddd;
	border-bottom			: 1px solid #dddddd;
/*		border-radius			: 7px 0 0 7px;*/
}

.gp_pagination .paginationUl li:last-child
{
/*		border-radius			: 0 7px 7px 0;*/
}

.gp_pagination .paginationUl a
{
	color					: #333333;
	text-decoration			: none;
}

.gp_pagination .paginationUl a:hover
{
	text-decoration			: underline;
}

.gp_pagination .paginationUl .pageSel
{
	background				: #6299cf;
	border-right			: 1px solid #dddddd;
	border-top				: 1px solid #6299cf;
	border-bottom			: 1px solid #6299cf;
}

.gp_pagination .paginationUl .pageSel a
{
	color					: #ffffff;
}