@font-face {
  font-family: 'icon-font';
  src:  url('fonts/icon-font.eot?gnbbeb');
  src:  url('fonts/icon-font.eot?gnbbeb#iefix') format('embedded-opentype'),
    url('fonts/icon-font.ttf?gnbbeb') format('truetype'),
    url('fonts/icon-font.woff?gnbbeb') format('woff'),
    url('fonts/icon-font.svg?gnbbeb#icon-font') 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: 'icon-font' !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-home:before {
  content: "\e1011";
}
.icon-ok:before {
  content: "\e1010";
}
.icon-album_list:before {
  content: "\e1000";
}
.icon-branch:before {
  content: "\e1001";
}
.icon-breadcrumb_home:before {
  content: "\e1002";
}
.icon-download:before {
  content: "\e1003";
}
.icon-links:before {
  content: "\e1004";
}
.icon-meaasge_A:before {
  content: "\e1005";
}
.icon-meaasge_Q:before {
  content: "\e1006";
}
.icon-message_btn:before {
  content: "\e1007";
}
.icon-new_list:before {
  content: "\e1008";
}
.icon-video:before {
  content: "\e1009";
}

