/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
/* 
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/LIB/FONT/NotoSansKR-Thin.woff2) format('woff2'),
       url(/LIB/FONT/NotoSansKR-Thin.woff) format('woff'),
       url(/LIB/FONT/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/LIB/FONT/NotoSansKR-Light.woff2) format('woff2'),
       url(/LIB/FONT/NotoSansKR-Light.woff) format('woff'),
       url(/LIB/FONT/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/LIB/FONT/NotoSansKR-Regular.woff2) format('woff2'),
        url(/LIB/FONT/NotoSansKR-Regular.woff) format('woff'),
        url(/LIB/FONT/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/LIB/FONT/NotoSansKR-Medium.woff2) format('woff2'),
        url(/LIB/FONT/NotoSansKR-Medium.woff) format('woff'),
        url(/LIB/FONT/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/LIB/FONT/NotoSansKR-Bold.woff2) format('woff2'),
        url(/LIB/FONT/NotoSansKR-Bold.woff) format('woff'),
        url(/LIB/FONT/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/LIB/FONT/NotoSansKR-Black.woff2) format('woff2'),
        url(/LIB/FONT/NotoSansKR-Black.woff) format('woff'),
        url(/LIB/FONT/NotoSansKR-Black.otf) format('opentype');
 } 
*/


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, :before, :after {
 vertical-align: baseline;
 font-family: Noto Sans KR;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;
 box-sizing: border-box;
 }
/* remember to define focus styles! */
:focus {
 outline: 0;
 }

a{text-decoration:none; color:#000;} 
 
body {
 background: white;
 line-height: 1;       /*- ÇÑ±Û ±âÁØÀº 1.2 -*/
 color: black;
 }
ol, ul {
 list-style: none;
 }
/* tables still need cellspacing="0" in the markup */
table {
 border-collapse: collapse;
 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: "" "";
 }
figure{margin:0;}



.must:before { content: "*"; color: #e01e27; font: bold 14px/18px Arial; padding: 0px 3px 0px 0px;}

