/* 한글 폰트 로드 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* font-family:Pretendard, -apple-system; */
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'ForsTrialRegular';
    src: url('../font/ForsTrialRegular.eot');
    src: local('ForsTrialRegular'), local('ForsTrialRegular'),
        url('../font/ForsTrialRegular.eot?#iefix') format('embedded-opentype'),        
        url('../font/ForsTrialRegular.woff') format('woff'), 
        url('../font/ForsTrialRegular.ttf') format('truetype'),
        url('../font/ForsTrialRegular.svg#Cera-Pro-Regular') format('svg');    
}
@font-face {
    font-family: 'ForsTrialThin';
    src: url('../font/ForsTrialThin.eot');
    src: local('ForsTrialThin'), local('ForsTrialThin'),
        url('../font/ForsTrialThin.eot?#iefix') format('embedded-opentype'),        
        url('../font/ForsTrialThin.woff') format('woff'), 
        url('../font/ForsTrialThin.ttf') format('truetype'),
        url('../font/ForsTrialThin.svg#ForsTrialThin') format('svg');    
}
@font-face {
    font-family: 'ForsTrialBold';
    src: url('../font/ForsTrialBold.eot');
    src: local('ForsTrialBold'), local('ForsTrialBold'),
        url('../font/ForsTrialBold.eot?#iefix') format('embedded-opentype'),        
        url('../font/ForsTrialBold.woff') format('woff'), 
        url('../font/ForsTrialBold.ttf') format('truetype'),
        url('../font/ForsTrialBold.svg#ForsTrialBold') format('svg');    
}
@font-face {
    font-family: 'PPNeueMontreal-Medium';
    src: url('../font/PPNeueMontreal-Medium.eot');
    src: local('PPNeueMontreal-Medium'), local('PPNeueMontreal-Medium'),
        url('../font/PPNeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),        
        url('../font/PPNeueMontreal-Medium.woff') format('woff'), 
        url('../font/PPNeueMontreal-Medium.ttf') format('truetype'),
        url('../font/PPNeueMontreal-Medium.svg#PPNeueMontreal-Medium') format('svg');    
}

/* @font-face {
    font-family: 'ForsTrialThin';
    src: url('ForsTrialThin.eot');
    src: local('ForsTrialThin'), local('ForsTrialThin'),
        url('ForsTrialThin.eot?#iefix') format('embedded-opentype'),        
        url('.ForsTrialThin.woff') format('woff'), 
         url('ForsTrialThin.ttf') format('truetype'),
        url('ForsTrialThin.svg#ForsTrialThin') format('svg');    
} */