/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
*::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background: #eeeeee;
  border-radius: 15px;
}

*::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 15px;
  border: 2px solid #cecece;
  box-sizing: border-box;
}

*::-webkit-scrollbar-thumb:hover {
  background: #111;
}

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, small, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; /*font: inherit;*/ /* vertical-align: baseline; */
  word-break: break-all;
}

@media (max-width: 760px) {
  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, small, 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 {
    font-size: 12px;
    letter-spacing: -0.025em;
  }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.34;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 760px) {
  html, body {
    font-weight: normal;
  }
}
header, footer, section, article, div, table, ul, ol, a, button, form, input, select, textarea, em, i, p, dl, dt, dd, span, strong {
  font-family: "Pretendard", sans-serif;
}

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

table caption {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

ul, ol {
  list-style: none;
}

form, fieldset, img {
  border: 0;
}

button {
  cursor: pointer;
  background: none;
}

a {
  color: #050505;
  font-size: inherit;
  text-decoration: none; /* transition:all ease-in-out .3s; */
}

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

input, select, textarea, button {
  color: #333;
  font-size: inherit;
  border: 0;
  font-family: "Pretendard", sans-serif;
}

textarea {
  width: 100%;
  resize: none;
}

textarea[readonly] {
  cursor: default;
}

iframe {
  width: 100%; /*height:auto;*/
  border: 0;
}

a, button, label {
  cursor: pointer;
}

strong, b, th {
  font-weight: 600;
}

@media (max-width: 760px) {
  strong, b, th {
    font-weight: bold;
  }
}
.clear:after {
  display: block;
  content: "";
  clear: both;
}

input,
select,
textarea {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*# sourceMappingURL=maps/reset.css.map */
