@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  src: url(font/NanumMyeongjo-Regular.eot);
  src: url(font/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(font/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(font/NanumMyeongjo-Regular.woff) format('woff'),
       url(font/NanumMyeongjo-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 600;
  src: url(font/NanumMyeongjo-Bold.eot);
  src: url(font/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumMyeongjo-Bold.woff2) format('woff2'),
       url(font/NanumMyeongjo-Bold.woff) format('woff'),
       url(font/NanumMyeongjo-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 700;
  src: url(font/NanumMyeongjo-ExtraBold.eot);
  src: url(font/NanumMyeongjo-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumMyeongjo-ExtraBold.woff2) format('woff2'),
       url(font/NanumMyeongjo-ExtraBold.woff) format('woff'),
       url(font/NanumMyeongjo-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:400;
  src:url(font/NanumBarunGothic.eot);
  src:url(font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothic.woff) format('woff');
}
@font-face {
  font-family:'NanumBarunGothic';
  font-style:normal;
  font-weight:700;
  src:url(font/NanumBarunGothicBold.eot);
  src:url(font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumBarunGothicBold.woff) format('woff'); 
}

@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:400;
  src:url(font/NanumGothic-Regular.eot);
  src:url(font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(font/NanumGothic-Regular.woff) format('woff');
}
@font-face {
  font-family:'NanumGothic';
  font-style:normal;
  font-weight:700;
  src:url(font/NanumGothic-Bold.eot);
  src:url(font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(font/NanumGothic-Bold.woff) format('woff'); 
}

/* 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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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;  font-family:'Open Sans', 'NanumGothic', sans-serif;  color:inherit; vertical-align:baseline; background:transparent; letter-spacing:-1px;}
input, select, textarea, button { font:inherit; color:inherit; }
input { line-height:1; }
body { 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; }
hr { display:none;}
img { border:0 none;}
input, button, select, a, img { vertical-align:middle;}
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:underline;}
* { box-sizing:border-box;}

/* common */
.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;}
