@charset "utf-8";

@font-face {
    font-family: 'Noto';
    font-weight:100; /*thin*/ 
    font-style:normal;
    src: url('../font/NotoSansKR-Thin.otf') format('opentype')
}
@font-face {
    font-family: 'Noto';
    font-weight:200; /*light*/ 
    font-style:normal;
    src: url('../font/NotoSansKR-Light.otf') format('opentype')
}
@font-face {
    font-family: 'Noto';
    font-weight:300; /*regular*/
    font-style:normal;
    src: url('../font/NotoSansKR-Regular.otf') format('opentype')
}
@font-face {
    font-family: 'Noto';
    font-weight:400; /*medium*/
    font-style:normal;
    src: url('../font/NotoSansKR-Medium.otf') format('opentype')
}
@font-face {
    font-family: 'Noto';
    font-weight:500; /*bold*/
    font-style:normal;
    src: url('../font/NotoSansKR-Bold.otf') format('opentype')
}
@font-face {
    font-family: 'Noto';
    font-weight:600; /*black*/
    font-style:normal;
    src: url('../font/NotoSansKR-Black.otf') format('opentype')
}
body {font-family: 'Noto', sans-serif; font-weight:300; background:#f1f5f8;}

