@charset "UTF-8";
/* 폰트깨져서 추가 시작20210727 */
@font-face {
  /* font-family: "NanumSquare";
  src: url("../fonts/NanumSquareR.woff") format("woff"); */
  font-family: "NanumSquareRound";
  src: url("../fonts/NanumSquareRoundR.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  /* font-family: "NanumSquare";
  src: url("../fonts/NanumSquareB.woff") format("woff"); */
  font-family: "NanumSquareRound";
  src: url("../fonts/NanumSquareRoundB.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  /* font-family: "NanumSquare";
  src: url("../fonts/NanumSquareEB.woff") format("woff"); */
  font-family: "NanumSquareRound";
  src: url("../fonts/NanumSquareRoundEB.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
/* 폰트깨져서 추가 끝 20210727 */

@font-face {
  font-family: "GyeonggiTitle";
  src: url("../fonts/GyeonggiTitle-L.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "GyeonggiTitle";
  src: url("../fonts/GyeonggiTitle-M.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "GyeonggiTitle";
  src: url("../fonts/GyeonggiTitle-B.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
/* 폰트깨져서 추가 20210727 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  font-size: 99%;
  /* font-family: "NanumSquare", "GyeonggiTitle", sans-serif; */
  font-family: "NanumSquareRound", sans-serif;
  color: #171717;
  vertical-align: baseline;
  /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */ }

html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  /* 한글 기준은 1.2 */ }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block; }

i {
  display: inline-block;
  vertical-align: middle; }

strong, b {
  font-weight: 700;
  color: inherit; }
/* 폰트깨져서 추가 20210727 */
th, td {
  vertical-align: middle;
  font-family: NanumSquareRound; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* 폰트깨져서 추가 20210727 */
span, div, a {
  /* font-family: inherit; */
  font-family: NanumSquareRound;
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

input {
  outline: none; }

select::-ms-expand {
  display: none; }
/* 폰트깨져서 추가 20210727 */
h4, p, select, input, textarea, li, u, b, strong {
	font-family: NanumSquareRound;
}
/*# sourceMappingURL=reset.css.map */