.sub-page-title .s__container {
  padding: 115px 0;
}
.sub-page-title h2 {
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  margin-bottom: 14px;
}
.sub-page-title p {
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.sub-page-title.type01 {
  background: url(../image/img_sub_title_bg_pc01.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type02 {
  background: url(../image/img_sub_title_bg_pc02.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type03 {
  background: url(../image/img_sub_title_bg_pc03.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type04 {
  background: url(../image/img_sub_title_bg_pc04.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type05 {
  background: url(../image/img_sub_title_bg_pc05.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type06 {
  background: url(../image/img_sub_title_bg_pc06.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type07 {
  background: url(../image/img_sub_title_bg_pc07.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type08 {
  background: url(../image/img_sub_title_bg_pc08.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type09 {
  background: url(../image/img_sub_title_bg_pc09.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-title.type10 {
  background: url(../image/img_sub_title_bg_pc10.png) no-repeat 50% 50%;
  background-size: cover;
}
.sub-page-menu-bar {
  border-bottom: 1px solid #dddddd;
}
.sub-page-menu-bar .home {
  background-size: contain;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 20px;
  align-items: center;
  background-color: var(--Colors-Primary, #003378);
  text-indent: -9999px;
}
.sub-page-menu-bar .home::after {
  content: "";
  display: block;
  background: url(../image/icon_home.svg) 50% 50% no-repeat;

  width: 20px;
  height: 20px;
}
.sub-page-menu-bar .menu-list-btn {
  display: flex;
  width: 200px;
  height: 60px;
  padding: 21px 20px;
  justify-content: space-between;
  align-items: center;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  border-right: 1px solid var(--Colors-Border, #ddd);
}
.sub-page-menu-bar .menu-list-btn::after {
  content: "";
  display: block;
  background: url(../image/icon_arrow_right_gray.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.sub-page-menu-bar .s__row {
  display: flex;
}
.sub-page-menu-bar .s__row > ul {
  display: flex;
}
.sub-page-menu-bar .s__row > ul li {
  position: relative;
}
.sub-page-menu-bar .s__row > ul ul {
  position: absolute;
  left: -1px;
  top: 60px;
  width: 201px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--Colors-Border, #ddd);
  background: #fff;
  z-index: 10;
  display: none;
}
.sub-page-menu-bar .s__row > ul button.is-active::after {
  transform: rotate(90deg);
}
.sub-page-menu-bar .s__row > ul button.is-active + ul {
  display: flex;
}
.sub-page-menu-bar .s__row > ul ul a {
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
.sub-page-menu-bar .s__row > ul ul a::after {
  content: "";
  display: block;
  background: url(../image/icon_arrow_right_gray.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.sub-page-menu-bar .s__row > ul ul a:hover {
  border-radius: 3px;
  color: var(--Colors-Primary, #003378);

  background: #f2f4f6;
}
.sub-page-menu-bar .s__row > ul ul a:hover::after {
  background: url(../image/icon_arrow_right_blue2.svg) 50% 50% no-repeat;
}
.sub-page-menu-bar .s__row > ul ul li {
  width: 100%;
}
/* 모시는글 */
.sub-sec {
  padding: 120px 0;
}
.sub-sec .title01 {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
}
.sub-sec .text01 strong {
  font-weight: 700;
}
.sub-sec .title01 .blue {
  color: var(--Colors-Primary, #003378);
}
.sub-sec01 .title01 {
  margin-bottom: 80px;
}
.sub-sec01 .text01 {
  margin-bottom: 40px;
}
.sub-sec .text01 {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.sign-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
}
.sign-wrap p {
  color: #000;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
}
.sub-sec01 .s__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sub-sec01 .s__row > div:nth-child(1) {
  flex: 1;
}
.download-book-wrap {
  width: 340px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-book-wrap .download-btn {
  display: flex;
  width: 340px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: #333;
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.download-book-wrap .download-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon_down.svg) 50% 50% no-repeat;
  background-size: contain;
}
.sub-sec03 .title {
  color: var(--Colors-Primary, #003378);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}
.sub-sec03 .title::before {
  content: "";
  display: block;
  background: url(../image/icon_univers.svg) no-repeat 50% 50%;
  width: 20px;
  height: 20px;
}
.sub-sec03 .text {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.sub-sec03 .line01 {
  margin-bottom: 80px;
}
.table-wrap01 {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
.table-wrap01 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.table-wrap01 li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.table-wrap01 li.multy {
  align-items: flex-start;
}
.table-wrap01 .list-title {
  display: flex;
  width: 90px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  border-radius: 5px;
  background: var(--Colors-Primary, #003378);
}
.table-wrap01 .list-data {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.table-wrap01 li.multy .list-data {
  line-height: 140%; /* 16px */
}
.table-wrap02 {
  width: 100%;
}
.table-wrap02 table {
  width: 100%;
}

.table-wrap02 table th p {
  overflow: hidden;
  color: var(--Colors-White, #fff);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background: var(--Colors-Primary, #003378);
  height: 54px;
  padding: 16px 16px;
  white-space: nowrap;
}
.table-wrap02 table tr:nth-child(1n) {
  border-bottom: 1px solid #f0f0f0;
  background: var(--Colors-Gray03, #f5f5f5);
}
.table-wrap02 table tr:nth-child(2n) {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.table-wrap02 table td p {
  height: 40px;
  padding: 10px 16px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.88);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.table-wrap02 table p.center {
  text-align: center;
}
.table-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.table-bottom-text p {
  overflow: hidden;
  color: var(--Colors-Gray02, #666);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.table-bottom-text p strong {
  color: var(--Colors-Primary, #003378);
  font-weight: 700;
}
.form-title-wrap {
  display: flex;
  padding: 18px 16px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  border-bottom: 1px solid var(--Colors-Border, #ddd);
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.form-title-wrap .form-title {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.form-title-wrap .form-title strong {
  color: #e81c1c;
}
.form-title-wrap .form-title-text {
  color: #e81c1c;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.form-input-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 48px;
}
.input-full {
  grid-column: 1 / span 2;
}
.input-title {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 16px;
}
.input-title strong {
  color: #e81c1c;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 4px;
}
.form-input-wrap {
  padding: 0 16px;
}
.input-wrap {
  display: flex;
  flex-direction: column;
}
.input-text {
  border-radius: 5px;
  border: 1px solid var(--Colors-Border, #ddd);
  background: var(--Colors-White, #fff);
  padding: 16px;
  height: 48px;
  max-height: 48px;
  flex: 1;
  color: var(--Colors-Gray02, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.input-text:focus-visible {
  outline: none;
  border: 1px solid var(--Colors-Primary, #003378);
}
.input-text:disabled {
  border-radius: 5px;
  border: 1px solid var(--Colors-Border, #ddd);
  background: var(--Colors-Gray03, #f5f5f5);
  padding: 16px;
  height: 48px;
  flex: 1;
}
.sub-sec04-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
textarea.input-text {
  height: 260px !important;
  max-height: 260px !important;
  width: 100%;
  flex: auto !important;
  resize: none;
}
/* 싱글파일 */

.file-btn {
  display: flex;
  width: 120px;
  height: 48px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--Colors-Gray01, #999);
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  cursor: pointer;
}
.file-download-btn {
  width: 120px;
  height: 24px;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: var(--Colors-Primary, #003378);
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  cursor: pointer;
}
.s__singlefile-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 8px;
}
.s__singlefile-list {
  flex: 1;
  border-radius: 5px;
  border: 1px solid var(--Colors-Border, #ddd);
  background: var(--Colors-White, #fff);
  height: 48px;
}
.s__singlefile-wrap .file-get-list-name {
  background-color: var(--background);
  display: flex;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--border);
}
.s__singlefile-wrap .file-get-list-name.name-none {
  color: var(--Colors-Gray01, #999);
}
.s__file-wrap input[type="file"]:focus-visible ~ .s__btn {
  outline: 2px solid var(--black);
}
.s__file-wrap input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
.file-input-text {
  color: var(--Colors-Gray02, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin: 16px 0;
}

.s__checkbox-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.s__checkbox {
  display: flex;
  align-items: center;
}
.s__checkbox + .s__checkbox {
  margin-left: 16px;
}
.s__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
.s__checkbox input:focus-visible ~ label {
  outline: 2px solid var(--black);
}
.s__checkbox input + label {
  display: block;
  background: url(../image/icon_checkbox_off.svg) no-repeat;
  background-size: contain;
  cursor: pointer;

  padding-left: 28px;
  color: var(--Colors-Gray02, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  margin: 16px 0;
}
.data-form-terms {
  border: 1px solid var(--Colors-Border, #ddd);
  background: var(--Colors-White, #fff);
  padding: 16px;
  max-height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.data-form-terms p {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
.data-form-terms span {
  color: var(--Colors-Gray01, #999);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.s__checkbox input:checked + label {
  background: url(../image/icon_checkbox_on.svg) no-repeat;
  background-size: contain;
}
.form-bottom-text {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.main-btn {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: var(--Colors-Primary, #003378);
  color: var(--Colors-White, #fff);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.sub-sec04.sub-sec01 .s__row {
  gap: 180px;
}
.organization-img {
  margin: 0 auto;
}
.sub-sec .title02 {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  margin-bottom: 40px;
}
.terms-title {
  color: var(--Colors-Primary, #003378);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  margin-top: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--Colors-Border, #ddd);
  padding: 12px 0px;
}
.terms-sub-title {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.terms-sub-title::before {
  content: "";
  display: block;
  width: 16px;

  height: 16px;
  background: url(../image/icon_terms_check.svg) no-repeat 50% 50%;
}
.terms-text {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
  margin-bottom: 16px;
}
.terms-text:last-child {
  margin-bottom: 32px;
}
.terms-title-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.terms-title-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/icon_terms_title.svg) 50% 50% no-repeat;
  background-size: cover;
}
.terms-text .terms-text-inner01 {
  padding-left: 16px;
  display: block;
}
.terms-text-wrap01 {
  margin-bottom: 16px;
}
.terms-text-wrap01 .terms-text {
  margin-bottom: 8px;
}
.terms-text-wrap01 ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: 16px;
}
.gray {
  color: var(--Colors-Gray01, #999);
}
.terms-text-wrap01 li {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 20.8px */
}
.terms-text-wrap01 li .gray {
  color: var(--Colors-Gray01, #999);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
}
.board-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.board-title {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}
.search-input {
  display: flex;
  padding: 0px 8px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #999;
  width: 350px;
}
.search-input input {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  border: none;
  flex: 1;
}
.search-input input::placeholder {
  color: var(--Colors-Gray01, #999);
}
.search-input button {
  width: 24px;
  height: 24px;
  background: url(../image/icon_search.svg) 50% 50% no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.table-wrap03 {
  width: 100%;
  overflow: auto;
}
.table-wrap03 table {
  width: 100%;
}
.table-wrap03 th p {
  padding: 18.5px 4px;
  border-bottom: 1px solid #ddd;
  background: #003378;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  height: 54px;
  white-space: nowrap;
}
.table-wrap03 th p.center,
.table-wrap03 td p.center {
  text-align: center;
}
.table-wrap03 th:first-child p {
  border-radius: 5px 0px 0px 5px;
}
.table-wrap03 th:last-child p {
  border-radius: 0px 5px 5px 0px;
}
.table-wrap03 td p {
  overflow: hidden;
  color: #131313;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 4px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  height: 40px;
  min-width: 112px;
}
.table-wrap03 td:first-child p {
  min-width: 64px;
}
.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
.pagenation button {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #333;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 13px */
  white-space: nowrap;
}
.pagenation button.is-active {
  border-radius: 8px;
  background: var(--Colors-Primary, #003378);
  color: #fff;
}
.pagenation button.page-first {
  text-indent: -999px;
  overflow: hidden;
  background: url(../image/icon_page_first.svg) no-repeat 50% 50%;
  background-size: 12px/12px;
}
.pagenation button.page-pre {
  text-indent: -999px;
  overflow: hidden;
  background: url(../image/icon_page_pre.svg) no-repeat 50% 50%;
  background-size: 12px/12px;
}
.pagenation button.page-next {
  text-indent: -999px;
  overflow: hidden;
  background: url(../image/icon_page_next.svg) no-repeat 50% 50%;
  background-size: 12px/12px;
}
.pagenation button.page-last {
  text-indent: -999px;
  overflow: hidden;
  background: url(../image/icon_page_last.svg) no-repeat 50% 50%;
  background-size: 12px/12px;
}

.board-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 🔥 4개씩 배치 */
  row-gap: 40px;
  column-gap: 40px;
}
.board-list h3 {
  overflow: hidden;
  color: var(--Colors-Black, #131313);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-bottom: 12px;
}
.board-list span {
  display: block;
  background: #003378;
  width: 40px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.board-list .contents {
  color: var(--Colors-Gray01, #999);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  height: 36px;
}
.board-list .date {
  color: var(--Colors-Gray01, #999);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.board-list .date::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../image/icon_date.svg) no-repeat 50% 50%;
}
.board-list img {
  /* border-radius: 5px; */
  width: 100%;
}
.board-list a {
  position: relative;
}
.board-list a:hover img {
  filter: brightness(0.5);
}
.board-list a:hover::after {
  content: "";
  display: block;
  background: url(../image/icon_arrow_top_right.svg) 50% 50% no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 16px;
}
.sub-sec10 .title {
  color: var(--Colors-Black, #131313);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  margin-bottom: 80px;
}
.data-form-terms.data-form-terms2 {
  max-height: 400px;
}
.s__checkbox-wrap2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.s__checkbox-wrap2 p {
  color: var(--Colors-Gray02, #666);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.input-full.type02 .input-wrap {
  width: 50%;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.input-full.type02 .input-wrap * {
  width: 100%;
}
.input-full.type02 .input-wrap p {
  width: auto;
}
.form-input-wrap.type02 {
  row-gap: 48px;
}
@media (max-width: 1024px) {
  .sub-page-title.type01 .s__container {
    background: url(../image/img_sub_title_bg01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type02 .s__container {
    background: url(../image/img_sub_title_bg02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type02 .s__container {
    background: url(../image/img_sub_title_bg02.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type03 .s__container {
    background: url(../image/img_sub_title_bg03.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type04 .s__container {
    background: url(../image/img_sub_title_bg04.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type05 .s__container {
    background: url(../image/img_sub_title_bg05.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type06 .s__container {
    background: url(../image/img_sub_title_bg06.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type07 .s__container {
    background: url(../image/img_sub_title_bg07.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type08 .s__container {
    background: url(../image/img_sub_title_bg08.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type09 .s__container {
    background: url(../image/img_sub_title_bg09.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-title.type10 .s__container {
    background: url(../image/img_sub_title_bg10.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .sub-page-menu-bar .home {
    width: 48px;
    height: 48px;
    padding: 16px;
  }
  .sub-page-menu-bar .menu-list-btn {
    display: flex;
    width: 140px;
    height: 48px;
    padding: 21px 12px;
    justify-content: space-between;
    align-items: center;
    color: #666;

    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
  }
  .sub-page-menu-bar .s__row > ul ul {
    width: 141px;
    top: 48px;
    padding: 6px;
  }
  .sub-page-menu-bar .s__row > ul ul a {
    display: flex;
    padding: 10px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    font-size: 12px;
  }
  .sub-page-menu-bar .s__row > ul ul a::after {
    width: 14px;
    height: 14px;
  }
  .sub-page-title .s__container {
    padding: 74px 0;
  }
  .sub-page-title h2 {
    font-size: 24px;
  }
  .sub-page-title p {
    font-size: 14px;
  }
  .sub-sec01 .s__row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sub-sec01 .s__row .img02 {
    width: 100%;
    border-radius: 10px;
  }
  .sub-sec {
    padding: 60px 0;
  }
  .sub-sec .title01 {
    font-size: 20px;
  }
  .sub-sec01 .title01 {
    margin-bottom: 32px;
  }
  .sub-sec .text01 {
    font-size: 14px;
  }
  .sign-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .sign-wrap p {
    font-size: 18px;
  }
  .sign-wrap img {
    height: 44px;
  }
  .sub-sec01 .s__row > div {
    width: 100%;
  }
  .sub-sec02 .s__row {
    flex-direction: column;
    gap: 0;
  }
  .download-book-wrap .download-btn {
    width: 100%;
  }
  .download-book-wrap img {
    max-width: 224px;
    margin: 0 auto;
  }
  .sub-sec01 .text01 {
    font-size: 16px;
  }
  .download-book-wrap .download-btn {
    font-size: 16px;
  }
  .table-wrap01 {
    flex-direction: column;
    gap: 20px;
  }
  .table-wrap01 img {
    max-width: 200px;
  }
  .table-wrap01 .list-title {
    width: 64px;
    height: 28px;
    padding: 10px;
    font-size: 12px;
  }
  .table-wrap01 .list-data {
    font-size: 14px;
    flex: 1;
  }
  .table-wrap01 li {
    gap: 8px;
    width: 100%;
  }
  .table-wrap01 {
    margin-bottom: 60px;
  }
  .table-wrap02 table td:nth-child(1) p {
    min-width: 60px;
  }
  .table-wrap02 table td:nth-child(2) p {
    min-width: 200px;
  }
  .table-wrap02 table td:nth-child(3) p {
    min-width: 600px;
  }
  .table-wrap02 table td:nth-child(4) p {
    min-width: 340px;
  }
  .table-wrap02 {
    overflow: auto;
  }
  .form-input-wrap {
    grid-template-columns: 1fr;
  }
  .input-title {
    margin-bottom: 10px;
  }
  .form-input-wrap {
    padding: 0 12px;
  }
  .sub-sec04-form-wrap {
    gap: 40px;
  }
  .file-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    width: 72px;
    height: 36px;
    white-space: nowrap;
  }
  .s__singlefile-list {
    height: 36px;
  }
  .s__singlefile-wrap .file-get-list-name {
    padding: 8px 12px;
    font-size: 12px;
  }
  .file-input-text {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .data-form-terms p {
    font-size: 14px;
  }
  .data-form-terms span {
    font-size: 12px;
  }
  .form-bottom-text {
    font-size: 16px;
    line-height: 130%; /* 20.8px */
  }
  .main-btn {
    font-size: 18px;
  }
  .main-btn {
    padding: 16px 40px;
  }
  .s__checkbox input + label {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .sub-sec03 .title {
    line-height: 130%; /* 26px */
  }
  .sub-sec03 .title::before {
    margin-top: 2px;
  }
  .sub-sec .title02 {
    font-size: 28px;
  }
  .terms-title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .pagenation {
  }
  .search-input {
    display: none;
  }
  .board-title {
    font-size: 20px;
  }
  .board-title-wrap {
    margin-bottom: 20px;
  }
  .board-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .board-list span {
    margin-top: 16px;
  }
  .s__checkbox-wrap2 p {
    font-size: 14px;
  }
  .form-input-wrap.type02 {
    row-gap: 20px;
  }
  .input-full.type02 .input-wrap {
    width: 100%;
  }
  .sub-sec10 .title {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
