﻿/*
===============================================================================================
1.	버    전 : reset.css
2.	작 성 자 : 박용찬
3.	참    고 : 초기화
===============================================================================================
*/
@charset "UTF-8" 

@font-face {
	font-family: "Nanum Gothic"
	font-style:normal;
	font-weight:normal;
	src:local('../font/MalgunGorthic Regular'), local('../font/MalgunGorthic-Regular'), local('../font/MalgunGothic Regular');
	src:url(images/MalgunGothic.eot);
	src:url(../font/MalgunGothic.eot?#iefix) format('embedded-opentype'), url(../font/MalgunGothic.woff) format('woff'), url(../font/MalgunGothic.ttf) format('truetype');

	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding: 0;border:0;font-size:13px;vertical-align:baseline;font-style:normal;}

body {line-height:1em;font:13px; font-family: "Nanum Gothic";, sans-serif;'나눔고딕','NanumBarunGothic',  '맑은고딕',tahoma, dotum, "돋음",  Apple-Gothic, sans-serif;line-height:1em;color:#333;-webkit-text-size-adjust:none}
img, fieldset, button {border:none;}
hr, button img {display:none;}
li {list-style:none;}
table, th, td {border-collapse:collapse;word-break:break-all;border-spacing:0;}
a {text-decoration:none;color:#3a3a3a;}
a:hover {text-decoration:none;}
a:focus {text-decoration:none;}
em {font-style:normal;}
textarea {overflow:auto;border:1px solid #dedede;color:#555;}
legend {overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;visibility:hidden;font-size:0;line-height:0;} /* For Screen Reader */ 
img {vertical-align:middle;}
input, select {padding:0;margin:0;color:inherit;font:inherit;vertical-align:middle;}
img, select, input, button { vertical-align:middle;}
header, footer, article, aside, section, nav, menu, hgroup, figure {display:block;}  /*html5*/
caption,hr {overflow:hidden;width:0;height:0;font-size:0;line-height:0;text-indent:-9999px;}
h1, h2, h3, h4, h5 {font-weight:600;line-height:1em;}
strong {font-weight:600;}


