<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 목록 */
.board-list {
  /* 목록, 글쓰기 버튼 */
  /* 페이저 */
}

.board-list__tab-list {
  margin-bottom: 50px;
  border-bottom: 1px solid #a54165;
}

.board-list__tab-list:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .board-list__tab-list {
    margin-bottom: 25px;
  }
}

.board-list-tab__item {
  position: relative;
  top: 1px;
  float: left;
}

.board-list-tab__link {
  display: block;
  width: 100%;
  height: 59px;
  padding: 10px 0;
  border: 1px solid transparent;
  color: #555;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 750px) {
  .board-list-tab__link {
    height: 39px;
    font-size: 14px;
    line-height: 39px;
  }
}

.board-list-tab__link.is-active {
  border-color: #a54165;
  border-bottom-color: #f8f7f7;
  color: #a54165;
  font-weight: bold;
}

.board-list__info-desc {
  margin-bottom: 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .board-list__info-desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.board-info-desc__highlight {
  color: #a54165;
}

.board-list__top-group {
  margin-bottom: 15px;
}

@media (min-width: 751px) {
  .board-list__top-group:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 750px) {
  .board-list__top-group {
    margin-bottom: 10px;
  }
}

.board-list__total {
  color: #777070;
  font-size: 14px;
}

@media (min-width: 751px) {
  .board-list__total {
    float: left;
    margin-top: 26px;
  }
}

@media (max-width: 750px) {
  .board-list__total {
    margin-bottom: 10px;
  }
}

.total-desc__highlight {
  color: #a54165;
}

@media (min-width: 751px) {
  .board-list__search {
    float: right;
  }
}

.search__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.search__form:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 751px) {
  .search__form {
    float: right;
  }
}

@media (max-width: 750px) {
  .search__form {
    padding-left: 128px;
  }
}

.search__category-wrapper {
  float: left;
  width: 140px;
  height: 40px;
  border: 1px solid #b8b8b8;
}

@media (max-width: 750px) {
  .search__category-wrapper {
    position: relative;
    left: -128px;
    width: 123px;
    margin-right: -128px;
  }
}

.search__category {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: #777;
  font-size: 14px;
  background: url("../../../img/sub/board/ico-select-arrow-down.png") no-repeat 102px center;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 750px) {
  .search__category {
    background: url("../../../img/sub/board/m/ico-select-arrow-down.png") no-repeat 85px center;
    -webkit-background-size: 34px;
    background-size: 34px;
  }
}

@media all and (-ms-high-contrast: none) {
  .search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media screen and (min-width: 0\0) {
  .search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media \0 screen {
  .search__category {
    padding: 10px 0 10px 10px;
    background: none;
  }
}

.search__keyword-wrapper {
  float: left;
  height: 40px;
  border: 1px solid #b8b8b8;
}

.search__keyword-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 751px) {
  .search__keyword-wrapper {
    margin-left: 5px;
  }
}

@media (max-width: 750px) {
  .search__keyword-wrapper {
    width: 100%;
  }
}

.search__keyword {
  position: relative;
  float: left;
  width: 182px;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: #777;
  font-size: 14px;
}

@media (max-width: 750px) {
  .search__keyword {
    width: calc(100% - 57px);
  }
}

.search__keyword::placeholder {
  color: #aaa;
}

@media \0 screen {
  .search__keyword {
    padding: 10px;
  }
}

.search__btn-search {
  float: right;
  width: 50px;
  height: 34px;
  margin: 2px 2px 0 0;
  background: #686565;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 750px) {
  .search__btn-search {
    width: 55px;
  }
}

.board-list__control-group {
  margin-top: 30px;
}

.board-list__control-group:after {
  content: '';
  display: block;
  clear: both;
}

.board-list__list-write {
  float: right;
}

.board-list-list-write__item {
  float: left;
  margin-left: 4px;
  text-align: center;
}

.board-list-list-write__item:first-child {
  margin-left: 0;
}

.board-list-list-write__link {
  display: block;
  width: 88px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.pg_wrap .pg {
  display: block;
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

@media (max-width: 750px) {
  .pg_wrap .pg {
    margin-top: 20px;
  }
}

.pg_wrap .pg_start, .pg_wrap .pg_prev, .pg_wrap .pg_next, .pg_wrap .pg_end {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin: 0 3px;
  background: url("../../../img/sub/board/ico-pager-sprite.png") no-repeat;
  text-indent: -9999px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_start, .pg_wrap .pg_prev, .pg_wrap .pg_next, .pg_wrap .pg_end {
    width: 24px;
    height: 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }
}

.pg_wrap .pg_start {
  background-position-x: 0;
}

.pg_wrap .pg_prev {
  background-position-x: -30px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_prev {
    background-position-x: -24px;
  }
}

.pg_wrap .pg_next {
  background-position-x: -60px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_next {
    background-position-x: -48px;
  }
}

.pg_wrap .pg_end {
  background-position-x: -90px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_end {
    background-position-x: -72px;
  }
}

.pg_wrap .pg_page, .pg_wrap .pg_current {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .pg_wrap .pg_page, .pg_wrap .pg_current {
    font-size: 14px;
  }
}

.pg_wrap .pg_current {
  color: #a54165;
  text-decoration: underline;
}

/* 상세 */
.board-view {
  /* 게시글 본문 */
  /* 하단 버튼 그룹 */
  /* 이전글, 다음글 버튼 */
}

.board-view__top-group {
  padding: 25px 20px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 750px) {
  .board-view__top-group {
    padding: 20px 15px;
  }
}

.board-view__title {
  margin-bottom: 12px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .board-view__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.board-view-info__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.board-view-info__list:after {
  content: '';
  display: block;
  clear: both;
}

.board-view-info__item {
  color: #888;
  font-size: 15px;
}

@media (max-width: 750px) {
  .board-view-info__item {
    font-size: 14px;
  }
}

.board-view-info__item--right {
  float: right;
  margin-left: 10px;
}

.board-view-info__item--left {
  float: left;
}

.board-view__contents {
  padding: 30px 20px;
  border-bottom: 1px solid #d8d8d8;
  color: #888;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .board-view__contents {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.board-view-contents__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.board-view-contents__img {
  max-width: 100%;
  height: auto !important;
}

.board-view__control-group {
  margin-top: 30px;
}

.board-view__control-group:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .board-view__control-group {
    margin-top: 15px;
  }
}

.board-view__next-prev {
  float: left;
}

.board-view-next-prev__item {
  float: left;
  margin-left: 4px;
  border: 1px solid #cdcdcd;
  text-align: center;
}

.board-view-next-prev__item:first-child {
  margin-left: 0;
}

.board-view-next-prev__link {
  display: block;
  width: 72px;
  height: 32px;
  background: #f8f7f7;
  color: #777;
  font-size: 14px;
  line-height: 32px;
}

.board-view__list-write {
  float: right;
}

.board-view__file {
  padding: 28px 24px 28px 105px;
  margin-top: 20px;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .board-view__file:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 750px) {
  .board-view__file {
    padding: 12px 15px;
  }
}

.board-view-file__title {
  width: 62px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  background: #716e6e;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 751px) {
  .board-view-file__title {
    position: relative;
    left: -77px;
    float: left;
    margin-right: -77px;
  }
}

@media (max-width: 750px) {
  .board-view-file__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .board-view-file__list {
    float: left;
  }
}

.board-view-file__item {
  color: #888;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 750px) {
  .board-view-file__item {
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .board-view-file__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 750px) {
  .board-view-file__link {
    text-decoration: underline;
  }
}

.board-view-list-write__item {
  float: left;
  margin-left: 4px;
  text-align: center;
}

.board-view-list-write__item:first-child {
  margin-left: 0;
}

.board-view-list-write__link {
  display: block;
  width: 88px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.board-list__table {
  width: 100%;
  border-top: 1px solid #383838;
}

.list-board__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.list-board__title {
  height: 60px;
  padding: 0 15px;
  border-bottom: 1px solid #d8d8d8;
  color: #444;
  font-size: 15px;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .list-board__title {
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
  }
  .list-board__title.list-board-date {
    width: 30%;
  }
}

.list-board__desc {
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #d8d8d8;
  color: #888;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .list-board__desc {
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
  }
}

.list-board__desc--left {
  text-align: left;
}

.list-board__link {
  line-height: 1.5;
}

.list-board__link:hover {
  text-decoration: underline;
}
</pre></body></html>