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;
}

-webkit-scrollbar {
   width: 2px;
   height: 2px;
 }

html, body{
  font-family: Pretendard;
  font-style: normal;
}
body{
  margin-right: 4px;
}

*::-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;
}

.main-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #E9ECEF;
  margin-bottom: 16px;
}
.section-title{
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #E9ECEF;
  margin-bottom: 12px;
}
.paragraph-title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.content-section:not(:last-child){
  border-bottom: 2px solid #495057;
  margin-bottom: 16px;
}
.index-list{
  margin-bottom: 20px;
}
.index-list li{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #CED4DA;
}
.index-list li:before{
  content: '•';
  margin-right: 6px;
  vertical-align: text-bottom;
}
p.desc{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #CED4DA;
  margin-bottom: 8px;
}
.table-wrapper{
  margin-bottom: 20px;
}
.table-wrapper table + *{
  margin-top: 4px;
}
table{
  width: 100%;
  background: rgba(25, 28, 31, 0.25);
}
table th{
  background: #24282C;
  height: 40px;
  min-width: 20px;
  padding: 0 10px;
  font-size: 13px;
  border-bottom: 1px solid #868E96;
  color: #9BA2AA;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
  line-height: 18px;
}
table td{
  height: 36px;
  padding: 8px 10px;
  border: none;
  background: #212427;
  font-size: 13px;
  color: #DADFE3;
  min-width: 20px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 18px;
}
table tbody tr:nth-child(2n) td{
  background: #1C1F21;
}
.table-wrapper.single-col th, .table-wrapper.single-col td{
  text-align: center;
}
.ol-1st{
  margin-bottom: 20px;
}
.ol-1st li{
  margin-bottom: 6px;
}
.ol-1st li div:first-child{
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #CED4DA;
}
.ol-1st .ol-2nd{
  margin-left: 8px;
}
.ol-1st .ol-2nd li div:first-child{
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #CED4DA;
}
.ol-1st .ol-2nd .ol-3rd{
  margin-left: 12px;
}
.ol-1st .ol-2nd .ol-3rd li div:first-child{
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ADB5BD;
}
