.column_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center; }

.row_wrapper {
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }

.align_start {
  align-items: flex-start; }

.justify_start {
  justify-content: flex-start; }

.term_header {
  background: #34b5a3;
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 20px; }

.term_body {
  padding: 20px; }

.term_wrapper:not(:first-child) {
  margin-top: 30px; }

.title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal; }

.content {
  font-size: 16px;
  line-height: normal;
  margin-top: 10px; }

pre {
  overflow: auto;
  white-space: pre-wrap; }

.table {
  width: 100%; }

.table th {
  text-align: left;
  font-weight: bold;
  border: 1px solid #bdbdbd;
  padding: 10px;
  text-align: center;
  background-color: #cecece;
  vertical-align: middle;
  line-height: normal; }

.table td {
  border: 1px solid #333;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #bdbdbd;
  height: 30px;
  vertical-align: middle;
  line-height: normal; }

a.button-link {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid #34b5a3;   /* Å×µÎ¸® »ö */
  border-radius: 6px;           /* µÕ±Ù ¸ð¼­¸® */
  color: #34b5a3;               /* ±ÛÀÚ»ö */
  text-decoration: none;        /* ¹ØÁÙ Á¦°Å */
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

a.button-link:hover {
  background-color: #34b5a3;    /* È£¹ö ½Ã ¹è°æ ÆÄ¶û */
  color: #fff;                  /* ±ÛÀÚ Èò»ö */
}

  /* Á¦¸ñ/¼³¸í */
  #policy-history h1 { font-size: 22px; margin: 8px 0 12px; color:#1f2937; padding-left: 16px;}
  #policy-history h1 .accent { color:#0b4a7a; font-weight:700;  }
  #policy-history .desc { color:#6b7280; margin-bottom:16px; padding-left: 16px;}

  /* Ä«µå ¹Ú½º(Ã¹¹øÂ° ½º¼¦ ´À³¦) */
  #policy-history .card {
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,.04);
    padding: 0;
  }

  /* Ç¥: Àü¿ª .table ½ºÅ¸ÀÏ ¹«½ÃÇÏ°í ÀÌ ¹üÀ§¿¡¼­ ÀçÁ¤ÀÇ */
  #policy-history .table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #e5e7eb !important;
    background: #fff;
  }
  #policy-history .table thead th {
    background: #f9f9f9 !important;   /* ¹àÀº È¸»ö Çì´õ */
    color: #111827 !important;
    font-weight: 600;
    border: 1px solid #e5e7eb !important;
    padding: 10px 12px !important;
  }
  #policy-history .table tbody td {
    border: 1px solid #e5e7eb !important;
    padding: 12px !important;
    color:#1f2937;
    background:#fff !important;       /* ¹ÎÆ®/È¸»ö µ¤¾î¾²±â ¹æÁö */
  }
  #policy-history .table tbody tr:hover td {
    background:#fafafa;
  }

  /* 3¿­(°³Á¤³»¿ª)¸¸ ÁÂÃø */
#policy-history .table td:nth-child(3) {
  text-align: left;
}

/* ¼¼·Î ±¸ºÐ¼± ´õ ¶Ç·ÇÇÏ°Ô */
#policy-history .table {
  border-collapse: separate;   /* ¼¼·Î¼± Á¦¾î ½¬¿ò */
  border-spacing: 0;           /* ¼¿ °£ °£°Ý Á¦°Å */
}
#policy-history .table thead th,
#policy-history .table tbody td {
  border-left: 1px solid #e5e7eb !important;
}
#policy-history .table thead th:first-child,
#policy-history .table tbody td:first-child {
  border-left: 0 !important;   /* Ã¹ Ä­Àº ÁÂÃø¼± Á¦°Å */
}
