#disclosure {
  margin-top: 57px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.disclosure-wrapper {
  width: 1280px;
  height: 100%;
}
.disclosure-wrapper .disclosure-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.disclosure-wrapper .disclosure-sub-title {
  margin-top: 50px;
  color: #222224;
  font-size: 26px;
  font-weight: 500;
}
.disclosure-wrapper .pagination-container {
  margin-bottom: 80px;
}

.disclosure-table {
  width: 1280px;
  margin: 16px 0px 60px;
  position: relative;
}
.disclosure-table__container {
  margin-top: 0;
  display: flex;
  flex-direction: column;
}
.disclosure-table__header-row {
  width: 100%;
  height: 54px;
  display: flex;
  padding: 0px 20px;
  border-top: 1px solid #222224;
  border-bottom: 1px solid #ccc;
  gap: 20px;
}
.disclosure-table__header-row .date {
  width: 295px;
  justify-content: center;
}
.disclosure-table__header-row .title {
  width: 715px;
}
.disclosure-table__header-row .submitter {
  width: clamp(85px, 50%, 295px);
  justify-content: center;
}
.disclosure-table__header-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.disclosure-table__cell {
  display: flex;
  align-items: center;
  padding: 18px 0px;
  font-family: "Pretendard", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.disclosure-table__row {
  width: 1280px;
  display: flex;
  padding: 0px 20px;
  border-bottom: 1px solid #ccc;
  color: #6f6f74;
  gap: 20px;
}
.disclosure-table__row:hover {
  color: #222224;
}
.disclosure-table__regulations {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-end;
  color: #6f6f74;
}
.disclosure-table__regulations:hover {
  color: #222224;
}
.disclosure-table__regulations-text {
  margin: 0;
  color: #6f6f74;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.disclosure-table__regulations-text img {
  margin-left: 2px;
}
.disclosure-table__regulations-text:hover {
  color: #222224;
}
.disclosure-table__regulations-icon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.disclosure-table__body {
  display: flex;
  flex-direction: column;
}
.disclosure-table__body .date {
  width: 295px;
  justify-content: center;
  text-align: center;
}
.disclosure-table__body .title {
  width: 715px;
  cursor: pointer;
}
.disclosure-table__body .submitter {
  width: clamp(85px, 50%, 295px);
  justify-content: center;
  text-align: center;
}

@media (min-width: 1280px) and (max-width: 2559px) {
  .disclosure-table {
    max-width: 1280px;
    margin: 16px 0 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .disclosure-table-kr {
    margin: 16px 0 60px;
  }
}
@media (max-width: 1279px) {
  #disclosure {
    margin-top: 70px;
  }
  .disclosure-wrapper {
    overflow-x: auto;
    width: 100%;
    padding: 0px 40px;
  }
  .disclosure-wrapper .disclosure-sub-title {
    margin-top: 68px !important;
    font-size: 36px;
    line-height: 42.96px;
  }
  .disclosure-wrapper .pagination-container {
    margin-top: 80px;
    margin-bottom: 160px;
  }
  .disclosure-table {
    width: auto;
    margin: 16px auto;
    position: relative;
  }
  .disclosure-table__title {
    height: 81px;
  }
  .disclosure-table__title h1 {
    font-size: 36px;
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
  }
  .disclosure-table__header-row .date, .disclosure-table__body .date {
    width: 170px;
    justify-content: center;
  }
  .disclosure-table__header-row .title, .disclosure-table__body .title {
    width: 100%;
    min-width: 325px;
    justify-content: start;
  }
  .disclosure-table__header-row .submitter, .disclosure-table__body .submitter {
    width: 119px;
    justify-content: center;
  }
  .disclosure-table__header-row {
    height: 80px;
  }
  .disclosure-table__header-cell {
    font-size: 26px;
    line-height: 36px;
    padding: 22px 0px;
  }
  .disclosure-table__cell {
    font-size: 23px;
    line-height: 30px;
    padding: 25px 0px;
  }
  .disclosure-table__row {
    width: auto;
  }
  .disclosure-table__regulations {
    font-size: 22px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  #disclosure {
    margin-top: 35px;
  }
  .disclosure-wrapper {
    overflow-x: auto;
    width: 100%;
    padding: 0px 20px;
  }
  .disclosure-wrapper .disclosure-sub-title {
    margin-top: 34px !important;
    font-size: 18px;
    line-height: 21.48px;
  }
  .disclosure-wrapper .pagination-container {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .disclosure-table__header-row .date, .disclosure-table__body .date {
    width: 85px;
  }
  .disclosure-table__header-row .title, .disclosure-table__body .title {
    min-width: 162.5px;
  }
  .disclosure-table__header-row .submitter, .disclosure-table__body .submitter {
    width: 59.5px;
  }
  .disclosure-table__header-row {
    height: 40px;
  }
  .disclosure-table__header-cell {
    font-size: 13px;
    line-height: 18px;
    padding: 13px 0px;
  }
  .disclosure-table__cell {
    font-size: 11.5px;
    line-height: 15px;
    padding: 13px 0px;
  }
  .disclosure-table__row {
    width: auto;
  }
  .disclosure-table__regulations {
    font-size: 11px;
    font-weight: 500;
  }
  .disclosure-table__regulations .icon {
    width: 15px;
    height: 15px;
  }
  .disclosure-table__regulations .icon .svg--icon-download {
    width: 8px;
    height: 11px;
  }
}
