@charset "UTF-8"; 
/************* Common *************/
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NanumMyeongjo-Regular.eot);
  src: url(fonts/NanumMyeongjo-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-Regular.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-Regular.woff) format('woff'),
       url(fonts/NanumMyeongjo-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NanumMyeongjo-Bold.eot);
  src: url(fonts/NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-Bold.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-Bold.woff) format('woff'),
       url(fonts/NanumMyeongjo-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NanumMyeongjo-ExtraBold.eot);
  src: url(fonts/NanumMyeongjo-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(fonts/NanumMyeongjo-ExtraBold.woff2) format('woff2'),
       url(fonts/NanumMyeongjo-ExtraBold.woff) format('woff'),
       url(fonts/NanumMyeongjo-ExtraBold.ttf) format('truetype');
}

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

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

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

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

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

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

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