body {
  color: #eeeeee;
  background-color: black;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  padding: 24px 15px;
}
.title {
  margin: 0;
  padding: 0 0 55px 0;
}
.title.noMargin {
  margin: 0;
  padding: 0;
}
.contentBox {
  margin: 55px 0 0 0;
  padding: 55px 0 0 0;
  border-top: 1px solid #262626;
}
.contentBox.first {
  margin: 0;
  padding: 0;
  border-top: none;
}
.contentBox a {
  text-decoration: underline;
}
.contentBox img {
  width: 100%;
}
.titlePolicy {
  margin: 0;
  font-size: 20px;
}
.titleSubject {
  display: block;
  padding: 40px 0 0 0;
  font-size: 17px;
}
.desc {
  padding-top: 28px;
  margin: 0;
  line-height: 26px;
  color: #eeeeee;
  font-size: 16px;
}
.titleSubject + .desc {
  padding-top: 18px;
}
.depthBox {
  padding: 0;
  color: #eeeeee;
  font-size: 14px;
  line-height: 1.4;
}
.depthBox > strong {
  display: block;
  padding: 21px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}
.depthBox > em {
  display: block;
  font-style: normal;
  padding: 14px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.depthBox > p {
  padding: 5px 0 0 0;
  margin: 0;
}
.listBox {
  color: #eeeeee;
  line-height: 1.4;
}
.listBox > strong {
  font-weight: normal;
  display: block;
  padding: 21px 0 0 0;
  margin: 0;
  font-size: 15px;
}
.listBox > strong.depth {
  padding: 21px 0 0 15px;
}
.listBox > ol {
  list-style: none;
  padding: 9px 0 0 25px;
  margin: 0;
}
.listBox > ol .txt_num {
  width: 10px;
  display: inline-block;
  margin: 0 12px 0 -22px;
}
.listBox > ol > li > p {
  margin: 0;
}
.listBox > ol .innerUl {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0;
}
.listBox > ul {
  list-style: none;
  padding: 9px 0 0 20px;
  margin: 0;
}
.listBox > ul > li,
.listBox > ol > li,
.listBox > ol .innerUl {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
.listBox > ul > li:before,
.listBox > ol .innerUl > li:before {
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 12px 14px 0 -16px;
  vertical-align: top;
  background-color: #999999;
  content: "";
}
.listBox em {
  font-style: normal;
  color: #999999;
}
.tableBox {
  margin: 10px 0 0 0;
}
.tableBox table {
  width: 100%;
  border-collapse: collapse;
  color: #eeeeee;
  font-size: 14px;
  line-height: 1.4;
}
.tableBox th,
.tableBox td {
  padding: 15px;
  border: 1px solid #262626;
}
.tableBox th {
  background: #1b1b1b;
  font-weight: normal;
}
.tableBox td {
  border-right: 1px solid #262626;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
}
.tableBox td em {
  font-style: normal;
  padding: 0 0 5px 0;
  display: block;
  font-weight: 600;
}
.tableBox td strong {
  padding: 0 0 10px 0;
  display: block;
  font-weight: 600;
}
.tableBox td .desc {
  padding-top: 0;
}
.tableBox td .titleSubject {
  padding: 0;
}
.tableBox td .listBox ul {
  padding: 0 0 0 20px;
}
.tableBox td .desc,
.tableBox td .titleSubject {
  font-size: 14px;
  line-height: 2;
}
.tableBox td .listBox li {
  font-size: 14px;
  line-height: 1.8;
}
.privacy_btn_step {
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 39px;
  color: #eeeeee;
  text-align: center;
  margin: 25px 0 0 0;
  text-decoration: none !important;
}
