@font-face {
  font-family: "GL";
  src: url("../fonts/Gilroy-Light-11.otf");
}
@font-face {
  font-family: "GR";
  src: url("../fonts/gilroy-regular-3.otf");
}
@font-face {
  font-family: "MR";
  src: url("../fonts/MiSans-Regular.ttf");
}
@font-face {
  font-family: "MN";
  src: url("../fonts/MiSans-Normal.ttf");
}
@font-face {
  font-family: "ML";
  src: url("../fonts/MiSans-Light.ttf");
}
@font-face {
  font-family: "MM";
  src: url("../fonts/MiSans-Medium.ttf");
}
@font-face {
  font-family: "MD";
  src: url("../fonts/MiSans-Demibold.ttf");
}
@font-face {
  font-family: "MB";
  src: url("../fonts/MiSans-Bold.ttf");
}
@font-face {
  font-family: "MS";
  src: url("../fonts/MiSans-Semibold.ttf");
}
.tc {
  text-align: center;
}

.jcc {
  justify-content: center;
}

.wrapper {
  width: 90vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=common.css.map */