#sub_content {
  height: auto !important;
  min-height: 500px;
}
section > .inner > h2 {
  font-size: 78px;
  font-weight: 800;
  margin-top: 170px;
  margin-bottom: 50px;
}
ul.category {
  display: flex;
  gap: 50px;
  margin-bottom: 100px;
}
ul.category > li > a {
  font-size: 20px;
  font-weight: 700;
  color: #b8b8b8;
  margin-bottom: 100px;
}
ul.category > li > a.act {
  color: #000;
  border-bottom: 4px solid #000;
  padding-bottom: 7px;
}

.board-list {
  width: 1440px;
  /* padding: 0 20px; */
  margin: 0 auto;
  margin-top: 65px;
}
.board-list h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.board-list > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid #cacaca;
  border-radius: 25px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}
.board-list > ul > li > a p.com_title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}
.board-list > ul > li > a p.com_date {
  font-size: 18px;
  font-weight: 500;
  color: #aeaeae;
  transition: color 0.3s ease;
}
.board-list > ul > li > a:hover {
  border: 1px solid #fff;
  box-shadow: 0px 4px 12.5px 0px #00000040;
}
.board-list > ul > li > a:hover p.com_title {
  color: #1191d0; /* 마우스 오버 시 텍스트 색상 */
}
.board-list > .more {
  display: flex;
  flex-direction: row-reverse;
}
.board-list > .more > a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.page {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 280px;
  margin-top: 50px;
}
.paginate-complex > strong {
  color: #0091d0;
}
.paginate-complex > a {
  color: #aeaeae;
}

.view__inner {
  width: 100%;
  height: auto;
  padding-bottom:100px;
}

.view__title_wrap {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.view__title_wrap p {
  width: calc(100% - 70px);
  font-size: 18px;
  font-weight: 600;
  color: #231815;
}

.view__title_wrap span {
  color: #9c9c9c;
  width: 70px;
  margin-left: 10px;
  white-space: nowrap;
}

.view__inner article {
  padding: 55px 25px 113px;
}

/* .view__inner article img {
      width: 100% !important;
      height: auto;
    } */

.view__again__list {
  display: flex;
  border-top: 1px solid #e5e5e5;
}

.view__again__list a {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #9c9c9c;
  width: 75px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  section > .inner > h2 {
    font-size: 44px;
    text-align: center;
    margin-top: 110px;
  }
  ul.category {
    gap: 20px;
    margin-bottom: 50px;
  }
  ul.category > li > a {
    font-size: 16px;
  }
  .board-list h2 {
    font-size: 26px;
  }
  .board-list {
    padding: 0;
    width: 100%;
  }
  .board-list > ul > li > a {
    width: 100%;
    padding: 18px 23px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .board-list > ul > li > a p.com_title {
    font-size: 18px;
  }
  .board-list > ul > li > a p.com_date {
    font-size: 16px;
  }
  .page {
    margin-bottom: 110px;
    margin-top: 30px;
  }
}
