
/* 초기화 */
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, button, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,  article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-family: "NotoSansKR-Bold"; /* 기본 폰트 */
  line-height: 1.3;
  vertical-align: baseline;
  box-sizing: border-box;
  border: none;
  outline: none;
}

table, tr, th, td {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  text-align: center;
  word-break: break-all;
  margin: 0 auto;
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
table tbody tr td {
  border: 2px solid #cdc3b5;
  font-family: "NotoSansKR-Medium";
  font-size: 42px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  box-sizing: border-box;
} 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  color: inherit;
  text-decoration: none;
}
caption, legend {
  display: none;
}
button {
  margin: 0;
  padding: 0;
  color: none;
  border: none;
  outline: none;
  background: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}