#frame_main:has(.content-wrap.private) #header {
  background: rgba(36, 36, 36, 0.70);
} 

.private {
  padding:200px 0;
}

.private .title {
  font-size:3.5rem;  
  font-family: "LINESeedKR-Bd";
  margin-bottom:20px;
}

.private .private-box {
  border-radius:8px;
  background:#efefef;
  padding:40px;
}

.private .private-box div {
  line-height:24px;
}

.private .content {
  line-height:24px;
  margin-top:48px;
}

.private .content .category {
  font-weight:bold;
  font-size:1.12rem;
}

.private .content ul {
  margin-top:16px;
}