@charset "utf-8";

@font-face {
    font-family: 'Flight Sans';
    src: url('/common/font/FlightSans-Regular.woff2') format('woff2'),
         url('/common/font/FlightSans-Regular.woff') format('woff'),
         url('/common/font/FlightSans-Regular.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flight Sans';
    src: url('/common/font/FlightSans-Bold.woff2') format('woff2'),
         url('/common/font/FlightSans-Bold.woff') format('woff'),
         url('/common/font/FlightSans-Bold.ttf') format('truetype'),
    font-weight: bold;
    font-style: normal;
}

html {
	font-size:100.01%;
}
body {
	font:normal 12px 'Flight Sans', sans-serif, "애플고딕", AppleGothic, "돋움", dotum, Arial, Verdana, sans-serif;
	line-height:1.3;
	color:#323232;
	background-color:#fff;
	margin:0;
	padding:0;
	letter-spacing: -0.5px;}

br	{
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}
h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, fieldset, blockquote, address, table, thead, tbody, tfoot, tr, td, caption {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
img {
	border:0;
}
table {
	width:100%;
	border-collapse: collapse;
	font-size:1em;
}
table caption {
	display:none;
}
a:link, a:visited {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
input, textarea {
	font:normal 1em  'Flight Sans', sans-serif,"애플고딕", AppleGothic, "굴림", gulim, Arial, Verdana, sans-serif;
	color:#323232;
	vertical-align:middle;
}
em {
	font-style: normal;
}
hr {
	clear:both;
	height:0;
	visibility:hidden;
	overflow:hidden;
	display: none;
}
select{font-family: 'Flight Sans', sans-serif, "애플고딕", AppleGothic, "돋움", dotum, Arial, Verdana, sans-serif;}

#accessibility, .skip, hr, legend {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}