@import "https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css";
@import "https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans&subset=korean";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans&subset=korean');

.bg-super-white { background: #f9f9f9; }
.top-50 { top: 50% }
.link:hover { background: url(/images/line.png) repeat-x left bottom; }

/* Markdown styles */
.markdown-body{
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
}
.markdown-body a {
          font-family: 'Nanum Gothic', "Noto Sans", sans-serif;
  text-decoration: none;
  color: #357edd;
}
.markdown-body .highlighter-rouge {
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
  padding: .25rem .5rem;
}
.markdown-body pre {
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
  margin: 0;
  overflow: auto;
}
.markdown-body > .highlighter-rouge,
.markdown-body > blockquote {
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
  padding: .5rem 4rem;
  margin: 2em -4rem;
}
.markdown-body > hr {
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
  margin: 2em -4rem;
  border: 0;
  border-bottom: 1px dotted #CCC;
}
.markdown-body blockquote {
          font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
  background: #f9f9f9;
  border-left: .2rem solid #ccc;
  padding-left: 3.8rem;
}
/* end Markdown styles */
.sans-serif {
        font-family: 'Nanum Gothic',"Noto Sans", sans-serif;
/* font-family: "Noto Sans", sans-serif; */
}
.f1 {
    font-size: 1.5rem;
}
