/* 개인정보처리방침 */
.privacy {
  background: #fff;
  padding: 30px;
}

.privacy .top_title {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.privacy .top_title>h2 {
  font-family: "S-CoreDream-7ExtraBold";
  font-size: 1.75rem;
  color: #333;
}

.privacy .privacy_con {
  width: 100%;
  height: auto;
  padding-bottom: 25px;
}

.privacy .privacy_con:last-child {
  padding-bottom: 0;
}

.privacy .privacy_con .tit {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
}

.privacy .privacy_con .tit>span {
  font-size: 1.125rem;
  font-weight: 600;
  color: #4274f6;
  position: relative;
  z-index: 1;
}

.privacy .privacy_con .tit>span::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  background: #edf3ff;
  z-index: -1;
}

.privacy .privacy_con .content {
  width: 100%;
  height: auto;
}

.privacy .privacy_con .content .txt {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.privacy .privacy_con .content .txt:last-child {
  padding-bottom: 0;
}

.privacy .privacy_con .content .txt>h3 {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 4px;
  color: #333;
}

.privacy .privacy_con .content .txt>p {
  font-size: 0.938rem;
  font-weight: 400;
  color: #666;
  word-break: keep-all;
  line-height: 22px;
  padding-bottom: 8px;
}

.privacy .privacy_con .content .txt>p:last-child {
  padding-bottom: 0;
}

.privacy .privacy_con .content .box {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #f8f8f8;
}

.privacy .privacy_con .content .box>p {
  font-size: 0.938rem;
  color: #333;
  padding-bottom: 5px;
  word-break: keep-all;
  letter-spacing: -0.02rem;
}

.privacy .privacy_con .content .box>span {
  font-size: 0.875rem;
  font-weight: 500;
}

.privacy .privacy_con .content .line {
  width: 100%;
  height: auto;
  border-top: 2px solid #4274f6;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
}

.privacy .privacy_con .content .line>h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  padding-bottom: 5px;
}

.privacy .privacy_con .content .line>p {
  font-size: 0.938rem;
  font-weight: 400;
  color: #666;
  line-height: 26px;
}

#manager-contract {
  width: 100%;
  border-top: 2px solid #111;
  line-height: 36px;
}

#manager-contract td {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}

#manager-contract td:first-child {
  background: #f8f8f8;
  font-weight: 600;
}

#manager-contract tr:first-child {
  background: #f8f8f8;
  font-weight: 600;
}

#manager-contract tr:last-child {
  border: 0;
}