@charset "utf-8";

@import url(denall/font.css);

* {margin: 0; padding: 0; box-sizing: border-box;}
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;
}
html, body { font-size: 1rem; font-family: 'Pretendard'; font-weight: normal; color: #000;}
input, textarea, button{ outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, main, section, caption {display: block;}
input,select,textarea,button  { font-family: inherit; }
ul, ol {list-style-type: none;}
blockquote, q {quotes: none;}
a {text-decoration: none; color: inherit;}
table {border-collapse: collapse; border-spacing: 0;}
colgroup {display: table-column-group;}
col {display: table-column;}
em {font-style: italic;}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  cursor:pointer;

  background: transparent;

  color: inherit;
  font: inherit;

  line-height: normal;

  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

  -webkit-appearance: none;
}

button::-moz-focus-inner {border: none;padding: 0;}
button {display: block; border: none; box-shadow: none;}
button:focus, button:active {border: none;outline:0;}

.screen_out{position: absolute !important; width: 1px !important; height: 1px !important; clip: rect(0,0,0,0) !important; margin: -1px !important; overflow: hidden !important;}

/* add */
a:link, a:visited{text-decoration:none; color: #000;}
select{cursor:pointer;}
