@charset "utf-8"; 
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/Roboto-Bold.woff') format('woff');
}


@font-face {
  font-family: 'RobotoSemiCondensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto_SemiCondensed-Thin.woff') format('woff');
}

@font-face {
  font-family: 'RobotoSemiCondensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto_SemiCondensed-Regular.woff') format('woff');
}

@font-face {
  font-family: 'RobotoSemiCondensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto_SemiCondensed-Medium.woff') format('woff');
}

@font-face {
  font-family: 'RobotoSemiCondensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Roboto_SemiCondensed-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'RobotoSemiCondensed';
  font-style: bold;
  font-weight: 700;
  src: url('../fonts/Roboto_SemiCondensed-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Korean Light'), local('Noto Sans Korean Light'), local('Noto Sans Korean Light');
    src: url(../fonts/NotoSans-Light.eot);
    src: url(../fonts/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
	     url(../fonts/NotoSans-Light.woff2) format('woff2'),
         url(../fonts/NotoSans-Light.woff) format('woff'),
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Korean Regular'), local('Noto Sans Korean Regular'), local('Noto Sans Korean Regular');
    src: url(../fonts/NotoSans-Regular.eot);
    src: url(../fonts/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
	     url(../fonts/NotoSans-Regular.woff2) format('woff2'),
         url(../fonts/NotoSans-Regular.woff) format('woff'),
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Korean Medium'), local('Noto Sans Korean Medium'), local('Noto Sans Korean Medium');
    src: url(../fonts/NotoSans-Medium.eot);
    src: url(../fonts/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
	     url(../fonts/NotoSans-Medium.woff2) format('woff2'),
         url(../fonts/NotoSans-Medium.woff) format('woff'),
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Korean Bold'), local('Noto Sans Korean Bold'), local('Noto Sans Korean Bold');
    src: url(../fonts/NotoSans-Bold.eot);
    src: url(../fonts/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
  	     url(../fonts/NotoSans-Bold.woff2) format('woff2'),
         url(../fonts/NotoSans-Bold.woff) format('woff'),
}