@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,200,300,400,500,600,700,800,900|Roboto:400,700,700i&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=42dot+Sans:wght@300..800&display=swap');

@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

.nanum-gothic-regular {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/font/NanumGothic-Regular.eot');
  src: url('/font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('/font/NanumGothic-Regular.woff2') format('woff2'),
       url('/font/NanumGothic-Regular.woff') format('woff'),
       url('/font/NanumGothic-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('/font/NanumGothic-Bold.eot');
  src: url('/font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('/font/NanumGothic-Bold.woff2') format('woff2'),
       url('/font/NanumGothic-Bold.woff') format('woff'),
       url('/font/NanumGothic-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('/font/NanumGothic-ExtraBold.eot');
  src: url('/font/NanumGothic-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('/font/NanumGothic-ExtraBold.woff2') format('woff2'),
       url('/font/NanumGothic-ExtraBold.woff') format('woff'),
       url('/font/NanumGothic-ExtraBold.ttf') format('truetype');
}

html, body {font-family:"Noto Sans KR",Helvetica,Arial,sans-serif; margin:0; font-size:14px; height:100%; color:#666; min-width:320px}
.eng_font {font-family: 'Montserrat', sans-serif;}
.nanum_sq {font-family:"NanumSquare", sans-serif; font-weight:normal; letter-spacing:-0.5px; }
.nanum_my {font-family: 'Nanum Myeongjo', sans-serif;}