/*web font*/
@font-face {
	font-family:'noto-thin';
    src:url('/fonts/NotoSansKR-Thin.eot');
    src:url('/fonts/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),url('/fonts/NotoSansKR-Thin.woff') format('woff'),url('/fonts/NotoSansKR-Thin.ttf') format('truetype'),url('/fonts/NotoSansKR-Thin.eot.svg#NotoSansKR-Light') format('svg');
    font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'noto-light';
    src:url('/fonts/NotoSansKR-Light.eot');
    src:url('/fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),url('/fonts/NotoSansKR-Light.woff') format('woff'),url('/fonts/NotoSansKR-Light.ttf') format('truetype'),url('/fonts/NotoSansKR-Light.eot.svg#NotoSansKR-Light') format('svg');
    font-weight:normal;
	font-style:normal;
}
@font-face{
    font-family:'noto-r';
    src:url('/fonts/notokr-regular.eot');
    src:url('/fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-regular.woff') format('woff'),url('/fonts/notokr-regular.ttf') format('truetype'),url('/fonts/notokr-regular.svg#notokr-regular') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-m';
    src:url('/fonts/notokr-medium.eot');
    src:url('/fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-medium.woff') format('woff'),url('/fonts/notokr-medium.ttf') format('truetype'),url('/fonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face{
    font-family:'noto-b';
    src:url('/fonts/notokr-bold.eot');
    src:url('/fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),url('/fonts/notokr-bold.woff') format('woff'),url('/fonts/notokr-bold.ttf') format('truetype'),url('/fonts/notokr-bold.svg#notokr-bold') format('svg');
    font-weight:normal;font-style:normal;
}
@font-face {
   font-family: 'noto-black';
   font-style: normal;
   font-weight: 900;
	src:url('/fonts/NotoSansKR-Black.eot');
    src:url('/fonts/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),url('/fonts/NotoSansKR-Black.woff') format('woff'),url('/fonts/NotoSansKR-Black.ttf') format('truetype'),url('/fonts/NotoSansKR-Black.eot.svg#NotoSansKR-Black') format('svg');
    font-weight:normal;
	font-style:normal;
 }

/*폰트두께*/
.noto-thin {
    font-family:'noto-thin';
}
.noto-light {
    font-family:'noto-light';
}
.noto-r {
    font-family: 'noto-r';
}

.noto-m {
    font-family: 'noto-m';
}

.noto-b {
    font-family: 'noto-b';
}

.noto-black {
   font-family: 'noto-black';
}