@charset "utf-8";

/* Reset */
@font-face {
	font-family:'NBG';
	font-style: normal;
	src:local('NanumBarunGothic');
	src:url('/font/NanumBarunGothic.eot'); /* IE9 Compat Modes */
	src:url('/font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
		url('/font/NanumBarunGothic.woff') format('woff'), /* Modern Browsers */        
		url('/font/NanumBarunGothic.ttf')  format('truetype'), /* Safari, Android, iOS */        
		url('/font/NanumBarunGothic.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family:'NBGB';
	font-style:normal;
	src:local('NanumBarunGothicBold');
	src:url('/font/NanumBarunGothicBold.eot'); /* IE9 Compat Modes */    
	src:url('/font/NanumBarunGothicBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */        
		url('/font/NanumBarunGothicBold.woff') format('woff'), /* Modern Browsers */        
		url('/font/NanumBarunGothicBold.ttf')  format('truetype'), /* Safari, Android, iOS */        
		url('/font/NanumBarunGothicBold.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}
@media print {
		html {-webkit-print-color-adjust:exact;}
	}
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:100%;
	font-weight:normal;
}
th {
	font-weight:normal;
}
strong {
	font-weight:normal;
}
ul, ol {
	list-style:none;
}
table {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
/*	border-collapse: collapse;*/
}
*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}

input, select, button, textarea {
	padding:0;
	color:#666;
	font-size:100%;
	font-family:'NBG', Arial, sans-serif;
}

/* Base */
body {
	color:#666;
	font-size:14px;
	line-height:20px;
	font-family:'NBG', Arial, sans-serif;
}
hr {display:none}
caption, legend {
	position:absolute;
	top:-999999px;
	left:-999999px;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	text-indent:-99999999px;
}
a {
	color:#666;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color:#666;
	text-decoration:none;
}
input.text,
input.password {
	padding:3px 0 3px 10px;
	border:1px solid #ccc;
}
input.checkbox,
input.radio {
	margin:0;
	padding:0;
}
textarea.textarea {
	overflow:auto;
	padding:3px 10px;
	border:1px solid #ccc;
	resize:none;
}
label,
input.button, input.submit , input.image,
button {
	cursor:pointer;
}
.invisible {
	position:absolute;
	top:-9999999px;
	left:-999999px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}
.Skip {
	z-index:1053;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	line-height:1px;
}
	.Skip a {
		display:block;
		position:absolute;
		top:-500px;
		height:1px;
		line-height:1px;
	}
	.Skip a:focus,
	.Skip a:active {
		width:100%;
		height:40px;
		top:0;
		left:0;
		background:#285b9e;
		color:#fff;
		font-size:15px;
		text-align:center;
		line-height:40px;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}