/* 개인정보처리방침 */
.container-privacy p {
  margin: 0;
}
.container-privacy {
  background-color: #f4f6f8;
}
.container-privacy .inner {
  width: min(1400px, 100%);
  padding: 100px 2%;
  margin: 0 auto;
}
.container-privacy .title2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 48px;
  color: #1c3e70;
}
.container-privacy .title3 {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 35px;
  color: #2b2f36;
}
.container-privacy .right-area {
  margin-bottom: 20px;
  text-align: right;
}
.container-privacy select {
  height: 28px;
  background-color: #f4f6f8;
  border: 1px solid #d2d7e1;
  font-size: 13px;
  color: #2b2f36;
}
.container-privacy select option {
  background-color: #f4f6f8;
}
.container-privacy .box {
  margin-bottom: 50px;
}
.container-privacy .box .txt-privacy {
  font-size: 15px;
  line-height: 24px;
  color: #2b2f36;
  word-wrap: break-word;
  word-break: keep-all;
}
.container-privacy .box > ol {
}
.container-privacy .box > ol > li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #2b2f36;
  word-wrap: break-word;
  word-break: keep-all;
}
.container-privacy .box > ul > li {
  font-size: 15px;
  line-height: 24px;
  color: #2b2f36;
  word-wrap: break-word;
  word-break: keep-all;
}
.container-privacy .box > ul > li > ul {
  margin: 20px;
}
.container-privacy .box > ol > li > ol {
  margin: 20px;
}
.container-privacy .box > ol > li > ol > li {
  margin-bottom: 10px;
}
.container-privacy .box > ol > li > ol > li > ul {
  margin: 20px;
}
.container-privacy .box > ol > li > ol > li > ul > li {
  margin-bottom: 10px;
}
.container-privacy .box > ol > li > ul {
  margin: 20px 25px;
}
.container-privacy table {
  width: 100%;
  border-top: 1px solid #193d71;
  border-left: 1px solid #d2d7e1;
}
.container-privacy table thead {
}
.container-privacy table thead tr {
}
.container-privacy table thead tr th {
  height: 60px;
  padding: 10px 0;
  border-right: 1px solid #d2d7e1;
  border-bottom: 1px solid #d2d7e1;
  font-weight: 700;
  font-size: 12px;
  color: #2b2f36;
  text-align: center;
  vertical-align: middle;
}
.container-privacy table tbody tr td {
  padding: 10px 0;
  border-right: 1px solid #d2d7e1;
  border-bottom: 1px solid #d2d7e1;
  font-size: 14px;
  color: #2b2f36;
  text-align: center;
  vertical-align: middle;
}
.container-privacy table tbody tr td strong {
  font-weight: 700;
}
.container-privacy .hangul {
  list-style: hangul;
  margin: 20px 40px !important;
}
.container-privacy .disc {
}
.container-privacy .disc > li {
  position: relative;
  padding-left: 10px;
}
.container-privacy .disc > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.mt-10 {
  margin-top: 10px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
