@font-face {
  font-family: "iconfont"; /* Project id 2777323 */
  src: url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-right:before {
  content: "\e611";
}

.icon-plus:before {
  content: "\e602";
}

.icon-eye:before {
  content: "\e664";
}

.icon-close:before {
  content: "\e601";
}

.icon-search:before {
  content: "\e617";
}

.icon-arrow:before {
  content: "\e600";
}

.icon-notice:before {
  content: "\e614";
}

.icon-left:before {
  content: "\e606";
}

.icon-right:before {
  content: "\e616";
}

.icon-down:before {
  content: "\e607";
}

.icon-up:before {
  content: "\e615";
}

