@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSansCJKkr-DemiLight.ttf');
	src: url('../fonts/NotoSansCJKkr-DemiLight.ttf') format('truetype'),
		url('../fonts/NotoSansCJKkr-DemiLight.eot') format('opentype'),
		url('../fonts/NotoSansCJKkr-DemiLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSansCJKkr-Regular.ttf');
	src: url('../fonts/NotoSansCJKkr-Regular.ttf') format('truetype'),
		url('../fonts/NotoSansCJKkr-Regular.eot') format('opentype'),
		url('../fonts/NotoSansCJKkr-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ONE_Mobile';
    src: url('../fonts/ONE_Mobile_OTF_Regular.ttf');
	src: url('../fonts/ONE_Mobile_OTF_Regular.ttf') format('truetype'),
		url('../fonts/ONE_Mobile_OTF_Regular.eot') format('opentype'),
		url('../fonts/ONE_Mobile_OTF_Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ONE_Mobile';
    src: url('../fonts/ONE_Mobile_Bold.ttf');
	src: url('../fonts/ONE_Mobile_Bold.ttf') format('truetype'),
		url('../fonts/ONE_Mobile_Bold.eot') format('opentype'),
		url('../fonts/ONE_Mobile_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ONE_Mobile';
    src: url('../fonts/ONE_Mobile_Title.ttf');
	src: url('../fonts/ONE_Mobile_Title.ttf') format('truetype'),
		url('../fonts/ONE_Mobile_Title.eot') format('opentype'),
		url('../fonts/ONE_Mobile_Title.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'ONE_Mobile';
    src: url('../fonts/ONE_Mobile_POP_OTF.ttf');
	src: url('../fonts/ONE_Mobile_POP_OTF.ttf') format('truetype'),
		url('../fonts/ONE_Mobile_POP_OTF.eot') format('opentype'),
		url('../fonts/ONE_Mobile_POP_OTF.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'RGB';
    src: url('../fonts/RixGoB.ttf');
	src: url('../fonts/RixGoB.ttf') format('truetype'),
		url('../fonts/RixGoB.eot') format('opentype'),
		url('../fonts/RixGoB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*
Noto  300  NotoSansCJKkr-DemiLight  
Noto  400  NotoSansCJKkr-Regular  

ONE_Mobile  400  ONE_Mobile_OTF_Regular
ONE_Mobile  700  ONE_Mobile_Bold
ONE_Mobile  800  ONE_Mobile_Title
ONE_Mobile  900  ONE_Mobile_POP_OTF

RGB  700  RixGoB

S-CoreDream  700  S-CoreDream-7ExtraBold
*/