@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,300,500,600|Roboto:700");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */
@import url("https://px.animaapp.com/6363da10c678637f765bb162.6363da110b9981102a50d28a.3SVBu8x.hcp.png");

@font-face {
  font-family: "NotoSans CJK KR-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans CJK KR-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansMonoCJKkr-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans CJK KR-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans CJK KR-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKkr-Light.otf") format("opentype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}
