﻿ @font-face {
	font-family: 'oneBold';
	font-style: normal;
	src: url("/font/ONEMobileBold.ttf") format('truetype');
}


 @font-face {
	font-family: 'oneRegular';
	font-style: normal;
	src: url("/font/ONEMobileRegular.ttf") format('truetype');
}

 @font-face {
	font-family: 'oneLight';
	font-style: normal;
	src: url("/font/ONEMobileLight.ttf") format('truetype');
}

.f_OB{font-family:'oneBold';}
.f_OR{font-family:'oneRegular';}
.f_OL{font-family:'oneLight';}




@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}







*,html,body,div,button,p,span,ul,li,a{font-family:'Roboto','Pretendard', sans-serif;}

