@charset "utf-8";

/* Web Font Setting*/

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); /*font-family:Nanum Gothic*/
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css); /*font-family:Hanna*/

@font-face {
    font-family: 'LGReg';
    src: url('/webFont/League_Gothic_web.eot');
    src: url('/webFont/League_Gothic_web.woff') format('woff'),
         url('/webFont/League_Gothic_web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neon';
    src: url('/webFont/clip-webfont.woff');   
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------------!
	* reset *
/*-----------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
	font-size:100%;
	font-weight:normal;
	font-family:"Nanum Gothic";
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
}


body {
	font-size:13px; 
	font-family:"Nanum Gothic"; 
	color:#5c5c5c; 
}
ol, ul {
	list-style: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption {
	font-size:0;
}

a:link {color:#5c5c5c;}
a:hover {text-decoration:none;}
a:visited {color:#5c5c5c; outline:0;}
*:focus {outline:0;}
address, em {
	font-style:normal;
}
label {
	cursor:pointer;
}
input,select {
	margin:0; 
	padding:0; 
	vertical-align:middle; 
	font-family:"Nanum Gothic";
}
input[type=text] {
	border:1px solid #e2e2e2;
}
textarea {
	resize:none; 
	border:1px solid #e2e2e2;
}
button {
	margin:0; 
	padding:0; 
	border:1px solid #e2e2e2;
	background:transparent; 
	cursor:pointer; 
	text-align:center; 
	font-family:"Nanum Gothic"
} 
span{
	display:inline-block;}
option {font-family:"Nanum Gothic"}


/*html5 element*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section { display: block; }