@import url("//fonts.googleapis.com/earlyaccess/notosanskr.css");

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100dvh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.vh100 {
  height: 100dvh;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mb10-r {
    margin-bottom: 0 !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
}

.j-c {
  justify-content: center;
}

.normal {
  font-weight: normal;
}

@font-face {
  font-family: "NotoSerifKR";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "NotoSerifKR";
}

html {
  overflow: hidden;
}

body {
  margin: 0 auto;
  background: #E8E8E8;
  max-width: 1280px;
  height: 100dvh;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
}

input,
textarea,
section {
  outline: none;
  font: inherit;
}/*# sourceMappingURL=common.css.map */