/* font */
@import url("../fonts/NEXONLv2Gothic.css");
/* default set */
@import url("base.css");
/* common*/
@import url("common.css");



/*노토산스SC*/

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 100;
  src: url(../fonts/NotoSansSC-Thin-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Thin-Alphabetic.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Thin-Alphabetic.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 300;
  src: url(../fonts/NotoSansSC-Light-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Light-Alphabetic.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Light-Alphabetic.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 400;
  src: url(../fonts/NotoSansSC-Regular-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Regular-Alphabetic.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Regular-Alphabetic.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 500;
  src: url(../fonts/NotoSansSC-Medium-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Medium-Alphabetic.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Medium-Alphabetic.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 700;
  src: url(../fonts/NotoSansSC-Bold-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Bold-Alphabetic.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Bold-Alphabetic.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansSC';
  font-weight: 900;
  src: url(../fonts/NotoSansSC-Black-Alphabetic.eot);
  src: url(../fonts/NotoSansSC-Black-Alphabetic.eot#iefix) format("embedded-opentype"), url(../fonts/NotoSansSC-Black-Alphabetic.woff) format("woff");
}