@charset "UTF-8";
@import url("/resources/css/fnc_css/font/font.css");
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  line-height: 24px;

  /* font-family: "SCoreDream", sans-serif; */
  /* font-family: "HancomMalangMalang", sans-serif; */
  /* font-family: "Esamanru", sans-serif; */
  font-family: "Noto Sans KR", sans-serif;
  /* font-family: "Pretendard", sans-serif; */
  /* font-family: "GmarketSans", sans-serif; */
  /* font-family: "NumnumSquare_ac", sans-serif; */
  /* font-family: "NumnumSquare", sans-serif; */
  /* font-family: "Gowun Batang", sans-serif; */

  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  display: block;
  position: relative;
  word-break: keep-all;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}
input,
button,
select,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
}
form,
label {
  display: block;
  width: 100%;
}


