@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  font-size: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", "돋움", tahoma, verdana;
  text-decoration: none;
  line-height: normal;
  box-sizing: border-box;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

.clearfix {
  *zoom: 1;
  overflow: hidden;
  height: 1%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

p,
a,
span {
  margin: 0;
}

dl,
ol,
ul {
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

/* Active & Select & Hide & Hidden */
.hidden {
  display: none !important;
}

body {
  width: 100%;
  height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-flex {
  display: flex;
  justify-content: space-between;
}

.wrap-flex-start {
  display: flex;
  justify-content: start;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-bottom {
  align-items: flex-end;
}/*# sourceMappingURL=init.css.map */