/*
  @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
*/
@font-face {
  font-family: 'NGothic';
  font-style: normal;
  font-weight: 400;
  src: url(./NanumGothic-Regular.eot);
  src: url(./NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(./NanumGothic-Regular.woff) format('woff'),
       url(./NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'NGothic';
  font-style: normal;
  font-weight: 700;
  src: url(./NanumGothic-Bold.eot);
  src: url(./NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(./NanumGothic-Bold.woff) format('woff'),
       url(./NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'NMyeongjo';
  font-style: normal;
  src: url(./NanumMyeongjo-Bold.eot);
  src: url(./NanumMyeongjo-Bold.eot?#iefix) format('embedded-opentype'),
       url(./NanumMyeongjo-Bold.woff) format('woff'),
       url(./NanumMyeongjo-Bold.ttf) format('truetype');
}
.visual figure figcaption h4,
.content-like ul > li > a,
.content-inlike ul > li > a,
.city_visual > .vimeo h2{
  font-family:'NMyeongjo', '맑은 고딕', 'malgun gothic', 'AppleGothicNeoSD', 'Apple SD 산돌고딕 Neo', sans-serif;
}