@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

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, input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  min-width: 320px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #555;
  font-family: NanumBarunGothic;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #212121;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #212121;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/* text 생략 */
.ellipsis {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.clamp2 {
  white-space: normal;
  line-height: 1.2;
  height: 2.4em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btnCenterBox {
  text-align: center;
}

.btnLeftBox {
  text-align: left;
}

.btnRightBox {
  text-align: right;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.abso {
  position: absolute !important;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  font-family: NanumBarunGothic;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

/* IR */
legend,
caption,
.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

caption {
  position: relative;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

/* inline-block 스페이스바 삭제 */
.wordSpacingClear {
  word-spacing: -4px;
}
.wordSpacingClear a,
.wordSpacingClear span {
  word-spacing: normal;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.mn {
  margin: 0 !important;
}

.mt45 {
  margin-top: 2.8125rem;
}

button, a, input {
  outline: none;
}

a {
  cursor: pointer;
}

/*# sourceMappingURL=reset.css.map */
