* {
  margin: 0;
  padding: 0;
}

body,
.container {
  background-color: #fff !important;
}

li {
  list-style: none;
}

.contentsInner h1{
  text-align: center;
  font-size: 15px;
  color: #10252c;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin: 64px auto 32px auto;
}

.contentsInner h2,
.contentsInner h3 {
    font-size: 15px;
    color: #10252c;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 700;
	  margin: 32px auto 16px auto;
}

.contentsInner .text p{
  text-align: left;
	font-size: 11px;
  color: #68797c;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 16px;
}

.contentsInner .pp-table {
  width: 100%;
  border-collapse: collapse;
}

.contentsInner .pp-table tr th {
  text-align: left;
  font-size: 11px;
  color: #68797c;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 900;
  padding: 5px;
  border: 1px solid #68797c;
  background-color: #c7e5e3;
}
.contentsInner .pp-table tr:first-child th {
  text-align: center;
}
.contentsInner .pp-table tr td {
  text-align: left;
  font-size: 11px;
  color: #68797c;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding: 5px;
  border: 1px solid #68797c;
}
    
.contentsInner button.cancel {
  background: #3ab8b1;
  border: 1px solid rgba(16, 37, 44, 0.12);
  border-radius: 8px;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
}


.button-container {
  text-align: center;
  border-bottom: 1px solid rgba(16, 37, 44, 0.12);
}

.button-container>button {
  margin-top: 16px;
}

.button-container>button:last-child {
  margin-bottom: 16px;
}

.button-container .forgetpw {
  color: #68797C;
  font-size: 11px;
  font-weight: bold;
  background-color: unset;
  border: unset;
}
