@charset "UTF-8";
.xe-list-gallery-board-body .open .xe-dropdown-menu {
  z-index: 100;
}

.xe-list-gallery-board-body .xe-gallery-board__no-search-result {
  clear: both;
  min-height: 200px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list {
  padding: 0;
  margin: 0 -8px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item {
  margin-bottom: 32px;
  padding: 0 8px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item.col-xs-6 .xe-list-gallery-board-list-item__img-box .xe-list-gallery-board-list-item__img {
  padding-top: 75%;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__img-box {
  position: relative;
  margin-right: 25px;
  width: 100%;
  margin-bottom: 15px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__img-box .xe-list-board-list-item__notice-banner {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px 15px;
  background: #2684ff;
  color: #fff;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__img-box .xe-list-gallery-board-list-item__img {
  background: url(../img/board_default_img.png) no-repeat 50% 50%;
  padding-top: 56.25%;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text {
  margin-bottom: 15px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link {
  text-decoration: none;
  color: #141414;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list__subject-file,
.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list__subject-secret {
  font-size: 14px;
  line-height: 26px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list__subject-file {
  margin-left: 5px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list__subject-secret {
  margin-right: 5px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-gallery-board-list-item__title {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.2px;
  color: #141414;
  overflow: hidden;
  max-height: 52px;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__title-box .xe-list-board-list__title-new-icon {
  margin: 0 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item__text .xe-list-gallery-board-list-item__text-link .xe-list-gallery-board-list-item__description {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #767676;
  overflow: hidden;
  max-height: 44px;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--right-box {
  position: absolute;
  right: 0;
  top: 0;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--right-box .xe-list-board-list-item___detail-number {
  color: #484848;
  font-size: 13px;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--right-box .xe-list-board-vote-count__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background: url(../img/assent.svg) no-repeat;
  background-size: 16px;
  margin-bottom: -2px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--left-box {
  margin: 5px 10px 0 0;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-gallery-board-list-item__text-link {
  text-decoration: none;
  color: #181818;
  line-height: 1;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box {
  margin-right: 40px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-board-list--middle-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info p {
  display: inline-block;
  margin-bottom: 0;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail {
  margin: 0;
  font-size: 12px;
  color: #9c9c9c;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail:after {
  content: '᛫';
  margin: 0 2px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item___detail-info .xe-list-gallery-board-list-item___detail:last-child:after {
  content: '';
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-board-list__display_name {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  color: #141414;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item__category {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #9c9c9c;
  text-transform: uppercase;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--middle-box .xe-list-gallery-board-list-item__category:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #9c9c9c;
}

@media (min-width: 768px) {
  .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item {
    margin-bottom: 48px;
  }
  .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item.col-xs-6 .xe-list-gallery-board-list-item__img-box .xe-list-gallery-board-list-item__img {
    padding-top: 56.25%;
  }
  .xe-list-gallery-board-body .xe-list-gallery-board-list .xe-list-gallery-board-list-item .xe-list-gallery-board-list-item__body .xe-list-gallery-board-list-item--wrapper .xe-list-board-list--left-box {
    display: block;
  }
}

/*# sourceMappingURL=new-board-gallery.css.map */
/* XE3 갤러리/기본 게시판 상세보기 하단 버튼 사각형 박스화 */
.board .board_read .read_footer .bd_function .bd_function_r a,
.board .board_read .read_footer .bd_function .bd_function_r .xe-btn-link,
.board_footer .bd_function_r a {
    display: inline-block !important;
    padding: 6px 16px !important;             /* 글쓰기 버튼 크기에 맞춘 여백 */
    border: 1px solid #cccccc !important;     /* 깔끔한 사각형 회색 테두리 */
    background-color: #ffffff !important;     /* 기본 배경색 (흰색) */
    color: #333333 !important;                /* 글자 색상 (어두운 회색) */
    text-decoration: none !important;         /* 링크 밑줄 강제 제거 */
    border-radius: 3px !important;            /* 모서리를 둥글지 않게 각진 사각형 고정 */
    font-size: 16px !important;               /* 글자 크기 조정 */
    line-height: 1.5 !important;
    vertical-align: middle !important;
    transition: background-color 0.2s ease, border-color 0.2s ease; /* 부드러운 전환 효과 */
}

/* 마우스 커서가 올라갔을 때 (Hover) 배경색이 짙어지는 효과 */
.board .board_read .read_footer .bd_function .bd_function_r a:hover,
.board .board_read .read_footer .bd_function .bd_function_r .xe-btn-link:hover,
.board_footer .bd_function_r a:hover {
    background-color: #f2f2f2 !important;     /* 마우스가 올라가면 짙어지는 연회색 배경 */
    border-color: #999999 !important;         /* 테두리도 조금 더 선명하게 변경 */
    color: #000000 !important;                /* 글자색을 완전한 검은색으로 강조 */
}
