@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/assets/fonts/NanumBarunGothic.eot');
    src: url('/assets/fonts/NanumBarunGothic.eot') format('embedded-opentype'),
    url('/assets/fonts/NanumBarunGothic.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

/* * {
    font-family: 'NanumBarunGothic', 'serif';
    font-size: 10pt;
} */
* {
    font-family: 'Pretendard Variable', 'serif';
    font-size: 10pt;
}

/* 배경색 */
.b_orange_red {
    background-color: #FF4500 !important;
    color: #fff !important;
}
.b_gold {
    background-color: #FFD700 !important;
    color: #000 !important;
}
.b_olive {
    background-color: #808000 !important;
    color: #fff !important;
}



/* 폰트색 */
.txt_orange_red {
    color: #FF4500 !important;
}
.txt_gold {
    color: #FFD700 !important;
}
.txt_olive {
    color: #808000 !important;
}

