@charset ("utf-8");
/*
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess
 */

@font-face {
  font-family: 'NSKT';
  src: url(../font/NotoSansKR-Thin-Hestia.eot);
  src: url(../font/NotoSansKR-Thin-Hestia.woff2) format('woff2');
  src: url(../font/NotoSansKR-Thin-Hestia.woff) format('woff');
  src: url(../font/NotoSansKR-Thin-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'NSKDL';
  src: url(../font/NotoSansKR-DemiLight-Hestia.eot);
  src: url(../font/NotoSansKR-DemiLight-Hestia.woff2) format('woff2');
  src: url(../font/NotoSansKR-DemiLight-Hestia.woff) format('woff');
  src: url(../font/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}
@font-face {
  font-family: 'NSKL';
  src: url(../font/NotoSansKR-Light-Hestia.eot);
  src: url(../font/NotoSansKR-Light-Hestia.woff2) format('woff2');
  src: url(../font/NotoSansKR-Light-Hestia.woff) format('woff');
  src: url(../font/NotoSansKR-Light-Hestia.otf) format('opentype');
}
@font-face {
   font-family: 'NSKR';
   src: url(../font/NotoSansKR-Regular-Hestia.eot);
   src: url(../font/NotoSansKR-Regular-Hestia.woff2) format('woff2');
   src: url(../font/NotoSansKR-Regular-Hestia.woff) format('woff');
   src: url(../font/NotoSansKR-Regular-Hestia.otf) format('opentype');
 }
@font-face {
   font-family: 'NSKM';
   src: url(../font/NotoSansKR-Medium-Hestia.eot);
   src: url(../font/NotoSansKR-Medium-Hestia.woff2) format('woff2');
   src: url(../font/NotoSansKR-Medium-Hestia.woff) format('woff');
   src: url(../font/NotoSansKR-Medium-Hestia.otf) format('opentype');
 }
@font-face {
   font-family: 'NSKB';
   src: url(../font/NotoSansKR-Bold-Hestia.eot);
   src: url(../font/NotoSansKR-Bold-Hestia.woff2) format('woff2');
   src: url(../font/NotoSansKR-Bold-Hestia.woff) format('woff');
   src: url(../font/NotoSansKR-Bold-Hestia.otf) format('opentype');
 }

/* reset */
html, body{font-family:'NSKL', '나눔고딕', 'Nanum Gothic', sans-serif;}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
img, fieldset{border:0; margin:0; padding:0;}
hr {border:0;border-bottom:1px solid #ccc; margin:30px 0; padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
blockquote, q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

/* common */
img{border:0;vertical-align:top;}
a{text-decoration:none;}
.float:after{display:block;clear:both;content:""}

.imgtc {text-align:center;}