@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?jbixai');
  src:  url('../font/icomoon.eot?jbixai#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?jbixai') format('truetype'),
    url('../font/icomoon.woff?jbixai') format('woff'),
    url('../font/icomoon.svg?jbixai#icomoon') 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: 'icomoon' !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_close:before {
  content: "\e900";
  color: #b3b9c6;
}
.icon-arrow_next:before {
  content: "\e901";
}
.icon-arrow_pre:before {
  content: "\e902";
}
.icon-check_term:before {
  content: "\e903";
  color: #fff;
}
.icon-exit:before {
  content: "\ea14";
}
