@font-face {
    font-family: 'notokr-regular';
    src: url('/css/webfonts/notokr-regular.eot');
    src: url('/css/webfonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
        url('/css/webfonts/notokr-regular.woff2') format('woff2'),
        url('/css/webfonts/notokr-regular.woff') format('woff'),
        url('/css/webfonts/notokr-regular.ttf') format('truetype'),
        url('/css/webfonts/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-medium';
    src: url('/css/webfonts/notokr-medium.eot');
    src: url('/css/webfonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
        url('/css/webfonts/notokr-medium.woff2') format('woff2'),
        url('/css/webfonts/notokr-medium.woff') format('woff'),
        url('/css/webfonts/notokr-medium.ttf') format('truetype'),
        url('/css/webfonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-bold';
    src: url('/css/webfonts/notokr-bold.eot');
    src: url('/css/webfonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
        url('/css/webfonts/notokr-bold.woff2') format('woff2'),
        url('/css/webfonts/notokr-bold.woff') format('woff'),
        url('/css/webfonts/notokr-bold.ttf') format('truetype'),
        url('/css/webfonts/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-light';
    src: url('/css/webfonts/notokr-light.eot');
    src: url('/css/webfonts/notokr-light.eot?#iefix') format('embedded-opentype'),
        url('/css/webfonts/notokr-light.woff2') format('woff2'),
        url('/css/webfonts/notokr-light.woff') format('woff'),
        url('/css/webfonts/notokr-light.ttf') format('truetype'),
        url('/css/webfonts/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-demilight';
    src: url('/css/webfonts/notokr-demilight.eot');
    src: url('/css/webfonts/notokr-demilight.eot?#iefix') format('embedded-opentype'),
        url('/css/webfonts/notokr-demilight.woff2') format('woff2'),
        url('/css/webfonts/notokr-demilight.woff') format('woff'),
        url('/css/webfonts/notokr-demilight.ttf') format('truetype'),
        url('/css/webfonts/notokr-demilight.svg#notokr-demilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-thin';
    src: url('/css/webfonts/notokr-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-semibold';
    src: url('/css/webfonts/notokr-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexon-lv2';
    src: url('/css/webfonts/NEXON-Lv2-Gothic.eot');
    src: url('/css/webfonts/NEXON-Lv2-Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexon-lv2-light';
    src: url('/css/webfonts/NEXON-Lv2-Gothic-Light.eot');
    src: url('/css/webfonts/NEXON-Lv2-Gothic-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexon-lv2-bold';
    src: url('/css/webfonts/NEXON-Lv2-Gothic-Bold.eot');
    src: url('/css/webfonts/NEXON-Lv2-Gothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'custom_icon';
    src:  url('/css/webfonts/custom_icon.eot?58xle');
    src:  url('/css/webfonts/custom_icon.eot?58xle#iefix') format('embedded-opentype'),
    url('/css/webfonts/custom_icon.ttf?58xle') format('truetype'),
    url('/css/webfonts/custom_icon.woff?58xle') format('woff'),
    url('/css/webfonts/custom_icon.svg?58xle#custom_icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'custom_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-parking:before {
    content: "\e901";
    font-size: 41px;
}
.icon-noparking:before {
    content: "\e900";
    font-size: 25px;
}
.icon-count:before {
    content: "\e902";
    font-size: 36px;
}
.icon-plate:before {
    content: "\e903";
    font-size: 36px;
}
