@charset "euc-kr";
/* CSS Document */

/* Font 
=======================================================================*/
/* 
@font-face { font-family: NanumWeb; 
						 font-weight: normal; font-style: normal; 
						 src: url('../font/NanumGothic-Regular.eot'); 
						 src: url('../font/NanumGothic-Regular.eot?#iefix') 
						 format('embedded-opentype'), url('../font/NanumGothic-Regular.woff') format('woff'), 
						 url('../font/NanumGothic-Regular.ttf') format('truetype'); }
						 
@font-face { font-family: NanumWeb; 
						 font-weight: bold; font-style: normal; 
						 src: url('../font/NanumGothic-Bold.eot'); 
						 src: url('../font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'), 
						 url('../font/NanumGothic-Bold.woff') format('woff'), 
						 url('../font/NanumGothic-Bold.ttf') format('truetype'); }
*/						 
/* Webfont: ../font/MalgunGothicRegular */
@font-face {
    font-family: 'MalgunGothic';
    src: url('../font/MalgunGothicRegular.eot'); /* IE9 Compat Modes */
    src: url('../font/MalgunGothicRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/MalgunGothicRegular.woff') format('woff'), /* Modern Browsers */
         url('../font/MalgunGothicRegular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../font/MalgunGothicRegular.svg#../font/MalgunGothicRegular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
						 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);