@charset "utf-8";

@font-face {
  font-family: "SemiBold";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: "Bold";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Bold.ttf) format('truetype');
}

@font-face {
  font-family: "ExtraBold";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: "Light";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Light.ttf) format('truetype');
}

@font-face {
  font-family: "Medium";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Medium.ttf) format('truetype');
}

@font-face {
  font-family: "Regular";
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Regular.ttf) format('truetype');
}

@font-face {
  font-family: "Gmarket1";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/GmarketSansLight.otf) format('opentype');
}

@font-face {
  font-family: "Gmarket2";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/GmarketSansMedium.otf) format('opentype');
}

@font-face {
  font-family: "Gmarket3";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/GmarketSansBold.otf) format('opentype');
}