@font-face {
  font-family: 'NanumSquare';
  src: url(../public/NanumSquareR.woff);
}

@font-face {
  font-family: 'NanumSquareB';
  src: url(../public/NanumSquareB.woff);
}

html {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  min-width: 1000px;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  overflow-x: hidden;
  font-family: 'NanumSquare';
  font-size: 1.5em;
}

#wrap {
  min-height: 100vh;
  height: 100%;
  position: relative;
  width: 100%;
}

footer {
  width: 100%;
  height: 9em;
  bottom: 0px;
  position: absolute;
  background-color: #eee;
}

section {
  padding-bottom: 9em;
  margin-bottom: 4em;
}

.footerSection {
  padding-top: 1em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: #555;
}

.footerBox {
  width: 40%;
  font-size: 0.8em;
  line-height: 70%;
}

.mainBox {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.errinfo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50vh;
}