@charset "utf-8";
*{margin:0;padding:0;}



html, body { margin: 0px; padding:0px; font-family: 'Noto Sans KR', sans-serif; font-size:12px; line-height:160%; height:100%; }
h1 { margin:0px; padding:0px;}
h2 { margin:0px; padding:0px;}
h3 { margin:0px; padding:0px;}
img { border : 0px;}
a:link {color: #666666;text-decoration:none; font-family: 'Noto Sans KR', sans-serif;}
a:visited {color:#666666;text-decoration: none; font-family: 'Noto Sans KR', sans-serif;}
a:hover {color: #000000;text-decoration:underline; font-family: 'Noto Sans KR', sans-serif;}
a:active {color: #666666;text-decoration: none; font-family: 'Noto Sans KR', sans-serif;}
img { border : 0px;}
form, fieldset, img, iframe {border:0;}
fieldset{border:0; vertical-align:top;}
legend{position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
/*----reset ½ÃÀÛ----*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
 vertical-align: baseline;
 font-family: inherit;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 }
/* remember to define focus styles! */
:focus {
 outline: 0;
 }
body {
 background: white;
 line-height: 1;       /*- ÇÑ±Û ±âÁØÀº 1.2 -*/
 color: black;
 }
ol, ul, li {
 list-style: none;
 }
/* tables still need cellspacing="0" in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
 }
caption, th, td {
 font-weight: normal;
 /*text-align: left;*/
 }
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
 content: "";
 }
blockquote, q {
 quotes: "" "";
 }
 
section, article, aside, hgroup, header, footer, nav, figure, figcaption, time,
mark, canvas, video, audio, details, summary{display:block; box-sizing:border-box;}
 
/*----reset ³¡----*/