@charset "euc-kr";

@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:normal;
  src:url(/css/font/NanumGothic-Regular.eot);
  src:url(/css/font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumGothic-Regular.woff) format('woff');
}
@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:bold;
  src:url(/css/font/NanumGothic-Bold.eot);
  src:url(/css/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumGothic-Bold.woff) format('woff');
}
/*
@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:normal;
  src:url(/css/font/NanumBarunGothic.eot);
  src:url(/css/font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumBarunGothic.woff) format('woff');
}

@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:bold;
  src:url(/css/font/NanumBarunGothicBold.eot);
  src:url(/css/font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/css/font/NanumBarunGothicBold.woff) format('woff');
}
*/
/*
@font-face {
  font-family:'RixGothic';
  font-style:normal;
  font-weight:bold;
  src:url(/css/font/RixGoB.eot);
  src:url(/css/font/RixGoB.eot?#iefix) format('embedded-opentype'),
       url(/css/font/RixGoB.woff) format('woff');
}
*/


/**
 * AINT Lab Reset CSS v1.0
 * http://ui.aintlab.com
 */

/* Normalize */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,  tfoot, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video { margin:0; padding:0; border:0; font:inherit; /*color:inherit; */ vertical-align:baseline; background:transparent;}
input, select, textarea, button { font:inherit; color:inherit;}
body {font-family:'NanumGothic'; line-height:1;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display:block;}
ul, ol, li{ list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none;}
ins { text-decoration:underline;}
del { text-decoration:line-through;}
mark { background:none;}
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}
table { border-spacing:0; border-collapse:collapse;}
hr { display:none;}
img { border:0 none;}
input, button, select, a, img { vertical-align:left;}
button { position:relative; background:none; border:0 none; cursor:pointer; font-family:inherit; margin:0; padding:0;}
button * { margin:0; padding:0;}
button::-moz-focus-inner { padding:0; border:0;}
a { text-decoration:none; margin:0; padding:0;}
a:hover { text-decoration:none;}

/* Common Function */
.Blind { position:absolute; top:-99999px; left:-99999px; z-index:-1000;}
.DpNone { display:none;}
.Ellipsis {overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}

/* SkipToContent */
#SkipToContent a { position:absolute; top:0px; left:0px; z-index:9999; width:100%; height:1px;	margin-top:-1px; display:block;	background-color:white; font-size:14px; font-weight:bold; color:#111; line-height:1; text-align:center; overflow:hidden;}
#SkipToContent a:focus,
#SkipToContent a:active { margin-top:0px; height:auto; padding:10px 0px;}