@charset "utf-8";

/* Reset */
@font-face {
	font-family:'NBG';
	font-style: normal;
	src:local('NanumBarunGothic');
	src:url('/m/font/NanumBarunGothic.eot'); /* IE9 Compat Modes */
	src:url('/m/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
		url('/m/font/NanumBarunGothic.woff') format('woff'), /* Modern Browsers */        
		url('/m/font/NanumBarunGothic.ttf')  format('truetype'), /* Safari, Android, iOS */        
		url('/m/font/NanumBarunGothic.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family:'NBGB';
	font-style:normal;
	src:local('NanumBarunGothicBold');
	src:url('/m/font/NanumBarunGothicBold.eot'); /* IE9 Compat Modes */    
	src:url('/m/font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
		url('/m/font/NanumBarunGothicBold.woff') format('woff'), /* Modern Browsers */        
		url('/m/font/NanumBarunGothicBold.ttf')  format('truetype'), /* Safari, Android, iOS */        
		url('/m/font/NanumBarunGothicBold.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}

body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}
hr {
	display:none;
}
a {
	color:#666;
	font-family:"NBG";
	text-decoration:none;
}
html, body {
	height:100%;
}
body {
	height:100%;
	color:#666;
	font-family:"NBG", "돋움", Dotum, "굴림" ,Gulim;
	font-size:14px;
	line-height:20px;
	letter-spacing:-1px;
	-webkit-text-size-adjust:none;
}
img, fieldset, abbr, acronym {
	border:0;
}
ul, ol {
	list-style:none;
}
p, acronym, address, big, small, cite, code,
dfn, em, kbd, pre, samp, sub, sup, tt, var {
	font-style:normal;
	font-weight:normal;
}
label, input.button, input.submit , input.image, button {
	cursor:pointer;
}

input[type="button"],
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="image"],
input[type="submit"],
input[type="password"],
select {
	margin:0;
	padding:0;
	border:0;
	-webkit-appearance:none;
	border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	color:#666;
	vertical-align:middle;
}
textarea {
	border:0;
	border-radius:0;
	-ms-border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	font-size:100%;
	color:#666;
	resize:none;
	-webkit-appearance:none;
}
table {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	border-collapse: collapse;
	_border-collapse:collapse;
	font-size:1em;
}
*+html table {border-collapse:collapse;}
caption, legend, .invisible {
	*position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}