@charset "UTF-8";


@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-1Thin.woff') format('woff');
     font-weight: 200;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: 700;
     font-style: normal;
}
@font-face {
     font-family: 'coreDream';
     src: url('../font/S-CoreDream-9Black.woff') format('woff');
     font-weight: 900;
     font-style: normal;
}
/* 본고딕 */
@font-face{
     font-family: 'NotoKr';
     font-weight: 200;
     src: url("../font/NotoSansCJKkr-Light.woff2") format('woff2'),
     url("../font/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 300;
     src: url("../font/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
     url("../font/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 400;
     src: url("../font/NotoSansCJKkr-Regular.woff2") format('woff2'),
     url("../font/NotoSansCJKkr-Regular.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 500;
     src: url("../font/NotoSansCJKkr-Medium.woff2") format('woff2'),
     url("../font/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 600;
     src: url("../font/NotoSansCJKkr-Bold.woff2") format('woff2'),
     url("../font/NotoSansCJKkr-Bold.woff") format('woff');
}
@font-face{
     font-family: 'NotoKr';
     font-weight: 900;
     src: url("../font/NotoSansCJKkr-Black.woff") format('woff');
}
