/*넥슨 고딕 글꼴*/
@font-face {
    font-family: 'NexonLv1Gothic';
    font-weight: 300;
    font-style: normal;
    src: url('/common/font/NexonLv1GothicLight.eot');
    src: url('/common/font/NexonLv1GothicLight.eot?#iefix') format('embedded-opentype'),
         url('/common/font/NexonLv1GothicLight.woff2') format('woff2'),
         url('/common/font/NexonLv1GothicLight.woff') format('woff'),
         url('/common/font/NexonLv1GothicLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'NexonLv1Gothic';
    font-weight: 400;
    font-style: normal;
    src: url('/common/font/NexonLv1GothicRegular.eot');
    src: url('/common/font/NexonLv1GothicRegular.eot?#iefix') format('embedded-opentype'),
         url('/common/font/NexonLv1GothicRegular.woff2') format('woff2'),
         url('/common/font/NexonLv1GothicRegular.woff') format('woff'),
         url('/common/font/NexonLv1GothicRegular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'NexonLv1Gothic';
    font-weight: 700;
    font-style: normal;
    src: url('/common/font/NexonLv1GothicBold.eot');
    src: url('/common/font/NexonLv1GothicBold.eot?#iefix') format('embedded-opentype'),
         url('/common/font/NexonLv1GothicBold.woff2') format('woff2'),
         url('/common/font/NexonLv1GothicBold.woff') format('woff'),
         url('/common/font/NexonLv1GothicBold.ttf') format("truetype");
    font-display: swap;
}

