@font-face {
  font-family: "GmarketB";
  src: url("../font/GmarketSansTTFBold.ttf") format("truetype");
}
@font-face {
  font-family: "GmarketM";
  src: url("../font/GmarketSansTTFMedium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-Black";
  src: url("../font/NotoSansKR-Black.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-B";
  src: url("../font/NotoSansKR-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-R";
  src: url("../font/NotoSansKR-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansKR-M";
  src: url("../font/NotoSansKR-Medium.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
  text-decoration: none;
  list-style: none;
}
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-size: 8.6%;
  font-family: "NotoSansKR-R", sans-serif;
}
@media (min-width: 720px) {
  body {
    background-size: auto;
  }
}

a,
button,
input,
label {
  cursor: pointer;
}
a[aria-disabled=true],
button[aria-disabled=true],
input[aria-disabled=true],
label[aria-disabled=true] {
  cursor: not-allowed;
}
a[aria-disabled=true]:hover, a[aria-disabled=true]:focus,
button[aria-disabled=true]:hover,
button[aria-disabled=true]:focus,
input[aria-disabled=true]:hover,
input[aria-disabled=true]:focus,
label[aria-disabled=true]:hover,
label[aria-disabled=true]:focus {
  box-shadow: unset !important;
}
a::placeholder,
button::placeholder,
input::placeholder,
label::placeholder {
  color: #d3d3d3;
}

img {
  width: 100%;
  vertical-align: top;
}

.pc {
  display: block;
}

.m {
  display: none;
}

@media (max-width: 720px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
}
.-offscreen {
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/*# sourceMappingURL=common.css.map */
