@charset "utf-8";
/* CSS Document */
/* Web Font Nanum Gothic */
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 400;
  src: url('../font/nanum-gothic-regular.eot');
  src: local('NanumGothic'),
       url('../font/nanum-gothic-regular.eot?#iefix') format('embedded-opentype'),
       url('../font/nanum-gothic-regular.woff2') format('woff2'),
       url('../font/nanum-gothic-regular.woff') format('woff'),
       url('../font/nanum-gothic-regular.ttf') format('truetype'),
       url('../font/nanum-gothic-regular.svg#NanumGothic') format('svg');
}
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 700;
  src: url('../font/nanum-gothic-700.eot');
  src: local('NanumGothic Bold'), local('NanumGothic-Bold'),
       url('../font/nanum-gothic-700.eot?#iefix') format('embedded-opentype'),
       url('../font/nanum-gothic-700.woff2') format('woff2'),
       url('../font/nanum-gothic-700.woff') format('woff'),
       url('../font/nanum-gothic-700.ttf') format('truetype'),
       url('../font/nanum-gothic-700.svg#NanumGothic') format('svg');
}
@font-face {
  font-family: 'ng';
  font-style: normal;
  font-weight: 800;
  src: url('../font/nanum-gothic-800.eot');
  src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),
       url('../font/nanum-gothic-800.eot?#iefix') format('embedded-opentype'),
       url('../font/nanum-gothic-800.woff2') format('woff2'),
       url('../font/nanum-gothic-800.woff') format('woff'),
       url('../font/nanum-gothic-800.ttf') format('truetype'),
       url('../font/nanum-gothic-800.svg#NanumGothic') format('svg');
}

/* Web Font poppins */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../font/poppins-v19-latin-300.eot');
  src: local(''),
       url('../font/poppins-v19-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-300.woff2') format('woff2'),
       url('../font/poppins-v19-latin-300.woff') format('woff'),
       url('../font/poppins-v19-latin-300.ttf') format('truetype'),
       url('../font/poppins-v19-latin-300.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../font/poppins-v19-latin-regular.eot');
  src: local(''),
       url('../font/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-regular.woff2') format('woff2'),
       url('../font/poppins-v19-latin-regular.woff') format('woff'),
       url('../font/poppins-v19-latin-regular.ttf') format('truetype'),
       url('../font/poppins-v19-latin-regular.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../font/poppins-v19-latin-600.eot');
  src: local(''),
       url('../font/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-600.woff2') format('woff2'),
       url('../font/poppins-v19-latin-600.woff') format('woff'),
       url('../font/poppins-v19-latin-600.ttf') format('truetype'),
       url('../font/poppins-v19-latin-600.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../font/poppins-v19-latin-700.eot');
  src: local(''),
       url('../font/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-700.woff2') format('woff2'),
       url('../font/poppins-v19-latin-700.woff') format('woff'),
       url('../font/poppins-v19-latin-700.ttf') format('truetype'),
       url('../font/poppins-v19-latin-700.svg#Poppins') format('svg');
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../font/poppins-v19-latin-800.eot');
  src: local(''),
       url('../font/poppins-v19-latin-800.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-800.woff2') format('woff2'),
       url('../font/poppins-v19-latin-800.woff') format('woff'),
       url('../font/poppins-v19-latin-800.ttf') format('truetype'),
       url('../font/poppins-v19-latin-800.svg#Poppins') format('svg');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../font/poppins-v19-latin-900.eot');
  src: local(''),
       url('../font/poppins-v19-latin-900.eot?#iefix') format('embedded-opentype'),
       url('../font/poppins-v19-latin-900.woff2') format('woff2'),
       url('../font/poppins-v19-latin-900.woff') format('woff'),
       url('../font/poppins-v19-latin-900.ttf') format('truetype'),
       url('../font/poppins-v19-latin-900.svg#Poppins') format('svg');
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../font/roboto-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../font/roboto-500.eot?#iefix') format('embedded-opentype'),
       url('../font/roboto-500.woff2') format('woff2'),
       url('../font/roboto-500.woff') format('woff'),
       url('../font/roboto-500.ttf') format('truetype'),
       url('../font/roboto-500.svg#Roboto') format('svg');
}


