@font-face {
  font-family: 'jung-dam-award';
  src:  url('../fonts/jung-dam-award.eot?m6v4q1');
  src:  url('../fonts/jung-dam-award.eot?m6v4q1#iefix') format('embedded-opentype'),
    url('../fonts/jung-dam-award.ttf?m6v4q1') format('truetype'),
    url('../fonts/jung-dam-award.woff?m6v4q1') format('woff'),
    url('../fonts/jung-dam-award.svg?m6v4q1#jung-dam-award') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jung-dam-award' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\41";
}
.icon-arrow-right:before {
  content: "\42";
}
.icon-arrow-bottom:before {
  content: "\43";
}
.icon-arrow-top:before {
  content: "\44";
}
.icon-search:before {
  content: "\45";
}
.icon-filter:before {
  content: "\46";
}
.icon-arrow-double-right:before {
  content: "\47";
}
.icon-copy:before {
  content: "\e92c";
}
