/* update : 2025-12-12 09:40 */

/* Redmine 기본 CSS 파일 */
@import url("/assets/application-33e739e5.css"); 


@font-face {
    font-family: 's-core-dream-thin';
    src: url("/assets/themes/nova/scdream1-5f635192.woff2") format('woff2'),
         url("/assets/themes/nova/scdream1-97d1c078.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-extralight';
    src: url("/assets/themes/nova/scdream2-fa110332.woff2") format('woff2'),
         url("/assets/themes/nova/scdream2-e2f14d33.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-light';
    src: url("/assets/themes/nova/scdream3-53cfa3fd.woff2") format('woff2'),
         url("/assets/themes/nova/scdream3-f25f342a.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-regular';
    src: url("/assets/themes/nova/scdream4-95c2aa00.woff2") format('woff2'),
         url("/assets/themes/nova/scdream4-d37422ce.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-medium';
    src: url("/assets/themes/nova/scdream5-aae8f899.woff2") format('woff2'),
         url("/assets/themes/nova/scdream5-69d7c89b.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-bold';
    src: url("/assets/themes/nova/scdream6-a69c0c1b.woff2") format('woff2'),
         url("/assets/themes/nova/scdream6-0739710d.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-extrabold';
    src: url("/assets/themes/nova/scdream7-7f99a005.woff2") format('woff2'),
         url("/assets/themes/nova/scdream7-3df64964.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-heavy';
    src: url("/assets/themes/nova/scdream8-acfd404d.woff2") format('woff2'),
         url("/assets/themes/nova/scdream8-7899844d.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 's-core-dream-black';
    src: url("/assets/themes/nova/scdream9-8360a341.woff2") format('woff2'),
         url("/assets/themes/nova/scdream9-2b3b8627.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --fonts-main: "s-core-dream-regular", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", Verdana, Arial, 돋움, Dotum, "Noto Sans", sans-serif;
}

#header {
  background: #141f30;
  color: #8c9cb3;
}

#header.h1 {
  color: #8c9cb3;
}

/* 일감 내용 배경색 */
div.issue {
  background: #FFFFFF
}

