/* 개인정보처리방침 전용 영역 */
.terms-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-top: 40px;
  }
  
  .terms-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 12px;
  }
  
  .terms-content ul {
    padding-left: 20px;
  }
  
  .terms-content li {
    list-style: auto;
    margin-left: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .terms-content {
      font-size: 15px;
    }
  
    .terms-content h3 {
      font-size: 18px;
    }
  }

.terms-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 24px 0;
    font-size: 15px;
    color: #333;

  }
  
  .terms-content table th,
  .terms-content table td {
    border: 1px solid #EBEBEB;
    padding: 10px 12px;
    text-align: center;
    vertical-align: top;
  }
  
  .terms-content table th {
    background-color: #f6f6f6;
    font-weight: 600;
  }
  
  .terms-content table td {
    background-color: #fff;
    line-height: 1.6;
  }
  
  @media screen and (max-width: 768px) {
    .terms-content table {
      font-size: 14px;
    }
  }
  