@charset "utf-8";
/* User: PL Kim */

@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(fonts/NanumSquareL.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 400;
  src: url(fonts/NanumSquareR.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 500;
  src: url(fonts/NanumSquareB.otf) format('opentype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(fonts/NanumSquareEB.otf) format('opentype');
}


* { font-family: 'NanumSquare', sans-serif; }
html, body { font-family: 'NanumSquare', sans-serif; }
input[type=password] { font-family: 'NanumSquare', sans-serif; }
