.privacy-contact {
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;

    .on-surface-2 {
        color: #555558;
    }
    
    .text-primary {
        color: #0C0C0D;
    }
    
    .text-tertiary {
        color:#898990;
    }

    @media screen and (max-width: 740px) {
      padding: 24px 0;
    }
}

.privacy-contact h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 20px;
}

.privacy-contact h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 8px 0;
}

.privacy-contact p {
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    margin: 0 0 8px;
}

.privacy-contact section {
    max-width: 1020px;
    padding: 0 20px 50px;
}

.privacy-contact section.content {
    width: 100%;
    max-width: 976px;
    padding: 8px 16px;
    box-sizing: border-box;
}

.privacy-contact ul {
    padding: 0;
    margin: 0;
}

.privacy-contact ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    list-style: none;
}


.privacy-contact .flex-col {
    display: flex;
    flex-direction: column;
}

.privacy-contact .footer {
  color: #555558;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
  letter-spacing: -0.3px;
}

/* table */
.privacy-contact table {
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}
.privacy-contact tr {
    border-top: 1px solid #EAEAEA;
}
.privacy-contact tr:last-child {
    border-bottom: 1px solid #EAEAEA;
}
.privacy-contact th {
    background: #FAFAFB;
    font-weight: 400;
    text-align: left;
    width: 17%;
    min-width: 80px;
    max-width: 180px;
    padding: 12px 9px 12px 12px;
    box-sizing: border-box;
}

.privacy-contact th.head {
  width: 20%;
  padding: 12px;
}

.privacy-contact td {
    padding: 12px;
    color: #818181;
}

.privacy-contact a {
    color: #3F85FF;
    text-decoration: none;
}

.privacy-contact .underline {
    color: #818181;
    text-decoration: underline;
    font-weight: 700;
}

.privacy-contact .bolder {
    font-weight: 700;
}


@media (max-width: 768px) {
  .o-inquiryAdBannerPersonalPrivacy__header {
    display: none; /* Hide h1 on screens smaller than 768px */
  }
}