/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* ����������������������������������������������Web Font ���������������������������������������������������������� */

@font-face {
    font-family: 'Nanum Gothic';
    src: url('/font/NanumGothic-Regular.eot');
    src: url('/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('/font/NanumGothic-Regular.woff2') format('woff2'),
         url('/font/NanumGothic-Regular.woff') format('woff'),
         url('/font/NanumGothic-Regular.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-regular.eot');
    src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-regular.woff2') format('woff2'),
         url('/font/notokr-regular.woff') format('woff'),
         url('/font/notokr-regular.ttf') format('truetype'),
         url('/font/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-medium.eot');
    src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-medium.woff2') format('woff2'),
         url('/font/notokr-medium.woff') format('woff'),
         url('/font/notokr-medium.ttf') format('truetype'),
         url('/font/notokr-medium.svg#notokr-medium') format('svg');
   /* font-weight: 500;*/
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-bold.eot');
    src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-bold.woff2') format('woff2'),
         url('/font/notokr-bold.woff') format('woff'),
         url('/font/notokr-bold.ttf') format('truetype'),
         url('/font/notokr-bold.svg#notokr-bold') format('svg');
    /*font-weight: 700;*/
    font-style: normal;
}

@font-face {
    font-family: 'Noto bold';
    src: url('/font/notokr-bold.eot');
    src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-bold.woff2') format('woff2'),
         url('/font/notokr-bold.woff') format('woff'),
         url('/font/notokr-bold.ttf') format('truetype'),
         url('/font/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: 500;
    font-style: normal;
}


/*  font-family: 'Noto Sans KR','Nanum Gothic', '�������', dotum,"����",sans-serif;  */

.text-center{text-align:center}
