@font-face {
    font-family: 'lotteDream';
    font-style: medium;
    font-weight: 300;
    src: local(※),
    url(/resources/fonts/lotteDreamLight.eot),
    url(/resources/fonts/lotteDreamLight.eot?#iefix) format('embedded-opentype'),
    url(/resources/fonts/lotteDreamLight.woff) format('woff'),
    url(/resources/fonts/lotteDreamLight.otf) format('opentype'),
    url(/resources/fonts/lotteDreamLight.ttf) format('truetype');
}

@font-face {
    font-family: 'lotteDream';
    font-style: medium;
    font-weight: 400;
    src: local(※), 
    url(/resources/fonts/lotteDreamMedium.eot),
    url(/resources/fonts/lotteDreamMedium.eot?#iefix) format('embedded-opentype'),
    url(/resources/fonts/lotteDreamMedium.woff) format('woff'), 
    url(/resources/fonts/lotteDreamMedium.otf) format('opentype'),
    url(/resources/fonts/lotteDreamMedium.ttf) format('truetype');

}

@font-face {
    font-family: 'lotteDream';
    font-style: bold;
    font-weight: 700;
    src:local(※), 
    url(/resources/fonts/lotteDreamBold.eot),
    url(/resources/fonts/lotteDreamBold.eot?#iefix) format('embedded-opentype'),
    url(/resources/fonts/lotteDreamBold.woff) format('woff'),
    url(/resources/fonts/lotteDreamBold.otf) format('opentype'),
    url(/resources/fonts/lotteDreamBold.ttf) format('truetype');
    
}
@font-face {
    font-family: 'Binggrae';
    font-style: bold;
    font-weight: 300;
    src:local(※),
    url(/resources/fonts/Binggrae.eot),
    url(/resources/fonts/Binggrae.eot?#iefix) format('embedded-opentype'),
    url(/resources/fonts/Binggrae.woff) format('woff'),
    url(/resources/fonts/Binggrae.otf) format('opentype'),
    url(/resources/fonts/Binggrae.ttf) format('truetype');
}



