@font-face {
  font-family: 'iconfont';
  src:  url('fonts/iconfont.eot?i67sa');
  src:  url('fonts/iconfont.eot?i67sa#iefix') format('embedded-opentype'),
    url('fonts/iconfont.ttf?i67sa') format('truetype'),
    url('fonts/iconfont.woff?i67sa') format('woff'),
    url('fonts/iconfont.svg?i67sa#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-down:before {
  content: "\e900";
}
.icon-arrow-left-b:before {
  content: "\e901";
}
.icon-arrow-left:before {
  content: "\e902";
}
.icon-arrow-right-b:before {
  content: "\e903";
}
.icon-arrow-right:before {
  content: "\e904";
}
.icon-arrow-up:before {
  content: "\e905";
}
.icon-calendar:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e907";
}
.icon-double-arrow-left:before {
  content: "\e908";
}
.icon-double-arrow-right:before {
  content: "\e909";
}
.icon-email:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-insta:before {
  content: "\e90c";
}
.icon-kakao:before {
  content: "\e90d";
}
.icon-list:before {
  content: "\e90e";
}
.icon-map:before {
  content: "\e90f";
}
.icon-minus:before {
  content: "\e910";
}
.icon-phone:before {
  content: "\e911";
}
.icon-plus:before {
  content: "\e912";
}
.icon-volume:before {
  content: "\e913";
}
