@charset "utf-8";

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/NanumGothic-Regular.eot');
  src: url('/fonts/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NanumGothic-Regular.woff2') format('woff2'),
       url('/fonts/NanumGothic-Regular.woff') format('woff'),
       url('/fonts/NanumGothic-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR', sans-serif;
    src: url('/fonts/notokr-medium.eot');
    src: url('/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/notokr-medium.woff2') format('woff2'),
         url('/fonts/notokr-medium.woff') format('woff'),
         url('/fonts/notokr-medium.ttf') format('truetype'),
         url('/fonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Iosef */
body{ font-size:14px; font-family:Nanum Gothic, 'Noto Sans KR', '돋움',dotum,Helvetica,sans-serif; line-height:140%}
label{ cursor:pointer;}
code{ display:block;}

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

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, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{ margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea{ font-size:1em;}
body, input, button, select, textarea{}
em, cite, address, optgroup{ font-style:normal;}
kbd, samp, code{ font-family:monospace;}

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-collapse:collapse; border-spacing:0;}

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;}

.group:after{ content:"."; display:block; visibility:hidden; clear:both; height:0;}


.clear{ clear:both; height:0; width:0; line-height:0; font-size:0;}

.hidden { visibility:hidden; margin:0; padding:0; width:0; height:0; background:none; font-size:0; line-height:0;}
.show{ visibility:visible;}

a.accessibility01{ position:absolute; left:0; top:-10000px; display:block; width:100%; text-align:center; font-size:1.3em; z-index:10000;}
a.accessibility01:hover, a.accessibility01:focus, a.accessibility01:active{ position:absolute; top:0; padding:15px 0; background:#1d60a7; color:#fff; font-weight:bold; z-index:10000;}

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;}