body{
	font-family: score-r, 'Noto Sans KR', Roboto, 나눔고딕, 'Nanum Gothic', Nanumbarungothic,arial,verdana,sans-serif !important;
	/* color: #fff; */
}

.score-r{font-family: 'score-r' !important}
.score-l{font-family: 'score-l' !important}
.score-m{font-family: 'score-m' !important}
.score-b{font-family: 'score-b' !important}
.score-bb{font-family: 'score-bb' !important}

@font-face {font-family: 'score-r'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'score-l'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'score-m'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'score-b'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face {font-family: 'score-bb'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal;}


.text-05{font-size: 12px;}
.text-bottom{font-size: 11px; margin-top: 2px;}

.container{max-width: 1000px !important;}
.right-width{width: 100%}
@media (min-width: 768px) {
	.right-width{width: 440px}
	.left-wrapper{width: 440px}
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
		display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
}

.bg-overlay {opacity: 0; visibility: hidden; -webkit-transition: opacity .1s,visibility .3s; transition: opacity .3s,visibility .3s;}
/* .bg-overlay {opacity: 1; visibility: visible; -webkit-transition: opacity .1s,visibility .3s; transition: opacity .3s,visibility .3s;} */
body.overlay-on .bg-overlay {opacity:1; visibility:visible;}