@charset "utf-8";
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reset margins */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
  margin: 0;
}

/* set up the body */
body {
  line-height: 1.5;
  min-height: 100vh;
}

/* make images */
img {
  max-width: 100%;
  display: block;
}

/* font*/
@font-face {
  font-family: "pretendard";
  src: url("./public/fonts/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "pretendard";
  src: url("./public/fonts/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

/* style */
html,
body {
  font-family: "Pretendard", "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", sans-serif;
  color: #707070;
  font-size: 14px;
  min-width: 320px;
  word-break: break-all;
}
#wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  padding: 0 20px;
  background-color: #ffffff;
}
.content {
  margin: 0 auto;
  text-align: center;
}
.etc_img {
  z-index: 1;
  position: relative;
}
.etc_img img {
  display: inline-block;
  max-width: 180px;
  width: auto;
  height: auto;
}
.txt_info {
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 20px 30px;
}
.time_info {
  font-weight: 700;
  padding: 20px 0;
  color: #242424;
  line-height: 2;
  border-top: 1px solid #d9d9d9;
}
.badge {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-size: 11px;
  line-height: 20px;
}
