@charset "utf-8";

* {font-family:'Noto Sans KR'; }
html * {font-family:'Noto Sans KR'; }


/* * Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; 
	src: url(/font/NotoSansKR-Light.woff2) format('woff2'), 
	url(/font/NotoSansKR-Light.woff) format('woff'), 
	url(/font/NotoSansKR-Light.otf) format('opentype'); } 
	
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; 
	src: url(/font/NotoSansKR-Regular.woff2) format('woff2'), 
	url(/font/NotoSansKR-Regular.woff) format('woff'), 
	url(/font/NotoSansKR-Regular.otf) format('opentype'); }

@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 500; 
	src: url(/font/NotoSansKR-Medium.woff2) format('woff2'), 
	url(/font/NotoSansKR-Medium.woff) format('woff'), 
	url(/font/NotoSansKR-Medium.otf) format('opentype'); }
	
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; 
	src: url(/font/NotoSansKR-Bold.woff2) format('woff2'), 
	url(/font/NotoSansKR-Bold.woff) format('woff'), 
	url(/font/NotoSansKR-Bold.otf) format('opentype'); }

@font-face { font-family: 'LotteMartDream-M'; font-style: normal; font-weight: 400; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff'); } @font-face { font-family: 'LotteMartDream-B'; font-style: normal; font-weight: 700; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff'); } @font-face { font-family: 'LotteMartDream-L'; font-style: normal; font-weight: 300; src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff'); } .lottemartdream * { font-family: 'LotteMartDream', sans-serif; }

/*@font-face {
    font-family: 'nanum-square-r';
    src: url('/font/nanumsquarer.eot');
    src: url('/font/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumsquarer.woff2') format('woff2'),
         url('/font/nanumsquarer.woff') format('woff'),
         url('/font/nanumsquarer.ttf') format('truetype'),
         url('/font/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nanum-square-b';
    src: url('/font/nanumsquareb.eot');
    src: url('/font/nanumsquareb.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumsquareb.woff2') format('woff2'),
         url('/font/nanumsquareb.woff') format('woff'),
         url('/font/nanumsquareb.ttf') format('truetype'),
         url('/font/nanumsquareb.svg#nanumsquarebregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {font-family:'nanum-square-r'; }
html * {font-family:'nanum-square-r'; }*/