@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Bold"), url("/static/font/Spoqa Han Sans Bold.woff2") format("woff2"), url("/static/font/Spoqa Han Sans Bold.woff") format("woff"), url("/static/font/Spoqa Han Sans Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Regular"), url("/static/font/Spoqa Han Sans Regular.woff2") format("woff2"), url("/static/font/Spoqa Han Sans Regular.woff") format("woff"), url("/static/font/Spoqa Han Sans Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Spoqa Han Sans";
  src: local("Spoqa Han Sans Light"), url("/static/font/Spoqa Han Sans Light.woff2") format("woff2"), url("/static/font/Spoqa Han Sans Light.woff") format("woff"), url("/static/font/Spoqa Han Sans Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gmarket Sans";
  src: local("GmarketSansBold"), url("/static/font/GmarketSansBold.woff2") format("woff2"), url("/static/font/GmarketSansBold.woff") format("woff"), url("/static/font/GmarketSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
* {
  box-sizing: border-box;
  font-family: "Spoqa Han Sans", sans-serif;
  font-size: 15px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

body, html {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}

html {
  -ms-overflow-style: none;
}

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;
}

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

body {
  margin: 0;
  padding: 0;
  border: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus, input:focus, button:focus {
  outline: none;
}

.wrapper {
  padding: 0 20px;
}

.title {
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
  color: #0a0c11;
  text-align: center;
  padding: 26px;
}

.middle-title {
  font-size: 18px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #0a0c11;
}

.sub-title {
  padding-bottom: 14px;
  font-weight: bold;
  color: #0a0c11;
}

.content {
  line-height: 25px;
  padding-bottom: 28px;
  color: #262a32;
}

.sub-ol, .third-ol {
  padding-left: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  padding: 3px;
}
table th {
  background: #ccc;
  text-align: center;
  border: 1px solid gray;
  font-weight: bold;
}
table td {
  border: 1px solid gray;
}

.pointer {
  cursor: pointer;
}