@charset "utf-8";
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;
}

/* custom css */

body {
    margin: 15px 18px !important;
    background-color: #F6F6F6;
}

h1 {
    color: #646262;
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
}

h1:first-child {
    margin-top: 0px;
}

.content {
    color: #969596;
    font-size: 12px;
    line-height: 17px;
}

.depth2 {
    margin-left: 20px;
}

.title {
    color: #646262;
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
}

.title:first-child {
    margin-top: 0px;
}

.mainTitle {
  margin: 30px 0 25px;
  color: #333;
  font-size: 20px;
  line-height: 1.3;
  background: none;
  font-weight: bold;
  padding-left: 0;
  text-align: center;
}

.jangTitle {
  margin: 25px 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  background: none;
  font-weight: bold;
  padding-left: 0;
}

.numberWrapper {
    position: relative;
    padding-left: 20px;
}

.number {
    position: absolute;
    color: #969596;
    left: 0;
    width: 20px;
    height: 15px;
    background-image: none;
    font-size: 12px;
    line-height: 15px;
}

.titleBox {
    border: 1px solid #000;
    overflow: auto;
    height: 25px;
    line-height: 17px;
    position: relative;
    background-color: #EAF1DD;
    margin: 10px 0 10px;
    padding: 10px 0 0 0;
    text-align: center;
}

.contentBox {
    border: 1px solid #000;
    overflow: auto;
    padding: 10px;
    margin-bottom: 10px;
}

.customTable {
    border: 1px solid black;
    border-collapse:collapse;
    color:000000;
    width:99%;
    margin-left: 10px;
}

.customTable td {
    width: 50%;
    padding-left: 5px;
}

.customTable3 {
    border: 1px solid black;
    border-collapse:collapse;
    color:000000;
    width:99%;
}

.customTable3 td {
    padding-left: 5px;
}

.customTable3 .center {
  text-align: center;
  width: 30%;
}

.customTable3 .bold {
  font-weight: bold;
}

.customTable3 th {
    color: #000;
    background-color: #D9D9D9;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

