@CHARSET "UTF-8";

@font-face {
    font-family:'NanumGothic';
    src: url('font/NanumGothic.eot');
    src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('font/NanumGothic.woff') format('woff'),
         url('font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
section, h1, h2, h3, h4, h5, ul, li, table, .btn {
	font-family:NanumGothic,'나눔고딕',ng,sans-serif !important;
}

.number {
	text-align:right;
}

ul, ol, dl, li, dt, dd, p,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.header_type {
	margin-left: 5px;
	}	
.header_type li {
	margin-bottom: 15px;
	}	
.header_type li img {
	display: block;
	margin: 5px 0 0 20px;
	}