@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");


@font-face {
  font-family: "Gmarket Sans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GmarketSansMedium.otf") format("opentype");
}
@font-face {
  font-family: "Gmarket Sans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GmarketSansBold.otf") format("opentype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Spoqa Han Sans Neo Regular.otf") format("opentype");
}
@font-face {
  font-family: "Spoqa Han Sans Neo-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Spoqa Han Sans Neo Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK KR-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK KR-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKkr-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK KR-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKkr-Medium.otf") format("opentype");
}

/* 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/61712595fc9d878417c9fc9a.61712596fc9d878417c9fc9d.lSWsAyl.hcp.png");

.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;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}
