@charset "utf-8";

/**
* 파일명 :	reset.css
* 작성자 :	MYM (milgam12@inplusweb.com)
* 작성일 :	2014. 11. 20
* 내  용 :	reset.css 파일은 브라우저마다 다르게 설정되어 있는 초기 CSS 속성을 초기화 시키는 파일입니다.
*			한 회사에서 제작하는 홈페이지에 모두 공통으로 적용되며 오직 1개의 파일만 존재합니다.
*			개별 작업자가 임의로 수정할 수 없으며, 회사 내 가이드라인이 협의하에 변경될 때만 수정할 수 있습니다.
*/



/**
* reset 
*/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav, menu,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, td, tfoot, thead, th, tr, td, video, tt,
u, ul, 
var {margin:0; padding:0; border:0; vertical-align:baseline; font-size:100%; font:inherit;}

body{font-size:75%; color:#303030; line-height:1.5em;}
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea{font-size:1em;}
body, input, button, select, textarea, sub{font-family:"돋움",dotum,Helvetica,sans-serif;}
em, cite, address, optgroup{font-style:normal;}
kbd, samp, code{font-family:monospace;}

a {color:#303030;}
a:link, a:visited{text-decoration:none;}
a:hover, a:focus, a:active{text-decoration:underline;}

label{cursor:pointer;}
code{display:block;}

legend, hr {overflow:hidden; position:absolute; top:0; left:0}
legend, hr, caption {visibility:hidden; font-size:0; width:0; height:0; line-height:0}

img, input, button, select, textarea{vertical-align:middle;}
ul, ol{list-style:none;}
img, fieldset{border:0;}
abbr, acronym{border-bottom:1px dotted black; cursor:help;}
table {	width:100%; border-spacing:0; *border-collapse:collapse; }

legend, hr{overflow:hidden; position:absolute; left:0; top:0;}
legend, hr, caption{visibility:hidden; width:0; height:0; font-size:0; line-height:0;}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{display:block;}
mark, rp, rt, ruby, summary, time{display:inline;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}