/* ELLIPSIS */
/* NONE DRAGGABLE */
.Sub_contents_3 {
  font-family: Pretendard;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36rem;
}
@media screen and (max-width: 1280px) {
  .Sub_contents_3 {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
}

.font_18_rg_140_-2 {
  font-family: Pretendard;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36rem;
}
@media screen and (max-width: 1280px) {
  .font_18_rg_140_-2 {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
}

/* / */
/* #region boardSearch */
.inputSearch {
  position: relative;
  max-width: 530rem;
  height: 46rem;
  margin: 0 auto;
  color: #666;
  font-family: Pretendard;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32rem;
}

@media screen and (max-width: 1280px) {
  .inputSearch {
    font-size: 14rem;
    letter-spacing: -0.28rem;
  }
}
.search-input {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 44rem 0 0;
  border: none;
  color: #666;
  font-size: 16rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32rem;
  border-bottom: 1rem solid var(--_GREEN, #074827);
  border-radius: 0;
}

.search-submit {
  position: absolute;
  right: 0;
  width: 20rem;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: center/20rem url('/user/images/common/input_search.svg') no-repeat;
}

/* #endregion boardSearch */
/* #region board */
.board__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30rem;
  row-gap: 100rem;
}

.board__item {
  width: calc((100% - 60rem) / 3);
}

.b-card {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.b-card:hover .b-card__img-wrap img {
  transform: scale(1.05);
}

.b-card__img-wrap {
  border-radius: 10rem;
  overflow: hidden;
  background: center/40% url('/user/images/common/logo.svg') no-repeat #f5f5f5;
  aspect-ratio: 530/331;
}
.b-card__img-wrap img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.b-card__con {
  display: flex;
  flex-direction: column;
}

.cate-tag {
  display: inline-block;
  color: #fff;
  font-size: 18rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.36rem;
  padding: 8rem 12rem;
  border-radius: 4rem;
  align-self: flex-start;
}
.cate-tag.cate-tag--0 {
  background-color: #318469;
}
.cate-tag.cate-tag--1 {
  background-color: #276685;
}
.cate-tag.cate-tag--2 {
  background-color: #852778;
}
.cate-tag.cate-tag--3 {
  background-color: #c87d2e;
}
.cate-tag.cate-tag--view {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.b-card-con__tit {
  min-height: 62.42rem;
  color: #111;
  font-size: 24rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 16rem;
}

.b-card-con__date {
  color: #666;
  font-size: 18rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36rem;
  margin-top: 10rem;
}

.board__pager {
  margin-top: 120rem;
}

@media screen and (max-width: 1280px) {
  .board__list {
    column-gap: 20rem;
    row-gap: 80rem;
  }
  .board__item {
    width: calc((100% - 20rem) / 2);
  }
  .b-card {
    gap: 12rem;
  }
  .b-card__img-wrap {
    border-radius: 8rem;
  }
  .b-card-con__tag {
    padding: 8rem 10rem;
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
  .cate-tag {
    color: #fff;
    font-size: 16rem;
    letter-spacing: -0.32rem;
    padding: 8rem 10rem;
  }
  .cate-tag.cate-tag--view {
    padding: 8rem 10rem;
    font-size: 16rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32rem;
  }
  .b-card-con__tit {
    min-height: 52rem;
    font-size: 20rem;
    letter-spacing: -0.4rem;
    margin-top: 12rem;
  }
  .b-card-con__date {
    font-size: 16rem;
    letter-spacing: -0.32rem;
    margin-top: 8rem;
  }
  .board__pager {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 640px) {
  .board__list {
    gap: 64rem;
  }
  .board__item {
    width: 100%;
  }
}
/* #endregion board */
/* #region board2 */
.board2__list {
  width: 100%;
}

.b-list .b-list__num,
.b-list .b-list__cate,
.b-list .b-list__tit,
.b-list .b-list__file,
.b-list .b-list__date,
.b-list .b-list__head-cell {
  text-align: center;
  padding: 32rem 0;
}
.b-list .b-list__num {
  color: #666;
  font-family: Pretendard;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36rem;
}
@media screen and (max-width: 1280px) {
  .b-list .b-list__num {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
}
.b-list .b-list__cate {
  color: var(--_GREEN, #074827);
  text-align: center;
  font-family: Pretendard;
  font-size: 20rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4rem;
}
.b-list .b-list__tit {
  text-align: left;
  color: #111;
  font-family: Pretendard;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  letter-spacing: -0.4rem;
  padding: 0;
}
.b-list .b-list__tit a {
  padding: 32rem 0;
}
.b-list .b-list__date {
  color: #666;
  font-family: Pretendard;
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36rem;
}
@media screen and (max-width: 1280px) {
  .b-list .b-list__date {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
}

.b-list__head .b-list__row {
  border-top: 1rem solid #3a3a3a;
  border-bottom: 1rem solid #3a3a3a;
}
.b-list__head .b-list__head-cell {
  color: #111;
  font-family: Pretendard;
  font-size: 18rem;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}

.b-list__row {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1rem solid #ccc;
}
.b-list__row .b-list__num {
  flex: 0 0 10%;
}
.b-list__row .b-list__cate {
  flex: 0 0 10%;
}
.b-list__row .b-list__tit {
  flex: 0 0 60%;
}
.b-list__row .b-list__file {
  flex: 0 0 10%;
}
.b-list__row .b-list__date {
  flex: 0 0 10%;
}
.b-list__row:not(:has(.b-list__cate)) .b-list__tit {
  flex: 0 0 70%;
}
.b-list__row .b-list__head-cell.b-list__tit {
  text-align: center;
  padding: 32rem 0;
}
.b-list__row.b-list__row--col4 .b-list__num {
  flex: 0 0 10%;
}
.b-list__row.b-list__row--col4 .b-list__tit {
  flex: 0 0 70%;
}
.b-list__row.b-list__row--col4 .b-list__file {
  flex: 0 0 10%;
}
.b-list__row.b-list__row--col4 .b-list__date {
  flex: 0 0 10%;
}

.b-list__head-cell {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 18rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36rem;
}

.b-list__body {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-list__body .b-list__tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  white-space: nowrap;
}
.b-list__file-link {
  display: inline-block;
}

@media screen and (max-width: 1280px) {
  .b-list .b-list__num,
  .b-list .b-list__cate,
  .b-list .b-list__tit,
  .b-list .b-list__file,
  .b-list .b-list__date,
  .b-list .b-list__head-cell {
    padding: 0;
  }
  .b-list .b-list__cate {
    font-size: 18rem;
    letter-spacing: -0.36rem;
  }
  .b-list .b-list__tit {
    font-size: 18rem;
    letter-spacing: -0.36rem;
  }
  .b-list .b-list__tit a {
    padding: 0 20rem 0 0;
  }
  .b-list__head {
    display: none;
  }
  .b-list__row {
    align-items: start;
  }
  .b-list__row .b-list__head-cell.b-list__tit {
    padding: 0;
  }
  .b-list__head-cell {
    opacity: 0;
  }
  .b-list__body .b-list__row {
    flex-direction: column;
    padding: 24rem 0;
  }
  .b-list__body .b-list__row + .b-list__row {
    border-top: 1rem solid #ccc;
  }
  .b-list__body .b-list__num {
    text-align: left;
  }
  .b-list__body .b-list__cate {
    text-align: left;
    margin-top: 14rem;
  }
  .b-list__body .b-list__tit {
    text-align: left;
    margin-top: 4rem;
    overflow: visible;
    white-space: wrap;
  }
  .b-list__body .b-list__file {
    position: absolute;
    top: 61rem;
    right: 0;
    text-align: left;
    align-self: flex-start;
  }
  .b-list__body .b-list__date {
    text-align: left;
    margin-top: 14rem;
  }
}
/* #endregion board2 */
/* #region view */
.main__con.ly-4 {
  padding-top: 100rem;
}
.sec-view > .inner {
  position: relative;
}

.sec-view__con {
  border-top: 1rem solid #3a3a3a;
  border-bottom: 1rem solid #3a3a3a;
}

.view-tag {
  position: absolute;
  bottom: 100%;
  left: 0;
}

.view-title {
  padding: 48rem 0;
  border-bottom: 1rem solid #ccc;
}
.view-title.view-title--ty2 {
  padding: 48rem 0;
}

.view-title__1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-title__t {
  color: #111;
  font-size: 42rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.84rem;
}

.view-title__date {
  color: #666;
  font-size: 18rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36rem;
}

.view-title__info {
  color: #3a3a3a;
  font-size: 18rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36rem;
  margin-top: 24rem;
}

.view-title__btn-area {
  margin-top: 16rem;
}

.view-title__list-wrap {
  display: none;
  margin-bottom: 48rem;
}

.view-title__list {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  max-width: 670rem;
  margin-top: 32rem;
}

.view-title__item {
  border-top: 1rem solid #ccc;
}
.view-title__item:hover .v-card__btn {
  background-color: #0c5c32;
}
.view-title__item:hover .v-card__btn .btn-ty3__icon svg path {
  stroke: #fff;
}

.v-card {
  display: flex;
  justify-content: space-between;
  padding: 24rem 0;
}

.v-card__t {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 18rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36rem;
  white-space: wrap;
}

.v-card__btn {
  flex-shrink: 0;
}

.view-content {
  padding: 48rem 0;
}

/* inline-block 이미지 사이 공백 제거 */
.view-content p {
  font-size: 0;  /* 공백 제거 */
}

/* 텍스트 노드 및 인라인 요소 폰트 크기 복원 */
.view-content p > *:not(img) {
  font-size: 18rem;  /* 기본 폰트 크기 */
}

/* 직접 텍스트 노드는 상속 불가하므로 span으로 감싸지 않은 텍스트를 위한 fallback */
.view-content p:not(:has(img)) {
  font-size: 18rem;  /* 이미지가 없는 p 태그는 정상 크기 */
}

.view-content img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: inline-block;     /* 가로 배치 지원 */
  vertical-align: top;       /* 이미지 정렬 보정 */
  font-size: 16px;  /* 폰트 크기 복원 (alt 텍스트용) */
}

@media screen and (max-width: 1280px) {
  .view-tag {
    left: 20rem;
  }
  .view-title {
    padding: 32rem 0 0;
  }
  .view-title.view-title--ty2 {
    padding: 32rem 0;
  }
  .view-title__1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .view-title__t {
    font-size: 26rem;
    letter-spacing: -0.52rem;
  }
  .view-title__info {
    margin-top: 20rem;
  }
  .view-title__btn-area {
    margin-top: 12rem;
    margin-bottom: 32rem;
  }
  .view-title__list-wrap {
    margin-bottom: 32rem;
  }
  .v-card {
    gap: 10rem;
  }
  .v-card__t {
    word-break: break-all;
  }
  .view-content {
    padding: 32rem 0;
  }
}
/* #endregion view */
/* #region file */
.file-attach {
  display: flex;
  gap: 12rem;
  padding: 24rem 0;
  border-top: 1rem solid #ccc;
}

.file-attach__label {
  color: #111;
  font-size: 18rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.36rem;
}

.bvFile__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12rem;
}

.bvFile__item > a,
.bvFile__item > button {
  color: #666;
  font-size: 18rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 1280px) {
  .file-attach {
    padding: 20rem 0;
    gap: 6rem;
  }
  .file-attach__label {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
  .bvFile__list {
    gap: 6rem;
  }
  .bvFile__item > a,
  .bvFile__item > button {
    font-size: 16rem;
    letter-spacing: -0.32rem;
  }
}
/* #endregion file */
/* #region other */
.sec-recent-con {
  display: flex;
  padding-top: 48rem;
  gap: 30rem;
}
.sec-recent-con.sec-recent-con--ty2 {
  justify-content: end;
}

.sec-recent-con__recent {
  flex: 1;
}

.sec-recent-con__btn-area {
  width: 250rem;
}

.recent__list {
  display: flex;
  gap: 30rem;
}

.recent__item {
  flex: 1;
}

.rc-card {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}

.rc-card__t {
  color: #111;
  font-size: 24rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@media screen and (max-width: 1280px) {
  .sec-recent-con {
    flex-direction: column;
    padding-top: 32rem;
    gap: 32rem;
  }
  .sec-recent-con__btn-area {
    width: 100%;
  }
  .sec-recent-con__btn {
    width: 100%;
  }
  .recent__list {
    flex-direction: column;
    gap: 32rem;
  }
  .rc-card {
    gap: 12rem;
  }
  .rc-card__t {
    min-height: 52rem;
    font-size: 20rem;
    letter-spacing: -0.4rem;
  }
}
/* #endregion other */
/* #region pager */
.pager-wrap {
  display: flex;
  justify-content: center;
  overflow: auto;
}

.pager {
  display: flex;
  align-items: center;
}

.pager__num {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 18rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36rem;
}
.pager__num + .pager__num {
  margin-left: 24rem;
}
@media screen and (max-width: 767px) {
  .pager__num + .pager__num {
    margin-left: 20rem;
  }
}

.current_page {
  color: #111;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.pager__btn {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 30rem;
  height: 30rem;
  border-radius: 2rem;
}
.pager__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pager__btn.prev {
  margin-right: 48rem;
  background-color: #3a3a3a;
}
.pager__btn.prev::before {
  background: center/25% url('/user/images/common/pager_1.svg') no-repeat;
  transform: rotate(180deg);
}
.pager__btn.next {
  margin-left: 48rem;
  background-color: #3a3a3a;
}
.pager__btn.next::before {
  background: center/25% url('/user/images/common/pager_1.svg') no-repeat;
}
@media screen and (max-width: 767px) {
  .pager__btn.prev {
    margin-right: 24rem;
  }
  .pager__btn.next {
    margin-left: 24rem;
  }
}

.pager__btn--first {
  width: 30rem;
  height: 30rem;
  border: 1.5rem solid rgba(58, 58, 58, 0.3);
  margin-right: 18rem;
}
.pager__btn--first::before {
  background: center/45% url('/user/images/common/pager_2.svg') no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .pager__btn--first {
    margin-right: 8rem;
  }
}

.pager__btn--last {
  width: 30rem;
  height: 30rem;
  border: 1.5rem solid rgba(58, 58, 58, 0.3);
  margin-left: 18rem;
}
.pager__btn--last::before {
  background: center/45% url('/user/images/common/pager_2.svg') no-repeat;
}
@media screen and (max-width: 767px) {
  .pager__btn--last {
    margin-left: 8rem;
  }
}

@media screen and (max-width: 1280px) {
  .pager {
    gap: 0;
  }
}
