@charset "utf-8";

/* 잇고 combined 게시판 스킨 — 공통 스타일은 theme/basic/css/common.css */

#bo_list.itgo-board-combined {
  width: 100%;
}

.itgo-board-table__head {
  box-shadow: inset 0 1px 0 #f2f2f2, inset 0 -1px 0 #f2f2f2;
}

.itgo-board-combined__write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 28px;
  border-radius: 6px;
  background: var(--point-notice-bg);
  color: var(--point);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease;
}

.itgo-board-combined__write-btn:hover {
  background: var(--point-notice-hover-bg);
  color: var(--point);
}

.itgo-board-combined__write-btn i {
  font-size: 18px;
  line-height: 1;
}

.itgo-board-view-toggle__btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #bfbfbf;
  font-size: 20px;
}

.itgo-board-view-toggle__btn.is-active {
  color: var(--point);
}

.itgo-board-notice-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--point);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.itgo-board-gallery__item {
  position: relative;
}

.itgo-board-gallery__check {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.itgo-board-combined__pagination .pg_page,
.itgo-board-combined__pagination .pg_current {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.itgo-board-combined__pagination .pg_current {
  background: #191919;
  color: #fff;
}

/* 상세 페이지 */
.itgo-board-combined-view {
  width: 100%;
}

.itgo-board-combined-view #bo_v_con img {
  display: initial;
}

.itgo-board-view__content img {
  max-width: 100%;
  height: auto;
}

.itgo-board-view__nav-row {
  min-height: 50px;
}



.itgo-board-comment .bo_vc_w {
  display: none;
}

.itgo-board-comment .bo_vc_w.is-active {
  display: block;
  margin-top: 12px;
  padding-left: 3.5rem;
}

