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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  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-arrow-bottom:before {
  content: "\e900";
}
.icon-arrow-left-double:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right-double:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-top:before {
  content: "\e905";
}
.icon-blog:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-facebook:before {
  content: "\e909";
}
.icon-insta:before {
  content: "\e90a";
}
.icon-kakao:before {
  content: "\e90b";
}
.icon-list:before {
  content: "\e90c";
}
.icon-minus:before {
  content: "\e90d";
}
.icon-plus:before {
  content: "\e90e";
}
.icon-sort-down:before {
  content: "\e90f";
}
.icon-sort-up:before {
  content: "\e910";
}
