@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?8b8cin');
    src: url('../font/icomoon.eot?8b8cin#iefix') format('embedded-opentype'),
        url('../font/icomoon.ttf?8b8cin') format('truetype'),
        url('../font/icomoon.woff?8b8cin') format('woff'),
        url('../font/icomoon.svg?8b8cin#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-pause:before {
    content: "\e907";
}

.icon-plus:before {
    content: "\e908";
}

.icon-search:before {
    content: "\e906";
}

.icon-join:before {
    content: "\e904";
}

.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-home:before {
    content: "\e905";
}

.icon-mic:before {
    content: "\e91e";
}

.icon-file-zip:before {
    content: "\e92b";
}

.icon-exit:before {
    content: "\ea14";
}

.icon-play3:before {
    content: "\ea1c";
}