// load cdn webfont
/*
 font-family: 'NanumSquare';

 font-weight: 400 -> NanumSquareR;
 font-weight: 700 -> NanumSquareB;
 font-weight: 800 -> NanumSquareEB;
 font-weight: 300 -> NanumSquareL;
*/
//@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
//@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);


// reset css
html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  font-family: 'Lato', 'Noto Sans KR', sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
a {
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
button,
.btn,
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

a,
button,
[type="submit"],
.hand {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace, 'NanumSquare'; /* Specify the font family of code elements */
}
b,
strong {
  font-weight: 700; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
input {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 0;
  border: 0;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
  vertical-align: middle;
}
button,
input {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: top;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
  vertical-align: top;
}

ul {
  list-style: none;
}
