/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/* END OF RESET CSS */
a, a:link, a:hover, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}
.title {
  font-size: 14px;
  font-weight: 700;
}
.title:nth-child(n + 2) {
  margin-top: 22px;
}
.term-desc .page-link {
  display: inline-block;
  text-decoration: underline;
}
.term-desc strong {
  display: block;
  font-weight: 700;
}
.term-desc .ol-1depth {
  color: #dadfe3;
}
.term-desc .ol-1depth > li {
  list-style: decimal;
  margin-left: 14px;
}
.term-desc .ol-1depth .ul-2depth > li {
  position: relative;
  margin-left: 32px;
}
.term-desc .ol-1depth .ul-2depth > li::before {
  position: absolute;
  content: '•';
  top: 0;
  left: -14px;
}

body{
  color: #DADFE3;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.14px;
}
.title{
  font-weight: 700;
}
.ol-1depth{
}

.ol-1depth > li{
}

.ol-1depth > ol-2depth{
}

.ol-1depth > ol-2depth > li{
}

/* components */
*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-track:hover {
  cursor: all-scroll;
}
*::-webkit-scrollbar-thumb {
  background: #495057;
  border-radius: 10px;
  background-clip: padding-box;
}
*::-webkit-scrollbar-corner {
  background: #282c31;
}
