@charset "utf-8";

/* Link normalize CSS */
@import url(normalize.css-master/normalize.css);

/* font load */
/* @import url(Nanumsquare-master/nanumsquare.css); */
/* @import url(nanumGothicV4.css); */
/* @import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Noto+Sans+KR');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
/* @import url('https://fonts.googleapis.com/css?family=Gothic+A1|Nanum+Gothic|Noto+Sans+KR'); */
/* @import url('https://fonts.googleapis.com/css?family=Gothic+A1|Nanum+Gothic:700|Noto+Sans+KR'); */


/* base style load */
@import url(default.gb.css);
@import url(default.gb.fix.css);
@import url(mstyle.css);
@import url(mnav.css);

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


*{
	font-family: 'Nanum Gothic','Noto Sans KR',"맑은 고딕",'Malgun Gothic',dotum,sans-serif,dotum,굴림,'Spinnaker',gulim,Vertical,Arial;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -moz-font-feature-settings:"liga", "kern";
    font-weight:normal;letter-spacing:-1px;
}

*{margin:0;padding:0}


