@charset "UTF-8";

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  src: url('./fonts/NotoSansKR-Light.eot');
  src: local('NotoSansKR-Light'), 
  url('./fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'), 
  url('./fonts/NotoSansKR-Light.woff') format('woff'), 
  url('./fonts/NotoSansKR-Light.woff2') format('woff2'), 
  url('./fonts/NotoSansKR-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  src: url('./fonts/NotoSansKR-Regular.eot');
  src: local('NotoSansKR-Regular'), 
  url('./fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'), 
  url('./fonts/NotoSansKR-Regular.woff') format('woff'), 
  url('./fonts/NotoSansKR-Regular.woff2') format('woff2'), 
  url('./fonts/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 500;
    src: url('./fonts/NotoSansKR-Medium.eot');
    src: local('NotoSansKR-Medium'), 
    url('./fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/NotoSansKR-Medium.woff2') format('woff2'), 
    url('./fonts/NotoSansKR-Medium.woff') format('woff'), 
    url('./fonts/NotoSansKR-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 700;
    src: url('./fonts/NotoSansKR-Bold.eot');
    src: local('NotoSansKR-Bold'), 
    url('./fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'), 
    url('./fonts/NotoSansKR-Bold.woff2') format('woff2'), 
    url('./fonts/NotoSansKR-Bold.woff') format('woff'), 
    url('./fonts/NotoSansKR-Bold.ttf') format('truetype');
}


@font-face {
font-family: 'Lato';
font-weight: 300;
src: url('./fonts/Lato-Light.eot'); 
src: local('Lato-Light'), 
        url('./fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/Lato-Light.woff2') format('woff2'),
        url('./fonts/Lato-Light.woff') format('woff'), 
        url('./fonts/Lato-Light.ttf')  format('truetype'); 
}

@font-face {
font-family: 'Lato';
font-weight: 400;
src: url('./fonts/Lato-Regular.eot');
src: local('Lato-Regular'), 
    url('./fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/Lato-Regular.woff2') format('woff2'), 
    url('./fonts/Lato-Regular.woff') format('woff'), 
    url('./fonts/Lato-Regular.ttf')  format('truetype'); 
}

@font-face {
font-family: 'Lato';
font-weight: 500;
src: url('./fonts/Lato-Medium.eot'); 
src: local('Lato-Medium'), 
    url('./fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/Lato-Medium.woff2') format('woff2'), 
    url('./fonts/Lato-Medium.woff') format('woff'), 
    url('./fonts/Lato-Medium.ttf')  format('truetype'); 
}

@font-face {
font-family: 'Lato';
font-weight: 700;
src: url('./fonts/Lato-Bold.eot'); 
src: local('Lato-Bold'), 
        url('./fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('./fonts/Lato-Bold.woff2') format('woff2'),
        url('./fonts/Lato-Bold.woff') format('woff'), 
        url('./fonts/Lato-Bold.ttf')  format('truetype'); 
}

html, body{color:#666; font-family:'Lato', 'NotoSansKR', sans-serif;}

html{font-size: 62.5%;}

@media screen and (max-width: 450px) {
   html{font-size: 9.5px;}
}

@media screen and (max-width: 360px) {
  html{font-size: 8.5px;}
}


