@charset "UTF-8";
@font-face {
  font-family: 'GmarketSans';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/GmarketSansLight.eot');
  src: url('../fonts/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GmarketSansLight.woff2') format('woff2'),
       url('../fonts/GmarketSansLight.woff') format('woff'),
       url('../fonts/GmarketSansLight.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'GmarketSans';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/GmarketSansMedium.eot');
  src: url('../fonts/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GmarketSansMedium.woff2') format('woff2'),
       url('../fonts/GmarketSansMedium.woff') format('woff'),
       url('../fonts/GmarketSansMedium.ttf') format("truetype");
  font-display: swap;
} 
@font-face {
  font-family: 'GmarketSans';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/GmarketSansBold.eot');
  src: url('../fonts/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/GmarketSansBold.woff2') format('woff2'),
       url('../fonts/GmarketSansBold.woff') format('woff'),
       url('../fonts/GmarketSansBold.ttf') format("truetype");
  font-display: swap;
} 


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-family: "GmarketSans", system-ui, Apple SD Gothic Neo, Malgun Gothic, arial, sans-serif;
  color: #121517;
  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;
  outline: none;
  color: inherit;
  display: inline-block; }

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

strong {
  font-weight: 700; }

th, td {
  vertical-align: middle; }

input[type=password] {
  /*font-family: initial;*/ }

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

span, div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

textarea {
  outline: none; }

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